@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --fs-ink: #14233b;
  --fs-ink-2: #203554;
  --fs-cream: #fff8eb;
  --fs-paper: #fffdf8;
  --fs-yellow: #ffc93f;
  --fs-coral: #ff6f59;
  --fs-pink: #f3379b;
  --fs-blue: #19a9e5;
  --fs-teal: #35d7aa;
  --fs-green: #3e9f67;
  --fs-shadow: 0 24px 70px rgba(20, 35, 59, 0.14);
  --fs-radius: 30px;
  --fs-font-display: "Sora", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --fs-font-body: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body:has(.fsah-page) {
  margin: 0;
  background: var(--fs-cream);
}

.fsah-page,
.fsah-page * {
  box-sizing: border-box;
}

.fsah-page {
  position: relative;
  overflow: clip;
  max-width: none !important;
  margin: 0 !important;
  color: var(--fs-ink);
  background: var(--fs-cream);
  font-family: var(--fs-font-body);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.65;
}

.fsah-page > * {
  max-width: none !important;
}

.fsah-page h1,
.fsah-page h2,
.fsah-page h3,
.fsah-page p,
.fsah-page figure {
  margin-top: 0;
}

.fsah-page h1,
.fsah-page h2,
.fsah-page h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.fsah-page h1,
.fsah-page h2,
.fsah-page h3,
.fsah-page h4,
.fsah-eyebrow,
.fsah-programme-label,
.fsah-card-number,
.fsah-brand strong,
.fsah-brand small,
.fsah-page .wp-block-button__link,
.fsah-page button {
  font-family: var(--fs-font-display);
}

.fsah-page a {
  color: inherit;
}

.fsah-page .wp-block-columns {
  display: flex;
  align-items: stretch;
}

.fsah-page .wp-block-column {
  min-width: 0;
  flex: 1 1 0;
}

.fsah-page .are-vertically-aligned-center {
  align-items: center;
}

.fsah-page .are-vertically-aligned-bottom {
  align-items: flex-end;
}

.fsah-page .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fsah-page .wp-block-button__link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--fs-ink);
  border-radius: 999px;
  background: var(--fs-ink);
  color: #fff;
  padding: 0.78rem 1.28rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fsah-page .wp-block-button__link:hover,
.fsah-page .wp-block-button__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(20, 35, 59, 0.18);
}

.fsah-page .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--fs-ink);
}

.fsah-page .wp-block-button__link:focus-visible,
.fsah-page a:focus-visible {
  outline: 4px solid rgba(25, 169, 229, 0.45);
  outline-offset: 4px;
}

.fsah-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 !important;
  padding: 18px 0 !important;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fsah-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.fsah-brand > span:last-child {
  display: grid;
  line-height: 1;
}

.fsah-brand strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.fsah-brand small {
  margin-top: 5px;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

.fsah-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
}

.fsah-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fsah-nav .wp-block-buttons {
  margin: 0;
}

.fsah-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-content: center;
  padding: 140px 24px 90px !important;
  background:
    radial-gradient(circle at 10% 24%, rgba(255, 201, 63, 0.52) 0 5px, transparent 6px),
    radial-gradient(circle at 84% 20%, rgba(243, 55, 155, 0.25) 0 3px, transparent 4px),
    radial-gradient(circle at 90% 76%, rgba(25, 169, 229, 0.32) 0 6px, transparent 7px),
    linear-gradient(135deg, var(--fs-cream), #fff 60%, #e9fbf5);
}

.fsah-hero::before,
.fsah-hero::after {
  position: absolute;
  width: 26vw;
  height: 26vw;
  max-width: 390px;
  max-height: 390px;
  border: 1px solid rgba(20, 35, 59, 0.13);
  border-radius: 50%;
  content: "";
}

.fsah-hero::before {
  top: 18%;
  left: -12vw;
}

.fsah-hero::after {
  right: -10vw;
  bottom: 7%;
  box-shadow: 0 0 0 50px rgba(255, 201, 63, 0.12), 0 0 0 100px rgba(25, 169, 229, 0.06);
}

