:root {
  --navy: #061b3a;
  --navy-2: #0b2c57;
  --blue: #174d84;
  --gold: #d9a441;
  --gold-light: #f5d487;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --ink: #101b2c;
  --muted: #5d6674;
  --line: rgba(8, 31, 61, .13);
  --container: 1180px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 84px; color: white; transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 72px; background: rgba(6, 27, 58, .96); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: -.02em; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; background: white; }
.brand span { display: flex; flex-direction: column; line-height: 1.02; }
.brand b { font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.brand strong { font-family: var(--serif); font-size: 1.38rem; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: .91rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { opacity: .86; transition: color .2s, opacity .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--gold-light); opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; transition: .25s; }
.nav-cta:hover { color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: white; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 760px; height: min(900px, 100svh); color: white; display: flex; align-items: center; background: var(--navy) url("assets/images/hero-skk.webp") center / cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto -8% -46% auto; width: 760px; height: 760px; border: 1px solid rgba(217,164,65,.26); border-radius: 50%; box-shadow: 0 0 0 60px rgba(217,164,65,.05), 0 0 0 130px rgba(217,164,65,.035); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,42,.98) 0%, rgba(3,18,42,.88) 34%, rgba(3,18,42,.2) 70%, rgba(3,18,42,.12) 100%), linear-gradient(0deg, rgba(3,18,42,.65), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 75px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9a6a16; }
.hero h1, .section h2, .pmb h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.25rem, 5.3vw, 5.25rem); line-height: .99; letter-spacing: -.045em; font-weight: 600; }
.hero h1 { max-width: 780px; }
h1 em, h2 em { color: var(--gold-light); font-style: italic; font-weight: 600; }
.section h2 em { color: #a7741c; }
.hero-lead { max-width: 650px; margin: 27px 0 32px; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.hero-actions, .pmb-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 700; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 35px rgba(217,164,65,.2); }
.button-ghost { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.05); backdrop-filter: blur(7px); }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.button-light { color: white; border-color: rgba(255,255,255,.35); }
.hero-locations { display: flex; align-items: center; gap: 13px; margin-top: 43px; color: rgba(255,255,255,.66); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-locations i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; opacity: .66; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(white, transparent); animation: scroll 1.8s infinite; }
@keyframes scroll { 0%,100% { transform: scaleY(.5); transform-origin: top; } 50% { transform: scaleY(1); } }

.proof-strip { position: relative; z-index: 4; color: white; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 22px 36px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.proof-grid strong { color: var(--gold-light); font-family: var(--serif); font-size: 2rem; line-height: 1; }
.proof-grid span { margin-top: 8px; color: rgba(255,255,255,.6); font-size: .78rem; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.section h2, .pmb h2 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); line-height: 1.04; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 1.42rem; line-height: 1.55; }
.intro-copy p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: #8a5a0e; font-weight: 700; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }

.pillars { background: var(--cream); }
.pillars-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.photo-frame { position: relative; padding: 0 28px 34px 0; }
.photo-frame::before { content: ""; position: absolute; inset: 30px 0 0 30px; border: 1px solid var(--gold); border-radius: 2px; }
.photo-frame > img { position: relative; width: 100%; aspect-ratio: 4/4.55; object-fit: cover; border-radius: 2px; box-shadow: 0 25px 60px rgba(6,27,58,.18); }
.photo-note { position: absolute; z-index: 2; right: 0; bottom: 0; width: 85%; display: flex; gap: 14px; padding: 20px 23px; color: white; background: var(--navy); box-shadow: 0 12px 35px rgba(6,27,58,.25); }
.photo-note > span { color: var(--gold-light); font-size: 2rem; line-height: 1; }
.photo-note p { margin: 0; color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.5; }
.photo-note b { display: block; margin-bottom: 3px; color: white; font-size: .83rem; }
.pillar-content h2 { margin-bottom: 43px; }
.pillar-list { border-top: 1px solid var(--line); }
.pillar-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.pillar-no { color: #a7741c; font-family: var(--serif); font-size: 1.1rem; }
.pillar-item h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.38rem; }
.pillar-item p { margin: 0; color: var(--muted); font-size: .91rem; }

