:root{--ink:#102d32;--muted:#526c70;--line:#cfdddc;--paper:#f7f3e9;--surface:#fffdf8;--accent:#a34429;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:.22em}header,main,footer{width:min(1120px,calc(100% - 36px));margin-inline:auto}header{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px 0}.brand{font-weight:900;text-decoration:none}.brand span{color:var(--accent)}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 18px;color:var(--muted);font-size:.84rem;font-weight:750}.hero{margin-top:42px;padding:clamp(34px,8vw,84px);border-radius:30px;background:var(--ink);color:#fff}.eyebrow{margin:0 0 13px;color:#6ed0c6;font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,p{margin-top:0}.hero h1,.listing>h1{max-width:880px;margin-bottom:24px;font-family:Georgia,serif;font-size:clamp(3rem,8vw,6.5rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.hero>p:not(.eyebrow){max-width:760px;color:#c9dedd;font-size:1.15rem;line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:15px 22px;align-items:center;margin-top:28px;font-weight:800}.actions .primary{padding:12px 17px;border-radius:10px;background:#fff;color:var(--ink);text-decoration:none}.status{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:26px;padding:clamp(28px,5vw,50px);border:1px solid var(--line);border-radius:24px;background:var(--surface)}.status .eyebrow,.listing .eyebrow{color:#08746e}.status h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;letter-spacing:-.04em;line-height:1}.status>p,.listing>p{color:var(--muted);font-size:1.05rem;line-height:1.65}.listing{margin-top:42px;padding:clamp(32px,7vw,72px);border:1px solid var(--line);border-radius:28px;background:var(--surface)}.listing article{padding:20px 0;border-top:1px solid var(--line)}footer{margin-top:70px;padding:28px 0 44px;border-top:1px solid var(--line);color:var(--muted)}@media(max-width:760px){header{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.status{grid-template-columns:1fr}}
