:root {
  --black: #050608;
  --ink: #101820;
  --slate: #1e2933;
  --steel: #8a929b;
  --white: #f7f7f4;
  --muted: #c7ccd1;
  --red: #b40009;
  --hot-red: #e10600;
  --line: rgba(247, 247, 244, 0.16);
  --header-height: 78px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body::selection {
  background: var(--hot-red);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 clamp(18px, 4vw, 54px);
  background: rgba(5, 6, 8, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 62px;
  height: 42px;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.mark-mountain-dark {
  fill: #101820;
}

.mark-mountain-light {
  fill: #f7f7f4;
}

.mark-runner {
  fill: var(--red);
}

.brand-word {
  display: grid;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-word strong {
  font-family: Anton, Impact, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0;
}

.brand-word span {
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 32px);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.week-meter {
  display: grid;
  width: 158px;
  gap: 6px;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  text-transform: uppercase;
}

.meter-track {
  height: 3px;
  overflow: hidden;
  background: rgba(247, 247, 244, 0.2);
}

.meter-track span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--hot-red);
  transition: width 800ms ease;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(247, 247, 244, 0.06);
}

.icon-button svg {
  width: 21px;
  height: 21px;
  fill: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: calc(var(--header-height) + 46px) clamp(20px, 5vw, 72px) 42px;
  overflow: hidden;
  align-items: end;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.86) 36%, rgba(5, 6, 8, 0.22) 100%),
    radial-gradient(circle at 78% 46%, rgba(225, 6, 0, 0.22), transparent 28%),
    linear-gradient(145deg, #111a22, #050608 54%);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.9) contrast(1.12) brightness(0.62);
}

.film-grain,
.scan-line,
.runner-shadow,
.hero-mountain {
  position: absolute;
  pointer-events: none;
}

.film-grain {
  inset: 0;
  opacity: 0.17;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.scan-line {
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(225, 6, 0, 0.28), transparent);
  height: 18%;
  animation: scan 6s ease-in-out infinite;
}

.hero-mountain {
  right: -4vw;
  bottom: 0;
  width: min(68vw, 920px);
  height: min(42vw, 520px);
  background:
    linear-gradient(130deg, transparent 0 31%, var(--slate) 31% 54%, transparent 54%),
    linear-gradient(39deg, transparent 0 44%, #0f171f 44% 70%, transparent 70%),
    linear-gradient(146deg, transparent 0 39%, rgba(247, 247, 244, 0.9) 39% 44%, transparent 44%),
    linear-gradient(23deg, transparent 0 45%, #17232c 45% 74%, transparent 74%);
  opacity: 0.88;
  clip-path: polygon(0 100%, 22% 63%, 34% 70%, 58% 18%, 74% 57%, 82% 52%, 100% 100%);
}

.runner-shadow {
  right: 19vw;
  bottom: 45vh;
  width: 110px;
  height: 220px;
  background: var(--red);
  clip-path: polygon(43% 0, 61% 7%, 57% 18%, 48% 24%, 67% 42%, 92% 49%, 84% 60%, 58% 51%, 49% 78%, 73% 96%, 56% 100%, 34% 85%, 38% 57%, 21% 71%, 5% 96%, 0 80%, 17% 57%, 30% 32%, 36% 20%, 29% 12%);
  filter: drop-shadow(0 20px 40px rgba(180, 0, 9, 0.34));
  transform: rotate(8deg);
  animation: runnerPulse 2.2s ease-in-out infinite;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  font-size: clamp(4rem, 11vw, 9.6rem);
  line-height: 0.9;
}

h2 {
  font-size: clamp(2.5rem, 6vw, 5.3rem);
  line-height: 0.92;
}

h3 {
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  line-height: 0.95;
}

.hero-copy {
  max-width: 530px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button.primary {
  background: var(--hot-red);
  border-color: var(--hot-red);
}

.button.secondary {
  background: rgba(247, 247, 244, 0.06);
}

.countdown-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  display: grid;
  min-width: 270px;
  gap: 5px;
  padding: 18px;
  border-left: 3px solid var(--hot-red);
  background: rgba(5, 6, 8, 0.7);
}

.countdown-panel strong {
  font-family: "IBM Plex Mono", monospace;
  font-size: 2rem;
}

.panel-label,
.countdown-panel span:last-child {
  color: var(--steel);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--red);
}

.ticker div {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
}

.ticker span {
  padding: 16px 28px;
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

section:not(.hero):not(.ticker) {
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  background: #0b0f13;
}

/* ── Phase Cards — Redesigned ── */
.phase-card {
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #060a0f;
  border: 1px solid rgba(247, 247, 244, 0.06);
  border-top: 2px solid rgba(225, 6, 0, 0.45);
  overflow: hidden;
  transition:
    border-color 320ms ease,
    border-top-color 320ms ease,
    transform 360ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 360ms ease;
}

/* Per-card radial gradient identity */
.phase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, transparent 35%, rgba(4, 6, 10, 0.97) 100%);
}
.phase-card.reset::before {
  background:
    radial-gradient(ellipse at 18% -5%, rgba(225, 6, 0, 0.18) 0%, transparent 52%),
    linear-gradient(to bottom, transparent 30%, rgba(4, 6, 10, 0.97) 100%);
}
.phase-card.momentum::before {
  background:
    radial-gradient(ellipse at 82% -5%, rgba(225, 6, 0, 0.22) 0%, transparent 52%),
    linear-gradient(to bottom, transparent 30%, rgba(4, 6, 10, 0.97) 100%);
}
.phase-card.elevation::before {
  background:
    radial-gradient(ellipse at 50% -10%, rgba(225, 6, 0, 0.28) 0%, transparent 52%),
    linear-gradient(to bottom, transparent 30%, rgba(4, 6, 10, 0.97) 100%);
}

/* Remove old skew line — replaced by ghost number */
.phase-card::after { content: none; }

/* All direct children above pseudo-elements */
.phase-card > * { position: relative; z-index: 1; }

/* ── Ghost number — massive watermark ── */
.pc-ghost {
  position: absolute;
  bottom: -0.18em;
  right: -0.06em;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(10rem, 20vw, 16rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: rgba(247, 247, 244, 0.03);
  z-index: 0;
  user-select: none;
  pointer-events: none;
  transition: color 360ms ease;
}

/* ── Header row ── */
.pc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  padding-bottom: 0;
}

.pc-tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hot-red);
  padding: 5px 12px;
  border: 1px solid rgba(225, 6, 0, 0.32);
}

