:root {
  --ink: #071011;
  --ink-2: #0d1819;
  --paper: #ffffff;
  --fog: #eef2ef;
  --mint: #85f6c6;
  --mint-dark: #25865f;
  --red: #f0192d;
  --text: #0a1112;
  --muted: #687171;
  --line: #d9dfdc;
  --line-dark: rgba(255,255,255,.16);
  --display: "Barlow Condensed", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --gutter: clamp(20px, 4.6vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overscroll-behavior-x: none; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--body); overflow-wrap: anywhere; -webkit-overflow-scrolling: touch; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.responsibility-bar { position: relative; z-index: 42; height: 28px; display: grid; place-items: center; padding-inline: 15px; background: var(--mint); color: var(--ink); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.site-header { position: fixed; z-index: 40; top: 28px; left: 0; right: 0; height: 84px; display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; padding: 0 var(--gutter); color: white; transition: background .3s, top .3s, transform .35s; }
.site-header.is-sticky { top: 0; background: rgba(7,16,17,.94); backdrop-filter: blur(15px); }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { width: 212px; }
.brand img { width: 100%; height: 54px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(12px, 1.45vw, 24px); }
.desktop-nav a { position: relative; padding: 32px 0; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--mint); transition: right .25s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: white; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.language-picker { position: relative; }
.language-picker__trigger { position: relative; width: 46px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); background: rgba(0,0,0,.14); color: white; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.language-picker__trigger i { position: absolute; right: 6px; bottom: 6px; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
.language-picker.is-open .language-picker__trigger i { transform: rotate(225deg); }
.language-picker__panel { position: absolute; z-index: 95; top: 52px; right: 0; width: min(390px, calc(100vw - 40px)); padding: 22px; border: 1px solid rgba(7,16,17,.16); background: #f7f7f3; color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.language-picker__panel[hidden] { display: none; }
.language-picker__panel > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.language-picker__panel b { font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.language-picker__panel small { color: var(--muted); font-size: 8px; text-align: right; text-transform: uppercase; }
.language-picker__panel small strong { color: var(--mint-dark); }
.language-picker__options { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 14px; background: var(--line); }
.language-picker__options button { min-height: 48px; display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 0 12px; background: white; color: var(--ink); font-size: 10px; text-align: left; }
.language-picker__options button span { color: var(--mint-dark); font-size: 8px; font-weight: 800; }
.language-picker__options button:hover, .language-picker__options button.is-active { background: var(--mint); }
.header-whatsapp { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.76); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-whatsapp img { width: 17px; height: 17px; padding: 3px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 5px rgba(37,211,102,.12); animation: whatsappPulse 2s ease-out infinite; }
.quote-trigger { min-width: 124px; height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.34); background: rgba(0,0,0,.12); color: white; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.quote-trigger span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: 8px; border-radius: 50%; background: var(--mint); color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; background: transparent; color: white; }
.menu-button svg { width: 27px; }

.mobile-menu { position: fixed; z-index: 70; inset: 0; display: grid; grid-template-columns: 1fr .45fr; align-items: end; padding: 110px var(--gutter) 55px; overflow: hidden; background: var(--ink); color: white; visibility: hidden; pointer-events: none; transform: translateY(-102%); transition: transform .6s cubic-bezier(.76,0,.24,1), visibility .6s; }
.mobile-menu.is-open { visibility: visible; pointer-events: auto; transform: translateY(0); }
.mobile-menu__close { position: absolute; top: 35px; right: var(--gutter); width: 50px; height: 50px; background: transparent; color: white; }
.mobile-menu__close svg { width: 30px; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 20px; font-family: var(--display); font-size: clamp(48px, 8vw, 100px); font-weight: 600; line-height: .9; text-transform: uppercase; }
.mobile-menu nav span { color: var(--mint); font-family: var(--body); font-size: 10px; }
.mobile-menu > div { display: grid; gap: 14px; color: rgba(255,255,255,.65); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 27px; border: 1px solid transparent; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button--mint { background: var(--mint); color: var(--ink); }
.button--mint:hover { background: white; }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: var(--mint); color: var(--ink); }
.button--line { border-color: rgba(255,255,255,.54); color: white; background: transparent; }
.button--line:hover { border-color: var(--mint); color: var(--mint); }
.button--line-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link svg { color: var(--mint-dark); }

.hero { position: relative; height: min(930px, calc(100vh - 28px)); min-height: 680px; background: var(--ink); color: white; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s, visibility .8s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 7s linear; }
.hero-slide.is-active > img { transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,11,12,.94) 0%, rgba(4,11,12,.62) 42%, rgba(4,11,12,.05) 72%); }
.hero-copy { position: absolute; z-index: 2; left: var(--gutter); top: 52%; width: min(740px, 53vw); transform: translateY(-43%); }
.hero-copy h1, .page-hero h1, .simple-hero h1, .contact-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(80px, 9.5vw, 162px); font-weight: 600; letter-spacing: -.035em; line-height: .79; text-transform: uppercase; }
.hero-copy p, .page-hero > div > p { max-width: 570px; margin: 35px 0; color: rgba(255,255,255,.7); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7; }
.hero-controls { position: absolute; z-index: 4; right: var(--gutter); bottom: 43px; display: flex; align-items: center; gap: 22px; }
.hero-controls > button { width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.3); background: rgba(0,0,0,.22); color: white; }
.hero-controls div { display: flex; gap: 8px; }
.hero-controls div button { width: 31px; height: 2px; padding: 0; background: rgba(255,255,255,.3); }
.hero-controls div button.is-active { background: var(--mint); }

.signal-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: white; }
.signal-rail span { min-height: 88px; display: grid; place-items: center; border-right: 1px solid var(--line); font-family: var(--display); font-size: clamp(17px, 1.5vw, 24px); font-weight: 600; letter-spacing: .03em; }
.signal-rail span:last-child { border: 0; }
.section { padding: clamp(90px, 11vw, 170px) var(--gutter); }
.section--fog { background: var(--fog); }
.section--dark { background: var(--ink); color: white; }
.section-title span, .section-head span, .split-story__copy > span, .project-builder__intro > span, .tech-content > span, .simple-hero > span, .contact-hero > div > span, .contact-map span { display: block; margin-bottom: 25px; color: var(--mint-dark); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-title h2, .section-head h2, .split-story__copy h2, .project-builder__intro h2, .tech-content h2, .contact-map h2 { margin: 0; font-family: var(--display); font-size: clamp(64px, 7.7vw, 126px); font-weight: 600; letter-spacing: -.035em; line-height: .84; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 11vw; }
.intro-copy { max-width: 560px; padding-bottom: 7px; }
.intro-copy p { margin: 0 0 33px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 65px; }
.section-head h2 { font-size: clamp(54px, 6.4vw, 105px); }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.7; }

