.Header-module__Af2_WG__header{border-bottom:1px solid var(--color-border);background:var(--color-surface);z-index:100;position:sticky;top:0}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.85rem;display:flex}.Header-module__Af2_WG__brand{font-family:var(--font-display);color:var(--color-text);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.Header-module__Af2_WG__nav{flex-wrap:wrap;gap:1rem 1.25rem;font-size:.88rem;display:flex}@media (max-width:640px){.Header-module__Af2_WG__inner{flex-direction:column;align-items:flex-start}.Header-module__Af2_WG__nav{gap:.75rem 1rem}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:var(--section-pad);padding-block:2.5rem}.Footer-module__EZoWya__inner{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__EZoWya__brandRow{align-items:center;gap:.5rem;display:flex}.Footer-module__EZoWya__watermark{font-family:var(--font-display);opacity:.35;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Footer-module__EZoWya__disclaimer{color:var(--color-text-muted);max-width:65ch;font-size:.85rem}.Footer-module__EZoWya__links{flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.85rem;display:flex}.Footer-module__EZoWya__copy{color:var(--color-text-muted);font-size:.8rem}
.AgeGate-module__49-b0q__overlay{z-index:1000;background:#1a2332a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AgeGate-module__49-b0q__modal{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:420px;padding:2rem}.AgeGate-module__49-b0q__modal h2{margin-bottom:.75rem;font-size:1.35rem}.AgeGate-module__49-b0q__modal p{color:var(--color-text-muted);margin-bottom:1rem;font-size:.92rem}.AgeGate-module__49-b0q__actions{flex-direction:column;gap:.6rem;display:flex}.AgeGate-module__49-b0q__rg{margin-top:1rem;font-size:.82rem}
.CookieConsent-module__Ystraa__banner{background:var(--color-surface);border-top:1px solid var(--color-border);z-index:90;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.88rem;display:flex;position:fixed;bottom:0;left:0;right:0}.CookieConsent-module__Ystraa__banner p{min-width:200px;color:var(--color-text-muted);flex:1}
:root{--color-bg:#f7f8fa;--color-bg-tint:#eef1f6;--color-surface:#fff;--color-text:#1a2332;--color-text-muted:#4a5568;--color-slate:#3d5a80;--color-ochre:#c78d3a;--color-border:#3d5a802e;--color-accent:var(--color-slate);--color-accent-alt:var(--color-ochre);--font-display:"Libre Baskerville", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--font-mono:ui-monospace, monospace;--max-width:1120px;--section-pad:clamp(3rem, 6vw, 5rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-alt);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.accent-highlight{background:linear-gradient(#0000 60%,#c78d3a40 60%);padding-inline:.1em}.link-animated{color:var(--color-accent);font-weight:600;position:relative}.link-animated:after{content:"";background:var(--color-accent-alt);transform-origin:0;width:100%;height:1px;transition:transform .25s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.link-animated:hover:after{transform:scaleX(1)}.btn{font-family:var(--font-body);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-primary:hover{background:#2f4763;border-color:#2f4763}.btn-secondary{color:var(--color-accent);border-color:var(--color-accent);background:0 0}.btn-secondary:hover{background:#3d5a800f}.badge{letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--color-border);color:var(--color-text);background:var(--color-surface);padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.section-divider{color:var(--color-accent-alt);justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 0;font-size:.6rem;display:flex}.section-divider:before,.section-divider:after{content:"◆";opacity:.5}.tinted-band{background:var(--color-bg-tint)}.hero-parallax{position:relative;overflow:hidden}.hero-parallax:before{content:"";pointer-events:none;will-change:transform;transform:translateY(var(--parallax-y,0));background:radial-gradient(at 80% 20%,#3d5a800f 0%,#0000 60%);position:absolute;inset:-10% -5%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.link-animated:after{transition:none;transform:scaleX(1)}.btn:active{transform:none}.hero-parallax:before{transform:none!important}}@media (max-width:768px){body{font-size:.95rem}}
