/* Wollongong Kart Raceway: design system
   Dark "race night" base, WKR orange accent, Archivo variable (width axis):
   expanded for display, condensed for labels, normal for reading. */

:root {
  --bg: #0b0b0d;
  --bg-raise: #111114;
  --bg-card: #16161a;
  --bg-card-2: #1c1c21;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f6f5f2;
  --text-2: #c6c5c0;
  --muted: #8f8e89;
  --brand: #ff6b1a;
  --brand-hi: #ff8a45;
  --brand-lo: #d9500a;
  --brand-ink: #160a02;
  --brand-glow: rgba(255, 107, 26, 0.35);
  --paper: #f3f0e9;
  --paper-2: #e8e3d8;
  --ink: #141311;
  --ink-2: #4b4943;
  --purple: #b86dff;
  --green: #3ddc84;
  --yellow: #ffcf33;
  --kerb-red: #e3262f;

  --font: 'Archivo', 'Arial Narrow', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --maxw: 1240px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --header-h: 72px;
  --topbar-h: 38px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.85);
  --cut: 26px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-stretch: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.02; letter-spacing: -0.015em; }
ul, ol { margin: 0; padding: 0; }
figure, blockquote { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--brand); color: var(--brand-ink); }
[hidden] { display: none !important; }

.preview-strip { position: relative; z-index: 61; padding: 0.4rem var(--gutter); background: #2a1204; border-bottom: 1px solid rgba(255, 107, 26, 0.35); color: #ffc8a6; font-size: 0.76rem; line-height: 1.35; text-align: center; }
.preview-strip b { color: var(--brand); font-weight: 800; }
.skip {
  position: absolute; left: 1rem; top: -100px; z-index: 200;
  background: var(--brand); color: var(--brand-ink); font-weight: 800;
  padding: 0.7rem 1rem; border-radius: var(--radius-sm);
}
.skip:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: calc(var(--maxw) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--narrow { max-width: calc(860px + var(--gutter) * 2); }

/* ---------- Type ---------- */
.display {
  font-stretch: 125%;
  font-weight: 850;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.display em, .h2 em, .h1 em { font-style: italic; color: var(--brand); }
.h1 { font-size: clamp(2.6rem, 6.6vw, 6.2rem); }
.h2 { font-size: clamp(2rem, 4.2vw, 3.6rem); font-stretch: 118%; font-weight: 850; text-transform: uppercase; line-height: 0.95; letter-spacing: -0.015em; }
.h3 { font-size: clamp(1.25rem, 1.7vw, 1.55rem); font-stretch: 110%; font-weight: 800; line-height: 1.1; }
.h4 { font-size: 1.05rem; font-stretch: 105%; font-weight: 800; }
.lede { font-size: clamp(1.08rem, 1.45vw, 1.28rem); color: var(--text-2); line-height: 1.55; max-width: 60ch; }
.muted { color: var(--muted); }
.small { font-size: 0.875rem; line-height: 1.5; }
.num { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum' 1; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-stretch: 75%; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 0.8rem; color: var(--brand);
  margin-bottom: 1.1rem;
}
.eyebrow::before { content: ''; width: 22px; height: 3px; background: currentColor; transform: skewX(-20deg); }
.eyebrow--plain::before { display: none; }

.label {
  font-stretch: 75%; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.74rem; color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent; --btn-fg: var(--text); --btn-bd: var(--line-strong);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem;
  min-height: 52px; padding: 0.85rem 1.35rem 0.85rem 1.45rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1.5px solid var(--btn-bd); border-radius: 12px;
  font-stretch: 88%; font-weight: 800; font-size: 0.98rem; text-transform: uppercase; letter-spacing: 0.06em;
  line-height: 1.1; white-space: nowrap; overflow: hidden; isolation: isolate;
  transition: transform 0.25s var(--ease), background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.btn svg { width: 18px; height: 18px; flex: none; transition: transform 0.3s var(--ease); }
.btn:hover svg.i-arrow { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }
.btn--primary { --btn-bg: var(--brand); --btn-fg: var(--brand-ink); --btn-bd: var(--brand); box-shadow: 0 10px 30px -12px var(--brand-glow); }
.btn--primary:hover { --btn-bg: var(--brand-hi); --btn-bd: var(--brand-hi); box-shadow: 0 16px 40px -14px var(--brand-glow); }
.btn--primary::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform 0.7s var(--ease);
}
.btn--primary:hover::after { transform: translateX(120%); }
.btn--ghost:hover { --btn-bd: var(--text); background: rgba(255, 255, 255, 0.06); }
.btn--light { --btn-bg: #fff; --btn-fg: var(--ink); --btn-bd: #fff; }
.btn--light:hover { --btn-bg: var(--paper); }
.btn--dark { --btn-bg: var(--ink); --btn-fg: #fff; --btn-bd: var(--ink); }
.btn--dark:hover { --btn-bg: #2a2825; --btn-bd: #2a2825; }
.btn--lg { min-height: 60px; padding: 1rem 1.6rem 1rem 1.75rem; font-size: 1.05rem; }
.btn--sm { min-height: 42px; padding: 0.55rem 1rem; font-size: 0.85rem; border-radius: 10px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }

.link-arrow { display: inline-flex; align-items: center; gap: 0.45rem; font-weight: 800; font-stretch: 90%; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.88rem; color: var(--brand); }
.link-arrow svg { width: 16px; height: 16px; transition: transform 0.3s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Topbar + header ---------- */
.topbar {
  position: relative; z-index: 60; height: var(--topbar-h);
  background: #000; border-bottom: 1px solid var(--line);
  font-size: 0.82rem; color: var(--text-2);
}
.topbar .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar a:hover { color: var(--text); }
.topbar__event { display: inline-flex; align-items: center; gap: 0.55rem; min-width: 0; white-space: nowrap; overflow: hidden; }
.topbar__event > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.topbar__event .short { display: none; }
@media (max-width: 720px) { .topbar__event .short { display: inline; } }
.topbar__event strong { color: var(--text); font-weight: 700; }
.topbar__event .go { color: var(--brand); font-weight: 800; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 0 var(--brand-glow); animation: pulse 2s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 107, 26, 0.6); } 70% { box-shadow: 0 0 0 9px rgba(255, 107, 26, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 107, 26, 0); } }
.topbar__right { display: flex; align-items: center; gap: 1.3rem; flex: none; }
.topbar__right a { display: inline-flex; align-items: center; gap: 0.4rem; }
.topbar__right svg { width: 14px; height: 14px; }
.stars { display: inline-flex; gap: 1px; color: var(--yellow); }
.stars svg { width: 13px; height: 13px; }

.header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(11, 11, 13, 0.82);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.3s, border-color 0.3s;
}
.page--over .header { background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0)); border-bottom-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.page--over .header.is-scrolled { background: rgba(11, 11, 13, 0.86); border-bottom-color: var(--line); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); }
.header .wrap { height: 100%; display: flex; align-items: center; gap: 1.5rem; }
.page--over main { margin-top: calc(var(--header-h) * -1); }

.logo { display: inline-flex; align-items: center; gap: 0.7rem; flex: none; }
.logo__mark { width: 38px; height: 38px; flex: none; }
.logo__text { display: flex; flex-direction: column; line-height: 0.86; text-transform: uppercase; font-style: italic; }
.logo__text b { font-stretch: 125%; font-weight: 900; font-size: 1.12rem; letter-spacing: -0.01em; }
.logo__text span { font-stretch: 80%; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.235em; color: var(--brand); margin-top: 0.28rem; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 0.2rem; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 0.3rem; height: 44px; padding: 0 0.8rem;
  font-weight: 700; font-stretch: 92%; font-size: 0.93rem; color: var(--text-2);
  border-radius: 10px; transition: color 0.2s, background-color 0.2s;
}
.nav__link svg { width: 12px; height: 12px; opacity: 0.7; transition: transform 0.25s; }
.nav__link:hover, .nav__item:focus-within > .nav__link { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.nav__link[aria-current='page'] { color: var(--text); }
.nav__link[aria-current='page']::after { content: ''; position: absolute; left: 0.8rem; right: 0.8rem; bottom: 4px; height: 2px; background: var(--brand); transform: skewX(-20deg); }
.nav__item:hover .nav__link svg, .nav__item:focus-within .nav__link svg { transform: rotate(180deg); }
.nav__panel {
  position: absolute; top: calc(100% + 8px); left: 50%; width: 330px; padding: 0.55rem;
  background: rgba(20, 20, 24, 0.97); border: 1px solid var(--line-strong); border-radius: var(--radius);
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 6px);
  transition: opacity 0.2s, transform 0.25s var(--ease), visibility 0.2s;
}
.nav__panel::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav__item:hover .nav__panel, .nav__item:focus-within .nav__panel, .nav__item.is-open .nav__panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav__panel a { display: grid; grid-template-columns: 40px 1fr; gap: 0.2rem 0.8rem; align-items: center; padding: 0.7rem; border-radius: 12px; }
.nav__panel a:hover { background: rgba(255, 255, 255, 0.06); }
.nav__panel .ico { grid-row: span 2; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(255, 107, 26, 0.12); color: var(--brand); }
.nav__panel .ico svg { width: 20px; height: 20px; }
.nav__panel b { font-weight: 800; font-size: 0.95rem; }
.nav__panel small { color: var(--muted); font-size: 0.8rem; line-height: 1.3; }
.header__cta { display: flex; align-items: center; gap: 0.6rem; margin-left: 0.6rem; }
.icon-btn { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; border: 1.5px solid var(--line-strong); transition: border-color 0.2s, background-color 0.2s; }
.icon-btn:hover { border-color: var(--text); background: rgba(255, 255, 255, 0.06); }
.icon-btn svg { width: 19px; height: 19px; }
.menu-btn { display: none; }

/* Mobile menu */
.drawer {
  position: fixed; inset: 0; z-index: 90; background: rgba(8, 8, 10, 0.98);
  display: flex; flex-direction: column; padding: 1rem var(--gutter) 2rem; overflow-y: auto;
  opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s;
}
.drawer.is-open { opacity: 1; visibility: visible; }
.drawer__top { display: flex; align-items: center; justify-content: space-between; height: 56px; margin-bottom: 1rem; }
.drawer nav a { display: flex; align-items: center; justify-content: space-between; padding: 0.95rem 0; border-bottom: 1px solid var(--line); font-stretch: 118%; font-weight: 850; text-transform: uppercase; font-size: 1.35rem; }
.drawer nav a small { font-stretch: 90%; font-weight: 600; text-transform: none; font-size: 0.85rem; color: var(--muted); letter-spacing: 0; }
.drawer__group { margin-top: 1.4rem; }
.drawer__group .label { display: block; margin-bottom: 0.2rem; }
.drawer__foot { margin-top: auto; padding-top: 2rem; display: grid; gap: 0.7rem; }

/* Mobile sticky bar */
.mobile-bar { display: none; }

/* ---------- Sections ---------- */
.section { position: relative; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section--tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section--raise { background: var(--bg-raise); }
.section--paper { background: var(--paper); color: var(--ink); }
.section--paper .lede, .section--paper p { color: var(--ink-2); }
.section--paper .eyebrow { color: var(--brand-lo); }
.section--paper .muted { color: #6f6c65; }
.section-head { display: grid; gap: 0.2rem; margin-bottom: clamp(2.2rem, 4.5vw, 3.6rem); max-width: 780px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; justify-items: center; }
.section-head--split { max-width: none; grid-template-columns: 1fr auto; align-items: end; gap: 1.5rem; }
.section-head .lede { margin-top: 1.1rem; }

/* Kerb stripe + chequer */
.kerb { height: 8px; background: repeating-linear-gradient(90deg, var(--brand) 0 26px, #f6f5f2 26px 52px); }
.kerb--red { background: repeating-linear-gradient(90deg, var(--kerb-red) 0 26px, #f6f5f2 26px 52px); }
.chequer {
  --c: rgba(255, 255, 255, 0.07);
  background-image: conic-gradient(var(--c) 25%, transparent 0 50%, var(--c) 0 75%, transparent 0);
  background-size: 28px 28px;
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(100svh, 940px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: #000; }
.hero__media, .hero__media video, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media { z-index: -2; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 6, 8, 0.9) 0%, rgba(6, 6, 8, 0.62) 42%, rgba(6, 6, 8, 0.12) 78%),
    linear-gradient(0deg, var(--bg) 0%, rgba(11, 11, 13, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 22%);
}
.hero__inner { width: 100%; padding-top: calc(var(--header-h) + 5rem); padding-bottom: clamp(2.5rem, 6vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 3rem; align-items: end; }
.hero__copy { max-width: 760px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 6.2rem); }
.hero h1 .line { display: block; white-space: nowrap; }
.hero .lede { margin-top: 1.4rem; color: #deddd8; }
.hero .btn-row { margin-top: 2rem; }
.proof { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; margin-top: 2.2rem; color: var(--text-2); font-size: 0.9rem; }
.proof span { display: inline-flex; align-items: center; gap: 0.5rem; }
.proof svg { width: 16px; height: 16px; color: var(--brand); }
.proof .stars svg { color: var(--yellow); width: 14px; height: 14px; }

.offer-card {
  position: relative; padding: 1.4rem 1.4rem 1.3rem; border-radius: var(--radius-lg);
  background: rgba(14, 14, 17, 0.72); border: 1px solid var(--line-strong);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: var(--shadow);
}
.offer-card__tag { position: absolute; top: -12px; left: 1.4rem; background: var(--brand); color: var(--brand-ink); font-stretch: 80%; font-weight: 900; letter-spacing: 0.14em; font-size: 0.72rem; text-transform: uppercase; padding: 0.35rem 0.7rem; border-radius: 7px; transform: skewX(-8deg); }
.offer-card h2 { font-size: 1.5rem; font-stretch: 118%; font-weight: 850; text-transform: uppercase; line-height: 1; margin-top: 0.4rem; }
.offer-card__price { display: flex; align-items: baseline; gap: 0.6rem; margin: 0.9rem 0 0.2rem; }
.offer-card__price b { font-size: 3.4rem; font-stretch: 125%; font-weight: 900; line-height: 0.9; letter-spacing: -0.03em; }
.offer-card__price span { color: var(--muted); font-size: 0.9rem; line-height: 1.25; }
.offer-card p { color: var(--text-2); font-size: 0.92rem; margin: 0.6rem 0 1.1rem; }
.offer-card .fine { font-size: 0.76rem; color: var(--muted); margin: 0.8rem 0 0; }

/* Sub-page hero */
.phero { position: relative; overflow: hidden; isolation: isolate; background: #050506; padding: calc(var(--header-h) + clamp(4rem, 9vw, 7rem)) 0 clamp(3rem, 6vw, 4.5rem); min-height: 560px; display: flex; align-items: flex-end; }
.phero__media { position: absolute; inset: 0; z-index: -2; }
.phero__media img, .phero__media video { width: 100%; height: 100%; object-fit: cover; }
.phero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6, 6, 8, 0.92) 0%, rgba(6, 6, 8, 0.66) 50%, rgba(6, 6, 8, 0.25) 100%), linear-gradient(0deg, var(--bg) 0%, rgba(11, 11, 13, 0) 45%); }
.phero .wrap { width: 100%; }
.phero h1 { font-size: clamp(2.7rem, 6.4vw, 5.6rem); max-width: 16ch; }
.phero .lede { margin-top: 1.3rem; }
.phero .btn-row { margin-top: 1.9rem; }
.crumbs { display: flex; flex-wrap: wrap; gap: 0.4rem; font-size: 0.8rem; color: var(--muted); margin-bottom: 1.4rem; font-stretch: 90%; font-weight: 600; }
.crumbs a:hover { color: var(--text); }
.crumbs span[aria-hidden] { opacity: 0.5; }

.facts { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.8rem; }
.fact { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.85rem; border-radius: 999px; background: rgba(255, 255, 255, 0.07); border: 1px solid var(--line); font-size: 0.86rem; font-weight: 600; color: var(--text-2); }
.fact svg { width: 15px; height: 15px; color: var(--brand); }
.section--paper .fact { background: rgba(0, 0, 0, 0.05); border-color: rgba(0, 0, 0, 0.08); color: var(--ink-2); }

/* ---------- Ticker ---------- */
.ticker { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: #000; }
.ticker__track { display: flex; width: max-content; animation: tick 40s linear infinite; }
.ticker__item { display: inline-flex; align-items: center; gap: 1.4rem; padding: 1.05rem 0.7rem; font-stretch: 125%; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(1rem, 1.8vw, 1.35rem); letter-spacing: -0.01em; white-space: nowrap; color: var(--text); }
.ticker__item::after { content: ''; width: 18px; height: 18px; flex: none; background: conic-gradient(var(--brand) 25%, transparent 0 50%, var(--brand) 0 75%, transparent 0); background-size: 9px 9px; margin-left: 0.7rem; }
.ticker__item:nth-child(even) { color: transparent; -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.75); }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--bg-card), var(--bg-raise)); overflow: hidden; }
.stat { padding: clamp(1.4rem, 2.6vw, 2.2rem); border-left: 1px solid var(--line); position: relative; }
.stat:first-child { border-left: 0; }
.stat__num { display: flex; align-items: baseline; gap: 0.35rem; font-stretch: 125%; font-weight: 900; font-size: clamp(2.2rem, 4.2vw, 3.5rem); line-height: 0.9; letter-spacing: -0.03em; }
.stat__num small { font-size: 0.36em; font-stretch: 90%; font-weight: 800; letter-spacing: 0.04em; color: var(--brand); text-transform: uppercase; }
.stat__label { margin-top: 0.8rem; color: var(--text-2); font-size: 0.92rem; line-height: 1.4; }
.stat::before { content: ''; position: absolute; left: clamp(1.4rem, 2.6vw, 2.2rem); top: 0; width: 34px; height: 3px; background: var(--brand); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.grid > *, .split > *, .hero__inner > *, .prices > *, .visit > * { min-width: 0; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card { position: relative; display: flex; flex-direction: column; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.35s var(--ease), border-color 0.3s, box-shadow 0.35s; }
a.card:hover, .card--hover:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.9); }
.card__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: #000; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
a.card:hover .card__media img { transform: scale(1.06); }
.card__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 10, 12, 0.85) 0%, rgba(10, 10, 12, 0) 55%); }
.card__price { position: absolute; left: 1rem; bottom: 1rem; z-index: 1; display: inline-flex; align-items: baseline; gap: 0.35rem; padding: 0.35rem 0.7rem; border-radius: 9px; background: rgba(0, 0, 0, 0.6); border: 1px solid var(--line-strong); backdrop-filter: blur(8px); font-size: 0.8rem; color: var(--text-2); }
.card__price b { color: var(--text); font-stretch: 115%; font-weight: 900; font-size: 1.05rem; }
.card__tag { position: absolute; top: 1rem; left: 1rem; z-index: 1; font-stretch: 80%; font-weight: 900; letter-spacing: 0.12em; font-size: 0.68rem; text-transform: uppercase; padding: 0.32rem 0.6rem; border-radius: 7px; background: var(--brand); color: var(--brand-ink); }
.card__body { padding: 1.3rem 1.35rem 1.4rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.card__body p { color: var(--text-2); font-size: 0.97rem; }
.card__body .link-arrow { margin-top: auto; padding-top: 0.6rem; }
.card--feature { grid-column: span 2; }
.card--feature .card__media { aspect-ratio: auto; flex: 1; min-height: 320px; }

/* Feature tiles (icon + text) */
.tile { padding: clamp(1.4rem, 2.4vw, 1.9rem); background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.tile__ico { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: rgba(255, 107, 26, 0.12); color: var(--brand); margin-bottom: 1.1rem; }
.tile__ico svg { width: 24px; height: 24px; }
.tile h3 { margin-bottom: 0.55rem; }
.tile p { color: var(--text-2); font-size: 0.98rem; }
.section--paper .tile { background: #fff; border-color: rgba(0, 0, 0, 0.07); }
.section--paper .tile p { color: var(--ink-2); }
.section--paper .tile__ico { background: rgba(255, 107, 26, 0.14); color: var(--brand-lo); }

/* Split media + text */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--flip .split__media { order: 2; }
.split__media { position: relative; }
.frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); background: #000; }
.frame img, .frame video { width: 100%; height: 100%; object-fit: cover; }
.frame--tall { aspect-ratio: 4 / 5; }
.frame--wide { aspect-ratio: 16 / 10; }
.frame__badge { position: absolute; right: 1.2rem; top: 1.2rem; z-index: 2; }
.checks { list-style: none; display: grid; gap: 0.75rem; margin: 1.5rem 0 2rem; }
.checks li { display: grid; grid-template-columns: 24px 1fr; gap: 0.75rem; align-items: start; color: var(--text-2); }
.checks svg { width: 22px; height: 22px; color: var(--brand); margin-top: 1px; }
.section--paper .checks li { color: var(--ink-2); }
.section--paper .checks svg { color: var(--brand-lo); }
.checks b { color: var(--text); font-weight: 700; }
.section--paper .checks b { color: var(--ink); }

/* ---------- Timing board ---------- */
.timing { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: #070708; border: 1px solid var(--line-strong); box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.02); font-variant-numeric: tabular-nums; }
.timing::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px); }
.timing__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem 1.2rem; background: linear-gradient(90deg, #17171b, #0e0e11); border-bottom: 1px solid var(--line); }
.timing__head .label { color: var(--text-2); display: inline-flex; align-items: center; gap: 0.55rem; }
.timing__head .flag { width: 22px; height: 16px; border-radius: 2px; background: conic-gradient(#fff 25%, #111 0 50%, #fff 0 75%, #111 0); background-size: 8px 8px; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2); }
.timing__row { display: grid; grid-template-columns: 58px minmax(0, 1fr) 96px 88px; align-items: center; gap: 0.5rem; padding: 0.95rem 1.2rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 1rem; }
.timing__row:last-child { border-bottom: 0; }
.timing__row--h { padding-block: 0.6rem; }
.timing__row--h span { font-stretch: 75%; font-weight: 800; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.timing__pos { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #1e1e23; font-weight: 900; font-stretch: 110%; }
.timing__name { font-weight: 800; font-stretch: 105%; text-transform: uppercase; letter-spacing: 0.02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.timing__name small { display: block; font-weight: 600; font-stretch: 90%; text-transform: none; letter-spacing: 0; color: var(--muted); font-size: 0.78rem; margin-top: 0.1rem; }
.timing__time { font-weight: 800; font-stretch: 110%; font-size: 1.12rem; text-align: right; }
.timing__gap { text-align: right; color: var(--muted); font-size: 0.92rem; }
.t-best { color: var(--purple); }
.t-pb { color: var(--green); }
.t-free { display: inline-flex; align-items: center; padding: 0.2rem 0.5rem; border-radius: 6px; background: var(--brand); color: var(--brand-ink); font-stretch: 80%; font-weight: 900; font-size: 0.72rem; letter-spacing: 0.1em; }
.timing__row--hl { background: linear-gradient(90deg, rgba(255, 107, 26, 0.16), rgba(255, 107, 26, 0)); box-shadow: inset 3px 0 0 var(--brand); }
.timing__foot { padding: 0.8rem 1.2rem; font-size: 0.78rem; color: var(--muted); border-top: 1px solid var(--line); background: #0c0c0e; }

/* ---------- Ladder ---------- */
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; counter-reset: step; }
.ladder::before { content: ''; position: absolute; left: 4%; right: 4%; top: 27px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 10px, transparent 10px 18px); }
.step { position: relative; padding-top: 4.6rem; }
.step__num { position: absolute; top: 0; left: 0; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--bg); border: 1.5px solid var(--line-strong); font-stretch: 125%; font-weight: 900; font-size: 1.2rem; }
.step:last-child .step__num { background: var(--brand); color: var(--brand-ink); border-color: var(--brand); }
.step h3 { margin-bottom: 0.5rem; }
.step p { color: var(--text-2); font-size: 0.96rem; margin-bottom: 0.8rem; }
.section--paper .step__num { background: var(--paper); border-color: rgba(0, 0, 0, 0.18); }
.section--paper .step p, .section--paper .card__body p, .section--paper .review blockquote { color: var(--ink-2); }
.section--paper .link-arrow { color: var(--brand-lo); }
.section--paper .review { background: #fff; border-color: rgba(0, 0, 0, 0.08); }
.section--paper .review blockquote { color: var(--ink); }
.section--paper .h2, .section--paper h3 { color: var(--ink); }
.section--paper .ladder::before { background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0 10px, transparent 10px 18px); }
.section--paper .step:last-child .step__num { background: var(--brand); border-color: var(--brand); }

/* ---------- Reviews ---------- */
.review { display: flex; flex-direction: column; gap: 0.9rem; padding: 1.5rem; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.review blockquote { margin: 0; color: var(--text); font-size: 1rem; line-height: 1.55; }
.review footer { margin-top: auto; display: flex; align-items: center; gap: 0.75rem; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-stretch: 110%; font-size: 0.9rem; color: var(--brand-ink); background: var(--brand); flex: none; }
.review__who b { display: block; font-weight: 800; font-size: 0.95rem; }
.review__who small { color: var(--muted); font-size: 0.8rem; }
.review--big blockquote { font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.35; font-stretch: 105%; font-weight: 600; letter-spacing: -0.01em; }
.marquee { position: relative; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 1.1rem; width: max-content; animation: tick 80s linear infinite; padding: 0.4rem 0; }
.marquee--rev .marquee__track { animation-direction: reverse; animation-duration: 95s; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .review { width: 380px; flex: none; }
.marquee + .marquee { margin-top: 1.1rem; }
.rating-pill { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.6rem 1rem; border-radius: 999px; border: 1px solid var(--line-strong); background: rgba(255, 255, 255, 0.04); font-size: 0.92rem; }
.rating-pill b { font-stretch: 115%; font-weight: 900; font-size: 1.1rem; }

.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.chip { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 40px; padding: 0.45rem 0.95rem; border-radius: 999px; border: 1.5px solid var(--line-strong); font-weight: 700; font-size: 0.88rem; color: var(--text-2); transition: all 0.2s; }
.chip:hover { color: var(--text); border-color: var(--text); }
.chip[aria-pressed='true'] { background: var(--brand); border-color: var(--brand); color: var(--brand-ink); }
.chip .count { font-size: 0.75rem; opacity: 0.7; }
.masonry { columns: 3 320px; column-gap: 1.1rem; }
.masonry .review { break-inside: avoid; margin-bottom: 1.1rem; }

/* ---------- Pricing ---------- */
.prices { display: grid; gap: clamp(1rem, 2vw, 1.4rem); }
.price { position: relative; display: flex; flex-direction: column; padding: clamp(1.5rem, 2.6vw, 2rem); background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.price--hl { border: 1.5px solid var(--brand); background: linear-gradient(180deg, rgba(255, 107, 26, 0.09), var(--bg-card) 38%); box-shadow: 0 30px 70px -40px var(--brand-glow); }
.price__ribbon { position: absolute; top: -13px; left: clamp(1.5rem, 2.6vw, 2rem); background: var(--brand); color: var(--brand-ink); font-stretch: 80%; font-weight: 900; letter-spacing: 0.14em; font-size: 0.7rem; text-transform: uppercase; padding: 0.35rem 0.7rem; border-radius: 7px; }
.price__name { font-stretch: 115%; font-weight: 850; text-transform: uppercase; font-size: 1.2rem; line-height: 1.1; }
.price__sub { color: var(--muted); font-size: 0.9rem; margin-top: 0.35rem; }
.price__amt { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.1rem 0.5rem; margin: 1.3rem 0 0.2rem; }
.price__amt span { white-space: nowrap; }
.price__amt b { font-stretch: 125%; font-weight: 900; font-size: clamp(2.6rem, 4vw, 3.3rem); line-height: 0.9; letter-spacing: -0.03em; }
.price__amt span { color: var(--muted); font-size: 0.88rem; line-height: 1.2; }
.price__was { font-size: 0.86rem; color: var(--text-2); min-height: 1.3em; }
.price .checks { margin: 1.3rem 0 1.6rem; gap: 0.6rem; }
.price .checks li { font-size: 0.95rem; }
.price .btn { margin-top: auto; }
.price__note { margin-top: 0.8rem; font-size: 0.78rem; color: var(--muted); text-align: center; }
.section--paper .price { background: #fff; border-color: rgba(0, 0, 0, 0.08); color: var(--ink); }
.section--paper .price--hl { border-color: var(--brand); background: linear-gradient(180deg, rgba(255, 107, 26, 0.1), #fff 40%); }
.section--paper .price__sub, .section--paper .price__amt span, .section--paper .price__note { color: #6f6c65; }
.section--paper .price__was { color: var(--ink-2); }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 0.95rem; }
.table th, .table td { text-align: left; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-stretch: 80%; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--muted); background: var(--bg-raise); }
.table tr:last-child td { border-bottom: 0; }
.table td b { font-stretch: 110%; }

/* Notice */
.notice { display: grid; grid-template-columns: 26px 1fr; gap: 0.9rem; padding: 1.2rem 1.3rem; border-radius: var(--radius); background: rgba(255, 107, 26, 0.08); border: 1px solid rgba(255, 107, 26, 0.28); color: var(--text-2); font-size: 0.95rem; }
.notice svg { width: 22px; height: 22px; color: var(--brand); margin-top: 1px; }
.notice b { color: var(--text); }
.section--paper .notice { background: rgba(255, 107, 26, 0.09); color: var(--ink-2); }
.section--paper .notice b { color: var(--ink); }

/* ---------- Timeline ---------- */
.timeline { list-style: none; position: relative; display: grid; gap: 0; }
.timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 1.2rem; padding: 0.95rem 0; border-bottom: 1px dashed var(--line-strong); }
.timeline li:last-child { border-bottom: 0; }
.timeline time, .timeline .t { font-stretch: 110%; font-weight: 900; color: var(--brand); font-variant-numeric: tabular-nums; }
.timeline b { display: block; font-weight: 800; }
.timeline span { color: var(--text-2); font-size: 0.95rem; }
.section--paper .timeline li { border-bottom-color: rgba(0, 0, 0, 0.14); }
.section--paper .timeline time, .section--paper .timeline .t { color: var(--brand-lo); }
.section--paper .timeline span { color: var(--ink-2); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0.7rem; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-card); transition: border-color 0.2s, background-color 0.2s; }
.faq details[open] { border-color: var(--line-strong); background: var(--bg-card-2); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.3rem; cursor: pointer; font-weight: 800; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { position: relative; width: 28px; height: 28px; border-radius: 8px; flex: none; background: rgba(255, 255, 255, 0.06); }
.faq summary .pm::before, .faq summary .pm::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--brand); transform: translate(-50%, -50%); transition: transform 0.3s var(--ease); }
.faq summary .pm::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary .pm::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq .ans { padding: 0 1.3rem 1.25rem; color: var(--text-2); }
.faq .ans a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.section--paper .faq details { background: #fff; border-color: rgba(0, 0, 0, 0.08); }
.section--paper .faq details[open] { border-color: rgba(0, 0, 0, 0.18); }
.section--paper .faq summary .pm { background: rgba(0, 0, 0, 0.05); }
.section--paper .faq .ans { color: var(--ink-2); }
.faq-group + .faq-group { margin-top: 3rem; }
.faq-group h2 { font-size: 1.35rem; font-stretch: 115%; font-weight: 850; text-transform: uppercase; margin-bottom: 1.1rem; }

/* ---------- Aerial circuit view ---------- */
.aerial { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); background: #000; box-shadow: var(--shadow); }
.aerial img { width: 100%; height: auto; filter: saturate(1.08) contrast(1.06); }
.aerial::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 48%, transparent 52%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 22%); }
.aerial__grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px); background-size: 44px 44px; }
.pin { position: absolute; z-index: 2; display: flex; align-items: center; gap: 0.45rem; transform: translate(-7px, -50%); }
.pin--left { flex-direction: row-reverse; transform: translate(calc(-100% + 7px), -50%); }
.pin i { width: 14px; height: 14px; flex: none; border-radius: 50%; background: var(--brand); border: 2px solid #fff; animation: pulse 2.4s infinite; }
.pin span { font-stretch: 80%; font-weight: 800; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: rgba(8, 8, 10, 0.78); border: 1px solid var(--line-strong); padding: 0.32rem 0.55rem; border-radius: 7px; white-space: nowrap; backdrop-filter: blur(6px); }
.aerial__hud { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; display: inline-flex; align-items: center; gap: 0.55rem; font-stretch: 80%; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-2); }
@media (max-width: 720px) { .pin span { font-size: 0.6rem; padding: 0.25rem 0.4rem; } .aerial__grid { background-size: 30px 30px; } }


/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; padding: clamp(5rem, 11vw, 9rem) 0; background: #000; }
.cta-band__media { position: absolute; inset: 0; z-index: -2; }
.cta-band__media img, .cta-band__media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.cta-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 20% 50%, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.9) 70%); }
.cta-band--bright .cta-band__media img, .cta-band--bright .cta-band__media video { opacity: 0.9; }
.cta-band--bright::before { background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.08) 100%); }
.cta-band h2 { font-size: clamp(2.6rem, 7vw, 6.4rem); max-width: 14ch; }
.cta-band .lede { margin-top: 1.2rem; }
.cta-band .btn-row { margin-top: 2rem; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 1rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: 0.4rem; }
.field label { font-weight: 700; font-size: 0.88rem; color: var(--text-2); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 0.8rem 0.95rem; border-radius: 12px;
  background: var(--bg); border: 1.5px solid var(--line-strong); color: var(--text); font: inherit; font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(255, 107, 26, 0.18); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; }
.form__ok { display: none; padding: 1.2rem; border-radius: var(--radius); background: rgba(61, 220, 132, 0.1); border: 1px solid rgba(61, 220, 132, 0.35); }
.form.is-sent .form__ok { display: block; }
.panel { padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: var(--radius-lg); background: var(--bg-card); border: 1px solid var(--line-strong); }

/* ---------- Visit ---------- */
.visit { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
.map { position: relative; min-height: 420px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: #111; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(0.9) contrast(1.05); }
.info-list { list-style: none; display: grid; gap: 1.2rem; }
.info-list li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; }
.info-list .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 107, 26, 0.12); color: var(--brand); }
.info-list .ico svg { width: 20px; height: 20px; }
.info-list b { display: block; font-weight: 800; margin-bottom: 0.15rem; }
.info-list span, .info-list a { color: var(--text-2); }
.info-list a:hover { color: var(--text); }
.hours { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1.2rem; font-size: 0.95rem; color: var(--text-2); }
.hours dt { color: var(--text); font-weight: 700; }
.hours dd { margin: 0; }

