:root {
  --primary: #3e3e95;
  --secondary: #0270b4;
  --accent: #f8a95a;
  --ink: #172033;
  --muted: #667085;
  --soft: #f4f8fc;
  --line: #e6edf5;
  --white: #fff;
  --shadow: 0 18px 45px rgba(24, 32, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", "Source Sans Pro", Arial, sans-serif;
  line-height: 1.65;
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 20px;
  color: #fff;
  background: var(--primary);
  font-size: 14px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5vw;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--primary); }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.main-nav { display: flex; gap: 18px; align-items: center; font-size: 14px; font-weight: 600; }
.main-nav a { padding: 10px 0; color: #2b3448; }
.main-nav a:hover { color: var(--secondary); }
.menu-toggle { display: none; border: 0; background: var(--primary); color: #fff; padding: 9px 12px; border-radius: 6px; }

.hero-slider { position: relative; min-height: 680px; overflow: hidden; background: var(--primary); }
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding: 7vw 6vw;
  color: #fff;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .8s ease, transform 1.2s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-content { max-width: 760px; animation: rise .8s ease both; }
.eyebrow { color: var(--accent); font-weight: 650; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; letter-spacing: 0; }
h1, h2, h3,
.brand-copy strong,
.footer h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}
h1 { font-size: clamp(40px, 7vw, 86px); }
h2 { font-size: clamp(28px, 4vw, 48px); color: var(--primary); }
h3 { font-size: 22px; }
.hero-content p:not(.eyebrow) { font-size: 20px; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 6px;
  font-weight: 650;
  cursor: pointer;
}
.btn.primary { color: #1d2740; background: var(--accent); }
.btn.ghost { color: #fff; border: 1px solid rgba(255,255,255,.75); }
.hero-dots { position: absolute; bottom: 26px; left: 6vw; display: flex; gap: 10px; }
.hero-dots button { width: 34px; height: 5px; border: 0; border-radius: 5px; background: rgba(255,255,255,.45); }
.hero-dots button.active { background: var(--accent); }

.section { padding: 88px 6vw; max-width: 1280px; margin: 0 auto; }
.band { max-width: none; background: var(--soft); }
.band > * { max-width: 1280px; margin-left: auto; margin-right: auto; }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.stat-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: var(--shadow);
  color: #fff;
}
.stat-panel strong { font-size: 42px; color: var(--accent); }
.stat-panel span { display: block; margin-bottom: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }
.feature-card {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(24,32,51,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card span { font-size: 36px; }
.timeline { display: grid; gap: 16px; margin-top: 28px; }
.timeline-item {
  padding: 20px 24px;
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(24,32,51,.08);
}
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 10px 25px rgba(24,32,51,.08); }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { padding: 14px 16px; font-weight: 600; }
.gallery-grid small { display: block; color: var(--muted); font-weight: 600; }
.gallery-preview .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery-showcase {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #172033;
}
.gallery-showcase__media {
  position: absolute;
  inset: 0;
}
.gallery-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,32,51,.88) 0%, rgba(23,32,51,.52) 48%, rgba(23,32,51,.18) 100%),
    linear-gradient(0deg, rgba(23,32,51,.72) 0%, transparent 42%);
}
.gallery-showcase__media img,
.gallery-showcase__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-showcase__content {
  position: relative;
  z-index: 1;
  max-width: 840px;
  padding: 120px 6vw 76px;
}
.gallery-showcase h1 {
  color: #fff;
  margin-bottom: 18px;
}
.gallery-showcase p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}
.gallery-showcase__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.gallery-showcase__stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-height: 48px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.gallery-showcase__stats strong {
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
}
.gallery-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(248,169,90,.18), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.gallery-filter button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #31405f;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(24,32,51,.06);
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.gallery-filter button:hover,
.gallery-filter button.active {
  color: #fff;
  border-color: transparent;
  background: var(--primary);
  transform: translateY(-2px);
}
.gallery-mosaic {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.gallery-mosaic figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #172033;
  box-shadow: 0 18px 44px rgba(24,32,51,.14);
}
.gallery-mosaic figure.is-wide {
  grid-column: span 2;
}
.gallery-mosaic figure.is-tall {
  grid-row: span 2;
  min-height: 578px;
}
.gallery-mosaic button,
.gallery-mosaic img,
.gallery-mosaic video {
  width: 100%;
  height: 100%;
}
.gallery-mosaic button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.gallery-mosaic img,
.gallery-mosaic video {
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.gallery-mosaic figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(12,18,34,.88), transparent);
}
.gallery-mosaic figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 18px;
  color: #fff;
}
.gallery-mosaic figcaption strong {
  line-height: 1.25;
}
.gallery-mosaic figcaption small {
  width: max-content;
  max-width: 100%;
  padding: 3px 9px;
  border-radius: 999px;
  color: #172033;
  background: var(--accent);
  font-weight: 800;
}
.gallery-mosaic figure:hover img,
.gallery-mosaic figure:hover video {
  filter: saturate(1.08);
  transform: scale(1.05);
}
.gallery-mosaic.is-updating figure {
  animation: rise .32s ease both;
}
.empty-state {
  margin: 0;
  padding: 30px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 32px 6vw;
  background: rgba(8,13,28,.9);
  backdrop-filter: blur(10px);
}
.gallery-lightbox.open {
  display: grid;
}
.gallery-lightbox__panel {
  position: relative;
  width: min(1080px, 100%);
  max-height: 88vh;
  display: grid;
  gap: 14px;
}
.gallery-lightbox__media {
  overflow: hidden;
  border-radius: 8px;
  background: #080d1c;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}
.gallery-lightbox__media img,
.gallery-lightbox__media video {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #080d1c;
}
.gallery-lightbox__caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  color: #fff;
}
.gallery-lightbox__caption strong {
  font-size: 20px;
  line-height: 1.25;
}
.gallery-lightbox__caption small {
  padding: 4px 10px;
  border-radius: 999px;
  color: #172033;
  background: var(--accent);
  font-weight: 800;
}
.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.gallery-lightbox__close {
  top: -18px;
  right: -18px;
}
.gallery-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
}
.gallery-lightbox__nav.prev {
  left: -58px;
}
.gallery-lightbox__nav.next {
  right: -58px;
}
.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  background: var(--primary);
}
.cta {
  margin: 70px 6vw;
  padding: 56px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  text-align: center;
}
.cta h2 { color: #fff; }
.page-hero {
  min-height: 330px;
  display: grid;
  align-items: center;
  padding: 70px 6vw;
  color: #fff;
  background: linear-gradient(135deg, rgba(62,62,149,.96), rgba(2,112,180,.88)), url('../../uploads/sliders/campus.png') center/cover;
}
.page-hero > div { max-width: 980px; }
.content { font-size: 18px; }
.rich-grid, .contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.rich-grid img { border-radius: 8px; box-shadow: var(--shadow); }
.director-box, .placeholder-panel, .contact-card, .form-card {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 25px rgba(24,32,51,.08);
}
.director-box { display: grid; grid-template-columns: 260px 1fr; gap: 28px; }
.director-photo { display: grid; place-items: center; min-height: 260px; border-radius: 8px; background: var(--soft); color: var(--muted); font-weight: 600; }
.sports-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.sports-grid span { padding: 14px; border-radius: 6px; background: var(--soft); font-weight: 600; text-align: center; }
.downloads-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .84fr);
  gap: 48px;
  align-items: center;
  min-height: 650px;
  padding: 108px 6vw 76px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20,19,69,.96), rgba(2,112,180,.76)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
}
.downloads-hero::after {
  content: "";
  position: absolute;
  inset: auto 6vw 44px auto;
  width: min(360px, 42vw);
  height: 1px;
  background: rgba(255,255,255,.34);
}
.downloads-hero__copy,
.downloads-hero__visual {
  position: relative;
  z-index: 1;
}
.downloads-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(40px, 6vw, 82px);
}
.downloads-hero__copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}
.downloads-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.downloads-hero__stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-height: 50px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.downloads-hero__stats strong {
  color: var(--accent);
  font-size: 30px;
  line-height: 1;
}
.downloads-hero__visual {
  min-height: 500px;
}
.downloads-hero__visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 34px 82px rgba(0,0,0,.3);
  animation: imageFloatA 7s ease-in-out infinite;
}
.downloads-float {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: #202847;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  font-weight: 800;
  animation: floatCard 5s ease-in-out infinite;
}
.downloads-float-one {
  left: -16px;
  top: 76px;
}
.downloads-float-two {
  right: -12px;
  top: 44%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  animation-delay: .5s;
}
.downloads-float-three {
  left: 22%;
  bottom: 18px;
  animation-delay: 1s;
}
.downloads-page {
  background:
    linear-gradient(135deg, rgba(62,62,149,.06), transparent 34%),
    linear-gradient(315deg, rgba(248,169,90,.13), transparent 36%),
    #fff;
}
.downloads-intro {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}
.downloads-intro p:not(.eyebrow) {
  margin: 0;
  color: #536079;
  font-size: 17px;
}
.downloads-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.downloads-category {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 44px rgba(24,32,51,.1);
}
.downloads-category::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: rgba(248,169,90,.16);
}
.downloads-category__head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.downloads-category__head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-weight: 900;
}
.downloads-category h3 {
  margin-bottom: 2px;
  color: var(--primary);
}
.downloads-category small {
  color: var(--muted);
  font-weight: 700;
}
.download-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.download-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.download-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248,169,90,.52);
  box-shadow: 0 18px 38px rgba(24,32,51,.12);
}
.download-card__icon {
  display: grid;
  place-items: center;
  min-height: 50px;
  border-radius: 8px;
  color: #172033;
  background: var(--accent);
  font-size: 12px;
  font-weight: 900;
}
.download-card__text {
  display: grid;
  min-width: 0;
}
.download-card__text strong {
  color: #26324d;
  line-height: 1.25;
}
.download-card__text small {
  color: var(--muted);
}
.download-card em {
  color: var(--secondary);
  font-style: normal;
  font-weight: 800;
}
.download-empty {
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  border: 1px dashed var(--line);
  color: var(--muted);
  background: rgba(244,248,252,.8);
}
.form-card { display: grid; gap: 14px; }
.form-card.wide { max-width: 840px; }
input, textarea, select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d7e1ec;
  border-radius: 6px;
  font: inherit;
}
textarea { min-height: 130px; resize: vertical; }
iframe { width: 100%; min-height: 320px; border: 0; border-radius: 8px; }
.flash { max-width: 1180px; margin: 22px auto; padding: 14px 18px; border-radius: 6px; background: #eaf8ef; color: #176337; font-weight: 600; }

.footer { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; gap: 34px; padding: 58px 6vw; color: #dbeafe; background: #151747; }
.footer h3 { color: #fff; }
.footer a { display: block; margin: 8px 0; color: #dbeafe; }
.footer-logo { width: 92px; padding: 8px; border-radius: 8px; background: #fff; margin-bottom: 12px; }
.whatsapp, .back-top {
  position: fixed;
  right: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: 650;
  box-shadow: var(--shadow);
}
.whatsapp { bottom: 86px; background: #1fb655; }
.back-top { bottom: 28px; background: var(--primary); opacity: 0; pointer-events: none; }
.back-top.show { opacity: 1; pointer-events: auto; }
.whatsapp svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.reveal, .feature-card, .timeline-item { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.visible { opacity: 1; transform: none; }

.admin-login { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); }
.login-card { width: min(420px, 92vw); display: grid; gap: 14px; padding: 34px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.login-card img { width: 120px; margin: 0 auto; }
.error { color: #b42318; font-weight: 600; }
.admin { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; background: #f6f8fb; }
.admin-sidebar { padding: 22px; background: #151747; color: #fff; }
.admin-sidebar img { width: 82px; background: #fff; border-radius: 8px; margin-bottom: 12px; }
.admin-sidebar a { display: block; padding: 10px 0; color: #dbeafe; }
.admin-main { padding: 34px; }
.admin-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.admin-cards article, .admin-form, .row-form, .inquiry-card, .admin-table form {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(24,32,51,.08);
}
.admin-cards strong { display: block; font-size: 42px; color: var(--primary); }
.admin-form { display: grid; gap: 14px; max-width: 980px; }
.admin-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.admin-list a { padding: 9px 12px; border-radius: 6px; background: #fff; border: 1px solid var(--line); }
.row-form, .admin-table form { display: flex; align-items: center; gap: 16px; margin: 12px 0; }
.row-form img, .admin-table img { width: 110px; height: 70px; object-fit: cover; border-radius: 6px; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 6vw;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .hero-slider { min-height: 590px; }
  .split, .rich-grid, .contact-layout, .director-box, .footer, .admin, .downloads-hero, .downloads-intro { grid-template-columns: 1fr; }
  .card-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .downloads-hero { min-height: 0; }
  .downloads-hero__visual { min-height: 420px; }
  .downloads-hero__visual img { height: 420px; }
  .gallery-showcase { min-height: 500px; }
  .gallery-showcase__content { padding-top: 96px; }
  .gallery-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-preview .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .sports-grid, .admin-cards { grid-template-columns: repeat(2, 1fr); }
  .admin-sidebar { position: static; }
}

@media (max-width: 620px) {
  .topbar { justify-content: flex-start; gap: 8px 18px; }
  .brand span { font-size: 15px; }
  .brand img { width: 48px; height: 48px; }
  .hero-slider { min-height: 560px; }
  h1 { font-size: 38px; }
  .section { padding: 58px 5vw; }
  .card-grid, .gallery-grid, .sports-grid, .stat-panel, .admin-cards { grid-template-columns: 1fr; }
  .downloads-hero {
    padding: 54px 5vw 42px;
  }
  .downloads-hero__copy p:not(.eyebrow) {
    font-size: 16px;
  }
  .downloads-hero__visual {
    min-height: 0;
  }
  .downloads-hero__visual img {
    height: 310px;
  }
  .downloads-float {
    position: static;
    display: inline-flex;
    margin: 10px 8px 0 0;
  }
  .downloads-category-grid {
    grid-template-columns: 1fr;
  }
  .download-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .download-card em {
    grid-column: 2;
  }
  .gallery-showcase { min-height: 520px; }
  .gallery-showcase__media::after {
    background: linear-gradient(0deg, rgba(23,32,51,.86) 0%, rgba(23,32,51,.42) 100%);
  }
  .gallery-showcase__content { padding: 96px 5vw 54px; }
  .gallery-showcase p:not(.eyebrow) { font-size: 16px; }
  .gallery-showcase__stats span { flex: 1 1 140px; }
  .gallery-mosaic { grid-template-columns: 1fr; }
  .gallery-mosaic figure,
  .gallery-mosaic figure.is-tall {
    min-height: 320px;
    grid-column: auto;
    grid-row: auto;
  }
  .gallery-mosaic figure.is-wide { grid-column: auto; }
  .gallery-lightbox {
    padding: 18px 5vw;
  }
  .gallery-lightbox__panel {
    gap: 10px;
  }
  .gallery-lightbox__caption {
    align-items: flex-start;
    flex-direction: column;
  }
  .gallery-lightbox__close {
    top: 8px;
    right: 8px;
  }
  .gallery-lightbox__nav {
    top: auto;
    bottom: 68px;
    transform: none;
  }
  .gallery-lightbox__nav.prev {
    left: 10px;
  }
  .gallery-lightbox__nav.next {
    right: 10px;
  }
  .gallery-preview .gallery-grid { grid-template-columns: 1fr; }
  .cta { margin: 44px 5vw; padding: 32px 22px; }
  .footer { padding: 42px 5vw; }
}

/* Modern motion refresh */
body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #ffffff 100%);
}

.topbar {
  overflow: hidden;
  justify-content: center;
  padding: 0;
  background: linear-gradient(90deg, #2c2b7f, var(--primary), var(--secondary));
}

.topbar-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: 100%;
  padding: 9px 5vw;
}

.topbar-track span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 5px 11px 5px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.topbar-track i {
  display: grid;
  place-items: center;
  width: 26px;
  min-width: 26px;
  height: 24px;
  border-radius: 50%;
  color: #202847;
  background: var(--accent);
  font-style: normal;
}

.topbar-track i svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-mail {
  margin-left: auto;
}

.topbar b {
  color: #ffe1bd;
  font-weight: 650;
}

.site-header {
  padding: 10px 4vw;
  background: transparent;
  border: 0;
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 48px rgba(20, 31, 61, .12);
}

.header-shell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 42px rgba(24,32,51,.08);
}

.header-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 350px;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(62,62,149,.12), rgba(248,169,90,.2));
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(248,169,90,.45);
  border-radius: 10px;
  animation: ringPulse 2.8s ease-in-out infinite;
}

.brand img,
.brand-mark img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 18px;
  color: var(--primary);
}

.brand-copy small {
  margin-top: 5px;
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}

.main-nav {
  gap: 6px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(244,248,252,.74);
}

.main-nav a,
.nav-trigger {
  position: relative;
  padding: 10px 11px;
  border-radius: 6px;
  white-space: nowrap;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  color: #2b3448;
  background: transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.nav-trigger span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .25s ease;
}

.nav-group {
  position: relative;
}

.nav-group::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 18px;
}

.main-nav a:hover,
.nav-group:hover .nav-trigger,
.nav-group.open .nav-trigger {
  color: var(--primary);
  background: #fff;
  transform: translateY(-2px);
}

.nav-group:hover .nav-trigger span,
.nav-group.open .nav-trigger span {
  transform: rotate(225deg) translate(-1px, -1px);
}

.main-nav a::after,
.nav-trigger::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.main-nav a:hover::after,
.nav-group:hover .nav-trigger::after,
.nav-group.open .nav-trigger::after { transform: scaleX(1); }

.main-nav .nav-cta {
  color: #1e2440;
  background: var(--accent);
  box-shadow: 0 12px 24px rgba(248,169,90,.32);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: min(680px, 88vw);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,251,255,.94));
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 28px 70px rgba(20,31,61,.18);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 14px) scale(.98);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: rgba(255,255,255,.96);
  border-left: 1px solid rgba(255,255,255,.85);
  border-top: 1px solid rgba(255,255,255,.85);
  transform: translateX(-50%) rotate(45deg);
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu,
.nav-group.open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.mega-feature {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(62,62,149,.96), rgba(2,112,180,.9)),
    url('../../uploads/gallery/learning-closeup.jpg') center/cover;
}

.mega-feature::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  animation: rotateSlow 16s linear infinite;
}

.mega-feature small {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #1f2941;
  background: var(--accent);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.mega-feature strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
}

.mega-feature p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
}

.mega-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: center;
}

.mega-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px;
  border-radius: 8px;
  color: #202941;
  background: #fff;
  border: 1px solid rgba(62,62,149,.08);
  box-shadow: 0 8px 18px rgba(24,32,51,.06);
}

