:root {
  --container: 1440px;
  --page-gutter: clamp(32px, 4vw, 64px);
  --ink: #081331;
  --muted: #53617f;
  --paper: #f3f7ff;
  --paper-2: #fbfcff;
  --panel: #ffffff;
  --line: #dde7f8;
  --blue: #7e9bdc;
  --orange: #f4a259;
  --accent-blue: #5d7fcd;
  --accent-orange: #ff8a2a;
  --deep: #081133;
  --cream: #fff8ed;
  --shadow: 0 24px 70px rgba(34, 65, 122, 0.12);
  font-family:
    Manrope, Onest, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 88% 12%, rgba(126, 155, 220, 0.18), rgba(126, 155, 220, 0) 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 46%, #fbfcff 100%);
}

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

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

p {
  color: var(--muted);
  line-height: 1.68;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(31px, 4.2vw, 58px);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.12;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  min-height: 68px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition:
    width 180ms ease,
    padding 180ms ease,
    border-color 180ms ease,
    border-radius 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  margin-top: 0;
  padding: 10px 24px;
  border-color: rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(53, 89, 153, 0.13);
  backdrop-filter: blur(18px);
  transform: translateY(12px);
}

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

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  display: block;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 14px;
  font-weight: 760;
}

.main-nav a {
  border-radius: 999px;
  padding: 10px 13px;
  color: var(--ink);
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--accent-blue);
  background: #f0f6ff;
  box-shadow: inset 0 0 0 1px rgba(40, 91, 212, 0.14);
}

.main-nav .nav-cta {
  margin-left: 10px;
  padding: 12px 20px;
  color: #fff;
  background: linear-gradient(135deg, #ff9b3b, #ff7418);
  box-shadow: 0 12px 26px rgba(255, 122, 26, 0.22);
}

.main-nav .nav-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff8d28, #f26713);
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.32);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.home-hero,
.page-hero,
.section,
.site-footer {
  padding-right: clamp(18px, 6vw, 76px);
  padding-left: clamp(18px, 6vw, 76px);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-top: clamp(44px, 7vw, 84px);
  padding-bottom: clamp(46px, 7vw, 88px);
}

.home-copy {
  max-width: 860px;
}

.home-copy > p:not(.eyebrow),
.page-hero p {
  max-width: 740px;
  font-size: clamp(18px, 2vw, 22px);
}

.eyebrow {
  margin-bottom: 13px;
  color: var(--accent-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 850;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff9b3b, #ff7418);
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.28);
}

.button.primary:hover {
  background: linear-gradient(135deg, #ff8d28, #f26713);
}

.button.ghost {
  color: var(--accent-blue);
  border: 1px solid rgba(40, 91, 212, 0.52);
  background: rgba(255, 255, 255, 0.72);
}

.button.ghost:hover {
  border-color: rgba(93, 127, 205, 0.78);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(53, 89, 153, 0.1);
}

.live-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 0.92fr) minmax(620px, 1.08fr);
  gap: clamp(56px, 5.2vw, 112px);
  align-items: center;
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  min-height: 680px;
  margin: 0 auto;
  padding: clamp(52px, 6vw, 88px) 0 10px;
  overflow: hidden;
}

.hero-panel {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
}

.hero-panel h1 {
  margin-bottom: 18px;
  font-size: clamp(58px, 6vw, 98px);
  line-height: 0.96;
}

.hero-panel h2 {
  max-width: 700px;
  margin-bottom: 24px;
  color: var(--accent-blue);
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 720;
  line-height: 1.14;
}

.hero-panel p {
  max-width: 610px;
  color: #2d375d;
  font-size: 19px;
}

.hero-panel .eyebrow {
  color: var(--accent-orange);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-facts span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(126, 155, 220, 0.32);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--accent-blue);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(53, 89, 153, 0.07);
}

.hero-facts span:nth-child(2),
.hero-facts span:nth-child(4) {
  color: var(--accent-orange);
  border-color: rgba(244, 162, 89, 0.34);
  background: rgba(255, 246, 232, 0.82);
}

.hero-art {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

.hero-symbol {
  position: relative;
  min-height: 620px;
}

.hero-symbol::before,
.hero-symbol::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(190, 210, 246, 0.26);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-symbol::before {
  top: 34%;
  left: -2%;
  width: 400px;
  height: 290px;
  transform: rotate(12deg);
}

.hero-symbol::after {
  top: 0;
  right: -3%;
  width: 430px;
  height: 330px;
  transform: rotate(-10deg);
}

.hero-bird {
  position: absolute;
  z-index: 2;
  top: -1%;
  left: 0;
  width: min(640px, 62vw);
  height: auto;
}

.hero-photo-window {
  position: absolute;
  right: 0;
  bottom: 6%;
  z-index: 1;
  width: 64%;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(53, 89, 153, 0.16);
}

.hero-photo-window img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) brightness(1.08);
}

.program-rail {
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
  background: transparent;
}

.compact-section .program-rail {
  width: 100%;
}

.program-rail a {
  position: relative;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.86)),
    #fff;
  box-shadow: 0 20px 54px rgba(53, 89, 153, 0.1);
  transition:
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.program-rail i {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--accent-blue);
  background: #e9f1ff;
  font-size: 34px;
  font-style: normal;
}

.program-rail a:nth-child(2) i,
.program-rail a:nth-child(2)::after,
.program-rail a:nth-child(2) span {
  color: var(--accent-orange);
}

.program-rail a:nth-child(2) i {
  background: #fff0e4;
}

.program-rail a::after {
  content: "→";
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--accent-blue);
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease;
}

.program-rail a:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(53, 89, 153, 0.16);
}

.program-rail a:hover::after {
  transform: translateX(4px);
}

.program-rail span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.program-rail h2 {
  color: var(--ink);
  font-size: clamp(25px, 2.5vw, 36px);
  margin-bottom: 2px;
}

.program-rail small {
  display: block;
  min-height: 22px;
  margin-bottom: 26px;
  color: var(--accent-blue);
  font-size: 16px;
  font-weight: 700;
}

.program-rail p {
  max-width: 310px;
  margin-bottom: 0;
}

.program-card {
  isolation: isolate;
  min-height: 300px;
  overflow: hidden;
  background: #fff;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 38%, rgba(255, 255, 255, 0.2) 68%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0));
}

.program-card .program-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #f7faff;
}

.program-card .program-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(0.94) contrast(0.98) brightness(1.08);
  transform: scale(1.01);
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.program-card-school .program-card-media img {
  object-position: 62% center;
  filter: saturate(0.82) contrast(0.94) brightness(1.15);
}

.program-card-mandarin .program-card-media img {
  object-position: right center;
}

.program-card-interspace .program-card-media img {
  object-position: right center;
}

.program-card i {
  display: none;
}

.program-card span,
.program-card h3,
.program-card small,
.program-card p {
  position: relative;
  z-index: 2;
  max-width: 48%;
}

.program-card h3 {
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(28px, 2.55vw, 38px);
  line-height: 1.02;
}

.program-card small {
  margin-bottom: 26px;
  color: var(--accent-blue);
  font-size: 18px;
}

.program-card-mandarin small,
.program-card-mandarin span {
  color: var(--accent-orange);
}

.program-card p {
  color: #1c294d;
  font-size: 16px;
  font-weight: 660;
  line-height: 1.58;
}

.program-card b {
  display: none;
}

.program-card::after {
  content: "\2192";
  z-index: 3;
  border: 0;
  color: #fff;
  background: var(--accent-blue);
  box-shadow: 0 12px 26px rgba(53, 89, 153, 0.24);
}

.program-card-mandarin::after {
  color: #fff;
  background: var(--accent-orange);
  box-shadow: 0 12px 26px rgba(255, 138, 42, 0.22);
}

.program-card:hover .program-card-media img {
  filter: saturate(1.02) contrast(1) brightness(1.1);
  transform: scale(1.035);
}

.trust-strip {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  margin: 24px auto 0;
  border: 1px solid rgba(219, 230, 251, 0.95);
  border-radius: 18px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(53, 89, 153, 0.09);
}

.trust-strip h2 {
  margin: 0;
  color: var(--accent-blue);
  font-size: 24px;
  line-height: 1.1;
}

.trust-strip div {
  min-height: 64px;
  border-left: 1px solid var(--line);
  padding: 0 18px;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 15px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.living-section {
  background: var(--paper-2);
}

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

.life-direction-card {
  min-height: 250px;
  border: 1px solid rgba(228, 216, 200, 0.74);
  border-radius: 22px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(40, 31, 22, 0.06);
}

.life-direction-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.life-direction-card h3 {
  max-width: 360px;
}

.life-direction-card p {
  margin-bottom: 0;
}

.events-section {
  background: var(--paper);
}

.event-board {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.event-card {
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.86)),
    #fff;
  box-shadow: 0 20px 54px rgba(53, 89, 153, 0.1);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(53, 89, 153, 0.16);
}

.event-image {
  width: calc(100% + 52px);
  height: 180px;
  margin: -26px -26px 22px;
  object-fit: cover;
}

.event-card.featured {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(128, 164, 237, 0.92), rgba(255, 162, 91, 0.76)),
    var(--accent-blue);
}

