/* ============================================================
   UK Energy Efficiency Report — Regional Page Styles
============================================================ */

/* ── REGIONAL HERO ── */
.regional-hero {
  background: var(--navy);
  padding: 64px 0 52px;
  position: relative;
  overflow: hidden;
}
.regional-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(184,150,12,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.regional-hero .container { position: relative; max-width: var(--content-w); }
.hero-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-kicker::after { content: ''; flex: 1; max-width: 60px; height: 1px; background: var(--gold); opacity: 0.4; }
.regional-hero h1 { font-family: var(--serif); font-size: clamp(32px, 5.5vw, 58px); font-weight: 700; line-height: 1.06; color: #fff; margin-bottom: 22px; }
.regional-hero h1 em { font-style: italic; color: var(--gold); }
.hero-standfirst { font-size: 18px; font-weight: 300; line-height: 1.6; color: rgba(167,195,215,0.9); max-width: 560px; margin-bottom: 28px; border-left: 3px solid var(--gold); padding-left: 18px; }
.hero-byline { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(90,120,140,0.8); padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }

/* ── STAT STRIP (gold bar) ── */
.stat-strip { background: var(--gold); padding: 22px 0; }
.stat-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 0 var(--gap);
}
.stat-strip-item { text-align: center; padding: 0 16px; border-right: 1px solid rgba(0,0,0,0.14); }
.stat-strip-item:last-child { border-right: none; }
.stat-strip-num { font-family: var(--serif); font-size: 40px; font-weight: 700; color: var(--navy); line-height: 1; display: block; }
.stat-strip-desc { font-size: 11px; font-weight: 500; color: rgba(15,30,46,0.7); margin-top: 4px; display: block; letter-spacing: 0.3px; }

@media (max-width: 600px) {
  .stat-strip-inner { grid-template-columns: 1fr; gap: 16px; }
  .stat-strip-item { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.12); padding-bottom: 16px; }
  .stat-strip-item:last-child { border-bottom: none; }
}