.mega-links a::after {
  display: none;
}

.mega-links a:hover {
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(24,32,51,.1);
}

.mega-links span {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-size: 14px;
  font-weight: 650;
}

.mega-links em {
  font-style: normal;
  font-weight: 600;
  white-space: normal;
  line-height: 1.2;
}

.nav-group-admissions .mega-menu {
  width: min(560px, 88vw);
  grid-template-columns: .95fr 1.05fr;
}

.nav-group-admissions .mega-links a {
  min-height: 76px;
}

.menu-toggle {
  width: 46px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero-slider {
  min-height: 760px;
  isolation: isolate;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.hero-slide {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: 52px;
  padding-top: 120px;
  background-attachment: fixed;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(62,62,149,.96) 0%, rgba(62,62,149,.68) 36%, rgba(2,112,180,.4) 100%),
    radial-gradient(circle at 20% 80%, rgba(248,169,90,.32), transparent 30%);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(0deg, rgba(0,0,0,.34), transparent);
  pointer-events: none;
}

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

.hero-content h1 {
  max-width: 860px;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.hero-content p:not(.eyebrow) {
  color: rgba(255,255,255,.9);
}

.btn {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.35), transparent);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(24,32,51,.18);
}

.btn:hover::before { transform: translateX(120%); }

.hero-card {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0,0,0,.22);
  animation: floatCard 5.4s ease-in-out infinite;
}

.hero-card span {
  color: #ffe1bd;
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero-card strong {
  display: block;
  margin: 10px 0;
  font-size: 30px;
  line-height: 1.1;
}

.hero-card p { margin: 0; color: rgba(255,255,255,.86); }

.hero-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 280px;
  height: 280px;
  right: 8vw;
  top: 150px;
  animation: rotateSlow 18s linear infinite;
}

.orbit-two {
  width: 140px;
  height: 140px;
  left: 8vw;
  bottom: 90px;
  border-color: rgba(248,169,90,.55);
  animation: rotateSlow 14s linear reverse infinite;
}

.floating-icons {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.floating-icons span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.26);
  backdrop-filter: blur(12px);
  animation: floatIcon 6s ease-in-out infinite;
}

.floating-icons span:nth-child(1) { left: 5vw; top: 34%; }
.floating-icons span:nth-child(2) { right: 30vw; top: 22%; animation-delay: .6s; }
.floating-icons span:nth-child(3) { right: 7vw; bottom: 18%; animation-delay: 1.2s; }
.floating-icons span:nth-child(4) { left: 43vw; bottom: 13%; animation-delay: 1.8s; }

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .2em;
  transform: translateX(-50%);
}

.hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 10px auto 0;
  background: linear-gradient(#fff, transparent);
  animation: scrollLine 1.6s ease-in-out infinite;
}

.home-intro {
  position: relative;
  margin-top: -48px;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 46px;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,251,255,.92));
  box-shadow: 0 24px 70px rgba(24,32,51,.11);
}

.home-intro::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(62,62,149,.08);
  border-radius: 8px;
  pointer-events: none;
}

.home-intro::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(248,169,90,.42);
  animation: rotateSlow 18s linear infinite;
}

.welcome-copy,
.welcome-visual {
  position: relative;
  z-index: 1;
}

.lead-text {
  max-width: 720px;
  color: #43516b;
  font-size: 18px;
}

.welcome-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.welcome-points span {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(62,62,149,.07);
  border: 1px solid rgba(62,62,149,.11);
  font-size: 14px;
  font-weight: 600;
}

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

.text-link {
  color: var(--secondary);
  font-weight: 600;
}

.text-link::after {
  content: " ->";
  color: var(--accent);
}

.welcome-visual {
  min-height: 430px;
}

.welcome-photo {
  position: absolute;
  inset: 34px 34px 58px 40px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(24,32,51,.18);
}

.welcome-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(18,22,58,.42));
}

.welcome-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slowZoom 12s ease-in-out infinite alternate;
}

.welcome-card {
  position: absolute;
  z-index: 3;
  width: 160px;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(62,62,149,.96), rgba(2,112,180,.9));
  box-shadow: 0 18px 38px rgba(24,32,51,.18);
  border: 1px solid rgba(255,255,255,.28);
}

.welcome-card strong {
  display: block;
  color: var(--accent);
  font-size: 34px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.welcome-card span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.25;
}

