:root {
    --navy: #013773;
    --navy-deep: #002957;
    --blue: #02448D;
    --red: #EA0001;
    --ink-deep: #001934;
    --mist: #DDE4EC;
    --yellow: #ffbd55;
    --ink: #072f5f;
    --text: #183657;
    --muted: #68809d;
    --line: #d9e4ef;
    --white: #ffffff;
    --header-height: 78px;
    font-family: "Typold", "Century Gothic", "Avenir Next", Arial, sans-serif;
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, p { overflow-wrap: anywhere; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--navy); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; min-height: var(--header-height); padding: 0 max(7vw, 28px); display: flex; align-items: center; justify-content: space-between; gap: 40px; background: rgba(255,255,255,.97); }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; color: var(--navy); text-decoration: none; }
.brand-mark { width: 78px; height: 62px; display: block; background-repeat: no-repeat; background-image: url('../../1.png'); background-size: 1920px 1080px; background-position: -140px -32px; }
.brand-copy { display: grid; line-height: 1.04; }
.brand-copy small { font-size: .65rem; font-weight: 500; }
.brand-copy strong { font-size: .86rem; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px, 4vw, 76px); }
.main-nav a { padding: 15px 0; color: var(--navy); font-size: .95rem; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; display: block; width: 0; height: 2px; margin-top: 5px; background: var(--red); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 4px; background: #f6f8fb; }
.main-nav .language-switch a { min-width: 30px; padding: 5px 6px; border-radius: 2px; color: var(--muted); font-size: .66rem; font-weight: 800; line-height: 1; text-align: center; text-transform: none; }
.main-nav .language-switch a::after { display: none; }
.main-nav .language-switch a:hover, .main-nav .language-switch a.active { color: var(--white); background: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; padding: 10px; background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px 0; background: var(--navy); }
.site-footer { min-height: 130px; padding: 34px max(7vw, 28px); display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #dce8f5; background: var(--navy-deep); }
.site-footer p { margin: 6px 0 0; }
.footer-contact { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-contact a { color: inherit; }
.pill-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 26px; border-radius: 999px; color: var(--white); background: var(--navy-deep); font-weight: 800; text-decoration: none; text-transform: uppercase; }
.text-link { display: inline-flex; margin-top: 22px; padding-bottom: 4px; border-bottom: 2px solid var(--red); color: var(--navy); font-weight: 800; text-decoration: none; }
.brand-rule { width: 214px; height: 7px; display: block; margin: 26px 0 38px; border-radius: 4px; background: linear-gradient(90deg, #174f96, var(--red)); }

.home-hero { min-height: calc(100vh - var(--header-height)); display: grid; grid-template-columns: 48% 52%; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: clamp(120px, 15vh, 180px) 0 80px max(9vw, 38px); background: linear-gradient(90deg, #fff 80%, rgba(255,255,255,0)); }
.hero-eyebrow { margin: 0 0 24px; color: var(--navy); font-size: clamp(1rem, 1.25vw, 1.35rem); word-spacing: 14px; }
.hero-copy h1 { max-width: 640px; margin: 0; color: var(--navy-deep); font-size: clamp(2.7rem, 4vw, 4rem); line-height: 1.06; letter-spacing: 0; }
.hero-summary { max-width: 600px; margin: 38px 0 18px; font-size: clamp(1.15rem, 1.55vw, 1.7rem); line-height: 1.35; }
.hero-art { position: relative; overflow: hidden; }
.hero-art img { position: absolute; top: -120px; right: 0; width: auto; max-width: none; height: calc(100% + 120px); object-fit: cover; object-position: right bottom; }

.about-section { position: relative; min-height: calc(100vh - var(--header-height)); padding: 30px max(8vw, 30px) 60px; overflow: hidden; }
.about-section::after { content: ""; position: absolute; z-index: -1; left: -4%; right: -4%; bottom: -130px; height: 360px; border-radius: 50% 50% 0 0; background: var(--navy-deep); }
.section-heading.centered { text-align: center; }
.section-heading h1 { margin: 0; color: var(--navy-deep); font-size: clamp(2.5rem, 4vw, 4rem); }
.section-heading span { width: 214px; height: 8px; display: block; margin: 20px auto 28px; border-radius: 5px; background: linear-gradient(90deg, #174f96, var(--red)); }
.about-copy { width: min(980px, 100%); margin: 0 auto; text-align: center; font-size: clamp(1rem, 1.25vw, 1.45rem); }
.about-copy p { margin: 0 0 24px; }
.level-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.compact-levels { width: min(1190px, 100%); margin: 60px auto 0; }
.level-card { min-width: 0; overflow: hidden; border-radius: 8px; color: var(--white); background: var(--blue); box-shadow: 0 8px 20px rgba(0,26,56,.2); }
.level-sprite { height: 138px; background-repeat: no-repeat; background-size: 1920px 1080px; }
.level-sprite-tk { background-position: -364px -730px; }
.level-sprite-sd { background-position: -669px -730px; }
.level-sprite-smp { background-position: -975px -730px; }
.level-sprite-sma { background-position: -1281px -730px; }
.level-card-copy { padding: 0 20px 20px; }
.level-card h2 { margin: 10px 0 4px; font-size: 1.55rem; }
.level-card p { min-height: 44px; margin: 0; font-size: .88rem; letter-spacing: .08em; }
.level-card span { display: block; margin-top: 11px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.75); font-size: .85rem; letter-spacing: .12em; }
.satellite-trigger { border: 0; padding: 0; color: inherit; background: transparent; font: inherit; font-weight: 800; letter-spacing: 0; text-align: left; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; cursor: pointer; }
.level-card-copy .satellite-trigger { width: 100%; margin-top: 11px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.75); font-size: .85rem; letter-spacing: .12em; }
.satellite-trigger:hover { text-decoration-thickness: 2px; }
.satellite-trigger:focus-visible { outline: 3px solid #f8c93a; outline-offset: 4px; }
.about-subnav { width: min(1190px, 100%); margin: 26px auto 0; display: flex; justify-content: flex-end; gap: 12px; }
.about-subnav a { padding: 8px 12px; color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.6); }

.vision-layout, .program-detail, .registration-section { min-height: calc(100vh - var(--header-height)); display: grid; grid-template-columns: 48% 52%; overflow: hidden; }
.program-detail { grid-template-columns: 38% 62%; }
.vision-art, .detail-art, .registration-art { min-height: 660px; overflow: hidden; }
.vision-art img, .detail-art img, .registration-art img { width: 100%; height: 100%; object-fit: cover; object-position: left bottom; }
.vision-copy, .detail-copy, .registration-copy { padding: clamp(70px, 10vh, 120px) max(8vw, 50px) 70px 5vw; align-self: center; }
.vision-copy h1 { margin: 0 0 50px; color: var(--navy); font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1; }
.vision-copy article { margin-bottom: 30px; }
.vision-copy h2 { margin: 0 0 10px; color: var(--navy); font-size: 1.4rem; }
.vision-copy p { margin: 0; font-size: clamp(1rem, 1.4vw, 1.65rem); line-height: 1.35; }

.mission-section { position: relative; min-height: calc(100vh - var(--header-height)); padding: 50px max(9vw, 30px) 90px; overflow: hidden; background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)), url('../../1.png') center bottom / cover no-repeat; }
.mission-section::after { content: ""; position: absolute; z-index: 0; left: -4%; right: -4%; bottom: -170px; height: 480px; border-radius: 50% 50% 0 0; background: var(--navy-deep); }
.mission-heading, .mission-grid { position: relative; z-index: 1; }
.mission-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; margin-bottom: 60px; }
.mission-heading h1 { margin: 0; color: #0b1925; font-size: clamp(3rem, 5.5vw, 6rem); line-height: 1; }
.mission-heading p { margin: 0; color: #111; font-size: clamp(1rem, 1.4vw, 1.45rem); }
.mission-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 9%; }
.mission-item { min-height: 178px; display: grid; grid-template-columns: 145px 1fr; border-radius: 8px; overflow: hidden; background: #dedede; }
.mission-item > span { display: grid; place-items: center; color: #081b2d; background: var(--yellow); font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 300; }
.mission-item > div { padding: 24px 28px; }
.mission-item h2 { margin: 0 0 7px; color: #050505; font-size: 1.45rem; line-height: 1.1; }
.mission-item p { margin: 0; color: #111; font-size: .98rem; line-height: 1.3; }

.program-intro { min-height: 300px; display: grid; grid-template-columns: 44% 56%; color: var(--white); background: var(--navy); overflow: hidden; }
.program-intro > div { padding: 44px 34px 38px max(7vw, 30px); }
.program-intro h1 { margin: 0 0 18px; font-size: clamp(2rem, 3vw, 3rem); }
.program-intro p { max-width: 680px; margin: 0; font-size: 1.08rem; line-height: 1.35; text-align: justify; }
.program-intro figure { position: relative; margin: 0; overflow: hidden; }
.program-intro img { width: 100%; height: 100%; object-fit: cover; object-position: right 21%; }
.program-intro figure.mockup-source img { position: absolute; top: 0; left: 0; width: 1920px; max-width: none; height: 1080px; object-fit: none; transform: translate(-830px, -118px); }
.program-grid { width: min(1400px, 88vw); margin: 38px auto 75px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.program-card { min-width: 0; overflow: hidden; border: 1px solid #e2e6eb; border-radius: 6px; background: var(--white); box-shadow: 0 6px 14px rgba(12,34,58,.16); }
.program-card a { height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.program-card-media { height: 165px; position: relative; overflow: hidden; background: #eef2f7; }
.program-card-media img { position: absolute; top: -65px; left: 0; width: 960px; max-width: none; height: 540px; object-fit: cover; object-position: left top; }
.program-card-copy { flex: 1; display: flex; flex-direction: column; padding: 18px 20px 20px; }
.program-card h2 { margin: 0 0 9px; color: var(--navy); font-size: 1rem; line-height: 1.2; }
.program-card p { margin: 0; color: #4d6683; font-size: .88rem; }
.program-card span { margin-top: auto; padding-top: 14px; color: var(--red); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.program-grid .program-card:nth-child(n+5) { grid-column: span 1; }

.detail-art { position: relative; }
.detail-art img { max-width: none; width: 100%; object-position: left bottom; }
.detail-art.mockup-source img { position: absolute; left: 0; bottom: 0; width: 1920px; max-width: none; height: 1080px; object-fit: none; }
.detail-copy { padding-top: 55px; padding-bottom: 55px; }
.detail-kicker { margin: 0 0 8px; color: var(--navy); font-size: clamp(1.15rem, 1.8vw, 2rem); font-weight: 700; }
.detail-copy h1, .registration-copy h1 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 3.4vw, 3.8rem); line-height: 1.12; }
.detail-body { max-width: 900px; color: var(--navy); font-size: clamp(1.08rem, 1.55vw, 1.7rem); line-height: 1.45; }
.detail-list { margin: 26px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; color: var(--navy); font-size: clamp(1rem, 1.35vw, 1.4rem); }
.detail-list li { position: relative; padding-left: 42px; }
.detail-list li::before, .assessment-item::before { content: ""; position: absolute; left: 0; top: .42em; width: 22px; height: 22px; border-radius: 20px 0 0; background: #e46648; }
.assessment-item { position: relative; margin: 0 0 28px; padding-left: 42px; }
.assessment-item h2 { margin: 0 0 5px; color: var(--navy); font-size: 1.4rem; }
.assessment-item p { margin: 0; color: var(--navy); font-size: 1.08rem; line-height: 1.45; }

.levels-hero { min-height: 370px; display: grid; place-items: center; padding: 55px 25px; color: var(--white); text-align: center; background: var(--navy-deep); }
.levels-hero > div { width: min(820px, 100%); }
.levels-hero > div > p:first-child { margin: 0 0 8px; color: #8fc4ef; font-weight: 800; }
.levels-hero h1 { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); }
.levels-hero .brand-rule { margin: 22px auto 30px; }
.levels-grid { width: min(1220px, 90vw); margin: -50px auto 80px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; position: relative; z-index: 2; }
.level-detail-card { min-height: 330px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border-radius: 8px; background: var(--white); box-shadow: 0 12px 30px rgba(2,39,80,.15); }
.level-detail-image { height: 100%; min-height: 330px; }
.level-detail-card > div:last-child { padding: 34px 30px; }
.level-detail-card h2 { margin: 4px 0 12px; color: var(--navy); font-size: 2rem; }
.level-detail-card p { margin: 0; }
.level-detail-card > div:last-child > p:first-child { color: var(--red); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.level-detail-card span { width: 62px; height: 4px; display: block; margin-bottom: 18px; background: var(--navy); }
.level-detail-card .detail-satellite-trigger { margin-top: 24px; padding: 9px 0; color: var(--navy); }
.level-detail-card .satellite-empty { width: auto; height: auto; margin: 24px 0 0; color: #64748b; background: transparent; font-size: .9rem; }

body.dialog-open { overflow: hidden; }
.satellite-dialog { width: min(1120px, calc(100% - 32px)); max-height: calc(100vh - 32px); border: 0; border-radius: 8px; padding: 0; color: var(--navy-deep); background: #eef3f8; box-shadow: 0 24px 70px rgba(0,26,56,.32); }
.satellite-dialog::backdrop { background: rgba(1,24,50,.72); }
.satellite-dialog-panel { max-height: calc(100vh - 32px); overflow-y: auto; }
.satellite-dialog-heading { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 18px; color: var(--white); border-bottom: 4px solid var(--red); background: var(--navy-deep); }
.satellite-dialog-heading p { margin: 0 0 1px; color: #91bce7; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.satellite-dialog-heading h2 { margin: 0; font-size: 1.35rem; }
.satellite-dialog-close { width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid #cbd5e1; border-radius: 4px; display: grid; place-items: center; color: var(--navy); background: var(--white); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.satellite-dialog-close:hover { color: var(--white); border-color: var(--red); background: var(--red); }
.satellite-dialog-close:focus-visible { outline: 3px solid rgba(6,47,97,.24); outline-offset: 2px; }
.satellite-location-grid { display: grid; gap: 14px; padding: 14px; align-items: stretch; }
.satellite-location-grid.satellite-columns-1 { max-width: 370px; margin: 0 auto; grid-template-columns: 1fr; }
.satellite-location-grid.satellite-columns-2 { max-width: 740px; margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.satellite-location-grid.satellite-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.satellite-location { min-width: 0; overflow: hidden; border-radius: 8px; display: flex; flex-direction: column; color: var(--white); background: var(--blue); box-shadow: 0 7px 18px rgba(2,39,80,.16); }
.satellite-building-image { width: 100%; aspect-ratio: 16 / 9; max-height: 125px; display: block; object-fit: cover; }
.satellite-location-copy { min-height: 132px; padding: 13px 14px 11px; display: flex; flex-direction: column; }
.satellite-location h3 { margin: 0 0 6px; color: var(--white); font-size: 1rem; }
.satellite-location address { margin: 0; color: #f1f6fb; font-size: .72rem; font-style: normal; line-height: 1.42; }
.satellite-location .contact-link { margin-top: auto; padding-top: 8px; color: var(--white); font-size: .76rem; font-weight: 800; }
.satellite-map { width: 100%; height: 130px; border: 0; display: block; background: #dbe2ea; }
.location-dialog { width: min(900px, calc(100% - 32px)); }
.location-dialog-content { display: grid; grid-template-columns: minmax(220px, 34%) 1fr; background: var(--navy); }
.location-dialog-details { min-width: 0; display: flex; flex-direction: column; }
.location-dialog .satellite-building-image { max-height: 220px; }
.location-dialog .satellite-location-copy { flex: 1; min-height: 145px; }
.location-dialog .satellite-map { height: 100%; min-height: 330px; }
.map-link { border-radius: 0; padding: 8px 12px; color: var(--white); background: var(--red); font-size: .74rem; font-weight: 800; text-align: center; text-decoration: none; }
.map-link:hover { background: #c71124; }

.registration-art img { object-position: right center; }
.registration-copy p { max-width: 680px; font-size: 1.25rem; }
.registration-copy address { margin-top: 25px; padding-left: 20px; border-left: 4px solid var(--red); color: var(--navy); font-size: 1.1rem; font-style: normal; }
.not-found { min-height: calc(100vh - var(--header-height)); display: grid; align-content: center; justify-items: center; padding: 50px 24px; text-align: center; background: #f5f8fb; }
.not-found > p:first-child { margin: 0; color: var(--red); font-size: 6rem; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 14px 0 0; color: var(--navy); font-size: 2.4rem; }
.not-found .pill-button { margin-top: 18px; }

@media (max-width: 1100px) {
    :root { --header-height: 92px; }
    .site-header { padding-inline: 28px; }
    .brand-mark { width: 62px; background-position: -140px -32px; }
    .brand-copy { display: none; }
    .main-nav { gap: 24px; }
    .main-nav a { font-size: .82rem; }
    .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .program-grid { width: min(720px, 88vw); }
    .program-intro figure.mockup-source img { width: 2424px; height: 1364px; transform: translate(-1048px, -149px); object-fit: fill; }
    .mission-item { grid-template-columns: 105px 1fr; }
    .mission-item > div { padding: 20px; }
    .levels-grid { grid-template-columns: 1fr; max-width: 760px; }
}

@media (max-width: 760px) {
    :root { --header-height: 76px; }
    .site-header { min-height: var(--header-height); padding: 0 18px; }
    .brand-mark { width: 58px; height: 52px; background-size: 1600px 900px; background-position: -117px -27px; }
    .brand-copy { display: grid; }
    .brand-copy small { font-size: .52rem; }
    .brand-copy strong { font-size: .7rem; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; inset: var(--header-height) 0 0; display: none; padding: 34px 28px; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; background: rgba(255,255,255,.99); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .main-nav .language-switch { width: max-content; margin-top: 20px; }
    .main-nav .language-switch a { min-width: 46px; padding: 10px; border: 0; font-size: .82rem; }
    .nav-dropdown { display: block; }
    .nav-dropdown-toggle { width: 100%; border-bottom: 1px solid var(--line); padding: 15px 0; justify-content: space-between; font-size: 1rem; }
    .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { display: none; }
    .nav-dropdown.open .nav-submenu { display: grid; }
    .nav-submenu { position: static; width: 100%; border: 0; padding: 0 0 0 18px; box-shadow: none; }
    .main-nav .nav-submenu a { padding: 12px 0; font-size: .9rem; }
    .site-footer { align-items: flex-start; flex-direction: column; }
    .home-hero { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy { padding: 62px 22px 42px; background: var(--white); }
    .hero-copy h1 { font-size: 2.65rem; }
    .hero-summary { margin-top: 25px; font-size: 1.08rem; }
    .hero-art { height: 410px; margin: 0; order: -1; }
    .hero-art img { top: -76px; right: -120px; height: calc(100% + 76px); object-position: right bottom; }
    .about-section { padding: 28px 18px 50px; }
    .about-section::after { height: 850px; bottom: -270px; }
    .about-copy { text-align: left; }
    .compact-levels, .level-cards { grid-template-columns: 1fr; max-width: 340px; }
    .about-subnav { justify-content: center; }
    .vision-layout, .program-detail, .registration-section { min-height: 0; grid-template-columns: 1fr; }
    .vision-art, .detail-art, .registration-art { min-height: 0; height: 420px; }
    .detail-art.mockup-source img { width: 1152px; height: 648px; object-fit: fill; }
    .vision-copy, .detail-copy, .registration-copy { padding: 42px 22px 58px; }
    .vision-copy h1 { margin-bottom: 36px; font-size: 3.3rem; }
    .vision-copy p { font-size: 1.08rem; }
    .mission-section { padding: 40px 18px 70px; }
    .mission-section::after { bottom: -90px; height: 60%; }
    .mission-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
    .mission-grid { grid-template-columns: 1fr; gap: 18px; }
    .mission-item { min-height: 0; grid-template-columns: 82px 1fr; }
    .mission-item > span { font-size: 2.5rem; }
    .mission-item h2 { font-size: 1rem; }
    .mission-item p { font-size: .85rem; }
    .program-intro { grid-template-columns: 1fr; }
    .program-intro > div { padding: 38px 22px; }
    .program-intro figure { height: 260px; }
    .program-grid { width: min(100% - 36px, 430px); grid-template-columns: 1fr; }
    .program-card-media { height: 190px; }
    .detail-copy h1, .registration-copy h1 { font-size: 2.25rem; }
    .brand-rule { width: 180px; margin: 20px 0 28px; }
    .detail-body { font-size: 1.05rem; }
    .levels-hero { min-height: 320px; }
    .levels-grid { width: min(100% - 32px, 520px); grid-template-columns: 1fr; }
    .level-detail-card { grid-template-columns: 1fr; }
    .level-detail-image { min-height: 230px; }
    .satellite-dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); }
    .satellite-dialog-panel { max-height: calc(100vh - 24px); }
    .satellite-dialog-heading { padding: 11px 12px; }
    .satellite-dialog-heading h2 { font-size: 1.15rem; }
    .satellite-location-grid, .satellite-location-grid.satellite-columns-1, .satellite-location-grid.satellite-columns-2, .satellite-location-grid.satellite-columns-3 { max-width: none; grid-template-columns: 1fr; padding: 10px; }
    .satellite-location-copy { min-height: 0; }
}

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

/* Final one-screen composition based on the supplied SKKK mockups. */
.public-page { min-width: 320px; color: var(--navy-deep); }
.public-page main { min-height: calc(100svh - var(--header-height)); }
.site-header { height: var(--header-height); min-height: var(--header-height); padding: 0 clamp(28px, 7.2vw, 138px); gap: 28px; }
.brand { gap: 10px; }
.brand-mark { width: 64px; height: 58px; background-size: 1780px 1001px; background-position: -130px -29px; }
.brand-copy small { font-size: .58rem; letter-spacing: 0; }
.brand-copy strong { font-size: .75rem; letter-spacing: 0; }
.main-nav { gap: clamp(13px, 2.25vw, 42px); }
.main-nav a { padding: 10px 0; font-size: .74rem; letter-spacing: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { border: 0; padding: 10px 0; display: flex; align-items: center; gap: 7px; color: var(--navy); background: transparent; font: inherit; font-size: .74rem; letter-spacing: 0; text-transform: uppercase; cursor: pointer; }
.nav-dropdown-toggle > span { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .15s ease; }
.nav-dropdown-toggle.active, .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible { color: var(--red); }
.nav-dropdown.open .nav-dropdown-toggle > span, .nav-dropdown:focus-within .nav-dropdown-toggle > span { transform: translateY(2px) rotate(225deg); }
.nav-submenu { position: absolute; z-index: 20; top: calc(100% + 5px); left: -18px; width: 185px; border: 1px solid #d7deea; padding: 7px 18px; display: none; background: var(--white); box-shadow: 0 12px 30px rgba(0,41,87,.14); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.open .nav-submenu { display: grid; }
.main-nav .nav-submenu a { border-bottom: 1px solid #e4e9f0; padding: 11px 0; font-size: .72rem; text-transform: none; }
.main-nav .nav-submenu a:last-child { border-bottom: 0; }
.main-nav .nav-submenu a::after { display: none; }
.main-nav .language-switch a { padding: 5px 6px; font-size: .6rem; }
.pill-button { min-height: 34px; padding: 7px 20px; border-radius: 18px; font-size: .78rem; }

.home-hero { height: calc(100svh - var(--header-height)); min-height: 0; grid-template-columns: 1fr; background-color: var(--white); background-image: url('../images/home-hero-clean.png'); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
.hero-copy { width: 48%; align-self: stretch; isolation: isolate; padding: 0 0 4vh clamp(42px, 9.4vw, 180px); display: flex; flex-direction: column; justify-content: center; background: transparent; }
.hero-copy > * { position: relative; z-index: 1; }
.hero-copy .pill-button { align-self: flex-start; }
.hero-eyebrow { margin: 0 0 18px; font-size: clamp(.78rem, 1vw, 1rem); word-spacing: 10px; }
.hero-copy h1 { max-width: 520px; font-size: clamp(2.2rem, 3.45vw, 3.5rem); line-height: 1.08; }
.hero-summary { max-width: 480px; margin: 26px 0 14px; font-size: clamp(.92rem, 1.22vw, 1.25rem); line-height: 1.42; }
.home-page .hero-art { display: none; }

.ppdb-page { height: calc(100svh - var(--header-height)); display: grid; place-items: center; overflow: hidden; background: var(--ink-deep); }
.ppdb-stage { position: relative; width: min(100%, calc((100svh - var(--header-height)) * 2.0773)); aspect-ratio: 2742 / 1320; overflow: hidden; background: #e8ebed; }
.ppdb-stage > img { width: 100%; height: 100%; display: block; object-fit: contain; }
.ppdb-hotspot { position: absolute; z-index: 2; top: 78%; height: 9%; border-radius: 8px; }
.ppdb-hotspot:hover { background: rgba(255,255,255,.08); }
.ppdb-hotspot:focus-visible { outline: 4px solid var(--white); outline-offset: 3px; }
.ppdb-register { left: 7%; width: 15.5%; }
.ppdb-offer { left: 23.7%; width: 17%; }
.ppdb-information { left: 41.3%; width: 13.5%; }

.vision-layout { height: calc(100svh - var(--header-height)); min-height: 0; grid-template-columns: 48% 52%; }
.vision-art { min-height: 0; }
.vision-art.mockup-source img { width: auto; max-width: none; height: 106%; object-fit: cover; object-position: left bottom; transform: translateY(-3%); }
.vision-copy { align-self: center; padding: 24px clamp(36px, 7vw, 120px) 24px 5.5vw; }
.vision-copy h1 { margin: 0 0 34px; color: var(--navy-deep); font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.vision-copy article { margin-bottom: 22px; }
.vision-copy h2 { margin-bottom: 7px; font-size: clamp(1rem, 1.35vw, 1.35rem); }
.vision-copy p { font-size: clamp(.82rem, 1.05vw, 1.08rem); line-height: 1.35; }

.mission-section { height: calc(100svh - var(--header-height)); min-height: 0; padding: 0; background: var(--white); }
.mission-section::after { z-index: 0; bottom: -24%; height: 55%; background: var(--navy-deep); }
.mission-art { position: absolute; inset: 0; z-index: 0; overflow: hidden; opacity: .025; }
.mission-art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.mission-content { position: relative; z-index: 1; height: 100%; padding: 25px clamp(42px, 8vw, 150px) 28px; }
.mission-heading { grid-template-columns: 1fr 1fr; gap: 7vw; margin-bottom: 20px; }
.mission-heading h1 { color: #111c27; font-size: clamp(2.7rem, 4.7vw, 4.8rem); }
.mission-heading p { max-width: 510px; color: #111c27; font-size: clamp(.82rem, 1.1vw, 1.1rem); line-height: 1.4; }
.mission-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, 134px); grid-auto-flow: column; gap: 12px 7%; }
.mission-item { min-height: 0; height: 134px; grid-template-columns: 86px 1fr; background: #d7d7d7; }
.mission-item > span { color: #111c27; background: #ffbd55; font-size: 2.65rem; }
.mission-item > div { padding: 13px 17px; }
.mission-item h2 { margin-bottom: 5px; font-size: clamp(.75rem, 1vw, 1.02rem); }
.mission-item p { font-size: clamp(.65rem, .78vw, .8rem); line-height: 1.28; }

.locations-layout { height: calc(100svh - var(--header-height)); overflow: hidden; background: var(--white); }
.locations-hero { height: 188px; display: grid; grid-template-columns: 43% 57%; color: var(--white); background: var(--navy-deep); overflow: hidden; }
.locations-hero h1 { align-self: center; margin: 0; padding-left: clamp(42px, 7.3vw, 140px); font-size: clamp(1.65rem, 2.4vw, 2.45rem); line-height: 1.35; }
.locations-hero-photo { background-image: linear-gradient(90deg, var(--navy-deep) 0, rgba(0,41,87,.15) 16%, rgba(0,41,87,0) 35%), url('../images/lokasi-kami.png'); background-repeat: no-repeat; background-size: auto, 1920px 1080px; background-position: center, -800px -118px; }
.location-unit-grid { height: calc(100% - 188px); width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 18px 0 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 10px 42px; }
.location-unit { min-width: 0; min-height: 0; }
.location-unit button { width: 100%; height: 100%; min-width: 0; border: 0; padding: 0; display: grid; grid-template-columns: 118px minmax(0, 1fr); align-items: center; gap: 14px; color: var(--navy-deep); background: transparent; text-align: left; cursor: pointer; }
.location-unit button:hover .location-unit-copy strong, .location-unit button:focus-visible .location-unit-copy strong { color: var(--red); }
.location-unit button:focus-visible { outline: 3px solid rgba(234,0,1,.25); outline-offset: 3px; }
.location-unit-photo { width: 118px; height: 78px; display: block; object-fit: cover; box-shadow: 0 4px 11px rgba(0,25,52,.25); }
.location-mockup-photo { background-image: url('../images/lokasi-kami.png'); background-repeat: no-repeat; background-size: 1024px 576px; }
.location-mockup-photo-1 { background-position: -42px -245px; }
.location-mockup-photo-2 { background-position: -42px -346px; }
.location-mockup-photo-3 { background-position: -42px -448px; }
.location-mockup-photo-4 { background-position: -359px -245px; }
.location-mockup-photo-5 { background-position: -359px -346px; }
.location-mockup-photo-6 { background-position: -359px -448px; }
.location-mockup-photo-7 { background-position: -678px -245px; }
.location-mockup-photo-8 { background-position: -678px -346px; }
.location-mockup-photo-9 { background-position: -678px -448px; }
.location-unit-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.location-unit-copy strong { margin-bottom: 5px; font-size: .84rem; text-transform: uppercase; transition: color .15s ease; }
.location-unit-copy > span { display: -webkit-box; overflow: hidden; color: #31567e; font-size: .64rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.location-unit-copy .location-unit-contact { margin-top: 2px; -webkit-line-clamp: 1; }
.location-unit-copy small { margin-top: 4px; color: var(--red); font-size: .58rem; font-weight: 700; text-transform: uppercase; }

.about-section { height: calc(100svh - var(--header-height)); min-height: 0; padding: 18px clamp(30px, 5vw, 80px) 18px; }
.about-section::after { bottom: -180px; height: 300px; }
.section-heading h1 { font-size: clamp(1.9rem, 2.8vw, 2.8rem); }
.section-heading span { width: 150px; height: 5px; margin: 9px auto 13px; }
.about-copy { width: min(1080px, 100%); font-size: clamp(.72rem, .86vw, .88rem); line-height: 1.35; }
.about-copy p { margin-bottom: 9px; }
.compact-levels { width: min(1100px, 100%); margin-top: 18px; }
.level-cards { gap: 18px; }
.level-sprite { height: 96px; }
.level-card-copy { padding: 0 14px 12px; }
.level-card h2 { margin: 7px 0 2px; font-size: 1.05rem; }
.level-card p { min-height: 31px; font-size: .65rem; }
.level-card-copy .satellite-trigger { margin-top: 6px; padding-top: 6px; font-size: .64rem; }
.about-subnav { width: min(1100px, 100%); margin-top: 10px; gap: 10px; }
.about-subnav a { padding: 5px 9px; font-size: .68rem; }

.program-list-page main { height: calc(100svh - var(--header-height)); overflow: hidden; }
.program-intro { height: 164px; min-height: 0; grid-template-columns: 43% 57%; }
.program-intro > div { padding: 25px 28px 20px clamp(36px, 7vw, 110px); }
.program-intro h1 { margin-bottom: 8px; font-size: clamp(1.5rem, 2.2vw, 2.25rem); }
.program-intro p { font-size: clamp(.7rem, .82vw, .84rem); line-height: 1.3; }
.program-grid { height: calc(100% - 164px); width: min(1160px, calc(100% - 44px)); margin: 0 auto; padding: 14px 0 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
.program-card-media { height: 82px; }
.program-card-media img { top: -30px; width: 480px; height: 270px; }
.program-card-copy { padding: 9px 11px 10px; }
.program-card h2 { margin-bottom: 4px; font-size: .72rem; }
.program-card p { display: -webkit-box; overflow: hidden; font-size: .62rem; line-height: 1.28; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.program-card span { padding-top: 6px; font-size: .56rem; }

.program-detail { height: calc(100svh - var(--header-height)); min-height: 0; grid-template-columns: 38% 62%; }
.detail-art { min-height: 0; }
.detail-copy { max-height: 100%; overflow: hidden; align-self: center; padding: 22px clamp(30px, 5vw, 76px) 22px 4vw; }
.detail-kicker { margin-bottom: 4px; font-size: clamp(.78rem, 1vw, 1rem); }
.detail-copy h1 { font-size: clamp(1.35rem, 2vw, 2.05rem); }
.detail-copy .brand-rule { width: 120px; height: 4px; margin: 12px 0 17px; }
.detail-body { font-size: clamp(.7rem, .82vw, .84rem); line-height: 1.35; }
.detail-list { margin-top: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 20px; font-size: clamp(.66rem, .76vw, .78rem); }
.detail-list li { padding-left: 22px; }
.detail-list li::before, .assessment-item::before { width: 13px; height: 13px; }
.assessment-item { margin-bottom: 16px; padding-left: 24px; }
.assessment-item h2 { font-size: .88rem; }
.assessment-item p { font-size: .74rem; line-height: 1.35; }
.detail-copy .text-link { margin-top: 13px; font-size: .68rem; }

.not-found { height: calc(100svh - var(--header-height)); min-height: 0; }

@media (min-width: 1101px) and (min-height: 700px) {
    .public-page { height: 100svh; overflow: hidden; }
}

@media (max-width: 1100px) {
    :root { --header-height: 76px; }
    .site-header { height: var(--header-height); min-height: var(--header-height); }
    .main-nav { gap: 15px; }
}

@media (max-width: 760px) {
    .public-page { height: auto; overflow-x: hidden; overflow-y: auto; }
    .public-page main { min-height: 0; }
    .home-hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
    .hero-copy { width: 100%; min-height: calc(100svh - var(--header-height)); padding: 34px 22px 42px; background: rgba(255,255,255,.46); }
    .ppdb-page { height: auto; min-height: calc(100svh - var(--header-height)); }
    .ppdb-stage { width: 100%; }
    .vision-layout { height: auto; grid-template-columns: 1fr; }
    .vision-art { height: 58svh; }
    .vision-copy { padding: 38px 22px 44px; }
    .mission-section { height: auto; min-height: calc(100svh - var(--header-height)); }
    .mission-content { padding: 34px 18px 52px; }
    .mission-heading { grid-template-columns: 1fr; gap: 12px; }
    .mission-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; gap: 14px; }
    .mission-item { height: auto; min-height: 132px; grid-template-columns: 74px 1fr; }
    .locations-layout { height: auto; overflow: visible; }
    .locations-hero { height: 210px; grid-template-columns: 1fr; position: relative; }
    .locations-hero h1 { position: relative; z-index: 1; align-self: end; padding: 0 22px 24px; font-size: 1.65rem; }
    .locations-hero-photo { position: absolute; inset: 0; opacity: .62; background-position: center, -920px -118px; }
    .location-unit-grid { width: min(100% - 32px, 470px); height: auto; padding: 20px 0 38px; grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; }
    .location-unit button { min-height: 104px; grid-template-columns: 132px minmax(0, 1fr); }
    .location-unit-photo { width: 132px; height: 88px; }
    .location-dialog-content { grid-template-columns: 1fr; }
    .location-dialog .satellite-map { min-height: 290px; }
    .about-section { height: auto; min-height: calc(100svh - var(--header-height)); padding: 28px 18px 50px; overflow: hidden; }
    .compact-levels { margin-top: 28px; }
    .level-sprite { height: 138px; }
    .level-card-copy { padding: 0 20px 20px; }
    .level-card h2 { font-size: 1.4rem; }
    .level-card p { min-height: 42px; font-size: .82rem; }
    .level-card-copy .satellite-trigger { font-size: .8rem; }
    .program-list-page main { height: auto; overflow: visible; }
    .program-intro { height: auto; min-height: 0; }
    .program-grid { width: min(100% - 36px, 430px); height: auto; padding: 22px 0 42px; grid-template-columns: 1fr; grid-template-rows: none; }
    .program-card-media { height: 190px; }
    .program-card-media img { top: -65px; width: 960px; height: 540px; }
    .program-card-copy { padding: 18px 20px 20px; }
    .program-card h2 { font-size: 1rem; }
    .program-card p { font-size: .88rem; -webkit-line-clamp: initial; }
    .program-card span { padding-top: 14px; font-size: .78rem; }
    .program-detail { height: auto; min-height: 0; grid-template-columns: 1fr; }
    .detail-copy { max-height: none; overflow: visible; padding: 42px 22px 58px; }
    .detail-copy h1 { font-size: 2.05rem; }
    .detail-body { font-size: 1rem; }
    .detail-list { grid-template-columns: 1fr; font-size: .92rem; }
    .not-found { height: auto; min-height: calc(100svh - var(--header-height)); }
}