/* ---------- Footer ---------- */
.footer { background: #050506; padding: 0; color: var(--text-2); font-size: 0.95rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2.5rem; padding-bottom: 3rem; }
.footer h3 { font-stretch: 80%; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.76rem; color: var(--muted); margin-bottom: 1.1rem; }
.footer ul { list-style: none; display: grid; gap: 0.6rem; }
.footer a:hover { color: var(--text); }
.footer__blurb { margin: 1.2rem 0 1.4rem; max-width: 34ch; }
.socials { display: flex; gap: 0.6rem; }
.footer__bottom { border-top: 1px solid var(--line); padding: 1.4rem 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: 0.82rem; color: var(--muted); }
.footer__bottom nav { display: flex; gap: 1.2rem; }

/* ---------- Video modal ---------- */
.vmodal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 1rem; background: rgba(0, 0, 0, 0.88); opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s; }
.vmodal.is-open { opacity: 1; visibility: visible; }
.vmodal__box { position: relative; width: min(1100px, 100%); aspect-ratio: 16 / 9; background: #000; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.vmodal__box iframe { width: 100%; height: 100%; border: 0; }
.vmodal__close { position: absolute; top: -52px; right: 0; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.1); }
.vmodal__close svg { width: 20px; height: 20px; }
.play { display: inline-flex; align-items: center; gap: 0.75rem; font-weight: 800; font-stretch: 90%; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.95rem; }
.play__ring { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid var(--line-strong); background: rgba(255, 255, 255, 0.06); transition: transform 0.3s var(--ease), background-color 0.3s; }
.play:hover .play__ring { transform: scale(1.08); background: var(--brand); color: var(--brand-ink); border-color: var(--brand); }
.play__ring svg { width: 18px; height: 18px; margin-left: 3px; }