.card-one {
  left: 0;
  top: 70px;
  animation: floatCard 4.8s ease-in-out infinite;
}

.card-two {
  right: 0;
  top: 26px;
  animation: floatCard 5.6s ease-in-out infinite .4s;
}

.card-three {
  right: 18px;
  bottom: 18px;
  background: linear-gradient(135deg, #f8a95a, #f2c98d);
  color: #1f2941;
  animation: floatCard 5.1s ease-in-out infinite .8s;
}

.card-three strong {
  color: var(--primary);
}

.services-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 760px);
  justify-content: center;
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.services-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(62,62,149,.05), transparent 36%),
    linear-gradient(315deg, rgba(248,169,90,.12), transparent 34%);
  pointer-events: none;
}

.services-intro,
.service-grid {
  position: relative;
  z-index: 1;
}

.services-intro {
  display: grid;
  align-content: start;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(62,62,149,.96), rgba(2,112,180,.9));
  box-shadow: 0 24px 64px rgba(24,32,51,.16);
}

.services-intro h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
}

.services-intro p:not(.eyebrow) {
  color: rgba(255,255,255,.86);
  font-size: 15px;
}

.services-photo {
  position: relative;
  overflow: hidden;
  margin-top: 26px;
  border-radius: 8px;
  min-height: 245px;
  box-shadow: 0 22px 54px rgba(0,0,0,.2);
}

.services-photo img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  animation: slowZoom 14s ease-in-out infinite alternate;
}

.services-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(18,22,58,.58));
}

.services-photo span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 9px 13px;
  border-radius: 999px;
  color: #202847;
  background: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
  grid-auto-rows: 1fr;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  height: 100%;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(62,62,149,.08);
  box-shadow: 0 14px 34px rgba(24,32,51,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(62,62,149,.08), rgba(248,169,90,.12));
  opacity: 0;
  transition: opacity .28s ease;
}

.service-card span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service-card p {
  color: #5b667a;
  font-size: 14.5px;
  line-height: 1.62;
  margin-bottom: 0;
}

.service-card i {
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(62,62,149,.16);
  transition: transform .35s ease, border-color .35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(248,169,90,.42);
  box-shadow: 0 24px 58px rgba(24,32,51,.14);
}

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

.service-card:hover i {
  transform: scale(1.25) rotate(20deg);
  border-color: rgba(248,169,90,.7);
}

.stat-panel {
  position: relative;
  overflow: hidden;
}

.stat-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
}

.stat-panel div {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  transform: translateZ(0);
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 14px 28px rgba(62,62,149,.24);
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, var(--accent), var(--secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.feature-card:hover::after { transform: scaleX(1); }

.campus-motion {
  display: grid;
  grid-template-columns: minmax(560px, 1.12fr) minmax(360px, .88fr);
  gap: 34px;
  align-items: center;
  max-width: 1360px;
}

.image-stack {
  position: relative;
  min-height: 690px;
}

.learning-collage {
  isolation: isolate;
}

.learning-collage::before {
  content: "";
  position: absolute;
  inset: 18px 16px 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(62,62,149,.1), rgba(2,112,180,.08)),
    linear-gradient(315deg, rgba(248,169,90,.16), transparent);
  box-shadow: inset 0 0 0 1px rgba(62,62,149,.08);
}

.learning-collage::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 10%;
  bottom: 30px;
  height: 44px;
  border-radius: 50%;
  background: rgba(36,44,82,.18);
  filter: blur(22px);
  z-index: -1;
}

.collage-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(24,32,51,.17);
}

.collage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.collage-photo:hover img {
  transform: scale(1.05);
}

.photo-main {
  left: 0;
  top: 34px;
  width: 74%;
  height: 320px;
  animation: imageFloatA 6s ease-in-out infinite;
}

.photo-classroom {
  right: 0;
  top: 170px;
  width: 48%;
  height: 260px;
  border: 8px solid #fff;
  animation: imageFloatB 6.8s ease-in-out infinite;
}

.photo-activity {
  left: 8%;
  bottom: 42px;
  width: 45%;
  height: 250px;
  border: 8px solid #fff;
  animation: imageFloatB 7.2s ease-in-out infinite .4s;
}

.photo-focus {
  right: 2%;
  bottom: 0;
  width: 58%;
  height: 300px;
  border: 8px solid #fff;
  animation: imageFloatA 6.4s ease-in-out infinite .7s;
}

.collage-badge {
  position: absolute;
  z-index: 5;
  display: grid;
  min-width: 132px;
  padding: 14px 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 1px solid rgba(255,255,255,.4);
  box-shadow: 0 18px 38px rgba(24,32,51,.18);
}

.collage-badge strong {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.collage-badge span {
  margin-top: 6px;
  font-size: 13px;
}

.badge-campus {
  left: 0;
  bottom: 205px;
}

.badge-learning {
  right: 2%;
  top: 70px;
  background: linear-gradient(135deg, #f8a95a, #f2c98d);
  color: #202847;
}

.badge-learning strong {
  color: var(--primary);
}

.collage-tag {
  position: absolute;
  z-index: 6;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(62,62,149,.12);
  box-shadow: 0 12px 28px rgba(24,32,51,.12);
  font-size: 13px;
  font-weight: 600;
}

.tag-one {
  left: 18%;
  top: 4px;
}

.tag-two {
  right: 9%;
  bottom: 64px;
}

.campus-copy {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(24,32,51,.1);
}

.campus-copy p {
  color: #4d5b73;
}

.learning-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.learning-highlights span {
  position: relative;
  padding: 12px 12px 12px 36px;
  border-radius: 8px;
  color: var(--primary);
  background: rgba(62,62,149,.06);
  border: 1px solid rgba(62,62,149,.1);
  font-weight: 600;
}

.learning-highlights span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(248,169,90,.18);
}

.learning-outcomes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 24px;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(62,62,149,.08), rgba(2,112,180,.08));
}

.learning-outcomes strong {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.pathway-section {
  position: relative;
  overflow: hidden;
}

.pathway-section::before {
  content: "";
  position: absolute;
  inset: 70px 6vw auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(62,62,149,.22), transparent);
}

.pathway-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.pathway-head p:last-child {
  color: #4d5b73;
  font-size: 17px;
}

.academic-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.academic-flow::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--secondary));
  opacity: .45;
}

.academic-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(62,62,149,.09);
  box-shadow: 0 16px 38px rgba(24,32,51,.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.academic-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid rgba(62,62,149,.13);
}

.academic-card span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 14px 28px rgba(62,62,149,.23);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
}

.academic-card small {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--secondary);
  font-weight: 600;
}

.academic-card h3 {
  color: var(--primary);
}

.academic-card p {
  color: #5c687d;
  font-size: 14.5px;
}

.academic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(24,32,51,.13);
}

.academic-support {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 20px 54px rgba(62,62,149,.18);
}

.academic-support p {
  margin: 0;
  color: rgba(255,255,255,.88);
}

.academic-support div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.academic-support span {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 10px;
  border-radius: 6px;
  color: #202847;
  background: rgba(255,255,255,.9);
  font-weight: 600;
  text-align: center;
}

.gallery-grid figure {
  transform: translateZ(0);
}

.gallery-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.cta {
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 74px rgba(62,62,149,.24);
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.16) 45%, transparent 55% 100%);
  animation: shimmer 4.8s ease-in-out infinite;
}

.cta > * {
  position: relative;
  z-index: 1;
}

.admission-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: center;
  text-align: left;
  background:
    radial-gradient(circle at 84% 20%, rgba(248,169,90,.34), transparent 26%),
    linear-gradient(135deg, var(--primary), var(--secondary));
}

.admission-cta::after {
  content: "";
  position: absolute;
  right: 32%;
  top: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  animation: rotateSlow 18s linear infinite;
}

.admission-copy h2 {
  color: #fff;
  max-width: 760px;
}

.admission-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.admission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.admission-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 58px rgba(0,0,0,.18);
}

.admission-range {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
}

.admission-range span {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
}

.admission-range i {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--secondary));
}

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

.admission-features span {
  padding: 10px 12px;
  border-radius: 6px;
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 600;
}


.footer {
  position: relative;
  overflow: hidden;
  grid-template-columns: 1.4fr .9fr 1fr;
  padding-top: 78px;
  background:
    linear-gradient(135deg, #141345 0%, #24216f 44%, #063b68 100%);
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), #fff, var(--secondary));
}

.footer-glow {
  position: absolute;
  inset: 18px 6vw auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
}

.footer > div:not(.footer-glow) {
  position: relative;
  z-index: 1;
}

.footer h2 {
  color: #fff;
  font-size: 34px;
}

.footer-logo {
  width: 104px;
  box-shadow: 0 20px 44px rgba(0,0,0,.25);
  animation: ringPulse 3.6s ease-in-out infinite;
}

.footer-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.footer-mini-stats span {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.footer-mini-stats strong {
  display: block;
  color: var(--accent);
  font-size: 24px;
}

.footer-links a {
  width: fit-content;
  padding: 5px 0;
  transition: color .25s ease, transform .25s ease;
}

.footer-links a:hover {
  color: var(--accent);
  transform: translateX(6px);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 650;
}

.social-links a:hover {
  background: var(--accent);
  color: #1f2941;
}

.whatsapp {
  animation: floatCard 4s ease-in-out infinite;
}

@keyframes topbarDrift {
  from { transform: translateX(0); }
  50% { transform: translateX(34px); }
  to { transform: translateX(0); }
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(1.07); opacity: 1; }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(4deg); }
}

@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}

