:root {
  --navy: #091126;
  --navy-2: #101a37;
  --blue: #233d84;
  --gold: #f0c768;
  --gold-2: #fff0b3;
  --cream: #fbf8ef;
  --paper: #ffffff;
  --ink: #101728;
  --muted: #667085;
  --line: #e5e8ef;
  --shadow: 0 24px 70px rgba(9, 17, 38, .13);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: white; padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.announcement { background: var(--navy); color: #e9edf9; font-size: 13px; position: relative; z-index: 1001; }
.announcement-inner { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.announcement-badge { padding: 3px 9px; border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: .1em; background: var(--gold); color: var(--navy); }
.announcement-text { display: flex; gap: 14px; align-items: center; }
.announcement-text a { color: var(--gold-2); font-weight: 800; }

.site-header { height: 82px; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(229,232,239,.8); position: sticky; top: 0; z-index: 1000; transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(9,17,38,.09); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 190px; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(9,17,38,.16)); }
.brand-copy { line-height: 1.05; display: grid; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; color: var(--navy); letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: #68708a; font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 750; color: #3c455f; }
.main-nav > a { position: relative; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:-11px; height:2px; background:var(--gold); transition:right .25s ease; }
.main-nav > a:hover, .main-nav > a.active { color: var(--navy); }
.main-nav > a:hover::after, .main-nav > a.active::after { right:0; }
.nav-cta { padding: 11px 18px; color: white !important; background: var(--navy); border-radius: 10px; box-shadow: 0 10px 22px rgba(9,17,38,.16); }
.nav-cta:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 12px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

.hero { min-height: 780px; position: relative; overflow: hidden; background: linear-gradient(135deg, #faf9f5 0%, #f2f4f9 55%, #eef3fb 100%); padding: 84px 0 0; }
.hero-grid { position:absolute; inset:0; opacity:.45; background-image: linear-gradient(rgba(35,61,132,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(35,61,132,.05) 1px, transparent 1px); background-size:54px 54px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(4px); }
.hero-orb-one { width:420px; height:420px; right:-180px; top:-180px; background:radial-gradient(circle, rgba(240,199,104,.34), rgba(240,199,104,0)); }
.hero-orb-two { width:420px; height:420px; left:-250px; bottom:20px; background:radial-gradient(circle, rgba(35,61,132,.17), rgba(35,61,132,0)); }
.hero-layout { position:relative; display:grid; grid-template-columns: .95fr 1.05fr; align-items:center; gap:65px; }
.eyebrow { display:inline-flex; gap:9px; align-items:center; font-size:12px; text-transform:uppercase; letter-spacing:.17em; font-weight:900; color:var(--blue); }
.eyebrow i { width:28px; height:2px; background:var(--gold); }
.hero h1, .section h2 { font-family: Georgia, "Times New Roman", serif; color:var(--navy); letter-spacing:-.035em; line-height:1.08; margin:20px 0; }
.hero h1 { font-size:clamp(48px, 5.2vw, 75px); max-width:700px; }
.hero h1 em, .section h2 em { color:var(--blue); font-style:italic; font-weight:500; }
.hero-copy > p { max-width:620px; color:#5d667c; font-size:18px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin:32px 0 29px; }
.btn { min-height:50px; padding:0 23px; display:inline-flex; justify-content:center; align-items:center; gap:12px; border-radius:12px; border:1px solid transparent; font-size:14px; font-weight:850; cursor:pointer; transition:transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform:translateY(-3px); }
.btn-primary { color:white; background:var(--navy); box-shadow:0 15px 30px rgba(9,17,38,.18); }
.btn-primary:hover { box-shadow:0 18px 36px rgba(9,17,38,.26); }
.btn-secondary { background:rgba(255,255,255,.75); border-color:#d9dde7; color:var(--navy); }
.play { width:25px; height:25px; display:grid; place-items:center; border-radius:50%; background:var(--gold); font-size:9px; }
.hero-trust { display:flex; align-items:center; gap:15px; }
.avatar-stack { display:flex; }
.avatar-stack span { width:34px; height:34px; margin-left:-8px; border:3px solid white; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,#243f88,#f0c768); color:white; font-size:11px; font-weight:900; }
.avatar-stack span:first-child { margin-left:0; }
.hero-trust p { margin:0; color:#667085; font-size:12px; line-height:1.4; }
.hero-trust strong { color:var(--navy); }
.hero-visual { position:relative; }
.visual-card { position:relative; border:1px solid rgba(255,255,255,.8); background:rgba(255,255,255,.74); backdrop-filter:blur(14px); border-radius:30px; padding:14px; box-shadow:0 35px 80px rgba(9,17,38,.2); transform:rotate(1.5deg); }
.visual-topline { height:46px; padding:0 12px; display:flex; align-items:center; gap:9px; text-transform:uppercase; font-size:10px; letter-spacing:.09em; font-weight:900; color:#65708b; }
.visual-topline b { margin-left:auto; color:var(--navy); }
.live-dot { width:8px; height:8px; border-radius:50%; background:#49b86f; box-shadow:0 0 0 5px rgba(73,184,111,.13); }
.school-scene { height:390px; overflow:hidden; position:relative; border-radius:21px; background:linear-gradient(#101c42 0%, #324b86 55%, #d6b46e 100%); }
.school-scene::after { content:""; position:absolute; inset:0; background:linear-gradient(to bottom, transparent 55%, rgba(5,10,27,.66)); }
.moon { position:absolute; width:82px; height:82px; right:58px; top:45px; border-radius:50%; background:#fff3c8; box-shadow:0 0 55px #f6d878; }
.stars i { position:absolute; width:3px; height:3px; border-radius:50%; background:white; box-shadow:0 0 8px white; }
.stars i:nth-child(1){left:15%;top:15%}.stars i:nth-child(2){left:32%;top:8%}.stars i:nth-child(3){left:47%;top:24%}.stars i:nth-child(4){left:77%;top:18%}.stars i:nth-child(5){left:87%;top:33%}
.castle { position:absolute; z-index:2; left:50%; transform:translateX(-50%); bottom:50px; width:73%; height:230px; }
.building { position:absolute; bottom:0; left:10%; width:80%; height:115px; background:linear-gradient(90deg,#182347,#27365d,#182347); border-top:8px solid #111a38; display:flex; justify-content:space-evenly; padding-top:28px; box-shadow:0 10px 30px rgba(0,0,0,.45); }
.building b { width:15px; height:34px; border-radius:9px 9px 2px 2px; background:#ffd978; box-shadow:0 0 14px rgba(255,217,120,.5); }
.tower { position:absolute; bottom:90px; width:72px; background:#202d54; box-shadow:0 12px 25px rgba(0,0,0,.35); }
.tower::before { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:100%; border-left:46px solid transparent; border-right:46px solid transparent; border-bottom:72px solid #101936; }
.tower span { position:absolute; width:15px; height:28px; border-radius:8px 8px 0 0; background:#ffd978; left:50%; transform:translateX(-50%); top:24px; }
.tower-left { left:4%; height:112px; }
.tower-main { left:50%; transform:translateX(-50%); height:148px; width:86px; }
.tower-right { right:4%; height:112px; }
.hill { position:absolute; z-index:1; bottom:-80px; border-radius:50%; background:#10172d; }
.hill-one { width:110%; height:190px; left:-15%; transform:rotate(5deg); }
.hill-two { width:85%; height:130px; right:-25%; bottom:-45px; background:#17213c; }
.scene-logo { position:absolute; z-index:4; width:120px; height:120px; object-fit:contain; top:21px; left:24px; filter:drop-shadow(0 10px 16px rgba(0,0,0,.45)); }
.visual-footer { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; padding:13px 5px 2px; }
.visual-footer div { padding:9px; border-right:1px solid var(--line); display:grid; }
.visual-footer div:last-child { border:0; }
.visual-footer strong { color:var(--navy); font-family:Georgia,serif; font-size:21px; }
.visual-footer span { color:#7b8295; font-size:9px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.floating-note { position:absolute; z-index:8; padding:11px 15px; background:white; border:1px solid rgba(229,232,239,.8); border-radius:14px; box-shadow:0 18px 40px rgba(9,17,38,.17); font-size:11px; font-weight:850; color:var(--navy); animation:float 3.2s ease-in-out infinite; }
.note-one { top:74px; right:-42px; }
.note-two { bottom:105px; left:-48px; animation-delay:-1.5s; }
@keyframes float { 50%{ transform:translateY(-9px) rotate(-1deg); } }
.stats-strip { position:relative; margin-top:74px; min-height:118px; display:grid; grid-template-columns:repeat(4,1fr); background:white; border-radius:24px 24px 0 0; box-shadow:0 -10px 40px rgba(9,17,38,.08); }
.stats-strip article { display:grid; place-content:center; text-align:center; border-right:1px solid var(--line); }
.stats-strip article:last-child { border:0; }
.stats-strip strong { font-family:Georgia,serif; color:var(--navy); font-size:36px; line-height:1; }
.stats-strip strong::after { content:"+"; color:var(--gold); }
.stats-strip span { margin-top:8px; color:#7b8295; font-size:11px; text-transform:uppercase; letter-spacing:.11em; font-weight:850; }

.section { padding:110px 0; }
.section-kicker { color:var(--blue); font-size:11px; text-transform:uppercase; letter-spacing:.18em; font-weight:950; }
.section h2 { font-size:clamp(38px, 4.3vw, 58px); }
.two-column { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:90px; }
.image-frame { position:relative; border-radius:32px; padding:14px; background:white; box-shadow:var(--shadow); }
.campus-art { height:490px; position:relative; overflow:hidden; border-radius:23px; background:linear-gradient(#b9d5ed 0%,#e6eff8 57%,#b0b986 58%,#75834f 100%); }
.campus-art::after { content:""; position:absolute; inset:0; background:linear-gradient(120deg,rgba(255,255,255,.36),transparent 40%); }
.campus-sky { position:absolute; width:130px; height:130px; border-radius:50%; background:rgba(255,247,196,.9); left:70px; top:50px; box-shadow:0 0 50px rgba(255,247,196,.7); }
.campus-building { position:absolute; z-index:2; bottom:65px; left:10%; width:80%; height:255px; background:#e6dfd1; box-shadow:0 25px 50px rgba(24,35,71,.3); }
.roof { position:absolute; bottom:100%; left:-5%; width:110%; height:58px; background:#26375a; clip-path:polygon(9% 100%,19% 14%,50% 0,81% 14%,91% 100%); }
.flag { position:absolute; left:50%; top:-94px; z-index:5; color:var(--gold); font-size:30px; }
.floor { display:flex; justify-content:space-around; align-items:center; height:50%; padding:12px 28px; }
.floor i { width:28px; height:48px; background:#536b8c; border:7px solid #f4eee1; box-shadow:inset 0 0 0 2px #d5cbbb; }
.floor-bottom { border-top:2px solid #cec5b7; }
.floor-bottom b { width:58px; height:86px; align-self:end; background:#26375a; border-radius:28px 28px 0 0; }
.trees { position:absolute; z-index:3; bottom:25px; width:100%; word-spacing:105px; color:#264e38; font-size:80px; white-space:nowrap; transform:translateX(-28px); }
.experience-badge { position:absolute; right:-28px; bottom:28px; width:178px; min-height:102px; padding:17px; border-radius:18px; display:flex; align-items:center; gap:12px; color:white; background:var(--navy); box-shadow:0 22px 40px rgba(9,17,38,.28); }
.experience-badge strong { font-family:Georgia,serif; color:var(--gold); font-size:36px; }
.experience-badge span { font-size:10px; text-transform:uppercase; letter-spacing:.08em; line-height:1.45; }
.section-copy > p { color:var(--muted); font-size:17px; }
.feature-list { display:grid; gap:17px; margin:30px 0; }
.feature-list div { display:flex; gap:15px; align-items:flex-start; }
.feature-list div > span { flex:0 0 29px; height:29px; display:grid; place-items:center; border-radius:50%; background:#f6e8b9; color:#56420d; font-weight:950; }
.feature-list p { margin:0; color:#7a8192; font-size:13px; }
.feature-list strong { display:block; margin-bottom:2px; color:var(--navy); font-size:15px; }
.text-link { color:var(--navy); font-size:13px; font-weight:900; border-bottom:1px solid #aeb4c2; padding-bottom:5px; }
.text-link span { color:#bf8f22; }

.programs { background:var(--cream); }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:50px; margin-bottom:48px; }
.section-heading h2 { margin-bottom:0; }
.section-heading > p { max-width:460px; margin-bottom:7px; color:var(--muted); }
.program-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.program-card { position:relative; min-height:352px; padding:29px 25px; background:white; border:1px solid #e9e6de; border-radius:20px; transition:.25s; overflow:hidden; }
.program-card::before { content:""; position:absolute; left:0; right:0; bottom:0; height:4px; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:.25s; }
.program-card:hover { transform:translateY(-8px); box-shadow:0 22px 45px rgba(9,17,38,.11); }
.program-card:hover::before { transform:scaleX(1); }
.program-card.featured { background:var(--navy); color:white; border-color:var(--navy); box-shadow:0 24px 50px rgba(9,17,38,.18); }
.program-number { position:absolute; right:19px; top:13px; font-family:Georgia,serif; font-size:38px; color:#e6e9ef; }
.featured .program-number { color:rgba(255,255,255,.08); }
.program-icon { width:64px; height:64px; display:grid; place-items:center; margin-bottom:34px; border-radius:16px; background:#f8f2df; font-size:28px; }
.featured .program-icon { background:rgba(240,199,104,.13); }
.program-card h3 { color:var(--navy); font-family:Georgia,serif; font-size:23px; line-height:1.2; }
.program-card p { color:#737b8d; font-size:13px; }
.program-card a { position:absolute; left:25px; bottom:25px; color:#9a7220; font-size:12px; font-weight:900; }
.featured h3, .featured a { color:var(--gold-2); }
.featured p { color:#b9c1d2; }

.news { background:white; }
.section-heading.compact { align-items:center; }
.news-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:20px; }
.news-card { overflow:hidden; border-radius:21px; border:1px solid var(--line); background:white; transition:.25s; }
.news-card:hover { transform:translateY(-6px); box-shadow:0 20px 45px rgba(9,17,38,.1); }
.news-image { height:210px; position:relative; overflow:hidden; display:grid; place-items:center; }
.news-card.large .news-image { height:280px; }
.news-image span { position:absolute; z-index:2; top:17px; left:17px; padding:6px 10px; border-radius:99px; background:rgba(255,255,255,.9); color:var(--navy); font-size:9px; font-weight:950; text-transform:uppercase; letter-spacing:.09em; }
.news-image::before,.news-image::after { content:""; position:absolute; border-radius:50%; }
.science { background:linear-gradient(135deg,#1d2f65,#0d1430); }.science::before{width:270px;height:270px;background:rgba(240,199,104,.2);right:-50px;top:-80px}.science::after{width:180px;height:180px;border:1px solid rgba(255,255,255,.13);left:-40px;bottom:-70px}
.library { background:linear-gradient(135deg,#996a3f,#e5bd7b); }.library::before{width:220px;height:220px;background:rgba(255,255,255,.12);right:-70px;bottom:-80px}
.sport { background:linear-gradient(135deg,#204a4d,#87a886); }.sport::before{width:230px;height:230px;border:2px solid rgba(255,255,255,.13);left:-50px;top:-80px}
.science-art,.library-art,.sport-art { position:relative; z-index:2; font-size:92px; color:#fff0b3; text-shadow:0 16px 30px rgba(0,0,0,.25); }
.news-body { padding:23px; }
.news-body time { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:#9a7220; font-weight:900; }
.news-body h3 { margin:9px 0 13px; color:var(--navy); font-family:Georgia,serif; font-size:20px; line-height:1.3; }
.news-card.large h3 { font-size:27px; }
.news-body p { color:var(--muted); font-size:13px; }
.news-body a { color:#9a7220; font-size:11px; font-weight:900; }

.gallery { background:var(--navy); color:white; overflow:hidden; }
.gallery .section-kicker { color:var(--gold); }
.gallery h2 { color:white; }
.gallery-heading { max-width:690px; text-align:center; margin:0 auto 48px; }
.gallery-heading p { color:#aeb8d0; }
.gallery-grid { display:grid; grid-template-columns:1.2fr .8fr .9fr; grid-template-rows:220px 220px; gap:15px; }
.gallery-item { position:relative; margin:0; overflow:hidden; border-radius:18px; background:#1b274b; }
.gallery-item::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(5,9,23,.82),transparent 60%); }
.gallery-item.item-one { grid-row:1/3; }
.gallery-item.item-five { grid-column:2/4; }
.gallery-art { width:100%; height:100%; display:grid; place-items:center; font-size:90px; color:rgba(255,255,255,.85); transition:transform .4s; }
.gallery-item:hover .gallery-art { transform:scale(1.08); }
.gallery-art.lab { background:radial-gradient(circle at 30% 30%,#526db0,#162140 70%); font-size:140px; }
.gallery-art.music { background:linear-gradient(135deg,#9a6a2b,#e4c76d); }
.gallery-art.code { background:linear-gradient(135deg,#145e67,#2b9ca0); font-family:monospace; font-size:60px; }
.gallery-art.sportball { background:linear-gradient(135deg,#723f43,#c1816b); }
.gallery-art.books { background:linear-gradient(135deg,#3d376e,#7e77a9); }
.gallery-item figcaption { position:absolute; z-index:2; left:19px; bottom:15px; font-family:Georgia,serif; font-size:17px; }

.quote-section { background:#f5f2e9; padding:80px 0; }
.quote-card { text-align:center; }
.quote-card img { margin:0 auto 12px; width:90px; height:90px; object-fit:contain; }
.quote-card blockquote { max-width:890px; margin:0 auto 25px; color:var(--navy); font-family:Georgia,serif; font-size:clamp(26px,3vw,41px); line-height:1.35; font-style:italic; }
.quote-card p { display:grid; color:#8a8490; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.quote-card strong { color:var(--navy); font-size:12px; }

.ppdb { padding:90px 0; }
.ppdb-card { position:relative; overflow:hidden; min-height:330px; padding:62px 67px; display:flex; align-items:center; justify-content:space-between; gap:50px; color:white; background:linear-gradient(135deg,#091126,#172755); border-radius:30px; box-shadow:0 32px 70px rgba(9,17,38,.22); }
.ppdb-pattern { position:absolute; inset:0; opacity:.18; background-image:radial-gradient(circle at 10% 20%,#f0c768 0 2px,transparent 3px),radial-gradient(circle at 85% 75%,#f0c768 0 2px,transparent 3px); background-size:70px 70px; }
.ppdb-card::after { content:""; position:absolute; width:360px; height:360px; right:-100px; top:-150px; border:1px solid rgba(240,199,104,.25); border-radius:50%; box-shadow:0 0 0 50px rgba(240,199,104,.04),0 0 0 100px rgba(240,199,104,.03); }
.ppdb-copy,.ppdb-actions { position:relative; z-index:2; }
.section-kicker.light { color:var(--gold); }
.ppdb h2 { margin:12px 0; color:white; max-width:600px; }
.ppdb p { max-width:600px; color:#b7c0d5; }
.ppdb-actions { min-width:220px; display:grid; gap:12px; }
.btn-gold { background:var(--gold); color:var(--navy); }
.btn-outline { border-color:rgba(255,255,255,.25); color:white; background:transparent; }

.contact { background:#f7f8fb; }
.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:start; }
.contact-copy > p { color:var(--muted); }
.contact-list { display:grid; gap:18px; margin-top:34px; }
.contact-list div { display:flex; gap:14px; }
.contact-list div > span { width:42px; height:42px; display:grid; place-items:center; flex:0 0 42px; color:#9a7220; background:#f4e8c3; border-radius:12px; font-weight:900; }
.contact-list p { margin:0; color:#737b8d; font-size:13px; }
.contact-list strong { display:block; color:var(--navy); }
.contact-form { padding:34px; background:white; border:1px solid var(--line); border-radius:24px; box-shadow:0 20px 50px rgba(9,17,38,.08); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.contact-form label { display:grid; gap:7px; margin-bottom:15px; color:var(--navy); font-size:12px; font-weight:850; }
.contact-form input,.contact-form textarea { width:100%; border:1px solid #dfe3eb; background:#fafbfc; border-radius:10px; padding:13px 14px; color:var(--ink); outline:none; transition:.2s; }
.contact-form input:focus,.contact-form textarea:focus { border-color:#7890cc; box-shadow:0 0 0 4px rgba(35,61,132,.08); }
.contact-form textarea { resize:vertical; }
.form-status { margin:12px 0 0; color:#237a46; font-size:12px; font-weight:800; }

.site-footer { padding:70px 0 25px; color:#aeb8d0; background:#070d1e; }
.footer-grid { display:grid; grid-template-columns:1.5fr .8fr .8fr 1fr; gap:65px; }
.footer-brand .brand-copy strong { color:white; }
.footer-about p { max-width:340px; font-size:13px; }
.site-footer h3 { color:white; font-family:Georgia,serif; font-size:16px; }
.site-footer a { display:block; margin:9px 0; font-size:12px; transition:.2s; }
.site-footer a:hover { color:var(--gold); }
.site-footer p { font-size:12px; }
.site-footer p strong { color:#d8deeb; }
.footer-bottom { margin-top:48px; padding-top:22px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.09); }
.footer-bottom div { display:flex; gap:22px; }
.footer-bottom a { margin:0; }
.back-to-top { position:fixed; right:22px; bottom:22px; width:45px; height:45px; display:grid; place-items:center; border:0; border-radius:13px; color:var(--navy); background:var(--gold); box-shadow:0 12px 25px rgba(9,17,38,.22); opacity:0; pointer-events:none; transform:translateY(12px); transition:.25s; z-index:999; cursor:pointer; }
.back-to-top.show { opacity:1; pointer-events:auto; transform:translateY(0); }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }.delay-2 { transition-delay:.24s; }

@media (max-width: 1020px) {
  .main-nav { position:fixed; left:20px; right:20px; top:130px; padding:20px; display:grid; gap:5px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); opacity:0; transform:translateY(-12px); pointer-events:none; transition:.25s; }
  .main-nav.open { opacity:1; transform:none; pointer-events:auto; }
  .main-nav a { padding:11px 12px; }
  .main-nav > a:not(.nav-cta)::after { display:none; }
  .menu-toggle { display:block; }
  .menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.active span:nth-child(2){opacity:0}
  .menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero { padding-top:65px; }
  .hero-layout { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-actions,.hero-trust { justify-content:center; }
  .hero-visual { width:min(650px,90%); margin-inline:auto; }
  .stats-strip { margin-top:60px; }
  .two-column { gap:50px; }
  .program-grid { grid-template-columns:repeat(2,1fr); }
  .news-grid { grid-template-columns:1fr 1fr; }
  .news-card.large { grid-column:1/-1; }
  .news-card.large { display:grid; grid-template-columns:1fr 1fr; }
  .news-card.large .news-image { height:auto; }
  .contact-layout { gap:45px; }
  .footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2/4; display:flex; gap:30px; align-items:center; }
}

@media (max-width: 760px) {
  :root { --container:min(100% - 28px, 1180px); }
  .announcement-inner { justify-content:flex-start; padding:7px 0; }
  .announcement-text { display:block; line-height:1.4; }
  .announcement-text a { display:block; }
  .site-header { height:72px; }
  .brand { min-width:0; }
  .brand img { width:49px; height:49px; }
  .brand-copy strong { font-size:19px; }
  .main-nav { top:119px; left:14px; right:14px; }
  .hero { min-height:auto; padding-top:56px; }
  .hero h1 { font-size:45px; }
  .hero-copy > p { font-size:16px; }
  .hero-actions .btn { width:100%; }
  .hero-visual { width:100%; }
  .visual-card { transform:none; border-radius:22px; }
  .school-scene { height:300px; }
  .castle { width:90%; transform:translateX(-50%) scale(.82); transform-origin:bottom; }
  .floating-note { display:none; }
  .visual-footer span { font-size:7px; }
  .stats-strip { grid-template-columns:1fr 1fr; border-radius:20px 20px 0 0; }
  .stats-strip article { min-height:105px; }
  .stats-strip article:nth-child(2) { border-right:0; }
  .stats-strip article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section { padding:80px 0; }
  .two-column { grid-template-columns:1fr; }
  .campus-art { height:390px; }
  .experience-badge { right:12px; bottom:12px; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:18px; }
  .program-grid { grid-template-columns:1fr; }
  .program-card { min-height:310px; }
  .news-grid { grid-template-columns:1fr; }
  .news-card.large { grid-column:auto; display:block; }
  .news-card.large .news-image { height:230px; }
  .gallery-grid { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:260px 180px 180px; }
  .gallery-item.item-one { grid-row:auto; grid-column:1/3; }
  .gallery-item.item-five { grid-column:1/3; }
  .quote-card blockquote { font-size:25px; }
  .ppdb-card { padding:44px 27px; display:block; }
  .ppdb-actions { margin-top:30px; }
  .contact-layout { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:35px; }
  .footer-about { grid-column:1/-1; }
  .footer-grid > div:last-child { grid-column:1/-1; display:block; }
  .footer-bottom { display:block; }
  .footer-bottom div { margin-top:12px; flex-wrap:wrap; }
}

@media (max-width: 460px) {
  .brand-copy small { letter-spacing:.1em; }
  .hero h1 { font-size:39px; }
  .eyebrow { font-size:10px; }
  .school-scene { height:250px; }
  .scene-logo { width:85px; height:85px; }
  .visual-footer { gap:2px; }
  .visual-footer strong { font-size:17px; }
  .stats-strip strong { font-size:29px; }
  .section h2 { font-size:37px; }
  .campus-art { height:330px; }
  .campus-building { transform:scale(.86); transform-origin:bottom center; width:100%; left:0; }
  .gallery-grid { display:block; }
  .gallery-item { height:210px; margin-bottom:12px; }
  .gallery-item.item-one { height:300px; }
  .contact-form { padding:23px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-about,.footer-grid > div:last-child { grid-column:auto; }
}

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


/* ===== Multi-page components ===== */
.inner-page { background:#fff; }
.page-hero { position:relative; overflow:hidden; padding:88px 0 92px; color:white; background:linear-gradient(135deg,#081024,#142858 65%,#223d84); }
.page-hero-grid { position:absolute; inset:0; opacity:.23; 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:52px 52px; mask-image:linear-gradient(to bottom,black,transparent); }
.page-orb { position:absolute; border-radius:50%; pointer-events:none; }
.page-orb.one { width:420px;height:420px;right:-120px;top:-220px;background:radial-gradient(circle,rgba(240,199,104,.32),transparent 67%); }
.page-orb.two { width:380px;height:380px;left:-180px;bottom:-280px;background:radial-gradient(circle,rgba(95,135,238,.3),transparent 70%); }
.page-hero-inner { position:relative; max-width:900px; }
.page-hero h1 { margin:16px 0; max-width:850px; font-family:Georgia,serif; font-size:clamp(45px,6vw,76px); line-height:1.05; letter-spacing:-.04em; }
.page-hero h1 em { color:var(--gold); font-weight:500; }
.page-hero p { max-width:750px; margin:0; color:#c8d2e8; font-size:18px; }
.breadcrumbs { display:flex; align-items:center; gap:10px; margin-bottom:28px; color:#b5c0d9; font-size:12px; }
.breadcrumbs a:hover { color:var(--gold); }
.breadcrumbs strong { color:white; }
.content-split { display:grid; grid-template-columns:1.3fr .7fr; gap:55px; align-items:start; }
.story-panel h2,.identity-card h3,.vision-card h2,.feature-program h2,.schedule-panel h2,.requirements-grid h2,.form-panel h2,.contact-form h2,.map-placeholder h2 { font-family:Georgia,serif; color:var(--navy); }
.story-panel h2 { font-size:clamp(34px,4vw,54px); line-height:1.12; }
.story-panel p { color:var(--muted); font-size:16px; }
.mini-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:30px; }
.mini-stats div { padding:22px 14px; border-radius:16px; background:var(--cream); border:1px solid #eee8d8; text-align:center; }
.mini-stats strong { display:block; color:var(--navy); font-family:Georgia,serif; font-size:30px; }
.mini-stats span { color:#7b8295; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.identity-card { padding:32px; border-radius:26px; background:var(--navy); color:white; box-shadow:var(--shadow); }
.identity-card img { width:145px; height:145px; margin:0 auto 15px; object-fit:contain; }
.identity-card h3 { color:var(--gold); text-align:center; font-size:25px; }
.identity-card dl { margin:0; }
.identity-card dl div { display:grid; grid-template-columns:105px 1fr; gap:12px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.identity-card dt { color:#9faccc; font-size:12px; }
.identity-card dd { margin:0; font-weight:750; font-size:13px; }
.related-links { padding-top:70px; background:#f7f8fb; }
.link-card-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.link-card { min-height:160px; padding:24px; display:flex; flex-direction:column; justify-content:center; border:1px solid var(--line); border-radius:18px; background:white; transition:.24s; }
.link-card:hover { transform:translateY(-6px); border-color:#d7bb6f; box-shadow:0 18px 40px rgba(9,17,38,.09); }
.link-card > span { font-size:30px; }
.link-card strong { margin-top:13px; color:var(--navy); font-family:Georgia,serif; font-size:19px; }
.link-card small { color:var(--muted); }
.vision-card { display:grid; grid-template-columns:100px 1fr; align-items:center; gap:28px; padding:44px; border-radius:28px; color:white; background:linear-gradient(135deg,#091126,#233d84); box-shadow:var(--shadow); }
.vision-card > span { width:90px; height:90px; display:grid; place-items:center; border-radius:50%; background:rgba(240,199,104,.15); color:var(--gold); font-size:42px; }
.vision-card small { color:var(--gold); text-transform:uppercase; font-weight:900; letter-spacing:.15em; }
.vision-card h2 { margin:8px 0 0; color:white; font-size:clamp(30px,4vw,50px); line-height:1.2; }
.mission-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:28px; }
.info-card { position:relative; min-height:250px; padding:28px; border-radius:20px; border:1px solid var(--line); background:white; }
.info-card b { position:absolute; right:20px; top:10px; color:#edf0f5; font-family:Georgia,serif; font-size:44px; }
.info-card h3 { position:relative; margin-top:40px; color:var(--navy); font-family:Georgia,serif; font-size:21px; }
.info-card p { color:var(--muted); font-size:13px; }
.values-row { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin-top:36px; }
.values-row span { padding:10px 18px; border-radius:999px; color:var(--navy); background:#f7ebc5; font-size:12px; font-weight:900; }
.programs-page { background:var(--cream); }
.feature-program-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.feature-program { min-height:360px; padding:38px; display:grid; grid-template-columns:72px 1fr; gap:25px; border:1px solid #e5e1d5; border-radius:24px; background:white; }
.feature-program > span { width:70px;height:70px;display:grid;place-items:center;border-radius:18px;background:#f8efd3;font-size:31px; }
.feature-program small { color:#9a7220; text-transform:uppercase; letter-spacing:.12em; font-weight:900; }
.feature-program h2 { font-size:34px; line-height:1.15; }
.feature-program p,.feature-program li { color:var(--muted); }
.feature-program.dark { color:white; background:var(--navy); border-color:var(--navy); }
.feature-program.dark h2 { color:white; }
.feature-program.dark p,.feature-program.dark li { color:#b8c1d5; }
.feature-program ul { padding-left:18px; }
.teacher-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.teacher-card { padding:32px 24px; text-align:center; border:1px solid var(--line); border-radius:22px; background:white; transition:.25s; }
.teacher-card:hover { transform:translateY(-7px); box-shadow:0 20px 45px rgba(9,17,38,.1); }
.teacher-avatar { width:100px;height:100px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#233d84,#f0c768);color:white;font-family:Georgia,serif;font-size:30px;border:7px solid #f2f4f8; }
.teacher-card h3 { margin:8px 0 2px; color:var(--navy); font-family:Georgia,serif; font-size:21px; }
.teacher-card p { margin:0; color:#9a7220; font-weight:850; font-size:12px; }
.teacher-card span { color:var(--muted); font-size:12px; }
.center-action { margin-top:40px; text-align:center; }
.facility-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.facility-card { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:white; }
.facility-art { height:205px; display:grid; place-items:center; color:white; font-size:68px; }
.facility-art.tech{background:linear-gradient(135deg,#123b5d,#2e8ba1)}.facility-art.art{background:linear-gradient(135deg,#744672,#d49a7b)}.facility-art.health{background:linear-gradient(135deg,#32634e,#77aa80)}
.facility-card h3 { margin:22px 24px 8px; color:var(--navy); font-family:Georgia,serif; font-size:22px; }
.facility-card p { margin:0 24px 25px; color:var(--muted); font-size:13px; }
.club-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.club-card { padding:30px; border-radius:20px; border:1px solid var(--line); background:white; }
.club-card span { font-size:37px; }
.club-card h3 { color:var(--navy); font-family:Georgia,serif; font-size:23px; }
.club-card p { color:var(--muted); }
.schedule-panel { margin-top:50px; padding:36px; border-radius:24px; background:#f7f8fb; }
.table-wrap { overflow-x:auto; }
table { width:100%; border-collapse:collapse; min-width:620px; }
th,td { padding:15px 16px; text-align:left; border-bottom:1px solid #dfe3eb; }
th { color:var(--navy); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
td { color:var(--muted); font-size:13px; }
.achievement-stats { display:grid; grid-template-columns:repeat(4,1fr); margin-bottom:50px; border-radius:24px; overflow:hidden; box-shadow:var(--shadow); }
.achievement-stats article { padding:32px 20px; text-align:center; background:var(--navy); border-right:1px solid rgba(255,255,255,.1); }
.achievement-stats strong { display:block; color:var(--gold); font-family:Georgia,serif; font-size:40px; }
.achievement-stats strong::after { content:'+'; }
.achievement-stats span { color:#bdc6da; text-transform:uppercase; letter-spacing:.12em; font-size:10px; }
.timeline { max-width:900px; margin:auto; position:relative; }
.timeline::before { content:''; position:absolute; left:86px; top:0; bottom:0; width:2px; background:#e1e4eb; }
.timeline article { position:relative; display:grid; grid-template-columns:105px 1fr; gap:28px; margin-bottom:22px; }
.timeline time { position:relative; z-index:2; width:72px; height:72px; display:grid; place-items:center; border-radius:50%; color:var(--navy); background:var(--gold); font-weight:950; box-shadow:0 0 0 8px white; }
.timeline article div { padding:22px 25px; border:1px solid var(--line); border-radius:18px; }
.timeline h3 { margin:0 0 7px; color:var(--navy); font-family:Georgia,serif; font-size:22px; }
.timeline p { margin:0; color:var(--muted); }
.filter-chips { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:35px; }
.filter-chips button { padding:9px 16px; border:1px solid var(--line); border-radius:999px; background:white; color:#526078; cursor:pointer; }
.filter-chips button.active,.filter-chips button:hover { background:var(--navy); color:white; border-color:var(--navy); }
.article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.article-card { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:white; }
.article-cover { height:220px; display:grid; place-items:center; color:white; font-size:70px; }
.cover-science{background:linear-gradient(135deg,#1d2f65,#0d1430)}.cover-literacy{background:linear-gradient(135deg,#996a3f,#e5bd7b)}.cover-sport{background:linear-gradient(135deg,#204a4d,#87a886)}.cover-tech{background:linear-gradient(135deg,#134b6e,#2194a0)}.cover-parent{background:linear-gradient(135deg,#6b4457,#c28283)}.cover-calendar{background:linear-gradient(135deg,#423d7d,#7e79c4)}
.article-card > div:last-child { padding:25px; }
.article-card small { color:#9a7220; font-weight:800; }
.article-card h2 { margin:9px 0; font-size:25px; line-height:1.2; }
.article-card p { color:var(--muted); font-size:13px; }
.article-card a { color:#9a7220; font-weight:900; font-size:12px; }
.gallery-page { background:#f7f8fb; }
.gallery-page-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:250px; gap:16px; }
.photo-card { position:relative; overflow:hidden; margin:0; border-radius:22px; }
.photo-card.tall { grid-row:span 2; }.photo-card.wide { grid-column:span 2; }
.photo-illustration { width:100%;height:100%;display:grid;place-items:center;color:white;font-size:85px;transition:.4s; }
.photo-card:hover .photo-illustration { transform:scale(1.06); }
.photo-illustration.green{background:linear-gradient(135deg,#3c714f,#a2b969)}.photo-illustration.ceremony{background:linear-gradient(135deg,#293d73,#c3a353)}
.photo-card::after { content:''; position:absolute; inset:0; background:linear-gradient(to top,rgba(5,9,23,.85),transparent 60%); }
.photo-card figcaption { position:absolute; z-index:2; left:20px; bottom:17px; color:white; display:grid; }
.photo-card figcaption strong { font-family:Georgia,serif; font-size:20px; }.photo-card figcaption span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#d2d9e9}
.admission-highlight { padding:42px 48px; display:flex; justify-content:space-between; align-items:center; gap:25px; color:white; border-radius:25px; background:linear-gradient(135deg,#091126,#203a7e); box-shadow:var(--shadow); }
.admission-highlight span { color:var(--gold); font-weight:900; letter-spacing:.13em; font-size:11px; }
.admission-highlight h2 { margin:6px 0; color:white; font-family:Georgia,serif; font-size:36px; }
.admission-highlight p { margin:0; color:#c0cadf; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:17px; margin:35px 0 55px; }
.step-card { position:relative; min-height:225px; padding:26px; border:1px solid var(--line); border-radius:20px; }
.step-card b { color:#e7eaf0; font-family:Georgia,serif; font-size:42px; }
.step-card h3 { color:var(--navy); font-family:Georgia,serif; font-size:21px; }.step-card p{color:var(--muted);font-size:13px}
.requirements-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.requirements-grid > article { padding:34px; border-radius:22px; background:#f7f8fb; }
.check-list { list-style:none; padding:0; }
.check-list li { position:relative; padding:10px 0 10px 34px; color:var(--muted); border-bottom:1px solid #e3e6ed; }
.check-list li::before { content:'✓'; position:absolute; left:0; top:9px; width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#f4e5b1;color:#604b13;font-weight:900; }
.date-list div { padding:13px 0; border-bottom:1px solid #e3e6ed; display:grid; }
.date-list strong { color:var(--navy); }.date-list span{color:var(--muted);font-size:13px}
.form-panel { margin-top:50px; padding:45px; display:grid; grid-template-columns:.75fr 1.25fr; gap:45px; border-radius:28px; background:var(--cream); }
.form-panel > div p { color:var(--muted); }
.contact-form select { width:100%; border:1px solid #dfe3eb; background:#fafbfc; border-radius:10px; padding:13px 14px; color:var(--ink); outline:none; }
.faq-list { max-width:900px; margin:50px auto 0; }
.faq-list details { margin:12px 0; padding:18px 22px; border:1px solid var(--line); border-radius:15px; }
.faq-list summary { cursor:pointer; color:var(--navy); font-weight:850; }.faq-list p{color:var(--muted)}
.contact-card-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:35px; }
.contact-mini { padding:25px; border:1px solid var(--line); border-radius:18px; background:white; }
.contact-mini > span { width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:#f5e8bd;color:#6c5312;font-size:20px;font-weight:900; }
.contact-mini h3 { margin:14px 0 3px; color:var(--navy); font-family:Georgia,serif; }.contact-mini p{margin:0;color:var(--muted);font-size:13px}
.contact-main { display:grid; grid-template-columns:.9fr 1.1fr; gap:25px; align-items:stretch; }
.map-placeholder { min-height:520px; display:grid; place-items:center; padding:40px; text-align:center; border-radius:24px; background:linear-gradient(135deg,#e9eef8,#f9f6e9); border:1px solid var(--line); }
.map-placeholder > div > span { font-size:65px; color:#233d84; }.map-placeholder p{color:var(--muted)}
.article-layout { display:grid; grid-template-columns:1fr 300px; gap:55px; align-items:start; }
.article-content { max-width:820px; }.article-meta{display:flex;gap:12px;margin-bottom:20px;color:var(--muted);font-size:12px}.article-meta span{color:#9a7220;font-weight:900}
.article-hero-art { height:390px; display:grid;place-items:center;margin-bottom:30px;border-radius:24px;color:var(--gold);font-size:110px;background:linear-gradient(135deg,#091126,#233d84); }
.article-content > p { color:#515c72; font-size:17px; line-height:1.85; }
.article-content blockquote { margin:32px 0; padding:25px 30px; border-left:5px solid var(--gold); color:var(--navy); background:var(--cream); font-family:Georgia,serif; font-size:23px; }
.article-share { display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:25px;border-top:1px solid var(--line); }.article-share a{padding:8px 13px;border-radius:999px;background:#f1f3f7;font-size:12px}
.article-sidebar { position:sticky; top:115px; padding:25px; border:1px solid var(--line); border-radius:20px; }
.article-sidebar h3 { font-family:Georgia,serif;color:var(--navy); }.article-sidebar a{display:block;padding:13px 0;border-bottom:1px solid var(--line);color:#566178;font-size:13px}
.not-found { min-height:70vh; display:grid; place-items:center; padding:80px 0; text-align:center; background:linear-gradient(135deg,#f8f6ee,#edf2fa); }
.not-found img { width:145px;margin:auto; }.not-found strong{display:block;color:var(--gold);text-shadow:0 4px 0 var(--navy);font-family:Georgia,serif;font-size:110px;line-height:1}.not-found h1{font-family:Georgia,serif;color:var(--navy);font-size:42px}.not-found p{color:var(--muted)}
@media(max-width:1020px){.mission-grid{grid-template-columns:1fr 1fr}.teacher-grid,.facility-grid,.club-grid,.article-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr}.link-card-grid{grid-template-columns:1fr 1fr}.content-split,.contact-main,.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.form-panel{grid-template-columns:1fr}.contact-card-grid{grid-template-columns:1fr 1fr}.feature-program-grid{grid-template-columns:1fr}}
@media(max-width:760px){.page-hero{padding:65px 0 70px}.page-hero h1{font-size:45px}.page-hero p{font-size:16px}.mini-stats,.mission-grid,.teacher-grid,.facility-grid,.club-grid,.article-grid,.steps-grid,.requirements-grid,.contact-card-grid{grid-template-columns:1fr}.vision-card,.feature-program{grid-template-columns:1fr}.vision-card>span{width:70px;height:70px}.achievement-stats{grid-template-columns:1fr 1fr}.achievement-stats article:nth-child(2){border-right:0}.gallery-page-grid{grid-template-columns:1fr;grid-auto-rows:250px}.photo-card.tall,.photo-card.wide{grid-row:auto;grid-column:auto}.admission-highlight{display:block;padding:32px}.admission-highlight .btn{margin-top:20px}.form-panel{padding:28px}.article-hero-art{height:260px}.link-card-grid{grid-template-columns:1fr}.timeline::before{left:36px}.timeline article{grid-template-columns:78px 1fr;gap:12px}.timeline time{width:65px;height:65px}.identity-card dl div{grid-template-columns:90px 1fr}}
@media(max-width:460px){.page-hero h1{font-size:39px}.page-hero p{font-size:15px}.achievement-stats{grid-template-columns:1fr}.contact-card-grid{grid-template-columns:1fr}.vision-card{padding:28px}.feature-program{padding:28px}.schedule-panel{padding:22px}.admission-highlight h2{font-size:30px}.form-panel{padding:22px}.article-content>p{font-size:15px}.article-content blockquote{font-size:20px}.not-found strong{font-size:85px}}