.fsah-eyebrow {
  margin-bottom: 1rem !important;
  color: var(--fs-coral);
  font-size: 0.69rem !important;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fsah-question {
  max-width: 1120px !important;
  margin: 0 auto 1.4rem !important;
  color: var(--fs-ink);
  font-size: clamp(3.2rem, 7.8vw, 7.6rem) !important;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.fsah-hero-copy {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: #4f5c6f;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  text-wrap: balance;
}

.fsah-scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: grid;
  justify-items: center;
  color: var(--fs-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.fsah-scroll-cue b {
  display: grid;
  width: 36px;
  height: 36px;
  margin-top: 8px;
  place-items: center;
  border: 1px solid rgba(20, 35, 59, 0.3);
  border-radius: 50%;
  animation: fsah-bob 1.8s ease-in-out infinite;
}

@keyframes fsah-bob {
  50% { transform: translateY(7px); }
}

.fsah-reveal-shell {
  position: relative;
  height: 190vh;
  margin: 0 !important;
  background: var(--fs-ink);
}

.fsah-reveal-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  margin: 0 !important;
  overflow: hidden;
}

.fsah-reveal-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  opacity: var(--fs-photo-opacity, 0.35);
  transform: scale(var(--fs-photo-scale, 1.08));
  transition: opacity 70ms linear;
}

.fsah-reveal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fsah-dot-screen {
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: var(--fs-cream);
  background-image:
    radial-gradient(circle, rgba(25, 169, 229, 0.9) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(255, 111, 89, 0.8) 0 1.5px, transparent 2px),
    radial-gradient(circle, rgba(255, 201, 63, 0.85) 0 2px, transparent 2.5px);
  background-position: 0 0, 7px 7px, 14px 0;
  background-size: 28px 28px;
  clip-path: inset(0 0 var(--fs-dot-clip, 0%) 0);
  opacity: var(--fs-dot-opacity, 1);
  will-change: clip-path, opacity;
}

.fsah-photo-shade {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 24, 41, 0.86), rgba(13, 24, 41, 0.08) 68%);
  opacity: var(--fs-shade-opacity, 0.15);
}

.fsah-photo-copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: max(24px, calc((100vw - 1180px) / 2));
  width: min(580px, calc(100vw - 48px));
  margin: 0 !important;
  color: #fff;
  opacity: var(--fs-copy-opacity, 0);
  transform: translateY(calc(-44% + var(--fs-copy-offset, 28px)));
}

.fsah-photo-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 6vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-wrap: balance;
}

.fsah-photo-copy p:last-child {
  max-width: 500px;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
}

.fsah-section {
  padding: clamp(82px, 9vw, 132px) max(24px, calc((100% - 1180px) / 2)) !important;
}

.fsah-section-title {
  max-width: 900px;
  margin-bottom: 1.35rem !important;
  color: var(--fs-ink);
  font-size: clamp(2.5rem, 4.35vw, 4.35rem) !important;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.fsah-lead {
  color: #526176;
  font-size: clamp(1.03rem, 1.6vw, 1.35rem);
}

.fsah-future {
  background: var(--fs-paper);
}

.fsah-future-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: clamp(48px, 6vw, 84px);
}

.fsah-future .fsah-section-title {
  max-width: 680px;
  font-size: clamp(2.55rem, 3.75vw, 4rem) !important;
}

.fsah-year-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(20, 35, 59, 0.09);
  border-radius: var(--fs-radius);
  background: linear-gradient(145deg, #fff, #fff8e4);
  box-shadow: var(--fs-shadow);
}

.fsah-year-card::before {
  position: absolute;
  top: -22px;
  right: 32px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--fs-pink);
  box-shadow: -28px 20px 0 var(--fs-yellow), 26px 25px 0 var(--fs-blue);
  content: "";
}

.fsah-year-card div {
  display: grid;
}