@keyframes scrollLine {
  0% { transform: scaleY(.2); opacity: .4; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
  100% { transform: scaleY(.2); opacity: .4; transform-origin: bottom; }
}

@keyframes imageFloatA {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes imageFloatB {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(12px) rotate(-1deg); }
}

@keyframes shimmer {
  0%, 55% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

@keyframes slowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1180px) {
  .header-identity {
    min-width: 0;
  }
  .main-nav {
    max-width: 66vw;
    overflow-x: auto;
  }
  .academic-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .header-shell {
    position: relative;
  }
  .main-nav {
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    max-width: none;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(24,32,51,.14);
    overflow: visible;
  }
  .main-nav .nav-link,
  .main-nav .nav-cta,
  .nav-group,
  .nav-trigger {
    width: 100%;
  }
  .nav-trigger {
    justify-content: space-between;
    text-align: left;
  }
  .nav-group::after {
    display: none;
  }
  .mega-menu {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    margin: 8px 0 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: 0 14px 34px rgba(24,32,51,.1);
  }
  .mega-menu::before {
    display: none;
  }
  .nav-group.open .mega-menu {
    display: grid;
    transform: none;
  }
  .nav-group:hover .mega-menu {
    display: none;
  }
  .nav-group.open:hover .mega-menu {
    display: grid;
  }
  .mega-feature {
    min-height: auto;
  }
  .hero-slide {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 110px;
  }
  .hero-card {
    align-self: start;
    max-width: 460px;
  }
  .home-intro {
    grid-template-columns: 1fr;
  }
  .welcome-visual {
    min-height: 390px;
  }
  .services-showcase {
    grid-template-columns: 1fr;
    max-width: 820px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .campus-motion {
    grid-template-columns: 1fr;
    max-width: 900px;
  }
  .admission-cta {
    grid-template-columns: 1fr;
  }
  .pathway-head,
  .academic-support {
    grid-template-columns: 1fr;
  }
  .academic-flow {
    grid-template-columns: 1fr;
  }
  .academic-flow::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .topbar-track {
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: flex-start;
  }
  .top-mail {
    margin-left: 0;
  }
  .header-shell {
    padding: 8px;
  }
  .header-identity {
    gap: 10px;
  }
  .brand-mark {
    width: 54px;
    height: 54px;
  }
  .brand-copy strong {
    font-size: 15px;
  }
  .brand-copy small {
    font-size: 10px;
  }
  .mega-links {
    grid-template-columns: 1fr;
  }
  .mega-feature {
    padding: 18px;
  }
  .mega-feature strong {
    font-size: 20px;
  }
  .hero-slider {
    min-height: 680px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hero-card {
    padding: 20px;
  }
  .floating-icons span {
    display: none;
  }
  .home-intro {
    margin-top: -26px;
  }
  .welcome-points {
    gap: 8px;
  }
  .welcome-visual {
    min-height: 420px;
  }
  .welcome-photo {
    inset: 28px 0 78px 0;
  }
  .welcome-card {
    width: 140px;
    padding: 14px;
  }
  .welcome-card strong {
    font-size: 29px;
  }
  .services-intro {
    padding: 22px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 0;
    padding: 24px;
  }
  .learning-highlights,
  .learning-outcomes {
    grid-template-columns: 1fr;
  }
  .academic-support div {
    grid-template-columns: 1fr;
  }
  .academic-card {
    min-height: 0;
  }
  .admission-features {
    grid-template-columns: 1fr;
  }
  .admission-range span {
    font-size: 20px;
  }
  .services-photo,
  .services-photo img {
    min-height: 240px;
  }
  .card-one {
    left: 8px;
    top: 0;
  }
  .card-two {
    right: 8px;
    top: 24px;
  }
  .card-three {
    right: 16px;
    bottom: 14px;
  }
  .image-stack {
    min-height: 640px;
  }
  .learning-collage::before {
    inset: 28px 0 26px;
  }
  .photo-main {
    left: 0;
    top: 36px;
    width: 92%;
    height: 230px;
  }
  .photo-classroom {
    right: 0;
    top: 206px;
    width: 62%;
    height: 190px;
    border-width: 6px;
  }
  .photo-activity {
    left: 0;
    bottom: 92px;
    width: 58%;
    height: 190px;
    border-width: 6px;
  }
  .photo-focus {
    right: 0;
    bottom: 0;
    width: 74%;
    height: 220px;
    border-width: 6px;
  }
  .collage-badge {
    min-width: 112px;
    padding: 12px;
  }
  .collage-badge strong {
    font-size: 24px;
  }
  .badge-campus {
    left: 4px;
    bottom: 292px;
  }
  .badge-learning {
    right: 4px;
    top: 12px;
  }
  .collage-tag {
    font-size: 12px;
    padding: 8px 10px;
  }
  .tag-one {
    left: 12px;
    top: 290px;
  }
  .tag-two {
    right: 12px;
    bottom: 230px;
  }
  .footer-mini-stats {
    grid-template-columns: 1fr;
  }
}

/* Footer redesign */
.footer {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 44px 6vw 20px;
  color: #dce8ff;
  background:
    radial-gradient(circle at 12% 18%, rgba(248,169,90,.22), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(2,112,180,.28), transparent 28%),
    linear-gradient(135deg, #111342 0%, #27226f 48%, #053c64 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.78), transparent);
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  left: 6vw;
  right: 6vw;
  top: 0;
  height: 5px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--accent), #fff, var(--secondary));
}

.footer-bg-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  pointer-events: none;
  animation: rotateSlow 24s linear infinite;
}

.footer-bg-orbit.orbit-a {
  width: 190px;
  height: 190px;
  right: -70px;
  top: 28px;
}

.footer-bg-orbit.orbit-b {
  width: 110px;
  height: 110px;
  left: -54px;
  bottom: 38px;
  border-color: rgba(248,169,90,.3);
  animation-direction: reverse;
}

.footer-top,
.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.footer-brand,
.footer-contact-card,
.footer-address,
.footer-column {
  border-radius: 8px;
}

.footer-brand {
  padding: 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.footer-brand-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-logo {
  width: 76px;
  min-width: 76px;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(0,0,0,.25);
  animation: ringPulse 3.6s ease-in-out infinite;
}

.footer h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
}

.footer h3 {
  color: #fff;
  font-size: 18px;
}

.footer p {
  color: rgba(220,232,255,.86);
  font-size: 14px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.footer-actions a,
.footer .map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 6px;
  color: #202847;
  background: var(--accent);
  font-weight: 600;
  transition: transform .25s ease, box-shadow .25s ease;
}

.footer-actions a:nth-child(2),
.footer .map-link {
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-actions a:hover,
.footer .map-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.footer-contact-card {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  background: rgba(255,255,255,.95);
  color: #202847;
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}

.footer-contact-card span {
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
}

.footer-contact-card a {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-contact-card p {
  margin: 0;
  color: #536079;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) minmax(280px, 1.2fr);
  gap: 14px;
}

.footer-column,
.footer-address {
  padding: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}

.footer-column a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 7px 0;
  font-size: 14px;
  color: #dce8ff;
  transition: color .25s ease, transform .25s ease;
}

.footer-column a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.footer-column a:hover {
  color: var(--accent);
  transform: translateX(6px);
}

.footer-address .map-link {
  margin-top: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(220,232,255,.76);
  font-size: 13px;
}

@media (max-width: 980px) {
  .footer-top,
  .footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .footer {
    padding: 38px 5vw 22px;
  }
  .footer-brand-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-contact-card a {
    font-size: 20px;
  }
  .footer-bottom {
    display: grid;
  }
}

/* Compact footer sizing */
.footer {
  padding: 26px 6vw 14px;
}

.footer-top {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand,
.footer-contact-card {
  padding: 14px;
}

.footer-brand-row {
  gap: 10px;
}

.footer-logo {
  width: 54px;
  min-width: 54px;
  padding: 4px;
  margin-bottom: 0;
}

.footer h2 {
  font-size: clamp(21px, 2.2vw, 30px);
}

.footer h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.footer p {
  margin: 6px 0;
  font-size: 12.5px;
}

.footer-actions {
  gap: 8px;
  margin-top: 8px;
}

.footer-actions a,
.footer .map-link {
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
}

.footer-contact-card {
  gap: 4px;
}

.footer-contact-card span {
  font-size: 10px;
}

.footer-contact-card a {
  font-size: 16px;
}

.footer-contact-card p {
  font-size: 12px;
}

.footer-main {
  gap: 8px;
}

.footer-column,
.footer-address {
  padding: 12px;
}

.footer-column a {
  margin: 4px 0;
  font-size: 12.5px;
}

.footer-column a::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
}

.social-links {
  gap: 8px;
  margin-top: 10px;
}

.social-links a {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.footer-bottom {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 11.5px;
}

.footer-bg-orbit.orbit-a {
  width: 150px;
  height: 150px;
}

.footer-bg-orbit.orbit-b {
  width: 90px;
  height: 90px;
}

@media (max-width: 620px) {
  .footer {
    padding: 30px 5vw 18px;
  }
}

/* Single-row compact footer */
.footer {
  padding-top: 14px;
}

.footer-bg-orbit {
  display: none;
}

.footer-top,
.footer-main {
  max-width: 1500px;
}

.footer-top {
  display: contents;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) minmax(230px, .9fr) repeat(3, minmax(150px, .65fr)) minmax(230px, .95fr);
  gap: 10px;
  align-items: stretch;
}

.footer-brand {
  grid-column: 1;
  grid-row: 1;
}

.footer-contact-card {
  grid-column: 2;
  grid-row: 1;
}

.footer-main .footer-column:nth-child(1) {
  grid-column: 3;
}

.footer-main .footer-column:nth-child(2) {
  grid-column: 4;
}

.footer-main .footer-column:nth-child(3) {
  grid-column: 5;
}

.footer-address {
  grid-column: 6;
}

.footer-brand,
.footer-contact-card,
.footer-column,
.footer-address {
  min-height: 0;
}

.footer-brand-row {
  align-items: flex-start;
}

.footer h2 {
  font-size: clamp(18px, 1.65vw, 25px);
}

.footer h3 {
  margin: 0 0 6px;
}

.footer p {
  line-height: 1.45;
}

.footer-actions {
  margin-top: 8px;
}

.footer-column a {
  line-height: 1.25;
}

.footer-bottom {
  max-width: 1500px;
}

@media (max-width: 1280px) {
  .footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-brand,
  .footer-contact-card,
  .footer-main .footer-column:nth-child(1),
  .footer-main .footer-column:nth-child(2),
  .footer-main .footer-column:nth-child(3),
  .footer-address {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
}

.footer .footer-brand,
.footer .footer-contact-card,
.footer .footer-column,
.footer .footer-address {
  padding: 10px;
}

.footer .footer-logo {
  width: 46px;
  min-width: 46px;
  padding: 3px;
}

.footer .footer-actions a,
.footer .map-link {
  min-height: 29px;
  padding: 5px 9px;
}

.footer .footer-contact-card a {
  font-size: 14px;
}

.footer .footer-contact-card {
  align-content: start;
}

/* Final footer layout */
.footer-redesign {
  display: block;
  padding: 24px 5vw 14px;
  background:
    linear-gradient(135deg, rgba(28,24,85,.98), rgba(2,65,105,.98)),
    radial-gradient(circle at 12% 18%, rgba(248,169,90,.2), transparent 24%);
}

.footer-redesign::before {
  opacity: .35;
}

.footer-redesign::after {
  left: 5vw;
  right: 5vw;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(330px, 1fr) minmax(270px, .9fr) minmax(330px, 1fr);
  gap: 10px;
  max-width: 1680px;
  margin: 0 auto;
  align-items: stretch;
}

.footer-about,
.footer-redesign .footer-contact-card,
.footer-redesign .footer-column,
.footer-redesign .footer-address {
  min-height: 190px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.footer-redesign .footer-contact-card {
  background: rgba(255,255,255,.08);
  color: #dce8ff;
}

.footer-logo-line {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-logo-line img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 5px;
  border-radius: 8px;
  background: #fff;
}

.footer-logo-line span,
.footer-redesign .footer-contact-card span {
  display: block;
  color: #dce8ff;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-redesign .footer-contact-card span {
  color: var(--accent);
}

.footer-logo-line h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.08;
}

.footer-about p,
.footer-redesign .footer-address p {
  margin: 10px 0;
  color: rgba(220,232,255,.86);
  font-size: 13px;
  line-height: 1.48;
}

.footer-redesign .footer-contact-card a {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.footer-contact-merged h3 {
  margin-top: 14px;
}

.footer-contact-merged > h3 {
  margin-top: 0;
}

.footer-contact-bottom {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.footer-contact-link {
  display: flex !important;
  align-items: center;
  gap: 9px;
}

.footer-contact-link svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-redesign .footer-contact-card p {
  margin-top: 12px;
  color: rgba(220,232,255,.78);
  font-size: 12px;
}

.footer-redesign .footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.footer-redesign .footer-actions a,
.footer-redesign .map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #202847;
  background: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.footer-redesign .footer-actions a:nth-child(2),
.footer-redesign .map-link {
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-redesign h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 17px;
}

.footer-redesign .footer-column a {
  display: flex;
  align-items: center;
  margin: 6px 0;
  color: #dce8ff;
  font-size: 12.5px;
  line-height: 1.25;
}

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

.footer-redesign .footer-column a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.footer-redesign .footer-address .map-link {
  margin-top: 8px;
}

.footer-redesign .social-links {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.footer-redesign .social-links a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  font-weight: 650;
}

.footer-redesign .social-links svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-redesign .social-links a:first-child svg,
.footer-redesign .social-links a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.footer-redesign .footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1680px;
  margin: 12px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(220,232,255,.76);
  font-size: 12px;
}

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

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-link-split {
    grid-template-columns: 1fr;
  }
  .footer-about,
  .footer-redesign .footer-contact-card,
  .footer-redesign .footer-column,
  .footer-redesign .footer-address {
    min-height: 0;
  }
}

.footer-redesign .footer-logo-line img {
  width: 76px;
  height: 76px;
}

/* Modern footer final pass */
.footer.footer-redesign {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  padding: 42px 6vw 18px;
  color: #eef5ff;
  background:
    linear-gradient(120deg, rgba(250, 177, 88, .18), transparent 24%),
    linear-gradient(140deg, #17205d 0%, #123a66 58%, #0b5670 100%);
}

.footer.footer-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .45;
  pointer-events: none;
}

.footer.footer-redesign::after {
  content: "";
  position: absolute;
  left: 6vw;
  right: 6vw;
  top: 0;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #f8a94f, #ffffff 48%, #4dc2ee);
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) minmax(280px, 1fr) minmax(280px, 1fr);
  grid-template-areas:
    "brand links contact"
    "brand resources contact";
  gap: 14px;
  max-width: 1380px;
  margin: 0 auto;
}

.footer-about,
.footer-redesign .footer-column,
.footer-redesign .footer-contact-card {
  min-height: 0;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.085);
  box-shadow: 0 18px 46px rgba(4, 15, 42, .18);
  backdrop-filter: blur(14px);
}

.footer-about {
  grid-area: brand;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255,255,255,.105);
}

.footer-link-card:nth-of-type(2) {
  grid-area: links;
}

.footer-link-card:nth-of-type(3) {
  grid-area: resources;
}

.footer-contact-merged {
  grid-area: contact;
}

.footer-logo-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-redesign .footer-logo-line img {
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  object-fit: contain;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(0,0,0,.24);
}

.footer-logo-line span,
.footer-logo-line strong {
  display: block;
}

.footer-logo-line span {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.footer-logo-line strong {
  margin-top: 4px;
  color: rgba(238,245,255,.72);
  font-size: 13px;
  font-weight: 600;
}

.footer-about p {
  max-width: 520px;
  margin: 20px 0 14px;
  color: rgba(238,245,255,.82);
  font-size: 14px;
  line-height: 1.65;
}

.footer-about .footer-note {
  margin-top: 0;
  color: rgba(238,245,255,.72);
  font-size: 13px;
  line-height: 1.6;
}

.footer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.footer-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 8px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  font-size: 12px;
  font-weight: 700;
}

.footer-redesign h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.footer-redesign h3::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f8a94f;
  box-shadow: 0 0 0 5px rgba(248,169,79,.13);
}

