:root {
  --ink: #062e34;
  --ink-2: #0b3c42;
  --aqua: #92dfd1;
  --aqua-bright: #baf4e9;
  --coral: #ff725d;
  --paper: #f6f3eb;
  --sand: #e9e2d4;
  --white: #fff;
  --muted: #647371;
  --line: rgba(6,46,52,.18);
  --pad: clamp(24px,4vw,72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; }
.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; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.brand > span { display: flex; align-items: baseline; gap: 4px; font-size: 19px; line-height: 1; letter-spacing: -.045em; }
.brand b { font-weight: 800; }
.brand i { color: var(--coral); font-style: normal; font-weight: 750; }
.site-nav { display: flex; align-items: center; gap: clamp(20px,2.4vw,42px); font-size: 11px; font-weight: 650; letter-spacing: .025em; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 32px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: 25px; left: 0; height: 1px; background: var(--aqua); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 28px; padding: 0 17px; color: var(--ink); background: var(--aqua); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; color: inherit; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 65%; scale: 1.01; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,29,33,.92) 0%, rgba(3,29,33,.66) 38%, rgba(3,29,33,.13) 69%, rgba(3,29,33,.18) 100%), linear-gradient(0deg, rgba(3,29,33,.7) 0%, transparent 45%); }
.hero-content { position: absolute; z-index: 2; left: var(--pad); bottom: clamp(70px,9vh,118px); width: min(980px,72vw); }
.eyebrow { margin: 0 0 24px; font-size: 10px; font-weight: 800; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.ink { color: var(--ink); }
.eyebrow.aqua { color: var(--aqua); }
.hero h1 { max-width: 1220px; margin: 0; font-size: clamp(72px,8vw,154px); font-weight: 520; line-height: .82; letter-spacing: -.083em; }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--aqua); font-family: Georgia, "Times New Roman", serif; font-size: .94em; font-weight: 400; letter-spacing: -.07em; }
.hero-bottom { display: grid; grid-template-columns: minmax(320px,520px) auto; align-items: end; gap: clamp(34px,6vw,90px); margin-top: clamp(34px,5vh,62px); }
.hero-bottom > p { margin: 0; color: rgba(255,255,255,.76); font-size: clamp(16px,1.4vw,21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; padding: 0 20px; border: 0; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-coral { color: var(--ink); background: var(--coral); }
.button-aqua { color: var(--ink); background: var(--aqua); }
.quiet-link { padding: 13px 0 10px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 11px; font-weight: 750; }
.quiet-link span { margin-left: 18px; }
.hero-brief { position: absolute; z-index: 3; right: var(--pad); bottom: clamp(64px,8vh,104px); width: 286px; color: var(--white); border-top: 1px solid rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.brief-kicker { margin: 0; padding: 13px 0; color: var(--aqua); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-brief > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.2); }
.hero-brief span { color: var(--coral); font-size: 9px; font-weight: 800; }
.hero-brief p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; }
.hero-brief b { display: inline-block; min-width: 54px; color: white; }
.hero-caption { position: absolute; z-index: 3; right: var(--pad); top: 135px; margin: 0; color: rgba(255,255,255,.74); font-size: 8px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }

.statement { min-height: 520px; display: grid; grid-template-columns: .42fr 1.4fr .68fr; align-items: center; gap: clamp(30px,5vw,90px); padding: clamp(80px,8vw,130px) var(--pad); background: var(--paper); }
.statement-index { align-self: start; margin: 18px 0 0; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.statement h2, .section-intro h2, .compat-lead h2, .journey h2, .logistics h2, .process h2, .quote h2 { margin: 0; font-size: clamp(48px,5.4vw,86px); font-weight: 520; line-height: .91; letter-spacing: -.07em; }
.statement h2 em, .process h2 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.statement-copy { max-width: 420px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.products { padding: clamp(80px,8.5vw,135px) var(--pad); background: #ded8ca; }
.section-intro { display: grid; grid-template-columns: .55fr 1.3fr .65fr; align-items: end; gap: clamp(30px,5vw,90px); margin-bottom: clamp(70px,8vw,120px); }
.section-intro > p:last-child { max-width: 390px; margin: 0 0 6px; color: #596663; font-size: 14px; line-height: 1.7; }
.product-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 560px; margin-top: 2px; background: var(--paper); }
.product-story + .product-story { margin-top: clamp(30px,5vw,80px); }
.product-band-story .product-photo { order: 2; }
.product-photo { position: relative; min-height: 560px; overflow: hidden; background: #a1a69e; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: scale .8s cubic-bezier(.2,.8,.2,1); }
.product-story:hover .product-photo img { scale: 1.025; }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,34,38,.62),transparent 46%); pointer-events: none; }
.photo-tag { position: absolute; z-index: 2; top: 26px; left: 28px; padding: 9px 12px; color: white; background: rgba(5,47,53,.78); backdrop-filter: blur(9px); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-photo > p { position: absolute; z-index: 2; left: 30px; bottom: 27px; margin: 0; color: rgba(255,255,255,.78); font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.product-detail { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: clamp(22px,3vw,46px); align-items: center; padding: clamp(42px,4.6vw,74px); }
.product-number { align-self: start; margin: 4px 0 0; color: var(--coral); font-size: 11px; font-weight: 800; }
.product-detail h3 { margin: 0; font-size: clamp(34px,3.2vw,52px); font-weight: 520; line-height: .98; letter-spacing: -.06em; }
.product-detail div > p:not(.eyebrow) { max-width: 530px; margin: 34px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.product-detail ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 40px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.product-detail li { padding: 0 15px; border-left: 1px solid var(--line); color: #3e5554; font-size: 11px; line-height: 1.5; }
.product-detail li:first-child { padding-left: 0; border-left: 0; }
.line-link { display: inline-flex; align-items: center; gap: 36px; margin-top: 48px; padding: 0 0 11px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }

.range-index { margin-top: clamp(80px,8vw,130px); padding-top: clamp(60px,6vw,90px); border-top: 1px solid rgba(6,46,52,.35); }
.range-heading { display: grid; grid-template-columns: .48fr 1.02fr .7fr; align-items: end; gap: clamp(28px,5vw,84px); margin-bottom: 58px; }
.range-heading h2 { margin: 0; font-size: clamp(46px,4.8vw,76px); font-weight: 520; line-height: .91; letter-spacing: -.07em; }
.range-heading > p:last-child { max-width: 390px; margin: 0 0 5px; color: #586562; font-size: 13px; line-height: 1.65; }
.range-list { border-top: 1px solid var(--ink); }
.range-list a { min-height: 76px; display: grid; grid-template-columns: 54px 1.15fr 1fr 110px; align-items: center; gap: 22px; padding: 0 18px 0 0; border-bottom: 1px solid rgba(6,46,52,.2); transition: color .2s ease, background .2s ease, padding .2s ease; }
.range-list a:hover { padding-left: 14px; color: white; background: var(--ink); }
.range-list span { color: var(--coral); font-size: 9px; font-weight: 800; }
.range-list h3 { margin: 0; font-size: 18px; font-weight: 650; letter-spacing: -.025em; }
.range-list p { margin: 0; color: #65716e; font-size: 11px; }
.range-list a:hover p { color: rgba(255,255,255,.58); }
.range-list b { justify-self: end; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.use-cases-preview { padding: clamp(78px,7.5vw,118px) var(--pad); background: var(--paper); }
.use-cases-head { display: grid; grid-template-columns: .42fr 1.08fr .7fr; align-items: end; gap: clamp(28px,5vw,84px); margin-bottom: 54px; }
.use-cases-head h2 { margin: 0; font-size: clamp(44px,4.5vw,70px); font-weight: 520; line-height: .91; letter-spacing: -.07em; }
.use-cases-head > div > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.use-cases-head .line-link { margin-top: 24px; }
.use-case-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.use-case-links > a { min-height: 92px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 18px; padding: 17px 22px 17px 0; border-bottom: 1px solid var(--line); transition: color .22s ease, background .22s ease, padding .22s ease; }
.use-case-links > a:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.use-case-links > a:hover { padding-left: 16px; color: white; background: var(--ink); }
.use-case-links > a:nth-child(even):hover { padding-left: 40px; }
.use-case-links span { color: var(--coral); font-size: 9px; font-style: normal; font-weight: 800; }
.use-case-links p { margin: 0 0 7px; font-size: 18px; font-weight: 680; letter-spacing: -.025em; }
.use-case-links b { display: block; color: var(--muted); font-size: 10px; font-weight: 550; line-height: 1.45; }
.use-case-links a:hover b { color: rgba(255,255,255,.58); }
.use-case-links i { color: var(--aqua); font-size: 12px; font-style: normal; }

.compatibility { min-height: 760px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px,9vw,150px); padding: clamp(85px,8.5vw,135px) var(--pad); color: white; background: var(--ink); }
.compat-lead { align-self: start; position: sticky; top: 50px; }
.compat-lead h2 { max-width: 650px; }
.compat-lead > p:not(.eyebrow) { max-width: 490px; margin: 34px 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.compat-steps { border-top: 1px solid rgba(255,255,255,.28); }
.compat-steps article { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 29px 0 32px; border-bottom: 1px solid rgba(255,255,255,.2); }
.compat-steps article > span { color: var(--coral); font-size: 10px; font-weight: 800; }
.step-label { margin: 0 0 12px; color: var(--aqua); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.compat-steps h3 { margin: 0; font-size: clamp(30px,3vw,48px); font-weight: 520; line-height: 1; letter-spacing: -.05em; }
.compat-steps article div > p:last-child { max-width: 520px; margin: 18px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.65; }
.compat-steps aside { display: grid; grid-template-columns: 90px 1fr; gap: 22px; margin-top: 40px; padding: 24px; color: var(--ink); background: var(--aqua); }
.compat-steps aside b { font-size: 10px; text-transform: uppercase; }
.compat-steps aside p { margin: 0; font-size: 12px; line-height: 1.6; }

.journey { padding: clamp(85px,8.5vw,135px) var(--pad); background: var(--paper); }
.journey > header { display: grid; grid-template-columns: .52fr 1.48fr; align-items: start; margin-bottom: clamp(70px,8vw,120px); }
.journey-grid { border-top: 1px solid var(--ink); }
.journey-row { display: grid; grid-template-columns: .65fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.journey-row > div { min-height: 68px; display: flex; align-items: center; padding: 17px 26px; border-left: 1px solid var(--line); color: #3d5353; font-size: 12px; }
.journey-row > div:first-child { padding-left: 0; border-left: 0; color: var(--muted); }
.journey-head > div { min-height: 48px; color: var(--ink) !important; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.logistics { position: relative; min-height: 720px; overflow: hidden; padding: clamp(90px,9vw,145px) var(--pad); color: white; background: #0b3c42; }
.logistics::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,transparent 60%,rgba(146,223,209,.08)), repeating-linear-gradient(90deg,transparent 0,transparent calc(12.5% - 1px),rgba(255,255,255,.045) calc(12.5% - 1px),rgba(255,255,255,.045) 12.5%); }
.logistics-word { position: absolute; z-index: 0; left: -1vw; top: -3vw; color: rgba(146,223,209,.065); font-size: 24vw; font-weight: 800; line-height: .8; letter-spacing: -.1em; white-space: nowrap; }
.logistics-copy { position: relative; z-index: 1; display: grid; grid-template-columns: .38fr 1.2fr .52fr; gap: clamp(30px,5vw,90px); align-items: end; }
.logistics-copy .eyebrow { align-self: start; }
.logistics-copy > p:last-child { margin: 0 0 6px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.logistics h2 { font-size: clamp(48px,5.2vw,82px); }
.logistics-facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(70px,8vw,120px); border-top: 1px solid rgba(255,255,255,.3); }
.logistics-facts article { min-height: 180px; padding: 24px clamp(22px,3vw,42px); border-left: 1px solid rgba(255,255,255,.18); }
.logistics-facts article:first-child { padding-left: 0; border-left: 0; }
.logistics-facts span { color: var(--coral); font-size: 9px; font-weight: 800; }
.logistics-facts h3 { margin: 34px 0 10px; font-size: 22px; font-weight: 550; letter-spacing: -.04em; }
.logistics-facts p { max-width: 330px; margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }

.process { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(70px,9vw,145px); padding: clamp(90px,8.5vw,135px) var(--pad); background: var(--sand); }
.process-title h2 { font-size: clamp(48px,5vw,78px); }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid rgba(6,46,52,.22); }
.process-list span { color: var(--coral); font-size: 10px; font-weight: 800; }
.process-list h3 { margin: 0 0 6px; font-size: 24px; font-weight: 600; letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.quote { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(70px,9vw,145px); padding: clamp(90px,8.5vw,135px) var(--pad); color: white; background: #041f24; }
.quote-lead h2 { font-size: clamp(52px,5.4vw,86px); }
.quote-lead > p:not(.eyebrow) { max-width: 470px; margin: 34px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.quote-lead aside { display: grid; grid-template-columns: 24px 1fr; gap: 15px; max-width: 500px; margin-top: 66px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.5); font-size: 11px; }
.quote-lead aside span { color: var(--coral); }
.quote-lead aside p { margin: 0; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 34px; align-content: start; }
.field { border-bottom: 1px solid rgba(255,255,255,.34); }
.field label { display: block; margin-bottom: 7px; color: var(--aqua); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 10px 0 15px; border: 0; border-radius: 0; outline: 0; color: white; background: transparent; font-size: 15px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.37); }
.field select { color-scheme: dark; }
.field:focus-within { border-color: var(--aqua); }
.field-wide { grid-column: 1 / -1; }
.field textarea { resize: vertical; }
.form-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; }
.form-footer p { margin: 0; color: rgba(255,255,255,.46); font-size: 10px; }
.form-status { grid-column: 1 / -1; min-height: 20px; margin: 0; color: var(--aqua); font-size: 11px; }

.site-footer { padding: 0 var(--pad); color: white; background: var(--ink); }
.footer-top { min-height: 240px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-top > p { margin: 0; color: rgba(255,255,255,.62); font-size: 15px; }
.footer-cta { min-width: 240px; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--aqua); font-size: 13px; font-weight: 750; }
.footer-cta span { color: var(--aqua); }
.footer-bottom { min-height: 110px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; color: rgba(255,255,255,.4); font-size: 9px; line-height: 1.55; }
.footer-bottom > p { max-width: 720px; margin: 0; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { color: white; }

.motion-ready .editorial-reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.motion-ready .editorial-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-content { width: min(820px,75vw); }
  .hero-brief { display: none; }
  .section-intro, .logistics-copy { grid-template-columns: .4fr 1.35fr; }
  .section-intro > p:last-child, .logistics-copy > p:last-child { grid-column: 2; margin-top: 24px; }
  .product-story { grid-template-columns: 1fr 1fr; }
  .product-detail { grid-template-columns: 32px 1fr; padding: 48px 38px; }
  .product-detail ul { grid-template-columns: 1fr; }
  .product-detail li { padding: 9px 0; border-left: 0; border-top: 1px solid var(--line); }
  .compatibility { gap: 70px; }
}

@media (max-width: 820px) {
  :root { --pad: 20px; }
  .site-header { height: 70px; }
  .site-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 20px 22px; color: white; background: rgba(4,31,36,.98); border-top: 1px solid rgba(255,255,255,.15); }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 12px; justify-content: space-between; }
  .menu-toggle { display: block; }
  .hero { min-height: 880px; }
  .hero-image { object-position: 82% 68%; }
  .hero-shade { background: linear-gradient(0deg,rgba(3,29,33,.94) 0%,rgba(3,29,33,.73) 56%,rgba(3,29,33,.2) 100%); }
  .hero-content { left: 20px; right: 20px; bottom: 48px; width: auto; }
  .hero h1 { max-width: 600px; font-size: clamp(52px,14.7vw,76px); line-height: .84; }
  .hero-bottom { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .hero-bottom > p { max-width: 520px; font-size: 15px; }
  .hero-actions { gap: 20px; }
  .hero-caption { display: none; }
  .statement { min-height: auto; grid-template-columns: 1fr; gap: 28px; padding: 76px 20px; }
  .statement-index { margin: 0; }
  .statement h2, .section-intro h2, .compat-lead h2, .journey h2, .logistics h2, .process h2, .quote h2 { font-size: clamp(44px,11.8vw,62px); }
  .statement-copy { font-size: 14px; }
  .products { padding: 76px 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 26px; margin-bottom: 60px; }
  .section-intro > p:last-child { grid-column: auto; margin: 0; }
  .product-story { grid-template-columns: 1fr; min-height: 0; }
  .product-photo, .product-band-story .product-photo { order: 0; min-height: 420px; }
  .product-detail { grid-template-columns: 28px 1fr; padding: 42px 24px 50px; }
  .product-detail h3 { font-size: 34px; }
  .range-index { margin-top: 72px; padding-top: 58px; }
  .range-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .range-heading h2 { font-size: 48px; }
  .range-heading > p:last-child { margin: 0; }
  .range-list a { min-height: 70px; grid-template-columns: 32px 1fr auto; gap: 12px; padding-right: 0; }
  .range-list a:hover { padding-left: 8px; }
  .range-list h3 { font-size: 15px; }
  .range-list p { display: none; }
  .range-list b { font-size: 8px; }
  .use-cases-preview { padding: 76px 20px; }
  .use-cases-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
  .use-cases-head h2 { font-size: 48px; }
  .use-case-links { grid-template-columns: 1fr; }
  .use-case-links > a, .use-case-links > a:nth-child(even) { min-height: 84px; padding: 15px 0; border-left: 0; }
  .use-case-links > a:hover, .use-case-links > a:nth-child(even):hover { padding-left: 10px; }
  .compatibility { min-height: 0; grid-template-columns: 1fr; gap: 64px; padding: 82px 20px; }
  .compat-lead { position: static; }
  .journey { padding: 82px 20px; }
  .journey > header { grid-template-columns: 1fr; gap: 26px; margin-bottom: 60px; }
  .journey-grid { overflow-x: auto; }
  .journey-row { min-width: 700px; }
  .logistics { min-height: 820px; padding: 82px 20px; }
  .logistics-word { top: 1%; font-size: 36vw; }
  .logistics-copy { grid-template-columns: 1fr; gap: 26px; }
  .logistics-copy > p:last-child { grid-column: auto; margin: 0; }
  .logistics-facts { grid-template-columns: 1fr; margin-top: 60px; }
  .logistics-facts article { min-height: 150px; padding: 22px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .logistics-facts h3 { margin-top: 28px; }
  .process { grid-template-columns: 1fr; gap: 54px; padding: 82px 20px; }
  .quote { grid-template-columns: 1fr; gap: 58px; padding: 82px 20px; }
  .footer-top { grid-template-columns: 1fr; align-content: center; gap: 32px; }
  .footer-cta { min-width: 0; }
  .footer-bottom { grid-template-columns: 1fr; gap: 24px; padding: 30px 0; }
  .footer-bottom > div { flex-wrap: wrap; gap: 12px 20px; }
}

@media (max-width: 520px) {
  .brand > span { font-size: 17px; }
  .hero { min-height: 830px; }
  .hero h1 { font-size: 59px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .product-photo { min-height: 390px; }
  .product-detail { display: block; }
  .product-number { margin-bottom: 30px; }
  .compat-steps article { grid-template-columns: 38px 1fr; }
  .compat-steps aside { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .field-wide, .form-footer, .form-status { grid-column: 1; }
  .form-footer { align-items: stretch; flex-direction: column; }
}

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