:root{--font-display: "DM Serif Display", Georgia, serif;--font-script: "Pinyon Script", cursive;--font-body: "Source Sans 3", system-ui, sans-serif}html[data-scribe-theme=light]{color-scheme:light;--bg: hsl(42 16% 96%);--surface: hsl(42 12% 97.5%);--text: hsl(220 12% 26%);--muted: hsl(220 6% 44%);--accent: hsl(43 32% 38%);--accent-soft: hsla(43, 32%, 38%, .12);--link: hsl(43 28% 34%);--border: hsl(220 8% 86%);--grid-line: hsl(var(--border-hsl) / .28);--border-hsl: 220 8% 86%}html[data-scribe-theme=dark]{color-scheme:dark;--bg: hsl(220 10% 9%);--surface: hsl(220 8% 11%);--text: hsl(40 8% 82%);--muted: hsl(220 5% 52%);--accent: hsl(43 24% 52%);--accent-soft: hsla(43, 24%, 52%, .12);--link: hsl(43 22% 58%);--border: hsl(220 6% 18%);--grid-line: hsl(var(--border-hsl) / .32);--border-hsl: 220 6% 18%}*{box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:transparent;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.scribe-shell{position:relative;min-height:100vh}.arch-surface{background-color:var(--bg);background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:96px 96px;background-position:-1px -1px}.arch-surface:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}html[data-scribe-theme=dark] .arch-surface:before{opacity:.08}.page{position:relative;z-index:1;min-height:100vh;max-width:52rem;margin:0 auto;padding:2.25rem 1.5rem 3.5rem}.site-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;min-height:2.5rem}.site-mark{width:2rem;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--border-hsl) / .85),transparent)}.theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid hsl(var(--border-hsl) / .55);border-radius:2px;color:var(--muted);cursor:pointer;transition:color .2s,border-color .2s,background .2s}html[data-scribe-theme=light] .theme-toggle{background:#f8f8f68c}html[data-scribe-theme=dark] .theme-toggle{background:#1a1b1e73}.theme-toggle:hover{color:var(--text);border-color:hsl(var(--border-hsl) / .75)}.theme-toggle-icon{position:absolute;width:1.15rem;height:1.15rem;transition:transform .25s ease,opacity .2s ease}html[data-scribe-theme=light] .theme-toggle-sun{opacity:1;transform:rotate(0) scale(1)}html[data-scribe-theme=light] .theme-toggle-moon{opacity:0;transform:rotate(90deg) scale(0)}html[data-scribe-theme=dark] .theme-toggle-sun{opacity:0;transform:rotate(-90deg) scale(0)}html[data-scribe-theme=dark] .theme-toggle-moon{opacity:1;transform:rotate(0) scale(1)}.hero{text-align:center;padding:3rem 0 2.5rem}.title{font-family:var(--font-script);font-size:clamp(3rem,11vw,5.25rem);font-weight:400;margin:0 0 .5rem;letter-spacing:.02em;line-height:1.05;color:var(--text);opacity:.94}.title-word{display:inline-flex;align-items:baseline;gap:.02em}.title-cap{font-size:1.12em;color:var(--accent);opacity:.92}.title-tail{color:var(--text);opacity:.9}.tagline{font-size:1.2rem;color:var(--accent);margin:0 0 .85rem;font-weight:500;opacity:.92}.sub{color:var(--muted);font-size:1rem;margin:0 0 1.75rem;line-height:1.7;max-width:36rem;margin-left:auto;margin-right:auto}.ctas{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.65rem 1.25rem;border-radius:2px;font-weight:600;font-size:.9rem;letter-spacing:.02em;transition:background .2s,color .2s,border-color .2s}.btn-primary{background:var(--accent);color:var(--bg);border:1px solid transparent}.btn-primary:hover{filter:brightness(1.06);text-decoration:none}.btn-secondary{background:var(--accent-soft);color:var(--accent);border:1px solid hsl(var(--border-hsl) / .65)}.btn-secondary:hover{background:hsl(var(--border-hsl) / .2);text-decoration:none}.about,.features{margin:2.5rem 0;padding-top:1.75rem;border-top:1px solid hsl(var(--border-hsl) / .45)}.about h2,.features h2{font-family:var(--font-display);font-size:1.35rem;font-weight:400;margin:0 0 .85rem;color:var(--text);opacity:.92}.about p,.features ul{color:var(--muted);margin:0}.features ul{list-style:none;padding:0}.features li{position:relative;padding-left:1.35rem;margin-bottom:.55rem}.features li:before{content:"→";position:absolute;left:0;color:var(--accent);opacity:.75}.footer{margin-top:3.25rem;padding-top:1.75rem;border-top:1px solid hsl(var(--border-hsl) / .45);text-align:center;font-size:.88rem;color:var(--muted)}