/* ---------- Misc ---------- */
.badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.75rem; border-radius: 8px; background: rgba(0, 0, 0, 0.62); border: 1px solid var(--line-strong); backdrop-filter: blur(8px); font-stretch: 85%; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.badge svg { width: 14px; height: 14px; color: var(--brand); }
.divider { height: 1px; background: var(--line); margin: 3rem 0; }
.center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.stack > * + * { margin-top: 1rem; }
.prose { color: var(--text-2); }
.prose h2 { font-size: 1.5rem; font-stretch: 112%; font-weight: 850; color: var(--text); margin: 2.4rem 0 0.8rem; text-transform: uppercase; }
.prose h3 { font-size: 1.1rem; color: var(--text); margin: 1.8rem 0 0.6rem; }
.prose ul { padding-left: 1.2rem; margin: 0 0 1em; display: grid; gap: 0.35rem; }
.prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.event-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 1.4rem 1.6rem; border-radius: var(--radius-lg); background: linear-gradient(90deg, rgba(255, 107, 26, 0.14), var(--bg-card) 60%); border: 1px solid rgba(255, 107, 26, 0.35); }
.event-card__date { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 16px; background: var(--brand); color: var(--brand-ink); text-align: center; line-height: 1; }
.event-card__date b { font-stretch: 125%; font-weight: 900; font-size: 2rem; }
.event-card__date span { font-stretch: 80%; font-weight: 900; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; }
.event-card h3 { margin-bottom: 0.3rem; }
.event-card p { color: var(--text-2); font-size: 0.95rem; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; } .reveal-d2 { transition-delay: 0.16s; } .reveal-d3 { transition-delay: 0.24s; }

