:root {
  --ink: #171713;
  --ink-soft: #292922;
  --paper: #f4f0e7;
  --paper-bright: #fffdf7;
  --amber: #ffbd2e;
  --amber-deep: #a65f00;
  --bronze: #a76a05;
  --line: rgba(23, 23, 19, 0.18);
  --max: 1240px;
  --radius: 24px;
  --shadow: 0 18px 60px rgba(23, 23, 19, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  padding: 12px 18px; background: var(--amber); color: var(--ink); font-weight: 800;
}
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px;
  font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--amber); }
.dark .eyebrow { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.2rem, 8.7vw, 8.3rem); font-weight: 750; }
h2 { font-size: clamp(2.4rem, 5vw, 5.3rem); font-weight: 720; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
.lead { max-width: 680px; font-size: clamp(1.12rem, 1.7vw, 1.42rem); line-height: 1.45; color: #525148; }
.dark .lead { color: rgba(255,255,255,.67); }
.section { padding: clamp(84px, 11vw, 150px) 0; position: relative; overflow: hidden; }
.dark { color: #fff; background: var(--ink); }
.bright { background: var(--paper-bright); }
.rule { border-top: 1px solid var(--line); }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(244,240,231,.92);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-symbol { width: 38px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: grid; line-height: .88; font-size: 1.06rem; font-weight: 850; letter-spacing: -.045em; }
.brand-name small { margin-top: 4px; font-size: .5rem; font-weight: 720; letter-spacing: .16em; text-transform: uppercase; }
.site-footer .brand-name { color: #fff; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.nav-links a { text-decoration: none; font-size: .85rem; font-weight: 700; }
.nav-links a:not(.button) { padding-block: 8px; border-bottom: 1px solid transparent; }
.nav-links a[aria-current="page"] { border-color: var(--ink); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px;
  padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink);
  color: #fff; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.button::after { content: "↗"; font-size: 1rem; }
.button:hover { transform: translateY(-2px); }
.button.amber { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.button.light { background: #fff; color: var(--ink); border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; text-underline-offset: 5px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }

.hero { min-height: calc(100svh - 74px); padding: 20px 0 16px; display: grid; align-items: stretch; position: relative; overflow: clip; }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding: 20px 0 46px; }
.hero h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(3.65rem, 6.15vw, 7.05rem); line-height: .9; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.hero .lead { max-width: 535px; font-size: clamp(1.03rem, 1.4vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero-product { min-height: 520px; position: relative; z-index: 2; padding-bottom: 58px; }
.hero-product::before { content: ""; position: absolute; width: 66%; aspect-ratio: 1; border-radius: 50%; background: var(--amber); opacity: .92; top: 15%; left: 18%; }
model-viewer, .hero-poster {
  width: 112%; height: calc(100% - 56px); min-height: 460px; position: absolute; inset: 0 0 auto -6%; z-index: 2;
  --poster-color: transparent; background: transparent;
}
model-viewer { cursor: grab; }
model-viewer:active { cursor: grabbing; }
model-viewer:focus { outline: none; }
.hero-poster { object-fit: contain; filter: drop-shadow(0 35px 28px rgba(0,0,0,.2)); transition: opacity .4s ease; }
.hero-product.is-loaded .hero-poster { opacity: 0; pointer-events: none; }
.model-hint { position: absolute; z-index: 5; left: 50%; bottom: 2px; transform: translateX(-50%); white-space: nowrap; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,247,.94); box-shadow: 0 8px 26px rgba(23,23,19,.08); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-index { position: absolute; left: 0; bottom: 2px; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }

.benefit-grid, .cards-3, .venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit { min-height: 265px; padding: 34px; background: var(--paper-bright); display: flex; flex-direction: column; justify-content: space-between; }
.benefit .number { font-size: .75rem; letter-spacing: .12em; font-weight: 800; color: var(--bronze); }
.benefit p { margin: 0; color: #656359; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 120px); align-items: start; }
.split-reverse > :first-child { grid-column: 2; grid-row: 1; }
.split-reverse > :last-child { grid-column: 1; grid-row: 1; }
.station-network-section .split { grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(40px, 6vw, 90px); }
.station-network-section h2 { font-size: clamp(3rem, 4vw, 4.4rem); line-height: .96; }
.section-heading-right { width: min(100%, 920px); margin-left: auto; text-align: right; }
.section-heading-right .eyebrow { justify-content: flex-end; }
.statement { font-size: clamp(2rem, 4.5vw, 4.8rem); line-height: 1.04; letter-spacing: -.05em; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.metric { padding: 30px 20px 0 0; }
.metric strong { display: flex; min-height: 1.3em; align-items: flex-end; font-size: clamp(2rem, 4.5vw, 4.5rem); line-height: .82; letter-spacing: -.06em; color: var(--amber); }
.metric strong.metric-rate { flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: .08em; }
.metric-rate small { font-size: .22em; line-height: 1; letter-spacing: .04em; }
.metric span { color: rgba(255,255,255,.64); font-size: .88rem; }

.network-section {
  position: relative;
  padding: clamp(96px, 11vw, 150px) 0;
  border-bottom: 1px solid var(--line);
}
.network-sticky {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.network-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}
.network-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
  padding-block: 0;
}
.network-copy h2 {
  max-width: 500px;
  margin-bottom: 26px;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}
.network-copy .lead { max-width: 460px; }
.network-message {
  margin: 34px 0 0;
  padding-left: 17px;
  border-left: 3px solid var(--amber);
  font-size: 1rem;
  color: #656259;
}
.network-message span { display: block; margin-bottom: 5px; color: #79756b; font-size: .68rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.network-message strong { color: var(--ink); }
.network-stage {
  position: relative;
  min-height: 570px;
  border: 1px solid var(--line);
  background: rgba(255,253,247,.66);
  box-shadow: 0 22px 70px rgba(23,23,19,.07);
  overflow: hidden;
}
.network-routes { position: absolute; inset: 0; width: 100%; height: 100%; }
.network-line {
  fill: none;
  stroke: var(--amber);
  stroke-width: 3;
  opacity: .82;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}
.network-line.secondary { stroke: rgba(23,23,19,.22); stroke-width: 2; stroke-dasharray: 8 9; }
.network-traveller { pointer-events: none; }
.network-traveller-halo {
  fill: rgba(255, 184, 25, .25);
  stroke: rgba(255, 184, 25, .6);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: networkTravellerHalo 1.7s ease-in-out infinite;
}
.network-traveller-core {
  fill: var(--paper-bright);
  stroke: var(--amber);
  stroke-width: 5;
  filter: drop-shadow(0 3px 7px rgba(137, 88, 0, .34));
}
@keyframes networkTravellerHalo {
  0%, 100% { opacity: .38; transform: scale(.75); }
  50% { opacity: .85; transform: scale(1.2); }
}
.network-node {
  position: absolute;
  width: 136px;
  min-height: 86px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border: 1px solid rgba(23,23,19,.42);
  border-radius: 18px;
  background: var(--paper-bright);
  box-shadow: 0 12px 30px rgba(23,23,19,.08);
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.network-node strong { font-size: .94rem; letter-spacing: -.02em; }
.network-node span { display: flex; align-items: center; gap: 6px; color: #6d6a61; font-size: .64rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.network-node span i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.network-hub {
  left: 50%;
  top: 50%;
  width: 176px;
  min-height: 154px;
  padding: 25px;
  border: 0;
  border-radius: 0;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  background: var(--amber);
  box-shadow: none;
  z-index: 3;
}
.network-hub::after {
  content: "";
  position: absolute;
  inset: 8px;
  clip-path: inherit;
  border: 1px solid rgba(23,23,19,.3);
  pointer-events: none;
}
.network-hub img { width: 48px; height: 48px; object-fit: contain; filter: brightness(.2); }
.network-hub strong { font-size: 1.08rem; }
.network-hub span { color: rgba(23,23,19,.62); }
.node-restaurant { left: 16.7%; top: 39.1%; }
.node-bar { left: 50%; top: 14.6%; }
.node-hotel { left: 83.3%; top: 39.1%; }
.node-cafe { left: 70.6%; top: 78.6%; }
.node-event { left: 29.4%; top: 78.6%; }
.network-ghost {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(23,23,19,.15);
  border-radius: 50%;
}
.ghost-a { left: 7%; top: 54%; }
.ghost-b { right: 7%; top: 25%; }
.ghost-c { right: 5%; bottom: 7%; }

.steps { margin-top: 60px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps::before { content: ""; position: absolute; left: 4%; right: 4%; top: 25px; border-top: 2px solid var(--amber); }
.step { position: relative; padding-top: 70px; }
.step-no { position: absolute; top: 8px; width: 36px; height: 36px; display: grid; place-items: center; background: var(--amber); border: 7px solid var(--paper); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.step p { color: #646157; }
.product-preview { margin-top: 62px; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 590px; background: #292925; color: #fff; border-radius: var(--radius); overflow: hidden; }
.product-image { min-height: 500px; background: radial-gradient(circle, #4a4942, #272723 65%); display: grid; place-items: center; padding: 30px; }
.product-image img { width: min(94%, 680px); filter: drop-shadow(0 38px 35px rgba(0,0,0,.35)); }
.product-info { padding: clamp(44px, 6vw, 86px); display: flex; flex-direction: column; justify-content: space-between; }
.product-info ul { list-style: none; padding: 0; margin: 40px 0; border-top: 1px solid rgba(255,255,255,.18); }
.product-info li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; }
.product-info li::after { content: "●"; color: var(--amber); }
.venue-grid { margin-top: 54px; }
.venue-card { min-height: 300px; padding: 34px; background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.venue-card::before { content: attr(data-letter); position: absolute; right: -6px; top: -50px; font-size: 13rem; font-weight: 850; color: rgba(23,23,19,.045); }
.venue-card p { color: #68665d; margin-bottom: 0; }
.support-panel { padding: clamp(36px, 6vw, 72px); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.support-list { list-style: none; padding: 0; margin: 0; }
.support-list li { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 16px; font-weight: 700; }
.support-list li::before { content: ""; width: 9px; height: 9px; background: var(--amber); border-radius: 50%; }
.cta-band { background: var(--amber); color: var(--ink); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.cta-grid h2 { max-width: 900px; margin-bottom: 0; }

.page-hero { padding: clamp(90px, 12vw, 165px) 0 80px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1100px; margin-bottom: 30px; }
.page-hero h1 em { color: var(--amber-deep); font-style: normal; }
.page-meta { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 55px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.page-meta span { display: flex; align-items: center; gap: 10px; }
.page-meta span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }

/* Individual page openings deliberately use different compositions. */
.venue-hero { padding: clamp(70px, 9vw, 125px) 0; background: var(--paper-bright); border-bottom: 1px solid var(--line); }
.venue-hero-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(55px, 10vw, 150px); align-items: center; }
.venue-intro h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.2rem, 6.2vw, 6.4rem); }
.venue-intro .button { margin-top: 24px; }
.venue-commercial-card { background: var(--ink); color: #fff; padding: clamp(30px, 4vw, 52px); border-radius: 4px; box-shadow: var(--shadow); transform: translateY(28px); }
.card-label, .card-note { color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.venue-payout { padding: 34px 0 38px; border-bottom: 1px solid rgba(255,255,255,.18); }
.venue-payout strong { display: block; color: var(--amber); font-size: clamp(3.4rem, 6vw, 6rem); line-height: .9; letter-spacing: -.07em; }
.venue-payout span { display: block; max-width: 300px; margin-top: 18px; color: rgba(255,255,255,.68); }
.venue-card-row { display: flex; justify-content: space-between; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.venue-card-row span { color: rgba(255,255,255,.65); }
.venue-card-row strong { color: var(--amber); }
.card-note { margin: 26px 0 0; line-height: 1.6; }

.process-hero { padding: clamp(76px, 10vw, 135px) 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.process-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.process-intro h1 { margin-bottom: 28px; font-size: clamp(3rem, 5.5vw, 5.8rem); }
.process-route { position: relative; display: grid; gap: 14px; }
.process-route::before { content: ""; position: absolute; left: 31px; top: 45px; bottom: 45px; border-left: 2px solid var(--amber); }
.process-route article { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 26px; align-items: center; min-height: 126px; padding: 22px 28px 22px 0; background: var(--paper-bright); border: 1px solid var(--line); }
.process-route article > span { position: relative; z-index: 2; width: 36px; height: 36px; margin-left: 13px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); font-size: .7rem; font-weight: 900; }
.process-route strong { display: block; margin-bottom: 6px; font-size: 1.45rem; letter-spacing: -.03em; }
.process-route p { margin: 0; color: #68655b; }

.motion-story {
  --story-x: 32vw;
  --story-y: 6vh;
  --story-rotate: -14deg;
  --story-scale: .78;
  --story-fade: 1;
  --story-end: 0;
  --story-word-shift: 0vw;
  --story-word-shift-reverse: 0vw;
  --story-caption-y: 36px;
  position: relative;
  height: 250svh;
  color: #fff;
  background: #11120f;
}
.motion-story-sticky {
  position: sticky;
  top: 74px;
  height: calc(100svh - 74px);
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}
.motion-story-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 92%);
}
.motion-kicker {
  position: absolute;
  z-index: 4;
  top: 30px;
  left: 3vw;
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: .7rem;
  font-weight: 820;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.motion-word {
  position: absolute;
  z-index: 1;
  margin: 0;
  font-size: clamp(7rem, 18vw, 17rem);
  font-weight: 820;
  line-height: .74;
  letter-spacing: -.09em;
  white-space: nowrap;
  pointer-events: none;
}
.motion-word-one {
  left: -1.2vw;
  top: 16%;
  color: var(--amber);
  opacity: var(--story-fade);
  transform: translate3d(var(--story-word-shift), 0, 0);
}
.motion-word-two {
  right: -1.5vw;
  bottom: 7%;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.78);
  opacity: var(--story-fade);
  transform: translate3d(var(--story-word-shift-reverse), 0, 0);
}
.motion-word-end {
  left: 50%;
  top: 50%;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,189,46,.82);
  font-size: clamp(5.5rem, 14vw, 13rem);
  opacity: var(--story-end);
  transform: translate(-50%, -50%);
}
.motion-product {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(29vw, 420px);
  max-height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 42px 34px rgba(0,0,0,.5));
  transform: translate(-50%, -50%) translate3d(var(--story-x), var(--story-y), 0) rotate(var(--story-rotate)) scale(var(--story-scale));
  will-change: transform;
}
.motion-caption {
  position: absolute;
  z-index: 4;
  right: 3vw;
  bottom: 38px;
  width: min(330px, 34vw);
  padding-left: 18px;
  border-left: 3px solid var(--amber);
  opacity: var(--story-end);
  transform: translateY(var(--story-caption-y));
}
.motion-caption span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.motion-caption strong { display: block; margin-bottom: 8px; font-size: 1.35rem; letter-spacing: -.03em; }
.motion-caption p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.motion-progress { position: absolute; z-index: 4; left: 3vw; bottom: 30px; width: min(240px, 23vw); height: 2px; background: rgba(255,255,255,.18); }
.motion-progress span { display: block; width: 0; height: 100%; background: var(--amber); }

.station-page-hero { padding: clamp(70px, 8vw, 112px) 0; background: linear-gradient(135deg, var(--paper-bright), #f0ece2); border-bottom: 1px solid var(--line); }
.station-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 7vw, 105px); align-items: center; }
.station-hero-copy { position: relative; z-index: 3; }
.station-hero-copy h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(3.3rem, 5.7vw, 6.15rem); }
.station-hero-copy .lead { max-width: 560px; }
.station-hero-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #dce4dc;
  border: 1px solid rgba(23,23,19,.18);
  box-shadow: 18px 18px 0 rgba(23,23,19,.08);
}
.station-hero-visual::before { content: ""; position: absolute; z-index: 1; width: 58%; aspect-ratio: 1; border-radius: 50%; background: var(--amber); }
.station-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(rgba(23,23,19,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,19,.16) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}
.station-hero-visual img { position: relative; z-index: 2; width: 92%; max-height: 610px; object-fit: contain; filter: drop-shadow(0 32px 26px rgba(23,23,19,.3)); }
.station-hero-visual.station-machine::before { width: 58%; }
.station-hero-visual.station-machine img { width: 118%; max-width: none; filter: drop-shadow(0 30px 26px rgba(23,23,19,.28)); }
.station-hero-visual > span { position: absolute; left: 22px; top: 20px; z-index: 4; padding: 9px 12px; background: var(--ink); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.station-availability { position: absolute; right: 22px; bottom: 20px; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 13px; background: rgba(255,253,247,.9); border: 1px solid rgba(23,23,19,.16); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.station-availability i { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-deep); box-shadow: 0 0 0 5px rgba(166,95,0,.12); }
.station-specs { margin: 46px 0 0; border-top: 1px solid var(--line); }
.station-specs div { display: grid; grid-template-columns: 94px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); }
.station-specs dt { color: #74736a; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.station-specs dd { margin: 0; font-weight: 720; }

.faq-hero {
  position: relative;
  padding: clamp(75px, 10vw, 135px) 0;
  overflow: hidden;
  background: linear-gradient(135deg, #e7ebe4 0%, #d9e1d9 58%, #cbd7ce 100%);
  color: var(--ink);
}
.faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(23,23,19,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,19,.14) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, transparent 18%, #000 78%, transparent);
  pointer-events: none;
}
.faq-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 10vw, 145px); align-items: end; }
.faq-hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3rem, 5.3vw, 5.7rem); }
.faq-hero .eyebrow::before { background: var(--amber-deep); }
.faq-hero .lead { color: #586159; }
.faq-directory { display: grid; background: rgba(255,253,247,.84); border: 1px solid rgba(23,23,19,.2); box-shadow: 16px 16px 0 rgba(23,23,19,.08); }
.faq-directory a { display: grid; grid-template-columns: 38px 1fr; gap: 3px 18px; padding: 24px; text-decoration: none; border-bottom: 1px solid rgba(23,23,19,.17); transition: background .25s ease, color .25s ease; }
.faq-directory a:hover { background: var(--ink); color: #fff; }
.faq-directory a:hover small { color: rgba(255,255,255,.62); }
.faq-directory a:last-child { border-bottom: 0; }
.faq-directory span { grid-row: 1 / 3; font-size: .72rem; font-weight: 850; }
.faq-directory strong { font-size: 1.2rem; }
.faq-directory small { color: rgba(23,23,19,.62); }

.contact-hero { padding: clamp(70px, 8vw, 115px) 0; background: var(--ink); color: #fff; }
.contact-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(55px, 10vw, 150px); align-items: end; }
.contact-hero-grid.contact-hero-single { grid-template-columns: minmax(0, 820px); }
.contact-hero h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(3.3rem, 6vw, 6.5rem); }
.contact-hero .lead { color: rgba(255,255,255,.65); }
.contact-brief { padding: 30px; background: var(--amber); color: var(--ink); }
.contact-brief > span { font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-brief ul { list-style: none; padding: 0; margin: 22px 0 0; }
.contact-brief li { padding: 14px 0; border-top: 1px solid rgba(23,23,19,.25); font-weight: 720; }
.feature-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-row { background: var(--paper-bright); padding: 34px; display: grid; grid-template-columns: 80px 1fr 1fr; gap: 30px; align-items: start; }
.feature-row > span { font-size: .75rem; font-weight: 850; color: var(--bronze); }
.feature-row p { color: #656259; margin: 0; }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.price-card { padding: 34px; border: 1px solid rgba(255,255,255,.2); min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; }
.price-card strong { font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.07em; color: var(--amber); line-height: .9; }
.price-card span { color: rgba(255,255,255,.65); }
.commercial-callout { margin-top: 50px; padding: 34px; background: var(--amber); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.commercial-callout strong { font-size: clamp(2.2rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; }
.commercial-callout p { margin: 0; align-self: end; }
.venue-product-panel {
  min-height: 520px;
  margin: 76px 0 34px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  background: #dce4dc;
  border: 1px solid rgba(23,23,19,.18);
}
.venue-product-copy { padding: clamp(36px, 5vw, 72px); display: flex; flex-direction: column; justify-content: flex-end; }
.venue-product-copy > span { margin-bottom: auto; font-size: .68rem; font-weight: 830; letter-spacing: .15em; text-transform: uppercase; }
.venue-product-copy strong { display: block; font-size: clamp(2.4rem, 4.5vw, 4.8rem); line-height: .9; letter-spacing: -.065em; }
.venue-product-copy p { max-width: 430px; margin: 28px 0 0; color: #566057; }
.venue-product-image { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: #1c1d19; }
.venue-product-image::before { content: ""; position: absolute; width: 54%; aspect-ratio: 1; border-radius: 50%; background: var(--amber); }
.venue-product-image > span { position: absolute; z-index: 1; left: -12px; top: 28px; color: rgba(255,255,255,.06); font-size: clamp(4rem, 8vw, 8rem); font-weight: 850; line-height: .75; letter-spacing: -.08em; white-space: nowrap; }
.venue-product-image img { position: relative; z-index: 2; width: min(94%, 760px); max-height: 520px; object-fit: contain; filter: drop-shadow(0 36px 30px rgba(0,0,0,.4)); }
.powerbank-product { margin-top: 55px; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 610px; overflow: hidden; border: 1px solid rgba(23,23,19,.18); box-shadow: 16px 16px 0 rgba(23,23,19,.07); }
.powerbank-collage { position: relative; display: grid; place-items: center; min-height: 610px; overflow: hidden; background: #ece1d5; }
.powerbank-collage::before, .powerbank-collage::after { display: none; }
.powerbank-collage > span { position: absolute; z-index: 3; left: 20px; top: 20px; padding: 9px 12px; background: var(--ink); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.powerbank-collage img { position: relative; z-index: 2; width: 100%; height: 610px; object-fit: contain; object-position: center; }
.powerbank-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 76px); background: var(--ink); color: #fff; }
.powerbank-details .eyebrow { color: rgba(255,255,255,.58); }
.powerbank-details h3 { max-width: 520px; margin: 0; font-size: clamp(2.7rem, 4.6vw, 5.1rem); line-height: .92; letter-spacing: -.06em; }
.powerbank-spec-list { margin: 48px 0 0; border-top: 1px solid rgba(255,255,255,.22); }
.powerbank-spec-list div { display: grid; grid-template-columns: 138px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); align-items: baseline; }
.powerbank-spec-list dt { color: rgba(255,255,255,.52); font-size: .69rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.powerbank-spec-list dd { margin: 0; font-size: 1.08rem; font-weight: 760; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 30px 60px 30px 0; position: relative; font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 720; letter-spacing: -.025em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; font-size: 2rem; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 740px; color: #605e55; padding: 0 50px 30px 0; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 110px); }
.contact-notes { position: sticky; top: 120px; align-self: start; }
.contact-note { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-note strong { display: block; margin-bottom: 4px; }
.contact-note span { color: #68655c; }
.enquiry-form { padding: clamp(28px, 5vw, 60px); background: var(--paper-bright); border: 1px solid var(--line); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: grid; gap: 8px; margin-bottom: 24px; }
.field.full { grid-column: 1 / -1; }
.field-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
label { font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #9b988e; border-radius: 0; background: transparent; padding: 13px 4px; color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .82rem; color: #6b685f; margin: 16px 0 0; }
.form-status { margin-top: 20px; padding: 14px; background: #e8f1d8; display: none; }
.form-status.show { display: block; }
.form-status.error { background: #f7ded8; }
.enquiry-form button:disabled { cursor: wait; opacity: .68; }

.site-footer { background: #0f0f0d; color: #fff; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 60px; }
.footer-brand p { color: rgba(255,255,255,.55); max-width: 420px; margin-top: 22px; }
.footer-nav { display: grid; align-content: start; gap: 12px; }
.footer-nav strong { color: rgba(255,255,255,.4); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.footer-nav a { text-decoration: none; }
.footer-bottom { margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 941px) and (max-height: 760px) {
  .hero { padding-block: 12px; }
  .hero-copy { padding-block: 10px 38px; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(3.45rem, 5.7vw, 5.3rem); margin-bottom: 16px; }
  .hero .lead { font-size: 1.03rem; line-height: 1.4; }
  .hero-actions { margin-top: 19px; }
  .hero-product { min-height: 478px; }
  model-viewer, .hero-poster { min-height: 422px; }
}

@media (max-width: 940px) {
  .menu-toggle { display: grid; place-items: center; position: relative; z-index: 102; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; position: absolute; width: 19px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-toggle::before { transform: translateY(-6px); }
  .menu-toggle::after { transform: translateY(6px); }
  .menu-open .menu-toggle span { opacity: 0; }
  .menu-open .menu-toggle::before { transform: rotate(45deg); }
  .menu-open .menu-toggle::after { transform: rotate(-45deg); }
  .nav-links { display: none; position: fixed; inset: 0; min-height: 100svh; padding: 110px 24px 40px; background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; z-index: 101; }
  .menu-open .nav-links { display: flex; }
  .nav-links a { font-size: 1.6rem; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav-links .button { margin-top: 24px; font-size: 1rem; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-product { min-height: 470px; }
  model-viewer, .hero-poster { min-height: 470px; width: 110%; left: -5%; }
  .benefit-grid, .cards-3, .venue-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 210px; }
  .split, .product-preview, .support-panel, .form-layout, .powerbank-product { grid-template-columns: 1fr; }
  .split-reverse > :first-child, .split-reverse > :last-child { grid-column: auto; grid-row: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { left: 17px; right: auto; top: 18px; bottom: 18px; height: auto; border-top: 0; border-left: 2px solid var(--amber); }
  .step { padding: 0 0 30px 70px; }
  .step-no { left: 0; top: 0; border-color: var(--paper); }
  .metric-row, .pricing { grid-template-columns: 1fr; }
  .metric { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .commercial-callout { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 55px 1fr; }
  .feature-row p { grid-column: 2; }
  .cta-grid { grid-template-columns: 1fr; align-items: start; }
  .contact-notes { position: static; }
  .venue-hero-grid, .process-hero-grid, .station-hero-grid, .faq-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
  .venue-commercial-card { max-width: 620px; transform: none; }
  .venue-product-panel { grid-template-columns: 1fr; }
  .venue-product-image { min-height: 460px; }
  .process-route { max-width: 720px; }
  .station-hero-copy { grid-row: 1; }
  .station-hero-visual { min-height: 520px; }
  .powerbank-collage { min-height: 560px; }
  .powerbank-collage img { height: 560px; }
  .powerbank-details { min-height: 500px; }
  .faq-directory { max-width: 680px; }
  .contact-brief { max-width: 620px; }
  .network-section { min-height: auto; padding: 92px 0; }
  .network-sticky { position: static; min-height: 0; overflow: visible; }
  .network-layout { grid-template-columns: 1fr; gap: 52px; padding-block: 0; }
  .network-copy h2 { max-width: 690px; }
  .network-stage { width: min(100%, 760px); min-height: 540px; margin-inline: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .site-header .shell { width: calc(100% - 24px); }
  .nav-wrap { min-height: 68px; }
  .hero { padding-top: 20px; }
  .hero-copy { padding-bottom: 18px; }
  .hero-index { position: static; display: block; margin-top: 34px; }
  .hero h1 { font-size: clamp(3.1rem, 17vw, 5rem); }
  .hero-product { min-height: 370px; }
  model-viewer { display: none; }
  .hero-poster { min-height: 370px; width: 120%; left: -10%; opacity: 1 !important; }
  .model-hint { display: none; }
  .section { padding: 76px 0; }
  .section-heading-right { width: 100%; margin-left: 0; text-align: left; }
  .section-heading-right .eyebrow { justify-content: flex-start; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .product-image { min-height: 350px; }
  .page-meta { gap: 18px; flex-direction: column; }
  .venue-intro h1, .process-intro h1, .station-hero-copy h1, .faq-hero h1, .contact-hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .venue-hero, .process-hero, .station-page-hero, .faq-hero, .contact-hero { padding: 68px 0; }
  .venue-product-panel { min-height: 0; margin-top: 54px; }
  .venue-product-copy { min-height: 390px; }
  .venue-product-image { min-height: 340px; }
  .venue-product-image img { width: 112%; max-width: none; }
  .motion-story { height: 205svh; }
  .motion-story-sticky { top: 68px; height: calc(100svh - 68px); min-height: 560px; }
  .motion-story-grid { background-size: 52px 52px; }
  .motion-kicker { left: 18px; top: 22px; }
  .motion-word { font-size: 25vw; line-height: .78; }
  .motion-word-one { left: -2vw; top: 17%; }
  .motion-word-two { right: -2vw; bottom: 13%; }
  .motion-word-end { font-size: 20vw; top: 45%; }
  .motion-product { width: min(59vw, 300px); max-height: 62%; }
  .motion-caption { right: 18px; bottom: 50px; width: min(300px, 76vw); }
  .motion-progress { left: 18px; bottom: 24px; width: 42vw; }
  .process-route article { grid-template-columns: 58px 1fr; padding-right: 16px; }
  .station-hero-visual { min-height: 430px; box-shadow: 10px 10px 0 rgba(23,23,19,.08); }
  .station-hero-visual.station-machine img { width: 136%; }
  .station-availability { display: none; }
  .station-specs div { grid-template-columns: 82px 1fr; }
  .powerbank-product { margin-top: 38px; box-shadow: 10px 10px 0 rgba(23,23,19,.07); }
  .powerbank-collage { min-height: 430px; }
  .powerbank-collage img { width: 100%; height: 430px; }
  .powerbank-details { min-height: 0; padding: 42px 28px; }
  .powerbank-details h3 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .powerbank-spec-list { margin-top: 34px; }
  .powerbank-spec-list div { grid-template-columns: 112px 1fr; gap: 14px; }
  .network-section { padding: 76px 0; }
  .network-sticky::before { mask-image: linear-gradient(to bottom, transparent, #000 20%, #000); }
  .network-stage {
    min-height: 0;
    padding: 24px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: rgba(255,253,247,.8);
  }
  .network-routes, .network-ghost { display: none; }
  .network-node, .network-hub {
    position: static;
    width: auto;
    min-height: 96px;
    transform: none !important;
    opacity: 1 !important;
    clip-path: none;
    border-radius: 14px;
  }
  .network-hub { grid-column: 1 / -1; min-height: 142px; }
  .network-hub::after { clip-path: none; border-radius: 10px; }
  .node-event { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
  .network-message { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  model-viewer { display: none; }
  .hero-poster { opacity: 1 !important; }
  .model-hint { display: none; }
  .network-traveller { display: none; }
  .motion-story { height: auto; }
  .motion-story-sticky { position: relative; top: auto; height: 78svh; min-height: 620px; }
  .motion-word-one, .motion-word-two { opacity: .12; transform: none; }
  .motion-word-end { opacity: .72; }
  .motion-product { transform: translate(-50%, -50%) scale(.95); }
  .motion-caption { opacity: 1; transform: none; }
  .motion-progress span { width: 100%; }
}
