:root{--paper:#fffdf2;--ink:#171714;--lime:#dfff00;--pink:#ffb8d5;--sky:#a8deff;--lavender:#c7b9ff;--muted:#64635b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65}h1,h2,h3,.brand{font-family:ui-rounded,"Arial Rounded MT Bold",-apple-system,sans-serif;letter-spacing:-.045em;font-weight:900;line-height:1.1}h1,h2,h3,p{margin:0}a{color:inherit}a:focus-visible,summary:focus-visible{outline:3px solid #5043a8;outline-offset:5px}header{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:2px solid var(--ink);padding:0 max(24px,calc((100vw - 1160px)/2));position:sticky;top:0;background:var(--paper);z-index:10}.brand{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:32px;letter-spacing:-2px}.brand img{width:47px;height:47px;border-radius:12px}nav{display:flex;gap:10px}nav a{padding:9px 18px;text-decoration:none;font-size:15px;font-weight:700;border:2px solid transparent;border-radius:100px}nav a[aria-current]{background:var(--lime);border-color:var(--ink)}.header-label,.eyebrow{font:600 11px/1.5 ui-monospace,SFMono-Regular,monospace;letter-spacing:.1em}.hero,.starter,.faq-grid,.privacy-callout,.contact,.policy-header,.policy-layout{max-width:1160px;margin:0 auto;padding:65px 0}.hero{display:grid;grid-template-columns:1.45fr 1fr;gap:50px;align-items:center}.hero h1,.policy-header h1{font-size:68px;line-height:1.04;margin:19px 0 25px}.hero p,.policy-header .lead{color:var(--muted);font-size:18px}mark{color:inherit;background:linear-gradient(transparent 65%,var(--lime) 65%);padding:0 5px}.hero-stamp{width:310px;justify-self:center;border:3px solid;border-radius:24px;background:var(--lavender);box-shadow:8px 8px 0;transform:rotate(5deg);padding:26px;text-align:center}.hero-stamp img{width:190px;height:190px;display:block;margin:0 auto 20px;border:2px solid;border-radius:34px;box-shadow:5px 5px 0;transform:rotate(-8deg)}.hero-stamp span{font:700 12px ui-monospace,monospace;letter-spacing:.04em}.quicklinks{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.quicklinks a{font-size:13px;font-weight:700;text-decoration:none;border-bottom:2px solid;padding:8px 0;margin-right:12px}.starter{border-top:2px solid;border-bottom:2px solid}.section-title h2{font-size:38px;margin:12px 0 18px}.section-title>p{font-size:16px;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.steps article{padding:24px;border:2px solid;border-radius:18px;box-shadow:4px 4px 0;background:var(--pink)}.steps article:nth-child(2){background:var(--sky)}.steps article:nth-child(3){background:var(--lime)}.steps b{width:40px;height:40px;display:grid;place-items:center;border:2px solid;border-radius:11px;background:var(--paper);font-family:ui-monospace,monospace}.steps h3{font-size:25px;margin:24px 0 12px}.steps p{font-size:16px;line-height:1.6}.faq-grid{display:grid;grid-template-columns:1fr 1.55fr;gap:70px}.faq-list h3{font-size:22px;margin:0 0 20px}.faq-list h3:not(:first-child){margin-top:40px}details{border-top:2px solid}details:last-child{border-bottom:2px solid}summary{padding:20px 34px 20px 0;cursor:pointer;font-size:16px;font-weight:700;position:relative;list-style:none;min-height:54px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:25px;position:absolute;right:3px;top:14px;font-weight:400}details[open] summary:after{content:'−'}details p{font-size:16px;color:var(--muted);padding-bottom:24px}.privacy-callout,.contact{border:2px solid;border-radius:24px;background:var(--lime);box-shadow:6px 6px 0;padding:35px 40px;margin-top:15px;margin-bottom:70px}.contact{background:var(--pink)}.privacy-callout h2,.contact h2{font-size:35px;margin:12px 0}.privacy-callout p,.contact p{max-width:700px;margin-bottom:24px}.button{display:inline-flex;align-items:center;min-height:50px;border:2px solid;border-radius:12px;background:var(--ink);color:var(--paper);padding:10px 20px;font-weight:700;font-size:16px;text-decoration:none;box-shadow:3px 3px 0 #777}.button.secondary{background:var(--paper);color:var(--ink);box-shadow:3px 3px 0}.button:active{transform:translate(2px,2px);box-shadow:1px 1px 0}.policy-header{padding-bottom:40px;border-bottom:2px solid}.date{font:13px ui-monospace,monospace;color:var(--muted);margin-top:20px}.policy-layout{display:grid;grid-template-columns:235px 1fr;gap:75px;align-items:start}.policy-layout aside{position:sticky;top:120px;display:flex;flex-direction:column;gap:15px;border-left:3px solid;padding-left:22px}.policy-layout aside a{font-size:14px;text-decoration:none}.policy{max-width:750px}.policy>p{color:var(--muted);margin-bottom:30px}.policy section{margin-bottom:42px}.policy h2{font-size:29px;margin-bottom:18px;line-height:1.2}.policy p,.policy li{color:var(--muted);margin-bottom:16px;font-size:17px}.policy ul{padding-left:22px}.policy strong{color:var(--ink)}.policy-end{background:var(--sky);border:2px solid;border-radius:18px;padding:30px;box-shadow:4px 4px 0}.policy-end h3{font-size:27px;margin-bottom:15px}footer{display:flex;align-items:center;gap:30px;border-top:2px solid;padding:28px max(24px,calc((100vw - 1160px)/2));flex-wrap:wrap}footer p{font-size:13px;color:var(--muted)}footer div{display:flex;gap:20px;margin-left:auto;font-size:14px}footer small{font:11px ui-monospace,monospace;color:var(--muted)}@media(max-width:1220px){.hero,.starter,.faq-grid,.policy-header,.policy-layout{margin:0 28px}.privacy-callout,.contact{margin-left:28px;margin-right:28px}.header-label{display:none}header{padding:0 28px}}@media(max-width:760px){body{font-size:16px}header{height:74px;padding:0 20px;gap:10px}.brand{font-size:27px}.brand img{width:38px;height:38px}nav{gap:3px}nav a{font-size:14px;padding:7px 12px}.hero{grid-template-columns:1fr;gap:30px;padding-top:38px}.hero h1,.policy-header h1{font-size:48px}.hero-stamp{width:260px;margin:12px 0}.hero-stamp img{width:160px;height:160px}.hero,.starter,.faq-grid,.policy-header,.policy-layout{margin:0 22px;padding-top:38px;padding-bottom:38px}.steps,.faq-grid,.policy-layout{grid-template-columns:1fr;gap:24px}.section-title h2{font-size:32px}.steps article{padding:24px}.steps h3{margin-top:18px}.privacy-callout,.contact{margin:15px 22px 42px;padding:28px}.privacy-callout h2{font-size:30px}.policy-layout aside{position:static;flex-direction:row;flex-wrap:wrap;gap:12px;padding:0;border:0}.policy-layout aside a{background:var(--lavender);padding:6px 11px;border-radius:100px;font-size:12px}.policy h2{font-size:26px}.policy-end{padding:25px}.header-label{display:none}footer{padding:24px 22px;gap:16px}footer div{margin:0}footer small{width:100%}.quicklinks{gap:5px}summary{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button:active{transform:none}}

/* Product showcase: physical stacks, generous type, crisp contrast. */
.eyebrow,.header-label{font-size:13px}.skip-link{position:fixed;top:-80px;left:12px;z-index:100;background:var(--lime);padding:12px}.skip-link:focus{top:12px}main{overflow:clip}header{z-index:30}nav a:hover{background:var(--lime)}.product-hero{max-width:1280px;margin:auto;min-height:800px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;padding:65px 48px 80px;gap:20px}.hero-copy{position:relative;z-index:3}.hero-copy h1{font-size:clamp(64px,6.8vw,100px);line-height:.99;margin:26px 0 28px;letter-spacing:-.065em}.highlight{display:inline-block;position:relative;background:var(--lime);border:3px solid var(--ink);padding:0 14px 10px;box-shadow:6px 6px 0;transform:rotate(-3deg);margin-top:7px}.hero-copy>p{max-width:490px;font-size:19px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:22px;margin:32px 0 20px}.button.lime{background:var(--lime);color:var(--ink);box-shadow:4px 4px 0;border-radius:8px;gap:22px;padding:15px 22px}.button:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}.release-note{font-size:14px;line-height:1.4;color:var(--muted)}.hero-copy .micro{font-size:14px;color:var(--muted)}.screenshot-stage{height:650px;position:relative;isolation:isolate}.phone{margin:0;border:4px solid var(--ink);border-radius:35px;background:var(--paper);box-shadow:9px 10px 0 var(--ink);overflow:hidden;line-height:0;width:255px;transform:translateY(var(--parallax,0px)) rotate(var(--tilt,0deg));will-change:transform}.phone img{width:100%;height:auto;display:block}.phone-front{position:absolute;left:18px;top:88px;--tilt:-9deg;z-index:2}.phone-back{position:absolute;right:0;top:30px;--tilt:11deg}.stage-label{position:absolute;top:0;left:5px;z-index:3;font:800 14px/1.35 ui-monospace,monospace;transform:translateY(var(--parallax,0px)) rotate(-8deg);background:var(--pink);border:2px solid;padding:13px;box-shadow:3px 3px 0}.sticker{position:absolute;bottom:4px;right:-2px;background:var(--lime);border:3px solid;border-radius:50%;width:150px;height:150px;display:grid;place-content:center;text-align:center;font-weight:900;line-height:1.2;transform:translateY(var(--parallax,0px)) rotate(10deg);box-shadow:4px 4px 0;z-index:4}.ticker{background:var(--lime);border-block:3px solid;padding:22px 0;transform:rotate(-2deg);width:104%;margin-left:-2%;text-align:center}.ticker div{font-weight:900;font-size:clamp(15px,2vw,27px);white-space:nowrap;letter-spacing:-.03em}.ticker span{margin:0 24px}.product-intro{text-align:center;padding:120px 24px 70px}.product-intro h2{font-size:clamp(38px,4.4vw,62px);margin:24px 0}.product-intro p{color:var(--muted);font-size:18px}.feature-story{max-width:1130px;margin:0 auto;padding:65px 24px;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-copy h2,.swipe-section h2{font-size:clamp(40px,4.5vw,62px);line-height:1.06;margin:22px 0 27px}.feature-copy p{color:var(--muted);margin-bottom:20px;font-size:18px}.chapter{font:700 14px ui-monospace,monospace;border:2px solid;display:inline-block;padding:8px 14px;border-radius:30px}.save-flow{padding:0;margin:26px 0 30px;list-style:none}.save-flow li{display:flex;align-items:center;gap:12px;margin:14px 0;font-weight:650;font-size:16px}.save-flow b{background:var(--lime);border:2px solid;min-width:32px;height:32px;display:grid;place-items:center;border-radius:7px}.text-link{font-weight:750;font-size:16px;text-underline-offset:6px}.feature-art{height:620px;border:3px solid;border-radius:22px;box-shadow:9px 9px 0;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:flex-start;padding-top:50px}.pink{background:var(--pink)}.lavender{background:var(--lavender)}.feature-art img{width:275px;height:auto;border:3px solid;border-radius:30px;box-shadow:6px 6px 0;transform:translateY(var(--parallax,0px)) rotate(-6deg)}.annotation{position:absolute;bottom:26px;right:12px;transform:rotate(7deg);background:var(--paper);border:2px solid;padding:15px;font:800 14px/1.4 ui-monospace,monospace;box-shadow:4px 4px 0}.reverse .feature-copy{order:2}.reverse .feature-art{order:1}.reverse .feature-art img{transform:translateY(var(--parallax,0px)) rotate(6deg)}.swipe-section{margin:85px auto 0;background:var(--sky);border-block:3px solid;padding:80px max(32px,calc((100vw - 1082px)/2));display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:center;overflow:hidden}.swipe-section>div{max-width:570px}.swipe-section p{font-size:18px;max-width:500px}.swipe-section .fineprint{font-size:14px;margin-top:26px}.swipe-phone{width:275px;--tilt:8deg}.closing{text-align:center;padding:110px 24px;background:var(--ink);color:var(--paper)}.closing h2{font-size:clamp(42px,5.2vw,76px);margin:24px 0}.closing em{font-style:normal;color:var(--lime)}.closing p{margin:22px auto 34px;max-width:550px}.closing>div{display:flex;gap:30px;justify-content:center;align-items:center;flex-wrap:wrap}.closing .button{box-shadow:4px 4px 0 var(--paper)}footer small{font-size:13px}.date{font-size:14px}@media(max-width:1000px){.product-hero{padding:50px 28px;gap:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.screenshot-stage{height:590px}.phone{width:220px}.phone-front{left:0;top:105px}.phone-back{right:-8px}.sticker{width:125px;height:125px;bottom:0;font-size:15px}.stage-label{font-size:12px;left:-10px}.feature-story{gap:45px}.swipe-section{gap:40px}.feature-art{height:560px}.feature-art img{width:245px}}@media(max-width:700px){.product-hero{grid-template-columns:1fr;padding:46px 24px 60px;gap:36px}.hero-copy h1{font-size:56px}.hero-copy>p{font-size:17px}.hero-actions{flex-direction:row;align-items:center;gap:18px}.hero-actions .button{font-size:14px;padding:14px}.screenshot-stage{height:565px;max-width:390px;width:100%;margin:auto}.phone-front{left:20px;top:72px}.phone-back{right:18px;top:26px}.stage-label{top:10px;left:8px}.sticker{bottom:0;right:5px}.ticker span{margin:0 12px}.ticker div{font-size:19px}.product-intro{padding:85px 22px 30px}.feature-story{grid-template-columns:1fr;gap:32px;padding:40px 24px}.feature-copy h2,.swipe-section h2{font-size:44px}.feature-copy p{font-size:17px}.feature-art{height:540px}.feature-art img{width:260px}.reverse .feature-copy,.reverse .feature-art{order:initial}.swipe-section{margin-top:35px;grid-template-columns:1fr;padding:50px 24px;gap:38px}.swipe-phone{justify-self:center;width:240px}.closing{padding:70px 24px}.closing h2{font-size:43px}header{padding:0 16px}nav a{padding:8px;font-size:14px}.brand{font-size:27px}.brand img{width:35px;height:35px}}@media(prefers-reduced-motion:reduce){[data-parallax]{--parallax:0px!important;will-change:auto}.button:hover{transform:none}}@media(max-width:360px){.hero-copy h1{font-size:56px}.hero-actions{flex-wrap:wrap}.phone{width:195px}.screenshot-stage{height:515px}.brand img{display:none}}
