/* ============================================================================
   MIXLY — sections.css  ·  page section layouts
   ========================================================================== */

/* ── Decorative ambient blob ───────────────────────────────────────────── */
.blob {
  position: absolute; pointer-events: none; z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow), transparent 62%);
  filter: blur(40px);
  opacity: calc(0.9 * var(--motion) + 0.1);
}

/* ============================================================================
   NAV
   ========================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background var(--base) var(--ease), border-color var(--base) var(--ease),
              backdrop-filter var(--base) var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10,10,10,0.62);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  border-bottom: 1px solid var(--line-2);
}
.nav .wrap { display: flex; align-items: center; gap: 24px; }

.nav-links { display: flex; gap: 4px; margin-left: auto; }
.nav-links a {
  padding: 9px 14px; border-radius: var(--r-sm);
  font-size: 14px; font-weight: 600; color: var(--text-2);
  transition: color var(--fast) var(--ease), background var(--fast) var(--ease);
}
.nav-links a:hover { color: var(--text); background: var(--surface); }
.nav-cta { margin-left: 8px; }
.nav-social { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-social a {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  color: var(--text-2); transition: color var(--fast) var(--ease), background var(--fast) var(--ease);
}
.nav-social a:hover { color: var(--accent); background: var(--surface); }
.nav-social svg { width: 17px; height: 17px; }

.nav-burger {
  display: none; margin-left: auto;
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: var(--surface); border: 1px solid var(--line-2);
  align-items: center; justify-content: center; cursor: pointer;
}
.nav-burger span { display: block; width: 18px; height: 2px; background: var(--text); position: relative; }
.nav-burger span::before, .nav-burger span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--text);
}
.nav-burger span::before { top: -6px; } .nav-burger span::after { top: 6px; }

/* ============================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding-top: var(--nav-h);
  overflow: hidden;
}
.hero .wrap { display: contents; }
.hero-copy {
  grid-column: 1; position: relative; z-index: 2;
  padding: 0 var(--gutter);
  max-width: 1000px; width: 100%; margin-inline: auto;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 900; font-style: italic; text-transform: uppercase;
  line-height: 0.9; letter-spacing: -0.04em;
  font-size: clamp(58px, 9vw, 124px);
  margin: 18px 0 0;
}
.hero h1 .line { display: block; overflow: hidden; }
.hero-sub {
  margin: 22px 0 0; font-size: clamp(19px, 2vw, 24px);
  font-weight: 600; color: var(--text);
}
.hero-lede {
  margin: 18px 0 0; max-width: 48ch;
  font-size: 17px; color: var(--text-2); text-wrap: pretty;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.launch { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.launch-label {
  display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line-2);
  font-size: 12.5px; font-weight: 600; color: var(--text-2);
  letter-spacing: 0.2px; text-transform: uppercase;
}
.launch-label b { color: var(--accent); font-weight: 800; }

/* countdown tiles */
.countdown { display: flex; gap: 10px; }
.cd-unit {
  position: relative; min-width: 64px; padding: 12px 10px 9px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  border-radius: 14px; background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-2); overflow: hidden;
}
.cd-unit::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb),0.6), transparent);
}
.cd-num {
  font-family: var(--font-display); font-weight: 900; font-style: italic;
  font-size: 30px; line-height: 1; color: var(--text); font-variant-numeric: tabular-nums;
  text-shadow: 0 0 18px rgba(var(--accent-rgb),0.25);
}
.cd-lbl { font-size: 9.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-3); }
/* seconds tile reads in accent so the live tick pops */
.cd-unit:last-child .cd-num { color: var(--accent); }
.cd-live { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 22px; color: var(--accent); }

/* ============================================================================
   SOCIAL PROOF / MARQUEE
   ========================================================================== */
.proof {
  --tilt: -9deg;
  /* tall enough that the full-bleed slanted band never clips at the corners */
  padding: calc(40px + 8vw) 0;
  border: 0; background: var(--bg-0);
  overflow: hidden; position: relative;
}
/* the “rectangle” — slanted band rails, tilted to match the text.
   The band is wider than the viewport and its mask feather sits OFF-screen,
   so the rails run solid all the way to (and off) both edges — full bleed. */
