:root {
  --bg: #f4f0e7;
  --bg-soft: #ede6da;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --ink: #121513;
  --ink-soft: #5d665f;
  --ink-faint: #7d857f;
  --line: rgba(18, 21, 19, 0.09);
  --accent: #115b46;
  --accent-2: #c6752e;
  --dark: #0d1511;
  --shadow-sm: 0 12px 30px rgba(14, 19, 17, 0.08);
  --shadow-lg: 0 24px 70px rgba(14, 19, 17, 0.16);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: min(1180px, calc(100% - 40px));
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --nav-height: 84px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(17, 91, 70, 0.1), transparent 32%),
    radial-gradient(circle at right 20%, rgba(198, 117, 46, 0.1), transparent 26%),
    linear-gradient(180deg, #f8f5ef 0%, var(--bg) 34%, #f6f2eb 100%);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  position: fixed;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 82%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.progress-bar {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
  z-index: 200;
}

.site-nav {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 18px min(30px, 4vw);
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    padding 240ms ease;
  z-index: 120;
}

.site-nav.scrolled {
  background: rgba(247, 243, 236, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 21, 19, 0.08);
  box-shadow: 0 10px 28px rgba(14, 19, 17, 0.06);
  color: var(--ink);
  padding-block: 14px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #1d7458, #0e4634);
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  justify-content: center;
  width: 42px;
}

.brand-word {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: -0.03em;
}

.brand-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
}

.nav-links a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  font-weight: 600;
  padding: 10px 16px;
  transition:
    background 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transform: translateY(-1px);
}

.nav-links .cta-link {
  background: var(--accent);
  box-shadow: 0 10px 22px rgba(17, 91, 70, 0.2);
  color: #fff;
  padding-inline: 20px;
}

.nav-links .cta-link:hover {
  background: #0b4b3a;
  color: #fff;
}

.site-nav.scrolled .brand-sub {
  color: var(--ink-faint);
}

.site-nav.scrolled .nav-links a {
  color: var(--ink-soft);
}

.site-nav.scrolled .nav-links a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
}

.hero {
  color: #fff;
  min-height: 100svh;
  position: relative;
}