.footer-link-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 22px;
}

.footer-redesign .footer-column a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 9px 0;
  color: rgba(238,245,255,.86);
  font-size: 13px;
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}

.footer-redesign .footer-column a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f8a94f;
}

.footer-redesign .footer-column a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-redesign .footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.footer-redesign .footer-actions a,
.footer-redesign .map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.footer-redesign .footer-actions a:first-child {
  color: #14203f;
  background: #f8a94f;
  box-shadow: 0 12px 26px rgba(248,169,79,.24);
}

.footer-redesign .footer-actions a:nth-child(2),
.footer-redesign .map-link {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-redesign .footer-actions a:hover,
.footer-redesign .map-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.footer-redesign .footer-contact-card p {
  margin: 0 0 14px;
  color: rgba(238,245,255,.78);
  font-size: 13px;
  line-height: 1.55;
}

.footer-redesign .map-link {
  width: 100%;
  min-height: 42px;
  margin: 0 0 18px;
}

.footer-redesign .social-links {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
}

.footer-redesign .social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-redesign .social-links a:hover {
  color: #14203f;
  background: #f8a94f;
}

.footer-redesign .social-links svg {
  width: 17px;
  height: 17px;
}

.footer-contact-bottom {
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.footer-redesign .footer-contact-card span {
  margin-bottom: 12px;
  color: #f8a94f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-redesign .footer-contact-card a,
.footer-redesign .footer-contact-card .footer-contact-link {
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.footer-contact-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  overflow-wrap: anywhere;
}

.footer-contact-link svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: rgba(238,245,255,.78);
}

.footer-redesign .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1380px;
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(238,245,255,.72);
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand contact"
      "links resources";
  }
}

@media (max-width: 760px) {
  .footer.footer-redesign {
    padding: 34px 5vw 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "contact"
      "links"
      "resources";
  }

  .footer-about,
  .footer-redesign .footer-column,
  .footer-redesign .footer-contact-card {
    padding: 18px;
  }

  .footer-redesign .footer-logo-line img {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
  }

  .footer-link-split {
    grid-template-columns: 1fr;
  }

  .footer-redesign .footer-bottom {
    display: grid;
  }
}

/* About school creative page */
.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
  gap: 38px;
  align-items: center;
  padding: 54px 6vw 50px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .95), rgba(2, 112, 180, .78)),
    url("../../uploads/sliders/campus.png") center/cover;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.7), transparent 78%);
  pointer-events: none;
}

.about-hero::after {
  content: "";
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
}

.about-hero-copy,
.about-hero-visual {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 720px;
}

.about-hero h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4.7vw, 64px);
  line-height: 1.02;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.65;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.about-hero-visual {
  min-height: 360px;
}

.about-hero-visual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 32px 80px rgba(0,0,0,.32);
}

.about-floating-card {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 164px;
  padding: 13px 15px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: #172033;
  box-shadow: 0 20px 44px rgba(0,0,0,.22);
}

.about-floating-card strong {
  color: var(--primary);
  font-size: 16px;
}

.about-floating-card span {
  color: #5d687c;
  font-size: 12px;
  font-weight: 650;
}

.card-learning {
  left: -18px;
  top: 36px;
}

.card-values {
  right: -12px;
  bottom: 30px;
  background: #f8a95a;
}

.card-values strong,
.card-values span {
  color: #172033;
}

.about-story-section,
.about-campus-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 44px;
  align-items: center;
}

.about-story-copy .eyebrow,
.about-campus-copy .eyebrow,
.about-section-head .eyebrow,
.about-cta .eyebrow {
  color: var(--secondary);
}

.about-story-copy p,
.about-campus-copy p,
.about-section-head p,
.about-cta p {
  color: #536079;
  font-size: 16px;
  line-height: 1.8;
}

.about-story-panel {
  position: relative;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-story-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.about-values-list,
.about-campus-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-values-list span,
.about-campus-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--primary);
  background: rgba(62,62,149,.08);
  border: 1px solid rgba(62,62,149,.13);
  font-size: 13px;
  font-weight: 700;
}

.about-learning-section {
  max-width: none;
}

.about-section-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.about-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(24,32,51,.08);
}

.about-feature-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(248,169,90,.16);
}

.about-feature-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #172033;
  background: var(--accent);
  font-weight: 800;
}

.about-feature-card h3 {
  color: var(--primary);
}

.about-feature-card p {
  color: #59657a;
  font-size: 14px;
}

.about-campus-section {
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
}

.about-campus-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-campus-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(24,32,51,.12);
}

.about-campus-gallery img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.about-campus-main {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.about-pathway-section {
  padding-top: 42px;
}

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

.about-path-card {
  position: relative;
  padding: 22px 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  box-shadow: 0 16px 38px rgba(24,32,51,.14);
}

.about-path-card small {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  font-weight: 700;
}

.about-path-card h3 {
  color: #fff;
  font-size: 20px;
}

.about-path-card p {
  color: rgba(255,255,255,.82);
  font-size: 13.5px;
  line-height: 1.6;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 20px 6vw 74px;
  padding: 42px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .88)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
  box-shadow: var(--shadow);
}

.about-cta h2,
.about-cta .eyebrow,
.about-cta p {
  color: #fff;
}

.about-cta p {
  max-width: 820px;
  color: rgba(255,255,255,.84);
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .about-hero,
  .about-story-section,
  .about-campus-section,
  .about-cta {
    grid-template-columns: 1fr;
  }

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

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

  .about-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .about-hero {
    min-height: 0;
    padding: 42px 5vw 38px;
  }

  .about-hero h1 {
    font-size: 34px;
  }

  .about-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .about-hero-visual {
    min-height: 0;
  }

  .about-hero-visual img {
    height: 260px;
  }

  .about-floating-card {
    position: static;
    margin-top: 10px;
  }

  .about-feature-grid,
  .about-pathway,
  .about-campus-gallery {
    grid-template-columns: 1fr;
  }

  .about-campus-main {
    grid-column: auto;
  }

  .about-cta {
    margin: 8px 5vw 52px;
    padding: 28px 22px;
  }
}

/* Vision mission creative page */
.vision-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .95), rgba(62, 62, 149, .72), rgba(2, 112, 180, .78)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
}

.vision-hero .about-hero-visual img {
  object-position: center;
}

.vision-hero h1 {
  max-width: 680px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

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

.vm-statement {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.vm-statement::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(2,112,180,.1);
}

.vm-statement > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #172033;
  background: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vm-statement h2 {
  max-width: 620px;
}

.vm-statement p {
  color: #536079;
  font-size: 15.5px;
  line-height: 1.78;
}

.vm-mission-card {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(62,62,149,.96), rgba(2,112,180,.9)),
    url("../../uploads/gallery/campus-corridor.jpeg") center/cover;
  border-color: rgba(255,255,255,.16);
}

.vm-mission-card h2,
.vm-mission-card p {
  color: #fff;
}

.vm-mission-card p {
  color: rgba(255,255,255,.84);
}

.vm-feature-grid .about-feature-card {
  min-height: 260px;
}

.vm-commitment-section {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.vm-commitment-copy {
  position: sticky;
  top: 120px;
}

.vm-commitment-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.8;
}

.vm-commitment-list {
  display: grid;
  gap: 14px;
}

.vm-commitment-item {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(24,32,51,.08);
}

.vm-commitment-item h3 {
  color: var(--primary);
  font-size: 21px;
}

.vm-commitment-item p {
  margin-bottom: 0;
  color: #5d687c;
}

.vm-values-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 24px;
}

.vm-value {
  display: grid;
  gap: 4px;
  min-height: 130px;
  align-content: center;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #17205d, #0b7891);
  box-shadow: 0 16px 34px rgba(24,32,51,.12);
}

.vm-value strong {
  color: var(--accent);
  font-size: 30px;
  line-height: 1;
}

.vm-value span {
  color: rgba(255,255,255,.82);
  font-weight: 650;
}

.vision-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .88)),
    url("../../uploads/gallery/science-lab.jpeg") center/cover;
}

/* Academics merged creative page */
.academics-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 42px;
  align-items: center;
  min-height: 680px;
  padding: 104px 6vw 78px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .95), rgba(62,62,149,.76), rgba(2,112,180,.74)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
}

.academics-hero::before,
.academics-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.academics-hero::before {
  width: 310px;
  height: 310px;
  right: 7vw;
  top: 120px;
  border: 1px solid rgba(255,255,255,.26);
  animation: rotateSlow 20s linear infinite;
}

.academics-hero::after {
  width: 170px;
  height: 170px;
  left: 8vw;
  bottom: 70px;
  border: 1px solid rgba(248,169,90,.55);
  animation: rotateSlow 15s linear reverse infinite;
}

.academics-hero-copy,
.academics-orbit-panel {
  position: relative;
  z-index: 1;
}

.academics-hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(38px, 5.6vw, 74px);
  text-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.academics-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 19px;
}