.fsah-year-card strong {
  font-size: clamp(2.7rem, 4vw, 4.35rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.fsah-year-card span {
  margin-top: 8px;
  color: #68758a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fsah-year-card i {
  color: var(--fs-coral);
  font-size: 2rem;
  font-style: normal;
}

.fsah-year-card p {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(20, 35, 59, 0.12);
  color: #536075;
  font-size: 0.9rem;
}

.fsah-challenges {
  color: #fff;
  background: var(--fs-ink);
}

.fsah-challenges .fsah-section-title {
  max-width: 980px;
  color: #fff;
  font-size: clamp(2.6rem, 4.15vw, 4.35rem) !important;
}

.fsah-card-grid,
.fsah-programme-grid {
  gap: 18px;
  margin-top: clamp(44px, 7vw, 80px);
}

.fsah-challenge-card {
  height: 100%;
  min-height: 340px;
  margin: 0;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.fsah-challenge-card h3 {
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.fsah-challenge-card > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.fsah-card-number {
  color: var(--fs-yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.fsah-response {
  background: linear-gradient(135deg, #fff8eb, #fff, #e9fbf5);
}

.fsah-response .wp-block-columns {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(52px, 6.5vw, 92px);
}

.fsah-response .fsah-section-title {
  max-width: 680px;
  font-size: clamp(2.5rem, 3.65vw, 4rem) !important;
}

.fsah-orbit {
  position: relative;
  width: min(480px, 82vw);
  aspect-ratio: 1;
  margin: auto;
  border: 1px dashed rgba(20, 35, 59, 0.28);
  border-radius: 50%;
  animation: fsah-turn 26s linear infinite;
}

.fsah-orbit::before {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(20, 35, 59, 0.15);
  border-radius: 50%;
  content: "";
}

.fsah-orbit b {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 34%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--fs-yellow);
  font-size: clamp(1rem, 3vw, 1.7rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: fsah-counterturn 26s linear infinite;
}

.fsah-orbit span {
  position: absolute;
  display: grid;
  min-width: 108px;
  min-height: 44px;
  place-items: center;
  border-radius: 999px;
  color: var(--fs-ink);
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 35, 59, 0.14);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  animation: fsah-counterturn 26s linear infinite;
}

.fsah-orbit span:nth-child(1) { top: 3%; left: 50%; transform: translateX(-50%); }
.fsah-orbit span:nth-child(2) { top: 50%; right: -5%; transform: translateY(-50%); }
.fsah-orbit span:nth-child(3) { bottom: 3%; left: 50%; transform: translateX(-50%); }
.fsah-orbit span:nth-child(4) { top: 50%; left: -5%; transform: translateY(-50%); }

@keyframes fsah-turn { to { transform: rotate(360deg); } }
@keyframes fsah-counterturn { to { rotate: -360deg; } }

.fsah-model {
  background: var(--fs-yellow);
}

.fsah-model .fsah-eyebrow {
  color: var(--fs-ink);
}

.fsah-model .fsah-section-title {
  margin-right: auto;
  margin-left: auto;
}

.fsah-learning-loop {
  display: grid;
  max-width: 1120px;
  margin: clamp(46px, 7vw, 80px) auto 0;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.fsah-learning-loop li {
  position: relative;
  min-height: 240px;
  padding: 30px 20px;
  border: 1px solid rgba(20, 35, 59, 0.18);
  background: rgba(255, 255, 255, 0.6);
}

.fsah-learning-loop li:first-child { border-radius: 24px 0 0 24px; }
.fsah-learning-loop li:last-child { border-radius: 0 24px 24px 0; }

.fsah-learning-loop li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 46px;
  right: -12px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--fs-ink);
  color: #fff;
  content: "→";
  font-size: 0.7rem;
}

.fsah-learning-loop b {
  display: block;
  margin-bottom: 60px;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  letter-spacing: -0.04em;
}

.fsah-learning-loop span {
  color: #596376;
  font-size: 0.78rem;
  line-height: 1.45;
}

.fsah-programmes {
  background: var(--fs-paper);
}

.fsah-programme-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.fsah-programme-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 560px;
  flex-direction: column;
  margin: 0;
  padding: clamp(28px, 4vw, 42px) !important;
  overflow: hidden;
  border-radius: var(--fs-radius);
  box-shadow: var(--fs-shadow);
}

.fsah-programme-photo {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  width: 142px;
  height: 142px;
  margin: 0 !important;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(20, 35, 59, 0.18);
}

.fsah-programme-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fsah-programme-card::after {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border: 36px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
}

.fsah-programme-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 2.45vw, 2.65rem);
  letter-spacing: -0.055em;
  line-height: 1.03;
  text-wrap: balance;
}

.fsah-programme-card > p:not(.fsah-programme-label),
.fsah-programme-card ul {
  color: rgba(20, 35, 59, 0.75);
  font-size: 0.88rem;
}

.fsah-programme-card .wp-block-buttons {
  margin-top: auto;
}

.fsah-programme-label {
  position: relative;
  z-index: 2;
  max-width: 72%;
  margin-bottom: 4.5rem;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.fsah-achievers .fsah-programme-label {
  max-width: 52%;
}

.fsah-weekend { background: var(--fs-yellow); }
.fsah-achievers { background: #8fe1cc; }
.fsah-colours { background: #ff9c8d; }

.fsah-evidence {
  color: #fff;
  background: #122038;
}

.fsah-evidence .fsah-section-title,
.fsah-evidence .fsah-lead {
  color: #fff;
}

.fsah-story-strip {
  display: grid;
  margin-top: clamp(44px, 7vw, 78px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.fsah-story-strip article {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  background: #243450;
  isolation: isolate;
}

.fsah-story-strip article::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 18, 32, 0.02) 20%, rgba(9, 18, 32, 0.25) 48%, rgba(9, 18, 32, 0.95) 100%);
  content: "";
}

.fsah-story-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2,.7,.2,1);
}

.fsah-story-card:hover .fsah-story-image {
  transform: scale(1.035);
}

.fsah-story-content {
  position: relative;
  z-index: 2;
}

.fsah-story-strip article:nth-child(2) { transform: none; }

.fsah-story-strip span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--fs-yellow);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fsah-story-strip h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-wrap: balance;
}

