:root {
    --forest: #174b36;
    --forest-deep: #103b2b;
    --leaf: #347a54;
    --gold: #efbd54;
    --gold-pale: #fff4d8;
    --ink: #24362d;
    --muted: #63736a;
    --line: #e1e9e3;
    --paper: #fffefa;
    --mist: #f2f7f2;
    --white: #fff;
    --shadow: 0 18px 55px rgba(29, 68, 47, .1);
    --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Nunito Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #d79613; outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 12px; background: var(--forest-deep); color: var(--white); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(225,233,227,.82); background: rgba(255,254,250,.96); backdrop-filter: blur(14px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 17px 17px 17px 6px; background: var(--forest); color: var(--gold); font-size: 16px; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 7px 18px rgba(23,75,54,.18); }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { color: var(--forest-deep); font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.8vw, 23px); }
.primary-nav > a { color: #3f5147; font-size: 14px; font-weight: 800; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.primary-nav > a:hover, .primary-nav > a.active { color: var(--leaf); }
.primary-nav > a.faculty-nav { padding: 9px 17px; border-radius: 999px; background: var(--gold-pale); color: #654913; }
.primary-nav > a.faculty-nav:hover { background: var(--gold); transform: translateY(-1px); }
.primary-nav > a.admin-login-nav { padding: 10px 17px; border-radius: 999px; background: var(--forest); color: var(--white); }
.primary-nav > a.admin-login-nav:hover { background: var(--forest-deep); color: var(--white); }
.menu-toggle { display: none; width: 45px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 4px; background: var(--forest); }

.hero { position: relative; overflow: hidden; padding: 62px 0 76px; background: radial-gradient(ellipse at 78% 20%, rgba(239,189,84,.17), transparent 35%), linear-gradient(180deg, #f5f8f2 0%, var(--paper) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--leaf); font-size: 12px; font-weight: 900; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; border-radius: 3px; background: var(--gold); content: ""; }
.hero h1, .page-hero h1 { max-width: 670px; margin: 0; color: var(--forest-deep); font-family: "Nunito Sans", "Avenir Next", sans-serif; font-size: clamp(42px, 5.3vw, 70px); font-weight: 900; letter-spacing: -.055em; line-height: 1.06; }
.hero h1 span { color: var(--leaf); }
.hero-copy { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 9px 20px rgba(23,75,54,.16); }
.button-primary:hover { background: var(--forest-deep); color: var(--white); box-shadow: 0 12px 24px rgba(23,75,54,.22); }
.button-light { border-color: var(--line); background: var(--white); color: var(--forest); }
.button-light:hover { border-color: #b9cbbd; background: var(--mist); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: #687970; font-size: 13px; font-weight: 700; }
.hero-note span { display: inline-grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #e3efe5; color: var(--forest); font-size: 14px; }
.hero-visual { position: relative; min-height: 470px; }
.hero-photo-frame { position: absolute; inset: 0 24px 22px 28px; overflow: hidden; border: 9px solid var(--white); border-radius: 42% 42% 32px 32px; background: #dce9db; box-shadow: var(--shadow); }
.hero-photo-frame::after { position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(14,48,32,.44)); content: ""; pointer-events: none; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-frame.image-fallback::before { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(140deg, #e9f1e8, #fff4d8); color: var(--forest); content: "IQRA ACADEMY"; font-size: 24px; font-weight: 900; letter-spacing: .12em; }
.hero-image-caption { position: absolute; z-index: 2; right: 30px; bottom: 45px; left: 51px; color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.hero-image-caption strong { display: block; font-size: 20px; line-height: 1.3; }
.hero-image-caption span { font-size: 13px; }
.hero-float-card { position: absolute; z-index: 3; right: -5px; bottom: 3px; display: flex; align-items: center; gap: 12px; max-width: 245px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 19px 19px 6px 19px; background: var(--white); box-shadow: var(--shadow); }
.hero-float-icon { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; border-radius: 15px; background: var(--gold-pale); color: #7c5815; font-size: 19px; }
.hero-float-card strong, .hero-float-card small { display: block; }
.hero-float-card strong { color: var(--forest); font-size: 14px; }
.hero-float-card small { color: var(--muted); font-size: 11px; }
.slider-dots { position: absolute; z-index: 4; top: 20px; right: 50px; display: flex; gap: 7px; }
.slider-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.7); cursor: pointer; }
.slider-dots button[aria-current="true"] { width: 23px; border-radius: 8px; background: var(--gold); }
.notice-strip { position: relative; z-index: 2; margin: 0 auto 10px; }
.notice-inner { display: flex; align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid #f1dfa9; border-radius: 17px; background: #fff9e8; color: #54451f; }
.notice-label { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; color: #765414; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.notice-label::before { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); content: ""; }
.notice-inner a { overflow: hidden; color: #59471f; font-size: 14px; font-weight: 700; text-overflow: ellipsis; text-decoration: none; }
.notice-inner a:hover { text-decoration: underline; }

.trust-band { position: relative; z-index: 3; margin-top: -1px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 23px 14px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 36px rgba(29,68,47,.055); }
.trust-item { display: flex; justify-content: center; gap: 12px; padding: 5px 18px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 14px; background: var(--mist); color: var(--forest); font-weight: 900; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { color: var(--forest-deep); font-size: 14px; line-height: 1.35; }
.trust-item span { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.section { padding: 88px 0; }
.section-soft { background: var(--mist); }
.section-heading { max-width: 710px; margin: 0 auto 38px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .content-heading { margin: 0; color: var(--forest-deep); font-size: clamp(31px, 4vw, 46px); font-weight: 900; letter-spacing: -.04em; line-height: 1.16; }
.section-heading > p:last-child { margin: 14px auto 0; color: var(--muted); font-size: 16px; }
.about-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(38px, 7vw, 86px); }
.about-photo { position: relative; min-height: 430px; }
.about-photo img { position: absolute; inset: 0 28px 24px 0; width: calc(100% - 28px); height: calc(100% - 24px); border-radius: 32px 32px 100px 32px; object-fit: cover; box-shadow: var(--shadow); }
.about-photo-badge { position: absolute; right: 0; bottom: 0; max-width: 215px; padding: 18px 20px; border-radius: 19px 19px 6px 19px; background: var(--gold); color: #473514; font-size: 13px; font-weight: 800; line-height: 1.5; }
.about-copy .eyebrow { margin-bottom: 13px; }
.about-copy h2 { margin: 0; color: var(--forest-deep); font-size: clamp(32px, 4vw, 47px); font-weight: 900; letter-spacing: -.045em; line-height: 1.15; }
.about-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 16px; margin: 24px 0 26px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; color: #405449; font-size: 14px; font-weight: 750; }
.check-list li::before { display: inline-grid; width: 21px; height: 21px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e1eee3; color: var(--forest); content: "✓"; font-size: 12px; font-weight: 900; }

.learning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.learning-card { min-height: 226px; padding: 25px 23px; border: 1px solid var(--line); border-radius: 24px 24px 24px 8px; background: var(--white); box-shadow: 0 9px 28px rgba(29,68,47,.035); transition: transform .2s ease, box-shadow .2s ease; }
.learning-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-symbol { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 17px 17px 17px 5px; background: var(--gold-pale); color: #73520e; font-size: 19px; font-weight: 900; }
.learning-card:nth-child(2) .card-symbol { background: #e6f1e7; color: var(--forest); }
.learning-card:nth-child(3) .card-symbol { background: #eaf0f7; color: #3c5e84; }
.learning-card:nth-child(4) .card-symbol { background: #fae9e0; color: #945435; }
.learning-card h3 { margin: 18px 0 7px; color: var(--forest-deep); font-size: 18px; line-height: 1.3; }
.learning-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.faculty-section { background: linear-gradient(180deg, #fffefa, #f8faf6); }
.faculty-intro { max-width: 760px; margin: -18px auto 38px; color: var(--muted); text-align: center; }
.faculty-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.faculty-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 24px 24px 24px 8px; background: var(--white); box-shadow: 0 9px 27px rgba(29,68,47,.045); transition: transform .2s ease, box-shadow .2s ease; }
.faculty-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.faculty-photo { display: grid; aspect-ratio: 1 / .86; overflow: hidden; place-items: center; background: linear-gradient(145deg, #e8f0e8, #d8e7d9); }
.faculty-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.faculty-photo.is-empty::after { display: grid; width: 77px; height: 77px; place-items: center; border: 1px solid rgba(23,75,54,.13); border-radius: 50%; background: rgba(255,255,255,.62); color: var(--forest); content: "IA"; font-size: 21px; font-weight: 900; }
.faculty-info { min-height: 108px; padding: 17px 16px 19px; text-align: center; }
.faculty-info h3 { margin: 0; color: var(--forest-deep); font-size: 16px; font-weight: 900; line-height: 1.35; text-transform: capitalize; overflow-wrap: anywhere; }
.faculty-info p { display: inline-block; margin: 9px 0 0; padding: 4px 11px; border-radius: 999px; background: #eff5ef; color: #486050; font-size: 11px; font-weight: 800; line-height: 1.4; }
.teacher-bio { margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.55; text-align: left; }
.faculty-cta { margin-top: 35px; text-align: center; }

.leadership-section { position: relative; overflow: hidden; background: radial-gradient(ellipse at 8% 22%, rgba(239,189,84,.1), transparent 31%), linear-gradient(180deg, #f5f8f3, #fffefa 60%, #f2f7f2); }
.leadership-section .section-heading { max-width: 720px; margin-inline: auto; }
.leadership-stack { display: grid; gap: 28px; }
.leadership-feature { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 410px; overflow: hidden; border: 1px solid rgba(214,226,216,.95); border-radius: 30px 30px 30px 8px; background: var(--white); box-shadow: 0 20px 60px rgba(24,67,43,.09); }
.leadership-visual { position: relative; display: grid; min-height: 410px; overflow: hidden; isolation: isolate; place-items: center; background: linear-gradient(145deg, #f8edcf, #dcebdd); }
.leadership-visual::after { position: absolute; z-index: 1; inset: 45% 0 0; background: linear-gradient(transparent, rgba(16,59,43,.43)); content: ""; pointer-events: none; }
.leadership-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.leadership-illustration { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.leadership-visual-caption { position: absolute; z-index: 2; right: 25px; bottom: 22px; left: 25px; display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: center; color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,.24); }
.leadership-visual-caption > span { grid-row: span 2; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 15px 15px 15px 4px; background: rgba(255,255,255,.18); font-size: 13px; font-weight: 900; backdrop-filter: blur(8px); }
.leadership-visual-caption strong { font-size: 15px; font-weight: 900; line-height: 1.25; }
.leadership-visual-caption small { color: rgba(255,255,255,.85); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.leadership-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.leadership-copy .eyebrow { margin-bottom: 14px; }
.leadership-copy h3 { max-width: 560px; margin: 0; color: var(--forest-deep); font-size: clamp(32px, 4.2vw, 49px); font-weight: 900; letter-spacing: -.045em; line-height: 1.08; overflow-wrap: anywhere; }
.leadership-rule { display: flex; gap: 5px; align-items: center; margin: 23px 0 18px; }
.leadership-rule span:first-child { width: 39px; height: 3px; border-radius: 99px; background: var(--gold); }
.leadership-rule span:nth-child(2), .leadership-rule span:nth-child(3) { width: 5px; height: 5px; border-radius: 50%; background: #a9c3ac; }
.leadership-message { max-width: 560px; margin: 0; color: #596c60; font-size: clamp(16px, 1.45vw, 18px); line-height: 1.8; }
.leadership-signoff { display: flex; align-items: center; gap: 10px; margin-top: 27px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--leaf); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.leadership-signoff-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 10px 10px 10px 3px; background: var(--gold-pale); color: #856013; }
.leadership-feature-principal { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.leadership-feature-principal .leadership-visual { grid-column: 2; grid-row: 1; background: linear-gradient(145deg, #e7f1e6, #f8edcf); }
.leadership-feature-principal .leadership-copy { grid-column: 1; grid-row: 1; background: var(--forest); }
.leadership-feature-principal .leadership-copy .eyebrow { color: #f4d278; }
.leadership-feature-principal .leadership-copy h3 { color: var(--white); }
.leadership-feature-principal .leadership-message { color: #dce9de; }
.leadership-feature-principal .leadership-signoff { border-color: rgba(255,255,255,.18); color: #f3d582; }
.leadership-feature-principal .leadership-signoff-mark { background: rgba(255,255,255,.13); color: #f3d582; }
.leadership-feature-principal .leadership-rule span:nth-child(2), .leadership-feature-principal .leadership-rule span:nth-child(3) { background: rgba(255,255,255,.4); }

.life-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
.life-card { position: relative; min-height: 265px; overflow: hidden; border-radius: 27px 27px 27px 8px; background: #dbe8dc; }
.life-card:first-child { min-height: 340px; }
.life-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.life-card:hover img { transform: scale(1.045); }
.life-card::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(18,55,38,.72)); content: ""; }
.life-card figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: var(--white); font-size: 15px; font-weight: 900; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.life-empty { display: grid; min-height: 240px; place-items: center; border: 1px dashed #c6d4c8; border-radius: 24px; color: var(--muted); }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px 24px 24px 8px; background: var(--white); }
.event-image { display: block; width: 100%; height: 195px; object-fit: cover; background: var(--mist); }
.event-placeholder { display: grid; height: 160px; place-items: center; background: linear-gradient(135deg, #e9f1e8, #fff2d4); color: var(--forest); font-size: 38px; font-weight: 900; }
.event-body { display: flex; gap: 15px; padding: 20px; }
.event-date { min-width: 52px; align-self: flex-start; padding: 8px 7px; border-radius: 14px; background: var(--gold-pale); color: #674a12; text-align: center; }
.event-date strong, .event-date span { display: block; }
.event-date strong { font-size: 19px; line-height: 1.15; }
.event-date span { margin-top: 3px; font-size: 10px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.event-copy h3 { margin: 1px 0 6px; color: var(--forest-deep); font-size: 16px; line-height: 1.4; }
.event-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.video-frame { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 22px; background: #e6eee7; }

.admission-banner { position: relative; overflow: hidden; padding: 45px; border-radius: 32px 32px 32px 8px; background: var(--forest); color: var(--white); }
.admission-banner::after { position: absolute; top: -100px; right: -30px; width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.035), 0 0 0 70px rgba(255,255,255,.025); content: ""; }
.admission-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.admission-banner .eyebrow { color: #ffdc8c; }
.admission-banner h2 { max-width: 620px; margin: 0; font-size: clamp(28px, 4vw, 42px); font-weight: 900; letter-spacing: -.035em; line-height: 1.16; }
.admission-banner p:not(.eyebrow) { max-width: 600px; margin: 13px 0 0; color: #dbe8de; }
.admission-banner .button { flex: 0 0 auto; background: var(--gold); color: #3e341d; }
.admission-banner .button:hover { background: #ffcf67; }

.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; align-items: stretch; }
.location-copy { display: flex; flex-direction: column; justify-content: center; }
.location-copy h2 { margin: 0; color: var(--forest-deep); font-size: clamp(30px, 3.8vw, 43px); font-weight: 900; letter-spacing: -.045em; line-height: 1.15; }
.location-copy > p { color: var(--muted); }
.location-detail { display: flex; gap: 12px; margin-top: 15px; color: #41584a; }
.location-detail > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 14px; background: var(--white); color: var(--forest); box-shadow: 0 4px 15px rgba(29,68,47,.06); font-weight: 900; }
.location-detail strong, .location-detail small { display: block; }
.location-detail strong { color: var(--forest-deep); font-size: 13px; }
.location-detail small { color: var(--muted); font-size: 13px; }
.map-card { min-height: 365px; overflow: hidden; border: 7px solid var(--white); border-radius: 30px 30px 30px 8px; background: #e6eee7; box-shadow: var(--shadow); }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 350px; border: 0; }

.site-footer { padding: 62px 0 22px; background: #123d2d; color: #e5efe8; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 55px; padding-bottom: 43px; }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .brand-copy small { color: #bdd1c2; }
.footer-about > p { max-width: 400px; margin: 19px 0 0; color: #c7d8cc; font-size: 14px; }
.site-footer h2 { margin: 4px 0 16px; color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-footer .footer-grid > div:not(.footer-about) a, .footer-contact > p { display: block; margin: 8px 0; color: #e5efe8; font-size: 14px; text-decoration: none; overflow-wrap: anywhere; }
.site-footer .footer-grid > div:not(.footer-about) a:hover { color: var(--gold); }
.footer-contact .footer-admin { display: inline-block !important; margin-top: 14px !important; padding: 7px 13px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #bbcec1; font-size: 12px; }
.footer-bottom a { color: #f9d883; text-decoration: none; }

.page-hero { padding: 65px 0 56px; background: radial-gradient(ellipse at 80% 15%, rgba(239,189,84,.16), transparent 35%), var(--mist); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 62px); }
.page-hero p:not(.eyebrow) { max-width: 650px; margin: 19px 0 0; color: var(--muted); font-size: 17px; }
.page-hero-art { position: relative; height: 340px; overflow: hidden; border: 8px solid var(--white); border-radius: 35px 35px 35px 8px; background: #dce9db; box-shadow: var(--shadow); }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-art .image-label { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 12px 15px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--forest); font-size: 13px; font-weight: 900; }
.page-hero-art.image-fallback::after, .about-photo.image-fallback::after { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(23,75,54,.55); content: "IA"; font-size: 54px; font-weight: 900; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { padding: 26px; border: 1px solid var(--line); border-radius: 24px 24px 24px 8px; background: var(--white); }
.story-card .card-symbol { margin-bottom: 17px; }
.story-card h2 { margin: 0; color: var(--forest-deep); font-size: 20px; line-height: 1.3; }
.story-card p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.approach-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.approach-item { display: flex; gap: 17px; padding: 23px; border-radius: 22px 22px 22px 7px; background: var(--white); }
.approach-number { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; border-radius: 15px; background: var(--gold-pale); color: #745214; font-size: 14px; font-weight: 900; }
.approach-item h3 { margin: 0; color: var(--forest-deep); font-size: 17px; line-height: 1.35; }
.approach-item p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.faculty-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 32px; align-items: start; padding: 34px; border-radius: 30px 30px 30px 8px; background: #edf5ed; }
.faculty-story-mark { display: grid; min-height: 155px; place-items: center; border-radius: 23px 23px 23px 7px; background: var(--forest); color: var(--gold); font-size: 48px; font-weight: 900; letter-spacing: -.08em; }
.faculty-story h2 { margin: 0; color: var(--forest-deep); font-size: 28px; line-height: 1.2; }
.faculty-story p { margin: 12px 0 0; color: var(--muted); }
.breadcrumbs { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--forest); text-decoration: none; }
.quote-card { margin-top: 24px; padding: 22px 25px; border-left: 4px solid var(--gold); border-radius: 0 20px 20px 0; background: var(--gold-pale); color: #554a30; font-size: 15px; font-weight: 700; }
.quote-card p { margin: 0; }
.empty-copy { color: var(--muted); text-align: center; }
.faculty-page-hero { overflow: hidden; padding: 43px 0 48px; background: radial-gradient(ellipse at 77% 25%, rgba(239,189,84,.2), transparent 31%), linear-gradient(145deg, #f1f7f1, #fffefa 72%); }
.faculty-page-hero-grid { display: grid; grid-template-columns: minmax(0, 900px); justify-content: center; }
.faculty-page-copy h1 { max-width: 800px; margin: 0; color: var(--forest-deep); font-size: clamp(38px, 4.7vw, 56px); font-weight: 900; letter-spacing: -.055em; line-height: 1.06; }
.faculty-page-copy > p:not(.eyebrow):not(.breadcrumbs) { max-width: 760px; margin: 17px 0 21px; color: var(--muted); font-size: 17px; }
.faculty-page-count { display: flex; align-items: center; gap: 11px; margin-top: 24px; color: var(--muted); font-size: 13px; font-weight: 800; }
.faculty-page-count strong { color: var(--forest); font-size: 25px; line-height: 1; }
.faculty-page-message { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 22px; padding: 33px; border: 1px solid var(--line); border-radius: 28px 28px 28px 8px; background: var(--white); }
.faculty-page-message .card-symbol { align-self: start; }
.faculty-page-message h2 { margin: 0; color: var(--forest-deep); font-size: clamp(24px, 3vw, 34px); font-weight: 900; letter-spacing: -.035em; line-height: 1.2; }
.faculty-page-message p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); }
.faculty-page-message .eyebrow { margin-bottom: 7px; }
.faculty-grid-full { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.faculty-photo.image-fallback::after { display: grid; width: 77px; height: 77px; place-items: center; border: 1px solid rgba(23,75,54,.13); border-radius: 50%; background: rgba(255,255,255,.75); color: var(--forest); content: "IA"; font-size: 21px; font-weight: 900; }
.life-card { margin: 0; }
.life-card img[src*="media__178098669"] { object-fit: contain; background: #fff; }
.life-card img[src*="media__1780988518473"] { object-fit: contain; background: #fff; }
.life-card.image-fallback::before { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.7); content: "IA"; font-size: 46px; font-weight: 900; }
.event-copy h3 a { color: inherit; text-decoration: none; }
.event-copy h3 a:hover { color: var(--leaf); text-decoration: underline; }
.hero-photo-frame.is-poster img { object-fit: contain; background: #fff; }
.hero-photo-frame.is-poster ~ .hero-image-caption { display: none; }

@media (max-width: 1000px) {
    .primary-nav { gap: 13px; }
    .primary-nav > a { font-size: 13px; }
    .hero-grid { grid-template-columns: 1fr .85fr; gap: 35px; }
    .hero-visual { min-height: 405px; }
    .learning-grid { grid-template-columns: repeat(2, 1fr); }
    .faculty-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    html { scroll-padding-top: 76px; }
    .container { width: min(100% - 32px, 580px); }
    .nav-shell { min-height: 72px; }
    .brand-mark { width: 43px; height: 43px; border-radius: 15px 15px 15px 5px; }
    .brand-copy strong { font-size: 15px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: calc(100% - 1px); right: 0; left: 0; display: none; max-height: min(75vh, 520px); overflow-y: auto; align-items: stretch; gap: 0; padding: 9px 18px 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 28px rgba(29,68,47,.1); }
    .primary-nav.is-open { display: flex; flex-direction: column; }
    .primary-nav > a { padding: 12px 10px; font-size: 15px; }
    .primary-nav > a.faculty-nav, .primary-nav > a.admin-login-nav { margin-top: 5px; text-align: center; }
    .hero { padding: 42px 0 55px; }
    .hero-grid, .page-hero-grid { grid-template-columns: 1fr; gap: 31px; }
    .hero h1 { font-size: clamp(40px, 11vw, 58px); }
    .hero-copy { margin-top: 16px; font-size: 16px; }
    .hero-visual { min-height: min(106vw, 430px); }
    .hero-photo-frame { inset: 0 14px 18px 10px; border-radius: 39% 39% 25px 25px; border-width: 6px; }
    .hero-float-card { right: 0; }
    .hero-image-caption { right: 19px; bottom: 38px; left: 28px; }
    .hero-image-caption strong { font-size: 17px; }
    .notice-inner { align-items: flex-start; flex-direction: column; gap: 5px; padding: 13px 15px; }
    .notice-inner a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .trust-grid { grid-template-columns: 1fr; padding: 7px 16px; }
    .trust-item { justify-content: flex-start; padding: 14px 4px; }
    .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
    .section { padding: 64px 0; }
    .about-grid { grid-template-columns: 1fr; gap: 34px; }
    .about-photo { min-height: min(95vw, 390px); }
    .about-photo img { inset: 0 21px 19px 0; width: calc(100% - 21px); height: calc(100% - 19px); }
    .section-heading { margin-bottom: 29px; }
    .learning-grid { gap: 12px; }
    .learning-card { min-height: 0; padding: 20px 16px; }
    .learning-card h3 { margin-top: 13px; font-size: 16px; }
    .learning-card p { font-size: 13px; }
    .faculty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
    .leadership-stack { gap: 18px; }
    .leadership-feature, .leadership-feature-principal { grid-template-columns: 1fr; }
    .leadership-visual, .leadership-feature-principal .leadership-visual { grid-column: 1; grid-row: 1; min-height: clamp(230px, 58vw, 340px); }
    .leadership-copy, .leadership-feature-principal .leadership-copy { grid-column: 1; grid-row: 2; padding: 31px 29px; }
    .faculty-info { min-height: 100px; padding: 13px 9px 15px; }
    .faculty-info h3 { font-size: 14px; }
    .faculty-info p { margin-top: 7px; font-size: 10px; }
    .life-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
    .life-card, .life-card:first-child { min-height: 210px; }
    .life-card:first-child { grid-column: 1 / -1; min-height: 260px; }
    .event-grid, .video-grid { grid-template-columns: 1fr; }
    .admission-banner { padding: 29px 24px; }
    .admission-inner { align-items: flex-start; flex-direction: column; gap: 22px; }
    .location-grid { grid-template-columns: 1fr; gap: 23px; }
    .map-card { min-height: 290px; }
    .map-card iframe { min-height: 278px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
    .footer-about { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 5px; }
    .page-hero { padding: 42px 0 38px; }
    .page-hero-art { height: min(70vw, 340px); }
    .faculty-page-hero { padding: 35px 0 39px; }
    .faculty-page-hero-grid { grid-template-columns: 1fr; }
    .faculty-page-copy h1 { font-size: clamp(37px, 9vw, 50px); }
    .faculty-page-copy > p:not(.eyebrow):not(.breadcrumbs) { font-size: 16px; }
    .faculty-page-message { grid-template-columns: 48px 1fr; gap: 15px; padding: 24px; }
    .faculty-page-message .button { grid-column: 1 / -1; justify-self: start; }
    .story-grid { grid-template-columns: 1fr; }
    .approach-list { grid-template-columns: 1fr; }
    .faculty-story { grid-template-columns: 1fr; padding: 24px; }
    .faculty-story-mark { min-height: 115px; }
}
@media (max-width: 420px) {
    .check-list { grid-template-columns: 1fr; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .learning-grid { grid-template-columns: 1fr; }
    .life-grid { grid-template-columns: 1fr; }
    .life-card:first-child { grid-column: auto; }
    .leadership-feature, .leadership-feature-principal { border-radius: 23px 23px 23px 7px; }
    .leadership-visual, .leadership-feature-principal .leadership-visual { min-height: 220px; }
    .leadership-visual-caption { right: 17px; bottom: 16px; left: 17px; }
    .leadership-copy, .leadership-feature-principal .leadership-copy { padding: 27px 23px; }
    .leadership-copy h3 { font-size: 34px; }
    .leadership-message { font-size: 15px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-about { grid-column: auto; }
    .faculty-page-message { grid-template-columns: 1fr; }
    .faculty-page-message .button { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Home page visual refresh, inspired by the clear school-site layout at TJIS. */
.utility-bar { background: #103b2b; color: #e6f0e8; }
.utility-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 18px; }
.utility-contact { display: flex; flex-wrap: wrap; gap: 22px; }
.utility-contact a { color: inherit; font-size: 12px; font-weight: 700; text-decoration: none; }
.utility-contact a:hover { color: var(--gold); }
.utility-contact a span { margin-right: 5px; color: var(--gold); }
.utility-location { color: #c5d9cb; font-size: 12px; font-weight: 700; }
.site-header { background: rgba(255,254,250,.98); }
.nav-shell { min-height: 78px; }

.home-hero { isolation: isolate; padding: 64px 0 75px; background: linear-gradient(118deg, #103b2b 0%, #174b36 59%, #226044 100%); color: var(--white); }
.home-hero::before { position: absolute; z-index: -1; top: -170px; right: -65px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 95px rgba(255,255,255,.02); content: ""; }
.home-hero::after { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 8px; background: linear-gradient(90deg, var(--gold) 0 17%, #d59f37 17% 19%, transparent 19% 100%); content: ""; }
.home-hero .hero-grid { position: relative; z-index: 1; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr); gap: clamp(42px, 6vw, 76px); }
.home-hero .eyebrow { color: #f5d982; }
.home-hero .hero h1, .home-hero h1 { max-width: 650px; color: var(--white); font-size: clamp(45px, 5.25vw, 68px); letter-spacing: -.045em; }
.home-hero h1 span { color: #f3d477; }
.home-hero .hero-copy { color: #e0ebe2; font-size: clamp(16px, 1.45vw, 18px); }
.home-hero .hero-actions { margin-top: 27px; }
.home-hero .button-primary { background: var(--gold); color: #2b3d2f; box-shadow: 0 9px 24px rgba(0,0,0,.12); }
.home-hero .button-primary:hover { background: #ffd875; }
.home-hero .button-light { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); color: var(--white); }
.home-hero .button-light:hover { background: rgba(255,255,255,.16); }
.home-hero .hero-note { color: #cddfd1; }
.home-hero .hero-note span:first-child { background: rgba(255,255,255,.12); color: var(--gold); }
.hero-note-divider { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.home-hero .hero-visual { min-height: clamp(350px, 40vw, 465px); }
.home-hero .hero-photo-frame { inset: 4px 0 22px 15px; border: 7px solid rgba(255,255,255,.96); border-radius: 22px 22px 75px 22px; background: #e7eee7; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.home-hero .hero-photo-frame img { object-fit: cover; }
.home-hero .hero-photo-frame.is-poster img { object-fit: contain; background: #f8f7f1; }
.home-hero .hero-photo-frame::after { inset: 40% 0 0; background: linear-gradient(180deg, transparent, rgba(11,41,28,.72)); }
.home-hero .slider-dots { top: 22px; right: 23px; }
.home-hero .hero-image-caption { right: 30px; bottom: 47px; left: 43px; }
.home-hero .hero-image-caption strong { max-width: 390px; font-size: 21px; }
.home-hero .hero-image-caption span { color: rgba(255,255,255,.88); }
.home-hero .hero-float-card { right: -16px; bottom: -2px; }
.home-hero .hero-photo-frame.is-poster ~ .hero-image-caption { display: none; }
.trust-band { margin-top: -29px; }
.trust-grid { padding-block: 20px; border-radius: 13px; box-shadow: 0 14px 38px rgba(21,59,39,.1); }
.trust-item { justify-content: flex-start; }
.trust-icon { border-radius: 12px; background: #f7edcf; color: #715319; }

.bulletin-section { padding-top: 75px; padding-bottom: 76px; }
.bulletin-layout { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(34px, 6vw, 72px); }
.bulletin-intro .eyebrow { margin-bottom: 13px; }
.bulletin-intro h2 { max-width: 420px; margin: 0; color: var(--forest-deep); font-size: clamp(30px, 3.6vw, 42px); font-weight: 900; letter-spacing: -.045em; line-height: 1.14; }
.bulletin-intro > p:not(.eyebrow) { max-width: 390px; margin: 15px 0 21px; color: var(--muted); }
.bulletin-board { overflow: hidden; border: 1px solid #e1e8e1; border-radius: 16px 16px 16px 5px; background: var(--white); box-shadow: 0 18px 48px rgba(29,68,47,.08); }
.bulletin-board-heading { display: flex; align-items: center; gap: 11px; min-height: 65px; padding: 15px 21px; border-bottom: 1px solid var(--line); background: #f7f9f5; color: var(--forest-deep); }
.bulletin-pin { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px 11px 11px 4px; background: var(--gold-pale); color: #785713; }
.bulletin-board-heading strong { font-size: 15px; font-weight: 900; }
.bulletin-live { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bulletin-live i { width: 7px; height: 7px; border-radius: 50%; background: #5d9a69; box-shadow: 0 0 0 4px #e5f0e4; }
.bulletin-list { padding: 4px 21px; }
.bulletin-item { display: grid; grid-template-columns: 39px minmax(0, 1fr) 30px; align-items: center; gap: 14px; padding: 19px 0; }
.bulletin-item + .bulletin-item { border-top: 1px solid #edf1ed; }
.bulletin-number { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 12px; background: #edf4ed; color: var(--forest); font-size: 11px; font-weight: 900; }
.bulletin-copy { min-width: 0; }
.bulletin-type { display: block; margin-bottom: 3px; color: #78867d; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bulletin-copy a, .bulletin-copy strong { display: block; color: var(--forest-deep); font-size: 15px; font-weight: 800; line-height: 1.5; text-decoration: none; overflow-wrap: anywhere; }
.bulletin-copy a:hover { color: var(--leaf); text-decoration: underline; }
.bulletin-arrow { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #f5f7f4; color: #68806d; font-size: 16px; }
.bulletin-empty { display: flex; align-items: center; gap: 14px; padding: 25px 23px; color: var(--muted); }
.bulletin-empty > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--gold-pale); color: #785713; }
.bulletin-empty p { margin: 0; }

.leadership-section { background: #f4f7f3; }
.leadership-section .section-heading { max-width: 820px; margin: 0 0 34px; text-align: left; }
.leadership-section .section-heading .eyebrow { justify-content: flex-start; }
.leadership-section .section-heading > p:last-child { margin-inline: 0; }
.leadership-stack { gap: 22px; }
.leadership-feature, .leadership-feature-principal { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); min-height: 335px; border: 1px solid #e3eae3; border-radius: 15px 15px 15px 5px; box-shadow: 0 13px 35px rgba(29,68,47,.065); }
.leadership-visual, .leadership-feature-principal .leadership-visual { grid-column: 1; grid-row: 1; min-height: 335px; background: #e4eee4; }
.leadership-visual::after { inset: 54% 0 0; background: linear-gradient(transparent, rgba(13,48,33,.64)); }
.leadership-illustration { object-fit: cover; }
.leadership-visual-caption { right: 19px; bottom: 17px; left: 19px; grid-template-columns: 36px 1fr; column-gap: 10px; }
.leadership-visual-caption > span { width: 36px; height: 36px; border-radius: 11px 11px 11px 4px; }
.leadership-visual-caption strong { font-size: 14px; }
.leadership-visual-caption small { font-size: 10px; }
.leadership-copy, .leadership-feature-principal .leadership-copy { grid-column: 2; grid-row: 1; padding: clamp(30px, 4.5vw, 55px); background: #fff; }
.leadership-copy .eyebrow { margin-bottom: 10px; }
.leadership-copy h3 { color: var(--forest-deep); font-size: clamp(29px, 3vw, 39px); }
.leadership-message { color: #5c6d62; font-size: 16px; line-height: 1.75; }
.leadership-signoff { margin-top: 21px; font-size: 11px; }
.leadership-feature-principal .leadership-visual { grid-column: 2; }
.leadership-feature-principal .leadership-copy { grid-column: 1; background: #fff; }
.leadership-feature-principal .leadership-copy .eyebrow { color: var(--leaf); }
.leadership-feature-principal .leadership-copy h3 { color: var(--forest-deep); }
.leadership-feature-principal .leadership-message { color: #5c6d62; }
.leadership-feature-principal .leadership-signoff { border-color: var(--line); color: var(--leaf); }
.leadership-feature-principal .leadership-signoff-mark { background: var(--gold-pale); color: #856013; }
.leadership-feature-principal .leadership-rule span:nth-child(2), .leadership-feature-principal .leadership-rule span:nth-child(3) { background: #a9c3ac; }
.leadership-feature-principal .leadership-rule span:first-child { background: var(--gold); }
.leadership-section .faculty-cta { margin-top: 27px; text-align: left; }
.leadership-section .faculty-cta .button-light { border-color: #d4e0d5; background: #fff; }

@media (max-width: 1000px) {
    .home-hero .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 36px; }
}
@media (max-width: 760px) {
    .utility-inner { min-height: 33px; }
    .utility-contact { gap: 14px; }
    .utility-contact a { font-size: 10px; }
    .utility-location { font-size: 10px; }
    .home-hero { padding: 48px 0 61px; }
    .home-hero .hero-grid { grid-template-columns: 1fr; gap: 27px; }
    .home-hero h1 { font-size: clamp(42px, 10vw, 60px); }
    .home-hero .hero-visual { min-height: min(77vw, 405px); }
    .home-hero .hero-photo-frame { inset: 0 12px 17px 5px; border-width: 5px; border-radius: 17px 17px 48px 17px; }
    .home-hero .hero-float-card { right: -3px; bottom: -1px; }
    .trust-band { margin-top: -21px; }
    .bulletin-section { padding-top: 59px; padding-bottom: 59px; }
    .bulletin-layout { grid-template-columns: 1fr; gap: 28px; }
    .bulletin-intro h2 { max-width: 550px; }
    .leadership-section .section-heading { margin-bottom: 27px; }
    .leadership-feature, .leadership-feature-principal { grid-template-columns: 1fr; }
    .leadership-visual, .leadership-feature-principal .leadership-visual { grid-column: 1; grid-row: 1; min-height: clamp(220px, 56vw, 320px); }
    .leadership-copy, .leadership-feature-principal .leadership-copy { grid-column: 1; grid-row: 2; padding: 29px 27px; }
    .leadership-section .faculty-cta { text-align: center; }
}
@media (max-width: 420px) {
    .utility-location { display: none; }
    .utility-contact { justify-content: space-between; width: 100%; }
    .home-hero .hero-note { flex-wrap: wrap; font-size: 12px; }
    .home-hero .hero-actions { align-items: stretch; flex-direction: column; }
    .home-hero .hero-actions .button { width: 100%; }
    .home-hero .hero-image-caption { bottom: 34px; left: 22px; }
    .home-hero .hero-image-caption strong { font-size: 17px; }
    .home-hero .hero-float-card { max-width: 220px; padding: 12px 14px; }
    .bulletin-board-heading { padding-inline: 15px; }
    .bulletin-list { padding-inline: 15px; }
    .bulletin-item { grid-template-columns: 35px minmax(0,1fr) 26px; gap: 10px; }
    .bulletin-copy a, .bulletin-copy strong { font-size: 14px; }
    .leadership-copy, .leadership-feature-principal .leadership-copy { padding: 25px 22px; }
}

.programme-section { background: #fffefa; }
.programme-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.programme-card { position: relative; min-height: 260px; padding: 23px 22px 25px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid #77a27d; border-radius: 14px 14px 14px 5px; background: #fff; box-shadow: 0 12px 34px rgba(29,68,47,.055); }
.programme-card-primary { border-top-color: #d7aa48; }
.programme-card-middle { border-top-color: #7492b2; }
.programme-card-secondary { border-top-color: #bb8060; }
.programme-topline { display: flex; align-items: center; justify-content: space-between; }
.programme-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px 15px 15px 5px; background: #e8f1e7; color: var(--forest); font-size: 20px; font-weight: 900; }
.programme-card-primary .programme-icon { background: #fff3d8; color: #73520e; }
.programme-card-middle .programme-icon { background: #eaf0f7; color: #3c5e84; }
.programme-card-secondary .programme-icon { background: #fae9e0; color: #945435; }
.programme-step { color: #9aaba0; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.programme-label { margin: 19px 0 3px; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.programme-card h3 { margin: 0; color: var(--forest-deep); font-size: 19px; font-weight: 900; line-height: 1.3; }
.programme-card > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.programme-note { display: flex; align-items: center; gap: 13px; margin-top: 19px; padding: 16px 19px; border: 1px solid #e2eadf; border-radius: 12px; background: #f3f7f1; }
.programme-note-icon { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e4eedf; color: var(--forest); font-size: 13px; font-weight: 900; }
.programme-note p { margin: 0; color: #596c60; font-size: 13px; }
.programme-note a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; margin-left: auto; color: var(--forest); font-size: 12px; font-weight: 900; text-decoration: none; }
.programme-note a:hover { color: var(--leaf); }

.student-development-section { position: relative; overflow: hidden; background: #123f2e; }
.student-development-section::after { position: absolute; top: -195px; right: -70px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025), 0 0 0 85px rgba(255,255,255,.02); content: ""; pointer-events: none; }
.student-development-section .container { position: relative; z-index: 1; }
.student-development-section .section-heading { max-width: 760px; }
.student-development-section .section-heading .eyebrow { color: #f4d37b; }
.student-development-section .section-heading h2 { color: #fff; }
.student-development-section .section-heading > p:last-child { color: #d0e0d4; }
.development-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.development-card { position: relative; min-height: 250px; padding: 24px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px 15px 15px 5px; background: rgba(255,255,255,.075); }
.development-number { position: absolute; top: 19px; right: 20px; color: rgba(255,255,255,.46); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.development-symbol { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 15px 15px 15px 5px; background: var(--gold); color: #3e341d; font-size: 20px; font-weight: 900; }
.development-card:nth-child(2) .development-symbol { background: #dcecdf; color: var(--forest); }
.development-card:nth-child(3) .development-symbol { background: #dce6f2; color: #3c5e84; }
.development-card:nth-child(4) .development-symbol { background: #f2dfd3; color: #945435; }
.development-card h3 { margin: 19px 0 8px; color: #fff; font-size: 17px; font-weight: 900; line-height: 1.35; }
.development-card p { margin: 0; color: #d5e3d8; font-size: 13px; line-height: 1.65; }

.admissions-steps-section { background: #fffefa; }
.admission-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.admission-step { display: grid; grid-template-columns: 45px minmax(0, 1fr) 30px; align-items: start; gap: 14px; min-height: 180px; padding: 22px 19px; border: 1px solid var(--line); border-radius: 14px 14px 14px 5px; background: #fff; box-shadow: 0 12px 34px rgba(29,68,47,.045); }
.admission-step-number { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px 14px 14px 5px; background: var(--gold-pale); color: #755413; font-size: 13px; font-weight: 900; }
.admission-step:nth-child(2) .admission-step-number { background: #e7f0e7; color: var(--forest); }
.admission-step:nth-child(3) .admission-step-number { background: #eaf0f7; color: #3c5e84; }
.admission-step h3 { margin: 1px 0 6px; color: var(--forest-deep); font-size: 16px; line-height: 1.35; }
.admission-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.admission-step > a { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #f2f7f2; color: var(--forest); font-weight: 900; text-decoration: none; }
.admission-step > a:hover { background: var(--gold-pale); }

.faq-section { background: #f2f7f2; }
.faq-layout { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(35px, 6vw, 78px); }
.faq-intro { position: sticky; top: 115px; }
.faq-intro h2 { max-width: 380px; margin: 0; color: var(--forest-deep); font-size: clamp(31px, 3.7vw, 43px); font-weight: 900; letter-spacing: -.045em; line-height: 1.14; }
.faq-intro > p:not(.eyebrow) { max-width: 370px; margin: 15px 0 22px; color: var(--muted); }
.faq-list { display: grid; gap: 11px; }
.faq-item { padding: 0 20px; border: 1px solid #e0e8e1; border-radius: 13px 13px 13px 5px; background: #fff; }
.faq-item summary { position: relative; padding: 18px 37px 18px 0; color: var(--forest-deep); font-size: 15px; font-weight: 900; line-height: 1.45; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 50%; right: 0; display: grid; width: 27px; height: 27px; transform: translateY(-50%); place-items: center; border-radius: 50%; background: #edf4ed; color: var(--forest); content: "+"; font-size: 17px; font-weight: 700; }
.faq-item[open] summary::after { background: var(--gold-pale); color: #755413; content: "−"; }
.faq-item > p { margin: 0; padding: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-item a { color: var(--forest); font-weight: 800; overflow-wrap: anywhere; }

@media (max-width: 1000px) {
    .programme-grid, .development-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .programme-grid, .development-grid { gap: 12px; }
    .programme-card { min-height: 235px; padding: 19px 17px; }
    .programme-note { align-items: flex-start; flex-wrap: wrap; }
    .programme-note p { flex: 1 1 calc(100% - 45px); }
    .programme-note a { margin-left: 42px; }
    .development-card { min-height: 230px; padding: 20px 18px; }
    .admission-steps { grid-template-columns: 1fr; }
    .admission-step { min-height: 0; }
    .faq-layout { grid-template-columns: 1fr; gap: 27px; }
    .faq-intro { position: static; }
}
@media (max-width: 420px) {
    .programme-grid, .development-grid { grid-template-columns: 1fr; }
    .programme-card, .development-card { min-height: 0; }
    .programme-note a { margin-left: 42px; }
    .admission-step { grid-template-columns: 39px minmax(0, 1fr) 28px; gap: 10px; padding: 18px 15px; }
    .admission-step-number { width: 37px; height: 37px; }
    .faq-item { padding-inline: 16px; }
}

/* Rounded, colorful school cards used on the home page. */
.home-page .section-heading h2 { text-wrap: balance; }
.home-page .trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-page .trust-item, .home-page .trust-item + .trust-item { min-height: 80px; align-items: center; justify-content: flex-start; padding: 14px 17px; border: 1px solid #e6ecdf; border-radius: 21px 21px 21px 7px; background: linear-gradient(140deg, #fff, #f1f7ed); }
.home-page .trust-item:nth-child(2) { border-color: #f0e6cb; background: linear-gradient(140deg, #fffdf5, #fbf1d9); }
.home-page .trust-item:nth-child(3) { border-color: #dce8ed; background: linear-gradient(140deg, #fff, #edf5f7); }
.home-page .trust-item .trust-icon { width: 45px; height: 45px; border-radius: 16px 16px 16px 5px; }
.home-page #about-preview { background: radial-gradient(ellipse at 12% 48%, #f1f6eb 0, transparent 40%), #fffefa; }
.home-page .about-photo img { border-radius: 38px 38px 105px 38px; box-shadow: 0 24px 58px rgba(29,68,47,.13); }
.home-page .about-photo-badge { border-radius: 24px 24px 8px 24px; box-shadow: 0 14px 32px rgba(127,89,15,.15); }
.home-page .learning-card { position: relative; z-index: 0; min-height: 245px; overflow: hidden; padding: 27px 24px; border-color: #e4eade; border-radius: 30px 30px 30px 8px; background: linear-gradient(145deg, #fff 15%, #f0f6ed); box-shadow: 0 15px 38px rgba(29,68,47,.065); }
.home-page .learning-card::after { position: absolute; z-index: -1; top: -43px; right: -35px; width: 128px; height: 128px; border: 1px solid rgba(70,122,81,.1); border-radius: 50%; box-shadow: 0 0 0 17px rgba(70,122,81,.035); content: ""; }
.home-page .learning-card:nth-child(2) { border-color: #f0e5cd; background: linear-gradient(145deg, #fff 15%, #fff6df); }
.home-page .learning-card:nth-child(2)::after { border-color: rgba(183,137,40,.14); box-shadow: 0 0 0 17px rgba(183,137,40,.04); }
.home-page .learning-card:nth-child(3) { border-color: #dfe8f0; background: linear-gradient(145deg, #fff 15%, #eef4fa); }
.home-page .learning-card:nth-child(3)::after { border-color: rgba(60,94,132,.14); box-shadow: 0 0 0 17px rgba(60,94,132,.035); }
.home-page .learning-card:nth-child(4) { border-color: #f0dfd7; background: linear-gradient(145deg, #fff 15%, #fff0e8); }
.home-page .learning-card:nth-child(4)::after { border-color: rgba(148,84,53,.13); box-shadow: 0 0 0 17px rgba(148,84,53,.035); }
.home-page .learning-card .card-symbol { width: 53px; height: 53px; border-radius: 18px 18px 18px 6px; }
.home-page .bulletin-section { background: linear-gradient(125deg, #fcf8eb, #f4f7f1 75%); }
.home-page .bulletin-board { border-radius: 27px 27px 27px 8px; box-shadow: 0 22px 50px rgba(29,68,47,.1); }
.home-page .bulletin-board-heading { min-height: 72px; padding-inline: 25px; background: linear-gradient(90deg, #f2f7ee, #fffaf0); }
.home-page .bulletin-pin { width: 41px; height: 41px; border-radius: 16px 16px 16px 5px; }
.home-page .bulletin-item { padding-block: 22px; }
.home-page .bulletin-number { width: 42px; height: 42px; border-radius: 15px 15px 15px 5px; background: #eff4e6; }
.home-page .programme-card { min-height: 278px; padding: 25px 23px; border-radius: 28px 28px 28px 8px; box-shadow: 0 17px 40px rgba(29,68,47,.075); transition: transform .2s ease, box-shadow .2s ease; }
.home-page .programme-card:hover { transform: translateY(-5px); box-shadow: 0 23px 48px rgba(29,68,47,.12); }
.home-page .programme-card-early { background: linear-gradient(150deg, #fff, #eef7e9); }
.home-page .programme-card-primary { background: linear-gradient(150deg, #fff, #fff5df); }
.home-page .programme-card-middle { background: linear-gradient(150deg, #fff, #edf4fb); }
.home-page .programme-card-secondary { background: linear-gradient(150deg, #fff, #fff0e9); }
.home-page .programme-icon { width: 53px; height: 53px; border-radius: 18px 18px 18px 6px; }
.home-page .programme-note { border-radius: 19px 19px 19px 6px; background: linear-gradient(110deg, #eaf3e7, #fff7df); }
.home-page .leadership-section { background: radial-gradient(ellipse at 90% 8%, rgba(240,193,90,.17), transparent 30%), linear-gradient(135deg, #f1f7ef, #fffdf6 60%, #edf5ed); }
.home-page .leadership-feature, .home-page .leadership-feature-principal { border-radius: 30px 30px 30px 8px; box-shadow: 0 20px 48px rgba(29,68,47,.09); }
.home-page .leadership-visual, .home-page .leadership-feature-principal .leadership-visual { border-radius: 28px 0 0 7px; }
.home-page .leadership-feature-principal .leadership-visual { border-radius: 0 28px 7px 0; }
.home-page .leadership-copy, .home-page .leadership-feature-principal .leadership-copy { border-radius: 0 28px 28px 0; }
.home-page .leadership-feature-principal .leadership-copy { border-radius: 28px 0 0 28px; }
.home-page .leadership-visual-caption > span { border-radius: 14px 14px 14px 5px; }
.home-page .life-card, .home-page .life-card:first-child { overflow: hidden; border-radius: 29px 29px 29px 8px; box-shadow: 0 15px 35px rgba(29,68,47,.09); }
.home-page .life-card::after { background: linear-gradient(transparent, rgba(14,52,35,.78)); }
.home-page .life-card figcaption { font-size: 16px; }
.home-page .student-development-section { background: radial-gradient(ellipse at 8% 95%, rgba(239,189,84,.15), transparent 32%), linear-gradient(130deg, #103b2b, #1a5138 72%, #255f42); }
.home-page .development-card { min-height: 268px; border-radius: 27px 27px 27px 7px; box-shadow: inset 0 1px rgba(255,255,255,.07), 0 18px 38px rgba(0,0,0,.09); transition: transform .2s ease, background .2s ease; }
.home-page .development-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.home-page .development-symbol { width: 53px; height: 53px; border-radius: 18px 18px 18px 6px; }
.home-page .admissions-steps-section { background: radial-gradient(ellipse at 88% 50%, #fff2d6, transparent 27%), #fffefa; }
.home-page .admission-step { min-height: 195px; border-radius: 25px 25px 25px 7px; box-shadow: 0 16px 38px rgba(29,68,47,.06); transition: transform .2s ease, box-shadow .2s ease; }
.home-page .admission-step:hover { transform: translateY(-4px); box-shadow: 0 21px 45px rgba(29,68,47,.1); }
.home-page .admission-step:nth-child(1) { background: linear-gradient(145deg, #fff, #fff7e6); }
.home-page .admission-step:nth-child(2) { background: linear-gradient(145deg, #fff, #eef6eb); }
.home-page .admission-step:nth-child(3) { background: linear-gradient(145deg, #fff, #eff4fa); }
.home-page .admission-step-number { width: 47px; height: 47px; border-radius: 17px 17px 17px 5px; }
.home-page .faq-section { background: linear-gradient(125deg, #edf5ec, #f9f4e8); }
.home-page .faq-item { border-color: rgba(214,227,213,.9); border-radius: 21px 21px 21px 7px; box-shadow: 0 10px 28px rgba(29,68,47,.045); }
.home-page .faq-item summary { padding-block: 20px; font-size: 16px; }
.home-page .faq-item summary::after { width: 31px; height: 31px; border-radius: 12px 12px 12px 4px; }
.home-page .faq-item > p { padding-bottom: 21px; font-size: 14px; }
.home-page .admission-banner { border-radius: 34px 34px 34px 8px; box-shadow: 0 23px 52px rgba(18,61,45,.18); }
.home-page .map-card { border-radius: 35px 35px 35px 8px; }

@media (max-width: 760px) {
    .home-page .trust-grid { grid-template-columns: 1fr; gap: 9px; }
    .home-page .trust-item, .home-page .trust-item + .trust-item { min-height: 67px; border-top: 1px solid #e6ecdf; }
    .home-page .programme-card { min-height: 250px; }
    .home-page .development-card { min-height: 245px; }
    .home-page .leadership-visual, .home-page .leadership-feature-principal .leadership-visual { border-radius: 28px 28px 0 0; }
    .home-page .leadership-copy, .home-page .leadership-feature-principal .leadership-copy { border-radius: 0 0 28px 28px; }
    .home-page .admission-step { min-height: 0; }
}
@media (max-width: 420px) {
    .home-page .learning-card { min-height: 0; }
    .home-page .programme-card, .home-page .development-card { min-height: 0; }
    .home-page .programme-note { border-radius: 17px 17px 17px 6px; }
    .home-page .bulletin-board-heading { padding-inline: 17px; }
    .home-page .life-card, .home-page .life-card:first-child { border-radius: 23px 23px 23px 6px; }
}

.custom-page-hero { position: relative; overflow: hidden; padding: 62px 0 68px; background: radial-gradient(ellipse at 86% 12%, rgba(239,189,84,.22), transparent 30%), linear-gradient(135deg, #103b2b, #1b593d 72%, #2a6948); color: var(--white); }
.custom-page-hero::after { position: absolute; right: -110px; bottom: -270px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 86px rgba(255,255,255,.025); content: ""; pointer-events: none; }
.custom-page-hero .container { position: relative; z-index: 1; }
.custom-page-hero .breadcrumbs, .custom-page-hero .breadcrumbs a { color: rgba(255,255,255,.78); }
.custom-page-hero .eyebrow { color: #f5d58d; }
.custom-page-hero h1 { max-width: 850px; margin: 0; color: var(--white); font-size: clamp(39px, 5.5vw, 66px); font-weight: 900; letter-spacing: -.045em; line-height: 1.08; }
.custom-page-intro { max-width: 760px; margin: 19px 0 0; color: rgba(255,255,255,.86); font-size: clamp(17px, 1.8vw, 20px); }
.custom-content-section { padding: 72px 0; }
.custom-content-section--soft { background: var(--mist); }
.custom-content-section--green { background: linear-gradient(135deg, #103b2b, #1c583c); color: var(--white); }
.custom-section-copy { max-width: 850px; margin-inline: auto; }
.custom-section-copy h2 { margin: 0; color: var(--forest-deep); font-size: clamp(28px, 3.4vw, 39px); font-weight: 900; letter-spacing: -.035em; line-height: 1.17; }
.custom-content-section--green .custom-section-copy h2 { color: var(--white); }
.custom-section-body { margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.8; white-space: normal; }
.custom-content-section--green .custom-section-body { color: rgba(255,255,255,.84); }
.custom-image-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: clamp(32px, 6vw, 72px); }
.custom-image-layout .custom-section-copy { width: 100%; }
.custom-section-image { min-height: 270px; margin: 0; overflow: hidden; border: 7px solid var(--white); border-radius: 30px 30px 30px 7px; background: #e6eee7; box-shadow: var(--shadow); }
.custom-section-image img { display: block; width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.custom-page-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 15px; margin-top: 25px; }
.custom-page-card { min-height: 120px; padding: 19px; border: 1px solid var(--line); border-radius: 21px 21px 21px 6px; background: var(--white); box-shadow: 0 12px 30px rgba(29,68,47,.055); }
.custom-page-card span { display: inline-grid; width: 36px; height: 36px; place-items: center; border-radius: 13px 13px 13px 4px; background: var(--gold-pale); color: #765414; font-size: 12px; font-weight: 900; }
.custom-page-card p { margin: 12px 0 0; color: var(--forest-deep); font-weight: 800; line-height: 1.55; }
.custom-content-section--callout { background: transparent; }
.custom-callout-copy { max-width: 100%; padding: clamp(26px, 5vw, 48px); border-radius: 31px 31px 31px 7px; background: linear-gradient(130deg, #103b2b, #1e5b3d); box-shadow: 0 22px 52px rgba(16,59,43,.16); }
.custom-callout-copy h2 { color: var(--white); }
.custom-callout-copy .custom-section-body { color: rgba(255,255,255,.84); }
.custom-empty-state { display: grid; min-height: 180px; place-items: center; align-content: center; gap: 14px; padding: 30px; border: 1px dashed #cddace; border-radius: 25px 25px 25px 7px; background: var(--mist); text-align: center; }
.custom-empty-state p { margin: 0; color: var(--muted); font-weight: 700; }
@media (max-width: 760px) {
    .custom-page-hero { padding: 42px 0 48px; }
    .custom-content-section { padding: 52px 0; }
    .custom-image-layout { grid-template-columns: 1fr; gap: 24px; }
    .custom-section-image, .custom-section-image img { min-height: 220px; }
}
