*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: #FFFFFF;
  color: #172136;
  font-family: "Nunito", "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: #20365A;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}
a:hover {
  color: #0874A8;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  color: #20365A;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 0.6em;
}
h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}
p,
ul,
ol,
dl,
blockquote {
  margin: 0 0 1.25em;
}
address {
  font-style: normal;
}
:focus-visible {
  outline: 3px solid #20365A;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #F9D03E;
}
::selection {
  background: #F9D03E;
  color: #20365A;
}
.container {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}
.measure {
  width: 100%;
  max-width: 900px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-150%);
  background: #F9D03E;
  color: #20365A;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 900;
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  color: #20365A;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.prose > *:last-child {
  margin-bottom: 0;
}
.prose h2,
.prose h3 {
  margin-top: 1.4em;
}
.prose a {
  font-weight: 800;
}
.prose--large {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(32, 54, 90, 0.12);
}
.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 4px;
  background: linear-gradient(90deg, #159BD7 0 68%, #F9D03E 68% 90%, #F9020D 90%);
}
.site-header__inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  flex: 0 1 330px;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-block: 10px;
  text-decoration: none;
}
.brand__logo {
  position: relative;
  display: block;
  width: min(100%, 303px);
  aspect-ratio: 830 / 203;
  line-height: 0;
}
.brand__logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  display: block;
  padding: 12px 11px;
  border-radius: 999px;
  color: #20365A;
  font-size: 0.87rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.primary-nav a:hover,