.fsah-story-strip p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.5;
}

.tone-yellow { background: var(--fs-yellow); }
.tone-coral { background: var(--fs-coral); }
.tone-blue { background: var(--fs-blue); }

.fsah-form-dialog {
  width: min(780px, calc(100% - 32px));
  max-height: 90vh;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 28px;
  background: var(--fs-paper);
  color: var(--fs-ink);
  box-shadow: 0 32px 100px rgba(7, 18, 34, 0.35);
}

.fsah-form-dialog::backdrop {
  background: rgba(10, 22, 40, 0.76);
  backdrop-filter: blur(8px);
}

.fsah-form-dialog[open] {
  animation: fsah-form-in 240ms ease-out both;
}

@keyframes fsah-form-in {
  from { opacity: 0; transform: translateY(18px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.fsah-form-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(20, 35, 59, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--fs-ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.fsah-form-heading {
  padding: clamp(34px, 6vw, 62px);
  padding-right: 80px;
  background: var(--fs-yellow);
}

.fsah-form-achievers .fsah-form-heading { background: #8fe1cc; }
.fsah-form-colours .fsah-form-heading { background: #ff9c8d; }

.fsah-form-heading span {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--fs-font-display);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.fsah-form-heading h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 5vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.fsah-form-heading p {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(20, 35, 59, 0.72);
}

.fsah-programme-form {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 54px);
}

.fsah-programme-form .fsah-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.fsah-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fsah-programme-form label {
  display: grid;
  gap: 8px;
  color: var(--fs-ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.fsah-programme-form input,
.fsah-programme-form select,
.fsah-programme-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1.5px solid rgba(20, 35, 59, 0.17);
  border-radius: 13px;
  background: #fff;
  color: var(--fs-ink);
  padding: 12px 14px;
  font: 500 0.88rem/1.45 var(--fs-font-body);
}

.fsah-programme-form textarea {
  min-height: 96px;
  resize: vertical;
}

.fsah-programme-form input:focus,
.fsah-programme-form select:focus,
.fsah-programme-form textarea:focus {
  border-color: var(--fs-blue);
  outline: 3px solid rgba(25, 169, 229, 0.16);
}

.fsah-form-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
  font-weight: 600 !important;
}

.fsah-form-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.fsah-form-submit {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--fs-ink);
  color: #fff;
  cursor: pointer;
  padding: 14px 24px;
  font-size: 0.78rem;
  font-weight: 800;
}

.fsah-form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.fsah-form-status {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #e9fbf5;
  color: #17664d;
  font-size: 0.78rem;
  font-weight: 700;
}

.fsah-form-status[data-state="pending"] {
  background: #eef6ff;
  color: #145d83;
}

.fsah-form-status[data-state="error"] {
  background: #fff0f0;
  color: #9f2f2f;
}

.fsah-contact {
  position: relative;
  padding-top: clamp(110px, 14vw, 200px) !important;
  padding-bottom: clamp(110px, 14vw, 200px) !important;
  background:
    radial-gradient(circle at 15% 35%, var(--fs-yellow) 0 7px, transparent 8px),
    radial-gradient(circle at 85% 70%, var(--fs-blue) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 15%, var(--fs-pink) 0 4px, transparent 5px),
    var(--fs-cream);
}

.fsah-contact .fsah-section-title {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.fsah-contact-actions {
  justify-content: center;
  margin-top: 38px;
}

.fsah-contact-note {
  margin-top: 18px !important;
  color: #6f7887;
  font-size: 0.72rem;
}

.fsah-footer {
  gap: 30px;
  margin: 0 !important;
  padding: 42px max(24px, calc((100% - 1180px) / 2)) !important;
  color: #fff;
  background: var(--fs-ink);
}

.fsah-footer p {
  margin: 0;
}

.fsah-footer small,
.fsah-footer p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.fsah-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1);
}

.fsah-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .fsah-nav-actions .wp-block-button:first-child {
    display: none;
  }

  .fsah-section-title {
    font-size: clamp(2.45rem, 5.4vw, 3.75rem) !important;
  }

  .fsah-future-grid,
  .fsah-response .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
  }

  .fsah-future .fsah-section-title,
  .fsah-response .fsah-section-title,
  .fsah-challenges .fsah-section-title {
    font-size: clamp(2.35rem, 5vw, 3.35rem) !important;
  }

  .fsah-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsah-card-grid > .wp-block-column {
    width: auto !important;
  }

  .fsah-learning-loop {
    grid-template-columns: repeat(3, 1fr);
  }

  .fsah-learning-loop li:first-child { border-radius: 24px 0 0 0; }
  .fsah-learning-loop li:nth-child(3) { border-radius: 0 24px 0 0; }
  .fsah-learning-loop li:nth-child(4) { border-radius: 0 0 0 24px; }
  .fsah-learning-loop li:last-child { border-radius: 0 0 24px 0; }

  .fsah-programme-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsah-programme-grid > .wp-block-column:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 18px) / 2) !important;
    justify-self: center;
  }

  .fsah-programme-card h3 {
    font-size: clamp(2rem, 4vw, 2.6rem);
  }

  .fsah-story-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsah-story-strip article:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 18px) / 2);
    justify-self: center;
  }

  .fsah-story-strip h3 {
    font-size: clamp(1.75rem, 3.6vw, 2.3rem);
  }
}

