:root {
  --navy: #071d49;
  --navy-soft: #0b2c66;
  --blue: #0b3b82;
  --gold: #f59e0b;
  --orange: #ea580c;
  --ink: #111827;
  --muted: #64748b;
  --line: #dbe3ee;
  --surface: #f6f8fc;
}

html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body, button, input, select, textarea { font: inherit; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed; left: 1rem; top: -4rem; z-index: 100;
  background: white; color: var(--navy); padding: .75rem 1rem; border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.site-nav {
  position: fixed; inset: 0 0 auto; z-index: 50;
  color: white; background: rgba(7, 29, 73, .97);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.nav-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.nav-row {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
}
.site-nav.is-scrolled { background: rgba(255, 255, 255, .98); color: var(--ink); box-shadow: 0 10px 30px rgba(15, 23, 42, .12); backdrop-filter: blur(14px); }
.site-nav:not(.is-scrolled) .nav-brand, .site-nav:not(.is-scrolled) .nav-link { color: white; }
.site-nav .nav-brand, .site-nav .nav-link { color: inherit; }
.nav-brand {
  display: flex;
  min-width: 0;
  flex: 0 1 18.5rem;
  align-items: center;
  gap: .75rem;
}
.nav-brand img {
  display: block;
  width: auto;
  height: 3.65rem;
  max-width: 4rem;
  flex: 0 0 auto;
  object-fit: contain;
}
.nav-brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}
.nav-brand-copy strong {
  font-size: clamp(.88rem, 3.8vw, 1.08rem);
  font-weight: 800;
}
.nav-brand-copy small {
  margin-top: .22rem;
  overflow: hidden;
  color: #bfdbfe;
  font-size: .67rem;
  font-weight: 650;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-nav.is-scrolled .nav-brand-copy small { color: #64748b; }
.desktop-nav {
  display: none;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(.65rem, 1.25vw, 1rem);
  margin-left: auto;
}
.desktop-nav .button { margin-left: .35rem; padding: .72rem 1rem; white-space: nowrap; }
.nav-link { position: relative; padding: .75rem 0; font-size: .86rem; transition: color .2s ease; white-space: nowrap; }
.nav-link::after {
  content: ""; position: absolute; right: 0; bottom: .45rem; left: 0;
  height: 2px; border-radius: 2px; background: #f97316;
  transform: scaleX(0); transition: transform .2s ease;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: #f97316 !important; }
.mobile-menu-button { display: grid; flex: 0 0 44px; gap: 5px; width: 44px; padding: 11px; border: 1px solid rgba(255, 255, 255, .28); border-radius: .7rem; background: rgba(255, 255, 255, .08); color: inherit; }
.site-nav.is-scrolled .mobile-menu-button { border-color: #dbe3ee; background: #f8fafc; }
.mobile-menu-button span { display: block; width: 100%; min-width: 22px; height: 2px; border-radius: 9px; background: currentColor; }
.mobile-menu { margin: 0 clamp(-2rem, -3vw, -1rem); padding: .6rem clamp(1rem, 3vw, 2rem) 1.25rem; background: white; color: var(--ink); box-shadow: 0 18px 30px rgba(15, 23, 42, .16); }
.mobile-menu a:not(.button) { display: block; padding: .78rem .7rem; border-radius: .5rem; color: #334155; font-weight: 700; }
.mobile-menu a.active { color: #ea580c; background: #fff7ed; }
.mobile-menu .button { width: 100%; margin-top: .45rem; }

main { min-height: 60vh; }
.page-hero { padding: 10.5rem 1rem 5.5rem; color: white; background: radial-gradient(circle at 82% 18%, rgba(245, 158, 11, .17), transparent 24%), linear-gradient(135deg, #061a40, #0b3b82 62%, #174ba7); }
.page-hero.compact { padding-bottom: 4rem; }
.page-hero h1 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 7vw, 4.8rem); line-height: 1.03; text-wrap: balance; }
.page-hero p { max-width: 48rem; margin-left: auto; margin-right: auto; color: #dbeafe; font-size: clamp(1rem, 2vw, 1.1rem); line-height: 1.7; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-weight: 800; font-size: .75rem !important; color: #fbbf24 !important; }
.section { padding: clamp(4.25rem, 7vw, 6.5rem) 1.25rem; }
.section-soft { background: var(--surface); }
.section-blue { background: #eff6ff; }
.section-amber { background: #fffbeb; }
.section-heading { max-width: 49rem; margin: 0 auto clamp(2.2rem, 5vw, 3.5rem); text-align: center; }
.section-heading h2, .section-heading-row h2, .home-intro-copy h2, .admission-callout h2 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 5vw, 3.35rem); line-height: 1.08; color: #0f172a; text-wrap: balance; }
.section-heading p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.content-shell { width: min(1200px, 100%); margin: 0 auto; }
.content-shell.narrow { width: min(900px, 100%); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  max-width: 100%; border: 0; border-radius: .72rem; padding: .82rem 1.2rem; font-weight: 800;
  line-height: 1.25; text-align: center;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-accent { background: #ea580c; color: white; box-shadow: 0 8px 22px rgba(234, 88, 12, .25); }
.button-accent:hover { background: #c2410c; color: white; }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: #123c7a; color: white; }
.button-outline { border: 1px solid #cbd5e1; color: #0f172a; background: white; }

.hero-slider { position: relative; height: clamp(700px, 92svh, 830px); min-height: 700px; overflow: hidden; color: white; background: #071d49; isolation: isolate; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .8s ease; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 28, .91) 0%, rgba(3, 20, 52, .72) 42%, rgba(3, 16, 44, .26) 72%, rgba(3, 16, 44, .16)); }
.hero-slide::before { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(3, 15, 39, .52)); }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-copy { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; padding: 8.5rem clamp(1.25rem, 4vw, 3rem) 6.5rem; }
.hero-inner { width: min(1200px, 100%); margin: 0 auto; }
.hero-content { width: min(690px, 100%); }
.hero-kicker { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 1.2rem; }
.hero-kicker span { display: inline-flex; border: 1px solid rgba(255, 255, 255, .26); border-radius: 999px; padding: .46rem .72rem; color: #fef3c7; background: rgba(7, 29, 73, .54); backdrop-filter: blur(8px); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-copy h1 { max-width: 670px; margin: 0 0 1.15rem; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.75rem, 5.8vw, 4.85rem); line-height: 1.01; overflow-wrap: anywhere; text-wrap: balance; }
.hero-summary { max-width: 620px; margin: 0; color: #e0ecff; font-size: clamp(1.02rem, 2vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.button-glass { border: 1px solid rgba(255, 255, 255, .55); color: white; background: rgba(7, 29, 73, .36); backdrop-filter: blur(8px); }
.button-glass:hover { color: var(--navy); background: white; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: .8rem 1.35rem; margin-top: 1.6rem; color: #dbeafe; font-size: .82rem; font-weight: 700; }
.hero-assurances span { display: inline-flex; align-items: center; gap: .42rem; }
.hero-assurances svg { color: #fbbf24; }
.hero-controls { position: absolute; z-index: 5; right: max(1.25rem, calc((100vw - 1200px) / 2)); bottom: 3.2rem; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; padding: .35rem; color: white; background: rgba(3, 15, 39, .54); backdrop-filter: blur(10px); }
.hero-controls button { display: inline-grid; width: 2.55rem; height: 2.55rem; place-items: center; border: 0; border-radius: 50%; color: white; background: rgba(255, 255, 255, .12); cursor: pointer; }
.hero-controls button:hover { color: var(--navy); background: white; }
.hero-controls span { min-width: 3.3rem; text-align: center; font-size: .8rem; }

.home-facts { position: relative; z-index: 8; margin-top: -2.25rem; padding: 0 1.25rem; }
.home-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: white; box-shadow: 0 22px 55px rgba(15, 23, 42, .13); }
.home-fact { position: relative; display: grid; min-height: 126px; align-content: center; gap: .38rem; padding: 1.25rem 1.5rem; text-align: center; }
.home-fact + .home-fact::before { content: ""; position: absolute; top: 24%; bottom: 24%; left: 0; width: 1px; background: var(--line); }
.home-fact strong { color: var(--navy); font-size: clamp(1.15rem, 2.2vw, 1.55rem); font-weight: 900; line-height: 1.15; }
.home-fact span { color: var(--muted); font-size: .83rem; line-height: 1.35; }

.home-intro { padding-top: clamp(5.3rem, 8vw, 7.5rem); }
.home-intro-grid { display: grid; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.home-intro-media { position: relative; min-width: 0; }
.home-intro-media::before { content: ""; position: absolute; z-index: -1; top: -1rem; right: -1rem; width: 42%; height: 52%; border-radius: 1.5rem; background: #ffedd5; }
.home-intro-media img { width: 100%; min-height: 390px; max-height: 540px; border-radius: 1.5rem; object-fit: cover; object-position: center; box-shadow: 0 28px 60px rgba(15, 23, 42, .16); }
.home-intro-badge { position: absolute; right: 1.25rem; bottom: 1.25rem; display: flex; align-items: center; gap: .7rem; border-radius: 1rem; padding: .85rem 1rem; color: white; background: rgba(7, 29, 73, .9); box-shadow: 0 14px 30px rgba(2, 10, 28, .24); backdrop-filter: blur(10px); }
.home-intro-badge svg { color: #fbbf24; }
.home-intro-badge span { display: grid; color: #bfdbfe; font-size: .75rem; }
.home-intro-badge strong { color: white; font-size: .9rem; }
.home-intro-copy h2 { margin-top: .7rem; }
.home-intro-copy > p:not(.eyebrow) { margin: 0 0 1rem; color: #5a677a; font-size: 1.03rem; line-height: 1.8; }
.home-point-grid { display: grid; gap: .8rem; margin-top: 1.8rem; }
.home-point-grid > div { display: flex; align-items: flex-start; gap: .75rem; border: 1px solid #e7edf5; border-radius: .9rem; padding: .9rem; background: #fbfdff; }
.home-point-grid svg { flex: 0 0 auto; margin-top: .15rem; color: var(--orange); }
.home-point-grid span { display: grid; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.home-point-grid strong { margin-bottom: .12rem; color: #1e293b; font-size: .92rem; }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.15rem; margin-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: #0b4ca1; font-weight: 800; }
.text-link:hover { color: var(--orange); }

.learning-journey { background: var(--surface); }
.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.journey-card { position: relative; overflow: hidden; min-height: 280px; border: 1px solid var(--line); border-radius: 1.2rem; padding: 1.35rem; background: white; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.journey-card::after { content: ""; position: absolute; right: -2.5rem; bottom: -3rem; width: 8rem; height: 8rem; border-radius: 50%; background: #eff6ff; }
.journey-card:hover { border-color: #bfdbfe; transform: translateY(-4px); box-shadow: 0 20px 42px rgba(15, 23, 42, .1); }
.journey-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.journey-number { color: #cbd5e1; font-size: 1rem; font-weight: 900; letter-spacing: .12em; }
.journey-card h3 { position: relative; z-index: 1; margin: 2rem 0 .75rem; color: #102448; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.journey-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: 1.7; }

.why-school { color: white; background: radial-gradient(circle at 90% 10%, rgba(37, 99, 235, .34), transparent 28%), linear-gradient(135deg, #061a40, #08295d 58%, #0a397c); }
.section-heading-light h2 { color: white; }
.section-heading-light p { color: #c6daf8; }
.why-grid { display: grid; gap: 1rem; }
.why-card { display: flex; gap: 1rem; min-height: 168px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 1.1rem; padding: 1.25rem; background: rgba(255, 255, 255, .065); backdrop-filter: blur(8px); }
.why-card .icon-box { flex: 0 0 auto; color: #fbbf24; background: rgba(255, 255, 255, .1); }
.why-card h3 { margin: .15rem 0 .5rem; color: white; font-size: 1.05rem; }
.why-card p { margin: 0; color: #c8d9f4; font-size: .92rem; line-height: 1.65; }

.school-experience { background: #fff; }
.experience-grid { display: grid; gap: 1.25rem; }
.experience-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 1.35rem; padding: clamp(1.4rem, 3vw, 2.25rem); background: #f8fbff; }
.experience-card::after { content: ""; position: absolute; top: -5rem; right: -5rem; width: 11rem; height: 11rem; border-radius: 50%; background: rgba(59, 130, 246, .08); }
.experience-life { background: #fffaf2; }
.experience-life::after { background: rgba(245, 158, 11, .1); }
.experience-heading { position: relative; z-index: 1; display: flex; align-items: center; gap: .9rem; margin-bottom: 1.6rem; }
.experience-heading .icon-box { color: #1d4ed8; background: #dbeafe; }
.experience-life .experience-heading .icon-box { color: #b45309; background: #fef3c7; }
.experience-heading small { color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.experience-heading h3 { margin: .15rem 0 0; color: #0f172a; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.experience-card .check-list { position: relative; z-index: 1; }

.home-gallery { background: var(--surface); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading-row h2 { margin: .45rem 0 0; }
.home-gallery .gallery-card:first-child { grid-column: span 2; }
.home-gallery .gallery-card:first-child img { min-height: 360px; }

.admission-callout { padding-top: 0; background: var(--surface); }
.admission-callout-inner { display: grid; gap: 2rem; align-items: center; overflow: hidden; border-radius: 1.5rem; padding: clamp(2rem, 5vw, 4.5rem); color: white; background: radial-gradient(circle at 90% 15%, rgba(251, 191, 36, .2), transparent 28%), linear-gradient(135deg, #071d49, #0b3b82); box-shadow: 0 25px 60px rgba(7, 29, 73, .2); }
.admission-callout h2 { margin-top: .4rem; color: white; }
.admission-callout p:not(.eyebrow) { max-width: 700px; margin: 0; color: #cfe0fb; line-height: 1.75; }
.admission-callout-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { color: var(--navy); background: #eff6ff; }

.about-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--navy);
  isolation: isolate;
}
.about-hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.about-hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 28, .94) 0%, rgba(4, 25, 62, .8) 44%, rgba(3, 18, 48, .28) 75%, rgba(3, 18, 48, .18)); }
.about-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(2, 10, 28, .56)); }
.about-hero-inner { width: min(1200px, 100%); margin: 0 auto; padding: 9.5rem 1.25rem 7rem; }
.about-hero-content { width: min(700px, 100%); }
.about-hero-content h1 { max-width: 660px; margin: .75rem 0 1.15rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5rem); line-height: 1.01; text-wrap: balance; }
.about-hero-content > p:not(.eyebrow) { max-width: 640px; margin: 0; color: #dbeafe; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.about-facts { position: relative; z-index: 8; margin-top: -2.5rem; padding: 0 1.25rem; }
.about-facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: white; box-shadow: 0 24px 58px rgba(15, 23, 42, .14); }
.about-facts-grid > div { position: relative; display: grid; min-height: 120px; align-content: center; gap: .35rem; padding: 1rem; text-align: center; }
.about-facts-grid > div:nth-child(even)::before { content: ""; position: absolute; top: 22%; bottom: 22%; left: 0; width: 1px; background: var(--line); }
.about-facts-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
.about-facts-grid strong { color: var(--navy); font-size: clamp(1.08rem, 2.3vw, 1.5rem); font-weight: 900; line-height: 1.2; }
.about-facts-grid span { color: var(--muted); font-size: .8rem; line-height: 1.4; }

.about-story { padding-top: clamp(5.75rem, 9vw, 8rem); }
.about-story-grid { display: grid; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.about-story-media { position: relative; min-width: 0; }
.about-story-media::before { content: ""; position: absolute; z-index: -1; top: -1rem; left: -1rem; width: 52%; height: 44%; border-radius: 1.5rem; background: #dbeafe; }
.about-story-media img { width: 100%; min-height: 400px; max-height: 560px; border-radius: 1.5rem; object-fit: cover; box-shadow: 0 28px 62px rgba(15, 23, 42, .17); }
.about-story-year { position: absolute; right: 1.15rem; bottom: 1.15rem; display: grid; border-radius: 1rem; padding: .95rem 1.1rem; color: #bfdbfe; background: rgba(7, 29, 73, .92); box-shadow: 0 14px 30px rgba(2, 10, 28, .24); backdrop-filter: blur(10px); font-size: .76rem; }
.about-story-year strong { margin-bottom: .12rem; color: white; font-size: 1rem; }
.about-story-copy h2, .about-journey-heading h2, .about-campus-intro h2, .about-visit h2 { margin: .6rem 0 1.1rem; color: #0f172a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 5vw, 3.35rem); line-height: 1.08; text-wrap: balance; }
.about-story-copy > p:not(.eyebrow) { margin: 0 0 1rem; color: #58677b; font-size: 1.02rem; line-height: 1.82; }
.about-story-points { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.55rem; }
.about-story-points span { display: inline-flex; align-items: center; gap: .45rem; border: 1px solid #dfe7f1; border-radius: 999px; padding: .55rem .75rem; color: #334155; background: #f8fafc; font-size: .8rem; font-weight: 800; }
.about-story-points svg { color: var(--orange); }

.about-purpose { background: var(--surface); }
.about-purpose-grid { display: grid; gap: 1.25rem; }
.about-purpose-card { position: relative; overflow: hidden; min-height: 320px; border-radius: 1.4rem; padding: clamp(1.6rem, 4vw, 2.7rem); color: white; background: linear-gradient(135deg, #071d49, #0b3b82); }
.about-purpose-card::after { content: ""; position: absolute; right: -5rem; bottom: -6rem; width: 15rem; height: 15rem; border: 1.8rem solid rgba(255, 255, 255, .05); border-radius: 50%; }
.about-purpose-card-accent { background: linear-gradient(135deg, #9a3412, #ea580c); }
.about-purpose-label { display: inline-flex; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; padding: .4rem .7rem; color: #fef3c7; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-purpose-card h2 { position: relative; z-index: 1; max-width: 530px; margin: 1.5rem 0 .9rem; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3.5vw, 2.55rem); line-height: 1.12; text-wrap: balance; }
.about-purpose-card p { position: relative; z-index: 1; max-width: 580px; margin: 0; color: #dbeafe; line-height: 1.75; }
.about-purpose-card-accent p { color: #ffedd5; }
.about-journey-heading { max-width: 760px; margin: clamp(4rem, 7vw, 6rem) auto 2.6rem; text-align: center; }
.about-journey-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.about-journey-grid { display: grid; gap: 1rem; }
.about-stage-card { position: relative; overflow: hidden; min-height: 300px; border: 1px solid var(--line); border-radius: 1.2rem; padding: 1.3rem; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.about-stage-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(15, 23, 42, .1); }
.about-stage-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; }
.about-stage-top .icon-box { color: #1d4ed8; background: #dbeafe; }
.about-stage-number { color: #cbd5e1; font-weight: 900; letter-spacing: .12em; }
.about-stage-range { display: inline-flex; border-radius: 999px; padding: .38rem .65rem; color: #9a3412; background: #ffedd5; font-size: .72rem; font-weight: 900; }
.about-stage-card h3 { margin: .85rem 0 .65rem; color: #102448; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.about-stage-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.about-values { color: white; background: radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .34), transparent 28%), linear-gradient(135deg, #061a40, #08295d 58%, #0a397c); }
.about-values-grid { display: grid; gap: 1rem; }
.about-value-card { position: relative; overflow: hidden; min-height: 230px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 1.15rem; padding: 1.35rem; background: rgba(255, 255, 255, .065); backdrop-filter: blur(8px); }
.about-value-index { position: absolute; top: 1.2rem; right: 1.2rem; color: rgba(255, 255, 255, .18); font-size: 1.25rem; font-weight: 900; }
.about-value-card .icon-box { color: #fbbf24; background: rgba(255, 255, 255, .1); }
.about-value-card h3 { margin: 1.2rem 0 .55rem; color: white; font-size: 1.08rem; }
.about-value-card p { margin: 0; color: #cadcf7; font-size: .92rem; line-height: 1.68; }

.about-campus { background: #fff; }
.about-campus-intro { display: grid; gap: 1.25rem; align-items: end; margin-bottom: 2.7rem; }
.about-campus-intro h2 { margin-bottom: 0; }
.about-campus-intro > p { max-width: 550px; margin: 0; color: var(--muted); line-height: 1.75; }
.about-campus-grid { display: grid; gap: 1rem; }
.about-campus-card { display: flex; min-height: 155px; align-items: flex-start; gap: 1rem; border: 1px solid var(--line); border-radius: 1.1rem; padding: 1.25rem; background: var(--surface); }
.about-campus-card .icon-box { flex: 0 0 auto; }
.about-campus-card h3 { margin: .1rem 0 .45rem; color: #102448; font-size: 1.05rem; }
.about-campus-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.about-leadership { background: var(--surface); }
.about-leadership-grid { display: grid; gap: 1.25rem; width: min(1000px, 100%); margin: 0 auto; }
.about-leader-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: white; box-shadow: 0 16px 38px rgba(15, 23, 42, .07); }
.about-leader-portrait { display: grid; min-height: 250px; place-items: center; overflow: hidden; font-size: 2rem; font-weight: 900; }
.about-leader-portrait.has-photo { background: #dbeafe; }
.about-leader-portrait img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; object-position: center 20%; }
.about-leader-copy { padding: 1.5rem; }
.about-leader-copy h3 { margin: .8rem 0 .15rem; color: #102448; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.about-leader-title { margin: 0 0 .85rem !important; color: #1d4ed8 !important; font-size: .85rem !important; font-weight: 800; }
.about-leader-copy > p:last-child { margin: 0; color: var(--muted); line-height: 1.72; }

.about-visit { padding-top: 0; background: var(--surface); }
.about-visit-inner { display: grid; gap: 2rem; align-items: center; overflow: hidden; border-radius: 1.5rem; padding: clamp(2rem, 5vw, 4rem); color: white; background: radial-gradient(circle at 90% 12%, rgba(251, 191, 36, .2), transparent 28%), linear-gradient(135deg, #071d49, #0b3b82); box-shadow: 0 24px 58px rgba(7, 29, 73, .18); }
.about-visit h2 { margin-top: .45rem; color: white; }
.about-visit p:not(.eyebrow) { margin: 0; color: #cfe0fb; line-height: 1.7; }
.about-visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

.stats-strip { background: var(--navy); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; width: min(1100px, 100%); margin: 0 auto; padding: 3.5rem 1.25rem; text-align: center; }
.stat-value { display: block; color: #fbbf24; font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; }
.stat-label { color: #bfdbfe; }

.card-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.card {
  border: 1px solid #e2e8f0; border-radius: 1.25rem; background: white;
  padding: 1.6rem; box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
.card h3 { margin: .85rem 0 .5rem; color: #0f172a; font-size: 1.2rem; }
.card p { color: #64748b; line-height: 1.7; }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 3.25rem; height: 3.25rem; border-radius: .9rem; }
.check-list { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; color: #475569; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #16a34a; font-weight: 900; }

.split-grid { display: grid; gap: 2rem; align-items: center; }
.image-panel { overflow: hidden; min-height: 320px; border-radius: 1.5rem; background: #dbeafe; }
.image-panel img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; border-radius: 1rem; min-height: 220px; background: #cbd5e1; }
.gallery-card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .4s ease; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-overlay { position: absolute; inset: auto 0 0; padding: 2rem 1.1rem 1rem; color: white; background: linear-gradient(transparent, rgba(2, 6, 23, .9)); }
.filter-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; margin-bottom: 2.2rem; }
.filter-pills a { padding: .55rem 1rem; border-radius: 99px; color: #334155; background: #e2e8f0; font-weight: 700; }
.filter-pills a.active, .filter-pills a:hover { background: var(--navy); color: white; }

.avatar { display: inline-flex; width: 4.5rem; height: 4.5rem; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; font-size: 1.3rem; }
.badge { display: inline-flex; align-items: center; border-radius: 99px; padding: .3rem .7rem; font-weight: 800; font-size: .75rem; background: #dbeafe; color: #1d4ed8; }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; }
.tag { border-radius: 99px; padding: .25rem .65rem; background: #f1f5f9; color: #475569; font-size: .8rem; }

.timeline { display: grid; gap: 1.2rem; }
.timeline-item { display: grid; grid-template-columns: auto 1fr; gap: 1rem; border-radius: 1rem; padding: 1.25rem; background: white; border: 1px solid #e2e8f0; }
.timeline-date { min-width: 7rem; color: #1d4ed8; font-weight: 900; }
.timeline-item h3 { margin: 0 0 .45rem; }

.form-card { border-radius: 1.5rem; padding: clamp(1.3rem, 4vw, 2.5rem); background: white; box-shadow: 0 20px 50px rgba(15, 23, 42, .1); }
.external-form-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  background: white;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .1);
}
.external-form-card-wide { width: min(1100px, 100%); margin: 0 auto; }
.external-form-heading { margin-bottom: 1.2rem; }
.external-form-heading h2 {
  margin: .35rem 0 .6rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  line-height: 1.12;
}
.external-form-heading > p:not(.eyebrow) { max-width: 760px; margin: 0 auto; color: var(--muted); line-height: 1.65; }
.external-form-frame {
  display: block;
  width: 100%;
  border: 1px solid #d8dee8;
  border-radius: .8rem;
  background: #f8fafc;
}
.external-form-frame-enquiry { height: 600px; }
.external-form-frame-admission { height: 900px; }
.external-form-fallback { margin: .85rem 0 0; color: var(--muted); font-size: .82rem; }
.external-form-fallback a { color: #1d4ed8; font-weight: 800; }
.external-form-fallback a:hover { color: var(--orange); }
.form-grid { display: grid; gap: 1.15rem; }
.field { display: grid; gap: .45rem; }
.field label { font-weight: 800; color: #334155; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #cbd5e1; border-radius: .65rem; background: white;
  padding: .78rem .9rem; color: #0f172a; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, .15); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.legal-list { display: grid; gap: 1.5rem; }
.legal-item { border-bottom: 1px solid #e2e8f0; padding-bottom: 1.5rem; }
.legal-item:last-child { border: 0; }
.legal-item h2 { margin: 0 0 .55rem; font-size: 1.2rem; }
.legal-item p { color: #64748b; line-height: 1.75; }

.fee-table { width: 100%; border-collapse: collapse; }
.fee-table th { background: var(--navy); color: white; text-align: left; }
.fee-table th, .fee-table td { padding: .9rem 1rem; border-bottom: 1px solid #e2e8f0; }
.fee-table tbody tr:hover { background: #f8fafc; }
.table-wrap { overflow-x: auto; border-radius: 1rem; box-shadow: 0 12px 34px rgba(15, 23, 42, .08); }

.site-alert { position: fixed; z-index: 80; right: 1rem; top: 6.5rem; max-width: min(430px, calc(100vw - 2rem)); padding: 1rem 1.2rem; border-radius: .75rem; box-shadow: 0 14px 34px rgba(15, 23, 42, .18); }
.site-alert-success { color: #14532d; background: #dcfce7; border: 1px solid #86efac; }
.site-alert-error { color: #7f1d1d; background: #fee2e2; border: 1px solid #fca5a5; }
.footer-heading { margin: 0 0 1.25rem; padding-left: .75rem; border-left: 4px solid #f59e0b; font-size: 1.08rem; font-weight: 800; }
.footer-links { display: grid; gap: .7rem; color: #cbd5e1; font-size: .9rem; }
.footer-links a:hover { color: #fbbf24; }

/* Academic agenda */
.agenda-hero {
  position: relative;
  display: flex;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--navy);
  isolation: isolate;
}
.agenda-hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.agenda-hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 28, .95) 0%, rgba(5, 28, 67, .83) 44%, rgba(3, 20, 52, .35) 74%, rgba(3, 18, 48, .22)); }
.agenda-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(2, 10, 28, .64)); }
.agenda-hero-inner { width: min(1200px, 100%); margin: 0 auto; padding: 10rem 1.25rem 7.5rem; }
.agenda-hero-content { width: min(720px, 100%); }
.agenda-hero h1 { max-width: 700px; margin: .7rem 0 1.15rem; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5rem); line-height: 1.01; text-wrap: balance; }
.agenda-hero-content > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #dbeafe; font-size: clamp(1.04rem, 2vw, 1.22rem); line-height: 1.72; }
.agenda-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.agenda-facts { position: relative; z-index: 8; margin-top: -2.6rem; padding: 0 1.25rem; }
.agenda-facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: white; box-shadow: 0 24px 58px rgba(15, 23, 42, .14); }
.agenda-facts-grid > div { position: relative; display: grid; min-height: 122px; align-content: center; gap: .35rem; padding: 1rem; text-align: center; }
.agenda-facts-grid > div:nth-child(even)::before { content: ""; position: absolute; top: 22%; bottom: 22%; left: 0; width: 1px; background: var(--line); }
.agenda-facts-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
.agenda-facts-grid strong { color: var(--navy); font-size: clamp(1.08rem, 2.3vw, 1.5rem); font-weight: 900; line-height: 1.2; }
.agenda-facts-grid span { color: var(--muted); font-size: .8rem; line-height: 1.4; }

.agenda-pathway { padding-top: clamp(5.8rem, 9vw, 8rem); background: white; }
.agenda-section-head { max-width: 790px; margin: 0 auto clamp(2.3rem, 5vw, 3.6rem); text-align: center; }
.agenda-section-head h2, .agenda-cycle-heading h2, .agenda-priorities-intro h2, .agenda-notice-card h2, .agenda-admission-inner h2 { margin: .55rem 0 1rem; color: #0f172a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 5vw, 3.35rem); line-height: 1.08; text-wrap: balance; }
.agenda-section-head > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.agenda-stage-grid { display: grid; gap: 1rem; }
.agenda-stage-card { position: relative; overflow: hidden; min-height: 385px; border: 1px solid var(--line); border-radius: 1.25rem; padding: 1.35rem; background: #fbfdff; box-shadow: 0 10px 28px rgba(15, 23, 42, .045); transition: transform .2s ease, box-shadow .2s ease; }
.agenda-stage-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: #2563eb; }
.agenda-stage-card:nth-child(2)::before { background: #0891b2; }
.agenda-stage-card:nth-child(3)::before { background: #7c3aed; }
.agenda-stage-card:nth-child(4)::before { background: #ea580c; }
.agenda-stage-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(15, 23, 42, .09); }
.agenda-stage-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.45rem; }
.agenda-stage-top .icon-box { color: #1d4ed8; background: #dbeafe; }
.agenda-stage-card:nth-child(2) .icon-box { color: #0e7490; background: #cffafe; }
.agenda-stage-card:nth-child(3) .icon-box { color: #6d28d9; background: #ede9fe; }
.agenda-stage-card:nth-child(4) .icon-box { color: #c2410c; background: #ffedd5; }
.agenda-stage-index { color: #cbd5e1; font-weight: 900; letter-spacing: .12em; }
.agenda-stage-range { display: inline-flex; border-radius: 999px; padding: .38rem .7rem; color: #9a3412; background: #ffedd5; font-size: .72rem; font-weight: 900; }
.agenda-stage-card h3 { margin: .9rem 0 .6rem; color: #102448; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.agenda-stage-card > p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.68; }
.agenda-stage-card ul { display: grid; gap: .52rem; margin: 1.2rem 0 0; padding: 1.15rem 0 0; border-top: 1px solid #e6edf6; list-style: none; }
.agenda-stage-card li { position: relative; padding-left: 1.25rem; color: #475569; font-size: .8rem; font-weight: 700; line-height: 1.45; }
.agenda-stage-card li::before { content: ""; position: absolute; top: .48rem; left: 0; width: .4rem; height: .4rem; border-radius: 50%; background: #f59e0b; }

.agenda-cycle { color: white; background: radial-gradient(circle at 90% 10%, rgba(37, 99, 235, .35), transparent 30%), linear-gradient(135deg, #061a40, #08295d 58%, #0a397c); }
.agenda-cycle-heading { display: grid; gap: 1.2rem; align-items: end; margin-bottom: 2.7rem; }
.agenda-cycle-heading h2 { margin-bottom: 0; color: white; }
.agenda-cycle-heading > p { max-width: 580px; margin: 0; color: #c9dcf8; line-height: 1.75; }
.agenda-cycle-grid { display: grid; gap: 1rem; }
.agenda-cycle-card { min-height: 230px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 1.15rem; padding: 1.35rem; background: rgba(255, 255, 255, .065); backdrop-filter: blur(8px); }
.agenda-cycle-top { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.agenda-cycle-top span { color: rgba(255, 255, 255, .28); font-weight: 900; letter-spacing: .12em; }
.agenda-cycle-top strong { border-radius: 999px; padding: .38rem .7rem; color: #fef3c7; background: rgba(245, 158, 11, .14); font-size: .75rem; }
.agenda-cycle-card h3 { margin: 1.5rem 0 .6rem; color: white; font-size: 1.08rem; }
.agenda-cycle-card p { margin: 0; color: #c9dcf8; font-size: .9rem; line-height: 1.68; }

.agenda-priorities { background: white; }
.agenda-priorities-layout { display: grid; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.agenda-priorities-intro h2 { margin-top: .6rem; }
.agenda-priorities-intro > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.78; }
.agenda-priorities-note { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1.6rem; border: 1px solid #fed7aa; border-radius: 1rem; padding: 1rem; color: #9a3412; background: #fff7ed; }
.agenda-priorities-note > svg { flex: 0 0 auto; margin-top: .1rem; }
.agenda-priorities-note p { display: grid; gap: .2rem; margin: 0; }
.agenda-priorities-note strong { color: #7c2d12; font-size: .9rem; }
.agenda-priorities-note span { color: #9a4b27; font-size: .82rem; line-height: 1.55; }
.agenda-priority-grid { display: grid; gap: 1rem; }
.agenda-priority-card { min-height: 220px; border: 1px solid var(--line); border-radius: 1.15rem; padding: 1.25rem; background: var(--surface); }
.agenda-priority-card .icon-box { color: #1d4ed8; background: #dbeafe; }
.agenda-priority-card h3 { margin: 1rem 0 .5rem; color: #102448; font-size: 1.03rem; }
.agenda-priority-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.agenda-assessment { background: var(--surface); }
.agenda-assessment-grid { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 1.3rem; background: white; box-shadow: 0 18px 45px rgba(15, 23, 42, .07); }
.agenda-assessment-card { position: relative; min-height: 230px; padding: 1.5rem; }
.agenda-assessment-card + .agenda-assessment-card { border-top: 1px solid var(--line); }
.agenda-assessment-card > span { color: #cbd5e1; font-weight: 900; letter-spacing: .12em; }
.agenda-assessment-card h3 { margin: 1.5rem 0 .65rem; color: #102448; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.agenda-assessment-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.68; }

.agenda-notices { padding-bottom: 0; background: var(--surface); }
.agenda-notice-card { display: grid; gap: 1.4rem; align-items: center; overflow: hidden; border-radius: 1.5rem; padding: clamp(1.6rem, 4vw, 3rem); color: white; background: radial-gradient(circle at 90% 15%, rgba(251, 191, 36, .18), transparent 28%), linear-gradient(135deg, #071d49, #0b3b82); box-shadow: 0 24px 58px rgba(7, 29, 73, .18); }
.agenda-notice-icon { display: grid; width: 4rem; height: 4rem; place-items: center; border-radius: 1rem; color: #fbbf24; background: rgba(255, 255, 255, .1); }
.agenda-notice-card h2 { margin-top: .45rem; color: white; }
.agenda-notice-card > div > p:not(.eyebrow, .agenda-notice-address) { max-width: 680px; margin: 0; color: #cfe0fb; line-height: 1.72; }
.agenda-notice-address { display: flex; align-items: flex-start; gap: .5rem; margin: 1rem 0 0; color: #e0ecff; font-size: .84rem; font-weight: 700; line-height: 1.5; }
.agenda-notice-address svg { flex: 0 0 auto; color: #fbbf24; }
.agenda-notice-actions { display: grid; gap: .8rem; }
.agenda-phone { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .4rem; color: #dbeafe; font-size: .86rem; font-weight: 800; }
.agenda-phone:hover { color: #fbbf24; }

.agenda-admission { background: var(--surface); }
.agenda-admission-inner { display: grid; gap: 2rem; align-items: center; border: 1px solid var(--line); border-radius: 1.4rem; padding: clamp(1.8rem, 4vw, 3.2rem); background: white; }
.agenda-admission-inner h2 { margin-top: .45rem; }
.agenda-admission-inner p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.7; }
.agenda-admission-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

@media (min-width: 640px) {
  .agenda-stage-grid, .agenda-priority-grid, .agenda-assessment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agenda-assessment-card:nth-child(2) { border-top: 0; border-left: 1px solid var(--line); }
  .agenda-assessment-card:nth-child(4) { border-left: 1px solid var(--line); }
}
@media (min-width: 768px) {
  .agenda-facts-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .agenda-facts-grid > div:nth-child(n+3) { border-top: 0; }
  .agenda-facts-grid > div + div::before { content: ""; position: absolute; top: 22%; bottom: 22%; left: 0; width: 1px; background: var(--line); }
  .agenda-cycle-heading { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); }
  .agenda-cycle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agenda-notice-card { grid-template-columns: auto minmax(0, 1fr) minmax(190px, auto); }
  .agenda-admission-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .agenda-admission-actions { max-width: 310px; justify-content: flex-end; }
}
@media (min-width: 960px) {
  .agenda-stage-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .agenda-cycle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .agenda-priorities-layout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .agenda-assessment-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .agenda-assessment-card + .agenda-assessment-card { border-top: 0; border-left: 1px solid var(--line); }
}
@media (max-width: 767px) {
  .agenda-hero { min-height: 680px; align-items: flex-end; }
  .agenda-hero-image { object-position: center 45%; }
  .agenda-hero-overlay { background: linear-gradient(180deg, rgba(2, 10, 28, .5), rgba(3, 20, 52, .72) 45%, rgba(2, 10, 28, .96)); }
  .agenda-hero-inner { padding: 8rem 1rem 5.5rem; }
  .agenda-hero h1 { font-size: clamp(2.55rem, 12vw, 3.4rem); }
  .agenda-hero-content > p:not(.eyebrow) { font-size: .98rem; line-height: 1.65; }
  .agenda-hero-actions { display: grid; grid-template-columns: 1fr; }
  .agenda-hero-actions .button { width: 100%; }
  .agenda-facts { margin-top: -1.25rem; padding: 0 1rem; }
  .agenda-facts-grid > div { min-height: 105px; padding: .8rem .55rem; }
  .agenda-stage-card, .agenda-cycle-card, .agenda-priority-card { min-height: 0; }
  .agenda-notices { padding-right: .8rem; padding-left: .8rem; }
  .agenda-admission { padding-right: .8rem; padding-left: .8rem; }
  .agenda-admission-actions { display: grid; grid-template-columns: 1fr; }
  .agenda-admission-actions .button { width: 100%; }
}

@media (min-width: 640px) {
  .form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field.wide { grid-column: 1 / -1; }
  .home-point-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-leader-card { grid-template-columns: 175px minmax(0, 1fr); }
  .about-leader-portrait, .about-leader-portrait img { min-height: 100%; }
}
@media (min-width: 768px) {
  .card-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .split-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admission-callout-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .admission-callout-actions { max-width: 300px; justify-content: flex-end; }
  .about-facts-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-facts-grid > div:nth-child(n+3) { border-top: 0; }
  .about-facts-grid > div + div::before { content: ""; position: absolute; top: 22%; bottom: 22%; left: 0; width: 1px; background: var(--line); }
  .about-purpose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-campus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-visit-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .about-visit-actions { max-width: 310px; justify-content: flex-end; }
}
@media (min-width: 960px) {
  .home-intro-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .journey-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-story-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .about-journey-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-campus-intro { grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); }
  .about-leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1240px) {
  .nav-row { min-height: 92px; padding: .5rem 0; }
  .nav-brand img { height: 4.65rem; max-width: 4.65rem; }
  .nav-brand-copy strong { font-size: 1.08rem; }
  .desktop-nav { display: flex; }
  .mobile-menu-button { display: none; }
}
@media (max-width: 767px) {
  .page-hero { padding-top: 8.5rem; padding-bottom: 4.5rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-slider { height: 760px; min-height: 760px; }
  .hero-slide > img { object-position: center 44%; }
  .hero-slide::after { background: linear-gradient(180deg, rgba(2, 10, 28, .62), rgba(3, 20, 52, .76) 46%, rgba(2, 10, 28, .92)); }
  .hero-copy { align-items: flex-end; padding: 7rem 1.25rem 7.6rem; }
  .hero-copy h1 { font-size: clamp(2.25rem, 11vw, 3.15rem); line-height: 1.02; }
  .hero-summary { font-size: .98rem; line-height: 1.6; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { gap: .55rem 1rem; margin-top: 1.25rem; font-size: .73rem; }
  .hero-assurances span:last-child { display: none; }
  .hero-controls { right: 1.25rem; bottom: 1.35rem; }
  .home-facts { margin-top: -1.25rem; }
  .home-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-fact { min-height: 108px; padding: 1rem .7rem; }
  .home-fact:nth-child(odd)::before { display: none; }
  .home-fact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .home-intro-media img { min-height: 300px; }
  .home-intro-media::before { right: -.5rem; }
  .home-intro-badge { right: .75rem; bottom: .75rem; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 0; }
  .why-grid { grid-template-columns: 1fr; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .home-gallery .gallery-card:first-child { grid-column: span 1; }
  .home-gallery .gallery-card:first-child img { min-height: 240px; }
  .admission-callout { padding-right: .8rem; padding-left: .8rem; }
  .admission-callout-actions { display: grid; grid-template-columns: 1fr; }
  .admission-callout-actions .button { width: 100%; }
  .external-form-card { border-radius: 1rem; padding: .65rem; }
  .external-form-heading { padding: .75rem .55rem 0; }
  .external-form-frame-enquiry { height: 680px; }
  .external-form-frame-admission { height: 960px; }
  .external-form-fallback { padding: 0 .55rem .35rem; }
  .about-hero { min-height: 650px; align-items: flex-end; }
  .about-hero-image { object-position: center 45%; }
  .about-hero-overlay { background: linear-gradient(180deg, rgba(2, 10, 28, .48), rgba(3, 20, 52, .7) 46%, rgba(2, 10, 28, .94)); }
  .about-hero-inner { padding: 8rem 1rem 5.5rem; }
  .about-hero-content h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .about-hero-content > p:not(.eyebrow) { font-size: .98rem; line-height: 1.65; }
  .about-hero-actions { display: grid; grid-template-columns: 1fr; }
  .about-hero-actions .button { width: 100%; }
  .about-facts { margin-top: -1.25rem; padding: 0 1rem; }
  .about-facts-grid > div { min-height: 105px; padding: .8rem .55rem; }
  .about-story-media::before { left: -.5rem; }
  .about-story-media img { min-height: 310px; }
  .about-story-year { right: .75rem; bottom: .75rem; }
  .about-story-points { display: grid; grid-template-columns: 1fr; }
  .about-purpose-card { min-height: 0; }
  .about-stage-card { min-height: 0; }
  .about-campus-intro { align-items: flex-start; }
  .about-leader-card { grid-template-columns: 1fr; }
  .about-leader-portrait, .about-leader-portrait img { min-height: 270px; max-height: 330px; }
  .about-visit { padding-right: .8rem; padding-left: .8rem; }
  .about-visit-actions { display: grid; grid-template-columns: 1fr; }
  .about-visit-actions .button { width: 100%; }
}
@media (max-width: 420px) {
  .nav-shell { padding-right: .85rem; padding-left: .85rem; }
  .mobile-menu { margin-right: -.85rem; margin-left: -.85rem; padding-right: .85rem; padding-left: .85rem; }
  .nav-row { gap: .65rem; }
  .nav-brand { flex-basis: auto; gap: .55rem; }
  .nav-brand img { height: 3.15rem; max-width: 3.25rem; }
  .nav-brand-copy strong { font-size: .85rem; }
  .nav-brand-copy small { max-width: 11rem; font-size: .6rem; }
  .hero-copy { padding-right: 1rem; padding-left: 1rem; }
  .hero-kicker span { font-size: .64rem; }
  .hero-assurances { display: grid; grid-template-columns: 1fr 1fr; }
  .section { padding-right: 1rem; padding-left: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
