:root {
  --paper: #F4F1EA; --paper-2: #EAE6DC; --ink: #121212; --ink-2: #3A3835; --mute: #7A766E; --line: rgba(18,18,18,.12);
  --red: #FF4D1C; --red-deep: #D93A0E; --lime: #D6FF3F; --violet: #6C4BFF; --green: #1F8A4C;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif; --sans: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; --black: "Archivo Black", "Arial Black", sans-serif;
  --max: 1200px;
}
* { box-sizing: border-box; }
p, li, td, th, small, h1, h2, h3, h4, .fine, .lede { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.55 var(--sans); font-optical-sizing: auto; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; line-height: 1; }
h1 em, h2 em, h3 em { font-style: italic; font-variation-settings: "SOFT" 60; color: var(--red-deep); }
h2 { font-size: clamp(38px, 5vw, 66px); }
p { margin: 0; }
code { font: 14px/1 ui-monospace, SFMono-Regular, Menlo, monospace; background: var(--paper-2); padding: 3px 6px; border-radius: 5px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.grain { position: fixed; inset: -50%; pointer-events: none; z-index: 0; opacity: .5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
main, header, footer, .ticker { position: relative; z-index: 1; }

/* stickers */
.sticker { display: inline-block; font-family: var(--black); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); box-shadow: 3px 3px 0 var(--ink); line-height: 1.2; white-space: nowrap; }
.sticker.lime { background: var(--lime); }
.sticker.violet { background: var(--violet); color: #fff; }
.sticker.red { background: var(--red); color: #fff; }
.sticker.ink { background: var(--ink); color: var(--paper); }
.rot-l { transform: rotate(-4deg); } .rot-r { transform: rotate(3deg); }
.stickers-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }

/* ticker */
.ticker { background: var(--ink); color: var(--lime); overflow: hidden; font-family: var(--black); font-size: 13px; letter-spacing: .12em; padding: 9px 0; }
.ticker-track { display: flex; gap: 40px; width: max-content; animation: tick 40s linear infinite; }
.ticker-track span::after { content: "✦"; margin-left: 40px; color: var(--red); }
@keyframes tick { to { transform: translateX(-50%); } }

/* top */
.top { display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 22px 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 17px; }
.mark { width: 22px; height: 22px; border-radius: 6px; background: var(--ink); position: relative; flex: none; }
.mark::before { content: ""; position: absolute; left: 6px; right: 6px; top: 4px; bottom: 4px; background: var(--paper); border-radius: 2px; }
.mark::after { content: ""; position: absolute; left: 3px; right: 3px; top: 9px; height: 4px; background: var(--red); transform: rotate(-45deg); border-radius: 2px; }
.mark.big { width: 52px; height: 52px; border-radius: 14px; background: var(--paper); margin: 0 auto 18px; }
.mark.big::before { display: none; }
.mark.big::after { left: 8px; right: 8px; top: 22px; height: 8px; }
.menu { display: flex; gap: 22px; align-items: center; font-size: 15px; font-weight: 500; }
.menu a { text-decoration: none; opacity: .8; }
.menu a:hover { opacity: 1; }
.menu .pill { opacity: 1; border: 2px solid var(--ink); border-radius: 999px; padding: 7px 14px; background: var(--lime); box-shadow: 3px 3px 0 var(--ink); }
@media (max-width: 720px) { .menu a:not(.pill) { display: none; } }

/* hero */
.hero { max-width: var(--max); margin: 0 auto; padding: 56px 24px 30px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
h1 { display: flex; flex-direction: column; font-size: clamp(46px, 6.4vw, 96px); font-weight: 400; line-height: .98; }
h1 .l3, h1 .l4 { font-size: .78em; }
h1 .l1 { animation: rise .8s cubic-bezier(.2,.7,.2,1) both .05s; } h1 .l2 { animation: rise .8s cubic-bezier(.2,.7,.2,1) both .15s; } h1 .l3 { animation: rise .8s cubic-bezier(.2,.7,.2,1) both .25s; } h1 .l4 { animation: rise .8s cubic-bezier(.2,.7,.2,1) both .35s; }
h1 .l4 { color: var(--violet); }
.lede { font-size: clamp(17px, 1.5vw, 21px); max-width: 56ch; color: var(--ink-2); margin-top: 26px; animation: rise .8s both .45s; }
.cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; align-items: center; animation: rise .8s both .55s; }
.btn { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; text-decoration: none; padding: 14px 22px; border-radius: 12px; font-weight: 600; font-size: 16px; line-height: 1.2; border: 2px solid var(--ink); transition: transform .15s ease, box-shadow .15s ease, background .15s; cursor: pointer; font-family: inherit; }
.btn .tiny { font-size: 12px; font-weight: 500; opacity: .7; }
.btn.primary { background: var(--ink); color: var(--paper); box-shadow: 6px 6px 0 var(--red); }
.btn.primary:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--red); }
.btn.primary:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--red); }
.btn.ghost { background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.btn.ghost:hover { background: var(--lime); transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.fine { font-size: 13.5px; color: var(--mute); margin-top: 14px; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.hero-phone { display: flex; flex-direction: column; align-items: center; gap: 22px; animation: rise 1s both .3s; }
.phone-wrap { position: relative; width: 340px; max-width: 100%; }
.phone { width: 340px; max-width: 100%; height: 700px; border-radius: 48px; background: #0b0b0b; padding: 11px; position: relative; box-shadow: 0 40px 90px -30px rgba(18,18,18,.55), inset 0 0 0 2px #333; transform: rotate(-3deg); transition: transform .55s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.phone-wrap.straight .phone { transform: rotate(0deg) scale(1.015); }
.phone .notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 100px; height: 28px; background: #0b0b0b; border-radius: 999px; z-index: 2; }
.phone iframe { width: 100%; height: 100%; border: 0; border-radius: 38px; background: #000; display: block; }
.sticker.burst { position: absolute; top: -18px; right: -22px; font-size: 26px; padding: 14px 18px; background: var(--red); color: #fff; border-radius: 50%; animation: pop .6s cubic-bezier(.2,1.5,.3,1) both 1s, wiggle 4s ease-in-out infinite 2s; }
.float-a { position: absolute; left: -46px; top: 120px; animation: floaty 5s ease-in-out infinite; }
.float-b { position: absolute; right: -60px; top: 330px; animation: floaty 6s ease-in-out infinite 1s; }
.float-c { position: absolute; left: -30px; bottom: 90px; animation: floaty 7s ease-in-out infinite .5s; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@keyframes pop { from { transform: scale(0) rotate(-30deg); } to { transform: scale(1) rotate(8deg); } }
@keyframes wiggle { 0%,100% { transform: rotate(8deg); } 50% { transform: rotate(-4deg) scale(1.05); } }
.demo-controls { width: 100%; max-width: 420px; }
.bigswitch { display: flex; align-items: center; gap: 14px; cursor: pointer; user-select: none; }
.bigswitch input { position: absolute; opacity: 0; width: 0; height: 0; }
.bigswitch .track { width: 70px; height: 40px; border-radius: 999px; background: var(--paper-2); border: 2px solid var(--ink); position: relative; transition: background .2s; flex: none; box-shadow: 3px 3px 0 var(--ink); }
.bigswitch .knob { position: absolute; top: 3px; left: 3px; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.bigswitch input:checked + .track { background: var(--red); }
.bigswitch input:checked + .track .knob { transform: translateX(30px); }
.bs-label b { display: block; font-size: 17px; }
.bs-label small { color: var(--mute); font-size: 13px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; max-width: 100%; }
.chips button { font: 600 12.5px var(--sans); border: 2px solid var(--ink); background: var(--paper); color: var(--ink); border-radius: 999px; padding: 6px 11px; cursor: pointer; transition: all .15s; }
.chips button::before { content: "○ "; }
.chips button.on { background: var(--ink); color: var(--paper); box-shadow: 2px 2px 0 var(--red); }
.chips button.on::before { content: "× "; color: var(--red); }
@media (max-width: 960px) { .hero { grid-template-columns: 1fr; } .hero-phone { align-items: center; } .phone { transform: none; height: 640px; } .float-a, .float-c { left: -6px; } .float-b { right: -6px; } .sticker.burst { right: -6px; } }

/* intro */
.intro { max-width: 860px; margin: 30px auto 0; padding: 40px 24px 10px; }
.intro h2 { font-size: clamp(34px, 4.6vw, 58px); }
.intro p { margin-top: 22px; font-size: clamp(17px, 1.5vw, 20px); color: var(--ink-2); }

/* gone / kept */
.split { max-width: var(--max); margin: 0 auto; padding: 70px 24px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.col { border: 2px solid var(--ink); border-radius: 22px; padding: 30px; background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.col.gone { background: var(--ink); color: var(--paper); box-shadow: 8px 8px 0 var(--red); transform: rotate(-1deg); }
.col.stays { transform: rotate(1deg); box-shadow: 8px 8px 0 var(--lime); }
.col h3 { margin-bottom: 20px; }
.col h3 .sticker { font-size: 16px; padding: 8px 16px; }
.col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 16.5px; }
.col li { padding-left: 24px; position: relative; }
.col.gone li::before { content: "×"; position: absolute; left: 0; color: var(--red); font-family: var(--serif); font-weight: 700; font-size: 20px; line-height: 1; }
.col.stays li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } .col { transform: none; } }

/* timer */
.timer { max-width: var(--max); margin: 40px auto 0; padding: 60px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.timer-copy .sticker { margin-bottom: 18px; }
.timer-copy p { color: var(--ink-2); margin-top: 20px; max-width: 50ch; font-size: 18px; }
.ticks { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 6px; color: var(--ink-2); font-size: 15.5px; }
.ticks li::before { content: "✦"; color: var(--violet); margin-right: 10px; }
.timer-demo { position: relative; display: flex; justify-content: center; }
.stop-screen { width: 340px; max-width: 100%; aspect-ratio: 9/17; border-radius: 40px; background: #0E0E10; color: #F4F1EA; border: 10px solid #0b0b0b; box-shadow: 0 40px 90px -30px rgba(18,18,18,.55), inset 0 0 0 2px #333; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 28px; transform: rotate(2deg); }
.stop-screen b { font-size: 24px; line-height: 1.15; letter-spacing: -.3px; }
.stop-screen p { color: #8E8B85; font-size: 14px; margin-top: 12px; }
.stop-screen .row { display: flex; flex-direction: column; gap: 8px; margin-top: 22px; width: 100%; }
.stop-screen .b1 { background: #F4F1EA; color: #0E0E10; border-radius: 12px; padding: 12px; font-weight: 600; }
.stop-screen .b2 { border: 1.5px solid rgba(255,255,255,.25); border-radius: 12px; padding: 12px; font-weight: 600; }
.nudge { position: absolute; left: 0; bottom: 40px; background: #111; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 10px 16px; font-size: 13.5px; display: flex; gap: 10px; align-items: center; box-shadow: 0 12px 40px rgba(0,0,0,.35); transform: rotate(-3deg); animation: floaty 5s ease-in-out infinite; max-width: 90%; }
.nudge i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex: none; }
@media (max-width: 900px) { .timer { grid-template-columns: 1fr; } }

/* bento */
.bento { max-width: var(--max); margin: 0 auto; padding: 60px 24px 30px; }
.bento h2 { max-width: 20ch; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.grid article { border: 2px solid var(--ink); border-radius: 18px; padding: 22px 20px 24px; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.grid article:hover { transform: translate(-3px, -3px) rotate(-.5deg); box-shadow: 9px 9px 0 var(--red); }
.grid article:nth-child(4n+2):hover { box-shadow: 9px 9px 0 var(--lime); }
.grid article:nth-child(4n+3):hover { box-shadow: 9px 9px 0 var(--violet); }
.grid .sticker { font-size: 10px; margin-bottom: 14px; }
.grid h4 { font-size: 24px; margin-bottom: 10px; }
.grid p { color: var(--ink-2); font-size: 14.5px; }
@media (max-width: 1000px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }

/* compare */
.compare { max-width: var(--max); margin: 0 auto; padding: 70px 24px 30px; }
.compare .lede { margin-top: 18px; max-width: 70ch; }
.table-wrap { overflow-x: auto; margin-top: 34px; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 8px 8px 0 var(--ink); background: var(--paper); }
table { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 640px; }
th, td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-family: var(--serif); font-weight: 500; font-size: 20px; }
tbody tr:last-child td { border-bottom: 0; }
td:first-child { font-weight: 600; width: 32%; }
td:nth-child(2) { color: var(--mute); }
.us { background: rgba(214,255,63,.35); }
th.us { color: var(--ink); }
td.us { font-weight: 600; }

/* get */
.get { max-width: var(--max); margin: 60px auto 0; padding: 60px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; border-top: 2px solid var(--ink); }
.get-copy .sticker { margin-bottom: 18px; }
.get-copy p { color: var(--ink-2); margin-top: 20px; max-width: 46ch; font-size: 18px; }
.waitlist .field { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; }
.waitlist input { font: 500 16px var(--sans); padding: 13px 16px; border: 2px solid var(--ink); border-radius: 12px; background: #fff; color: var(--ink); min-width: 0; }
.waitlist input:focus { outline: 3px solid rgba(108,75,255,.4); outline-offset: 1px; }
.seg { display: inline-flex; border: 2px solid var(--ink); border-radius: 12px; background: #fff; padding: 3px; gap: 3px; }
.seg button { font: 600 15px var(--sans); border: 0; background: transparent; color: var(--ink-2); border-radius: 9px; padding: 9px 14px; cursor: pointer; transition: background .15s, color .15s; }
.seg button.on { background: var(--ink); color: var(--paper); }
.seg button:focus-visible { outline: 3px solid rgba(108,75,255,.4); }
.waitlist .btn { padding: 13px 20px; }
.waitlist.ok .field { display: none; }
.waitlist.ok #waitMsg { color: var(--green); font-weight: 600; font-size: 18px; }
.waitlist.err #waitMsg { color: var(--red-deep); }
@media (max-width: 800px) { .get { grid-template-columns: 1fr; } .waitlist .field { grid-template-columns: 1fr; } }

/* extension */
.extension { max-width: var(--max); margin: 0 auto; padding: 10px 24px 80px; }
.extension > div { border: 2px dashed var(--ink); border-radius: 18px; padding: 26px; }
.extension h3 { font-size: 30px; margin: 14px 0 10px; }
.extension p { color: var(--ink-2); max-width: 80ch; }

/* footer */
.foot { max-width: var(--max); margin: 0 auto; padding: 30px 24px 60px; border-top: 2px solid var(--ink); color: var(--ink-2); font-size: 14.5px; display: flex; flex-direction: column; gap: 10px; }
.foot .fine { margin-top: 0; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.col.gone.reveal.in { transform: rotate(-1deg); } .col.stays.reveal.in { transform: rotate(1deg); }
@media (max-width: 760px) { .col.gone.reveal.in, .col.stays.reveal.in { transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .ticker-track, .float-a, .float-b, .float-c, .sticker.burst, .nudge { animation: none; } }