.proof::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: -22%; width: 144%; top: 50%;
  height: clamp(96px, 9vw, 124px);
  transform: translateY(-50%) rotate(var(--tilt));
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(var(--accent-rgb),0.05), transparent 38%, transparent 62%, rgba(var(--accent-rgb),0.05));
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
/* tilted ribbon — text rides at the same angle, left side dipping lower */
.marquee {
  position: relative; z-index: 1; overflow: hidden;
  width: 126%; margin-left: -13%;
  transform: rotate(var(--tilt));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.marquee-track {
  display: flex; gap: 0; width: max-content;
  animation: marquee 26s linear infinite;
  will-change: transform;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 26px; padding: 0 26px;
  font-family: var(--font-display); font-weight: 900; font-style: italic;
  font-size: clamp(26px, 3.4vw, 44px); text-transform: uppercase; letter-spacing: -0.02em;
  color: var(--text);
}
.marquee-item .sep { color: var(--accent); font-size: 0.5em; -webkit-text-stroke: 0; }
.marquee-item.dim { color: var(--surface-3); -webkit-text-stroke: 1px var(--line-2); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; justify-content: center; } }

/* ============================================================================
   APP FLOW DEMO (animated phone)
   ========================================================================== */
.demo { background: var(--bg-0); position: relative; overflow: hidden; }
.demo .blob-1 { width: 520px; height: 520px; top: 10%; left: -10%; opacity: 0.4; }
.demo-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.demo-copy h2 { margin-bottom: 18px; }
.demo-stepper { display: flex; flex-direction: column; gap: 10px; margin-top: 34px; }
.demo-step {
  display: flex; gap: 16px; align-items: flex-start; text-align: left;
  padding: 16px 18px; border-radius: var(--r);
  background: transparent; border: 1px solid transparent;
  cursor: pointer; color: var(--text-2);
  transition: background var(--base) var(--ease), border-color var(--base) var(--ease), color var(--base) var(--ease);
  width: 100%;
}
.demo-step:hover { background: var(--surface); }
.demo-step.active { background: var(--surface); border-color: var(--line-2); color: var(--text); }
.demo-step .idx {
  flex: none; width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center; font-weight: 800; font-size: 14px;
  background: var(--surface-2); color: var(--text-3); font-family: var(--font-display); font-style: italic;
  transition: background var(--base) var(--ease), color var(--base) var(--ease);
}
.demo-step.active .idx { background: var(--accent); color: #0A0A0A; }
.demo-step .st-title { display: block; font-weight: 700; font-size: 16px; color: inherit; }
.demo-step .st-desc { display: block; font-size: 14px; color: var(--text-3); margin-top: 3px; }
.demo-step .st-bar { height: 2px; background: var(--line-2); border-radius: 2px; margin-top: 12px; overflow: hidden; display: none; }
.demo-step.active .st-bar { display: block; }
.demo-step .st-bar i { display: block; height: 100%; width: 0; background: var(--accent); }
.demo-step.active .st-bar i { animation: st-progress var(--demo-dur, 3600ms) linear forwards; }
@keyframes st-progress { to { width: 100%; } }

.demo-phone-wrap { position: relative; display: grid; place-items: center; }

/* ── Phone staging: ambient glow + orbiting volt ring + floor reflection ── */
.phone-amb {
  position: absolute; z-index: 0; width: min(118%, 540px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb),0.18), rgba(var(--accent-rgb),0.05) 42%, transparent 66%);
  filter: blur(18px); pointer-events: none;
  opacity: calc(0.55 * var(--motion) + 0.25);
  animation: amb-pulse 6.5s var(--ease) infinite;
}
@keyframes amb-pulse { 0%, 100% { transform: scale(0.92); opacity: 0.45; } 50% { transform: scale(1.06); opacity: 0.8; } }