/* ── ARTICLE BODY ── */
.article-body { padding: 52px 0 0; }
.article-body > .container { max-width: var(--content-w); }
.article-body p { margin-bottom: 22px; color: #1e1e1e; }
.article-body h2 { font-family: var(--serif); font-size: clamp(22px, 3.5vw, 32px); font-weight: 700; margin: 44px 0 16px; color: var(--ink); line-height: 1.2; }
.article-body ul { margin: 0 0 22px 0; padding-left: 20px; }
.article-body ul li { margin-bottom: 8px; line-height: 1.6; }
.article-body strong { font-weight: 600; }

/* ── PULL QUOTE ── */
.pull-quote {
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 26px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: var(--navy);
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  padding: 22px 0;
  margin: 40px 0;
  text-align: center;
}

/* ── INFO / CALLOUT BOXES ── */
.info-box {
  background: #e8f0f6;
  border: 1px solid #b8cfe0;
  border-left: 4px solid #1a4a6b;
  padding: 26px 30px;
  margin: 36px 0;
}
.info-box h3 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: #1a4a6b; margin-bottom: 14px; }
.info-box ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.info-box ul li { display: flex; gap: 10px; font-size: 15px; line-height: 1.5; }
.info-box ul li::before { content: '→'; color: #1a4a6b; font-weight: 600; flex-shrink: 0; }

.gold-callout {
  background: var(--gold-lt);
  border: 1px solid #d4ad14;
  border-left: 4px solid var(--gold);
  padding: 22px 26px;
  margin: 36px 0;
  font-size: 15px;
  line-height: 1.65;
}
.gold-callout strong { display: block; font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 8px; }

.honesty-box {
  background: var(--paper-dk);
  border: 1px solid var(--rule);
  padding: 20px 26px;
  margin: 36px 0;
  font-size: 15px;
  color: #444;
  line-height: 1.65;
}
.honesty-box strong { display: block; font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #777; margin-bottom: 8px; }

/* ── GRANT CARDS (South West style) ── */
.grant-cards { display: flex; flex-direction: column; gap: 12px; margin: 36px 0; }
.grant-card { display: grid; grid-template-columns: 100px 1fr; border: 1px solid var(--rule); overflow: hidden; }
.grant-card.featured { border-color: var(--gold-dk); border-width: 2px; }
.card-amount { background: var(--navy); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 8px; text-align: center; }
.grant-card.featured .card-amount { background: var(--gold-dk); }
.card-amount .val { font-family: var(--serif); font-size: 24px; font-weight: 700; line-height: 1; }
.card-amount .tag { font-size: 10px; opacity: 0.75; margin-top: 4px; letter-spacing: 1px; text-transform: uppercase; }
.card-body { padding: 16px 20px; background: #fff; }
.card-title { font-weight: 500; font-size: 15px; margin-bottom: 4px; color: var(--ink); }
.card-desc { font-size: 14px; color: #666; line-height: 1.5; }
.featured-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 4px; display: block; }

@media (max-width: 600px) { .grant-card { grid-template-columns: 80px 1fr; } }

/* ── NUMBERS BLOCK (Yorkshire style) ── */
.numbers-block { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--ink); margin: 40px 0; }
.number-item { padding: 22px 18px; text-align: center; border-right: 2px solid var(--ink); }
.number-item:last-child { border-right: none; }
.number-item.highlight { background: var(--navy); }
.number-big { font-family: var(--serif); font-size: 42px; font-weight: 700; line-height: 1; color: var(--ink); display: block; }
.number-item.highlight .number-big { color: #fff; }
.number-label { font-size: 12px; font-weight: 500; color: #666; margin-top: 6px; display: block; line-height: 1.3; }
.number-item.highlight .number-label { color: rgba(255,255,255,0.75); }

@media (max-width: 600px) {
  .numbers-block { grid-template-columns: 1fr; }
  .number-item { border-right: none; border-bottom: 2px solid var(--ink); }
  .number-item:last-child { border-bottom: none; }
}

/* ── PLAIN SPEAK BOX (Yorkshire) ── */
.plain-speak { background: var(--navy); color: var(--cream); padding: 30px 34px; margin: 36px 0; }
.plain-speak-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.plain-speak-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.plain-speak-list li { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; font-size: 15px; line-height: 1.5; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.plain-speak-list li:last-child { border-bottom: none; padding-bottom: 0; }
.speak-amount { font-family: var(--serif); font-size: 22px; font-weight: 700; color: #fff; white-space: nowrap; min-width: 76px; }
.speak-detail { color: rgba(167,195,215,0.85); }
.speak-detail strong { color: #fff; display: block; margin-bottom: 2px; }

/* ── HOLIDAY BOX / LOCAL BOX ── */
.local-box {
  background: #edf1f4;
  border: 1px solid #c8d4dc;
  border-left: 4px solid #3a4a5a;
  padding: 22px 26px;
  margin: 36px 0;
}
.local-box h3 { font-family: var(--serif); font-size: 18px; font-weight: 700; color: #3a4a5a; margin-bottom: 12px; }
.local-box ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.local-box ul li { font-size: 15px; display: flex; gap: 10px; line-height: 1.5; }
.local-box ul li::before { content: '✓'; color: #3a4a5a; font-weight: 700; flex-shrink: 0; }

.holiday-box {
  background: #faf3ee;
  border: 1px solid #d4a882;
  border-left: 4px solid #8b5e3c;
  padding: 26px 30px;
  margin: 36px 0;
}
.holiday-box h3 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: #8b5e3c; margin-bottom: 12px; }
.holiday-box ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.holiday-box ul li { font-size: 15px; display: flex; gap: 10px; line-height: 1.5; }
.holiday-box ul li::before { content: '→'; color: #8b5e3c; font-weight: 600; flex-shrink: 0; }

/* ── ORNAMENT ── */
.ornament { text-align: center; color: var(--rule); font-size: 18px; letter-spacing: 12px; margin: 36px 0; }

/* ── BACK LINK ── */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  margin-bottom: 32px;
}
.back-link:hover { text-decoration: underline; }
.back-link::before { content: '←'; }

/* ── FAQ SECTION ── */
.faq-section { padding: 56px 0; border-top: 1px solid var(--rule); }
.faq-section > .container { max-width: var(--content-w); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.3;
}
.faq-question:hover { color: var(--navy); }
.faq-icon { font-size: 22px; color: var(--gold-dk); flex-shrink: 0; transition: transform 0.25s ease; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 22px; font-family: var(--sans); font-size: 16px; font-weight: 300; color: #333; line-height: 1.7; max-width: 640px; }
.faq-answer p { margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-item.open .faq-answer { display: block; }
