:root {
  --ink: #071625;
  --ink-soft: #31465a;
  --paper: #f7f3ea;
  --paper-deep: #eee5d5;
  --gold: #eba73a;
  --navy: #031421;
  --line: rgba(7, 22, 37, 0.16);
  --container: min(1180px, calc(100vw - 48px));
  --sticky-header-height: clamp(64px, 10.5vw, 230px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site-liquid-ether {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: normal;
  contain: strict;
}

.site-liquid-ether canvas {
  display: block;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

img {
  display: block;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-image-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: clamp(26px, 4.2vw, 72px);
  width: 100%;
  height: var(--sticky-header-height);
  padding: 0 clamp(22px, 4vw, 72px);
  background: transparent;
  box-shadow: none;
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-image-header.is-scrolled {
  background: rgba(3, 20, 33, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.brand-lockup {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand-lockup img {
  width: clamp(178px, 17vw, 330px);
  height: auto;
}

.sticky-hotspots {
  position: static;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.05vw, 38px);
  min-width: 0;
}

.sticky-hotspot {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.73rem, 0.76vw, 0.95rem);
  line-height: 1;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.sticky-hotspot:hover,
.sticky-hotspot.is-selected,
.sticky-hotspot:focus-visible {
  background: rgba(235, 167, 58, 0.08);
  box-shadow: inset 0 0 0 2px rgba(235, 167, 58, 0.9), 0 0 24px rgba(235, 167, 58, 0.18);
}

.sticky-hotspot:active {
  background: rgba(235, 167, 58, 0.16);
}

.sticky-home {
  width: auto;
}

.sticky-about {
  width: auto;
}

.sticky-programmes {
  width: auto;
}

.sticky-outcomes {
  width: auto;
}

.sticky-resources {
  width: auto;
}

.sticky-contact {
  width: auto;
}

.sticky-enrol {
  width: auto;
  margin-left: clamp(10px, 1.6vw, 28px);
  padding: 0 16px;
  color: var(--gold);
  gap: 9px;
}

.sticky-enrol::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.landing-page {
  position: relative;
  width: 100%;
  height: 190svh;
  min-height: 620px;
  --sun-progress: 0;
  --sun-scale: 0.68;
  --sun-opacity: 0;
  --sun-bloom: 0;
  --scene-depth: 0;
  --page-fade: 0;
  background: rgba(3, 20, 33, 0.96);
}

.landing-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  perspective: 1200px;
  transform-style: preserve-3d;
  background:
    linear-gradient(180deg, rgba(3, 20, 33, 0) 0%, rgba(3, 20, 33, 0.68) 58%, rgba(3, 20, 33, 0.96) 100%),
    rgba(3, 20, 33, 0.96);
}

.landing-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(3, 20, 33, 0.16), rgba(3, 20, 33, 0.2) 52%, rgba(3, 20, 33, 0.84) 100%),
    url("assets/kast-scenic-clean-background.png?v=20260506-real-landing") center top / cover no-repeat;
  transform:
    translate3d(0, calc(var(--scene-depth) * -12px), calc(var(--scene-depth) * -96px))
    scale(calc(1.01 + (var(--scene-depth) * 0.08)));
  transform-origin: 76% 40%;
  filter:
    brightness(calc(1 + (var(--sun-bloom) * 0.13)))
    saturate(calc(1 + (var(--sun-bloom) * 0.1)));
  transition: transform 80ms linear, filter 80ms linear;
}

.hero-content {
  position: absolute;
  inset: clamp(120px, 17vh, 218px) clamp(24px, 5.6vw, 96px) clamp(108px, 15vh, 174px);
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(760px, 58vw);
  transform:
    translate3d(0, calc(var(--scene-depth) * -10px), calc(var(--scene-depth) * 48px))
    scale(calc(1 + (var(--scene-depth) * 0.018)));
  transform-origin: left center;
}

.hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5.35vw, 6.25rem);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.hero-keyword {
  color: var(--gold);
  text-shadow: none;
  animation: keywordGlowBreath 4.8s ease-in-out infinite;
}

.proof-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(18px, 2.8vw, 40px);
  margin: clamp(52px, 10vh, 118px) 0 0;
  padding: 0;
  list-style: none;
}

.proof-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: min(100%, 206px);
  color: #ffffff;
}