.phone-ring {
  position: absolute; z-index: 0; width: min(116%, 470px); aspect-ratio: 1; border-radius: 50%;
  pointer-events: none; opacity: 0.5;
  background: conic-gradient(from 0deg, transparent 0 78%, rgba(var(--accent-rgb),0.55) 88%, transparent 96%);
  -webkit-mask: radial-gradient(circle, transparent 0 49.4%, #000 49.6% 50.4%, transparent 50.6%);
  mask: radial-gradient(circle, transparent 0 49.4%, #000 49.6% 50.4%, transparent 50.6%);
  animation: ring-spin 9s linear infinite;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

.phone-floor {
  position: absolute; z-index: 0; bottom: -6%; width: 74%; height: 64px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(var(--accent-rgb),0.22), transparent 70%);
  filter: blur(13px); pointer-events: none;
  animation: floor-breathe 6.5s var(--ease) infinite;
}
@keyframes floor-breathe { 0%, 100% { transform: scaleX(0.9); opacity: 0.6; } 50% { transform: scaleX(1.05); opacity: 0.95; } }

/* idle float — only the (untransformed) demo phone bobs */
.phone-float { position: relative; z-index: 1; animation: phone-bob 6s var(--ease) infinite; }
@keyframes phone-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(calc(-12px * var(--motion))); } }
@media (prefers-reduced-motion: reduce) {
  .phone-amb, .phone-ring, .phone-floor, .phone-float { animation: none !important; }
}

/* ============================================================================
   FEATURES (bento)
   ========================================================================== */
.features { background: var(--bg-1); }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.f-card {
  position: relative; padding: 26px;
  border-radius: var(--r); border: 1px solid var(--line);
  background: var(--surface); overflow: hidden;
  transform-style: preserve-3d;
  display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center;
}
.f-card .glow { position: absolute; inset: 0; opacity: 0; transition: opacity var(--base) var(--ease); pointer-events: none; }
.f-card:hover { border-color: rgba(var(--accent-rgb),0.28); }
.f-card .f-icon {
  width: 50px; height: 50px; border-radius: 13px; flex: none;
  display: grid; place-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(var(--accent-rgb),0.18), transparent 62%), var(--surface-2);
  border: 1px solid var(--line-2);
  color: var(--accent);
}
.f-card .f-icon svg { width: 24px; height: 24px; }
.f-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; margin: 0; }
.f-card p { grid-column: 1 / -1; margin: 16px 0 0; color: var(--text-2); font-size: 15px; }
.f-card.featured { background: linear-gradient(180deg, var(--surface-2), var(--surface)); border-color: var(--line-2); }

/* ============================================================================
   SPORTS (big 3D type)
   ========================================================================== */
.sports { background: var(--bg-0); }
.sport-list { border-top: 1px solid var(--line-2); perspective: 1000px; }
.sport-row {
  display: flex; align-items: center; gap: 28px;
  padding: clamp(22px, 3.2vw, 38px) 0;
  border-bottom: 1px solid var(--line-2);
  position: relative; cursor: default;
  transition: padding-left var(--base) var(--ease);
}
.sport-row .glyph {
  flex: none; width: 56px; height: 56px; color: var(--text-3);
  display: grid; place-items: center;
  transition: color var(--base) var(--ease), transform var(--base) var(--ease-bounce);
}
.sport-row .glyph svg { width: 100%; height: 100%; }
.sport-row .glyph .material-symbols-rounded { font-size: 52px; }
.sport-name {
  font-family: var(--font-display); font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(40px, 7vw, 92px); letter-spacing: -0.04em; line-height: 0.9;
  color: var(--text);
  transition: color var(--base) var(--ease), transform var(--base) var(--ease), -webkit-text-stroke var(--base) var(--ease);
  transform-style: preserve-3d;
}
.sport-desc {
  margin-left: auto; max-width: 30ch; text-align: right; color: var(--text-3); font-size: 15px;
  opacity: 0; transform: translateX(12px);
  transition: opacity var(--base) var(--ease), transform var(--base) var(--ease);
}
.sport-row .num { font-family: var(--font-display); font-style: italic; font-weight: 800; font-size: 14px; color: var(--text-3); }
.sport-row:hover { padding-left: clamp(10px, 2vw, 28px); }
.sport-row:hover .sport-name { color: var(--accent); transform: translateZ(30px) rotateX(8deg); }
.sport-row:hover .glyph { color: var(--accent); transform: scale(1.12) rotate(-8deg); }
.sport-row:hover .sport-desc { opacity: 1; transform: translateX(0); }

