:root{
  --bg:#faf9f5;
  --surface:#ffffff;
  --surface-2:#f3f1ea;
  --border:#e6e3d8;
  --border-light:#efece2;
  --text:#18181b;
  --text-2:#4b5563;
  --muted:#8a8a83;
  --accent:#b45309;
  --up:#15803d;
  --down:#9f1239;
  --warn:#92400e;
  --maxw:1080px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; min-height:100vh; display:flex; flex-direction:column;
  background:var(--bg); color:var(--text-2);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:17px; line-height:1.68;
}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px}
a{color:var(--text); text-decoration:underline; text-decoration-color:var(--border); text-underline-offset:3px}
a:hover{color:var(--accent); text-decoration-color:var(--accent)}
p{margin:0 0 1.1em}

/* ---------- header ---------- */
.site-header{background:rgba(255,255,255,.85); backdrop-filter:blur(10px); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:20}
.site-header .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:64px; flex-wrap:wrap}
.brand{font-weight:800; font-size:20px; letter-spacing:-.01em; color:var(--text); text-decoration:none}
.brand span{display:block; font-weight:400; font-size:12.5px; color:var(--muted); letter-spacing:.02em; margin-top:1px}
.nav{display:flex; gap:2px; flex-wrap:wrap; font-size:14.5px}
.nav a{color:var(--text-2); text-decoration:none; padding:7px 11px; border-radius:7px; font-weight:500; transition:background .15s, color .15s}
.nav a:hover{color:var(--text); background:var(--surface-2)}
.nav a.active{color:var(--text); background:var(--surface-2); box-shadow:inset 0 -2px 0 var(--text)}

/* ---------- hero ---------- */
.hero{padding:54px 0 36px; border-bottom:1px solid var(--border); background:var(--surface)}
.hero .eyebrow{display:block; font-size:11.5px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:var(--muted); margin-bottom:14px}
.hero .eyebrow b{color:var(--accent); font-weight:700}
.hero h1{color:var(--text); font-size:42px; line-height:1.16; margin:0 0 14px; letter-spacing:-.025em; max-width:54ch; font-weight:800; white-space:nowrap}
.hero h1 em{font-style:italic; font-weight:700; color:var(--accent); display:inline-block}
.hero p.lede{font-size:18.5px; color:var(--text-2); max-width:64ch; margin:0 0 28px; line-height:1.55}

.hero-stats{display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:14px; margin:0 0 18px}
.hero-stats .stat{background:var(--surface); border:1px solid var(--border); border-top:3px solid var(--c,var(--accent)); border-radius:10px; padding:16px 18px}
.hero-stats .stat span{display:block; font-size:11px; letter-spacing:.07em; text-transform:uppercase; color:var(--muted); font-weight:600}
.hero-stats .stat b{display:block; font-size:26px; margin-top:5px; font-weight:800; letter-spacing:-.015em; color:var(--text); font-variant-numeric:tabular-nums}
.hero-stats .stat small{display:block; margin-top:4px; font-size:12px; color:var(--muted)}
.hero-note{margin:18px 0 0; font-size:13px; color:var(--muted)}
.hero-note a{color:var(--text-2); font-weight:500}

/* ---------- section ---------- */
.section{padding:46px 0 34px; border-bottom:1px solid var(--border)}
.section:last-of-type{border-bottom:0}
.section-alt{background:var(--surface-2)}
.eyebrow-sm{display:block; font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); margin-bottom:6px}
h1{font-size:34px; line-height:1.22; letter-spacing:-.02em; margin:0 0 12px; color:var(--text); font-weight:800}
h2{font-size:22px; line-height:1.32; margin:2.2em 0 .7em; letter-spacing:-.01em; color:var(--text); font-weight:700}
h3{font-size:17.5px; margin:1.9em 0 .5em; color:var(--text); font-weight:600}
.standfirst{font-size:19px; color:var(--text-2); line-height:1.55; margin:0 0 6px; font-weight:400}

