/* ==========================================================================
   Peter Norman Ltd: website design system
   "White concrete, single ember": a paper-white canvas, ink type with tight
   tracking, one hi-vis ember accent for action, and dark cinematic bookends.
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --ember: #ff5900;
  --ember-hover: #eb5200;
  --ember-soft: rgba(255, 89, 0, .1);
  --abyss: #000710;
  --carbon: #15191e;
  --ink: #000;
  --paper: #fff;
  --fog: #f3f3f7;
  --fog-2: #eaebf0;
  --line: #e2e3e9;
  --mist: #b9bbc6;
  --steel: #8b8d98;
  --pewter: #6f737b;
  --graphite: #60646c;

  --on-dark: #fff;
  --on-dark-2: #b9bbc6;
  --on-dark-3: #8b8d98;
  --line-dark: rgba(255, 255, 255, .1);

  --dm-other: #ebecf1;
  --dm-served: #c7c9d3;
  --dm-hi: #000;

  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Mona Sans", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  --r: 12px;
  --r-sm: 6px;
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(88px, 11vw, 160px);
  --nav-h: 72px;
  --announce-h: 36px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

/* ---------- 2. Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 24px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.011em;
  font-feature-settings: "calt" 0, "liga" 0, "ss03", "cv01", "cv10";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; letter-spacing: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, h5, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--ember); color: #fff; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; 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; left: 16px; top: 12px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--r); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

/* ---------- 3. Typography ---------- */
/* Inter's stylistic features must not leak into the display face (they remap its glyphs). */
.display, .h1, .h2, .stat__num, .bento__big, .manifesto__text, .jstep__title, .hud-odo, .float-card strong,
.then-now__big, .then-now__list strong, .pullquote, .insure strong, .mini-stat strong, .region-info__title,
.qstep__title, .brand__word, .footer__giant, .mobile-menu__links a, .signature__mark, .quote blockquote.display-quote {
  font-feature-settings: normal;
}
.display, .h1, .h2 {
  font-family: var(--font-display);
  font-stretch: 116%;
  font-weight: 500;
  font-optical-sizing: auto;
  color: var(--ink);
}
.display { font-size: clamp(44px, min(7.4vw, 11.5vh), 112px); line-height: .96; letter-spacing: -0.045em; }
.h1 { font-size: clamp(42px, 6.4vw, 92px); line-height: .98; letter-spacing: -0.042em; }
.h2 { font-size: clamp(34px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -0.038em; }
.h3 { font-size: clamp(22px, 2vw, 26px); line-height: 1.22; letter-spacing: -0.02em; font-weight: 600; }
.h4 { font-size: 18px; line-height: 1.33; letter-spacing: -0.015em; font-weight: 600; }
.lead { font-size: clamp(17px, 1.45vw, 20px); line-height: 1.5; color: var(--graphite); letter-spacing: -0.012em; max-width: 44ch; }
.body-lg { font-size: 18px; line-height: 1.55; color: var(--graphite); }
.muted { color: var(--graphite); }
.small { font-size: 14px; line-height: 1.43; }
.caption { font-size: 12px; line-height: 1.5; color: var(--pewter); }
.mono { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0; text-transform: uppercase; }
.accent-word { color: var(--graphite); }
.on-dark .accent-word { color: var(--on-dark-3); }
.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500; letter-spacing: -0.005em; color: var(--ink);
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 1.5px; background: var(--ember); flex: none; }
.on-dark .eyebrow, .eyebrow--light { color: var(--on-dark); }

