/* ==========================================================================
   Autolux design system
   Direction: "night drive". Dark-first, oversized grotesk display type, brand burgundy
   as the single accent. Light theme via prefers-color-scheme or the footer toggle.
   Radius rule: panels 24px, media 20px, controls 12px, buttons fully rounded.
   Z-index scale: header 50, mobile bar 40, cookie banner 60, progress 55, skip 100.
   ========================================================================== */

:root {
  color-scheme: dark;
  --bg: #0b0a0c;
  --bg-2: #121014;
  --surface: #18161a;
  --surface-2: #221f24;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .18);
  --ink: #f3f1f4;
  --muted: #a8a3ad;
  --accent: #b3182f;
  --accent-hover: #cc2139;
  --accent-text: #f2808e;
  --accent-deep: #690009;
  --accent-soft: rgba(179, 24, 47, .14);
  --on-accent: #fff;
  --studio-a: #e8e8ea;
  --studio-b: #c6c6c9;
  --shadow: 0 30px 80px -30px rgba(0, 0, 0, .7);
  --glass: rgba(24, 22, 26, .62);

  --f-display: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "Geist Mono", ui-monospace, Menlo, monospace;

  --r-panel: 24px;
  --r-media: 20px;
  --r-ctl: 12px;
  --wrap: 1320px;
  --gutter: clamp(16px, 4vw, 48px);
  --header-h: 72px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) {
    color-scheme: light;
    --bg: #f4f3f5; --bg-2: #ebe9ed; --surface: #ffffff; --surface-2: #f0eef2;
    --line: rgba(20, 16, 22, .1); --line-strong: rgba(20, 16, 22, .22);
    --ink: #141116; --muted: #58535d;
    --accent: #8a0d1c; --accent-hover: #6f0915; --accent-text: #8a0d1c; --accent-soft: rgba(138, 13, 28, .08);
    --shadow: 0 30px 70px -34px rgba(60, 10, 20, .35); --glass: rgba(255, 255, 255, .72);
  }
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f3f5; --bg-2: #ebe9ed; --surface: #ffffff; --surface-2: #f0eef2;
  --line: rgba(20, 16, 22, .1); --line-strong: rgba(20, 16, 22, .22);
  --ink: #141116; --muted: #58535d;
  --accent: #8a0d1c; --accent-hover: #6f0915; --accent-text: #8a0d1c; --accent-soft: rgba(138, 13, 28, .08);
  --shadow: 0 30px 70px -34px rgba(60, 10, 20, .35); --glass: rgba(255, 255, 255, .72);
}


/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.65 var(--f-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--f-display); letter-spacing: -.03em; text-wrap: balance; }
button { font: inherit; color: inherit; }
figure { margin: 0; }
address { font-style: normal; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent-text); outline-offset: 3px; border-radius: 6px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 999px; }
.skip-link:focus { top: 12px; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 860px; }
.mono { font-family: var(--f-mono); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.icon { width: 1.2em; height: 1.2em; flex: none; fill: currentColor; }
.icon-xs { width: .85em; height: .85em; }
.icon-xl { width: 2.6rem; height: 2.6rem; }

.section { padding-block: clamp(80px, 11vw, 160px); }
.section-tight { padding-block: clamp(32px, 5vw, 64px) clamp(64px, 9vw, 120px); }
.section-head { display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 64px); max-width: 900px; }
.section-head-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }

.h2 { font-size: clamp(2.2rem, 5.2vw, 4.4rem); line-height: 1; font-weight: 800; }
.h2-sm { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.08; font-weight: 800; margin-bottom: 18px; }
.h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.05; font-weight: 800; }
.lede { color: var(--muted); font-size: 1.12rem; max-width: 60ch; }
.lede-lg { color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.55; max-width: 56ch; }
.eyebrow { font: 500 .78rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .16em; color: var(--accent-text); }
.mini-label { font: 500 .75rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 10px; }
.note { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .92rem; margin-top: 32px; }
.note .icon { margin-top: 3px; color: var(--accent-text); }

