:root {
  --navy: #061b3a;
  --navy-2: #092a57;
  --blue: #0b61bd;
  --blue-2: #167ddd;
  --sky: #49aef2;
  --ice: #eaf6ff;
  --cloud: #f6faff;
  --white: #fff;
  --ink: #15324f;
  --muted: #60758b;
  --line: #dce8f3;
  --shadow: 0 24px 70px rgba(5, 32, 70, .13);
  --shadow-sm: 0 14px 40px rgba(5, 32, 70, .09);
  --radius: 26px;
  --radius-sm: 16px;
  --container: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 16px/1.75 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--navy); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.25em; }
::selection { background: var(--sky); color: var(--navy); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.section { position: relative; padding: clamp(80px, 10vw, 150px) 0; }
.site-main { min-height: 50vh; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 99999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font-size: .77rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.eyebrow--light { color: #9ed8ff; }
.lead { color: var(--navy); font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 9999; inset: 0 0 auto; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--sky), #86d3ff); box-shadow: 0 0 18px var(--sky); }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; overflow: hidden; isolation: isolate; font-size: .91rem; font-weight: 800; transition: color .35s, background .35s, border-color .35s, transform .35s var(--ease), box-shadow .35s; }
.btn::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.45) 45%, transparent 70%); transform: translateX(-120%); content: ""; transition: transform .7s; }
.btn:hover::before { transform: translateX(120%); }
.btn:hover { transform: translateY(-3px); }
.btn .icon { transition: transform .35s; }
.btn:hover .icon { transform: translateX(4px); }
.btn--primary { background: var(--blue); color: var(--white); box-shadow: 0 13px 30px rgba(11,97,189,.25); }
.btn--primary:hover { background: var(--navy); box-shadow: 0 18px 40px rgba(6,27,58,.28); }
.btn--white { background: var(--white); color: var(--navy); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.btn--outline { border-color: var(--line); background: var(--white); color: var(--navy); }
.btn--outline:hover { border-color: var(--blue); color: var(--blue); box-shadow: var(--shadow-sm); }
.btn--glass, .btn--ghost-light { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: var(--white); backdrop-filter: blur(14px); }
.btn--glass:hover, .btn--ghost-light:hover { background: rgba(255,255,255,.2); }
.btn--small { min-height: 44px; padding: 0 19px; font-size: .84rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 800; }
.text-link .icon { transition: transform .25s; }
.text-link:hover .icon { transform: translateX(6px); }

.announcement { position: relative; z-index: 500; background: linear-gradient(90deg, var(--blue), var(--blue-2)); color: var(--white); }
.announcement__inner { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 38px; font-size: .77rem; }
.announcement p { margin: 0; }
.announcement a { display: inline-flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.6); font-weight: 800; }
.announcement a .icon { width: 14px; }
.announcement__spark { display: flex; animation: pulse 2s infinite; }
.site-header { position: relative; z-index: 400; background: var(--white); transition: transform .4s, box-shadow .4s; }
.site-header.is-sticky .nav-shell { position: fixed; inset: 0 0 auto; box-shadow: 0 10px 40px rgba(6,27,58,.12); animation: slideDown .45s var(--ease); }
.admin-bar .site-header.is-sticky .nav-shell { top: 32px; }
.topbar { border-bottom: 1px solid var(--line); background: #fbfdff; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 39px; color: var(--muted); font-size: .72rem; }
.topbar__contacts, .topbar__links, .topbar__contacts > a, .topbar__contacts > span { display: flex; align-items: center; gap: 18px; }
.topbar__contacts > a, .topbar__contacts > span { gap: 7px; }
.topbar__contacts .icon { width: 14px; color: var(--blue); }
.topbar__links a { font-weight: 750; }
.topbar a:hover { color: var(--blue); }
.nav-shell { background: rgba(255,255,255,.96); backdrop-filter: blur(20px); }
.nav-shell__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 86px; }
.site-brand { flex: 0 0 auto; }
.custom-logo-link, .brand-fallback { display: block; }
.custom-logo, .brand-fallback img { width: auto; max-width: 180px; max-height: 64px; object-fit: contain; }
.primary-nav { margin-left: auto; }
.primary-menu, .primary-nav ul { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.primary-menu a { position: relative; display: block; padding: 28px 0; color: var(--navy); font-size: .83rem; font-weight: 750; }
.primary-menu a::after { position: absolute; inset: auto 0 19px; width: 0; height: 2px; border-radius: 2px; background: var(--sky); content: ""; transition: width .3s var(--ease); }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--blue); }
.primary-menu a:hover::after, .primary-menu .current-menu-item > a::after { width: 100%; }
.primary-menu .sub-menu { position: absolute; display: grid; min-width: 230px; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .3s; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.primary-menu .sub-menu a { padding: 10px 12px; border-radius: 9px; }
.primary-menu .sub-menu a:hover { background: var(--ice); }
.primary-menu .sub-menu a::after { display: none; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.menu-icon { display: flex; }
.menu-icon--close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon--open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon--close { display: flex; }

.hero { position: relative; min-height: min(800px, calc(100vh - 163px)); display: flex; align-items: center; background: var(--navy); color: var(--white); overflow: hidden; }
.hero__media, .hero__slide, .hero__wash, .hero__mesh { position: absolute; inset: 0; }
.hero__slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.08); transition: opacity 1.2s, transform 8s linear; }
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__wash { background: linear-gradient(90deg, rgba(3,18,43,.96) 0%, rgba(4,31,70,.82) 44%, rgba(4,28,58,.38) 73%, rgba(3,17,41,.18) 100%); }
.hero__mesh { opacity: .25; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.orb { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(73,174,242,.35), transparent 67%); filter: blur(14px); pointer-events: none; animation: float 9s ease-in-out infinite; }
.orb--one { top: -130px; left: 38%; }
.orb--two { right: -130px; bottom: -170px; width: 520px; height: 520px; animation-delay: -4s; }
.hero__inner { position: relative; z-index: 2; display: flex; width: min(calc(100% - 40px), var(--container)); margin-inline: auto; align-items: flex-end; justify-content: space-between; gap: clamp(40px, 6vw, 90px); padding-block: 76px 108px; }
.hero__content { min-width: 0; max-width: 820px; }
.hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #b6e3ff; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero__eyebrow span { width: 38px; height: 2px; background: var(--sky); }
.hero h1 { max-width: 820px; color: var(--white); font-size: clamp(3.2rem, 5.2vw, 5.7rem); text-wrap: balance; }
.hero__lead { max-width: 680px; margin-top: 22px; color: #d7eaff; font-size: clamp(1.08rem, 1.7vw, 1.42rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__trust { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.hero__trust p { margin: 0; color: #d6e7fa; font-size: .78rem; line-height: 1.5; }
.hero__trust strong { color: var(--white); }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 32px; height: 32px; margin-left: -7px; place-items: center; border: 2px solid var(--navy-2); border-radius: 50%; background: var(--sky); color: var(--navy); font-size: .67rem; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; background: var(--white); }
.avatar-stack span:nth-child(2) { background: #b8e5ff; }
.hero__badge { position: relative; display: grid; width: 176px; height: 176px; padding: 28px; place-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(4,28,62,.45); backdrop-filter: blur(12px); text-align: center; }
.hero__badge strong { font-size: 2rem; line-height: 1; }
.hero__badge small { margin-top: 8px; color: #bcdffc; font-size: .66rem; line-height: 1.45; }
.hero__badge-ring { position: absolute; inset: -10px; border: 1px dashed rgba(135,211,255,.5); border-radius: inherit; animation: spin 24s linear infinite; }
.hero__controls { position: absolute; z-index: 5; right: max(24px, calc((100vw - var(--container))/2)); bottom: 34px; display: flex; align-items: center; gap: 15px; }
.hero__controls > button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.14); color: var(--white); cursor: pointer; }
.hero__dots { display: flex; gap: 6px; }
.hero__dots button { width: 18px; height: 3px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.35); cursor: pointer; transition: width .3s, background .3s; }
.hero__dots button.is-active { width: 36px; background: var(--sky); }
.hero__scroll { position: absolute; z-index: 3; bottom: 36px; left: max(24px, calc((100vw - var(--container))/2)); display: flex; align-items: center; gap: 12px; color: #c3dcf4; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.hero__scroll i { display: block; width: 40px; height: 1px; background: rgba(255,255,255,.4); overflow: hidden; }
.hero__scroll i::after { display: block; width: 14px; height: 1px; background: var(--white); animation: scrollLine 2s infinite; content: ""; }
.hero-animate { opacity: 0; transform: translateY(36px); animation: heroIn .85s var(--ease) forwards; }
.hero-animate:nth-child(2) { animation-delay: .12s; }
.hero-animate:nth-child(3) { animation-delay: .22s; }
.hero-animate:nth-child(4) { animation-delay: .32s; }
.hero-animate:nth-child(5), .hero__badge.hero-animate { animation-delay: .46s; }

.feature-ribbon { position: relative; z-index: 10; background: var(--white); box-shadow: 0 -12px 45px rgba(3,20,50,.1); }
.feature-ribbon__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-mini { display: flex; align-items: center; gap: 15px; padding: 30px 24px; border-right: 1px solid var(--line); }
.feature-mini:last-child { border: 0; }
.feature-mini > .icon { width: 30px; height: 30px; color: var(--blue); }
.feature-mini strong, .feature-mini span { display: block; }
.feature-mini strong { color: var(--navy); font-size: .9rem; }
.feature-mini span { margin-top: 3px; color: var(--muted); font-size: .7rem; }

.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.split-layout--wide { grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); }
.section-copy > h2 { max-width: 720px; }
.section-copy > p { color: var(--muted); }
.section-copy blockquote { margin: 30px 0; padding: 22px 24px; border-left: 3px solid var(--sky); background: var(--ice); border-radius: 0 14px 14px 0; color: var(--ink); }
.collage { position: relative; min-height: 650px; }
.collage__main { position: absolute; inset: 0 18% 8% 0; overflow: hidden; border-radius: 180px 22px 22px 22px; box-shadow: var(--shadow); }
.collage__main img, .collage__float img { width: 100%; height: 100%; object-fit: cover; }
.collage__float { position: absolute; right: 0; bottom: 0; width: 47%; height: 38%; overflow: hidden; border: 8px solid var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.collage__seal { position: absolute; top: 9%; right: 3%; display: grid; width: 130px; height: 130px; padding: 20px; place-content: center; border-radius: 50%; background: var(--blue); color: var(--white); text-align: center; box-shadow: 0 17px 45px rgba(11,97,189,.35); }
.collage__seal strong { font-size: 2rem; line-height: 1; }
.collage__seal span { margin-top: 5px; font-size: .66rem; line-height: 1.35; }
.collage__dots { position: absolute; z-index: -1; right: 7%; top: 2%; width: 110px; height: 110px; opacity: .35; background-image: radial-gradient(var(--sky) 2px, transparent 2px); background-size: 14px 14px; }

.vision-section { min-height: 850px; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.vision-section__image { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .25; mix-blend-mode: luminosity; }
.vision-section::after { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,27,58,.98), rgba(6,27,58,.6)); content: ""; }
.vision-section__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; }
.vision-card h2 { max-width: 760px; color: var(--white); font-size: clamp(2.2rem, 4.2vw, 4.5rem); }
.vision-principles { display: grid; gap: 16px; }
.glass-card { position: relative; padding: 25px 28px 23px 84px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); color: #bed3e9; backdrop-filter: blur(12px); transition: transform .35s, background .35s; }
.glass-card:hover { transform: translateX(-8px); background: rgba(73,174,242,.14); }
.glass-card > span { position: absolute; top: 25px; left: 26px; color: var(--sky); font-size: .75rem; font-weight: 900; }
.glass-card h3 { margin-bottom: 6px; color: var(--white); }
.glass-card p { margin: 0; font-size: .82rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading > div { max-width: 740px; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stage-card { position: relative; min-height: 440px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s, border-color .5s; }
.stage-card::after { position: absolute; right: -50px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: var(--ice); content: ""; transition: transform .5s; }
.stage-card:hover { border-color: #b1d9f7; box-shadow: var(--shadow); transform: translateY(-10px); }
.stage-card:hover::after { transform: scale(1.45); }
.stage-card--featured { background: var(--navy); color: #cfe1f4; }
.stage-card--featured h3 { color: var(--white); }
.stage-card--featured::after { background: rgba(73,174,242,.15); }
.stage-card__number { position: absolute; top: 30px; right: 30px; color: #b5c6d7; font-size: .75rem; font-weight: 800; }
.stage-card__icon { display: grid; width: 64px; height: 64px; margin-bottom: 45px; place-items: center; border-radius: 18px; background: var(--ice); color: var(--blue); }
.stage-card--featured .stage-card__icon { background: var(--blue); color: var(--white); }
.stage-card__icon .icon { width: 29px; height: 29px; }
.stage-card small { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stage-card--featured small { color: #8fd1ff; }
.stage-card h3 { margin-top: 10px; }
.stage-card p { color: var(--muted); font-size: .88rem; }
.stage-card--featured p { color: #bed3e8; }
.stage-card__link { position: absolute; z-index: 2; bottom: 32px; left: 38px; display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: .77rem; font-weight: 800; }
.stage-card--featured .stage-card__link { color: #9dd9ff; }

.numbers-section { background: linear-gradient(130deg, var(--navy), #083b75); color: var(--white); overflow: hidden; }
.numbers-section::before { position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.4) 1px, transparent 1px); background-size: 28px 28px; content: ""; mask-image: linear-gradient(90deg, transparent, black); }
.numbers-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1px; background: rgba(255,255,255,.15); }
.numbers-intro, .number-card { background: var(--navy); }
.numbers-intro { grid-row: span 2; padding: 65px; }
.numbers-intro h2 { color: var(--white); }
.numbers-intro p { color: #bcd4eb; }
.number-card { display: grid; min-height: 230px; padding: 34px; place-content: center; text-align: center; transition: background .35s; }
.number-card:hover { background: #0b3b73; }
.number-card strong { color: var(--white); font-size: clamp(2.5rem, 4vw, 4.6rem); font-weight: 850; line-height: 1; letter-spacing: -.05em; }
.number-card p { max-width: 190px; margin: 12px auto 0; color: #a9c3dc; font-size: .78rem; }

.campus-section { background: var(--cloud); }
.campus-showcase { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.campus-card { position: relative; overflow: hidden; border-radius: var(--radius); }
.campus-card--large { grid-row: span 2; }
.campus-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(2,17,39,.9)); content: ""; }
.campus-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.campus-card:hover img { transform: scale(1.07); }
.campus-card > span { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; display: flex; align-items: end; justify-content: space-between; color: var(--white); }
.campus-card strong { font-size: 1.25rem; }
.campus-card small { color: #92d5ff; font-weight: 850; }

.alumni-teaser { overflow: hidden; }
.alumni-stack { position: relative; min-height: 640px; }
.alumni-stack > img { position: absolute; width: 60%; height: 72%; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.alumni-stack > img:first-child { top: 0; left: 0; transform: rotate(-4deg); }
.alumni-stack > img:nth-child(2) { right: 0; bottom: 0; transform: rotate(4deg); }
.alumni-stack__label { position: absolute; z-index: 3; right: 15%; top: 42%; display: flex; align-items: center; gap: 10px; padding: 18px 22px; border-radius: 14px; background: var(--blue); color: var(--white); box-shadow: var(--shadow); }
.alumni-stack__label .icon { width: 26px; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; }
.post-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.post-card__image { position: relative; display: block; height: 250px; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card:hover .post-card__image img { transform: scale(1.06); }
.post-card__date { position: absolute; right: 16px; top: 16px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .7rem; font-weight: 850; }
.post-card__body { padding: 28px; }
.post-card__meta { color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2 { margin-top: 9px; font-size: 1.4rem; }
.post-card p { color: var(--muted); font-size: .84rem; }

.page-hero { position: relative; min-height: 560px; display: flex; align-items: end; overflow: hidden; background: var(--navy); }
.page-hero::before { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,26,58,.97), rgba(5,34,75,.68), rgba(5,26,58,.25)), var(--page-hero); background-position: center; background-size: cover; content: ""; }
.page-hero::after { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(90deg, black, transparent 70%); }
.page-hero__inner { position: relative; z-index: 2; padding-block: 130px 80px; }
.page-hero__content { max-width: 900px; }
.page-hero h1 { max-width: 880px; color: var(--white); font-size: clamp(3rem, 6vw, 6.5rem); }
.page-hero p { max-width: 650px; color: #cee4f8; font-size: 1.15rem; }
.entry-section { border-top: 1px solid var(--line); }
.entry-content { color: var(--muted); }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.4em; }
.entry-content h2:first-child { margin-top: 0; }
.entry-content ul, .entry-content ol { padding-left: 1.2em; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content a { color: var(--blue); text-decoration: underline; }
.entry-content blockquote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--sky); background: var(--ice); color: var(--ink); }
.intro-center { max-width: 920px; text-align: center; }
.intro-center .entry-content { max-width: 780px; margin: 0 auto; }

.story-visual { position: relative; }
.story-visual img { width: 100%; min-height: 620px; border-radius: 170px 22px 22px; object-fit: cover; box-shadow: var(--shadow); }
.story-year { position: absolute; bottom: 35px; left: -36px; display: grid; width: 150px; height: 150px; place-content: center; border: 8px solid var(--white); border-radius: 50%; background: var(--blue); color: var(--white); text-align: center; }
.story-year span { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.story-year strong { font-size: 2.3rem; }
.purpose-section { padding-top: 20px; }
.purpose-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.purpose-card { min-height: 440px; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ice); }
.purpose-card > span { display: grid; width: 58px; height: 58px; margin-bottom: 70px; place-items: center; border-radius: 16px; background: var(--white); color: var(--blue); }
.purpose-card small { color: var(--blue); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.purpose-card h2 { margin-top: 14px; font-size: clamp(1.6rem, 2.5vw, 2.8rem); }
.purpose-card p { color: var(--muted); }
.purpose-card--dark { background: var(--navy); color: #c5d8ec; }
.purpose-card--dark h2, .purpose-card--blue h2 { color: var(--white); }
.purpose-card--dark small, .purpose-card--blue small { color: #9bd9ff; }
.purpose-card--blue { background: var(--blue); color: #d9ecff; }
.values-section { background: var(--cloud); }
.values-wheel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-chip { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .35s, border-color .35s; }
.value-chip:hover { transform: translateY(-6px); border-color: var(--sky); }
.value-chip strong, .value-chip span { display: block; }
.value-chip strong { color: var(--navy); font-size: 1.2rem; }
.value-chip span { margin-top: 5px; color: var(--muted); font-size: .82rem; }

.phase-section { padding-top: 20px; }
.phase-list { display: grid; gap: 100px; }
.phase-row { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.phase-row--reverse .phase-row__visual { order: 2; }
.phase-row__visual { position: relative; height: 560px; }
.phase-row__visual img { width: 100%; height: 100%; border-radius: 24px 140px 24px 24px; object-fit: cover; box-shadow: var(--shadow); }
.phase-row--reverse .phase-row__visual img { border-radius: 140px 24px 24px; }
.phase-row__visual span { position: absolute; right: -24px; bottom: -24px; display: grid; width: 90px; height: 90px; place-items: center; border: 7px solid var(--white); border-radius: 50%; background: var(--blue); color: var(--white); font-weight: 850; }
.phase-row__copy p { color: var(--muted); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.check-list .icon { width: 20px; color: var(--blue); }
.support-band { background: var(--navy); color: #c6d9eb; }
.support-band__intro { max-width: 720px; margin-bottom: 48px; }
.support-band h2, .support-band h3 { color: var(--white); }
.support-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-band__grid article { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.05); }
.support-band__grid .icon { width: 32px; height: 32px; margin-bottom: 30px; color: var(--sky); }

.admission-note { padding: 48px; border-radius: var(--radius); background: linear-gradient(145deg, var(--blue), var(--navy)); color: #d5e9fb; box-shadow: var(--shadow); }
.admission-note > span { display: grid; width: 60px; height: 60px; margin-bottom: 50px; place-items: center; border-radius: 18px; background: rgba(255,255,255,.14); color: var(--white); }
.admission-note h3 { color: var(--white); font-size: 2rem; }
.admission-note strong { display: block; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: var(--white); }
.process-section { background: var(--cloud); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-line::before { position: absolute; top: 29px; right: 10%; left: 10%; height: 1px; background: #b9d5ea; content: ""; }
.process-step { position: relative; text-align: center; }
.process-step > span { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; margin: 0 auto 26px; place-items: center; border: 7px solid var(--cloud); border-radius: 50%; background: var(--blue); color: var(--white); font-size: .72rem; font-weight: 850; box-shadow: 0 0 0 1px #b9d5ea; }
.process-step p { color: var(--muted); font-size: .84rem; }
.form-section { background: var(--navy); }
.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.form-aside { position: sticky; top: 130px; color: #bed2e6; }
.form-aside h2 { color: var(--white); }
.form-aside__contact { display: grid; gap: 16px; margin-top: 35px; }
.form-aside__contact > span { display: flex; align-items: center; gap: 13px; }
.form-aside__contact .icon { color: var(--sky); }
.form-card, .contact-form-panel { padding: clamp(28px, 5vw, 55px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.romma-form { display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { color: var(--navy); font-size: .77rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; background: #fbfdff; color: var(--ink); outline: 0; transition: border-color .25s, box-shadow .25s; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(73,174,242,.13); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .75rem; }
.form-status { padding: 12px 15px; border-radius: 10px; background: var(--ice); color: var(--blue); font-size: .82rem; }
.form-status--error { background: #fff0f0; color: #a32222; }
.romma-form .honeypot { position: absolute; left: -9999px; }
.plugin-notice { padding: 25px; border: 1px dashed #9fccec; border-radius: 14px; background: var(--ice); }
.plugin-notice h3 { font-size: 1.2rem; }
.plugin-notice p { margin: 0; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 5px; border: 0; background: none; color: var(--navy); text-align: left; font-weight: 800; cursor: pointer; }
.accordion__item > button .icon { transition: transform .3s; }
.accordion__item > button[aria-expanded="true"] .icon { transform: rotate(45deg); }
.accordion__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.accordion__panel > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); }
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__panel > p { padding: 0 60px 24px 5px; }

.life-grid-section { padding-top: 20px; }
.life-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.life-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .4s, box-shadow .4s; }
.life-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.life-card__image { height: 270px; overflow: hidden; }
.life-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.life-card:hover img { transform: scale(1.06); }
.life-card__body { padding: 28px; }
.life-card__body > span { display: grid; width: 48px; height: 48px; margin: -53px 0 25px; place-items: center; border: 5px solid var(--white); border-radius: 13px; background: var(--blue); color: var(--white); position: relative; }
.life-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.wellbeing-section { background: var(--cloud); }
.wellbeing-visual { position: relative; }
.wellbeing-visual img { width: 100%; height: 610px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.wellbeing-visual span { position: absolute; right: -25px; bottom: 35px; padding: 17px 22px; border-radius: 12px; background: var(--blue); color: var(--white); font-weight: 850; }

.facility-section { padding-top: 20px; }
.facility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.facility-card { display: grid; grid-template-columns: 44% 56%; min-height: 300px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s, box-shadow .4s; }
.facility-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.facility-card__image { position: relative; overflow: hidden; }
.facility-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.facility-card:hover img { transform: scale(1.07); }
.facility-card__image span { position: absolute; top: 15px; left: 15px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--navy); font-size: .7rem; font-weight: 850; }
.facility-card__body { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.facility-card__body small, .achievement-row__copy small, .alumni-profile__copy small { color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.facility-card__body h3 { margin-top: 10px; }
.facility-card__body p { margin: 0; color: var(--muted); font-size: .82rem; }
.visit-band, .alumni-connect { padding-top: 20px; }
.visit-band__inner, .alumni-connect__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(40px, 6vw, 72px); border-radius: var(--radius); background: linear-gradient(115deg, var(--navy), var(--blue)); color: #cce3f6; overflow: hidden; }
.visit-band__inner::after, .alumni-connect__inner::after { position: absolute; right: -100px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.visit-band h2, .alumni-connect h2 { color: var(--white); }
.visit-band p, .alumni-connect p { max-width: 650px; margin: 0; }

.achievement-timeline { padding-top: 20px; }
.achievement-timeline .container { position: relative; }
.timeline-line { position: absolute; top: 0; bottom: 0; left: 55px; width: 1px; background: var(--line); }
.achievement-row { position: relative; display: grid; grid-template-columns: 110px 330px 1fr; align-items: center; gap: 42px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.achievement-row__index { position: relative; z-index: 1; display: grid; width: 72px; height: 72px; place-items: center; border: 8px solid var(--white); border-radius: 50%; background: var(--blue); color: var(--white); font-size: .72rem; font-weight: 850; box-shadow: 0 0 0 1px var(--line); }
.achievement-row__image { height: 240px; border-radius: 20px; overflow: hidden; }
.achievement-row__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.achievement-row:hover img { transform: scale(1.06); }
.achievement-row__copy h2 { margin-top: 10px; font-size: clamp(1.5rem, 2.5vw, 2.5rem); }
.achievement-row__copy p { color: var(--muted); }

.alumni-intro { padding-bottom: 50px; }
.alumni-profiles { padding-top: 30px; }
.alumni-profiles .container { display: grid; gap: 110px; }
.alumni-profile { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.alumni-profile--reverse .alumni-profile__portrait { order: 2; }
.alumni-profile__portrait { position: relative; height: 610px; }
.alumni-profile__portrait img { width: 100%; height: 100%; border-radius: 160px 25px 25px; object-fit: cover; box-shadow: var(--shadow); }
.alumni-profile--reverse .alumni-profile__portrait img { border-radius: 25px 160px 25px 25px; }
.alumni-profile__portrait > span { position: absolute; right: -20px; bottom: 30px; display: grid; width: 70px; height: 70px; place-items: center; border: 7px solid var(--white); border-radius: 50%; background: var(--blue); color: var(--white); font-weight: 850; }
.alumni-profile__copy h2 { margin-top: 12px; }
.alumni-profile__copy p { color: var(--muted); font-size: 1.04rem; }
.alumni-quote { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--blue); font-weight: 850; }

.gallery-section { background: var(--cloud); }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.gallery-toolbar .entry-content p { margin: 0; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-pills button { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--muted); font-size: .74rem; font-weight: 800; cursor: pointer; transition: .25s; }
.filter-pills button:hover, .filter-pills button.is-active { border-color: var(--blue); background: var(--blue); color: var(--white); }
.gallery-masonry { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 310px; gap: 16px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: 18px; background: var(--navy); overflow: hidden; cursor: zoom-in; text-align: left; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item.is-filtered { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .5s; }
.gallery-item::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3,20,48,.9)); content: ""; opacity: .8; }
.gallery-item:hover img { transform: scale(1.06); opacity: .86; }
.gallery-item > span { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; color: var(--white); transform: translateY(8px); transition: transform .4s; }
.gallery-item:hover > span { transform: none; }
.gallery-item small, .gallery-item strong { display: block; }
.gallery-item small { color: #9fd9ff; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.gallery-item strong { margin-top: 5px; font-size: 1.05rem; }
.lightbox { position: fixed; z-index: 10000; inset: 0; display: grid; padding: 50px; place-items: center; background: rgba(2,13,31,.94); opacity: 0; pointer-events: none; transition: opacity .35s; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox > button { position: absolute; top: 24px; right: 24px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; }
.lightbox figure { max-width: min(1050px, 92vw); margin: 0; }
.lightbox img { max-height: 78vh; margin: auto; border-radius: 14px; box-shadow: 0 30px 90px #000; }
.lightbox figcaption { padding-top: 13px; color: var(--white); text-align: center; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-details > p { color: var(--muted); }
.contact-cards { display: grid; gap: 10px; margin-top: 35px; }
.contact-cards > a, .contact-cards > span { display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: transform .3s, border-color .3s; }
.contact-cards > a:hover { transform: translateX(6px); border-color: var(--sky); }
.contact-cards > * > .icon { width: 26px; color: var(--blue); }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.contact-cards strong { color: var(--navy); font-size: .86rem; }
.map-card { position: relative; display: grid; min-height: 230px; margin-top: 22px; place-content: center; border-radius: 20px; background: var(--ice); overflow: hidden; text-align: center; }
.map-card__grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(var(--blue) 1px, transparent 1px), linear-gradient(90deg, var(--blue) 1px, transparent 1px); background-size: 26px 26px; transform: rotate(9deg) scale(1.3); }
.map-card > span, .map-card > strong { position: relative; z-index: 1; }
.map-card > span { display: grid; width: 58px; height: 58px; margin: 0 auto 15px; place-items: center; border-radius: 50% 50% 50% 0; background: var(--blue); color: var(--white); transform: rotate(-45deg); }
.map-card > span .icon { transform: rotate(45deg); }
.map-card > strong { display: flex; align-items: center; gap: 8px; color: var(--blue); }
.contact-form-panel { border: 1px solid var(--line); }
.contact-form-panel .entry-content { margin-bottom: 25px; }

.empty-state { max-width: 700px; margin: 0 auto; padding: 70px 35px; border: 1px dashed #bcd7eb; border-radius: var(--radius); background: var(--ice); text-align: center; }
.empty-state > .icon { width: 45px; height: 45px; color: var(--blue); }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 50px; }
.pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 12px; place-items: center; border: 1px solid var(--line); border-radius: 50px; }
.pagination .current { background: var(--blue); color: var(--white); }
.single-hero { padding: 130px 0 80px; background: var(--navy); color: var(--white); }
.single-hero h1 { color: var(--white); font-size: clamp(2.8rem, 5vw, 5.8rem); }
.single-meta { color: #aac8e2; }
.back-link { display: inline-block; margin-bottom: 30px; color: #a4d9fb; font-weight: 800; }
.single-featured { margin-top: -35px; }
.single-featured img { width: 100%; max-height: 680px; border: 8px solid var(--white); border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.not-found { position: relative; min-height: 75vh; display: grid; place-items: center; background: var(--navy); overflow: hidden; }
.not-found__inner { position: relative; z-index: 1; max-width: 760px; color: #bdd3e8; text-align: center; }
.not-found__inner > span { color: var(--sky); font-size: clamp(5rem, 15vw, 12rem); font-weight: 900; line-height: .8; }
.not-found h1 { margin-top: 30px; color: var(--white); }

.prefooter { padding: 70px 0; background: linear-gradient(100deg, var(--blue), var(--blue-2)); color: var(--white); }
.prefooter__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.prefooter h2 { max-width: 780px; margin: 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.6rem); }
.prefooter__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.site-footer { position: relative; padding: 85px 0 0; background: #031329; color: #aabed2; overflow: hidden; }
.footer-orbit { position: absolute; right: -250px; bottom: -270px; width: 650px; height: 650px; border: 1px solid rgba(73,174,242,.15); border-radius: 50%; }
.footer-orbit::before, .footer-orbit::after { position: absolute; inset: 90px; border: inherit; border-radius: inherit; content: ""; }
.footer-orbit::after { inset: 180px; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .75fr .75fr 1fr; gap: 55px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 380px; margin-top: 25px; font-size: .82rem; }
.social-links { display: flex; gap: 9px; margin-top: 25px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--white); font-size: .72rem; font-weight: 850; transition: background .3s, transform .3s; }
.social-links a:hover { background: var(--blue); transform: translateY(-3px); }
.footer-column h3 { margin-bottom: 22px; color: var(--white); font-size: 1rem; }
.footer-column ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-column a { font-size: .79rem; transition: color .25s; }
.footer-column a:hover { color: var(--sky); }
.footer-contact { display: grid; align-content: start; gap: 14px; }
.footer-contact > a, .footer-contact > span { display: flex; align-items: flex-start; gap: 10px; font-size: .77rem; }
.footer-contact .icon { color: var(--sky); }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 70px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.back-to-top { position: fixed; z-index: 200; right: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--blue); color: var(--white); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(15px); cursor: pointer; transition: .3s; }
.back-to-top .icon { transform: rotate(-90deg); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@keyframes heroIn { to { opacity: 1; transform: none; } }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: none; } }
@keyframes float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(22px,30px,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.25); } }
@keyframes scrollLine { from { transform: translateX(-15px); } to { transform: translateX(45px); } }

@media (max-width: 1100px) {
  .primary-menu, .primary-nav ul { gap: 18px; }
  .primary-menu a { font-size: .76rem; }
  .desktop-cta { display: none; }
  .feature-ribbon__grid { grid-template-columns: repeat(2, 1fr); }
  .feature-mini:nth-child(2) { border-right: 0; }
  .feature-mini:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .purpose-grid { grid-template-columns: 1fr 1fr; }
  .purpose-card:first-child { grid-column: span 2; min-height: 380px; }
  .facility-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .admin-bar .site-header.is-sticky .nav-shell { top: 46px; }
  .announcement__inner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement__inner > span { display: none; }
  .topbar { display: none; }
  .nav-shell__inner { min-height: 72px; }
  .custom-logo, .brand-fallback img { max-width: 142px; max-height: 52px; }
  .menu-toggle { display: flex; }
  .primary-nav { position: fixed; z-index: -1; inset: 72px 0 auto; height: calc(100vh - 72px); padding: 30px 20px; background: rgba(255,255,255,.98); opacity: 0; pointer-events: none; transform: translateY(-15px); overflow-y: auto; transition: opacity .35s, transform .35s; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .primary-menu, .primary-nav ul { display: grid; gap: 0; }
  .primary-menu a { padding: 17px 6px; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
  .primary-menu a::after { display: none; }
  .primary-menu .sub-menu { position: static; min-width: 0; padding: 0 0 0 15px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .hero { min-height: calc(100vh - 110px); }
  .hero__inner { padding-block: 72px 104px; }
  .hero h1 { font-size: clamp(3rem, 9.6vw, 4.6rem); }
  .hero__badge { display: none; }
  .hero__scroll { display: none; }
  .split-layout, .split-layout--wide, .vision-section__grid, .phase-row, .form-layout, .contact-grid { grid-template-columns: 1fr; }
  .collage { min-height: 570px; }
  .vision-section { min-height: auto; }
  .vision-section__grid { gap: 50px; }
  .stage-grid, .life-grid, .support-band__grid { grid-template-columns: 1fr; }
  .stage-card { min-height: 390px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers-intro { grid-column: span 2; grid-row: auto; }
  .campus-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 260px; }
  .campus-card--large { grid-column: span 2; grid-row: auto; }
  .alumni-stack { min-height: 560px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { min-height: 500px; }
  .page-hero__inner { padding-block: 110px 70px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card:first-child { grid-column: auto; }
  .values-wheel { grid-template-columns: repeat(2, 1fr); }
  .phase-row--reverse .phase-row__visual { order: 0; }
  .phase-row__visual { height: 520px; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .process-line::before { display: none; }
  .form-aside { position: static; }
  .facility-card { grid-template-columns: 42% 58%; }
  .achievement-row { grid-template-columns: 80px 1fr; }
  .achievement-row__image { grid-column: 2; }
  .achievement-row__copy { grid-column: 2; }
  .timeline-line { left: 36px; }
  .alumni-profile { grid-template-columns: 1fr; gap: 40px; }
  .alumni-profile--reverse .alumni-profile__portrait { order: 0; }
  .alumni-profile__portrait { height: 650px; }
  .gallery-toolbar { display: grid; }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-contact { grid-column: auto; }
  .prefooter__inner { display: grid; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero__inner { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 75px 0; }
  .announcement__inner { justify-content: space-between; }
  .announcement a { flex: 0 0 auto; font-size: 0; }
  .announcement a::before { font-size: .72rem; content: "Apply"; }
  .hero__wash { background: linear-gradient(90deg, rgba(3,18,43,.94), rgba(4,31,70,.74)); }
  .hero__actions .btn { width: 100%; }
  .hero__controls { right: 14px; }
  .hero__trust { margin-top: 28px; }
  .feature-ribbon__grid { grid-template-columns: 1fr; }
  .feature-mini { padding: 22px 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .collage { min-height: 470px; }
  .collage__main { inset: 0 10% 10% 0; border-radius: 90px 18px 18px; }
  .collage__float { width: 48%; height: 33%; border-width: 5px; }
  .collage__seal { top: 4%; width: 100px; height: 100px; }
  .collage__seal strong { font-size: 1.5rem; }
  .vision-principles { margin-top: 10px; }
  .glass-card { padding-left: 68px; }
  .section-heading { display: grid; margin-bottom: 38px; }
  .numbers-grid { display: grid; grid-template-columns: 1fr; }
  .numbers-intro { grid-column: auto; padding: 40px 28px; }
  .number-card { min-height: 180px; }
  .campus-showcase { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 300px); }
  .campus-card--large { grid-column: auto; }
  .alumni-stack { min-height: 460px; }
  .alumni-stack__label { right: 0; padding: 14px; font-size: .7rem; }
  .post-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 470px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .story-visual img { min-height: 470px; }
  .story-year { left: -8px; width: 115px; height: 115px; border-width: 6px; }
  .story-year strong { font-size: 1.7rem; }
  .purpose-card { min-height: 350px; padding: 30px; }
  .purpose-card > span { margin-bottom: 40px; }
  .values-wheel { grid-template-columns: 1fr; }
  .phase-list { gap: 70px; }
  .phase-row__visual { height: 420px; }
  .phase-row__visual span { right: -7px; }
  .process-line { grid-template-columns: 1fr; gap: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card, .contact-form-panel { padding: 25px 20px; }
  .facility-card { display: block; }
  .facility-card__image { height: 260px; }
  .visit-band__inner, .alumni-connect__inner { display: grid; padding: 35px 25px; }
  .achievement-row { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 35px 0; }
  .achievement-row__index { width: 54px; height: 54px; border-width: 6px; }
  .achievement-row__image { height: 220px; }
  .timeline-line { left: 26px; }
  .alumni-profile__portrait { height: 500px; }
  .gallery-masonry { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .gallery-item--wide { grid-column: auto; }
  .lightbox { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@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, .hero-animate { opacity: 1; transform: none; }
}
