:root { --paper:#fff1e5; --paper-deep:#f7e3d3; --ink:#262a33; --muted:#66605c; --rule:#cfc2b8; --teal:#0f6973; --teal-dark:#07535b; --berry:#990f3d; --white:#fffaf5; }
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--paper); font:16px/1.55 Arial,Helvetica,sans-serif; }
.wrap { width:min(1200px,calc(100% - 44px)); margin:0 auto; }
.masthead { border-top:8px solid var(--berry); border-bottom:1px solid var(--ink); background:var(--paper); }
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:22px; min-height:64px; }
.brand,h1,h2,h3 { font-family:Georgia,'Times New Roman',serif; }
.brand { color:var(--ink); font-size:clamp(1.55rem,3vw,2.15rem); font-weight:700; letter-spacing:-.035em; text-decoration:none; }
nav { display:flex; gap:18px; flex-wrap:wrap; }
nav a { color:var(--ink); font-size:.9rem; font-weight:700; text-decoration:none; }
nav a:hover,nav a:focus-visible { color:var(--berry); text-decoration:underline; }
.hero { border-bottom:1px solid var(--rule); background:var(--paper-deep); padding:60px 0 56px; }
.eyebrow,.tag { color:var(--berry); font-size:.76rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
h1 { max-width:800px; margin:8px 0 15px; font-size:clamp(2.7rem,7vw,5.2rem); font-weight:500; letter-spacing:-.045em; line-height:.98; }
.hero p { max-width:760px; margin:0; color:#403d3a; font-size:1.16rem; }
main { padding:42px 0 64px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; border-bottom:1px solid var(--ink); margin-bottom:22px; }
h2 { margin:2px 0 8px; font-size:2rem; font-weight:500; letter-spacing:-.025em; }
.section-heading p { margin:0 0 10px; color:var(--muted); font-size:.93rem; }
.cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.card { display:flex; flex-direction:column; min-height:290px; padding:25px; border:1px solid var(--rule); background:var(--white); }
.card h3 { margin:12px 0 9px; font-size:1.62rem; font-weight:500; letter-spacing:-.025em; line-height:1.12; }
.card p { margin:0; color:var(--muted); }
.meta { margin-top:auto; padding-top:24px; color:#55504c; font-size:.87rem; }
.button { display:inline-block; align-self:flex-start; margin-top:14px; padding:9px 13px; border:1px solid var(--teal); color:#fff; background:var(--teal); font-weight:700; text-decoration:none; }
.button:hover,.button:focus-visible { background:var(--teal-dark); }
.button-outline { color:var(--teal); background:transparent; }
.button-outline:hover,.button-outline:focus-visible { color:#fff; }
.saf-callout { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-top:42px; padding:28px; border-top:4px solid var(--berry); background:#f8e0d0; }
.saf-callout p { max-width:700px; margin:0; color:#49423e; }
.observatory-callout { margin-top:0; border-top-color:var(--teal); background:#dff0ed; }
.observatory-callout .eyebrow { color:var(--teal-dark); }
.observatory-callout .button { font-size:1.02rem; padding:12px 17px; }
.directory-hero { padding:38px 0 30px; border-bottom:1px solid var(--rule); }
.directory-hero h1 { font-size:clamp(2.4rem,5vw,4rem); }
.directory-hero p { max-width:760px; margin:0; color:var(--muted); }
.saf-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; margin:30px 0 40px; }
.saf-card { display:flex; flex-direction:column; min-height:220px; padding:22px; border:1px solid var(--rule); background:var(--white); }
.saf-card h2 { font-size:1.5rem; }
.saf-card p { margin:0; color:var(--muted); }
.count { margin-top:auto; padding-top:18px; color:var(--berry); font-size:.82rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.breadcrumb { margin:24px 0 0; font-size:.9rem; }
.breadcrumb a { color:var(--teal); }
.report-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:28px 0 42px; }
.report-card { padding:22px; border:1px solid var(--rule); background:var(--white); }
.report-card h2 { font-size:1.45rem; }
.report-card p { color:var(--muted); }
.status { color:var(--berry); font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.notice { margin-top:40px; border-top:4px solid var(--berry); padding:18px 20px; background:#f8e0d0; color:#49423e; }
.notice strong { color:var(--ink); }
footer { border-top:1px solid var(--ink); padding:23px 0 31px; background:var(--paper); color:var(--muted); font-size:.88rem; }
@media (max-width:700px) { .wrap { width:min(100% - 32px,1200px); } .nav-wrap,.section-heading,.saf-callout { align-items:start; display:block; } nav { margin-top:10px; } .hero { padding:44px 0 40px; } .cards,.report-list { grid-template-columns:1fr; } .card { min-height:0; } .saf-callout .button { margin-top:18px; } }