.proof-item + .proof-item {
  padding-left: clamp(16px, 2vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.proof-item svg {
  flex: 0 0 auto;
  width: clamp(34px, 3.5vw, 52px);
  height: clamp(34px, 3.5vw, 52px);
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
}

.proof-item span {
  display: grid;
  gap: 7px;
}

.proof-item strong,
.proof-item small {
  display: block;
}

.proof-item strong {
  font-size: clamp(0.82rem, 0.95vw, 1.02rem);
  line-height: 1.1;
  font-weight: 800;
}

.proof-item small {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.68rem, 0.72vw, 0.82rem);
  line-height: 1.2;
}

.sun-scroll-glow {
  position: absolute;
  left: var(--sun-x, 78%);
  top: var(--sun-y, 42%);
  z-index: 3;
  width: clamp(118px, 16vw, 290px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transform:
    translate(-50%, -50%)
    translateZ(calc(var(--sun-bloom) * 260px))
    scale(var(--sun-scale));
  opacity: var(--sun-opacity);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0 7%, rgba(255, 235, 180, 0.95) 15%, rgba(255, 178, 64, 0.52) 32%, rgba(255, 178, 64, 0) 69%);
  mix-blend-mode: screen;
  filter:
    blur(calc(1px + (var(--sun-bloom) * 10px)))
    drop-shadow(0 0 calc(18px + (var(--sun-bloom) * 80px)) rgba(255, 196, 89, 0.72));
  transition: opacity 80ms linear, transform 80ms linear, filter 80ms linear;
}

.sun-scroll-glow::before,
.sun-scroll-glow::after {
  content: "";
  position: absolute;
  inset: -36%;
  border-radius: 50%;
  opacity: calc(var(--sun-bloom) * 0.82);
  background:
    radial-gradient(circle, rgba(255, 250, 224, 0.36) 0 18%, rgba(255, 188, 73, 0.16) 34%, rgba(255, 188, 73, 0) 70%);
}

.sun-scroll-glow::after {
  inset: -74%;
  opacity: calc(var(--sun-bloom) * 0.48);
  transform: rotateX(58deg) rotateZ(-12deg) scaleX(1.28);
  background:
    radial-gradient(ellipse, rgba(255, 226, 151, 0.32) 0 20%, rgba(255, 177, 70, 0.13) 42%, rgba(255, 177, 70, 0) 72%);
}

.landing-depth-wash,
.landing-page-fade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.landing-depth-wash {
  opacity: calc(var(--sun-bloom) * 0.52);
  background:
    radial-gradient(circle at 80% 28%, rgba(255, 238, 194, 0.72), rgba(255, 187, 76, 0.28) 16%, rgba(255, 187, 76, 0) 34%),
    linear-gradient(90deg, rgba(2, 14, 24, 0.36), rgba(2, 14, 24, 0) 58%);
  mix-blend-mode: screen;
}

.landing-page-fade {
  z-index: 4;
  opacity: var(--page-fade);
  background:
    linear-gradient(180deg, rgba(247, 243, 234, 0) 0%, rgba(247, 243, 234, 0.16) 38%, rgba(247, 243, 234, 0.96) 100%),
    radial-gradient(circle at 80% 30%, rgba(255, 224, 156, 0.5), rgba(255, 224, 156, 0) 38%);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 2.9vh, 38px);
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: calc((1 - var(--page-fade)) * 0.92);
  transform: translateX(-50%) translateY(calc(var(--scene-depth) * 14px));
  text-shadow: 0 0 18px rgba(3, 20, 33, 0.72);
  animation: scrollCuePulse 2.2s ease-in-out infinite;
}

.scroll-cue-line {
  width: 1px;
  height: clamp(34px, 5.4vh, 58px);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(235, 167, 58, 0), rgba(235, 167, 58, 0.95), rgba(255, 255, 255, 0.46));
  box-shadow:
    0 0 16px rgba(235, 167, 58, 0.4),
    0 0 34px rgba(255, 215, 150, 0.18);
  transform-origin: top center;
  animation: scrollLinePulse 2.2s ease-in-out infinite;
}

@keyframes scrollCuePulse {
  0%,
  100% {
    opacity: calc((1 - var(--page-fade)) * 0.58);
  }

  48% {
    opacity: calc((1 - var(--page-fade)) * 1);
  }
}

@keyframes scrollLinePulse {
  0%,
  100% {
    transform: scaleY(0.58);
  }

  48% {
    transform: scaleY(1);
  }
}

@keyframes keywordGlowBreath {
  0%,
  100% {
    text-shadow: none;
  }

  48% {
    text-shadow:
      0 0 14px rgba(235, 167, 58, 0.68),
      0 0 34px rgba(235, 167, 58, 0.42),
      0 0 62px rgba(255, 229, 174, 0.26),
      0 0 92px rgba(255, 248, 224, 0.12);
  }
}

.identity-section {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: block;
  margin-top: -1px;
  padding: clamp(48px, 6vh, 80px) 0 clamp(64px, 7vh, 92px);
  background:
    radial-gradient(circle at 72% 0%, rgba(255, 212, 136, 0.38), rgba(255, 212, 136, 0) 32%),
    radial-gradient(circle at 50% 0%, rgba(235, 167, 58, 0.18), rgba(235, 167, 58, 0) 28%),
    rgba(247, 243, 234, 0.92);
}

.identity-section,
.method-section,
.outcomes-section,
.testimonials-section,
.final-cta {
  scroll-margin-top: var(--sticky-header-height);
}

