:root {
  --ink: #11120f;
  --paper: #f4f2e9;
  --paper-bright: #fffdf5;
  --lime: #dcff3f;
  --muted: #696a62;
  --line: rgba(17, 18, 15, 0.2);
  --radius: 26px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  z-index: 20;
  background-image: radial-gradient(rgba(17, 18, 15, .28) .45px, transparent .45px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.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-shell { max-width: 1280px; margin: 0 auto; padding-left: 36px; padding-right: 36px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(28px, calc((100vw - 1280px) / 2 + 36px));
  transition: background .25s ease, border-color .25s ease, padding .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(244, 242, 233, .88); backdrop-filter: blur(18px); border-color: var(--line); padding-top: 12px; padding-bottom: 12px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 23px; letter-spacing: .025em; }
.app-mark { display: inline-grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; color: var(--lime); background: var(--ink); font-family: var(--display); font-size: 21px; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.app-mark-footer { width: 34px; height: 34px; border-radius: 10px; font-size: 19px; }
.app-mark-large { width: 92px; height: 92px; border-radius: 27px; font-size: 48px; box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 16px 35px rgba(0,0,0,.25); }
.site-nav { display: flex; align-items: center; gap: 32px; font-weight: 700; font-size: 13px; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--ink); transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; border-radius: 999px; background: var(--ink); color: var(--paper-bright); }
.menu-button { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 12px 8px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease; }

.hero { min-height: 780px; padding-top: 150px; padding-bottom: 90px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 44px; overflow: hidden; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--paper); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .86; }
h1 { font-size: clamp(74px, 7.4vw, 118px); }
h1 span { display: block; }
h1 em, h2 em { color: transparent; -webkit-text-stroke: 2px var(--ink); font-style: normal; }
.hero h1 em { display: block; margin-top: .1em; font-size: .72em; line-height: 1; letter-spacing: 0; white-space: nowrap; }
.hero-lede { max-width: 650px; margin: 30px 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; font-weight: 550; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 57px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; border: 2px solid var(--ink); transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--paper-bright); background: var(--ink); }
.button-dark:hover { background: var(--lime); color: var(--ink); }
.button-outline { background: transparent; }
.button-outline:hover { background: var(--ink); color: var(--paper-bright); }
.button-lime { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button-lime:hover { background: var(--paper-bright); border-color: var(--paper-bright); }
.text-link { padding-bottom: 4px; border-bottom: 2px solid; font-weight: 800; }
.microcopy { margin: 18px 0 0; font-size: 12px; color: var(--muted); font-weight: 650; }
.microcopy span { color: #8ba600; margin-right: 5px; }

.hero-product { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-product::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--lime); filter: blur(6px); }
.orbit { position: absolute; border: 1px solid rgba(17,18,15,.3); border-radius: 50%; }
.orbit-one { width: 525px; height: 525px; }
.orbit-two { width: 620px; height: 400px; transform: rotate(-22deg); }
.phone { position: relative; z-index: 2; width: 314px; min-height: 620px; padding: 13px 15px 21px; border: 9px solid var(--ink); border-radius: 50px; background: var(--paper-bright); box-shadow: 0 36px 60px rgba(17,18,15,.24); transform: rotate(3deg); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 39px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); pointer-events: none; }
.phone-top { display: flex; align-items: center; justify-content: space-between; font-size: 8px; font-weight: 900; padding: 0 6px 14px; }
.dynamic-island { width: 74px; height: 22px; border-radius: 20px; background: var(--ink); }
.phone-appbar { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink); padding: 8px 1px 12px; }
.phone-wordmark { font-family: var(--display); font-size: 18px; }
.day-pill { font-size: 8px; font-weight: 900; color: var(--paper-bright); background: var(--ink); border-radius: 12px; padding: 5px 7px; }
.phone-goal { padding: 19px 2px 16px; }
.phone-goal span { display: block; margin-bottom: 8px; font-size: 7px; letter-spacing: .12em; font-weight: 900; color: var(--muted); }
.phone-goal strong { font-family: var(--display); font-size: 29px; line-height: .95; }
.phone-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-bottom: 10px; }
.phone-progress span { height: 5px; border-radius: 5px; background: var(--ink); }
.phone-progress span:last-child { background: var(--lime); }
.phone-step { display: grid; grid-template-columns: 28px 1fr 24px; align-items: center; gap: 9px; padding: 13px 2px; border-bottom: 1px solid var(--line); }
.step-index { font-family: var(--display); font-size: 18px; }
.phone-step small { display: block; font-size: 7px; letter-spacing: .12em; font-weight: 900; color: var(--muted); }
.phone-step b { font-size: 10px; }
.check { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 11px; }
.phone-move { margin-top: 13px; padding: 16px; border-radius: 19px; color: var(--paper-bright); background: var(--ink); }
.move-label { display: flex; justify-content: space-between; font-size: 7px; letter-spacing: .1em; color: var(--lime); font-weight: 900; }
.phone-move p { min-height: 72px; margin: 17px 0; font-size: 15px; line-height: 1.3; font-weight: 800; }
.phone-move button { width: 100%; padding: 11px; border: 0; border-radius: 12px; background: var(--lime); font-size: 8px; letter-spacing: .12em; font-weight: 950; }
.phone-home { width: 96px; height: 4px; margin: 16px auto 0; border-radius: 4px; background: var(--ink); }
.proof-stamp { position: absolute; z-index: 4; right: 7%; bottom: 12%; width: 132px; height: 132px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--lime); background: var(--ink); transform: rotate(-11deg); border: 3px solid var(--paper); box-shadow: 0 16px 30px rgba(17,18,15,.25); }
.proof-stamp strong { font-family: var(--display); font-size: 44px; }
.proof-stamp span { font-size: 8px; line-height: 1.2; letter-spacing: .08em; font-weight: 900; }

