@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@500;700;900&display=swap');

:root{--yellow:#fffc00;--black:#080808;--white:#fff;--pink:#ff4fa3;--blue:#45c8ff;--green:#c7ff22;--radius:28px;--border:3px solid var(--black)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--yellow);color:var(--black);font-family:Inter,Arial,sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:var(--border);padding:0 4vw;position:relative;z-index:20;background:var(--yellow)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--black);font:26px/1 'Archivo Black',sans-serif;letter-spacing:-1.7px}.brand img{width:54px;height:54px;object-fit:cover;border:2px solid var(--black);border-radius:16px}.brand span span{-webkit-text-stroke:1px var(--black);color:white}.topbar nav{display:flex;gap:38px}.topbar nav a{text-decoration:none;color:var(--black);font-weight:900;font-size:12px;letter-spacing:1.2px}.topbar nav a:hover{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.pill-button,.cta{font:900 12px/1 Inter,sans-serif;border:var(--border);color:var(--black);background:white;box-shadow:4px 4px 0 var(--black);cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .15s}.pill-button{height:44px;padding:0 18px;border-radius:99px}.pill-button:hover,.cta:hover{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--black)}.ticker-dot{display:inline-block;width:8px;height:8px;background:#21dc6b;border-radius:50%;margin-right:8px;box-shadow:0 0 0 4px #c9ffda}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:.84fr 1.16fr;border-bottom:var(--border)}.hero-copy{padding:7vh 4vw 6vh;display:flex;flex-direction:column;justify-content:center;position:relative}.eyebrow{font:900 11px/1 Inter,sans-serif;letter-spacing:2px;margin:0 0 20px}.eyebrow span{color:#20cf62}.hero h1,.snap-copy h2,.lore-title h2,.how h2,.final-inner h2{font-family:'Archivo Black',Impact,sans-serif;letter-spacing:-.07em;margin:0;text-transform:uppercase}.hero h1{font-size:clamp(64px,7.8vw,142px);line-height:.79;position:relative;z-index:2}.hero h1 i,.how h2 i{font-style:normal;color:white;-webkit-text-stroke:3px var(--black);filter:drop-shadow(5px 5px 0 #000)}.hero-lede{font-size:18px;line-height:1.5;font-weight:700;max-width:520px;margin:28px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.cta{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;letter-spacing:.6px}.cta-dark{background:var(--black);color:white}.cta-light{background:white}.micro{font-size:10px;letter-spacing:2px;font-weight:900;margin-top:25px}.hero-art{position:relative;overflow:hidden;border-left:var(--border);background:#ffd900;min-width:0}.hero-art>img{width:100%;height:100%;object-fit:cover;object-position:56% center;display:block}.floating-tag{position:absolute;background:white;border:2px solid #000;padding:9px 13px;border-radius:10px;font-weight:900;font-size:11px;box-shadow:4px 4px 0 #000;transform:rotate(-5deg)}.tag-one{top:8%;left:6%}.tag-two{right:6%;bottom:9%;transform:rotate(6deg);background:var(--green)}.flash-burst{position:absolute;width:22px;height:22px;left:52%;top:20%;background:white;border-radius:50%;box-shadow:0 0 45px 22px white;animation:flash 2.4s ease-in-out infinite}@keyframes flash{0%,70%,100%{opacity:0;transform:scale(.4)}74%{opacity:1;transform:scale(1.2)}80%{opacity:0;transform:scale(2)}}
.ca-strip{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:28px;padding:22px 4vw;background:var(--green);border-bottom:var(--border)}.ca-heading{display:flex;align-items:center;gap:12px;white-space:nowrap}.ca-heading small{display:block;font-size:8px;letter-spacing:1.7px;font-weight:900;margin-bottom:4px}.ca-heading strong{font:15px/1 'Archivo Black',sans-serif}.ca-status{width:13px;height:13px;border:2px solid #000;border-radius:50%;background:#23da70;box-shadow:0 0 0 4px #fff}.ca-strip code{font:800 14px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere;text-align:center}.ca-actions{display:flex;gap:8px}.ca-button{min-height:42px;border:2px solid #000;border-radius:10px;padding:0 14px;background:white;color:#000;font:900 10px/1 Inter,sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:3px 3px 0 #000}.ca-button.inverse{background:#000;color:#fff;box-shadow:3px 3px 0 #fff}.ca-button:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 #000}.ca-button.inverse:hover{box-shadow:1px 1px 0 #fff}
.story-zone{background:white;padding:80px 4vw 110px;border-bottom:var(--border)}.section-kicker{display:flex;align-items:center;gap:16px;font-size:11px;letter-spacing:1.4px;font-weight:900;border-bottom:2px solid #000;padding-bottom:14px}.section-kicker span{background:#000;color:#fff;border-radius:50%;width:28px;height:28px;display:grid;place-items:center}.section-kicker b{margin-left:auto;color:#777}.stories{display:flex;align-items:flex-start;gap:24px;padding:28px 0 72px}.story{background:none;border:0;padding:0;cursor:pointer;font:800 11px/1 Inter,sans-serif}.story-ring{width:84px;height:84px;display:block;padding:4px;margin-bottom:10px;border-radius:50%;background:conic-gradient(var(--pink),#9b4dff,var(--yellow),var(--pink));transition:transform .2s}.story:hover .story-ring{transform:scale(1.07) rotate(3deg)}.story-ring img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid white}.story.active .story-ring{outline:3px solid var(--black);outline-offset:3px}.story-copy{margin-left:auto;text-align:right}.story-copy p{font-size:11px;font-weight:900;letter-spacing:1.4px;margin:5px 0 8px}.story-copy strong{font:clamp(24px,3vw,52px)/.92 'Archivo Black',sans-serif;letter-spacing:-.06em}.snap-stage{display:grid;grid-template-columns:minmax(340px,520px) 1fr;gap:8vw;max-width:1150px;margin:auto;align-items:center}.phone{position:relative;background:#101010;border:8px solid #101010;border-radius:50px;padding:12px;box-shadow:16px 18px 0 var(--yellow),16px 18px 0 3px #000;transform:rotate(-2deg)}.phone-top{height:25px;display:flex;justify-content:space-between;color:white;padding:0 10px;font-size:11px;font-weight:800}.camera-screen{height:min(58vh,590px);min-height:430px;overflow:hidden;border-radius:34px;position:relative;background:#222}.camera-screen>img{width:100%;height:100%;object-fit:cover;display:block}.camera-overlay{position:absolute;left:16px;right:16px;top:16px;display:flex;justify-content:space-between}.camera-chip,.camera-time{background:#000a;color:#fff;font-size:9px;font-weight:900;padding:8px 10px;border-radius:99px}.snap-flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none}.snap-flash.go{animation:cameraFlash .45s ease-out}@keyframes cameraFlash{0%{opacity:1}100%{opacity:0}}.camera-tools{position:absolute;right:23px;top:62px;display:flex;flex-direction:column;gap:13px;color:white;font-size:20px;text-shadow:0 1px 4px #000}.camera-controls{height:92px;display:flex;justify-content:space-around;align-items:center}.camera-controls button{cursor:pointer;color:#fff;background:none;border:0;font-size:25px}.shutter{width:69px;height:69px;border:4px solid white!important;border-radius:50%;display:grid;place-items:center}.shutter span{display:block;width:54px;height:54px;background:white;border-radius:50%;transition:.15s}.shutter:active span{transform:scale(.82);background:var(--yellow)}.snap-copy{position:relative}.sticker{display:inline-block;background:var(--pink);border:var(--border);font-weight:900;font-size:12px;padding:10px 14px;transform:rotate(-4deg);box-shadow:4px 4px 0 #000;margin-bottom:28px}.snap-copy h2{font-size:clamp(66px,8vw,128px);line-height:.78}.snap-copy p{font-size:17px;font-weight:700;line-height:1.55;max-width:540px;margin:30px 0}.chat-bubble{width:max-content;max-width:90%;border:2px solid #000;padding:13px 18px;border-radius:20px;font-weight:900;margin:11px 0;box-shadow:4px 4px 0 var(--yellow)}.chat-bubble.black{background:#000;color:#fff;margin-left:60px}.chat-bubble.white{background:#fff}
.lore{padding:110px 4vw;background:var(--black);color:white;border-bottom:var(--border)}.lore-title{text-align:center;position:relative}.ghost-cat{display:inline-block;width:94px;height:94px;border-radius:30px;overflow:hidden;transform:rotate(7deg);border:3px solid white;margin-bottom:20px}.ghost-cat img{width:100%;height:100%;object-fit:cover}.lore-title p{font-size:11px;letter-spacing:3px;font-weight:900}.lore-title h2{font-size:clamp(54px,8.5vw,135px);line-height:.82}.lore-title em{font-style:normal;color:var(--yellow)}.lore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:80px}.lore-card{color:#000;border:3px solid white;border-radius:24px;padding:28px;min-height:260px;position:relative;overflow:hidden;transition:transform .2s}.lore-card:hover{transform:translateY(-8px) rotate(-1deg)}.lore-card.pink{background:var(--pink)}.lore-card.blue{background:var(--blue)}.lore-card.green{background:var(--green)}.big-number{font:80px/1 'Archivo Black';opacity:.16;position:absolute;right:14px;top:8px}.lore-card h3{font:29px/1 'Archivo Black';max-width:240px;margin:120px 0 10px;letter-spacing:-1.5px}.lore-card p{font-size:14px;font-weight:700;line-height:1.45;max-width:320px}.how{display:grid;grid-template-columns:1fr 1fr;gap:7vw;padding:110px 4vw;background:var(--yellow);border-bottom:var(--border)}.eyebrow.dark span{color:#000}.how h2{font-size:clamp(64px,8vw,128px);line-height:.8}.steps{list-style:none;margin:0;padding:0;border-top:var(--border)}.steps li{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:24px 5px;border-bottom:var(--border);align-items:start}.steps li>span{width:48px;height:48px;border:2px solid #000;border-radius:50%;display:grid;place-items:center;background:#fff;font:20px 'Archivo Black';box-shadow:3px 3px 0 #000}.steps b{font:20px 'Archivo Black';letter-spacing:-.6px}.steps p{margin:7px 0 0;font-size:13px;font-weight:700;line-height:1.5}.final-shot{background:var(--pink);padding:90px 4vw;border-bottom:var(--border);text-align:center}.final-inner{max-width:980px;margin:auto;border:var(--border);background:var(--yellow);border-radius:42px;padding:60px 20px;box-shadow:12px 12px 0 #000}.final-inner img{width:120px;height:120px;object-fit:cover;border:3px solid #000;border-radius:32px;transform:rotate(-5deg)}.final-inner p{font-weight:900;font-size:12px;letter-spacing:2px;margin:25px 0 0}.final-inner h2{font-size:clamp(74px,13vw,190px);line-height:.92}.final-inner small{display:block;font-weight:900;font-size:9px;letter-spacing:1.8px;margin-top:25px}footer{background:#000;color:#fff;padding:42px 4vw;display:grid;grid-template-columns:auto 1fr;gap:15px 40px;align-items:center}.footer-brand{color:white}.footer-brand img{width:48px;height:48px}.footer-brand span{color:white!important;-webkit-text-stroke:0!important}.footer-brand+ p{text-align:right;font-weight:900;font-size:11px;letter-spacing:1px}.disclaimer{grid-column:1/-1;color:#888;font-size:10px;line-height:1.5;max-width:900px}.story-modal{padding:0;border:0;border-radius:30px;background:#000;color:#fff;width:min(470px,94vw);height:min(790px,92vh);overflow:hidden;box-shadow:0 20px 80px #000a}.story-modal::backdrop{background:#000c;backdrop-filter:blur(8px)}.story-modal>img{width:100%;height:100%;object-fit:cover}.close-modal{position:absolute;z-index:3;right:16px;top:20px;border:0;background:#0009;color:#fff;border-radius:50%;font-size:28px;width:42px;height:42px;cursor:pointer}.progress{height:4px;position:absolute;left:16px;right:16px;top:12px;background:#ffffff66;border-radius:5px;z-index:3;overflow:hidden}.progress i{display:block;height:100%;width:0;background:white}.story-modal[open] .progress i{animation:progress 4.5s linear forwards}@keyframes progress{to{width:100%}}.modal-caption{position:absolute;bottom:0;left:0;right:0;padding:80px 25px 28px;background:linear-gradient(transparent,#000d)}.modal-caption span{display:block;font-size:11px;font-weight:900;opacity:.75;margin-bottom:8px}.modal-caption strong{font:25px/1.05 'Archivo Black'}.toast{position:fixed;z-index:100;left:50%;bottom:25px;transform:translate(-50%,120px);opacity:0;background:#000;color:white;border:2px solid white;border-radius:99px;padding:14px 22px;font-size:12px;font-weight:900;transition:.3s;box-shadow:4px 4px 0 var(--pink)}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:900px){.ca-strip{grid-template-columns:1fr auto}.ca-strip code{grid-column:1/-1;grid-row:2;text-align:left}}
@media(max-width:900px){.topbar nav{display:none}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{min-height:610px;padding-top:65px}.hero-art{height:70vw;min-height:430px;border-left:0;border-top:var(--border)}.snap-stage{grid-template-columns:1fr;gap:90px}.phone{max-width:520px;margin:auto}.story-copy{display:none}.lore-grid{grid-template-columns:1fr}.lore-card{min-height:210px}.lore-card h3{margin-top:80px}.how{grid-template-columns:1fr;gap:70px}}@media(max-width:560px){.ca-strip{grid-template-columns:1fr;padding:22px 18px;gap:16px}.ca-strip code{grid-column:1;grid-row:auto;text-align:left;font-size:11px}.ca-actions{width:100%}.ca-button{flex:1}}
@media(max-width:560px){.topbar{height:70px;padding:0 16px}.brand{font-size:20px}.brand img{width:45px;height:45px;border-radius:13px}.pill-button{padding:0 12px;height:40px}.hero{min-height:0}.hero-copy{padding:60px 18px 50px;min-height:520px}.hero h1{font-size:58px}.hero h1 i,.how h2 i{-webkit-text-stroke:2px #000;filter:drop-shadow(3px 3px 0 #000)}.hero-lede{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-art{height:110vw;min-height:420px}.hero-art>img{object-position:69% center}.story-zone,.lore,.how{padding:72px 18px}.stories{gap:15px;overflow-x:auto;padding-bottom:54px}.story-ring{width:71px;height:71px}.section-kicker b{display:none}.snap-stage{display:block}.phone{border-width:5px;padding:8px;border-radius:38px;box-shadow:9px 11px 0 var(--yellow),9px 11px 0 3px #000}.camera-screen{height:510px;min-height:0;border-radius:28px}.snap-copy{margin-top:80px}.snap-copy h2{font-size:61px}.snap-copy p{font-size:15px}.lore-title h2{font-size:51px}.lore-grid{margin-top:50px}.how h2{font-size:58px}.steps li{grid-template-columns:52px 1fr}.final-shot{padding:58px 18px}.final-inner{padding:42px 15px;border-radius:28px;box-shadow:7px 7px 0 #000}.final-inner img{width:94px;height:94px}.final-inner h2{font-size:63px;margin:8px 0 18px}footer{grid-template-columns:1fr}.footer-brand+ p{text-align:left}.disclaimer{grid-column:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.flash-burst,.progress i{animation:none!important}.lore-card,.story-ring,.cta,.pill-button{transition:none!important}}