.pc-time {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 247, 244, 0.2);
}

/* ── Body content ── */
.pc-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phase-day,
.product-card span {
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.phase-card .phase-day {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: rgba(247, 247, 244, 0.32);
  margin-bottom: 0;
}

.phase-card h3 {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: var(--white);
  margin: 0;
}

.phase-card p {
  max-width: 300px;
  color: rgba(247, 247, 244, 0.46);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

.phase-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  padding: 11px 22px;
  background: transparent;
  border: 1px solid rgba(225, 6, 0, 0.38);
  color: rgba(247, 247, 244, 0.6);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.phase-card a::after {
  content: "→";
}

.phase-card a:hover {
  background: var(--hot-red);
  border-color: var(--hot-red);
  color: var(--white);
}

/* Hover state */
.phase-card:hover {
  border-top-color: var(--hot-red);
  border-color: rgba(225, 6, 0, 0.2);
  transform: translateY(-6px);
}

.phase-card:hover .pc-ghost {
  color: rgba(225, 6, 0, 0.06);
}

.lab-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(180, 0, 9, 0.18), transparent 38%),
    #080b0e;
}

.lab-copy > p:not(.section-label) {
  max-width: 580px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.lab-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* ── Phase selector (lab section) ── */
.lab-phase-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.lab-phase-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(247, 247, 244, 0.2);
  background: rgba(247, 247, 244, 0.05);
  color: var(--white);
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, transform 180ms ease;
  position: relative;
}

.lab-phase-btn:hover {
  background: rgba(225, 6, 0, 0.1);
  border-color: rgba(225, 6, 0, 0.45);
  transform: translateY(-2px);
}

.lpb-tier {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hot-red);
}

.lpb-name {
  font-family: Anton, sans-serif;
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  text-transform: uppercase;
  line-height: 1;
  color: var(--white);
}

.lpb-free {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.35);
  padding: 2px 6px;
  width: fit-content;
  margin-top: 4px;
}

.lab-phase-btn.lpb-locked {
  opacity: 0.6;
  cursor: pointer;
}

.lab-phase-btn.lpb-locked .lpb-tier {
  color: rgba(247, 247, 244, 0.5);
}

