:root{--ink:#10232a;--ice:#eef6f4;--snow:#fbfdfc;--aqua:#9dd7ce;--orange:#f39a4a;--line:rgba(16,35,42,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--snow);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}.nav{height:82px;padding:0 clamp(24px,6vw,92px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:800;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;color:inherit}.brand span{font-weight:400;color:#527078}.nav nav{display:flex;gap:28px}.nav nav a,footer a{color:inherit;text-decoration:none}.nav nav a:hover,.nav nav a[aria-current=page]{text-decoration:underline;text-underline-offset:5px}.hero{min-height:620px;padding:110px clamp(24px,9vw,140px);background:linear-gradient(115deg,rgba(238,246,244,.98),rgba(238,246,244,.72)),radial-gradient(circle at 80% 20%,var(--aqua),transparent 42%);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-7vw;bottom:-22vw;width:52vw;height:52vw;border:1px solid rgba(16,35,42,.15);border-radius:50%;box-shadow:0 0 0 55px rgba(157,215,206,.12),0 0 0 110px rgba(157,215,206,.08)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;color:#527078}.hero h1,.page h1,.lost h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:.95;letter-spacing:-.045em;font-size:clamp(3.8rem,9vw,8.2rem);margin:24px 0 30px}.lede{max-width:650px;font-size:clamp(1.05rem,2vw,1.3rem);color:#38525a}.button{display:inline-block;margin-top:28px;background:var(--ink);color:white;text-decoration:none;padding:15px 22px;border-radius:2px;font-weight:700}.button:hover{background:#24434c}.fact-band{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:white;padding:42px clamp(24px,9vw,140px);gap:30px}.fact-band div{display:flex;flex-direction:column}.fact-band strong{font-family:Georgia,serif;font-size:2rem;font-weight:400}.fact-band span{color:#a9c0c5;font-size:.85rem}.notes{padding:110px clamp(24px,9vw,140px);display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,5vw,80px)}.notes article{border-top:1px solid var(--line);padding-top:20px}.number{color:var(--orange);font-weight:800}.notes h2,.page h2{font-family:Georgia,serif;font-weight:400;font-size:1.8rem;line-height:1.15}.notes p,.page p:not(.lede){color:#527078}.quote{padding:100px 24px;background:var(--aqua);text-align:center}.quote p{font-family:Georgia,serif;font-size:clamp(2rem,5vw,4.8rem);line-height:1.05;max-width:900px;margin:auto}.page{padding:100px clamp(24px,13vw,200px);min-height:680px}.page h1{font-size:clamp(3.5rem,8vw,7rem)}.page h2{margin-top:42px}.rule{height:1px;background:var(--line);margin:60px 0}.lost{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10vw;background:var(--ice)}.lost h1{font-size:clamp(4rem,10vw,9rem)}footer{display:flex;justify-content:space-between;padding:32px clamp(24px,6vw,92px);font-size:.8rem;color:#527078;border-top:1px solid var(--line)}@media(max-width:720px){.nav{height:auto;padding-top:22px;padding-bottom:22px;align-items:flex-start}.brand span{display:block}.nav nav{gap:16px}.hero{min-height:560px;padding-top:80px}.fact-band,.notes{grid-template-columns:1fr}.fact-band{gap:26px}.notes{padding-top:70px;padding-bottom:70px}footer{gap:20px;flex-direction:column}}
