:root {
  --navy: #071b33;
  --navy-2: #0b2848;
  --blue: #0a6fb5;
  --aqua: #53d8de;
  --lime: #c8ef45;
  --ink: #0a1522;
  --muted: #5d6a79;
  --paper: #f4f8fb;
  --white: #ffffff;
  --line: rgba(9, 35, 61, 0.15);
  --shell: min(1180px, calc(100% - 40px));
}

/* Premium preloader and floating contact dock */
body.is-loading { overflow: hidden; }
.site-preloader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 43%, rgba(19, 116, 151, .32), transparent 24%),
    #020f1b;
  opacity: 1;
  visibility: visible;
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1), visibility .55s;
}
.site-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-stage { width: min(280px, 74vw); display: grid; justify-items: center; }
.preloader-orbit {
  position: relative;
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.preloader-orbit::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(120, 220, 227, .18);
  border-top-color: var(--aqua);
  border-right-color: rgba(120, 220, 227, .62);
  border-radius: inherit;
  animation: preloader-spin 1.1s linear infinite;
}
.preloader-orbit::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: inherit;
  animation: preloader-pulse 1.6s ease-in-out infinite;
}
.preloader-orbit img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 22px 60px rgba(0,0,0,.38);
}
.preloader-stage p { margin: 28px 0 18px; display: grid; justify-items: center; gap: 5px; text-transform: uppercase; }
.preloader-stage p strong { font: 700 1.2rem/1 "Aptos Display", "Segoe UI", sans-serif; letter-spacing: .24em; }
.preloader-stage p span { color: rgba(255,255,255,.6); font-size: .64rem; font-weight: 700; letter-spacing: .19em; }
.preloader-track { width: 100%; height: 2px; overflow: hidden; background: rgba(255,255,255,.12); }
.preloader-track span { display: block; width: 38%; height: 100%; background: var(--aqua); animation: preloader-progress 1.05s cubic-bezier(.65, 0, .35, 1) infinite; }

.floating-contact { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; justify-items: end; gap: 10px; }
.contact-fab {
  min-width: 132px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 17px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .02em;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.contact-fab svg, .whatsapp-fab svg { width: 23px; height: 23px; flex: 0 0 23px; fill: currentColor; }
.contact-fab:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0,0,0,.32); filter: brightness(1.04); }
.phone-fab { color: #fff; background: #0b668f; }
.whatsapp-fab { position: static; right: auto; bottom: auto; min-height: 52px; padding: 9px 17px; color: #062615; background: #62e889; }

@keyframes preloader-spin { to { transform: rotate(360deg); } }
@keyframes preloader-pulse { 0%, 100% { opacity: .35; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.03); } }
@keyframes preloader-progress { 0% { transform: translateX(-110%); } 55% { transform: translateX(110%); } 100% { transform: translateX(270%); } }

@media (max-width: 680px) {
  .preloader-orbit { width: 126px; height: 126px; }
  .preloader-orbit img { width: 100px; height: 100px; }
  .floating-contact { right: 14px; bottom: 14px; gap: 8px; }
  .contact-fab, .whatsapp-fab { width: 54px; min-width: 54px; height: 54px; min-height: 54px; justify-content: center; padding: 0; }
  .contact-fab span, .whatsapp-fab span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-orbit::before, .preloader-orbit::after, .preloader-track span { animation: none; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; align-items: center; gap: 30px; }
.utility-links a { transition: color .2s ease; }
.utility-links a:hover { color: var(--aqua); }
.utility-links strong { color: var(--white); margin-left: 7px; }

.site-header { position: absolute; inset: 38px 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.site-header.is-stuck { position: fixed; inset: 0 0 auto; color: var(--navy); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(4,25,47,.08); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand img { width: 54px; height: 54px; object-fit: cover; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; }
.site-header.is-stuck .brand img { border-color: rgba(7,27,51,.2); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-size: 1.3rem; letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .89rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 2px; background: var(--aqua); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 20px; border: 1px solid currentColor; }
.nav-cta:hover { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid currentColor; color: inherit; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; display: grid; align-items: center; color: var(--white); isolation: isolate; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(4,20,39,.97) 0%, rgba(4,25,49,.83) 43%, rgba(4,25,49,.25) 78%, rgba(4,25,49,.46) 100%), linear-gradient(0deg, rgba(1,15,31,.58), transparent 55%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(290px, .63fr); align-items: end; gap: 70px; padding-top: 90px; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 12px; color: var(--aqua); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 42px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--blue); }
.hero h1, .section h2, .project-content h2, .brands-heading h2, .cta-section h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-stretch: condensed; text-transform: uppercase; letter-spacing: -.035em; line-height: .92; }
.hero h1 { max-width: 800px; font-size: clamp(4rem, 7.1vw, 7.2rem); }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(255,255,255,.9); }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.35vw, 1.2rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; font-size: .88rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.button-primary:hover { background: var(--aqua); border-color: var(--aqua); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.48); background: rgba(0,0,0,.1); }
.button-ghost:hover { background: var(--white); color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); }
.hero-panel { align-self: center; margin-top: 130px; padding: 26px 28px 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(3,22,43,.38); backdrop-filter: blur(10px); }
.panel-kicker { margin: 0 0 16px; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-panel ol { margin: 0; padding: 0; list-style: none; }
.hero-panel li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); font-size: .9rem; }
.hero-panel li span { color: var(--aqua); font-family: ui-monospace, monospace; font-size: .72rem; }
.hero-panel li b { font-weight: 650; }
.hero-scroll { position: absolute; left: calc((100vw - min(1180px, calc(100vw - 40px))) / 2); bottom: 28px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.7); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { color: var(--aqua); font-size: 1.2rem; }