.identity-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.72fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: flex-start;
  margin-bottom: clamp(24px, 4vh, 48px);
}

.identity-copy,
.identity-detail,
.method-heading,
.final-cta-inner,
.testimonials-heading {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.section-kicker {
  margin: 0;
  color: #ae6f1c;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.identity-copy h2,
.method-heading h2,
.outcomes-panel h2,
.testimonials-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.75rem, 5.15vw, 5.35rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.identity-copy h2 {
  font-size: clamp(2.55rem, 4.2vw, 4.3rem);
}

.identity-detail {
  border-left: 1px solid var(--line);
  padding-left: 38px;
}

.identity-detail p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.7;
}

.identity-detail p + p {
  margin-top: 20px;
}

.identity-leadership {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  margin-top: clamp(-36px, -3vh, -20px);
  margin-bottom: clamp(64px, 9vh, 104px);
  padding: clamp(18px, 2.6vw, 32px);
  border: 1px solid rgba(7, 22, 37, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(238, 229, 213, 0.78)),
    rgba(247, 243, 234, 0.9);
  box-shadow: 0 26px 60px rgba(7, 22, 37, 0.08);
}

.leader-portrait {
  min-height: 100%;
  margin: 0;
}

.leader-portrait img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 38vw, 460px);
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  background: #d5dedb;
}

.leader-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: clamp(8px, 1.5vw, 18px) 0;
}

.leader-copy .leader-name {
  color: #ae6f1c;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.leader-copy h2 {
  max-width: 11em;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.65vw, 3.85rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.leader-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.58;
}

.leader-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  margin: 8px 0 4px;
  padding: 0;
  list-style: none;
}

.leader-highlights li {
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(7, 22, 37, 0.18);
}

.leader-highlights strong,
.leader-highlights span {
  display: block;
}

.leader-highlights strong {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.leader-highlights span {
  margin-top: 8px;
  color: rgba(49, 70, 90, 0.86);
  font-size: 14px;
  line-height: 1.45;
}

.method-section {
  position: relative;
  overflow: hidden;
  padding: 116px 0;
  background:
    linear-gradient(90deg, rgba(3, 20, 33, 0.95), rgba(3, 20, 33, 0.72) 46%, rgba(3, 20, 33, 0.9)),
    url("assets/kast-scenic-clean-background.png?v=20260506-real-landing") center / cover no-repeat,
    var(--navy);
  color: #ffffff;
}

.testimonials-section {
  overflow: hidden;
  padding: clamp(88px, 10vw, 128px) 0;
  background:
    radial-gradient(circle at 12% 42%, rgba(235, 167, 58, 0.1), rgba(235, 167, 58, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 234, 0.72));
}

.method-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 76px;
  align-items: start;
}

.method-heading h2,
.outcomes-panel h2,
.testimonials-heading h2,
.final-cta h2 {
  font-size: clamp(2.45rem, 4.1vw, 4.6rem);
}

.method-section .section-kicker {
  color: var(--gold);
}

.method-heading h2 {
  color: #ffffff;
}

.programme-layout {
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 5vw, 76px);
  align-items: center;
}

.programme-layout .method-heading {
  min-width: 0;
}

.programme-layout .method-heading h2 {
  max-width: 6.1em;
  font-size: clamp(2.75rem, 3.2vw, 3.55rem);
  line-height: 1.05;
}

.programme-gallery {
  min-width: 0;
}

.programme-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(226px, 29%);
  gap: 18px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 18px;
  scroll-snap-type: x mandatory;
  padding: 28px 12px 34px;
  perspective: 1200px;
  scrollbar-width: none;
}

.programme-card-track::-webkit-scrollbar {
  display: none;
}

.programme-card-track:focus-visible {
  outline: 3px solid rgba(235, 167, 58, 0.9);
  outline-offset: 8px;
}

