:root {
  --ink: #16151d;
  --text: #2b2735;
  --muted: #716a7b;
  --line: #e5ded1;
  --paper: #f8f5ef;
  --white: #ffffff;
  --violet: #60576f;
  --gold: #f7b733;
  --blue: #173f5f;
  --sage: #dce9df;
  --plum: #31243f;
  --radius: 8px;
  --measure: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main { max-width: 100vw; overflow: hidden; }
a { color: inherit; text-decoration: none; }
p { margin: 0; overflow-wrap: break-word; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 10px 12px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,245,239,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(var(--measure), calc(100% - 48px)); min-height: 78px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark { width: 138px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.brand-mark img { width: 118px; display: block; }
.brand-text { display: grid; gap: 1px; min-width: 0; }
.brand-text strong { color: var(--ink); font-size: 15px; line-height: 1.1; font-weight: 850; }
.brand-text small { color: var(--muted); font-size: 12px; font-weight: 750; }
.site-nav { display: flex; justify-content: center; gap: 22px; color: var(--muted); font-size: 13px; font-weight: 780; }
.site-nav a { padding: 30px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); border-color: var(--gold); }
.header-cta, .button, .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--ink); color: var(--white); font-size: 13px; font-weight: 850; white-space: nowrap; }
.button--ghost { background: transparent; color: var(--ink); }
.home-hero { width: min(var(--measure), calc(100% - 48px)); margin: 0 auto; padding: 78px 0 54px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.05; letter-spacing: 0; overflow-wrap: break-word; }
h1 { max-width: 780px; font-size: clamp(44px, 5.4vw, 76px); font-weight: 880; }
h2 { max-width: 720px; font-size: clamp(32px, 4vw, 56px); font-weight: 860; }
h3 { font-size: 21px; font-weight: 850; }
.lead { max-width: 700px; margin-top: 24px; color: var(--muted); font-size: 19px; line-height: 1.72; font-weight: 620; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-copy, .home-hero > *, .section-head > *, .evidence-home > *, .resource-panel > *, .site-cta > *, .footer-grid > * { min-width: 0; }
.finance-system { position: relative; min-width: 0; padding: 30px; background: linear-gradient(135deg, rgba(247,183,51,.18), transparent 42%), var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(22,21,29,.08); }
.finance-system::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(247,183,51,.28); border-radius: 6px; pointer-events: none; }
.finance-system img { width: 330px; display: block; margin-bottom: 28px; }
.system-flow { position: relative; display: grid; gap: 10px; }
.system-flow span { min-height: 54px; display: flex; align-items: center; padding: 0 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; color: var(--ink); font-weight: 850; }
.finance-system p { margin-top: 24px; color: var(--muted); font-weight: 650; }
.metric-band { width: min(var(--measure), calc(100% - 48px)); margin: 0 auto 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.metric-band article { padding: 24px; border-right: 1px solid var(--line); }
.metric-band article:last-child { border-right: 0; }
.metric-band strong { display: block; color: var(--violet); font-size: 38px; line-height: 1; }
.metric-band span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; font-weight: 700; }
.program-showcase, .method-section, .audience-section, .resource-panel, .evidence-home, .programme-section, .evidence-section, .related-section, .block-grid-section, .site-footer { width: min(var(--measure), calc(100% - 48px)); margin: 0 auto; }
.program-showcase, .method-section, .audience-section, .resource-panel, .evidence-home, .programme-section, .evidence-section, .related-section, .block-grid-section { padding: 78px 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: 50px; align-items: start; margin-bottom: 32px; }
.section-head p { max-width: 620px; color: var(--muted); font-weight: 620; }
.program-cards, .detail-grid, .tiles, .resource-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.program-card, .detail, .tile, .faq-list article { min-width: 0; min-height: 230px; padding: 24px; display: flex; flex-direction: column; gap: 18px; justify-content: space-between; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.program-card:hover, .tile:hover, .program-card:focus-visible, .tile:focus-visible { border-color: rgba(247,183,51,.65); box-shadow: 0 16px 45px rgba(22,21,29,.08); transform: translateY(-2px); }
.program-card span, .tile span, .program-strip span { color: var(--violet); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.program-card p, .detail p, .tile small, .faq-list p, .site-footer p { color: var(--muted); line-height: 1.62; font-weight: 600; }
.method-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--measure)) / 2)); padding-right: max(24px, calc((100vw - var(--measure)) / 2)); background: var(--plum); }
.method-section h2, .method-section h3 { color: var(--white); }
.method-section .section-head p, .method-section article p { color: rgba(255,255,255,.7); }
.method-steps, .program-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.method-steps article, .program-strip article { min-width: 0; min-height: 190px; padding: 22px; background: #241b2f; }
.method-steps span { display: block; margin-bottom: 52px; color: var(--gold); font-size: 12px; font-weight: 900; }
.evidence-home { display: grid; grid-template-columns: .62fr 1fr; gap: 44px; align-items: start; }
.evidence-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.evidence-list span { min-height: 76px; display: flex; align-items: center; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); font-weight: 820; }
.resource-panel { display: grid; grid-template-columns: .55fr 1fr; gap: 40px; align-items: start; padding: 52px; background: var(--sage); border-radius: var(--radius); border-top: 0; }
.resource-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-cta { width: min(var(--measure), calc(100% - 48px)); margin: 78px auto; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--blue); border-radius: var(--radius); }
.site-cta h2 { color: var(--white); max-width: 760px; }
.site-cta .button { background: var(--white); color: var(--blue); border-color: var(--white); }
.content-header-section { background: linear-gradient(135deg, rgba(247,183,51,.13), transparent 38%), var(--white); border-bottom: 1px solid var(--line); }
.content-header-section__body { width: min(var(--measure), calc(100% - 48px)); margin: 0 auto; padding: 74px 0 64px; }
.detail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.programme-section .program-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); background: var(--line); border-color: var(--line); }
.programme-section .program-strip article { background: var(--white); }
.programme-section .program-strip h3 { color: var(--ink); }
.related-section .tiles, .audience-section .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.site-footer { padding: 60px 0 72px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; border-top: 1px solid var(--line); }
.site-footer img { width: 240px; display: block; }
.site-footer p { max-width: 520px; margin-top: 20px; }
.footer-note { color: var(--violet) !important; font-weight: 850; }
.footer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.footer-grid h2 { margin: 0 0 10px; font-size: 14px; color: var(--ink); }
.footer-grid a { display: block; padding: 7px 0; color: var(--muted); font-size: 14px; font-weight: 760; }
@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 70px; }
  .site-nav { display: none; }
  .home-hero, .evidence-home, .resource-panel, .section-head, .site-footer { grid-template-columns: 1fr; }
  .home-hero { padding-top: 54px; }
  .program-cards, .detail-grid, .tiles, .resource-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-steps, .program-strip, .programme-section .program-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  body { min-width: 0; }
  .header-inner, .home-hero, .metric-band, .program-showcase, .method-section, .audience-section, .resource-panel, .evidence-home, .programme-section, .evidence-section, .related-section, .block-grid-section, .site-footer, .site-cta, .content-header-section__body { width: min(calc(100vw - 32px), 374px); max-width: calc(100vw - 32px); margin-left: 16px; margin-right: auto; }
  .header-inner { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .brand-lockup { width: 100%; }
  .brand-mark { width: 120px; height: 42px; }
  .brand-mark img { width: 104px; }
  .brand-text { display: none; }
  .header-cta { display: none; }
  h1 { max-width: 100%; font-size: 35px; line-height: 1.08; overflow-wrap: break-word; }
  h2 { font-size: 30px; line-height: 1.08; }
  .lead { max-width: 100%; font-size: 16px; line-height: 1.62; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button, .btn { width: 100%; padding: 10px 14px; white-space: normal; text-align: center; }
  .home-hero { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 44px 0 36px; }
  .home-hero > *, .finance-system { width: 100%; max-width: 100%; min-width: 0; }
  .finance-system { padding: 20px; overflow: hidden; }
  .finance-system::before { inset: 10px; }
  .finance-system img { width: 250px; margin-bottom: 24px; }
  .system-flow span { min-width: 0; padding: 0 14px; }
  .metric-band, .program-cards, .detail-grid, .tiles, .resource-links, .evidence-list, .faq-list { grid-template-columns: 1fr; }
  .metric-band article { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-band article:last-child { border-bottom: 0; }
  .program-showcase, .method-section, .audience-section, .resource-panel, .evidence-home, .programme-section, .evidence-section, .related-section, .block-grid-section { padding-top: 54px; padding-bottom: 54px; }
  .resource-panel, .site-cta { padding: 28px; }
  .site-cta { display: grid; margin: 52px auto; }
  .site-footer img { width: 210px; }
}

/* Reference-inspired QFP redesign: original QFP logo retained; all imagery and copy are QFP-specific. */
:root {
  --ink: #10263a;
  --text: #4f5f69;
  --muted: #7b878d;
  --line: #e5e7e4;
  --paper: #eef1f1;
  --white: #ffffff;
  --violet: #5f5770;
  --gold: #ffbc35;
  --blue: #163f5c;
  --plum: #362b45;
  --sage: #f0f1ee;
  --radius: 4px;
  --measure: 1100px;
}
html { background: #8b999e; scroll-behavior: smooth; }
body {
  background: #8b999e;
  color: var(--text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0;
}
.site-shell {
  width: min(1240px, calc(100% - 56px));
  margin: 38px auto;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(16, 38, 58, .16);
}
.site-header {
  position: relative;
  top: auto;
  background: var(--white);
  border: 0;
  backdrop-filter: none;
}
.header-inner {
  width: 100%;
  min-height: 92px;
  margin: 0;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0;
  align-items: stretch;
}
.brand-lockup {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
}
.brand-lockup img {
  display: block;
  width: 182px;
  max-height: 64px;
  object-fit: contain;
}
.site-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0;
  color: #a2a8ab;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.site-nav a {
  min-width: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: 0;
  color: #9aa1a5;
  text-align: center;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
  background: var(--violet);
  border: 0;
}
.site-nav a.is-active {
  color: var(--gold);
  background: var(--violet);
}
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 12px;
  background: var(--violet);
  color: var(--white);
}
.skip-link:focus { transform: translateY(0); }
h1, h2, h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}
h1 { max-width: 760px; font-size: clamp(42px, 5vw, 64px); line-height: 1.06; }
h2 { max-width: 760px; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.1; }
h3 { font-size: 22px; line-height: 1.18; }
.eyebrow {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.lead {
  max-width: 650px;
  color: #52697a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.74;
  font-weight: 400;
}
.button,
.btn,
.header-cta {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--violet);
  border-radius: 0;
  background: var(--violet);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}
.button:hover,
.button:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.button--ghost {
  background: transparent;
  color: var(--violet);
}
.image-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.image-hero picture,
.image-hero img {
  display: block;
  width: 100%;
}
.image-hero img {
  height: clamp(360px, 43vw, 560px);
  object-fit: cover;
  object-position: center;
}
.intro-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f1f2f0;
  border-bottom: 1px solid var(--line);
}
.intro-band article {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 42px 30px 46px;
  border-right: 1px solid #dfe2df;
}
.intro-band article:last-child { border-right: 0; }
.intro-band span {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
}
.intro-band h2 {
  font-size: 24px;
  line-height: 1.18;
}
.intro-band p {
  margin-top: 14px;
  color: #717d84;
  font-size: 15px;
}
.progression-feature {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
  padding: 78px 70px 86px;
}
.progression-copy { min-width: 0; }
.progression-copy .lead { margin-top: 22px; }
.icon-pair {
  display: grid;
  grid-template-columns: repeat(2, 62px);
  gap: 13px;
  margin-bottom: 30px;
}
.icon-pair span {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  color: var(--violet);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}
.progression-image {
  min-width: 0;
  margin: 0;
}
.progression-image img,
.sub-hero__image img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  object-fit: cover;
}
.progression-image img { height: 430px; }
.courses-panel,
.audience-section,
.related-section,
.block-grid-section,
.programme-section,
.evidence-section {
  width: 100%;
  margin: 0;
  padding: 76px 70px;
  border-top: 1px solid var(--line);
}
.section-intro,
.section-head {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 36px;
}
.section-intro p,
.section-head p {
  max-width: 650px;
  color: #6a7881;
}
.course-list {
  display: grid;
  border-top: 1px solid var(--line);
}
.course-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.course-row span,
.detail span,
.standards-grid span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}
.course-row h3 { font-size: 25px; }
.course-row p {
  max-width: 760px;
  margin-top: 7px;
  color: #64727b;
}
.course-row:hover h3,
.course-row:focus-visible h3 { color: var(--violet); }
.standards-panel {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 54px;
  padding: 76px 70px;
  background: var(--plum);
}
.standards-panel h2,
.standards-panel h3 { color: var(--white); }
.standards-panel p { color: rgba(255, 255, 255, .72); }
.standards-copy { min-width: 0; }
.standards-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .18);
}
.standards-grid article {
  min-width: 0;
  min-height: 168px;
  padding: 24px;
  background: #2b2238;
}
.standards-grid p { margin-top: 16px; }
.tiles,
.resource-links,
.detail-grid,
.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tile,
.detail,
.faq-list article {
  min-width: 0;
  min-height: 220px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  background: #f5f6f4;
  border: 1px solid var(--line);
  border-radius: 0;
}
.tile span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}
.tile strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
}
.tile small,
.detail p,
.faq-list p {
  color: #6a7881;
  font-size: 15px;
  line-height: 1.6;
}
.tile:hover,
.tile:focus-visible,
.detail:hover {
  border-color: var(--gold);
  box-shadow: none;
  transform: none;
}
.resource-panel {
  width: auto;
  margin: 0 70px 76px;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: start;
  padding: 48px;
  background: #eef1ef;
  border: 0;
  border-radius: 0;
}
.resource-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-cta {
  width: auto;
  margin: 0;
  padding: 46px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--blue);
  border-radius: 0;
}
.site-cta h2 { color: var(--white); }
.site-cta .button {
  background: var(--white);
  border-color: var(--white);
  color: var(--blue);
}
.sub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .55fr);
  gap: 48px;
  align-items: center;
  padding: 70px;
  background: #f2f3f2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sub-hero__copy { min-width: 0; }