/* ---------- cards ---------- */
.grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px; margin:24px 0 8px}
.card{
  display:block; padding:22px 20px; background:var(--surface);
  border:1px solid var(--border); border-top:3px solid var(--c,var(--border)); border-radius:10px;
  text-decoration:none; color:var(--text);
  transition:border-color .15s ease, background .15s ease;
}
.card:hover{border-color:var(--c,var(--accent)); background:var(--surface); text-decoration:none}
.card-tag{display:block; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--c,var(--muted)); margin-bottom:12px}
.card h3{margin:0 0 8px; font-size:18.5px; line-height:1.35; font-weight:700; color:var(--text)}
.card p{margin:0 0 12px; font-size:14.5px; color:var(--muted); line-height:1.55}
.card .more{font-size:13.5px; font-weight:600; color:var(--text)}
.card .more::after{content:" →"; color:var(--c,var(--accent))}

/* ---------- tables ---------- */
.table-wrap{overflow-x:auto; margin:0 0 28px; border:1px solid var(--border); border-radius:10px; background:var(--surface)}
table{width:100%; border-collapse:collapse; font-size:14.5px; color:var(--text-2)}
caption{text-align:left; font-size:12.5px; font-weight:600; color:var(--text); padding:12px 16px; border-bottom:1px solid var(--border); background:var(--surface-2)}
th,td{text-align:left; padding:11px 16px; border-bottom:1px solid var(--border); vertical-align:top}
thead th{background:var(--surface-2); font-weight:600; font-size:11.5px; text-transform:uppercase; letter-spacing:.07em; color:var(--muted); white-space:nowrap; border-bottom:1px solid var(--border-light)}
tbody tr:nth-child(even) td{background:var(--surface-2)}
tbody tr:last-child td{border-bottom:0}
td:first-child{font-weight:600; color:var(--text); white-space:nowrap}
.num{font-variant-numeric:tabular-nums}
.up{color:var(--up); font-weight:600}
.down{color:var(--down); font-weight:600}
.na{color:var(--muted); font-style:italic; font-weight:400}

/* ---------- callouts ---------- */
.note{border:1px solid var(--border); background:var(--surface); padding:15px 18px; margin:0 0 26px; border-radius:6px}
.note p{margin:0; font-size:15.5px; color:var(--text-2)}
.cta{border:1px solid var(--border); border-left:3px solid var(--accent); background:var(--surface); padding:15px 18px; margin:0 0 26px; border-radius:6px}
.cta p{margin:0; font-size:15.5px; color:var(--text-2)}
.cta a{color:var(--accent); font-weight:600}

/* ---------- news list ---------- */
.news{border-top:1px solid var(--border)}
.item{padding:24px 0 26px; border-bottom:1px solid var(--border); padding-left:16px; border-left:2px solid var(--c,var(--border))}
.item .num{color:var(--muted); font-weight:700; margin-right:4px}
.item h3{margin:0 0 10px; font-size:20px; line-height:1.38; font-weight:700; color:var(--text)}
.item .src{font-size:13.5px; color:var(--muted); margin:0 0 12px}
.item .src b{color:var(--text); font-weight:600}
.item .src a{color:var(--text-2)}
.item .take{margin:14px 0 0; padding:12px 18px; border-left:3px solid var(--border); font-size:16px; color:var(--text-2); line-height:1.65; font-style:italic; background:transparent}
.item p{margin:0 0 1em}
.item p:last-child{margin-bottom:0}

/* ---------- badges ---------- */
.badges{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px}
.badge{display:inline-block; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:4px 10px; border-radius:999px; border:1px solid var(--border); background:var(--surface); color:var(--muted); white-space:nowrap}
.badge.accent{border-color:var(--accent); color:var(--accent)}
.badge.colored{border-color:var(--c,var(--border)); color:var(--c,var(--muted)); background:var(--surface)}