.event-card span {
  display: block;
  margin-bottom: 44px;
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card.featured span,
.event-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.event-card.featured h3 {
  color: #fff;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.event-meta time,
.event-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-meta time {
  color: var(--accent-blue);
  background: #e9f1ff;
}

.event-meta span {
  color: var(--accent-orange);
  background: #fff0e4;
}

.event-card > span {
  display: none;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent-blue);
  font-weight: 900;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.showcase-copy {
  max-width: 650px;
}

.day-flow {
  display: grid;
  gap: 12px;
}

.day-flow div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  border-radius: 18px;
  padding: 18px 22px;
  background: #fff;
}

.day-flow time {
  color: var(--accent-blue);
  font-size: 24px;
  font-weight: 900;
}

.day-flow span {
  color: var(--muted);
  line-height: 1.45;
}

.community-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  color: #fff;
  background: var(--deep);
}

.community-strip h2,
.community-strip .eyebrow {
  color: #fff;
}

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

.community-grid article {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.community-grid strong,
.community-grid span {
  display: block;
}

.community-grid strong {
  color: #fff;
  font-size: 20px;
}

.community-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.final-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: clamp(380px, 34vw, 560px);
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  padding: clamp(56px, 7vw, 112px) clamp(18px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(8, 19, 49, 0.96) 0%, rgba(8, 19, 49, 0.88) 34%, rgba(8, 19, 49, 0.34) 62%, rgba(8, 19, 49, 0.08) 100%),
    url("assets/center-owl-cta.png") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 26px 70px rgba(8, 19, 49, 0.16);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(126, 155, 220, 0.2), rgba(126, 155, 220, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.final-cta div {
  position: relative;
  z-index: 1;
}

.final-cta div:first-child {
  max-width: 640px;
}

.final-cta .eyebrow {
  color: #8faeff;
}

.final-cta h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
}

.final-cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
}

.final-cta .button-row {
  width: auto;
  margin-top: 26px;
}

.final-cta .button.ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.final-cta .button.ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.photo-collage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: 210px 230px;
  gap: 14px;
  min-height: 460px;
}

.photo-tile,
.photo-window,
.page-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(128, 164, 237, 0.2), rgba(255, 162, 91, 0.18)),
    var(--panel);
  box-shadow: var(--shadow);
}

.photo-tile img,
.photo-window img,
.page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-tile.logo {
  display: grid;
  place-items: center;
  padding: 32px;
  background: var(--panel);
}

.photo-tile.logo img {
  width: min(210px, 88%);
  height: auto;
  object-fit: contain;
}

.photo-tile.large {
  grid-row: span 2;
}

.photo-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  border-radius: 16px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(23, 21, 19, 0.72);
  font-size: 14px;
  font-weight: 760;
  backdrop-filter: blur(10px);
}

.replace-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 6vw, 76px) clamp(64px, 8vw, 104px);
}

.school-subnav-section {
  padding-top: clamp(34px, 5vw, 62px);
  padding-bottom: clamp(34px, 5vw, 62px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 227, 204, 0.38), rgba(255, 227, 204, 0) 30%),
    var(--paper);
}

.school-subnav-section .section-head {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.school-subnav-section .section-head .eyebrow {
  color: var(--accent-blue);
}

.school-subnav {
  --school-nav-progress: 0%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 300px;
  margin-top: 28px;
  padding: 150px 0 24px;
}

.school-subnav::before,
.school-subnav::after {
  content: "";
  position: absolute;
  top: 212px;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
}

.school-subnav::before {
  background: rgba(126, 155, 220, 0.32);
}

.school-subnav::after {
  right: auto;
  width: var(--school-nav-progress);
  background: linear-gradient(90deg, var(--accent-orange), #ffb06b);
  transition: width 260ms ease;
}

.school-subnav a {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(172px, 16%);
  justify-items: center;
  gap: 8px;
  color: var(--ink);
  text-align: center;
  transition: color 260ms ease;
}

.school-subnav a::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  z-index: 3;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--accent-blue);
  box-shadow:
    0 0 0 2px rgba(126, 155, 220, 0.34),
    0 12px 24px rgba(53, 89, 153, 0.16);
  transition:
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
  transform: translateX(-50%);
}

.school-subnav a:hover::before,
.school-subnav a.is-active::before {
  background: var(--accent-orange);
  transform: translateX(-50%) scale(1.24);
  box-shadow:
    0 0 0 8px rgba(255, 138, 42, 0.14),
    0 18px 34px rgba(255, 122, 26, 0.2);
}

.school-subnav-number {
  color: var(--accent-blue);
  font-size: 13px;
  font-weight: 900;
  order: 3;
  margin-top: 82px;
}

.school-subnav a:hover .school-subnav-number,
.school-subnav a.is-active .school-subnav-number {
  color: var(--accent-orange);
}

.school-subnav i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(234, 240, 255, 0.9);
  color: var(--accent-blue);
  font-style: normal;
  font-size: 19px;
  font-weight: 900;
  transition:
    background 260ms ease,
    color 260ms ease,
    box-shadow 260ms ease;
}

.school-subnav a:hover i,
.school-subnav a.is-active i {
  color: var(--accent-orange);
  background: #fff1e6;
  box-shadow: 0 14px 32px rgba(255, 122, 26, 0.14);
}

.school-subnav strong {
  position: relative;
  z-index: 2;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.18;
}

.school-subnav small,
.school-subnav em {
  position: absolute;
  right: 50%;
  z-index: 3;
  width: min(270px, 80vw);
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 10px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.school-subnav small {
  top: -24px;
  padding: 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.school-subnav em {
  top: 0;
  display: none;
  padding: 0 22px 18px;
  color: var(--accent-orange);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.school-subnav a:hover,
.school-subnav a.is-active {
  z-index: 5;
}

.school-subnav a:hover::after,
.school-subnav a.is-active::after {
  content: "";
  position: absolute;
  top: -132px;
  left: 50%;
  z-index: 1;
  width: 330px;
  height: 190px;
  border: 1px solid rgba(255, 138, 42, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 227, 204, 0.72), rgba(255, 227, 204, 0) 42%),
    linear-gradient(135deg, rgba(234, 240, 255, 0.95), rgba(255, 241, 230, 0.95)),
    #fff;
  box-shadow: 0 28px 70px rgba(53, 89, 153, 0.18);
  transform: translateX(-50%);
}

.school-subnav a:hover i,
.school-subnav a.is-active i {
  width: 66px;
  height: 66px;
  margin-top: -116px;
  margin-bottom: 10px;
  background: #fff;
  color: var(--accent-orange);
  font-size: 31px;
  box-shadow: 0 18px 38px rgba(53, 89, 153, 0.16);
}

.school-subnav a:hover strong,
.school-subnav a.is-active strong {
  width: 270px;
  font-size: 24px;
}

.school-subnav a:hover small,
.school-subnav a:hover em,
.school-subnav a.is-active small,
.school-subnav a.is-active em {
  opacity: 1;
  transform: translate(50%, 0);
}

.school-overview-section {
  padding-top: clamp(116px, 11vw, 150px);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 227, 204, 0.42), rgba(255, 227, 204, 0) 32%),
    linear-gradient(135deg, #f8fbff, #fff8f1);
}

.school-overview-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, 0.86fr);
  gap: clamp(26px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(126, 155, 220, 0.18);
  border-radius: 34px;
  padding: clamp(34px, 5vw, 58px);
  background: #fff;
  box-shadow: 0 28px 74px rgba(53, 89, 153, 0.1);
}

.school-overview-panel::before,
.school-overview-panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.school-overview-panel::before {
  right: 0;
  opacity: 0.5;
  background: url("assets/school-classroom.png") center right 36% / cover no-repeat;
  filter: saturate(0.96) blur(0.4px);
  transform: scale(1.012);
}

.school-overview-panel::after {
  right: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(247, 250, 255, 0.72) 64%, rgba(247, 250, 255, 0.5) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(238, 244, 255, 0.46));
}

.school-overview-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding-bottom: 118px;
}

.school-overview-copy .eyebrow {
  color: var(--accent-blue);
}

.school-overview-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.94;
}

.school-overview-copy p {
  max-width: 680px;
  color: #4e5d7d;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.45;
}

.school-contact-pills {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.school-contact-pills span,
.school-contact-pills a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--accent-blue);
}

.school-inline-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(111, 145, 230, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 96% 12%, rgba(255, 138, 42, 0.08), rgba(255, 138, 42, 0) 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(238, 244, 255, 0.86) 100%);
  box-shadow: 0 18px 40px rgba(34, 62, 135, 0.08);
  backdrop-filter: blur(2px);
}

.school-inline-stats div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 16px 18px;
}

.school-inline-stats div + div {
  border-left: 1px solid rgba(111, 145, 230, 0.14);
}

.school-inline-stats i {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  background: #eaf0ff;
  box-shadow: inset 0 0 0 1px rgba(111, 145, 230, 0.12);
}

.school-inline-stats i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.school-inline-stats strong,
.school-inline-stats small {
  display: block;
}

.school-inline-stats strong {
  color: var(--ink);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.05;
}

.school-inline-stats small {
  margin-top: 5px;
  color: #617092;
  font-size: 12px;
  line-height: 1.3;
}