/* ---------- Buttons & links ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; white-space: nowrap; padding: .9em 1.5em; border-radius: 999px; border: 1px solid transparent; font: 600 1rem/1 var(--f-body); text-decoration: none; cursor: pointer; transition: background-color .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), transform .25s var(--ease); will-change: transform; }
.btn:active { transform: translateY(1px) scale(.98); }
.btn-sm { padding: .7em 1.15em; font-size: .92rem; }
.btn-lg { padding: 1.05em 1.8em; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--accent); color: var(--on-accent); }
.btn-primary:hover { background: var(--accent-hover); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); }
.btn-glass { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .22); color: #f3f1f4; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255, 255, 255, .16); }
.btn-light { background: #f7f5f8; color: #140f14; }
.btn-light:hover { background: #fff; }
.btn .icon-arrow { transition: transform .3s var(--ease); }
.btn:hover .icon-arrow { transform: translateX(4px); }
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line-strong); padding-bottom: 4px; transition: border-color .3s, gap .3s var(--ease); }
.link-arrow:hover { border-color: var(--accent-text); gap: .8em; }
.linkish { background: none; border: 0; padding: 0; cursor: pointer; color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.stretched::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.chip { display: inline-flex; align-items: center; gap: .5em; padding: .45em .9em; border-radius: 999px; background: var(--surface-2); font-size: .9rem; font-weight: 500; }
.tag { position: relative; z-index: 2; display: inline-block; font: 500 .75rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; color: var(--accent-text); text-decoration: none; }
.badge { font: 500 .75rem/1 var(--f-mono); color: var(--muted); }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; padding-top: env(safe-area-inset-top, 0px); color: #f3f1f4; transition: background-color .4s var(--ease), color .4s var(--ease), transform .45s var(--ease), border-color .4s; border-bottom: 1px solid transparent; }
.site-header.is-solid { background: color-mix(in srgb, var(--bg) 96%, transparent); color: var(--ink); border-color: var(--line); }
.site-header.is-hidden { transform: translateY(-100%); }
body:not(.page-home) .site-header { background: color-mix(in srgb, var(--bg) 96%, transparent); color: var(--ink); border-color: var(--line); }
.header-bar { height: var(--header-h); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 1.3rem/1 var(--f-display); letter-spacing: -.03em; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.main-nav { margin-left: 8px; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; border-radius: 999px; font-weight: 500; font-size: .95rem; text-decoration: none; opacity: .88; transition: opacity .2s, background-color .2s; }
.nav-link:hover, .nav-link.is-active { opacity: 1; background: color-mix(in srgb, currentColor 9%, transparent); }
.has-mega { position: relative; }
.mega { position: absolute; top: calc(100% + 10px); left: -12px; width: min(620px, 80vw); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s; }
.mega::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega-inner { background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: var(--r-panel); padding: 12px; box-shadow: var(--shadow); }
.mega-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.mega-item { display: flex; gap: 12px; padding: 12px; border-radius: 14px; text-decoration: none; transition: background-color .2s; }
.mega-item:hover { background: var(--surface-2); }
.mega-item .icon { color: var(--accent-text); margin-top: 2px; }
.mega-item b { display: block; font-weight: 600; font-size: .95rem; }
.mega-item small { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.mega-all { display: flex; justify-content: space-between; align-items: center; padding: 14px 12px 6px; margin-top: 6px; border-top: 1px solid var(--line); font-weight: 600; text-decoration: none; color: var(--accent-text); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font: 500 .92rem/1 var(--f-mono); text-decoration: none; }
.lang-switch { display: flex; gap: 10px; }
.lang-switch a { font: 500 .8rem/1 var(--f-mono); letter-spacing: .06em; text-decoration: none; opacity: .75; }
.lang-switch a:hover { opacity: 1; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; place-items: center; }
.menu-bars { display: grid; gap: 7px; width: 24px; }
.menu-bars span { height: 2px; background: currentColor; border-radius: 2px; transition: transform .35s var(--ease); }
.menu-toggle[aria-expanded="true"] .menu-bars span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: calc(var(--header-h) + env(safe-area-inset-top, 0px)) 0 0 0; background: var(--bg); color: var(--ink); overflow-y: auto; padding-block: 12px 40px; }
.m-group { border-bottom: 1px solid var(--line); }
.m-group summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font: 800 1.7rem/1 var(--f-display); letter-spacing: -.03em; cursor: pointer; }
.m-group summary::-webkit-details-marker { display: none; }
.m-group[open] summary .icon { transform: rotate(45deg); }
.m-group summary .icon { transition: transform .3s var(--ease); color: var(--accent-text); }
.m-group ul, .m-simple { list-style: none; margin: 0; padding: 0 0 14px; display: grid; gap: 2px; }
.m-group a { display: block; padding: 8px 0; color: var(--muted); text-decoration: none; font-size: 1.05rem; }
.m-group .m-all { color: var(--accent-text); font-weight: 600; }
.m-simple { padding-top: 10px; }
.m-simple a { display: block; padding: 12px 0; font: 700 1.3rem/1.1 var(--f-display); text-decoration: none; }
.m-foot { display: grid; gap: 20px; margin-top: 24px; }
.lang-switch-lg a { font: 500 .95rem/1 var(--f-body); letter-spacing: 0; opacity: .7; }
.lang-switch-lg a[aria-current] { opacity: 1; color: var(--accent-text); }

@media (max-width: 1180px) { .header-phone span { display: none; } }
@media (max-width: 1080px) {
  .main-nav, .header-actions > .lang-switch, .header-phone, .header-cta { display: none; }
  .menu-toggle { display: grid; }
}

/* ---------- Hero (home) ---------- */
.hero { position: relative; isolation: isolate; min-height: min(100dvh, 980px); display: grid; align-items: end; color: #f3f1f4; background: #0b0a0c; padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px)); overflow: hidden; }
.hero-media { position: absolute; inset: -6% 0 0 0; z-index: -1; will-change: transform; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(11, 10, 12, .56); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11, 10, 12, .55) 0%, rgba(11, 10, 12, .25) 28%, rgba(11, 10, 12, .9) 70%, #0b0a0c 100%), radial-gradient(75% 65% at 18% 75%, rgba(11, 10, 12, .96) 0%, rgba(11, 10, 12, .75) 50%, rgba(11, 10, 12, 0) 100%); }
.hero::after { content: ""; position: absolute; right: -10vw; bottom: -20vw; width: 60vw; height: 60vw; z-index: -1; background: radial-gradient(closest-side, rgba(179, 24, 47, .38), transparent); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(32px, 5vw, 80px); align-items: end; padding-block: clamp(40px, 7vw, 96px); width: 100%; }
.hero-title { font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: .98; font-weight: 800; letter-spacing: -.045em; padding-bottom: .06em; }
.hero-sub { margin-top: 26px; font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.5; color: #f1eef3; font-weight: 500; max-width: 44ch; text-shadow: 0 1px 12px rgba(0, 0, 0, .7); }
.hero-title { text-shadow: 0 2px 30px rgba(0, 0, 0, .55); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Quote form ---------- */
.quote { background: var(--glass); color: var(--ink); border: 1px solid var(--line-strong); border-radius: var(--r-panel); padding: clamp(20px, 2.6vw, 30px); backdrop-filter: blur(22px) saturate(160%); -webkit-backdrop-filter: blur(22px) saturate(160%); box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .08); display: grid; gap: 16px; }
.hero .quote { backdrop-filter: none; -webkit-backdrop-filter: none; color: #f3f1f4; --ink: #f3f1f4; --muted: #b9b3bd; --line: rgba(255, 255, 255, .12); --line-strong: rgba(255, 255, 255, .2); --surface-2: rgba(255, 255, 255, .06); --bg: rgba(10, 9, 11, .55); background: rgba(20, 18, 22, .9); }
@media (prefers-reduced-transparency: reduce) { .quote { background: var(--surface); backdrop-filter: none; } }
.quote-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.quote-title { font-size: 1.4rem; line-height: 1.1; font-weight: 800; letter-spacing: -.02em; }
.quote-steps { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; font: 500 .72rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.quote-steps li { padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line); }
.quote-steps li.is-on { color: var(--ink); border-color: var(--accent-text); }
.quote-step { border: 0; margin: 0; padding: 0; display: grid; gap: 16px; min-width: 0; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); }
.segmented label { position: relative; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; inset: 0; }
.segmented span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 10px; border-radius: 999px; font-weight: 600; font-size: .92rem; color: var(--muted); transition: background-color .25s, color .25s; }
.segmented input:checked + span { background: var(--accent); color: #fff; }
.segmented input:focus-visible + span { outline: 2px solid var(--accent-text); outline-offset: 2px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; }
.field { display: grid; gap: 6px; min-width: 0; align-content: start; }
.field.full { grid-column: 1 / -1; }
.field label, .check label { font-weight: 600; font-size: .86rem; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; font: inherit; font-size: .98rem; color: var(--ink); background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--r-ctl); padding: .7em .85em; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: .85; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent-text); box-shadow: 0 0 0 3px var(--accent-soft); }
.field [aria-invalid="true"], .check [aria-invalid="true"] { border-color: #ff5a6e; }
.field-error { font-size: .82rem; color: #ff8f9c; }
:root[data-theme="light"] .field-error { color: #b0172b; }
@media (prefers-color-scheme: light) { :root:not([data-theme="dark"]) .field-error { color: #b0172b; } }
.field-error:empty { display: none; }
.field-help { font-size: .82rem; color: var(--muted); }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 4px 10px; align-items: start; }
.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); }
.check label { font-weight: 400; color: var(--muted); }
.check a { color: var(--ink); }
.check .field-error { grid-column: 2; }
.quote-note { display: flex; gap: 8px; align-items: center; font-size: .85rem; color: var(--muted); }
.quote-note .icon { color: var(--accent-text); }
.quote-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.quote-actions .btn-primary { flex: 1; }
.form-status { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: var(--r-ctl); font-size: .95rem; background: var(--surface-2); }
.form-status.is-ok { background: rgba(46, 160, 90, .16); }
.form-status.is-error { background: rgba(255, 90, 110, .14); }
.quote-done { display: grid; gap: 14px; justify-items: start; padding: 10px 0; }
.quote-done .icon { color: var(--accent-text); }
.quote-done p { font-size: 1.1rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn[aria-busy="true"] { opacity: .7; pointer-events: none; }
.quote-full .fields { grid-template-columns: repeat(3, 1fr); }
.quote-full .field.full { grid-column: 1 / -1; }

/* ---------- Stats ---------- */
.stats { border-block: 1px solid var(--line); background: var(--bg-2); }
.stats-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stats-list li { display: grid; gap: 6px; padding: clamp(24px, 3vw, 40px) clamp(12px, 2vw, 28px); border-left: 1px solid var(--line); }
.stats-list li:first-child { border-left: 0; padding-left: 0; }
.stat-num { font: 800 clamp(2rem, 3.6vw, 3.2rem)/1 var(--f-display); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.stat-label { color: var(--muted); font-size: .92rem; }

/* ---------- Intro + marquee ---------- */
.intro { padding-bottom: clamp(40px, 6vw, 80px); }
.intro-text { font: 700 clamp(1.6rem, 3.3vw, 3rem)/1.18 var(--f-display); letter-spacing: -.03em; max-width: 30ch; }
.intro-text .word { opacity: 1; }
.marquee { margin-top: clamp(56px, 8vw, 110px); overflow: hidden; border-block: 1px solid var(--line); padding-block: 22px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; }
.marquee-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.marquee-list li { display: flex; align-items: center; }
.marquee-list a { font: 800 clamp(2rem, 5vw, 4.4rem)/1 var(--f-display); letter-spacing: -.04em; text-decoration: none; padding-inline: 28px; color: transparent; -webkit-text-stroke: 1px var(--line-strong); transition: color .35s, -webkit-text-stroke-color .35s; }
.marquee-list a:hover { color: var(--ink); -webkit-text-stroke-color: transparent; }
.marquee-sep { color: var(--accent); }
html[data-motion="on"] .marquee-track { animation: marquee 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Services sticky stack ---------- */
.stack { display: grid; gap: 24px; }
.stack-card { position: sticky; top: calc(var(--header-h) + 24px + var(--i) * 14px); }
.stack-dim { position: absolute; inset: 0; z-index: 3; background: var(--bg); opacity: 0; pointer-events: none; border-radius: inherit; }
.stack-card-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); min-height: min(560px, 72vh); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); overflow: hidden; box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .6); transform-origin: 50% 0; will-change: transform; }
.stack-copy { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; gap: 18px; justify-content: space-between; }
.stack-copy > p { color: var(--muted); font-size: 1.08rem; max-width: 42ch; }
.stack-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--accent-soft); color: var(--accent-text); }
.stack-icon .icon { width: 28px; height: 28px; }
.stack-copy .h3 a { text-decoration: none; }
.stack-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.stack-facts li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.stack-facts span { color: var(--muted); }
.stack-facts b { font-weight: 600; text-align: right; }
.stack-copy .link-arrow { align-self: flex-start; }
.stack-media { position: relative; overflow: hidden; }
.stack-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.stack-card:hover .stack-media img { transform: scale(1.04); }

