.stats-subheading { margin: 3rem 0 .6rem; font-family: var(--serif, "Noto Serif JP", serif); font-size: 1.6rem; color: var(--stats-deep); }
.stats-price-bands { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 1.5rem; }
.stats-price-bands article { padding: 1.15rem; border: 1px solid var(--stats-line); border-radius: 12px; background: #fff; }
.stats-price-bands span, .stats-price-bands strong { display: block; }
.stats-price-bands span { font-size: .82rem; color: var(--stats-muted); }
.stats-price-bands strong { margin-top: .35rem; font-size: 1.5rem; color: var(--stats-green); }
@media (max-width: 850px) { .stats-price-bands { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .stats-price-bands { grid-template-columns: 1fr; } }
.stats-district-table table { min-width: 1500px; }
.stats-district-table thead tr:nth-child(2) th { background: #3b6649; }
.stats-district-table th[rowspan] { vertical-align: middle; }
.stats-district-table td small { display: block; margin-top: .15rem; color: var(--stats-muted); font-size: .68rem; }
.chart-y-labels { fill: #5f5a54; font-size: 12px; font-weight: 600; }
.stats-section > div > .stats-unit-note { max-width: none; margin: 1.25rem 0 .5rem; padding: .75rem 1rem; border-left: 4px solid var(--stats-gold); background: #fff; color: var(--stats-deep); }
.stats-contact { padding: clamp(4rem, 8vw, 7rem) 0; text-align: center; background: var(--stats-deep); color: #fff; }
.stats-contact .eyebrow { color: #ead7b3; }
.stats-contact h2 { margin: .4rem 0 1rem; font-family: var(--serif, "Noto Serif JP", serif); font-size: clamp(1.8rem, 4vw, 3rem); color: #fff; }
.stats-contact p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.8); line-height: 1.9; }
.stats-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin: 1.8rem 0 1rem; }
.stats-contact-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.5rem; border-radius: 999px; font-weight: 700; text-decoration: none; }
.stats-contact-primary { background: #f0d9af; color: var(--stats-deep); }
.stats-contact-primary:hover { background: #fff0d1; }
.stats-contact-secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.stats-contact-secondary:hover { background: rgba(255,255,255,.1); }
.stats-contact small { color: rgba(255,255,255,.62); }
@media (max-width: 560px) { .stats-contact-actions { display: grid; } }