.trust-strip { background: var(--lime); color: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; border-left: 1px solid rgba(7,27,51,.16); }
.trust-grid div:last-child { border-right: 1px solid rgba(7,27,51,.16); }
.trust-grid b { font-size: 1.02rem; }
.trust-grid span { color: rgba(7,27,51,.7); font-size: .82rem; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .7fr; gap: 80px; align-items: end; }
.section-heading h2, .brands-heading h2 { max-width: 760px; font-size: clamp(3.1rem, 5.4vw, 5.6rem); color: var(--navy); }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.02rem; }
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 315px; position: relative; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-card-featured { grid-row: span 2; min-height: 630px; padding: 42px; background: var(--navy); color: var(--white); }
.service-index { color: var(--blue); font: 700 .74rem ui-monospace, monospace; }
.service-card-featured .service-index { color: var(--aqua); }
.service-card h3 { max-width: 260px; margin: 90px 0 16px; font-size: 1.45rem; line-height: 1.15; }
.service-card-featured h3 { max-width: 420px; margin-top: 170px; font: 400 clamp(2.8rem, 4vw, 4.2rem)/.98 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); }
.service-card-featured p { color: rgba(255,255,255,.73); }
.service-card-featured ul { margin: 34px 0 0; padding: 0; list-style: none; }
.service-card-featured li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .86rem; }

.solutions-section { color: var(--white); background: var(--navy); }
.solutions-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.solutions-intro { position: sticky; top: 120px; align-self: start; }
.solutions-intro h2 { font-size: clamp(3.5rem, 5.3vw, 5.8rem); }
.solutions-intro > p:not(.eyebrow) { max-width: 440px; color: rgba(255,255,255,.67); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 30px; color: var(--lime); font-weight: 800; }
.solution-list article { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.17); }
.solution-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.solution-list article > span { color: var(--aqua); font: 700 .74rem ui-monospace, monospace; }
.solution-list h3 { margin: 0 0 8px; font-size: 1.35rem; }
.solution-list p { max-width: 550px; margin: 0; color: rgba(255,255,255,.63); }

