:root{--yellow:#fee500;--yellow-soft:#fff4a3;--yellow-canvas:#fffbe3;--line:#e8d86f;--ink:#111;--ink-muted:#3f3f3f;--surface:#fff;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--space-7:64px;--space-8:80px;--radius:16px;--radius-sm:12px;--max-width:1120px;--font:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display:"Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink-muted);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:17px;line-height:1.55;overflow-x:hidden}img,svg{max-width:100%;height:auto}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.02em;margin:0 0 var(--space-2);font-weight:800;line-height:1.15}h1{font-family:var(--font-display);font-size:clamp(1.75rem,5.2vw,3.3rem);font-weight:800}h2{font-family:var(--font-display);font-size:clamp(1.5rem,3.4vw,2.1rem);font-weight:800}h3{font-size:1.15rem}p{margin:0 0 var(--space-2)}a{color:var(--ink);text-underline-offset:3px;text-decoration-thickness:2px}a:hover{color:#44403f}:focus-visible{outline:3px solid var(--ink);outline-offset:2px;border-radius:4px}::selection{background:var(--yellow);color:var(--ink)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--ink);color:var(--surface);border-radius:0 0 8px;padding:12px 16px;font-weight:800;text-decoration:none;display:inline-block;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-3);margin:0 auto}.section{padding:var(--space-6) 0}.section-muted{background:var(--yellow-canvas)}.section-head{margin-bottom:var(--space-5)}.section-head h2{margin-bottom:var(--space-2)}.section-head.left{max-width:720px}.section-head.center{text-align:center;max-width:680px;margin-left:auto;margin-right:auto}.section-head.center .lead{margin-left:auto;margin-right:auto}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--ink);margin:0 0 var(--space-2);font-size:.78rem;font-weight:800;display:inline-block}.lead{color:var(--ink-muted);max-width:60ch;font-size:1.1rem}.btn{border-radius:var(--radius-sm);min-width:48px;min-height:48px;font-family:var(--font);border:2px solid var(--ink);color:var(--ink);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0 24px;font-size:1rem;font-weight:800;text-decoration:none;transition:background-color .15s,transform .15s;display:inline-flex}.btn:hover{background:var(--yellow-soft);color:var(--ink)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--yellow);border-color:var(--ink);color:var(--ink)}.btn-primary:hover{background:#ffe14d}.btn-secondary{border-color:var(--ink);color:var(--ink);background:0 0}.btn-secondary:hover{background:var(--yellow-soft)}.btn-row{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.site-header{z-index:20;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:64px;display:flex}.brand{min-height:44px;color:var(--ink);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand-mark{width:36px;height:36px;display:flex}.brand-name{letter-spacing:-.02em;font-size:1.35rem;font-weight:900}.nav-menu-button{border:2px solid var(--ink);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:none}.nav-menu-button svg{width:22px;height:22px}.site-nav ul{align-items:center;gap:var(--space-1);margin:0;padding:0;list-style:none;display:flex}.site-nav a{border-radius:var(--radius-sm);min-height:44px;color:var(--ink-muted);align-items:center;padding:0 12px;font-weight:700;text-decoration:none;display:inline-flex}.site-nav a:hover{color:var(--ink);background:var(--yellow-canvas)}.site-nav .nav-cta{background:var(--yellow);border:2px solid var(--ink);color:var(--ink);padding:0 18px}.site-nav .nav-cta:hover{background:#ffe14d}@media (width<=900px){.nav-menu-button{display:inline-flex}.site-nav{background:var(--surface);border-bottom:1px solid var(--line);position:absolute;top:64px;left:0;right:0;box-shadow:0 12px 24px #1111110f}.site-nav ul{padding:var(--space-2);flex-direction:column;align-items:stretch}.site-nav a{justify-content:flex-start;width:100%}}@media (width>=901px){.site-nav{display:block}}.hero{background:var(--yellow-canvas);padding:var(--space-8) 0}.hero-inner{gap:var(--space-6);grid-template-columns:1.05fr .95fr;align-items:center;display:grid}.hero-copy{max-width:560px}.hero-sub{margin-bottom:var(--space-4);font-size:1.18rem}.hero-visual{max-width:440px;margin:0 auto}.hero-visual img{margin:0 auto;display:block}.hero-visual figcaption{margin-top:var(--space-2);text-align:center;color:var(--ink-muted);font-size:.85rem}@media (width<=900px){.hero{padding:var(--space-6) 0}.hero-inner{gap:var(--space-5);grid-template-columns:1fr}.hero-copy{max-width:640px}.hero-visual{max-width:380px}}.encounter-list{margin:var(--space-3) 0 0;max-width:640px;padding:0;list-style:none}.encounter-list li{padding-left:var(--space-4);margin-bottom:var(--space-2);color:var(--ink);font-size:1.1rem;font-weight:600;position:relative}.encounter-list li:before{content:"";background:var(--yellow);border:1.5px solid var(--ink);width:10px;height:10px;position:absolute;top:.5em;left:0}.emphasis{margin:var(--space-5) 0 0;padding-left:var(--space-3);border-left:4px solid var(--yellow);max-width:640px;font-family:var(--font-display);color:var(--ink);font-size:clamp(1.25rem,2.6vw,1.6rem);font-weight:700;line-height:1.3}.band{background:var(--ink);color:#ffffffd1;padding:var(--space-8) 0}.band h2{color:var(--surface)}.band .eyebrow{color:var(--yellow)}.band .lead{color:#ffffffc7}.band a{color:var(--yellow)}.scale{margin:var(--space-5) 0 var(--space-5);max-width:640px;padding:0;list-style:none}.scale li{padding:0 0 var(--space-4) var(--space-5);border-left:2px solid #ffffff47;position:relative}.scale li:last-child{padding-bottom:0}.scale li:before{content:"";background:var(--yellow);border:2px solid var(--ink);border-radius:50%;width:16px;height:16px;position:absolute;top:2px;left:-9px;box-shadow:0 0 0 1px #ffffff80}.scale-hrs{font-family:var(--font-display);color:var(--yellow);font-size:clamp(1.6rem,2.4vw,2rem);font-weight:800;line-height:1.1;display:block}.scale-label{color:var(--surface);font-size:1.05rem;font-weight:700;display:block}.scale li:first-child .scale-hrs{color:var(--surface)}.scale li:first-child .scale-label{color:#ffffffb3}.scale-note{color:#ffffffb8;max-width:640px;font-size:.95rem}.scale-close{margin:var(--space-5) 0 0;padding-top:var(--space-4);max-width:660px;font-family:var(--font-display);color:var(--yellow);border-top:1px solid #ffffff38;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.25}.flow{gap:var(--space-2) 0;margin:var(--space-4) 0 var(--space-3);flex-wrap:wrap;max-width:780px;padding:0;list-style:none;display:flex}.flow li{border:2px solid var(--ink);min-height:44px;color:var(--ink);background:var(--surface);border-radius:999px;align-items:center;padding:0 18px;font-weight:800;display:inline-flex}.flow li+li:before{content:"→";margin-right:var(--space-2);color:var(--ink);font-weight:900}.flow-note{color:var(--ink-muted)}.steps{gap:var(--space-6);grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.steps li{border-top:3px solid var(--ink);padding-top:var(--space-3)}.step-num{font-family:var(--font-display);margin-bottom:var(--space-2);color:var(--ink);font-size:2.4rem;font-weight:800;line-height:1;display:block}.steps h3{margin-bottom:var(--space-1)}.steps p{margin-bottom:0}@media (width<=900px){.steps{gap:var(--space-4);grid-template-columns:1fr}}.event-ideas{gap:var(--space-2);margin:0 0 var(--space-3);grid-template-columns:repeat(3,1fr);max-width:720px;padding:0;list-style:none;display:grid}.event-ideas li{border:2px solid var(--ink);background:var(--surface);min-height:48px;color:var(--ink);text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:800;display:flex}.disclaimer{max-width:720px;color:var(--ink-muted);font-size:.9rem;font-style:italic}@media (width<=700px){.event-ideas{grid-template-columns:repeat(2,1fr)}}.use-cases{gap:var(--space-3) var(--space-6);grid-template-columns:repeat(2,1fr);max-width:720px;margin:0;padding:0;list-style:none;display:grid}.use-cases li{padding-left:var(--space-4);color:var(--ink);font-size:1.05rem;font-weight:700;position:relative}.use-cases li:before{content:"";background:var(--yellow);border:2px solid var(--ink);border-radius:50%;width:12px;height:12px;position:absolute;top:.45em;left:0}@media (width<=700px){.use-cases{grid-template-columns:1fr}}.safety-list{gap:var(--space-4) var(--space-6);grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}.safety-list li{border-top:1px solid var(--line);padding-top:var(--space-2)}.safety-list h3{margin-bottom:2px;font-size:1.1rem}.safety-list p{margin-bottom:0;font-size:.98rem}.limitation{margin:var(--space-5) 0 0;padding-left:var(--space-3);border-left:4px solid var(--yellow);max-width:680px;font-size:1.02rem}.safety-more{margin-top:var(--space-3);font-size:.98rem}@media (width<=700px){.safety-list{grid-template-columns:1fr}}.founder{max-width:720px}.founder-text{font-family:var(--font-display);color:var(--ink);font-size:clamp(1.25rem,2.4vw,1.6rem);font-weight:600;line-height:1.55}.founder-note{color:var(--ink-muted)}.beta-grid{gap:var(--space-3);max-width:720px;margin:0 auto var(--space-4);grid-template-columns:1fr 1fr;display:grid}.beta-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-4);text-align:center}.beta-card h3{margin-bottom:var(--space-1)}.beta-status{margin:var(--space-2) 0 0;color:var(--ink-muted);font-weight:700}.beta-note{text-align:center;max-width:640px;margin:0 auto;font-size:.95rem}@media (width<=640px){.beta-grid{grid-template-columns:1fr}}.faq{max-width:720px;margin:0 auto}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:56px;padding:var(--space-2) 0;color:var(--ink);cursor:pointer;font-weight:800;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";border:2px solid var(--ink);border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:900;display:flex}.faq details[open] summary:after{content:"–"}.faq .faq-body{padding:0 0 var(--space-3)}.faq .faq-body p{margin-bottom:0}.site-footer{background:var(--ink);color:var(--yellow-canvas);padding:var(--space-6) 0 var(--space-4)}.site-footer a{color:var(--yellow-canvas)}.site-footer a:hover{color:var(--yellow)}.footer-inner{gap:var(--space-5);flex-wrap:wrap;justify-content:space-between;display:flex}.footer-brand{max-width:320px}.footer-brand .brand-name{color:var(--surface)}.footer-links{gap:var(--space-2) var(--space-4);flex-wrap:wrap;display:flex}.footer-links a{align-items:center;min-height:44px;font-weight:700;text-decoration:none;display:inline-flex}.footer-links a:hover{text-decoration:underline}.footer-bottom{margin-top:var(--space-5);padding-top:var(--space-3);color:var(--yellow-canvas);border-top:1px solid #fff3;font-size:.9rem}.footer-bottom p{margin:0}.prose{max-width:720px;margin:0 auto}.prose h2{margin-top:var(--space-6)}.prose h3{margin-top:var(--space-4)}.prose ul,.prose ol{padding-left:var(--space-3);margin:0 0 var(--space-2)}.prose li{margin-bottom:var(--space-1)}.prose .meta{color:var(--ink-muted);font-size:.9rem}.notice{margin:var(--space-3) 0;padding:var(--space-2) var(--space-3);background:var(--yellow-canvas);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font-weight:700}.page-head{background:var(--yellow-canvas);padding:var(--space-6) 0 var(--space-4);text-align:center}.page-head h1{margin-bottom:var(--space-1)}.page-head .meta{color:var(--ink-muted);font-size:.9rem}.notfound{text-align:center;padding:var(--space-8) 0}.notfound h1{margin-bottom:var(--space-3)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
