:root {
    --navy: #171d5b;
    --navy-2: #242b77;
    --red: #d71920;
    --gold: #ffc928;
    --green: #18785c;
    --ink: #182135;
    --muted: #647086;
    --line: #dfe3ea;
    --paper: #ffffff;
    --soft: #f5f7fa;
    --radius: 8px;
    --shadow: 0 18px 45px rgba(24, 33, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Libre Franklin", Arial, sans-serif; letter-spacing: 0; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: 1.25rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 1000; padding: 10px 14px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }

.topbar { background: var(--navy); color: rgba(255,255,255,.86); font-size: .8rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner span, .topbar-actions, .topbar-actions a { display: flex; align-items: center; gap: 7px; }
.topbar-actions { gap: 20px; }
.topbar svg { width: 14px; height: 14px; color: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(223,227,234,.85); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 232px; }
.brand img { width: 58px; height: 58px; object-fit: cover; object-position: top; border-radius: 4px; }
.brand span { display: flex; flex-direction: column; color: var(--navy); line-height: 1; }
.brand strong { font-family: "Libre Franklin", Arial, sans-serif; font-size: 1.05rem; text-transform: uppercase; }
.brand small { margin-top: 5px; color: var(--red); font-size: .88rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; }
.primary-nav > a:not(.button) { position: relative; padding: 30px 0 27px; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 3px; background: var(--red); transition: right .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { right: 0; }
.nav-toggle.icon-button { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 5px; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(24,33,53,.18); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 40px; padding: 10px 15px; background: var(--red); color: #fff; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-dark { background: var(--navy); color: #fff; }
.button-outline-light { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(12,18,49,.18); }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--navy); cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.text-link svg { width: 18px; height: 18px; color: var(--red); }

.hero { position: relative; min-height: calc(100vh - 118px); max-height: 860px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #31374c var(--hero-image) center 38% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,42,.9) 0%, rgba(12,18,54,.69) 44%, rgba(11,17,45,.15) 72%); }
.hero-content { position: relative; z-index: 2; padding-top: 20px; padding-bottom: 90px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker svg { width: 17px; height: 17px; }
.hero h1 { max-width: 800px; margin-bottom: 22px; text-wrap: balance; }
.hero p { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.9); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-location { position: absolute; right: 0; bottom: 0; z-index: 3; min-width: 320px; display: flex; align-items: center; gap: 13px; padding: 18px 34px; background: var(--red); color: #fff; }
.hero-location svg { width: 25px; height: 25px; }
.hero-location span { font-size: .78rem; line-height: 1.35; text-transform: uppercase; }
.hero-location strong { font-size: 1rem; }

.admission-ribbon { background: var(--gold); color: var(--ink); }
.ribbon-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ribbon-inner div { display: flex; align-items: center; gap: 18px; }
.ribbon-inner div span { padding-right: 18px; border-right: 1px solid rgba(24,33,53,.25); font-weight: 800; text-transform: uppercase; }
.ribbon-inner a { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; white-space: nowrap; }
.ribbon-inner svg { width: 18px; }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.intro-grid h2 { margin-bottom: 0; }
.intro-grid > p { margin-bottom: 8px; color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 70px; }
.feature-item { padding-top: 26px; border-top: 1px solid var(--line); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 6px; color: #fff; }
.feature-icon.red { background: var(--red); }
.feature-icon.navy { background: var(--navy); }
.feature-icon.gold { background: var(--gold); color: var(--ink); }
.feature-icon svg { width: 25px; height: 25px; }
.feature-item h3 { margin-bottom: 10px; }
.feature-item p { color: var(--muted); margin-bottom: 0; }

.programs-band { background: var(--soft); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centered { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.program-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.program-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 40px; background: rgba(23,29,91,.08); color: var(--navy); border-radius: 6px; }
.program-icon svg { width: 23px; height: 23px; }
.program-card > span, .program-row > div > span { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.program-card h3 { margin: 7px 0 12px; }
.program-card p { color: var(--muted); font-size: .91rem; }
.program-card > a { width: 40px; height: 40px; display: grid; place-items: center; margin-top: auto; border: 1px solid var(--line); border-radius: 5px; color: var(--navy); }
.program-card > a svg { width: 18px; }

.split-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.feature-media { position: relative; min-height: 520px; }
.feature-media img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius); }
.media-label { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--gold); border-radius: 5px; font-weight: 800; }
.media-label svg { width: 20px; }
.feature-copy h2 { margin-bottom: 22px; }
.feature-copy > p { color: var(--muted); font-size: 1.04rem; }
.check-list { display: grid; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.check-list svg { width: 19px; height: 19px; color: var(--green); }

.vision-band { padding: 90px 0; background: var(--navy); color: #fff; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.vision-grid > div + div { padding-left: 70px; border-left: 1px solid rgba(255,255,255,.2); }
.vision-grid blockquote { margin: 0; font-family: "Libre Franklin", Arial, sans-serif; font-size: clamp(1.6rem, 3vw, 2.45rem); font-weight: 700; line-height: 1.35; }
.vision-grid p { margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 1.08rem; }

.gallery-preview { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 250px 250px; gap: 16px; }
.gallery-tile { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery-tile.tile-1 { grid-row: 1 / span 2; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-tile:hover img { transform: scale(1.03); }
.gallery-tile::after, .gallery-full figure::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,13,42,.78)); }
.gallery-tile figcaption, .gallery-full figcaption { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 2; display: flex; flex-direction: column; color: #fff; }
.gallery-tile figcaption span, .gallery-full figcaption span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-tile figcaption strong, .gallery-full figcaption strong { font-family: "Libre Franklin", Arial, sans-serif; font-size: 1.18rem; }

.page-hero { position: relative; min-height: 58vh; max-height: 650px; display: flex; align-items: flex-end; padding: 90px 0 70px; color: #fff; background: #242b3b var(--page-image) center / cover no-repeat; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,42,.87), rgba(8,13,42,.18)); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 850px; margin-bottom: 0; }
.program-hero { background-position: center 45%; }
.admissions-hero, .gallery-hero { background-position: center 36%; }
.contact-hero { background-position: center 45%; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.story-grid h2 { margin-bottom: 0; }
.prose { color: var(--muted); font-size: 1.1rem; }
.prose p:last-child { margin-bottom: 0; }
.values-band { background: var(--soft); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.value-grid article { padding-top: 24px; border-top: 3px solid var(--gold); }
.value-grid svg { width: 30px; height: 30px; margin-bottom: 24px; color: var(--red); }
.value-grid p { color: var(--muted); margin-bottom: 0; }
.vision-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vision-cards > div { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); }
.vision-cards > div:first-child { background: var(--navy); color: #fff; border-color: var(--navy); }
.vision-cards h2 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.35; margin-bottom: 0; }
.vision-cards p { color: var(--muted); font-size: 1.15rem; margin-bottom: 0; }

.program-list { margin-top: 75px; border-top: 1px solid var(--line); }
.program-row { min-height: 190px; display: grid; grid-template-columns: 65px 68px 1fr 44px; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.program-number { color: #9aa3b4; font-weight: 800; }
.program-row-icon { width: 58px; height: 58px; display: grid; place-items: center; background: var(--soft); border-radius: 6px; color: var(--navy); }
.program-row-icon svg { width: 27px; height: 27px; }
.program-row h2 { margin: 5px 0 8px; font-size: 1.75rem; }
.program-row p { max-width: 800px; margin-bottom: 0; color: var(--muted); }

.program-detail-hero { min-height: 630px; background-position: center; }
.program-detail-hero::before { background: linear-gradient(90deg, rgba(8,13,42,.9) 0, rgba(8,13,42,.66) 40%, rgba(8,13,42,.08) 73%); }
.program-detail-hero .shell { padding-bottom: 8px; }
.program-detail-hero h1 { max-width: 850px; margin: 14px 0 12px; font-family: "Fredoka", Arial, sans-serif; font-size: 5.2rem; font-weight: 700; }
.program-detail-hero p { max-width: 590px; margin: 0; color: rgba(255,255,255,.88); font-size: 1.2rem; }
.breadcrumbs { display: flex; align-items: center; gap: 6px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 600; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs svg { width: 14px; height: 14px; }
.program-grade-pill { display: inline-flex; align-items: center; min-height: 31px; padding: 5px 11px; border-radius: 4px; background: var(--gold); color: var(--navy); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.program-overview-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: start; }
.program-lead h2 { max-width: 760px; margin-bottom: 30px; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.14; }
.program-lead p { max-width: 790px; color: var(--muted); font-size: 1.05rem; }
.program-at-glance { position: sticky; top: 125px; padding: 32px; border-top: 5px solid var(--gold); background: var(--soft); }
.program-at-glance dl { margin: 7px 0 27px; }
.program-at-glance dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.program-at-glance dt { color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.program-at-glance dd { margin: 0; color: var(--navy); font-weight: 700; }
.program-at-glance .button { width: 100%; }
.program-focus-band { background: var(--soft); }
.program-focus-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.program-focus-heading h2 { max-width: 610px; margin-bottom: 0; }
.program-focus-heading > p { margin: 0; color: var(--muted); }
.program-focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.program-focus-grid article { min-height: 310px; padding: 32px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.program-focus-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 49px; border-radius: 5px; background: var(--navy); color: #fff; }
.program-focus-icon svg { width: 24px; height: 24px; }
.program-focus-grid article:nth-child(2) .program-focus-icon { background: var(--red); }
.program-focus-grid article:nth-child(3) .program-focus-icon { background: var(--gold); color: var(--navy); }
.program-focus-grid h3 { font-family: "Fredoka", Arial, sans-serif; font-weight: 700; }
.program-focus-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.program-experience-band { padding: 82px 0; background: var(--navy); color: #fff; }
.program-experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; align-items: center; }
.program-experience-grid h2 { margin-bottom: 18px; font-family: "Fredoka", Arial, sans-serif; font-size: clamp(2rem, 3.7vw, 3.2rem); font-weight: 700; }
.program-experience-grid p { margin-bottom: 0; color: rgba(255,255,255,.7); }
.program-experience-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 25px; margin: 0; padding: 0; list-style: none; }
.program-experience-grid li { min-height: 92px; display: flex; align-items: flex-start; gap: 13px; padding: 20px; border: 1px solid rgba(255,255,255,.17); }
.program-experience-grid li svg { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 2px; color: var(--gold); }
.other-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.other-program-grid > a { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 26px; color: #fff; }
.other-program-grid > a::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,13,42,.93)); }
.other-program-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.other-program-grid > a:hover img { transform: scale(1.035); }
.other-program-grid span, .other-program-grid strong, .other-program-grid svg { position: relative; z-index: 1; }
.other-program-grid span { color: var(--gold); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.other-program-grid strong { margin-top: 5px; font-family: "Fredoka", Arial, sans-serif; font-size: 1.55rem; }
.other-program-grid svg { position: absolute; right: 24px; bottom: 28px; width: 21px; }

.events-hero { background-position: center 42%; }
.events-intro { margin-bottom: 58px; }
.event-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.event-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 365px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.event-card-media { position: relative; min-height: 100%; overflow: hidden; }
.event-card-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .45s ease; }
.event-card:hover .event-card-media img { transform: scale(1.035); }
.event-card-media > span { position: absolute; left: 15px; bottom: 15px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 4px; background: rgba(8,13,42,.86); color: #fff; font-size: .72rem; font-weight: 700; }
.event-card-media svg { width: 16px; height: 16px; color: var(--gold); }
.event-card-copy { display: flex; flex-direction: column; padding: 31px 28px; }
.event-card-copy time { color: var(--red); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.event-card-copy h2 { margin: 9px 0 14px; font-family: "Fredoka", Arial, sans-serif; font-size: 1.65rem; font-weight: 700; }
.event-card-copy p { display: -webkit-box; overflow: hidden; margin-bottom: 24px; color: var(--muted); font-size: .92rem; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.event-card-copy .text-link { margin-top: auto; }
.public-empty-state { min-height: 330px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 45px; border: 1px dashed #c7cdd9; text-align: center; }
.public-empty-state > svg { width: 42px; height: 42px; margin-bottom: 17px; color: var(--red); }
.public-empty-state h2 { margin-bottom: 8px; font-family: "Fredoka", Arial, sans-serif; }
.public-empty-state p { margin: 0; color: var(--muted); }
.public-empty-state.compact { min-height: 260px; }
.event-detail-hero { min-height: 650px; }
.event-detail-hero::before { background: linear-gradient(90deg, rgba(8,13,42,.9), rgba(8,13,42,.24) 70%); }
.event-detail-hero time { display: inline-flex; padding: 6px 10px; border-radius: 4px; background: var(--gold); color: var(--navy); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.event-detail-hero h1 { max-width: 880px; margin: 14px 0 0; font-family: "Fredoka", Arial, sans-serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; }
.event-story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.event-story-grid h2 { max-width: 440px; margin-bottom: 0; }
.event-story-grid p { margin-top: 0; color: var(--muted); font-size: 1.08rem; white-space: pre-line; }
.event-photo-total { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--navy); font-weight: 700; }
.event-photo-total svg { width: 19px; color: var(--red); }
.event-gallery-section { background: var(--soft); }
.event-photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 14px; }
.event-photo-grid button { position: relative; grid-column: span 4; overflow: hidden; padding: 0; border: 0; background: #dfe3ea; cursor: zoom-in; }
.event-photo-grid button:nth-child(7n+1), .event-photo-grid button:nth-child(7n+5) { grid-column: span 8; }
.event-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.event-photo-grid button:hover img { transform: scale(1.03); }
.event-photo-grid button > span { position: absolute; right: 12px; bottom: 12px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 4px; background: rgba(8,13,42,.82); color: #fff; opacity: 0; transition: opacity .2s ease; }
.event-photo-grid button:hover > span, .event-photo-grid button:focus-visible > span { opacity: 1; }
.event-photo-grid svg { width: 18px; }
.gallery-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; background: rgba(5,8,27,.97); color: #fff; }
.gallery-lightbox::backdrop { background: rgba(5,8,27,.85); }
.gallery-lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.gallery-lightbox figure { max-width: min(1180px, calc(100vw - 190px)); max-height: calc(100vh - 100px); display: grid; justify-items: center; gap: 10px; margin: auto; }
.gallery-lightbox figure img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; }
.gallery-lightbox figcaption { color: rgba(255,255,255,.7); font-size: .85rem; }
.lightbox-close, .lightbox-arrow { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.lightbox-close { position: fixed; right: 24px; top: 24px; width: 46px; height: 46px; display: grid; place-items: center; z-index: 2; }
.lightbox-arrow { width: 52px; height: 52px; display: grid; place-items: center; justify-self: center; }
.lightbox-arrow.previous { grid-column: 1; }
.gallery-lightbox figure { grid-column: 2; grid-row: 1; }
.lightbox-arrow.next { grid-column: 3; }
.lightbox-count { position: fixed; left: 24px; bottom: 24px; color: rgba(255,255,255,.7); font-size: .8rem; font-weight: 700; }

.admission-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.admission-aside { position: sticky; top: 120px; }
.steps { display: grid; gap: 28px; margin: 42px 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 17px; }
.steps li > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; background: var(--gold); border-radius: 50%; font-weight: 800; }
.steps strong { display: block; margin-bottom: 3px; }
.steps p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }
.help-box { display: flex; align-items: center; gap: 14px; padding: 18px; background: var(--soft); border-left: 4px solid var(--red); }
.help-box > svg { width: 25px; color: var(--red); }
.help-box small { display: block; color: var(--muted); }
.help-box a { font-weight: 800; }
.form-panel { padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; }
.form-heading > span { color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h2 { margin: 7px 0; font-size: 1.9rem; }
.form-heading p { color: var(--muted); margin-bottom: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.span-2 { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; }
.field > span { font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd5df; border-radius: 5px; background: #fff; color: var(--ink); padding: 12px 13px; outline: none; }
.field input, .field select { min-height: 48px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(23,29,91,.1); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-submit { display: flex; align-items: center; gap: 18px; margin-top: 4px; }
.form-submit small { max-width: 280px; color: var(--muted); line-height: 1.4; }

.gallery-full { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-full figure { position: relative; min-height: 390px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery-full figure:first-child { grid-column: 1 / -1; min-height: 580px; }
.gallery-full img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-details h2 { max-width: 480px; }
.contact-list { display: grid; gap: 26px; margin-top: 45px; }
.contact-list > div { display: flex; gap: 16px; }
.contact-list svg { width: 24px; flex: 0 0 24px; color: var(--red); }
.contact-list p { margin-bottom: 0; }
.contact-list small { display: block; margin-bottom: 2px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compact-panel { padding: 36px; }
.map-frame { height: 430px; margin-top: 70px; overflow: hidden; border-radius: var(--radius); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

.flash { padding: 12px 0; color: #fff; }
.flash-success { background: var(--green); }
.flash-error { background: var(--red); }
.flash .shell { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.flash svg { width: 20px; }

.contact-band { padding: 58px 0; background: var(--red); color: #fff; }
.contact-band-grid { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-band h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.contact-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer { padding: 72px 0 24px; background: #0c1134; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.55fr .7fr 1fr .8fr; gap: 60px; }
.brand-light span { color: #fff; }
.footer-brand > p { max-width: 350px; margin: 24px 0 0; }
.footer-grid h3 { margin-bottom: 20px; color: #fff; font-size: .9rem; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { margin-bottom: 0; }
.footer-grid a:hover { color: var(--gold); }
.admin-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; }
.admin-link svg { width: 15px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #1da567; color: #fff; box-shadow: 0 12px 30px rgba(16,65,45,.35); }
.whatsapp-float svg { width: 26px; height: 26px; }

@media (min-width: 981px) {
    .nav-toggle.icon-button { display: none !important; }
}

@media (max-width: 980px) {
    .shell { width: min(100% - 30px, 760px); }
    .section { padding: 78px 0; }
    .topbar-inner > span { display: none; }
    .topbar-inner { justify-content: flex-end; }
    .nav-toggle.icon-button { display: inline-grid; }
    .primary-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(24,33,53,.12); }
    .primary-nav.open { display: flex; }
    .primary-nav > a:not(.button) { padding: 13px 5px; }
    .primary-nav > a:not(.button)::after { display: none; }
    .primary-nav .button { margin-top: 8px; }
    .hero { min-height: 720px; background-position: 56% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(8,13,42,.92), rgba(8,13,42,.44)); }
    .hero-content { padding-bottom: 120px; }
    .intro-grid, .split-feature, .story-grid, .admission-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .program-grid, .value-grid { grid-template-columns: 1fr 1fr; }
    .vision-grid { gap: 50px; }
    .vision-grid > div + div { padding-left: 45px; }
    .admission-aside { position: static; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 680px) {
    h1 { font-size: 2.65rem; }
    h2 { font-size: 2rem; }
    .topbar-actions { width: 100%; justify-content: space-between; gap: 8px; }
    .topbar-inner { min-height: 38px; }
    .nav-wrap { height: 72px; }
    .brand { min-width: 0; }
    .brand img { width: 49px; height: 49px; }
    .brand strong { font-size: .84rem; }
    .brand small { font-size: .67rem; }
    .primary-nav { top: 72px; }
    .hero { min-height: calc(100svh - 110px); max-height: none; background-position: 61% center; }
    .hero-shade { background: linear-gradient(180deg, rgba(8,13,42,.36), rgba(8,13,42,.94) 58%); }
    .hero-content { align-self: flex-end; padding: 90px 0 120px; }
    .hero p { font-size: 1rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-location { left: 0; right: auto; min-width: 260px; padding: 13px 20px; }
    .ribbon-inner, .ribbon-inner div { align-items: flex-start; flex-direction: column; }
    .ribbon-inner { padding: 20px 0; gap: 10px; }
    .ribbon-inner div { gap: 6px; }
    .ribbon-inner div span { border: 0; padding: 0; }
    .intro-grid { gap: 25px; }
    .feature-grid, .program-grid, .value-grid, .vision-grid, .vision-cards, .gallery-full { grid-template-columns: 1fr; }
    .feature-grid { margin-top: 50px; }
    .heading-row { align-items: flex-start; flex-direction: column; }
    .program-card { min-height: 285px; }
    .feature-media, .feature-media img { min-height: 360px; height: 360px; }
    .feature-media img { object-position: 47% center; }
    .vision-grid > div + div { padding: 35px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
    .gallery-preview { grid-template-columns: 1fr; grid-template-rows: 330px 260px 260px; }
    .gallery-tile.tile-1 { grid-row: auto; }
    .page-hero { min-height: 520px; padding-bottom: 45px; background-position: 60% center; }
    .page-hero::before { background: linear-gradient(180deg, rgba(8,13,42,.2), rgba(8,13,42,.9)); }
    .vision-cards > div { min-height: 300px; padding: 30px; }
    .program-row { grid-template-columns: 45px 1fr 42px; gap: 14px; padding: 26px 0; }
    .program-row-icon { display: none; }
    .program-row h2 { font-size: 1.45rem; }
    .program-row p { font-size: .9rem; }
    .form-panel { padding: 24px 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .span-2 { grid-column: auto; }
    .form-submit { align-items: flex-start; flex-direction: column; }
    .form-submit .button { width: 100%; }
    .gallery-full figure, .gallery-full figure:first-child { grid-column: auto; min-height: 330px; }
    .contact-band-grid { align-items: flex-start; flex-direction: column; }
    .contact-band-actions, .contact-band-actions .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .whatsapp-float { right: 14px; bottom: 14px; }
}

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

/* 2026 experience refresh */
body { font-family: "Fredoka", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
h1, h2, h3 { font-family: "Fredoka", Arial, sans-serif; font-weight: 700; letter-spacing: 0; }
h1 { font-size: 64px; line-height: 1.03; }
h2 { font-size: 40px; line-height: 1.12; }
h3 { font-size: 19px; line-height: 1.25; }
.section { padding: 88px 0; }
.eyebrow { margin-bottom: 13px; font-size: 12px; letter-spacing: .11em; }

.utility-bar { background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 600; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner > span, .utility-actions, .utility-actions a { display: flex; align-items: center; gap: 7px; }
.utility-actions { gap: 20px; }
.utility-bar svg { width: 14px; height: 14px; stroke-width: 2.4; }
.site-header { background: var(--navy); border-bottom: 0; box-shadow: 0 8px 24px rgba(8, 13, 42, .14); backdrop-filter: none; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(8, 13, 42, .25); }
.nav-wrap { height: 76px; gap: 24px; }
.brand { min-width: 260px; gap: 12px; }
.brand .brand-crest { width: 58px; height: 62px; flex: 0 0 58px; display: block; background: transparent var(--brand-logo) center / contain no-repeat; border: 0; border-radius: 0; filter: drop-shadow(0 4px 7px rgba(4, 8, 35, .28)); }
.brand .brand-name { display: flex; flex-direction: column; color: #fff; line-height: 1; }
.brand strong { font-family: "Fredoka", Arial, sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.brand small { margin-top: 5px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { gap: 23px; color: #fff; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.button) { padding: 27px 0 24px; }
.primary-nav > a:not(.button)::after { bottom: 18px; height: 3px; background: var(--gold); }
.nav-apply { background: var(--gold); color: var(--navy); }
.nav-toggle.icon-button { border-color: rgba(255,255,255,.25); background: transparent; color: #fff; }
.button { border-radius: 6px; font-weight: 700; }
.button-small { background: var(--gold); color: var(--navy); }

.hero-slider { position: relative; height: 700px; overflow: hidden; background: var(--navy); color: #fff; }
.hero-slide { position: absolute; inset: 0; display: flex; align-items: center; visibility: hidden; opacity: 0; background: #27304c var(--slide-image) center / cover no-repeat; transition: opacity .65s ease, visibility .65s ease; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,42,.08), transparent 58%); }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.slide-content { position: relative; z-index: 2; padding-bottom: 58px; }
.hero-kicker { margin-bottom: 18px; font-size: 12px; }
.hero-slide h1 { max-width: 820px; margin: 0 0 20px; color: #fff; font-family: "Bowlby One SC", Impact, sans-serif; font-weight: 400; text-wrap: balance; }
.hero-slide h1 em { color: var(--gold); font-style: normal; }
.hero-slide p { max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.87); font-size: 18px; }
.slide-curiosity { background-color: var(--gold); }
.slide-curiosity::before { background: linear-gradient(90deg, rgba(255,201,40,.2), transparent 56%); }
.slide-curiosity .hero-kicker { color: var(--red); }
.slide-curiosity h1 { color: var(--navy); }
.slide-curiosity h1 em { color: var(--red); }
.slide-curiosity p { color: #303953; }
.slide-curiosity .button-outline-light { border-color: rgba(23,29,91,.55); background: rgba(255,255,255,.16); color: var(--navy); }
.slide-confidence .slide-content { padding-left: 55%; }
.slide-confidence::before { background: linear-gradient(270deg, rgba(8,13,42,.2), transparent 58%); }
.slide-confidence h1, .slide-confidence p { max-width: 560px; }
.slide-innovation::before { background: linear-gradient(90deg, rgba(183,13,25,.12), transparent 56%); }
.slider-ui { position: absolute; left: 50%; bottom: 28px; z-index: 5; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); pointer-events: none; }
.slider-dots, .slider-buttons { display: flex; align-items: center; gap: 8px; pointer-events: auto; }
.slider-dot { width: 34px; height: 4px; padding: 0; border: 0; border-radius: 2px; background: rgba(255,255,255,.4); cursor: pointer; }
.slider-dot.is-active { background: var(--gold); }
.slider-button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 5px; background: rgba(8,13,42,.35); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.slider-button:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.slider-button svg { width: 18px; height: 18px; }
.hero-location { min-width: 270px; padding: 15px 27px; background: var(--red); }

.quick-links { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line); }
.quick-links-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-links-grid > a { min-height: 104px; display: grid; grid-template-columns: 42px 1fr 18px; gap: 13px; align-items: center; padding: 18px 22px; border-right: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.quick-links-grid > a:first-child { border-left: 1px solid var(--line); }
.quick-links-grid > a:hover { background: var(--navy); color: #fff; }
.quick-links-grid > a > svg:first-child { width: 27px; height: 27px; color: var(--red); }
.quick-links-grid > a:hover > svg:first-child { color: var(--gold); }
.quick-links-grid > a > svg:last-child { width: 17px; }
.quick-links-grid span { min-width: 0; display: flex; flex-direction: column; }
.quick-links-grid small { color: var(--muted); font-size: 11px; line-height: 1.25; text-transform: uppercase; }
.quick-links-grid > a:hover small { color: rgba(255,255,255,.7); }
.quick-links-grid strong { margin-top: 3px; font-size: 15px; line-height: 1.25; }

.intro-section { background: #fff; }
.intro-grid { gap: 72px; }
.feature-grid { margin-top: 55px; gap: 30px; }
.feature-item { padding: 25px 24px 5px 0; border-top: 4px solid var(--gold); }
.feature-icon { margin-bottom: 20px; }
.programs-band { overflow: hidden; background: #f4f6fa; }
.program-grid { grid-template-columns: repeat(4, 1fr); }
.program-card { position: relative; min-height: 455px; display: flex; overflow: hidden; padding: 0; }
.program-card-media { position: relative; height: 195px; flex: 0 0 195px; overflow: hidden; background: #dfe3ea; }
.program-card-media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(8,13,42,.32)); }
.program-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.program-card:hover .program-card-media img { transform: scale(1.035); }
.program-index { position: absolute; right: 15px; top: 13px; z-index: 2; min-width: 43px; padding: 4px 8px; border-radius: 4px; background: var(--gold); color: var(--navy) !important; font-family: "Fredoka", Arial, sans-serif; font-size: 20px !important; font-weight: 700; letter-spacing: 0 !important; text-align: center; }
.program-card-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.program-card-body > span { color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.program-card-body > a { width: 40px; height: 40px; display: grid; place-items: center; margin-top: auto; border: 1px solid var(--line); border-radius: 5px; color: var(--navy); }
.program-card-body > a svg { width: 18px; }
.ai-feature { padding: 0; background: var(--gold); }
.split-feature { width: 100%; max-width: none; display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; }
.feature-media, .feature-media img { min-height: 570px; height: 570px; border-radius: 0; }
.feature-copy { min-height: 570px; display: flex; flex-direction: column; justify-content: center; padding: 65px max(40px, calc((100vw - 1180px) / 2)); padding-left: 70px; }
.feature-copy .eyebrow { color: var(--red); }
.feature-copy > p { color: #3e4659; }
.check-list svg { color: var(--navy); }
.vision-band { padding: 82px 0; }
.vision-grid blockquote { font-family: "Fredoka", Arial, sans-serif; font-size: 31px; font-weight: 600; line-height: 1.35; }
.founder-feature { overflow: hidden; background: #fff; }
.founder-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 88px; align-items: center; }
.founder-portrait { position: relative; height: 610px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--soft); }
.founder-portrait::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: linear-gradient(90deg, var(--red) 0 36%, var(--gold) 36% 68%, var(--navy) 68%); }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-copy { max-width: 610px; }
.founder-copy h2 { margin-bottom: 24px; }
.founder-copy p { color: var(--muted); }
.founder-copy .founder-lead { color: var(--ink); font-size: 18px; font-weight: 500; }
.founder-name { display: flex; flex-direction: column; margin: 31px 0 26px; padding-left: 18px; border-left: 4px solid var(--gold); }
.founder-name strong { color: var(--navy); font-family: "Fredoka", Arial, sans-serif; font-size: 21px; font-weight: 700; }
.founder-name span { margin-top: 3px; color: var(--red); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.notice-band { padding: 80px 0; background: var(--red); color: #fff; }
.notice-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.notice-heading h2 { max-width: 440px; margin: 0; }
.notice-list { border-top: 1px solid rgba(255,255,255,.35); }
.notice-list article { display: grid; grid-template-columns: 105px .85fr 1.15fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.notice-list time { color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.notice-list h3 { margin: 0; font-family: "Fredoka", Arial, sans-serif; font-size: 18px; font-weight: 700; }
.notice-list p { margin: 0; color: rgba(255,255,255,.77); font-size: 14px; }

.page-hero { min-height: 500px; max-height: none; padding: 80px 0 58px; }
.page-hero h1 { font-size: 54px; }
.story-grid, .admission-layout, .contact-layout { gap: 75px; }
.program-row h2, .form-heading h2 { font-family: "Fredoka", Arial, sans-serif; font-weight: 700; }
.program-row { grid-template-columns: 52px 122px 1fr 44px; }
.program-row-media { width: 112px; height: 86px; overflow: hidden; border-radius: 6px; background: var(--soft); }
.program-row-media img { width: 100%; height: 100%; object-fit: cover; }
.gallery-tile figcaption strong, .gallery-full figcaption strong { font-family: "Fredoka", Arial, sans-serif; font-weight: 700; }
.vision-cards h2 { font-size: 28px; }
.contact-band h2 { font-size: 32px; }
.site-footer { background: #090e38; }
.brand-light .brand-name { color: #fff; }
.brand-light .brand-crest { filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3)); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .brand { min-width: 225px; }
    .brand strong { font-size: 13px; }
    .primary-nav { gap: 15px; font-size: 13px; }
    .program-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
    h1 { font-size: 50px; }
    h2 { font-size: 34px; }
    .utility-inner > span { display: none; }
    .utility-inner { justify-content: flex-end; }
    .nav-wrap { height: 72px; }
    .primary-nav { top: 72px; padding: 12px 20px 22px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 0; color: #fff; }
    .primary-nav > a:not(.button) { padding: 13px 5px; }
    .hero-slider { height: 660px; }
    .hero-slide { background-position: 58% center; }
    .quick-links-grid { grid-template-columns: repeat(2, 1fr); }
    .quick-links-grid > a:nth-child(2) { border-right: 0; }
    .quick-links-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .split-feature { grid-template-columns: 1fr; }
    .feature-media, .feature-media img { min-height: 480px; height: 480px; }
    .feature-copy { min-height: auto; padding: 65px max(30px, calc((100vw - 760px) / 2)); }
    .founder-grid { grid-template-columns: .9fr 1.1fr; gap: 48px; }
    .founder-portrait { height: 530px; }
    .notice-layout { gap: 45px; }
    .notice-list article { grid-template-columns: 90px 1fr; }
    .notice-list p { grid-column: 2; }
    .page-hero h1 { font-size: 46px; }
}

@media (max-width: 680px) {
    body { font-size: 15px; }
    h1 { font-size: 38px; }
    h2 { font-size: 29px; }
    h3 { font-size: 18px; }
    .shell { width: min(100% - 28px, 560px); }
    .section { padding: 68px 0; }
    .utility-bar { display: none; }
    .nav-wrap { height: 78px; }
    .brand { min-width: 0; gap: 9px; }
    .brand .brand-crest { width: 47px; height: 52px; flex-basis: 47px; }
    .brand strong { font-size: 11px; }
    .brand small { margin-top: 4px; font-size: 10px; }
    .primary-nav { top: 78px; }
    .hero-slider { height: calc(100svh - 78px); min-height: 690px; max-height: 790px; }
    .hero-slide { align-items: flex-end; background-position: 61% center; }
    .slide-curiosity { background-position: 69% center; }
    .slide-confidence { background-position: 29% center; }
    .slide-innovation { background-position: 71% center; }
    .slide-curiosity::before { background: linear-gradient(180deg, transparent 23%, rgba(255,201,40,.14) 43%, rgba(255,201,40,.98) 70%); }
    .slide-confidence::before { background: linear-gradient(180deg, transparent 23%, rgba(8,13,42,.18) 43%, rgba(8,13,42,.98) 70%); }
    .slide-innovation::before { background: linear-gradient(180deg, transparent 23%, rgba(202,19,31,.18) 43%, rgba(202,19,31,.98) 70%); }
    .slide-confidence .slide-content { padding-left: 0; }
    .slide-content { padding-bottom: 104px; }
    .hero-kicker { margin-bottom: 12px; font-size: 10px; }
    .hero-slide h1 { margin-bottom: 14px; }
    .hero-slide p { max-width: 95%; margin-bottom: 20px; font-size: 15px; line-height: 1.5; }
    .hero-actions { flex-direction: row; }
    .hero-actions .button { width: auto; min-height: 44px; padding: 11px 15px; font-size: 13px; }
    .hero-actions .button-outline-light { display: none; }
    .slider-ui { bottom: 24px; }
    .slider-buttons { gap: 6px; }
    .slider-button { width: 36px; height: 36px; }
    .slider-dot { width: 22px; }
    .hero-location { display: none; }
    .quick-links-grid > a { min-height: 88px; grid-template-columns: 33px 1fr; gap: 9px; padding: 14px 12px; }
    .quick-links-grid > a > svg:first-child { width: 23px; height: 23px; }
    .quick-links-grid > a > svg:last-child { display: none; }
    .quick-links-grid small { font-size: 9px; }
    .quick-links-grid strong { font-size: 13px; }
    .intro-grid { gap: 22px; }
    .feature-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin-top: 42px; }
    .feature-item { padding-right: 0; }
    .heading-row { gap: 20px; margin-bottom: 35px; }
    .program-grid.journey-track { width: 100%; display: flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
    .journey-track .program-card { min-width: 82vw; scroll-snap-align: start; }
    .program-card-media { height: 205px; flex-basis: 205px; }
    .program-row { grid-template-columns: 90px 1fr 42px; gap: 14px; padding: 26px 0; }
    .program-number { display: none; }
    .program-row-media { width: 90px; height: 90px; }
    .program-detail-hero { min-height: 580px; padding-bottom: 52px; background-position: 58% center; }
    .program-detail-hero::before { background: linear-gradient(180deg, rgba(8,13,42,.1) 0, rgba(8,13,42,.88) 63%, rgba(8,13,42,.98)); }
    .program-detail-hero h1 { margin-top: 11px; font-size: 3rem; }
    .program-detail-hero p { font-size: 1rem; }
    .breadcrumbs { margin-bottom: 26px; }
    .program-overview-grid, .program-focus-heading, .program-experience-grid { grid-template-columns: 1fr; gap: 38px; }
    .program-lead h2 { font-size: 2rem; }
    .program-lead p { font-size: .96rem; }
    .program-at-glance { position: static; padding: 25px 22px; }
    .program-focus-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; }
    .program-focus-grid article { min-width: 82vw; min-height: 285px; scroll-snap-align: start; }
    .program-experience-band { padding: 65px 0; }
    .program-experience-grid ul { grid-template-columns: 1fr; }
    .program-experience-grid li { min-height: auto; }
    .other-program-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .other-program-grid > a { min-width: 82vw; min-height: 330px; scroll-snap-align: start; }
    .event-card-grid { grid-template-columns: 1fr; }
    .event-card { grid-template-columns: 1fr; min-height: 0; }
    .event-card-media { min-height: 290px; }
    .event-card-copy { min-height: 300px; padding: 25px 22px; }
    .event-detail-hero { min-height: 600px; background-position: 58% center; }
    .event-detail-hero::before { background: linear-gradient(180deg, rgba(8,13,42,.08), rgba(8,13,42,.94) 67%); }
    .event-detail-hero h1 { font-size: 3rem; }
    .event-story-grid { grid-template-columns: 1fr; gap: 25px; }
    .event-story-grid p { font-size: .97rem; }
    .event-photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 185px; gap: 8px; }
    .event-photo-grid button, .event-photo-grid button:nth-child(7n+1), .event-photo-grid button:nth-child(7n+5) { grid-column: span 1; }
    .event-photo-grid button:nth-child(5n+1) { grid-column: 1 / -1; grid-row: span 2; }
    .gallery-lightbox[open] { grid-template-columns: 54px 1fr 54px; }
    .gallery-lightbox figure { max-width: calc(100vw - 116px); }
    .lightbox-close { right: 14px; top: 14px; }
    .lightbox-arrow { width: 42px; height: 42px; }
    .feature-media, .feature-media img { min-height: 390px; height: 390px; }
    .feature-copy { padding: 55px 18px; }
    .founder-grid { grid-template-columns: 1fr; gap: 38px; }
    .founder-portrait { height: 490px; }
    .founder-copy .founder-lead { font-size: 16px; }
    .founder-name { margin-top: 25px; }
    .vision-band { padding: 65px 0; }
    .vision-grid blockquote { font-size: 24px; }
    .notice-band { padding: 65px 0; }
    .notice-layout { grid-template-columns: 1fr; gap: 35px; }
    .notice-list article { grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }
    .notice-list p { grid-column: auto; }
    .page-hero { min-height: 430px; padding-bottom: 42px; }
    .page-hero h1 { font-size: 35px; }
    .vision-cards h2 { font-size: 23px; }
    .contact-band h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide { transition: none; }
    .js .reveal { opacity: 1; transform: none; }
}

/* Keep dedicated program heroes taller than the shared inner-page banner. */
.page-program .program-detail-hero { min-height: 630px; }
.page-program .program-detail-hero h1 { font-size: 5.2rem; }
.page-event .event-detail-hero { min-height: 650px; }
@media (max-width: 680px) {
    .page-program .program-detail-hero { min-height: 580px; }
    .page-program .program-detail-hero h1 { font-size: 3rem; }
    .page-event .event-detail-hero { min-height: 600px; }
}

/* Leadership */
.founder-pair-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.founder-pair-preview img {
    min-width: 0;
    object-position: center 18%;
}
.founder-pair-preview img:first-child { border-right: 4px solid #fff; }

.leadership-hero {
    position: relative;
    display: flex;
    min-height: 570px;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    isolation: isolate;
}
.leadership-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(8, 13, 42, .08) 10%, rgba(8, 13, 42, .32) 55%, rgba(8, 13, 42, .96) 100%);
}
.leadership-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--red) 0 37%, var(--gold) 37% 67%, #fff 67%);
}
.leadership-hero-portraits {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.leadership-hero-portraits img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
}
.leadership-hero-portraits img:first-child { border-right: 1px solid rgba(255, 255, 255, .5); }
.leadership-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 58px;
    text-align: center;
}
.leadership-hero h1 {
    max-width: 920px;
    margin: 12px 0 12px;
    color: #fff;
    font-size: 64px;
}
.leadership-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
}

.director-board-section { background: #fff; }
.director-board-heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr);
    gap: 90px;
    align-items: end;
    margin-bottom: 52px;
}
.director-board-heading h2 { max-width: 620px; margin-bottom: 0; }
.director-board-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.director-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}
.director-profile { min-width: 0; }
.director-profile figure {
    position: relative;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: var(--soft);
    border-radius: 6px 6px 0 0;
}
.director-profile figure::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--red) 0 38%, var(--gold) 38% 68%, var(--navy) 68%);
}
.director-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .45s ease;
}
.director-profile:hover img { transform: scale(1.018); }
.director-profile-copy { padding: 24px 4px 0; }
.director-profile-copy > span {
    color: var(--red);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.director-profile-copy h2 { margin: 7px 0 3px; font-size: 30px; }
.director-profile-copy p { margin: 0; color: var(--muted); font-size: 14px; }

.leadership-message {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background: var(--navy);
    color: #fff;
}
.leadership-message::before {
    content: "\201C";
    position: absolute;
    top: -105px;
    right: 3vw;
    color: rgba(255, 255, 255, .055);
    font-family: Georgia, serif;
    font-size: 430px;
    line-height: 1;
}
.leadership-message-inner { position: relative; max-width: 1050px; }
.leadership-message blockquote {
    margin: 23px 0 34px;
    color: #fff;
    font-family: "Fredoka", Arial, sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.45;
}
.leadership-signature { display: flex; gap: 18px; align-items: center; }
.leadership-signature > span { width: 52px; height: 3px; background: var(--gold); }
.leadership-signature p { display: flex; flex-direction: column; margin: 0; }
.leadership-signature strong { font-size: 15px; }
.leadership-signature small { margin-top: 2px; color: rgba(255, 255, 255, .68); font-size: 12px; text-transform: uppercase; }

.leadership-principles-section { background: #f5f6f9; }
.leadership-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 52px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.leadership-principles article {
    position: relative;
    min-height: 295px;
    padding: 42px 34px;
    border-right: 1px solid var(--line);
}
.leadership-principles article:last-child { border-right: 0; }
.leadership-principles article > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #a3a8b6;
    font-size: 11px;
    font-weight: 700;
}
.leadership-principles svg { width: 30px; height: 30px; color: var(--red); }
.leadership-principles h3 { margin: 27px 0 12px; color: var(--navy); font-size: 21px; }
.leadership-principles p { margin: 0; color: var(--muted); }

@media (max-width: 980px) {
    .leadership-hero { min-height: 520px; }
    .leadership-hero h1 { font-size: 50px; }
    .director-board-heading { gap: 45px; }
    .leadership-message blockquote { font-size: 29px; }
    .leadership-principles article { padding: 36px 24px; }
}

@media (max-width: 680px) {
    .founder-pair-preview { height: 420px; }
    .founder-pair-preview img { object-position: center 14%; }
    .leadership-hero { min-height: 505px; }
    .leadership-hero::before { background: linear-gradient(180deg, rgba(8, 13, 42, .02) 5%, rgba(8, 13, 42, .25) 49%, rgba(8, 13, 42, .97) 100%); }
    .leadership-hero-portraits img { object-position: center 18%; }
    .leadership-hero-inner { padding: 170px 0 38px; }
    .leadership-hero h1 { margin-top: 9px; font-size: 38px; }
    .leadership-hero p { max-width: 340px; font-size: 15px; }
    .director-board-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
    .director-board-heading > p { font-size: 15px; }
    .director-grid { grid-template-columns: 1fr; gap: 46px; }
    .director-profile-copy { padding-top: 19px; }
    .director-profile-copy h2 { font-size: 25px; }
    .leadership-message { padding: 72px 0; }
    .leadership-message::before { top: -40px; right: -20px; font-size: 240px; }
    .leadership-message blockquote { margin: 18px 0 28px; font-size: 23px; line-height: 1.48; }
    .leadership-signature { align-items: flex-start; }
    .leadership-signature > span { width: 35px; margin-top: 9px; }
    .leadership-signature p { max-width: 250px; }
    .leadership-principles { grid-template-columns: 1fr; margin-top: 36px; }
    .leadership-principles article { min-height: 0; padding: 34px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
    .leadership-principles article:last-child { border-bottom: 0; }
    .leadership-principles h3 { margin-top: 21px; }
}

@media (prefers-reduced-motion: reduce) {
    .director-profile img { transition: none; }
}

/* Franchise */
.franchise-hero {
    min-height: 620px;
    max-height: none;
    background-position: center 47%;
}
.franchise-hero::before {
    background: linear-gradient(90deg, rgba(8, 13, 42, .94) 0%, rgba(8, 13, 42, .74) 46%, rgba(8, 13, 42, .18) 100%);
}
.franchise-hero h1 { margin-bottom: 18px; }
.franchise-hero p {
    max-width: 650px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
}
.franchise-opportunity { background: #fff; }
.franchise-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 70px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.franchise-values article {
    position: relative;
    min-height: 290px;
    padding: 42px 34px;
    border-right: 1px solid var(--line);
}
.franchise-values article:last-child { border-right: 0; }
.franchise-values article > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #a3a8b6;
    font-size: 11px;
    font-weight: 700;
}
.franchise-values svg { width: 31px; height: 31px; color: var(--red); }
.franchise-values h3 { margin: 28px 0 12px; color: var(--navy); font-size: 21px; }
.franchise-values p { margin: 0; color: var(--muted); }

.franchise-process-band {
    padding: 100px 0;
    background: var(--navy);
    color: #fff;
}
.franchise-process-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
    gap: 80px;
    align-items: end;
}
.franchise-process-heading h2 { max-width: 670px; margin-bottom: 0; color: #fff; }
.franchise-process-heading > p { margin: 0; color: rgba(255, 255, 255, .7); }
.franchise-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.franchise-process article {
    min-height: 255px;
    padding: 34px 26px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.franchise-process article:last-child { border-right: 0; }
.franchise-process article > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 36px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-weight: 700;
}
.franchise-process h3 { margin-bottom: 11px; color: #fff; font-size: 19px; }
.franchise-process p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 14px; }

.franchise-form-section {
    background: #f5f6f9;
    scroll-margin-top: 90px;
}
.franchise-form-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 72px;
    align-items: start;
}
.franchise-form-intro { position: sticky; top: 120px; }
.franchise-form-intro > p { color: var(--muted); font-size: 17px; }
.franchise-contact-note {
    display: flex;
    gap: 16px;
    margin: 34px 0 24px;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.franchise-contact-note > svg { width: 26px; flex: 0 0 26px; color: var(--red); }
.franchise-contact-note strong { display: block; margin-bottom: 4px; color: var(--navy); }
.franchise-contact-note p { margin: 0; color: var(--muted); font-size: 14px; }
.consent-field {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 11px;
    align-items: start;
    padding: 4px 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}
.consent-field input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--navy); }

@media (max-width: 980px) {
    .franchise-hero { min-height: 570px; }
    .franchise-process-heading { gap: 45px; }
    .franchise-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .franchise-process article:nth-child(2) { border-right: 0; }
    .franchise-process article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .2); }
    .franchise-form-layout { grid-template-columns: 1fr; gap: 46px; }
    .franchise-form-intro { position: static; }
}

@media (max-width: 680px) {
    .franchise-hero {
        min-height: 610px;
        background-position: 58% center;
    }
    .franchise-hero::before { background: linear-gradient(180deg, rgba(8, 13, 42, .22) 0%, rgba(8, 13, 42, .93) 64%, rgba(8, 13, 42, .98) 100%); }
    .franchise-hero h1 { margin-bottom: 15px; font-size: 36px; }
    .franchise-hero p { margin-bottom: 22px; font-size: 15px; line-height: 1.55; }
    .franchise-hero .hero-actions { flex-direction: column; align-items: stretch; }
    .franchise-hero .hero-actions .button { width: 100%; }
    .franchise-values { grid-template-columns: 1fr; margin-top: 42px; }
    .franchise-values article { min-height: 0; padding: 34px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
    .franchise-values article:last-child { border-bottom: 0; }
    .franchise-process-band { padding: 70px 0; }
    .franchise-process-heading { grid-template-columns: 1fr; gap: 22px; }
    .franchise-process { grid-template-columns: 1fr; margin-top: 38px; }
    .franchise-process article { min-height: 0; display: grid; grid-template-columns: 40px 1fr; gap: 17px; padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
    .franchise-process article:nth-child(2) { border-right: 0; }
    .franchise-process article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .2); }
    .franchise-process article:last-child { border-bottom: 0; }
    .franchise-process article > span { margin: 0; }
    .franchise-form-layout { gap: 34px; }
}