.lab-phase-btn.lpb-locked:hover {
  opacity: 1;
  background: rgba(247, 247, 244, 0.06);
  border-color: rgba(247, 247, 244, 0.35);
}

.lpb-lock {
  color: rgba(247, 247, 244, 0.3);
  margin-bottom: 2px;
}

.lab-phase-btn.lpb-extreme .lpb-tier {
  color: rgba(225, 6, 0, 0.7);
}

.lab-phase-btn.lpb-extreme:hover {
  background: rgba(225, 6, 0, 0.08);
  border-color: rgba(225, 6, 0, 0.4);
  opacity: 1;
}

@media (max-width: 680px) {
  .lab-phase-selector {
    grid-template-columns: repeat(2, 1fr);
  }
}

.phone-shell {
  justify-self: center;
  width: min(100%, 390px);
  min-height: 680px;
  padding: 16px;
  border: 1px solid rgba(247, 247, 244, 0.22);
  background: linear-gradient(145deg, #202b35, #050608);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.phone-top {
  width: 92px;
  height: 5px;
  margin: 0 auto 16px;
  background: rgba(247, 247, 244, 0.28);
}

.lab-screen {
  display: grid;
  min-height: 622px;
  align-content: space-between;
  gap: 16px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(225, 6, 0, 0.16), transparent 42%),
    #050608;
}

.scan-card,
.timer-card {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(247, 247, 244, 0.05);
}

.scan-card span,
.scan-card small,
.timer-card span {
  color: var(--steel);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.scan-card strong {
  font-family: Anton, Impact, sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}

.workout-list {
  display: grid;
  gap: 10px;
}

.workout-list div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 0 12px;
  background: rgba(247, 247, 244, 0.06);
}

.workout-list span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
}

.timer-card strong {
  font-family: "IBM Plex Mono", monospace;
  font-size: 4.2rem;
}

.timer-card button {
  min-height: 48px;
  border: 0;
  background: var(--hot-red);
  color: var(--white);
  cursor: pointer;
  font: 900 0.82rem Inter, sans-serif;
  text-transform: uppercase;
}

.community-section {
  background: #0b0f13;
}