.programme-card {
  position: relative;
  container-type: inline-size;
  isolation: isolate;
  display: flex;
  min-height: clamp(390px, 40vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  background: var(--ink);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
  transform: rotateY(var(--card-tilt, 0deg)) translateY(var(--card-lift, 0));
  transform-origin: center;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.programme-card:nth-child(1) {
  --card-tilt: -7deg;
  --card-lift: 18px;
}

.programme-card:nth-child(2) {
  --card-tilt: 0deg;
  --card-lift: -8px;
}

.programme-card:nth-child(3) {
  --card-tilt: 7deg;
  --card-lift: 18px;
}

.programme-card:hover,
.programme-card:focus-within {
  --card-tilt: 0deg;
  --card-lift: -10px;
  border-color: rgba(235, 167, 58, 0.72);
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.42), 0 0 42px rgba(235, 167, 58, 0.16);
}

.programme-card::before,
.programme-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.programme-card::before {
  background:
    linear-gradient(180deg, rgba(3, 20, 33, 0.1), rgba(3, 20, 33, 0.9) 76%),
    var(--programme-image) var(--programme-position, center) / cover no-repeat;
  filter: saturate(0.92) contrast(1.05);
  transform: scale(1.04);
}

.programme-card::after {
  z-index: -1;
  background:
    linear-gradient(150deg, rgba(235, 167, 58, 0.26), rgba(235, 167, 58, 0) 38%),
    linear-gradient(0deg, rgba(3, 20, 33, 0.9), rgba(3, 20, 33, 0.08) 58%);
}

.programme-card-align {
  --programme-image: url("assets/kast-scenic-clean-background.png?v=20260506-real-landing");
  --programme-position: 32% 48%;
}

.programme-card-build {
  --programme-image: url("assets/kast-scenic-clean-background.png?v=20260506-real-landing");
  --programme-position: 54% 48%;
}

.programme-card-progress {
  --programme-image: url("assets/kast-scenic-clean-background.png?v=20260506-real-landing");
  --programme-position: 68% 44%;
}

.programme-card-number {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.programme-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: clamp(24px, 2.4vw, 28px);
}

.programme-card-body > p:first-child {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.programme-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 16cqi, 2.85rem);
  line-height: 0.92;
  font-weight: 700;
}

.programme-card-body > p:not(:first-child) {
  max-width: 25ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.58;
}

.programme-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.programme-card li {
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.programme-gallery-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 22px;
}

.programme-gallery-footer p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 700;
}

.programme-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.programme-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.programme-control::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.programme-control-prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.programme-control-next::before {
  transform: translateX(-2px) rotate(135deg);
}

.programme-control:hover,
.programme-control:focus-visible {
  border-color: rgba(235, 167, 58, 0.78);
  background: rgba(235, 167, 58, 0.18);
  transform: translateY(-2px);
}

.testimonials-heading {
  position: relative;
  z-index: 4;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.testimonials-heading h2 {
  max-width: 820px;
}

.testimonial-marquee {
  --testimonial-gap: 24px;
  --testimonial-card-width: clamp(330px, 40vw, 520px);
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  width: 100%;
}

.testimonial-band {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: var(--testimonial-gap);
  animation: testimonial-scroll-left 38s linear infinite;
  will-change: transform;
}

.testimonial-band-reverse .testimonial-track {
  animation-name: testimonial-scroll-right;
  animation-duration: 42s;
}

.testimonial-band:hover .testimonial-track,
.testimonial-band:focus-within .testimonial-track,
.testimonial-band.is-paused .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  flex: 0 0 var(--testimonial-card-width);
  min-height: 286px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: space-between;
  gap: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(7, 22, 37, 0.08);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 64px rgba(7, 22, 37, 0.07);
}

.testimonial-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.testimonial-rating {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #b97719;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.testimonial-stars {
  display: inline-flex;
  gap: 2px;
  letter-spacing: 0.08em;
}

.testimonial-stars span {
  display: inline-block;
}

.testimonial-stars .star-empty {
  color: rgba(185, 119, 25, 0.28);
}

.testimonial-stars .star-half {
  color: transparent;
  background: linear-gradient(90deg, #b97719 52%, rgba(185, 119, 25, 0.28) 52%);
  background-clip: text;
  -webkit-background-clip: text;
}

.testimonial-rating strong {
  color: rgba(7, 22, 37, 0.68);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.testimonial-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.55;
  font-weight: 750;
}

.testimonial-person {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.testimonial-person strong,
.testimonial-person small {
  display: block;
}

.testimonial-person strong {
  color: rgba(7, 22, 37, 0.78);
  font-size: 15px;
  line-height: 1.25;
}

.testimonial-person small {
  margin-top: 3px;
  color: rgba(49, 70, 90, 0.62);
  font-size: 14px;
  line-height: 1.25;
}

@keyframes testimonial-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - (var(--testimonial-gap) / 2)), 0, 0);
  }
}

