
.button[aria-current="true"]{background:var(--soft);border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
:root{color-scheme:light;--cream:#fff7ed;--ink:#292524;--muted:#6b5750;--line:#ead8c8;--orange:#f97316;--accent:#9a3412;--soft:#ffedd5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fffdf9;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}button{font:inherit}img{display:block;max-width:100%;height:auto}p{line-height:1.7}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;line-height:1.1}h1{font-size:clamp(2.75rem,5.7vw,5.3rem);font-weight:720;margin-bottom:26px}h2{font-size:clamp(2rem,3.4vw,3.15rem);font-weight:650;margin-bottom:22px}h3{font-size:1.4rem;font-weight:650;line-height:1.25}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.container{max-width:1200px;padding:0 32px;margin:0 auto}.orange{color:var(--accent)}.site-header{background:rgba(255,253,249,.96);border-bottom:1px solid var(--line)}.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{display:inline-flex;align-items:center;font-size:27px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.wordmark img{height:46px;width:34px;object-fit:contain;margin-right:10px}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:550}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:16px 24px;border-radius:9px;background:var(--orange);border:1px solid var(--orange);color:#292018;font-weight:650;font-size:15px;line-height:1.2;transition:background .15s,transform .15s;cursor:pointer}.button:hover{background:#fb923c;transform:translateY(-1px);text-decoration:none}.button.secondary{background:#fffdf9;border-color:#c9ab92;color:var(--ink)}.button.secondary:hover{background:var(--soft)}.button.small{padding:12px 17px;font-size:13px}.button-row{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:11px;font-size:14px;font-weight:650;color:var(--accent)}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);line-height:1.5;margin-bottom:18px}.pill{display:inline-block;border:1px solid #f5d4b4;background:var(--cream);border-radius:100px;padding:8px 12px;font-size:10px}.lead{font-size:20px;line-height:1.6;letter-spacing:-.025em;max-width:620px}.micro{font-size:12px;color:var(--muted);margin:20px 0 0}.hero{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;min-height:660px;padding-top:38px;padding-bottom:38px}.hero-copy{padding:40px 0}.hero h1 em{font-style:normal;color:var(--accent)}.hero .lead{margin-bottom:14px;font-size:23px}.hero-description{color:var(--muted);max-width:460px;font-size:16px;margin-bottom:28px}.hero-art{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;min-height:510px}.hero-art>img{height:510px;width:360px;object-fit:contain;z-index:1}.art-orbit{position:absolute;display:block;border-radius:50%;z-index:-1}.orbit-one{width:370px;height:370px;background:radial-gradient(circle,#ffe2b8,#fff1df);top:95px;left:8px}.orbit-two{width:405px;height:405px;border:1px dashed #eac6a2;top:80px;left:-10px;transform:rotate(16deg)}.mascot-note{position:absolute;left:0;bottom:4px;font-size:12px;line-height:1.5;color:var(--muted);transform:rotate(-7deg)}.principles{display:flex;justify-content:center;gap:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:23px;padding-bottom:23px;font-size:13px;color:var(--muted)}.principles b{color:var(--accent);padding-right:10px}.section{padding-top:94px;padding-bottom:30px}.section.first{padding-top:0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:36px}.section-head h2{margin-bottom:0}.section-head p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:320px;margin-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.card-art{background:linear-gradient(145deg,#fff8ee,#ffedda);height:230px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #f1e0cf}.card-art img{height:218px;width:218px;object-fit:contain;transition:transform .25s}.product-card:hover .card-art img{transform:translateY(-4px) rotate(-2deg)}.card-content{padding:25px;display:flex;flex-direction:column;flex:1}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.card-top .eyebrow{margin:0;font-size:10px}.badge{display:inline-block;padding:4px 8px;border:1px solid #e3d8ca;border-radius:5px;background:#faf6ef;font-size:9px;font-weight:650;letter-spacing:.025em;color:#705c4d;white-space:nowrap}.badge.available{background:#f0f8e9;border-color:#c8dcb6;color:#385122}.card-content h3{font-size:25px;margin-bottom:12px}.card-content p{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:24px}.card-content .text-link{margin-top:auto}.section-tail{display:flex;align-items:center;justify-content:space-between;padding-top:25px;font-size:13px;color:var(--muted)}.how-section{background:#fff5e8;border-top:1px solid #f3dfc9;border-bottom:1px solid #f3dfc9;margin-top:85px;padding:70px 0}.how-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:90px;align-items:center}.section-description{color:var(--muted);font-size:16px;max-width:450px;margin-bottom:26px}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:22px;padding:24px 0;border-bottom:1px solid #e9d7c3}.steps li:last-child{border-bottom:0}.steps li>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid #ebc9a4;background:#ffead0;color:var(--accent);font-size:12px;font-weight:700;flex-shrink:0}.steps h3{font-size:19px;margin-bottom:9px;letter-spacing:-.025em}.steps p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.article-card{border-top:2px solid #edc9a2;padding-top:25px;display:flex;flex-direction:column}.article-card h3{font-size:23px;line-height:1.25;margin:15px 0}.article-card p{font-size:14px;color:var(--muted);margin-bottom:20px}.article-card>.text-link{margin-top:auto}.article-card .eyebrow{font-size:9px;margin:0}.closing{margin-top:80px;margin-bottom:80px;background:#ffedda;border:1px solid #f0d4b6;border-radius:24px;padding:55px 60px;display:flex;align-items:center;justify-content:space-between;gap:50px}.closing h2{font-size:39px}.closing p:not(.eyebrow){color:var(--muted);font-size:14px}.closing img{width:235px;height:235px;object-fit:contain}.site-footer{background:#fff8ef;border-top:1px solid var(--line);padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-grid>div>a:not(.wordmark){display:block;font-size:13px;color:var(--muted);margin-bottom:13px}.footer-grid p{font-size:14px;color:var(--muted);margin-top:15px}.footer-grid h2{font-size:12px;font-weight:700;letter-spacing:0;line-height:1.4;margin-bottom:22px}.footer-note{font-size:11px;color:var(--muted)}.footer-bottom{margin-top:45px;padding-top:20px;padding-bottom:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}.page-heading{padding-top:86px;padding-bottom:72px}.page-heading h1{max-width:800px}.page-heading .lead{color:var(--muted)}.early-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.compact .card-art{height:170px}.compact .card-art img{height:160px;width:160px}.compact .card-content{padding:20px}.compact .card-content h3{font-size:22px}.compact .card-top{align-items:flex-start;flex-direction:column}.inset{margin-top:65px;margin-bottom:80px;border:1px solid var(--line);border-radius:18px;background:#fff6ea;padding:42px}.inset>p{max-width:800px;color:var(--muted)}.inset>.article-card{max-width:700px}.inset h2{font-size:31px}.product-hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;padding-top:65px;padding-bottom:65px;min-height:520px}.product-hero h1{font-size:clamp(2.5rem,4.7vw,4.5rem);max-width:700px}.product-hero .lead{font-size:19px;color:var(--muted)}.product-hero-art{border-radius:50%;background:radial-gradient(ellipse,#ffe5c2,transparent 69%);display:flex;justify-content:center}.product-hero-art img{width:390px;height:390px;object-fit:contain}.product-title-row{display:flex;align-items:center;gap:18px;margin-bottom:25px;flex-wrap:wrap}.product-title-row .eyebrow{margin:0}.detail-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:65px;padding-top:50px;padding-bottom:30px;border-top:1px solid var(--line)}.feature-list{list-style:none;margin:28px 0 0;padding:0}.feature-list li{display:flex;align-items:flex-start;gap:17px;padding:15px 0;font-size:16px;border-bottom:1px solid #eee3d8;line-height:1.6}.feature-list span{color:var(--accent)}.detail-note{padding:30px;background:#fff3e3;border-radius:16px;border:1px solid var(--line)}.detail-note .fit{font-size:20px;line-height:1.45;letter-spacing:-.025em;color:var(--ink)}.detail-note h3{font-size:14px;margin:28px 0 12px;letter-spacing:0}.detail-note p{font-size:14px;color:var(--muted)}.slim-cta{display:flex;justify-content:space-between;margin-bottom:60px;margin-top:30px}.slim-cta p{margin:0;color:var(--muted)}.start-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;align-items:start}.prompt-card{padding:28px;border:1px solid #e5c7aa;border-radius:16px;background:#fff3e4}.copy-button{padding:8px 12px;border-radius:6px;border:1px solid #c5a285;background:white;color:var(--accent);font-size:12px;cursor:pointer}.prompt-card pre{white-space:pre-wrap;line-height:1.8;font-size:15px;font-family:inherit;color:#4a3527}.copy-status{font-size:12px;min-height:1.5em;margin:0;color:var(--accent)}.start-description h2{font-size:31px}.start-description p{font-size:14px;color:var(--muted)}.plain-steps{padding-left:20px;line-height:1.8;font-size:15px}.plain-steps li{padding-left:5px;margin-bottom:14px}.reading{max-width:860px;padding-top:65px;padding-bottom:70px}.article-header h1{font-size:clamp(2.3rem,4.6vw,4.1rem)}.article-header>.eyebrow{margin-top:40px;font-size:10px}.article-header .lead{font-size:18px;color:var(--muted)}.prose{font-size:16px;line-height:1.8}.prose h1{font-size:38px}.prose h2{font-size:28px;margin:45px 0 18px}.prose h3{font-size:22px;margin:30px 0 15px}.prose a,.inset p a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose li{margin-bottom:8px}.prose pre{background:#fff1de;border:1px solid var(--line);border-radius:10px;padding:20px;font-size:12px;line-height:1.8;overflow:auto;max-width:100%;white-space:pre}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.prose :not(pre)>code{background:#fff0db;border-radius:4px;padding:2px 4px;font-size:.88em}.prose table{border-collapse:collapse;width:100%;display:block;overflow:auto;font-size:13px}.prose td,.prose th{border:1px solid var(--line);padding:9px 12px;text-align:left}.prose blockquote{border-left:3px solid var(--orange);padding-left:20px;color:var(--muted)}.article-next{display:flex;align-items:center;gap:30px;margin-top:65px;background:var(--cream);padding:25px;border-radius:18px;border:1px solid var(--line)}.article-next img{height:170px;width:170px;object-fit:contain}.article-next h2{font-size:27px}.about-hero{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center;padding-top:70px}.about-hero p:not(.lead):not(.eyebrow){color:var(--muted);font-size:15px}.about-art img{height:420px;width:300px;object-fit:contain}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin:35px 0}.values-grid h3{font-size:22px}.values-grid p{font-size:15px;color:var(--muted)}.roadmap-list article{display:flex;gap:35px;align-items:center;border-top:1px solid var(--line);padding:25px 0}.roadmap-number{font-size:14px;color:var(--accent)}.roadmap-list img{width:130px;height:130px;object-fit:contain}.roadmap-list h2{font-size:29px;margin:12px 0}.roadmap-list p{font-size:15px;color:var(--muted);margin:0}.legacy-note{padding:18px 22px;border:1px solid #e7c7a7;background:var(--cream);border-radius:8px;margin-bottom:35px;font-size:13px;line-height:1.6}.legacy-note a{text-decoration:underline}.not-found{min-height:520px}.mobile-nav{display:none}.skip{position:fixed;left:15px;top:-70px;background:#fff;padding:12px;border:2px solid var(--accent);z-index:10}.skip:focus{top:10px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(max-width:1020px){.desktop-nav{gap:19px}.hero{gap:25px}.hero-art>img{height:450px;width:300px}.hero-art{min-height:475px}.orbit-one{width:300px;height:300px;left:10px}.orbit-two{width:330px;height:330px;left:-4px}.hero h1{font-size:65px}.hero .lead{font-size:20px}.principles{gap:45px}.how-grid{gap:45px}.early-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{gap:16px}.card-content{padding:20px}.card-art{height:210px}.card-art img{height:195px;width:195px}.closing{margin-left:32px;margin-right:32px;padding:40px}.start-grid{gap:35px}}
@media(max-width:760px){.container{padding-left:22px;padding-right:22px}.header-inner{height:75px;gap:15px}.desktop-nav,.console-link{display:none}.wordmark{font-size:25px}.mobile-nav{display:block;position:relative;font-size:13px}.mobile-nav summary{list-style:none;cursor:pointer;border:1px solid var(--line);padding:10px 12px;border-radius:7px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{margin-left:15px}.mobile-nav nav{position:absolute;right:0;top:46px;background:#fffaf3;padding:20px;width:210px;z-index:5;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 30px #4b2b1012}.mobile-nav nav a{display:block;padding:11px 0}.hero{grid-template-columns:1fr;gap:0;padding-top:42px;padding-bottom:35px;min-height:0}.hero-copy{grid-row:1;padding:0}.hero h1{font-size:clamp(3.25rem,12vw,4.5rem);margin-top:5px;margin-bottom:20px}.hero .lead{font-size:20px}.hero-description{font-size:15px}.hero-art{min-height:340px;width:100%;max-width:340px;margin:25px auto 0}.hero-art>img{height:335px;width:235px}.orbit-one{width:255px;height:255px;top:55px;left:40px}.orbit-two{width:285px;height:285px;top:40px;left:25px}.mascot-note{bottom:3px;left:0;font-size:10px}.button-row{gap:20px}.button{font-size:14px;padding:14px 18px}.text-link{font-size:13px}.principles{gap:18px;justify-content:space-between;font-size:10px;padding-top:19px;padding-bottom:19px}.principles b{display:none}.section{padding-top:62px;padding-bottom:15px}.section-head{display:block;margin-bottom:28px}.section-head>p,.section-head>.text-link{margin-top:20px}.section-head h2{font-size:34px}.product-grid,.article-grid{grid-template-columns:1fr;gap:23px}.card-art{height:225px}.card-art img{height:215px;width:215px}.card-content{padding:24px}.card-content h3{font-size:27px}.card-content p{font-size:15px}.section-tail{align-items:flex-start;gap:15px;flex-direction:column;font-size:12px}.how-section{margin-top:50px;padding:50px 0}.how-grid{grid-template-columns:1fr;gap:25px}.how-grid h2{font-size:34px}.article-card{padding-top:22px;padding-bottom:15px}.article-card h3{font-size:25px}.article-card p{font-size:15px}.closing{margin:48px 22px;padding:30px;display:block}.closing h2{font-size:31px}.closing img{width:180px;height:180px;margin:25px auto 0}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:12px}.page-heading{padding-top:55px;padding-bottom:45px}.page-heading h1{font-size:43px}.page-heading .lead{font-size:18px}.early-grid{grid-template-columns:1fr}.compact .card-art{height:190px}.compact .card-art img{height:180px;width:180px}.compact .card-top{flex-direction:row}.inset{margin:45px 22px;padding:28px}.inset h2{font-size:28px}.product-hero{grid-template-columns:1fr;gap:15px;padding-top:45px;padding-bottom:35px;min-height:0}.product-hero h1{font-size:43px}.product-hero-art img{width:285px;height:285px}.detail-grid{grid-template-columns:1fr;gap:30px;padding-top:35px}.detail-grid h2{font-size:32px}.feature-list li{font-size:15px}.detail-note{padding:25px}.slim-cta{gap:20px;flex-direction:column}.start-grid{grid-template-columns:1fr;gap:35px}.prompt-card{padding:22px}.prompt-card .card-top{align-items:flex-start}.prompt-card pre{font-size:14px}.reading{padding-top:40px;padding-bottom:50px}.article-header h1{font-size:37px}.article-header .lead{font-size:17px}.prose{font-size:15px}.prose pre{font-size:11px;padding:16px}.prose h2{font-size:26px}.article-next{gap:15px;padding:20px}.article-next img{width:100px;height:100px}.article-next h2{font-size:23px}.article-next .eyebrow{font-size:9px}.about-hero{grid-template-columns:1fr;gap:15px;padding-top:45px}.about-hero h1{font-size:43px}.about-art img{height:300px;width:220px;margin:auto}.values-grid{grid-template-columns:1fr;gap:18px}.roadmap-list article{gap:17px;flex-wrap:wrap}.roadmap-number{display:none}.roadmap-list img{width:90px;height:90px}.roadmap-list article>div{flex:1;min-width:160px}.roadmap-list h2{font-size:25px}.roadmap-list p{font-size:14px}.footer-grid h2{font-size:12px}}
