:root{
  --bg:#f5f7fa;
  --white:#fff;
  --ink:#152033;
  --muted:#657287;
  --line:#e3e8ef;
  --accent:#165dcc;
  --max:1160px;
  --radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 28px));margin:0 auto}

.site-header{height:52px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-inner{height:100%;display:flex;align-items:center;gap:26px}
.brand{font-size:18px;line-height:1;font-weight:850;letter-spacing:-.04em;white-space:nowrap}
.brand span{color:var(--accent)}
.nav{display:flex;gap:20px;margin-left:auto;font-size:13px;font-weight:650;color:#566276}
.nav a:hover{color:var(--accent)}
.menu-btn{display:none;border:0;background:none;font-size:19px;color:var(--ink);padding:4px}

.ad-section{width:100%}
.ad-container{display:flex;flex-direction:column;align-items:center}
.ad-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#99a2af;height:14px;line-height:14px}
.ad-slot{width:100%;max-width:970px;min-height:250px;border:1px dashed #c6ced9;background:#fbfcfd;display:flex;align-items:center;justify-content:center;color:#98a2b0;font-size:11px}
.ad-top{padding:7px 0 8px}
.ad-top .ad-slot{min-height:90px}
.ad-mid{padding:7px 0 16px}
.ad-mid .ad-slot{min-height:250px}

.hero{padding:0 0 1px}
.hero-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1.02fr 1fr;min-height:250px}
.hero-image{min-height:250px;overflow:hidden;background:#e9edf2}
.hero-image img{width:100%;height:100%;object-fit:cover}
.hero-copy{padding:21px 23px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:10px;letter-spacing:.12em;font-weight:850;color:var(--accent)}
.hero h1{margin:7px 0 9px;font-size:clamp(27px,4vw,42px);line-height:1.06;letter-spacing:-.045em;max-width:700px}
.hero p{margin:0 0 9px;color:var(--muted);font-size:13px;max-width:650px}
.hero-meta{font-size:10px;color:#8893a3}
.read-link{margin-top:10px;font-size:12px;font-weight:800;color:var(--accent)}

.content-section{padding-top:6px}
.section-title{margin:0 0 12px}
.section-title h2{font-size:22px;line-height:1.15;letter-spacing:-.03em;margin:4px 0 0}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.story-card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}
.story-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.story-body{padding:13px 14px 15px}
.tag{display:inline-block;font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:850;color:var(--accent);margin-bottom:5px}
.story-card h3{font-size:16px;line-height:1.22;letter-spacing:-.02em;margin:0 0 7px}
.story-card p{font-size:12px;line-height:1.45;color:var(--muted);margin:0 0 9px}
.card-link{font-size:11px;font-weight:800;color:var(--accent)}

.info-band{margin-top:22px;margin-bottom:28px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:18px 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:22px;align-items:center}
.info-band h2{margin:4px 0 0;font-size:20px;line-height:1.15;letter-spacing:-.03em}
.info-band p{margin:0;font-size:12px;color:var(--muted)}
.footer{background:#131b29;color:#d9e0ea;padding:28px 0 0}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:30px}
.footer .brand{color:#fff}
.footer p,.footer a{font-size:12px;color:#aeb8c7}
.footer p{max-width:330px;margin:9px 0 0}
.footer strong{display:block;color:#fff;font-size:12px;margin-bottom:8px}
.footer a{display:block;margin:5px 0}
.footer-bottom{margin-top:22px;padding:13px 0;border-top:1px solid #2a3445;font-size:10px;color:#8e99aa}

.article-wrap{max-width:860px;padding-top:14px}
.article-head{background:#fff;border:1px solid var(--line);border-radius:12px;padding:21px}
.article-head h1{font-size:clamp(30px,5vw,48px);line-height:1.04;letter-spacing:-.045em;margin:6px 0 9px}
.article-lead{font-size:15px;color:var(--muted);margin:0}
.article-meta{font-size:10px;color:#8993a3;margin-top:8px}
.article-img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:10px;margin-top:16px}
.article-body{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}
.article-body h2{font-size:23px;line-height:1.15;letter-spacing:-.03em;margin:23px 0 8px}
.article-body p,.article-body li{font-size:15px;line-height:1.65;color:#38465b}
.note{border-left:3px solid var(--accent);background:#f1f6ff;border-radius:7px;padding:11px 13px;color:#465770;font-size:12px}

@media (max-width:800px){
  .nav a:nth-child(n+3){display:none}
  .hero-card{grid-template-columns:1fr;min-height:0}
  .hero-image{height:135px;min-height:135px;order:0}
  .hero-copy{padding:14px 15px}
  .hero h1{font-size:25px;margin-top:6px}
  .hero p{font-size:12px}
  .story-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .info-band{grid-template-columns:1fr;gap:10px}
}

@media (max-width:560px){
  .container{width:calc(100% - 16px)}
  .site-header{height:48px}
  .brand{font-size:16px}
  .nav{display:none}
  .menu-btn{display:block;margin-left:auto}

  /* The first ad stays short so the hero remains above the fold. */
  .ad-top{padding:5px 0 6px}
  .ad-top .ad-slot{min-height:58px}
  .ad-label{height:12px;line-height:12px;font-size:8px}

  /* The second ad begins early; 250px reserved means at least ~40% is visible
     on common 667px phone viewports after the compact header/top-ad/hero. */
  .ad-mid{padding:6px 0 13px}
  .ad-mid .ad-slot{min-height:250px}

  .hero-card{border-radius:9px}
  .hero-image{height:112px;min-height:112px}
  .hero-copy{padding:11px 12px 12px}
  .hero h1{font-size:22px;line-height:1.07;margin:5px 0 6px}
  .hero p{font-size:11.5px;line-height:1.35;margin-bottom:6px}
  .hero-meta{font-size:9px}
  .read-link{font-size:11px;margin-top:7px}

  .content-section{padding-top:1px}
  .section-title{margin-bottom:9px}
  .section-title h2{font-size:19px}
  .story-grid{grid-template-columns:1fr;gap:10px}
  .story-card{display:grid;grid-template-columns:120px 1fr}
  .story-card img{height:100%;min-height:108px;aspect-ratio:auto}
  .story-body{padding:10px 11px}
  .story-card h3{font-size:14px}
  .story-card p{font-size:11px;margin-bottom:6px}
  .tag{font-size:8px;margin-bottom:3px}
  .info-band{margin-top:16px;padding:15px 14px;margin-bottom:20px}
  .info-band h2{font-size:18px}
  .info-band p{font-size:11px}
  .footer{padding-top:22px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:18px}
  .footer-grid>div:first-child{grid-column:1/-1}
}