.academics-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.academics-orbit-panel {
  min-height: 500px;
}

.academics-orbit-panel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 34px 82px rgba(0,0,0,.28);
  animation: imageFloatA 7s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(248,169,90,.58);
  border-radius: 8px;
  transform: rotate(3deg);
  pointer-events: none;
}

.orbit-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: #202847;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  font-weight: 800;
  animation: floatCard 5s ease-in-out infinite;
}

.chip-one { left: -18px; top: 74px; }
.chip-two { right: -12px; top: 44%; animation-delay: .5s; }
.chip-three { left: 16%; bottom: 18px; animation-delay: 1s; }

.academic-foundation-section,
.teaching-method-section,
.beyond-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.academic-foundation-copy p,
.method-sticky p,
.beyond-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.82;
}

.academic-principles,
.method-grid,
.beyond-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.academic-principle-card,
.method-card,
.beyond-grid article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(24,32,51,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.academic-principle-card::after,
.method-card::after,
.beyond-grid article::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(248,169,90,.14);
  transition: transform .35s ease;
}

.academic-principle-card:hover,
.method-card:hover,
.beyond-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(248,169,90,.5);
  box-shadow: 0 24px 58px rgba(24,32,51,.14);
}

.academic-principle-card:hover::after,
.method-card:hover::after,
.beyond-grid article:hover::after {
  transform: scale(1.22);
}

.academic-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 26px rgba(62,62,149,.22);
}

.academic-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.academic-principle-card h3,
.method-card h3,
.beyond-grid h3 {
  position: relative;
  z-index: 1;
  color: var(--primary);
  font-size: 21px;
}

.academic-principle-card p,
.method-card p,
.beyond-grid p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5d687c;
  font-size: 14.5px;
}

.curriculum-section {
  position: relative;
  overflow: hidden;
}

.curriculum-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(62,62,149,.05), transparent 36%),
    linear-gradient(315deg, rgba(248,169,90,.12), transparent 34%);
  pointer-events: none;
}

.curriculum-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  max-width: 1180px;
  margin: 34px auto 0;
}

.curriculum-card {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(62,62,149,.08);
  box-shadow: 0 18px 46px rgba(24,32,51,.1);
  transition: transform .28s ease, box-shadow .28s ease;
}

.curriculum-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

.curriculum-card:nth-child(even) .curriculum-image {
  order: 2;
}

.curriculum-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(24,32,51,.15);
}

.curriculum-image {
  min-height: 330px;
  overflow: hidden;
}

.curriculum-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.curriculum-card:hover .curriculum-image img {
  transform: scale(1.06);
}

.curriculum-content {
  padding: 30px;
}

.curriculum-content span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #172033;
  background: var(--accent);
  font-weight: 900;
}

.curriculum-content small {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--secondary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.curriculum-content h3 {
  color: var(--primary);
  font-size: clamp(24px, 3vw, 34px);
}

.curriculum-content p {
  color: #536079;
}

.curriculum-content ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.curriculum-content li {
  position: relative;
  padding-left: 26px;
  color: #43516b;
  font-size: 15px;
}

.curriculum-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(248,169,90,.16);
}

.method-sticky {
  position: sticky;
  top: 120px;
}

.method-card {
  min-height: 250px;
}

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

.beyond-section > * {
  max-width: 1280px;
}

.beyond-visual {
  position: relative;
  min-height: 540px;
}

.beyond-visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(24,32,51,.16);
  animation: imageFloatB 7s ease-in-out infinite;
}

.beyond-pulse-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: rgba(20,19,69,.78);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.beyond-pulse-card strong {
  display: block;
  color: var(--accent);
  font-size: 24px;
}

.beyond-pulse-card span {
  color: rgba(255,255,255,.84);
}

.academics-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .84)),
    url("../../uploads/gallery/learning-closeup.jpg") center/cover;
}

@media (max-width: 1120px) {
  .academics-hero,
  .academic-foundation-section,
  .teaching-method-section,
  .beyond-section {
    grid-template-columns: 1fr;
  }

  .method-sticky {
    position: static;
  }

  .academics-orbit-panel {
    min-height: 420px;
  }

  .academics-orbit-panel img {
    height: 420px;
  }
}

@media (max-width: 760px) {
  .academics-hero {
    min-height: 0;
    padding: 54px 5vw 42px;
  }

  .academics-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .academics-orbit-panel,
  .beyond-visual {
    min-height: 0;
  }

  .academics-orbit-panel img,
  .beyond-visual img {
    height: 300px;
  }

  .orbit-ring {
    display: none;
  }

  .orbit-chip {
    position: static;
    display: inline-flex;
    margin: 10px 8px 0 0;
  }

  .academic-principles,
  .method-grid,
  .beyond-grid {
    grid-template-columns: 1fr;
  }

  .curriculum-card,
  .curriculum-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .curriculum-card:nth-child(even) .curriculum-image {
    order: 0;
  }

  .curriculum-image {
    min-height: 230px;
  }

  .curriculum-content {
    padding: 24px;
  }

  .beyond-pulse-card {
    position: static;
    margin-top: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
  }
}

@media (max-width: 1120px) {
  .vm-intro-section,
  .vm-commitment-section {
    grid-template-columns: 1fr;
  }

  .vm-commitment-copy {
    position: static;
  }

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

@media (max-width: 680px) {
  .vm-statement {
    min-height: 0;
    padding: 24px;
  }

  .vm-values-strip {
    grid-template-columns: 1fr;
  }
}

/* Emblem creative page */
.emblem-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .95), rgba(2, 112, 180, .74)),
    url("../../uploads/gallery/campus-corridor.jpeg") center/cover;
}

.emblem-hero h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.8vw, 62px);
}

.emblem-hero-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.emblem-logo-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(360px, 78vw);
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,255,255,.78));
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 34px 80px rgba(0,0,0,.28);
}

.emblem-logo-frame::before,
.emblem-logo-frame::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
}

.emblem-logo-frame::before {
  inset: 18px;
  border: 1px solid rgba(62,62,149,.18);
}

.emblem-logo-frame::after {
  inset: -14px;
  border: 1px solid rgba(248,169,90,.46);
}

.emblem-logo-frame img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.emblem-story-section,
.emblem-journey-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 44px;
  align-items: center;
}

.emblem-story-copy p,
.emblem-journey-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.82;
}

.emblem-symbol-panel {
  display: grid;
  justify-items: center;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, #fff, #f7fbff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.emblem-symbol-panel img {
  width: min(280px, 72vw);
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24,32,51,.1);
}

.emblem-mini-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.emblem-mini-values span,
.emblem-journey-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--primary);
  background: rgba(62,62,149,.08);
  border: 1px solid rgba(62,62,149,.13);
  font-size: 13px;
  font-weight: 800;
}

.emblem-feature-grid .about-feature-card {
  min-height: 250px;
}

.emblem-journey-section {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
}

.emblem-journey-visual {
  position: relative;
}

.emblem-journey-visual::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 45%;
  height: 45%;
  border-radius: 8px;
  background: var(--accent);
  z-index: -1;
}

.emblem-journey-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.emblem-journey-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.emblem-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .86)),
    url("../../uploads/gallery/preprimary-activity.jpg") center/cover;
}

@media (max-width: 1120px) {
  .emblem-story-section,
  .emblem-journey-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .emblem-hero h1 {
    font-size: 34px;
  }

  .emblem-hero-mark {
    min-height: 0;
  }

  .emblem-logo-frame {
    width: min(280px, 82vw);
  }

  .emblem-symbol-panel {
    padding: 24px;
  }
}

/* Director message creative page */
.director-hero {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .95), rgba(2, 112, 180, .76)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
}

.director-hero h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.8vw, 62px);
}

.director-hero-portrait {
  position: relative;
  z-index: 1;
  min-height: 360px;
}

.director-hero-portrait img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 32px 80px rgba(0,0,0,.32);
}

.director-name-card {
  position: absolute;
  left: -18px;
  bottom: 28px;
  display: grid;
  gap: 4px;
  max-width: 300px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #172033;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 46px rgba(0,0,0,.22);
}

.director-name-card strong {
  color: var(--primary);
  font-size: 18px;
}

.director-name-card span {
  color: #5d687c;
  font-size: 13px;
  font-weight: 700;
}

.director-message-section {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.director-profile-card {
  position: sticky;
  top: 120px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.director-profile-card img {
  width: 100%;
  aspect-ratio: 4 / 4.3;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  margin-bottom: 18px;
}

.director-profile-card h2 {
  margin-bottom: 6px;
  font-size: 28px;
}

.director-profile-card p {
  color: var(--secondary);
  font-weight: 700;
}

.director-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.director-profile-tags span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--primary);
  background: rgba(62,62,149,.08);
  border: 1px solid rgba(62,62,149,.13);
  font-size: 12px;
  font-weight: 800;
}

.director-letter {
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #fbfdff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.director-letter p {
  color: #536079;
  font-size: 16px;
  line-height: 1.86;
}

.director-letter p:first-of-type {
  color: var(--secondary);
}

.director-signature {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.director-signature strong,
.director-signature span {
  display: block;
}

.director-signature strong {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.director-signature span {
  margin-top: 3px;
  color: #667085;
  font-weight: 700;
}

.director-feature-grid .about-feature-card {
  min-height: 245px;
}

.director-growth-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  gap: 40px;
  align-items: center;
}

.director-growth-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.8;
}

.director-growth-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.director-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .86)),
    url("../../uploads/gallery/campus-corridor.jpeg") center/cover;
}

/* Infrastructure creative page */
.infra-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 44px;
  align-items: center;
  min-height: 700px;
  padding: 108px 6vw 78px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20,19,69,.95), rgba(2,112,180,.72)),
    url("../../uploads/sliders/campus.png") center/cover;
}

.infra-hero::before,
.infra-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.infra-hero::before {
  width: 320px;
  height: 320px;
  right: 9vw;
  top: 120px;
  border: 1px solid rgba(255,255,255,.22);
  animation: rotateSlow 22s linear infinite;
}

.infra-hero::after {
  width: 150px;
  height: 150px;
  left: 8vw;
  bottom: 76px;
  border: 1px solid rgba(248,169,90,.54);
  animation: rotateSlow 16s linear reverse infinite;
}

.infra-hero-copy,
.infra-hero-stage {
  position: relative;
  z-index: 1;
}

.infra-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  text-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.infra-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.infra-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.infra-hero-stage {
  min-height: 540px;
}

.infra-main-photo,
.infra-mini-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 34px 82px rgba(0,0,0,.28);
}

.infra-main-photo {
  inset: 30px 42px 60px 0;
  border: 1px solid rgba(255,255,255,.32);
  animation: imageFloatA 7s ease-in-out infinite;
}

.infra-mini-photo {
  z-index: 2;
  border: 8px solid rgba(255,255,255,.95);
}

.infra-mini-one {
  right: 0;
  top: 0;
  width: 42%;
  height: 205px;
  animation: imageFloatB 6.4s ease-in-out infinite;
}

.infra-mini-two {
  right: 18px;
  bottom: 0;
  width: 48%;
  height: 230px;
  animation: imageFloatA 6.9s ease-in-out infinite .45s;
}

.infra-main-photo img,
.infra-mini-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infra-float-chip {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border-radius: 999px;
  color: #202847;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  font-weight: 800;
  animation: floatCard 5.2s ease-in-out infinite;
}

.chip-campus {
  left: -12px;
  top: 88px;
}

.chip-safe {
  left: 18%;
  bottom: 28px;
  animation-delay: .7s;
}

.infra-intro-section,
.infra-learning-section,
.infra-experience-section {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: center;
}