@keyframes testimonial-scroll-right {
  from {
    transform: translate3d(calc(-50% - (var(--testimonial-gap) / 2)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.policy-page-main {
  padding: calc(var(--sticky-header-height) + clamp(54px, 7vw, 92px)) 0 clamp(70px, 8vw, 112px);
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 212, 136, 0.26), rgba(255, 212, 136, 0) 34%),
    linear-gradient(180deg, rgba(247, 243, 234, 0.98), #ffffff 72%);
}

.policy-document {
  max-width: 920px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(7, 22, 37, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(7, 22, 37, 0.08);
}

.policy-back-link {
  display: inline-flex;
  margin-bottom: 30px;
  color: #ae6f1c;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-back-link:hover,
.policy-back-link:focus-visible {
  color: var(--ink);
}

.policy-document h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 6vw, 5.1rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.policy-updated,
.policy-lede,
.policy-document p,
.policy-document li {
  color: #42576a;
  font-size: 17px;
  line-height: 1.72;
}

.policy-updated {
  margin: 18px 0 0;
  font-weight: 800;
}

.policy-lede {
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.58;
}

.policy-document section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid rgba(7, 22, 37, 0.12);
}

.policy-document h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.policy-document p {
  margin: 16px 0 0;
}

.policy-document ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.policy-document a:not(.policy-back-link) {
  color: #8e5c18;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.policy-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(7, 22, 37, 0.12);
}

.policy-page-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 22, 37, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(247, 243, 234, 0.72);
  text-decoration: none !important;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.policy-page-links a:hover,
.policy-page-links a:focus-visible {
  border-color: rgba(235, 167, 58, 0.72);
  background: rgba(255, 246, 226, 0.94);
  color: var(--ink);
  transform: translateY(-2px);
}

.outcomes-section {
  padding: 104px 0;
  background: rgba(238, 229, 213, 0.92);
}

.outcomes-panel {
  position: relative;
  z-index: 4;
  border-radius: 28px;
  padding: clamp(34px, 6vw, 78px);
  background: var(--ink);
  color: #ffffff;
}

.outcomes-panel .section-kicker,
.outcomes-panel h2 {
  color: #ffffff;
}

.outcomes-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.outcomes-intro .section-kicker,
.outcomes-intro h2 {
  grid-column: 1;
}

.outcomes-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 20px;
  max-width: 700px;
}

.outcomes-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.12rem, 1.35vw, 1.25rem);
  line-height: 1.62;
}

.outcomes-copy p:nth-child(3) {
  color: #ffffff;
  font-weight: 800;
}

.outcome-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(38px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(3, 20, 33, 0.18);
  animation: outcome-row-bounce-smooth 4.2s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}

.outcome-grid article {
  min-height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(22px, 2.5vw, 30px);
  background: rgba(255, 255, 255, 0.07);
}

.outcome-grid h3,
.outcome-grid p {
  margin: 0;
}

.outcome-grid h3 {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.25vw, 1.32rem);
  line-height: 1.32;
  font-weight: 700;
}

.outcome-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.56;
}

@keyframes outcome-row-bounce-smooth {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  20% {
    transform: translate3d(0, -5px, 0);
  }

  38% {
    transform: translate3d(0, 2px, 0);
  }

  54% {
    transform: translate3d(0, -1.5px, 0);
  }

  72% {
    transform: translate3d(0, 0, 0);
  }
}

.proof-work-section {
  position: relative;
  z-index: 4;
  overflow: visible;
  color: var(--ink);
  padding-top: clamp(22px, 3vh, 38px);
  scroll-margin-top: var(--sticky-header-height);
}

.proof-work-stage {
  position: relative;
  display: grid;
  gap: clamp(54px, 8vh, 96px);
}

.proof-work-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
}

.proof-work-heading .section-kicker {
  color: var(--gold);
}

.proof-work-heading h2 {
  max-width: 9em;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(2.65rem, 4.9vw, 5.4rem);
  line-height: 0.96;
  font-weight: 850;
  letter-spacing: 0;
}

.proof-work-heading > p {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  line-height: 1.65;
  font-weight: 700;
}

.proof-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.6vw, 34px);
  margin-top: clamp(36px, 5vh, 72px);
  perspective: 1100px;
  transform-style: preserve-3d;
}

.proof-gallery-column {
  display: grid;
  gap: clamp(18px, 2.4vw, 32px);
  will-change: transform;
}

.proof-gallery-column:nth-child(1) {
  margin-top: clamp(36px, 8vh, 108px);
}

.proof-gallery-column:nth-child(3) {
  margin-top: clamp(72px, 13vh, 168px);
}

.proof-slide {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 22, 37, 0.26);
  transform-origin: center center;
  transform-style: preserve-3d;
  transition:
    filter 260ms ease,
    opacity 260ms ease,
    scale 260ms ease,
    box-shadow 260ms ease,
    translate 260ms ease;
  will-change: transform, scale, filter;
}

@media (hover: hover) and (pointer: fine) {
  .proof-gallery-grid:has(.proof-slide:hover) .proof-slide:not(:hover),
  .proof-gallery-grid.is-card-focus-active .proof-slide:not(.is-focused) {
    filter: blur(4px) saturate(0.72) brightness(0.72);
    opacity: 0.62;
    scale: 0.985;
  }

  .proof-slide:hover,
  .proof-slide.is-focused {
    z-index: 8;
    filter: saturate(1.06) contrast(1.04);
    scale: 1.045;
    translate: 0 -12px;
    box-shadow: 0 34px 90px rgba(7, 22, 37, 0.38);
  }
}

.proof-gallery-column:nth-child(2) .proof-slide {
  aspect-ratio: 3 / 4;
}

.proof-gallery-column:nth-child(3) .proof-slide:first-child {
  aspect-ratio: 1 / 1.18;
}