/* ---------- source line (item attribution) ---------- */
.item h3{margin:0 0 8px; font-size:19px; line-height:1.38; font-weight:700; color:var(--text)}
.item .src{font-size:13.5px; color:var(--muted); margin:0 0 10px}
.item .src b{color:var(--text); font-weight:600}
.item .src a{color:var(--text-2)}
.item p:last-child{margin-bottom:0}

/* ---------- faq ---------- */
.faq{margin-top:14px; border-top:1px solid var(--border); border-bottom:1px solid var(--border)}
.faq details{border-bottom:1px solid var(--border); background:var(--surface)}
.faq details:last-child{border-bottom:0}
.faq summary{cursor:pointer; font-weight:600; font-size:16.5px; color:var(--text); padding:16px 20px; list-style:none; position:relative; transition:background .15s}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; position:absolute; right:20px; top:13px; font-size:20px; color:var(--accent); font-weight:400; line-height:1}
.faq details[open] summary{background:var(--surface-2)}
.faq details[open] summary::after{content:"−"}
.faq details p{margin:0; padding:0 20px 18px; color:var(--text-2); font-size:16px; max-width:80ch}

/* ---------- sources ---------- */
.sources{font-size:14.5px; color:var(--muted); list-style:none; padding:0; margin:0}
.sources li{padding:10px 0 10px 16px; border-bottom:1px solid var(--border); position:relative}
.sources li::before{content:""; position:absolute; left:0; top:18px; width:5px; height:5px; border-radius:50%; background:var(--accent)}
.sources li:last-child{border-bottom:0}
.sources a{color:var(--text-2); font-weight:500}
.sources a:hover{color:var(--accent)}

/* ---------- related ---------- */
.related{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:12px; margin-top:8px}
.related a{display:block; padding:16px 18px; color:var(--text); font-weight:600; font-size:15px; line-height:1.45; border:1px solid var(--border); border-radius:10px; background:var(--surface); text-decoration:none; transition:border-color .15s, color .15s}
.related a:hover{border-color:var(--text); color:var(--text); text-decoration:none}
.related span{display:block; font-size:11px; color:var(--muted); margin-bottom:6px; text-transform:uppercase; letter-spacing:.1em; font-weight:600}

/* ---------- pills ---------- */
.pill{display:inline-block; font-size:12.5px; border:1px solid var(--border); border-radius:999px; padding:4px 12px; color:var(--text-2); margin:0 6px 8px 0; background:var(--surface); font-weight:500; text-decoration:none}
.pill:hover{border-color:var(--text); color:var(--text); text-decoration:none}
.pill b{color:var(--muted); font-weight:500; margin-left:5px; font-size:11.5px}

/* ---------- breadcrumb ---------- */
.breadcrumb{font-size:13px; color:var(--muted); padding:18px 0 0}
.breadcrumb a{color:var(--muted); text-decoration:none}
.breadcrumb a:hover{color:var(--text)}

/* ---------- footer (compact strip) ---------- */
footer.site-footer{border-top:1px solid var(--border); padding:20px 0 16px; margin-top:auto; font-size:13px; color:var(--muted); background:var(--surface)}
.footer-nav{display:flex; flex-wrap:wrap; align-items:baseline; gap:4px 16px}
.footer-brand{font-weight:800; color:var(--text); margin-right:6px}
.footer-brand a{color:var(--text); text-decoration:none}
.footer-nav a{color:var(--text-2); text-decoration:none}
.footer-nav a:hover{color:var(--accent); text-decoration:underline}
.footer-bottom{margin-top:12px; padding-top:10px; border-top:1px solid var(--border); font-size:12px; color:var(--muted)}
.footer-bottom p{margin:0 0 4px}
.footer-bottom a{color:var(--text-2)}
.footer-bottom strong{color:var(--text)}

@media (max-width:760px){
  .hero{padding:38px 0 30px}
  .hero h1{font-size:26px; white-space:normal} h1{font-size:25px} h2{font-size:20px}
  body{font-size:16px} .wrap{padding:0 18px}
  .site-header .wrap{min-height:58px}
  .hero-stats .stat b{font-size:22px}
}
