:root{--night:#07151c;--forest:#183a32;--gold:#d9ad45;--paper:#f6f0df;--ink:#14201f;--mint:#bce8dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,sans-serif;line-height:1.6}header{color:#fff;z-index:10;background:#07151cf7;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(1.25rem,6vw,6rem);display:flex;position:sticky;top:0}header a{color:inherit;text-decoration:none}.brand{align-items:center;gap:.7rem;font-family:Georgia,serif;font-weight:700;display:flex}.brand span{border:1px solid var(--gold);width:40px;height:40px;color:var(--gold);border-radius:50%;place-items:center;display:grid}nav{gap:1.5rem;font-size:.9rem;display:flex}.hero{color:#fff;background:radial-gradient(circle at 80% 30%,#275747 0,#0000 30%),linear-gradient(125deg,#06131a,#123228);min-height:700px;padding:9rem clamp(1.25rem,9vw,9rem)}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:.75rem;font-weight:800}h1,h2,h3{font-family:Georgia,serif;line-height:1.05}h1{max-width:1000px;margin:.5rem 0;font-size:clamp(3.2rem,7vw,7rem)}h1 em{color:var(--mint);font-weight:400}.lede{color:#d7e4e1;max-width:720px;font-size:1.2rem}.actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.actions a{background:var(--gold);color:#17231f;padding:.9rem 1.2rem;font-weight:800;text-decoration:none}.actions .secondary{color:#fff;background:0 0;border:1px solid #829b94}.section{padding:7rem clamp(1.25rem,8vw,8rem)}.section h2{max-width:900px;font-size:clamp(2.5rem,5vw,5rem)}.grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.grid article{border-top:3px solid var(--gold);background:#fffaf0;padding:2rem}.grid b{color:#9a7424}.grid h3{font-size:1.5rem}.dark{background:var(--night);color:#fff;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.dark p{color:#c8d7d3}.seal{border:1px solid var(--gold);text-align:center;width:320px;height:320px;color:var(--mint);border-radius:50%;justify-self:center;place-items:center;font-family:Georgia,serif;font-size:1.3rem;line-height:1.9;display:grid}.status{background:#e7dfca}.status p{max-width:800px}footer{color:#9fb1ad;background:#030d12;padding:3rem clamp(1.25rem,8vw,8rem)}@media (max-width:850px){nav{display:none}.grid{grid-template-columns:1fr 1fr}.dark{grid-template-columns:1fr}.seal{width:260px;height:260px}}@media (max-width:540px){.grid{grid-template-columns:1fr}.hero{padding-top:6rem}}
