:root {
  --red: #e31b23;
  --red-hot: #ff2730;
  --bg: #f4f4f3;
  --surface: #ffffff;
  --surface-soft: #e9e9e7;
  --text: #111111;
  --muted: #636363;
  --line: rgba(17, 17, 17, 0.14);
  --header: rgba(244, 244, 243, 0.88);
  --shadow: 0 30px 80px rgba(15, 15, 15, 0.12);
  --radius: 26px;
  color-scheme: light;
}

[data-theme='dark'] {
  --bg: #171717;
  --surface: #202020;
  --surface-soft: #292929;
  --text: #f8f8f6;
  --muted: #aaa9a6;
  --line: rgba(255, 255, 255, 0.13);
  --header: rgba(23, 23, 23, 0.86);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  transition: background .28s ease, color .28s ease;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; z-index: 15; top: 0; left: 0; right: 0;
  height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(22px, 5vw, 84px); border-bottom: 1px solid var(--line);
  background: var(--header); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 10px; background: #050505; }
.brand span { font-family: 'Roboto Condensed', sans-serif; font-size: 20px; }
.brand b { color: var(--red); }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
nav a { color: var(--muted); transition: color .2s ease; }
nav a:hover { color: var(--red); }
.theme-toggle { justify-self: end; border: 0; background: transparent; color: var(--text); display: flex; gap: 8px; align-items: center; cursor: pointer; }
.theme-toggle__sun { color: #f4a300; font-size: 17px; }
.theme-toggle__moon { color: #b9b9b9; font-size: 12px; }
.theme-toggle__track { width: 44px; height: 24px; padding: 3px; border-radius: 99px; background: var(--surface-soft); border: 1px solid var(--line); }
.theme-toggle__track i { display: block; width: 16px; height: 16px; border-radius: 50%; background: var(--red); transition: transform .25s ease; }
[data-theme='dark'] .theme-toggle__track i { transform: translateX(18px); }

main { padding-top: 82px; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 70px clamp(22px, 7vw, 120px) 50px; gap: 5vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; letter-spacing: .18em; font-weight: 800; }
.eyebrow i { width: 22px; height: 3px; background: var(--red); display: inline-block; }
h1, h2 { font-family: 'Roboto Condensed', Impact, sans-serif; letter-spacing: -.055em; line-height: .88; margin: 24px 0; font-weight: 900; }
h1 { font-size: clamp(62px, 8vw, 132px); }
h2 { font-size: clamp(50px, 6.4vw, 102px); }
h1 span, h2 span { color: var(--red); }
.hero__copy > p, .section__heading > p { max-width: 610px; font-size: clamp(17px, 1.45vw, 23px); line-height: 1.58; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 55px; padding: 0 27px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 15px 34px rgba(227, 27, 35, .25); }
.button--primary:hover { background: var(--red-hot); box-shadow: 0 18px 42px rgba(227, 27, 35, .38); }
.button--ghost { border: 1px solid var(--line); background: var(--surface); }
.hero__note { margin-top: 19px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }

.hero__visual { min-height: 610px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero__visual::before { content: ''; position: absolute; width: min(35vw, 520px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(227,27,35,.2), transparent 66%); filter: blur(16px); }
.orbit { position: absolute; width: min(35vw, 530px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-20deg) scaleY(.5); }
.orbit--two { width: min(27vw, 400px); border-color: rgba(227,27,35,.3); transform: rotate(25deg) scaleY(.62); }
.table-visual { position: relative; width: min(34vw, 500px); perspective: 800px; filter: drop-shadow(0 34px 24px rgba(0,0,0,.24)); animation: float 5s ease-in-out infinite; }
.table-visual__top { position: relative; aspect-ratio: 1.8; transform: rotateX(62deg) rotateZ(-5deg); border: 3px solid var(--text); border-radius: 3px; background: linear-gradient(145deg, var(--surface-soft), var(--surface)); overflow: visible; }
.table-visual__line { position: absolute; top: 49%; left: 0; right: 0; border-top: 2px solid var(--text); opacity: .55; }
.table-visual__net { position: absolute; left: 49.5%; top: -20px; bottom: -15px; border-left: 5px solid var(--red); transform: rotateX(-25deg); box-shadow: 8px 0 30px rgba(227,27,35,.35); }
.table-visual__legs { height: 120px; margin: -55px 45px 0; border-left: 14px solid var(--text); border-right: 14px solid var(--text); transform: perspective(350px) rotateX(-12deg); }
.ball { position: absolute; width: 22px; height: 22px; background: var(--red); border-radius: 50%; box-shadow: 0 0 28px rgba(227,27,35,.55); }
.ball--one { top: 18%; left: 22%; animation: ballOne 4.8s ease-in-out infinite; }
.ball--two { width: 10px; height: 10px; right: 18%; bottom: 25%; opacity: .45; animation: ballTwo 5.4s ease-in-out infinite; }
.hero__badge { position: absolute; padding: 15px 18px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); min-width: 170px; }
.hero__badge small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .16em; margin-bottom: 7px; }
.hero__badge strong { font-family: 'Roboto Condensed'; font-size: 18px; }
.hero__badge strong i { display: inline-block; width: 8px; height: 8px; background: #31bd62; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 12px #31bd62; }
.hero__badge--top { top: 20%; right: 0; }
.hero__badge--bottom { bottom: 14%; left: 3%; }
.hero__badge--bottom > span { display: block; width: 100%; height: 4px; background: var(--surface-soft); margin-top: 11px; }
.hero__badge--bottom > span i { display: block; width: 55%; height: 100%; background: var(--red); }
.hero__mark { position: absolute; right: 4%; bottom: 3%; font: 900 160px/.8 'Roboto Condensed'; color: transparent; -webkit-text-stroke: 1px var(--line); z-index: -1; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics article { min-height: 132px; display: flex; justify-content: center; align-items: center; gap: 20px; padding: 20px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { color: var(--red); font: 900 38px 'Roboto Condensed'; }
.metrics span { color: var(--muted); font-size: 11px; line-height: 1.6; font-weight: 800; letter-spacing: .09em; }
.section { padding: clamp(80px, 10vw, 160px) clamp(22px, 7vw, 120px); }
.section__heading { max-width: 880px; }
.club__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; margin-top: 60px; }
.feature-card { position: relative; min-height: 330px; padding: 30px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: var(--red); }
.feature-card--wide { grid-row: span 2; min-height: 675px; }
.feature-card--red { background: var(--red); color: white; }
.feature-card__number { color: var(--muted); font-size: 11px; letter-spacing: .14em; }
.feature-card--red .feature-card__number, .feature-card--red p { color: rgba(255,255,255,.72); }
.feature-card h3 { position: absolute; left: 30px; right: 30px; bottom: 74px; margin: 0; font: 900 clamp(25px, 2.3vw, 38px) 'Roboto Condensed'; }
.feature-card p { position: absolute; left: 30px; right: 30px; bottom: 23px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.feature-card__symbol { position: absolute; right: 28px; top: 34px; color: var(--red); font: 900 74px 'Roboto Condensed'; }
.feature-card--red .feature-card__symbol { color: white; }
.table-icon { position: absolute; width: 74%; left: 13%; top: 26%; aspect-ratio: 1.7; border: 8px solid var(--text); transform: perspective(600px) rotateX(55deg); }
.table-icon i { position: absolute; left: 49%; top: -18px; bottom: -18px; border-left: 8px solid var(--red); }
.table-icon b { position: absolute; left: 20%; right: 20%; bottom: -105px; height: 100px; border-left: 12px solid var(--text); border-right: 12px solid var(--text); }

.possibilities { background: var(--surface); }
.phone-stage { min-height: 760px; display: grid; grid-template-columns: 1fr 330px 1fr; align-items: center; gap: clamp(30px, 5vw, 90px); margin-top: 40px; }
.phone-stage__copy { display: grid; gap: 90px; }
.phone-stage__copy article { position: relative; max-width: 280px; }
.phone-stage__copy--left article { margin-left: auto; text-align: right; }
.phone-stage__copy b { color: var(--red); font-size: 11px; letter-spacing: .15em; }
.phone-stage__copy h3 { font: 900 24px 'Roboto Condensed'; margin: 10px 0; }
.phone-stage__copy p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.phone { width: 310px; height: 640px; padding: 10px; border-radius: 46px; background: #080808; box-shadow: 0 42px 90px rgba(0,0,0,.35), inset 0 0 0 2px #4a4a4a; position: relative; }
.phone__speaker { position: absolute; z-index: 2; left: 50%; top: 18px; transform: translateX(-50%); width: 72px; height: 20px; border-radius: 99px; background: #070707; }
.phone__screen { height: 100%; border-radius: 38px; overflow: hidden; padding: 32px 18px 15px; background: #1b1b1b; color: white; }
.phone__head { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; }
.phone__head img { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }
.phone__head span { font-size: 12px; font-weight: 700; }
.phone__head b { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #e31b23; color: #ff555b; border-radius: 50%; }
.phone__level { margin-top: 20px; padding: 18px; background: linear-gradient(145deg,#272727,#202020); border: 1px solid #383838; border-radius: 17px; }
.phone__level small { display: block; color: #999; font-size: 8px; letter-spacing: .16em; }
.phone__level strong { display: block; margin: 9px 0; font: 900 25px 'Roboto Condensed'; }
.phone__level > span { display: block; height: 5px; border-radius: 5px; background: #383838; }
.phone__level > span i { display: block; height: 100%; width: 57%; border-radius: inherit; background: #e31b23; }
.phone__level em { display: block; margin-top: 7px; color: #888; font-size: 8px; font-style: normal; }
.phone__title { display: flex; justify-content: space-between; margin: 24px 2px 11px; font-size: 11px; }
.phone__title strong { font-size: 15px; }
.phone__title span { color: #e31b23; }
.phone__tables { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone__tables > div { padding: 15px; background: #262626; border: 1px solid #383838; border-radius: 13px; }
.phone__tables b { display: block; font: 900 30px 'Roboto Condensed'; }
.phone__tables span { color: #62d589; font-size: 8px; }
.phone__tables span i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: currentColor; }
.phone__tables .busy { color: #ff6369; }
.phone__screen button { width: 100%; margin-top: 13px; padding: 13px; color: #fff; background: #e31b23; border: 0; border-radius: 10px; font-size: 9px; font-weight: 800; }
.phone__nav { margin-top: 24px; display: flex; justify-content: space-around; color: #7d7d7d; }
.phone__nav b { color: #e31b23; }

.cta { position: relative; min-height: 680px; display: grid; place-items: center; text-align: center; overflow: hidden; }
.cta::before { content: ''; position: absolute; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(227,27,35,.18), transparent 68%); }
.cta__content { position: relative; display: flex; flex-direction: column; align-items: center; }
.cta .eyebrow { justify-content: center; }
.cta p { max-width: 560px; color: var(--muted); line-height: 1.6; }
.cta .button { margin-top: 20px; }
.cta__mark { position: absolute; font: 900 720px/.8 'Roboto Condensed'; color: transparent; -webkit-text-stroke: 1px var(--line); opacity: .65; }
footer { min-height: 110px; padding: 25px clamp(22px, 7vw, 120px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
footer .brand { color: var(--text); }
footer > a:last-child { color: var(--red); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes ballOne { 0%,100% { transform: translate(0,0); } 45% { transform: translate(250px, 150px); } 55% { transform: translate(250px, 112px); } }
@keyframes ballTwo { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-190px,-250px); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero__visual { min-height: 500px; }
  .table-visual { width: min(72vw, 500px); }
  .orbit { width: min(75vw, 530px); }
  .orbit--two { width: min(57vw, 400px); }
  .club__grid { grid-template-columns: 1fr 1fr; }
  .feature-card--wide { grid-row: auto; grid-column: span 2; min-height: 480px; }
  .phone-stage { grid-template-columns: 1fr 310px; }
  .phone-stage__copy--right { display: none; }
}

@media (max-width: 640px) {
  .site-header { height: 70px; padding: 0 16px; }
  .brand img { width: 39px; height: 39px; }
  .brand span { font-size: 17px; }
  .theme-toggle__sun, .theme-toggle__moon { display: none; }
  main { padding-top: 70px; }
  .hero { min-height: auto; padding: 70px 18px 20px; gap: 15px; }
  h1 { font-size: clamp(58px, 20vw, 88px); }
  .hero__visual { min-height: 390px; }
  .hero__badge { transform: scale(.84); }
  .hero__badge--top { right: -17px; top: 14%; }
  .hero__badge--bottom { left: -17px; bottom: 8%; }
  .table-visual { width: 82vw; }
  .metrics { grid-template-columns: 1fr; }
  .metrics article { border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; padding-left: 12vw; }
  .metrics article:last-child { border-bottom: 0; }
  .section { padding-left: 18px; padding-right: 18px; }
  .club__grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card--wide { grid-column: auto; min-height: 330px; }
  .feature-card--wide { min-height: 420px; }
  .phone-stage { grid-template-columns: 1fr; }
  .phone-stage__copy { grid-template-columns: 1fr 1fr; gap: 18px; order: 2; }
  .phone-stage__copy article, .phone-stage__copy--left article { text-align: left; margin: 0; }
  .phone { justify-self: center; width: 290px; height: 605px; }
  .cta { min-height: 600px; }
  footer { flex-direction: column; text-align: center; padding-block: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
