/* ============================================================
   Brighter Pathway Care — Housing Strategy page
   Extends styles.css (Newsreader / Public Sans · navy #0F2A47 · gold #C9A24B · green #1f8a5b)
   Audience: council commissioners & private landlords
   ============================================================ */

/* This page is a document, not a full-viewport scroll deck:
   neutralise the homepage's 100vh snap sections. */
.strategy-page section[id] {
  min-height: 0;
  scroll-snap-align: none;
  display: block;
}
.strategy-page { scroll-snap-type: none; }

/* ---------- Intro / hero ---------- */
.strat-hero {
  background:
    radial-gradient(ellipse 720px 420px at 80% -20%, rgba(201,162,75,.22), transparent 62%),
    linear-gradient(165deg, #0F2A47, #16375c 70%, #1d4066);
  color: #f4f7fb;
  padding: 78px 0 66px;
}
.strat-hero-inner { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.strat-hero .eyebrow { color: #d9b878; }
.strat-hero h1 {
  font-family: 'Newsreader', serif;
  font-weight: 600;
  font-size: clamp(34px, 5.4vw, 54px);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 18px;
}
.strat-hero h1 .accent { color: #e6c684; }
.strat-hero p {
  font-size: 17px;
  line-height: 1.62;
  color: #d3dcea;
  max-width: 62ch;
  margin: 0 0 14px;
}
.strat-hero .mission-chip {
  display: inline-flex; align-items: center; gap: 11px;
  margin-top: 12px;
  border: 1px solid rgba(230,198,132,.4);
  border-radius: 40px;
  padding: 9px 20px 9px 15px;
  font-size: 14.5px;
  color: #f4ede0;
}
.strat-hero .mission-chip .pip {
  width: 9px; height: 9px; border-radius: 50%;
  background: #e6c684; box-shadow: 0 0 0 4px rgba(230,198,132,.22);
}
.strat-hero .mission-chip b { color: #e6c684; font-weight: 700; }

/* ---------- Section shell ---------- */
.strat-block { max-width: 1080px; margin: 0 auto; padding: 66px 24px; }
.strat-block--tint { background: #f7f4ee; }
.strat-block--navy { background: #0F2A47; color: #eef2f8; }
.strat-lead {
  font-size: 16.5px; line-height: 1.62; color: #45526a; max-width: 66ch; margin: 6px 0 34px;
}
.strat-block--navy .strat-lead { color: #c3cede; }

/* ---------- Strand list ---------- */
.strand-list { display: flex; flex-direction: column; gap: 16px; }
.strand {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  background: #fff;
  border: 1px solid #e6e2d8;
  border-radius: 14px;
  padding: 24px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.strand:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -28px rgba(15,42,71,.4); border-color: #C9A24B; }
.strand-num {
  font-family: 'Newsreader', serif;
  font-size: 30px; font-weight: 600;
  color: #0F2A47;
  width: 58px; height: 58px;
  border-radius: 12px;
  background: #eef2f7;
  display: flex; align-items: center; justify-content: center;
}
.strand--ours .strand-num { background: #0F2A47; color: #e6c684; }
.strand-title {
  font-family: 'Newsreader', serif;
  font-size: 21px; font-weight: 600; color: #0F2A47;
  margin: 3px 0 0; line-height: 1.22;
}
.strand-council {
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #93825a; margin-bottom: 8px;
}
.strand--ours .strand-council { color: #1f8a5b; }
.strand-how {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dashed #e0dccf;
  font-size: 15px; line-height: 1.56; color: #47536a;
}
.strand-how b { color: #0F2A47; font-weight: 700; }

.further-flag {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  color: #1f8a5b; background: #e6f4ec; border: 1px solid #bfe4cf;
  padding: 7px 15px; border-radius: 30px; margin-bottom: 18px;
}

/* ---------- Ethos ---------- */
.ethos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }
.ethos-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(230,198,132,.24);
  border-radius: 14px; padding: 22px 22px;
}
.ethos-card h3 {
  font-family: 'Newsreader', serif; font-size: 19px; font-weight: 600;
  color: #f4ede0; margin: 0 0 8px;
}
.ethos-card p { font-size: 14.5px; line-height: 1.56; color: #b9c4d6; margin: 0; }

/* ---------- Approach / means ---------- */
.means-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 8px; }
.means {
  background: #fff; border: 1px solid #e6e2d8; border-radius: 14px; padding: 24px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.means:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -28px rgba(15,42,71,.38); border-color: #C9A24B; }
.means .k {
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #C9A24B; margin-bottom: 10px;
}
.means h3 { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 600; color: #0F2A47; margin: 0 0 8px; }
.means p { font-size: 14.5px; line-height: 1.56; color: #47536a; margin: 0; }

/* ---------- Process timeline ---------- */
.proc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 26px 0 40px;
}
.proc-step { position: relative; }
.proc-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: #0F2A47; color: #e6c684;
  font-family: 'Newsreader', serif; font-size: 18px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 13px;
}
/* connector line between steps */
.proc-step:not(:last-child)::after {
  content: "";
  position: absolute; top: 19px; left: 52px; right: -18px; height: 2px;
  background: linear-gradient(90deg, #C9A24B, rgba(201,162,75,.28));
}
.proc-step h4 {
  font-family: 'Newsreader', serif; font-size: 17px; font-weight: 600;
  color: #0F2A47; margin: 0 0 6px;
}
.proc-step p { font-size: 13px; line-height: 1.46; color: #556074; margin: 0; }

/* ---------- CTA ---------- */
.strat-cta {
  max-width: 1080px; margin: 0 auto; padding: 60px 24px 78px; text-align: center;
}
.strat-cta h2 {
  font-family: 'Newsreader', serif; font-weight: 600; font-size: clamp(26px, 4vw, 38px);
  color: #0F2A47; margin: 0 0 12px; line-height: 1.12;
}
.strat-cta p { font-size: 16px; color: #556074; max-width: 52ch; margin: 0 auto 26px; }
.strat-cta .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 720px) {
  .ethos-grid, .means-grid { grid-template-columns: 1fr; }
  .proc { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .proc-step:not(:last-child)::after { display: none; }
  .strand { grid-template-columns: 1fr; gap: 14px; }
  .strand-num { width: 52px; height: 52px; font-size: 26px; }
  .strat-block, .strat-cta { padding-left: 20px; padding-right: 20px; }
}