@media (max-width: 720px) {
  .fsah-nav {
    width: calc(100% - 32px);
  }

  .fsah-nav-actions .wp-block-button__link {
    min-height: 43px;
    padding: 0.55rem 0.82rem;
    font-size: 0.66rem;
  }

  .fsah-brand strong {
    font-size: 0.66rem;
  }

  .fsah-brand small {
    font-size: 0.5rem;
  }

  .fsah-question {
    font-size: clamp(3rem, 15vw, 5.4rem) !important;
  }

  .fsah-brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .fsah-page .wp-block-columns:not(.fsah-card-grid):not(.fsah-programme-grid) {
    flex-direction: column;
  }

  .fsah-scroll-cue span {
    display: none;
  }

  .fsah-photo-shade {
    background: linear-gradient(0deg, rgba(13, 24, 41, 0.92), rgba(13, 24, 41, 0.05) 78%);
  }

  .fsah-photo-copy {
    top: auto;
    bottom: 9vh;
    transform: translateY(var(--fs-copy-offset, 28px));
  }

  .fsah-reveal-photo img {
    object-position: 65% center;
  }

  .fsah-card-grid,
  .fsah-programme-grid,
  .fsah-story-strip {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .fsah-programme-grid > .wp-block-column:last-child {
    grid-column: auto;
    width: auto !important;
  }

  .fsah-story-strip article:last-child {
    grid-column: auto;
    width: auto;
  }

  .fsah-challenge-card {
    min-height: 260px;
  }

  .fsah-learning-loop {
    grid-template-columns: 1fr 1fr;
  }

  .fsah-learning-loop li,
  .fsah-learning-loop li:first-child,
  .fsah-learning-loop li:nth-child(3),
  .fsah-learning-loop li:nth-child(4),
  .fsah-learning-loop li:last-child {
    min-height: 210px;
    border-radius: 0;
  }

  .fsah-learning-loop li:first-child { border-radius: 22px 0 0 0; }
  .fsah-learning-loop li:nth-child(2) { border-radius: 0 22px 0 0; }
  .fsah-learning-loop li:nth-child(5) { border-radius: 0 0 0 22px; }
  .fsah-learning-loop li:last-child { border-radius: 0 0 22px 0; }

  .fsah-learning-loop li:nth-child(2n)::after {
    display: none;
  }

  .fsah-story-strip article:nth-child(2) {
    transform: none;
  }

  .fsah-form-grid {
    grid-template-columns: 1fr;
  }

  .fsah-form-heading {
    padding: 34px 70px 30px 24px;
  }

  .fsah-programme-form {
    padding: 28px 24px 34px;
  }

  .fsah-footer {
    align-items: flex-start !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fsah-scroll-cue b,
  .fsah-orbit,
  .fsah-orbit b,
  .fsah-orbit span {
    animation: none !important;
  }
  .fsah-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .fsah-dot-screen {
    display: none;
  }
  .fsah-reveal-photo {
    opacity: 1;
    transform: none;
  }
  .fsah-photo-copy {
    opacity: 1;
    transform: translateY(-50%);
  }
}
