:root{--bg: #f6f1e8;--panel: rgba(255, 255, 255, .72);--panel-strong: #fffdf9;--text: #172128;--muted: #52606b;--line: rgba(23, 33, 40, .12);--accent: #0f766e;--accent-soft: rgba(15, 118, 110, .12);--accent-warm: #b35c1e;--shadow: 0 18px 40px rgba(23, 33, 40, .08);--radius: 22px;--radius-sm: 16px;--content-width: 74rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(15,118,110,.14),transparent 30%),radial-gradient(circle at top right,rgba(179,92,30,.12),transparent 28%),linear-gradient(180deg,#fbf8f3 0%,var(--bg) 100%);font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;line-height:1.65}a{color:inherit;text-decoration-color:#0f766e73;text-underline-offset:.18em}a:hover{text-decoration-color:var(--accent)}img{max-width:100%}code,pre{font-family:SFMono-Regular,IBM Plex Mono,JetBrains Mono,monospace}pre{overflow-x:auto;padding:1rem 1.1rem;border-radius:18px;background:#10212a;color:#f8fafc}main{width:min(calc(100% - 2.5rem),var(--content-width));margin:0 auto;padding:2rem 0 4rem}.skip-link{position:absolute;left:1rem;top:-3rem;padding:.8rem 1rem;border-radius:999px;background:var(--accent);color:#fff;z-index:50}.skip-link:focus{top:1rem}.site-shell{padding-bottom:4rem}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:#f6f1e8d6;border-bottom:1px solid var(--line)}.site-header__inner,.site-footer__inner{width:min(calc(100% - 2.5rem),var(--content-width));margin:0 auto}.site-header__inner{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem 0}.site-brand{display:inline-flex;flex-direction:column;gap:.2rem;text-decoration:none}.site-brand__eyebrow{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:700}.site-brand__title,h1,h2,h3{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;line-height:1.1;letter-spacing:-.02em}.site-brand__title{font-size:1.2rem;font-weight:700}.site-nav{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;align-items:center}.site-nav a{text-decoration:none;color:var(--muted);font-weight:600}.site-nav a:hover{color:var(--text)}.hero,.panel,.article-shell,.resource-shell{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero{display:grid;gap:2rem;padding:2.5rem;margin-top:1rem}.hero__eyebrow,.section__eyebrow{display:inline-flex;align-items:center;gap:.55rem;color:var(--accent);font-weight:700;font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}.hero h1{margin:0;font-size:clamp(2.5rem,5vw,4.8rem)}.hero p{margin:0;max-width:46rem;font-size:1.1rem;color:var(--muted)}.button-row{display:flex;flex-wrap:wrap;gap:.9rem}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:700}.button{color:#fff;background:linear-gradient(135deg,var(--accent),#14532d)}.button-secondary{color:var(--text);background:var(--panel-strong);border:1px solid var(--line)}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:0;padding:0;list-style:none}.feature-list li,.card,.cta-box{padding:1.2rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:#ffffffa6}.section{margin-top:2.5rem}.section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem}.section__head h2{margin:.25rem 0 0;font-size:clamp(1.9rem,3vw,2.8rem)}.section__head p{margin:0;max-width:42rem;color:var(--muted)}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.card h3,.cta-box h3{margin-top:0;margin-bottom:.55rem;font-size:1.35rem}.card p,.cta-box p,.meta{color:var(--muted)}.meta{font-size:.92rem}.article-shell,.resource-shell{padding:2rem 2.2rem}.article-header,.resource-header{padding-bottom:1.4rem;margin-bottom:1.4rem;border-bottom:1px solid var(--line)}.article-header h1,.resource-header h1{margin:.35rem 0 .8rem;font-size:clamp(2.3rem,4vw,3.7rem)}.article-header p,.resource-header p{margin:0;color:var(--muted);max-width:44rem}.article-prose,.resource-prose{font-size:1.05rem}.article-prose>:first-child,.resource-prose>:first-child{margin-top:0}.article-prose h2,.resource-prose h2{margin-top:2.3rem;margin-bottom:.8rem;font-size:clamp(1.7rem,3vw,2.4rem)}.article-prose h3,.resource-prose h3{margin-top:1.7rem;margin-bottom:.6rem;font-size:1.35rem}.article-prose ul,.resource-prose ul,.article-prose ol,.resource-prose ol{padding-left:1.2rem}.article-prose blockquote{margin:1.5rem 0;padding:1rem 1.15rem;border-left:4px solid var(--accent);background:#0f766e14;border-radius:0 16px 16px 0}.cta-box{margin-top:2rem;background:linear-gradient(135deg,#0f766e17,#b35c1e14),var(--panel-strong)}.site-footer{margin-top:2rem;padding:2rem 0 3rem;border-top:1px solid var(--line)}.site-footer__inner{display:grid;gap:1rem}.site-footer__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.lede-list{display:grid;gap:.65rem;padding-left:1.2rem}@media(max-width:720px){main,.site-header__inner,.site-footer__inner{width:min(calc(100% - 1.2rem),var(--content-width))}.site-header__inner{align-items:flex-start;flex-direction:column}.hero,.article-shell,.resource-shell{padding:1.35rem}}
