:root{--bg:#f7f1e6;--surface:#fffdf7;--surface2:#f1e8d8;--fg:#2a2320;--muted:#6e635a;--line:#e6dac7;--coral:#ec6242;--teal:#0f9e8b;--coral-soft:#fbddd2;--teal-soft:#cdede7;color-scheme:light}html[data-theme=dark]{--bg:#211a2b;--surface:#2b2338;--surface2:#372c46;--fg:#f4ece0;--muted:#b6a6b8;--line:#3e3249;--coral:#ff7a54;--teal:#37c7b2;--coral-soft:#3e2a34;--teal-soft:#213a3d;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;font-family:Hanken Grotesk,system-ui,sans-serif}a{color:inherit}.shell{width:min(1200px,100% - 48px);margin-inline:auto}.skip-link{z-index:100;background:var(--fg);color:var(--bg);border-radius:8px;padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{z-index:50;background:color-mix(in srgb,var(--bg) 84%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0}.nav{align-items:center;gap:28px;min-height:70px;display:flex;position:relative}.wordmark{letter-spacing:-.04em;align-items:center;font:800 23px/1 Bricolage Grotesque,sans-serif;text-decoration:none;display:inline-flex}.wordmark>span{background:var(--coral);border-radius:1px;width:9px;height:22px;margin-left:4px;animation:1.1s step-end infinite blink;display:inline-block}.nav-menu-toggle{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--fg);cursor:pointer;border-radius:10px;margin-left:auto;padding:10px;display:none}.nav-menu-toggle span{background:currentColor;border-radius:2px;width:20px;height:2px;margin:4px auto;transition:transform .16s,opacity .16s;display:block}.nav-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.nav-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-6px)rotate(-45deg)}.nav-links{align-items:center;gap:22px;margin-left:auto;display:flex}.nav-links>a:not(.button){color:var(--muted);font-size:15px;font-weight:600;text-decoration:none}.nav-links>a:hover{color:var(--coral)}.theme-toggle{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--fg);cursor:pointer;border-radius:10px;font:700 15px Space Mono,monospace}.button{border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:13px 22px;font-weight:700;text-decoration:none;display:inline-flex}.button-dark{background:var(--fg);color:var(--bg)}.button-coral{background:var(--coral);color:#fff}.button-light{color:#d64f32;background:#fff}.button-ghost{color:#fff;background:#ffffff24;border:1px solid #ffffff80}.hero{text-align:center;padding:76px 0 24px}.eyebrow{background:var(--teal-soft);color:var(--teal);border-radius:999px;align-items:center;gap:9px;padding:7px 14px;font:700 13px Space Mono,monospace;display:inline-flex}.eyebrow span{background:var(--teal);border-radius:2px;width:8px;height:8px}.hero>h1,.brand-page>h1,.not-found h1{letter-spacing:-.045em;text-wrap:balance;max-width:14ch;margin:26px auto 0;font:800 clamp(44px,7vw,84px)/.96 Bricolage Grotesque,sans-serif}.hero h1 em{color:var(--coral);font-style:normal}.hero>p{max-width:58ch;color:var(--muted);margin:24px auto 0;font-size:20px;line-height:1.5}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px;display:flex}.command{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:12px;min-height:48px;padding:8px 8px 8px 17px;font:14px Space Mono,monospace;display:flex}.command>span{color:var(--muted)}.command button{background:var(--surface2);min-width:44px;min-height:36px;color:var(--fg);cursor:pointer;border:0;border-radius:7px;padding:6px 9px;font:700 12px Space Mono,monospace}.editor-window{text-align:left;border:1px solid var(--line);background:var(--surface);border-radius:18px;margin-top:56px;overflow:hidden;box-shadow:0 32px 70px -30px #28190f59}.browser-bar{border-bottom:1px solid var(--line);background:var(--surface2);align-items:center;gap:14px;padding:13px 18px;display:flex}.lights{gap:7px;display:flex}.lights i{background:#e9705b;border-radius:50%;width:12px;height:12px}.lights i:nth-child(2){background:#ebc15a}.lights i:nth-child(3){background:#6fbe8f}.address{border:1px solid var(--line);background:var(--bg);width:min(340px,50%);color:var(--muted);border-radius:8px;padding:6px 14px;font:12px Space Mono,monospace}.address b{color:var(--teal)}.badge{background:var(--coral-soft);color:var(--coral);border-radius:7px;margin-left:auto;padding:5px 10px;font:700 12px Space Mono,monospace}.editor-grid{grid-template-columns:minmax(0,1fr) 268px;display:grid}.canvas{min-height:390px;padding:54px 48px;position:relative}.canvas>small,.inspector>small{text-transform:uppercase;color:var(--muted);letter-spacing:.06em;font:11px Space Mono,monospace}.selected{border:2px dashed var(--coral);border-radius:8px;margin-top:14px;padding:10px 12px;display:inline-block;position:relative}.selected:before,.selected:after{content:"";border:2px solid var(--coral);background:#fff;width:7px;height:7px;position:absolute;top:-6px}.selected:before{left:-6px}.selected:after{right:-6px}.selected h2{letter-spacing:-.04em;margin:0;font:800 34px/1 Bricolage Grotesque,sans-serif}.toolbar{background:var(--fg);border-radius:10px;gap:3px;padding:5px;animation:4s ease-in-out infinite float;display:flex;position:absolute;top:-50px;left:-2px;box-shadow:0 10px 24px -10px #000}.toolbar>*{color:var(--bg);padding:5px 8px;font-size:13px}.toolbar>:last-child{background:var(--coral);color:#fff;border-radius:6px}.canvas>p{max-width:48ch;color:var(--muted);margin:18px 0 0;line-height:1.5}.mock-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.mock-actions>*{border:1px solid var(--line);border-radius:9px;min-height:44px;padding:10px 18px}.mock-actions b{background:var(--teal);border-color:var(--teal);color:#fff}.image-placeholder{border:1px solid var(--line);background:repeating-linear-gradient(45deg,var(--surface2),var(--surface2) 11px,var(--bg) 11px,var(--bg) 22px);height:100px;color:var(--muted);text-align:center;border-radius:12px;place-items:center;margin-top:24px;padding:12px;font:12px Space Mono,monospace;display:grid}.inspector{border-left:1px solid var(--line);background:var(--surface2);flex-direction:column;gap:9px;padding:21px 18px;display:flex}.inspector strong{margin-top:8px;font-size:13px}.inspector>div{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:9px 11px;font-size:13px}.inspector .choices{gap:6px;display:flex}.choices span{border-radius:4px;padding:4px}.choices .active{background:var(--coral-soft);color:var(--coral)}.inspector p{color:var(--teal);align-items:center;gap:8px;margin-top:auto;font-size:13px;display:flex}.inspector p i{background:var(--teal);border-radius:50%;width:8px;height:8px}.mock-caption{font:13px Space Mono,monospace!important}.stack{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:56px;display:flex}.stack span{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:10px 17px;font-weight:600}.section{padding-top:110px}.section-heading{max-width:720px}.section-heading>span,.kicker{color:var(--coral);text-transform:uppercase;letter-spacing:.05em;font:700 13px Space Mono,monospace}.section-heading h2,.architecture-callout h2,.cta h2,.brand-page h2{letter-spacing:-.035em;margin:14px 0 0;font:800 clamp(32px,4.4vw,52px)/1.03 Bricolage Grotesque,sans-serif}.section-heading p{color:var(--muted);font-size:18px}.centered{text-align:center;margin-inline:auto}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;display:grid}.feature-grid article,.step-grid article,.voice-grid article{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:26px;transition:all .15s}.feature-tag{border-radius:11px;place-items:center;width:44px;height:44px;font:700 14px Space Mono,monospace;display:grid}.feature-tag.coral{background:var(--coral-soft);color:var(--coral)}.feature-tag.teal{background:var(--teal-soft);color:var(--teal)}.feature-grid h3,.step-grid h3{margin:18px 0 0;font:700 21px Bricolage Grotesque,sans-serif}.feature-grid p,.step-grid p,.voice-grid p{color:var(--muted);margin:9px 0 0;line-height:1.55}.step-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.step-grid article>b{color:var(--coral-soft);-webkit-text-stroke:1.5px var(--coral);font:800 56px/1 Bricolage Grotesque,sans-serif}.step-grid code{overflow-wrap:anywhere;background:var(--surface2);border-radius:9px;margin-top:16px;padding:11px 13px;font:12px Space Mono,monospace;display:block}.architecture-callout{background:var(--fg);color:var(--bg);border-radius:22px;grid-template-columns:1.1fr 1fr;gap:48px;margin-top:110px;padding:64px;display:grid}.architecture-callout>div>span{color:var(--coral);text-transform:uppercase;font:700 13px Space Mono,monospace}.architecture-callout p{opacity:.78;font-size:17px;line-height:1.6}.architecture-callout pre{border:1px solid color-mix(in srgb,var(--bg) 15%,transparent);background:#00000040;border-radius:14px;align-self:center;max-width:100%;padding:22px;font:13px/1.8 Space Mono,monospace;overflow:auto}.architecture-callout pre span{color:var(--teal)}.stats{flex-wrap:wrap;gap:28px;margin-top:28px;display:flex}.stats div{flex-direction:column;display:flex}.stats b{font:800 30px Bricolage Grotesque}.stats span{opacity:.7;font-size:13px}.faq>div:last-child{max-width:820px;margin:40px auto 0}.faq details{border:1px solid var(--line);background:var(--surface);border-radius:14px;margin-bottom:12px}.faq summary{cursor:pointer;justify-content:space-between;gap:16px;min-height:56px;padding:16px 22px;font-size:17px;font-weight:600;list-style:none;display:flex}.faq summary span{color:var(--coral);font:20px Space Mono,monospace}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{color:var(--muted);margin:0;padding:0 22px 22px;line-height:1.6}.cta{background:linear-gradient(135deg,var(--coral),color-mix(in srgb,var(--coral) 55%,var(--teal)));color:#fff;text-align:center;border-radius:22px;margin-top:100px;padding:64px}.cta h2{margin:0}.cta p{max-width:52ch;margin:18px auto;font-size:18px}.cta>div{justify-content:center;gap:14px;margin-top:28px;display:flex}.site-footer{border-top:1px solid var(--line);background:var(--surface);margin-top:110px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;padding-top:56px;display:grid}.footer-grid p{max-width:32ch;color:var(--muted)}.footer-grid>div:not(:first-child){flex-direction:column;gap:10px;display:flex}.footer-grid strong{color:var(--muted);text-transform:uppercase;margin-bottom:5px;font:700 12px Space Mono,monospace}.footer-grid a:not(.wordmark){align-items:center;min-height:44px;text-decoration:none;display:flex}.footer-word{color:var(--surface2);letter-spacing:-.05em;white-space:nowrap;font:800 clamp(70px,17vw,200px)/.8 Bricolage Grotesque,sans-serif;overflow:hidden}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:16px;padding:20px 0 30px;font-size:13px;display:flex}.mono{font-family:Space Mono,monospace}.brand-page{padding-top:70px}.brand-page>h1{margin-left:0}.brand-page .lede{max-width:58ch;color:var(--muted);font-size:19px}.brand-page h2{margin-top:64px;font-size:28px}.brand-wordmarks{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:20px;display:grid}.brand-wordmarks>div{border:1px solid var(--line);background:var(--surface);border-radius:16px;place-items:center;min-height:190px;padding:30px;display:grid}.wordmark.large{font-size:40px}.wordmark.large>span{width:13px;height:34px}.brand-wordmarks>div>strong{font:800 40px Bricolage Grotesque}.brand-wordmarks strong em{color:var(--coral);border-bottom:4px solid;font-style:normal}.brand-wordmarks small{color:var(--muted);font-family:Space Mono}.swatches{grid-template-columns:repeat(6,1fr);gap:14px;margin-top:20px;display:grid}.swatches div{border:1px solid var(--line);background:var(--surface);border-radius:14px;min-width:0;overflow:hidden}.swatches i{background:var(--swatch);height:100px;display:block}.swatches strong,.swatches code{overflow-wrap:anywhere;margin:10px 13px;display:block}.swatches code{color:var(--muted);margin-top:-6px}.type-samples{gap:14px;margin-top:20px;display:grid}.type-samples>div{border:1px solid var(--line);background:var(--surface);border-radius:16px;min-width:0;padding:28px;overflow:hidden}.type-samples small{color:var(--muted);font-family:Space Mono;display:block}.type-samples strong{font:800 46px Bricolage Grotesque}.type-samples p{font-size:19px}.type-samples code{overflow-wrap:anywhere;font:700 21px Space Mono}.voice-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px;display:grid}.not-found{text-align:center;padding:120px 0}.not-found>span{color:var(--coral);font:700 14px Space Mono}.not-found p{color:var(--muted);font-size:18px}.not-found .button{margin-top:20px}:where(a,button,input,summary):focus-visible{outline:2px solid var(--teal);outline-offset:3px}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (hover:hover) and (pointer:fine){.feature-grid article:hover{border-color:var(--coral);transform:translateY(-3px)}}@media (width<=1080px) and (width>=901px){.feature-grid{grid-template-columns:repeat(2,1fr)}.editor-grid{grid-template-columns:minmax(0,1fr) 230px}.canvas{padding-inline:36px}.architecture-callout{gap:32px;padding:48px}.swatches{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.nav-menu-toggle{display:block}.nav-links{border:1px solid var(--line);background:var(--surface);border-radius:0 0 14px 14px;flex-direction:column;align-items:stretch;gap:4px;width:min(360px,100vw - 32px);max-height:calc(100dvh - 86px);margin:0;padding:12px;display:none;position:absolute;top:calc(100% + 1px);right:0;overflow:auto;box-shadow:0 18px 38px #190f142e}.nav-links.open{display:flex}.nav-links>a:not(.button){border-radius:9px;align-items:center;min-height:48px;padding:10px 12px;display:flex}.nav-links .theme-toggle{width:100%;min-height:48px}.nav-links .nav-cta{width:100%;margin-top:4px}.feature-grid{grid-template-columns:repeat(2,1fr)}.architecture-callout{grid-template-columns:1fr;padding:40px}.swatches{grid-template-columns:repeat(3,1fr)}}@media (width<=680px){.shell{width:min(100% - 28px,1200px)}.nav{min-height:62px}.nav-links{width:min(360px,100vw - 14px);max-height:calc(100dvh - 63px);right:-1px}.hero{padding-top:52px}.hero>h1{font-size:clamp(40px,12vw,46px)}.hero>p{font-size:18px}.hero-actions{flex-direction:column;align-items:stretch}.command{text-align:left;width:100%;max-width:100%;overflow:hidden}.command code{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.command button{margin-left:auto}.editor-window{margin-top:42px}.editor-grid{grid-template-columns:1fr}.canvas{padding:52px 24px 30px}.selected{max-width:100%}.selected h2{font-size:27px}.inspector{display:none}.browser-bar{padding-inline:12px}.address{text-overflow:ellipsis;white-space:nowrap;flex:1;width:auto;min-width:0;overflow:hidden}.badge{display:none}.feature-grid,.step-grid,.footer-grid,.brand-wordmarks,.voice-grid{grid-template-columns:1fr}.section{padding-top:80px}.architecture-callout{margin-top:80px;padding:30px 22px}.stats{gap:18px}.cta{padding:42px 22px}.cta>div,.footer-bottom{flex-direction:column}.cta .button{width:100%}.swatches{grid-template-columns:repeat(2,1fr)}.type-samples strong{font-size:34px}.footer-grid{gap:28px}.footer-bottom{align-items:flex-start}.not-found{padding:80px 0}}@media (width<=390px){.eyebrow{font-size:11px}.canvas{padding-inline:16px}.lights{gap:4px}.lights i{width:9px;height:9px}.stats{grid-template-columns:repeat(2,1fr);display:grid}.swatches{grid-template-columns:1fr}}@media (pointer:coarse){.command button{min-height:44px}.faq summary{min-height:60px}.nav-links>a:not(.button){min-height:48px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.wordmark>span,.toolbar{animation:none}.nav-menu-toggle span,.feature-grid article,.faq summary span{transition:none}}
