/* Ghoolf Book — marketing site styles
   Tokens borrow from the Sportsdesk prototype.
   - Evergreen 0F1B14 + Saffron F2B33D + Cream F4F2EB
*/

:root {
  --evergreen:  #0F1B14;
  --evergreen2: #16271D;
  --evergreen3: #1F3A2A;
  --forest:     #1F8B5B;
  --forestBri:  #3FCB85;
  --saffron:    #F2B33D;
  --saffronHi:  #FFD874;
  --saffronLo:  #C68C19;
  --onSaffron:  #1A1408;
  --cream:      #F4F2EB;
  --creamWarm:  #EAE5D3;
  --ink:        #0E1A14;
  --ink2:       #1B2421;
  --muted:      #5A6864;
  --muted2:     #8A968F;
  --hairline:   rgba(15,27,20,.10);
  --hairlineHi: rgba(244,242,235,.12);

  --display: 'Inter', -apple-system, "SF Pro Display", system-ui, sans-serif;
  --body:    'Inter', -apple-system, "SF Pro Text", system-ui, sans-serif;
  --mono:    ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-feature-settings: 'cv11', 'ss01', 'ss03';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* ── Layout ───────────────────────────────────────────── */
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 600px) { .wrap { padding: 0 20px; } }

.section { padding: 96px 0; }
@media (max-width: 800px) { .section { padding: 72px 0; } }
@media (max-width: 500px) { .section { padding: 56px 0; } }

.dark { background: var(--evergreen); color: #fff; }
.dark2 { background: var(--evergreen2); color: #fff; }
.cream { background: var(--cream); color: var(--ink); }
.gold  { background: var(--saffron); color: var(--onSaffron); }

/* Topographic bg pattern (used in dark sections) */
.topo {
  position: relative;
  overflow: hidden;
}
.topo::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(242,179,61,.12), transparent 40%),
    radial-gradient(circle at 80% 100%, rgba(63,203,133,.08), transparent 50%);
  pointer-events: none;
}

/* ── Type ─────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
}
.eyebrow.gold {
  background: rgba(242,179,61,.12);
  color: var(--saffronHi);
  border: 1px solid rgba(242,179,61,.35);
}
.eyebrow.dark {
  background: rgba(15,27,20,.06);
  color: var(--ink);
  border: 1px solid var(--hairline);
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 6px;
  background: currentColor;
  animation: dot 1.4s ease-in-out infinite;
}
@keyframes dot { 0%,40%,100% { opacity:.25 } 50% { opacity:1 } }

h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -0.02em; }
h1 { font-size: clamp(44px, 7vw, 86px); line-height: 0.98; font-weight: 700; }
h2 { font-size: clamp(34px, 4.5vw, 56px); line-height: 1.04; font-weight: 700; letter-spacing: -0.025em; }
h3 { font-size: clamp(20px, 2.4vw, 28px); line-height: 1.18; font-weight: 600; }

.lead {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 56ch;
}
.dark .lead { color: rgba(255,255,255,.72); }

.kicker {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px; font-weight: 800; letter-spacing: 2.6px;
  color: var(--saffron);
}

/* ── Buttons ──────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--saffron);
  color: var(--onSaffron);
  box-shadow: 0 14px 32px -10px rgba(242,179,61,.5);
}
.btn-primary:hover { background: var(--saffronHi); }
.btn-ghost {
  background: transparent;
  color: inherit;
  border: 1px solid var(--hairline);
}
.dark .btn-ghost { border-color: var(--hairlineHi); color: #fff; }
.btn-ghost:hover { background: rgba(15,27,20,.04); }
.dark .btn-ghost:hover { background: rgba(255,255,255,.04); }

/* App store badges */
.appstores { display: flex; gap: 10px; flex-wrap: wrap; }
.store {
  display: inline-flex; align-items: center; gap: 12px;
  background: #000; color: #fff;
  padding: 10px 18px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
}
.store .lbl { font-size: 10px; opacity: .8; letter-spacing: .8px; line-height: 1; text-transform: uppercase; }
.store .name { font-size: 17px; font-weight: 600; line-height: 1.1; margin-top: 3px; }

