:root {
  --navy: #060e22;
  --blue: #0043ff;
  --blue-dark: #032eb4;
  --blue-light: #79a0ff;

  --cream: #f6f3e9;

  --orange: #f1a208;
  --orange-light: #ffb326;

  --white: #ffffff;

  --text: #182033;
  --muted: #5d6677;
  --line: #dce2ea;

  --shadow: 0 20px 55px rgba(6, 14, 34, 0.12);
}

/* =========================
   RESET
========================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1160px, 92%);
  margin: auto;
}

/* =========================
   HEADER / NAVIGATION
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 233, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(6, 14, 34, 0.08);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* Header brand */
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  line-height: 0.95;
  flex-shrink: 0;
}

.brand small {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}

.brand-logo {
  display: block;
  width: 58px;
  height: 58px;
  flex-shrink: 58px;
  overflow: hidden;
  border-radius: 12px;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}


.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  color: var(--navy);
  opacity: 0.82;
  transition: 0.2s;
}

.nav-links a:hover {
  color: var(--blue);
  opacity: 1;
}

.nav-cta {
  background: var(--blue);
  color: #fff !important;
  padding: 12px 19px;
  border-radius: 999px;
  opacity: 1 !important;
}

.nav-cta:hover {
  background: var(--blue-dark);
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
  color: var(--navy);
  cursor: pointer;
}

/* =========================
   HERO
========================= */

.hero {
  min-height: 720px;
  overflow: hidden;
  position: relative;
  background: var(--navy);
  color: #fff;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.38;
}

.glow-one {
  width: 520px;
  height: 520px;
  right: -220px;
  top: -180px;
  background: var(--blue);
}

.glow-two {
  width: 330px;
  height: 330px;
  left: -170px;
  bottom: -160px;
  background: var(--orange);
  opacity: 0.16;
}

.hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin-bottom: 16px;
}

.hero .eyebrow {
  color: #79a0ff;
}

h1,
h2,
h3 {
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(45px, 6vw, 75px);
  letter-spacing: -0.045em;
  max-width: 720px;
}

h1 span,
h2 span {
  color: var(--orange);
}