/* ---------- 4. Layout ---------- */
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.container--wide { max-width: calc(1440px + var(--gutter) * 2); }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(64px, 8vw, 112px); }
.section--fog { background: var(--fog); }
.section--flush-top { padding-top: 0; }
.section-head { display: grid; gap: 20px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head--split { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; gap: 40px 64px; }
.section-head--center { justify-items: center; text-align: center; }
.section-head--center .lead { margin-inline: auto; }
.stack-8 > * + * { margin-top: 8px; }
.stack-16 > * + * { margin-top: 16px; }
.stack-24 > * + * { margin-top: 24px; }
.stack-32 > * + * { margin-top: 32px; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- 5. Buttons, links, chips, fields ---------- */
.btn {
  --h: 44px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: var(--h); padding: 0 18px; border-radius: var(--r);
  font-size: 15px; font-weight: 600; letter-spacing: -0.012em; line-height: 1; white-space: nowrap;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 16px; height: 16px; flex: none; }
.btn .i-arrow { transition: transform .25s var(--ease); }
.btn:hover .i-arrow { transform: translateX(3px); }
.btn--sm { --h: 38px; padding: 0 14px; font-size: 14px; }
.btn--lg { --h: 52px; padding: 0 22px; font-size: 16px; }
.btn--primary { background: var(--ember); color: #fff; }
.btn--primary:hover { background: var(--ember-hover); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #1c1f26; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--fog); }
.btn--outline { border: 1px solid var(--mist); color: var(--ink); background: transparent; }
.btn--outline:hover { border-color: var(--ink); }
.btn--outline-light { border: 1px solid rgba(255,255,255,.28); color: #fff; }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 500; color: var(--ink);
}
.link-arrow svg { width: 16px; height: 16px; color: var(--ember); transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(3px); }
.link-arrow--light { color: #fff; }
.link-play { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; }
.link-play__icon { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--ember); color: #fff; }
.link-play__icon svg { width: 11px; height: 11px; margin-left: 1px; }

.inline-link { text-decoration: underline; text-decoration-color: var(--mist); text-underline-offset: 3px; transition: text-decoration-color .2s; }
.inline-link:hover { text-decoration-color: currentColor; }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px; padding: 0 10px; border-radius: var(--r-sm);
  background: var(--fog); color: var(--ink);
  font-size: 13px; font-weight: 500; letter-spacing: -0.005em; white-space: nowrap;
}
.chip svg { width: 14px; height: 14px; }
.chip--line { background: transparent; border: 1px solid var(--line); }
.chip--dark { background: rgba(255,255,255,.08); color: #fff; }
.chip--ember { background: var(--ember-soft); color: #c43f00; }
.chip__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ember); }
.chip__dot--live { box-shadow: 0 0 0 0 rgba(255, 89, 0, .5); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { box-shadow: 0 0 0 0 rgba(255,89,0,.45); } 70% { box-shadow: 0 0 0 7px rgba(255,89,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,89,0,0); } }

.icon { width: 24px; height: 24px; flex: none; }
.icon-tile {
  width: 44px; height: 44px; border-radius: var(--r); display: grid; place-items: center;
  background: var(--paper); border: 1px solid var(--line); color: var(--ink); flex: none;
}
.icon-tile svg { width: 22px; height: 22px; }
.icon-tile--fog { background: var(--fog); border-color: transparent; }
.icon-tile--dark { background: rgba(255,255,255,.06); border-color: var(--line-dark); color: #fff; }

.field { display: grid; gap: 8px; }
.field label, .field .label { font-size: 14px; font-weight: 500; color: var(--ink); }
.field .hint { font-size: 12px; color: var(--pewter); }
.input, .select, .textarea {
  width: 100%; height: 48px; padding: 0 14px;
  background: var(--paper); border: 1px solid var(--mist); border-radius: var(--r);
  font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s;
  appearance: none; -webkit-appearance: none;
}
.textarea { height: auto; min-height: 120px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2360646c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.input::placeholder, .textarea::placeholder { color: var(--steel); }
.input:hover, .select:hover, .textarea:hover { border-color: var(--steel); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
.field.is-invalid .input, .field.is-invalid .select, .field.is-invalid .textarea { border-color: #d92d20; }
.field .error { font-size: 13px; color: #d92d20; display: none; }
.field.is-invalid .error { display: block; }

/* ---------- 6. Header, navigation, menus ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: transform .45s var(--ease-out);
}
.site-header.is-hidden { transform: translateY(calc(-100% - 2px)); }
.announce {
  height: var(--announce-h); background: var(--carbon); color: #fff;
  font-size: 12.5px; font-weight: 500; letter-spacing: -0.005em;
  overflow: hidden; transition: margin-top .4s var(--ease-out);
}
.announce__inner { height: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; }
.announce__inner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: rgba(255,255,255,.86); }
.announce__link { display: inline-flex; align-items: center; gap: 6px; color: var(--ember); font-weight: 600; white-space: nowrap; }
.announce__link svg { width: 14px; height: 14px; transition: transform .25s var(--ease); }
.announce__link:hover svg { transform: translateX(2px); }
.site-header.is-scrolled .announce { margin-top: calc(var(--announce-h) * -1); }

.nav {
  position: relative; height: var(--nav-h);
  color: var(--ink);
  background: rgba(255,255,255,.88);
  -webkit-backdrop-filter: saturate(1.6) blur(18px); backdrop-filter: saturate(1.6) blur(18px);
  border-bottom: 1px solid var(--line);
  transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.site-header--hero:not(.is-solid) .nav {
  background: transparent; color: #fff; border-bottom-color: transparent;
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
.site-header--hero.is-scrolled:not(.is-solid) .nav {
  background: rgba(0, 7, 16, .28);
  -webkit-backdrop-filter: saturate(1.4) blur(16px); backdrop-filter: saturate(1.4) blur(16px);
  border-bottom-color: rgba(255,255,255,.08);
}
.nav__inner { height: 100%; display: flex; align-items: center; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; flex: none; }
.brand__mark { width: 30px; height: 30px; flex: none; }
.brand__mark .bm-tile { fill: currentColor; transition: fill .35s; }
.brand__mark .bm-chev { stroke: var(--paper); transition: stroke .35s; }
.site-header--hero:not(.is-solid) .brand__mark .bm-chev { stroke: var(--ink); }
.brand__mark .bm-chev--ember { stroke: var(--ember) !important; }
.brand__word {
  font-family: var(--font-display); font-stretch: 125%; font-weight: 650;
  font-size: 14.5px; letter-spacing: .07em; text-transform: uppercase; line-height: 1;
}
.brand__word small { display: block; font-family: var(--font-sans); font-stretch: 100%; font-weight: 500; font-size: 9.5px; letter-spacing: .12em; opacity: .6; margin-top: 4px; }

.nav__links { display: flex; align-items: center; gap: 4px; margin-left: 28px; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 12px;
  border-radius: var(--r); font-size: 14.5px; font-weight: 500; color: inherit;
  transition: background-color .2s, opacity .2s;
}
.nav__link svg { width: 14px; height: 14px; opacity: .6; transition: transform .25s var(--ease); }
.nav__link:hover { background: rgba(0,0,0,.05); }
.site-header--hero:not(.is-solid) .nav__link:hover { background: rgba(255,255,255,.1); }
.nav__link[aria-current="page"] { position: relative; }
.nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--ember); }
.has-mega { position: relative; }
.has-mega.is-open .nav__link svg { transform: rotate(180deg); }
.nav__actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 500; font-variant-numeric: tabular-nums; }
.nav__phone svg { width: 16px; height: 16px; opacity: .7; }
.nav__burger { display: none; width: 44px; height: 44px; border-radius: var(--r); position: relative; }
.nav__burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: currentColor; transition: transform .35s var(--ease), top .35s var(--ease); }
.nav__burger span:first-child { top: 18px; }
.nav__burger span:last-child { top: 25px; }
.nav__burger[aria-expanded="true"] span:first-child { top: 21.5px; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { top: 21.5px; transform: rotate(-45deg); }

.mega {
  position: absolute; top: calc(100% + 14px); left: -20px; width: min(820px, calc(100vw - 48px));
  display: grid; grid-template-columns: 1fr 250px; gap: 8px; padding: 8px;
  background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: calc(var(--r) + 4px);
  box-shadow: 0 24px 60px -20px rgba(0, 7, 16, .28), 0 2px 6px rgba(0, 7, 16, .04);
  opacity: 0; transform: translateY(-6px); pointer-events: none; visibility: hidden;
  transition: opacity .22s var(--ease), transform .3s var(--ease), visibility 0s linear .3s;
}
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.has-mega.is-open .mega { opacity: 1; transform: none; pointer-events: auto; visibility: visible; transition-delay: 0s; }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px; }
.mega__item { display: flex; gap: 14px; padding: 12px; border-radius: var(--r); transition: background-color .2s; }
.mega__item:hover { background: var(--fog); }
.mega__item .icon-tile { width: 40px; height: 40px; }
.mega__item .icon-tile svg { width: 20px; height: 20px; }
.mega__item strong { display: block; font-size: 14.5px; font-weight: 600; letter-spacing: -0.012em; }
.mega__item small { display: block; font-size: 13px; line-height: 1.4; color: var(--graphite); margin-top: 3px; }
.mega__feature { position: relative; border-radius: var(--r); overflow: hidden; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; min-height: 260px; background: var(--abyss); }
.mega__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .8s var(--ease-out); }
.mega__feature:hover img { transform: scale(1.05); }
.mega__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,7,16,0) 30%, rgba(0,7,16,.85)); }
.mega__feature > * { position: relative; z-index: 1; }
.mega__feature strong { font-size: 16px; font-weight: 600; letter-spacing: -0.015em; }
.mega__feature span { font-size: 13px; color: rgba(255,255,255,.75); margin-top: 4px; }
.mega__feature .link-arrow { margin-top: 12px; font-size: 13.5px; color: #fff; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--abyss); color: #fff;
  padding: calc(var(--nav-h) + var(--announce-h) + 20px) var(--gutter) 32px; display: flex; flex-direction: column;
  overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility 0s linear .35s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.mobile-menu__links { display: grid; }
.mobile-menu__links a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px solid var(--line-dark);
  font-family: var(--font-display); font-stretch: 116%; font-weight: 500; font-size: 30px; letter-spacing: -0.035em;
  transform: translateY(12px); opacity: 0; transition: transform .5s var(--ease-out), opacity .5s var(--ease-out);
}
.mobile-menu__links a svg { width: 22px; height: 22px; color: var(--ember); }
.mobile-menu.is-open .mobile-menu__links a { transform: none; opacity: 1; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(2) { transition-delay: .04s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(3) { transition-delay: .08s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(4) { transition-delay: .12s; }
.mobile-menu.is-open .mobile-menu__links a:nth-child(5) { transition-delay: .16s; }
.mobile-menu__sub { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.mobile-menu__foot { margin-top: auto; padding-top: 32px; display: grid; gap: 12px; }
.mobile-menu__foot p { font-size: 14px; color: var(--on-dark-3); }
body.menu-open { overflow: hidden; }
body.menu-open .site-header .nav { background: var(--abyss) !important; color: #fff !important; border-bottom-color: var(--line-dark) !important; }
body.menu-open .brand__mark .bm-chev { stroke: var(--ink) !important; }
body.menu-open .brand__mark .bm-tile { fill: #fff; }

/* ---------- 7. Home hero (cinematic reel) ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column;
  min-height: max(640px, 100vh); min-height: max(640px, 100svh);
  background: var(--abyss); color: #fff;
}
.hero__media { position: absolute; inset: 0; z-index: -3; }
.hero__poster, .hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.92) contrast(1.06) brightness(.94);
}
.hero__video { opacity: 0; transform: scale(1.06); transition: opacity 1.6s var(--ease-in-out); will-change: opacity, transform; }
.hero__video.is-active { opacity: 1; }
.hero__video.is-drift { transform: scale(1); transition: opacity 1.6s var(--ease-in-out), transform 9s linear; }
.hero__grade { position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,7,16,.82) 0%, rgba(0,7,16,.52) 34%, rgba(0,7,16,.08) 66%, rgba(0,7,16,0) 100%),
    linear-gradient(0deg, rgba(0,7,16,.9) 0%, rgba(0,7,16,.35) 30%, rgba(0,7,16,0) 55%),
    linear-gradient(180deg, rgba(0,7,16,.6) 0%, rgba(0,7,16,0) 24%);
}
.hero__tint { position: absolute; inset: 0; z-index: -2; pointer-events: none; mix-blend-mode: soft-light;
  background: linear-gradient(160deg, rgba(0, 40, 80, .35), rgba(255, 120, 40, .18)); }
.grain { position: absolute; inset: -60%; z-index: -1; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite; }
.hero.is-offscreen .grain { animation: none; display: none; }
.hero.is-offscreen .hero__video { visibility: hidden; }
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}
.hero__inner {
  position: relative; flex: 1 0 auto;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px;
  padding-top: calc(var(--nav-h) + var(--announce-h) + 40px); padding-bottom: clamp(36px, 6vh, 72px);
}
.hero__copy { max-width: 760px; }
.hero__kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 28px; }
.hero__kicker .chip { background: rgba(255,255,255,.1); color: #fff; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.hero__title { color: #fff; max-width: 11.5ch; }
.hero__title .line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.hero__title .line > span { display: block; transition: transform 1.2s var(--ease-out); }
.js .hero__title .line > span { transform: translateY(105%); }
.js.is-loaded .hero__title .line > span { transform: none; }
.is-loaded .hero__title .line:nth-child(2) > span { transition-delay: .09s; }
.is-loaded .hero__title .line:nth-child(3) > span { transition-delay: .18s; }
.hero__sub { margin-top: 26px; max-width: 540px; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.5; color: rgba(255,255,255,.78); }
.hero__fade { transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
.js .hero__fade { opacity: 0; transform: translateY(14px); }
.js.is-loaded .hero__fade { opacity: 1; transform: none; transition-delay: .45s; }
.js.is-loaded .hero__fade--2 { transition-delay: .6s; }
.js.is-loaded .hero__fade--3 { transition-delay: .75s; }

.route-form {
  margin-top: 36px; display: flex; align-items: stretch; gap: 0;
  width: min(620px, 100%); padding: 6px; background: #fff; color: var(--ink);
  border-radius: calc(var(--r) + 4px);
}
.route-form__field { flex: 1 1 0; min-width: 0; display: grid; align-content: center; padding: 6px 14px; border-radius: var(--r); transition: background-color .2s; }
.route-form__field:focus-within { background: var(--fog); }
.route-form__field label { font-size: 11.5px; font-weight: 500; color: var(--pewter); line-height: 1.2; }
.route-form__field input { border: 0; outline: 0; padding: 0; background: transparent; font-size: 15.5px; font-weight: 500; height: 24px; min-width: 0; width: 100%; }
.route-form__field input::placeholder { color: var(--steel); font-weight: 400; }
.route-form__sep { display: grid; place-items: center; color: var(--mist); padding: 0 2px; }
.route-form__sep svg { width: 18px; height: 18px; }
.route-form .btn { --h: auto; min-height: 50px; padding: 0 20px; }
.hero__alt { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; }
.hero__alt .link-play { color: #fff; }
.hero__trust { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,.7); }
.hero__trust svg { width: 16px; height: 16px; color: #fff; }

.reel-hud { width: 300px; display: grid; gap: 14px; justify-items: end; text-align: right; }
.reel-hud__meta { display: grid; gap: 4px; }
.reel-hud__count { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em; color: rgba(255,255,255,.6); }
.reel-hud__label { font-size: 15px; font-weight: 500; letter-spacing: -0.012em; min-height: 1.5em; transition: opacity .5s var(--ease); }
.reel-hud__label.is-swapping { opacity: 0; }
.reel-hud__row { display: flex; align-items: center; gap: 12px; }
.reel-hud__bars { display: flex; gap: 5px; }
.reel-hud__bar { width: 34px; height: 2px; border-radius: 2px; background: rgba(255,255,255,.24); overflow: hidden; }
.reel-hud__bar i { display: block; height: 100%; width: 100%; background: #fff; transform-origin: left; transform: scaleX(0); }
.reel-hud__btn { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: background-color .2s; }
.reel-hud__btn:hover { background: rgba(255,255,255,.22); }
.reel-hud__btn svg { width: 12px; height: 12px; }
.reel-hud__btn .i-play { display: none; margin-left: 2px; }
.reel-hud__btn.is-paused .i-play { display: block; }
.reel-hud__btn.is-paused .i-pause { display: none; }

.hero__scroll { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); width: 1px; height: 44px; background: rgba(255,255,255,.18); overflow: hidden; }
.hero__scroll::after { content: ""; position: absolute; left: 0; top: -40%; width: 100%; height: 40%; background: #fff; animation: scrollcue 2.4s var(--ease-in-out) infinite; }
@keyframes scrollcue { 0% { top: -40%; } 60%, 100% { top: 100%; } }

/* ---------- 8. Inner page hero ---------- */
.page-hero { padding-top: calc(var(--nav-h) + var(--announce-h) + clamp(56px, 8vw, 112px)); padding-bottom: clamp(48px, 6vw, 88px); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 32px 72px; align-items: end; }
.page-hero__grid > .h1 { grid-column: 1 / -1; }
.page-hero__grid > .lead { margin-top: 0; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--pewter); margin-bottom: 28px; }
.crumbs a:hover { color: var(--ink); }
.crumbs svg { width: 12px; height: 12px; opacity: .5; }
.page-hero .lead { margin-top: 28px; }
.page-hero__aside { display: grid; gap: 20px; padding-bottom: 8px; justify-items: start; }
.page-hero__aside .mini-stat, .page-hero__aside .explorer__stats { justify-self: stretch; }
.page-hero__media { margin-top: clamp(40px, 5vw, 72px); border-radius: var(--r); overflow: hidden; position: relative; aspect-ratio: 21 / 9; background: var(--fog); }
.page-hero__media img, .page-hero__media video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 1.6s var(--ease-out); }
.page-hero__media.is-in img, .page-hero__media.is-in video { transform: scale(1); }
.media-badge { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: var(--r); background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 13.5px; font-weight: 500; }

/* ---------- 9. Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.stat { padding: 28px 24px 0 0; display: grid; gap: 10px; align-content: start; }
.stat + .stat { padding-left: 24px; border-left: 1px solid var(--line); }
.stat__num { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(40px, 4.6vw, 64px); line-height: 1; letter-spacing: -0.045em; font-variant-numeric: tabular-nums; }
.stat__num sup, .stat__num .unit { font-size: .5em; letter-spacing: -0.02em; vertical-align: top; position: relative; top: .12em; margin-left: .04em; color: var(--ember); }
.stat__label { font-size: 14.5px; line-height: 1.45; color: var(--graphite); max-width: 24ch; }
.on-dark .stats { border-top-color: var(--line-dark); }
.on-dark .stat + .stat { border-left-color: var(--line-dark); }
.on-dark .stat__label { color: var(--on-dark-2); }

/* ---------- 10. Manifesto (scroll-lit words) ---------- */
.manifesto { max-width: 1060px; }
.manifesto__text {
  font-family: var(--font-display); font-stretch: 112%; font-weight: 500;
  font-size: clamp(28px, 3.6vw, 50px); line-height: 1.12; letter-spacing: -0.035em; color: var(--ink);
}
.manifesto__text .w { color: var(--mist); transition: color .35s linear; }
.manifesto__text .w.is-lit { color: var(--ink); }
.manifesto__text .w--ember.is-lit { color: var(--ember); }
.manifesto__foot { margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.signature { display: flex; align-items: center; gap: 14px; }
.signature__mark { width: 44px; height: 44px; border-radius: 50%; background: var(--fog); display: grid; place-items: center; font-family: var(--font-display); font-stretch: 125%; font-weight: 650; font-size: 13px; letter-spacing: .04em; }
.signature strong { display: block; font-size: 14.5px; font-weight: 600; }
.signature span { display: block; font-size: 13.5px; color: var(--graphite); }

/* ---------- 11. Services tabs ---------- */
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; position: relative; }
.tabs::-webkit-scrollbar { display: none; }
.tab {
  position: relative; display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 16px;
  font-size: 15px; font-weight: 500; color: var(--pewter); white-space: nowrap; transition: color .2s;
}
.tab svg { width: 18px; height: 18px; }
.tab:hover { color: var(--ink); }
.tab[aria-selected="true"] { color: var(--ink); }
.tabs__ink { position: absolute; bottom: -1px; left: 0; height: 2px; background: var(--ember); border-radius: 2px; transition: transform .45s var(--ease-out), width .45s var(--ease-out); }
.tabpanels { position: relative; margin-top: 40px; }
.tabpanel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; }
.tabpanel[hidden] { display: none !important; }
.tabpanel.is-entering .tabpanel__copy > *, .tabpanel.is-entering .tabpanel__media { animation: rise .7s var(--ease-out) both; }
.tabpanel.is-entering .tabpanel__copy > *:nth-child(2) { animation-delay: .05s; }
.tabpanel.is-entering .tabpanel__copy > *:nth-child(3) { animation-delay: .1s; }
.tabpanel.is-entering .tabpanel__copy > *:nth-child(4) { animation-delay: .15s; }
.tabpanel.is-entering .tabpanel__media { animation-name: fade-scale; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes fade-scale { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: none; } }
.tabpanel__copy { background: var(--fog); border-radius: var(--r); padding: clamp(24px, 3.2vw, 44px); display: flex; flex-direction: column; }
.tabpanel__copy .h3 { font-size: clamp(26px, 2.4vw, 32px); letter-spacing: -0.028em; }
.tabpanel__copy > p { margin-top: 14px; color: var(--graphite); font-size: 16.5px; max-width: 46ch; }
.feature-list { margin-top: 28px; display: grid; gap: 0; border-top: 1px solid var(--fog-2); }
.feature-list li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--fog-2); }
.feature-list .icon-tile { width: 36px; height: 36px; border-radius: 10px; }
.feature-list .icon-tile svg { width: 18px; height: 18px; }
.feature-list strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.012em; }
.feature-list span { display: block; font-size: 14px; color: var(--graphite); line-height: 1.45; margin-top: 2px; }
.tabpanel__cta { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.tabpanel__media { position: relative; border-radius: var(--r); overflow: hidden; min-height: 520px; background: var(--fog); }
.tabpanel__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.float-card {
  position: absolute; display: grid; gap: 4px; padding: 14px 16px; border-radius: var(--r);
  background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); color: var(--ink);
  font-size: 13px; line-height: 1.35; min-width: 190px;
}
.float-card strong { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: 26px; letter-spacing: -0.04em; line-height: 1; }
.float-card > span { color: var(--graphite); }
.float-card--tl { left: 18px; top: 18px; }
.float-card--br { right: 18px; bottom: 18px; }

/* ---------- 12. Dotted map (shared) ---------- */
.dm-wrap { position: relative; }
.dotmap { width: 100%; height: 100%; overflow: visible; }
.dm-c { fill: none; stroke: var(--dm-served); stroke-linecap: round; stroke-width: clamp(4px, calc(var(--u, 1) * 4.8px), 6.2px); transition: stroke .6s var(--ease); }
.dm-c[data-c="x"] { stroke: var(--dm-other); }
.dm-c[data-c="GB"], .dm-c[data-c="IM"] { stroke: var(--ink); }
.dotmap.is-filtering .dm-c:not([data-c="x"]):not(.is-on) { stroke: #dfe0e7; }
.dotmap.is-filtering .dm-c.is-on { stroke: var(--ink); }
.dotmap.is-filtering .dm-c[data-c="GB"]:not(.is-on) { stroke: #b0b3bf; }
.dm-route { fill: none; stroke: var(--ember); stroke-linecap: round; stroke-linejoin: round; stroke-width: calc(var(--u, 1) * 2.4px); }
.dm-route--ghost { stroke: var(--ink); opacity: .38; stroke-width: calc(var(--u, 1) * 1.5px); stroke-dasharray: calc(var(--u, 1) * 3px) calc(var(--u, 1) * 5px); }
.dm-route--sea { stroke-dasharray: calc(var(--u, 1) * 1px) calc(var(--u, 1) * 5px); }
.dm-net { fill: none; stroke: var(--ember); stroke-linecap: round; stroke-width: calc(var(--u, 1) * 1.4px); opacity: 0; }
.dm-layer { position: absolute; inset: 0; pointer-events: none; }
.dm-pin { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%); }
.dm-pin__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); }
.dm-pin--hub .dm-pin__dot { background: var(--ember); border-color: var(--ember); box-shadow: 0 0 0 4px rgba(255,89,0,.18); }
.dm-pin--port .dm-pin__dot { width: 8px; height: 8px; border-width: 1.5px; }
.dm-pin--small .dm-pin__dot { width: 6px; height: 6px; border: 0; background: var(--ink); }
.dm-pin__label {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  white-space: nowrap; font-size: 12px; font-weight: 500; letter-spacing: -0.005em; color: var(--ink);
  padding: 3px 7px; border-radius: 5px; background: rgba(255,255,255,.9);
}
.dm-pin--left .dm-pin__label { left: auto; right: 14px; }
.dm-pin--above .dm-pin__label { left: 50%; top: auto; bottom: 12px; transform: translateX(-50%); }
.dm-pin--below .dm-pin__label { left: 50%; top: 12px; transform: translateX(-50%); }
.dm-pin { opacity: 1; transition: opacity .5s var(--ease); }
.dm-pin.is-dim { opacity: 0; }
.dm-pin.is-muted { opacity: .3; }
.dm-pin__label { transition: opacity .4s var(--ease); }
.dm-pin.is-label-off .dm-pin__label { opacity: 0; }
.dotmap.is-filtering .dm-c.is-also { stroke: #9ea0ab; }
.dotmap.jr-fr .dm-c[data-c="FR"], .dotmap.jr-it .dm-c[data-c="IT"] { stroke: #a4a6b1; }
.dm-truck { position: absolute; left: 0; top: 0; width: 18px; height: 18px; transform: translate(-50%, -50%); }
.dm-truck::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; background: rgba(255,89,0,.18); animation: truck-pulse 2s var(--ease) infinite; }
.dm-truck::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--ember); border: 2.5px solid #fff; box-shadow: 0 2px 8px rgba(255,89,0,.45); }
@keyframes truck-pulse { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- 13. Journey (scrollytelling) ---------- */
.journey { position: relative; }
.journey__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.journey__steps { padding-bottom: 12vh; }
.jstep { min-height: 78vh; display: flex; align-items: center; }
.jstep:first-child { min-height: 60vh; align-items: flex-start; padding-top: 6vh; }
.jstep__card { display: grid; gap: 14px; max-width: 440px; opacity: .28; transition: opacity .5s var(--ease); }
.jstep.is-active .jstep__card { opacity: 1; }
.jstep__time { display: flex; align-items: center; gap: 12px; }
.jstep__time .mono { color: var(--pewter); }
.jstep__num { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--mist); font-family: var(--font-mono); font-size: 11px; transition: background-color .3s, border-color .3s, color .3s; }
.jstep.is-active .jstep__num { background: var(--ember); border-color: var(--ember); color: #fff; }
.jstep__title { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(26px, 2.6vw, 36px); letter-spacing: -0.035em; line-height: 1.08; }
.jstep__text { color: var(--graphite); font-size: 16.5px; }
.jstep__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.journey__stage {
  position: sticky; top: calc(var(--nav-h) + 20px); height: calc(100vh - var(--nav-h) - 40px); min-height: 520px; max-height: 900px;
}
.journey__canvas { position: absolute; inset: 0; border-radius: var(--r); background: var(--fog); overflow: hidden; }
.journey__stage .dm-wrap { position: absolute; inset: 0; }
.journey__stage .dotmap { position: absolute; inset: 0; }
.journey__hud { position: absolute; left: 16px; right: 16px; top: 16px; z-index: 3; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; pointer-events: none; }
.hud-card { background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-radius: var(--r); padding: 12px 14px; display: grid; gap: 6px; }
.hud-card .mono { color: var(--pewter); font-size: 10.5px; }
.hud-card strong { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; }
.hud-odo { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: 28px; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.hud-odo small { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0; color: var(--pewter); margin-left: 4px; font-weight: 500; }
.hud-progress { height: 3px; background: var(--fog-2); border-radius: 3px; overflow: hidden; width: 150px; }
.hud-progress i { display: block; height: 100%; background: var(--ember); width: 0; }
.journey__note { position: absolute; left: 16px; bottom: 14px; z-index: 3; font-size: 11.5px; color: var(--pewter); }
.journey__legend { position: absolute; right: 16px; bottom: 14px; z-index: 3; display: flex; gap: 14px; font-size: 11.5px; color: var(--pewter); }
.journey__legend span { display: inline-flex; align-items: center; gap: 6px; }
.journey__legend i { width: 14px; height: 2px; background: var(--ember); border-radius: 2px; }
.journey__legend i.ghost { background: repeating-linear-gradient(90deg, var(--steel) 0 3px, transparent 3px 6px); }
.journey__final { position: absolute; inset: auto 16px 44px 16px; z-index: 3; display: flex; justify-content: center; opacity: 0; transform: translateY(8px); transition: opacity .6s var(--ease), transform .6s var(--ease); pointer-events: none; }
.journey__final.is-on { opacity: 1; transform: none; pointer-events: auto; }
.journey__final .hud-card { grid-auto-flow: column; align-items: center; gap: 20px; padding: 12px 12px 12px 18px; }

/* ---------- 14. Customs + tracker ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.split--top { align-items: start; }
.check-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
.check-group h3 { font-size: 15px; font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.check-list { display: grid; gap: 10px; }
.check-list li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: 14.5px; line-height: 1.45; color: var(--graphite); }
.check-list svg { width: 18px; height: 18px; color: var(--ink); margin-top: 1px; }
.on-dark .check-list li { color: var(--on-dark-2); }
.on-dark .check-list svg { color: var(--ember); }

.tracker { background: var(--paper); border: 1px solid var(--line); border-radius: calc(var(--r) + 4px); padding: 8px; }
.tracker__top { padding: 16px 16px 18px; display: grid; gap: 16px; }
.tracker__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tracker__ref .mono { color: var(--pewter); font-size: 10.5px; display: block; }
.tracker__ref strong { font-size: 17px; font-weight: 600; letter-spacing: -0.015em; font-variant-numeric: tabular-nums; }
.tracker__route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.tracker__place strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.012em; }
.tracker__place span { display: block; font-size: 12.5px; color: var(--pewter); }
.tracker__place--end { text-align: right; }
.tracker__line { width: 120px; height: 2px; background: var(--fog-2); position: relative; border-radius: 2px; }
.tracker__line i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--ember); border-radius: 2px; transition: width 2.4s var(--ease-out); }
.tracker__line b { position: absolute; top: 50%; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--ember); border: 2px solid #fff; transform: translate(-50%, -50%); box-shadow: 0 0 0 4px rgba(255,89,0,.16); transition: left 2.4s var(--ease-out); }
.tracker.is-live .tracker__line i { width: 72%; }
.tracker.is-live .tracker__line b { left: 72%; }
.tracker__body { background: var(--fog); border-radius: var(--r); padding: 20px; display: grid; gap: 18px; }
.timeline { display: grid; }
.timeline li { display: grid; grid-template-columns: 18px 1fr auto; gap: 12px; padding-bottom: 16px; position: relative; opacity: .25; transition: opacity .5s var(--ease); }
.timeline li::before { content: ""; position: absolute; left: 8.5px; top: 20px; bottom: 0; width: 1px; background: var(--mist); }
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.timeline .tl-dot { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--mist); background: var(--fog); display: grid; place-items: center; margin-top: 1px; }
.timeline .tl-dot svg { width: 10px; height: 10px; color: #fff; opacity: 0; }
.timeline li.is-done { opacity: 1; }
.timeline li.is-done .tl-dot { background: var(--ink); border-color: var(--ink); }
.timeline li.is-done .tl-dot svg { opacity: 1; }
.timeline li.is-now { opacity: 1; }
.timeline li.is-now .tl-dot { border-color: var(--ember); background: #fff; box-shadow: 0 0 0 4px rgba(255,89,0,.14); }
.timeline li.is-now .tl-dot::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ember); }
.timeline strong { display: block; font-size: 14px; font-weight: 600; letter-spacing: -0.01em; }
.timeline span { display: block; font-size: 13px; color: var(--graphite); }
.timeline time { font-family: var(--font-mono); font-size: 11px; color: var(--pewter); white-space: nowrap; margin-top: 2px; }
.docs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.doc { background: var(--paper); border-radius: 8px; padding: 10px; display: grid; gap: 6px; }
.doc .mono { font-size: 9.5px; color: var(--pewter); }
.doc b { font-size: 12.5px; font-weight: 600; display: flex; align-items: center; gap: 5px; }
.doc b svg { width: 13px; height: 13px; color: #12b76a; }
.doc { transition: opacity .5s var(--ease); }
.doc--pending { opacity: .45; }
.doc--pending b svg, .doc--wait b svg { color: var(--steel); }
.doc--wait { opacity: 1; }

/* ---------- 15. Bento (why) ---------- */
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.bento__cell { background: var(--fog); border-radius: var(--r); padding: clamp(22px, 2.4vw, 32px); display: flex; flex-direction: column; gap: 14px; min-height: 280px; position: relative; overflow: hidden; }
.bento__cell--a { grid-column: span 3; grid-row: span 2; min-height: 580px; }
.bento__cell--b { grid-column: span 3; }
.bento__cell--c { grid-column: span 3; }
.bento__cell--d, .bento__cell--e, .bento__cell--f { grid-column: span 2; }
.bento__cell--dark { background: var(--abyss); color: #fff; }
.bento__cell--dark .muted { color: var(--on-dark-2); }
.bento__cell--image { color: #fff; background: var(--abyss); }
.bento__cell--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.bento__cell--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,7,16,.1), rgba(0,7,16,.8)); }
.bento__cell--image > *:not(img) { position: relative; z-index: 1; }
.bento__cell--image .muted { color: rgba(255,255,255,.78); }
.bento__big { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(52px, 6vw, 88px); line-height: .92; letter-spacing: -0.05em; font-variant-numeric: tabular-nums; }
.bento__big .unit { font-size: .45em; letter-spacing: -0.02em; color: var(--ember); vertical-align: top; margin-left: .04em; }
.bento__label { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 500; }
.bento__label .icon-tile { width: 32px; height: 32px; border-radius: 8px; }
.bento__label .icon-tile svg { width: 16px; height: 16px; }
.bento__cell h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.bento__cell p { font-size: 14.5px; line-height: 1.5; }
.bento__foot { margin-top: auto; }
.bento__list { display: grid; gap: 8px; margin-top: auto; }
.bento__list li { display: flex; gap: 10px; font-size: 14px; color: var(--graphite); }
.bento__list li svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--ink); }
.bento__cell--dark .bento__list li, .bento__cell--image .bento__list li { color: var(--on-dark-2); }
.bento__cell--dark .bento__list li svg, .bento__cell--image .bento__list li svg { color: var(--ember); }
.gauge { width: 100%; max-width: 360px; margin: auto auto 0; position: relative; }
.gauge svg { width: 100%; height: auto; overflow: visible; }
.gauge__track { fill: none; stroke: var(--fog-2); stroke-width: 14; stroke-linecap: round; }
.gauge__val { fill: none; stroke: var(--ember); stroke-width: 14; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2.2s var(--ease-out); }
.gauge.is-in .gauge__val { stroke-dashoffset: .012; }
.gauge__ticks line { stroke: var(--mist); stroke-width: 1.2; }
.gauge__center { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; }
.gauge__center .bento__big { font-size: clamp(44px, 4.4vw, 64px); }
.gauge__center p { margin-top: 6px; }

/* ---------- 16. Accreditation band ---------- */
.accred { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.accred__item { background: var(--paper); padding: 26px 24px; display: flex; gap: 14px; align-items: center; min-height: 104px; transition: background-color .25s; }
.accred__item:hover { background: #fcfcfd; }
.accred__item svg { width: 28px; height: 28px; color: var(--steel); flex: none; }
.accred__item strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.012em; color: var(--ink); }
.accred__item span { display: block; font-size: 13px; color: var(--pewter); line-height: 1.35; margin-top: 2px; }
.section--fog .accred { background: var(--fog-2); border-color: var(--fog-2); }
.logo-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 40px; align-items: center; }
.logo-row__item { display: inline-flex; align-items: center; gap: 10px; color: var(--steel); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; white-space: nowrap; }
.logo-row__item svg { width: 22px; height: 22px; }
.logo-row__item em { font-style: normal; font-weight: 500; color: var(--mist); }

/* ---------- 17. Process ---------- */
.process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; counter-reset: step; position: relative; }
.process__step { position: relative; padding-top: 28px; }
.process__step::before { content: ""; position: absolute; left: 0; right: -12px; top: 5px; height: 1px; background: var(--line); }
.process__step:last-child::before { right: 0; }
.process__step::after { content: ""; position: absolute; left: 0; top: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--ink); }
.process__step.is-in::after { background: var(--ember); border-color: var(--ember); transition: background-color .4s var(--ease) var(--d, 0s), border-color .4s var(--ease) var(--d, 0s); }
.process__num { font-family: var(--font-mono); font-size: 11.5px; color: var(--pewter); }
.process__step h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.018em; margin-top: 14px; }
.process__step p { font-size: 14.5px; color: var(--graphite); margin-top: 8px; line-height: 1.5; padding-right: 12px; }
.included { margin-top: 64px; display: grid; gap: 16px; padding: 28px; background: var(--fog); border-radius: var(--r); }
.included h3 { font-size: 15px; font-weight: 600; }
.included ul { display: flex; flex-wrap: wrap; gap: 8px; }
.included .chip { background: var(--paper); height: 34px; padding: 0 12px; font-size: 13.5px; }