.proof-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 20, 33, 0.88), rgba(3, 20, 33, 0.36) 48%, rgba(3, 20, 33, 0.14)),
    linear-gradient(0deg, rgba(3, 20, 33, 0.72), rgba(3, 20, 33, 0) 62%);
  pointer-events: none;
}

.proof-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.proof-slide-copy {
  position: absolute;
  left: clamp(22px, 4vw, 48px);
  right: clamp(18px, 2vw, 32px);
  bottom: clamp(22px, 4vw, 46px);
  z-index: 2;
  display: grid;
  gap: 10px;
  min-width: 0;
  max-width: none;
}

.proof-slide-copy span {
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.proof-slide-copy h3 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.95vw, 2.2rem);
  line-height: 0.98;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.proof-slide-copy p {
  max-width: 36ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1.58;
  font-weight: 700;
}

.proof-slide-copy a {
  width: fit-content;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.final-cta {
  padding: 112px 0;
  background: rgba(238, 229, 213, 0.92);
  color: var(--ink);
}

.final-cta-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.final-cta .section-kicker,
.final-cta h2 {
  color: var(--ink);
}

.final-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.handoff-note {
  max-width: 560px;
  margin: 0;
  color: #536476;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.enrollment-form {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(3, 20, 33, 0.93), rgba(12, 55, 88, 0.88)),
    rgba(3, 20, 33, 0.9);
  box-shadow: 0 24px 70px rgba(3, 20, 33, 0.22);
  backdrop-filter: blur(16px);
}

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

.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field label,
.consent-field {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
}

.form-field textarea {
  min-height: 104px;
  resize: vertical;
  padding: 12px 13px;
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(7, 22, 37, 0.82) 50%),
    linear-gradient(135deg, rgba(7, 22, 37, 0.82) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"],
.consent-field input[aria-invalid="true"] {
  border-color: #ffb09a;
  box-shadow: 0 0 0 3px rgba(255, 176, 154, 0.18);
}

.form-error,
.form-help,
.form-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.form-error {
  min-height: 19px;
  color: #ffd1c7;
  font-weight: 750;
}

.form-help {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 18px;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.consent-error {
  margin-top: 8px;
}

.enrollment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
}

.enrollment-actions .button {
  border: 0;
  cursor: pointer;
}

.enrollment-actions .button[disabled] {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.form-status {
  flex: 1 1 220px;
  min-width: min(100%, 220px);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.form-status.is-success {
  color: #dff7cf;
}

.form-status.is-error {
  color: #ffd1c7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(235, 167, 58, 0.42);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(235, 167, 58, 0.58);
}

.site-footer {
  position: relative;
  z-index: 4;
  padding: 0 0 clamp(42px, 7vw, 84px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff),
    #ffffff;
  color: var(--ink);
}

.site-footer-panel {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 42vw, 500px);
  display: flex;
  align-items: center;
  padding: clamp(52px, 8vw, 92px) 0 clamp(86px, 10vw, 130px);
}

.site-footer-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(7, 22, 37, 0.1);
}

.site-footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.65fr);
  align-items: start;
  width: min(100%, 1060px);
  margin: 0 auto;
  gap: clamp(58px, 8vw, 116px);
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.footer-brand-lockup {
  display: inline-flex;
  width: min(188px, 100%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(7, 22, 37, 0.08);
}

.footer-brand-lockup img {
  width: 100%;
  height: auto;
}

.site-footer-brand p {
  max-width: 260px;
  margin: 0;
  color: rgba(7, 22, 37, 0.58);
  font-size: 15px;
  line-height: 1.45;
}

.site-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: clamp(24px, 4vw, 54px);
}

.site-footer-nav section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.site-footer-nav h2 {
  margin: 0 0 4px;
  color: rgba(7, 22, 37, 0.72);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.site-footer-nav a {
  color: rgba(7, 22, 37, 0.66);
  font-size: 15px;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible {
  color: var(--ink);
  transform: translateX(2px);
}

.site-footer-watermark {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 4vw, 44px);
  z-index: 1;
  margin: 0;
  color: rgba(7, 22, 37, 0.045);
  font-size: clamp(8rem, 18vw, 14.5rem);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(680px, calc(100vw - 48px));
  padding: 16px;
  border: 1px solid rgba(235, 167, 58, 0.36);
  border-radius: 8px;
  background: rgba(3, 20, 33, 0.92);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(3, 20, 33, 0.28), 0 0 32px rgba(235, 167, 58, 0.12);
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(16px);
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cookie-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-consent-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-consent-button {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus-visible {
  transform: translateY(-1px);
}

.cookie-consent-button-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
}

.cookie-consent-button-secondary:hover,
.cookie-consent-button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  color: #ffffff;
}

.cookie-consent-button-primary {
  border-color: rgba(235, 167, 58, 0.78);
  background: #eba73a;
  color: var(--ink);
  box-shadow: 0 0 22px rgba(235, 167, 58, 0.24);
}

.cookie-consent-button-primary:hover,
.cookie-consent-button-primary:focus-visible {
  background: #f4b84f;
  box-shadow: 0 0 28px rgba(235, 167, 58, 0.34);
}

:focus-visible {
  outline: 3px solid rgba(235, 167, 58, 0.9);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  :root {
    --container: min(100vw - 36px, 760px);
    --sticky-header-height: 96px;
  }

  .site-image-header {
    gap: 18px;
    padding: 0 24px;
  }

  .brand-lockup img {
    width: clamp(150px, 22vw, 220px);
  }

  .sticky-hotspots {
    gap: 8px;
  }

  .sticky-hotspot {
    min-height: 30px;
    padding: 0 7px;
    font-size: 0.72rem;
  }

  .sticky-enrol {
    margin-left: 6px;
    padding: 0 10px;
  }

  .hero-content {
    max-width: min(660px, 68vw);
    left: 36px;
    right: 24px;
  }

  .hero-content h1 {
    font-size: clamp(2.7rem, 6.4vw, 4.9rem);
  }

  .proof-strip {
    gap: 18px;
    margin-top: clamp(38px, 8vh, 72px);
  }

  .proof-item + .proof-item {
    padding-left: 18px;
  }

  .identity-grid,
  .identity-leadership,
  .method-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .identity-detail {
    border-left: 0;
    padding-left: 0;
  }

  .leader-portrait img {
    height: clamp(320px, 52vw, 460px);
  }

  .identity-leadership {
    margin-top: 0;
  }

  .leader-copy h2 {
    max-width: 12em;
  }

  .programme-card-track {
    grid-auto-columns: minmax(250px, 44%);
    padding-inline: 0;
  }

  .programme-card:nth-child(1),
  .programme-card:nth-child(3) {
    --card-tilt: 0deg;
    --card-lift: 0;
  }

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

  .outcomes-intro {
    grid-template-columns: 1fr;
  }

  .outcomes-intro .section-kicker,
  .outcomes-intro h2,
  .outcomes-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-work-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .proof-work-heading h2 {
    max-width: 9em;
  }

  .proof-gallery-grid {
    gap: 18px;
  }

  .proof-gallery-column {
    gap: 18px;
  }

  .proof-slide-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
    max-width: none;
  }

  .policy-document {
    padding: clamp(26px, 5vw, 44px);
  }

  .cookie-consent {
    right: 18px;
    bottom: 18px;
    width: min(620px, calc(100vw - 36px));
  }

  .site-footer-content {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    gap: 44px;
  }

  .site-footer-nav {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .site-footer-watermark {
    font-size: clamp(6.2rem, 24vw, 11rem);
  }
}

@media (max-height: 780px) and (min-width: 700px) {
  :root {
    --sticky-header-height: clamp(78px, 11vh, 104px);
  }

  .hero-content {
    top: clamp(96px, 15vh, 132px);
    bottom: 86px;
  }

  .hero-content h1 {
    font-size: clamp(2.75rem, 4.8vw, 5.2rem);
  }

  .proof-strip {
    margin-top: clamp(30px, 6vh, 58px);
  }

  .scroll-cue {
    bottom: 16px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100vw - 32px);
    --sticky-header-height: 112px;
  }

  .site-image-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }

  .brand-lockup img {
    width: 164px;
  }

  .sticky-hotspots {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .sticky-hotspots::-webkit-scrollbar {
    display: none;
  }

  .sticky-hotspot {
    flex: 0 0 auto;
    min-height: 28px;
    font-size: 0.68rem;
  }

  .hero-content {
    inset: 132px 18px 118px;
    max-width: min(100%, 430px);
    justify-content: center;
  }

  .hero-content h1 {
    font-size: clamp(2.45rem, 12vw, 4.1rem);
  }

  .proof-strip {
    gap: 14px;
    margin-top: 34px;
  }

  .proof-item {
    min-width: min(100%, 178px);
  }

  .proof-item + .proof-item {
    padding-left: 0;
    border-left: 0;
  }

  .sun-scroll-glow {
    width: clamp(118px, 34vw, 210px);
  }

  .identity-section {
    min-height: auto;
    padding: 84px 0 60px;
  }

  .identity-leadership {
    gap: 24px;
    margin-bottom: 70px;
    padding: 18px;
  }

  .leader-portrait img {
    min-height: 0;
    height: clamp(300px, 96vw, 430px);
  }

  .leader-copy {
    gap: 16px;
    padding: 2px 0 0;
  }

  .leader-copy h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .leader-copy p {
    font-size: 16px;
    line-height: 1.58;
  }

  .leader-highlights {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .leader-highlights li {
    padding-top: 12px;
  }

  .landing-page {
    min-height: 190svh;
  }

  .landing-stage {
    min-height: 100svh;
  }

  .identity-copy h2,
  .method-heading h2,
  .outcomes-panel h2,
  .testimonials-heading h2,
  .final-cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1;
  }

  .identity-detail p {
    font-size: 17px;
  }

  .method-section,
  .outcomes-section,
  .testimonials-section {
    padding: 78px 0;
  }

  .testimonials-heading {
    margin-bottom: 32px;
  }

  .testimonial-marquee {
    --testimonial-gap: 16px;
    --testimonial-card-width: min(82vw, 360px);
    gap: 18px;
  }

  .testimonial-card {
    min-height: 250px;
    padding: 22px;
  }

  .testimonial-card p {
    font-size: 1rem;
  }

  .policy-page-main {
    padding-top: calc(var(--sticky-header-height) + 34px);
  }

  .policy-document {
    padding: 24px 18px;
  }

  .policy-document h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  .policy-lede {
    font-size: 18px;
  }

  .policy-updated,
  .policy-document p,
  .policy-document li {
    font-size: 16px;
  }

  .policy-page-links {
    flex-direction: column;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
    gap: 14px;
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
    padding: 14px;
  }

  .cookie-consent-actions {
    justify-content: stretch;
  }

  .cookie-consent-button {
    flex: 1 1 0;
    min-width: 0;
  }

  .final-cta-inner,
  .enrollment-form-grid {
    grid-template-columns: 1fr;
  }

  .enrollment-form {
    padding: 20px;
  }

  .programme-card-track {
    grid-auto-columns: minmax(76vw, 1fr);
    gap: 16px;
    padding: 12px 0 28px;
    perspective: none;
  }

  .programme-card,
  .programme-card:hover,
  .programme-card:focus-within {
    --card-tilt: 0deg;
    --card-lift: 0;
    min-height: 420px;
  }

  .programme-card-body {
    padding: 24px;
  }

  .programme-gallery-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-work-stage {
    gap: 26px;
  }

  .proof-work-heading {
    gap: 12px;
  }

  .proof-work-heading h2 {
    font-size: clamp(2.05rem, 9.4vw, 2.8rem);
    line-height: 1;
  }

  .proof-work-heading > p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .proof-gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .proof-gallery-column,
  .proof-gallery-column:nth-child(1),
  .proof-gallery-column:nth-child(3) {
    gap: 18px;
    margin-top: 0;
  }

  .proof-slide,
  .proof-gallery-column:nth-child(2) .proof-slide,
  .proof-gallery-column:nth-child(3) .proof-slide:first-child {
    aspect-ratio: 4 / 3;
    min-height: 320px;
  }

  .proof-slide::after {
    background:
      linear-gradient(180deg, rgba(3, 20, 33, 0.12), rgba(3, 20, 33, 0.88) 76%),
      linear-gradient(90deg, rgba(3, 20, 33, 0.78), rgba(3, 20, 33, 0.1));
  }

  .proof-slide-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
    max-width: none;
  }

  .proof-slide-copy h3 {
    font-size: clamp(1.85rem, 8.8vw, 2.55rem);
  }

  .outcomes-panel {
    border-radius: 20px;
  }

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

  .outcome-grid article {
    min-height: auto;
    padding: 24px;
  }

  .final-cta {
    padding: 84px 0;
  }

  .site-footer {
    padding: 0 0 36px;
  }

  .site-footer-panel {
    min-height: auto;
    padding: 44px 0 112px;
  }

  .site-footer-panel::before {
    left: 0;
    right: 0;
  }

  .site-footer-content {
    gap: 34px;
    width: min(100%, 330px);
  }

  .footer-brand-lockup {
    width: 172px;
  }

  .site-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }

  .site-footer-nav section {
    gap: 12px;
  }

  .site-footer-nav h2 {
    font-size: 13px;
  }

  .site-footer-nav a,
  .site-footer-brand p {
    font-size: 14px;
  }

  .site-footer-watermark {
    left: 50%;
    bottom: 28px;
    max-width: calc(100% - 44px);
    overflow: hidden;
    font-size: clamp(4.5rem, 28vw, 7.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-liquid-ether {
    opacity: 0.72;
  }

  .hero-keyword {
    animation: none !important;
    text-shadow:
      0 0 18px rgba(235, 167, 58, 0.36),
      0 0 36px rgba(255, 229, 174, 0.18);
  }

  .proof-gallery-column,
  .proof-slide {
    transform: none !important;
  }

  .proof-gallery-grid:has(.proof-slide:hover) .proof-slide,
  .proof-gallery-grid.is-card-focus-active .proof-slide,
  .proof-slide:hover,
  .proof-slide.is-focused {
    scale: 1 !important;
    translate: 0 0 !important;
  }

  .outcome-grid {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .testimonial-band {
    overflow-x: auto;
    mask-image: none;
  }

  .testimonial-track {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
    will-change: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