/* ============================================================================
   FOR HOSTS
   ========================================================================== */
.hosts { background: var(--bg-0); position: relative; overflow: hidden; }
.hosts-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.host-points { display: flex; flex-direction: column; gap: 16px; margin: 30px 0 34px; }
.host-points li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: var(--text); }
.host-points .tick {
  flex: none; width: 26px; height: 26px; border-radius: 8px; margin-top: 1px;
  display: grid; place-items: center; background: rgba(var(--accent-rgb),0.12); color: var(--accent);
  border: 1px solid rgba(var(--accent-rgb),0.3);
}
.host-points .tick svg { width: 14px; height: 14px; }
.hosts-visual { position: relative; min-height: 440px; }
.hosts-visual .phone-amb { width: min(96%, 500px); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.float-card {
  position: absolute; z-index: 3;
  background: rgba(24,24,24,0.82); border: 1px solid var(--line-2); border-radius: var(--r);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  padding: 15px 18px; box-shadow: 0 18px 40px -12px rgba(0,0,0,0.7);
  display: flex; align-items: center; gap: 12px; font-size: 14px;
  transform: rotate(var(--rot, 0deg));
  will-change: transform;
}
.float-card .fc-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.float-card .fc-ic svg { width: 17px; height: 17px; }
.float-card.join { top: 3%; left: 6%; }
.float-card.players { top: 27%; right: 2%; }
.float-card.chat { top: 53%; left: 0; }
.float-card.wrap-up { top: 78%; right: 8%; }
.float-card .fc-ic.lime { background: var(--accent); color: #0A0A0A; }
.float-card .fc-ic.blue { background: #2E2E2E; color: var(--text); }
.float-card b { color: var(--text); }
.float-card span { color: var(--text-3); }
.float-card .avstack { padding-left: 0; margin-top: 0; margin-left: 4px; }

/* ============================================================================
   ABOUT
   ========================================================================== */
.about { background: var(--bg-1); position: relative; overflow: hidden; }
.founders {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 36px); max-width: 980px; margin: 0 auto;
}
.founder-card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line-2); border-radius: clamp(16px, 2vw, 22px);
  overflow: hidden;
  transition: border-color var(--base) var(--ease), transform var(--base) var(--ease);
}
.founder-card:hover { border-color: rgba(var(--accent-rgb),0.35); transform: translateY(-4px); }
/* photo slot — drop a square-ish portrait into assets/, fallback shows initials */
.founder-photo {
  position: relative; aspect-ratio: 4 / 5; background: var(--surface-2);
  display: grid; place-items: center; overflow: hidden;
}
.founder-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
/* tighter crop for full-body / distant shots */
.founder-photo img.is-zoom { transform: scale(1.9); transform-origin: center 32%; }
.founder-photo .fp-fallback {
  position: absolute; inset: 0; z-index: 0; display: grid; place-items: center;
  font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: clamp(40px, 7vw, 72px);
  letter-spacing: 0.02em; color: rgba(var(--accent-rgb),0.4);
  background: radial-gradient(120% 90% at 50% 0%, rgba(var(--accent-rgb),0.1), transparent 60%);
}
.founder-body { padding: clamp(20px, 2.4vw, 28px); flex: 1; display: flex; flex-direction: column; }
.founder-name {
  font-family: var(--font-display); font-style: italic; font-weight: 900;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1; color: var(--text);
}
.founder-role {
  margin-top: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px;
  color: var(--accent);
}
.founder-bio { margin-top: 14px; margin-bottom: 18px; color: var(--text-2); font-size: 15px; line-height: 1.6; }
.founder-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: auto; align-self: flex-start;
  font-size: 13px; font-weight: 700; color: var(--text); letter-spacing: 0.2px;
  padding: 9px 14px; border-radius: 999px;
  background: var(--surface-2); border: 1px solid var(--line-2);
  transition: color var(--fast) var(--ease), border-color var(--fast) var(--ease), background var(--fast) var(--ease), transform var(--fast) var(--ease);
}
.founder-link:hover { color: var(--accent); border-color: rgba(var(--accent-rgb),0.4); background: rgba(var(--accent-rgb),0.08); transform: translateY(-2px); }
.founder-link svg { width: 16px; height: 16px; }