/* ---------- 18. Testimonials ---------- */
.quotes { position: relative; }
.quotes__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 24px) / 3); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.quotes__track::-webkit-scrollbar { display: none; }
.quote { scroll-snap-align: start; background: var(--paper); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 24px; min-height: 340px; }
.section--fog .quote { background: var(--paper); }
.quote__stars { display: flex; gap: 3px; color: var(--ember); }
.quote__stars svg { width: 16px; height: 16px; }
.quote blockquote { font-size: 18px; line-height: 1.5; letter-spacing: -0.015em; color: var(--ink); }
.quote figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--fog); display: grid; place-items: center; font-size: 13px; font-weight: 600; color: var(--graphite); flex: none; }
.quote figcaption div strong { display: block; font-size: 14.5px; font-weight: 600; }
.quote figcaption div span { display: block; font-size: 13px; color: var(--pewter); }
.carousel-nav { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.circle-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; transition: border-color .2s, background-color .2s; }
.circle-btn:hover { border-color: var(--ink); }
.circle-btn:disabled { opacity: .4; cursor: default; border-color: var(--line); }
.circle-btn svg { width: 16px; height: 16px; }
.carousel-progress { flex: 1; height: 1px; background: var(--mist); position: relative; max-width: 240px; }
.carousel-progress i { position: absolute; left: 0; top: -0.5px; height: 2px; background: var(--ink); width: 33%; transition: left .4s var(--ease), width .4s var(--ease); }