/* ---------- Route rows ---------- */
.routes-list-section .lede { margin-bottom: 40px; }
.route-rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.route-row a { display: grid; grid-template-columns: minmax(150px, .55fr) auto minmax(0, 1.8fr) auto; gap: 20px; align-items: center; padding: clamp(18px, 2.4vw, 30px) 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .45s var(--ease), color .3s; }
.route-row a:hover { padding-inline: 16px; color: var(--accent-text); }
.route-from { color: var(--muted); font-size: 1rem; }
.route-to { font: 800 clamp(1.5rem, 3.2vw, 2.8rem)/1 var(--f-display); letter-spacing: -.035em; }
.route-arrow { color: var(--accent-text); transition: transform .45s var(--ease); }
.route-row a:hover .route-arrow { transform: translateX(8px); }
.route-meta { display: flex; gap: 18px; color: var(--muted); font: 500 .88rem/1 var(--f-mono); }
.route-meta span { display: inline-flex; gap: 6px; align-items: center; }
.route-rows-compact .route-to { font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
.hover-img { position: fixed; left: 0; top: 0; width: 320px; aspect-ratio: 3 / 2; border-radius: var(--r-media); overflow: hidden; pointer-events: none; z-index: 30; opacity: 0; transform: translate(-50%, -50%) scale(.85); transition: opacity .3s var(--ease); box-shadow: var(--shadow); }
.hover-img img { width: 100%; height: 100%; object-fit: cover; }
.hover-img.is-on { opacity: 1; }
@media (hover: none), (max-width: 900px) { .hover-img { display: none; } }

/* ---------- Client panels ---------- */
.panels { display: flex; gap: 12px; height: clamp(440px, 60vh, 620px); }
.panel { position: relative; flex: 1; min-width: 0; border-radius: var(--r-panel); overflow: hidden; text-decoration: none; color: #f3f1f4; transition: flex-grow .7s var(--ease); isolation: isolate; }
.panel.is-open { flex-grow: 3.2; }
.panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease); }
.panel:hover img { transform: scale(1.05); }
.panel-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11, 10, 12, .1) 30%, rgba(11, 10, 12, .88) 100%); }
.panel-body { position: absolute; inset: auto 0 0 0; padding: clamp(18px, 2.4vw, 32px); display: grid; gap: 10px; }
.panel-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: rgba(255, 255, 255, .16); }
.panel-title { font: 800 clamp(1.3rem, 2vw, 1.9rem)/1.05 var(--f-display); letter-spacing: -.03em; }
.panel-title { transition: opacity .4s var(--ease); }
.panel:not(.is-open) .panel-title, .panel:not(.is-open) .panel-text { opacity: 0; }
.panel:not(.is-open) .panel-body { padding-inline: 0; justify-items: center; }
.panel-text { color: #d6d1da; max-width: 42ch; opacity: 0; transform: translateY(10px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.panel.is-open .panel-text { opacity: 1; transform: none; transition-delay: .2s; }

/* ---------- Fleet horizontal pan ---------- */
.fleet-pan { background: var(--bg-2); border-block: 1px solid var(--line); overflow: hidden; }
.fleet-track { display: flex; gap: 20px; padding: clamp(80px, 10vw, 140px) var(--gutter); width: max-content; align-items: stretch; }
.fleet-intro { width: min(440px, 80vw); display: flex; flex-direction: column; gap: 18px; justify-content: center; padding-right: 24px; }
.fleet-card { width: min(560px, 82vw); display: grid; grid-template-rows: auto 1fr; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); overflow: hidden; }
.fleet-studio { background: radial-gradient(120% 90% at 50% 40%, var(--studio-a) 0%, var(--studio-b) 100%); display: grid; place-items: center; aspect-ratio: 16 / 10; }
.fleet-studio img { width: min(82%, 360px); -webkit-mask-image: radial-gradient(75% 70% at 50% 50%, #000 58%, transparent 100%); mask-image: radial-gradient(75% 70% at 50% 50%, #000 58%, transparent 100%); }
.fleet-info { padding: 26px 28px 30px; display: grid; gap: 10px; align-content: start; }
.fleet-info p { color: var(--muted); }
.fleet-info .chip { justify-self: start; color: var(--ink); }
.fleet-models { font: 500 .88rem/1.3 var(--f-mono); color: var(--accent-text) !important; }
@media (max-width: 900px) {
  .fleet-track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-block: 72px; }
  .fleet-card, .fleet-intro { scroll-snap-align: start; flex: none; }
}

/* ---------- About teaser ---------- */
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.about-media { border-radius: var(--r-panel); overflow: hidden; aspect-ratio: 4 / 5; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { display: grid; gap: 20px; }
.about-copy > p { color: var(--muted); font-size: 1.08rem; }
.about-inset { width: min(100%, 360px); border-radius: var(--r-media); overflow: hidden; border: 1px solid var(--line); }
.about-copy .link-arrow { justify-self: start; }

/* ---------- Instagram ---------- */
.insta-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.insta-grid li:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.insta-grid a { position: relative; display: block; border-radius: 16px; overflow: hidden; aspect-ratio: 1; }
.insta-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .4s; }
.insta-grid a:hover img { transform: scale(1.06); filter: brightness(.85); }
.insta-play { position: absolute; right: 12px; top: 12px; color: #fff; }
.insta-empty { display: grid; justify-items: center; gap: 10px; text-align: center; padding: clamp(40px, 6vw, 72px); border: 1px dashed var(--line-strong); border-radius: var(--r-panel); text-decoration: none; background: linear-gradient(135deg, var(--accent-soft), transparent 60%); }
.insta-empty .icon { color: var(--accent-text); }
.insta-empty span { color: var(--muted); }
.insta-empty b { font: 800 1.6rem/1 var(--f-display); letter-spacing: -.02em; }

/* ---------- Cards / posts ---------- */
.card-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 16px; }
.card, .post-card { position: relative; display: grid; grid-template-rows: auto 1fr; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); overflow: hidden; transition: border-color .3s, transform .5s var(--ease); }
.card:hover, .post-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.card-media, .post-card-media { aspect-ratio: 3 / 2; overflow: hidden; }
.card-media img, .post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card-media img, .post-card:hover .post-card-media img { transform: scale(1.05); }
.card-body, .post-card-body { position: relative; padding: 22px 24px 26px; display: grid; gap: 10px; align-content: start; }
.card-body p, .post-card-body > p:last-child { color: var(--muted); font-size: .97rem; }
.card-title, .post-card-title { font: 800 1.35rem/1.12 var(--f-display); letter-spacing: -.025em; padding-right: 36px; }
.card-title a, .post-card-title a { text-decoration: none; }
.card-arrow { position: absolute; top: 22px; right: 22px; color: var(--accent-text); transition: transform .4s var(--ease); }
.card:hover .card-arrow { transform: translate(3px, -3px); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; color: var(--muted); font-size: .85rem; }
.hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hub-grid .card.is-big { grid-column: span 2; grid-row: span 2; }
.hub-grid .card.is-big .card-media { aspect-ratio: auto; height: 100%; min-height: 320px; }
.hub-grid .card.is-big { grid-template-rows: 1fr auto; }
.hub-grid .card.is-big .card-title { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.post-grid .post-card.is-big { grid-row: span 2; grid-template-rows: 1fr auto; }
.post-grid .post-card.is-big .post-card-media { aspect-ratio: auto; min-height: 320px; }
.post-grid .post-card.is-big .post-card-title { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }
.post-grid-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-grid-index .post-card.is-big { grid-column: span 2; }
.post-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.pills a { padding: .6em 1.1em; border-radius: 999px; border: 1px solid var(--line-strong); text-decoration: none; font-weight: 500; font-size: .95rem; }
.pills a[aria-current] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.empty-state { display: grid; justify-items: center; gap: 14px; text-align: center; padding: 64px 20px; border: 1px dashed var(--line-strong); border-radius: var(--r-panel); color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq-aside { position: sticky; top: calc(var(--header-h) + 32px); display: grid; gap: 24px; justify-items: start; }
.faq-block { margin-top: 56px; }
.faq-block:first-child, .faq-layout .faq-block { margin-top: 0; }
.faq-block .h2, .faq-block .h2-sm { margin-bottom: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px 0; font: 700 1.15rem/1.35 var(--f-display); letter-spacing: -.015em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { color: var(--accent-text); transition: transform .35s var(--ease); }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 48px 26px 0; color: var(--muted); max-width: 70ch; }
.faq-page { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.faq-nav { position: sticky; top: calc(var(--header-h) + 32px); }
.faq-nav ol, .toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.faq-nav a, .toc a { display: block; padding: 8px 12px; border-left: 2px solid var(--line); text-decoration: none; color: var(--muted); font-size: .95rem; transition: color .2s, border-color .2s; }
.faq-nav a:hover, .toc a:hover, .faq-nav a.is-active, .toc a.is-active { color: var(--ink); border-color: var(--accent); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--accent-deep); color: #fbeff1; padding-block: clamp(80px, 11vw, 150px); isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 90% at 85% 10%, rgba(255, 90, 110, .35), transparent 70%), radial-gradient(50% 80% at 0% 100%, rgba(0, 0, 0, .45), transparent 70%); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(32px, 5vw, 80px); align-items: end; }
.cta-title { font-size: clamp(2.6rem, 6.4vw, 5.8rem); line-height: .98; font-weight: 800; letter-spacing: -.045em; }
.cta-side { display: grid; gap: 26px; }
.cta-side p { color: #f1d6da; font-size: 1.12rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.cta-phone { display: inline-flex; align-items: center; gap: 8px; font: 500 1.05rem/1 var(--f-mono); text-decoration: none; color: #fff; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero, .detail-hero { padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + clamp(24px, 4vw, 48px)); padding-bottom: clamp(40px, 6vw, 80px); }
.crumbs ol { list-style: none; margin: 0 0 clamp(24px, 3vw, 40px); padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.page-hero-grid { display: grid; gap: 28px; }
.page-hero.has-image .page-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; gap: clamp(32px, 5vw, 72px); }
.page-title { font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 1; font-weight: 800; letter-spacing: -.045em; max-width: 16ch; padding-bottom: .06em; }
.page-hero .lede-lg { margin-top: 24px; }
.page-hero-media, .detail-hero-media { border-radius: var(--r-panel); overflow: hidden; aspect-ratio: 4 / 3; }
.page-hero-media img, .detail-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.detail-hero-copy { display: grid; gap: 22px; }
.detail-hero .page-title { font-size: clamp(2.4rem, 5vw, 4.6rem); }
.detail-kicker { display: inline-flex; align-items: center; gap: 10px; font: 500 .8rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .14em; color: var(--accent-text); }
.detail-hero-copy .hero-actions { margin-top: 6px; }
.route-line { display: flex; align-items: center; gap: 14px; font-weight: 600; flex-wrap: wrap; }
.route-line > span:not(.route-line-bar) { display: inline-flex; align-items: center; gap: 8px; }
.route-line .icon { color: var(--accent-text); }
.route-line-bar { position: relative; flex: 0 1 120px; min-width: 60px; height: 2px; background: var(--line-strong); overflow: hidden; border-radius: 2px; }
.route-line-bar i { position: absolute; inset: 0; width: 40%; background: var(--accent); border-radius: 2px; }
html[data-motion="on"] .route-line-bar i { animation: drive 2.4s var(--ease) infinite; }
@keyframes drive { from { transform: translateX(-100%); } to { transform: translateX(260%); } }
.route-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.route-chips li { display: grid; grid-template-columns: auto 1fr; gap: 0 10px; align-items: center; padding: 12px 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.route-chips .icon { grid-row: span 2; color: var(--accent-text); width: 1.5em; height: 1.5em; }
.route-chips span { font-size: .78rem; color: var(--muted); }
.route-chips b { font: 600 1.05rem/1.1 var(--f-mono); }

/* ---------- Answer-first + facts ---------- */
.answer-section { padding-block: clamp(20px, 3vw, 40px) clamp(48px, 6vw, 80px); }
.answer-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 16px; align-items: stretch; }
.answer-card { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--r-panel); padding: clamp(24px, 3.4vw, 44px); display: grid; gap: 16px; align-content: start; }
.answer-text { font: 600 clamp(1.2rem, 1.9vw, 1.55rem)/1.45 var(--f-display); letter-spacing: -.015em; }
.facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-panel); overflow: hidden; }
.fact { background: var(--surface); padding: 18px 20px; display: grid; gap: 6px; align-content: start; }
.fact dt { font: 500 .74rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.fact dd { margin: 0; font-weight: 600; line-height: 1.35; }
.facts .fact:last-child:nth-child(odd) { grid-column: 1 / -1; }

/* ---------- Detail body ---------- */
.detail-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(32px, 6vw, 96px); align-items: start; padding-bottom: clamp(40px, 6vw, 80px); }
.prose-col { display: grid; gap: clamp(48px, 6vw, 80px); min-width: 0; }
.prose-section p { color: var(--muted); font-size: 1.08rem; max-width: 68ch; }
.prose-section p + p { margin-top: 16px; }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .icon { color: var(--accent-text); margin-top: 4px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.steps li { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px; display: grid; gap: 10px; align-content: start; }
.step-n { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #fff; font: 600 1rem/1 var(--f-mono); }
.steps p { color: var(--muted); font-size: .95rem; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px; display: grid; gap: 10px; align-content: start; }
.benefit .icon { width: 30px; height: 30px; color: var(--accent-text); }
.benefit p { color: var(--muted); font-size: .96rem; }
.vehicle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.vehicle { display: grid; gap: 4px; text-decoration: none; padding: 12px 12px 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); transition: border-color .3s; }
.vehicle:hover { border-color: var(--accent-text); }
.vehicle-img { display: grid; place-items: center; border-radius: 14px; aspect-ratio: 3 / 2; background: radial-gradient(120% 90% at 50% 40%, var(--studio-a), var(--studio-b)); margin-bottom: 10px; overflow: hidden; }
.vehicle-img img { width: 88%; }
.vehicle small { color: var(--muted); }
.detail-aside { position: relative; height: 100%; }
.aside-sticky { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 20px; }
.book-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); padding: 24px; display: grid; gap: 12px; }
.book-box-title { font: 800 1.25rem/1.15 var(--f-display); letter-spacing: -.02em; }
.book-box > p:not(.book-box-title) { color: var(--muted); font-size: .95rem; }
.book-box-call { font-size: .92rem; }
.book-box-call a { color: var(--ink); }
.toc-title { font: 500 .75rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 12px; }
.quote-section { background: var(--bg-2); border-top: 1px solid var(--line); }
.quote-section-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.quote-section-grid > div { display: grid; gap: 22px; }
.quote-section-media { border-radius: var(--r-media); overflow: hidden; max-width: 460px; border: 1px solid var(--line); }
.related { padding-block: clamp(48px, 6vw, 88px); }
.related + .related { padding-top: 0; }

