:root{--bg:#0A0A0C;--surface:#151419;--surface-2:#1E1C24;--border:#2A2731;--border-strong:#3A3646;--text:#F5F3F7;--muted:#9A95A6;--faint:#5E5A6B;--accent:#F23A8C;--accent-soft:rgba(242,58,140,0.16);--gold:#F2C14E;--gold-soft:rgba(242,193,78,0.16);--serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,"Times New Roman",serif;--sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--radius-card:16px;--radius-field:24px;--measure:34rem;--gutter:clamp(1.25rem,5vw,3rem);--section:clamp(4.5rem,12vw,8.5rem)}*,*::before,*::after{box-sizing:border-box}html{color-scheme:dark;background:var(--bg);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--sans);font-size:1.0625rem;line-height:1.6;color:var(--text);background:var(--bg);overflow-x:clip}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-0.02em;text-wrap:balance}h1{font-size:clamp(2.9rem,9.5vw,5.75rem);line-height:1}h2{font-size:clamp(2rem,5vw,3.1rem);line-height:1.08}h3{font-size:1.1875rem;font-weight:600;line-height:1.3;letter-spacing:-0.01em}a{color:inherit;text-decoration-color:var(--faint);text-underline-offset:0.18em}a:hover{text-decoration-color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.wrap{width:min(72rem,100% - 2 * var(--gutter));margin-inline:auto}.lede{color:var(--muted);max-width:var(--measure);font-size:1.125rem;text-wrap:pretty}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;min-height:3.25rem;padding:0 1.5rem;border-radius:999px;border:1px solid transparent;font:600 1rem/1 var(--sans);text-decoration:none;white-space:nowrap;transition:background-color 160ms ease,border-color 160ms ease,transform 160ms ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#ff4f9b}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover{border-color:var(--muted);background:var(--surface)}.btn-soon{background:var(--surface-2);color:var(--muted);border-color:var(--border);cursor:default}.site-header{padding-block:1.25rem}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:0.6rem;font:600 1.25rem/1 var(--sans);letter-spacing:-0.02em;text-decoration:none}.brand img{width:2rem;height:2rem;object-fit:contain}.site-nav{display:flex;align-items:center;gap:1.25rem;font-size:0.95rem}.site-nav a:not(.btn){color:var(--muted);text-decoration:none}.site-nav a:not(.btn):hover{color:var(--text)}.site-nav .btn{min-height:2.5rem;padding-inline:1.1rem;font-size:0.9rem}@media (max-width:40em){.site-nav a:not(.btn){display:none}}.hero{padding-block:clamp(2.5rem,7vw,6rem) var(--section)}.hero .wrap{display:grid;gap:clamp(2.5rem,6vw,4rem);align-items:center}@media (min-width:60em){.hero .wrap{grid-template-columns:1.05fr 0.95fr}}.hero-copy{display:grid;gap:1.5rem;justify-items:start}.hero-copy .lede{font-size:clamp(1.125rem,2vw,1.3125rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:0.5rem}.story{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-field);padding:1.5rem clamp(1.25rem,3vw,2rem) 1.75rem;max-width:30rem;justify-self:center;width:100%}.story-who{display:flex;align-items:center;gap:0.85rem;margin-bottom:1.25rem}.story-who img{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.story-who strong{display:block;font:600 1.05rem/1.25 var(--sans)}.story-who span{display:block;color:var(--muted);font-size:0.875rem;line-height:1.3}.story-text{display:grid;gap:0.9rem;font-size:1.0625rem;line-height:1.6}.story-text p{text-wrap:pretty}.story-text em{font-family:var(--serif);font-style:italic;color:var(--muted);font-size:1.1em}.story-you{margin-top:1.25rem;margin-left:2.5rem;background:var(--accent-soft);border-radius:18px 18px 6px 18px;padding:0.7rem 1rem;font-size:1rem;line-height:1.45;border:1px solid rgba(242,58,140,0.25)}.story-mascot{position:absolute;right:0.25rem;top:-2.4rem;width:4.75rem;height:4.75rem;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,0.45))}@media (min-width:60em){.story-mascot{width:6rem;height:6rem;right:-2rem;top:-3rem}}@media (prefers-reduced-motion:no-preference){.story-text p,.story-you{animation:appear 600ms cubic-bezier(0.2,0.7,0.2,1) both}.story-text p:nth-child(2){animation-delay:500ms}.story-text p:nth-child(3){animation-delay:1000ms}.story-you{animation-delay:1700ms}}@keyframes appear{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.section{padding-block:var(--section)}.section + .section{padding-top:0}.section-head{display:grid;gap:1rem;margin-bottom:clamp(2rem,5vw,3.5rem)}.shelf{display:grid;grid-auto-flow:column;grid-auto-columns:min(72vw,17rem);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--gutter);padding-inline:var(--gutter);margin-inline:calc(-1 * var(--gutter));padding-bottom:0.5rem;scrollbar-width:none}.shelf::-webkit-scrollbar{display:none}@media (min-width:60em){.shelf{grid-auto-flow:row;grid-template-columns:repeat(4,1fr);overflow:visible;padding-inline:0;margin-inline:0}}.char{position:relative;scroll-snap-align:start;aspect-ratio:3 / 4;border-radius:var(--radius-card);overflow:hidden;background:var(--surface-2);isolation:isolate}.char img{width:100%;height:100%;object-fit:cover}.char-text{position:absolute;inset:auto 0 0 0;padding:3.5rem 1.1rem 1.1rem;background:linear-gradient(to top,rgba(10,10,12,0.94) 25%,rgba(10,10,12,0) 100%);display:grid;gap:0.3rem}.char-text h3{font-family:var(--serif);font-weight:500;font-size:1.5rem;letter-spacing:-0.01em}.char-text p{font-size:0.9rem;line-height:1.4;color:var(--text);opacity:0.85;text-wrap:pretty}.char-tags{display:flex;flex-wrap:wrap;gap:0.35rem;margin-top:0.4rem}.char-tags span{font-size:0.72rem;line-height:1;padding:0.35rem 0.55rem;border-radius:8px;background:rgba(245,243,247,0.12);color:var(--text)}.char-plus{position:absolute;top:0.75rem;right:0.75rem;display:inline-flex;align-items:center;gap:0.3rem;padding:0.3rem 0.6rem;border-radius:999px;background:var(--bg);color:var(--gold);font-size:0.72rem;font-weight:600;line-height:1}.char-plus::before{content:"";width:0.4rem;height:0.4rem;border-radius:50%;background:var(--gold)}.steps{display:grid;gap:2rem;counter-reset:step;margin:0;padding:0;list-style:none}@media (min-width:48em){.steps{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.step{display:grid;gap:0.6rem;align-content:start}.step::before{counter-increment:step;content:counter(step);font-family:var(--serif);font-size:3rem;line-height:1;color:var(--accent);margin-bottom:0.4rem}.step p{color:var(--muted);max-width:26rem;text-wrap:pretty}.features{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-field);padding:clamp(1.75rem,5vw,3.5rem);display:grid;gap:2.25rem}@media (min-width:48em){.features{grid-template-columns:1fr 1fr;gap:3rem 4rem}}.feature{display:grid;gap:0.5rem;align-content:start}.feature p{color:var(--muted);max-width:28rem;text-wrap:pretty}.closing{text-align:center}.closing .wrap{display:grid;gap:1.5rem;justify-items:center}.closing .lede{margin-inline:auto}.closing-mascot{width:5.5rem;height:5.5rem;object-fit:contain}.stores{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem}.site-footer{border-top:1px solid var(--border);padding-block:2.5rem 3rem;font-size:0.9rem;color:var(--muted)}.site-footer .wrap{display:grid;gap:1.5rem}@media (min-width:48em){.site-footer .wrap{grid-template-columns:auto 1fr auto;align-items:center}}.site-footer .brand img{width:3.5rem;height:3.5rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.25rem;margin:0;padding:0;list-style:none}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--text);text-decoration:underline}.page{padding-block:clamp(2rem,6vw,4rem) var(--section)}.page .wrap{max-width:var(--measure);display:grid;gap:1.25rem}.page h1{font-size:clamp(2.25rem,6vw,3.5rem)}.page p{color:var(--muted);text-wrap:pretty}.page .btn{justify-self:start;margin-top:0.5rem}.notice{border:1px dashed var(--border-strong);border-radius:var(--radius-card);padding:1rem 1.25rem;font-size:0.95rem}.form{display:grid;gap:1.1rem;margin-top:0.5rem}.form label{display:grid;gap:0.4rem;color:var(--muted);font-size:0.95rem}.form input:not([type="checkbox"]),.form textarea{width:100%;padding:0.8rem 1rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:0.75rem;font:1rem/1.4 var(--sans)}.form textarea{resize:vertical}.form input:focus-visible,.form textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.form .check{grid-template-columns:auto 1fr;align-items:start;gap:0.6rem}.form .check input{margin-top:0.2rem;accent-color:var(--accent)}.form .btn{justify-self:start;margin-top:0.25rem}.page .fine{font-size:0.9rem;color:var(--faint)}.page .fine a{color:var(--muted)}.legal .wrap{max-width:46rem;gap:0}.legal h1{margin-bottom:1.5rem}.legal h2{font-size:clamp(1.5rem,3.5vw,2rem);margin:2.75rem 0 0.9rem}.legal h3{margin:1.75rem 0 0.6rem}.legal p,.legal li{color:var(--muted)}.legal p{margin-bottom:1rem}.legal strong{color:var(--text);font-weight:600}.legal ul{margin:0 0 1.1rem;padding-left:1.3rem;display:grid;gap:0.45rem}.legal code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:0.9em;color:var(--text)}.legal table{width:100%;border-collapse:collapse;margin:0.5rem 0 1.5rem;font-size:0.92rem;line-height:1.45;display:block;overflow-x:auto}.legal th,.legal td{text-align:left;vertical-align:top;padding:0.6rem 0.75rem;border-bottom:1px solid var(--border)}.legal th{color:var(--text);font-weight:600;white-space:nowrap}.legal td{color:var(--muted);min-width:9rem}.legal .notice{color:var(--gold);border-color:rgba(242,193,78,0.45);margin-bottom:1.5rem}.legal mark.todo{background:var(--gold-soft);color:var(--gold);padding:0 0.25em;border-radius:4px;font-style:normal}