/* ---------- 19. CTA + footer ---------- */
.site-footer { background: var(--abyss); color: #fff; position: relative; overflow: hidden; }
.cta { padding-top: clamp(24px, 3vw, 40px); }
.cta__card { position: relative; border-radius: var(--r); overflow: hidden; min-height: 520px; display: flex; align-items: flex-end; isolation: isolate; }
.cta__card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transform: scale(1.06); transition: transform 2s var(--ease-out); }
.cta__card.is-in > img { transform: scale(1); }
.cta__card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,7,16,.88) 0%, rgba(0,7,16,.55) 45%, rgba(0,7,16,.1) 100%), linear-gradient(0deg, rgba(0,7,16,.6), rgba(0,7,16,0) 50%); }
.cta__content { padding: clamp(28px, 5vw, 64px); max-width: 720px; display: grid; gap: 22px; }
.cta__content .h2 { color: #fff; }
.cta__content p { color: rgba(255,255,255,.76); font-size: 17px; max-width: 48ch; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.footer__main { display: grid; grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding-top: clamp(64px, 8vw, 104px); padding-bottom: 56px; }
.footer__brand p { margin-top: 20px; font-size: 14.5px; color: var(--on-dark-2); max-width: 32ch; line-height: 1.55; }
.footer__brand .brand__mark .bm-tile { fill: #fff; }
.footer__brand .brand__mark .bm-chev { stroke: var(--abyss); }
.footer__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.footer__badges .chip { background: rgba(255,255,255,.06); color: var(--on-dark-2); height: 26px; font-size: 12px; }
.footer__col h4 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 18px; }
.footer__col ul { display: grid; gap: 11px; }
.footer__col a, .footer__col li { font-size: 14px; color: var(--on-dark-2); transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__contact li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; line-height: 1.5; }
.footer__contact svg { width: 16px; height: 16px; margin-top: 3px; color: var(--on-dark-3); }
.footer__giant {
  font-family: var(--font-display); font-stretch: 125%; font-weight: 650; text-transform: uppercase;
  font-size: max(40px, 10.6vw); line-height: .8; letter-spacing: -0.02em; white-space: nowrap; text-align: center;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1);
  margin-top: 8px; margin-bottom: -0.1em; user-select: none; pointer-events: none;
}
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-block: 24px 28px; border-top: 1px solid var(--line-dark); font-size: 13px; color: var(--on-dark-3); position: relative; }
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: 20px; }
.footer__bottom a:hover { color: #fff; }

/* ---------- 20. Services page ---------- */
.subnav { position: sticky; top: calc(var(--nav-h) - 1px); z-index: 50; background: rgba(255,255,255,.9); -webkit-backdrop-filter: saturate(1.6) blur(16px); backdrop-filter: saturate(1.6) blur(16px); border-bottom: 1px solid var(--line); transition: top .45s var(--ease-out); }
.site-header.is-hidden ~ main .subnav, body.header-hidden .subnav { top: 0; }
.subnav__inner { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; height: 60px; align-items: center; }
.subnav__inner::-webkit-scrollbar { display: none; }
.subnav a { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 14px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--pewter); white-space: nowrap; transition: background-color .2s, color .2s; }
.subnav a:hover { color: var(--ink); }
.subnav a.is-active { background: var(--ink); color: #fff; }
.subnav a .mono { font-size: 10.5px; opacity: .6; }
.svc { padding-block: clamp(72px, 9vw, 128px); border-bottom: 1px solid var(--line); }
.svc:last-of-type { border-bottom: 0; }
.svc__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 72px; align-items: end; margin-bottom: 48px; }
.svc__num { font-family: var(--font-mono); font-size: 12px; color: var(--pewter); display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.svc__num::before { content: ""; width: 6px; height: 6px; border-radius: 1.5px; background: var(--ember); }
.svc__head .lead { max-width: 52ch; }
.svc__body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 12px; }
.svc__media { position: relative; border-radius: var(--r); overflow: hidden; min-height: 460px; background: var(--fog); }
.svc__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.svc__media:hover img { transform: scale(1.03); }
.cap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cap { background: var(--fog); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 12px; min-height: 220px; }
.cap h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.015em; margin-top: 28px; }
.cap p { font-size: 14px; color: var(--graphite); line-height: 1.5; }
.cap .icon-tile { width: 40px; height: 40px; }
.svc__foot { margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.svc__foot .chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.svc__foot .chips > span:first-child { font-size: 13px; color: var(--pewter); margin-right: 4px; }
.svc--reverse .svc__body { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.svc--reverse .svc__media { order: 2; }

/* ---------- 21. Network page ---------- */
.explorer { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 12px; }
.explorer__map { position: relative; background: var(--fog); border-radius: var(--r); overflow: hidden; aspect-ratio: 1.12; }
.explorer__map .dm-wrap { position: absolute; inset: 0; }
.explorer__map .dotmap { position: absolute; inset: 0; }
.explorer__panel { background: var(--fog); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 20px; }
.region-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.region-tab { height: 34px; padding: 0 12px; border-radius: 999px; font-size: 13.5px; font-weight: 500; background: var(--paper); color: var(--graphite); transition: background-color .2s, color .2s; }
.region-tab:hover { color: var(--ink); }
.region-tab[aria-pressed="true"] { background: var(--ink); color: #fff; }
.region-info { display: grid; gap: 14px; }
.region-info__title { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: 30px; letter-spacing: -0.035em; line-height: 1.05; }
.region-info__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.region-info__meta .chip { background: var(--paper); }
.region-info p { font-size: 14.5px; color: var(--graphite); }
.country-list { display: grid; gap: 0; border-top: 1px solid var(--fog-2); }
.country-list li { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--fog-2); font-size: 14.5px; }
.country-list li span:last-child { color: var(--pewter); font-size: 13px; text-align: right; }
.explorer__stats { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mini-stat { background: var(--paper); border-radius: 10px; padding: 14px; }
.mini-stat strong { display: block; font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: 26px; letter-spacing: -0.04em; line-height: 1; }
.mini-stat > span { display: block; font-size: 12.5px; color: var(--pewter); margin-top: 6px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: var(--fog); border-radius: var(--r); padding: clamp(22px, 2.2vw, 30px); display: flex; flex-direction: column; gap: 12px; }
.card--paper { background: var(--paper); }
.card--line { background: var(--paper); border: 1px solid var(--line); }
.card h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.card p { font-size: 14.5px; color: var(--graphite); line-height: 1.5; }
.card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 8px; }
.card .mono { color: var(--pewter); font-size: 11px; }
.crossings { border-top: 1px solid var(--line); }
.crossing { display: grid; grid-template-columns: 56px minmax(0, 1fr) 190px 250px 230px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.crossing > .chip { justify-self: end; }
.crossing .icon-tile { width: 48px; height: 48px; }
.crossing__route { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.crossing__route svg { width: 18px; height: 18px; color: var(--ember); }
.crossing__cell .mono { display: block; font-size: 10.5px; color: var(--pewter); margin-bottom: 4px; }
.crossing__cell strong { font-size: 15px; font-weight: 500; }

/* ---------- 22. About page ---------- */
.then-now { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: stretch; }
.then-now__card { background: var(--fog); border-radius: var(--r); padding: clamp(24px, 3vw, 40px); display: grid; gap: 16px; align-content: space-between; min-height: 300px; }
.then-now__card--now { background: var(--abyss); color: #fff; }
.then-now__card--now .muted { color: var(--on-dark-2); }
.then-now__year { font-family: var(--font-mono); font-size: 12px; color: var(--pewter); }
.then-now__card--now .then-now__year { color: var(--ember); }
.then-now__arrow { display: grid; place-items: center; color: var(--mist); }
.then-now__arrow svg { width: 28px; height: 28px; }
.then-now__big { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(64px, 8vw, 120px); line-height: .9; letter-spacing: -0.05em; }
.then-now__list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.then-now__list strong { display: block; font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: 28px; letter-spacing: -0.04em; line-height: 1; }
.then-now__list > div > span { display: block; font-size: 13px; color: var(--on-dark-2); margin-top: 6px; }
.pullquote { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(30px, 4vw, 56px); line-height: 1.08; letter-spacing: -0.04em; max-width: 20ch; text-wrap: balance; }
.pullquote .q { color: var(--ember); }
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mv .card { min-height: 280px; justify-content: space-between; }
.mv .card p { font-size: 19px; line-height: 1.45; color: var(--ink); letter-spacing: -0.018em; max-width: 34ch; }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td { text-align: left; padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-size: 12.5px; font-weight: 500; color: var(--pewter); }
.table td:first-child { font-weight: 600; letter-spacing: -0.012em; }
.table td:last-child { color: var(--graphite); }
.insure { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.insure .card { min-height: 200px; justify-content: space-between; }
.insure strong { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(38px, 3.6vw, 52px); letter-spacing: -0.045em; line-height: 1; }
.insure strong small { font-size: .5em; color: var(--ember); letter-spacing: -0.02em; margin-left: 2px; }

/* ---------- 23. Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 12px; align-items: start; }
.qform { background: var(--fog); border-radius: var(--r); padding: clamp(22px, 3.4vw, 48px); }
.qform__progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 36px; }
.qform__progress li { display: grid; gap: 10px; font-size: 13px; font-weight: 500; color: var(--pewter); }
.qform__progress li::before { content: ""; height: 3px; border-radius: 3px; background: var(--fog-2); transition: background-color .4s var(--ease); }
.qform__progress li.is-done::before, .qform__progress li.is-current::before { background: var(--ink); }
.qform__progress li.is-current { color: var(--ink); }
.qform__progress li .mono { font-size: 10.5px; margin-right: 6px; }
.qstep { display: grid; gap: 28px; }
.qstep[hidden] { display: none !important; }
.qstep.is-entering { animation: rise .5s var(--ease-out) both; }
.qstep__title { font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.035em; line-height: 1.05; }
.qgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.qgrid .span-2 { grid-column: span 2; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { display: flex; flex-direction: column; gap: 10px; padding: 16px; min-height: 108px; border-radius: var(--r); background: var(--paper); border: 1px solid transparent; cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.choice label svg { width: 22px; height: 22px; }
.choice label strong { font-size: 14.5px; font-weight: 600; letter-spacing: -0.012em; margin-top: auto; }
.choice label small { font-size: 12.5px; color: var(--pewter); line-height: 1.35; margin-top: -6px; }
.choice label:hover { border-color: var(--mist); }
.choice input:checked + label { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice input:checked + label svg { color: var(--ember); }
.choice input:focus-visible + label { outline: 2px solid var(--ember); outline-offset: 2px; }
.seg { display: flex; flex-wrap: wrap; gap: 6px; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label { height: 40px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--paper); border: 1px solid transparent; font-size: 14px; font-weight: 500; color: var(--graphite); cursor: pointer; transition: all .2s; }
.seg label:hover { color: var(--ink); }
.seg input:checked + label { background: var(--ink); color: #fff; }
.seg input:focus-visible + label { outline: 2px solid var(--ember); outline-offset: 2px; }
.qform__nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--fog-2); }
.qform__nav .caption { max-width: 34ch; }
.checkbox { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: var(--graphite); line-height: 1.45; }
.checkbox input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); flex: none; }
.qdone { text-align: left; display: grid; gap: 18px; padding: 24px 0; }
.qdone__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; }
.qdone__icon svg { width: 24px; height: 24px; }
.contact-side { display: grid; gap: 12px; }
.contact-card { background: var(--fog); border-radius: var(--r); padding: 24px; display: grid; gap: 14px; }
.contact-card__row { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; }
.contact-card__row .icon-tile { width: 40px; height: 40px; }
.contact-card__row .mono { display: block; font-size: 10.5px; color: var(--pewter); margin-bottom: 4px; }
.contact-card__row a, .contact-card__row p { font-size: 15.5px; font-weight: 500; letter-spacing: -0.012em; line-height: 1.45; }
.contact-card__row a:hover { color: var(--ember); }
.contact-card--dark { background: var(--abyss); color: #fff; }
.contact-card--dark .muted { color: var(--on-dark-2); }
.open-now { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; }
.open-now i { width: 8px; height: 8px; border-radius: 50%; background: var(--steel); }
.open-now.is-open i { background: #12b76a; box-shadow: 0 0 0 3px rgba(18,183,106,.18); }
.mini-map { position: relative; aspect-ratio: 1.15; background: var(--fog); border-radius: var(--r); overflow: hidden; }
.mini-map .dm-wrap, .mini-map .dotmap { position: absolute; inset: 0; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-size: 18px; font-weight: 600; letter-spacing: -0.018em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; flex: none; transition: transform .35s var(--ease), background-color .2s; }
.faq summary .pm svg { width: 14px; height: 14px; }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--ink); color: #fff; border-color: var(--ink); }
.faq details p { padding: 0 64px 26px 0; color: var(--graphite); font-size: 16px; max-width: 72ch; }

/* ---------- 24. 404 ---------- */
.nf { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 120px var(--gutter) 80px; background: var(--abyss); color: #fff; position: relative; overflow: hidden; }
.nf .h1 { color: #fff; }
.nf p { color: var(--on-dark-2); margin: 20px auto 32px; max-width: 42ch; font-size: 18px; }
.nf__code { font-family: var(--font-mono); font-size: 12px; color: var(--ember); margin-bottom: 24px; }

/* ---------- 25. Reveal motion ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease-out), transform 1s var(--ease-out); transition-delay: calc(var(--i, 0) * 70ms); }
.js [data-reveal="fade"] { transform: none; }
.js [data-reveal="scale"] { transform: scale(.97); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .js .hero__title .line > span, .js .hero__fade { transform: none; opacity: 1; }
  .manifesto__text .w { color: var(--ink); }
  .grain { display: none; }
}

/* ---------- 26. Responsive ---------- */
@media (max-width: 1180px) {
  .nav__phone { display: none; }
  .mega { left: -120px; }
  .bento__cell--a { min-height: 520px; }
  .explorer { grid-template-columns: 1fr; }
  .explorer__map { aspect-ratio: 1.3; }
  .explorer__panel { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
  .explorer__panel .region-tabs { grid-column: span 2; }
  .explorer__stats { margin-top: 0; }
}
@media (max-width: 1000px) {
  :root { --nav-h: 64px; }
  .nav__links, .nav__actions .btn { display: none; }
  .nav__burger { display: block; }
  .hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .reel-hud { width: 100%; justify-items: start; text-align: left; grid-template-columns: 1fr auto; align-items: end; }
  .reel-hud__meta { order: 0; }
  .section-head--split, .page-hero__grid, .svc__head { grid-template-columns: 1fr; }
  .tabpanel { grid-template-columns: 1fr; }
  .tabpanel__media { min-height: 380px; order: -1; }
  .journey__grid { grid-template-columns: 1fr; gap: 0; }
  .journey__stage { order: -1; top: 0; height: calc(46vh + var(--nav-h)); min-height: calc(320px + var(--nav-h)); margin-inline: calc(var(--gutter) * -1); z-index: 5; background: var(--paper); }
  .journey__canvas { top: var(--nav-h); border-radius: 0; }
  .journey__steps { padding-top: 4vh; }
  .jstep, .jstep:first-child { min-height: 64vh; align-items: flex-start; padding-top: 6vh; }
  .jstep__card { opacity: .35; background: var(--paper); }
  .split, .check-groups { grid-template-columns: 1fr; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento__cell--a, .bento__cell--b, .bento__cell--c { grid-column: span 2; grid-row: auto; min-height: 0; }
  .bento__cell--d, .bento__cell--e, .bento__cell--f { grid-column: span 1; }
  .bento__cell--f { grid-column: span 2; }
  .accred { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: 1fr; gap: 0; }
  .process__step { padding: 0 0 28px 36px; }
  .process__step::before { left: 5px; right: auto; top: 16px; bottom: 0; width: 1px; height: auto; }
  .process__step:last-child::before { display: none; }
  .process__step::after { top: 3px; }
  .process__step h3 { margin-top: 4px; }
  .included { grid-template-columns: 1fr; }
  .included ul { justify-content: flex-start; }
  .quotes__track { grid-auto-columns: calc((100% - 12px) / 2); }
  .footer__main { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: span 2; }
  .svc__body, .svc--reverse .svc__body { grid-template-columns: 1fr; }
  .svc--reverse .svc__media { order: 0; }
  .svc__media { min-height: 360px; }
  .card-grid, .card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crossing { grid-template-columns: 48px 1fr 1fr; gap: 16px; }
  .crossing__route { grid-column: span 2; }
  .crossing .btn, .crossing > :last-child { grid-column: 2 / -1; justify-self: start; }
  .then-now { grid-template-columns: 1fr; }
  .then-now__arrow { transform: rotate(90deg); }
  .insure { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .mv { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  :root { --announce-h: 32px; }
  .announce { font-size: 12px; }
  .announce__inner p { display: none; }
  .announce__inner::before { content: "Post-Brexit customs, handled in-house."; color: rgba(255,255,255,.86); white-space: nowrap; }
  .hero { min-height: max(720px, 100svh); }
  .hero__kicker { margin-bottom: 20px; }
  .route-form { flex-direction: column; padding: 6px; }
  .route-form__sep { display: none; }
  .route-form__field { padding: 10px 12px; }
  .route-form__field + .route-form__sep + .route-form__field { border-top: 1px solid var(--line); border-radius: 0; }
  .route-form .btn { min-height: 48px; margin-top: 4px; }
  .reel-hud__bar { width: 22px; }
  .hero__scroll { display: none; }
  .hero__trust { display: none; }
  .hero__alt { margin-top: 18px; }
  .hero__inner { gap: 20px; padding-bottom: 24px; }
  .reel-hud { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .reel-hud__label { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat, .stat + .stat { padding: 22px 16px 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .stat:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
  .tab { padding: 0 12px; font-size: 14px; }
  .tab svg { display: none; }
  .tabpanel__media { min-height: 280px; }
  .float-card--tl { display: none; }
  .docs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tracker__line { width: 64px; }
  .bento { grid-template-columns: 1fr; }
  .bento__cell--d, .bento__cell--e, .bento__cell--f { grid-column: span 2; }
  .accred { grid-template-columns: 1fr; }
  .quotes__track { grid-auto-columns: 88%; }
  .footer__main { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .cap-grid, .card-grid, .card-grid--4, .card-grid--2, .insure { grid-template-columns: 1fr; }
  .cap { min-height: 0; }
  .crossing { grid-template-columns: 1fr 1fr; }
  .crossing .icon-tile { display: none; }
  .crossing__route { grid-column: span 2; }
  .crossing .btn, .crossing > :last-child { grid-column: span 2; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .qgrid { grid-template-columns: 1fr; }
  .qgrid .span-2 { grid-column: auto; }
  .explorer__panel { grid-template-columns: 1fr; }
  .explorer__panel .region-tabs { grid-column: auto; }
  .explorer__map { aspect-ratio: .95; }
  .journey__hud .hud-card:last-child { display: none; }
  .faq details p { padding-right: 0; }
  .then-now__list { grid-template-columns: 1fr 1fr; }
  .page-hero__media { aspect-ratio: 4 / 3; }
}
@media (max-width: 420px) {
  .announce__inner::before { content: "Customs, handled in-house."; }
}
.qform__error { margin-top: 28px; padding: 14px 16px; border-radius: var(--r); background: #fef3f2; color: #b42318; font-size: 14.5px; line-height: 1.5; }
.qform__error a { color: inherit; }
