:root { --ink:#050707; --cream:#f3f0e8; --muted:#aeb8b3; --green:#35e69a; --gold:#d3a453; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:var(--ink); }
body { margin:0; background:radial-gradient(circle at 50% 0,#1b2421 0,#090c0b 48%,#030404 100%); color:var(--cream); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; }
.site-shell { width:min(100%,620px); margin:0 auto; min-height:100vh; background:linear-gradient(180deg,#1a211f 0,#070908 58%,#020303 100%); box-shadow:0 0 70px rgba(0,0,0,.6); }
.hero { overflow:hidden; line-height:0; }
.hero-link { display:block; cursor:pointer; }
.hero-link:focus-visible { outline:4px solid var(--green); outline-offset:-4px; }
.hero-image { display:block; width:100%; height:auto; }
.legal { padding:48px 34px 26px; border-top:1px solid rgba(255,255,255,.06); }
.legal article { margin-bottom:38px; }
.legal h2 { display:flex; align-items:center; gap:12px; margin:0 0 14px; font-family:Georgia,"Times New Roman",serif; font-size:1.12rem; font-weight:500; letter-spacing:.06em; }
.legal h2::before { content:""; width:26px; height:1px; background:var(--gold); }
.legal p { margin:0 0 13px; color:var(--muted); font-size:.83rem; line-height:1.72; }
footer { margin-top:45px; padding:29px 0 4px; border-top:1px solid rgba(255,255,255,.09); text-align:center; }
.footer-mark { font-family:Georgia,"Times New Roman",serif; font-size:1.15rem; letter-spacing:.25em; color:#e7dfcc; }
footer p { margin-top:10px!important; font-size:.7rem!important; }
@media (max-width:480px) { .legal{padding:40px 24px 24px} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} }