/* ---------- Fleet page ---------- */
.fleet-list { display: grid; gap: clamp(56px, 8vw, 120px); }
.fleet-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(28px, 5vw, 80px); align-items: center; scroll-margin-top: calc(var(--header-h) + 24px); }
.fleet-row:nth-child(even) .fleet-studio { order: 2; }
.fleet-studio-lg { border-radius: var(--r-panel); overflow: hidden; }
.fleet-row-info { display: grid; gap: 16px; justify-items: start; }

/* ---------- About page ---------- */
.milestones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.milestone { border-top: 2px solid var(--accent); padding-top: 22px; display: grid; gap: 10px; }
.milestone-year { font: 800 clamp(2.4rem, 5vw, 4.2rem)/1 var(--f-display); letter-spacing: -.045em; }
.milestone p { color: var(--muted); }
.about-sections { display: grid; gap: clamp(48px, 6vw, 88px); }
.about-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 80px); }
.about-section p { color: var(--muted); font-size: 1.08rem; }
.about-section p + p { margin-top: 14px; }
.values-section { background: var(--bg-2); }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.values-media { grid-column: span 2; border-radius: var(--r-panel); overflow: hidden; }
.values-media img { width: 100%; height: 100%; object-fit: cover; }
.value { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); padding: 26px; display: grid; gap: 10px; align-content: start; }
.value b { font: 800 1.3rem/1.1 var(--f-display); letter-spacing: -.02em; }
.value p { color: var(--muted); }