.sub-hero__copy .lead { margin-top: 22px; }
.sub-hero__image { min-width: 0; margin: 0; }
.sub-hero__image img {
  height: 300px;
}
.detail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail h3 { margin-top: 12px; }
.programme-section .program-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.programme-section .program-strip article {
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  background: var(--white);
}
.programme-section .program-strip span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}
.programme-section .program-strip p { color: #6a7881; }
.site-footer {
  width: 100%;
  margin: 0;
  padding: 62px 70px 72px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 58px;
  background: var(--white);
  border-top: 1px solid var(--line);
}
.site-footer img {
  width: 220px;
  max-height: 78px;
  object-fit: contain;
}
.site-footer p {
  max-width: 520px;
  margin-top: 22px;
  color: #65727a;
}
.footer-note {
  color: var(--violet) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}
.footer-grid h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
}
.footer-grid a {
  display: block;
  padding: 6px 0;
  color: #68757d;
  font-size: 15px;
  font-weight: 500;
}
.footer-grid a:hover,
.footer-grid a:focus-visible { color: var(--violet); }
@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 220px 1fr; }
  .brand-lockup img { width: 160px; }
  .site-nav { font-size: 14px; }
  .site-nav a { padding: 0 10px; }
  .progression-feature,
  .standards-panel,
  .sub-hero,
  .site-footer { grid-template-columns: 1fr; }
  .progression-image { order: -1; }
  .sub-hero__image { order: -1; }
  .tiles,
  .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 20px), 370px);
    margin: 10px 0 10px 10px;
  }
  .site-header { background: #111b20; }
  .header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brand-lockup { padding: 14px; }
  .brand-lockup img { width: 156px; }
  .site-nav { display: none; }
  .image-hero img {
    height: 252px;
    object-position: center;
  }
  .intro-band {
    grid-template-columns: 1fr;
  }
  .intro-band article {
    min-width: 0;
    padding: 30px 24px;
    border-right: 0;
    border-bottom: 1px solid #dfe2df;
  }
  .intro-band article > div,
  .progression-copy,
  .course-row > div,
  .tile,
  .detail,
  .standards-grid article,
  .resource-panel > *,
  .site-cta > *,
  .site-footer > * {
    min-width: 0;
  }
  .intro-band h2,
  .intro-band p,
  .progression-copy h1,
  .progression-copy p,
  .course-row h3,
  .course-row p,
  .tile strong,
  .tile small,
  .detail h3,
  .detail p {
    overflow-wrap: anywhere;
  }
  .intro-band article:last-child { border-bottom: 0; }
  .intro-band h2 { font-size: 22px; }
  .progression-feature,
  .courses-panel,
  .audience-section,
  .related-section,
  .block-grid-section,
  .programme-section,
  .evidence-section,
  .standards-panel,
  .sub-hero,
  .site-footer {
    padding: 42px 24px;
  }
  .section-intro,
  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  h1 { font-size: 38px; line-height: 1.08; }
  h2 { font-size: 30px; line-height: 1.12; }
  .lead { font-size: 18px; line-height: 1.65; }
  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .button,
  .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  .progression-image img,
  .sub-hero__image img { height: 248px; }
  .course-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .standards-grid,
  .tiles,
  .resource-links,
  .detail-grid,
  .faq-list,
  .programme-section .program-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .resource-panel {
    margin: 0 24px 42px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
  }
  .site-cta {
    padding: 36px 24px;
    display: grid;
  }
  .site-footer img { width: 190px; }
}