.school-stat-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  border: 1px solid rgba(111, 145, 230, 0.18);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 138, 42, 0.12), rgba(255, 138, 42, 0) 30%),
    linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  box-shadow: 0 18px 40px rgba(34, 62, 135, 0.08);
}

.school-stat-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(111, 145, 230, 0.08);
  border-radius: 22px;
  pointer-events: none;
}

.school-stat-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.12;
}

.school-stat-card div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
}

.school-stat-card div + div {
  border-top: 1px solid rgba(111, 145, 230, 0.14);
}

.school-stat-card i {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: var(--accent-blue);
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 138, 42, 0.16), rgba(255, 138, 42, 0) 34%),
    #eaf0ff;
  font-style: normal;
  font-size: 32px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(111, 145, 230, 0.12);
  overflow: hidden;
}

.school-stat-card i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.school-stat-card strong,
.school-stat-card small {
  display: block;
}

.school-stat-card strong {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.school-stat-card small {
  margin-top: 10px;
  color: #617092;
  font-size: 17px;
}

.school-jump-block {
  margin-top: clamp(30px, 5vw, 54px);
}

.school-jump-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(300px, 1fr) minmax(300px, 1fr) minmax(230px, 0.9fr);
  gap: 16px;
  align-items: stretch;
}

.school-jump-column {
  display: grid;
  gap: 16px;
}

.school-jump-card,
.school-jump-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(126, 155, 220, 0.22);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(53, 89, 153, 0.1);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.school-jump-card:hover,
.school-jump-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(53, 89, 153, 0.16);
}

.school-jump-card {
  display: grid;
  min-height: 140px;
  grid-template-areas:
    "icon title arrow"
    "icon text arrow";
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  column-gap: 14px;
  row-gap: 6px;
  align-items: center;
  padding: 22px;
}

.school-jump-card i,
.school-jump-feature i {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}

.school-jump-card i {
  grid-area: icon;
  width: 54px;
  height: 54px;
  color: var(--accent-blue);
  background: #eaf0ff;
  font-size: 24px;
}

.school-jump-card strong,
.school-jump-card span,
.school-jump-feature strong,
.school-jump-feature span {
  display: block;
}

.school-jump-card strong {
  grid-area: title;
  margin-bottom: 0;
  font-size: 19px;
}

.school-jump-card span {
  grid-area: text;
  color: var(--muted);
  line-height: 1.45;
}

.school-jump-card em {
  grid-area: arrow;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--accent-blue);
  background: #eef4ff;
  font-style: normal;
  font-weight: 900;
  transition: transform 240ms ease, color 240ms ease, background 240ms ease;
}

.school-jump-card:hover em {
  transform: translateX(4px);
  color: #fff;
  background: var(--accent-blue);
}

.school-jump-feature {
  display: block;
  min-height: 340px;
  padding: 32px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #fff4ea 0%, #ffe7d4 100%);
}

.school-jump-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -76px;
  z-index: 1;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 122, 26, 0.14);
  transform: none;
}

.school-jump-feature::before {
  content: "";
  position: absolute;
  right: 38px;
  top: 42px;
  z-index: 1;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  opacity: 1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 34%, rgba(255, 255, 255, 0) 35%),
    repeating-radial-gradient(circle, rgba(255, 138, 42, 0.18) 0 3px, transparent 4px 18px);
}

.school-jump-feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 58%;
  max-width: 58%;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.school-jump-image-wrap {
  position: absolute;
  right: -18px;
  bottom: -34px;
  z-index: 1;
  display: flex;
  width: 64%;
  height: 96%;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.school-jump-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 20px 24px rgba(8, 19, 49, 0.12));
  transition: transform 260ms ease;
}

.school-jump-feature:hover .school-jump-image-wrap img {
  transform: translateY(-4px);
}

.school-jump-feature i {
  position: static;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-orange), #ff7418);
  font-size: 25px;
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.2);
}

.school-jump-feature strong {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
}

.school-jump-feature span {
  position: relative;
  z-index: 2;
  max-width: 100%;
  color: #52617f;
  font-size: 18px;
  line-height: 1.45;
}

.school-jump-feature b {
  position: relative;
  z-index: 2;
  display: inline-grid;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  margin-top: 24px;
  border-radius: 999px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-orange), #ff7418);
  box-shadow: 0 14px 28px rgba(255, 122, 26, 0.22);
}

.school-jump-feature:hover b {
  transform: translateX(3px);
}

.school-jump-fullday {
  background:
    radial-gradient(circle at 84% 24%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #fff1e6 0%, #ffe1c7 100%);
}

.school-jump-fullday::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.44) 0 34%, rgba(255, 255, 255, 0) 35%),
    repeating-radial-gradient(circle, rgba(126, 155, 220, 0.16) 0 2px, transparent 3px 17px);
}

.school-jump-fullday::after {
  background: rgba(126, 155, 220, 0.13);
}

.route-card,
.info-card,
.pricing article,
.notice,
.contact-card,
.lead-form,
.story-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(40, 31, 22, 0.07);
}

.route-card {
  min-height: 280px;
  padding: 26px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.route-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.route-card span,
.info-card span,
.pricing article span,
.calculation span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.route-card.blue {
  background: #eef4ff;
}

.route-card.orange {
  background: #fff1e3;
}

.route-card.mixed {
  background: linear-gradient(135deg, #eef4ff, #fff1e3);
}

.section {
  padding-top: clamp(58px, 8vw, 98px);
  padding-bottom: clamp(58px, 8vw, 98px);
}

.compact-section {
  width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  margin-right: auto;
  margin-left: auto;
  padding: clamp(42px, 6vw, 74px) 0;
}

.section.alt {
  background: var(--paper-2);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding-top: clamp(46px, 7vw, 84px);
  padding-bottom: clamp(48px, 7vw, 82px);
  background: var(--paper-2);
}

.page-hero.no-photo {
  display: block;
}

.page-photo {
  min-height: 380px;
}

.page-photo.placeholder {
  display: grid;
  align-content: end;
  padding: 22px;
}

.page-photo.placeholder::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px dashed rgba(37, 33, 28, 0.24);
  border-radius: 17px;
}

.page-photo.placeholder strong {
  position: relative;
  max-width: 300px;
  font-size: 28px;
  line-height: 1.05;
}

.page-photo.placeholder span {
  position: relative;
  margin-top: 10px;
  color: var(--muted);
}

.two-column,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.split.reversed {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.85fr);
}

.text-stack {
  max-width: 740px;
}

.story-card {
  padding: clamp(24px, 4vw, 42px);
  background: var(--deep);
}

.story-card h2,
.story-card p,
.story-card .eyebrow {
  color: #fff;
}

.story-card p {
  color: rgba(255, 255, 255, 0.76);
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card {
  padding: 24px;
}

.info-card h2 {
  font-size: 25px;
}

.fact-list,
.feature-grid {
  display: grid;
  gap: 14px;
}

.fact-list div,
.feature-grid div {
  display: grid;
  gap: 4px;
  border-radius: 16px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 5px 0 0 rgba(128, 164, 237, 0.58);
}

.fact-list strong,
.feature-grid strong {
  font-size: 20px;
}

.fact-list span,
.feature-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.school-learning-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 138, 42, 0.06), rgba(255, 138, 42, 0) 28%),
    radial-gradient(circle at 86% 18%, rgba(111, 145, 230, 0.1), rgba(111, 145, 230, 0) 30%),
    linear-gradient(rgba(111, 145, 230, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 145, 230, 0.08) 1px, transparent 1px),
    #f4f7fc;
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
}

.school-learning-section::before {
  content: "";
  position: absolute;
  top: 76px;
  left: clamp(20px, 5vw, 76px);
  width: 92px;
  height: 24px;
  border-bottom: 4px solid rgba(93, 127, 205, 0.82);
  border-radius: 50%;
  transform: rotate(-6deg);
  pointer-events: none;
}

.school-learning-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.school-learning-head {
  position: relative;
  max-width: 430px;
}

.school-learning-head::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--accent-blue), rgba(93, 127, 205, 0));
}

.learning-paper {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 145, 230, 0.16);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(rgba(111, 145, 230, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 145, 230, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 24px 24px;
  box-shadow: 0 24px 58px rgba(34, 62, 135, 0.1);
}

.learning-paper::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 30px;
  width: 42px;
  height: 70px;
  border: 3px solid rgba(93, 127, 205, 0.32);
  border-left: 0;
  border-radius: 0 20px 20px 0;
  transform: rotate(18deg);
}

.paper-label {
  display: inline-flex;
  margin-bottom: 24px;
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--accent-orange);
  background: #fff1e3;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.learning-facts div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px 12px;
  align-items: start;
  padding: 12px 0;
}

.learning-facts i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: var(--accent-blue);
  background: #eef4ff;
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
}

.learning-facts div:nth-child(even) i {
  color: var(--accent-orange);
  background: #fff1e3;
}

.learning-facts strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
}

.learning-facts span {
  grid-column: 2;
  color: #5b6886;
  font-size: 14px;
  line-height: 1.45;
}

.school-stage-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(24px, 4vw, 42px);
}

.stage-note {
  position: relative;
  min-height: 250px;
  border: 1px solid rgba(111, 145, 230, 0.14);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(34, 62, 135, 0.08);
}

