/* Notices lead on the left; the original nine programmes form one compact list. */
.home-information { position: relative; isolation: isolate; padding-block: 40px; background: #faf9f8; border-bottom: 1px solid var(--surface-edge); }
.home-information-grid { display: grid; grid-template-columns: minmax(0, 1fr) clamp(300px, 26vw, 360px); gap: 48px; align-items: start; }
.home-services { min-width: 0; padding: 18px 0 0; border-top: 3px solid var(--red); scroll-margin-top: 24px; }
.home-services .section-heading { margin-bottom: 18px; }
.home-services .eyebrow { margin-bottom: 10px; font-size: 11px; letter-spacing: .13em; }
.home-services .section-heading h2 { max-width: 19ch; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.home-programmes { list-style: none; padding: 0; margin: 0; border-bottom: 1px solid var(--line); }
.home-programmes > li { margin: 0; border-top: 1px solid var(--line); }
.home-programme-link { display: grid; grid-template-columns: 36px minmax(0, 1fr) 18px; align-items: center; min-height: 54px; gap: 12px; padding: 8px; color: var(--ink); border-left: 2px solid transparent; transition: background-color .16s ease, border-color .16s ease; }
.home-programme-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--red); background: #fbedee; }
.home-programme-icon .program-icon { width: 22px; height: 22px; margin: 0; }
.home-programme-title { min-width: 0; font-size: 16px; line-height: 1.4; font-weight: 600; overflow-wrap: anywhere; }
.home-programme-link > .icon { width: 18px; height: 18px; color: var(--red); }
.home-programme-link:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; background: var(--soft); border-left-color: var(--red); }
.home-services-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 16px; min-height: 68px; margin-top: 12px; padding-inline: 4px; }
.home-services-all.text-link { min-height: 44px; gap: 10px; color: var(--red-dark); font-size: 14px; }
.home-services-all > .icon { width: 18px; height: 18px; }
.home-information + .home-stories { padding-top: 36px; }
@media (hover: hover) {
    .home-programme-link:hover { background: var(--soft); border-left-color: var(--red); color: var(--red-dark); }
}
@media (max-width: 1250px) {
    .home-information-grid { gap: 32px; }
    .home-services .section-heading h2 { font-size: 27px; }
    .home-programme-link { gap: 10px; padding-inline: 6px; }
    .home-programme-title { font-size: 15px; }
}
@media (max-width: 1100px) {
    .home-information-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
    .home-services .section-heading h2 { max-width: none; }
    .home-programme-title { font-size: 16px; }
}
@media (max-width: 600px) {
    .home-information { padding-block: 28px; }
    .home-information-grid { gap: 28px; }
    .home-services .section-heading { margin-bottom: 16px; }
    .home-services .eyebrow { font-size: 10px; }
    .home-services .section-heading h2 { font-size: 26px; max-width: 20ch; }
    .home-programme-link { grid-template-columns: 34px minmax(0, 1fr) 17px; gap: 10px; padding: 10px 4px; }
    .home-programme-icon { width: 34px; height: 34px; }
    .home-programme-title { font-size: 15px; }
    .home-information + .home-stories { padding-top: 28px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-programme-link { transition: none; }
}
@media (forced-colors: active) {
    .home-programme-icon { border: 1px solid CanvasText; }
}
