.home-page .hero h1,
.home-page .section-heading h2,
.home-page .training-section h2,
.home-page .join-section h2,
.home-page .support-section h2,
.home-page .programme-card h3,
.home-page .programme-ambition h3 {
  font-family: var(--font-display);
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.home-page .hero h1 { font-size: clamp(3.75rem, 7vw, 6.25rem); line-height: .92; }

.home-page .section-heading h2,
.home-page .training-section h2,
.home-page .join-section h2 {
  font-size: clamp(2.65rem, 4.2vw, 3.75rem);
  line-height: .98;
}

.home-page .support-section h2 { font-size: clamp(2.4rem, 4vw, 3.75rem); }

.home-page .hero-card {
  background: rgba(0, 1, 39, .92);
  border-radius: 20px;
  overflow: hidden;
}

.home-page .proof-strip strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.5rem);
  letter-spacing: 0;
}

.home-page .proof-strip span,
.home-page .values-grid p,
.home-page .affiliation-card > span,
.home-page .committee-card p,
.home-page .programme-card p,
.home-page .programme-ambition p,
.home-page .membership-card span,
.home-page .membership-card small {
  font-size: .875rem;
  line-height: 1.55;
}

.home-page .club-copy { align-self: end; }
.home-page .team-photo { border-radius: 20px; }
.home-page .team-photo figcaption { background: rgba(0, 1, 39, .8); border-radius: 20px 0 0; }
.home-page .values-grid span { font-family: var(--font-display); font-size: .875rem; }
.home-page .values-grid h3 { font-size: 1.3rem; }

.committee-section {
  background: var(--dark-blue);
  color: #fff;
  display: grid;
  gap: 2.5rem 8vw;
  grid-template-columns: minmax(0, .9fr) minmax(18rem, 1.1fr);
}

.committee-section .eyebrow { color: var(--yellow); }
.committee-section .section-heading,
.committee-intro { align-self: end; }
.committee-section .section-heading h2 { color: #fff; }
.committee-intro { color: rgba(255, 255, 255, .76); margin: 0; max-width: 44rem; }

.committee-grid {
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  display: grid;
  gap: 1px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.committee-card {
  background: var(--dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 13rem;
  padding: 2rem;
}

.committee-card span {
  color: var(--yellow);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: auto;
  text-transform: uppercase;
}

.committee-card h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  margin: 1.5rem 0 .45rem;
}

.committee-card p { color: rgba(255, 255, 255, .7); margin: 0; }
.home-page .affiliation-card,
.home-page .membership-card { border-radius: 20px; }

.programme-section { background: #f4f1e8; }
.programme-intro { color: #343434; margin: 0 0 3rem auto; max-width: 46rem; }

.programme-layout {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

.programme-grid {
  background: transparent;
  border: 0;
  border-radius: 20px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.programme-card {
  background: #fff;
  border: 1px solid #cbc7ba;
  border-radius: 20px;
  min-height: 14rem;
  padding: 2rem;
}

.programme-card span {
  color: var(--red);
  display: block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.programme-card h3 {
  color: var(--dark-blue);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  line-height: 1;
  margin: 0 0 .65rem;
}

.programme-card p { color: #4b4b4b; margin: 0; }

.programme-ambition {
  background: var(--red);
  border-radius: 20px;
  color: #fff;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

.programme-ambition span { color: var(--yellow); }
.programme-ambition h3 { font-size: clamp(2rem, 3.5vw, 2.5rem); margin: .8rem auto; }
.programme-ambition p { color: #fff; margin: 0 auto; max-width: 52rem; }

.home-page .training-section { background: var(--yellow); }
.home-page .membership-card { overflow: hidden; }
.home-page .support-section { background: var(--red); }
.home-page .button-light { color: var(--dark-blue); }
.training-status[hidden] { display: none; }

@media (width <= 900px) {
  .committee-section { grid-template-columns: 1fr; }
  .committee-grid { grid-column: auto; }
  .programme-intro { margin-left: 0; }
}

@media (width <= 850px) {
  .committee-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (width <= 600px) {
  .programme-grid { grid-template-columns: 1fr; }
  .programme-card { min-height: 0; }
}

@media (width <= 560px) {
  .home-page .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .home-page .team-photo figcaption { border-radius: 0; }
  .home-page .programme-card h3 { font-size: 1.75rem; }
}

@media (width <= 520px) {
  .committee-grid { grid-template-columns: 1fr; }
  .committee-card { min-height: 10rem; }
}