.manifesto-strip { overflow: hidden; padding: 17px 0; color: var(--ink); background: var(--lime); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.manifesto-strip > div { width: max-content; display: flex; align-items: center; gap: 24px; animation: ticker 24s linear infinite; }
.manifesto-strip span { font-family: var(--display); font-size: 35px; letter-spacing: .015em; }
.manifesto-strip i { font-style: normal; font-size: 12px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.method { max-width: none; padding-top: 120px; padding-bottom: 120px; color: var(--paper-bright); background: var(--ink); }
.method > * { max-width: 1208px; margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; column-gap: 60px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2, .feature h2, .pricing h2, .faq h2, .final-cta h2 { font-size: clamp(62px, 7vw, 108px); }
.section-heading > p:last-child { margin: 0 0 3px; max-width: 500px; font-size: 19px; line-height: 1.55; color: #c3c3ba; }
.method-list { margin-top: 68px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(244,242,233,.25); border-bottom: 1px solid rgba(244,242,233,.25); }
.method-card { position: relative; min-height: 370px; padding: 30px; border-right: 1px solid rgba(244,242,233,.25); }
.method-card:last-child { border-right: 0; }
.method-number { color: var(--lime); font-family: var(--display); font-size: 20px; }
.method-card h3, .feature-small h3 { margin: 0; font-family: var(--display); font-size: 56px; line-height: .94; text-transform: uppercase; }
.method-card p { max-width: 280px; margin: 14px 0 0; color: #b9bab0; line-height: 1.5; }
.method-icon { height: 128px; margin: 30px 0; display: grid; place-items: center; }
.method-icon.eye { position: relative; width: 190px; height: 100px; margin-top: 45px; border: 5px solid var(--lime); border-radius: 100% 0 100% 0; transform: rotate(45deg); }
.method-icon.eye span { width: 50px; height: 50px; border-radius: 50%; background: var(--lime); }
.method-icon.sound { display: flex; justify-content: center; align-items: center; gap: 11px; }
.method-icon.sound span { width: 18px; border-radius: 20px; background: var(--lime); }
.method-icon.sound span:nth-child(1), .method-icon.sound span:nth-child(3) { height: 58px; }
.method-icon.sound span:nth-child(2) { height: 112px; }
.method-icon.mark { font-family: var(--display); color: var(--ink); font-size: 75px; width: 130px; height: 130px; border-radius: 50%; background: var(--lime); }

.features { padding-top: 120px; padding-bottom: 120px; }
.feature { border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.feature-ai { min-height: 620px; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--paper-bright); }
.feature-copy { padding: 60px; align-self: center; }
.feature-copy p:last-child { max-width: 480px; margin: 28px 0 0; font-size: 19px; line-height: 1.55; }
.prompt-stack { position: relative; min-height: 620px; overflow: hidden; display: grid; place-items: center; background: var(--lime); border-left: 2px solid var(--ink); }
.prompt-card { position: absolute; width: min(83%, 460px); padding: 25px; border: 2px solid var(--ink); border-radius: 19px; background: var(--paper-bright); box-shadow: 9px 9px 0 var(--ink); }
.prompt-card span { font-size: 10px; letter-spacing: .12em; font-weight: 900; }
.prompt-card p { margin: 16px 0; font-size: 20px; line-height: 1.3; font-weight: 800; }
.prompt-card i { font-size: 9px; font-style: normal; letter-spacing: .1em; font-weight: 900; color: var(--muted); }
.prompt-card.ghost { top: 85px; transform: rotate(-8deg) scale(.86); opacity: .38; }
.prompt-card.ghost.two { top: auto; bottom: 80px; transform: rotate(7deg) scale(.9); opacity: .55; }
.prompt-card.active { z-index: 3; transform: rotate(-1deg); }
.feature-pair { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.feature-small { min-height: 590px; padding: 45px; border: 2px solid var(--ink); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.feature-small > div > p:last-child { max-width: 470px; line-height: 1.55; }
.feature-evidence { background: var(--paper-bright); }
.feature-focus { color: var(--paper-bright); background: var(--ink); }
.receipt { width: min(76%, 340px); margin: 30px auto -80px; padding: 22px 22px 90px; background: var(--paper); box-shadow: 0 20px 35px rgba(17,18,15,.14); transform: rotate(4deg); }
.receipt > span, .receipt small { display: block; font-size: 9px; letter-spacing: .14em; font-weight: 900; }
.receipt-photo { position: relative; height: 180px; margin: 16px 0; overflow: hidden; background: linear-gradient(145deg,#3a3b36,#11120f); }
.receipt-photo::before, .receipt-photo::after { content: ""; position: absolute; border-radius: 50%; background: rgba(220,255,63,.55); filter: blur(12px); }
.receipt-photo::before { width: 130px; height: 130px; left: 20px; top: 30px; }
.receipt-photo::after { width: 75px; height: 75px; right: 15px; bottom: 20px; }
.receipt-photo b { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 6px 8px; background: var(--lime); transform: rotate(-7deg); font-family: var(--display); }
.receipt > strong { display: block; font-family: var(--display); font-size: 28px; line-height: .95; margin-bottom: 12px; }
.goal-pills { display: grid; gap: 12px; margin-top: 40px; }
.goal-pills span { padding: 20px; border: 1px solid rgba(244,242,233,.3); border-radius: 16px; font-size: 13px; font-weight: 850; letter-spacing: .04em; }
.goal-pills span:first-child { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: translateX(20px); }
.goal-pills b { font-family: var(--display); font-size: 28px; margin-right: 17px; }

.pricing { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.pricing-intro > p:last-child { max-width: 420px; margin-top: 25px; line-height: 1.6; }
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card { position: relative; min-height: 520px; padding: 36px 30px; border: 2px solid var(--ink); border-radius: var(--radius); display: flex; flex-direction: column; }
.price-card > p { font-size: 11px; letter-spacing: .15em; font-weight: 900; }
.price-card h3 { margin: 14px 0 0; font-family: var(--display); font-size: 70px; text-transform: uppercase; }
.price-card > span { color: var(--muted); font-size: 13px; }
.price-card ul { margin: 38px 0 auto; padding: 0; list-style: none; }
.price-card li { padding: 11px 0 11px 24px; border-bottom: 1px solid rgba(17,18,15,.14); position: relative; font-size: 14px; font-weight: 650; }
.price-card li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.price-card .button { margin-top: 30px; }
.price-card.plus { background: var(--lime); }
.popular { position: absolute; right: 19px; top: 18px; padding: 7px 9px; color: var(--paper-bright); background: var(--ink); font-size: 8px; letter-spacing: .1em; font-weight: 900; transform: rotate(3deg); }

.quote-break { max-width: none; padding-top: 130px; padding-bottom: 130px; color: var(--lime); background: var(--ink); text-align: center; }
.quote-break blockquote { margin: 0; font-family: var(--display); font-size: clamp(55px, 8vw, 124px); line-height: .9; text-transform: uppercase; }
.quote-break span { display: block; margin-top: 30px; color: var(--paper); font-size: 10px; letter-spacing: .18em; font-weight: 900; }

.faq { max-width: none; padding-top: 120px; padding-bottom: 120px; color: var(--paper-bright); background: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq > * { width: 100%; max-width: 575px; }
.faq-heading { justify-self: end; }
.faq-list { justify-self: start; }
.faq details { border-top: 1px solid rgba(244,242,233,.28); }
.faq details:last-child { border-bottom: 1px solid rgba(244,242,233,.28); }
.faq summary { list-style: none; cursor: pointer; padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 17px; font-weight: 750; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--lime); font-family: var(--display); font-size: 29px; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -6px 50px 25px 0; color: #b9bab0; line-height: 1.6; }

.final-cta { max-width: none; padding-top: 130px; padding-bottom: 130px; color: var(--paper-bright); background: var(--ink); text-align: center; border-top: 1px solid rgba(244,242,233,.2); }
.final-cta h2 em { -webkit-text-stroke-color: var(--paper-bright); }
.final-cta .eyebrow { justify-content: center; margin-top: 26px; }
.final-cta > p:not(.eyebrow) { max-width: 560px; margin: 30px auto; color: #c3c3ba; font-size: 18px; line-height: 1.55; }
.final-cta .button { margin-top: 8px; }
.final-cta small { display: block; margin-top: 15px; color: #84857d; }

.site-footer { padding: 35px max(28px, calc((100vw - 1280px) / 2 + 36px)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--lime); }
.footer-links { display: flex; gap: 24px; font-size: 12px; font-weight: 800; }
.site-footer > p { text-align: right; font-size: 11px; font-weight: 700; }

.legal-wrap { max-width: 830px; margin: 0 auto; padding: 140px 30px 90px; }
.legal-back { display: inline-flex; margin-bottom: 55px; font-weight: 800; border-bottom: 2px solid; }
.legal-wrap h1 { font-size: clamp(70px, 10vw, 120px); }
.legal-lede { margin: 28px 0 70px; font-size: 21px; line-height: 1.5; font-weight: 600; }
.legal-wrap section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-wrap h2 { margin: 0 0 15px; font-family: var(--display); font-size: 32px; line-height: 1; text-transform: uppercase; }
.legal-wrap p, .legal-wrap li { line-height: 1.7; color: #474842; }
.legal-wrap strong { color: var(--ink); }
.legal-contact { display: inline-flex; margin-top: 8px; padding: 12px 16px; border-radius: 999px; color: var(--paper-bright); background: var(--ink); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .manifesto-strip > div { animation: none; }
  .button { transition: none; }
}

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { max-width: 800px; }
  .hero-product { min-height: 670px; }
  .section-heading, .pricing, .faq { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 30px; }
  .feature-ai { grid-template-columns: 1fr; }
  .prompt-stack { border-left: 0; border-top: 2px solid var(--ink); }
  .feature-pair, .price-cards { grid-template-columns: 1fr; }
  .feature-small { min-height: 620px; }
  .pricing-intro > p:last-child { max-width: 600px; }
  .faq > * { max-width: none; justify-self: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-self: center; }
  .site-footer > p { text-align: center; }
}

@media (max-width: 760px) {
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .site-header { padding: 12px 18px; }
  .menu-button { display: block; z-index: 2; }
  .site-nav { display: none; position: absolute; top: 0; left: 0; right: 0; padding: 78px 22px 24px; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper-bright); border-bottom: 2px solid var(--ink); box-shadow: 0 18px 35px rgba(17,18,15,.14); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav .nav-cta { margin-top: 12px; padding: 16px; text-align: center; }
  .hero { min-height: auto; padding-top: 125px; padding-bottom: 55px; gap: 20px; }
  h1 { font-size: clamp(68px, 20vw, 98px); }
  .hero h1 em { font-size: .66em; }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-product { min-height: 610px; margin: 10px -20px 0; transform: scale(.88); }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 470px; }
  .proof-stamp { right: 2%; }
  .method, .features, .pricing, .faq, .final-cta { padding-top: 80px; padding-bottom: 80px; }
  .section-heading h2, .feature h2, .pricing h2, .faq h2, .final-cta h2 { font-size: clamp(56px, 18vw, 88px); }
  .method-list { grid-template-columns: 1fr; }
  .method-card { border-right: 0; border-bottom: 1px solid rgba(244,242,233,.25); }
  .method-card:last-child { border-bottom: 0; }
  .feature-copy { padding: 35px 25px; }
  .prompt-stack { min-height: 500px; }
  .feature-small { padding: 30px 25px; min-height: 580px; }
  .method-card h3, .feature-small h3 { font-size: 47px; }
  .receipt { width: 90%; }
  .price-card { min-height: 500px; }
  .quote-break { padding-top: 90px; padding-bottom: 90px; }
  .quote-break blockquote { font-size: clamp(48px, 16vw, 78px); }
  .faq { gap: 45px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .legal-wrap { padding-top: 105px; }
}

@media (max-width: 390px) {
  .brand { font-size: 20px; }
  .hero-product { transform: scale(.78); margin-top: -30px; margin-bottom: -55px; }
  .price-card { padding: 30px 22px; }
}
