.geo-hero { min-height: 560px; padding-bottom: 70px; }
.geo-hero h1 { max-width: 1050px; }
.geo-hero .lede { margin-left: 0; max-width: 760px; }
.geo-summary { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--ink); margin-top:42px; }
.geo-summary .stat { min-height:72px; }
.market-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid var(--ink); border-left:1px solid var(--ink); }
.market-card { display:flex; flex-direction:column; min-height:330px; padding:30px; border-right:1px solid var(--ink); border-bottom:1px solid var(--ink); text-decoration:none; transition:background .15s ease; }
.market-card:hover { background:var(--acid); }
.market-card .card-kicker { font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-weight:750; }
.market-card h3 { margin:30px 0 14px; font-size:clamp(38px,4.5vw,70px); letter-spacing:-.055em; line-height:.92; }
.market-card p { max-width:580px; color:var(--muted); line-height:1.5; }
.market-card .card-meta { margin-top:auto; padding-top:30px; display:flex; justify-content:space-between; align-items:flex-end; gap:20px; border-top:1px solid var(--line); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.market-card .card-score { font-size:36px; font-weight:750; letter-spacing:-.05em; color:var(--ink); }
.country-group { margin-bottom:80px; }
.country-title { display:flex; justify-content:space-between; align-items:flex-end; gap:25px; margin-bottom:24px; }
.country-title h2 { margin:0; font-size:clamp(45px,7vw,96px); line-height:.86; letter-spacing:-.06em; }
.country-title a { font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.country-title p { max-width:520px; color:var(--muted); line-height:1.5; margin:0; }
.leaderboard { border-top:1px solid var(--ink); }
.leader-row { display:grid; grid-template-columns:52px minmax(180px,.9fr) minmax(240px,1.4fr) 100px; gap:20px; align-items:center; min-height:88px; border-bottom:1px solid var(--line); text-decoration:none; }
.leader-row:hover { background:rgba(199,255,50,.22); }
.leader-row .rank { color:var(--muted); font-variant-numeric:tabular-nums; }
.leader-row .place { font-weight:700; }
.leader-row .pain-name { font-size:18px; letter-spacing:-.02em; }
.leader-row .score { text-align:right; font-size:28px; font-weight:750; }
.geo-note { margin:20px 0 0; color:var(--muted); font-size:12px; line-height:1.5; max-width:720px; }
.city-summary { background:var(--ink); color:#f8f6ef; margin:0 3vw; padding:55px 5vw; display:grid; grid-template-columns:.7fr 1.3fr; gap:50px; }
.city-summary strong { color:var(--acid); font-size:clamp(70px,10vw,140px); line-height:.8; letter-spacing:-.07em; }
.city-summary h2 { margin:0 0 18px; font-size:clamp(38px,5vw,72px); line-height:.9; letter-spacing:-.05em; }
.city-summary p { color:#d5d5cc; max-width:700px; line-height:1.55; }
@media (max-width:780px) {
  .market-grid { grid-template-columns:1fr; }
  .geo-summary { grid-template-columns:repeat(2,1fr); }
  .country-title { display:block; }
  .country-title p { margin-top:18px; }
  .leader-row { grid-template-columns:36px 1fr 72px; padding:15px 0; }
  .leader-row .pain-name { grid-column:2/4; font-size:15px; }
  .city-summary { grid-template-columns:1fr; }
}
