:root{
  --ink:#07100d;
  --ink-2:#0d1813;
  --paper:#f5f6f1;
  --white:#fff;
  --text:#172019;
  --muted:#59655d;
  --gold:#c79b45;
  --gold-soft:#efd79d;
  --green:#205c3d;
  --line:#dce2dc;
  --dark-line:rgba(255,255,255,.11);
  --shadow:0 22px 56px rgba(15,38,25,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:"Segoe UI",Arial,system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto}
a{color:var(--green)}
.site-wrap{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.site-header{
  position:relative;
  z-index:10;
  background:var(--ink);
  border-bottom:1px solid rgba(199,155,69,.26);
}
.site-nav{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.site-brand{display:grid;gap:2px;padding-left:14px;border-left:2px solid var(--gold);color:#fff;text-decoration:none}
.site-brand small{color:var(--gold-soft);font-size:9px;font-weight:800;text-transform:uppercase}
.site-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.05}
.site-brand span{color:#aeb8af;font-size:8px;font-weight:700;text-transform:uppercase}
.site-links{display:flex;align-items:center;gap:24px}
.site-links a{color:#eee7d8;text-decoration:none;font-size:14px;font-weight:700}
.site-links .site-cta{padding:10px 15px;border:1px solid rgba(199,155,69,.48);border-radius:6px;color:var(--gold-soft)}
.crumbs{display:flex;flex-wrap:wrap;gap:7px;padding:22px 0 0;color:#7b867e;font-size:13px}
.crumbs a{color:var(--green);font-weight:700;text-decoration:none}
.crumbs span::before{content:"/";margin-right:7px;color:#a3aca5}
.page-hero{padding:64px 0 58px;background:var(--ink);color:#fff;border-bottom:1px solid rgba(199,155,69,.25)}
.page-hero .eyebrow,.article-kicker{display:block;color:var(--gold-soft);font-size:12px;font-weight:900;text-transform:uppercase}
.page-hero h1{
  max-width:880px;
  margin:14px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,6vw,70px);
  line-height:1.02;
}
.page-hero p{max-width:750px;margin:0;color:#ccd3cd;font-size:19px;line-height:1.6}
.hub-main{padding:66px 0 88px}
.hub-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:end;margin-bottom:42px}
.hub-intro h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:45px;line-height:1.05}
.hub-intro p{margin:0;color:var(--muted);line-height:1.65}
.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.topic-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 12px 30px rgba(22,52,34,.07)}
.topic-card img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center top}
.topic-card-body{padding:22px}
.topic-card small{display:block;color:var(--green);font-size:11px;font-weight:900;text-transform:uppercase}
.topic-card h2{margin:8px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:26px;line-height:1.08}
.topic-card p{margin:0 0 18px;color:var(--muted);line-height:1.52}
.topic-card a{font-weight:900;text-decoration:none}
.topic-card a::after{content:" →";color:var(--gold)}
.article-hero{padding:54px 0 44px;background:var(--ink);color:#fff;border-bottom:1px solid rgba(199,155,69,.24)}
.article-hero h1{max-width:900px;margin:13px 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5.5vw,64px);line-height:1.04}
.article-deck{max-width:800px;margin:0;color:#d4dbd5;font-size:20px;line-height:1.55}
.byline{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:24px;color:#aeb9b0;font-size:13px}
.byline strong{color:var(--gold-soft)}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) 270px;gap:64px;align-items:start;padding:54px 0 84px}
.article-body{min-width:0}
.article-body .lead{font-size:21px;line-height:1.66;color:#314037}
.article-body h2{margin:44px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.12}
.article-body h3{margin:30px 0 10px;font-size:22px;line-height:1.25}
.article-body p,.article-body li{font-size:17px;line-height:1.72}
.article-body p{margin:0 0 20px}
.article-body ul,.article-body ol{margin:0 0 24px;padding-left:24px}
.article-body li{margin:7px 0;padding-left:4px}
.article-body a{font-weight:700;text-underline-offset:3px}
.callout{margin:32px 0;padding:24px 25px;border-left:4px solid var(--gold);background:#edf1eb}
.callout strong{display:block;margin-bottom:7px;color:var(--green);font-size:18px}
.callout p:last-child{margin-bottom:0}
.checklist-box{margin:34px 0;padding:26px;border:1px solid #cad5cc;border-radius:8px;background:#fff}
.checklist-box h2,.checklist-box h3{margin-top:0}
.sources{margin-top:48px;padding-top:28px;border-top:1px solid var(--line)}
.sources h2{font-size:27px;margin-top:0}
.sources li{font-size:14px;line-height:1.55}
.disclaimer{margin-top:34px;padding:18px 20px;border:1px solid #d7ddd7;border-radius:6px;color:#556158;background:#fff;font-size:13px;line-height:1.55}
.article-aside{position:sticky;top:24px}
.aside-block{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}
.aside-block+.aside-block{margin-top:16px}
.aside-block small{display:block;color:var(--green);font-weight:900;text-transform:uppercase}
.aside-block h2{margin:8px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.1}
.aside-block p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.55}
.aside-link{display:inline-flex;min-height:44px;align-items:center;padding:0 16px;border-radius:6px;background:var(--ink);color:#fff!important;font-size:13px;font-weight:900;text-decoration:none}
.trust-page{padding:58px 0 86px}
.trust-layout{display:grid;grid-template-columns:minmax(0,760px) 270px;gap:64px;align-items:start}
.trust-copy h2{margin:40px 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.12}
.trust-copy h2:first-child{margin-top:0}
.trust-copy p,.trust-copy li{font-size:17px;line-height:1.7}
.trust-copy li{margin:8px 0}
.identity-panel{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}
.identity-panel img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center top;margin-bottom:18px;border-radius:5px}
.identity-panel strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:24px}
.identity-panel p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}
.site-footer{padding:40px 0;background:#050806;color:#9ea79f;font-size:12px;text-align:center;border-top:1px solid var(--dark-line)}
.site-footer p{max-width:900px;margin:9px auto;line-height:1.55}
.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 20px;margin:18px 0}
.footer-links a{color:var(--gold-soft);font-weight:800;text-decoration:none}
.back-home{display:inline-flex;margin-top:24px;color:var(--green);font-weight:900;text-decoration:none}
.back-home::before{content:"←";margin-right:7px;color:var(--gold)}
.not-found{min-height:65vh;display:grid;place-items:center;padding:60px 0;text-align:center}
.not-found strong{display:block;color:var(--gold);font-family:Georgia,"Times New Roman",serif;font-size:88px;line-height:1}
.not-found h1{margin:12px 0;font-family:Georgia,"Times New Roman",serif;font-size:42px}
.not-found p{max-width:580px;margin:0 auto 24px;color:var(--muted);font-size:17px;line-height:1.6}
@media (max-width:900px){
  .site-links{gap:15px}.site-links a:not(.site-cta){display:none}
  .topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hub-intro,.article-layout,.trust-layout{grid-template-columns:1fr}
  .article-layout,.trust-layout{gap:36px}
  .article-aside{position:static}
  .identity-panel{max-width:420px}
}
@media (max-width:560px){
  .site-wrap{width:min(100% - 28px,1120px)}
  .site-nav{min-height:72px}.site-brand{padding-left:10px}.site-brand strong{font-size:18px}
  .site-links .site-cta{padding:9px 11px;font-size:12px}
  .page-hero{padding:46px 0}.page-hero h1{font-size:38px}.page-hero p{font-size:17px}
  .hub-main{padding:48px 0 66px}.hub-intro{gap:16px}.hub-intro h2{font-size:34px}
  .topic-grid{grid-template-columns:1fr}.topic-card h2{font-size:25px}
  .article-hero{padding:42px 0 36px}.article-hero h1{font-size:37px}.article-deck{font-size:17px}
  .article-layout{padding:40px 0 64px}.article-body .lead{font-size:19px}
  .article-body h2{font-size:30px;margin-top:38px}.article-body h3{font-size:20px}
  .article-body p,.article-body li,.trust-copy p,.trust-copy li{font-size:16px}
  .trust-page{padding:42px 0 68px}.trust-copy h2{font-size:30px}
}
