@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Noto+Serif+SC:wght@400;600;700&display=swap";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg: #f6efe5;--bg-strong: #fff8ee;--surface: rgba(255, 250, 242, .78);--surface-strong: rgba(255, 248, 238, .94);--text: #1d1d1b;--muted: #5d574f;--line: rgba(29, 29, 27, .12);--accent: #b94f2d;--accent-2: #125b50;--shadow: 0 24px 80px rgba(98, 65, 42, .14);--radius-lg: 28px;--radius-md: 18px;--shell: min(1120px, calc(100vw - 2rem) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(185,79,45,.14),transparent 32%),radial-gradient(circle at top right,rgba(18,91,80,.16),transparent 28%),linear-gradient(180deg,#f7efe5,#f4ecdf);min-height:100vh}.page-bg{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 92%);pointer-events:none}main{position:relative;z-index:1}a{color:inherit;text-decoration:none}img{max-width:100%;border-radius:18px}code{font-family:Space Grotesk,sans-serif;background:#1d1d1b0f;padding:.15rem .4rem;border-radius:999px}pre{overflow-x:auto;padding:1rem;background:#191715;color:#f6efe5;border-radius:20px}pre code{background:transparent;padding:0}.shell{width:var(--shell);margin:0 auto}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(14px);background:#f6efe5b8;border-bottom:1px solid rgba(29,29,27,.06)}.nav-shell{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.brand{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.nav-list a{color:var(--muted)}.nav-list a:hover,.brand:hover,.button:hover,.card h3 a:hover{color:var(--accent)}.hero,.page-section,.post-shell{padding:5rem 0}.hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.9fr);gap:1.5rem;align-items:stretch}.hero-copy,.hero-panel,.card,.feature-card{background:var(--surface);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow);border-radius:var(--radius-lg)}.hero-copy{padding:2.5rem}.hero-panel{padding:2rem;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#fffaf2f2,#fff1e0e0),linear-gradient(135deg,rgba(18,91,80,.15),transparent 50%)}.eyebrow,.panel-label{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--accent)}h1,h2,h3{margin:0;line-height:1.02}h1{font-size:clamp(3rem,7vw,5.6rem);max-width:11ch}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.45rem}.lead,.section-copy,.feature-card p,.card p,.footer-copy,.prose{color:var(--muted);line-height:1.75}.hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.85rem 1.25rem;border:1px solid var(--line);transition:transform .18s ease,color .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px);border-color:#b94f2d59}.button-primary{background:var(--accent);color:#fff8ee;border-color:transparent}.button-secondary{background:#ffffff6b}.metric-list,.feature-list,.tag-list{list-style:none;padding:0}.metric-list{margin:1rem 0 0;display:grid;gap:1rem}.metric-list li{padding:1rem 0;border-top:1px solid var(--line)}.metric-list span,.feature-topline span,.post-topline time,.card-meta{color:var(--muted);font-size:.92rem}.metric-list strong{display:block;margin-top:.3rem;font-size:1.05rem;line-height:1.45}.section-grid,.post-grid{display:grid;gap:1.25rem}.section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-grid,.stack-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:1.25rem}.card,.feature-card{padding:1.6rem}.section-heading,.section-intro{margin-bottom:2rem}.feature-topline,.post-topline{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;flex-wrap:wrap}.feature-list{margin:1.25rem 0 0;display:grid;gap:.75rem}.feature-list li{position:relative;padding-left:1rem;color:var(--muted)}.feature-list li:before{content:"";position:absolute;left:0;top:.7rem;width:.4rem;height:.4rem;border-radius:50%;background:var(--accent-2)}.tag-list{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0 0}.tag-list li{padding:.35rem .7rem;border-radius:999px;background:#125b501a;color:var(--accent-2);font-size:.88rem}.post-shell{max-width:860px}.prose{font-family:"Noto Serif SC",serif;font-size:1.05rem}.prose h1,.prose h2,.prose h3,.prose h4{font-family:Space Grotesk,sans-serif;margin:2rem 0 1rem;max-width:none}.prose p,.prose ul,.prose ol,.prose blockquote,.prose table{margin:1rem 0}.prose table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--line);padding:.75rem;text-align:left}.prose blockquote{border-left:4px solid var(--accent);padding-left:1rem}.site-footer{padding:2rem 0 4rem}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.75rem;border-radius:var(--radius-lg);background:var(--surface-strong);border:1px solid rgba(255,255,255,.7)}.footer-title{margin:0 0 .5rem;font-weight:700}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.hero,.section-grid,.post-grid,.stack-grid,.footer-grid{grid-template-columns:1fr}h1{max-width:none}.nav-shell{flex-direction:column;gap:.85rem}}@media(max-width:640px){.hero,.page-section,.post-shell{padding:3.5rem 0}.hero-copy,.hero-panel,.card,.feature-card,.footer-grid{padding:1.25rem}.nav-list{gap:.75rem;flex-wrap:wrap;justify-content:center}.hero-actions,.feature-topline,.post-topline{flex-direction:column;align-items:flex-start}}