/* ============================================================================
   FAQ
   ========================================================================== */
.faq { background: var(--bg-1); }
.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.faq-list { border-top: 1px solid var(--line-2); }
.faq-item { border-bottom: 1px solid var(--line-2); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 0; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-body); font-weight: 700; font-size: clamp(17px, 2vw, 21px); color: var(--text);
  transition: color var(--fast) var(--ease);
}
.faq-q:hover { color: var(--accent); }
.faq-icon { flex: none; width: 28px; height: 28px; position: relative; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; border-radius: 2px; }
.faq-icon::before { width: 14px; height: 2px; transform: translate(-50%,-50%); }
.faq-icon::after { width: 2px; height: 14px; transform: translate(-50%,-50%); transition: transform var(--base) var(--ease-bounce); }
.faq-item.open .faq-icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-item.open .faq-q { color: var(--accent); }
.faq-a { overflow: hidden; height: 0; transition: height var(--base) var(--ease); }
.faq-a-inner { padding: 0 0 26px; color: var(--text-2); font-size: 16px; max-width: 60ch; }

/* ============================================================================
   FINAL CTA
   ========================================================================== */
.final { position: relative; overflow: hidden; background: var(--bg-0); text-align: center; padding: clamp(90px, 16vh, 180px) 0; }
.final canvas { position: absolute; inset: 0; z-index: 0; }
.final .wrap { position: relative; z-index: 1; }
.final h2 {
  font-family: var(--font-display); font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(54px, 11vw, 150px); letter-spacing: -0.045em; line-height: 0.88;
}
.final p { font-size: clamp(18px, 2.2vw, 24px); color: var(--text-2); margin: 22px 0 40px; font-weight: 600; }
.final-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.final .demo-invite { font-size: 14.5px; font-weight: 500; color: var(--text-3); margin: 26px auto 0; max-width: 52ch; }
.final .demo-invite b { color: var(--accent); font-weight: 700; }

/* ============================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--bg-0); border-top: 1px solid var(--line); padding: 70px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand .brand .mark { width: 72px; }
.footer-brand p { color: var(--text-3); font-size: 14px; max-width: 32ch; }
.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.footer-socials a { width: 40px; height: 40px; border-radius: 11px; background: var(--surface); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--text-2); transition: color var(--fast) var(--ease), border-color var(--fast) var(--ease), background var(--fast) var(--ease); }
.footer-socials a:hover { color: var(--accent); border-color: rgba(var(--accent-rgb),0.4); background: var(--surface-2); }
.footer-socials svg { width: 18px; height: 18px; }
.footer-col h4 { font-family: var(--font-body); font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-3); margin: 0 0 16px; font-weight: 700; }
.footer-col a { display: block; padding: 7px 0; color: var(--text-2); font-size: 14.5px; transition: color var(--fast) var(--ease); }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 26px; flex-wrap: wrap; }
.footer-bottom .fine { color: var(--text-3); font-size: 13px; letter-spacing: 0.5px; }
.footer-bottom .badge-beta { font-size: 12px; color: var(--text-3); display: inline-flex; align-items: center; gap: 8px; }

/* ============================================================================
   TOUCH PARITY — hover flourishes driven by scroll position on coarse pointers
   ========================================================================== */
.is-touch .sport-row.is-active { padding-left: clamp(10px, 2vw, 28px); }
.is-touch .sport-row.is-active .sport-name { color: var(--accent); transform: translateZ(20px); }
.is-touch .sport-row.is-active .glyph { color: var(--accent); transform: scale(1.12) rotate(-8deg); }
.is-touch .sport-row.is-active .sport-desc { opacity: 1; transform: none; }