.infra-intro-copy p,
.infra-learning-copy p,
.infra-experience-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.82;
}

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

.infra-stat {
  position: relative;
  overflow: hidden;
  min-height: 155px;
  display: grid;
  align-content: center;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 42px rgba(24,32,51,.13);
}

.infra-stat::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  animation: rotateSlow 12s linear infinite;
}

.infra-stat strong {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.infra-stat span {
  margin-top: 8px;
  color: rgba(255,255,255,.84);
  font-weight: 700;
}

.infra-zones-section {
  position: relative;
  overflow: hidden;
}

.infra-zones-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(62,62,149,.05), transparent 34%),
    linear-gradient(315deg, rgba(248,169,90,.12), transparent 36%);
  pointer-events: none;
}

.infra-zone-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 34px auto 0;
}

.infra-zone-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(62,62,149,.08);
  box-shadow: 0 16px 38px rgba(24,32,51,.09);
  transition: transform .28s ease, box-shadow .28s ease;
}

.infra-zone-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 64px rgba(24,32,51,.15);
}

.infra-zone-image {
  height: 210px;
  overflow: hidden;
}

.infra-zone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.infra-zone-card:hover .infra-zone-image img {
  transform: scale(1.07);
}

.infra-zone-copy {
  padding: 24px;
}

.infra-zone-copy h3 {
  color: var(--primary);
  font-size: 22px;
}

.infra-zone-copy p {
  color: #5d687c;
  font-size: 14.5px;
  margin-bottom: 0;
}

.infra-learning-section {
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
}

.infra-learning-visual {
  position: relative;
}

.infra-learning-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  animation: imageFloatB 7s ease-in-out infinite;
}

.infra-learning-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: rgba(20,19,69,.78);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.infra-learning-badge strong {
  display: block;
  color: var(--accent);
  font-size: 24px;
}

.infra-learning-badge span {
  color: rgba(255,255,255,.84);
}

.infra-support-list {
  display: grid;
  gap: 14px;
}

.infra-support-list article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(24,32,51,.08);
  transition: transform .28s ease, border-color .28s ease;
}

.infra-support-list article:hover {
  transform: translateX(8px);
  border-color: rgba(248,169,90,.5);
}

.infra-support-list .academic-icon {
  margin-bottom: 0;
}

.infra-support-list h3 {
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 8px;
}

.infra-support-list p {
  margin: 0;
  color: #5d687c;
  font-size: 14.5px;
}

.infra-experience-section {
  max-width: none;
}

.infra-experience-section > * {
  max-width: 1280px;
}

.infra-motion-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.infra-motion-strip span {
  display: grid;
  place-items: center;
  min-height: 92px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #17205d, #0b7891);
  box-shadow: 0 16px 34px rgba(24,32,51,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  animation: floatCard 5s ease-in-out infinite;
}

.infra-motion-strip span:nth-child(2n) {
  background: linear-gradient(145deg, var(--accent), #f2c98d);
  color: #202847;
  animation-delay: .45s;
}

.infra-motion-strip span:nth-child(3n) {
  animation-delay: .9s;
}

.infra-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .84)),
    url("../../uploads/sliders/campus.png") center/cover;
}

/* Sports creative page */
.sports-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: 44px;
  align-items: center;
  min-height: 700px;
  padding: 108px 6vw 78px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20,19,69,.95), rgba(2,112,180,.74)),
    url("../../uploads/gallery/sports-basketball.jpeg") center/cover;
}

.sports-hero::before,
.sports-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sports-hero::before {
  width: 330px;
  height: 330px;
  right: 8vw;
  top: 118px;
  border: 1px solid rgba(255,255,255,.24);
  animation: rotateSlow 19s linear infinite;
}

.sports-hero::after {
  width: 160px;
  height: 160px;
  left: 8vw;
  bottom: 76px;
  border: 1px solid rgba(248,169,90,.6);
  animation: rotateSlow 14s linear reverse infinite;
}

.sports-hero-copy,
.sports-hero-visual {
  position: relative;
  z-index: 1;
}

.sports-hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(38px, 5.2vw, 72px);
  text-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.sports-hero-copy p:not(.eyebrow) {
  max-width: 750px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.sports-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.sports-hero-visual {
  min-height: 500px;
}

.sports-hero-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 34px 82px rgba(0,0,0,.3);
  animation: imageFloatA 6.8s ease-in-out infinite;
}

.sports-score-card {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 116px;
  padding: 14px 16px;
  border-radius: 8px;
  color: #202847;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: 0 18px 44px rgba(0,0,0,.2);
  animation: floatCard 4.8s ease-in-out infinite;
}

.sports-score-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.sports-score-card small {
  margin-top: 5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.score-one {
  left: -18px;
  top: 82px;
}

.score-two {
  right: -14px;
  top: 42%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  animation-delay: .5s;
}

.score-three {
  left: 24%;
  bottom: 20px;
  animation-delay: 1s;
}

.sports-values-section,
.sports-training-section,
.sports-events-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
}

.sports-values-copy p,
.sports-training-copy p,
.sports-events-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.82;
}

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

.sports-value-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(24,32,51,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sports-value-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: rgba(248,169,90,.16);
  transition: transform .35s ease;
}

.sports-value-card:hover {
  transform: translateY(-8px);
  border-color: rgba(248,169,90,.5);
  box-shadow: 0 24px 58px rgba(24,32,51,.14);
}

.sports-value-card:hover::after {
  transform: scale(1.22);
}

.sports-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 26px rgba(62,62,149,.22);
}

.sports-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sports-value-card h3 {
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.sports-value-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5d687c;
  font-size: 14.5px;
}

.sports-program-section {
  position: relative;
  overflow: hidden;
}

.sports-program-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(62,62,149,.05), transparent 34%),
    linear-gradient(315deg, rgba(248,169,90,.13), transparent 36%);
  pointer-events: none;
}

.sports-arena-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1280px;
  margin: 34px auto 0;
}

.sports-arena-card {
  position: relative;
  overflow: hidden;
  min-height: 155px;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  box-shadow: 0 16px 38px rgba(24,32,51,.12);
  transition: transform .28s ease, box-shadow .28s ease;
}

.sports-arena-card:nth-child(2n) {
  color: #202847;
  background: linear-gradient(145deg, var(--accent), #f2c98d);
}

.sports-arena-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 26px 62px rgba(24,32,51,.16);
}

.sports-arena-card span {
  display: inline-flex;
  margin-bottom: 22px;
  font-weight: 900;
  opacity: .8;
}

.sports-arena-card h3 {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 22px;
}

.sports-arena-card i {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 96px;
  height: 96px;
  color: rgba(255,255,255,.2);
  transition: transform .35s ease;
}

.sports-arena-card:nth-child(2n) i {
  color: rgba(32,40,71,.16);
}

.sports-arena-card i svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.sports-arena-card:hover i {
  transform: scale(1.2) rotate(20deg);
}

.sports-training-section {
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
}

.sports-training-visual {
  position: relative;
}

.sports-training-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.35;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  animation: imageFloatB 7s ease-in-out infinite;
}

.sports-training-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: rgba(20,19,69,.78);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.sports-training-badge strong {
  display: block;
  color: var(--accent);
  font-size: 24px;
}

.sports-training-badge span {
  color: rgba(255,255,255,.84);
}

.sports-training-list {
  display: grid;
  gap: 14px;
}

.sports-training-list article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(24,32,51,.08);
  transition: transform .28s ease, border-color .28s ease;
}

.sports-training-list article:hover {
  transform: translateX(8px);
  border-color: rgba(248,169,90,.5);
}

.sports-training-list .sports-icon {
  margin-bottom: 0;
}

.sports-training-list h3 {
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 8px;
}

.sports-training-list p {
  margin: 0;
  color: #5d687c;
  font-size: 14.5px;
}

.sports-events-section {
  max-width: none;
}

.sports-events-section > * {
  max-width: 1280px;
}

.sports-motion-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sports-motion-track span {
  display: grid;
  place-items: center;
  min-height: 92px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #17205d, #0b7891);
  box-shadow: 0 16px 34px rgba(24,32,51,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  animation: floatCard 5s ease-in-out infinite;
}

.sports-motion-track span:nth-child(2n) {
  color: #202847;
  background: linear-gradient(145deg, var(--accent), #f2c98d);
  animation-delay: .45s;
}

.sports-motion-track span:nth-child(3n) {
  animation-delay: .9s;
}

.sports-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .84)),
    url("../../uploads/gallery/sports-basketball.jpeg") center/cover;
}

/* Admission process and rules creative pages */
.admission-hero-page,
.rules-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: 44px;
  align-items: center;
  min-height: 690px;
  padding: 108px 6vw 78px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20,19,69,.95), rgba(2,112,180,.74)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
}

.rules-hero {
  background:
    linear-gradient(120deg, rgba(20,19,69,.95), rgba(2,112,180,.72)),
    url("../../uploads/gallery/campus-corridor.jpeg") center/cover;
}

.admission-hero-page::before,
.admission-hero-page::after,
.rules-hero::before,
.rules-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.admission-hero-page::before,
.rules-hero::before {
  width: 320px;
  height: 320px;
  right: 8vw;
  top: 118px;
  border: 1px solid rgba(255,255,255,.24);
  animation: rotateSlow 20s linear infinite;
}

.admission-hero-page::after,
.rules-hero::after {
  width: 155px;
  height: 155px;
  left: 8vw;
  bottom: 76px;
  border: 1px solid rgba(248,169,90,.58);
  animation: rotateSlow 15s linear reverse infinite;
}

.admission-hero-copy,
.admission-hero-visual,
.rules-hero-copy,
.rules-hero-visual {
  position: relative;
  z-index: 1;
}

.admission-hero-page h1,
.rules-hero h1 {
  max-width: 840px;
  color: #fff;
  font-size: clamp(38px, 5.1vw, 72px);
  text-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.admission-hero-copy p:not(.eyebrow),
.rules-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.admission-hero-actions,
.rules-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.admission-hero-visual,
.rules-hero-visual {
  min-height: 500px;
}

.admission-hero-visual img,
.rules-hero-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 34px 82px rgba(0,0,0,.3);
  animation: imageFloatA 7s ease-in-out infinite;
}

.admit-chip,
.rules-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: #202847;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  font-weight: 800;
  animation: floatCard 5s ease-in-out infinite;
}

.admit-one,
.rules-one {
  left: -16px;
  top: 76px;
}

.admit-two,
.rules-two {
  right: -12px;
  top: 44%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  animation-delay: .5s;
}

.admit-three,
.rules-three {
  left: 22%;
  bottom: 18px;
  animation-delay: 1s;
}

.admission-journey-section,
.admission-form-section,
.rules-intro-section,
.rules-partnership-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.admission-journey-copy p,
.admission-docs-panel p,
.admission-form-copy p,
.rules-intro-copy p,
.rules-partnership-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.82;
}

.admission-step-grid,
.rules-principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admission-step-card,
.rules-principle-card,
.rules-card {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(24,32,51,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.admission-step-card::after,
.rules-principle-card::after,
.rules-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: rgba(248,169,90,.15);
  transition: transform .35s ease;
}

.admission-step-card:hover,
.rules-principle-card:hover,
.rules-card:hover {
  transform: translateY(-8px);
  border-color: rgba(248,169,90,.5);
  box-shadow: 0 24px 58px rgba(24,32,51,.14);
}

.admission-step-card:hover::after,
.rules-principle-card:hover::after,
.rules-card:hover::after {
  transform: scale(1.2);
}

.admission-step-card > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #172033;
  background: var(--accent);
  font-weight: 900;
}

