:root {
  --bg: #0a0b0d;
  --panel: #111317;
  --panel-2: #16191e;
  --text: #f2f2ee;
  --muted: #8f949d;
  --line: #2a2e35;
  --yellow: #e8c432;
  --yellow-dim: #8e7b22;
  --max: 1320px;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--yellow); color: #070707; }

.noise {
  pointer-events: none; position: fixed; inset: 0; z-index: 100; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.section-pad { padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }
.topbar {
  min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  position: sticky; top: 0; z-index: 50; padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(10,11,13,.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; letter-spacing: .08em; font-size: 12px; font-weight: 800; }
.brand-mark { color: #090909; background: var(--yellow); padding: 7px 9px; font-family: var(--mono); letter-spacing: -.04em; }
.nav { display: flex; align-items: center; gap: 28px; color: #bbbfc5; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.nav a:hover { color: var(--text); }
.nav-cta { border: 1px solid var(--yellow-dim); color: var(--yellow); background: transparent; padding: 10px 14px; cursor: pointer; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; padding: 0 12px; }
.menu-toggle span { display: block; height: 1px; background: var(--text); margin: 7px 0; }

.hero { min-height: 840px; position: relative; display: grid; align-content: center; padding-top: 115px; padding-bottom: 78px; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0, transparent 88%); }
.hero:after { content:""; position:absolute; width:560px; height:560px; border:1px solid #34383e; border-radius:50%; right:-160px; top:110px; box-shadow: 0 0 0 80px rgba(255,255,255,.012), 0 0 0 160px rgba(255,255,255,.009); }
.eyebrow-row { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; font: 11px var(--mono); letter-spacing: .09em; color: var(--muted); margin-bottom: 68px; }
.status-dot { display: flex; align-items: center; gap: 8px; }
.status-dot i { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(232,196,50,.08); }
.hero-content { position: relative; z-index: 2; max-width: 1000px; }
.hero-kicker, .micro { font: 11px var(--mono); letter-spacing: .12em; color: var(--yellow); }
.hero h1 { margin: 8px 0 0; font-size: clamp(76px, 13vw, 190px); line-height: .82; letter-spacing: -.075em; font-weight: 900; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px #6d727a; text-stroke: 1px #6d727a; }
.hero-lede { max-width: 700px; font-size: clamp(18px,2vw,28px); color: #c9ccd0; margin: 34px 0 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 48px; padding: 0 16px; border: 1px solid var(--line); text-transform: uppercase; letter-spacing: .08em; font: 700 11px var(--mono); cursor: pointer; }
.button span { font-size: 17px; }
.button-primary { background: var(--yellow); color: #090909; border-color: var(--yellow); }
.button-primary:hover { background: #f4d449; }
.button-ghost { background: rgba(10,11,13,.55); color: var(--text); }
.button-ghost:hover { border-color: #666b72; }
.hero-telemetry { position: relative; z-index: 2; margin-top: 74px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); }
.hero-telemetry > div { padding: 18px 20px 0 0; border-right: 1px solid var(--line); min-width: 0; }
.hero-telemetry > div:not(:first-child) { padding-left: 20px; }
.hero-telemetry span { display: block; color: #6f747c; font: 10px var(--mono); letter-spacing: .08em; }
.hero-telemetry strong { display: block; margin-top: 7px; font-size: 14px; }
.hero-telemetry em { display: block; color: var(--yellow); font: normal 10px var(--mono); margin-top: 7px; letter-spacing: .08em; }
.hero-telemetry em.available { color: #c7c9cd; }

.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d0f12; overflow: hidden; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; gap: 24px; align-items: center; min-height: 47px; padding: 0 24px; font: 11px var(--mono); letter-spacing: .12em; color: #aaaeb5; }
.ticker b { color: var(--yellow); font-weight: 400; }

.section { padding-top: 110px; padding-bottom: 110px; border-bottom: 1px solid var(--line); }
.section-index { font: 11px var(--mono); letter-spacing: .12em; color: var(--yellow); margin-bottom: 48px; }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
h2 { font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; margin: 0; max-width: 900px; }
h3 { font-size: 24px; letter-spacing: -.02em; margin: 0; }
p { color: #c1c4c9; }
.copy-stack { font-size: 18px; max-width: 620px; }
.muted { color: var(--muted); }
.max-copy { max-width: 540px; }
.metric-strip { margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.metric-strip > div { min-height: 150px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.metric-strip > div:last-child { border-right: 0; }
.metric-strip strong { font: 700 56px var(--mono); letter-spacing: -.06em; }
.metric-strip span { font: 10px var(--mono); color: var(--muted); letter-spacing: .1em; }

.feature-panel { display: grid; grid-template-columns: 1.35fr .65fr; border: 1px solid var(--line); min-height: 600px; background: var(--panel); }
.image-placeholder { position: relative; min-height: 420px; background: radial-gradient(circle at 68% 38%, rgba(232,196,50,.13), transparent 25%), linear-gradient(135deg,#15181d,#0c0e11); overflow: hidden; }
.image-placeholder:before, .portrait-placeholder:before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 40px 40px; }
.image-placeholder > span { position:absolute; left:24px; bottom:38px; font:700 12px var(--mono); letter-spacing:.12em; }
.image-placeholder > small { position:absolute; left:24px; bottom:20px; color:var(--muted); font:10px var(--mono); letter-spacing:.08em; }
.crosshair { position:absolute; right:25%; top:27%; width:88px; height:88px; border:1px solid #5f615f; border-radius:50%; }
.crosshair:before,.crosshair:after { content:""; position:absolute; background:var(--yellow-dim); }
.crosshair:before { width:120px; height:1px; left:-16px; top:43px; }
.crosshair:after { width:1px; height:120px; left:43px; top:-16px; }
.feature-copy { padding: 44px; display:flex; flex-direction:column; justify-content:center; }
.feature-copy h2 { font-size: clamp(38px,4vw,60px); margin-top:22px; }
.feature-copy > p { font-size:17px; }
.tag { display:inline-flex; align-items:center; width:max-content; min-height:27px; padding:0 8px; border:1px solid var(--line); font:10px var(--mono); letter-spacing:.08em; }
.tag.confirmed { background:var(--yellow); color:#080808; border-color:var(--yellow); }
.tag.available { color:var(--yellow); border-color:var(--yellow-dim); }
.tag.neutral { color:#b4b8be; }
.spec-list { margin:34px 0 0; border-top:1px solid var(--line); }
.spec-list div { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:13px 0; border-bottom:1px solid var(--line); }
.spec-list dt { color:var(--muted); font:10px var(--mono); text-transform:uppercase; letter-spacing:.08em; }
.spec-list dd { margin:0; text-align:right; font:12px var(--mono); }

.section-heading-row { display:flex; justify-content:space-between; gap:48px; align-items:end; margin-bottom:50px; }
.cards { display:grid; gap:18px; }
.cards-2 { grid-template-columns:1fr 1fr; }
.partner-card { border:1px solid var(--line); min-height:360px; padding:26px; display:flex; flex-direction:column; justify-content:space-between; background:var(--panel); }
.partner-card.confirmed-card { border-top-color:var(--yellow); }
.card-top { display:flex; justify-content:space-between; color:var(--muted); font:10px var(--mono); }
.partner-card h3 { font-size:44px; margin:8px 0 14px; }
.label { margin:0; color:var(--yellow); font:10px var(--mono); letter-spacing:.1em; }
.card-footer { border-top:1px solid var(--line); padding-top:14px; color:var(--muted); font:10px var(--mono); letter-spacing:.08em; }
.opportunity-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.opportunity-grid article { min-height:310px; padding:26px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; }
.op-number { color:var(--muted); font:10px var(--mono); letter-spacing:.1em; }
.opportunity-grid h3 { margin-top:80px; }
.opportunity-grid p { color:var(--muted); }
.op-state { margin-top:auto; color:var(--yellow); font:10px var(--mono); letter-spacing:.1em; }

.output-layout { align-items:start; }
.output-layout h2 { margin-top:18px; }
.deliverable-list { border-top:1px solid var(--line); }
.deliverable-list > div { display:grid; grid-template-columns:48px 1fr; gap:20px; padding:24px 0; border-bottom:1px solid var(--line); }
.deliverable-list > div > span { font:11px var(--mono); color:var(--yellow); }
.deliverable-list h3 { font-size:22px; }
.deliverable-list p { margin:8px 0 0; color:var(--muted); }

.route-panel { display:grid; grid-template-columns:.72fr 1.28fr; border:1px solid var(--line); min-height:580px; }
.route-copy { padding:44px; display:flex; flex-direction:column; justify-content:center; }
.route-copy h2 { font-size:clamp(38px,4.4vw,66px); margin:24px 0; }
.route-coordinates { display:flex; flex-wrap:wrap; gap:16px; margin-top:30px; color:var(--muted); font:10px var(--mono); letter-spacing:.08em; }
.route-ui { position:relative; overflow:hidden; min-height:480px; background:#0d0f12; }
.map-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size:34px 34px; }
.route-ui svg { position:absolute; inset:10% 7% 16%; width:86%; height:74%; }
.route-ui path { fill:none; stroke:var(--yellow); stroke-width:3; stroke-dasharray:7 8; vector-effect:non-scaling-stroke; }
.route-node { position:absolute; z-index:2; color:#ddd; font:9px var(--mono); letter-spacing:.08em; }
.route-node i { display:block; width:10px; height:10px; background:var(--yellow); border-radius:50%; margin-bottom:6px; box-shadow:0 0 0 6px rgba(232,196,50,.08); }
.n1 { left:12%; top:72%; }.n2 { left:40%; top:55%; }.n3 { left:68%; top:31%; }.n4 { right:8%; top:13%; }
.map-caption { position:absolute; left:20px; bottom:16px; color:var(--muted); font:9px var(--mono); letter-spacing:.08em; }

.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.team-grid article { border:1px solid var(--line); background:var(--panel); }
.portrait-placeholder { height:330px; position:relative; display:flex; align-items:end; padding:22px; color:#999ea6; font:10px var(--mono); letter-spacing:.1em; background:linear-gradient(145deg,#171a1f,#0f1114); overflow:hidden; }
.team-grid h3 { padding:22px 22px 0; }
.team-grid p { padding:0 22px 22px; color:var(--muted); }

.archive-panel, .contact-panel { border:1px solid var(--line); background:var(--panel); padding:48px; display:flex; align-items:end; justify-content:space-between; gap:50px; }
.archive-panel h2, .contact-panel h2 { margin-top:14px; }
.archive-panel p { max-width:650px; }
.contact { padding-bottom:150px; }
.contact-panel { display:block; padding:72px; background:linear-gradient(135deg,#171a1f,#0d0f12); }
.contact-panel h2 { max-width:850px; font-size:clamp(52px,7vw,94px); }
.contact-panel p { max-width:640px; font-size:18px; }
.contact-panel .button { margin-top:22px; }
.contact-meta { margin-top:42px; padding-top:18px; border-top:1px solid var(--line); color:var(--muted); font:10px var(--mono); letter-spacing:.09em; }
.footer { min-height:90px; display:flex; justify-content:space-between; align-items:center; gap:20px; color:#6f747b; font:10px var(--mono); letter-spacing:.1em; }

.gallery-dialog, .lightbox-dialog { width:min(1500px,96vw); max-width:none; border:1px solid var(--line); background:#0c0e11; color:var(--text); padding:0; }
.gallery-dialog::backdrop, .lightbox-dialog::backdrop { background:rgba(2,3,4,.88); backdrop-filter:blur(6px); }
.gallery-shell { padding:30px; max-height:88vh; overflow:auto; }
.gallery-head { display:flex; justify-content:space-between; gap:24px; align-items:start; border-bottom:1px solid var(--line); padding-bottom:20px; }
.gallery-head h2 { font-size:48px; margin-top:8px; }
.icon-button { width:46px; height:46px; border:1px solid var(--line); background:#101216; color:var(--text); cursor:pointer; font-size:26px; }
.gallery-note { color:var(--muted); max-width:760px; font-size:14px; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:26px; }
.gallery-item { position:relative; aspect-ratio:4/3; border:0; padding:0; background:#14171b; overflow:hidden; cursor:zoom-in; }
.gallery-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease, opacity .25s ease; }
.gallery-item:hover img { transform:scale(1.025); opacity:.88; }
.gallery-item span { position:absolute; left:10px; bottom:8px; background:rgba(8,9,11,.75); padding:4px 6px; color:#d4d7dc; font:9px var(--mono); letter-spacing:.07em; }
.gallery-empty { grid-column:1/-1; min-height:320px; border:1px dashed #393d44; display:grid; place-items:center; text-align:center; padding:30px; color:var(--muted); font:12px var(--mono); line-height:1.8; }
.lightbox-dialog { width:min(1600px,98vw); background:#07080a; }
.lightbox-shell { position:relative; min-height:80vh; display:grid; grid-template-columns:64px 1fr 64px; align-items:center; }
.lightbox-shell figure { margin:0; min-width:0; display:grid; justify-items:center; gap:12px; padding:18px; }
.lightbox-shell img { max-width:100%; max-height:76vh; object-fit:contain; }
.lightbox-shell figcaption { width:100%; display:flex; justify-content:space-between; gap:24px; color:var(--muted); font:10px var(--mono); letter-spacing:.07em; }
.lightbox-close { position:absolute; right:14px; top:14px; z-index:5; }
.lightbox-nav { width:46px; height:70px; justify-self:center; border:1px solid var(--line); background:#101216; color:var(--text); cursor:pointer; font-size:22px; }

.reveal { opacity:0; transform:translateY(10px); transition:opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .nav { display:none; position:absolute; top:74px; left:0; right:0; background:#0b0d10; border-bottom:1px solid var(--line); padding:18px 24px 24px; flex-direction:column; align-items:stretch; gap:0; }
  .nav.open { display:flex; }
  .nav a,.nav-cta { min-height:48px; display:flex; align-items:center; border-bottom:1px solid var(--line); }
  .nav-cta { border:1px solid var(--yellow-dim); margin-top:12px; }
  .menu-toggle { display:block; }
  .hero { min-height:auto; padding-top:100px; }
  .hero-telemetry { grid-template-columns:1fr 1fr; }
  .hero-telemetry > div { border-bottom:1px solid var(--line); padding-bottom:18px; }
  .two-col, .feature-panel, .route-panel { grid-template-columns:1fr; gap:42px; }
  .feature-panel { gap:0; }
  .metric-strip, .opportunity-grid { grid-template-columns:1fr 1fr; }
  .opportunity-grid article { min-height:260px; }
  .cards-2 { grid-template-columns:1fr; }
  .team-grid { grid-template-columns:1fr 1fr; }
  .archive-panel { align-items:start; flex-direction:column; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 640px) {
  .section-pad { padding-left:20px; padding-right:20px; }
  .brand-copy { display:none; }
  .hero { padding-top:78px; padding-bottom:48px; }
  .eyebrow-row { flex-direction:column; margin-bottom:46px; }
  .hero h1 { font-size:clamp(68px,26vw,110px); }
  .hero-lede { font-size:18px; }
  .hero-actions .button { width:100%; }
  .hero-telemetry { grid-template-columns:1fr; margin-top:52px; }
  .hero-telemetry > div,.hero-telemetry > div:not(:first-child) { padding:14px 0; border-right:0; }
  .section { padding-top:78px; padding-bottom:78px; }
  .section-index { margin-bottom:32px; }
  h2 { font-size:42px; }
  .metric-strip { grid-template-columns:1fr 1fr; }
  .metric-strip > div { min-height:118px; padding:20px; }
  .metric-strip strong { font-size:42px; }
  .feature-copy { padding:28px; }
  .section-heading-row { flex-direction:column; align-items:start; gap:18px; }
  .opportunity-grid { grid-template-columns:1fr; }
  .opportunity-grid article { min-height:220px; }
  .opportunity-grid h3 { margin-top:50px; }
  .team-grid { grid-template-columns:1fr; }
  .portrait-placeholder { height:250px; }
  .archive-panel { padding:28px; }
  .contact-panel { padding:34px 26px; }
  .contact-panel h2 { font-size:50px; }
  .footer { flex-direction:column; align-items:start; justify-content:center; padding-top:25px; padding-bottom:25px; }
  .gallery-shell { padding:18px; }
  .gallery-head h2 { font-size:36px; }
  .gallery-grid { grid-template-columns:1fr; }
  .lightbox-shell { min-height:72vh; grid-template-columns:48px 1fr 48px; }
  .lightbox-nav { width:40px; height:56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .gallery-item img { transition:none; }
}

/* Rider photography */
.rider-card { min-width: 0; overflow: hidden; }
.rider-image { height: 370px; position: relative; overflow: hidden; background: #0f1114; }
.rider-image::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(to bottom, transparent 54%, rgba(7,8,10,.72) 100%); }
.rider-image img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; filter:saturate(.88) contrast(1.03); transition:transform .35s ease, filter .35s ease; }
.rider-image-david img { object-position: 50% 42%; }
.rider-overlay { position:absolute; z-index:2; left:18px; right:18px; bottom:16px; display:flex; align-items:center; gap:10px; color:#d8dadd; font:10px var(--mono); letter-spacing:.1em; }
.rider-overlay i { height:1px; flex:1; background:linear-gradient(to right,var(--yellow),transparent); }
.rider-copy { padding:20px 22px 22px; }
.rider-copy h3 { padding:0; font-size:30px; }
.rider-copy p { padding:0; margin:8px 0 0; }

@media (hover:hover) and (pointer:fine) {
  .rider-card:hover .rider-image img { transform:scale(1.018); filter:saturate(1) contrast(1.04); }
}

@media (max-width: 980px) {
  .topbar { min-height:66px; }
  .nav { top:66px; }
  .hero { padding-top:86px; }
  .section-heading-row h2 { max-width: 720px; }
  .rider-image { height:340px; }
}

@media (max-width: 640px) {
  body.menu-open { overflow:hidden; }
  .topbar { min-height:62px; padding-left:16px; padding-right:16px; }
  .brand-mark { padding:6px 8px; }
  .menu-toggle { width:42px; height:42px; border:0; padding:0 8px; position:relative; z-index:2; }
  .menu-toggle span { transition:transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-4px) rotate(-45deg); }
  .nav { position:fixed; top:62px; bottom:0; left:0; right:0; padding:14px 18px 26px; background:rgba(10,11,13,.98); overflow:auto; }
  .nav a { min-height:58px; font-size:16px; font-weight:750; letter-spacing:.04em; }
  .nav-cta { min-height:54px; width:100%; justify-content:center; font-size:11px; }

  .section-pad { padding-left:16px; padding-right:16px; }
  .hero { padding-top:56px; padding-bottom:42px; }
  .hero-grid { background-size:42px 42px; opacity:.22; }
  .hero::after { width:320px; height:320px; right:-190px; top:80px; box-shadow:0 0 0 54px rgba(255,255,255,.012),0 0 0 108px rgba(255,255,255,.008); }
  .eyebrow-row { margin-bottom:34px; gap:12px; }
  .hero-kicker { font-size:10px; letter-spacing:.09em; }
  .hero h1 { display:flex; flex-direction:column; align-items:flex-start; font-size:clamp(58px,20.8vw,86px); line-height:.82; letter-spacing:-.065em; }
  .hero h1 span { display:block; margin-top:10px; font-size:.9em; }
  .hero-lede { margin-top:28px; font-size:17px; line-height:1.5; }
  .hero-actions { gap:9px; margin-top:26px; }
  .hero-actions .button { min-height:52px; }
  .hero-telemetry { margin-top:42px; }
  .hero-telemetry > div,.hero-telemetry > div:not(:first-child) { padding:14px 0 13px; }
  .hero-telemetry strong { font-size:13px; }

  .ticker-track { min-height:42px; gap:18px; padding:0 16px; font-size:9px; }
  .section { padding-top:66px; padding-bottom:66px; }
  .section-index { margin-bottom:27px; font-size:10px; }
  h2 { font-size:clamp(34px,11vw,44px); line-height:1.02; letter-spacing:-.04em; }
  h3 { font-size:21px; }
  p { line-height:1.6; }
  .copy-stack { font-size:16px; }
  .two-col { gap:30px; }

  .metric-strip { margin-top:46px; }
  .metric-strip > div { min-height:104px; padding:17px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
  .metric-strip > div:nth-child(2n) { border-right:0; }
  .metric-strip > div:nth-last-child(-n+2) { border-bottom:0; }
  .metric-strip strong { font-size:36px; }
  .metric-strip span { font-size:9px; }

  .feature-panel { min-height:0; }
  .image-placeholder { min-height:275px; }
  .image-placeholder > span { left:18px; bottom:35px; font-size:10px; }
  .image-placeholder > small { left:18px; bottom:18px; font-size:9px; }
  .crosshair { width:68px; height:68px; right:19%; top:23%; }
  .crosshair::before { width:94px; left:-13px; top:33px; }
  .crosshair::after { height:94px; left:33px; top:-13px; }
  .feature-copy { padding:24px 20px 26px; }
  .feature-copy h2 { font-size:36px; margin-top:17px; }
  .feature-copy > p { font-size:15px; }
  .spec-list { margin-top:25px; }
  .spec-list div { gap:12px; }

  .section-heading-row { margin-bottom:32px; gap:12px; }
  .partner-card { min-height:300px; padding:21px; }
  .partner-card h3 { font-size:34px; }
  .opportunity-grid article { min-height:178px; padding:20px; }
  .opportunity-grid h3 { margin-top:34px; font-size:24px; }

  .deliverable-list > div { grid-template-columns:32px 1fr; gap:12px; padding:20px 0; }
  .deliverable-list h3 { font-size:19px; }
  .deliverable-list p { font-size:14px; }

  .route-panel { min-height:0; gap:0; }
  .route-copy { padding:25px 20px 28px; }
  .route-copy h2 { font-size:38px; margin:18px 0; }
  .route-coordinates { gap:10px 14px; margin-top:22px; }
  .route-ui { min-height:310px; }
  .map-caption { left:14px; right:14px; bottom:12px; font-size:8px; }
  .route-node { font-size:8px; }

  .team-grid { gap:12px; }
  .rider-image { height:auto; aspect-ratio:4/3; }
  .rider-image img { object-position:center 42%; }
  .rider-image-david img { object-position:center 38%; }
  .rider-copy { padding:17px 18px 19px; display:flex; align-items:baseline; justify-content:space-between; gap:16px; }
  .rider-copy h3 { font-size:26px; flex:0 0 auto; }
  .rider-copy p { font-size:12px; margin:0; text-align:right; max-width:190px; }

  .archive-panel { padding:24px 20px; gap:28px; }
  .archive-panel .button { width:100%; min-height:52px; }
  .contact { padding-bottom:78px; }
  .contact-panel { padding:30px 20px; }
  .contact-panel h2 { font-size:clamp(39px,12vw,50px); }
  .contact-panel p { font-size:16px; }
  .contact-panel .button { width:100%; min-height:52px; }
  .contact-meta { margin-top:30px; overflow-wrap:anywhere; }
  .footer { font-size:9px; gap:8px; }

  .gallery-dialog { width:calc(100vw - 12px); max-height:calc(100vh - 12px); margin:auto; }
  .gallery-shell { padding:16px; max-height:calc(100vh - 14px); }
  .gallery-head { gap:12px; }
  .gallery-head h2 { font-size:31px; }
  .gallery-note { font-size:12px; }
  .gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; margin-top:18px; }
  .gallery-item { aspect-ratio:1/1; }
  .gallery-item span { left:6px; bottom:5px; font-size:7px; }

  .lightbox-dialog { width:calc(100vw - 8px); max-height:calc(100vh - 8px); margin:auto; }
  .lightbox-shell { min-height:0; display:block; padding:58px 8px 14px; }
  .lightbox-shell figure { padding:8px 4px 0; }
  .lightbox-shell img { max-height:70vh; }
  .lightbox-shell figcaption { flex-wrap:wrap; gap:6px 12px; padding:0 4px; font-size:9px; }
  .lightbox-nav { position:absolute; z-index:4; top:50%; transform:translateY(-50%); width:42px; height:58px; background:rgba(9,10,12,.76); }
  .lightbox-nav.prev { left:8px; }
  .lightbox-nav.next { right:8px; }
  .lightbox-close { right:8px; top:8px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size:clamp(54px,20vw,72px); }
  .metric-strip > div { padding:14px; }
  .metric-strip strong { font-size:32px; }
  .rider-copy { display:block; }
  .rider-copy p { margin-top:5px; text-align:left; max-width:none; }
}

/* Route / itinerary v3 */
.route-section { overflow: hidden; }
.route-intro {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
  margin-bottom: 42px;
}
.route-intro h2 { margin: 22px 0 0; max-width: 720px; }
.route-intro-copy { max-width: 720px; justify-self: end; }
.route-intro-copy > p { margin: 0; color: #c2c5ca; font-size: 17px; }
.route-intro .route-coordinates { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }

.route-map-shell {
  position: relative;
  border: 1px solid var(--line);
  background: #0d0f12;
  overflow: hidden;
}
.route-map-bar {
  min-height: 48px;
  padding: 0 14px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  background: #101216;
  color: #9aa0a8;
  font: 9px var(--mono);
  letter-spacing: .1em;
  position: relative;
  z-index: 5;
}
.route-map-actions { display: flex; align-items: center; gap: 14px; }
.route-map-status { display: flex; align-items: center; gap: 7px; color: #b8bbc0; }
.route-map-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(232,196,50,.08); }
.route-reset {
  border: 1px solid #3c4149;
  background: #0c0e11;
  color: #d7d9dd;
  min-height: 30px;
  padding: 0 10px;
  font: 9px var(--mono);
  letter-spacing: .09em;
  cursor: pointer;
}
.route-reset:hover { border-color: var(--yellow-dim); color: var(--yellow); }
.tasmania-map { height: 620px; width: 100%; background: #0c0e11; position: relative; z-index: 1; }
.route-map-fallback {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  padding: 30px; text-align: center;
  color: var(--muted); font: 11px var(--mono); line-height: 1.8; letter-spacing: .06em;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size: 34px 34px;
}
.route-map-hud {
  pointer-events: none;
  position: absolute; z-index: 4;
  left: 15px; right: 15px; bottom: 15px;
  display: flex; justify-content: space-between; gap: 15px;
  color: #9ca1a8;
  font: 9px var(--mono); letter-spacing: .09em;
}
.route-map-hud span { background: rgba(7,8,10,.82); border: 1px solid rgba(82,87,94,.7); padding: 6px 8px; }

.tasmania-map.leaflet-container { font-family: var(--mono); background: #0c0e11; }
.tasmania-map .leaflet-tile-pane { filter: grayscale(1) invert(.92) brightness(.58) contrast(1.22); }
.tasmania-map .leaflet-control-zoom { border: 1px solid #3a3e45; border-radius: 0; box-shadow: none; }
.tasmania-map .leaflet-control-zoom a {
  background: #0c0e11; color: #d6d8dc; border-bottom-color: #3a3e45;
  border-radius: 0 !important;
}
.tasmania-map .leaflet-control-zoom a:hover { background: #171a1f; color: var(--yellow); }
.tasmania-map .leaflet-control-attribution {
  background: rgba(6,7,8,.76); color: #71767e; font-size: 8px; padding: 2px 5px;
}
.tasmania-map .leaflet-control-attribution a { color: #aeb2b8; }
.route-leaflet-marker { background: transparent !important; border: 0 !important; }
.route-leaflet-marker span {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid #8e7b22;
  background: rgba(9,10,12,.94);
  color: var(--yellow);
  font: 700 9px var(--mono);
  box-shadow: 0 0 0 5px rgba(232,196,50,.055);
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.route-leaflet-marker.active span {
  background: var(--yellow); color: #080808; border-color: var(--yellow);
  box-shadow: 0 0 0 6px rgba(232,196,50,.13);
  transform: scale(1.08);
}

.route-explorer {
  display: grid;
  grid-template-columns: minmax(300px, .58fr) minmax(0, 1.42fr);
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--panel);
}
.route-days-wrap { padding: 24px; border-right: 1px solid var(--line); min-width: 0; }
.route-days-head {
  display: flex; justify-content: space-between; gap: 18px;
  padding-bottom: 14px; margin-bottom: 12px; border-bottom: 1px solid var(--line);
  color: #70757d; font: 9px var(--mono); letter-spacing: .09em;
}
.route-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.route-day-button {
  min-width: 0; min-height: 58px;
  border: 1px solid #30343b; background: #0d0f12; color: #b5b9bf;
  padding: 8px 5px; cursor: pointer;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px;
}
.route-day-button span { font: 700 13px var(--mono); }
.route-day-button small { color: #6f747c; font: 8px var(--mono); letter-spacing: .08em; }
.route-day-button:hover { border-color: #686d75; }
.route-day-button.active { background: var(--yellow); border-color: var(--yellow); color: #080808; }
.route-day-button.active small { color: #3a3313; }

.route-detail { padding: clamp(28px, 4vw, 48px); min-width: 0; display: flex; flex-direction: column; }
.route-detail-top { display: flex; justify-content: space-between; gap: 20px; color: var(--yellow); font: 10px var(--mono); letter-spacing: .09em; }
.route-detail-top span:last-child { color: #8f949d; text-align: right; }
.route-detail h3 { font-size: clamp(28px, 3vw, 46px); line-height: 1.02; letter-spacing: -.035em; margin: 26px 0 18px; max-width: 900px; }
.route-detail > p { max-width: 850px; margin: 0; color: #b7bbc1; font-size: 16px; }
.route-stop-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.route-stop-chips span { border: 1px solid #363a41; padding: 6px 8px; color: #aeb2b8; font: 9px var(--mono); letter-spacing: .05em; }
.route-content-focus {
  margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 130px 1fr; gap: 18px; align-items: baseline;
}
.route-content-focus span { color: #6f747c; font: 9px var(--mono); letter-spacing: .09em; }
.route-content-focus strong { font-size: 13px; font-weight: 600; color: #d8dade; }
.route-disclaimer { margin: 13px 0 0; color: #6f747c; font: 9px var(--mono); line-height: 1.6; letter-spacing: .04em; }

@media (max-width: 980px) {
  .route-intro { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .route-intro-copy { justify-self: start; max-width: 760px; }
  .tasmania-map { height: 520px; }
  .route-explorer { grid-template-columns: 1fr; }
  .route-days-wrap { border-right: 0; border-bottom: 1px solid var(--line); }
  .route-days { grid-template-columns: repeat(7, 1fr); }
}

@media (max-width: 640px) {
  .route-intro { margin-bottom: 26px; }
  .route-intro h2 { font-size: 40px; }
  .route-intro-copy > p { font-size: 15px; }
  .route-intro .route-coordinates { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
  .route-map-bar { min-height: 44px; padding: 0 10px 0 12px; }
  .route-map-bar > span:first-child { display: none; }
  .route-map-actions { width: 100%; justify-content: space-between; }
  .route-map-status { font-size: 8px; }
  .route-reset { min-height: 30px; }
  .tasmania-map { height: 410px; }
  .route-map-hud { left: 10px; right: 10px; bottom: 10px; }
  .route-map-hud span:first-child { display: none; }
  .route-map-hud span:last-child { margin-left: auto; font-size: 8px; }
  .tasmania-map .leaflet-control-attribution { max-width: 72%; white-space: normal; line-height: 1.2; }

  .route-days-wrap { padding: 17px 0 18px; overflow: hidden; }
  .route-days-head { margin: 0 16px 12px; }
  .route-days {
    display: flex; gap: 7px; overflow-x: auto; padding: 0 16px 7px;
    scroll-snap-type: x proximity; scrollbar-width: thin;
  }
  .route-day-button { flex: 0 0 58px; min-height: 56px; scroll-snap-align: start; }
  .route-detail { padding: 25px 20px 28px; min-height: 390px; }
  .route-detail-top { font-size: 9px; }
  .route-detail h3 { font-size: 32px; margin: 22px 0 16px; }
  .route-detail > p { font-size: 15px; }
  .route-stop-chips { margin-top: 22px; }
  .route-content-focus { grid-template-columns: 1fr; gap: 7px; margin-top: 28px; }
  .route-disclaimer { font-size: 8px; }
}