.vision { position: relative; color: white; background: var(--navy); overflow: hidden; }
.vision::before { content: ""; position: absolute; inset: -320px auto auto -200px; width: 700px; height: 700px; border: 1px solid rgba(217,164,65,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(217,164,65,.025), 0 0 0 160px rgba(217,164,65,.018); }
.vision-top { position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 62px; }
.vision-top .eyebrow { position: absolute; top: -28px; }
.vision-top h2 { max-width: 850px; }
.vision-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.13); }
.vision-card { min-height: 390px; padding: 52px; }
.vision-card + .vision-card { border-left: 1px solid rgba(255,255,255,.13); }
.card-kicker { color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.vision blockquote { margin: 25px 0 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.45; }
.mission-card ol { margin: 24px 0 0; padding: 0; list-style: none; }
.mission-card li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; padding: 14px 0; color: rgba(255,255,255,.73); border-top: 1px solid rgba(255,255,255,.1); font-size: .89rem; }
.mission-card li span { color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; }

.values { padding: 105px 0; background: var(--paper); }
.values-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 43px; }
.values-heading .eyebrow { margin: 0; }
.values-heading h2 { max-width: 640px; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1.08; }
.values-heading h2 em { color: #a7741c; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { position: relative; min-height: 310px; padding: 30px 24px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.value-card:first-child { border-left: 1px solid var(--line); }
.value-card:hover { z-index: 2; background: var(--cream); transform: translateY(-6px); }
.value-card > span { position: absolute; right: 17px; top: 13px; color: rgba(6,27,58,.18); font-family: var(--serif); font-size: 1.6rem; }
.value-card > svg { width: 38px; height: 38px; margin: 45px 0 31px; color: #aa741a; stroke-width: 1.3; }
.value-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.45rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.campuses { background: var(--cream); }
.campus-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 47px; }
.campus-heading > p { max-width: 460px; margin: 0 0 7px; color: var(--muted); }
.campus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.campus-card { position: relative; min-height: 440px; color: white; background: var(--navy); overflow: hidden; }
.campus-card::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 75% 18%, #3877a9, transparent 38%), repeating-radial-gradient(circle at 70% 30%, transparent 0 27px, rgba(255,255,255,.08) 28px 29px); }
.campus-card.cibubur::before { background: radial-gradient(circle at 75% 18%, #7c622c, transparent 38%), repeating-radial-gradient(circle at 70% 30%, transparent 0 27px, rgba(255,255,255,.08) 28px 29px); }
.campus-map-bg { position: absolute; right: 28px; top: 10px; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 8rem; font-weight: 700; }
.campus-body { position: absolute; z-index: 2; inset: auto 0 0; padding: 38px; background: linear-gradient(transparent, rgba(2,15,34,.97) 31%); }
.campus-label { color: var(--gold-light); font-size: .71rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.campus-card h3 { margin: 10px 0 8px; font-family: var(--serif); font-size: 2.6rem; }
.campus-card p { display: flex; gap: 10px; max-width: 450px; margin: 0 0 26px; color: rgba(255,255,255,.7); font-size: .87rem; }
.campus-card p svg { flex: 0 0 auto; margin-top: 3px; color: var(--gold-light); }
.campus-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.campus-actions a { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: .82rem; font-weight: 700; }
.campus-actions a:last-child { color: var(--gold-light); }

.pmb { position: relative; padding: 118px 0; color: white; background: linear-gradient(120deg, var(--navy), #0c396b); overflow: hidden; }
.pmb::after { content: "+"; position: absolute; right: -20px; bottom: -190px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 32rem; line-height: 1; }
.pmb-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.pmb-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.68); }
.pmb-copy h2 { max-width: 670px; }
.pmb-buttons { margin-top: 28px; }
.pmb-copy small { display: block; margin-top: 14px; color: rgba(255,255,255,.42); }
.pmb-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.pmb-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pmb-steps > li > span { color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; }
.pmb-steps b { font-family: var(--serif); font-size: 1.25rem; }
.pmb-steps p { margin: 5px 0 0; color: rgba(255,255,255,.57); font-size: .83rem; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; }
.faq-heading > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.17rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 6px; color: #a7741c; font-family: var(--sans); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 40px 24px 0; color: var(--muted); font-size: .91rem; }

.site-footer { color: white; background: #03142d; }
.footer-top { display: grid; grid-template-columns: 1.25fr .7fr .9fr 1.15fr; gap: 55px; padding: 75px 0 62px; }
.brand.inverted { color: white; }
.footer-brand > p { margin: 22px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: 1.22rem; line-height: 1.4; }
.footer-top h2 { margin: 0 0 20px; color: rgba(255,255,255,.45); font: 700 .7rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.footer-top > div > a { display: block; margin: 9px 0; color: rgba(255,255,255,.69); font-size: .85rem; }
.footer-top > div > a:hover { color: var(--gold-light); }
.footer-verse { position: relative; padding-left: 33px; border-left: 1px solid rgba(255,255,255,.13); }
.footer-verse > span { position: absolute; left: 30px; top: -24px; color: rgba(217,164,65,.24); font-family: var(--serif); font-size: 5rem; }
.footer-verse p { position: relative; margin: 0 0 13px; color: rgba(255,255,255,.65); font-family: var(--serif); font-size: .96rem; font-style: italic; }
.footer-verse b { color: var(--gold-light); font-size: .71rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; color: rgba(255,255,255,.37); border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.visitor-counter { display: inline-flex; align-items: center; gap: 7px; }
.visitor-counter > span { width: 7px; height: 7px; border-radius: 50%; background: #42c96b; box-shadow: 0 0 0 4px rgba(66,201,107,.12); }
.visitor-counter strong { color: rgba(255,255,255,.72); font-variant-numeric: tabular-nums; }
.whatsapp-widget { position: fixed; z-index: 1100; right: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.whatsapp-fab { width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; color: white; background: #16a34a; box-shadow: 0 14px 34px rgba(22,163,74,.38); cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.whatsapp-fab:hover, .whatsapp-fab:focus-visible { background: #12813c; transform: translateY(-3px); box-shadow: 0 18px 40px rgba(22,163,74,.45); }
.whatsapp-fab svg { width: 29px; height: 29px; stroke-width: 1.7; }
.whatsapp-fab span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.whatsapp-panel { position: absolute; right: 0; bottom: 70px; width: min(390px, calc(100vw - 32px)); max-height: min(620px, calc(100svh - 120px)); padding: 16px; overflow-y: auto; color: var(--navy); background: white; border: 1px solid rgba(6,27,58,.14); border-radius: 17px; box-shadow: 0 24px 65px rgba(6,27,58,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px) scale(.97); transform-origin: bottom right; transition: opacity .18s, transform .18s, visibility .18s; }
.whatsapp-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.whatsapp-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.whatsapp-panel-head h2 { margin: 0 0 4px; font-family: var(--sans); font-size: 1rem; line-height: 1.3; }
.whatsapp-panel-head p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.whatsapp-panel-close { flex: 0 0 auto; width: 31px; height: 31px; padding: 0; border: 0; border-radius: 50%; color: var(--muted); background: transparent; font-size: 1.55rem; line-height: 1; cursor: pointer; }
.whatsapp-panel-close:hover, .whatsapp-panel-close:focus-visible { color: var(--navy); background: var(--cream); }
.whatsapp-group { margin-top: 9px; overflow: hidden; border: 1px solid rgba(6,27,58,.13); border-radius: 12px; background: white; }
.whatsapp-group summary { display: flex; align-items: center; gap: 10px; padding: 12px; font-size: .84rem; font-weight: 800; list-style: none; background: #f7f9fb; cursor: pointer; }
.whatsapp-group summary::-webkit-details-marker { display: none; }
.whatsapp-group summary::after { content: "⌄"; margin-left: 1px; color: var(--muted); font-size: 1rem; line-height: 1; transition: transform .18s; }
.whatsapp-group[open] summary::after { transform: rotate(180deg); }
.whatsapp-count { margin-left: auto; padding: 3px 7px; color: white; background: #159447; border-radius: 999px; font-size: .63rem; line-height: 1; }
.whatsapp-list { padding: 7px; }
.whatsapp-contact { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px; border-radius: 9px; transition: background .18s, color .18s; }
.whatsapp-contact + .whatsapp-contact { border-top: 1px solid rgba(6,27,58,.08); }
.whatsapp-contact:hover, .whatsapp-contact:focus-visible { color: var(--navy); background: #effcf3; }
.whatsapp-contact span { min-width: 0; }
.whatsapp-contact strong { display: block; margin-bottom: 2px; font-size: .83rem; }
.whatsapp-contact small { display: block; overflow: hidden; color: var(--muted); font-size: .72rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.whatsapp-contact svg { flex: 0 0 auto; width: 23px; height: 23px; color: #159447; stroke-width: 1.7; }
.floating-pmb { position: fixed; z-index: 900; right: 92px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; color: var(--navy); background: var(--gold-light); border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: .8rem; font-weight: 800; transition: transform .2s; }
.floating-pmb:hover { transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 16px 20px 26px; background: rgba(6,27,58,.98); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); opacity: 0; transition: .25s; }
  .main-nav.open { transform: none; opacity: 1; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { justify-content: center; margin-top: 12px; }
  .intro-grid, .pillars-grid, .pmb-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .pillars-grid { max-width: 760px; }
  .photo-frame { max-width: 640px; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-card + .vision-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .values-grid { grid-template-columns: repeat(3, 1fr); border-bottom: 0; }
  .value-card { border-bottom: 1px solid var(--line); }
  .campus-heading { align-items: start; flex-direction: column; gap: 20px; }
  .footer-top { grid-template-columns: 1.25fr .75fr; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section, .values, .pmb { padding: 82px 0; }
  .site-header { height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1.15rem; }
  .brand b { font-size: .62rem; }
  .hero { min-height: 720px; height: 100svh; align-items: flex-end; background-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,18,42,.99) 7%, rgba(3,18,42,.88) 55%, rgba(3,18,42,.2) 100%); }
  .hero-content { padding: 110px 0 86px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-lead { margin: 22px 0 27px; font-size: .98rem; }
  .hero-actions .button { flex: 1 1 180px; }
  .hero-locations { margin-top: 28px; font-size: .66rem; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { min-height: 100px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-grid strong { font-size: 1.55rem; }
  .intro-grid { gap: 38px; }
  .intro-copy .lead { font-size: 1.24rem; }
  .photo-frame { padding-right: 15px; }
  .photo-frame > img { aspect-ratio: 4/5; }
  .photo-note { width: 92%; padding: 16px; }
  .vision-top { margin-bottom: 38px; }
  .vision-card { min-height: 0; padding: 33px 25px; }
  .vision blockquote { font-size: 1.43rem; }
  .values-heading { align-items: start; flex-direction: column; gap: 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; padding: 26px 24px 29px 79px; border-left: 1px solid var(--line); }
  .value-card > svg { position: absolute; left: 22px; top: 27px; margin: 0; width: 34px; height: 34px; }
  .value-card > span { top: 6px; }
  .campus-grid { grid-template-columns: 1fr; }
  .campus-card { min-height: 405px; }
  .campus-body { padding: 29px 25px; }
  .campus-card h3 { font-size: 2.2rem; }
  .pmb-grid { gap: 48px; }
  .pmb-buttons .button { flex: 1 1 160px; }
  .faq-grid { gap: 40px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-verse { padding: 25px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .footer-verse > span { left: 0; top: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-pmb span { display: none; }
  .floating-pmb { right: 78px; bottom: 15px; width: 48px; height: 48px; padding: 0; justify-content: center; }
  .whatsapp-widget { right: 15px; bottom: 15px; }
  .whatsapp-fab { width: 50px; height: 50px; }
  .whatsapp-fab svg { width: 25px; height: 25px; }
  .whatsapp-panel { right: 0; bottom: 62px; width: min(360px, calc(100vw - 28px)); max-height: calc(100svh - 96px); padding: 13px; border-radius: 15px; }
  .whatsapp-group summary { padding: 11px; }
  .whatsapp-contact { padding: 9px; }
}

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