.hero-copy > p {
  max-width: 630px;
  color: #cdd5e3;
  font-size: 17px;
  margin: 25px 0 32px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.btn-primary {
  background: var(--orange);
  color: var(--navy);
}

.btn-primary:hover {
  background: var(--orange-light);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline {
  border: 1px solid var(--blue);
  color: var(--blue);
}

.btn-light {
  background: #fff;
  color: var(--blue);
}

/* =========================
   HERO TRUST
========================= */

.trust-row {
  display: flex;
  gap: 20px;
  margin-top: 48px;
  font-size: 12px;
  color: #9faabd;
}

.trust-row span::before {
  content: "•";
  color: var(--orange);
  margin-right: 7px;
}

/* =========================
   HERO ART
========================= */

.hero-art {
  min-height: 510px;
  position: relative;
  display: grid;
  place-items: center;
}

.art-card,
.art-main {
  position: absolute;
  width: 330px;
  height: 450px;
  border-radius: 180px 180px 30px 30px;
}

.card-back {
  background: #16203a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: rotate(-10deg) translate(-15px, 12px);
}

.card-mid {
  background: var(--blue);
  transform: rotate(7deg) translate(14px, 7px);
  opacity: 0.78;
}

.art-main {
  overflow: hidden;
  background: linear-gradient(160deg, #dfe7ff, #6d91ff);
  box-shadow: var(--shadow);
}

.circle-label {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  z-index: 4;
}

.art-text {
  position: absolute;
  top: 100px;
  left: 25px;
  z-index: 3;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-size: 29px;
  letter-spacing: -0.05em;
}

.art-text span {
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

.person {
  position: absolute;
  bottom: -45px;
  border-radius: 50% 50% 10% 10%;
  background: var(--navy);
}

.person-one {
  width: 145px;
  height: 300px;
  left: 25px;
  transform: rotate(7deg);
}

.person-two {
  width: 175px;
  height: 350px;
  left: 110px;
  background: #03091a;
}

.person-three {
  width: 120px;
  height: 270px;
  right: -20px;
  transform: rotate(-8deg);
  background: #496fdc;
}

/* =========================
   FLOATING NOTES
========================= */

.floating-note {
  position: absolute;
  background: #fff;
  color: var(--navy);
  padding: 14px 18px;
  border-radius: 15px;
  font-weight: 900;
  font-size: 14px;
  box-shadow: var(--shadow);
  line-height: 1.1;
}

.floating-note small {
  font-size: 9px;
  font-weight: 600;
}

.note-top {
  right: -10px;
  top: 80px;
  transform: rotate(5deg);
}

.note-bottom {
  left: -10px;
  bottom: 70px;
  transform: rotate(-5deg);
}

/* =========================
   STATS
========================= */

.stats {
  background: var(--blue);
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0;
}

.stats-grid div {
  padding: 8px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
}

.stats-grid div:last-child {
  border: 0;
}

.stats-grid strong {
  font: 800 25px "Manrope", Arial, sans-serif;
  color: var(--orange);
}

.stats-grid span {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.9;
}

/* =========================
   GENERAL SECTIONS
========================= */

.section {
  padding: 115px 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.section-heading h2 {
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: -0.045em;
  max-width: 650px;
}

.section-text {
  font-size: 17px;
  color: var(--muted);
  max-width: 570px;
}

.section-text p + p {
  margin-top: 18px;
}

.text-link {
  display: inline-block;
  margin-top: 25px;
  color: var(--blue);
  font-weight: 900;
  border-bottom: 2px solid var(--orange);
}

/* =========================
   DARK SECTION
========================= */

.section-dark {
  background: var(--navy);
  color: #fff;
}

.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centered h2 {
  max-width: 780px;
}

.centered p {
  max-width: 600px;
  color: #aab5c8;
  margin-top: 16px;
}

/* =========================
   PROGRAMS
========================= */

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 55px;
}

.program-card {
  background: #0d1831;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px;
  border-radius: 24px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
}

.program-card:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 162, 8, 0.65);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.program-icon {
  width: 43px;
  height: 43px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--navy);
  font-weight: 900;
  margin-bottom: 45px;
}

.program-card h3 {
  font-size: 23px;
  margin-bottom: 12px;
}

.program-card p {
  color: #aab5c8;
  font-size: 14px;
}

.program-card a {
  color: #76a0ff;
  font-size: 13px;
  font-weight: 900;
  margin-top: auto;
  padding-top: 25px;
}

/* =========================
   IMPACT
========================= */

.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.impact-copy p {
  color: var(--muted);
  font-size: 17px;
  max-width: 550px;
  margin: 22px 0;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pill-list span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.impact-visual {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}

.impact-ring {
  position: absolute;
  border: 1px solid #aeb9c8;
  border-radius: 50%;
  pointer-events: none;
}

.ring-1 {
  width: 410px;
  height: 410px;
}

.ring-2 {
  width: 300px;
  height: 300px;
  border-style: dashed;
}

.ring-3 {
  width: 195px;
  height: 195px;
  border-color: var(--blue);
}

/* Label/button shapes */
.impact-ring span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 75px;
  padding: 7px 14px;

  background: var(--cream);
  border: 1px solid var(--blue-light);
  border-radius: 8000px;

  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;

  box-shadow: 0 5px 17px rgba(6, 14, 34, .10);
  z-index: 10;

  /* JavaScript controls the position */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  transition:
    left 1.4s ease-in-out,
    top 1.4s ease-in-out;
}

.impact-center {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--navy);
  display: grid;
  place-items: center;
  text-align: center;
  font: 900 19px/1 "Manrope", Arial, sans-serif;
  z-index: 20;
  box-shadow: 0 10px 35px rgba(6, 14, 34, .15);
}

.impact-center small {
  font-size: 15px;
  letter-spacing: .12em;
}
/* =========================
   QUOTE
========================= */

.quote-section {
   background: var(--navy);
   color: #fff;
   padding: 105px 0;
}

.quote-wrap {
  max-width: 850px;
  text-align: center;
}

.quote-mark {
  font: 900 90px/0 "Manrope", Arial, sans-serif;
  color: var(--orange);
  opacity: 0.25;
}

blockquote {
  font: 800 clamp(31px, 5vw, 55px)/1.12 "Manrope", Arial, sans-serif;
  letter-spacing: -0.04em;
  margin: 20px 0;
  color: #fff;
}

blockquote span {
  color: var(--orange);
}

.quote-wrap p {
  font-size: 13px;
  font-weight: 800;
  color: #aab5c8;
}

/* =========================
   EVENTS
========================= */

.events {
  padding-bottom: 70px;
}

.event-banner {
  margin-top: 50px;
  background: var(--blue);
  color: #fff;
  border-radius: 30px;
  padding: 35px 45px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
}

.event-number {
  display: block;
  font: 900 72px/0.8 "Manrope", Arial, sans-serif;
  color: var(--orange);
  letter-spacing: -0.07em;
}

.event-month {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 900;
}

.event-copy h3 {
  font-size: 28px;
}

.event-copy p {
  color: #d5e0ff;
  max-width: 600px;
  margin-top: 8px;
  font-size: 14px;
}

/* =========================
   GET INVOLVED
========================= */

.get-involved {
  padding-top: 70px;
}

.cta-box {
  background: var(--orange);
  color: var(--navy);
  border-radius: 32px;
  padding: 55px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-box h2 {
  font-size: clamp(34px, 4vw, 50px);
  max-width: 700px;
}

.cta-box p {
  max-width: 620px;
  margin-top: 12px;
  opacity: 0.78;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 250px;
  justify-content: flex-end;
}

.cta-box .btn-primary {
  background: var(--navy);
  color: #fff;
}

.cta-box .btn-outline {
  border-color: var(--navy);
  color: var(--navy);
}

/* =========================
   CONTACT
========================= */

.contact {
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
}

.contact h2 {
  font-size: clamp(40px, 5vw, 60px);
}

.contact > .container > div > p {
  color: var(--muted);
  max-width: 550px;
  margin: 20px 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 900;
  color: var(--blue);
}

/* =========================
   CONTACT FORM
========================= */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form label {
  font-size: 12px;
  font-weight: 900;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  font: inherit;
  outline: none;
  background: var(--cream);
  color: var(--text);
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 67, 255, 0.08);
}

.form-note {
  font-size: 12px;
  color: var(--blue);
  min-height: 18px;
}

/* =========================
   FOOTER
========================= */

footer {
  background: var(--navy);
  color: #aab5c8;
  padding: 55px 0 25px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.footer-grid p {
  font-size: 13px;
  margin-top: 15px;
  max-width: 300px;
}

.footer-links {
  display: flex;
  gap: 25px;
  font-size: 13px;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.footer-logo {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: var(--blue);
}

.footer-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
/* =========================
   SCROLL REVEAL
========================= */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

  .nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: var(--cream);
    padding: 20px 4%;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .split,
  .impact-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 80px 0 90px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-art {
    min-height: 520px;
    margin-top: 15px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid div:nth-child(2) {
    border-right: 0;
  }

  .stats-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-banner {
    grid-template-columns: auto 1fr;
  }

  .event-banner .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 580px) {

  .nav {
    min-height: 68px;
  }

  .nav-links {
    top: 68px;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .hero-art {
    transform: scale(0.78);
    transform-origin: center top;
    margin-bottom: -100px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .stats-grid div:last-child {
    border-bottom: 0 !important;
  }

  .section {
    padding: 80px 0;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .impact-visual {
    transform: scale(0.75);
    margin: -35px 0;
  }

  .event-banner {
    padding: 30px;
    grid-template-columns: 1fr;
  }

  .event-number,
  .event-month {
    display: inline;
  }

  .event-month {
    margin-left: 8px;
  }

  .cta-box {
    padding: 38px 28px;
  }

  .contact-grid {
    gap: 45px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================
   LOGO FIX
========================= */

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.brand-logo {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: var(--blue);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
/* =========================================================
   PROGRAMME SHOWCASE
========================================================= */

.program-open {
  margin-top: auto;
  padding-top: 25px;
  background: none;
  border: 0;
  color: var(--orange);
  font: 800 13px "DM Sans", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: .2s;
}

.program-open:hover {
  color: #fff;
  transform: translateX(4px);
}


/* Expanded showcase */

.program-showcase {
  display: none;
  position: relative;
  margin-top: 35px;
  background: #fff;
  color: var(--text);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,.25);

  grid-template-columns: 1fr 1fr;

  animation: programOpen .4s ease;
}

.program-showcase.active {
  display: grid;
}

@keyframes programOpen {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Close button */

.program-close {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 42px;
  height: 42px;

  border: 0;
  border-radius: 50%;

  background: rgba(6,14,34,.85);
  color: #fff;

  font-size: 28px;
  line-height: 1;

  cursor: pointer;

  z-index: 10;

  transition: .2s;
}

.program-close:hover {
  background: var(--orange);
  color: var(--navy);
  transform: rotate(90deg);
}


/* =========================================================
   IMAGE CAROUSEL
========================================================= */

.program-gallery {
  position: relative;
  min-height: 480px;
  background: #dfe5f0;
  overflow: hidden;
}

.program-gallery img {
  width: 100%;
  height: 100%;
  min-height: 480px;

  object-fit: cover;

  transition: opacity .25s ease;
}


/* Carousel arrows */

.gallery-arrow {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  width: 45px;
  height: 45px;

  border: 0;
  border-radius: 50%;

  background: rgba(6,14,34,.75);
  color: #fff;

  font-size: 30px;

  cursor: pointer;

  z-index: 5;

  transition: .2s;
}

.gallery-arrow:hover {
  background: var(--orange);
  color: var(--navy);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}


/* Carousel dots */

.gallery-dots {
  position: absolute;

  bottom: 20px;
  left: 50%;

  transform: translateX(-50%);

  display: flex;
  gap: 7px;

  z-index: 5;
}

.gallery-dot {
  width: 8px;
  height: 8px;

  border: 0;
  border-radius: 50%;

  background: rgba(255,255,255,.55);

  cursor: pointer;

  padding: 0;
}

.gallery-dot.active {
  background: var(--orange);
  transform: scale(1.3);
}


/* =========================================================
   SHOWCASE CONTENT
========================================================= */

.program-showcase-content {
  padding: 65px 55px 55px;
}

.program-showcase-content h2 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.045em;
  margin-bottom: 20px;
  color: var(--navy);
}

.program-lead {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 560px;
}


/* Stories */

.program-stories {
  margin-top: 35px;
}

.story-label {
  display: block;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: .17em;

  color: var(--blue);

  margin-bottom: 14px;
}

.programme-story {
  padding: 20px;

  background: var(--ice);

  border-left: 4px solid var(--orange);

  border-radius: 0 14px 14px 0;
}

.story-date {
  display: block;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: .1em;

  color: var(--blue);

  margin-bottom: 7px;
}

.programme-story h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 8px;
}

.programme-story p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}


/* Actions */

.program-actions {
  display: flex;
  gap: 10px;

  flex-wrap: wrap;

  margin-top: 30px;
}

.program-actions .btn {
  font-size: 13px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

  .program-showcase {
    grid-template-columns: 1fr;
  }

  .program-gallery {
    min-height: 380px;
  }

  .program-gallery img {
    min-height: 380px;
  }

  .program-showcase-content {
    padding: 45px 35px 40px;
  }

}


@media (max-width: 580px) {

  .program-showcase {
    border-radius: 22px;
  }

  .program-gallery {
    min-height: 280px;
  }

  .program-gallery img {
    min-height: 280px;
  }

  .program-showcase-content {
    padding: 40px 25px 30px;
  }

  .program-showcase-content h2 {
    font-size: 34px;
  }

  .program-actions {
    flex-direction: column;
  }

  .program-actions .btn {
    width: 100%;
  }

  .gallery-arrow {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

}
/* =========================================
   IMPACT SECTION
========================================= */

.impact-section {
  background: var(--cream);
}

.impact-goals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 55px;
}

.impact-card {
  position: relative;
  padding: 30px 24px;
  border: 1px solid rgba(6, 14, 34, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .55);
  transition: transform .3s ease, box-shadow .3s ease;
}

.impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(6, 14, 34, .08);
}

.impact-number {
  display: block;
  margin-bottom: 30px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  color: var(--blue-light);
}

.impact-card strong {
  display: block;
  margin-bottom: 8px;
  font: 800 38px/1 "Manrope", Arial, sans-serif;
  color: var(--blue);
}

.impact-card h3 {
  margin: 0 0 10px;
  font: 800 18px/1.2 "Manrope", Arial, sans-serif;
  color: var(--navy);
}

.impact-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.impact-bottom {
  margin-top: 25px;
  padding: 30px;
  border-radius: 20px;
  background: var(--navy);
  color: white;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.impact-bottom .eyebrow {
  color: var(--blue-light);
}

.impact-bottom h3 {
  max-width: 650px;
  margin: 8px 0 0;
  font: 800 24px/1.3 "Manrope", Arial, sans-serif;
}
/* =========================================
   IMPACT — TABLET & MOBILE
========================================= */

@media (max-width: 900px) {

  .impact-goals {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* MOBILE */
@media (max-width: 600px) {

  .impact-goals {
    grid-template-columns: 1fr;
  }

  .impact-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .impact-bottom h3 {
    font-size: 20px;
  }

}