.project-band { min-height: 700px; position: relative; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.project-band > img, .project-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-overlay { background: linear-gradient(90deg, rgba(4,24,45,.95) 0%, rgba(4,24,45,.65) 46%, rgba(4,24,45,.12) 80%); }
.project-content { position: relative; }
.project-content h2 { max-width: 700px; font-size: clamp(3.8rem, 6vw, 6.2rem); }
.project-content > p:not(.eyebrow) { max-width: 580px; margin: 24px 0 32px; color: rgba(255,255,255,.8); font-size: 1.05rem; }

.brands-section { padding: 90px 0; background: var(--white); }
.brands-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: end; }
.brands-heading .eyebrow { align-self: end; }
.brands-heading h2 { font-size: clamp(2.8rem, 4.4vw, 4.8rem); }
.brand-cloud { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 50px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-cloud span { min-height: 90px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-size: .86rem; font-weight: 900; letter-spacing: .02em; text-align: center; }

.catalog-section { color: var(--white); background: #061426; }
.catalog-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 90px; align-items: end; }
.catalog-heading h2 { color: var(--white); }
.catalog-actions > p { margin: 0 0 25px; color: rgba(255,255,255,.65); }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.catalog-filters button { min-height: 42px; padding: 8px 15px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.18); background: transparent; cursor: pointer; }
.catalog-filters button:hover, .catalog-filters button.is-active { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.catalog-grid figure { margin: 0; background: #0a213b; transition: transform .2s ease, opacity .2s ease; }
.catalog-grid figure.is-filtered { display: none; }
.catalog-grid figure.is-collapsed { display: none; }
.catalog-grid button { width: 100%; aspect-ratio: 3 / 4; padding: 0; border: 0; background: #e8edf1; overflow: hidden; cursor: zoom-in; }
.catalog-grid img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.catalog-grid button:hover img { transform: scale(1.025); }
.catalog-grid figcaption { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 15px 16px 17px; color: rgba(255,255,255,.84); font-size: .8rem; line-height: 1.3; }
.catalog-grid figcaption span { color: var(--aqua); font-family: ui-monospace, monospace; }
.catalog-more { width: 100%; margin-top: 18px; padding: 17px; color: var(--white); border: 1px solid rgba(255,255,255,.2); background: transparent; font-weight: 800; cursor: pointer; }
.catalog-more span { margin-left: 8px; color: var(--lime); }
.catalog-more:hover { color: var(--navy); background: var(--white); }
.catalog-note { margin: 20px 0 0; color: rgba(255,255,255,.47); font-size: .78rem; }

.cta-section { padding: 110px 0; color: var(--white); background: var(--blue); }
.cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.cta-section .eyebrow { color: var(--lime); }
.cta-section h2 { max-width: 720px; font-size: clamp(4rem, 6vw, 6.4rem); }
.cta-copy > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }

.site-footer { padding: 68px 0 22px; color: var(--white); background: #04111f; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 35px; padding-bottom: 55px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-mark { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); font-size: 1.5rem; font-weight: 900; }
.footer-brand b { font-size: 1.05rem; }
.footer-brand p { max-width: 290px; margin: 7px 0 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; }
.footer-grid small { margin-bottom: 10px; color: var(--aqua); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.footer-grid a, .footer-grid > div > span { font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .75rem; }

.whatsapp-fab { position: fixed; right: 22px; bottom: 22px; z-index: 40; min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px; color: #062615; background: #62e889; box-shadow: 0 14px 35px rgba(0,0,0,.28); font-size: .84rem; font-weight: 900; }
.whatsapp-fab svg { width: 24px; height: 24px; fill: currentColor; }
.whatsapp-fab:hover { transform: translateY(-2px); }

.catalog-dialog { width: min(900px, 94vw); height: min(92vh, 1120px); padding: 18px; border: 1px solid rgba(255,255,255,.18); background: #061426; color: var(--white); overflow: hidden; }
.catalog-dialog::backdrop { background: rgba(1,10,20,.88); backdrop-filter: blur(5px); }
.catalog-dialog figure { height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; justify-items: center; gap: 10px; }
.catalog-dialog figure img { min-height: 0; max-height: calc(92vh - 85px); width: auto; object-fit: contain; }
.catalog-dialog figcaption { font-size: .82rem; color: rgba(255,255,255,.72); }
.dialog-close, .dialog-nav { position: absolute; z-index: 2; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.32); background: rgba(4,17,31,.82); cursor: pointer; }
.dialog-close { top: 12px; right: 12px; width: 44px; height: 44px; font-size: 1.6rem; }
.dialog-nav { top: 50%; width: 48px; height: 48px; font-size: 1.2rem; }
.dialog-prev { left: 12px; }
.dialog-next { right: 12px; }

@media (max-width: 980px) {
  .site-header { inset: 38px 0 auto; }
  .site-header.is-stuck { inset: 0 0 auto; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; align-items: stretch; gap: 0; padding: 18px; color: var(--navy); background: var(--white); box-shadow: 0 22px 50px rgba(0,0,0,.18); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 8px; text-align: center; border: 0; background: var(--lime); }
  .hero { min-height: 840px; height: auto; padding: 170px 0 110px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 0; }
  .hero-panel { max-width: 500px; margin-top: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .catalog-heading, .cta-grid, .brands-heading { grid-template-columns: 1fr; gap: 32px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-row: span 2; }
  .solutions-shell { grid-template-columns: 1fr; gap: 55px; }
  .solutions-intro { position: static; }
  .brand-cloud { grid-template-columns: repeat(4, 1fr); }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .utility-inner { min-height: 44px; }
  .utility-inner > span { display: none; }
  .utility-links { width: 100%; justify-content: space-between; gap: 8px; font-size: .65rem; }
  .utility-links strong { display: block; margin: 0; font-size: .72rem; }
  .site-header { inset: 44px 0 auto; }
  .header-inner { height: 76px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy b { font-size: 1.05rem; }
  .brand-copy small { font-size: .56rem; }
  .hero { min-height: 780px; padding: 150px 0 90px; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,39,.96), rgba(4,25,49,.65)); }
  .hero-copy { min-width: 0; }
  .hero .eyebrow { gap: 9px; font-size: .64rem; letter-spacing: .1em; }
  .hero .eyebrow > span { width: 28px; flex: 0 0 28px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.8rem, 13vw, 3.5rem); }
  .hero h1 em { -webkit-text-stroke-width: 1px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions, .cta-actions { display: grid; }
  .button { width: 100%; }
  .hero-panel { display: none; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-height: 100px; padding: 16px; }
  .trust-grid b { font-size: .9rem; }
  .trust-grid span { font-size: .72rem; }
  .section { padding: 82px 0; }
  .section-heading h2, .brands-heading h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured { min-height: auto; padding: 28px; }
  .service-card h3, .service-card-featured h3 { margin-top: 70px; }
  .solution-list article { grid-template-columns: 48px 1fr; }
  .project-band { min-height: 620px; }
  .brand-cloud { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .catalog-grid figcaption { grid-template-columns: 30px 1fr; padding: 12px; font-size: .7rem; }
  .catalog-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .catalog-filters { scrollbar-width: none; }
  .catalog-filters::-webkit-scrollbar { display: none; }
  .catalog-filters button { flex: 0 0 auto; }
  .cta-section { padding: 84px 0; }
  .cta-section h2 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 16px; flex-direction: column; }
  .whatsapp-fab span { display: none; }
  .whatsapp-fab { width: 56px; height: 56px; justify-content: center; padding: 0; }
  .dialog-nav { top: auto; bottom: 12px; }
  .catalog-dialog { height: auto; max-height: 92vh; padding: 16px 16px 62px; }
  .catalog-dialog figure { height: auto; grid-template-rows: auto auto; }
  .catalog-dialog figure img { max-height: calc(92vh - 130px); }
  .catalog-dialog figcaption { padding-inline: 46px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Premium v2 — cinematic, viewport-led composition */
:root {
  --navy: #03111f;
  --navy-2: #071f35;
  --blue: #0b668f;
  --aqua: #78dce3;
  --lime: #78dce3;
  --ink: #07111d;
  --muted: #617080;
  --paper: #eef3f5;
  --line: rgba(5, 31, 52, .13);
  --shell: min(1280px, calc(100% - 56px));
}

html { scroll-snap-type: none; scroll-padding-top: 76px; }
body { font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif; background: #f4f7f8; }
.hero, .screen-section { scroll-snap-align: none; scroll-margin-top: 0; }
.hero h1, .section h2, .project-content h2, .brands-heading h2, .cta-section h2 {
  font-family: "Aptos Display", "Segoe UI Variable Display", "Arial Narrow", sans-serif;
  font-stretch: normal;
  font-weight: 650;
  text-wrap: balance;
}
.button { border-radius: 2px; min-height: 50px; padding-inline: 24px; }
.button:active, .catalog-filters button:active, .catalog-rail-nav button:active { transform: scale(.98); }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }

.utility-bar { background: #020c16; }
.site-header { background: linear-gradient(180deg, rgba(2,12,22,.48), transparent); }
.header-inner { height: 80px; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-color: rgba(255,255,255,.35); }
.brand-copy b { letter-spacing: .14em; }
.main-nav { gap: 34px; font-weight: 600; }
.nav-cta { border-color: rgba(255,255,255,.52); }
.site-header.is-stuck { background: rgba(245,248,249,.94); }

.hero {
  height: 100dvh;
  min-height: 640px;
  max-height: none;
  overflow: hidden;
}
.hero-media img { object-position: 64% center; filter: saturate(.88) contrast(1.04); }
.hero-shade {
  background:
    radial-gradient(circle at 72% 62%, transparent 0 22%, rgba(1,14,27,.14) 58%),
    linear-gradient(90deg, rgba(2,14,27,.96) 0%, rgba(2,17,31,.8) 42%, rgba(2,17,31,.18) 78%),
    linear-gradient(0deg, rgba(1,12,23,.7), transparent 58%);
}
.hero-grid { grid-template-columns: minmax(0, 1.65fr) minmax(270px, .55fr); gap: clamp(35px, 6vw, 90px); padding-top: 86px; }
.hero h1 { max-width: 880px; font-size: clamp(4.7rem, 8.4vw, 8.9rem); letter-spacing: -.065em; line-height: .78; }
.hero h1 em { display: block; margin-top: .16em; color: rgba(255,255,255,.96); font-family: Georgia, "Times New Roman", serif; font-size: .52em; font-weight: 400; line-height: 1; letter-spacing: -.045em; text-transform: none; -webkit-text-stroke: 0; }
.hero-lead { max-width: 590px; margin-top: 25px; font-size: clamp(.98rem, 1.22vw, 1.12rem); line-height: 1.65; text-wrap: pretty; }
.hero-actions { margin-top: 26px; }
.hero-panel { margin-top: 78px; padding: 22px 24px 12px; background: rgba(4,24,41,.34); border-color: rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 24px 80px rgba(0,14,27,.28); }
.hero-panel li { padding: 12px 0; }
.hero-scroll { bottom: 22px; }

.trust-strip { background: #dfe9eb; }
.trust-grid div { min-height: 82px; padding-block: 14px; }
.trust-grid b { font-size: .92rem; }
.trust-grid span { font-size: .76rem; }

.screen-section { height: 100dvh; min-height: 640px; overflow: hidden; }
.services-section, .solutions-section, .catalog-section { padding: clamp(78px, 10vh, 104px) 0 24px; }
.services-section > .shell, .solutions-section > .shell, .catalog-section > .shell { height: 100%; }

.services-section { background: #f1f5f6; }
.services-section .section-heading { margin-bottom: clamp(20px, 3vh, 34px); }
.split-heading { grid-template-columns: 1.25fr .65fr; gap: 60px; }
.services-section .section-heading h2 { max-width: 680px; font-size: clamp(2.9rem, 4.7vw, 5rem); line-height: .9; }
.split-heading > p { max-width: 480px; font-size: .95rem; line-height: 1.6; }
.services-layout { height: clamp(320px, 46dvh, 500px); display: grid; grid-template-columns: .88fr 1.12fr; gap: 16px; }
.services-visual { position: relative; margin: 0; min-height: 0; overflow: hidden; background: var(--navy); }
.services-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,15,28,.86), transparent 58%); }
.services-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.services-visual figcaption { position: absolute; z-index: 1; inset: auto 28px 25px; display: grid; gap: 4px; color: #fff; }
.services-visual figcaption span { color: var(--aqua); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.services-visual figcaption b { max-width: 330px; font: 500 clamp(1.4rem, 2.3vw, 2.15rem)/1.05 Georgia, serif; }
.service-grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; border: 0; gap: 1px; background: rgba(5,31,52,.14); }
.service-card, .service-card-featured { min-height: 0; padding: clamp(18px, 2.1vw, 27px); border: 0; background: #fff; color: var(--ink); }
.service-card-featured { grid-row: auto; }
.service-card h3, .service-card-featured h3 { max-width: none; margin: clamp(20px, 4vh, 44px) 0 9px; font: 600 clamp(1.1rem, 1.55vw, 1.45rem)/1.05 "Aptos Display", "Segoe UI", sans-serif; text-transform: none; }
.service-card p, .service-card-featured p { color: var(--muted); font-size: clamp(.78rem, .95vw, .9rem); line-height: 1.5; }
.service-card-featured ul { display: none; }
.service-card-featured .service-index { color: var(--blue); }

.solutions-section { position: relative; background: #041523; }
.solutions-shell { grid-template-columns: .86fr 1.14fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.solutions-intro { position: static; }
.solutions-intro h2 { max-width: 620px; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .9; }
.solutions-intro > p:not(.eyebrow) { max-width: 520px; margin-bottom: 0; font-size: .92rem; }
.solutions-visual { height: clamp(118px, 18dvh, 180px); margin: 18px 0 0; overflow: hidden; }
.solutions-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.text-link { margin-top: 18px; font-size: .86rem; }
.solution-list article { grid-template-columns: 50px 1fr; padding: clamp(16px, 2.25vh, 23px) 0; }
.solution-list h3 { margin-bottom: 3px; font-size: clamp(1rem, 1.25vw, 1.2rem); }
.solution-list p { font-size: clamp(.76rem, .88vw, .86rem); line-height: 1.45; }

.project-band { height: 100dvh; min-height: 640px; }
.project-band > img { object-position: center; filter: saturate(.75) contrast(1.06); }
.project-overlay { background: linear-gradient(90deg, rgba(2,15,28,.94) 0%, rgba(2,15,28,.68) 48%, rgba(2,15,28,.08) 82%); }
.project-content h2 { font-size: clamp(4rem, 7.2vw, 7.6rem); max-width: 760px; }

.brands-section { min-height: 58dvh; padding: clamp(62px, 9vh, 90px) 0; background: #e8eef0; }
.brands-heading { grid-template-columns: .58fr 1.42fr; }
.brands-heading h2 { max-width: 850px; font-size: clamp(2.7rem, 4.3vw, 4.7rem); line-height: .92; }
.brand-cloud { grid-template-columns: repeat(7, 1fr); margin-top: clamp(30px, 5vh, 50px); background: rgba(255,255,255,.55); }
.brand-cloud span { min-height: 68px; font-size: .78rem; }

.catalog-section { background: #020f1b; }
.catalog-section .section-heading { margin-bottom: clamp(14px, 2.3vh, 24px); }
.catalog-heading { grid-template-columns: 1.1fr .62fr; gap: 60px; }
.catalog-heading h2 { font-size: clamp(2.7rem, 4.4vw, 4.7rem); line-height: .9; }
.catalog-actions > p { margin-bottom: 14px; font-size: .86rem; line-height: 1.45; }
.catalog-actions .button { min-height: 44px; font-size: .78rem; }
.catalog-filters { flex-wrap: nowrap; overflow-x: auto; margin-bottom: 16px; padding-bottom: 4px; scrollbar-width: none; }
.catalog-filters::-webkit-scrollbar, .catalog-grid::-webkit-scrollbar { display: none; }
.catalog-filters button { min-height: 36px; flex: 0 0 auto; padding: 6px 12px; font-size: .74rem; }
.catalog-grid { height: clamp(210px, 30dvh, 300px); display: flex; gap: 14px; overflow-x: auto; overflow-y: hidden; padding-bottom: 4px; border: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
.catalog-grid figure, .catalog-grid figure.is-collapsed { display: block; flex: 0 0 clamp(190px, 19vw, 248px); scroll-snap-align: start; background: #092139; }
.catalog-grid figure.is-filtered { display: none; }
.catalog-grid button { height: calc(100% - 50px); aspect-ratio: auto; }
.catalog-grid figcaption { height: 50px; align-items: center; padding: 8px 12px; }
.catalog-rail-nav { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-top: 12px; }
.catalog-rail-nav span { order: 3; margin-left: 4px; color: rgba(255,255,255,.5); font-size: .72rem; }
.catalog-rail-nav button { flex: 0 0 42px; }
.catalog-rail-nav button { width: 42px; height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.25); background: transparent; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.catalog-rail-nav button:hover { color: var(--navy); background: var(--aqua); }
.catalog-note { margin-top: 8px; }

.cta-section { position: relative; min-height: 72dvh; height: auto; padding: clamp(80px, 12vh, 130px) 0; overflow: hidden; background: #0a668e; }
.cta-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 45%, rgba(120,220,227,.34), transparent 22%), linear-gradient(115deg, transparent 0 50%, rgba(1,20,36,.18) 50% 100%); pointer-events: none; }
.cta-grid { position: relative; }
.cta-section h2 { font-size: clamp(3.8rem, 6.8vw, 7rem); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 1280px); }
  .main-nav { gap: 0; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 260px; gap: 28px; }
  .hero h1 { font-size: clamp(4rem, 9.5vw, 6.5rem); }
  .services-layout { grid-template-columns: .72fr 1.28fr; }
  .solutions-shell { grid-template-columns: .9fr 1.1fr; gap: 38px; }
  .brand-cloud { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1280px); }
  html { scroll-snap-type: none; scroll-padding-top: 66px; }
  .utility-inner { min-height: 36px; }
  .site-header { inset: 36px 0 auto; background: linear-gradient(180deg, rgba(2,12,22,.66), transparent); }
  .site-header.is-stuck { inset: 0 0 auto; }
  .header-inner { height: 66px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy small { margin-top: 5px; }
  .menu-toggle { width: 44px; height: 44px; }
  .screen-section, .hero { min-height: 100dvh; height: 100dvh; }

  .hero { padding: 104px 0 18px; align-items: end; }
  .hero-media img { object-position: 69% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(1,12,23,.98) 0%, rgba(2,15,28,.72) 60%, rgba(2,15,28,.25) 100%); }
  .hero-grid { display: block; padding-top: 0; }
  .hero-copy { padding-bottom: 24px; }
  .hero .eyebrow { margin-bottom: 15px; font-size: .58rem; }
  .hero h1 { max-width: 100%; font-size: clamp(3.55rem, 16vw, 4.4rem); line-height: .78; }
  .hero h1 em { max-width: 340px; margin-top: .22em; font-size: clamp(2.25rem, 10.7vw, 2.85rem); line-height: .96; }
  .hero-lead { max-width: 34rem; margin-top: 18px; font-size: .91rem; line-height: 1.48; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
  .hero-actions .button { min-height: 48px; }
  .hero-actions .button-ghost { color: rgba(255,255,255,.82); border-color: rgba(255,255,255,.3); background: transparent; }
  .hero-scroll { display: none; }
  .hero-panel { display: none; }

  .trust-grid div { min-height: 74px; padding: 11px 14px; }
  .trust-grid b { font-size: .8rem; }
  .trust-grid span { font-size: .64rem; line-height: 1.3; }

  .services-section, .solutions-section, .catalog-section { padding: 74px 0 18px; }
  .split-heading { display: block; }
  .services-section .section-heading { margin-bottom: 14px; }
  .services-section .section-heading h2 { font-size: clamp(2.3rem, 10.8vw, 3rem); line-height: .92; }
  .split-heading > p { display: none; }
  .eyebrow { margin-bottom: 12px; }
  .services-layout { height: auto; display: block; }
  .services-visual { height: 25dvh; min-height: 165px; max-height: 220px; }
  .services-visual figcaption { inset: auto 18px 16px; }
  .services-visual figcaption b { font-size: 1.28rem; }
  .service-grid { height: 31dvh; min-height: 220px; display: flex; gap: 10px; margin-top: 10px; overflow-x: auto; overflow-y: hidden; background: transparent; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-grid::-webkit-scrollbar, .solution-list::-webkit-scrollbar, .brand-cloud::-webkit-scrollbar { display: none; }
  .service-card, .service-card-featured { flex: 0 0 78vw; height: 100%; padding: 19px; scroll-snap-align: start; }
  .service-card h3, .service-card-featured h3 { margin: 32px 0 9px; font-size: 1.22rem; }
  .service-card p, .service-card-featured p { font-size: .78rem; }

  .solutions-shell { display: block; }
  .solutions-intro h2 { font-size: clamp(2.5rem, 11.4vw, 3.25rem); line-height: .9; }
  .solutions-intro > p:not(.eyebrow) { max-height: 3.8em; overflow: hidden; font-size: .78rem; line-height: 1.45; }
  .text-link { display: none; }
  .solutions-visual { height: 22dvh; min-height: 150px; margin-top: 14px; }
  .solution-list { height: 30dvh; min-height: 220px; display: flex; gap: 10px; margin-top: 10px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .solution-list article { flex: 0 0 79vw; height: 100%; display: block; padding: 20px; border: 1px solid rgba(255,255,255,.14); scroll-snap-align: start; }
  .solution-list article > span { display: block; margin-bottom: 50px; }
  .solution-list h3 { font-size: 1.2rem; }
  .solution-list p { font-size: .78rem; }

  .project-content h2 { max-width: 360px; font-size: clamp(3.5rem, 15vw, 4.9rem); line-height: .82; }
  .project-content > p:not(.eyebrow) { font-size: .88rem; line-height: 1.5; }
  .project-band > img { object-position: 56% center; }
  .project-overlay { background: linear-gradient(0deg, rgba(2,15,28,.95), rgba(2,15,28,.28)); }

  .brands-section { min-height: 62dvh; padding: 64px 0 30px; }
  .brands-heading { display: block; }
  .brands-heading h2 { font-size: clamp(2.4rem, 10.5vw, 3rem); }
  .brand-cloud { display: flex; gap: 8px; margin-top: 22px; overflow-x: auto; border: 0; background: transparent; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .brand-cloud span { flex: 0 0 36vw; min-height: 72px; border: 1px solid var(--line); background: rgba(255,255,255,.62); scroll-snap-align: start; }

  .catalog-heading { display: block; }
  .catalog-heading h2 { font-size: clamp(2.35rem, 10.7vw, 3rem); line-height: .9; }
  .catalog-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
  .catalog-actions > p { display: none; }
  .catalog-actions .button { width: auto; min-height: 40px; padding: 8px 13px; font-size: .69rem; }
  .catalog-filters { margin: 12px 0 10px; }
  .catalog-grid { height: 36dvh; min-height: 280px; max-height: 320px; gap: 10px; }
  .catalog-grid figure, .catalog-grid figure.is-collapsed { flex-basis: 68vw; }
  .catalog-rail-nav { margin-top: 8px; }
  .catalog-rail-nav { justify-content: flex-start; padding-right: 62px; }
  .catalog-rail-nav span { order: 3; margin: 0 0 0 4px; white-space: nowrap; }
  .catalog-rail-nav button { flex: 0 0 40px; width: 40px; height: 40px; }
  .catalog-note { display: none; }

  .cta-section { min-height: 78dvh; padding: 78px 0 60px; }
  .cta-grid { display: block; }
  .cta-section h2 { font-size: clamp(3.5rem, 15vw, 4.7rem); line-height: .84; }
  .cta-copy { margin-top: 30px; }
  .cta-copy > p { font-size: .9rem; }
}

/* Contact dock overrides legacy single-button styles */
.floating-contact .contact-fab {
  position: static;
  right: auto;
  bottom: auto;
  min-width: 132px;
  min-height: 52px;
  padding: 9px 17px;
}

@media (max-width: 680px) {
  .floating-contact .contact-fab {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 0;
  }
  .floating-contact .contact-fab span { display: none; }
}

/* Selected mobile hero · 02 Editorial arquitectónica */
.mobile-editorial-hero { display: none; }
.floating-contact { transition: opacity .25s ease, transform .25s ease; }
.floating-contact.is-hero-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }

@media (max-width: 680px) {
  .hero {
    height: calc(100dvh - 36px);
    min-height: calc(100dvh - 36px);
    padding: 0;
    align-items: initial;
    overflow: hidden;
    background: #f3eee5;
  }
  .hero-media { inset: 0 0 43%; }
  .hero-media picture, .hero-media img { width: 100%; height: 100%; }
  .hero-media img { object-fit: cover; object-position: 54% center; filter: saturate(.9) contrast(1.02); transform: scale(1.01); }
  .hero-shade {
    inset: 0 0 43%;
    background: linear-gradient(180deg, rgba(2,15,27,.5) 0%, rgba(2,15,27,.08) 46%, rgba(2,15,27,.18) 100%);
  }
  .hero-grid, .hero-scroll { display: none !important; }
  .mobile-editorial-hero {
    position: absolute;
    z-index: 3;
    inset: 49% 0 0;
    display: flex;
    flex-direction: column;
    padding: clamp(40px, 5.2dvh, 48px) 18px 14px;
    color: #07111d;
    background: #f3eee5;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  }
  .mobile-editorial-number {
    position: absolute;
    top: 17px;
    right: 18px;
    color: #93795c;
    font: italic 400 .69rem/1 Georgia, "Times New Roman", serif;
    letter-spacing: .12em;
  }
  .mobile-editorial-overline {
    margin: 0 0 10px;
    color: #7c6751;
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .mobile-editorial-hero h2 {
    max-width: 350px;
    margin: 0;
    color: #07111d;
    font: 500 clamp(2.3rem, 10.5vw, 3rem)/.86 Georgia, "Times New Roman", serif;
    letter-spacing: -.06em;
    text-transform: none;
    text-wrap: balance;
  }
  .mobile-editorial-hero h2 em { color: #0b668f; font-style: italic; }
  .mobile-editorial-lead {
    max-width: 38rem;
    margin: 13px 0 14px;
    color: #57616a;
    font-size: clamp(.72rem, 3.2vw, .8rem);
    line-height: 1.43;
    text-wrap: pretty;
  }
  .mobile-editorial-actions { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8px; }
  .mobile-editorial-actions .button { min-height: 50px; padding: 9px 10px; font-size: .72rem; }
  .mobile-editorial-primary { color: #fff; background: #07111d; border-color: #07111d; }
  .mobile-editorial-secondary { color: #07111d; background: transparent; border-color: rgba(7,17,29,.28); }
  .mobile-editorial-signature {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #7c6751;
    font-size: .54rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .mobile-editorial-signature::before { content: ""; width: 42px; height: 1px; margin-right: 9px; background: currentColor; }
}

@media (max-width: 680px) and (max-height: 720px) {
  .mobile-editorial-hero { inset: 47% 0 0; padding-top: 36px; }
  .mobile-editorial-hero h2 { font-size: clamp(2.08rem, 9.7vw, 2.65rem); }
  .mobile-editorial-lead { margin-block: 10px 11px; }
  .mobile-editorial-signature { margin-top: 8px; }
}

/* Compact mobile rhythm — removes unused full-screen gaps */
@media (max-width: 680px) {
  .hero {
    height: clamp(700px, calc(100dvh - 104px), 760px);
    min-height: clamp(700px, calc(100dvh - 104px), 760px);
  }
  .services-section,
  .solutions-section,
  .catalog-section,
  .cta-section {
    height: auto;
    min-height: 0;
  }
  .services-section,
  .solutions-section,
  .catalog-section { padding: 38px 0 12px; }
  .services-section > .shell,
  .solutions-section > .shell,
  .catalog-section > .shell { height: auto; }
  .brands-section { min-height: 0; padding: 32px 0 18px; }
  .cta-section { padding: 40px 0 30px; }
  .cta-copy { margin-top: 20px; }
}