.leaderboard {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.dial {
  display: grid;
  place-items: center;
  align-content: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle, #0b0f13 0 52%, transparent 53%),
    conic-gradient(var(--hot-red) 0 266deg, rgba(247, 247, 244, 0.13) 266deg 360deg);
}

.dial span {
  font-family: Anton, Impact, sans-serif;
  font-size: 5.4rem;
}

.dial small {
  color: var(--steel);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.rank-list {
  display: grid;
  gap: 12px;
}

.rank-row {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  min-height: 88px;
  padding: 0 20px;
  border: 1px solid var(--line);
  background: rgba(247, 247, 244, 0.04);
}

.rank-row span,
.rank-row em {
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 800;
}

.rank-row strong {
  font-size: clamp(1.3rem, 3vw, 2rem);
}

/* Community live rank rows — track-color left border set inline by JS */
.community-rank-row {
  border-left-width: 3px;
  transition: background 160ms ease;
}
.community-rank-row:hover {
  background: rgba(247, 247, 244, 0.07);
}
/* em color inherits track color from inline style on border; keep rank/hours readable */
.community-rank-row em {
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.product-card {
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 460px;
}

.product-card strong {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.product-img {
  position: absolute;
  inset: 16px 16px 108px;
  width: calc(100% - 32px);
  height: calc(100% - 124px);
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.5));
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--steel);
}

.site-footer strong {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.site-footer span {
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scan {
  0%,
  100% {
    transform: translateY(-40%);
    opacity: 0;
  }
  45%,
  55% {
    opacity: 1;
  }
  50% {
    transform: translateY(520%);
  }
}

@keyframes runnerPulse {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-10px) rotate(8deg);
  }
}

@media (max-width: 920px) {
  .site-header {
    height: 68px;
  }

  .main-nav {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .week-meter {
    width: 120px;
  }

  .hero {
    min-height: 880px;
    align-items: center;
  }

  .runner-shadow {
    right: 13vw;
    bottom: 51vh;
  }

  .hero-mountain {
    width: 110vw;
    height: 58vw;
  }

  .countdown-panel {
    left: 20px;
    right: 20px;
    bottom: 24px;
    min-width: 0;
  }

  .phase-grid,
  .product-grid,
  .lab-section,
  .leaderboard {
    grid-template-columns: 1fr;
  }

  .phase-card  { min-height: 420px; }
  .product-card { min-height: 360px; }

  .dial {
    width: min(100%, 340px);
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 48px;
  }

  .brand-word strong {
    font-size: 0.95rem;
  }

  .week-meter {
    display: none;
  }

  .hero {
    min-height: 810px;
  }

  h1 {
    font-size: clamp(3.6rem, 22vw, 6rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .runner-shadow {
    right: 4vw;
    bottom: 53vh;
    width: 82px;
    height: 164px;
  }

  .phone-shell {
    min-height: 620px;
  }

  .lab-screen {
    min-height: 562px;
  }

  .scan-card strong,
  .timer-card strong {
    font-size: 3.3rem;
  }

  .rank-row {
    grid-template-columns: 42px 1fr;
    gap: 8px;
    padding: 16px;
  }

  .rank-row em {
    grid-column: 2;
  }
}

/* Peachie-inspired editorial layout pass, translated for Elevation 168. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.6'/%3E%3C/svg%3E");
  background-size: 220px;
}

.site-header {
  height: 86px;
  background: transparent;
  border-bottom-color: transparent;
  transition:
    height 500ms cubic-bezier(0.4, 0, 0.2, 1),
    background 500ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled {
  height: 72px;
  background: rgba(5, 6, 8, 0.9);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(225, 6, 0, 0.22);
}

.brand-mark {
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled .brand-mark {
  width: 52px;
}

.main-nav a {
  position: relative;
  padding: 5px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--hot-red);
  transition: width 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main-nav a:hover::after {
  width: 100%;
}

.hero {
  min-height: 100vh;
  place-items: center;
  padding: calc(var(--header-height) + 54px) clamp(20px, 5vw, 72px) 72px;
  text-align: center;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.38), rgba(5, 6, 8, 0.92) 78%),
    radial-gradient(circle at 50% 44%, rgba(225, 6, 0, 0.2), transparent 28%),
    radial-gradient(circle at 20% 78%, rgba(247, 247, 244, 0.11), transparent 22%),
    linear-gradient(145deg, #17212a, #050608 58%);
}

.hero-content {
  display: flex;
  position: relative;
  z-index: 3;
  max-width: 980px;
  flex-direction: column;
  align-items: center;
  padding-top: 44px;
}

.hero-badge,
.section-label {
  display: inline-block;
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-badge {
  position: relative;
  margin: 0 0 38px;
  padding: 10px 28px;
  border: 1px solid rgba(225, 6, 0, 0.5);
  background: rgba(5, 6, 8, 0.32);
}

.hero-badge::before,
.hero-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: rgba(225, 6, 0, 0.5);
}

.hero-badge::before {
  right: calc(100% + 16px);
}

.hero-badge::after {
  left: calc(100% + 16px);
}

.hero-heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
}

.hero-logo {
  display: block;
  width: clamp(96px, 14vw, 176px);
  flex: 0 0 auto;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.45));
}

.hero-logo svg {
  width: 100%;
  height: auto;
}

.hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.55));
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 10vw, 8.8rem);
}

.hero-divider {
  width: 68px;
  height: 1px;
  margin: 28px auto;
  background: var(--hot-red);
}

.hero-copy {
  margin-top: 0;
  color: rgba(247, 247, 244, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-style: italic;
  text-align: center;
}

.hero-actions {
  justify-content: center;
}

.button {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  padding-inline: 28px;
  letter-spacing: 0.16em;
  transition:
    color 400ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 400ms cubic-bezier(0.4, 0, 0.2, 1),
    background 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button.primary:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.button.secondary:hover {
  border-color: var(--hot-red);
  background: rgba(225, 6, 0, 0.14);
}

.countdown-panel {
  right: clamp(20px, 5vw, 70px);
  bottom: 38px;
  text-align: left;
}

.hero-scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(247, 247, 244, 0.62);
  transform: translateX(-50%);
}

.hero-scroll span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll::after {
  content: "";
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--hot-red), transparent);
  animation: scrollLine 2.2s ease-in-out infinite;
}

.runner-shadow {
  right: 50%;
  bottom: 58%;
  opacity: 0.28;
  transform: translateX(50%) rotate(8deg) scale(1.45);
  animation: runnerFloat 2.8s ease-in-out infinite;
}

.hero-mountain {
  right: 50%;
  bottom: -2vw;
  width: min(92vw, 1040px);
  opacity: 0.62;
  transform: translateX(50%);
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 6vw, 78px) !important;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-title {
  margin-top: 18px;
  color: var(--white);
}

.section-title em {
  color: var(--hot-red);
  font-style: normal;
}

.philosophy-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
}

.philosophy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(225, 6, 0, 0.08), transparent 58%),
    radial-gradient(ellipse at 85% 15%, rgba(30, 41, 51, 0.1), transparent 50%);
  pointer-events: none;
}

.about-inner {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 840px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.philosophy-section .section-title {
  color: var(--ink);
}

.about-lead {
  max-width: 710px;
  margin: 22px auto 0;
  color: #4c5660;
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  font-weight: 400;
  line-height: 1.9;
}

.about-quote {
  max-width: 640px;
  margin: 48px auto;
  color: var(--ink);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.about-quote::before,
.about-quote::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 auto 28px;
  background: var(--hot-red);
}

.about-quote::after {
  margin: 28px auto 0;
}

.about-stats {
  display: flex;
  justify-content: center;
  gap: clamp(26px, 6vw, 82px);
  width: 100%;
  padding-top: 34px;
  border-top: 1px solid rgba(16, 24, 32, 0.16);
}

.about-stats div {
  display: grid;
  gap: 8px;
}

.about-stat-num {
  color: var(--hot-red);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.92;
}

.about-stat-label {
  color: #56616b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.week-section,
.community-section {
  position: relative;
  background: #0b0f13;
}

.lab-section {
  background:
    linear-gradient(90deg, rgba(180, 0, 9, 0.16), transparent 38%),
    #050608;
}

.product-card,
.phone-shell,
.rank-row {
  transition:
    transform 400ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 400ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover,
.rank-row:hover {
  border-color: rgba(225, 6, 0, 0.42);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
  transform: translateY(-5px);
}

.shop-section {
  background: var(--white);
  color: var(--ink);
}

.shop-section .section-title,
.shop-section .product-card strong {
  color: var(--ink);
}

.shop-section .product-card {
  border-color: rgba(16, 24, 32, 0.14);
  background: #f0f2f3;
}


.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 900ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 900ms cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 140ms;
}

.reveal-delay-2 {
  transition-delay: 280ms;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@keyframes runnerFloat {
  0%,
  100% {
    transform: translateX(50%) translateY(0) rotate(8deg) scale(1.45);
  }
  50% {
    transform: translateX(50%) translateY(-10px) rotate(8deg) scale(1.45);
  }
}

@media (max-width: 920px) {
  .site-header {
    height: 74px;
  }

  .hero {
    min-height: 900px;
  }

  .hero-heading-row {
    flex-direction: column;
  }

  .hero-badge::before,
  .hero-badge::after {
    width: 24px;
  }

  .countdown-panel {
    display: none;
  }

  .hero-scroll {
    bottom: 24px;
  }

  .about-stats {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 830px;
  }

  .hero-badge {
    margin-bottom: 26px;
    padding-inline: 18px;
  }

  .hero-badge::before,
  .hero-badge::after {
    display: none;
  }

  .hero-logo {
    width: 112px;
  }

  .about-stats {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* React Bits-inspired production effects */
[data-split-text] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.06em;
}

.split-word {
  display: inline-flex;
  white-space: nowrap;
}

.split-char {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(0.55em) rotateX(-65deg);
  transform-origin: 50% 80%;
  animation: splitReveal 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.shiny-text {
  background: linear-gradient(100deg, var(--hot-red) 0%, var(--white) 22%, var(--hot-red) 44%, var(--hot-red) 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shineSweep 4.8s ease-in-out infinite;
}

.border-glow {
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
}

.border-glow:hover,
.border-glow:focus-visible {
  box-shadow:
    0 0 0 1px rgba(225, 6, 0, 0.32),
    0 0 42px rgba(225, 6, 0, 0.16);
}

.button.border-glow::before,
.phone-shell.border-glow::before,
.product-card.border-glow::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(225, 6, 0, 0.85), transparent 28%),
    linear-gradient(135deg, rgba(225, 6, 0, 0.45), transparent 35%, rgba(247, 247, 244, 0.24));
  transition: opacity 280ms ease;
}

.button.border-glow:hover::before,
.button.border-glow:focus-visible::before,
.phone-shell.border-glow:hover::before,
.phone-shell.border-glow:focus-visible::before,
.product-card.border-glow:hover::before,
.product-card.border-glow:focus-visible::before {
  opacity: 1;
}

.phase-card.border-glow:hover,
.phase-card.border-glow:focus-within {
  box-shadow:
    0 0 0 1px rgba(225, 6, 0, 0.28),
    0 28px 80px rgba(225, 6, 0, 0.12),
    0 20px 60px rgba(0, 0, 0, 0.45);
}

.magic-bento .phase-card {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.grid-scan {
  position: relative;
  overflow: hidden;
}

.grid-scan::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(225, 6, 0, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 6, 0, 0.22) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}

.grid-scan::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(225, 6, 0, 0.22), transparent);
  transform: translateX(-100%);
  animation: gridSweep 5.5s ease-in-out infinite;
}

.lab-section > * {
  position: relative;
  z-index: 1;
}

.lab-experience {
  display: grid;
  gap: 18px;
  justify-self: center;
  width: min(100%, 430px);
}

.qr-stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.step {
  display: grid;
  gap: 5px;
  min-height: 70px;
  align-content: center;
  padding: 10px;
  border: 1px solid rgba(247, 247, 244, 0.14);
  background: rgba(247, 247, 244, 0.04);
  color: var(--steel);
  transition:
    background 300ms ease,
    border-color 300ms ease,
    color 300ms ease,
    transform 300ms ease;
}

.step span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
}