.admission-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 26px rgba(62,62,149,.22);
}

.admission-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admission-step-card h3,
.rules-principle-card h3,
.rules-card h3 {
  position: relative;
  z-index: 1;
  color: var(--primary);
  font-size: 21px;
}

.admission-step-card p,
.rules-principle-card p,
.rules-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5d687c;
  font-size: 14.5px;
}

.admission-docs-section {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: start;
}

.admission-docs-panel {
  padding: 32px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(62,62,149,.96), rgba(2,112,180,.9)),
    url("../../uploads/gallery/campus-corridor.jpeg") center/cover;
  box-shadow: var(--shadow);
}

.admission-docs-panel h2,
.admission-docs-panel p {
  color: #fff;
}

.admission-docs-panel p {
  color: rgba(255,255,255,.84);
}

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

.admission-doc-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(24,32,51,.08);
}

.admission-doc-item .admission-icon {
  margin-bottom: 0;
}

.admission-doc-item strong {
  color: var(--primary);
  line-height: 1.25;
}

.admission-form-copy {
  position: sticky;
  top: 120px;
}

.admission-contact-strip {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.admission-contact-strip span {
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--primary);
  background: rgba(62,62,149,.08);
  border: 1px solid rgba(62,62,149,.12);
  font-weight: 800;
}

.admission-inquiry-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.admission-inquiry-card button {
  width: fit-content;
}

.admission-page-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .84)),
    url("../../uploads/gallery/classroom-wide.jpg") center/cover;
}

.rules-list-section {
  position: relative;
  overflow: hidden;
}

.rules-list-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(62,62,149,.05), transparent 34%),
    linear-gradient(315deg, rgba(248,169,90,.13), transparent 36%);
  pointer-events: none;
}

.rules-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin: 34px auto 0;
}

.rules-card {
  min-height: 260px;
}

.rules-partnership-section {
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
  align-items: center;
}

.rules-partnership-visual {
  position: relative;
}

.rules-partnership-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.25;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  animation: imageFloatB 7s ease-in-out infinite;
}

.rules-partnership-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: rgba(20,19,69,.78);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.rules-partnership-badge strong {
  display: block;
  color: var(--accent);
  font-size: 24px;
}

.rules-partnership-badge span {
  color: rgba(255,255,255,.84);
}

.rules-motion-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.rules-motion-strip span {
  display: grid;
  place-items: center;
  min-height: 86px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #17205d, #0b7891);
  box-shadow: 0 16px 34px rgba(24,32,51,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
  animation: floatCard 5s ease-in-out infinite;
}

.rules-motion-strip span:nth-child(2n) {
  color: #202847;
  background: linear-gradient(145deg, var(--accent), #f2c98d);
  animation-delay: .45s;
}

.rules-motion-strip span:nth-child(3n) {
  animation-delay: .9s;
}

.rules-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .84)),
    url("../../uploads/gallery/campus-corridor.jpeg") center/cover;
}

/* Contact creative page */
.contact-hero-page {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: 44px;
  align-items: center;
  min-height: 690px;
  padding: 108px 6vw 78px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(20,19,69,.95), rgba(2,112,180,.72)),
    url("../../uploads/sliders/campus.png") center/cover;
}

.contact-hero-page::before,
.contact-hero-page::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.contact-hero-page::before {
  width: 320px;
  height: 320px;
  right: 8vw;
  top: 118px;
  border: 1px solid rgba(255,255,255,.24);
  animation: rotateSlow 20s linear infinite;
}

.contact-hero-page::after {
  width: 155px;
  height: 155px;
  left: 8vw;
  bottom: 76px;
  border: 1px solid rgba(248,169,90,.58);
  animation: rotateSlow 15s linear reverse infinite;
}

.contact-hero-copy,
.contact-hero-visual {
  position: relative;
  z-index: 1;
}

.contact-hero-page h1 {
  max-width: 840px;
  color: #fff;
  font-size: clamp(38px, 5.1vw, 72px);
  text-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.contact-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-hero-visual {
  min-height: 500px;
}

.contact-hero-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 34px 82px rgba(0,0,0,.3);
  animation: imageFloatA 7s ease-in-out infinite;
}

.contact-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: #202847;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  font-weight: 800;
  animation: floatCard 5s ease-in-out infinite;
}

.contact-one { left: -16px; top: 76px; }
.contact-two {
  right: -12px;
  top: 44%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  animation-delay: .5s;
}
.contact-three { left: 22%; bottom: 18px; animation-delay: 1s; }

.contact-method-section,
.contact-visit-section,
.contact-form-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.contact-method-copy p,
.contact-visit-copy p,
.contact-form-copy p {
  color: #536079;
  font-size: 16px;
  line-height: 1.82;
}

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

.contact-method-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(24,32,51,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.contact-method-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: rgba(248,169,90,.15);
  transition: transform .35s ease;
}

.contact-method-card:hover {
  transform: translateY(-8px);
  border-color: rgba(248,169,90,.5);
  box-shadow: 0 24px 58px rgba(24,32,51,.14);
}

.contact-method-card:hover::after {
  transform: scale(1.2);
}

.contact-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 26px rgba(62,62,149,.22);
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-method-card small,
.contact-method-card strong,
.contact-method-card p {
  position: relative;
  z-index: 1;
}

.contact-method-card small {
  display: block;
  color: var(--secondary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.contact-method-card strong {
  display: block;
  margin: 8px 0;
  color: var(--primary);
  font-size: 19px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-method-card p {
  margin-bottom: 0;
  color: #5d687c;
  font-size: 14.5px;
}

.contact-visit-section {
  max-width: none;
  align-items: center;
  grid-template-columns: minmax(720px, 1.65fr) minmax(280px, .45fr);
}

.contact-visit-section > * {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.contact-map-panel {
  justify-self: stretch;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(62,62,149,.08);
  box-shadow: var(--shadow);
}

.contact-map-panel iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border-radius: 8px;
}

.contact-visit-copy {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(62,62,149,.1);
  box-shadow: 0 16px 38px rgba(24,32,51,.08);
}

.contact-visit-copy h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.contact-visit-copy p {
  font-size: 14.5px;
  line-height: 1.72;
}

.contact-visit-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
}

.contact-visit-points span {
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--primary);
  background: rgba(62,62,149,.08);
  border: 1px solid rgba(62,62,149,.12);
  font-weight: 800;
}

.contact-form-copy {
  position: sticky;
  top: 120px;
}

.contact-motion-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.contact-motion-strip span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #17205d, #0b7891);
  box-shadow: 0 16px 34px rgba(24,32,51,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
  animation: floatCard 5s ease-in-out infinite;
}

.contact-motion-strip span:nth-child(2n) {
  color: #202847;
  background: linear-gradient(145deg, var(--accent), #f2c98d);
  animation-delay: .45s;
}

.contact-motion-strip span:nth-child(3n) {
  animation-delay: .9s;
}

.contact-inquiry-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-inquiry-card button {
  width: fit-content;
}

.contact-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 69, .93), rgba(2, 112, 180, .84)),
    url("../../uploads/sliders/campus.png") center/cover;
}

@media (max-width: 1120px) {
  .contact-hero-page,
  .contact-method-section,
  .contact-visit-section,
  .contact-form-section {
    grid-template-columns: 1fr;
  }

  .contact-form-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .contact-hero-page {
    min-height: 0;
    padding: 54px 5vw 42px;
  }

  .contact-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-hero-visual {
    min-height: 0;
  }

  .contact-hero-visual img {
    height: 310px;
  }

  .contact-chip {
    position: static;
    display: inline-flex;
    margin: 10px 8px 0 0;
  }

  .contact-method-grid,
  .contact-visit-points,
  .contact-motion-strip {
    grid-template-columns: 1fr;
  }

  .contact-map-panel iframe {
    min-height: 330px;
  }

  .contact-inquiry-card {
    padding: 22px;
  }

  .contact-inquiry-card button {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .admission-hero-page,
  .rules-hero,
  .admission-journey-section,
  .admission-docs-section,
  .admission-form-section,
  .rules-intro-section,
  .rules-partnership-section {
    grid-template-columns: 1fr;
  }

  .admission-form-copy {
    position: static;
  }

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

@media (max-width: 720px) {
  .admission-hero-page,
  .rules-hero {
    min-height: 0;
    padding: 54px 5vw 42px;
  }

  .admission-hero-copy p:not(.eyebrow),
  .rules-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .admission-hero-visual,
  .rules-hero-visual {
    min-height: 0;
  }

  .admission-hero-visual img,
  .rules-hero-visual img {
    height: 310px;
  }

  .admit-chip,
  .rules-chip {
    position: static;
    display: inline-flex;
    margin: 10px 8px 0 0;
  }

  .admission-step-grid,
  .admission-doc-list,
  .rules-principle-grid,
  .rules-card-grid,
  .rules-motion-strip {
    grid-template-columns: 1fr;
  }

  .admission-doc-item {
    grid-template-columns: 1fr;
  }

  .admission-inquiry-card {
    padding: 22px;
  }

  .admission-inquiry-card button {
    width: 100%;
  }

  .rules-partnership-visual img {
    aspect-ratio: 4 / 3;
  }

  .rules-partnership-badge {
    position: static;
    margin-top: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
  }
}

@media (max-width: 1120px) {
  .sports-hero,
  .sports-values-section,
  .sports-training-section,
  .sports-events-section {
    grid-template-columns: 1fr;
  }

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

  .sports-hero-visual {
    min-height: 430px;
  }

  .sports-hero-visual img {
    height: 430px;
  }
}

@media (max-width: 720px) {
  .sports-hero {
    min-height: 0;
    padding: 54px 5vw 42px;
  }

  .sports-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .sports-hero-visual {
    min-height: 0;
  }

  .sports-hero-visual img {
    height: 310px;
  }

  .sports-score-card {
    position: static;
    display: inline-grid;
    margin: 10px 8px 0 0;
  }

  .sports-value-grid,
  .sports-arena-grid,
  .sports-motion-track {
    grid-template-columns: 1fr;
  }

  .sports-training-visual img {
    aspect-ratio: 4 / 3;
  }

  .sports-training-badge {
    position: static;
    margin-top: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
  }

  .sports-training-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  .infra-hero,
  .infra-intro-section,
  .infra-learning-section,
  .infra-experience-section {
    grid-template-columns: 1fr;
  }

  .infra-hero-stage {
    min-height: 500px;
  }

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

@media (max-width: 720px) {
  .infra-hero {
    min-height: 0;
    padding: 54px 5vw 42px;
  }

  .infra-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .infra-hero-stage {
    min-height: 360px;
  }

  .infra-main-photo {
    inset: 0 0 84px;
  }

  .infra-mini-photo {
    display: none;
  }

  .infra-float-chip {
    position: static;
    display: inline-flex;
    margin: 10px 8px 0 0;
  }

  .infra-stat-grid,
  .infra-zone-grid,
  .infra-motion-strip {
    grid-template-columns: 1fr;
  }

  .infra-learning-visual img {
    aspect-ratio: 4 / 3;
  }

  .infra-learning-badge {
    position: static;
    margin-top: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
  }

  .infra-support-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  .director-message-section,
  .director-growth-section {
    grid-template-columns: 1fr;
  }

  .director-profile-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .director-hero h1 {
    font-size: 34px;
  }

  .director-hero-portrait {
    min-height: 0;
  }

  .director-hero-portrait img {
    height: 310px;
  }

  .director-name-card {
    position: static;
    margin-top: 10px;
  }

  .director-letter {
    padding: 24px;
  }
}