.is-touch .f-card.is-active { border-color: rgba(var(--accent-rgb),0.3); transform: translateY(-4px); }
.is-touch .f-card.is-active .glow { opacity: 1; background: radial-gradient(360px circle at 50% 0%, rgba(var(--accent-rgb),0.15), transparent 60%); }
.is-touch .f-card { transition: transform 0.3s var(--ease), border-color 0.3s var(--ease); }
.is-touch .f-card.poke { transform: translateY(-4px) scale(0.985); }

/* ============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .hero-copy { padding: 120px var(--gutter) 40px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .hosts-grid, .demo-grid, .faq-grid { grid-template-columns: 1fr; }
  .hosts-grid { gap: 50px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta, .nav-social { display: none; }
  .nav-burger { display: flex; }
  /* countdown: stretch tiles to fill the row, bigger numbers */
  .launch { align-items: stretch; }
  .countdown { gap: 8px; }
  .cd-unit { flex: 1; min-width: 0; padding: 14px 6px 11px; }
  .cd-num { font-size: 34px; }
  .bento { grid-template-columns: 1fr; }
  .founders { grid-template-columns: 1fr; max-width: 440px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .demo-grid { gap: 40px; }
  /* sports rows fit narrow screens: icon left, name right, one line */
  .sport-row { gap: 14px; flex-wrap: wrap; align-items: center; }
  .sport-row .num { display: none; }
  .sport-row .glyph { width: 40px; height: 40px; }
  .sport-row .glyph .material-symbols-rounded { font-size: 38px; }
  .sport-name { font-size: clamp(26px, 8.6vw, 56px); white-space: nowrap; }
  .sport-row:hover { padding-left: 6px; }
  .sport-desc {
    display: block; flex-basis: 100%; margin-left: 0; max-width: none; text-align: left;
    font-size: 14px; opacity: 0; transform: none; max-height: 0; overflow: hidden;
    transition: max-height 0.45s var(--ease), opacity 0.4s var(--ease), margin-top 0.4s var(--ease);
  }
  .is-touch .sport-row.is-active .sport-desc { opacity: 1; max-height: 90px; margin-top: 4px; }
  /* hosts: stack the floating cards in flow */
  .hosts-visual { min-height: 0; padding: 10px 0 0; display: flex; flex-direction: column; gap: 13px; }
  .float-card { position: static; font-size: 13px; padding: 13px 15px; }
  /* keep the animated screens smooth on phones: stop bobbing the whole phone
     and spinning the heavy conic ring (both force the screen subtree to
     recomposite every frame), keep the soft ambient glow only */
  .phone-float { animation: none; }
  .phone-ring { display: none; }
  .phone-floor { animation-duration: 9s; }
  /* gentler ribbon tilt on narrow screens */
  .proof { --tilt: -5deg; padding: clamp(96px, 22vw, 120px) 0; }
  .proof::before { height: 86px; left: -18%; width: 136%; }
  .marquee { width: 136%; margin-left: -18%; }
}

@media (max-width: 480px) {
  :root { --gutter: 18px; }
  .hero h1 { font-size: clamp(46px, 15vw, 72px); }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .final-cta .btn { width: 100%; }
  .final-cta { flex-direction: column; }
}

/* Mobile nav menu */
.nav-mobile {
  position: fixed; inset: var(--nav-h) 0 auto 0; z-index: 99;
  background: rgba(10,10,10,0.92); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line-2);
  transform: translateY(-120%); transition: transform var(--base) var(--ease);
  padding: 14px var(--gutter) 24px; display: none;
}
@media (max-width: 760px) { .nav-mobile { display: block; } }
.nav-mobile.open { transform: translateY(0); }
.nav-mobile a:not(.btn) {
  display: block; padding: 15px 4px; font-size: 17px; font-weight: 600;
  color: var(--text-2); border-bottom: 1px solid var(--line);
  transition: color var(--fast) var(--ease);
}
.nav-mobile a:not(.btn):first-child { padding-top: 6px; }
.nav-mobile a:not(.btn):hover { color: var(--accent); }
.nav-mobile .btn { margin-top: 18px; width: 100%; }