.step strong {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step.active {
  border-color: var(--hot-red);
  background: rgba(225, 6, 0, 0.16);
  color: var(--white);
  transform: translateY(-3px);
}

.activity-feed {
  display: grid;
  gap: 10px;
}

.leaderboard {
  grid-template-columns: 320px minmax(300px, 1fr) minmax(280px, 0.85fr);
}

.feed-item {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: rgba(247, 247, 244, 0.04);
  opacity: 0.56;
  transform: translateY(0);
  transition:
    opacity 350ms ease,
    transform 350ms ease,
    border-color 350ms ease,
    background 350ms ease;
}

.feed-item.is-active {
  opacity: 1;
  border-color: rgba(225, 6, 0, 0.52);
  background: rgba(225, 6, 0, 0.1);
  transform: translateY(-2px);
}

.feed-item span,
.feed-item em {
  color: var(--hot-red);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.feed-item strong {
  font-size: 0.84rem;
  text-transform: uppercase;
}

@keyframes splitReveal {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) rotateX(0);
  }
}

@keyframes shineSweep {
  0%,
  46%,
  100% {
    background-position: 120% 50%;
  }
  68% {
    background-position: 0% 50%;
  }
}

@keyframes gridSweep {
  0%,
  22% {
    transform: translateX(-100%);
  }
  58%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 920px) {
  .leaderboard {
    grid-template-columns: 1fr;
  }

  .leaderboard {
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .qr-stepper {
    grid-template-columns: repeat(2, 1fr);
  }

  .feed-item {
    grid-template-columns: 40px 1fr;
    padding-block: 12px;
  }

  .feed-item em {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .split-char,
  .shiny-text,
  .grid-scan::after {
    animation: none;
  }

  .split-char {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Mobile hardening pass */
img,
video,
svg {
  max-width: 100%;
}

.split-space {
  flex-basis: 0.2em;
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  .site-header,
  .site-header.scrolled {
    height: var(--header-height);
    padding-inline: 14px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 48px;
    height: 34px;
  }

  .brand-word strong {
    font-size: 0.92rem;
  }

  .brand-word span {
    font-size: 0.82rem;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: min(860px, 100svh);
    padding: calc(var(--header-height) + 38px) 16px 34px;
  }

  .hero-content {
    width: min(100%, 520px);
    padding-top: 18px;
  }

  .hero-heading-row {
    gap: 14px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.1rem, 17vw, 5.4rem);
    line-height: 0.88;
  }

  [data-split-text] {
    gap: 0.035em;
  }

  .hero-copy {
    max-width: 31rem;
    font-size: 1rem;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 16px;
    text-align: center;
  }

  .hero-scroll {
    display: none;
  }

  .ticker span {
    padding-inline: 18px;
    font-size: 1.08rem;
  }

  .section {
    padding: 62px 16px !important;
  }

  .section-title {
    font-size: clamp(2.25rem, 13vw, 3.7rem);
  }

  .about-lead {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .about-quote {
    margin-block: 36px;
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .phase-card   { min-height: 380px; padding: 22px; }
  .product-card { min-height: 330px; padding: 20px; }

  .phase-card h3,
  .product-card strong {
    overflow-wrap: anywhere;
  }

  .lab-section {
    gap: 28px;
  }

  .lab-quick-actions,
  .lab-quick-actions .button {
    width: 100%;
  }

  .lab-experience,
  .phone-shell {
    width: 100%;
  }

  .phone-shell {
    min-height: auto;
    padding: 12px;
  }

  .lab-screen {
    min-height: auto;
    gap: 12px;
    padding: 14px;
  }

  .scan-card strong {
    font-size: clamp(2.8rem, 15vw, 4.1rem);
    overflow-wrap: anywhere;
  }

  .timer-card strong {
    font-size: clamp(3rem, 17vw, 4.2rem);
  }

  .workout-list div {
    min-height: 42px;
    font-size: 0.9rem;
  }

  .dial {
    justify-self: center;
    width: min(100%, 300px);
  }

  .dial span {
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .rank-row {
    min-height: 74px;
  }

  .product-img {
    inset: 12px 12px 105px;
    width: calc(100% - 24px);
    height: calc(100% - 117px);
  }
}

@media (max-width: 390px) {
  .brand-word {
    display: none;
  }

  .hero-logo {
    width: 86px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 18vw, 4.6rem);
  }

  .hero-badge {
    max-width: 100%;
    font-size: 0.58rem;
    letter-spacing: 0.22em;
  }

  .qr-stepper {
    gap: 6px;
  }

  .step {
    min-height: 62px;
    padding: 8px;
  }

  .feed-item strong {
    font-size: 0.76rem;
  }
}

/* ═══════════════════════════════════════════════════════
   App nav link + App Teaser Section (index.html)
═══════════════════════════════════════════════════════ */

.nav-app-link {
  color: var(--hot-red) !important;
}

/* ── Nav active state ── */
.nav-active {
  color: var(--white) !important;
}

/* ── Lab phase button active state ── */
.lab-phase-btn.active {
  background: rgba(225, 6, 0, 0.1);
  border-color: rgba(225, 6, 0, 0.45);
  opacity: 1;
  cursor: default;
}
.lab-phase-btn.active .lpb-tier { color: var(--hot-red); }

/* ── Lab A–Z letter grid ── */
.lab-az-grid {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  gap: 6px;
  margin-top: 16px;
}
.lab-az-tile {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(247, 247, 244, 0.14);
  background: rgba(247, 247, 244, 0.045);
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(0.9rem, 1.6vw, 1.5rem);
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, transform 200ms ease;
}
.lab-az-tile:hover {
  border-color: var(--hot-red);
  background: var(--hot-red);
  transform: translateY(-2px);
}
@media (max-width: 680px) {
  .lab-az-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}

/* ── Compact nav at medium widths (7 items no longer fit at full size) ── */
@media (max-width: 1260px) and (min-width: 921px) {
  .main-nav {
    font-size: 0.68rem;
    gap: clamp(8px, 1.4vw, 18px);
  }
  .nav-join-link {
    padding: 5px 12px !important;
  }
}

.nav-join-link {
  padding: 6px 16px !important;
  background: var(--hot-red);
  color: var(--white) !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: background 200ms ease, opacity 200ms ease;
}

.nav-join-link:hover {
  background: var(--red);
  color: var(--white) !important;
}

.nav-join-link::after {
  display: none !important;
}

.app-teaser-section {
  background: var(--ink);
  position: relative;
  overflow: hidden;
}

.app-teaser-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 80% 50%, rgba(225, 6, 0, 0.09) 0%, transparent 65%),
    repeating-linear-gradient(112deg, transparent 0 34px, rgba(247, 247, 244, 0.025) 35px 36px);
  pointer-events: none;
}

.app-teaser-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.app-teaser-body {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  color: var(--muted);
  line-height: 1.7;
  max-width: 520px;
  margin: 20px 0 32px;
}

.app-teaser-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.app-teaser-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ats-item {
  padding: 22px 20px;
  background: rgba(247, 247, 244, 0.03);
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: border-color 280ms ease, transform 280ms ease;
}

.ats-item:hover {
  border-color: rgba(225, 6, 0, 0.32);
  transform: translateY(-3px);
}

.ats-item strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1;
  color: var(--hot-red);
  margin-bottom: 6px;
}

.ats-item span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  display: block;
}

@media (max-width: 860px) {
  .app-teaser-inner {
    grid-template-columns: 1fr;
  }

  .app-teaser-buttons {
    flex-direction: column;
  }

  .app-teaser-buttons .button {
    width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Daily Quote — Battle Cry
   ═══════════════════════════════════════════════════════════════ */

.chat-section-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  margin-bottom: 48px;
}

.chat-heading-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

/* ── Quote card ── */
.daily-quote {
  position: relative;
  padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 48px);
  background: #06090e;
  border-left: 3px solid var(--hot-red);
  overflow: hidden;
}

/* Giant decorative opening quote — punches through background */
.daily-quote::before {
  content: "\201C";
  position: absolute;
  top: -0.12em;
  left: -0.04em;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(12rem, 22vw, 20rem);
  line-height: 1;
  color: rgba(225, 6, 0, 0.07);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
}

/* Red top-right corner slash */
.daily-quote::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: var(--hot-red);
}

