    :root {
      --black:        #070707;
      --panel:        #0e0d0b;
      --panel-2:      #131210;
      --line:         rgba(232,185,35,0.20);
      --gold:         #e8b923;
      --gold-bright:  #ffd968;
      --gold-deep:    #b8860b;
      --text:         #f4efe6;
      --muted:        #b3aa98;
      --maxw:         1160px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 72px; }
    html, body { -webkit-text-size-adjust: 100%; }

    body {
      font-family: 'Oswald', sans-serif;
      background: var(--black);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-tap-highlight-color: transparent;
    }

    h1, h2, h3, .display { font-family: 'Teko', sans-serif; font-weight: 700; line-height: 0.95; letter-spacing: 1px; }

    .wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .gold { color: var(--gold); }
    .stroke {
      color: transparent;
      -webkit-text-stroke: 1.5px var(--gold);
    }

    .eyebrow {
      display: inline-block;
      font-weight: 600;
      letter-spacing: 4px;
      text-transform: uppercase;
      font-size: 13px;
      color: var(--gold);
      margin-bottom: 14px;
    }

    /* ── Buttons ───────────────────────────── */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 14px;
      padding: 15px 30px;
      border-radius: 4px;
      cursor: pointer;
      border: 1px solid transparent;
      transition: transform .15s ease, box-shadow .15s ease, background .2s ease, color .2s ease;
      white-space: nowrap;
    }
    .btn-primary {
      background: linear-gradient(135deg, var(--gold-bright), var(--gold) 55%, var(--gold-deep));
      color: #1a1300;
      box-shadow: 0 8px 30px rgba(232,185,35,0.28);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 38px rgba(232,185,35,0.45); }
    .btn-ghost { background: transparent; color: var(--gold); border-color: var(--gold); }
    .btn-ghost:hover { background: rgba(232,185,35,0.10); transform: translateY(-2px); }

    /* ── Nav ───────────────────────────────── */
    header.nav {
      position: fixed; inset: 0 0 auto 0; z-index: 100;
      /* Top scrim keeps nav links legible over the hero photo */
      background: linear-gradient(180deg, rgba(7,7,7,0.6) 0%, rgba(7,7,7,0) 100%);
      transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
      border-bottom: 1px solid transparent;
    }
    header.nav.scrolled {
      background: rgba(7,7,7,0.92);
      backdrop-filter: blur(10px);
      border-bottom-color: var(--line);
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
    .brand-mark { display: flex; align-items: center; gap: 10px; font-family: 'Teko', sans-serif; font-size: 26px; font-weight: 700; letter-spacing: 2px; color: var(--text); }
    .brand-mark img { height: 38px; width: auto; }
    .brand-mark .two { color: var(--gold); }
    .nav-links { display: flex; align-items: center; gap: 22px; }
    .nav-links a { font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; font-size: 14px; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--gold); }
    .nav-cta { padding: 11px 18px; font-size: 13px; letter-spacing: 1px; margin-left: 14px; }

    .hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
    .hamburger span { width: 26px; height: 2px; background: var(--gold); transition: .25s; }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── Hero ──────────────────────────────── */
    .hero {
      position: relative;
      min-height: 100vh; min-height: 100svh;
      display: flex; align-items: center; justify-content: center;
      text-align: center;
      padding: 120px 22px 80px;
      overflow: hidden;
    }
    /* CSS replica of the brand backdrop — no image needed.
       Near-black textured base + warm top spotlight + gold corner glows. */
    .hero::before, .page-hero::before {
      content: ""; position: absolute; inset: 0; z-index: 0;
      background:
        radial-gradient(58% 42% at 50% -10%, rgba(255,226,150,0.55), rgba(232,185,35,0.12) 30%, transparent 60%),
        radial-gradient(42% 55% at -4% 16%, rgba(232,185,35,0.18), transparent 55%),
        radial-gradient(30% 38% at 2% 98%, rgba(232,185,35,0.20), transparent 60%),
        radial-gradient(40% 48% at 104% 84%, rgba(232,185,35,0.16), transparent 55%),
        radial-gradient(28% 34% at 98% 8%, rgba(232,185,35,0.10), transparent 60%),
        radial-gradient(130% 120% at 50% 38%, #16130f 0%, #0c0b09 46%, #050505 100%);
    }
    /* Film-grain texture + bottom fade into the next section */
    .hero::after, .page-hero::after {
      content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E") repeat,
        linear-gradient(180deg, rgba(7,7,7,0.18) 0%, transparent 28%, rgba(7,7,7,0.55) 80%, var(--black) 100%);
      background-size: 170px 170px, auto;
    }
    .hero-content { position: relative; z-index: 2; max-width: 760px; }
    .hero-logo { width: min(340px, 78vw); margin: 0 auto 26px; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.6)); }
    .hero h1 {
      font-size: clamp(52px, 12vw, 120px);
      text-transform: uppercase;
      text-shadow: 0 0 40px rgba(232,185,35,0.25);
    }
    .hero h1 .line2 { display: block; }
    .hero .tagline {
      margin-top: 12px;
      font-weight: 500; letter-spacing: 3px; text-transform: uppercase;
      font-size: clamp(13px, 3vw, 18px); color: var(--gold-bright);
    }
    .hero p.lede { margin: 20px auto 0; max-width: 540px; color: var(--muted); font-size: clamp(15px, 2.5vw, 17px); }
    .hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
    .scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: var(--muted); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; animation: bob 2s ease-in-out infinite; }
    @keyframes bob { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(7px)} }

    /* ── Marquee strip ─────────────────────── */
    .strip { background: linear-gradient(90deg, var(--gold-deep), var(--gold) 50%, var(--gold-deep)); color: #1a1300; overflow: hidden; }
    .strip-track { display: flex; gap: 40px; white-space: nowrap; padding: 14px 0; font-family: 'Teko', sans-serif; font-size: 26px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; animation: marquee 24s linear infinite; }
    .strip-track span { display: inline-flex; align-items: center; gap: 40px; }
    .strip-track span::after { content: "✦"; font-size: 18px; }
    @keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }

    /* ── Section scaffolding ───────────────── */
    section { position: relative; }
    .pad { padding: 96px 0; }
    .section-head { max-width: 680px; margin-bottom: 52px; }
    .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
    .section-head h2 { font-size: clamp(40px, 8vw, 78px); text-transform: uppercase; }
    .section-head p { margin-top: 16px; color: var(--muted); font-size: 17px; }

    /* ── About ─────────────────────────────── */
    .about { background: var(--black); }
    .about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
    .about-copy p { color: var(--muted); margin-bottom: 18px; font-size: 17px; }
    .about-copy p strong { color: var(--text); font-weight: 600; }
    .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .stat { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 26px 22px; text-align: center; }
    .stat .num { font-family: 'Teko', sans-serif; font-size: 52px; font-weight: 700; color: var(--gold); line-height: 1; }
    .stat .lbl { margin-top: 6px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }

    /* ── Programs ──────────────────────────── */
    .programs { background: linear-gradient(180deg, var(--black), var(--panel-2)); }
    .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .card {
      background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
      padding: 34px 28px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }
    .card .ico { font-size: 34px; margin-bottom: 16px; }
    .card h3 { font-size: 30px; text-transform: uppercase; color: var(--text); margin-bottom: 10px; }
    .card p { color: var(--muted); font-size: 15.5px; }

    /* ── Watch / video ─────────────────────── */
    .watch { background: var(--black); }
    .watch-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 50px; align-items: center; }
    .video-frame {
      position: relative; aspect-ratio: 4 / 5; height: min(70vh, 620px); width: auto; max-width: 100%;
      margin: 0 auto; border-radius: 16px; padding: 3px;
      background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep) 45%, #3a2c08 72%, var(--gold));
      box-shadow: 0 0 60px rgba(232,185,35,0.20), 0 22px 60px rgba(0,0,0,0.6);
    }
    .video-frame video { width: 100%; height: 100%; border-radius: 13px; background: #000; object-fit: cover; }
    .unmute {
      position: absolute; top: 14px; right: 14px;
      display: inline-flex; align-items: center; gap: 8px;
      padding: 11px 18px; border: 1px solid var(--gold); border-radius: 999px;
      background: rgba(7,7,7,0.72); backdrop-filter: blur(6px);
      color: var(--gold-bright); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 13px;
      cursor: pointer; box-shadow: 0 0 24px rgba(232,185,35,0.35);
      animation: pulse 2.2s ease-in-out infinite; transition: opacity .4s ease, transform .4s ease;
    }
    .unmute:hover { background: rgba(232,185,35,0.16); }
    .unmute.hidden { opacity: 0; pointer-events: none; transform: scale(.9); }
    @keyframes pulse { 0%,100%{box-shadow:0 0 18px rgba(232,185,35,0.30)} 50%{box-shadow:0 0 34px rgba(232,185,35,0.55)} }

    /* ── Pillars ───────────────────────────── */
    .pillars-wrap { background: var(--panel-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .pillars { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 56px; padding: 46px 0; }
    .pillar { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 96px; }
    .pillar .ico { font-size: 30px; filter: drop-shadow(0 0 10px rgba(232,185,35,0.4)); }
    .pillar .t { font-family: 'Teko', sans-serif; font-size: 26px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); }

    /* ── Contact ───────────────────────────── */
    .contact { background: var(--black); }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
    .contact-info h2 { font-size: clamp(40px, 7vw, 70px); text-transform: uppercase; }
    .contact-info p.lede { color: var(--muted); font-size: 17px; margin: 16px 0 30px; max-width: 440px; }
    .info-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
    .info-list li { display: flex; gap: 14px; align-items: flex-start; }
    .info-list .ico { font-size: 20px; color: var(--gold); width: 26px; flex: none; text-align: center; }
    .info-list .k { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
    .info-list .v { font-size: 17px; color: var(--text); }
    .info-list .directions-btn { display: inline-flex; margin-top: 12px; padding: 11px 22px; font-size: 13px; }
    .socials { display: flex; gap: 14px; margin-top: 30px; }
    .socials a { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--gold); transition: .2s; }
    .socials a:hover { background: var(--gold); color: #1a1300; transform: translateY(-3px); }

    form.lead { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 34px; }
    .field { margin-bottom: 18px; }
    .field label { display: block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
    .field input, .field select, .field textarea {
      width: 100%; font-family: 'Oswald', sans-serif; font-size: 15px; color: var(--text);
      background: var(--black); border: 1px solid var(--line); border-radius: 7px; padding: 13px 14px;
      transition: border-color .2s, box-shadow .2s;
    }
    .field textarea { resize: vertical; min-height: 110px; }
    .field input:focus, .field select:focus, .field textarea:focus {
      outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,185,35,0.15);
    }
    .field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e8b923' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
    .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
    form.lead .btn { width: 100%; margin-top: 6px; }
    .form-note { margin-top: 14px; font-size: 13px; text-align: center; min-height: 20px; letter-spacing: .5px; }
    .form-note.ok { color: var(--gold-bright); }
    .form-note.err { color: #ff7a6b; }

    /* ── Footer ────────────────────────────── */
    footer.site { background: var(--panel-2); border-top: 1px solid var(--line); padding: 50px 0 30px; }
    .foot-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
    .foot-brand { display: flex; align-items: center; gap: 12px; }
    .foot-brand img { height: 46px; }
    .foot-links { display: flex; gap: 26px; flex-wrap: wrap; }
    .foot-links a { color: var(--muted); font-size: 14px; letter-spacing: 1px; text-transform: uppercase; transition: color .2s; }
    .foot-links a:hover { color: var(--gold); }
    .copy { margin-top: 28px; text-align: center; color: #6e675b; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }

    /* ── Scroll reveal ─────────────────────── */
    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.in { opacity: 1; transform: none; }

    /* ── Mobile ────────────────────────────── */
    @media (max-width: 900px) {
      .about-grid, .watch-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
      .cards { grid-template-columns: 1fr 1fr; }
      .watch-grid .video-frame { height: min(64vh, 560px); }
    }
    /* Nav collapses to hamburger earlier so the wider CTA never overflows */
    @media (max-width: 992px) {
      .nav-links { position: fixed; inset: 68px 0 auto 0; flex-direction: column; gap: 0; background: rgba(7,7,7,0.98); border-bottom: 1px solid var(--line); padding: 8px 0; transform: translateY(-120%); transition: transform .3s ease; }
      .nav-links.open { transform: none; }
      .nav-links a { width: 100%; text-align: center; padding: 16px; border-top: 1px solid rgba(232,185,35,0.08); }
      .nav-links .nav-cta { margin: 12px 22px; }
      .nav-links a[data-nav].active::after { display: none; }
      .hamburger { display: flex; }
    }
    @media (max-width: 720px) {
      .pad { padding: 72px 0; }
      .cards { grid-template-columns: 1fr; }
      .row2 { grid-template-columns: 1fr; }
      form.lead { padding: 26px 20px; }
      .foot-grid { flex-direction: column; text-align: center; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .strip-track, .unmute, .scroll-hint { animation: none; }
      .reveal { opacity: 1; transform: none; transition: none; }
    }

    /* ===== Multi-page additions ===== */

    /* Active nav link (current page) */
    .nav-links a.active { color: var(--gold); }
    .foot-links a.active { color: var(--gold); }

    /* Inner-page header banner (shares hero bg via .page-hero::before/::after) */
    .page-hero {
      position: relative; overflow: hidden; text-align: center;
      padding: 150px 22px 70px;
    }
    .page-hero .inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
    .page-hero h1 {
      font-size: clamp(46px, 9vw, 92px); text-transform: uppercase;
      text-shadow: 0 0 40px rgba(232,185,35,0.22);
    }
    .page-hero h1 .gold { color: var(--gold); }
    .page-hero p { margin: 16px auto 0; max-width: 560px; color: var(--muted); font-size: clamp(15px, 2.5vw, 18px); }

    /* CTA band */
    .cta-band { position: relative; text-align: center; padding: 84px 22px; background: linear-gradient(180deg, var(--panel-2), var(--black)); border-top: 1px solid var(--line); }
    .cta-band h2 { font-size: clamp(36px, 7vw, 66px); text-transform: uppercase; }
    .cta-band p { color: var(--muted); margin: 14px auto 26px; max-width: 520px; font-size: 17px; }
    .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

    /* Pricing / membership tiers */
    .tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
    .tier {
      position: relative; display: flex; flex-direction: column;
      background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 34px 28px;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .tier:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }
    .tier.featured { border-color: var(--gold); box-shadow: 0 0 50px rgba(232,185,35,0.16); }
    .tier .badge {
      position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
      background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: #1a1300;
      font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 11px;
      padding: 6px 16px; border-radius: 999px; white-space: nowrap;
    }
    .tier h3 { font-size: 34px; text-transform: uppercase; color: var(--text); }
    .tier .price { font-family: 'Teko', sans-serif; font-size: 40px; color: var(--gold); line-height: 1; margin: 8px 0 4px; }
    .tier .price small { font-family: 'Oswald', sans-serif; font-size: 14px; color: var(--muted); letter-spacing: 1px; }
    .tier .term { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
    .tier ul { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 4px 0 26px; }
    .tier ul li { color: var(--muted); font-size: 15.5px; padding-left: 26px; position: relative; }
    .tier ul li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
    .tier .btn { margin-top: auto; width: 100%; }
    .price-note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 26px; }

    /* Map placeholder / embed */
    .map-embed { width: 100%; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
    .map-embed iframe { display: block; width: 100%; height: 360px; border: 0; filter: grayscale(0.3) contrast(1.05); }
    .map-placeholder {
      display: grid; place-items: center; gap: 8px; height: 280px; text-align: center;
      background: repeating-linear-gradient(45deg, rgba(232,185,35,0.05) 0 14px, transparent 14px 28px), var(--panel);
      border: 1px dashed var(--line); border-radius: 14px; color: var(--muted);
      font-size: 14px; letter-spacing: 1px;
    }
    .map-placeholder .ico { font-size: 34px; }

    /* Clickable "get directions" card */
    .map-card {
      display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
      padding: 24px 26px; border-radius: 14px;
      background: var(--panel); border: 1px solid var(--line);
      transition: border-color .2s, transform .2s, box-shadow .2s;
    }
    .map-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 16px 44px rgba(0,0,0,0.5); }
    .map-card .map-pin { font-size: 30px; flex: none; }
    .map-card-text { flex: 1; min-width: 200px; color: var(--muted); font-size: 15px; line-height: 1.5; }
    .map-card-text strong { display: block; color: var(--text); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }
    .map-card-cta {
      flex: none; color: var(--gold); font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; font-size: 14px;
      border: 1px solid var(--gold); border-radius: 6px; padding: 12px 20px; transition: background .2s, color .2s;
    }
    .map-card:hover .map-card-cta { background: var(--gold); color: #1a1300; }
    @media (max-width: 560px) { .map-card-cta { width: 100%; text-align: center; } }

    @media (max-width: 900px) {
      .tiers { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    }
    @media (max-width: 720px) {
      .page-hero { padding: 120px 18px 56px; }
    }

    /* ===== Photo hero (homepage) ===== */
    .hero-split {
      position: relative; overflow: hidden;
      display: grid; grid-template-columns: 1fr 1.08fr; align-items: stretch;
      min-height: 90vh; min-height: 90svh;
      background:
        radial-gradient(55% 70% at 0% 28%, rgba(232,185,35,0.10), transparent 60%),
        #070707;
    }
    .hero-split .hero-text {
      position: relative; z-index: 2; align-self: center;
      padding: 120px clamp(24px,4vw,48px) 72px clamp(24px,6vw,96px);
      max-width: 640px;
    }
    .hero-split .eyebrow { margin-bottom: 14px; }
    .hero-split h1 {
      font-family: 'Teko', sans-serif; font-weight: 700;
      font-size: clamp(52px, 8vw, 120px); line-height: 0.82;
      text-transform: uppercase; letter-spacing: 1px; white-space: nowrap;
    }
    .hero-split h1 .gold { color: var(--gold); display: block; }
    .hero-tagline {
      margin-top: 18px; color: var(--text);
      font-size: clamp(16px, 2.4vw, 22px); font-weight: 500; letter-spacing: 0.4px;
    }
    .hero-btn { margin-top: 30px; padding: 16px 34px; font-weight: 700; }
    .hero-btn span { font-size: 18px; line-height: 1; }
    .hero-photo {
      position: relative;
      background: url('/assets/hero-athlete.jpg') center 16% / cover no-repeat;
    }
    .hero-photo::before {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(90deg, #070707 0%, rgba(7,7,7,0.72) 20%, rgba(7,7,7,0) 58%);
    }
    .hero-photo::after {
      content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 28%;
      background: linear-gradient(180deg, transparent, rgba(7,7,7,0.85));
    }
    @media (max-width: 880px) {
      .hero-split { grid-template-columns: 1fr; min-height: 92vh; min-height: 92svh; }
      .hero-photo { position: absolute; inset: 0; z-index: 0; background-position: center 14%; }
      .hero-photo::before { background: linear-gradient(180deg, rgba(7,7,7,0.45) 0%, rgba(7,7,7,0.3) 32%, rgba(7,7,7,0.9) 100%); }
      .hero-photo::after { display: none; }
      .hero-split .hero-text { align-self: end; max-width: none; padding: 120px 22px 54px; }
    }

    /* ===== Feature strip ===== */
    .features { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; padding: 34px 0; }
    .feature { display: flex; align-items: center; gap: 14px; }
    .feature .f-ico {
      width: 54px; height: 54px; flex: none; border: 2px solid var(--gold); border-radius: 50%;
      display: grid; place-items: center; color: var(--gold);
    }
    .feature .f-ico svg { width: 26px; height: 26px; }
    .feature h4 { font-size: 14.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text); margin-bottom: 3px; }
    .feature p { font-size: 13px; color: var(--muted); line-height: 1.4; }
    @media (max-width: 880px) { .features-grid { grid-template-columns: 1fr 1fr; gap: 22px 26px; } }
    @media (max-width: 520px) { .features-grid { grid-template-columns: 1fr; } }

    /* Nav logo image */
    .brand-mark img { height: 44px; width: auto; display: block; }

    /* Active nav underline */
    .nav-links a[data-nav] { position: relative; }
    .nav-links a[data-nav].active { color: var(--gold); }
    .nav-links a[data-nav].active::after {
      content: ""; position: absolute; left: 0; right: 0; bottom: -8px;
      height: 2px; background: var(--gold); border-radius: 2px;
    }

    /* About page photo */
    .about-photo { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
    .about-photo img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; filter: contrast(1.05); }

    /* ===== Launch offer modal ===== */
    .offer-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: flex-start; justify-content: center; padding: 24px 16px; }
    .offer-modal.open { display: flex; }
    .offer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.82); backdrop-filter: blur(4px); }
    .offer-close {
      position: fixed; top: 16px; right: 16px; z-index: 2;
      width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
      border: 1px solid var(--gold); background: rgba(10,10,10,0.85); color: var(--gold);
      font-size: 26px; line-height: 1; display: grid; place-items: center;
      transition: background .2s, transform .2s, color .2s;
    }
    .offer-close:hover { background: var(--gold); color: #1a1300; transform: rotate(90deg); }
    .offer-dialog {
      position: relative; z-index: 1; width: 100%; max-width: 440px; max-height: 92vh; overflow-y: auto;
      border-radius: 16px; background: #0a0a0a; border: 1px solid var(--gold);
      box-shadow: 0 30px 90px rgba(0,0,0,0.7); animation: offerIn .3s ease;
      -webkit-overflow-scrolling: touch;
    }
    .offer-dialog img { width: 100%; display: block; }
    .offer-actions { padding: 16px; background: #0a0a0a; }
    .offer-actions .btn { width: 100%; }
    @keyframes offerIn { from { opacity: 0; transform: translateY(20px) scale(0.98); } to { opacity: 1; transform: none; } }

    /* Brand wordmark (icon + stacked text) */
    .brand-mark { display: flex; align-items: center; gap: 12px; }
    .brand-mark .brand-icon { height: 48px; width: auto; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5)); }
    .brand-text { display: flex; flex-direction: column; line-height: 1; }
    .brand-text .bt-name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 18px; letter-spacing: 3px; text-transform: uppercase; color: var(--text); }
    .brand-text .bt-ver { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
    .foot-brand { display: flex; align-items: center; gap: 12px; }
    .foot-brand .brand-icon { height: 56px; width: auto; display: block; }
    @media (max-width: 480px) {
      .brand-mark .brand-icon { height: 40px; }
      .brand-text .bt-name { font-size: 15px; letter-spacing: 2px; }
      .brand-text .bt-ver { font-size: 11px; }
    }