/* ── Signet helper ────────────────────────────────────── */
.signet {
  background-color: currentColor;
  -webkit-mask-image: url("assets/signet.png");
          mask-image: url("assets/signet.png");
  -webkit-mask-size: contain;   mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  display: inline-block;
}

/* ── Nav ──────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15,27,20,.85);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-row {
  height: 68px;
  display: flex; align-items: center; gap: 28px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -0.5px;
}
.brand .dot { color: var(--saffron); }
.nav-links { display: flex; gap: 26px; flex: 1; margin-left: 12px; }
.nav-links a {
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,.78);
  transition: color .15s;
}
.nav-links a:hover { color: var(--saffron); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.hamburger {
  display: none;
  width: 40px; height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: transparent; color: #fff;
  align-items: center; justify-content: center;
  cursor: pointer;
}
.hamburger span { display: block; width: 18px; height: 2px; background: #fff; margin: 2.5px 0; border-radius: 2px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; flex-direction: column; }
  .nav-cta .btn-ghost { display: none; }
}
@media (max-width: 520px) {
  .nav-row { height: 62px; gap: 12px; }
  .brand { font-size: 18px; flex: 1; min-width: 0; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn-primary { display: none; }
  .mobile-menu { top: 62px; padding: 22px 20px; }
}

.mobile-menu {
  position: fixed; inset: 68px 0 0 0; z-index: 49;
  background: var(--evergreen);
  padding: 28px;
  display: none; flex-direction: column; gap: 4px;
}
.mobile-menu[data-open] { display: flex; }
.mobile-menu a {
  padding: 16px 4px;
  font-size: 22px; font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mobile-menu .btn { margin-top: 18px; justify-content: center; }

/* ── Hero ─────────────────────────────────────────────── */
.hero { padding: 80px 0 40px; position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.hero h1 .grain { color: var(--saffron); }
.hero .lead { margin-top: 22px; }
.hero .cta-row { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero .stats { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 460px; }
.hero .stat { border-top: 1px solid rgba(255,255,255,.12); padding-top: 14px; }
.hero .stat .v { font-family: var(--mono); font-size: 26px; font-weight: 800; letter-spacing: -.5px; }
.hero .stat .l { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 1.6px; color: rgba(255,255,255,.5); margin-top: 4px; text-transform: uppercase; }

.phones-stage {
  position: relative;
  display: flex; justify-content: center;
  height: 660px;
}
.phone {
  width: 290px;
  border-radius: 36px;
  background: #0a0d0c;
  padding: 6px;
  box-shadow:
    0 50px 80px -30px rgba(0,0,0,.55),
    0 0 0 1px #222827,
    inset 0 0 0 1px rgba(255,255,255,.06);
  position: relative;
}
.phone-screen {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 290/600;
  background: #000;
}
.phone-island {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 24px; border-radius: 24px; background: #000; z-index: 60;
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero .stats { max-width: none; }
  .phones-stage { height: 600px; }
}
@media (max-width: 640px) {
  .hero { padding: 56px 0 24px; }
  .hero-grid { gap: 26px; }
  .hero .cta-row { align-items: stretch; }
  .hero .cta-row .btn { justify-content: center; }
  .phones-stage {
    height: 430px;
    overflow: hidden;
  }
  .phones-stage .phone {
    left: 50% !important;
    right: auto !important;
    top: 0 !important;
    width: min(230px, 72vw) !important;
    transform: translateX(-50%) !important;
  }
  .phones-stage .phone:first-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .phone { width: min(230px, 76vw); }
  .phones-stage { height: 400px; }
  .hero .stats { grid-template-columns: 1fr 1fr; }
  .hero .stat:nth-child(3) { display: none; }
  .hero .stat .v { font-size: 22px; }
  .hero .cta-row .btn { width: 100%; }
}

/* ── Logo strip ───────────────────────────────────────── */
.clubs {
  display: flex; gap: 48px; flex-wrap: wrap; align-items: center; justify-content: center;
  opacity: .7;
}
.clubs .club {
  font-family: var(--display);
  font-size: 18px; font-weight: 600; letter-spacing: -0.3px;
  color: rgba(255,255,255,.7);
  display: flex; align-items: center; gap: 10px;
}
.clubs .club::before {
  content: '';
  width: 22px; height: 22px;
  background: currentColor;
  -webkit-mask-image: url("assets/signet.png");
          mask-image: url("assets/signet.png");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}

/* ── Feature blocks ───────────────────────────────────── */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.feature.reverse > .copy { order: 2; }
.feature .copy h2 { margin-top: 14px; }
.feature .copy .lead { margin-top: 18px; }
.feature .checks { margin-top: 26px; display: grid; gap: 12px; }
.feature .check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.45; }
.feature .check .ic {
  width: 24px; height: 24px; border-radius: 99px;
  background: var(--saffron); color: var(--onSaffron);
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800; flex: 0 0 24px; margin-top: 1px;
}
.feature.dark .check .ic { background: var(--saffron); color: var(--onSaffron); }
.dark .feature .check .ic { background: var(--saffron); color: var(--onSaffron); }

.viz {
  position: relative;
  border-radius: 28px;
  padding: 40px;
  min-height: 520px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.viz.evergreen { background: var(--evergreen); color: #fff; }
.viz.cream     { background: var(--cream); color: var(--ink); border: 1px solid var(--hairline); }
.viz.gold      { background: var(--saffron); color: var(--onSaffron); }
.viz.broadcast {
  background: radial-gradient(120% 80% at 50% 0%, var(--evergreen3), var(--evergreen) 70%);
  color: #fff;
}

@media (max-width: 900px) {
  .feature { grid-template-columns: 1fr; gap: 36px; }
  .feature.reverse > .copy { order: 0; }
  .viz { min-height: 460px; padding: 28px; }
}
@media (max-width: 560px) {
  .feature { gap: 26px; }
  .viz {
    min-height: 390px;
    padding: 22px;
    border-radius: 22px;
  }
  .viz .phone { width: min(230px, 74vw); }
  .mock-halo {
    width: 140px;
    height: 140px;
    margin-top: 102px;
  }
  .mock-halo .signet {
    width: 88px;
    height: 88px;
  }
  .mock-wordmark { font-size: 29px; }
  .mock-strip { bottom: 58px; }
}

/* ── Tile grids ───────────────────────────────────────── */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tile {
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: 22px;
  padding: 28px;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.tile:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -20px rgba(0,0,0,.18); border-color: rgba(15,27,20,.18); }
.tile .ic {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--evergreen); color: var(--saffron);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.tile h3 { font-size: 20px; margin-bottom: 8px; }
.tile p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.dark .tile {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
}
.dark .tile .ic { background: var(--saffron); color: var(--onSaffron); }
.dark .tile p { color: rgba(255,255,255,.7); }

@media (max-width: 800px) { .tile-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .tile-grid { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .tile { padding: 22px; } }

/* ── Pricing ──────────────────────────────────────────── */
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.plan {
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: 24px;
  padding: 32px;
  display: flex; flex-direction: column;
}
.plan.featured {
  background: var(--evergreen);
  color: #fff;
  border-color: var(--evergreen);
  position: relative;
}
.plan.featured .featured-tag {
  position: absolute; top: -12px; left: 32px;
  background: var(--saffron); color: var(--onSaffron);
  font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: 1.6px;
  padding: 6px 10px; border-radius: 999px; text-transform: uppercase;
}
.plan h3 { font-size: 22px; margin-bottom: 6px; }
.plan .price { font-family: var(--display); font-size: 56px; font-weight: 700; letter-spacing: -.04em; line-height: 1; margin: 12px 0 6px; }
.plan .price span { font-size: 16px; font-weight: 500; color: var(--muted); }
.plan.featured .price span { color: rgba(255,255,255,.6); }
.plan .desc { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.plan.featured .desc { color: rgba(255,255,255,.7); }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.plan li .ic {
  width: 18px; height: 18px; border-radius: 99px;
  background: rgba(15,27,20,.08); color: var(--ink);
  display: grid; place-items: center;
  font-size: 10px; font-weight: 800; flex: 0 0 18px; margin-top: 1px;
}
.plan.featured li .ic { background: rgba(255,255,255,.1); color: #fff; }
.plan li.has .ic { background: var(--saffron); color: var(--onSaffron); }
.plan .btn { width: 100%; justify-content: center; margin-top: auto; }
@media (max-width: 700px) { .plans { grid-template-columns: 1fr; } }
@media (max-width: 420px) {
  .plan { padding: 24px 20px; }
  .plan .price { font-size: 44px; }
}

/* ── FAQ ──────────────────────────────────────────────── */
.faq { display: grid; gap: 0; margin-top: 32px; }
.faq-item { border-top: 1px solid var(--hairline); }
.faq-item:last-child { border-bottom: 1px solid var(--hairline); }
.faq-q {
  width: 100%; text-align: left;
  background: transparent; border: 0;
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-size: 18px; font-weight: 600; color: inherit;
  cursor: pointer; font-family: var(--display); letter-spacing: -0.01em;
}
.faq-q .toggle {
  width: 28px; height: 28px; border-radius: 99px;
  background: var(--cream); border: 1px solid var(--hairline);
  display: grid; place-items: center;
  font-weight: 800;
  flex: 0 0 28px;
  transition: transform .2s, background .2s;
}
.faq-item.open .faq-q .toggle { background: var(--saffron); transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .25s ease;
  color: var(--muted); font-size: 15px; line-height: 1.6;
}
.faq-item.open .faq-a { max-height: 220px; padding-bottom: 22px; }

/* ── CTA banner ───────────────────────────────────────── */
.cta-banner {
  background: var(--saffron);
  color: var(--onSaffron);
  border-radius: 28px;
  padding: 56px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-banner h2 { font-size: clamp(28px, 3.5vw, 44px); }
.cta-banner .signet-bg {
  position: absolute; right: -30px; top: -30px;
  width: 380px; height: 380px;
  color: rgba(26,20,8,.08);
  pointer-events: none;
}
.cta-banner .actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.cta-banner .actions .btn-primary { background: var(--evergreen); color: #fff; box-shadow: 0 14px 32px -10px rgba(15,27,20,.4); }
.cta-banner .actions .btn-primary:hover { background: var(--evergreen2); }
@media (max-width: 800px) { .cta-banner { grid-template-columns: 1fr; padding: 36px; } }
@media (max-width: 480px) {
  .cta-banner {
    padding: 28px 20px;
    border-radius: 22px;
  }
  .cta-banner .actions { width: 100%; }
  .store {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }
}

/* ── Footer ───────────────────────────────────────────── */
.footer {
  background: var(--evergreen);
  color: #fff;
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 60px;
}
.footer-brand .lead { color: rgba(255,255,255,.6); font-size: 14px; max-width: 28ch; margin-top: 14px; }
.footer-col h4 {
  font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: 2px;
  color: rgba(255,255,255,.5); margin: 0 0 18px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.85); font-size: 14px; transition: color .15s; }
.footer-col a:hover { color: var(--saffron); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,.5);
}
.footer-bottom .legal { display: flex; gap: 20px; flex-wrap: wrap; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* ── Section header (centered) ────────────────────────── */
.section-head { text-align: center; margin-bottom: 56px; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-head .lead { margin: 16px auto 0; }

/* ── Animations ───────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ringPulse { 0%,100% { transform: scale(1); opacity:.5 } 50% { transform: scale(1.05); opacity:.85 } }

.fade-in { animation: fadeUp .8s cubic-bezier(.2,.85,.25,1) both; }
.fade-in.d1 { animation-delay: .12s; }
.fade-in.d2 { animation-delay: .24s; }
.fade-in.d3 { animation-delay: .36s; }

/* ── Static production mockups ───────────────────────── */
.mock {
  position: absolute;
  inset: 0;
  overflow: hidden;
  font-family: var(--body);
}
.mock-splash {
  background:
    radial-gradient(circle at 50% 30%, rgba(242,179,61,.25), transparent 60%),
    repeating-radial-gradient(ellipse at 50% 18%, transparent 0 28px, rgba(63,203,133,.13) 29px 30px),
    var(--evergreen);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mock-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(242,179,61,.45);
  background: rgba(242,179,61,.12);
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.6px;
  color: var(--saffronHi);
  margin-top: 46px;
}
.mock-pill::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--saffronHi);
  animation: dot 1.4s ease-in-out infinite;
}
.mock-halo {
  width: 170px;
  height: 170px;
  border-radius: 999px;
  border: 1px dashed rgba(242,179,61,.55);
  box-shadow: inset 0 0 0 9px rgba(242,179,61,.04), 0 0 30px rgba(242,179,61,.25);
  display: grid;
  place-items: center;
  margin-top: 132px;
  animation: spin 8s linear infinite;
}
.mock-halo .signet {
  width: 108px;
  height: 108px;
  color: var(--saffron);
  filter: drop-shadow(0 0 14px rgba(242,179,61,.5));
}
.mock-wordmark {
  text-align: center;
  margin-top: 14px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.8px;
}
.mock-sub {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 2.4px;
  color: rgba(244,251,247,.55);
}
.mock-strip {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 90px;
}
.mock-strip-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-family: var(--mono);
  font-size: 7.5px;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: rgba(244,251,247,.55);
}
.mock-strip-cells {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 3px;
}
.mock-strip-cells span {
  height: 26px;
  border-radius: 6px;
  background: rgba(244,251,247,.06);
  border: 1px solid rgba(244,251,247,.08);
  display: grid;
  place-items: center;
  color: var(--forestBri);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
}
.mock-leaderboard {
  background:
    radial-gradient(circle at 40% 0%, rgba(63,203,133,.12), transparent 48%),
    var(--evergreen);
  color: #fff;
  padding: 42px 16px 18px;
}
.mock-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mock-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(242,179,61,.14);
  border: 1px solid rgba(242,179,61,.4);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--saffronHi);
}
.mock-live::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: var(--saffronHi);
  animation: dot 1.4s ease-in-out infinite;
}
.mock-table-head,
.mock-row {
  display: grid;
  grid-template-columns: 24px 1fr 42px 36px;
  gap: 8px;
  align-items: center;
}
.mock-table-head {
  margin-top: 24px;
  padding: 0 8px 7px;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: rgba(255,255,255,.45);
}
.mock-row {
  padding: 9px 8px;
  border-radius: 8px;
  margin-bottom: 2px;
  font-size: 13px;
}
.mock-row.me {
  background: rgba(242,179,61,.12);
  border: 1px solid rgba(242,179,61,.4);
}
.mock-row b,
.mock-row .score {
  font-family: var(--mono);
  font-weight: 800;
}
.mock-row .under { color: var(--forestBri); }
.mock-score {
  background: var(--cream);
  color: var(--ink);
  padding: 42px 18px 20px;
}
.mock-score-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.5px;
}
.mock-wheel {
  width: 170px;
  height: 170px;
  border-radius: 999px;
  border: 10px solid rgba(15,27,20,.08);
  box-shadow: inset 34px 0 0 rgba(31,139,91,.18);
  margin: 22px auto 12px;
  display: grid;
  place-items: center;
  text-align: center;
}
.mock-wheel .num {
  font-family: var(--display);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}
.mock-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.mock-stat-grid div {
  background: #fff;
  border: 1px solid rgba(15,27,20,.08);
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
}
.mock-stat-grid span {
  display: block;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.mock-stat-grid b {
  display: block;
  margin-top: 3px;
  font-family: var(--mono);
  font-size: 18px;
}
.mock-buttons {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.mock-buttons span {
  aspect-ratio: 1;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15,27,20,.1);
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 800;
}
.mock-buttons .sel {
  background: var(--saffron);
  border-color: var(--saffron);
  box-shadow: 0 6px 14px -4px rgba(242,179,61,.5);
}
.mock-feed {
  background: var(--cream);
  color: var(--ink);
  padding: 42px 16px;
}
.mock-feed-card {
  background: #fff;
  border: 1px solid rgba(15,27,20,.08);
  border-radius: 18px;
  padding: 14px;
  margin-top: 12px;
}
.mock-avatar {
  width: 34px;
  height: 34px;
  border-radius: 99px;
  background: var(--saffron);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}
.mock-photo {
  height: 120px;
  border-radius: 14px;
  margin-top: 12px;
  background:
    linear-gradient(135deg, rgba(242,179,61,.7), rgba(31,139,91,.55)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.18) 0 8px, transparent 8px 18px);
}