/* ---------- Contact / Book ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 20px; align-items: start; }
.contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); padding: clamp(24px, 4vw, 44px); display: grid; gap: 20px; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel); padding: clamp(24px, 3vw, 36px); display: grid; gap: 24px; }
.contact-card dl { margin: 0; display: grid; gap: 22px; }
.contact-card dt { font: 500 .74rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 8px; }
.contact-card dd { margin: 0; display: grid; gap: 4px; justify-items: start; }
.contact-card a { text-decoration: none; }
.contact-big { font-size: 1.6rem; font-weight: 600; color: var(--accent-text); }
.contact-media { border-radius: var(--r-media); overflow: hidden; }
.book-page { position: relative; isolation: isolate; padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 32px); padding-bottom: clamp(64px, 8vw, 120px); overflow: hidden; }
.book-bg { position: absolute; inset: 0 0 auto 0; height: 70%; z-index: -1; opacity: .22; -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent); mask-image: linear-gradient(180deg, #000 20%, transparent); }
.book-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.book-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.book-copy { display: grid; gap: 24px; position: sticky; top: calc(var(--header-h) + 32px); }
.book-copy .page-title { font-size: clamp(2.4rem, 5vw, 4.4rem); }
.book-notes { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.book-notes li { display: flex; gap: 12px; align-items: flex-start; }
.book-notes .icon { color: var(--accent-text); margin-top: 3px; }
.book-call a { color: var(--accent-text); font-size: 1.1rem; }

/* ---------- Blog post ---------- */
.read-progress { position: fixed; left: 0; top: 0; height: 3px; width: 100%; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); z-index: 55; }
.post-head { padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + clamp(24px, 4vw, 48px)); padding-bottom: 40px; }
.post-head .wrap { display: grid; gap: 22px; }
.post-title { font-size: clamp(2.3rem, 5vw, 4.4rem); line-height: 1.02; font-weight: 800; letter-spacing: -.04em; max-width: 20ch; padding-bottom: .06em; }
.post-cover { margin-bottom: clamp(40px, 6vw, 72px); }
.post-cover img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: var(--r-panel); }
.post-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; padding-bottom: 40px; }
.post-aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 24px; }
.prose { font-size: 1.1rem; max-width: 72ch; }
.prose > p:first-child { font: 600 1.3rem/1.5 var(--f-display); letter-spacing: -.01em; color: var(--ink); }
.prose p, .prose li { color: var(--muted); }
.prose p + p, .prose ul, .prose ol { margin-top: 18px; }
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.1; font-weight: 800; margin: 56px 0 16px; color: var(--ink); }
.prose h3 { font-size: 1.3rem; font-weight: 700; margin: 36px 0 12px; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li + li { margin-top: 8px; }
.prose li::marker { color: var(--accent-text); }
.prose a { color: var(--ink); text-decoration-color: var(--accent-text); }
.prose strong { color: var(--ink); }
.prose .faq-block { margin-top: 64px; }

/* ---------- Credits / 404 ---------- */
.credits { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 420px), 1fr)); gap: 12px; }
.credits li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); font-size: .88rem; }
.credits img { border-radius: 10px; aspect-ratio: 3 / 2; object-fit: cover; }
.credits div { display: grid; gap: 2px; color: var(--muted); }
.credits b { color: var(--ink); font-weight: 600; }
.not-found { padding-top: calc(var(--header-h) + 80px); padding-bottom: 120px; }
.not-found .wrap { display: grid; gap: 24px; justify-items: start; }
.nf-code { font: 800 clamp(6rem, 22vw, 16rem)/.85 var(--f-display); letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 2px var(--accent); }