.stage-note::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 28px;
  width: 86px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 8px 20px rgba(34, 62, 135, 0.08);
  transform: rotate(-2deg);
}

.stage-note span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #6a7794;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stage-note h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2vw, 32px);
}

.stage-note p {
  color: #53617f;
}

.stage-note-warm {
  background: linear-gradient(135deg, rgba(255, 248, 237, 0.96), rgba(255, 235, 211, 0.9));
}

.stage-note-blue {
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.98), rgba(232, 240, 255, 0.94));
}

.stage-note-mint {
  background: linear-gradient(135deg, rgba(248, 253, 250, 0.98), rgba(232, 247, 242, 0.9));
}

.notice {
  padding: 28px;
  background: #fff1e3;
}

.notice strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

.section-head {
  max-width: 880px;
  margin-bottom: 34px;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  border-radius: 16px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.82);
}

.timeline time {
  color: var(--accent-orange);
  font-weight: 850;
}

.note {
  margin-top: 22px;
  border-radius: 16px;
  padding: 18px 22px;
  background: #eef4ff;
}

.dark-note {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.1);
}

.clean-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}

.price-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: var(--deep);
}

.price-band h2,
.price-band .eyebrow,
.price-band p,
.price-band li {
  color: #fff;
}

.price-band p,
.price-band li {
  color: rgba(255, 255, 255, 0.78);
}

.price-band ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.75;
}

.instagram-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 162, 91, 0.24), rgba(128, 164, 237, 0.18)),
    var(--paper-2);
}

.instagram-band .button {
  margin-top: 12px;
}

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

.instagram-grid article {
  min-height: 174px;
  border: 1px solid rgba(228, 216, 200, 0.9);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.instagram-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent-orange);
  font-weight: 900;
}

.instagram-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.instagram-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

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

.data-row-card,
.menu-day-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(40, 31, 22, 0.07);
}

.data-row-card span,
.data-row-card strong,
.data-row-card time {
  display: block;
}

.data-row-card span {
  margin-bottom: 18px;
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.data-row-card strong {
  font-size: 22px;
}

.data-row-card time {
  margin-top: 8px;
  color: var(--accent-blue);
  font-weight: 900;
}

.data-row-card p {
  margin: 14px 0 0;
}

.menu-day-card h3 {
  margin-bottom: 18px;
}

.menu-day-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-day-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.menu-day-card dt {
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-day-card dd {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.pricing article {
  padding: 24px;
}

.pricing h2 {
  font-family: inherit;
  font-size: 28px;
  font-weight: 850;
}

.calculation {
  display: grid;
  gap: 12px;
  border-radius: 18px;
  padding: 28px;
  background: #eef4ff;
}

.calculation strong {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.accordion {
  display: grid;
  gap: 12px;
}

.compact-details {
  grid-column: 1 / -1;
  margin-top: 20px;
}

details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.82);
}

summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 850;
}

details p {
  margin: 14px 0 0;
}

details .data-grid,
details .menu-grid {
  margin-top: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 5vw, 64px);
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
}

.lead-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form p {
  margin-bottom: 0;
  font-size: 14px;
}

.contact-card {
  align-self: start;
  padding: 28px;
  background: #fff;
}

.contact-card img {
  width: min(230px, 80%);
  margin: 0 auto 28px;
}

.contact-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.contact-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 4px 0 0;
  font-weight: 750;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.check-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
}

.check-row input {
  width: 18px;
  height: 18px;
}

.admin-panel {
  display: grid;
  gap: 18px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-admin-list {
  display: grid;
  gap: 12px;
}

.event-admin-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
}

.event-admin-item img {
  width: 96px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

.event-admin-item span,
.event-admin-item strong {
  display: block;
}

.event-admin-item span {
  margin-bottom: 8px;
  color: var(--accent-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-admin-item strong {
  font-size: 20px;
}

.event-admin-item p {
  margin: 8px 0 0;
}

.event-admin-item button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--paper-2);
}

.admin-tabs a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  background: #fff;
  font-weight: 850;
}

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

.quote {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.86)),
    #fff;
  box-shadow: 0 18px 46px rgba(53, 89, 153, 0.08);
}

.quote p {
  color: var(--ink);
  font-size: 18px;
}

.quote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.quote figcaption {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.quote figcaption strong {
  color: var(--ink);
}

.quote figcaption span {
  color: var(--accent-blue);
  font-size: 14px;
  font-weight: 850;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.trust-cards article {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.86)),
    #fff;
  box-shadow: 0 18px 46px rgba(53, 89, 153, 0.08);
}

.trust-cards strong,
.trust-cards span {
  display: block;
}

.trust-cards strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.trust-cards span {
  color: var(--muted);
  line-height: 1.45;
}

.pricing-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.price-teaser {
  position: relative;
  display: flex;
  height: 320px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(126, 155, 220, 0.18);
  border-radius: 28px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.9)),
    #fff;
  box-shadow: 0 18px 46px rgba(53, 89, 153, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, background 300ms ease;
}

.price-teaser::before {
  content: "";
  position: absolute;
  inset: auto -44px -72px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(126, 155, 220, 0.12);
  transform: scale(0.72);
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}

.price-teaser i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(126, 155, 220, 0.14);
  color: var(--accent-blue);
  font-style: normal;
  font-size: 24px;
  font-weight: 900;
}

.price-teaser strong,
.price-teaser > span,
.price-reveal,
.price-reveal b,
.price-reveal em {
  display: block;
}

.price-teaser strong {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.12;
}

.price-teaser > span:not(.price-reveal) {
  max-width: 260px;
  color: var(--muted);
  line-height: 1.45;
}

.price-arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(126, 155, 220, 0.45);
  border-radius: 50%;
  color: var(--accent-blue);
  font-size: 22px;
  font-weight: 900;
  transition: transform 300ms ease, opacity 300ms ease, background 300ms ease, color 300ms ease;
}

.price-reveal {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-height: 0;
  margin-top: auto;
  border-top: 1px solid transparent;
  padding-top: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: max-height 320ms ease, padding-top 320ms ease, opacity 300ms ease, transform 300ms ease;
}

.price-reveal b {
  color: var(--accent-blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.22;
}

.price-reveal b + b {
  margin-top: 5px;
  color: var(--ink);
  font-size: 13px;
}

.price-reveal em {
  display: grid;
  place-items: center;
  min-height: 42px;
  margin-top: 16px;
  border: 1px solid rgba(126, 155, 220, 0.65);
  border-radius: 999px;
  color: var(--accent-blue);
  font-style: normal;
  font-weight: 900;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
}

.price-teaser-mandarin i,
.price-teaser-fullday i {
  background: rgba(255, 138, 42, 0.13);
  color: var(--accent-orange);
}

.trust-cards article {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.trust-cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(53, 89, 153, 0.13);
}

.price-teaser:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 155, 220, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 255, 0.94)),
    #fff;
  box-shadow: 0 28px 70px rgba(53, 89, 153, 0.16);
}

.price-teaser-mandarin:hover,
.price-teaser-fullday:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 236, 0.95)),
    #fff;
}

.price-teaser-mandarin:hover {
  border-color: rgba(255, 138, 42, 0.26);
}

.price-teaser:hover::before {
  opacity: 1;
  transform: scale(1);
}

.price-teaser:hover .price-arrow {
  opacity: 0;
  transform: translateY(10px) scale(0.82);
}

.price-teaser:hover .price-reveal {
  max-height: 138px;
  border-top-color: rgba(126, 155, 220, 0.22);
  padding-top: 14px;
  opacity: 1;
  transform: translateY(0);
}

