:root{--ink: #1e2c3e;--ink-soft: #4a5a6d;--muted: #7c8894;--bg: #faf6ee;--surface: #ffffff;--surface-2: #f3ecdf;--rust: #c0552f;--rust-dark: #a1441f;--pine: #2f6b5e;--line: #e7ddc9;--shadow: 0 1px 2px rgba(30, 44, 62, .05), 0 8px 24px rgba(30, 44, 62, .06);--radius: 14px;--wrap: 1140px;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--bg);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--rust);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;color:var(--ink);margin:0 0 .5em;letter-spacing:-.01em}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}.wrap-narrow{max-width:760px;margin:0 auto;padding:0 20px}.site-header{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px;max-width:var(--wrap);margin:0 auto}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{height:42px;width:auto}.brand .tagline{font-family:var(--font-display);font-style:italic;color:var(--muted);font-size:.92rem;border-left:1px solid var(--line);padding-left:12px}.main-nav{display:flex;gap:6px;flex-wrap:wrap}.main-nav a{color:var(--ink);font-weight:500;font-size:.95rem;padding:8px 12px;border-radius:8px;text-decoration:none;transition:background .15s,color .15s}.main-nav a:hover{background:var(--surface-2);color:var(--rust);text-decoration:none}.nav-toggle{display:none}@media(max-width:860px){.brand .tagline{display:none}.header-inner{flex-wrap:wrap}.nav-toggle{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:8px 12px;font:inherit;font-weight:600;cursor:pointer;color:var(--ink)}.main-nav{display:none;width:100%;flex-direction:column}.main-nav.open{display:flex}.main-nav a{padding:12px;border-radius:0;border-bottom:1px solid var(--line)}}.hero{background:var(--surface);border-bottom:1px solid var(--line);text-align:center;padding:44px 20px 0}.hero h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:.3em}.hero p{color:var(--ink-soft);max-width:620px;margin:0 auto 30px;font-size:1.1rem}.hero-banner{width:100%;max-width:var(--wrap);margin:0 auto;display:block}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:46px 0 20px;border-bottom:2px solid var(--ink);padding-bottom:8px}.section-head h2{font-size:1.5rem;margin:0}.section-head a{font-size:.9rem;font-weight:600}.kicker{display:inline-block;font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:var(--rust);margin-bottom:8px}.card-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.card:hover{transform:translateY(-3px);box-shadow:0 6px 14px #1e2c3e1a,0 18px 40px #1e2c3e1a}.card a{text-decoration:none;color:inherit}.card-media{aspect-ratio:16 / 10;background:var(--surface-2);overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.card-media.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eadfca,#f3ecdf);color:var(--muted);font-family:var(--font-display);font-style:italic}.card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.card-body h3{font-size:1.25rem;margin:0}.card:hover .card-body h3{color:var(--rust)}.card-dek{color:var(--ink-soft);font-size:.96rem;margin:0}.meta{color:var(--muted);font-size:.82rem;display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:auto}.tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--pine);background:#e7f0ec;padding:4px 9px;border-radius:999px}.lead{display:grid;grid-template-columns:1.15fr .85fr;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-top:30px}.lead .card-media{aspect-ratio:auto;height:100%;min-height:320px}.lead .card-body{padding:34px;justify-content:center;gap:12px}.lead .card-body h2{font-size:clamp(1.6rem,3vw,2.3rem)}.lead .card-dek{font-size:1.05rem}@media(max-width:780px){.lead{grid-template-columns:1fr}.lead .card-media{min-height:220px}}.empty{text-align:center;padding:60px 20px;background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius);margin:30px 0}.empty h2{color:var(--ink)}.empty p{color:var(--ink-soft);max-width:460px;margin:0 auto}.article-head{text-align:center;padding:40px 0 10px}.article-head h1{font-size:clamp(1.9rem,4.5vw,3rem);margin-bottom:.3em}.article-dek{color:var(--ink-soft);font-size:1.15rem;max-width:640px;margin:0 auto 18px}.byline{color:var(--muted);font-size:.92rem}.byline a{color:var(--ink);font-weight:600}.article-hero{margin:24px auto;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.article-hero figcaption{font-size:.8rem;color:var(--muted);text-align:center;padding:8px}.prose{font-size:1.12rem;line-height:1.8}.prose>p:first-of-type{font-size:1.2rem;color:var(--ink)}.prose p{margin:0 0 1.3em}.prose h2{font-size:1.7rem;margin:1.6em 0 .5em}.prose h3{font-size:1.3rem;margin:1.4em 0 .4em}.prose img{border-radius:var(--radius);margin:1.5em 0}.prose blockquote{margin:1.5em 0;padding:4px 22px;border-left:3px solid var(--rust);color:var(--ink-soft);font-family:var(--font-display);font-style:italic;font-size:1.2rem}.prose a{text-decoration:underline}.prose ul,.prose ol{padding-left:1.3em;margin:0 0 1.3em}.prose li{margin:.3em 0}.prose code{background:var(--surface-2);padding:2px 6px;border-radius:5px;font-size:.9em}.prose hr{border:none;border-top:1px solid var(--line);margin:2em 0}.author-box{display:flex;gap:18px;align-items:center;margin:40px 0;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.author-box .avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.6rem;color:var(--rust)}.author-box h4{margin:0 0 4px;font-size:1.15rem}.author-box .role{color:var(--rust);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.author-box p{margin:6px 0 0;color:var(--ink-soft);font-size:.96rem}.btn{display:inline-block;background:var(--rust);color:#fff;font-weight:600;padding:11px 22px;border-radius:999px;text-decoration:none;transition:background .15s}.btn:hover{background:var(--rust-dark);text-decoration:none;color:#fff}.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{background:var(--surface-2);color:var(--ink)}.site-footer{background:var(--ink);color:#cdd6e0;margin-top:70px;padding:46px 0 30px}.site-footer a{color:#fff}.footer-inner{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.site-footer .brand-block{max-width:320px}.site-footer img{height:40px;filter:brightness(0) invert(1);opacity:.95;margin-bottom:12px}.site-footer p{color:#a9b6c4;font-size:.92rem}.footer-cols{display:flex;gap:50px;flex-wrap:wrap}.footer-cols h5{color:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;margin:0 0 12px}.footer-cols ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-cols a{color:#cdd6e0;font-size:.92rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;font-size:.84rem;color:#8fa0b0}.ad-wrap{margin:30px 0;text-align:center}.ad-wrap .ad-tag{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:6px}.ad-wrap .adsbygoogle{display:block}.ad-placeholder{display:flex;align-items:center;justify-content:center;min-height:100px;background:repeating-linear-gradient(45deg,var(--surface-2),var(--surface-2) 10px,#efe7d6 10px,#efe7d6 20px);border:1px solid var(--line);border-radius:10px;color:var(--muted);font-size:.8rem;letter-spacing:.05em}.ad-leaderboard .ad-placeholder{min-height:90px}.ad-inline{margin:34px 0}.page-head{text-align:center;padding:44px 20px 10px}.page-head h1{font-size:clamp(1.8rem,4vw,2.6rem)}.page-head p{color:var(--ink-soft);max-width:560px;margin:6px auto 0}