/* ---------- Footer ---------- */
.site-footer { position: relative; overflow: hidden; padding-top: clamp(64px, 8vw, 110px); border-top: 1px solid var(--line); background: var(--bg); }
.footer-top { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 2.1fr); gap: clamp(32px, 5vw, 80px); }
.footer-brand { display: grid; gap: 18px; align-content: start; }
.footer-brand p { color: var(--muted); max-width: 34ch; }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); transition: background-color .3s, color .3s; }
.socials a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.footer-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.footer-h { font: 600 .95rem/1.2 var(--f-body); letter-spacing: 0; margin-bottom: 16px; }
.footer-cols ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-cols a { color: var(--muted); text-decoration: none; font-size: .93rem; }
.footer-cols a:hover { color: var(--ink); }
.footer-cols address { display: grid; gap: 8px; color: var(--muted); font-size: .93rem; }
.footer-phone { font: 600 1.25rem/1 var(--f-mono) !important; color: var(--ink) !important; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 56px; padding-block: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.footer-bottom ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--ink); }
.theme-toggle { text-decoration: none; display: inline-flex; }
.theme-toggle .icon-moon { display: none; }
:root[data-theme="light"] .theme-toggle .icon-sun { display: none; }
:root[data-theme="light"] .theme-toggle .icon-moon { display: inline; }
@media (prefers-color-scheme: light) { :root:not([data-theme]) .theme-toggle .icon-sun { display: none; } :root:not([data-theme]) .theme-toggle .icon-moon { display: inline; } }
.footer-giant { margin: 0; font: 800 clamp(5rem, 24vw, 24rem)/.78 var(--f-display); letter-spacing: -.07em; text-align: center; color: transparent; -webkit-text-stroke: 1px var(--line-strong); user-select: none; transform: translateY(12%); padding-bottom: env(safe-area-inset-bottom, 0px); }