.price-teaser:hover .price-reveal em {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(255, 138, 42, 0.7);
  color: var(--accent-orange);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(126, 155, 220, 0.18), rgba(126, 155, 220, 0) 34%),
    linear-gradient(135deg, #081331, #0d214e);
  color: #fff;
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer span,
.site-footer small {
  display: block;
}

.site-footer small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.site-footer img {
  width: 38px;
  height: 38px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer address {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  :root {
    --page-gutter: 24px;
  }

  .site-header {
    align-items: flex-start;
    width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    right: 18px;
    display: none;
    width: min(340px, calc(100vw - 36px));
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    border-radius: 13px;
    padding: 12px;
  }

  .main-nav .nav-cta {
    margin-left: 0;
  }

  .home-hero,
  .live-hero,
  .page-hero,
  .two-column,
  .split,
  .split.reversed,
  .school-overview,
  .school-overview-panel,
  .split-showcase,
  .community-strip,
  .price-band,
  .instagram-band,
  .admin-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .live-hero {
    width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
    min-height: 0;
    align-items: start;
    padding-top: 54px;
  }

  .hero-panel {
    margin-top: 0;
  }

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

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

  .hero-bird {
    top: 4%;
    left: 12%;
    width: min(430px, 76vw);
  }

  .hero-photo-window {
    width: 58%;
    min-height: 210px;
  }

  .hero-photo-window img {
    min-height: 210px;
  }

  .program-rail {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-strip {
    width: min(var(--container), calc(100% - (var(--page-gutter) * 2)));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip h2,
  .trust-strip div {
    border-left: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px;
  }

  .trust-strip div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

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

  .quick-links,
  .school-jump-links,
  .school-jump-layout,
  .card-grid.three,
  .card-grid.two,
  .card-grid.four,
  .pricing,
  .feature-grid,
  .life-direction-grid,
  .instagram-grid,
  .data-grid,
  .menu-grid,
  .trust-cards,
  .pricing-nav,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .school-overview-panel::before {
    opacity: 0.36;
    background-position: center right 28%;
  }

  .school-overview-panel::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(247, 250, 255, 0.72) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(238, 244, 255, 0.52));
  }

  .school-overview-copy {
    padding-bottom: 80px;
  }

  .school-stat-card {
    min-height: 360px;
  }

  .school-jump-column {
    display: contents;
  }

  .school-jump-feature {
    min-height: 270px;
  }
}

@media (max-width: 680px) {
  :root {
    --page-gutter: 18px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - (var(--page-gutter) * 2));
    min-height: 74px;
    border-radius: 18px;
    padding: 10px 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .home-hero {
    min-height: 0;
  }

  .live-hero {
    width: calc(100% - (var(--page-gutter) * 2));
    padding: 42px 0 14px;
  }

  .hero-panel h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .hero-art {
    min-height: 290px;
  }

  .hero-symbol {
    min-height: 290px;
  }

  .hero-symbol::before {
    width: 180px;
    height: 130px;
  }

  .hero-symbol::after {
    width: 190px;
    height: 150px;
  }

  .hero-bird {
    top: 10%;
    left: 8%;
    width: min(310px, 82vw);
  }

  .hero-photo-window {
    width: 70%;
    min-height: 145px;
    border-radius: 20px;
  }

  .hero-photo-window img {
    min-height: 145px;
  }

  .program-rail,
  .trust-strip,
  .community-grid,
  .school-jump-layout {
    grid-template-columns: 1fr;
  }

  .school-overview-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .school-overview-panel {
    border-radius: 24px;
    padding: 24px;
  }

  .school-overview-panel::before {
    opacity: 0.22;
    background-position: center;
    filter: saturate(0.9) blur(0.8px);
  }

  .school-overview-panel::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.9)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.86));
  }

  .school-overview-copy {
    padding-bottom: 34px;
  }

  .school-overview-copy h2 {
    font-size: clamp(54px, 18vw, 78px);
  }

  .school-overview-copy p {
    font-size: 17px;
  }

  .school-contact-pills span,
  .school-contact-pills a {
    width: 100%;
  }

  .school-stat-card {
    min-height: 0;
    border-radius: 22px;
    padding: 22px;
  }

  .school-stat-card div {
    grid-template-columns: 54px 1fr;
    gap: 14px;
    padding: 16px 0;
  }

  .school-stat-card i {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .school-stat-card strong {
    font-size: 26px;
  }

  .school-stat-card small {
    font-size: 14px;
  }

  .school-jump-block {
    margin-top: 24px;
  }

  .school-jump-primary {
    order: -2;
  }

  .school-jump-fullday {
    order: -1;
  }

  .school-jump-card {
    min-height: 124px;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    padding: 18px;
  }

  .school-jump-card i {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .school-jump-feature {
    min-height: 236px;
    border-radius: 22px;
    padding: 24px;
  }

  .school-jump-feature i {
    top: 22px;
    left: 22px;
    width: 50px;
    height: 50px;
  }

  .school-jump-feature strong {
    max-width: 235px;
    font-size: 28px;
  }

  .school-jump-feature span {
    max-width: 220px;
    font-size: 16px;
  }

  .school-subnav {
    min-height: 0;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 14px;
    margin-right: calc(var(--page-gutter) * -1);
    margin-left: calc(var(--page-gutter) * -1);
    padding: 22px var(--page-gutter) 12px;
    scroll-snap-type: x proximity;
  }

  .school-subnav::before,
  .school-subnav::after {
    display: none;
  }

  .school-subnav a {
    display: grid;
    width: 220px;
    min-width: 220px;
    min-height: 188px;
    align-content: start;
    gap: 10px;
    border: 1px solid rgba(126, 155, 220, 0.22);
    border-radius: 20px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(53, 89, 153, 0.1);
    scroll-snap-align: start;
  }

  .school-subnav a::before {
    position: static;
    transform: none;
    margin-bottom: 2px;
  }

  .school-subnav a:hover::before,
  .school-subnav a.is-active::before {
    transform: scale(1.12);
  }

  .school-subnav a:hover::after,
  .school-subnav a.is-active::after {
    display: none;
  }

  .school-subnav-number {
    order: 0;
    margin-top: 0;
  }

  .school-subnav a:hover i,
  .school-subnav a.is-active i {
    width: 42px;
    height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
  }

  .school-subnav a:hover strong,
  .school-subnav a.is-active strong {
    width: auto;
    font-size: 16px;
  }

  .school-subnav a:hover,
  .school-subnav a.is-active {
    transform: translateY(-3px);
    border-color: rgba(255, 138, 42, 0.36);
  }

  .school-subnav small,
  .school-subnav em {
    position: static;
    width: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .school-subnav small {
    padding: 0;
    font-size: 13px;
  }

  .school-subnav em {
    display: block;
    padding: 0;
  }

  .program-rail,
  .trust-strip {
    width: 100%;
  }

  .trust-strip div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .day-flow div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .final-cta {
    align-items: stretch;
    flex-direction: column;
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(8, 19, 49, 0.96) 0%, rgba(8, 19, 49, 0.86) 58%, rgba(8, 19, 49, 0.34) 100%),
      url("assets/center-owl-cta.png") center / cover no-repeat;
  }

  .final-cta .button-row {
    min-width: 0;
    align-self: flex-start;
  }

  .event-admin-item {
    grid-template-columns: 1fr;
  }

  .event-admin-item img {
    width: 100%;
    height: 180px;
  }

  .photo-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px);
    min-height: 0;
  }

  .photo-tile.large {
    grid-row: auto;
  }

  .quick-links,
  .card-grid.three,
  .card-grid.four,
  .pricing,
  .feature-grid,
  .life-direction-grid,
  .instagram-grid,
  .data-grid,
  .menu-grid,
  .trust-cards,
  .pricing-nav,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .timeline div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .button-row,
  .button {
    width: 100%;
  }

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

.home-page .live-hero {
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: clamp(18px, 6vw, 76px);
  padding-left: clamp(18px, 6vw, 76px);
}

.home-page .compact-section {
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: clamp(18px, 6vw, 76px);
  padding-left: clamp(18px, 6vw, 76px);
}

.home-page .program-rail {
  width: 100%;
}

.home-page .final-cta {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.home-page .hero-photo-window {
  right: calc(var(--page-gutter) * -1);
  bottom: 2%;
  width: min(1080px, 64vw);
  min-height: 360px;
  border-right: 0;
  border-radius: 30px 0 0 30px;
}

.home-page .hero-photo-window img {
  min-height: 360px;
  object-position: center center;
  filter: saturate(0.9) contrast(0.98) brightness(1.06);
}

.home-page .site-header:not(.is-scrolled):not(.is-open) {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.home-page .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
}

.home-page .site-header.is-scrolled,
.home-page .site-header.is-open {
  width: 100%;
  margin: 0;
  padding: 10px var(--page-gutter);
  border-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(53, 89, 153, 0.12);
  transform: none;
}

.school-page .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
}

.school-page .site-header:not(.is-scrolled):not(.is-open) {
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.school-page .site-header.is-scrolled,
.school-page .site-header.is-open {
  width: 100%;
  margin: 0;
  padding: 10px var(--page-gutter);
  border-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(53, 89, 153, 0.12);
  transform: none;
}

.school-page .page-hero {
  min-height: calc(100vh - 32px);
  grid-template-columns: minmax(560px, 0.86fr) minmax(360px, 1.14fr);
  align-items: center;
  padding-top: clamp(120px, 12vw, 164px);
  padding-bottom: clamp(72px, 10vw, 116px);
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 26%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.66) 56%, rgba(255, 255, 255, 0.34) 70%, rgba(255, 255, 255, 0.12) 84%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.08) 0%, rgba(255, 255, 255, 0.16) 48%, rgba(8, 19, 49, 0.08) 100%),
    url("assets/school-classroom.png") 44% center / cover no-repeat,
    #f8fbff;
}

.school-page .page-hero > div:first-child {
  max-width: 860px;
}

.school-page .page-hero h1 {
  max-width: 820px;
  font-size: clamp(58px, 7.4vw, 104px);
}

.school-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #1d294d;
  font-size: clamp(18px, 1.7vw, 22px);
}

.school-page .page-hero .page-photo {
  display: none;
}

@media (min-width: 1280px) {
  .home-page .live-hero {
    grid-template-columns: minmax(560px, 0.88fr) minmax(680px, 1.12fr);
  }

  .home-page .hero-photo-window {
    width: min(1180px, 66vw);
  }
}

@media (max-width: 1080px) {
  .home-page .hero-photo-window {
    right: 0;
    width: 72%;
    min-height: 230px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
  }

  .home-page .hero-photo-window img {
    min-height: 230px;
  }
}

@media (max-width: 1180px) {
  .home-page .program-rail {
    grid-template-columns: 1fr;
  }

  .home-page .program-card {
    min-height: 260px;
  }

  .home-page .program-card span,
  .home-page .program-card h3,
  .home-page .program-card small,
  .home-page .program-card p {
    max-width: 46%;
  }
}