/* ============================================================================
   DEMO TESTER MODAL
   ========================================================================== */
.modal {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center; padding: 24px;
  visibility: hidden; pointer-events: none;
}
.modal.open { visibility: visible; pointer-events: auto; }
.modal-overlay {
  position: absolute; inset: 0;
  background: rgba(5,5,5,0.72);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  opacity: 0; transition: opacity 360ms var(--ease);
}
.modal.open .modal-overlay { opacity: 1; }
.modal-card {
  position: relative; z-index: 1; width: min(440px, 100%);
  padding: 30px 28px 28px; overflow: hidden;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-2);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.05);
  opacity: 0; transform: translateY(16px) scale(0.97);
  transition: opacity 380ms var(--ease), transform 480ms var(--ease-bounce);
}
.modal.open .modal-card { opacity: 1; transform: none; }
.modal-glow {
  position: absolute; top: -50%; left: 50%; transform: translateX(-50%);
  width: 320px; height: 320px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(var(--accent-rgb),0.16), transparent 64%);
}
.modal-x {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: var(--surface-3); border: 1px solid var(--line-2); color: var(--text-2);
  transition: background var(--base) var(--ease), color var(--base) var(--ease), transform var(--base) var(--ease);
}
.modal-x:hover { background: var(--surface); color: var(--text); transform: rotate(90deg); }
.modal-x svg { width: 16px; height: 16px; }
.modal-card .eyebrow { position: relative; }
.modal-card h3 {
  position: relative; font-family: var(--font-display); font-weight: 900; font-style: italic;
  font-size: 30px; letter-spacing: -0.02em; line-height: 1; margin: 12px 0 10px;
}
.modal-sub { color: var(--text-2); font-size: 15px; line-height: 1.5; margin: 0; }
.demo-form { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.demo-form input[name="_honey"] { display: none; }
.demo-input {
  height: 54px; padding: 0 18px; width: 100%;
  border-radius: 14px; background: var(--bg-1); border: 1px solid var(--line-2);
  color: var(--text); font-family: var(--font-body); font-size: 16px;
  transition: border-color var(--base) var(--ease), box-shadow var(--base) var(--ease);
}
.demo-textarea { height: auto; min-height: 88px; padding: 13px 18px; line-height: 1.45; resize: vertical; }
.demo-input::placeholder { color: var(--text-3); }
.demo-input:focus { outline: none; border-color: rgba(var(--accent-rgb),0.6); box-shadow: 0 0 0 3px rgba(var(--accent-rgb),0.12); }
.demo-form .btn { width: 100%; }
.demo-form .btn[disabled] { opacity: 0.6; cursor: progress; }
.form-status { min-height: 18px; margin: 12px 0 0; font-size: 13px; font-weight: 600; color: var(--text-3); text-align: center; }
.form-status.error { color: #ff8a8a; }

/* success state */
.form-done { display: none; text-align: center; padding: 8px 0 4px; }
.modal-card.done .demo-form, .modal-card.done .form-status,
.modal-card.done > .eyebrow, .modal-card.done > .modal-sub, .modal-card.done > h3:not(.form-done h3) { display: none; }
.modal-card.done .form-done { display: block; animation: app-rise 520ms var(--ease-bounce) both; }
.form-done .fd-tick {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px;
  display: grid; place-items: center; color: #0A0A0A;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  box-shadow: 0 10px 26px -8px var(--accent-glow);
}
.form-done .fd-tick svg { width: 30px; height: 30px; }
.form-done h3 { font-family: var(--font-display); font-weight: 900; font-style: italic; font-size: 26px; letter-spacing: -0.02em; margin: 0 0 8px; }

@media (prefers-reduced-motion: reduce) {
  .modal-overlay, .modal-card { transition: opacity 200ms linear; }
  .modal-card { transform: none; }
  .modal-card.done .form-done { animation: none; }
}