.dq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hot-red);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.dq-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hot-red);
  flex-shrink: 0;
  animation: dqPulse 1.8s ease-in-out infinite;
}

@keyframes dqPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.6); }
  50%       { box-shadow: 0 0 0 5px rgba(225, 6, 0, 0); }
}

.dq-text {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

/* First line punches red */
.dq-text br + * { color: var(--white); }

.dq-attr {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 247, 244, 0.3);
  font-style: normal;
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  .chat-section-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dq-text {
    font-size: clamp(2rem, 6vw, 3rem);
  }
}

@media (max-width: 560px) {
  .dq-text {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }
}

/* ═══════════════════════════════════════════════════════════════
   Hamburger + Mobile Nav Overlay
   ═══════════════════════════════════════════════════════════════ */

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: rgba(247, 247, 244, 0.06);
  border: 1px solid rgba(247, 247, 244, 0.12);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 180ms, border-color 180ms;
}

.nav-hamburger:hover {
  background: rgba(247, 247, 244, 0.1);
  border-color: rgba(247, 247, 244, 0.22);
}

.nav-hamburger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: rgba(247, 247, 244, 0.8);
  transition: transform 280ms ease, opacity 200ms ease, width 280ms ease;
  transform-origin: center;
}

/* X state */
.nav-hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