@media (max-width: 680px) {
  .home-page .hero-photo-window {
    width: 82%;
    min-height: 160px;
    border-radius: 20px;
  }

  .home-page .hero-photo-window img {
    min-height: 160px;
  }

  .home-page .program-card {
    min-height: 290px;
    padding: 24px;
  }

  .home-page .program-card::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 52%, rgba(255, 255, 255, 0.36) 82%, rgba(255, 255, 255, 0.1) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08));
  }

  .home-page .program-card span,
  .home-page .program-card h3,
  .home-page .program-card small,
  .home-page .program-card p {
    max-width: 68%;
  }

  .home-page .program-card h3 {
    font-size: clamp(26px, 8vw, 34px);
  }
}

.home-page .live-hero {
  min-height: calc(100vh - 68px);
  grid-template-columns: minmax(620px, 980px) 1fr;
  align-items: center;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.99) 34%, rgba(248, 251, 255, 0.94) 50%, rgba(248, 251, 255, 0.62) 64%, rgba(248, 251, 255, 0.12) 78%, rgba(255, 255, 255, 0) 90%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.18) 0%, rgba(248, 251, 255, 0.02) 44%, rgba(8, 19, 49, 0.12) 100%),
    url("assets/hero-school-current.png") right center / contain no-repeat,
    #f8fbff;
}

.home-page .hero-panel {
  max-width: 940px;
  padding: clamp(22px, 3vw, 34px) 0;
}

.home-page .hero-panel h1 {
  max-width: 920px;
}

.home-page .hero-panel h2 {
  max-width: 900px;
}

.home-page .hero-panel p {
  max-width: 820px;
}

.home-page .hero-art {
  display: none;
}

@media (max-width: 1080px) {
  .home-page .live-hero {
    grid-template-columns: 1fr;
    background:
      linear-gradient(90deg, #fff 0%, rgba(248, 251, 255, 0.98) 44%, rgba(248, 251, 255, 0.34) 78%, rgba(248, 251, 255, 0.08) 100%),
      linear-gradient(180deg, rgba(248, 251, 255, 0.24) 0%, rgba(248, 251, 255, 0.04) 54%, rgba(8, 19, 49, 0.14) 100%),
      url("assets/hero-school-current.png") right center / contain no-repeat,
      #f8fbff;
  }

  .school-page .page-hero {
    grid-template-columns: 1fr;
    min-height: 760px;
    background:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 46%, rgba(255, 255, 255, 0.58) 74%, rgba(255, 255, 255, 0.16) 100%),
      linear-gradient(180deg, rgba(248, 251, 255, 0.14) 0%, rgba(8, 19, 49, 0.1) 100%),
      url("assets/school-classroom.png") 44% center / cover no-repeat,
      #f8fbff;
  }
}

@media (max-width: 680px) {
  .home-page .live-hero {
    min-height: 760px;
    align-items: start;
    background:
      linear-gradient(180deg, #fff 0%, rgba(248, 251, 255, 0.97) 38%, rgba(248, 251, 255, 0.24) 68%, rgba(248, 251, 255, 0.06) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.54) 42%, rgba(255, 255, 255, 0) 74%),
      url("assets/hero-school-current.png") center bottom / contain no-repeat,
      #f8fbff;
  }

  .school-page .page-hero {
    min-height: 760px;
    padding-top: 112px;
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 0.42) 72%, rgba(255, 255, 255, 0.08) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.58) 58%, rgba(255, 255, 255, 0.08) 88%, rgba(255, 255, 255, 0) 100%),
      url("assets/school-classroom.png") center bottom / cover no-repeat,
      #f8fbff;
  }

  .school-page .page-hero h1 {
    font-size: clamp(46px, 14vw, 72px);
  }
}

.school-page .page-hero {
  min-height: calc(100vh - 68px);
  grid-template-columns: minmax(620px, 980px) 1fr;
  align-items: center;
  padding: clamp(52px, 6vw, 88px) var(--page-gutter) 10px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.995) 40%, rgba(248, 251, 255, 0.96) 56%, rgba(248, 251, 255, 0.68) 70%, rgba(248, 251, 255, 0.18) 86%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.18) 0%, rgba(248, 251, 255, 0.02) 44%, rgba(8, 19, 49, 0.12) 100%),
    url("assets/school-classroom.png") right center / auto 100% no-repeat,
    #f8fbff;
}

.school-page .page-hero > div:first-child {
  max-width: 940px;
  padding: clamp(22px, 3vw, 34px) 0;
}

.school-page .page-hero h1 {
  max-width: 920px;
  font-size: clamp(58px, 6vw, 98px);
  line-height: 0.96;
}

.school-page .page-hero p:not(.eyebrow) {
  max-width: 820px;
  color: #2d375d;
}

@media (max-width: 1080px) {
  .school-page .page-hero {
    grid-template-columns: 1fr;
    min-height: 760px;
    background:
      linear-gradient(90deg, #fff 0%, rgba(248, 251, 255, 0.98) 54%, rgba(248, 251, 255, 0.5) 82%, rgba(248, 251, 255, 0.08) 100%),
      linear-gradient(180deg, rgba(248, 251, 255, 0.24) 0%, rgba(248, 251, 255, 0.04) 54%, rgba(8, 19, 49, 0.14) 100%),
      url("assets/school-classroom.png") right center / auto 100% no-repeat,
      #f8fbff;
  }
}

@media (max-width: 680px) {
  .school-page .page-hero {
    min-height: 760px;
    align-items: start;
    padding-top: 112px;
    background:
      linear-gradient(180deg, #fff 0%, rgba(248, 251, 255, 0.97) 38%, rgba(248, 251, 255, 0.24) 68%, rgba(248, 251, 255, 0.06) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.54) 42%, rgba(255, 255, 255, 0) 74%),
      url("assets/school-classroom.png") center bottom / cover no-repeat,
      #f8fbff;
  }

  .school-page .page-hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }
}

.home-page .live-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.99) 36%, rgba(248, 251, 255, 0.96) 52%, rgba(248, 251, 255, 0.66) 66%, rgba(248, 251, 255, 0.16) 82%, rgba(255, 255, 255, 0) 94%),
    radial-gradient(circle at 76% 28%, rgba(126, 155, 220, 0.14), rgba(126, 155, 220, 0) 28%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.18) 0%, rgba(248, 251, 255, 0.02) 44%, rgba(8, 19, 49, 0.12) 100%),
    url("assets/hero-school-current.png") right center / contain no-repeat,
    #f8fbff;
}

.home-page .hero-panel {
  max-width: 760px;
}

.home-page .hero-panel h1 {
  max-width: 760px;
}

.home-page .hero-panel h2 {
  max-width: 680px;
}

.home-page .hero-panel p {
  max-width: 620px;
}

.home-page .button-row {
  gap: 14px;
  margin-top: 34px;
}

.home-page .button {
  min-height: 56px;
  border-radius: 18px;
  padding: 16px 22px;
  font-size: 15px;
  letter-spacing: 0;
}

.home-page .button::after {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}

.home-page .button.primary {
  padding-right: 18px;
  background: linear-gradient(135deg, #ff9d3f 0%, #ff7a1f 52%, #f36a12 100%);
  box-shadow: 0 18px 38px rgba(255, 122, 26, 0.28);
}

.home-page .button.primary::after {
  content: "\2192";
  color: var(--accent-orange);
  background: rgba(255, 255, 255, 0.92);
}

.home-page .button.primary:hover {
  box-shadow: 0 24px 48px rgba(255, 122, 26, 0.36);
}

.home-page .button.ghost {
  border-color: rgba(93, 127, 205, 0.42);
  color: var(--accent-blue);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(53, 89, 153, 0.08);
}

.home-page .button.ghost::after {
  content: "\2192";
  color: #fff;
  background: var(--accent-blue);
}

.home-page .button.ghost:hover {
  background: rgba(233, 241, 255, 0.92);
  box-shadow: 0 18px 38px rgba(53, 89, 153, 0.13);
}

.hero-cta-note {
  max-width: 460px !important;
  margin: 12px 0 0;
  color: rgba(83, 97, 127, 0.86);
  font-size: 14px !important;
  line-height: 1.45;
}

.home-page .hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(128px, max-content));
  gap: 10px;
  margin-top: 26px;
  align-items: stretch;
}

.home-page .hero-facts span {
  min-height: 46px;
  justify-content: center;
  border-radius: 16px;
  padding: 10px 15px;
  color: #24447f;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 30px rgba(53, 89, 153, 0.08);
  backdrop-filter: blur(10px);
}

.home-page .hero-facts span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent-blue);
}

.home-page .hero-facts span:nth-child(2)::before,
.home-page .hero-facts span:nth-child(4)::before {
  background: var(--accent-orange);
}

.hero-tour-card {
  position: absolute;
  right: clamp(32px, 7vw, 110px);
  bottom: clamp(42px, 8vw, 110px);
  z-index: 4;
  max-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(53, 89, 153, 0.16);
  backdrop-filter: blur(16px);
}

.hero-tour-card strong,
.hero-tour-card span {
  display: block;
}

