@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&family=IBM+Plex+Serif:wght@500;600&family=IBM+Plex+Mono:wght@400&display=swap";:root{--paper: #f5f2ea;--page: #ffffff;--ink: #1d1e24;--ink-muted: #4a4c57;--border: #d7d1c2;--accent: #2f5f55;--accent-warm: #b47039;--mono: "IBM Plex Mono", monospace;--serif: "IBM Plex Serif", Georgia, serif;--sans: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.7;padding:0 1rem 2rem}a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}a:hover,a:focus-visible{color:var(--accent-warm)}main{display:flex;justify-content:center}.page{width:min(900px,100%);background:var(--page);border:1px solid var(--border);border-radius:24px;padding:clamp(1.5rem,5vw,3rem);margin-top:clamp(1rem,4vw,3rem);box-shadow:0 35px 65px #1e1f2414}.masthead{display:flex;flex-direction:column;gap:.6rem;border-bottom:1px solid var(--border);padding-bottom:1.25rem;margin-bottom:2.5rem}.wordmark{font-family:var(--serif);font-size:1.15rem;text-transform:uppercase;letter-spacing:.3em;color:var(--accent)}.subtitle{margin:0;color:var(--ink-muted);font-size:.95rem}.masthead nav{display:flex;flex-wrap:wrap;gap:1.2rem;font-family:var(--mono);font-size:.85rem}.masthead nav a{text-decoration:none;padding-bottom:.1rem;border-bottom:1px solid transparent;color:var(--ink)}.masthead nav a:hover,.masthead nav a:focus-visible{border-color:var(--accent);color:var(--accent)}.hero{display:flex;flex-direction:column;gap:.9rem}.hero__eyebrow{font-family:var(--mono);text-transform:uppercase;letter-spacing:.4em;font-size:.7rem;color:var(--ink-muted)}.hero h1{margin:0;font-size:clamp(2.2rem,5vw,2.8rem);font-family:var(--serif);line-height:1.25}.hero__subhead{font-size:1.1rem;margin:.4rem 0 .1rem;color:var(--ink-muted)}.hero__author{margin:.2rem 0 1.4rem;color:var(--ink-muted);font-size:.95rem}.section-card{border:1px solid var(--border);border-radius:20px;padding:1.6rem;background:#fbf9f4;margin-top:2rem}.section-card h2{margin-top:0;font-family:var(--serif);font-size:1.4rem}.section-card blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid var(--accent-warm);font-family:var(--serif);font-size:1.05rem;color:var(--ink-muted)}.section-card ul{padding-left:1.1rem;color:var(--ink-muted);margin:.6rem 0 0}.section-card ul li{margin-bottom:.4rem}.section-card ul li:last-child{margin-bottom:0}.findings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin:1rem 0;color:var(--ink-muted)}.findings-grid p{margin:0;padding:1rem;border:1px solid var(--border);border-radius:14px;background:#fffefa}.cta-panel{border:1px solid var(--border);border-radius:20px;margin-top:2.5rem;padding:1.8rem;background:#fffdf7;display:flex;flex-direction:column;gap:1rem}.cta-panel h2{font-family:var(--serif);margin:0}.cta-panel p{margin:0;color:var(--ink-muted)}.cta-panel .status{font-size:.9rem;color:var(--ink-muted)}footer{margin-top:2.5rem;border-top:1px solid var(--border);padding-top:1rem;font-family:var(--mono);font-size:.8rem;color:var(--ink-muted);text-align:center}@media(min-width:640px){.masthead{flex-direction:row;align-items:flex-end;justify-content:space-between}.findings-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}
