@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=Newsreader:opsz,wght@6..72,400;500;600;700&display=swap');

:root { --bg:#f7f3ec; --surface:#fefcf7; --ink:#1c1916; --muted:#766f65; --line:rgba(28,25,22,.12); --accent:#9a7b44; --green:#477a65; --shadow:0 18px 50px rgba(28,25,22,.08); --display:'Newsreader', Georgia, serif; --ui:'Hanken Grotesk', sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bg); color:var(--ink); font-family:var(--ui); line-height:1.65; }
a { color:inherit; }
.grain { position:fixed; inset:0; pointer-events:none; opacity:.18; z-index:5; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
.nav { position:relative; z-index:2; border-bottom:1px solid var(--line); }
.nav-inner,.wrap { width:min(1120px,calc(100% - 40px)); margin:0 auto; }
.nav-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { text-decoration:none; font:700 24px var(--display); letter-spacing:-.04em; }
.brand-mark { display:inline-grid; place-items:center; width:30px; height:30px; margin-right:8px; border-radius:50%; background:var(--ink); color:var(--bg); font:700 15px var(--display); }
.nav-links { display:flex; align-items:center; gap:22px; font-size:14px; font-weight:600; }
.nav-links a { text-decoration:none; color:var(--muted); }
.nav-links a:hover { color:var(--ink); }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 22px; border-radius:14px; background:var(--ink); color:var(--bg); font-weight:700; text-decoration:none; box-shadow:var(--shadow); }
.button:hover { transform:translateY(-2px); }
.hero { padding:86px 0 72px; background:radial-gradient(circle at 88% 15%,rgba(196,169,125,.22),transparent 28%),radial-gradient(circle at 4% 78%,rgba(107,148,128,.12),transparent 32%); }
.hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:72px; align-items:end; }
.eyebrow { margin:0 0 16px; color:var(--accent); font-size:11px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
h1,h2,h3 { font-family:var(--display); line-height:1.05; letter-spacing:-.04em; }
h1 { max-width:760px; margin:0; font-size:clamp(46px,7vw,84px); font-weight:600; }
h2 { margin:0 0 14px; font-size:clamp(30px,4vw,50px); }
h3 { margin:0; font-size:27px; }
.lede { max-width:650px; margin:26px 0 0; color:var(--muted); font-size:19px; }
.hero-note { padding:24px; border:1px solid var(--line); border-radius:20px; background:rgba(254,252,247,.72); box-shadow:var(--shadow); }
.hero-note strong { display:block; margin-bottom:8px; font:600 27px var(--display); }
.hero-note p { margin:0; color:var(--muted); font-size:14px; }
.section { padding:72px 0; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:28px; }
.section-head p { max-width:480px; margin:0; color:var(--muted); }
.guide-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.card { min-height:295px; display:flex; flex-direction:column; padding:26px; border:1px solid var(--line); border-radius:20px; background:var(--surface); text-decoration:none; transition:transform .2s,box-shadow .2s; }
.card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.card .eyebrow { margin-bottom:34px; }
.card h3 { margin-bottom:14px; }
.card p { margin:0; color:var(--muted); font-size:15px; }
.card span:last-child { margin-top:auto; padding-top:28px; color:var(--green); font-size:13px; font-weight:700; }
.callout { display:grid; grid-template-columns:1fr auto; align-items:center; gap:30px; padding:38px; border-radius:24px; background:var(--ink); color:var(--bg); }
.callout h2 { max-width:600px; }
.callout p { margin:0; color:#c9c1b4; }
.article-hero { padding:72px 0 46px; }
.crumbs { margin-bottom:26px; color:var(--muted); font-size:13px; }
.crumbs a { color:var(--green); text-decoration:none; }
.article-hero h1 { max-width:850px; font-size:clamp(44px,6.5vw,76px); }
.article-meta { display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; color:var(--muted); font-size:13px; }
.article-layout { display:grid; grid-template-columns:220px minmax(0,700px); gap:70px; align-items:start; padding:36px 0 80px; }
.toc { position:sticky; top:24px; padding:18px; border-left:2px solid var(--accent); font-size:13px; }
.toc strong { display:block; margin-bottom:10px; }
.toc a { display:block; margin:8px 0; color:var(--muted); text-decoration:none; }
.article-body { font-size:17px; }
.article-body section { padding:0 0 38px; margin-bottom:38px; border-bottom:1px solid var(--line); }
.article-body h2 { font-size:36px; }
.article-body p { margin:0 0 16px; }
.article-body ul { margin:18px 0 0; padding-left:24px; }
.article-body li { margin:9px 0; }
.article-body a { color:var(--green); }
.article-note { padding:20px 22px; border-radius:16px; background:#ebe5d9; color:var(--ink); font-size:15px; }
.related { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:30px; }
.related a { padding:18px; border:1px solid var(--line); border-radius:16px; text-decoration:none; background:var(--surface); }
.related small { display:block; margin-bottom:7px; color:var(--accent); font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.footer { padding:30px 0 50px; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }
.footer-inner { display:flex; justify-content:space-between; gap:20px; }
.footer a { color:var(--green); }
@media (max-width:760px) { .nav-inner,.wrap { width:min(100% - 32px,1120px); } .nav-links { gap:12px; font-size:12px; } .nav-links a:nth-child(1) { display:none; } .hero { padding:58px 0 48px; } .hero-grid,.guide-grid,.callout,.article-layout { grid-template-columns:1fr; gap:28px; } .hero-note { max-width:520px; } .section,.article-layout { padding-top:48px; padding-bottom:56px; } .section-head { display:block; } .section-head p { margin-top:12px; } .article-hero { padding-top:50px; } .toc { position:static; } .article-body h2 { font-size:31px; } .related { grid-template-columns:1fr; } .footer-inner { display:block; } .footer-inner span { display:block; margin-top:10px; } }