@media (max-width: 920px) {
  .nav-hamburger {
    display: flex;
  }
}

/* ── Mobile nav overlay ── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 19;
  background: rgba(3, 5, 8, 0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: var(--header-height) 24px 40px;
}

.mobile-nav.open {
  display: flex;
  animation: mobileNavIn 300ms ease both;
}

@keyframes mobileNavIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: none; }
}

.mobile-nav nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 360px;
}

.mobile-nav a {
  display: block;
  width: 100%;
  padding: 18px 24px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.6rem, 7vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(247, 247, 244, 0.65);
  text-align: center;
  border-bottom: 1px solid rgba(247, 247, 244, 0.06);
  transition: color 180ms ease;
}

.mobile-nav a:first-child {
  border-top: 1px solid rgba(247, 247, 244, 0.06);
}

.mobile-nav a:hover {
  color: var(--white);
}

.mobile-nav .mobile-nav-join {
  margin-top: 20px;
  border: 1px solid var(--hot-red) !important;
  color: var(--hot-red);
  font-size: clamp(1.2rem, 5vw, 1.6rem);
  letter-spacing: 0.1em;
  transition: background 200ms ease, color 200ms ease;
}

.mobile-nav .mobile-nav-join:hover {
  background: var(--hot-red);
  color: var(--white);
}

/* ── Lab section: Difficult Tier hub CTA ── */
.lab-diff-hub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  background: rgba(249, 115, 22, 0.04);
}

.lab-diff-sub {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(247, 247, 244, 0.45);
  margin: 0;
}

.lab-diff-enter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid #f97316;
  background: transparent;
  color: #f97316;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease;
}

.lab-diff-enter:hover {
  background: #f97316;
  color: #04060a;
}