.hero-tour-card strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
}

.hero-tour-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .home-page .hero-facts {
    grid-template-columns: repeat(2, minmax(128px, max-content));
  }

  .hero-tour-card {
    display: none;
  }
}

@media (max-width: 680px) {
  .home-page .button-row,
  .home-page .button {
    width: 100%;
  }

  .home-page .button {
    justify-content: space-between;
  }

  .home-page .hero-facts {
    grid-template-columns: 1fr;
  }
}

.events-section .event-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.events-section .event-card {
  display: flex;
  height: 440px;
  min-height: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 20px 54px rgba(53, 89, 153, 0.1);
  transition:
    transform 340ms ease,
    box-shadow 340ms ease;
}

.events-section .event-card.featured {
  color: var(--ink);
  background: #fff;
}

.events-section .event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(53, 89, 153, 0.17);
}

.events-section .event-image {
  width: 100%;
  height: 80%;
  flex: 0 0 80%;
  margin: 0;
  object-fit: cover;
  transition:
    flex-basis 360ms ease,
    height 360ms ease,
    transform 360ms ease,
    filter 360ms ease;
}

.events-section .event-card:hover .event-image {
  height: 62%;
  flex-basis: 62%;
  transform: scale(1.025);
  filter: saturate(1.02) brightness(1.02);
}

.events-section .event-content {
  display: flex;
  height: 20%;
  min-height: 0;
  flex: 0 0 20%;
  flex-direction: column;
  padding: 16px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    #fff;
  transition:
    flex-basis 360ms ease,
    height 360ms ease,
    padding 360ms ease;
}

.events-section .event-card:hover .event-content {
  height: 38%;
  flex-basis: 38%;
  padding: 18px 20px 20px;
}

.events-section .event-meta {
  gap: 8px;
  margin-bottom: 8px;
}

.events-section .event-card span,
.events-section .event-card.featured span {
  display: inline-flex;
  margin-bottom: 0;
  color: var(--accent-orange);
}

.events-section .event-card h3,
.events-section .event-card.featured h3 {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.events-section .event-card p,
.events-section .event-card.featured p {
  display: -webkit-box;
  max-height: 0;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  transition:
    max-height 360ms ease,
    opacity 240ms ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.events-section .event-card:hover p {
  max-height: 64px;
  opacity: 1;
}

.events-section .text-link {
  margin-top: auto;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    color 160ms ease;
}

.events-section .text-link::after {
  content: "→";
  margin-left: 8px;
}

.events-section .event-card:hover .text-link {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .events-section .event-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .events-section .event-board {
    grid-template-columns: 1fr;
  }

  .events-section .event-card,
  .events-section .event-card:hover {
    height: 420px;
    transform: none;
  }

  .events-section .event-image,
  .events-section .event-card:hover .event-image {
    height: 66%;
    flex-basis: 66%;
    transform: none;
  }

  .events-section .event-content,
  .events-section .event-card:hover .event-content {
    height: 34%;
    flex-basis: 34%;
    padding: 18px 20px 20px;
  }

  .events-section .event-card p,
  .events-section .event-card:hover p,
  .events-section .text-link {
    max-height: 64px;
    opacity: 1;
    transform: none;
  }
}

.trust-cards {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) repeat(2, minmax(220px, 1fr));
  grid-auto-rows: minmax(170px, auto);
  gap: 18px;
  align-items: stretch;
}

.trust-cards article {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.9)),
    #fff;
  box-shadow: 0 18px 46px rgba(53, 89, 153, 0.08);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease;
}

.trust-cards article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(126, 155, 220, 0.1);
  transition:
    transform 280ms ease,
    opacity 280ms ease;
}

.trust-cards article:nth-child(1) {
  grid-row: span 2;
  min-height: 360px;
  padding: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(126, 155, 220, 0.22), rgba(126, 155, 220, 0) 32%),
    linear-gradient(135deg, rgba(233, 241, 255, 0.98), rgba(255, 255, 255, 0.92));
}

.trust-cards article:nth-child(2),
.trust-cards article:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(239, 245, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #fff;
}

.trust-cards article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 246, 232, 0.96), rgba(255, 255, 255, 0.92)),
    #fff;
}

.trust-cards article:nth-child(4) {
  grid-column: span 2;
}

.trust-cards article:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 68px rgba(53, 89, 153, 0.15);
}

.trust-cards article:hover::after {
  opacity: 0.9;
  transform: scale(1.1);
}

.trust-cards em {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 42px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 999px;
  color: var(--accent-blue);
  background: rgba(233, 241, 255, 0.88);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.trust-cards article:nth-child(3) em,
.trust-cards article:nth-child(5) em {
  color: var(--accent-orange);
  background: rgba(255, 240, 228, 0.92);
}

.trust-cards strong,
.trust-cards span {
  position: relative;
  z-index: 1;
}

.trust-cards strong {
  max-width: 360px;
  margin-bottom: 10px;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.08;
}

.trust-cards article:nth-child(1) strong {
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1;
}

.trust-cards span {
  max-width: 340px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-cards article:nth-child(1),
  .trust-cards article:nth-child(4) {
    grid-column: span 2;
    grid-row: auto;
    min-height: 220px;
  }
}

@media (max-width: 680px) {
  .trust-cards {
    grid-template-columns: 1fr;
  }

  .trust-cards article,
  .trust-cards article:nth-child(1),
  .trust-cards article:nth-child(4) {
    grid-column: auto;
    min-height: 0;
    padding: 24px;
  }

  .trust-cards article:nth-child(1) strong {
    font-size: clamp(24px, 8vw, 34px);
  }
}

.trust-showcase-section {
  position: relative;
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: clamp(42px, 5vw, 74px);
}

.trust-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0 calc(var(--page-gutter) * -1);
  z-index: -1;
  background:
    radial-gradient(circle at 72% 18%, rgba(126, 155, 220, 0.14), rgba(126, 155, 220, 0) 36%),
    linear-gradient(135deg, rgba(248, 251, 255, 0.96), rgba(238, 245, 255, 0.72));
}

.trust-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(300px, 0.72fr) minmax(440px, 1.05fr);
  gap: 12px;
  align-items: stretch;
}

.trust-intro {
  min-height: 430px;
  padding: clamp(10px, 2vw, 22px) clamp(18px, 3vw, 34px) 12px 0;
}

.trust-intro .eyebrow {
  color: var(--accent-orange);
}

.trust-intro h2 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.05;
}

.trust-accent-line {
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--accent-blue);
}

.trust-intro > p:not(.eyebrow) {
  max-width: 440px;
  color: #53617f;
  font-size: 17px;
}

.trust-illustration {
  position: relative;
  width: min(520px, 100%);
  height: 104px;
  margin-top: 52px;
}

.trust-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.trust-list {
  display: grid;
  gap: 8px;
}

.trust-list article {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgba(221, 231, 248, 0.82);
  border-radius: 18px;
  padding: 16px 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(53, 89, 153, 0.08);
  cursor: pointer;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.trust-list article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 18px 0 0 18px;
  background: var(--accent-blue);
  transition: width 260ms ease;
}

.trust-list article.is-active::before,
.trust-list article:hover::before {
  width: 6px;
}

.trust-list article.is-active,
.trust-list article:hover {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(53, 89, 153, 0.12);
  transform: translateY(-2px);
}

.trust-list article:focus-visible {
  outline: 3px solid rgba(126, 155, 220, 0.45);
  outline-offset: 3px;
}

.trust-list em {
  color: var(--accent-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.trust-list article:not(.is-active) em {
  color: #9aa8c7;
}

.trust-list strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.trust-list span {
  color: var(--accent-blue);
  font-size: 28px;
  line-height: 1;
}

.trust-detail {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 24px;
  padding: clamp(26px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(53, 89, 153, 0.11);
  backdrop-filter: blur(14px);
  transition: box-shadow 260ms ease;
}

.trust-detail-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--accent-blue);
  background: #e9f1ff;
  font-size: 42px;
  box-shadow: inset 0 0 0 1px rgba(126, 155, 220, 0.2);
}

.trust-detail h3 {
  max-width: 460px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.06;
}

.trust-detail > p {
  max-width: 500px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(126, 155, 220, 0.28);
  color: #53617f;
  font-size: 18px;
}

.trust-detail ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-detail li {
  position: relative;
  padding-left: 58px;
}

.trust-detail li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 28%, rgba(126, 155, 220, 0.18) 30%),
    #eef4ff;
}

.trust-detail li:nth-child(2)::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 28%, rgba(244, 162, 89, 0.22) 30%),
    #fff1e3;
}

.trust-detail li strong,
.trust-detail li span {
  display: block;
}

.trust-detail li strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
}

.trust-detail li span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .trust-showcase {
    grid-template-columns: 1fr;
  }

  .trust-intro {
    min-height: 0;
  }

  .trust-illustration {
    display: none;
  }

  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .trust-list {
    grid-template-columns: 1fr;
  }

  .trust-list article {
    min-height: 86px;
  }

  .trust-detail {
    min-height: 0;
    padding: 28px;
  }

  .trust-detail-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 28px;
    font-size: 38px;
  }
}

.reviews-carousel {
  position: relative;
}

.reviews-carousel-shell {
  position: relative;
  padding: 0 74px 48px;
}

