:root {
  --ink: #17221f;
  --muted: #53605c;
  --paper: #f5f3ed;
  --white: #ffffff;
  --green: #254f43;
  --green-dark: #16352d;
  --amber: #d67b2c;
  --amber-dark: #9b4b14;
  --sage: #dfe8df;
  --line: #cfd7d1;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(18, 37, 31, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.58; }
a { color: var(--amber-dark); text-decoration-thickness: .08em; text-underline-offset: .14em; }
a:hover { color: var(--green-dark); }
img { max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 830px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: white; padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; top: 10px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,243,237,.96); border-bottom: 1px solid rgba(37,79,67,.16); backdrop-filter: blur(10px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { min-width: 270px; }
.campaign-mark { display: grid; grid-template-columns: auto 34px 1fr; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-weight: 800; line-height: 1.05; }
.campaign-mark__number { font-size: 1.22rem; color: var(--amber-dark); }
.campaign-mark__ring { width: 32px; height: 32px; border: 5px solid var(--amber); border-left-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.campaign-mark__words { max-width: 230px; }
.primary-nav ul { display: flex; align-items: center; gap: 22px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .94rem; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--amber-dark); }
.menu-toggle { display: none; border: 1px solid var(--green); background: transparent; padding: 9px 14px; border-radius: 4px; font-weight: 700; }
.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(130deg, var(--green-dark), #2b5b4d 68%, #346b5b); padding: 92px 0 70px; }
.hero__rings { position: absolute; width: 700px; height: 700px; right: -220px; top: -260px; border: 55px solid rgba(214,123,44,.30); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.06), 0 0 0 135px rgba(214,123,44,.11); }
.hero__inner { position: relative; z-index: 2; }
.hero h1 { max-width: 920px; margin: 8px 0 16px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .95; letter-spacing: -.055em; }
.hero__strapline { max-width: 850px; margin: 0 0 24px; font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 700; color: #f4c493; }
.hero__intro { max-width: 760px; font-size: 1.16rem; }
.eyebrow { margin: 0 0 8px; color: var(--amber-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.hero .eyebrow { color: #f7c999; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 2px solid transparent; border-radius: 3px; font-weight: 800; text-decoration: none; }
.button--primary { background: var(--amber); color: #17130f; }
.button--primary:hover { background: white; color: var(--ink); }
.button--ghost { color: white; border-color: rgba(255,255,255,.7); }
.button--ghost:hover { background: white; color: var(--ink); }
.button--light { background: white; color: var(--green-dark); }
.application-banner { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); font-size: .92rem; }
.application-banner a { color: white; }
.fact-band { background: var(--white); border-bottom: 1px solid var(--line); }
.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fact-grid article { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 25px; border-right: 1px solid var(--line); }
.fact-grid article:last-child { border-right: 0; }
.fact-grid strong { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; color: var(--green-dark); }
.fact-grid span { margin-top: 10px; color: var(--muted); font-weight: 700; }
.section { padding: 86px 0; }
.section h2 { margin: 0 0 20px; font-size: clamp(2.2rem, 4.5vw, 4.7rem); line-height: 1; letter-spacing: -.045em; }
.lead { font-size: 1.25rem; color: #33433e; }
blockquote { margin: 38px 0 0; padding: 24px 28px; border-left: 8px solid var(--amber); background: white; box-shadow: var(--shadow); font-size: 1.25rem; font-weight: 700; }
.section--tests { background: var(--green-dark); color: white; }
.section--tests .eyebrow { color: #f2ba82; }
.card-grid { display: grid; gap: 22px; }
.card-grid--tests { grid-template-columns: repeat(4,1fr); margin-top: 40px; }
.test-card { padding: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.test-card__number { color: #f1b57b; font-weight: 900; }
.test-card h3 { margin: 22px 0 10px; font-size: 1.45rem; }
.test-card p { margin: 0; color: #d9e3df; font-size: .98rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 35px; }
.text-link { font-weight: 900; }
.issue-grid { grid-template-columns: repeat(4,1fr); }
.issue-card { overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(18,37,31,.05); }
.issue-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.issue-card__body { padding: 24px; }
.issue-card h2, .issue-card h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.15; }
.issue-card h2 a, .issue-card h3 a { color: var(--ink); text-decoration: none; }
.issue-card p { font-size: .96rem; color: var(--muted); }
.issue-card--placeholder { border-top: 6px solid var(--amber); }
.section--tracker { background: #e6ece7; }
.tracker-table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.tracker-table { width: 100%; min-width: 900px; border-collapse: collapse; font-size: .92rem; }
.tracker-table th, .tracker-table td { padding: 15px; text-align: left; border-bottom: 1px solid var(--line); }
.tracker-table thead th { background: var(--green-dark); color: white; }
.tracker-table tbody th { min-width: 210px; }
.tracker-status { display: inline-block; padding: 4px 8px; border-radius: 99px; font-size: .78rem; font-weight: 900; }
.status-yes { background: #d7ead9; color: #155126; }
.status-no { background: #f1d7d3; color: #84281e; }
.status-partial { background: #f5e8be; color: #765a05; }
.status-tbc { background: #e4e6e5; color: #4c5552; }
.tracker-empty { max-width: 760px; padding: 24px; background: white; border-left: 7px solid var(--amber); }
.attention-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.attention-sequence { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.attention-sequence div { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 25px; background: var(--green-dark); color: white; }
.attention-sequence strong { font-size: 2.5rem; line-height: 1; color: #f1b57b; }
.attention-sequence span { margin-top: 12px; font-weight: 700; }
.section--action { padding: 0; background: var(--amber); }
.action-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.action-grid article { padding: 52px 35px; border-right: 1px solid rgba(23,34,31,.25); }
.action-grid article:last-child { border-right: 0; }
.action-grid span { font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.action-grid h2 { margin-top: 14px; font-size: 2rem; }
.site-footer { background: #111b18; color: #d9e1de; padding: 58px 0 28px; }
.site-footer a { color: white; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
.site-footer h2 { color: white; }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 45px; padding-top: 22px; border-top: 1px solid #34423d; font-size: .85rem; }
.site-footer ul { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; }
.entry-header { margin-bottom: 36px; }
.entry-header h1, .archive-header h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.05em; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin-top: 2.2em; font-size: 2.3rem; }
.entry-content h3 { margin-top: 1.8em; font-size: 1.5rem; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 10px; }
.featured-image { margin-bottom: 34px; }
.post-card { background: white; border: 1px solid var(--line); }
.post-card__body { padding: 24px; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.post-meta { color: var(--muted); font-size: .85rem; }
.commitment-details { display: grid; gap: 1px; margin-top: 35px; background: var(--line); border: 1px solid var(--line); }
.commitment-details div { display: grid; grid-template-columns: 220px 1fr; background: white; }
.commitment-details dt, .commitment-details dd { margin: 0; padding: 14px; }
.commitment-details dt { font-weight: 900; background: #e8ece9; }
@media (max-width: 1040px) {
  .card-grid--tests, .issue-grid { grid-template-columns: repeat(2,1fr); }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .fact-grid article:nth-child(2) { border-right: 0; }
  .fact-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 780px) {
  body { font-size: 17px; }
  .site-header__inner { min-height: 70px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; }
  .hero { padding: 65px 0 50px; }
  .hero__rings { right: -430px; }
  .application-banner { flex-direction: column; gap: 8px; }
  .attention-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .action-grid { grid-template-columns: 1fr; }
  .action-grid article { border-right: 0; border-bottom: 1px solid rgba(23,34,31,.25); }
  .section { padding: 64px 0; }
}
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 26px), var(--max)); }
  .campaign-mark__words { display: none; }
  .site-branding { min-width: auto; }
  .fact-grid, .card-grid--tests, .issue-grid, .attention-sequence, .content-grid { grid-template-columns: 1fr; }
  .fact-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .commitment-details div { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* Completed Appendix B evidence workstreams */
.appendix-b { margin-top: 42px; }
.appendix-b__intro { max-width: 900px; margin-bottom: 20px; }
.appendix-b__intro h3 { margin-bottom: 8px; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.appendix-b__intro p { margin: 0; }
.evidence-workstream { margin: 12px 0; border: 1px solid var(--line); background: white; box-shadow: 0 8px 22px rgba(25,48,38,.07); }
.evidence-workstream summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; font-weight: 900; color: var(--green-dark); list-style: none; }
.evidence-workstream summary::-webkit-details-marker { display: none; }
.evidence-workstream summary::after { content: '+'; margin-left: auto; font-size: 1.5rem; line-height: 1; color: var(--amber-dark, #9b4a00); }
.evidence-workstream[open] summary::after { content: '−'; }
.evidence-workstream[open] summary { border-bottom: 1px solid var(--line); }
.evidence-workstream__number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: var(--amber); color: #1f2e27; font-size: .82rem; }
.evidence-workstream__grid { margin: 0; }
.evidence-workstream__grid > div { display: grid; grid-template-columns: minmax(190px, 250px) 1fr; border-bottom: 1px solid var(--line); }
.evidence-workstream__grid > div:last-child { border-bottom: 0; }
.evidence-workstream__grid dt, .evidence-workstream__grid dd { margin: 0; padding: 16px 18px; }
.evidence-workstream__grid dt { font-weight: 900; background: #f1f4f2; color: var(--green-dark); }
.evidence-workstream__grid dd { line-height: 1.65; }
@media (max-width: 760px) {
  .evidence-workstream__grid > div { grid-template-columns: 1fr; }
  .evidence-workstream__grid dt { padding-bottom: 8px; }
  .evidence-workstream__grid dd { padding-top: 8px; }
}


/* Public promise/funding/security/delivery matrix */
.public-tracker { margin-top: 2rem; }
.public-tracker__intro { max-width: 920px; margin-bottom: 1rem; }
.public-tracker__intro h3 { margin-bottom: .55rem; }
.tracker-table--matrix { min-width: 1180px; }
.tracker-table--matrix th:first-child { min-width: 210px; }
.tracker-table--matrix th:last-child,
.tracker-table--matrix td:last-child { min-width: 300px; }
.public-tests {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border: 2px solid var(--mg-amber, #c96824);
  border-radius: 14px;
  background: #fff8f1;
}
.public-tests h3 { margin: .2rem 0 .45rem; }
.public-tests__stages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 1rem;
}
.public-tests__stages span {
  display: block;
  padding: .8rem .55rem;
  text-align: center;
  font-weight: 700;
  border-radius: 999px;
  background: #23272a;
  color: #fff;
}
@media (max-width: 820px) {
  .public-tests__stages { grid-template-columns: 1fr 1fr; }
  .public-tests__stages span:last-child { grid-column: 1 / -1; }
}

/* v1.4 resident navigation, progressive disclosure and Mailchimp signup */
.resident-nav { position: sticky; top: 82px; z-index: 40; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 8px 20px rgba(18,37,31,.05); }
.resident-nav__inner { display: flex; align-items: center; justify-content: center; gap: 8px 28px; min-height: 54px; overflow-x: auto; scrollbar-width: thin; }
.resident-nav a { flex: 0 0 auto; color: var(--green-dark); text-decoration: none; font-size: .88rem; font-weight: 900; }
.resident-nav a:hover, .resident-nav a:focus { color: var(--amber-dark); text-decoration: underline; }
.section--resident-route { padding-top: 22px; background: var(--white); }
.section--resident-route h2 { max-width: 900px; }
.resident-route-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 34px; }
.resident-route-grid article { padding: 26px; border-top: 6px solid var(--amber); background: var(--paper); }
.resident-route-grid span { color: var(--amber-dark); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.resident-route-grid h3 { margin: 14px 0 10px; font-size: 1.35rem; line-height: 1.15; }
.resident-route-grid p { margin: 0; color: var(--muted); font-size: .95rem; }
.section-summary { max-width: 800px; margin: -4px 0 30px; color: #d9e3df; }
.content-disclosure { margin-top: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.78); box-shadow: 0 8px 24px rgba(18,37,31,.06); }
.content-disclosure > summary { display: flex; align-items: center; gap: 12px; padding: 20px 22px; cursor: pointer; list-style: none; color: var(--green-dark); font-weight: 900; }
.content-disclosure > summary::-webkit-details-marker { display: none; }
.content-disclosure > summary::after { content: '+'; margin-left: auto; color: var(--amber-dark); font-size: 1.5rem; }
.content-disclosure[open] > summary::after { content: '−'; }
.content-disclosure[open] > summary { border-bottom: 1px solid var(--line); }
.content-disclosure__body { padding: 0 20px 24px; }
.content-disclosure__body > :first-child { margin-top: 24px; }
.action-card--signup { grid-column: span 1; }
.campaign-signup { display: grid; gap: 13px; margin-top: 22px; }
.campaign-signup__field { display: grid; gap: 5px; }
.campaign-signup label { font-size: .86rem; font-weight: 900; }
.campaign-signup input[type="text"], .campaign-signup input[type="email"] { width: 100%; min-height: 46px; padding: 10px 12px; border: 2px solid rgba(23,34,31,.35); border-radius: 3px; background: white; color: var(--ink); font: inherit; }
.campaign-signup input:focus { outline: 3px solid rgba(37,79,67,.28); border-color: var(--green-dark); }
.campaign-signup__honeypot { position: absolute; left: -5000px; }
.campaign-signup__privacy { margin: 2px 0 4px; font-size: .78rem; line-height: 1.45; }
.campaign-signup__privacy a { color: var(--green-dark); }
.campaign-signup button { width: max-content; cursor: pointer; font: inherit; }
@media (max-width: 1040px) {
  .resident-route-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 780px) {
  .resident-nav { top: 70px; }
  .resident-nav__inner { justify-content: flex-start; }
  .content-disclosure__body { padding-inline: 10px; }
}
@media (max-width: 560px) {
  .resident-route-grid { grid-template-columns: 1fr; }
  .resident-nav__inner { width: 100%; padding-inline: 13px; }
}


/* Live application, consultation update and scrutiny */
.button--outline { background: transparent; color: var(--green-dark); border: 2px solid var(--green); }
.button--outline:hover { background: var(--green); color: white; }
.application-live { padding: 34px 0; background: #fff7ed; border-bottom: 1px solid #e5c9aa; }
.application-live__grid { display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: center; }
.application-live h2 { margin: 2px 0 10px; font-size: clamp(1.55rem,3vw,2.45rem); }
.application-live p { max-width: 850px; }
.application-live__privacy { margin: 18px 0 0; font-size: .9rem; color: var(--muted); }
.deadline-card { display: grid; gap: 5px; padding: 25px; background: var(--green-dark); color: white; border-radius: 8px; box-shadow: var(--shadow); }
.consultation-update__message { font-size: clamp(1.2rem,2.3vw,1.65rem); line-height: 1.3; font-weight: 900; }
.section--live-scrutiny { background: #e8efeb; }
.scrutiny-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 30px; }
.scrutiny-grid article { padding: 24px; background: white; border-top: 5px solid var(--amber); box-shadow: 0 8px 20px rgba(18,37,31,.06); }
.scrutiny-grid h3 { margin-top: 0; }
.application-watch { display: grid; grid-template-columns: 2fr 1fr; gap: 1px; margin-top: 26px; background: var(--line); border: 1px solid var(--line); }
.application-watch > div { display: grid; gap: 6px; padding: 18px; background: white; }
.application-watch strong { color: var(--green-dark); }
.application-watch span { color: var(--muted); }
.monitoring-note { margin: 12px 0 0; font-size: .88rem; color: var(--muted); }
.action-card__secondary { display: inline-block; margin: 12px 0 0 10px; color: white; font-weight: 800; }
@media (max-width: 860px) {
  .application-live__grid, .scrutiny-grid, .application-watch { grid-template-columns: 1fr; }
}


/* v1.7.16: consultation-date note and formal consultee schedule */
.consultation-update__note { margin: .8rem 0 0; font-size: .94rem; line-height: 1.45; font-weight: 600; }
.section--consultees { background: var(--mg-surface, #fff); }
.consultee-table th:first-child { min-width: 190px; }
.consultee-table td:nth-child(2) { min-width: 190px; }
.consultee-table td:nth-child(3) { min-width: 180px; }
.consultee-table td:nth-child(4), .consultee-table td:nth-child(5) { min-width: 300px; }


/* v1.7.17 strategic-settlement evidence update */
.section--strategic-test { background: #f4f6f2; }
.strategic-test-grid, .nppf-grid, .source-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; margin-top:2rem; }
.strategic-test-card, .nppf-grid article, .source-card { background:#fff; border:1px solid rgba(20,54,40,.14); border-radius:14px; padding:1.25rem; box-shadow:0 8px 22px rgba(20,54,40,.06); }
.strategic-test-card h3, .nppf-grid h3 { margin-top:0; }
.strategic-test-card span { display:block; margin-top:1rem; padding-top:.85rem; border-top:1px solid rgba(20,54,40,.12); font-size:.92rem; font-weight:700; color:#355647; }
.section--phoenix { background:#edf4f7; }
.split-evidence { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:2.25rem; align-items:center; }
.evidence-figure { margin:0; background:#fff; border-radius:16px; padding:.8rem; box-shadow:0 10px 30px rgba(0,0,0,.10); }
.evidence-figure img { display:block; width:100%; height:auto; border-radius:10px; }
.evidence-figure figcaption { font-size:.88rem; line-height:1.5; padding:.75rem .25rem .15rem; color:#52605a; }
.question-box { border-left:5px solid #1d6b55; background:#fff; padding:1rem 1.2rem; margin:1.25rem 0; border-radius:0 12px 12px 0; }
.question-box p { margin-bottom:0; }
.section--nppf { background:#173c31; color:#fff; }
.section--nppf .eyebrow, .section--nppf h2, .section--nppf .lead { color:#fff; }
.section--nppf .nppf-grid article { color:#173c31; }
.section--sources { background:#faf8f1; }
.source-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.source-card { display:flex; flex-direction:column; gap:.45rem; color:inherit; text-decoration:none; transition:transform .15s ease, box-shadow .15s ease; }
.source-card:hover, .source-card:focus { transform:translateY(-2px); box-shadow:0 12px 28px rgba(20,54,40,.12); }
.source-card strong { font-size:1.05rem; color:#173c31; }
.source-card span { color:#52605a; }
@media (max-width: 920px) { .strategic-test-grid, .nppf-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .split-evidence { grid-template-columns:1fr; } }
@media (max-width: 640px) { .strategic-test-grid, .nppf-grid, .source-grid { grid-template-columns:1fr; } }

/* =========================================================
   v1.8.0 — resident-first homepage / conversion redesign
   ========================================================= */

:root {
  --mg-soft-orange: #fff4e8;
  --mg-soft-green: #edf3ef;
  --mg-soft-blue: #eef5f7;
  --mg-deep: #102a23;
}

.mg-front-page { padding-bottom: 76px; }
.mg-front-page .section { scroll-margin-top: 145px; }

.hero--v180 { padding: 76px 0 62px; }
.hero-v180__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(290px,.55fr); gap: 54px; align-items: center; }
.hero-v180__copy h1 { max-width: 850px; }
.hero-v180__statement { max-width: 870px; margin: 0 0 20px; font-size: clamp(1.26rem,2.5vw,2rem); line-height: 1.32; font-weight: 800; color: #fff; }
.hero-v180__position { max-width: 820px; margin: 0; color: #dce8e3; font-size: 1.02rem; }
.hero-v180__position strong { color: #ffd2a5; }
.hero-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.hero-action { display: flex; min-height: 142px; flex-direction: column; justify-content: center; gap: 4px; padding: 20px; color: white; text-decoration: none; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.07); border-radius: 12px; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.hero-action:hover, .hero-action:focus { color: white; transform: translateY(-3px); background: rgba(255,255,255,.13); box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.hero-action--primary { background: var(--amber); color: #1a1a16; border-color: var(--amber); }
.hero-action--primary:hover, .hero-action--primary:focus { background: #ef974c; color: #15130f; }
.hero-action > span { font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .82; }
.hero-action > strong { font-size: 1.22rem; line-height: 1.1; }
.hero-action > small { font-size: .82rem; line-height: 1.35; opacity: .84; }
.application-banner--v180 { margin-top: 28px; }
.hero-v180__status { padding: 28px; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 16px; box-shadow: 0 20px 55px rgba(0,0,0,.20); border-top: 6px solid var(--amber); }
.hero-v180__status .eyebrow { color: var(--amber-dark); }
.hero-v180__status > strong { display: block; margin: 6px 0 12px; color: var(--green-dark); font-size: 1.35rem; line-height: 1.25; }
.hero-v180__status p { font-size: .93rem; color: var(--muted); }
.status-pulse { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 6px rgba(214,123,44,.16); }

.resident-nav--v180 { top: 82px; }
.resident-nav--v180 .resident-nav__inner { justify-content: flex-start; }
.resident-nav--v180 a:first-child { color: var(--amber-dark); }

.section--quick-brief { background: #fff; padding-top: 72px; }
.brief-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.62fr); gap: 50px; align-items: end; }
.brief-heading h2 { max-width: 760px; }
.brief-heading__intro { margin: 0 0 20px; color: var(--muted); font-size: 1.05rem; }
.fact-grid--v180 { margin-top: 28px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.fact-grid--v180 article { min-height: 130px; background: #fff; }
.fact-grid--v180 strong { font-size: clamp(2rem,3.5vw,3.2rem); }
.brief-story { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 26px; }
.brief-story article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 24px; background: var(--paper); border-radius: 12px; }
.brief-story__number { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: var(--green-dark); color: white; font-weight: 900; }
.brief-story h3 { margin: 2px 0 8px; font-size: 1.2rem; line-height: 1.2; }
.brief-story p { margin: 0; color: var(--muted); font-size: .94rem; }
.journey-path { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; margin-top: 30px; padding: 22px; background: var(--green-dark); color: white; border-radius: 12px; }
.journey-path > div { display: flex; flex-direction: column; text-align: center; }
.journey-path span { color: #f4c493; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.journey-path strong { font-size: 1.12rem; }
.journey-path i { color: #f4c493; font-style: normal; font-size: 1.5rem; }

.section--latest { background: var(--mg-soft-orange); border-top: 1px solid #efd5ba; border-bottom: 1px solid #efd5ba; }
.section-heading--compact { align-items: center; }
.section-heading--compact h2 { margin-bottom: 0; }
.section-heading--compact > p { max-width: 330px; margin: 0; color: var(--muted); font-size: .93rem; }
.latest-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.latest-grid article { position: relative; min-height: 245px; display: flex; flex-direction: column; padding: 22px; background: white; border-radius: 12px; box-shadow: 0 8px 24px rgba(40,35,28,.06); }
.latest-grid article > span { color: var(--amber-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.latest-grid article > strong { margin-top: 14px; color: var(--green-dark); font-size: 1.12rem; }
.latest-grid article p { margin: 10px 0 18px; color: var(--muted); font-size: .9rem; line-height: 1.48; }
.latest-grid article a { margin-top: auto; font-size: .86rem; font-weight: 900; }

.section--issues-v180 { background: #f7f8f6; }
.section-heading__copy { max-width: 430px; margin-bottom: 15px; color: var(--muted); }
.issue-explainer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.issue-explainer { display: flex; min-height: 100%; flex-direction: column; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 26px rgba(18,37,31,.05); transition: transform .16s ease, box-shadow .16s ease; }
.issue-explainer:hover { transform: translateY(-3px); box-shadow: 0 15px 34px rgba(18,37,31,.09); }
.issue-explainer__top { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; }
.issue-explainer__top > span { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--amber); color: #1e211c; font-weight: 900; font-size: .76rem; }
.issue-explainer h3 { margin: 0; color: var(--green-dark); font-size: 1.35rem; line-height: 1.15; }
.issue-explainer__summary { margin: 18px 0; font-size: 1.02rem; font-weight: 800; line-height: 1.45; }
.issue-explainer dl { margin: 0 0 20px; }
.issue-explainer dl > div { margin-top: 14px; padding-top: 14px; border-top: 1px solid #e3e8e4; }
.issue-explainer dt { margin-bottom: 4px; color: var(--amber-dark); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.issue-explainer dd { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.52; }
.issue-explainer > .text-link { margin-top: auto; }

.section--four-questions { background: white; }
.resident-route-grid--v180 article { border-top: 0; border-left: 5px solid var(--amber); border-radius: 8px; }
.method-disclosure { margin-top: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.method-disclosure summary { padding: 18px 20px; cursor: pointer; color: var(--green-dark); font-weight: 900; }
.method-disclosure__body { padding: 0 20px 20px; }
.mini-test-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.mini-test-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 15px; background: white; border-radius: 8px; }
.mini-test-grid article > span { color: var(--amber-dark); font-weight: 900; }
.mini-test-grid h3 { margin: 0 0 4px; font-size: 1rem; }
.mini-test-grid p { margin: 0; color: var(--muted); font-size: .85rem; }

.section--visual-story { background: var(--green-dark); color: white; }
.section--visual-story .eyebrow { color: #f3bf8b; }
.section--visual-story h2 { max-width: 850px; color: white; }
.visual-story-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 34px; }
.visual-panel { padding: 28px; color: var(--ink); background: white; border-radius: 14px; }
.visual-panel h3 { margin-top: 0; color: var(--green-dark); font-size: 1.35rem; }
.visual-panel p { margin-bottom: 0; color: var(--muted); }
.timeline-v180 { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 26px 0 18px; }
.timeline-v180::before { content: ''; position: absolute; left: 8%; right: 8%; top: 17px; height: 3px; background: var(--sage); z-index: 0; }
.timeline-v180 > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.timeline-v180 > div::before { content: ''; width: 34px; height: 34px; border: 7px solid var(--amber); background: white; border-radius: 50%; }
.timeline-v180 span { margin-top: 8px; color: var(--amber-dark); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.timeline-v180 strong { font-size: .82rem; }
.journey-chain { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center; margin: 36px 0 26px; }
.journey-chain span { padding: 10px 13px; background: var(--mg-soft-green); border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 900; color: var(--green-dark); }
.journey-chain i { color: var(--amber-dark); font-style: normal; font-weight: 900; }

.section--delivery-v180 { background: var(--mg-soft-green); }
.delivery-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; }
.delivery-key { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 20px; color: var(--muted); font-size: .78rem; }
.delivery-key span { display: inline-flex; align-items: center; gap: 6px; }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; }
.dot--green { background: #2d8a4c; }
.dot--amber { background: #d98b2f; }
.dot--grey { background: #a6afaa; }
.delivery-lead { max-width: 880px; }
.delivery-snapshot-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 30px 0; }
.delivery-card { padding: 20px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.delivery-card__title { display: flex; gap: 10px; align-items: center; }
.delivery-card__title h3 { margin: 0; font-size: 1.15rem; color: var(--green-dark); }
.delivery-stages { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 16px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.delivery-stages span { display: flex; min-height: 76px; flex-direction: column; justify-content: center; gap: 3px; padding: 10px; background: #fff; }
.delivery-stages small { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.delivery-stages strong { font-size: .78rem; line-height: 1.3; }

.section--respond-v180 { background: #fff; }
.response-builder { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 54px; align-items: start; }
.response-builder__intro { position: sticky; top: 160px; }
.response-principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.response-principles span { padding: 8px 11px; border-radius: 999px; background: var(--mg-soft-green); color: var(--green-dark); font-size: .78rem; font-weight: 900; }
.response-builder__tool { padding: 28px; background: var(--paper); border-radius: 16px; border: 1px solid var(--line); }
.response-builder__prompt { margin-top: 0; }
.topic-selector { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 22px; }
.topic-button { appearance: none; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--green-dark); cursor: pointer; font: inherit; font-size: .82rem; font-weight: 900; }
.topic-button:hover, .topic-button:focus { border-color: var(--amber); }
.topic-button.is-active { background: var(--green-dark); border-color: var(--green-dark); color: white; }
.response-topic { padding: 24px; background: white; border-radius: 12px; border-left: 6px solid var(--amber); }
.response-topic h3 { margin-top: 0; color: var(--green-dark); }
.response-topic__columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.response-topic__columns > div > strong { color: var(--amber-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }
.response-topic ul { margin: 10px 0 0; padding-left: 1.2em; }
.response-topic li { margin-bottom: 8px; color: var(--muted); font-size: .92rem; }
.response-builder__next { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.response-builder__next p { margin-top: 0; }

.section--action-v180 { background: var(--mg-soft-orange); }
.action-v180-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.action-v180-card { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 28px; background: white; border: 1px solid #ead6bf; border-radius: 14px; }
.action-v180-card--highlight { background: var(--green-dark); color: white; border-color: var(--green-dark); }
.action-v180-card--highlight h2, .action-v180-card--highlight .eyebrow { color: white; }
.action-v180-card--highlight p { color: #dbe5e1; }
.action-v180-card__step { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--amber); color: #17130f; font-weight: 900; }
.action-v180-card h2 { margin: 2px 0 10px; font-size: 1.65rem; letter-spacing: -.02em; }
.action-v180-card p { font-size: .92rem; }
.campaign-signup--compact { grid-template-columns: 1fr; }
.campaign-signup--compact input[type="text"], .campaign-signup--compact input[type="email"] { min-height: 42px; }
.share-feedback { min-height: 1.4em; margin-bottom: 0; color: var(--green-dark); font-size: .82rem; font-weight: 800; }

.section--evidence-hub { background: #f1f3f0; }
.evidence-hub-heading { display: grid; grid-template-columns: 1fr minmax(300px,.65fr); gap: 45px; align-items: end; margin-bottom: 28px; }
.evidence-hub-heading h2 { margin-bottom: 0; }
.evidence-hub-heading > p { margin: 0 0 12px; color: var(--muted); }
.evidence-accordion { margin: 10px 0; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 5px 18px rgba(18,37,31,.035); overflow: hidden; scroll-margin-top: 150px; }
.evidence-accordion > summary { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; min-height: 76px; padding: 14px 20px; cursor: pointer; list-style: none; }
.evidence-accordion > summary::-webkit-details-marker { display: none; }
.evidence-accordion > summary::after { content: '+'; color: var(--amber-dark); font-size: 1.55rem; font-weight: 400; }
.evidence-accordion[open] > summary::after { content: '−'; }
.evidence-accordion[open] > summary { border-bottom: 1px solid var(--line); background: #fbfcfa; }
.evidence-accordion > summary > span { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--green-dark); color: white; font-size: .72rem; font-weight: 900; }
.evidence-accordion > summary strong { display: block; color: var(--green-dark); font-size: 1.05rem; }
.evidence-accordion > summary small { display: block; margin-top: 2px; color: var(--muted); font-size: .8rem; }
.evidence-accordion__body { padding: 26px; }
.evidence-accordion__body > h3:first-child { margin-top: 0; font-size: 1.5rem; }
.evidence-accordion .section-summary { color: var(--muted); }
.tracker-spacer { height: 24px; }

.section--useful-links { background: white; }
.section--useful-links h2 { max-width: 820px; }
.useful-link-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.useful-link-grid a { display: flex; min-height: 118px; flex-direction: column; justify-content: center; padding: 20px; color: var(--ink); text-decoration: none; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); transition: transform .15s ease, border-color .15s ease; }
.useful-link-grid a:hover, .useful-link-grid a:focus { transform: translateY(-2px); border-color: var(--amber); }
.useful-link-grid strong { color: var(--green-dark); font-size: .96rem; }
.useful-link-grid span { margin-top: 5px; color: var(--muted); font-size: .82rem; }

.sticky-action { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; background: rgba(16,42,35,.98); color: white; box-shadow: 0 -8px 30px rgba(0,0,0,.16); }
.sticky-action__inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sticky-action__inner > div:first-child { display: flex; flex-direction: column; }
.sticky-action__inner strong { color: #f7bf88; font-size: .83rem; }
.sticky-action__inner span { font-size: .78rem; color: #d7e2dd; }
.sticky-action__buttons { display: flex; gap: 8px; align-items: center; }
.sticky-action__buttons a { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 14px; color: white; text-decoration: none; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; font-size: .82rem; font-weight: 900; }
.sticky-action__buttons a:hover, .sticky-action__buttons a:focus { background: white; color: var(--green-dark); }
.sticky-action__buttons .sticky-action__primary { background: var(--amber); color: #17130f; border-color: var(--amber); }
.sticky-action__buttons .sticky-action__primary:hover { background: white; }

@media (max-width: 1100px) {
  .hero-v180__grid { grid-template-columns: 1fr; }
  .hero-v180__status { max-width: 700px; }
  .latest-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .issue-explainer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .action-v180-grid { grid-template-columns: 1fr; }
  .useful-link-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .mg-front-page { padding-bottom: 72px; }
  .hero--v180 { padding-top: 58px; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-action { min-height: 105px; }
  .brief-heading, .response-builder, .evidence-hub-heading { grid-template-columns: 1fr; gap: 18px; }
  .brief-story { grid-template-columns: 1fr; }
  .latest-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .visual-story-grid { grid-template-columns: 1fr; }
  .delivery-heading { display: block; }
  .delivery-key { margin-top: 10px; }
  .delivery-snapshot-grid { grid-template-columns: 1fr; }
  .response-builder__intro { position: static; }
  .useful-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sticky-action__inner > div:first-child { display: none; }
  .sticky-action__inner { justify-content: stretch; }
  .sticky-action__buttons { width: 100%; }
  .sticky-action__buttons a { flex: 1; justify-content: center; }
}

@media (max-width: 640px) {
  .mg-front-page { padding-bottom: 66px; }
  .hero-v180__statement { font-size: 1.22rem; }
  .application-banner--v180 { display: grid; gap: 7px; }
  .fact-grid--v180 { grid-template-columns: repeat(2,1fr); }
  .fact-grid--v180 article { min-height: 112px; padding: 18px; }
  .journey-path { grid-template-columns: 1fr; }
  .journey-path i { transform: rotate(90deg); text-align: center; }
  .latest-grid, .issue-explainer-grid, .mini-test-grid, .useful-link-grid { grid-template-columns: 1fr; }
  .latest-grid article { min-height: 0; }
  .section-heading, .section-heading--compact { display: block; }
  .section-heading__copy, .section-heading--compact > p { max-width: none; }
  .timeline-v180 { grid-template-columns: repeat(2,1fr); row-gap: 22px; }
  .timeline-v180::before { display: none; }
  .delivery-stages { grid-template-columns: repeat(2,1fr); }
  .response-builder__tool { padding: 18px; }
  .response-topic { padding: 18px; }
  .response-topic__columns { grid-template-columns: 1fr; }
  .evidence-accordion > summary { grid-template-columns: 36px 1fr auto; padding-inline: 14px; }
  .evidence-accordion > summary > span { width: 34px; height: 34px; }
  .evidence-accordion__body { padding: 18px 12px; }
  .sticky-action { padding: 7px 0; }
  .sticky-action__inner { min-height: 52px; }
  .sticky-action__buttons a { padding: 8px 9px; font-size: .74rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-action, .issue-explainer, .source-card, .useful-link-grid a { transition: none; }
}

/* Final v1.8.0 typography tuning */
.hero-v180__copy h1 { font-size: clamp(3rem,6vw,5.6rem); }


/* v1.8.7 — viability and delivery evidence layer */
.mg-viability-hub{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:1.25rem;align-items:start}.mg-viability-caution,.mg-secured-schedule{border-left:4px solid var(--mg-accent,#b67b2a);background:#f7f4ed;padding:1rem 1.2rem;margin:1.25rem 0}.mg-viability-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1.25rem 0 1.5rem}.mg-viability-kpis>div{background:#f4f5f2;border:1px solid rgba(19,48,42,.14);border-radius:10px;padding:1rem}.mg-viability-kpis strong{display:block;font-size:1.45rem;line-height:1.1;color:#173d34;margin-bottom:.35rem}.mg-viability-kpis span{display:block;font-size:.9rem;line-height:1.35;color:#47554f}.mg-viability-table td:nth-child(2),.mg-viability-table th:nth-child(2){white-space:nowrap;font-weight:700}.page .mg-evidence-principles{background:#eef3f0;border-radius:10px;padding:1rem 1.2rem}.page .mg-evidence-principles p:last-child{margin-bottom:0}@media(max-width:800px){.mg-viability-hub{grid-template-columns:1fr}.mg-viability-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.mg-viability-kpis{grid-template-columns:1fr}}