.primary-nav .here > a,
.primary-nav .active > a {
  background: #E8F7FD;
  color: #20365A;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #20365A;
  font-weight: 900;
}
.site-footer {
  margin-top: clamp(70px, 10vw, 140px);
  background: #20365A;
  color: #FFFFFF;
}
.site-footer a {
  color: #FFFFFF;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.2fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  padding-block: clamp(55px, 8vw, 95px);
}
.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer__brand img {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  background: #FFFFFF;
}
.site-footer__brand strong {
  font-size: 1.3rem;
}
.site-footer__brand p {
  margin: 0.4em 0 0;
  color: rgba(255, 255, 255, 0.78);
}
.site-footer__heading {
  color: #F9D03E;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-footer__links {
  list-style: none;
  padding: 0;
}
.site-footer__links li + li {
  margin-top: 0.55em;
}
.site-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer__base p {
  margin: 0;
}
.page-body {
  padding-top: clamp(55px, 8vw, 110px);
}
@media (max-width: 1040px) {
  .site-header__inner {
    min-height: 82px;
  }
  .brand {
    flex-basis: 310px;
  }
  .brand__logo {
    width: min(100%, 254px);
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }
  .menu-toggle__lines,
  .menu-toggle__lines::before,
  .menu-toggle__lines::after {
    width: 24px;
    height: 2px;
    display: block;
    background: currentColor;
    content: "";
    transition: transform 0.2s ease;
  }
  .menu-toggle__lines {
    position: relative;
  }
  .menu-toggle__lines::before {
    position: absolute;
    top: -7px;
  }
  .menu-toggle__lines::after {
    position: absolute;
    top: 7px;
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines {
    background: transparent;
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines::before {
    top: 0;
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .primary-nav {
    display: none;
    position: absolute;
    inset: 82px 0 auto;
    padding: 16px 20px 25px;
    background: #FFFFFF;
    border-bottom: 1px solid #DDE2E8;
    box-shadow: 0 16px 45px rgba(32, 54, 90, 0.1);
  }
  .primary-nav.is-open {
    display: block;
  }
  .primary-nav ul {
    width: min(100%, 1200px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .primary-nav a {
    padding: 13px 16px;
  }
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .container {
    width: min(calc(100% - 28px), 1200px);
  }
  .brand {
    flex-basis: 235px;
  }
  .menu-toggle__label {
    display: none;
  }
  .primary-nav ul {
    grid-template-columns: 1fr;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__base {
    display: block;
  }
  .site-footer__base a {
    display: inline-block;
    margin-top: 10px;
  }
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
  color: inherit;
  box-shadow: 0 8px 20px rgba(32, 54, 90, 0.18);
}
.button--navy,
.button--primary {
  background: #20365A;
  color: #FFFFFF;
}
.button--navy:hover,
.button--primary:hover {
  background: #0874A8;
  color: #FFFFFF;
}
.button--yellow,
.button--secondary {
  background: #F9D03E;
  color: #20365A;
}
.button--light {
  background: #FFFFFF;
  color: #20365A;
}
.button--light:hover {
  background: #E8F7FD;
  color: #20365A;
}
.button--outline {
  border-color: #20365A;
  color: #20365A;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #20365A;
  font-weight: 900;
  text-decoration: none;
}
.text-link:hover {
  color: #0874A8;
}
.text-link > [aria-hidden="true"] {
  transition: transform 0.18s ease;
}
.text-link:hover > [aria-hidden="true"],
.text-link:focus-visible > [aria-hidden="true"] {
  transform: translateX(4px);
}
.home-hero {
  position: relative;
  overflow: hidden;
  background: #20365A;
  color: #FFFFFF;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -50% 40%;
  height: 95%;
  border-radius: 50%;
  background: #F9D03E;
  opacity: 0.98;
}
.home-hero__media {
  position: absolute;
  inset: 0;
  opacity: 0.25;
}
.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #20365A 20%, rgba(32, 54, 90, 0.45));
}
.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__inner {
  position: relative;
  z-index: 2;
  min-height: min(760px, calc(100vh - 94px));
  display: grid;
  grid-template-columns: 1.45fr 0.65fr;
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  padding-block: clamp(75px, 11vw, 145px);
}
.home-hero__copy {
  max-width: 850px;
}
.home-hero .eyebrow {
  color: #F9D03E;
}
.home-hero h1 {
  color: #FFFFFF;
  max-width: 920px;
}
.home-hero__copy > p:not(.eyebrow) {
  max-width: 560px;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  color: rgba(255, 255, 255, 0.88);
}
.home-hero__badge img {
  position: relative;
  z-index: 3;
  width: min(100%, 340px);
  border: 14px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 16px 45px rgba(32, 54, 90, 0.1);
}
.quick-actions {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -38px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(32, 54, 90, 0.1);
  overflow: hidden;
}
.quick-actions a {
  --action-accent: #159BD7;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 26px 26px;
  color: #20365A;
  text-decoration: none;
  border-right: 1px solid #DDE2E8;
  box-shadow: inset 0 5px 0 var(--action-accent);
  transition: background 0.22s ease, box-shadow 0.22s ease;
}
.quick-actions a.quick-actions__item--blue {
  --action-accent: #159BD7;
}
.quick-actions a.quick-actions__item--yellow {
  --action-accent: #F9D03E;
}
.quick-actions a.quick-actions__item--red {
  --action-accent: #F9020D;
}
.quick-actions a.quick-actions__item--navy {
  --action-accent: #20365A;
}
.quick-actions a:last-child {
  border-right: 0;
}
.quick-actions a:hover {
  background: #E8F7FD;
  color: #20365A;
}
.quick-actions__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 14px;
}
.quick-actions__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--action-accent);
}
.quick-actions__icon--heart {
  transform: translateY(2px);
}
.quick-actions__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.22s ease;
}
.quick-actions a:hover .quick-actions__icon svg,
.quick-actions a:focus-visible .quick-actions__icon svg {
  transform: scale(1.08) rotate(-3deg);
}
.quick-actions strong {
  margin: 0 0 0.2em;
  font-size: 1.22rem;
}
.quick-actions small {
  min-height: 2.8em;
  color: #5E6B7D;
  line-height: 1.4;
}
.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(35px, 8vw, 110px);
  padding-block: clamp(80px, 12vw, 150px);
}
.values-strip {
  background: #F9D03E;
}
.values-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.values-strip__grid > div {
  padding: clamp(32px, 6vw, 70px);
  border-right: 1px solid rgba(32, 54, 90, 0.22);
}
.values-strip__grid > div:last-child {
  border-right: 0;
}
.values-strip span {
  display: block;
  color: #20365A;
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.05em;
}
.values-strip p {
  margin: 0;
  color: #20365A;
  font-weight: 700;
}
.page--home .impact-section {
  padding-bottom: clamp(50px, 7vw, 90px);
}
.page--home .page-body:not(:has(.content-block)) {
  display: none;
}
.home-cta {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: clamp(35px, 6vw, 70px);
  background: #E8F7FD;
  border-radius: 34px;
}
.page--home .page-body:has(.content-block) + .home-cta {
  margin-top: clamp(40px, 6vw, 80px);
}
.home-cta h2 {
  margin-bottom: 0;
}
.page-hero {
  position: relative;
  overflow: hidden;
  background: #20365A;
  color: #FFFFFF;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 330px;
  height: 330px;
  right: 210px;
  bottom: -245px;
  border: 22px solid #159BD7;
  border-radius: 50%;
  opacity: 0.9;
}
.page-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -90px;
  bottom: -240px;
  border-radius: 50%;
  background: #F9D03E;
}
.page-hero__media {
  position: absolute;
  inset: 0;
}
.page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 40, 68, 0.95) 10%, rgba(32, 54, 90, 0.65) 68%, rgba(32, 54, 90, 0.38));
}
.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(70px, 9vw, 115px);
}
.page-hero .eyebrow {
  color: #F9D03E;
}
.page-hero h1 {
  max-width: 950px;
  color: #FFFFFF;
}
.page-hero__summary {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.content-block {
  margin-bottom: clamp(55px, 9vw, 110px);
}
.content-block--text {
  display: flex;
  justify-content: center;
}
.section-heading {
  margin-bottom: clamp(28px, 5vw, 55px);
  max-width: 780px;
}
.section-heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.section-heading--row > p {
  max-width: 460px;
  margin-bottom: 0.4em;
  color: #5E6B7D;
}
.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: clamp(30px, 6vw, 70px);
  border-radius: 34px;
  background: #FFF6D5;
}
.callout > div {
  max-width: 760px;
}
.callout--navy {
  background: #20365A;
  color: #FFFFFF;
}
.callout--navy h2,
.callout--navy .eyebrow {
  color: #F9D03E;
}
.callout--blue {
  background: #E8F7FD;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.info-card {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DDE2E8;
  border-top: 4px solid #159BD7;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(32, 54, 90, 0.07);
}
.info-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.info-card__body {
  padding: clamp(24px, 4vw, 36px);
}
.info-card__body > :last-child {
  margin-bottom: 0;
}
.info-card__body h2 {
  font-size: 1.55rem;
}
.image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(35px, 8vw, 100px);
}
.image-text__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 34px;
}
.image-text--right .image-text__media {
  order: 2;
}
.downloads {
  padding: clamp(30px, 6vw, 65px);
  background: #F7F5EF;
  border-radius: 34px;
}
.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download-list li + li {
  border-top: 1px solid #DDE2E8;
}
.download-list a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-weight: 900;
  text-decoration: none;
}
.download-list small {
  color: #5E6B7D;
  font-weight: 600;
}
.download-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border: 2px solid #20365A;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
}
.resource-list,
.response-list,
.room-gallery {
  display: grid;
  gap: 20px;
}
.resource-list:empty,
.response-list:empty,
.room-gallery:empty,
.downloads:empty {
  min-height: 120px;
  align-content: center;
  color: #5E6B7D;
}
.resource-list:empty::before,
.response-list:empty::before,
.room-gallery:empty::before,
.downloads:empty::before {
  content: "New information will be added here soon.";
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stat-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  background: #F9D03E;
  border-radius: 50% 50% 46% 54% / 52% 45% 55% 48%;
  color: #20365A;
  text-align: center;
}
.stat-card strong {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
}
.stat-card span {
  margin-top: 10px;
  font-weight: 800;
}
.impact-section {
  padding-block: clamp(75px, 11vw, 135px);
}
.impact-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.impact-grid .stat-card {
  min-height: 205px;
  padding: 24px;
}
.impact-grid .stat-card strong {
  font-size: clamp(1.75rem, 3.4vw, 3.1rem);
}
.support-callout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(35px, 7vw, 90px);
  align-items: center;
  margin-bottom: clamp(75px, 11vw, 135px);
  padding: clamp(35px, 6vw, 70px);
  background: #20365A;
  color: #FFFFFF;
  border-radius: 34px;
}
.support-callout h2 {
  color: #FFFFFF;
}
.support-callout .eyebrow {
  color: #F9D03E;
}
.support-callout--content {
  grid-template-columns: 1fr;
}
.highlight-note {
  display: inline;
  background: #F9D03E;
  color: #20365A;
  font-weight: 900;
  box-decoration-break: clone;
  padding: 0.1em 0.25em;
}
.donation-details {
  margin: 0;
  overflow: hidden;
  background: #FFFFFF;
  color: #20365A;
  border-radius: 20px;
}
.donation-details div {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 18px;
  padding: 15px 20px;
  border-bottom: 1px solid #DDE2E8;
}
.donation-details div:last-child {
  border-bottom: 0;
}
.donation-details dt {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.donation-details dd {
  margin: 0;
  font-weight: 800;
}
.programme-tabs {
  margin-bottom: clamp(70px, 10vw, 130px);
}
.programme-tabs__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: clamp(38px, 6vw, 68px);
  padding: 7px;
  border: 1px solid rgba(21, 155, 215, 0.24);
  border-radius: 999px;
  background: #E8F7FD;
}
.programme-tabs__tab {
  min-height: 48px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #20365A;
  font-weight: 900;
  line-height: 1.2;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.programme-tabs__tab:hover {
  background: #FFFFFF;
}
.programme-tabs__tab[aria-selected="true"] {
  background: #20365A;
  color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(32, 54, 90, 0.18);
}
.programme-tabs__tab[aria-selected="true"]:hover {
  background: #0874A8;
}
.programme-tabs__panel[hidden] {
  display: none;
}
.programme-tabs__panel:focus {
  outline: 0;
}
.timetable {
  margin-bottom: clamp(70px, 10vw, 130px);
}
.timetable__days {
  display: grid;
  gap: 26px;
}
.timetable-day {
  overflow: hidden;
  border: 1px solid #DDE2E8;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(32, 54, 90, 0.07);
}
.timetable-day__heading,
.timetable-day__header {
  position: relative;
  margin: 0;
  padding: 20px 26px 20px 52px;
  border-bottom: 1px solid rgba(21, 155, 215, 0.2);
  background: #E8F7FD;
}
.timetable-day__heading {
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}
.timetable-day__heading::before,
.timetable-day__header::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #159BD7;
  transform: translateY(-50%);
}
.timetable-day__header h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}
.timetable-day__header p {
  margin: 0.3em 0 0;
  color: #5E6B7D;
}
.timetable-day--closed {
  background: #F7F5EF;
}
.timetable-day__empty {
  margin: 0;
  padding: 24px 26px;
  color: #5E6B7D;
}
.timetable-day__empty strong {
  display: block;
  color: #20365A;
  font-size: 1.08rem;
}
.timetable-day__empty p {
  margin: 0.35em 0 0;
}
.timetable__list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #20365A;
}
.timetable-day .timetable__list {
  border-top: 0;
}
.timetable-row {
  display: grid;
  grid-template-columns: 180px 1fr 170px;
  gap: 28px;
  align-items: center;
  padding: 26px 8px;
  border-bottom: 1px solid #DDE2E8;
}
.timetable-day .timetable-row {
  padding-inline: 26px;
}
.timetable-day .timetable-row:last-child {
  border-bottom: 0;
}
.timetable-row__day {
  display: flex;
  flex-direction: column;
}
.timetable-row__day strong {
  color: #20365A;
  font-size: 1.1rem;
}
.timetable-row__day span,
.timetable-row__meta {
  color: #5E6B7D;
}
.timetable-row__main h3,
.timetable-row__main h4,
.timetable-row__main p {
  margin: 0;
}
.timetable-row__main h4 {
  color: #20365A;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}
.timetable-row__main p {
  color: #5E6B7D;
}
.timetable-row__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 0.9rem;
}
.timetable-row {
  transition: background 0.22s ease, box-shadow 0.22s ease;
}
.timetable-row:focus-within {
  position: relative;
  z-index: 1;
  background: #E8F7FD;
  box-shadow: 0 8px 22px rgba(32, 54, 90, 0.09);
}
.empty-state {
  grid-column: 1 / -1;
  padding: 40px;
  background: #F7F5EF;
  border-radius: 20px;
}
.info-card--date {
  display: grid;
  grid-template-columns: 95px 1fr;
}
.date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F9D03E;
  color: #20365A;
}
.date-badge span {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.date-badge strong {
  font-size: 2.8rem;
  line-height: 1;
}
.activity-card__time {
  color: #20365A;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #B8000A;
}
.activity-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0 0 28px;
  border: 1px solid #DDE2E8;
  border-top: 5px solid #159BD7;
  border-radius: 20px;
  overflow: hidden;
}
.activity-facts div {
  padding: 24px;
  border-right: 1px solid #DDE2E8;
}
.activity-facts div:last-child {
  border-right: 0;
}
.activity-facts dt {
  color: #20365A;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.activity-facts dd {
  margin: 0;
  font-weight: 800;
}
.activity-contact {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) 1fr;
  gap: clamp(20px, 5vw, 60px);
  align-items: center;
  margin: 0 0 clamp(60px, 9vw, 110px);
  padding: clamp(28px, 5vw, 48px);
  background: #E8F7FD;
  border-radius: 20px;
}
.activity-contact__heading {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}
.activity-contact__details {
  min-width: 0;
}
.activity-contact__details p {
  margin-bottom: 0.65em;
  overflow-wrap: break-word;
}
.activity-contact__details a {
  font-weight: 900;
  overflow-wrap: anywhere;
}
.activity-contact__details > :last-child {
  margin-bottom: 0;
}
.back-link {
  padding-top: 35px;
  border-top: 1px solid #DDE2E8;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 7vw, 90px);
  align-items: stretch;
  margin-bottom: clamp(65px, 10vw, 120px);
}
.contact-details {
  display: grid;
  gap: 28px;
}
.contact-details > div {
  padding-bottom: 28px;
  border-bottom: 1px solid #DDE2E8;
}
.contact-details p {
  overflow-wrap: anywhere;
}
.map-wrap {
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: #F7F5EF;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}
.simple-message {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 900px;
  padding-block: 90px;
}
@media (max-width: 900px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
  }
  .home-hero__badge {
    display: none;
  }
  .home-hero__copy > p:not(.eyebrow) {
    max-width: 540px;
  }
  .quick-actions {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-actions a:nth-child(2) {
    border-right: 0;
  }
  .intro-section,
  .image-text,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .image-text--right .image-text__media {
    order: 0;
  }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .timetable-row {
    grid-template-columns: 135px 1fr;
  }
  .timetable-row__meta {
    grid-column: 2;
    align-items: flex-start;
  }
  .activity-facts {
    grid-template-columns: repeat(2, 1fr);
  }
  .activity-facts div {
    border-bottom: 1px solid #DDE2E8;
  }
  .section-heading--row,
  .callout,
  .home-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .impact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .support-callout {
    grid-template-columns: 1fr;
  }
  .activity-contact {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 580px) {
  .home-hero::after {
    display: none;
  }
  .home-hero__inner {
    min-height: auto;
  }
  .quick-actions {
    grid-template-columns: 1fr;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .quick-actions a {
    min-height: 140px;
    border-right: 0;
    border-bottom: 1px solid #DDE2E8;
  }
  .quick-actions__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
  .values-strip__grid,
  .card-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .values-strip__grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 54, 90, 0.22);
  }
  .page-hero::before {
    width: 220px;
    height: 220px;
    right: 65px;
    bottom: -175px;
    border-width: 14px;
  }
  .page-hero::after {
    width: 300px;
    height: 300px;
    right: -110px;
    bottom: -205px;
  }
  .page-hero__inner {
    min-height: 420px;
    justify-content: flex-start;
    padding-top: 55px;
    padding-bottom: 145px;
  }
  .page-hero h1 {
    max-width: 92%;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }
  .page-hero__summary {
    max-width: 92%;
    font-size: 1.03rem;
  }
  .programme-tabs__list {
    display: grid;
    width: 100%;
    border-radius: 20px;
  }
  .programme-tabs__tab {
    width: 100%;
  }
  .timetable-day__heading,
  .timetable-day__header {
    padding-inline: 46px 20px;
  }
  .timetable-day__heading::before,
  .timetable-day__header::before {
    left: 20px;
  }
  .timetable-day .timetable-row {
    padding-inline: 20px;
  }
  .timetable-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .timetable-row__meta {
    grid-column: auto;
  }
  .activity-facts {
    grid-template-columns: 1fr;
  }
  .info-card--date {
    grid-template-columns: 75px 1fr;
  }
}
@keyframes content-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes action-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero__copy,
  .page-hero__inner {
    animation: content-reveal 0.52s cubic-bezier(0.22, 0.75, 0.25, 1) both;
  }
  .quick-actions a {
    animation: action-reveal 0.42s ease-out both;
  }
  .quick-actions a:nth-child(2) {
    animation-delay: 0.06s;
  }
  .quick-actions a:nth-child(3) {
    animation-delay: 0.12s;
  }
  .quick-actions a:nth-child(4) {
    animation-delay: 0.18s;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.no-margin {
  margin: 0 !important;
}
.text-centre {
  text-align: center;
}
