:root {
  --ink: #171712;
  --paper: #f4f1e8;
  --acid: #d8ff3e;
  --coral: #ff6b50;
  --blue: #6c8cff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }

.hero { min-height: 100vh; overflow: hidden; position: relative; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(#171712 0.7px, transparent .7px); background-size: 8px 8px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.nav { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 5; border-bottom: 1px solid rgba(23,23,18,.16); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.05em; font-size: 22px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--ink); color: var(--acid); border-radius: 50%; font-size: 16px; letter-spacing: -.08em; transform: rotate(-8deg); }
.nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 650; }
.nav-links a { padding: 9px 2px; border-bottom: 1px solid transparent; }
.nav-links a:hover { border-color: var(--ink); }
.nav-cta { justify-self: end; background: var(--ink); color: white; padding: 13px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.nav-cta span { color: var(--acid); margin-left: 7px; }

.hero-grid { min-height: calc(100vh - 132px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; padding-block: 68px 92px; position: relative; z-index: 2; }
.hero-copy { padding-left: clamp(0px, 3vw, 42px); position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(23,23,18,.2); background: rgba(255,255,255,.3); border-radius: 999px; padding: 8px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 750; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,107,80,.16); animation: pulse 2s ease-out infinite; }
h1 { margin: 25px 0 22px; font-size: clamp(64px, 7.2vw, 118px); line-height: .78; letter-spacing: -.082em; font-weight: 900; }
h1 em { display: inline-block; color: var(--blue); font-family: Georgia, serif; font-weight: 500; transform: translateX(8%); letter-spacing: -.08em; }
.hero-copy > p { max-width: 520px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.48; color: rgba(23,23,18,.7); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 16px 20px; border-radius: 3px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button-primary { background: var(--acid); box-shadow: 7px 7px 0 var(--ink); }
.button-primary:hover { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 var(--ink); }
.text-link { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.play { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; padding-left: 2px; }
.trust-row { display: flex; align-items: center; gap: 16px; margin-top: 60px; }
.mini-avatars { display: flex; }
.mini-avatars span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--paper); border-radius: 50%; background: var(--coral); font-size: 9px; font-weight: 850; }
.mini-avatars span:first-child { margin-left: 0; background: var(--blue); }
.mini-avatars span:nth-child(2) { background: var(--acid); }
.mini-avatars span:nth-child(3) { background: #fec4db; }
.mini-avatars span:last-child { background: var(--ink); color: white; }
.trust-row strong { display: block; font-size: 13px; }
.stars { color: var(--coral); letter-spacing: 1px; margin-left: 5px; }
.trust-row small { display: block; color: rgba(23,23,18,.55); margin-top: 3px; font-size: 11px; }

.signal-stage { height: min(660px, 70vw); min-height: 560px; position: relative; isolation: isolate; }
.signal-stage::before { content: ""; position: absolute; width: 500px; height: 500px; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--blue); z-index: -3; }
.signal-stage::after { content: ""; position: absolute; inset: 5% 4% 2% 3%; background: var(--acid); border-radius: 48% 52% 39% 61% / 58% 32% 68% 42%; transform: rotate(-8deg); z-index: -4; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(23,23,18,.55); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); }
.orbit-one { width: 70%; height: 44%; }
.orbit-two { width: 86%; height: 64%; transform: translate(-50%,-50%) rotate(27deg); border-style: dashed; }
.signal-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(2deg); width: 205px; height: 205px; border-radius: 50%; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 0 11px rgba(244,241,232,.35); text-align: center; }
.signal-label { color: var(--acid); font-size: 10px; letter-spacing: .18em; font-weight: 800; }
.signal-core strong { font-size: 64px; line-height: .95; letter-spacing: -.07em; }
.signal-core strong span { font-size: 24px; color: var(--acid); }
.signal-core small { color: rgba(255,255,255,.62); font-size: 12px; }
.person { position: absolute; display: flex; gap: 12px; align-items: center; background: white; padding: 8px 14px 8px 8px; border: 1px solid var(--ink); border-radius: 999px; box-shadow: 5px 5px 0 var(--ink); }
.person-one { top: 14%; left: 4%; transform: rotate(-5deg); }
.person-two { right: 1%; bottom: 13%; transform: rotate(4deg); }
.portrait { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: var(--ink); }
.portrait-one { background: linear-gradient(135deg, #ffc6d1, var(--coral)); }
.portrait-two { background: linear-gradient(135deg, var(--acid), #69dab7); }
.person strong, .person small { display: block; white-space: nowrap; }
.person strong { font-size: 13px; }
.person small { margin-top: 2px; font-size: 10px; color: rgba(23,23,18,.55); }
.mood-chip { position: absolute; border: 1px solid var(--ink); background: var(--paper); padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.chip-one { top: 23%; right: 10%; transform: rotate(8deg); }
.chip-two { left: 0; bottom: 27%; transform: rotate(-7deg); }
.chip-three { right: 14%; top: 43%; transform: rotate(-4deg); background: #fec4db; }
.spark { position: absolute; font-size: 45px; line-height: 1; }
.spark-one { right: 2%; top: 10%; color: var(--coral); transform: rotate(15deg); }
.spark-two { bottom: 4%; left: 19%; color: var(--ink); }

.hero-ticker { position: absolute; bottom: 0; left: 0; width: 100%; background: var(--ink); color: white; padding: 13px 0; overflow: hidden; white-space: nowrap; transform: rotate(-1deg) scale(1.02); z-index: 3; }
.hero-ticker div { width: max-content; font-weight: 850; font-size: 12px; letter-spacing: .14em; animation: ticker 28s linear infinite; }
.hero-ticker span { color: var(--acid); padding: 0 24px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-kicker { font-size: 10px; letter-spacing: .18em; font-weight: 850; text-transform: uppercase; }
.manifesto { padding-block: 140px; }
.manifesto-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; margin: 42px 0 82px; }
.manifesto h2, .process h2, .safety h2, .join h2 { margin: 0; font-size: clamp(52px, 7vw, 104px); line-height: .92; letter-spacing: -.072em; }
.manifesto h2 em, .safety h2 em, .join h2 em { font-family: Georgia, serif; font-weight: 500; color: var(--blue); }
.manifesto-copy > p { font-size: clamp(19px, 2vw, 28px); line-height: 1.35; letter-spacing: -.025em; }
.scribble { margin-top: 28px; color: var(--coral); font-family: Georgia, serif; font-style: italic; transform: rotate(-2deg); }
.feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 380px 380px; gap: 16px; }
.feature { position: relative; border: 1px solid var(--ink); padding: 28px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.feature-large { grid-row: 1 / 3; background: var(--acid); }
.feature-coral { background: var(--coral); }
.feature-dark { background: var(--ink); color: white; }
.feature-number { align-self: flex-end; font: 700 11px Consolas, monospace; }
.feature h3 { margin: 0 0 10px; font-size: clamp(30px, 3vw, 48px); letter-spacing: -.055em; line-height: .95; }
.feature p { max-width: 440px; margin: 0; font-size: 15px; line-height: 1.5; opacity: .7; }
.radar-visual { width: min(420px, 80%); aspect-ratio: 1; margin: auto; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; position: relative; }
.radar-visual i { position: absolute; width: 67%; aspect-ratio: 1; border: 1px solid rgba(23,23,18,.35); border-radius: 50%; }
.radar-visual i:nth-child(2) { width: 34%; }
.radar-visual i:nth-child(3) { width: 1px; height: 50%; border: 0; background: var(--ink); transform-origin: bottom; top: 0; animation: scan 5s linear infinite; }
.radar-visual b { font-size: clamp(54px, 7vw, 90px); letter-spacing: -.08em; }
.radar-visual span { position: absolute; bottom: 22%; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.chat-bubbles { display: grid; gap: 12px; align-self: center; width: 82%; transform: rotate(-3deg); }
.chat-bubbles span { max-width: 80%; padding: 14px 18px; background: var(--paper); border: 1px solid var(--ink); border-radius: 18px 18px 18px 2px; font-size: 13px; box-shadow: 4px 4px 0 var(--ink); }
.chat-bubbles span:last-child { justify-self: end; background: var(--acid); border-radius: 18px 18px 2px 18px; }
.city-orbit { width: 210px; height: 150px; align-self: center; position: relative; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; }
.city-orbit::after { content: ""; position: absolute; inset: -28px 28px; border: 1px dashed rgba(216,255,62,.65); border-radius: 50%; transform: rotate(40deg); }
.city-orbit span { position: absolute; background: white; color: var(--ink); border-radius: 50%; width: 44px; height: 44px; display: grid; place-items: center; font-size: 9px; font-weight: 850; }
.city-orbit span:first-child { top: -20px; }.city-orbit span:nth-child(2) { bottom: -12px; left: 0; }.city-orbit span:nth-child(3) { right: -15px; }
.city-orbit b { color: var(--acid); font-size: 34px; }

.process { background: var(--blue); padding-block: 130px; }
.process h2 { margin: 38px 0 80px; }
.process-list { border-top: 1px solid var(--ink); }
.process-list article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--ink); }
.process-list article > span { font: 700 11px Consolas, monospace; }
.process-list h3 { margin: 0 0 5px; font-size: clamp(25px, 3vw, 42px); letter-spacing: -.045em; }
.process-list p { margin: 0; max-width: 650px; opacity: .7; line-height: 1.5; }
.process-list b { font-size: 32px; }

.story-section { padding-block: 150px; }
.story-layout { min-height: 620px; display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 70px; }
blockquote { margin: 0; position: relative; font-size: clamp(42px, 5vw, 78px); line-height: 1.02; letter-spacing: -.06em; font-weight: 850; }
blockquote em { font-family: Georgia, serif; font-weight: 500; color: var(--coral); }
.quote-mark { position: absolute; top: -90px; left: -15px; font: 180px/1 Georgia, serif; color: var(--acid); z-index: -1; }
blockquote footer { margin-top: 32px; font: 700 10px Consolas, monospace; letter-spacing: .1em; }
.polaroids { height: 580px; position: relative; }
.polaroid { position: absolute; width: 280px; padding: 13px 13px 48px; background: white; box-shadow: 0 20px 50px rgba(23,23,18,.16); }
.polaroid-one { top: 25px; left: 0; transform: rotate(-8deg); }.polaroid-two { right: 5px; bottom: 10px; transform: rotate(11deg); }
.photo { aspect-ratio: .86; display: grid; place-items: center; font-size: 32px; font-weight: 900; letter-spacing: -.07em; }
.photo-one { background: linear-gradient(145deg, var(--blue), #ffb0c2 55%, var(--coral)); }.photo-two { background: linear-gradient(35deg, var(--acid), #72dfc0 52%, var(--blue)); }
.polaroid p { font: italic 16px Georgia, serif; margin: 14px 8px 0; }

.safety { background: var(--ink); color: white; padding-block: 120px; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.safety h2 { margin-top: 35px; }.safety h2 em { color: var(--acid); }
.safety-points { border-top: 1px solid rgba(255,255,255,.25); }
.safety-points > div { display: grid; grid-template-columns: 45px 1fr; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.safety-points span { width: 24px; height: 24px; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font-weight: 900; }
.safety-points p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.5; }.safety-points strong { display: block; color: white; font-size: 20px; margin-bottom: 4px; }

.join { min-height: 690px; margin-block: 90px; display: grid; place-items: center; text-align: center; background: var(--coral); overflow: hidden; position: relative; }
.join-content { position: relative; z-index: 2; }.join h2 { margin: 28px 0 22px; }.join h2 em { color: var(--ink); }.join-content > p { font-size: 18px; }
.join-shape { position: absolute; border-radius: 50%; border: 1px solid var(--ink); }.shape-a { width: 680px; height: 680px; left: -280px; top: -160px; background: var(--acid); }.shape-b { width: 580px; height: 580px; right: -280px; bottom: -250px; background: var(--blue); }
.join-form { display: flex; max-width: 560px; margin: 35px auto 14px; background: white; border: 1px solid var(--ink); padding: 6px; box-shadow: 8px 8px 0 var(--ink); }
.join-form input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 14px; font: inherit; outline: none; }
.join-form button { border: 0; background: var(--ink); color: white; padding: 14px 18px; font-weight: 800; cursor: pointer; }.join-form button span { color: var(--acid); margin-left: 10px; }
.join-content small { opacity: .65; }

.footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding-block: 45px; border-top: 1px solid rgba(23,23,18,.2); font-size: 12px; }
.footer > p { text-align: center; }.footer > div { display: flex; gap: 18px; }.footer > span { grid-column: 1 / -1; opacity: .45; }

@keyframes scan { to { transform: rotate(360deg); } }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255,107,80,0); } 100% { box-shadow: 0 0 0 0 rgba(255,107,80,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .signal-stage { height: 580px; min-height: 520px; }
  .manifesto-grid, .safety-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-grid { grid-template-columns: 1fr; grid-template-rows: 650px 390px 390px; }.feature-large { grid-row: auto; }
  .story-layout { grid-template-columns: 1fr; }.polaroids { width: min(480px,100%); margin-inline: auto; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1440px); }
  .nav { height: 72px; }
  .nav-cta { padding: 11px 14px; font-size: 12px; }
  h1 { font-size: clamp(58px, 20vw, 84px); }
  .hero-actions { flex-direction: column; gap: 20px; }
  .trust-row { margin-top: 42px; align-items: flex-start; }
  .signal-stage { min-height: 470px; height: 125vw; }
  .signal-stage::before { width: 330px; height: 330px; }
  .signal-core { width: 160px; height: 160px; }
  .signal-core strong { font-size: 48px; }
  .person-one { left: -2%; }
  .person-two { right: -2%; bottom: 11%; }
  .portrait { width: 43px; height: 43px; }
  .chip-one { right: 0; }
  .chip-two { left: -2%; bottom: 31%; }
  .chip-three { right: 2%; top: 47%; }
  .manifesto, .story-section { padding-block: 90px; }
  .feature-grid { grid-template-rows: 520px 360px 360px; }
  .process { padding-block: 90px; }.process h2 { margin-bottom: 50px; }
  .process-list article { grid-template-columns: 35px 1fr; }.process-list article b { display: none; }
  .story-layout { min-height: auto; }.polaroids { height: 460px; }.polaroid { width: 220px; }
  .safety { padding-block: 90px; }
  .join { width: 100%; margin-block: 0; min-height: 650px; padding: 70px 18px; }.join-form { flex-direction: column; gap: 7px; }.join-form button { width: 100%; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }.footer > p { margin: 0; }.footer > span { grid-column: auto; }.footer > div { flex-wrap: wrap; justify-content: center; }
}

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