:root {
  --ink: #f7f4ed;
  --paper: #080808;
  --warm: #11110f;
  --line: rgba(247, 244, 237, .2);
  --lime: #263a9f;
  --blue: #263a9f;
  --muted: #b6b3ac;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.nav { height: 80px; padding: 0 clamp(1.5rem, 6vw, 6.25rem); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #000; }
.brand { display: block; width: 122px; }
.brand img { width: 100%; height: auto; }
.nav nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .76rem; font-weight: 700; }
.nav nav > a:not(.nav__cta) { opacity: .7; }
.nav__cta { padding: .7rem 1rem; border: 1px solid var(--ink); border-radius: 99px; }
.nav__cta span { margin-left: .35rem; }

.hero { min-height: calc(100svh - 80px); padding: 8vh clamp(1.5rem, 8vw, 9rem) 7vh; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3rem; overflow: hidden; }
.eyebrow { margin: 0 0 1.25rem; font-family: var(--mono); font-size: .64rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; display: inline-block; margin: 0 .65rem 1px 0; background: var(--lime); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.07em; line-height: .98; }
h1 { max-width: 650px; margin-bottom: 1.6rem; font-size: clamp(3.6rem, 6.8vw, 7rem); font-weight: 700; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
h1 em { color: #6d8cff; text-shadow: 0 0 18px rgba(109, 140, 255, .55), 0 0 42px rgba(38, 58, 159, .45); }
.hero__intro { max-width: 430px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .94rem 1.2rem; font: 700 .76rem var(--sans); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--lime); color: var(--ink); }
.button--primary span { font-size: 1rem; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: .28rem; font-size: .76rem; font-weight: 700; }
.hero__facts { display: flex; gap: 2.5rem; margin: 4.4rem 0 0; }
.hero__facts div { border-left: 1px solid var(--line); padding-left: .8rem; }
.hero__facts dt { font: 500 1rem var(--mono); }.hero__facts dd { margin: .15rem 0 0; color: var(--muted); font-size: .64rem; }
.live-indicator { display: inline-block; width: .45rem; height: .45rem; margin: 0 0 .08rem .22rem; border-radius: 50%; background: #ffdf45; box-shadow: 0 0 0 rgba(255, 223, 69, .8); animation: live-pulse 1.4s ease-out infinite; }
@keyframes live-pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255, 223, 69, .8); } 50% { opacity: .45; box-shadow: 0 0 0 .45rem rgba(255, 223, 69, 0); } }
@media (prefers-reduced-motion: reduce) { .live-indicator { animation: none; }.statement__render { opacity: 1; transform: none; transition: none; } }
.hero__visual { position: relative; min-height: 590px; overflow: hidden; }
.product-carousel { height: 100%; }
.product-carousel__track { height: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-carousel__track::-webkit-scrollbar { display: none; }
.product-carousel__slide { min-width: 100%; height: 590px; display: grid; place-items: center; scroll-snap-align: center; }
.hero__product { width: min(540px, 112%); height: 640px; object-fit: contain; object-position: center; transform: translateY(var(--slide-offset, 0px)); transition: opacity .3s ease-out; will-change: opacity; }
.product-carousel__slide:nth-child(2) .hero__product { --slide-offset: -48px; }
.product-carousel__slide:nth-child(3) .hero__product { --slide-offset: -88px; }
.product-carousel__controls { position: absolute; z-index: 2; bottom: 1.4rem; left: 50%; display: flex; gap: .55rem; transform: translateX(-50%); }
.product-carousel__controls button { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(247, 244, 237, .35); cursor: pointer; }
.product-carousel__controls button[aria-current="true"] { background: var(--lime); }

.statement { padding: 10rem clamp(1.5rem, 15vw, 18rem); background: #000; color: var(--ink); }.statement h2, .channels h2, .waitlist h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); }.statement__body { max-width: 590px; margin: 2rem 0 0 auto; color: #c2beb5; line-height: 1.8; }.statement .eyebrow span { background: var(--blue); }
.statement__render { width: min(100%, 440px); margin: 2.5rem 0 0 auto; opacity: 0; transform: translate3d(3rem, 2rem, 0) rotate(3deg) scale(.94); transition: opacity .7s ease, transform .9s cubic-bezier(.16, 1, .3, 1); will-change: transform, opacity; }
.statement__render.is-visible { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
.channels { padding: 3rem clamp(1.5rem, 6vw, 6.25rem); background: radial-gradient(circle at 50% 0, rgba(91, 110, 240, .16), transparent 34rem), #050505; }.channels__heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1px solid #000; }.channels h2 { margin: 0; }.channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: clamp(1.25rem, 2vw, 2rem); }.channel-card { display: flex; flex-direction: column; overflow: hidden; min-height: 100%; background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035)); border: 1px solid rgba(247, 244, 237, .24); border-radius: 22px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 18px 45px rgba(0, 0, 0, .28); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }.channel-card:hover { transform: translateY(-8px); }.channel-card:nth-child(1):hover { border-color: #6d8cff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 34px rgba(76, 106, 255, .45); }.channel-card:nth-child(2):hover { border-color: #9ee85e; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 34px rgba(116, 222, 79, .42); }.channel-card:nth-child(3):hover { border-color: #ffe04b; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 34px rgba(255, 211, 47, .42); }.channel-card img { width: 100%; aspect-ratio: .92; object-fit: cover; object-position: center 69%; }.channel-card:nth-child(1) img { object-position: center 57%; }.channel-card:nth-child(3) img { object-position: center 77%; }.channel-card > div { flex: 1; padding: 1.5rem; }.channel-card p { margin-bottom: .8rem; color: #6d8cff; font: .62rem var(--mono); }.channel-card:nth-child(2) p { color: #9ee85e; }.channel-card:nth-child(3) p { color: #ffe04b; }.channel-card h3 { margin-bottom: .55rem; font-size: 1.1rem; }.channel-card span { color: #c7c4bc; font-size: .7rem; line-height: 1.5; }
.screen-breakdown { background: #000; padding: 0 0 2.5rem; }.screen-breakdown img { width: 100%; height: auto; }
.waitlist { padding: 9rem clamp(1.5rem, 15vw, 18rem); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(2.5rem, 6vw, 5rem); background: var(--blue); }.waitlist h2 { margin-bottom: 1.4rem; }.waitlist__content > p:last-child { max-width: 420px; color: #e0e1ff; line-height: 1.7; }.waitlist-form { min-width: 0; align-self: center; }.waitlist-form > label:first-child { display: block; margin-bottom: .5rem; font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }.form-row { display: flex; }.form-row input { min-width: 0; flex: 1; padding: 1rem; border: 1px solid var(--ink); border-right: 0; background: #11110f; color: var(--ink); font: .85rem var(--sans); outline-offset: 2px; }.form-row .button { white-space: nowrap; background: var(--ink); color: #11110f; }.check { display: flex; gap: .6rem; align-items: flex-start; margin-top: 1rem; font-size: .68rem; line-height: 1.5; }.check input { accent-color: var(--ink); margin: .1rem 0 0; }.form-status { min-height: 1.2em; margin: 1rem 0 0; font-size: .75rem; font-weight: 700; }
.setup-guide { background: #fff; padding: 0; }.setup-guide img { width: 100%; height: auto; }
.footer { padding: 2.4rem clamp(1.5rem, 6vw, 6.25rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #000; color: var(--paper); }.footer p { margin: 0; color: #aaa69e; font-size: .68rem; }

@media (max-width: 800px) {
  .nav { height: 66px; }.nav nav > a:not(.nav__cta) { display: none; }.hero { grid-template-columns: 1fr; padding-top: 5rem; }      .hero__visual { min-height: 500px; }.product-carousel__slide { height: 500px; }.hero__product { height: 550px; }.hero__facts { margin-top: 3rem; }.statement, .waitlist { padding-top: 6rem; padding-bottom: 6rem; }.channels__heading { display: block; }.channels__heading .eyebrow { margin-bottom: 2rem; }.channel-grid { grid-template-columns: 1fr; }.channel-card { display: grid; grid-template-columns: 1fr 1fr; }.channel-card img { aspect-ratio: 1; }.waitlist { gap: 2rem; }.footer { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .hero { padding-top: 3.5rem; }.hero__facts { gap: 1.2rem; }.hero__visual { min-height: 420px; }.product-carousel__slide { height: 420px; }.hero__product { height: 460px; }.form-row { display: block; }.form-row input { width: 100%; border-right: 1px solid var(--ink); }.form-row .button { width: 100%; }.channel-card { display: block; }.footer { display: grid; grid-template-columns: 1fr 1fr; }.footer p:last-child { text-align: right; }
}