.hero-backdrop {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(7, 10, 9, 0.94) 0%, rgba(7, 10, 9, 0.82) 36%, rgba(7, 10, 9, 0.34) 68%, rgba(7, 10, 9, 0.58) 100%),
    linear-gradient(180deg, rgba(7, 10, 9, 0.08) 0%, rgba(7, 10, 9, 0.28) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero::after {
  background:
    radial-gradient(circle at 22% 28%, rgba(230, 192, 120, 0.28), transparent 24%),
    radial-gradient(circle at 78% 24%, rgba(17, 91, 70, 0.3), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-shell {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  min-height: 100svh;
  padding-block: calc(var(--nav-height) + 34px) 34px;
  position: relative;
  z-index: 3;
}

.eyebrow {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eyebrow::before {
  animation: pulse 2.6s ease-in-out infinite;
  background: #f5d8a7;
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.hero-copy {
  max-width: 640px;
  padding-bottom: 0;
}

.hero-brand {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.9vw, 4.85rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
  max-width: 11.6ch;
}

.hero h1 em {
  color: #f0d8b5;
  font-style: normal;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.68;
  margin-top: 18px;
  max-width: 42ch;
}

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

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #fff;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.16);
  color: var(--dark);
}

.btn-primary:hover {
  background: #f5eee3;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  backdrop-filter: blur(18px);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
}

.hero-proof {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  max-width: 580px;
}

.hero-proof-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
}

.hero-proof-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-proof-item span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 8px;
}

.hero-rail {
  min-height: 520px;
  position: relative;
}

.hero-photo-slot {
  position: absolute;
}

.hero-photo-slot:first-child {
  left: 2%;
  top: 2%;
  width: min(58%, 330px);
}

.hero-photo-slot:nth-child(2) {
  right: 0;
  top: 18%;
  width: min(50%, 280px);
}

.hero-photo-slot:nth-child(3) {
  bottom: 4%;
  left: 14%;
  width: min(62%, 360px);
}

.photo-card {
  --rotate: 0deg;
  --lift: 0px;
  align-items: end;
  aspect-ratio: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  display: flex;
  overflow: hidden;
  position: relative;
  transform:
    translate3d(0, var(--lift), 0)
    rotate(var(--rotate))
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 240ms ease;
  width: 100%;
  will-change: transform;
}

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

.photo-card::after {
  background: linear-gradient(180deg, transparent 24%, rgba(6, 8, 7, 0.64) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.photo-card figcaption {
  bottom: 18px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.12em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.photo-card-a {
  --rotate: -8deg;
  animation: drift 8.8s ease-in-out infinite;
}

.photo-card-b {
  --rotate: 7deg;
  animation: drift 7.2s ease-in-out infinite reverse;
}

.photo-card-c {
  --rotate: -4deg;
  animation: drift 9.6s ease-in-out infinite;
}

.ticker {
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.ticker-track {
  animation: marquee 26s linear infinite;
  display: flex;
  gap: 28px;
  min-width: max-content;
  padding: 16px 0;
  white-space: nowrap;
}

.ticker-track span {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ticker-track span::before {
  background: rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}
.stats-band {
  margin-top: 0;
  position: relative;
  z-index: 6;
}

.stats-shell {
  background: rgba(10, 18, 14, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 28px;
}

.stat-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 24px;
}

.stat-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.stat-number {
  color: #fff;
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.stat-label {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-top: 8px;
  max-width: 16ch;
}

.section {
  padding: 110px 0;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(17, 91, 70, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f2ea 0%, #f1ebdf 100%);
}

.section-top {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 46px;
}

.section-kicker {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
  max-width: 10.5ch;
}

.section-title.wide {
  max-width: 14ch;
}

.section-copy {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.78;
  max-width: 46ch;
}

.about-layout {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.about-media {
  border-radius: 34px;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}

.about-media img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-media::after {
  background: linear-gradient(180deg, rgba(12, 17, 15, 0.04) 0%, rgba(12, 17, 15, 0.48) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.about-badge {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  padding: 18px 20px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}

.about-badge strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.about-badge span {
  color: var(--ink-faint);
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 6px;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-item {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  padding-bottom: 22px;
}

.feature-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.feature-index {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
  padding-top: 4px;
}

.feature-item h3 {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.feature-item p {
  color: var(--ink-soft);
  line-height: 1.75;
}
.programs-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.program-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  display: grid;
  overflow: hidden;
  position: relative;
}

.program-card::before {
  background: linear-gradient(180deg, transparent 56%, rgba(10, 16, 13, 0.7) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 240ms ease;
  z-index: 1;
}

.program-card:hover::before {
  opacity: 1;
}

.program-card:hover .program-image img {
  --img-scale: 1.12;
}

.program-card.featured {
  min-height: 760px;
}

.program-card:not(.featured) {
  min-height: 364px;
}

.program-card:not(.featured) .program-body {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(180px, 0.95fr) minmax(0, 1fr);
}

.program-image {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.program-image img {
  --img-scale: 1.06;
  height: 100%;
  object-fit: cover;
  transform: translateY(var(--parallax-y, 0px)) scale(var(--img-scale));
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.program-body {
  position: relative;
  z-index: 2;
}

.program-copy {
  padding: 28px 28px 30px;
}

.program-label {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.program-label.green {
  background: rgba(17, 91, 70, 0.12);
  color: var(--accent);
}

.program-label.blue {
  background: rgba(47, 93, 185, 0.1);
  color: #2750a2;
}

.program-label.gold {
  background: rgba(198, 117, 46, 0.12);
  color: #a95e22;
}

.program-copy h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-top: 16px;
}

.program-copy > p {
  color: var(--ink-soft);
  margin-top: 16px;
  max-width: 40ch;
}

.program-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin-top: 22px;
}

.program-list li {
  align-items: start;
  color: var(--ink-soft);
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  line-height: 1.6;
}

.program-list li::before {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(17, 91, 70, 0.12);
  border-radius: 999px;
  color: var(--accent);
  content: "+";
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  width: 22px;
}

.program-meta {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--ink-faint);
  display: flex;
  font-size: 0.86rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
}

.program-meta strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.stack-strip {
  margin-top: 34px;
  overflow: hidden;
  position: relative;
}

.stack-strip::before,
.stack-strip::after {
  content: "";
  inset-block: 0;
  position: absolute;
  width: 100px;
  z-index: 1;
}

.stack-strip::before {
  background: linear-gradient(90deg, #f1ebdf 0%, rgba(241, 235, 223, 0) 100%);
  left: 0;
}

.stack-strip::after {
  background: linear-gradient(90deg, rgba(241, 235, 223, 0) 0%, #f1ebdf 100%);
  right: 0;
}

.stack-track {
  animation: marquee 24s linear infinite;
  display: flex;
  gap: 14px;
  min-width: max-content;
}

.stack-chip {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 21, 19, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(14, 19, 17, 0.04);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 10px;
  padding: 12px 18px;
  white-space: nowrap;
}

.stack-chip::before {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 999px;
  content: "";
  height: 9px;
  width: 9px;
}

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

.schedule-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  padding: 26px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.schedule-card:hover {
  box-shadow: 0 24px 44px rgba(14, 19, 17, 0.1);
  transform: translateY(-4px);
}

.schedule-pill {
  align-items: center;
  background: rgba(17, 91, 70, 0.1);
  border-radius: 20px;
  color: var(--accent);
  display: flex;
  flex-direction: column;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.schedule-pill strong {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.schedule-pill span {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
  margin-top: 2px;
}

.schedule-copy h3 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.schedule-time {
  color: var(--ink-faint);
  font-size: 0.88rem;
  font-weight: 700;
  margin-top: 6px;
}

.schedule-copy p {
  color: var(--ink-soft);
  line-height: 1.72;
  margin-top: 10px;
}

.schedule-level {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: 14px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.schedule-level.green {
  background: rgba(17, 91, 70, 0.1);
  color: var(--accent);
}

.schedule-level.blue {
  background: rgba(47, 93, 185, 0.1);
  color: #2750a2;
}

.schedule-level.gold {
  background: rgba(198, 117, 46, 0.12);
  color: #a95e22;
}

.schedule-level.rose {
  background: rgba(177, 59, 94, 0.1);
  color: #9c3051;
}

.quote-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote-card {
  background: rgba(12, 18, 15, 0.94);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  color: #fff;
  min-height: 100%;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.quote-card::before {
  color: rgba(240, 216, 181, 0.18);
  content: "\201C";
  font-family: var(--serif);
  font-size: 8rem;
  left: 18px;
  line-height: 0.8;
  position: absolute;
  top: 12px;
}

.quote-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.quote-card footer {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.quote-avatar {
  align-items: center;
  background: linear-gradient(135deg, rgba(240, 216, 181, 0.2), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.quote-author strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
}

.quote-author span {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 0.82rem;
  margin-top: 3px;
}
.faq-wrap {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  text-align: left;
  width: 100%;
}

.faq-question span:first-child {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-icon {
  color: var(--ink-faint);
  flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 16px;
  transition: transform 240ms ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  color: var(--ink-soft);
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-answer > div {
  min-height: 0;
  overflow: hidden;
}

.faq-answer p {
  padding-bottom: 22px;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.cta {
  color: #fff;
  overflow: hidden;
  position: relative;
}

.cta-media {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.cta::before {
  background: linear-gradient(90deg, rgba(6, 10, 8, 0.82) 0%, rgba(6, 10, 8, 0.6) 40%, rgba(6, 10, 8, 0.86) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.cta-inner {
  padding-block: 118px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.cta-inner .section-title {
  color: #fff;
  margin: 0 auto;
  max-width: 11ch;
}

.cta-inner .section-copy {
  color: rgba(255, 255, 255, 0.74);
  margin: 18px auto 0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
}

.site-footer {
  padding: 44px 0 30px;
}

.footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 0.7fr));
}

.footer-grid p {
  color: var(--ink-soft);
  margin-top: 14px;
  max-width: 34ch;
}

.footer-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--ink-soft);
  font-weight: 600;
  transition: color 200ms ease;
}

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

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--ink-faint);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}

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

.hero-intro {
  animation: heroRise 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--delay, 0s);
}

@keyframes drift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.42;
    transform: scale(1.55);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .hero-shell,
  .about-layout,
  .programs-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    padding-bottom: 54px;
  }

  .hero-rail {
    min-height: 420px;
  }

  .hero-photo-slot:first-child,
  .hero-photo-slot:nth-child(2),
  .hero-photo-slot:nth-child(3) {
    width: min(48%, 300px);
  }

  .hero-photo-slot:first-child {
    left: 0;
  }

  .hero-photo-slot:nth-child(2) {
    right: 6%;
    top: 6%;
  }

  .hero-photo-slot:nth-child(3) {
    left: 22%;
  }

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

  .program-card:not(.featured) .program-body {
    grid-template-columns: 1fr;
  }

  .program-card.featured,
  .program-card:not(.featured) {
    min-height: auto;
  }

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

@media (max-width: 820px) {
  :root {
    --container: min(100% - 28px, 1000px);
  }

  .site-nav {
    padding-inline: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    min-height: auto;
    padding-top: calc(var(--nav-height) + 38px);
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-proof,
  .stats-shell,
  .schedule-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-top: 16px;
  }

  .stat-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .section {
    padding: 88px 0;
  }

  .section-top {
    align-items: start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .section-title {
    max-width: none;
  }

  .hero-rail {
    min-height: 500px;
  }

  .hero-photo-slot:first-child {
    width: min(72%, 320px);
  }

  .hero-photo-slot:nth-child(2) {
    top: 28%;
    width: min(54%, 240px);
  }

  .hero-photo-slot:nth-child(3) {
    bottom: 0;
    left: 8%;
    width: min(76%, 340px);
  }

  .photo-card {
    aspect-ratio: 0.92;
  }

  .about-media {
    min-height: 480px;
  }

  .schedule-card {
    grid-template-columns: 1fr;
  }

  .schedule-pill {
    width: 76px;
  }
}

@media (max-width: 560px) {
  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-proof {
    gap: 14px;
  }

  .hero-proof-item strong {
    font-size: 1.7rem;
  }

  .hero-rail {
    min-height: 430px;
  }

  .hero-photo-slot:first-child,
  .hero-photo-slot:nth-child(2),
  .hero-photo-slot:nth-child(3) {
    width: 74%;
  }

  .hero-photo-slot:first-child {
    left: 0;
    top: 0;
  }

  .hero-photo-slot:nth-child(2) {
    right: -2%;
    top: 22%;
  }

  .hero-photo-slot:nth-child(3) {
    bottom: 0;
    left: 6%;
  }

  .program-copy,
  .quote-card {
    padding-inline: 22px;
  }

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

/* Enrol Modal */
.modal-backdrop {
  align-items: center;
  background: rgba(13, 21, 17, 0.6);
  backdrop-filter: blur(8px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 280ms ease;
  z-index: 300;
}

.modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
  max-height: 90vh;
  max-width: 480px;
  overflow-y: auto;
  padding: 36px 32px 32px;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
  width: calc(100% - 32px);
}

.modal-backdrop.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.3rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: background 200ms ease, color 200ms ease;
  width: 36px;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--ink);
}

.modal-panel h2 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.modal-panel .modal-sub {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-bottom: 24px;
}

.modal-form {
  display: grid;
  gap: 16px;
}

.modal-field label {
  color: var(--ink);
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.modal-field input,
.modal-field select {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  font-size: 0.95rem;
  padding: 14px 16px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  width: 100%;
}

.modal-field input:focus,
.modal-field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(17, 91, 70, 0.12);
  outline: none;
}

.modal-submit {
  background: var(--accent);
  border: none;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(17, 91, 70, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 4px;
  min-height: 52px;
  transition: background 220ms ease, transform 220ms ease;
  width: 100%;
}

.modal-submit:hover {
  background: #0b4b3a;
  transform: translateY(-2px);
}

.modal-success {
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  text-align: center;
}

.modal-success.is-visible {
  display: flex;
}

.modal-success .success-icon {
  align-items: center;
  background: rgba(17, 91, 70, 0.12);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 2rem;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.modal-success h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.modal-success p {
  color: var(--ink-soft);
  max-width: 30ch;
}

/* Disabled button */
.btn-disabled {
  background: rgba(0, 0, 0, 0.08) !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--ink-faint) !important;
  cursor: not-allowed !important;
  pointer-events: none;
  position: relative;
}

.btn-disabled::after {
  content: "Coming soon";
  background: var(--dark);
  border-radius: 8px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: -32px;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* Greyed-out footer links */
.footer-link-disabled {
  color: var(--ink-faint) !important;
  cursor: default !important;
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.footer-link-disabled::after {
  content: " (soon)";
  font-size: 0.72rem;
  font-weight: 400;
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

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