.site-header[data-astro-cid-nen7h5rs]{z-index:20;padding-top:var(--header-offset-top);background:0 0;position:relative}.header-inner[data-astro-cid-nen7h5rs]{max-width:var(--content-maxw);align-items:center;gap:20px;min-height:46px;display:flex}.brand[data-astro-cid-nen7h5rs]{color:var(--text);align-items:center;display:inline-flex}.brand[data-astro-cid-nen7h5rs]:hover{text-decoration:none}.brand[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{flex:none;width:auto;height:46px}.nav[data-astro-cid-nen7h5rs]{font-family:var(--font-ui);align-items:center;gap:40px;margin-left:auto;font-size:17px;display:flex}.nav-link[data-astro-cid-nen7h5rs]{color:var(--text-strong);transition:opacity .18s}.nav-link[data-astro-cid-nen7h5rs]:hover{color:var(--text-strong);opacity:.7;text-decoration:none}.nav-link[data-astro-cid-nen7h5rs].is-active{color:var(--text-strong)}.btn-sm[data-astro-cid-nen7h5rs]{min-height:46px;padding:10px 20px;font-size:17px}@media (width<=820px){.nav[data-astro-cid-nen7h5rs]{display:none}.header-inner[data-astro-cid-nen7h5rs]{min-height:46px}}@media (width<=540px){.brand[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{height:40px}.btn-sm[data-astro-cid-nen7h5rs]{padding-inline:16px;font-size:15px}}.site-footer[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--border);font-family:var(--font-ui);color:var(--text-dim);background:color-mix(in srgb, var(--bg-elevated) 82%, transparent);padding:28px 0;font-size:13px}.footer-inner[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-brand[data-astro-cid-jo6i4kqk]{align-items:center;gap:10px;display:inline-flex}.footer-brand[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{width:auto;height:34px}.footer-nav[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;gap:18px;display:flex}.footer-nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--text-dim)}.footer-nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--text);text-decoration:none}@font-face{font-family:Sentient;src:url(/fonts/sentient/Sentient-Variable.woff2)format("woff2");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/fonts/sentient/Sentient-VariableItalic.woff2)format("woff2");font-weight:200 700;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi/Satoshi-Variable.woff2)format("woff2");font-weight:300 900;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi/Satoshi-VariableItalic.woff2)format("woff2");font-weight:300 900;font-style:italic;font-display:swap}:root{--bg:#f7f1e8;--bg-elevated:#fffaf3;--bg-deep:#211b16;--bg-soft:#f7f6f3;--text:#29231d;--text-strong:#2f2620;--text-dim:#74695c;--text-faint:#a89b8c;--border:#e8dccf;--accent:#c68344;--accent-soft:#f0dcc8;--accent-strong:#8f5222;--hero-text:#f6f5f2;--hero-shadow:0 1px 2px #00000040;--shadow:0 16px 44px #271d141a;--font-body:"Satoshi", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-heading:"Sentient", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;--font-ui:"Satoshi", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--maxw:1920px;--content-maxw:1740px;--radius-hero:20px;--radius-pill:43px;--page-gutter:90px;--header-offset-top:39px}@media (prefers-color-scheme:dark){:root{--bg:#171411;--bg-elevated:#211c17;--bg-deep:#100d0b;--bg-soft:#171411;--text:#f0e7dc;--text-strong:#f0e7dc;--text-dim:#c3b4a2;--text-faint:#8f8070;--border:#3a3027;--accent:#d79b5f;--accent-soft:#3b2d22;--accent-strong:#efc28e;--hero-text:#f6f5f2;--shadow:0 18px 52px #00000052}}*,:before,:after{box-sizing:border-box}html{background:var(--bg-soft);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;line-height:1.6}body{flex-direction:column;min-height:100vh;margin:0;display:flex}main{flex:1}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.03em;margin:0 0 .45em;font-weight:600;line-height:1.06}p{font-family:var(--font-body);margin:0 0 1em}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);padding:0 var(--page-gutter);margin:0 auto}.btn{border-radius:var(--radius-pill);min-height:46px;font-family:var(--font-ui);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:17px;font-weight:400;transition:transform .18s,background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--text-strong);color:#fffaf4;box-shadow:none}.btn-primary:hover{background:color-mix(in srgb, var(--text-strong) 92%, black)}.btn-ghost{border-color:var(--border);color:var(--text-strong);background:var(--bg-elevated)}.btn-ghost:hover{border-color:color-mix(in srgb, var(--accent) 32%, var(--border))}.btn-inverse{background:var(--bg-elevated);color:var(--text)}.btn-inverse:hover{background:color-mix(in srgb, var(--bg-elevated) 92%, white)}.eyebrow{font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-strong);font-size:12px;font-weight:500}.btn-emphasis{font-family:var(--font-heading);font-size:1.08em;font-style:italic}@media (width<=980px){:root{--page-gutter:40px}}@media (width<=680px){:root{--page-gutter:20px;--header-offset-top:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