.editorial-grid, .catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.b2b-card { min-width: 0; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.b2b-card--wide { grid-column: span 2; }
.b2b-card__media { position: relative; aspect-ratio: 4/5; display: block; overflow: hidden; background: linear-gradient(145deg, #f8faf8, #e9efeb); }
.b2b-card--wide .b2b-card__media { aspect-ratio: 8/5; }
.b2b-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: clamp(20px, 2.1vw, 38px); transition: transform .55s; }
.b2b-card:hover .b2b-card__media img { transform: scale(1.055) rotate(.5deg); }
.b2b-card__media > span { position: absolute; top: 16px; left: 16px; padding: 7px 9px; background: var(--ink); color: white; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.b2b-card__body { min-height: 176px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; }
.b2b-card small { color: var(--mint-dark); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.b2b-card h3 { margin: 12px 0 8px; font-family: var(--display); font-size: 30px; line-height: .95; text-transform: uppercase; }
.b2b-card p { margin: 0; color: var(--muted); font-size: 11px; }
.product-fit { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: start; gap: 5px 9px; margin: 12px 0 9px; }
.product-fit__stars { color: transparent; font-size: 12px; letter-spacing: 1px; white-space: nowrap; background: linear-gradient(90deg, #f4b83f var(--fit), #c8c9c9 var(--fit)); background-clip: text; -webkit-background-clip: text; }
.product-fit b { font-size: 10px; }
.product-fit em { grid-column: 1 / -1; color: var(--mint-dark); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.card-actions { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 14px; margin-top: 22px; }
.card-actions > button:first-child { padding: 0; background: transparent; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.card-actions > button:first-child.is-active { color: var(--mint-dark); font-weight: 700; }
.product-detail-link { padding-bottom: 2px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.add-quote { display: flex; align-items: center; gap: 8px; background: transparent; color: var(--ink); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.add-quote svg { width: 18px; color: var(--mint-dark); }

.product-detail-page { background: var(--paper); }
.product-detail-hero { min-height: 860px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); padding-top: 112px; background: var(--fog); }
.product-detail-hero__media { position: relative; min-height: 748px; overflow: hidden; background: linear-gradient(145deg, #fbfdfb, #e2eae5); }
.product-detail-hero__media img { width: 100%; height: 100%; object-fit: contain; padding: clamp(55px, 7vw, 120px); }
.product-detail-hero__media > span { position: absolute; top: 35px; left: 35px; padding: 9px 12px; background: var(--ink); color: white; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(35px, 7vw, 120px); }
.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 48px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-breadcrumb a { color: var(--mint-dark); }
.product-detail-hero__copy > small { color: var(--mint-dark); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-detail-hero h1 { max-width: 760px; margin: 18px 0 28px; font-family: var(--display); font-size: clamp(68px, 7vw, 122px); line-height: .82; text-transform: uppercase; }
.product-detail-hero__copy > p { max-width: 640px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.product-detail-fit { margin: 13px 0 28px; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.product-detail-disclosure { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 10px !important; }
.product-spec-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(30px, 6vw, 90px); align-items: start; }
.product-spec-table { margin: 0; border-top: 1px solid var(--ink); }
.product-spec-table > div { display: grid; grid-template-columns: minmax(150px, .42fr) 1fr; gap: 28px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.product-spec-table dt { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-spec-table dd { margin: 0; font-weight: 500; line-height: 1.55; }
.product-supply-card { position: sticky; top: 120px; padding: clamp(30px, 4vw, 55px); background: var(--ink); color: white; }
.product-supply-card > span { color: var(--mint); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.product-supply-card h3 { margin: 22px 0 14px; font-family: var(--display); font-size: clamp(48px, 5vw, 78px); line-height: .88; text-transform: uppercase; }
.product-supply-card p { margin: 0 0 30px; color: rgba(255,255,255,.62); line-height: 1.7; }
.product-source-note { margin-top: 38px; padding: 24px 28px; border-left: 4px solid var(--mint-dark); background: #edf5f0; }
.product-source-note strong { font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.product-source-note p { margin: 8px 0 0; color: var(--muted); line-height: 1.7; }
.product-detail-band { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 6vw; align-items: end; padding: 80px var(--gutter); background: var(--mint); }
.product-detail-band span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.product-detail-band h2 { max-width: 700px; margin: 15px 0 0; font-family: var(--display); font-size: clamp(48px, 5.7vw, 90px); line-height: .86; text-transform: uppercase; }
.product-detail-band p { margin: 0; line-height: 1.75; }
.related-products .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.split-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 850px; }
.split-story--dark { background: var(--ink); color: white; }
.split-story__media { min-height: 620px; overflow: hidden; }
.split-story__media video { width: 100%; height: 100%; object-fit: cover; }
.split-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw var(--gutter); }
.split-story__copy > p { max-width: 600px; color: rgba(255,255,255,.64); line-height: 1.8; }
.split-story__copy ol { margin: 30px 0 42px; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.split-story__copy li { display: grid; grid-template-columns: 55px 1fr; padding: 17px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.75); text-transform: uppercase; }
.split-story__copy li b { color: var(--mint); font-size: 9px; }
.split-story__copy .button { align-self: flex-start; }

.capability-section .section-title { max-width: 960px; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid var(--line); }
.process-line > div { min-height: 260px; padding: 26px 28px 26px 0; border-right: 1px solid var(--line); }
.process-line > div:not(:first-child) { padding-left: 28px; }
.process-line b { color: var(--mint-dark); font-size: 9px; }
.process-line h3 { margin: 58px 0 15px; font-family: var(--display); font-size: 35px; text-transform: uppercase; }
.process-line p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.media-banner { position: relative; min-height: 760px; overflow: hidden; background: var(--ink); color: white; }
.media-banner > img { position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover; }
.media-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,11,.18), rgba(4,10,11,.85)); }
.media-banner > div { position: absolute; z-index: 2; right: var(--gutter); top: 50%; width: min(680px, 45vw); transform: translateY(-50%); }
.media-banner span { color: var(--mint); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.media-banner h2 { margin: 25px 0 38px; font-family: var(--display); font-size: clamp(64px, 7.6vw, 126px); line-height: .82; text-transform: uppercase; }
.media-banner--light::after { background: linear-gradient(90deg, rgba(4,10,11,.12), rgba(4,10,11,.9)); }

.page-hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: white; }
.page-hero > img, .page-hero > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,11,.92), rgba(4,10,11,.3) 65%); }
.page-hero > div { position: relative; z-index: 2; width: min(780px, 58vw); margin: 105px 0 0 var(--gutter); }
.page-hero--light { grid-template-columns: 1fr 1fr; min-height: 720px; padding-top: 110px; background: var(--fog); color: var(--ink); }
.page-hero--light::after { display: none; }
.page-hero--light > div { width: auto; margin: 0; padding: 70px var(--gutter); }
.page-hero--light > div > p { color: var(--muted); }
.page-hero--light > img { position: static; height: 610px; object-fit: cover; }
.page-hero--video::after { background: linear-gradient(90deg, rgba(4,10,11,.88), rgba(4,10,11,.12)); }

.catalog-shell { padding-top: 72px; }
.fit-disclosure { max-width: 720px; margin: -12px 0 30px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 35px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.filter-set { display: flex; flex-wrap: wrap; gap: 28px; }
.filter-set button { padding: 0 0 8px; border-bottom: 1px solid transparent; background: transparent; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.filter-set button.is-active { border-color: var(--mint-dark); color: var(--ink); }
.catalog-search { display: flex; align-items: center; gap: 18px; }
.catalog-search input { width: 190px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; }
.catalog-search span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.catalog-grid .b2b-card--wide { grid-column: auto; }
.catalog-grid .b2b-card__media { aspect-ratio: 4/5; }
.pricing-note .section-title { max-width: 1050px; }
.pricing-note .section-title span { color: var(--mint); }
.note-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 60px; padding-top: 32px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.65); line-height: 1.8; }

.atlas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px 24px; }
.atlas-card > div { position: relative; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(145deg, #f8faf8, #e9efeb); }
.atlas-card > div > span { position: absolute; z-index: 2; left: 15px; top: 15px; width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--mint); font-size: 9px; }
.atlas-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: clamp(18px, 2.6vw, 38px); transition: transform .5s; }
.atlas-card:hover img { transform: scale(1.04); }
.atlas-card h3 { margin: 23px 0 8px; font-family: var(--display); font-size: 36px; text-transform: uppercase; }
.atlas-card p { color: var(--muted); }
.atlas-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.atlas-card a svg { color: var(--mint-dark); }

.oem-intro .section-title { max-width: 1020px; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 75px; }
.route-grid article { min-height: 440px; padding: 42px; border: 1px solid var(--line); }
.route-grid b { color: var(--mint-dark); font-size: 10px; }
.route-grid h3 { margin: 95px 0 22px; font-family: var(--display); font-size: clamp(42px, 4vw, 68px); line-height: .9; text-transform: uppercase; }
.route-grid p { color: var(--muted); line-height: 1.75; }
.route-grid ul { margin-top: 35px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.route-grid li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; }
.timeline-section { padding: clamp(90px, 10vw, 150px) var(--gutter); background: var(--fog); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline > div { min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.timeline span { color: var(--mint-dark); font-size: 9px; }
.timeline h3 { margin-top: 95px; font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.project-builder { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; background: var(--ink); color: white; }
.project-builder__intro > span { color: var(--mint); }
.project-builder__intro > p { max-width: 480px; color: rgba(255,255,255,.6); line-height: 1.8; }
.builder-progress { margin-top: 48px; }
.builder-progress::before { content: ""; display: block; height: 2px; background: var(--line-dark); }
.builder-progress i { display: block; width: 33.33%; height: 2px; margin-top: -2px; background: var(--mint); transition: width .3s; }
.builder-progress span { display: block; margin-top: 12px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; }
.builder-form h3 { grid-column: 1/-1; margin: 0 0 28px; font-family: var(--display); font-size: 42px; text-transform: uppercase; }
.form-step { display: none; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-step.is-active { display: grid; }
.builder-form label, .contact-form label { display: grid; gap: 9px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.builder-form input, .builder-form select, .builder-form textarea, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: 0; background: transparent; color: white; }
.builder-form select, .contact-form select { background: var(--ink); }
.builder-form fieldset { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 12px 0 0; padding: 0; border: 0; }
.builder-form legend { margin-bottom: 14px; color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; }
.builder-form .check { display: block; }
.builder-form .check input { position: absolute; opacity: 0; }
.builder-form .check span { display: block; padding: 16px; border: 1px solid var(--line-dark); color: rgba(255,255,255,.7); }
.builder-form .check input:checked + span { border-color: var(--mint); color: var(--mint); }
.builder-form .full, .contact-form .full { grid-column: 1/-1; }
.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 35px; }
.form-nav .button--line-dark { border-color: rgba(255,255,255,.4); color: white; }
.form-summary, .selected-summary { grid-column: 1/-1; padding: 20px; border: 1px solid var(--line-dark); color: rgba(255,255,255,.65); }
.form-summary strong, .selected-summary strong { color: var(--mint); font-size: 9px; text-transform: uppercase; }

.tech-platform { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; background: var(--ink); color: white; }
.tech-visual { min-height: 650px; }
.tech-visual video { width: 100%; height: 100%; object-fit: cover; }
.tech-content { display: flex; flex-direction: column; justify-content: center; padding: 8vw var(--gutter); }
.tech-content > span { color: var(--mint); }
.tech-content > p { max-width: 580px; color: rgba(255,255,255,.63); line-height: 1.8; }
.tech-tabs { margin-top: 42px; border-top: 1px solid var(--line-dark); }
.tech-tabs button { width: 100%; display: grid; grid-template-columns: 50px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: rgba(255,255,255,.52); text-align: left; text-transform: uppercase; }
.tech-tabs button b { color: var(--mint); font-size: 9px; }
.tech-tabs button.is-active { padding-left: 12px; color: white; }
.validation-section .section-title { max-width: 1050px; }
.validation-list { margin-top: 80px; border-top: 1px solid var(--line); }
.validation-list article { display: grid; grid-template-columns: 80px .8fr 1.2fr; align-items: center; gap: 30px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.validation-list span { color: var(--mint-dark); font-size: 9px; }
.validation-list h3 { font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.validation-list p { color: var(--muted); line-height: 1.7; }

.company-story { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: end; }
.company-story__copy p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.company-identity { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; background: var(--fog); }
.company-identity__lead > span { color: var(--mint-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.company-identity__lead h2 { max-width: 820px; margin: 22px 0 30px; font-family: var(--display); font-size: clamp(62px, 7.2vw, 118px); line-height: .84; text-transform: uppercase; }
.company-identity__lead p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.company-identity__facts { border-top: 1px solid var(--ink); }
.company-identity__facts > div { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.company-identity__facts small { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.company-identity__facts strong { font-family: var(--display); font-size: 24px; line-height: 1.05; text-transform: uppercase; }
.brand-principles { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--mint); }
.brand-principles article { min-height: 330px; padding: clamp(35px, 5vw, 76px); border-right: 1px solid rgba(7,16,17,.24); }
.brand-principles article:last-child { border-right: 0; }
.brand-principles span { font-size: 9px; font-weight: 700; }
.brand-principles h3 { margin: 70px 0 18px; font-family: var(--display); font-size: clamp(36px, 3.4vw, 58px); line-height: .9; text-transform: uppercase; }
.brand-principles p { max-width: 420px; margin: 0; line-height: 1.7; }
.factory-proof { display: grid; gap: 55px; }
.factory-proof__head { display: grid; grid-template-columns: .65fr 1fr .7fr; gap: 4vw; align-items: end; }
.factory-proof__head > span { align-self: start; color: var(--mint); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.factory-proof__head h2 { margin: 0; font-family: var(--display); font-size: clamp(62px, 7vw, 112px); line-height: .84; text-transform: uppercase; }
.factory-proof__head p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.8; }
.factory-proof__grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 22px; }
.factory-proof figure { margin: 0; overflow: hidden; }
.factory-proof img { width: 100%; height: clamp(330px, 42vw, 680px); object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.factory-proof figure:hover img { transform: scale(1.025); }
.factory-proof figcaption { padding-top: 14px; color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.numbers-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--mint); }
.numbers-band div { min-height: 230px; display: flex; flex-direction: column; justify-content: center; padding: 35px; border-right: 1px solid rgba(7,16,17,.25); }
.numbers-band strong { font-family: var(--display); font-size: clamp(65px, 8vw, 120px); line-height: .8; }
.numbers-band span { margin-top: 22px; font-size: 9px; text-transform: uppercase; }

.video-library { display: grid; gap: 110px; }
.video-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: center; }
.video-card:nth-child(even) .video-frame { order: 2; }
.video-frame { position: relative; aspect-ratio: 16/9; background: var(--ink); overflow: hidden; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-frame button { position: absolute; right: 18px; bottom: 18px; width: 95px; height: 95px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); }
.video-frame button svg { position: absolute; width: 28px; opacity: .25; }
.video-frame button span { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.video-card > div:last-child > span { color: var(--mint-dark); font-size: 9px; text-transform: uppercase; }
.video-card h2 { margin: 25px 0; font-family: var(--display); font-size: clamp(48px, 5.4vw, 88px); line-height: .87; text-transform: uppercase; }
.video-card p { color: var(--muted); line-height: 1.8; }

.simple-hero { padding: 210px var(--gutter) 100px; background: var(--ink); color: white; }
.simple-hero > span { color: var(--mint); }
.simple-hero p { max-width: 580px; color: rgba(255,255,255,.63); line-height: 1.8; }
.insight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 85px 28px; }
.insight-card > img { width: 100%; aspect-ratio: 1.55/1; object-fit: cover; }
.insight-card > div { padding-top: 25px; }
.insight-card span { color: var(--mint-dark); font-size: 9px; text-transform: uppercase; }
.insight-card h2 { margin: 16px 0; font-family: var(--display); font-size: clamp(36px, 4vw, 62px); line-height: .95; text-transform: uppercase; }
.insight-card p { color: var(--muted); line-height: 1.7; }
.insight-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.insight-card a svg { color: var(--mint-dark); }

.contact-hero { min-height: 100vh; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; padding: 160px var(--gutter) 90px; background: var(--mint); }
.contact-hero > div > span { color: var(--ink); opacity: .58; }
.contact-hero > div > p { max-width: 540px; line-height: 1.8; }
.contact-direct { display: grid; gap: 18px; margin-top: 45px; }
.contact-direct a, .contact-direct > div { display: grid; gap: 5px; padding-bottom: 15px; border-bottom: 1px solid rgba(7,16,17,.28); }
.contact-direct small { font-size: 8px; text-transform: uppercase; }
.contact-direct strong { font-family: var(--display); font-size: clamp(22px, 2.2vw, 32px); font-weight: 600; line-height: 1.05; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 45px; background: var(--ink); color: white; }
.contact-form .selected-summary { border-color: var(--line-dark); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.contact-channel-grid article { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(35px, 5vw, 70px); background: white; }
.contact-channel-grid article > span { color: var(--mint-dark); font-size: 9px; font-weight: 700; }
.contact-channel-grid h2 { margin: 70px 0 18px; font-family: var(--display); font-size: clamp(48px, 5vw, 78px); line-height: .85; text-transform: uppercase; }
.contact-channel-grid p { margin: 0 0 35px; color: var(--muted); line-height: 1.75; }
.contact-channel-grid a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-channel-grid svg { color: var(--mint-dark); }
.contact-map { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 620px; background: var(--ink); color: white; }
.contact-map img { width: 100%; height: 100%; object-fit: cover; }
.contact-map > div { display: flex; flex-direction: column; justify-content: center; padding: 7vw var(--gutter); }
.contact-map span { color: var(--mint); }
.contact-map p { color: rgba(255,255,255,.62); line-height: 1.8; }

.compare-panel { position: fixed; z-index: 55; left: var(--gutter); right: var(--gutter); bottom: 18px; padding: 25px; background: var(--ink); color: white; box-shadow: 0 25px 70px rgba(0,0,0,.35); transform: translateY(150%); transition: transform .4s; }
.compare-panel.is-open { transform: none; }
.compare-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.compare-head span { color: var(--mint); font-size: 8px; text-transform: uppercase; }
.compare-head h2 { margin: 3px 0 0; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.compare-head button { background: transparent; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; }
.compare-table { display: grid; grid-template-columns: 105px repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.compare-table > div { display: grid; }
.compare-table span, .compare-table strong, .compare-table button { min-height: 33px; padding: 9px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-size: 8px; }
.compare-labels span { color: rgba(255,255,255,.5); text-transform: uppercase; }
.compare-table button { background: var(--mint); color: var(--ink); font-weight: 700; text-transform: uppercase; }

.drawer-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(0,0,0,.58); opacity: 0; visibility: hidden; transition: .3s; }
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.quote-drawer { position: fixed; z-index: 81; top: 0; right: 0; bottom: 0; width: min(510px, 100%); display: flex; flex-direction: column; padding: 30px; background: white; transform: translateX(102%); transition: transform .45s cubic-bezier(.76,0,.24,1); }
.quote-drawer.is-open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-head span { color: var(--mint-dark); font-size: 8px; text-transform: uppercase; }
.drawer-head h2 { margin: 6px 0 0; font-family: var(--display); font-size: 42px; text-transform: uppercase; }
.drawer-head button { width: 42px; height: 42px; background: transparent; }
.quote-lines { flex: 1; overflow: auto; }
.quote-line { display: grid; grid-template-columns: 95px 1fr 30px; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.quote-line img { width: 95px; height: 100px; object-fit: contain; background: var(--fog); }
.quote-line > div { display: grid; align-content: start; gap: 5px; }
.quote-line strong { font-family: var(--display); font-size: 25px; }
.quote-line span { color: var(--muted); font-size: 10px; }
.quote-line label { margin-top: 8px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.quote-line input { width: 110px; margin-left: 10px; padding: 6px; border: 1px solid var(--line); }
.quote-line > button { align-self: start; background: transparent; }
.drawer-empty { margin: auto; max-width: 330px; text-align: center; }
.drawer-empty strong { font-family: var(--display); font-size: 36px; text-transform: uppercase; }
.drawer-empty p { color: var(--muted); line-height: 1.7; }
.drawer-foot { padding-top: 22px; border-top: 1px solid var(--line); }
.drawer-foot p { color: var(--muted); font-size: 9px; line-height: 1.6; }
.drawer-foot .button { width: 100%; }

.cta-band { display: grid; grid-template-columns: 1fr 130px; align-items: center; gap: 40px; padding: 80px var(--gutter); background: var(--mint); }
.cta-band span { font-size: 9px; text-transform: uppercase; }
.cta-band h2 { max-width: 950px; margin: 15px 0 0; font-family: var(--display); font-size: clamp(50px, 6.8vw, 110px); line-height: .85; text-transform: uppercase; }
.circle-link { width: 110px; height: 110px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.circle-link svg { width: 40px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 75px var(--gutter) 25px; background: var(--ink); color: white; }
.site-footer__brand img { width: 280px; height: 70px; object-fit: contain; object-position: left; }
.site-footer__brand p { max-width: 400px; color: rgba(255,255,255,.5); line-height: 1.7; }
.site-footer__brand p strong { color: white; }
.site-footer__brand > a { display: block; width: fit-content; margin-top: 8px; color: rgba(255,255,255,.7); font-size: 11px; }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.site-footer__nav div { display: grid; align-content: start; gap: 10px; }
.site-footer__nav span { margin-bottom: 10px; color: var(--mint); font-size: 8px; text-transform: uppercase; }
.site-footer__nav a { color: rgba(255,255,255,.62); font-size: 12px; }
.site-footer__bottom { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-size: 8px; text-transform: uppercase; }

.age-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2,8,9,.97); color: white; opacity: 1; visibility: visible; transition: .4s; }
.age-gate.is-hidden { opacity: 0; visibility: hidden; }
.age-gate__panel { width: min(630px, 100%); padding: clamp(35px, 5vw, 65px); border: 1px solid rgba(133,246,198,.4); background: #0b1516; text-align: center; }
.age-gate__panel > img { width: 310px; height: 75px; margin: 0 auto 28px; object-fit: contain; }
.age-gate__panel > span { color: var(--mint); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.age-gate h2 { margin: 19px 0; font-family: var(--display); font-size: clamp(40px, 6vw, 62px); line-height: .94; text-transform: uppercase; }
.age-gate p { color: rgba(255,255,255,.6); line-height: 1.7; }
.age-gate__panel > div { display: flex; justify-content: center; gap: 12px; margin: 30px 0; }
.age-gate small { color: rgba(255,255,255,.4); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s, transform .7s; }
.reveal.is-visible { opacity: 1; transform: none; }
.page-transition { position: fixed; z-index: 95; inset: 0; background: var(--mint); transform: translateY(100%); transition: transform .35s cubic-bezier(.76,0,.24,1); pointer-events: none; }
.page-transition.is-active { transform: none; }
.form-success { grid-column: 1/-1; padding: 55px 0; }
.form-success span { color: var(--mint); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.form-success h2, .wp-fallback h1 { margin: 18px 0; font-family: var(--display); font-size: clamp(60px, 8vw, 120px); line-height: .85; text-transform: uppercase; }
.form-success p { color: rgba(255,255,255,.65); }
.wp-fallback { min-height: 100vh; display: grid; place-content: center; justify-items: start; padding: var(--gutter); background: var(--ink); color: white; }
.wp-fallback img { width: 300px; height: 80px; object-fit: contain; object-position: left; }
.wp-fallback p { color: rgba(255,255,255,.6); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 190px 1fr 155px; }
  .desktop-nav { gap: 18px; }
  .brand { width: 180px; }
  .editorial-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-card--wide { grid-column: span 1; }
  .b2b-card--wide .b2b-card__media { aspect-ratio: 1/1; }
  .tech-platform, .split-story { grid-template-columns: 1fr; }
  .split-story__media, .tech-visual { min-height: 620px; }
  .product-detail-hero { grid-template-columns: .9fr 1.1fr; }
  .related-products .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-actions { gap: 6px; }
  .quote-trigger { min-width: 105px; }
  .hero-copy { width: calc(100% - 40px); left: 20px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(70px, 16vw, 110px); }
  .hero-shade, .page-hero::after { background: linear-gradient(90deg, rgba(4,11,12,.9), rgba(4,11,12,.35)), linear-gradient(0deg, rgba(4,11,12,.72), transparent 60%); }
  .signal-rail { grid-template-columns: 1fr 1fr; }
  .intro-grid, .company-story, .company-identity, .project-builder, .contact-hero, .contact-map, .product-detail-hero { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .process-line > div:nth-child(2) { border-right: 0; }
  .process-line > div:nth-child(3) { padding-left: 0; }
  .media-banner > div { width: calc(100% - 40px); right: 20px; }
  .page-hero--light { grid-template-columns: 1fr; }
  .page-hero--light > img { height: 480px; }
  .atlas-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr 1fr; }
  .project-builder { gap: 60px; }
  .numbers-band { grid-template-columns: 1fr 1fr; }
  .video-card { grid-template-columns: 1fr; gap: 35px; }
  .video-card:nth-child(even) .video-frame { order: 0; }
  .contact-hero { padding-top: 150px; }
  .contact-form { padding: 30px; }
  .contact-channel-grid, .brand-principles { grid-template-columns: 1fr; }
  .contact-channel-grid article, .brand-principles article { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-detail-hero__media { min-height: 620px; }
  .product-spec-layout { grid-template-columns: 1fr; }
  .product-supply-card { position: static; }
  .product-detail-band { grid-template-columns: 1fr; align-items: start; }
  .related-products .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; }
  .mobile-menu { grid-template-columns: 1fr; align-items: center; }
  .mobile-menu > div { display: none; }
}

@media (max-width: 620px) {
  :root { --gutter: 20px; }
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  .responsibility-bar { font-size: 7px; }
  .site-header { height: 66px; grid-template-columns: minmax(0, 1fr) auto; padding-inline: 16px; }
  .site-header.is-hidden { transform: none; }
  .brand { width: 132px; }
  .brand img { height: 40px; }
  .header-actions { gap: 4px; }
  .quote-trigger { display: none; }
  .language-picker__trigger { width: 44px; height: 44px; }
  .language-picker__panel { position: fixed; top: 82px; left: 12px; right: 12px; width: auto; max-height: calc(100dvh - 96px); overflow-y: auto; overscroll-behavior: contain; }
  .language-picker__options { grid-template-columns: 1fr; }
  .hero { height: calc(100dvh - 28px); min-height: 620px; max-height: 900px; }
  .hero-slide > img { object-position: 58% center; }
  .hero-copy { top: auto; bottom: 94px; left: 20px; width: calc(100% - 40px); padding-left: 0; transform: none; }
  .hero-copy h1 { max-width: none; font-size: clamp(36px, 9.5vw, 44px); line-height: .86; word-break: keep-all; text-wrap: balance; }
  .hero-copy p { max-width: 34ch; margin: 18px 0; font-size: 13px; line-height: 1.55; }
  .button-row, .age-gate__panel > div { flex-direction: column; align-items: stretch; }
  .hero-controls { left: 50%; right: auto; bottom: max(20px, env(safe-area-inset-bottom)); gap: 10px; transform: translateX(-50%); }
  .hero-controls > button { width: 44px; height: 44px; }
  .hero-controls div { gap: 0; }
  .hero-controls div button { position: relative; width: 36px; height: 44px; background: transparent; }
  .hero-controls div button::before { content: ""; position: absolute; left: 5px; right: 5px; top: 50%; height: 2px; background: rgba(255,255,255,.3); }
  .hero-controls div button.is-active { background: transparent; animation: none; }
  .hero-controls div button.is-active::before { background: var(--mint); }
  .signal-rail { grid-template-columns: 1fr; }
  .signal-rail span { min-height: 66px; }
  .section { padding-block: 85px; }
  .section-title h2, .section-head h2, .split-story__copy h2, .project-builder__intro h2, .tech-content h2, .contact-map h2 { font-size: clamp(54px, 16vw, 82px); }
  .editorial-grid, .catalog-grid { display: block; border-right: 1px solid var(--line); }
  .b2b-card__media, .b2b-card--wide .b2b-card__media { aspect-ratio: 4/5; }
  .split-story__media, .tech-visual { min-height: 410px; }
  .split-story__copy, .tech-content { padding: 75px 20px; }
  .process-line, .route-grid, .timeline, .note-columns, .atlas-grid, .insight-grid, .numbers-band { grid-template-columns: 1fr; }
  .process-line > div { padding-left: 0 !important; border-right: 0; }
  .media-banner { min-height: 650px; }
  .media-banner::after { background: linear-gradient(0deg, rgba(4,10,11,.93), rgba(4,10,11,.2)); }
  .media-banner > div { top: auto; bottom: 60px; transform: none; }
  .page-hero { min-height: min(700px, 100dvh); }
  .page-hero h1 { font-size: clamp(50px, 14vw, 64px); line-height: .82; }
  .page-hero > div { width: calc(100% - 40px); margin-left: 20px; }
  .page-hero--light > div { width: auto; margin: 0; padding: 40px 20px; }
  .page-hero--light > img { height: 360px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { justify-content: space-between; }
  .filter-set { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .filter-set button { min-height: 44px; padding: 10px 8px; }
  .text-link { min-height: 44px; padding: 10px 0; }
  .card-actions button { min-height: 44px; }
  .route-grid article { padding: 28px; }
  .timeline > div { min-height: 170px; }
  .form-step, .builder-form fieldset, .contact-form { grid-template-columns: 1fr; }
  .builder-form fieldset { grid-column: auto; }
  .validation-list article { grid-template-columns: 45px 1fr; gap: 10px; }
  .validation-list p { grid-column: 2; }
  .video-library { gap: 75px; }
  .video-frame button { width: 72px; height: 72px; }
  .simple-hero { padding-top: 160px; }
  .contact-form { padding: 25px; }
  .builder-form input, .builder-form select, .builder-form textarea, .contact-form input, .contact-form select, .contact-form textarea { min-height: 48px; font-size: 16px; }
  .contact-map img { min-height: 360px; }
  .company-identity__facts > div { grid-template-columns: 100px 1fr; }
  .product-detail-hero { min-height: 0; padding-top: 100px; }
  .product-detail-hero__media { min-height: 470px; }
  .product-detail-hero__media img { padding: 55px 35px; }
  .product-detail-hero__copy { padding: 60px 20px 80px; }
  .product-breadcrumb { margin-bottom: 35px; }
  .product-detail-hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .product-detail-actions { display: grid; }
  .product-detail-actions .button { width: 100%; }
  .product-spec-table > div { grid-template-columns: 1fr; gap: 8px; }
  .product-detail-band { padding: 70px 20px; }
  .related-products .catalog-grid { display: block; }
  .contact-channel-grid article { min-height: 310px; padding: 38px 20px; }
  .contact-channel-grid h2, .brand-principles h3 { margin-top: 46px; }
  .compare-panel { left: 10px; right: 10px; max-height: 78vh; overflow: auto; }
  .compare-table { min-width: 600px; }
  .quote-drawer { width: 100%; height: 100dvh; padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .quote-lines { overscroll-behavior: contain; }
  .cta-band { grid-template-columns: 1fr; }
  .circle-link { width: 80px; height: 80px; }
  .site-footer__nav { grid-template-columns: 1fr 1fr; }
  .site-footer__bottom { display: grid; gap: 8px; }
  .mobile-menu { height: 100dvh; align-items: start; padding: max(92px, calc(env(safe-area-inset-top) + 76px)) 20px max(28px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; }
  .mobile-menu nav { gap: 8px; }
  .mobile-menu nav a { min-height: 48px; gap: 12px; font-size: clamp(34px, 10.5vw, 43px); line-height: 1; }
  .mobile-menu nav span { font-size: 8px; }
  .mobile-menu__close { top: max(18px, env(safe-area-inset-top)); right: 14px; }
  .mobile-menu__close, .menu-button { min-width: 44px; min-height: 44px; }

  .age-gate { min-height: 100dvh; padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); overflow-y: auto; place-items: center; overscroll-behavior: contain; }
  .age-gate__panel { width: min(100%, 420px); max-height: calc(100dvh - 24px); padding: 25px 20px; overflow-y: auto; }
  .age-gate__panel > img { width: 210px; height: 52px; margin-bottom: 17px; }
  .age-gate h2 { margin: 14px 0; font-size: clamp(34px, 10vw, 44px); line-height: .9; }
  .age-gate p { margin: 0; font-size: 13px; line-height: 1.55; }
  .age-gate__panel > div { gap: 9px; margin: 20px 0; }
  .age-gate small { display: block; font-size: 10px; line-height: 1.45; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* 2026 editorial motion system */
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 3px; background: var(--mint); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.cursor-dot { position: fixed; z-index: 130; top: 0; left: 0; width: 11px; height: 11px; border: 1px solid var(--mint); border-radius: 50%; opacity: 0; pointer-events: none; transform: translate3d(-100px, -100px, 0) translate(-50%, -50%); transition: width .2s, height .2s, background .2s, opacity .2s; mix-blend-mode: difference; will-change: transform, width, height; }
.cursor-dot.is-active { width: 38px; height: 38px; background: rgba(133,246,198,.2); }
body:hover .cursor-dot { opacity: 1; }
.button, .circle-link { transform: translate(var(--mx, 0), var(--my, 0)); will-change: transform; }
.button:hover { transform: translate(var(--mx, 0), calc(var(--my, 0) - 2px)); }
.reveal { transition-delay: var(--reveal-delay, 0ms); }
.hero-slide { clip-path: inset(0 0 0 100%); transition: opacity .75s, visibility .75s, clip-path 1s cubic-bezier(.76,0,.24,1); }
.hero-slide.is-active { clip-path: inset(0); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 45%, rgba(133,246,198,.14) 50%, transparent 55%); transform: translateX(-120%); }
.hero-slide.is-active::after { animation: heroSweep 1.3s .45s both; }
.hero-copy { padding-left: 25px; border-left: 2px solid var(--mint); }
.hero-copy h1 { text-wrap: balance; text-shadow: 0 4px 35px rgba(0,0,0,.35); }
.hero-controls div button.is-active { animation: dotGrow 6.5s linear; transform-origin: left; }
.b2b-card, .atlas-card { transform-style: preserve-3d; transition: transform .25s ease, box-shadow .35s; will-change: transform; }
.b2b-card:hover, .atlas-card:hover { box-shadow: 0 28px 65px rgba(7,16,17,.12); }
.b2b-card__media img, .atlas-card img { transform: translateZ(16px); }
.eyebrow { display: block; margin-bottom: 20px; color: var(--mint-dark); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.filmstrip { overflow: hidden; padding: 52px 0; background: #0c111b; color: white; }
.filmstrip__label { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 0 var(--gutter) 24px; }
.filmstrip__label span { color: var(--mint); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.filmstrip__label a { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); font-size: 9px; text-transform: uppercase; }
.filmstrip__viewport { overflow: hidden; transform: rotate(-1.2deg) scale(1.02); }
.filmstrip__track { width: max-content; display: flex; gap: 13px; animation: handbookMarquee 95s linear infinite; }
.filmstrip:hover .filmstrip__track { animation-play-state: paused; }
.filmstrip__track a { position: relative; width: clamp(270px, 28vw, 520px); aspect-ratio: 1.52/1; overflow: hidden; flex: none; background: #171d29; }
.filmstrip__track img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); transition: transform .55s, filter .55s; }
.filmstrip__track a:hover img { transform: scale(1.035); filter: saturate(1.1); }

.service-selector { display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; align-items: start; }
.service-selector__nav { position: sticky; top: 130px; border-top: 1px solid var(--line); }
.service-selector__nav button { width: 100%; display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 24px 8px; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; text-transform: uppercase; transition: padding .25s, color .25s, background .25s; }
.service-selector__nav button b { color: var(--mint-dark); font-size: 9px; }
.service-selector__nav button.is-active { padding-left: 22px; background: var(--ink); color: white; }
.service-selector__stage { min-height: 700px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; background: var(--fog); }
.service-selector__stage > img { width: 100%; height: 500px; object-fit: cover; transition: opacity .18s, transform .4s; }
.service-selector__stage > img.is-switching { opacity: 0; transform: scale(1.03); }
.service-selector__stage > div { padding: 45px; }
.service-selector__stage span { color: var(--mint-dark); font-size: 9px; text-transform: uppercase; }
.service-selector__stage h2 { margin: 13px 0; font-family: var(--display); font-size: clamp(55px, 6.8vw, 100px); line-height: .84; text-transform: uppercase; }
.service-selector__stage p { max-width: 680px; color: var(--muted); line-height: 1.8; }

.simple-hero--lookbook { min-height: 660px; display: flex; flex-direction: column; justify-content: end; background: radial-gradient(circle at 77% 30%, #24314b 0, var(--ink) 48%); }
.lookbook-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--ink); }
.lookbook-card { position: relative; aspect-ratio: 1.52/1; overflow: hidden; padding: 0; background: var(--ink); color: white; }
.lookbook-card:nth-child(7n + 1), .lookbook-card:nth-child(7n + 5) { grid-column: span 2; grid-row: span 2; }
.lookbook-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .5s; }
.lookbook-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 42%); opacity: .55; transition: opacity .3s; }
.lookbook-card span { position: absolute; z-index: 2; left: 19px; bottom: 16px; font-size: 9px; letter-spacing: .13em; }
.lookbook-card:hover img { transform: scale(1.055); }
.lookbook-card:hover::after { opacity: .9; }
.lookbook-lightbox { position: fixed; z-index: 140; inset: 0; display: grid; grid-template-columns: 70px 1fr 70px; place-items: center; padding: 30px; background: rgba(4,8,14,.96); color: white; opacity: 0; transition: opacity .25s; }
.lookbook-lightbox.is-open { opacity: 1; }
.lookbook-lightbox > button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; }
.lookbook-lightbox > button:first-child { position: absolute; top: 24px; right: 28px; }
.lookbook-lightbox figure { width: min(1180px, 82vw); margin: 0; }
.lookbook-lightbox figure img { width: 100%; max-height: 80vh; object-fit: contain; }
.lookbook-lightbox figcaption { margin-top: 14px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .14em; text-align: center; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; }
.faq-section .section-title { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; display: grid; grid-template-columns: 48px 1fr 32px; align-items: center; gap: 20px; padding: 26px 0; background: transparent; text-align: left; }
.faq-item > button > span { color: var(--mint-dark); font-size: 9px; }
.faq-item > button strong { font-family: var(--display); font-size: clamp(25px, 2.7vw, 41px); font-weight: 500; line-height: 1; text-transform: uppercase; }
.faq-item > button svg { transition: transform .3s; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-item > div > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); line-height: 1.8; }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div > p { padding: 0 40px 30px 68px; }
.faq-item.is-open > button svg { transform: rotate(45deg); }

.contact-points { display: grid; gap: 12px; margin-top: 42px; }
.contact-points div { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 13px 0; border-top: 1px solid rgba(7,16,17,.2); }
.contact-points b { font-size: 9px; }
.contact-points span { font-family: var(--display); font-size: 25px; text-transform: uppercase; }

.feedback-widget { position: fixed; z-index: 75; right: 24px; bottom: 24px; width: min(390px, calc(100vw - 32px)); padding: 29px; border: 1px solid rgba(255,255,255,.12); background: #f2f1ff; color: var(--ink); box-shadow: 0 28px 80px rgba(7,16,17,.3); transform: translateY(35px) scale(.96); opacity: 0; transition: opacity .3s, transform .45s cubic-bezier(.22,1,.36,1); }
.feedback-widget.is-open { transform: none; opacity: 1; }
.feedback-widget__close { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; background: transparent; }
.feedback-widget > span { color: #5946c8; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.feedback-widget h2 { margin: 17px 30px 20px 0; font-family: var(--display); font-size: 38px; line-height: .95; text-transform: uppercase; }
.feedback-options { display: grid; gap: 7px; margin-bottom: 18px; }
.feedback-options input { position: absolute; opacity: 0; }
.feedback-options span { display: block; padding: 12px 14px; border: 1px solid #c8c4e3; background: rgba(255,255,255,.55); font-size: 11px; transition: background .2s, border .2s; }
.feedback-options input:checked + span { border-color: var(--ink); background: var(--mint); }
.feedback-input input { width: 100%; margin-bottom: 18px; padding: 13px 2px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; outline: 0; }
.feedback-widget .button { width: 100%; }
.feedback-thanks strong { display: block; margin-top: 22px; font-family: var(--display); font-size: 50px; text-transform: uppercase; }
.feedback-thanks p { color: var(--muted); line-height: 1.6; }

/* Scroll-driven product narrative */
.scroll-story { position: relative; height: 430vh; min-height: 2800px; background: #050708; color: white; }
.scroll-story__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; min-height: 660px; overflow: hidden; isolation: isolate; }
.scroll-story__ambient { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at calc(35% + var(--story-progress, 0) * 28%) 48%, rgba(133,246,198,.19), transparent 28%), radial-gradient(circle at 72% 35%, rgba(91,74,255,.14), transparent 34%), #050708; }
.scroll-story__ambient::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.scroll-story__intro { position: absolute; z-index: 4; top: clamp(100px, 13vh, 145px); left: var(--gutter); width: min(620px, 42vw); pointer-events: none; }
.scroll-story__intro span { color: var(--mint); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.scroll-story__intro h2 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(55px, 6.3vw, 105px); font-weight: 500; letter-spacing: -.03em; line-height: .83; text-transform: uppercase; opacity: calc(1 - var(--story-progress, 0) * 2.4); transform: translateY(calc(var(--story-progress, 0) * -55px)); }
.scroll-story__media { position: absolute; z-index: 2; inset: 0; }
.scroll-product { position: absolute; top: 50%; left: 50%; width: min(47vw, 690px); margin: 0; transform: translate(calc(-50% + var(--story-x, 0%)), calc(-38% + var(--story-y, 0%))) scale(var(--story-scale, 1)) rotate(var(--story-rotate, 0deg)); opacity: var(--story-opacity, 0); filter: saturate(.92) brightness(.78); transition: filter .2s; will-change: transform, opacity; }
.scroll-product.is-active { filter: saturate(1.08) brightness(1); }
.scroll-product::before { content: ""; position: absolute; inset: -12%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(133,246,198,.16), transparent 65%); filter: blur(26px); }
.scroll-product img { width: 100%; aspect-ratio: 1.32/1; object-fit: cover; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 55px 100px rgba(0,0,0,.52); }
.scroll-product figcaption { position: absolute; top: -30px; right: 0; color: rgba(255,255,255,.5); font-family: var(--display); font-size: 18px; letter-spacing: .12em; }
.scroll-story__copy { position: absolute; z-index: 4; right: var(--gutter); bottom: clamp(80px, 11vh, 125px); width: min(390px, 29vw); min-height: 245px; }
.scroll-chapter { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); transition: opacity .16s linear, transform .2s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.scroll-chapter.is-active { opacity: 1; transform: none; }
.scroll-chapter > span { color: var(--mint); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-chapter h3 { margin: 17px 0 16px; font-family: var(--display); font-size: clamp(42px, 4vw, 68px); font-weight: 500; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; }
.scroll-chapter p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.7; }
.scroll-chapter strong { display: block; margin-top: 24px; color: white; font-family: var(--display); font-size: 24px; font-weight: 500; text-transform: uppercase; }
.scroll-story__index { position: absolute; z-index: 5; left: var(--gutter); bottom: 42px; width: min(420px, 36vw); display: grid; grid-template-columns: 26px 1fr 26px; align-items: center; gap: 13px; color: rgba(255,255,255,.45); font-size: 8px; }
.scroll-story__index i { height: 1px; overflow: hidden; background: rgba(255,255,255,.18); }
.scroll-story__index b { display: block; width: 100%; height: 100%; background: var(--mint); transform: scaleX(0); transform-origin: left; }

.whatsapp-float { position: fixed; z-index: 68; right: 25px; bottom: 25px; height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 17px 0 8px; border-radius: 30px; background: #25d366; color: #071011; box-shadow: 0 16px 45px rgba(0,0,0,.24); transition: transform .25s; }
.feedback-widget:not([hidden]) ~ .whatsapp-float { bottom: 440px; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 10px; font-weight: 800; }
.whatsapp-float span img { width: 23px; height: 23px; object-fit: contain; }
.whatsapp-float b { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(37,211,102,.6); border-radius: inherit; animation: whatsappRing 2s ease-out infinite; }
.whatsapp-section { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; padding: 90px var(--gutter); background: #0d1819; color: white; }
.whatsapp-section__copy > span { color: #25d366; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.whatsapp-section__copy h2 { max-width: 720px; margin: 25px 0; font-family: var(--display); font-size: clamp(70px, 8vw, 128px); line-height: .8; text-transform: uppercase; }
.whatsapp-section__copy p { max-width: 570px; color: rgba(255,255,255,.63); line-height: 1.8; }
.whatsapp-section__copy small { display: block; margin-top: 18px; color: rgba(255,255,255,.45); }
.whatsapp-section__qr { justify-self: center; width: min(440px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: white; color: var(--ink); }
.whatsapp-section__qr img { width: 100%; height: 500px; object-fit: cover; object-position: center 55%; }
.whatsapp-section__qr span { display: block; padding: 18px; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.whatsapp-section--qr-only { grid-template-columns: 1fr; min-height: 620px; place-items: center; }
.whatsapp-section--qr-only .whatsapp-section__qr { width: min(520px, 82vw); padding: clamp(18px, 3vw, 38px); border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.whatsapp-section--qr-only .whatsapp-section__qr img { width: 100%; height: auto; object-fit: contain; }

.buyer-voices { overflow: hidden; background: #efeef8; }
.buyer-voices__head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; margin-bottom: 62px; }
.buyer-voices__head > div > span { color: #5946c8; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.buyer-voices__head h2 { max-width: 850px; margin: 18px 0 0; font-family: var(--display); font-size: clamp(58px, 7vw, 112px); font-weight: 500; line-height: .85; text-transform: uppercase; }
.buyer-voices__head p { max-width: 510px; margin: 0; color: #625f70; font-size: 12px; line-height: 1.75; }
.buyer-voices__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px, 31vw); gap: 15px; overflow-x: auto; padding: 0 var(--gutter) 22px; margin-inline: calc(var(--gutter) * -1); scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #5946c8 transparent; }
.buyer-voice { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid #d4d0e8; background: rgba(255,255,255,.72); scroll-snap-align: start; }
.buyer-voice__stars { color: #f4b83f; font-size: 16px; letter-spacing: 3px; }
.buyer-voice blockquote { margin: 52px 0; font-family: var(--display); font-size: clamp(28px, 2.3vw, 38px); line-height: 1.08; }
.buyer-voice footer { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; padding-top: 18px; border-top: 1px solid #d4d0e8; }
.buyer-voice footer b { font-size: 10px; text-transform: uppercase; }
.buyer-voice footer span { color: #625f70; font-size: 10px; }
.buyer-voice footer small { grid-column: 1 / -1; color: #8a8698; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.rating-disclosure { margin-top: 28px; color: #625f70; font-size: 9px; line-height: 1.65; }

@keyframes handbookMarquee { to { transform: translateX(calc(-50% - 6.5px)); } }
@keyframes heroSweep { from { transform: translateX(-120%); } to { transform: translateX(120%); } }
@keyframes dotGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes whatsappPulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(37,211,102,.12); } 50% { box-shadow: 0 0 0 8px rgba(37,211,102,.03); } }
@keyframes whatsappRing { 0% { opacity: .8; transform: scale(.96); } 75%, 100% { opacity: 0; transform: scale(1.1); } }

@media (max-width: 920px) {
  .cursor-dot { display: none; }
  .service-selector, .faq-section { grid-template-columns: 1fr; }
  .service-selector__nav, .faq-section .section-title { position: static; }
  .service-selector__nav { display: grid; grid-template-columns: 1fr 1fr; }
  .lookbook-grid { grid-template-columns: repeat(2, 1fr); }
  .lookbook-card:nth-child(7n + 1), .lookbook-card:nth-child(7n + 5) { grid-column: span 1; grid-row: span 1; }
  .whatsapp-section { grid-template-columns: 1fr; }
  .factory-proof__head { grid-template-columns: 1fr; }
  .header-whatsapp { display: none; }
  .buyer-voices__head { grid-template-columns: 1fr; align-items: start; }
  .buyer-voices__track { grid-auto-columns: minmax(310px, 70vw); }
  .scroll-story { height: 400vh; min-height: 2500px; }
  .scroll-story__intro { top: 105px; width: calc(100% - 40px); }
  .scroll-story__intro h2 { font-size: clamp(52px, 10.5vw, 82px); }
  .scroll-product { top: 46%; width: min(68vw, 590px); }
  .scroll-story__copy { right: 24px; bottom: 70px; width: min(350px, 42vw); }
}

@media (max-width: 620px) {
  .hero-copy { padding-left: 14px; }
  .filmstrip__label { align-items: flex-start; flex-direction: column; }
  .filmstrip__track { animation-duration: 72s; }
  .filmstrip__track a { width: 285px; }
  .service-selector__nav { grid-template-columns: 1fr; }
  .service-selector__stage { min-height: 0; }
  .service-selector__stage > img { height: 330px; }
  .service-selector__stage > div { padding: 28px 22px; }
  .lookbook-grid { grid-template-columns: 1fr; }
  .lookbook-lightbox { grid-template-columns: 46px 1fr 46px; padding: 15px 6px; }
  .lookbook-lightbox figure { width: calc(100vw - 104px); }
  .faq-item > button { grid-template-columns: 32px 1fr 24px; gap: 10px; }
  .faq-item.is-open > div > p { padding-left: 42px; }
  .feedback-widget { left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: auto; max-height: min(76dvh, 610px); padding: 18px; overflow-y: auto; overscroll-behavior: contain; transform: translateY(calc(100% + 28px)); border-radius: 2px; }
  .feedback-widget.is-open { transform: none; }
  .feedback-widget h2 { margin: 12px 34px 15px 0; font-size: clamp(27px, 8vw, 34px); line-height: .92; }
  .feedback-options { gap: 6px; margin-bottom: 12px; }
  .feedback-options span { min-height: 42px; display: flex; align-items: center; padding: 9px 12px; }
  .feedback-widget .button { min-height: 48px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; padding: 0 7px; overflow: hidden; }
  .whatsapp-float b { display: none; }
  .feedback-widget:not([hidden]) ~ .whatsapp-float { opacity: 0; pointer-events: none; }
  .factory-proof__grid { grid-template-columns: 1fr; }
  .factory-proof img { height: auto; aspect-ratio: 4/3; }
  .whatsapp-section--qr-only { min-height: 520px; padding: 70px 20px; }
  .whatsapp-section--qr-only .whatsapp-section__qr { width: min(100%, 390px); padding: 18px; }
  .buyer-voices__head { margin-bottom: 38px; }
  .buyer-voices__head h2 { font-size: 52px; }
  .buyer-voices__track { grid-auto-columns: calc(100vw - 54px); gap: 10px; padding-bottom: 14px; touch-action: pan-x; scroll-snap-stop: always; }
  .buyer-voice { min-height: 355px; padding: 26px 23px; }
  .buyer-voice blockquote { margin: 38px 0; font-size: 30px; }
  .scroll-story { height: 340svh; min-height: 2250px; touch-action: pan-y; }
  .scroll-story__sticky { height: 100dvh; min-height: 540px; }
  .scroll-story__ambient::before { background-size: 46px 46px; }
  .scroll-story__intro { top: 82px; left: 20px; width: calc(100% - 40px); }
  .scroll-story__intro h2 { max-width: 9ch; margin-top: 10px; font-size: clamp(42px, 12vw, 54px); line-height: .86; opacity: calc(1 - var(--story-progress, 0) * 6.5); }
  .scroll-story__media { inset: 0; }
  .scroll-product { top: 40%; width: min(80vw, 390px); transform: translate(calc(-50% + var(--story-x, 0%)), calc(-44% + var(--story-y, 0%))) scale(var(--story-scale, 1)) rotate(var(--story-rotate, 0deg)); }
  .scroll-product img { aspect-ratio: 1.32/1; box-shadow: 0 30px 62px rgba(0,0,0,.48); }
  .scroll-product figcaption { top: -22px; font-size: 14px; }
  .scroll-story__copy { left: 20px; right: 20px; bottom: max(62px, calc(env(safe-area-inset-bottom) + 48px)); width: auto; min-height: 174px; padding-top: 14px; background: linear-gradient(180deg, transparent, rgba(5,7,8,.9) 22%); }
  .scroll-chapter { transform: none; transition: none; }
  .scroll-chapter.is-active { animation: mobileChapterIn .2s cubic-bezier(.22,1,.36,1) both; }
  .scroll-chapter h3 { margin: 9px 0; font-size: clamp(34px, 10.2vw, 46px); }
  .scroll-chapter p { max-width: 96%; font-size: 12px; line-height: 1.5; }
  .scroll-chapter strong { margin-top: 12px; font-size: 19px; }
  .scroll-story__index { left: 20px; right: 20px; bottom: max(18px, env(safe-area-inset-bottom)); width: auto; }
  .mobile-menu { transition-duration: .45s; }
}

@keyframes mobileChapterIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .cursor-dot { display: none; }
  .scroll-product { transition-duration: .18s; }
  .scroll-chapter { transition-duration: .2s; }
}
