:root {
  --ink: #102f40;
  --ink-deep: #0b2635;
  --teal: #21665e;
  --green: #5c946b;
  --gold: #d9b35f;
  --gold-light: #f1d999;
  --sand: #f7f1e5;
  --mist: #f0f6f2;
  --paper: #fffdf9;
  --body: #51646a;
  --line: rgba(16, 47, 64, .12);
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --container: 1180px;
  --shadow: 0 22px 50px rgba(11, 38, 53, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #e4c673; outline-offset: 3px; }
::selection { background: var(--gold-light); color: var(--ink-deep); }

.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 128px 0; position: relative; }
.section--mist { background: var(--mist); }
.section--sand { background: var(--sand); }
.hidden, .skip-link { position: absolute; left: -9999px; height: 1px; width: 1px; overflow: hidden; }
.skip-link:focus { left: 18px; top: 18px; width: auto; height: auto; z-index: 1000; background: var(--paper); color: var(--ink); padding: 10px 14px; border-radius: 6px; }

.announcement { background: var(--ink-deep); color: #e6efec; font-size: 13px; letter-spacing: .01em; }
.announcement__inner { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 24px; }
.announcement p { margin: 0; }
.announcement a { color: var(--gold-light); font-weight: 700; white-space: nowrap; }
.announcement a span { margin-left: 3px; }
.announcement__dot { height: 7px; width: 7px; display: inline-block; border-radius: 50%; background: #91cf9d; margin: 0 8px 1px 0; box-shadow: 0 0 0 4px rgba(145, 207, 157, .14); }

.site-header { height: 80px; display: flex; align-items: center; background: rgba(255,253,249,.96); border-bottom: 1px solid rgba(16,47,64,.06); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.header__inner { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; }
.brand { align-items: center; display: inline-flex; gap: 10px; flex-shrink: 0; }
.brand img { width: 47px; height: 47px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; color: var(--ink); }
.brand__text strong { font: 700 22px/1 var(--font-display); letter-spacing: -.025em; }
.brand__text span { margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .145em; text-transform: uppercase; color: #66817d; }
.primary-nav { height: 100%; display: flex; align-items: center; gap: 25px; }
.primary-nav > a:not(.btn) { font-size: 13px; font-weight: 700; color: #36545d; position: relative; white-space: nowrap; }
.primary-nav > a:not(.btn)::after { content: ""; position: absolute; height: 2px; background: var(--teal); left: 0; right: 0; bottom: -8px; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:not(.btn):hover, .primary-nav > a:not(.btn).active { color: var(--ink); }
.primary-nav > a:not(.btn):hover::after, .primary-nav > a:not(.btn).active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px 0 10px 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .25s, opacity .25s; }

.btn { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 51px; padding: 0 23px; font-size: 13px; line-height: 1; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--small { min-height: 40px; padding: 0 16px; font-size: 12px; }
.btn--nav { background: var(--ink); color: var(--paper); margin-left: 3px; }
.btn--nav:hover { box-shadow: 0 8px 18px rgba(16,47,64,.22); }
.btn--gold { background: var(--gold); color: var(--ink-deep); box-shadow: 0 10px 20px rgba(0,0,0,.12); }
.btn--gold:hover { background: var(--gold-light); }
.btn--outline { border-color: rgba(16,47,64,.65); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--ink); color: white; box-shadow: 0 9px 18px rgba(16,47,64,.13); }
.btn--full { width: 100%; }
.text-link { border: 0; padding: 0; background: transparent; color: var(--teal); display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: #eef7f3; }

.hero { min-height: min(742px, calc(100svh - 119px)); position: relative; isolation: isolate; color: white; display: flex; align-items: center; overflow: hidden; }
.hero__image { z-index: -3; position: absolute; inset: 0; background: url("assets/images/campus-hero-branded.webp") center 54% / 116% auto no-repeat; transform: scale(1.012); }
.hero__wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6, 28, 38, .91) 0%, rgba(9, 39, 45, .78) 37%, rgba(5, 34, 38, .23) 70%, rgba(7,30,34,.3) 100%); }
.hero__arches { position: absolute; width: 520px; height: 520px; bottom: -315px; right: -78px; z-index: -1; opacity: .35; border: 1px solid rgba(236,218,162,.8); border-radius: 50% 50% 0 0; box-shadow: 0 0 0 44px transparent, 0 0 0 45px rgba(236,218,162,.75), 0 0 0 91px transparent, 0 0 0 92px rgba(236,218,162,.55), 0 0 0 140px transparent, 0 0 0 141px rgba(236,218,162,.32); }
.hero__content { padding: 83px 0 116px; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; color: var(--teal); letter-spacing: .15em; font-weight: 700; font-size: 10px; }
.eyebrow > span { display: inline-block; height: 1px; width: 30px; background: currentColor; }
.eyebrow--light { color: #e9dba8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: -.045em; }
h1 em, h2 em { font-weight: 600; }
.hero h1 { color: #fffdf9; max-width: 760px; margin: 20px 0 20px; font-size: clamp(48px, 6vw, 82px); line-height: 1.04; }
.hero h1 em { color: var(--gold-light); }
.hero__lead { max-width: 590px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.9); margin-bottom: 29px; }
.hero__actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 29px; left: max(24px, calc((100vw - var(--container))/2)); display: flex; color: #eef7ee; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.scroll-cue i { display: block; height: 29px; width: 1px; background: #e5d199; position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; height: 45%; inset: 0; background: white; animation: scrollLine 1.5s infinite ease-in-out; }
@keyframes scrollLine { 0% { transform: translateY(-120%);} 100% { transform: translateY(230%);} }

/* Full, unobstructed campus photo slider — no text is placed over the photographs. */
.campus-slider { background: #edf2ef; position: relative; }
.campus-slider__viewport { height: min(63vw, 720px); min-height: 480px; width: min(1400px, 100%); position: relative; margin: 0 auto; overflow: hidden; background: #e5ebe8; }
.campus-slider__slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .8s ease; }
.campus-slider__slide.is-active { opacity: 1; pointer-events: auto; }
.campus-slider__slide img { height: 100%; width: 100%; object-fit: cover; object-position: center 50%; }
.campus-slider__controls { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 19px; background: var(--paper); border-bottom: 1px solid var(--line); }
.slider-arrow { border: 0; width: 29px; height: 29px; border-radius: 50%; background: #e5eee9; color: var(--ink); font-size: 15px; line-height: 1; transition: background .2s, color .2s; }
.slider-arrow:hover { background: var(--ink); color: white; }
.slider-dots { display: flex; align-items: center; gap: 8px; }
.slider-dots button { height: 7px; width: 7px; padding: 0; border: 0; background: #b5c7c0; border-radius: 50%; transition: width .2s, border-radius .2s, background .2s; }
.slider-dots button.is-active { width: 25px; border-radius: 99px; background: var(--teal); }

.intro__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.intro__visual { position: relative; padding: 0 35px 31px 0; }
.image-frame { overflow: hidden; }
.image-frame--large { box-shadow: 22px 22px 0 var(--sand); }
.image-frame img { aspect-ratio: 4 / 4.45; width: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.image-frame:hover img { transform: scale(1.03); }
.intro__seal { position: absolute; right: -24px; bottom: 0; width: 135px; height: 135px; border-radius: 50%; background: var(--teal); color: #fffdf9; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 33px 25px; text-align: center; line-height: 1.8; gap: 2px 5px; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; font-weight: 700; box-shadow: 0 8px 16px rgba(16,47,64,.18); }
.intro__seal b { color: var(--gold-light); }
.intro h2, .section-heading h2, .campus h2, .notices h2, .contact h2 { font-size: clamp(38px, 4.25vw, 59px); line-height: 1.12; margin: 15px 0 24px; }
h2 em { color: var(--teal); }
.intro__copy p { max-width: 500px; color: var(--body); margin-bottom: 14px; }
.intro__copy .text-link { margin-top: 12px; }

.section-heading { max-width: 650px; }
.section-heading--center { margin: 0 auto 49px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 15px; }
.section-heading p { color: var(--body); max-width: 560px; margin: 0 auto; }
.pathway-switch { display: flex; justify-content: center; padding: 5px; margin: 0 auto 34px; border-radius: 99px; width: max-content; max-width: 100%; background: #dce9e1; }
.pathway-switch__button { border: 0; background: transparent; color: #4d6967; font-weight: 700; font-size: 13px; padding: 12px 26px; border-radius: 99px; transition: all .24s ease; }
.pathway-switch__button.is-active { background: var(--paper); color: var(--ink); box-shadow: 0 4px 13px rgba(25,62,56,.12); }
.pathway-panel { animation: panelIn .35s ease; }
.pathway-panel[hidden] { display: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.programme-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 480px; background: var(--paper); box-shadow: 0 15px 38px rgba(15,58,48,.08); }
.programme-feature__copy { padding: 58px clamp(32px, 5vw, 75px); position: relative; }
.programme-feature__number { position: absolute; font: 600 106px/1 var(--font-display); color: rgba(33,102,94,.07); top: 22px; left: 38px; }
.programme-feature__copy > *:not(.programme-feature__number) { position: relative; }
.programme-feature h3 { font: 600 clamp(34px, 3.6vw, 48px)/1.1 var(--font-display); letter-spacing: -.04em; margin: 15px 0 16px; }
.programme-feature p { color: var(--body); max-width: 480px; margin-bottom: 19px; }
.check-list { list-style: none; padding: 0; margin: 0 0 25px; display: grid; gap: 7px; color: #3f5d61; font-size: 14px; }
.check-list li { display: flex; gap: 10px; align-items: center; }
.check-list li::before { content: "✓"; color: var(--teal); font-size: 14px; font-weight: 700; }
.programme-feature__image { position: relative; overflow: hidden; min-height: 400px; }
.programme-feature__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,37,43,.75), transparent 55%); }
.programme-feature__image img { height: 100%; width: 100%; object-fit: cover; }
.programme-feature__label { color: white; position: absolute; z-index: 1; bottom: 26px; left: 29px; font: 600 25px/1.15 var(--font-display); letter-spacing: -.02em; }
.programme-feature__label span { font: 700 10px/1.2 var(--font-body); letter-spacing: .14em; text-transform: uppercase; display: inline-block; margin-top: 8px; color: var(--gold-light); }
.degree-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 19px 0 25px; }
.degree-row > div { padding: 13px 14px; background: var(--mist); border-left: 3px solid var(--gold); }
.degree-row strong { display: block; color: var(--ink); margin-bottom: 4px; }
.degree-row span { display: block; font-size: 11px; line-height: 1.45; color: var(--body); }

.nep { background: var(--ink); color: #e9f1ee; overflow: hidden; }
.nep__texture { position: absolute; width: 710px; height: 710px; opacity: .14; border: 1px solid #e5ce7d; border-radius: 50% 50% 0 0; right: -130px; top: -200px; box-shadow: 0 0 0 61px transparent, 0 0 0 62px #e5ce7d, 0 0 0 129px transparent, 0 0 0 130px #e5ce7d, 0 0 0 211px transparent, 0 0 0 212px #e5ce7d; }
.nep__grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: clamp(52px, 9vw, 130px); }
.nep h2 { color: white; font-size: clamp(37px, 4.25vw, 61px); line-height: 1.13; margin: 15px 0 22px; }
.nep h2 em { color: var(--gold-light); }
.nep__heading p { max-width: 440px; color: rgba(234,244,238,.76); margin-bottom: 25px; }
.nep__pillars { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(232,245,238,.18); border-left: 1px solid rgba(232,245,238,.18); }
.pillar { min-height: 184px; padding: 25px; border-right: 1px solid rgba(232,245,238,.18); border-bottom: 1px solid rgba(232,245,238,.18); }
.pillar__icon { display: block; color: var(--gold-light); font: 600 22px/1 var(--font-display); margin-bottom: 29px; }
.pillar h3 { color: #fffdf9; font: 600 21px/1.15 var(--font-display); margin: 0 0 7px; }
.pillar p { color: rgba(234,244,238,.72); margin: 0; font-size: 13px; line-height: 1.5; }

.leadership__top { display: grid; grid-template-columns: 1fr .72fr; gap: 50px; align-items: end; margin-bottom: 45px; }
.leadership__top h2 { font-size: clamp(38px, 4.2vw, 58px); line-height: 1.1; margin: 14px 0 0; }
.leadership__top > p { margin: 0 0 4px; color: var(--body); }
.leadership__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.leader-card { background: #f5f3ed; min-height: 395px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.leader-card--featured { background: var(--ink); color: white; }
.leader-card__portrait { min-height: 158px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; color: rgba(255,255,255,.8); font: 600 49px/1 var(--font-display); }
.leader-card__portrait::after { content: ""; position: absolute; width: 155px; height: 155px; border-radius: 50% 50% 0 0; border: 1px solid rgba(255,255,255,.38); bottom: -60px; right: -27px; box-shadow: 0 0 0 23px transparent, 0 0 0 24px rgba(255,255,255,.18); }
.leader-card__portrait--chairman { background: linear-gradient(140deg, #28685f, #153846); min-height: 210px; }
.leader-card__portrait--director { background: #d5c49c; color: #31545a; }
.leader-card__portrait--principal { background: #8ab0a5; color: #fffdf9; }
.leader-card__portrait--advisor { background: #ca8f6b; color: #fffdf9; }
.leader-card__portrait--advisor img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: contrast(1.02) saturate(.94); }
.leader-card__portrait span { z-index: 1; }
.leader-card__body { padding: 23px 24px 25px; }
.leader-card__role { color: var(--teal); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.leader-card--featured .leader-card__role { color: var(--gold-light); }
.leader-card h3 { font: 600 25px/1.15 var(--font-display); letter-spacing: -.025em; margin: 8px 0 12px; }
.leader-card--featured h3 { color: white; font-size: 29px; }
.leader-card p { color: #687477; font-size: 14px; line-height: 1.62; margin: 0; }
.leader-card--featured p { color: rgba(255,255,255,.82); font: italic 16px/1.62 var(--font-display); }

.campus__top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.campus__top h2 { margin: 14px 0 0; }
.facility-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; grid-template-rows: 265px 265px; gap: 14px; }
.facility-card { overflow: hidden; position: relative; color: white; }
.facility-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(6,35,43,.89), rgba(6,35,43,.05) 70%); }
.facility-card--large { grid-row: span 2; }
.facility-card img { height: 100%; width: 100%; object-fit: cover; transition: transform .55s ease; }
.facility-card:hover img { transform: scale(1.05); }
.facility-card > div { position: absolute; z-index: 2; left: 26px; bottom: 23px; right: 25px; }
.facility-card span { color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.facility-card h3 { color: white; font: 600 29px/1.1 var(--font-display); letter-spacing: -.03em; margin: 8px 0 7px; }
.facility-card p { color: rgba(255,255,255,.79); margin: 0; font-size: 12px; line-height: 1.5; max-width: 310px; }
.facility-card--text { background: var(--teal); }
.facility-card--text::after { display: none; }
.facility-card--text > div { bottom: 26px; }
.facility-card--text .text-link { color: var(--gold-light); margin-top: 12px; }
.campus-strip { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; padding: 25px 1px 0; color: #5e716d; font-size: 12px; }
.campus-strip strong { text-transform: uppercase; letter-spacing: .12em; color: var(--ink); font-size: 10px; margin-right: 9px; }
.campus-strip i { width: 4px; height: 4px; background: var(--gold); display: inline-block; border-radius: 50%; }

.gallery { overflow: hidden; }
.gallery .section-heading { margin-bottom: 37px; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 235px 235px; gap: 13px; }
.gallery-item { border: 0; padding: 0; overflow: hidden; position: relative; text-align: left; background: var(--ink); color: white; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,32,37,.85), transparent 55%); transition: opacity .25s ease; }
.gallery-item:hover::after { opacity: .65; }
.gallery-item img { height: 100%; width: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 15px; display: flex; justify-content: space-between; align-items: center; color: white; font: 600 20px/1.2 var(--font-display); }
.gallery-item b { font: 600 18px/1 var(--font-body); color: var(--gold-light); }

.support { padding-bottom: 135px; }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.support-card { background: var(--paper); padding: 32px 26px 28px; min-height: 250px; box-shadow: 0 8px 18px rgba(15,58,48,.04); transition: transform .2s, box-shadow .2s; }
.support-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.support-card__icon { color: var(--teal); background: #e0eee5; height: 39px; width: 39px; display: grid; place-items: center; font-weight: 700; margin-bottom: 20px; }
.support-card h3 { font: 600 23px/1.15 var(--font-display); letter-spacing: -.02em; margin: 0 0 11px; }
.support-card p { color: var(--body); font-size: 13px; line-height: 1.57; min-height: 61px; }
.support-card .text-link { margin-top: 7px; }

.notices__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.notices__intro h2 { margin-bottom: 17px; }
.notices__intro > p { max-width: 330px; color: var(--body); margin-bottom: 21px; }
.notice-list { border-top: 1px solid var(--line); }
.notice { display: grid; grid-template-columns: 84px 1fr 32px; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.notice time { padding-top: 4px; color: var(--teal); font-size: 10px; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; }
.notice__tag { color: #a37425; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.notice h3 { margin: 6px 0 5px; font: 600 20px/1.22 var(--font-display); letter-spacing: -.015em; }
.notice p { margin: 0; font-size: 12px; color: var(--body); line-height: 1.5; }
.notice > a, .notice > button { width: 31px; height: 31px; border-radius: 50%; border: 1px solid rgba(16,47,64,.4); background: transparent; display: grid; place-items: center; color: var(--ink); line-height: 1; transition: all .2s; margin-top: 7px; }
.notice > a:hover, .notice > button:hover { background: var(--ink); color: white; }

.admissions { position: relative; color: white; background: var(--ink-deep); overflow: hidden; }
.admissions__image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,32,42,.97) 22%, rgba(7,32,42,.8) 56%, rgba(7,32,42,.75)), url("assets/images/corridor.webp") center / cover no-repeat; opacity: .95; }
.admissions__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 91px; align-items: center; }
.admissions__copy { padding: 105px 0; }
.admissions h2 { color: white; font-size: clamp(38px, 4.2vw, 59px); line-height: 1.1; margin: 15px 0 19px; }
.admissions h2 em { color: var(--gold-light); }
.admissions__copy > p { color: rgba(255,255,255,.77); max-width: 425px; }
.admissions__details { margin-top: 29px; display: grid; gap: 10px; border-left: 2px solid var(--gold); padding-left: 17px; }
.admissions__details span { color: #f2dfaa; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.admissions__details b { text-transform: none; display: block; margin-top: 2px; color: rgba(255,255,255,.85); letter-spacing: 0; font-size: 13px; }
.enquiry-form { background: var(--paper); padding: 35px; color: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.16); }
.form-heading { padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.form-heading span { display: block; font: 600 27px/1.2 var(--font-display); letter-spacing: -.025em; }
.form-heading p { margin: 6px 0 0; color: var(--body); font-size: 11px; line-height: 1.45; }
.enquiry-form label { display: block; margin: 0 0 12px; color: #3d565b; font-size: 10px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form textarea, .enquiry-form select { display: block; border: 1px solid #cbd9d3; border-radius: 0; color: var(--ink); background: #fff; width: 100%; margin-top: 5px; padding: 10px 11px; outline: none; font-size: 13px; line-height: 1.3; letter-spacing: 0; font-weight: 500; text-transform: none; transition: border .2s, box-shadow .2s; }
.enquiry-form input:focus, .enquiry-form textarea:focus, .enquiry-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(33,102,94,.12); }
.enquiry-form textarea { resize: vertical; min-height: 69px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.optional { color: #8a9c9b; text-transform: none; letter-spacing: 0; font-weight: 500; }
.form-note { color: #6e807e; text-align: center; margin: 10px 0 0; font-size: 10px; line-height: 1.4; }
.form-status { display: none; margin-top: 11px; color: #a44735; font-size: 11px; line-height: 1.45; text-align: center; }
.form-status.is-visible { display: block; }
.form-success { text-align: center; padding: 30px 6px 18px; }
.form-success__mark { height: 54px; width: 54px; border-radius: 50%; margin: 0 auto 17px; display: grid; place-items: center; background: #dff0e4; color: var(--teal); font-size: 25px; font-weight: 700; }
.form-success h3 { font: 600 29px/1.15 var(--font-display); letter-spacing: -.025em; margin: 0 0 10px; }
.form-success p { color: var(--body); font-size: 13px; line-height: 1.6; margin: 0 auto 18px; max-width: 390px; }
.form-success a { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); font-size: 14px; font-weight: 700; }

.contact__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 87px; }
.contact h2 { margin-bottom: 22px; }
.contact__copy > p { color: var(--body); line-height: 1.8; margin-bottom: 20px; }
.contact-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; padding: 16px 0 20px; margin: 0 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-directory a { min-width: 0; }
.contact-directory a:last-child { grid-column: span 2; }
.contact-directory span, .contact-directory strong { display: block; }
.contact-directory span { color: var(--teal); text-transform: uppercase; letter-spacing: .09em; font-size: 8px; font-weight: 700; }
.contact-directory strong { overflow-wrap: anywhere; color: var(--ink); font-size: 12px; line-height: 1.4; }
.contact-directory a:hover strong { color: var(--teal); }
.contact__map { height: 390px; position: relative; background: var(--mist); box-shadow: 16px 16px 0 var(--sand); }
.contact__map iframe { border: 0; height: 100%; width: 100%; filter: saturate(.72) contrast(.94); }
.map-card { position: absolute; right: 18px; bottom: 18px; padding: 15px 17px; background: var(--paper); box-shadow: 0 7px 19px rgba(0,0,0,.14); }
.map-card span, .map-card strong, .map-card a { display: block; }
.map-card span { font-size: 9px; color: var(--teal); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.map-card strong { font: 600 19px/1.25 var(--font-display); margin: 4px 0 7px; }
.map-card a { color: var(--teal); font-size: 11px; font-weight: 700; }

.site-footer { background: var(--ink-deep); color: rgba(232,242,238,.72); }
.footer__main { display: grid; grid-template-columns: 1fr 1fr; padding: 61px 0 43px; gap: 30px; }
.brand--footer .brand__text strong { color: white; }
.brand--footer .brand__text span { color: #99bdb1; }
.footer__brand p { font: italic 17px/1.4 var(--font-display); color: var(--gold-light); margin: 20px 0 0; }
.footer__links { display: flex; justify-content: space-around; gap: 25px; }
.footer__links h3 { color: #eaf2ed; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; margin: 0 0 15px; }
.footer__links a { display: block; font-size: 12px; margin: 5px 0; transition: color .2s; }
.footer__links a:hover { color: var(--gold-light); }
.footer__bottom { padding: 17px 0; border-top: 1px solid rgba(230,240,235,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: rgba(232,242,238,.5); }
.footer__bottom p { margin: 0; }

.thank-you-page { min-height: 100vh; background: linear-gradient(135deg, #eef5f1, #f9f3e7); }
.thank-you-wrap { min-height: 100vh; width: min(700px, calc(100% - 40px)); margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px 0; }
.thank-you-wrap > .brand { margin-bottom: 28px; }
.thank-you-card { text-align: center; width: 100%; padding: clamp(35px, 7vw, 68px); background: var(--paper); box-shadow: var(--shadow); }
.thank-you-card__mark { height: 61px; width: 61px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; color: var(--teal); background: #dff0e4; font-size: 29px; font-weight: 700; }
.thank-you-card .eyebrow { justify-content: center; }
.thank-you-card h1 { margin: 14px 0 15px; font-size: clamp(38px, 6vw, 58px); line-height: 1.08; }
.thank-you-card h1 em { color: var(--teal); }
.thank-you-card p { max-width: 470px; margin: 0 auto 25px; color: var(--body); }
.thank-you-card .text-link { margin-top: 24px; }

.image-modal { position: fixed; padding: 0; border: 0; background: transparent; color: white; width: min(930px, calc(100vw - 34px)); max-height: 88vh; overflow: visible; }
.image-modal::backdrop { background: rgba(4, 20, 28, .9); backdrop-filter: blur(3px); }
.image-modal img { max-height: calc(88vh - 45px); width: 100%; object-fit: contain; background: #071c26; }
.image-modal p { margin: 0; padding: 9px 0; color: white; font: 600 17px var(--font-display); }
.image-modal__close { position: absolute; z-index: 2; top: -15px; right: -14px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); width: 34px; height: 34px; font-size: 26px; line-height: 1; box-shadow: 0 3px 8px rgba(0,0,0,.3); }
.toast { position: fixed; z-index: 200; bottom: 25px; left: 50%; transform: translate(-50%, 25px); opacity: 0; pointer-events: none; background: var(--ink); color: white; border-left: 3px solid var(--gold); max-width: min(420px, calc(100vw - 32px)); padding: 12px 16px; box-shadow: var(--shadow); font-size: 13px; transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav { gap: 16px; }
  .primary-nav > a:not(.btn) { font-size: 12px; }
  .leadership__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .notices__grid, .contact__grid { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .section { padding: 84px 0; }
  .site-header { height: 70px; }
  .brand img { width: 43px; height: 43px; }
  .brand__text strong { font-size: 20px; }
  .menu-toggle { display: block; z-index: 52; }
  .primary-nav { display: flex; position: fixed; inset: 109px 0 0; height: auto; overflow-y: auto; background: var(--paper); padding: 35px 28px; flex-direction: column; align-items: flex-start; gap: 24px; transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav > a:not(.btn) { font: 600 26px/1.1 var(--font-display); color: var(--ink); }
  .primary-nav > a:not(.btn)::after { bottom: -5px; }
  .btn--nav { margin: 5px 0 0; min-height: 48px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 640px; }
  .hero__content { padding: 80px 0 100px; }
  .hero__lead { font-size: 16px; }
  .intro__grid, .nep__grid, .admissions__grid, .contact__grid { grid-template-columns: 1fr; }
  .intro__visual { max-width: 500px; }
  .intro__copy { max-width: 600px; }
  .nep__grid { gap: 47px; }
  .leadership__top { grid-template-columns: 1fr; gap: 17px; }
  .leadership__top > p { max-width: 530px; }
  .facility-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 250px 250px; }
  .facility-card--large { grid-row: span 2; }
  .facility-card--text { grid-column: span 2; }
  .notices__grid { grid-template-columns: 1fr; gap: 36px; }
  .admissions__copy { padding: 83px 0 20px; }
  .enquiry-form { margin-bottom: 82px; max-width: 620px; }
  .contact__map { max-width: 650px; width: calc(100% - 16px); }
}

@media (max-width: 580px) {
  .container { width: min(var(--container), calc(100% - 30px)); }
  .announcement__inner { min-height: 43px; }
  .announcement p { font-size: 10px; line-height: 1.3; }
  .announcement a { font-size: 10px; }
  .brand__text strong { font-size: 18px; }
  .brand__text span { font-size: 8px; }
  .primary-nav { inset: 113px 0 0; }
  .campus-slider__viewport { height: 430px; min-height: 0; }
  .campus-slider__slide img { object-position: center center; }
  .campus-slider__controls { min-height: 51px; }
  .hero { min-height: 590px; }
  .hero__image { background-size: auto 111%; background-position: 50% 50%; }
  .hero__wash { background: linear-gradient(90deg, rgba(6,28,38,.88), rgba(8,38,42,.7)); }
  .hero__content { padding: 64px 0 82px; }
  .hero h1 { font-size: 47px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { gap: 18px; }
  .scroll-cue { display: none; }
  .section { padding: 70px 0; }
  .intro__visual { padding-right: 19px; }
  .intro__seal { right: -9px; width: 106px; height: 106px; padding: 23px 14px; font-size: 8px; }
  .image-frame--large { box-shadow: 12px 12px 0 var(--sand); }
  .section-heading--center { margin-bottom: 34px; }
  .pathway-switch { width: 100%; }
  .pathway-switch__button { width: 50%; padding: 11px 7px; font-size: 11px; }
  .programme-feature { grid-template-columns: 1fr; }
  .programme-feature__copy { padding: 45px 24px 34px; }
  .programme-feature__number { font-size: 78px; left: 19px; top: 18px; }
  .programme-feature__image { min-height: 270px; height: 270px; }
  .degree-row { grid-template-columns: 1fr; }
  .nep__pillars { grid-template-columns: 1fr; }
  .pillar { min-height: unset; padding: 21px; }
  .pillar__icon { margin-bottom: 15px; }
  .leadership__grid { grid-template-columns: 1fr; gap: 12px; }
  .leader-card { min-height: 0; }
  .leader-card--featured { grid-column: auto; }
  .leader-card__portrait { min-height: 175px; font-size: 42px; }
  .leader-card--featured .leader-card__portrait { min-height: 175px; }
  .leader-card__body { padding: 21px 19px 24px; }
  .leader-card h3, .leader-card--featured h3 { font-size: 25px; }
  .leader-card p { font-size: 13px; }
  .leader-card--featured p { font-size: 15px; }
  .facility-grid { grid-template-columns: 1fr; grid-template-rows: 320px 220px 220px 235px; }
  .facility-card--large { grid-row: auto; }
  .facility-card--text { grid-column: auto; }
  .facility-card > div { left: 20px; bottom: 19px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 180px 180px; }
  .gallery-item--tall { grid-row: span 2; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item span { left: 12px; right: 12px; bottom: 12px; font-size: 16px; }
  .support-grid { grid-template-columns: 1fr; gap: 10px; }
  .support-card { min-height: 0; padding: 25px 21px; }
  .support-card p { min-height: 0; }
  .notice { grid-template-columns: 53px 1fr 28px; gap: 10px; }
  .notice h3 { font-size: 18px; }
  .notice p { font-size: 11px; }
  .admissions__grid { gap: 0; }
  .admissions__copy { padding: 68px 0 25px; }
  .enquiry-form { padding: 24px 20px; margin-bottom: 67px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-directory { grid-template-columns: 1fr; gap: 9px; }
  .contact-directory a:last-child { grid-column: auto; }
  .contact__map { height: 325px; box-shadow: 11px 11px 0 var(--sand); }
  .map-card { bottom: 10px; right: 10px; padding: 11px 12px; }
  .footer__main { grid-template-columns: 1fr; padding: 45px 0 31px; }
  .footer__links { justify-content: flex-start; gap: 50px; }
  .footer__bottom { display: block; line-height: 1.55; }
  .footer__bottom p + p { margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
/* ── v4 multi-page navigation, page layouts and admission inquiry ── */
.nav-dropdown { align-self: stretch; display: flex; align-items: center; position: relative; }
.nav-dropdown > button { height: 100%; padding: 0; border: 0; background: transparent; color: #36545d; font: 700 13px/1 var(--font-body); white-space: nowrap; }
.nav-dropdown > button span { display: inline-block; margin-left: 3px; font-size: 12px; transition: transform .2s; }
.nav-dropdown > button:hover, .nav-dropdown.is-open > button { color: var(--ink); }
.nav-dropdown.is-open > button span { transform: rotate(180deg); }
.dropdown-menu { position: absolute; z-index: 80; top: calc(100% - 4px); left: -17px; min-width: 230px; padding: 10px; background: var(--paper); box-shadow: 0 15px 28px rgba(11,38,53,.16); border-top: 2px solid var(--gold); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, visibility .2s, transform .2s; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 9px 10px; color: #426168; font-size: 12px; font-weight: 700; line-height: 1.35; }
.dropdown-menu a:hover { background: var(--mist); color: var(--teal); }

.page-hero { min-height: 350px; display: flex; align-items: end; padding: 82px 0 64px; position: relative; isolation: isolate; color: white; overflow: hidden; background: var(--ink); }
.page-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: center / cover no-repeat; }
.page-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,31,42,.92), rgba(9,45,49,.63), rgba(9,45,49,.27)); }
.page-hero--about::before, .page-hero--school::before, .page-hero--contact::before { background-image: url("assets/images/aravali-group-campus.webp"); }
.page-hero--academics::before { background-image: url("assets/images/library.webp"); }
.page-hero--teacher::before { background-image: url("assets/images/corridor.webp"); }
.page-hero--campus::before { background-image: url("assets/images/courtyard.webp"); }
.page-hero--sports::before { background-image: url("assets/images/courtyard.webp"); }
.page-hero--support::before { background-image: url("assets/images/computer-lab.webp"); }
.page-hero--notices::before { background-image: url("assets/images/science-lab.webp"); }
.page-hero--governance::before { background-image: url("assets/images/aravali-group-campus.webp"); }
.page-hero--admissions::before { background-image: url("assets/images/corridor.webp"); }
.page-hero h1 { color: white; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.06; margin: 16px 0 12px; max-width: 750px; }
.page-hero h1 em { color: var(--gold-light); }
.page-hero p { color: rgba(255,255,255,.85); margin: 0; font-size: 16px; }

.home-intro__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(48px, 9vw, 120px); align-items: center; }
.home-intro h1 { font-size: clamp(42px, 5vw, 64px); line-height: 1.08; margin: 16px 0 20px; }
.home-intro p { max-width: 570px; color: var(--body); }
.home-intro__quote { padding: 44px 38px; background: var(--ink); color: white; position: relative; box-shadow: 17px 17px 0 var(--sand); }
.home-intro__quote > span { color: var(--gold-light); font: 80px/.6 var(--font-display); }
.home-intro__quote p { color: white; font: italic 24px/1.38 var(--font-display); margin: 6px 0 18px; }
.home-intro__quote strong { display: block; color: #b6d3c8; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 19px; }
.path-card-grid, .academic-route-grid, .programme-grid, .management-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.path-card { background: var(--paper); box-shadow: 0 12px 26px rgba(11,38,53,.08); overflow: hidden; }
.path-card img { height: 260px; width: 100%; object-fit: cover; }
.path-card > div { padding: 28px; }
.path-card > div > span, .programme-grid article > span, .management-grid article > span { color: var(--teal); display: block; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.path-card h3 { font: 600 31px/1.14 var(--font-display); letter-spacing: -.03em; margin: 8px 0 11px; }
.path-card p { color: var(--body); font-size: 14px; min-height: 48px; }
.home-links { background: var(--paper); }
.home-links__grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-links__grid a { min-height: 128px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font: 600 26px/1.1 var(--font-display); position: relative; transition: background .2s; }
.home-links__grid a:hover { background: var(--mist); }
.home-links__grid a span { display: block; max-width: 300px; color: var(--body); font: 400 12px/1.45 var(--font-body); margin-top: 9px; }
.home-links__grid a b { position: absolute; right: 25px; bottom: 25px; color: var(--teal); font: 600 20px/1 var(--font-body); }

.content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 7vw, 95px); align-items: start; }
.prose { max-width: 650px; }
.prose h2, .nep-page h2, .fee-note h2 { font-size: clamp(38px, 4.3vw, 56px); line-height: 1.1; margin: 16px 0 22px; }
.prose p { color: var(--body); }
.prose h3 { font: 600 26px/1.2 var(--font-display); margin: 27px 0 9px; }
.side-photo { margin: 0; background: var(--ink); box-shadow: 15px 15px 0 var(--sand); }
.side-photo img { width: 100%; min-height: 410px; object-fit: cover; }
.side-photo div { padding: 18px 20px; color: white; }
.side-photo strong, .side-photo span { display: block; }
.side-photo strong { font: 600 23px/1.2 var(--font-display); }
.side-photo span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-top: 5px; }
.info-list { display: grid; gap: 9px; margin: 27px 0; }
.info-list div { background: var(--mist); padding: 14px 16px; border-left: 3px solid var(--gold); }
.info-list b, .info-list span { display: block; }
.info-list b { color: var(--ink); }
.info-list span { color: var(--body); font-size: 13px; }
.academic-route-grid a { padding: 36px 34px; min-height: 240px; background: var(--paper); box-shadow: 0 9px 24px rgba(11,38,53,.08); transition: transform .2s; }
.academic-route-grid a:hover { transform: translateY(-4px); }
.academic-route-grid span { color: var(--gold); font: 600 38px/1 var(--font-display); }
.academic-route-grid h2 { font-size: 34px; margin: 19px 0 8px; }
.academic-route-grid p { color: var(--body); font-size: 14px; }
.academic-route-grid b { color: var(--teal); font-size: 12px; }
.nep-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.nep-page p { color: var(--body); }
.nep-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nep-card-grid article { min-height: 132px; padding: 21px; background: var(--paper); border-top: 3px solid var(--gold); }
.nep-card-grid b, .nep-card-grid span { display: block; }
.nep-card-grid b { font: 600 20px/1.25 var(--font-display); color: var(--ink); }
.nep-card-grid span { color: var(--body); margin-top: 7px; font-size: 12px; line-height: 1.5; }
.programme-grid article { min-height: 280px; padding: 36px; background: var(--paper); box-shadow: 0 10px 25px rgba(11,38,53,.08); }
.programme-grid h3 { font: 600 33px/1.15 var(--font-display); margin: 10px 0 12px; }
.programme-grid p { color: var(--body); min-height: 56px; }
.facility-grid--page { grid-template-rows: 280px 280px; }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.activity-grid article { min-height: 255px; padding: 34px; background: var(--mist); border-bottom: 4px solid var(--teal); }
.activity-grid span { color: var(--teal); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.activity-grid h2 { margin: 11px 0; font-size: 34px; }
.activity-grid p { color: var(--body); font-size: 14px; }
.photo-request { margin-top: 30px; padding: 25px; background: var(--sand); border-left: 4px solid var(--gold); }
.photo-request b { font: 600 23px var(--font-display); }
.photo-request p { color: var(--body); margin: 5px 0 0; }
.gallery-grid img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.support-grid--page { grid-template-columns: repeat(4, 1fr); }
.notice-list--page { max-width: 900px; margin: 0 auto; }
.message-section { background: var(--paper); }
.message-heading { max-width: 780px; margin: 0 auto 37px; text-align: center; }
.message-heading > span { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.message-heading h2 { margin: 8px 0; font-size: clamp(39px, 5vw, 62px); }
.message-heading p { color: var(--body); margin: 0; }
.chairman-message { max-width: 860px; margin: 0 auto; color: var(--body); font-size: 16px; line-height: 1.8; }
.chairman-message p { margin: 0 0 21px; }
.chairman-message blockquote { color: var(--ink); margin: 38px 0; padding: 27px 31px; border-left: 4px solid var(--gold); background: var(--sand); font: italic 23px/1.55 var(--font-display); }
.management-grid { grid-template-columns: repeat(3, 1fr); }
.management-grid article { min-height: 265px; padding: 30px; background: var(--paper); box-shadow: 0 9px 22px rgba(11,38,53,.07); }
.management-grid article img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: center 22%; margin: -3px 0 15px; }
.management-grid h3 { margin: 8px 0 12px; font: 600 28px/1.1 var(--font-display); }
.management-grid p { color: var(--body); font-size: 13px; }

.admission-enquiry-page { padding: 74px 0 83px; background: #f7f4ee; }
.admission-title { text-align: center; margin-bottom: 27px; }
.admission-title > span { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.admission-title h2 { font-size: clamp(40px, 5vw, 60px); margin: 8px 0 4px; }
.admission-title p { margin: 0; color: var(--body); }
.rps-style-form { max-width: 830px; margin: 0 auto; padding: 40px; background: var(--paper); box-shadow: 0 15px 35px rgba(11,38,53,.11); }
.admission-help { display: flex; justify-content: center; align-items: center; gap: 11px; flex-wrap: wrap; margin-top: 20px; color: var(--body); font-size: 13px; }
.admission-help a { color: var(--teal); font-weight: 700; }
.admission-help i { color: var(--gold); font-style: normal; }
.contact-band { background: #253657; color: white; }
.contact-band__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.contact-band__item { display: flex; gap: 17px; min-height: 132px; padding: 29px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.contact-band__item:last-child { border-right: 0; }
.contact-band__icon { display: grid; place-items: center; height: 38px; width: 38px; flex: 0 0 auto; color: var(--gold-light); font-size: 25px; }
.contact-band__item strong { font-size: 17px; }
.contact-band__item p { color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.65; margin: 5px 0 0; }
.contact-band__item p a { display: block; }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; }
.contact-directory--page { display: block; border: 0; margin: 0; padding: 0; }
.contact-directory--page a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-directory--page strong, .contact-directory--page b { display: block; }
.contact-directory--page strong { font: 600 23px var(--font-display); color: var(--ink); }
.contact-directory--page b { color: var(--teal); font-size: 13px; }
.contact-map { height: 515px; box-shadow: 15px 15px 0 var(--sand); }
.contact-map iframe { border: 0; width: 100%; height: 100%; filter: saturate(.75); }

@media (max-width: 1050px) {
  .nav-dropdown > button { font-size: 12px; }
  .nav-dropdown { position: static; }
  .dropdown-menu { left: auto; }
  .support-grid--page { grid-template-columns: 1fr 1fr; }
  .contact-band__item { padding: 24px 18px; }
}
@media (max-width: 820px) {
  .nav-dropdown { width: 100%; height: auto; display: block; }
  .nav-dropdown > button { color: var(--ink); height: auto; width: 100%; padding: 0; display: flex; align-items: center; justify-content: space-between; font: 600 26px/1.1 var(--font-display); }
  .dropdown-menu { display: none; position: static; min-width: 0; margin: 10px 0 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-left: 2px solid var(--gold); background: var(--mist); }
  .nav-dropdown.is-open .dropdown-menu { display: block; }
  .dropdown-menu a { font: 700 13px/1.35 var(--font-body); padding: 8px 12px; }
  .page-hero { min-height: 300px; padding: 70px 0 52px; }
  .home-intro__grid, .content-grid, .nep-page, .contact-page-grid { grid-template-columns: 1fr; }
  .home-intro__quote { max-width: 580px; }
  .side-photo { max-width: 600px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .management-grid { grid-template-columns: 1fr 1fr; }
  .contact-band__grid { grid-template-columns: 1fr; }
  .contact-band__item { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .contact-band__item:last-child { border-bottom: 0; }
}
@media (max-width: 580px) {
  .page-hero { min-height: 275px; padding: 53px 0 43px; }
  .page-hero h1 { font-size: 40px; }
  .home-intro__quote { padding: 32px 24px; box-shadow: 10px 10px 0 var(--sand); }
  .home-intro__quote p { font-size: 21px; }
  .path-card-grid, .academic-route-grid, .programme-grid, .nep-card-grid, .home-links__grid, .activity-grid, .management-grid { grid-template-columns: 1fr; }
  .home-links__grid a { min-height: 110px; }
  .path-card img { height: 220px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-grid img { min-height: 150px; }
  .support-grid--page { grid-template-columns: 1fr; }
  .chairman-message { font-size: 15px; line-height: 1.75; }
  .chairman-message blockquote { margin: 28px 0; padding: 22px; font-size: 20px; }
  .rps-style-form { padding: 25px 19px; }
  .contact-map { height: 350px; }
}