/* ---------- Mobile bar & cookies ---------- */
.mobile-bar { display: none; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 60; max-width: 560px; margin-left: auto; background: var(--surface); color: var(--ink); border: 1px solid var(--line-strong); border-radius: 20px; padding: 18px 20px; box-shadow: var(--shadow); display: grid; gap: 14px; font-size: .92rem; }
.cookie-banner p { color: var(--muted); }
.cookie-banner a { color: var(--ink); }
.cookie-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: clamp(40px, 10vw, 100px); }
  .detail-body { grid-template-columns: 1fr; }
  .detail-aside { display: none; }
  .post-layout { grid-template-columns: 1fr; }
  .post-aside { position: static; }
  .post-aside .book-box { display: none; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .stats-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-list li { border-left: 0; padding-inline: 0; border-top: 1px solid var(--line); }
  .stats-list li:nth-child(-n+2) { border-top: 0; }
  .stats-list li:last-child { grid-column: 1 / -1; }
  .stack-card { position: relative; top: 0; }
  .stack-card-inner { grid-template-columns: 1fr; min-height: 0; }
  .stack-media { order: -1; aspect-ratio: 16 / 9; }
  .route-row a { grid-template-columns: 1fr auto; gap: 6px 14px; }
  .route-from { grid-column: 1 / -1; font-size: .9rem; }
  .route-arrow { display: none; }
  .route-meta { grid-column: 1 / -1; }
  .panels { flex-direction: column; height: auto; }
  .panel { min-height: 120px; flex: none; }
  .panel.is-open { min-height: 360px; }
  .panel-text { opacity: 1; transform: none; }
  .about-grid, .page-hero.has-image .page-hero-grid, .detail-hero-grid, .answer-grid, .quote-section-grid, .cta-inner, .faq-layout, .faq-page, .fleet-row, .about-section, .contact-grid, .book-grid { grid-template-columns: 1fr; }
  .faq-aside, .faq-nav, .book-copy { position: static; }
  .faq-nav { display: none; }
  .fleet-row:nth-child(even) .fleet-studio { order: 0; }
  .about-media { aspect-ratio: 4 / 3; }
  .hub-grid, .post-grid, .post-grid-index, .post-grid-3 { grid-template-columns: 1fr 1fr; }
  .hub-grid .card.is-big, .post-grid-index .post-card.is-big { grid-column: 1 / -1; grid-row: auto; }
  .post-grid .post-card.is-big { grid-column: 1 / -1; grid-row: auto; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .milestones, .values-grid { grid-template-columns: 1fr; }
  .values-media { grid-column: auto; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .quote-full .fields { grid-template-columns: 1fr 1fr; }
  .benefits { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mobile-bar { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: color-mix(in srgb, var(--bg) 97%, transparent); border-top: 1px solid var(--line); }
  body { padding-bottom: 72px; }
  .cookie-banner { bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .hub-grid, .post-grid, .post-grid-index, .post-grid-3, .facts { grid-template-columns: 1fr; }
  .fields, .quote-full .fields { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 100%; }
  .credits li { grid-template-columns: 90px 1fr; }
  .section-head-row { align-items: start; }
  .faq-answer { padding-right: 0; }
}

/* ---------- Motion ---------- */
/* Content is fully visible by default; JS adds entrance motion only when allowed. */
html[data-motion="off"] *, html[data-motion="off"] *::before, html[data-motion="off"] *::after { transition-duration: .01ms !important; animation: none !important; scroll-behavior: auto !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.split-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