/* Minimal landing-page chrome */
.lp-header { position: absolute; inset: 0 0 auto; z-index: 50; height: var(--header-h); }
.lp-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 0.8rem var(--gutter) calc(0.8rem + env(safe-area-inset-bottom)); background: rgba(11, 11, 13, 0.94); border-top: 1px solid var(--line-strong); backdrop-filter: blur(12px); transform: translateY(110%); transition: transform 0.35s var(--ease); }
.sticky-cta.is-on { transform: none; }
.sticky-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0; }
.sticky-cta b { font-stretch: 110%; font-weight: 900; text-transform: uppercase; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .nav__link { padding: 0 0.6rem; font-size: 0.9rem; }
  .hero__inner { grid-template-columns: minmax(0, 1fr) 320px; }
}
@media (max-width: 1040px) {
  .nav, .header__cta .btn, .header__cta .icon-btn--phone { display: none; }
  .menu-btn { display: grid; }
  .header__cta { margin-left: auto; }
  .hero__inner { grid-template-columns: 1fr; gap: 2rem; }
  .offer-card { max-width: 440px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .card--feature { grid-column: span 2; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .ladder { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
  .ladder::before { display: none; }
  .split { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .visit { grid-template-columns: 1fr; }
  .section-head--split { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  :root { --header-h: 64px; --cut: 18px; }
  body { font-size: 1rem; padding-bottom: 76px; }
  body.page--lp { padding-bottom: 0; }
  .topbar__right .hide-sm { display: none; }
  .topbar { font-size: 0.78rem; }
  .logo__text b { font-size: 1rem; }
  .logo__mark { width: 34px; height: 34px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .card--feature { grid-column: auto; }
  .card--feature .card__media { min-height: 0; aspect-ratio: 16 / 11; }
  .hero { min-height: min(100svh, 860px); }
  .hero__inner { padding-top: calc(var(--header-h) + 3rem); }
  .hero .offer-card { display: none; }
  .hero::before, .phero::before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.12) 22%, rgba(6, 6, 8, 0.55) 45%, rgba(6, 6, 8, 0.9) 70%, var(--bg) 100%); }
  .btn { white-space: normal; text-align: center; }
  .btn--lg { min-height: 56px; padding: 0.9rem 1.2rem; font-size: 0.98rem; }
  .btn-row > .btn { flex: 1 1 100%; }
  .btn-row > .play { flex: 1 1 100%; justify-content: center; }
  .topbar__right a[href^="tel"] span, .topbar__right .tel-label { display: none; }
  .topbar__event .long { display: none; }
  .hero h1 { font-size: clamp(2.3rem, 11.4vw, 4rem); }
  .proof { gap: 0.5rem 1rem; font-size: 0.84rem; }
  .ladder { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .timing__row { grid-template-columns: 42px minmax(0, 1fr) 70px 60px; padding: 0.8rem 0.9rem; font-size: 0.92rem; }
  .timing__name { white-space: normal; }
  .timing__time { font-size: 1rem; }
  .stat { padding: 1.3rem 1.1rem; }
  .stat::before { left: 1.1rem; }
  .stat__num { flex-wrap: wrap; font-size: 1.9rem; row-gap: 0.2rem; }
  .event-card { grid-template-columns: auto 1fr; }
  .event-card .btn { grid-column: 1 / -1; }
  .marquee .review { width: 300px; }
  .phero { min-height: 520px; }
  .mobile-bar {
    display: grid; grid-template-columns: auto 1fr; gap: 0.6rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom));
    background: rgba(11, 11, 13, 0.95); border-top: 1px solid var(--line-strong);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  }
  .mobile-bar .btn { min-height: 50px; }
  .page--lp .mobile-bar { display: none; }
  .sticky-cta b { font-size: 0.9rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .ticker__track, .marquee__track { animation: none; }
}
