:root {
  --ink: #10231b;
  --forest: #0a3d2a;
  --green: #149447;
  --leaf: #82c341;
  --lime: #b7dd65;
  --cream: #f5f0e6;
  --sand: #e8dcc8;
  --orange: #f1a33b;
  --white: #fff;
  --muted: #68756f;
  --border: rgba(16, 35, 27, .13);
  --shadow: 0 24px 80px rgba(9, 38, 26, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; background: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { color: var(--ink); background: var(--lime); }
.container-xxl { max-width: 1450px; padding-inline: clamp(1.25rem, 4vw, 4rem); }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; padding: .75rem 1rem; color: #fff; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 1rem; }

.topbar { color: #e9f5ee; background: var(--forest); font-size: .78rem; letter-spacing: .025em; }
.topbar .container-xxl { min-height: 38px; }
.topbar a { color: #e9f5ee; opacity: .85; transition: opacity .2s; }
.topbar a:hover { opacity: 1; }
.topbar-socials { display: flex; align-items: center; gap: .45rem; }
.topbar-socials a { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; font-size: .76rem; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.topbar-socials a:hover { color: var(--forest); background: var(--lime); border-color: var(--lime); box-shadow: 0 4px 12px rgba(0,0,0,.14); transform: translateY(-2px); }
.topbar-socials a:focus-visible { color: var(--forest); background: var(--lime); outline: 2px solid #fff; outline-offset: 2px; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(183, 221, 101, .7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(183, 221, 101, 0); } 100% { box-shadow: 0 0 0 0 rgba(183, 221, 101, 0); } }

.site-header { position: relative; z-index: 1020; height: 92px; background: #fff; transition: box-shadow .3s, transform .3s; }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; height: 78px; box-shadow: 0 10px 35px rgba(10, 61, 42, .1); animation: slideDown .35s both; }
body.has-sticky { padding-top: 92px; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.navbar { height: 100%; padding-block: 0; }
.navbar-brand img { width: 190px; height: auto; display: block; }
.nav-link { position: relative; color: var(--ink); font-size: .92rem; font-weight: 600; padding: 1rem .8rem !important; }
.nav-link::after { display: none !important; }
.nav-link:hover { color: var(--green); }
.btn { --bs-btn-padding-x: 1.45rem; --bs-btn-padding-y: .85rem; display: inline-flex; gap: .65rem; align-items: center; justify-content: center; border-radius: 0; font-weight: 700; font-size: .9rem; transition: transform .25s, box-shadow .25s, color .25s, background .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { color: #fff; border-color: var(--green); background: var(--green); box-shadow: 0 10px 24px rgba(20, 148, 71, .18); }
.btn-brand:hover, .btn-brand:focus { color: #fff; border-color: var(--forest); background: var(--forest); box-shadow: 0 14px 30px rgba(10, 61, 42, .22); }
.btn-lg { --bs-btn-padding-x: 1.65rem; --bs-btn-padding-y: 1rem; }
.navbar-toggler { width: 47px; height: 47px; padding: 11px; border: 1px solid var(--border); border-radius: 0; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(20,148,71,.15); }
.navbar-toggler span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }
.offcanvas { --bs-offcanvas-width: min(410px, 92vw); background: var(--cream); }
.offcanvas-header { padding: 1.5rem; border-bottom: 1px solid var(--border); }
.offcanvas-header img { width: 175px; height: auto; }
.offcanvas-body { padding: 2rem; }
.mobile-nav { display: flex; flex-direction: column; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--border); font: 700 1.3rem "Manrope", sans-serif; }

.hero { position: relative; min-height: min(790px, calc(100vh - 130px)); overflow: hidden; color: #fff; background: var(--forest); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("../images/campus-hero.webp") 61% center/cover no-repeat; transform: scale(1.01); animation: heroZoom 14s ease-out both; }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1.01); } }
.hero-shade { background: linear-gradient(90deg, rgba(5, 30, 21, .94) 0%, rgba(5, 30, 21, .77) 33%, rgba(5, 30, 21, .23) 62%, rgba(5, 30, 21, .03) 100%), linear-gradient(0deg, rgba(5, 30, 21, .46) 0%, transparent 40%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: inherit; padding-top: 4rem; padding-bottom: 7rem; }
.hero-kicker { display: flex; gap: .8rem; align-items: center; margin-bottom: 1.25rem; text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 700; }
.hero-kicker span { width: 38px; height: 2px; background: var(--lime); }
.hero h1 { margin: 0 0 1.4rem; max-width: 920px; font: 700 clamp(1.3rem, 4vw, 4rem)/.94 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em, .display-title em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 640px; margin-bottom: 2.2rem; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.7; }
.hero .btn-light { color: var(--ink); }
.hero .btn-outline-light { border-color: rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(8px); }
.hero .btn-outline-light:hover { color: var(--ink); background: #fff; }
.scroll-cue { position: absolute; z-index: 2; bottom: 2.5rem; left: clamp(1.25rem, 4vw, 4rem); align-items: center; gap: .8rem; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: .17em; font-size: .68rem; writing-mode: vertical-rl; }
.scroll-cue i { animation: bounce 1.7s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }
.hero-note { position: absolute; right: 0; bottom: 0; z-index: 2; min-width: 340px; align-items: center; gap: 1rem; padding: 1.2rem 2rem; color: var(--ink); background: var(--cream); }
.hero-note-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: var(--green); font-size: 1.2rem; }
.hero-note strong, .hero-note small { display: block; }
.hero-note small { margin-top: .18rem; color: var(--muted); font-size: .72rem; letter-spacing: .08em; }

.trust-strip { border-bottom: 1px solid var(--border); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 1rem; min-height: 115px; padding: 1.5rem 1.7rem; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-item > span { color: var(--green); font: 700 .72rem "Manrope", sans-serif; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { margin-bottom: .25rem; font: 700 1rem "Manrope", sans-serif; }
.trust-item small { color: var(--muted); }

.section-pad { padding-block: clamp(5rem, 9vw, 9rem); }
.eyebrow { margin-bottom: 1.1rem; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.eyebrow::before { display: inline-block; width: 28px; height: 2px; margin-right: .7rem; vertical-align: middle; content: ""; background: currentColor; }
.eyebrow-light { color: var(--lime); }
.display-title { margin: 0; max-width: 830px; font: 700 clamp(2.5rem, 4.8vw, 5.1rem)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.lead-copy { color: #43534c; font-size: clamp(1.08rem, 1.45vw, 1.32rem); line-height: 1.75; }
.section-copy { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.intro-section { position: relative; overflow: hidden; }
.intro-section::after { position: absolute; right: -110px; bottom: -150px; width: 350px; height: 350px; border: 70px solid rgba(130,195,65,.08); border-radius: 50%; content: ""; }
.mini-point { display: flex; gap: 1rem; }
.mini-point > i { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; color: var(--green); border: 1px solid rgba(20,148,71,.22); font-size: 1.2rem; }
.mini-point strong { display: block; margin-bottom: .4rem; font: 700 1rem "Manrope", sans-serif; }
.mini-point p { color: var(--muted); line-height: 1.6; }
.text-link { position: relative; display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.5rem; padding-bottom: .25rem; color: var(--green); font-weight: 700; }
.text-link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: currentColor; transform-origin: left; transition: transform .25s; }
.text-link:hover::after { transform: scaleX(.45); }

.learning-section { position: relative; overflow: hidden; background: var(--forest); }
.learning-section::before { position: absolute; top: -300px; right: -250px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.learning-tabs { position: relative; z-index: 1; }
.learning-tabs > .nav { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.learning-tabs .nav-link { position: relative; padding: 1.25rem !important; color: rgba(255,255,255,.55); border: 0; border-right: 1px solid rgba(255,255,255,.16); border-radius: 0; background: transparent; text-align: left; }
.learning-tabs .nav-item:last-child .nav-link { border-right: 0; }
.learning-tabs .nav-link span { margin-right: .7rem; color: var(--lime); font-size: .7rem; }
.learning-tabs .nav-link::after { right: 0; bottom: -1px; left: 0; background: var(--lime); }
.learning-tabs .nav-link.active { color: #fff; background: rgba(255,255,255,.05); }
.learning-tabs .tab-content { min-height: 460px; padding: clamp(3rem, 6vw, 6rem); background: rgba(255,255,255,.045); }
.stage-label { color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 700; }
.tab-pane h3 { margin: 1rem 0 1.2rem; color: #fff; font: 700 clamp(2rem, 3.4vw, 3.5rem)/1.08 "Manrope", sans-serif; letter-spacing: -.04em; }
.tab-pane p { color: rgba(255,255,255,.65); font-size: 1.08rem; line-height: 1.75; }
.stage-visual { position: relative; display: flex; align-items: center; justify-content: space-around; min-height: 280px; overflow: hidden; color: var(--ink); background: var(--lime); }
.stage-visual::after { position: absolute; right: -70px; bottom: -80px; width: 260px; height: 260px; border: 50px solid rgba(255,255,255,.32); border-radius: 50%; content: ""; }
.stage-visual i { font-size: clamp(4rem, 8vw, 8rem); }
.stage-visual > span { z-index: 1; font: 800 clamp(2rem, 4vw, 3.7rem)/1.05 "Manrope", sans-serif; letter-spacing: -.06em; }
.stage-visual-2 { background: #ffca69; }
.stage-visual-3 { color: #fff; background: #277e68; }
.stage-visual-4 { background: #d8d0f2; }

.section-heading { max-width: 880px; }
.bento-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-rows: repeat(2, minmax(310px, auto)); gap: 1.25rem; }
.bento-card { position: relative; overflow: hidden; min-height: 310px; padding: 2rem; color: #fff; background: var(--forest); }
.bento-large { grid-row: span 2; min-height: 640px; }
.bento-warm { color: var(--ink); background: #ffc861; }
.bento-photo { background: var(--ink); }
.bento-photo-bg { position: absolute; inset: 0; opacity: .45; background: url("../images/campus-swimming-pool.webp") center 38%/cover; transition: transform .6s; }
.bento-cream { color: var(--ink); background: var(--cream); }
.bento-wide { display: grid; grid-template-columns: 1.3fr .7fr; grid-column: span 2; background: var(--green); }
.bento-card:hover .bento-photo-bg { transform: scale(1.06); }
.card-number { position: relative; z-index: 2; display: inline-block; color: currentColor; opacity: .65; font-size: .7rem; font-weight: 700; }
.card-copy { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; left: 2rem; }
.card-copy > i { display: block; margin-bottom: 1rem; font-size: 2rem; }
.card-copy h3 { margin-bottom: .75rem; font: 700 clamp(1.5rem, 2.2vw, 2.2rem)/1.12 "Manrope", sans-serif; letter-spacing: -.035em; }
.card-copy p { max-width: 520px; margin: 0; opacity: .75; line-height: 1.65; }
.bento-pattern { position: absolute; inset: 0; opacity: .25; }
.pattern-science { background: radial-gradient(circle at 20% 20%, var(--lime) 0 4px, transparent 5px), radial-gradient(circle at 75% 35%, var(--lime) 0 6px, transparent 7px), linear-gradient(125deg, transparent 47%, var(--lime) 48% 49%, transparent 50%); background-size: 80px 80px, 130px 130px, 100% 100%; }
.orbit { position: relative; align-self: center; justify-self: center; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; animation: spin 13s linear infinite; }
.orbit::before, .orbit::after { position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.orbit::after { inset: 55px; background: var(--lime); border: 0; }
.orbit span { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.orbit span:nth-child(1) { top: 12px; left: 15px; }.orbit span:nth-child(2) { right: -6px; top: 60px; }.orbit span:nth-child(3) { bottom: 4px; left: 38px; }
@keyframes spin { to { transform: rotate(1turn); } }

.campus-section { background: var(--cream); }
.campus-collage { position: relative; padding: 0 0 2rem 2rem; }
.campus-collage::before { position: absolute; top: 2rem; bottom: 0; left: 0; width: 55%; content: ""; background: var(--lime); }
.campus-img { position: relative; min-height: 650px; background: url("../images/campus-academic-block.webp") 48% center/cover; box-shadow: var(--shadow); }
.campus-stamp { position: absolute; right: -20px; bottom: -10px; display: flex; align-items: center; gap: 1rem; width: 210px; padding: 1.25rem; color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.campus-stamp i { font-size: 2rem; color: var(--lime); }
.campus-stamp span { font-size: .8rem; line-height: 1.4; }
.campus-stamp strong { font: 700 1rem "Manrope", sans-serif; }
.facility-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 2.2rem; border-top: 1px solid var(--border); }
.facility-list div { display: flex; align-items: center; gap: .8rem; padding: 1.1rem .6rem; border-bottom: 1px solid var(--border); }
.facility-list i { color: var(--green); font-size: 1.2rem; }
.facility-list span { font-weight: 600; }

.campus-gallery-section { padding-block: clamp(5rem, 8vw, 8rem); background: #fff; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-heading h2 { max-width: 780px; margin: 0; font: 700 clamp(2.4rem, 4.4vw, 4.7rem)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; }
.gallery-heading h2 em { color: var(--green); font-style: normal; }
.gallery-heading > p { max-width: 260px; margin: 0 0 .5rem; color: var(--muted); text-align: right; }
.campus-gallery { display: grid; grid-template-columns: 1.3fr .7fr 1fr; grid-template-rows: repeat(2, 310px); gap: 1.1rem; }
.gallery-card { position: relative; overflow: hidden; margin: 0; background: var(--cream); }
.gallery-card-wide { grid-row: span 2; }
.gallery-card-tall { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-card-tall img { object-position: center 30%; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(4,24,16,.82)); pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.3rem; left: 1.4rem; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.gallery-card figcaption span { font-size: .68rem; opacity: .75; }
.gallery-card figcaption strong { font: 700 1rem "Manrope", sans-serif; }

.quote-section { padding-bottom: clamp(5rem, 9vw, 9rem); background: var(--cream); }
.quote-card { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 6rem); color: #fff; background: var(--green); }
.quote-card::after { position: absolute; right: -80px; bottom: -130px; width: 360px; height: 360px; border: 70px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.quote-card > i { color: var(--lime); font-size: 3rem; }
.quote-card blockquote { max-width: 1000px; margin: 1.2rem 0 1.5rem; font: 600 clamp(2rem, 4vw, 4.2rem)/1.15 "Manrope", sans-serif; letter-spacing: -.045em; }
.quote-card p { margin: 0; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }

.admissions-section { background: #fff; }
.admissions-intro { top: 120px; }
.admission-steps { margin: 0; padding: 0; list-style: none; }
.admission-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid var(--border); }
.admission-steps li:first-child { border-top: 1px solid var(--border); }
.admission-steps li > span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--green); border: 1px solid rgba(20,148,71,.25); border-radius: 50%; font-weight: 800; }
.admission-steps h3 { margin: 0 0 .55rem; font: 700 1.3rem "Manrope", sans-serif; }
.admission-steps p { margin: 0; color: var(--muted); line-height: 1.65; }

.enquire-section { padding-block: clamp(4rem, 7vw, 7rem); background: var(--forest); }
.enquire-shell { overflow: hidden; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.2); }
.enquire-copy { padding: clamp(2.2rem, 4vw, 4rem); color: #fff; background: var(--green); }
.enquire-copy h2 { margin-bottom: 1rem; font: 700 clamp(2rem, 3vw, 3.2rem)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.enquire-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); line-height: 1.7; }
.enquire-contact { display: flex; align-items: center; gap: .8rem; margin-top: 2.5rem; }
.enquire-contact > i { font-size: 1.5rem; }
.enquire-contact small, .enquire-contact a { display: block; }
.enquire-contact small { color: rgba(255,255,255,.65); }
.enquire-contact a { font-size: .9rem; word-break: break-word; }
.enquire-form-wrap { padding: clamp(2.2rem, 4vw, 4rem); }
.form-label { color: var(--ink); font-size: .78rem; font-weight: 700; }
.form-control, .form-select { min-height: 52px; border: 0; border-bottom: 1px solid #acb6b1; border-radius: 0; background-color: transparent; box-shadow: none !important; }
.form-control:focus, .form-select:focus { border-color: var(--green); }
textarea.form-control { resize: vertical; }
.privacy-note { color: var(--muted); }
.form-success { display: none; align-items: center; gap: 1rem; margin-top: 1.5rem; padding: 1rem 1.2rem; color: #0f5132; background: #d1e7dd; }
.form-success i { font-size: 1.5rem; }.form-success strong, .form-success span { display: block; }.form-success span { font-size: .82rem; }

.faq-section { background: #fff; }
.accordion { --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-active-bg: transparent; --bs-accordion-active-color: var(--green); }
.accordion-item { border-color: var(--border); }
.accordion-button { padding: 1.5rem .25rem; color: var(--ink); font: 700 1.08rem "Manrope", sans-serif; }
.accordion-button:not(.collapsed) { box-shadow: none; }
.accordion-button::after { width: 1.2rem; height: 1.2rem; background-size: 1.2rem; }
.accordion-body { padding: 0 .25rem 1.5rem; color: var(--muted); line-height: 1.75; }
.faq-section .accordion-body a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { color: rgba(255,255,255,.68); background: #071f16; }
.footer-main { padding-block: clamp(4rem, 7vw, 7rem); }
.footer-logo { display: inline-block; padding: .8rem; background: #fff; }
.footer-logo img { display: block; width: 210px; height: auto; }
.footer-tagline { max-width: 390px; margin-top: 1.5rem; font: 500 clamp(1.2rem, 2vw, 1.55rem)/1.5 "Manrope", sans-serif; }
.site-footer h2 { margin-bottom: 1.3rem; color: #fff; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; }
.site-footer .col-6 > a { display: block; margin-bottom: .8rem; transition: color .2s, transform .2s; }
.site-footer .col-6 > a:hover { color: var(--lime); transform: translateX(3px); }
.social-links { display: flex; gap: .6rem; }
.social-links a { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; border: 1px solid rgba(255,255,255,.2); transition: background .2s; }
.social-links a:hover { color: var(--ink); background: var(--lime); }
.footer-socials { margin-top: 1.4rem; }
.footer-socials a { border-radius: 50%; font-size: 1rem; }
.social-note { max-width: 180px; color: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.6; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem 1.5rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }.footer-bottom p:last-child { display: flex; gap: 1.5rem; }
.footer-credit { display: block !important; margin-left: auto !important; }
.footer-credit a { color: #fff; font-weight: 700; transition: color .2s; }
.footer-credit a:hover { color: var(--lime); }

.floating-enquire { position: fixed; z-index: 1010; right: 0; top: 48%; display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; color: #fff; background: var(--green); box-shadow: 0 12px 30px rgba(0,0,0,.18); transform: rotate(-90deg) translateY(-100%); transform-origin: top right; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.floating-whatsapp { position: fixed; z-index: 1015; right: 1.35rem; bottom: 1.35rem; display: flex; align-items: center; gap: .65rem; min-height: 52px; padding: .75rem 1rem; color: #fff; background: #25d366; border: 2px solid #fff; border-radius: 999px; box-shadow: 0 12px 32px rgba(7,31,22,.25); font-size: .8rem; font-weight: 800; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.floating-whatsapp i { font-size: 1.35rem; }
.floating-whatsapp:hover { color: #fff; background: #1daf54; box-shadow: 0 16px 38px rgba(7,31,22,.32); transform: translateY(-3px); }
.floating-whatsapp:focus-visible { color: #fff; outline: 3px solid var(--sun); outline-offset: 3px; }
.floating-call { position: fixed; z-index: 1015; right: 1.35rem; bottom: 5.55rem; display: flex; align-items: center; gap: .65rem; min-height: 52px; padding: .75rem 1rem; color: #fff; background: var(--forest); border: 2px solid #fff; border-radius: 999px; box-shadow: 0 12px 32px rgba(7,31,22,.25); font-size: .8rem; font-weight: 800; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.floating-call i { display: inline-block; font-size: 1.15rem; transform-origin: 50% 55%; animation: phoneRing 2.4s ease-in-out infinite; }
.floating-call:hover { color: #fff; background: var(--green); box-shadow: 0 16px 38px rgba(7,31,22,.32); transform: translateY(-3px); }
.floating-call:focus-visible { color: #fff; outline: 3px solid var(--sun); outline-offset: 3px; }
@keyframes phoneRing { 0%,68%,100% { transform: rotate(0); } 72% { transform: rotate(-15deg); } 76% { transform: rotate(13deg); } 80% { transform: rotate(-11deg); } 84% { transform: rotate(8deg); } 88% { transform: rotate(-5deg); } 92% { transform: rotate(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }

/* About page */
.about-page .navbar .nav-link[href="about.html"],
.about-page .navbar .nav-link[href="we-are-one-best-international-schools-in-vizag/"],
.about-page .navbar .nav-link[href="we-are-one-best-international-schools-in-vizag.html"] { color: var(--green); }
.about-page .navbar .nav-link[href="about.html"]::after,
.about-page .navbar .nav-link[href="we-are-one-best-international-schools-in-vizag/"]::after,
.about-page .navbar .nav-link[href="we-are-one-best-international-schools-in-vizag.html"]::after { transform: scaleX(1); }
.about-hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: var(--forest); }
.about-hero-image, .about-hero-overlay { position: absolute; inset: 0; }
.about-hero-image { background: url("../images/campus-grounds.webp") center 44%/cover no-repeat; transform: scale(1.02); animation: heroZoom 14s ease-out both; }
.about-hero-overlay { background: linear-gradient(90deg, rgba(4,30,20,.94) 0%, rgba(4,30,20,.74) 44%, rgba(4,30,20,.18) 78%), linear-gradient(0deg, rgba(4,30,20,.55), transparent 55%); }
.about-hero-inner { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-height: 690px; padding-top: 5rem; padding-bottom: 7rem; }
.about-hero h1 { max-width: 850px; margin: 0 0 1.5rem; font: 700 clamp(3.4rem, 7vw, 7rem)/.96 "Manrope", sans-serif; letter-spacing: -.065em; }
.about-hero h1 em { color: var(--lime); font-style: normal; }
.about-hero-inner > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.7; }
.page-breadcrumb { display: flex; align-items: center; gap: .55rem; margin-bottom: 4rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 700; }
.page-breadcrumb a:hover { color: var(--lime); }
.page-breadcrumb i { font-size: .55rem; }
.about-hero-marker { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 350px; padding: 1.4rem 2.2rem; color: var(--ink); background: var(--lime); flex-direction: column; }
.about-hero-marker span { font: 800 1.5rem "Manrope", sans-serif; }
.about-hero-marker small { margin-top: .15rem; opacity: .65; }
.about-intro { overflow: hidden; }
.about-lede { color: var(--ink); font: 500 clamp(1.4rem, 2.25vw, 2rem)/1.55 "Manrope", sans-serif; letter-spacing: -.025em; }
.legacy-grid { display: grid; grid-template-columns: 1fr 1fr 1.15fr; margin-top: clamp(3.5rem, 7vw, 7rem); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.legacy-stat { position: relative; min-height: 250px; padding: 2.4rem; border-right: 1px solid var(--border); }
.legacy-stat:last-child { border-right: 0; }
.stat-number { display: inline-block; color: var(--green); font: 700 clamp(3.8rem, 7vw, 7rem)/1 "Manrope", sans-serif; letter-spacing: -.075em; }
.stat-plus { margin-left: .35rem; color: var(--green); font: 700 1.1rem "Manrope", sans-serif; }
.legacy-stat > p { max-width: 260px; margin: 1rem 0 0; color: var(--muted); line-height: 1.55; }
.legacy-statement { display: flex; justify-content: flex-end; flex-direction: column; color: #fff; background: var(--green); }
.legacy-statement i { position: absolute; top: 2rem; right: 2rem; font-size: 1.8rem; }
.legacy-statement > p { max-width: 350px; color: #fff; font: 600 clamp(1.2rem, 1.8vw, 1.6rem)/1.45 "Manrope", sans-serif; }
.purpose-section { position: relative; overflow: hidden; background: var(--forest); }
.purpose-section::after { position: absolute; top: 20%; left: -180px; width: 430px; height: 430px; border: 70px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; }
.purpose-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); }
.purpose-card { position: relative; min-height: 440px; padding: 2.3rem; color: #fff; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); }
.purpose-card + .purpose-card { border-left: 0; }
.purpose-card > span { position: absolute; top: 2rem; right: 2rem; opacity: .5; font-size: .68rem; }
.purpose-card > i { display: inline-grid; place-items: center; width: 58px; height: 58px; margin-bottom: 5.5rem; color: var(--lime); border: 1px solid rgba(255,255,255,.24); font-size: 1.4rem; }
.purpose-card small { display: block; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; opacity: .65; }
.purpose-card h3 { margin: 0; font: 700 clamp(1.8rem, 3vw, 3rem)/1.14 "Manrope", sans-serif; letter-spacing: -.045em; }
.purpose-card p { margin: 1.2rem 0 0; color: rgba(255,255,255,.75); line-height: 1.65; }
.purpose-card-light { color: var(--ink); background: var(--lime); }
.purpose-card-light > i { color: var(--forest); border-color: rgba(10,61,42,.24); }
.purpose-card-accent { background: var(--green); }
.jubilee-section { background: var(--cream); }
.jubilee-visual { position: relative; padding: 0 2rem 2rem 0; }
.jubilee-visual::after { position: absolute; right: 0; bottom: 0; width: 58%; height: 55%; content: ""; background: var(--lime); }
.jubilee-visual img { position: relative; z-index: 1; display: block; width: 100%; height: 600px; object-fit: cover; box-shadow: var(--shadow); }
.jubilee-badge { position: absolute; z-index: 2; right: -10px; bottom: 35px; display: flex; align-items: flex-end; justify-content: center; flex-direction: column; width: 165px; height: 165px; padding: 1.5rem; color: #fff; background: var(--forest); border-radius: 50%; }
.jubilee-badge strong { font: 700 1.45rem "Manrope", sans-serif; }.jubilee-badge span { color: var(--lime); }
.why-section { overflow: hidden; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.why-card { position: relative; min-height: 350px; padding: 2rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: color .35s, background .35s, transform .35s; }
.why-card:hover { z-index: 1; color: #fff; background: var(--green); transform: translateY(-6px); }
.why-card > span, .why-card > div > span { position: absolute; top: 1.6rem; right: 1.7rem; color: var(--green); font-size: .7rem; font-weight: 700; }
.why-card:hover > span, .why-card:hover > div > span { color: var(--lime); }
.why-card i { display: block; margin: 2rem 0 4.3rem; color: var(--green); font-size: 2.1rem; }
.why-card:hover i { color: var(--lime); }
.why-card h3 { margin-bottom: .8rem; font: 700 1.35rem/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.why-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.why-card:hover p { color: rgba(255,255,255,.75); }
.why-card-wide { grid-column: span 4; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; min-height: 300px; background: var(--cream); }
.why-card-wide > div { position: relative; max-width: 570px; }
.why-card-wide i { margin-bottom: 2rem; }
.why-card-wide blockquote { align-self: center; margin: 0; padding-left: 2rem; border-left: 3px solid var(--lime); font: 600 clamp(1.5rem, 2.5vw, 2.3rem)/1.4 "Manrope", sans-serif; letter-spacing: -.035em; }
.values-strip { overflow: hidden; padding-block: 1.6rem; color: #fff; background: var(--green); }
.values-track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.values-track span { display: flex; align-items: center; gap: 2.4rem; padding-right: 2.4rem; font: 700 clamp(1.5rem, 2.5vw, 2.5rem) "Manrope", sans-serif; }
.values-track i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }
.about-cta { padding-block: clamp(4rem, 7vw, 7rem); background: #fff; }
.about-cta-shell { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: clamp(2.5rem, 5vw, 5rem); color: #fff; background: var(--forest); }
.about-cta h2 { max-width: 750px; margin: 0; font: 700 clamp(2.3rem, 4vw, 4.2rem)/1.08 "Manrope", sans-serif; letter-spacing: -.05em; }
.about-cta .btn-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.about-cta .btn-outline-light:hover { color: var(--ink); background: #fff; }

@media (max-width: 1199.98px) {
  .site-header { height: 80px; }.navbar-brand img { width: 170px; }
  .hero { min-height: 720px; }.hero-shade { background: linear-gradient(90deg, rgba(5,30,21,.93), rgba(5,30,21,.62) 60%, rgba(5,30,21,.12)); }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }.bento-large { grid-row: span 1; min-height: 400px; }.bento-wide { grid-column: span 1; }
  .campus-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 360px); }.gallery-card-wide, .gallery-card-tall { grid-row: span 1; }
  .purpose-card { min-height: 410px; }.purpose-card > i { margin-bottom: 4rem; }.why-grid { grid-template-columns: repeat(2, 1fr); }.why-card-wide { grid-column: span 2; }
}

@media (max-width: 991.98px) {
  html { scroll-padding-top: 78px; }.site-header.is-sticky { height: 72px; }
  .hero { min-height: 680px; }.hero-media { background-position: 63% center; }.hero-shade { background: linear-gradient(90deg, rgba(5,30,21,.93) 0%, rgba(5,30,21,.69) 65%, rgba(5,30,21,.35)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-item:nth-child(2) { border-right: 0; }.trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .learning-tabs > .nav { grid-template-columns: repeat(2, 1fr); }.learning-tabs .nav-item:nth-child(-n+2) .nav-link { border-bottom: 1px solid rgba(255,255,255,.16); }
  .learning-tabs .tab-content { min-height: auto; padding: 3rem; }
  .stage-visual { margin-top: 1rem; }.campus-img { min-height: 520px; }.campus-stamp { right: -5px; }
  .admissions-intro { position: static !important; }.floating-enquire { display: none; }
  .about-hero, .about-hero-inner { min-height: 620px; }.legacy-grid { grid-template-columns: repeat(2, 1fr); }.legacy-stat:nth-child(2) { border-right: 0; }.legacy-statement { grid-column: span 2; min-height: 210px; }
  .purpose-grid { grid-template-columns: 1fr; }.purpose-card { min-height: auto; }.purpose-card + .purpose-card { border-top: 0; border-left: 1px solid rgba(255,255,255,.15); }.purpose-card > i { margin-bottom: 3rem; }
  .jubilee-visual img { height: 520px; }.about-cta-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .container-xxl { padding-inline: 1.25rem; }
  .hero { min-height: 660px; }.hero-media { background-position: 68% center; }.hero-shade { background: linear-gradient(90deg, rgba(5,30,21,.92), rgba(5,30,21,.73)), linear-gradient(0deg, rgba(5,30,21,.55), transparent); }
  .hero-inner { align-items: flex-end; padding-top: 5rem; padding-bottom: 4rem; }.hero h1 { font-size: clamp(3rem, 14vw, 5rem); }.hero-copy { font-size: 1rem; }
  .trust-grid { grid-template-columns: 1fr; }.trust-item, .trust-item:nth-child(2) { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--border); }.trust-item:last-child { border-bottom: 0; }
  .learning-tabs > .nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }.learning-tabs .nav-item { min-width: 0; }.learning-tabs .nav-link { width: 100%; min-width: 0; padding: .95rem .75rem !important; border-bottom: 0 !important; white-space: normal; }.learning-tabs .tab-content { padding: 2rem 1.25rem; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: none; }.bento-card, .bento-large { min-height: 380px; }.bento-wide { grid-template-columns: 1fr; }.bento-wide .orbit { display: none; }
  .campus-collage { padding: 0 0 1.5rem 1rem; }.campus-img { min-height: 430px; }.facility-list { grid-template-columns: 1fr; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }.gallery-heading > p { text-align: left; }.campus-gallery { grid-template-columns: 1fr; grid-template-rows: none; }.gallery-card, .gallery-card-wide, .gallery-card-tall { min-height: 370px; }
  .admission-steps li { grid-template-columns: 55px 1fr; gap: 1rem; }.admission-steps li > span { width: 45px; height: 45px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-credit { margin-left: 0 !important; }.floating-whatsapp, .floating-call { right: 1rem; width: 52px; padding: .7rem; justify-content: center; }.floating-whatsapp { bottom: 1rem; }.floating-call { bottom: 5.15rem; }.floating-whatsapp span, .floating-call span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .about-hero, .about-hero-inner { min-height: 590px; }.about-hero-image { background-position: 62% center; }.about-hero-overlay { background: linear-gradient(90deg, rgba(4,30,20,.94), rgba(4,30,20,.66)); }.about-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }.page-breadcrumb { margin-bottom: 2.8rem; }
  .legacy-grid { grid-template-columns: 1fr; }.legacy-stat, .legacy-stat:nth-child(2) { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--border); }.legacy-statement { grid-column: span 1; }.purpose-card { padding: 2rem; }
  .jubilee-visual { padding: 0 1rem 1rem 0; }.jubilee-visual img { height: 430px; }.jubilee-badge { right: -5px; width: 135px; height: 135px; }
  .why-grid { grid-template-columns: 1fr; }.why-card, .why-card-wide { grid-column: span 1; }.why-card-wide { grid-template-columns: 1fr; gap: 2rem; }.why-card-wide blockquote { font-size: 1.45rem; }
}

@media (max-width: 575.98px) {
  .navbar-brand img { width: 150px; }.hero .btn { width: 100%; }.hero-kicker { font-size: .66rem; }
  .display-title { font-size: 2.55rem; }.learning-tabs .tab-content { margin-inline: -1.25rem; }.stage-visual { min-height: 235px; }.stage-visual > span { font-size: 2rem; }
  .campus-img { min-height: 360px; }.campus-stamp { width: 190px; }.quote-card { margin-inline: -1.25rem; }.quote-card blockquote { font-size: 2rem; }
  .enquire-section .container-xxl { padding-inline: 0; }.enquire-contact a { font-size: .75rem; }
}

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

/* Premium editorial refinement — About */
.reading-progress { position: fixed; z-index: 2000; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--lime), var(--green)); transform: scaleX(0); transform-origin: left; }
.about-hero::before { position: absolute; z-index: 2; inset: 22px; content: ""; border: 1px solid rgba(255,255,255,.19); pointer-events: none; }
.about-hero-image { filter: saturate(.88) contrast(1.03); }
.about-hero-inner { padding-left: clamp(1.25rem, 8vw, 8.5rem); }
.about-hero h1 { text-wrap: balance; }
.hero-legacy-seal { position: absolute; z-index: 3; right: clamp(5rem, 12vw, 12rem); top: 13%; align-items: center; justify-content: center; flex-direction: column; width: 148px; height: 148px; color: var(--ink); background: rgba(232,255,187,.92); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 18px 55px rgba(0,0,0,.18); backdrop-filter: blur(10px); transform: rotate(8deg); }
.hero-legacy-seal::after { position: absolute; inset: 8px; border: 1px dashed rgba(10,61,42,.35); border-radius: 50%; content: ""; }
.hero-legacy-seal strong { font: 800 3.4rem/.9 "Manrope", sans-serif; letter-spacing: -.08em; }
.hero-legacy-seal span { margin-top: .45rem; text-align: center; text-transform: uppercase; letter-spacing: .13em; font-size: .6rem; font-weight: 800; line-height: 1.35; }
.about-hero-marker { min-width: 410px; padding-left: 3.2rem; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.about-intro { position: relative; padding-top: clamp(7rem, 11vw, 11rem); background: linear-gradient(90deg, transparent 49.95%, rgba(16,35,27,.045) 50%, transparent 50.05%); }
.about-intro .container-xxl { position: relative; }
.section-rail { position: absolute; left: -1rem; top: 0; align-items: center; gap: .8rem; color: var(--muted); writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; font-weight: 700; }
.section-rail span { color: var(--green); }.section-rail i { width: 1px; height: 55px; background: var(--border); }
.story-gallery { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 1.5rem; min-height: 640px; margin-top: clamp(4rem, 7vw, 7rem); padding-right: clamp(0rem, 4vw, 4rem); }
.story-image { position: relative; overflow: hidden; margin: 0; box-shadow: var(--shadow); }
.story-image-main { height: 560px; }
.story-image-detail { align-self: end; height: 410px; margin-bottom: 10px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.story-image:hover img { transform: scale(1.035); }
.story-image::after { position: absolute; inset: 55% 0 0; content: ""; background: linear-gradient(transparent, rgba(5,30,21,.72)); }
.story-image figcaption { position: absolute; z-index: 2; right: 1.7rem; bottom: 1.5rem; left: 1.7rem; color: #fff; font: 700 .82rem "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.story-image figcaption span { opacity: .6; font-weight: 500; }
.story-note { position: absolute; z-index: 3; right: 24%; top: 36px; width: 245px; padding: 1.7rem; color: #fff; background: var(--green); box-shadow: 0 24px 70px rgba(10,61,42,.25); transform: translateX(45%); }
.story-note i { color: var(--lime); font-size: 1.8rem; }.story-note p { margin: .8rem 0 0; font: 600 1.25rem/1.4 "Manrope", sans-serif; }
.legacy-grid { position: relative; z-index: 4; width: calc(100% - clamp(2rem, 8vw, 9rem)); margin: -115px 0 0 auto; border: 0; background: #fff; box-shadow: 0 28px 80px rgba(9,38,26,.12); }
.legacy-stat { min-height: 270px; padding: 2.7rem; }
.legacy-stat:nth-child(1) { background: #fff; }.legacy-stat:nth-child(2) { background: #f8f5ee; }
.legacy-statement { background: linear-gradient(145deg, var(--green), #0c7240); }
.purpose-section { padding-top: clamp(8rem, 12vw, 12rem); padding-bottom: clamp(8rem, 12vw, 12rem); }
.purpose-orbit { position: absolute; right: -170px; top: 70px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.purpose-orbit::before, .purpose-orbit::after { position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
.purpose-orbit::before { inset: 68px; }.purpose-orbit::after { inset: 140px; }
.purpose-orbit span { position: absolute; top: 42px; left: 78px; width: 13px; height: 13px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 40px var(--lime); }
.purpose-grid { grid-template-columns: .9fr 1.12fr .98fr; gap: 1.2rem; align-items: start; }
.purpose-card { min-height: 500px; border: 0; background: rgba(255,255,255,.055); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); transition: transform .4s ease, background .4s ease; }
.purpose-card:nth-child(1) { margin-top: 75px; }.purpose-card:nth-child(2) { min-height: 580px; }.purpose-card:nth-child(3) { margin-top: 35px; min-height: 545px; }
.purpose-card:hover { transform: translateY(-9px); background: rgba(255,255,255,.085); }
.purpose-card-light { background: var(--lime); box-shadow: 0 25px 80px rgba(0,0,0,.2); }
.purpose-card-light:hover { background: #c6e87d; }
.purpose-card-accent { background: linear-gradient(145deg, #159f4d, #0b743e); }
.jubilee-section { position: relative; overflow: hidden; padding-block: clamp(8rem, 12vw, 12rem); }
.jubilee-section::before { position: absolute; top: 0; right: 0; width: 30%; height: 100%; content: ""; background: rgba(130,195,65,.085); }
.jubilee-visual { padding: 0 4rem 4rem 0; }
.jubilee-visual > img:first-child { height: 690px; clip-path: polygon(0 0, 93% 0, 100% 8%, 100% 100%, 0 100%); }
.jubilee-detail-image { position: absolute !important; z-index: 3 !important; right: -12px; bottom: -10px; width: 225px !important; height: 295px !important; object-position: center 25%; border: 9px solid var(--cream); box-shadow: 0 25px 70px rgba(9,38,26,.2) !important; }
.jubilee-badge { right: auto; bottom: 45px; left: -58px; width: 178px; height: 178px; box-shadow: 0 22px 65px rgba(9,38,26,.28); }
.campus-feature-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.campus-feature-row span { display: inline-flex; align-items: center; gap: .45rem; padding: .62rem .85rem; color: var(--forest); border: 1px solid rgba(10,61,42,.16); background: rgba(255,255,255,.46); font-size: .75rem; font-weight: 700; }
.campus-feature-row i { color: var(--green); }
.why-section { position: relative; padding-block: clamp(8rem, 12vw, 12rem); background: #fbfaf7; }
.why-section::before { position: absolute; top: 0; left: 7%; width: 1px; height: 100%; content: ""; background: rgba(16,35,27,.06); }
.why-grid { grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, minmax(270px, auto)) minmax(300px, auto); gap: 1.1rem; border: 0; }
.why-card { min-height: 0; border: 0; background: #fff; box-shadow: 0 12px 45px rgba(9,38,26,.07); }
.why-card:nth-child(1) { grid-column: span 5; grid-row: span 2; padding: 3rem; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(183,221,101,.35), transparent 28%), var(--forest); }
.why-card:nth-child(1) > span, .why-card:nth-child(1) i { color: var(--lime); }
.why-card:nth-child(1) i { margin-top: 5rem; margin-bottom: 9rem; font-size: 3rem; }
.why-card:nth-child(1) h3 { font-size: clamp(2rem, 3vw, 3.2rem); }.why-card:nth-child(1) p { color: rgba(255,255,255,.7); }
.why-card:nth-child(2) { grid-column: span 7; background: var(--cream); }
.why-card:nth-child(3) { grid-column: span 3; background: var(--lime); }.why-card:nth-child(3) p { color: rgba(16,35,27,.65); }
.why-card:nth-child(4) { grid-column: span 4; color: #fff; background: var(--green); }.why-card:nth-child(4) > span, .why-card:nth-child(4) i { color: var(--lime); }.why-card:nth-child(4) p { color: rgba(255,255,255,.72); }
.why-card-wide { grid-column: span 12; display: grid; min-height: 330px; padding: 3rem; color: var(--ink); background: #fff; box-shadow: 0 12px 45px rgba(9,38,26,.07); }
.why-card:hover { color: #fff; background: var(--green); box-shadow: 0 25px 65px rgba(9,38,26,.18); }
.why-card-wide:hover blockquote { color: #fff; }
.values-strip { padding-block: 2rem; transform: rotate(-1deg) scale(1.02); }
.about-cta { padding-block: clamp(6rem, 10vw, 10rem); overflow: hidden; }
.about-cta-shell { position: relative; overflow: hidden; min-height: 420px; padding: clamp(3rem, 6vw, 6rem); background: linear-gradient(125deg, #073722, var(--forest) 60%, #105738); box-shadow: 0 30px 100px rgba(9,38,26,.2); }
.about-cta-shell > div:not(.cta-rings) { position: relative; z-index: 2; }
.cta-rings { position: absolute; right: -190px; bottom: -260px; width: 610px; height: 610px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.cta-rings span { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.cta-rings span:nth-child(1) { inset: 70px; }.cta-rings span:nth-child(2) { inset: 145px; }.cta-rings span:nth-child(3) { inset: 225px; background: var(--lime); border: 0; }

@media (max-width: 1199.98px) {
  .about-hero-inner { padding-left: clamp(1.25rem, 4vw, 4rem); }
  .story-gallery { min-height: 560px; }.story-image-main { height: 500px; }.story-image-detail { height: 365px; }.story-note { right: 25%; }
  .purpose-card, .purpose-card:nth-child(2), .purpose-card:nth-child(3) { min-height: 500px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }.why-card:nth-child(n) { grid-column: span 1; grid-row: span 1; }.why-card:nth-child(1) { min-height: 520px; }.why-card:nth-child(1) i { margin: 3rem 0 7rem; }.why-card-wide { grid-column: span 2 !important; }
}

@media (max-width: 991.98px) {
  .about-hero::before { inset: 12px; }.story-gallery { grid-template-columns: 1.25fr .75fr; min-height: 500px; }.story-image-main { height: 450px; }.story-image-detail { height: 330px; }.story-note { display: none; }
  .legacy-grid { width: calc(100% - 2rem); margin-top: -70px; }
  .purpose-grid { gap: 1rem; }.purpose-card, .purpose-card:nth-child(1), .purpose-card:nth-child(2), .purpose-card:nth-child(3) { min-height: auto; margin-top: 0; }.purpose-card:hover { transform: none; }
  .jubilee-visual { margin-left: 45px; }.jubilee-visual > img:first-child { height: 560px; }
  .why-card { min-height: 340px; }.why-card-wide { min-height: 300px; }
}

@media (max-width: 767.98px) {
  .about-hero::before { display: none; }.about-hero-inner { padding-left: 1.25rem; }.about-hero-marker { clip-path: none; }
  .about-intro { background: #fff; }.story-gallery { display: block; min-height: auto; padding: 0; }.story-image-main { height: 410px; }.story-image-detail { width: 68%; height: 290px; margin: -55px 0 0 auto; border: 8px solid #fff; }.story-image figcaption { right: 1rem; bottom: 1rem; left: 1rem; font-size: .68rem; }
  .legacy-grid { width: 94%; margin-top: -15px; }.legacy-stat { padding: 2rem; }
  .purpose-section { padding-block: 7rem; }.purpose-orbit { display: none; }.purpose-card > i { margin-bottom: 2.5rem; }
  .jubilee-visual { margin-left: 0; padding: 0 1.5rem 4.5rem 0; }.jubilee-visual > img:first-child { height: 450px; }.jubilee-detail-image { right: -4px; width: 150px !important; height: 210px !important; }.jubilee-badge { bottom: 28px; left: -8px; width: 125px; height: 125px; }
  .why-grid { grid-template-columns: 1fr; }.why-card:nth-child(n), .why-card-wide { grid-column: span 1 !important; min-height: 340px; }.why-card:nth-child(1) { min-height: 500px; }.why-card:nth-child(1) i { margin-bottom: 6rem; }.why-card-wide { display: block; }.why-card-wide blockquote { margin-top: 2rem; }
  .about-cta-shell { min-height: 500px; }.about-cta-shell .btn { width: 100%; }.cta-rings { opacity: .55; }
}