.review-viewport {
  overflow: hidden;
  margin-block: -18px;
  padding-block: 18px;
  touch-action: pan-y;
}

.review-track {
  display: flex;
  gap: 22px;
  align-items: center;
  will-change: transform;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-slide {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  opacity: 0.68;
  transform: scale(0.84);
  transform-origin: center;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease;
}

.review-slide.is-neighbor {
  opacity: 0.86;
  transform: scale(0.9);
}

.review-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.review-image-card {
  position: relative;
  display: block;
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(126, 155, 220, 0.2);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92));
  box-shadow: 0 22px 58px rgba(53, 89, 153, 0.12);
  text-decoration: none;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.review-image-card:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 155, 220, 0.38);
  box-shadow: 0 30px 72px rgba(53, 89, 153, 0.18);
}

.review-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
}

.review-image-card span {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(53, 89, 153, 0.12);
  color: var(--accent-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.review-nav {
  position: absolute;
  z-index: 4;
  top: calc(50% - 34px);
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(126, 155, 220, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(53, 89, 153, 0.16);
  color: var(--ink);
  font: inherit;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 250ms ease, background 250ms ease, box-shadow 250ms ease;
}

.review-nav:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 24px 54px rgba(53, 89, 153, 0.22);
}

.review-nav-prev {
  left: 0;
}

.review-nav-next {
  right: 0;
}

.review-dots {
  position: absolute;
  right: 74px;
  bottom: 0;
  left: 74px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dots button {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(126, 155, 220, 0.28);
  cursor: pointer;
  transition: width 250ms ease, background 250ms ease;
}

.review-dots button.is-active {
  width: 46px;
  background: var(--accent-orange);
}

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

@media (max-width: 980px) {
  .reviews-carousel-shell {
    padding-inline: 60px;
  }

  .review-slide {
    flex-basis: calc((100% - 22px) / 2);
  }

  .reviews-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pricing-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-teaser {
    height: auto;
    min-height: 318px;
  }

  .price-arrow {
    opacity: 0;
  }

  .price-reveal {
    max-height: none;
    border-top-color: rgba(126, 155, 220, 0.22);
    padding-top: 14px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 640px) {
  .reviews-carousel-shell {
    padding: 0 0 42px;
  }

  .review-slide {
    flex-basis: 100%;
  }

  .review-image-card {
    height: 390px;
    border-radius: 22px;
  }

  .review-nav {
    top: auto;
    bottom: -4px;
    width: 42px;
    height: 42px;
  }

  .review-nav-prev {
    left: 0;
  }

  .review-nav-next {
    right: 0;
  }

  .review-dots {
    right: 54px;
    left: 54px;
  }

  .reviews-gallery {
    grid-template-columns: 1fr;
  }

  .pricing-nav {
    grid-template-columns: 1fr;
  }

  .price-teaser {
    min-height: 300px;
  }
}

.school-page .school-overview-section {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 68px);
  margin: 0;
  padding: clamp(96px, 10vw, 132px) var(--page-gutter) clamp(44px, 6vw, 72px);
  background:
    radial-gradient(circle at 78% 18%, rgba(126, 155, 220, 0.18), rgba(126, 155, 220, 0) 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.school-page .school-overview-panel {
  width: 100%;
  min-height: clamp(540px, 68vh, 720px);
  grid-template-columns: minmax(520px, 0.96fr) minmax(420px, 0.82fr);
  align-items: center;
  border-color: rgba(126, 155, 220, 0.22);
  border-radius: 34px;
  padding: clamp(42px, 6vw, 78px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 37%, rgba(247, 250, 255, 0.72) 56%, rgba(247, 250, 255, 0.34) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(238, 244, 255, 0.2)),
    url("assets/school-classroom.png") center right 34% / cover no-repeat;
  box-shadow: 0 28px 74px rgba(53, 89, 153, 0.12);
}

.school-page .school-overview-panel::before {
  display: none;
}

.school-page .school-overview-panel::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.36) 46%, rgba(255, 255, 255, 0.14) 100%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.06), rgba(8, 19, 49, 0.08));
}

.school-page .school-overview-copy {
  max-width: 760px;
  padding-bottom: 0;
}

.school-page .school-overview-copy h2 {
  font-size: clamp(72px, 8vw, 124px);
  line-height: 0.9;
}

.school-page .school-overview-copy p {
  max-width: 720px;
  color: #2d375d;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.48;
}

.school-page .school-contact-pills span,
.school-page .school-contact-pills a {
  color: var(--accent-blue);
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.72);
}

.school-page .school-stat-card {
  align-self: center;
  min-height: 430px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 138, 42, 0.1), rgba(255, 138, 42, 0) 30%),
    linear-gradient(180deg, rgba(247, 250, 255, 0.96) 0%, rgba(238, 244, 255, 0.94) 100%);
  backdrop-filter: blur(2px);
}

.school-page .school-jump-block {
  margin-top: clamp(24px, 4vw, 44px);
}

@media (max-width: 1080px) {
  .school-page .school-overview-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 54%, rgba(247, 250, 255, 0.5) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(238, 244, 255, 0.28)),
      url("assets/school-classroom.png") center / cover no-repeat;
  }

  .school-page .school-stat-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .school-page .school-overview-section {
    min-height: 0;
    padding-top: 96px;
  }

  .school-page .school-overview-panel {
    border-radius: 24px;
    padding: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 250, 255, 0.9) 64%, rgba(247, 250, 255, 0.72) 100%),
      url("assets/school-classroom.png") center bottom / cover no-repeat;
  }

  .school-page .school-overview-panel::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(248, 251, 255, 0.7));
  }

  .school-page .school-overview-copy h2 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .school-page .school-overview-copy p {
    font-size: 17px;
  }
}

.school-page .school-overview-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 68px);
  padding: clamp(96px, 10vw, 132px) var(--page-gutter) clamp(44px, 6vw, 72px);
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.99) 36%, rgba(248, 251, 255, 0.96) 52%, rgba(248, 251, 255, 0.66) 66%, rgba(248, 251, 255, 0.16) 82%, rgba(255, 255, 255, 0) 94%),
    radial-gradient(circle at 74% 26%, rgba(126, 155, 220, 0.14), rgba(126, 155, 220, 0) 28%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.18) 0%, rgba(248, 251, 255, 0.02) 44%, rgba(8, 19, 49, 0.12) 100%),
    url("assets/school-classroom.png") right center / auto 100% no-repeat,
    #f8fbff;
}

.school-page .school-overview-panel {
  width: 100%;
  min-height: calc(100vh - 210px);
  grid-template-columns: minmax(680px, 0.86fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.school-page .school-overview-panel::before,
.school-page .school-overview-panel::after {
  display: none;
}

.school-page .school-overview-copy {
  max-width: 840px;
  padding: clamp(22px, 3vw, 34px) 0;
}

.school-page .school-jump-block {
  position: relative;
  z-index: 1;
  margin-top: clamp(18px, 4vw, 42px);
}

@media (max-width: 1080px) {
  .school-page .school-overview-section {
    background:
      linear-gradient(90deg, #fff 0%, rgba(248, 251, 255, 0.98) 54%, rgba(248, 251, 255, 0.5) 82%, rgba(248, 251, 255, 0.08) 100%),
      linear-gradient(180deg, rgba(248, 251, 255, 0.24) 0%, rgba(248, 251, 255, 0.04) 54%, rgba(8, 19, 49, 0.14) 100%),
      url("assets/school-classroom.png") right center / auto 100% no-repeat,
      #f8fbff;
  }

  .school-page .school-overview-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .school-page .school-overview-section {
    min-height: 0;
    padding-top: 112px;
    background:
      linear-gradient(180deg, #fff 0%, rgba(248, 251, 255, 0.97) 38%, rgba(248, 251, 255, 0.24) 68%, rgba(248, 251, 255, 0.06) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.54) 42%, rgba(255, 255, 255, 0) 74%),
      url("assets/school-classroom.png") center bottom / cover no-repeat,
      #f8fbff;
  }

  .school-page .school-overview-copy h2 {
    font-size: clamp(58px, 18vw, 82px);
  }

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

  .school-inline-stats div + div {
    border-top: 1px solid rgba(111, 145, 230, 0.14);
    border-left: 0;
  }
}

.school-page .school-jump-section {
  padding: clamp(34px, 5vw, 64px) var(--page-gutter) clamp(54px, 7vw, 86px);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f8fbff 0%, #fbfcff 100%);
}

.school-page .school-jump-section .school-jump-block {
  margin-top: 0;
}

@media (max-width: 680px) {
  .school-page .school-jump-section {
    padding-top: 28px;
  }
}

@media (max-width: 1080px) {
  .school-learning-top {
    grid-template-columns: 1fr;
  }

  .school-learning-head {
    max-width: 760px;
  }

  .school-stage-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .school-learning-section {
    background-size: auto, auto, 32px 32px, 32px 32px, auto;
  }

  .learning-facts,
  .school-stage-notes {
    grid-template-columns: 1fr;
  }

  .learning-paper {
    border-radius: 22px;
    padding: 22px;
  }

  .learning-paper::before {
    opacity: 0.4;
  }

  .stage-note {
    min-height: 0;
  }
}
