:root {
  --navy: #022618;
  --navy-2: #06432c;
  --red: #3b3e47;
  --red-dark: #292b32;
  --cream: #f8f7f5;
  --ink: #3b3e47;
  --muted: #62656d;
  --white: #f8f7f5;
  --line: #dededb;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 20px 50px rgba(2, 38, 24, .12);
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; }
h1, h2 { font-family: var(--serif); letter-spacing: -.025em; }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 6vw, 4.4rem); }
h3 { font-size: 1.25rem; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; transform: translateY(-160%); background: var(--white); color: var(--navy); }
.skip-link:focus { transform: none; }
.image-placeholder { background-color: #3b3e47; background-image: linear-gradient(135deg, rgba(2,38,24,.16), rgba(59,62,71,.2)), radial-gradient(circle at 80% 15%, #72766f 0, transparent 30%), linear-gradient(25deg, #022618, #59645f); }

.announcement { background: var(--red); color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.5); }
.site-header { position: relative; z-index: 50; background: var(--white); box-shadow: 0 1px 0 rgba(2,38,24,.1); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-logo { display: flex; min-width: 0; flex: 0 1 auto; align-items: center; justify-content: flex-start; margin-right: auto; transform-origin: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: var(--navy); }
.brand__mark { display: grid; place-items: center; width: 44px; height: 48px; border: 2px solid currentColor; border-radius: 50% 50% 45% 45%; font-family: var(--serif); font-size: 1.6rem; font-weight: 700; }
.brand__text { display: flex; flex-direction: column; line-height: .9; text-transform: uppercase; }
.brand__text strong { font-family: var(--serif); font-size: 1.32rem; letter-spacing: .02em; }
.brand__text small { margin-top: 7px; font-size: .58rem; font-weight: 700; letter-spacing: .32em; }
.custom-logo-link { display: inline-flex; align-items: center; justify-content: flex-start; }
.custom-logo-link img { width: auto; max-width: min(210px, 53vw); max-height: 62px; object-fit: contain; object-position: left center; }
.header-logo.is-spinning, .brand.is-spinning { animation: logo-double-spin 1.25s cubic-bezier(.35,.05,.2,1) both; }
@keyframes logo-double-spin { from { transform: perspective(600px) rotateY(0); } to { transform: perspective(600px) rotateY(720deg); } }
.nav-toggle { display: grid; gap: 5px; width: 46px; height: 46px; place-content: center; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--navy); transition: .25s ease; }
.primary-nav { visibility: hidden; position: fixed; top: 116px; right: 12px; left: 12px; max-height: calc(100vh - 132px); overflow-y: auto; padding: 18px 20px 28px; transform: translateY(-12px) scale(.98); transform-origin: top; border: 1px solid rgba(2,38,24,.1); border-radius: 0 0 18px 18px; opacity: 0; background: rgba(248,247,245,.98); box-shadow: 0 20px 55px rgba(2,38,24,.18); transition: opacity .22s, transform .22s, visibility .22s; }
.primary-nav.is-open { visibility: visible; transform: none; opacity: 1; }
.primary-nav ul { margin: 0 0 24px; padding: 0; list-style: none; }
.primary-nav li { border-bottom: 1px solid var(--line); }
.primary-nav li a { display: block; padding: 15px 4px; font-weight: 600; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 19px; }
.button--red { background: var(--red); color: var(--white); }
.button--red:hover { background: var(--red-dark); }
.button--outline-light { border-color: rgba(255,255,255,.65); color: var(--white); }
.button--outline-light:hover { background: var(--white); color: var(--navy); }
.button--white { background: var(--white); color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: .8rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero__slides, .hero__slide { position: absolute; inset: 0; }
.hero__slides { z-index: 0; overflow: hidden; }
.hero__slide { transform: translateX(-100%); opacity: 0; background-position: center; background-size: cover; transition: transform .85s cubic-bezier(.65,0,.2,1), opacity .55s ease; will-change: transform; }
.hero__slide.is-active { z-index: 2; transform: translateX(0); opacity: 1; }
.hero__slide.is-leaving { z-index: 1; transform: translateX(100%); opacity: 1; }
.hero__slide--placeholder { background-image: linear-gradient(120deg, var(--navy), #3b3e47); }
.hero__overlay { position: absolute; z-index: 3; inset: 0; background: linear-gradient(90deg, rgba(2,38,24,.96) 0%, rgba(2,38,24,.74) 50%, rgba(2,38,24,.24) 100%); pointer-events: none; }
.hero__content { position: relative; z-index: 4; padding-block: 90px 120px; }
.hero__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero__eyebrow span { width: 30px; height: 2px; background: var(--red); }
.hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.1rem, 9.2vw, 6.7rem); line-height: .96; }
.hero__intro { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 2.6vw, 1.22rem); }
.hero__scroll { display: none; }
.hero__dots { position: absolute; z-index: 5; right: 20px; bottom: 24px; display: flex; gap: 8px; }
.hero__dots button { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: rgba(248,247,245,.42); cursor: pointer; transition: width .25s, background .25s; }
.hero__dots button.is-active { width: 46px; background: var(--white); }

.stats { background: var(--navy); color: var(--white); }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 22px 12px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); text-align: center; }
.stat:last-child { grid-column: 1 / -1; }
.stat strong { font-family: var(--serif); font-size: clamp(2rem, 7vw, 3rem); line-height: 1; }
.stat span { margin-top: 9px; color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.section { padding-block: 78px; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: var(--white); }
.section-heading { margin-bottom: 38px; }
.section-heading > p { max-width: 530px; color: var(--muted); }
.section-heading--center { max-width: 710px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; color: rgba(255,255,255,.62); }
.section-heading--split .text-link { margin-top: 10px; }
.eyebrow { margin-bottom: 13px; color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: rgba(248,247,245,.72); }
.post-grid { display: grid; gap: 24px; }
.news-card { overflow: hidden; border-radius: 8px; background: var(--white); box-shadow: 0 10px 35px rgba(2,38,24,.07); }
.news-card__image { display: block; aspect-ratio: 1.45; overflow: hidden; }
.news-card__image img, .news-card__image .image-placeholder { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.news-card:hover .news-card__image img, .news-card:hover .image-placeholder { transform: scale(1.025); }
.news-card__body { padding: 25px; }
.news-card__meta { margin-bottom: 11px; color: var(--red); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.news-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.55rem; }
.news-card__body > p:not(.news-card__meta) { color: var(--muted); font-size: .92rem; }

.admissions-banner { display: grid; background: var(--red); color: var(--white); }
.admissions-banner__image { min-height: 330px; background-position: center; background-size: cover; }
.admissions-banner__content { padding: 60px max(20px, calc((100vw - 1180px) / 2)); }
.admissions-banner h2 { max-width: 650px; font-size: clamp(2.4rem, 7vw, 4.6rem); }
.admissions-banner__content > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.8); }
.admissions-banner .button-row { margin-top: 30px; }

.why__layout { display: grid; gap: 48px; }
.why__intro > p:not(.eyebrow) { color: var(--muted); }
.why__intro .text-link { margin-top: 15px; }
.reason-grid { display: grid; }
.reason-card { padding: 30px 0; border-top: 1px solid var(--line); }
.reason-card > span { color: var(--red); font-family: var(--serif); font-size: .9rem; }
.reason-card h3 { margin: 24px 0 10px; font-family: var(--serif); font-size: 1.5rem; }
.reason-card p { margin: 0; color: var(--muted); }

.journey__steps { display: grid; margin: 55px 0 42px; padding: 0; list-style: none; counter-reset: step; }
.journey__steps li { position: relative; min-height: 110px; display: flex; align-items: center; gap: 25px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.journey__steps span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: rgba(248,247,245,.72); font-family: var(--serif); }
.journey__steps strong { font-family: var(--serif); font-size: 1.25rem; }
.journey__action { text-align: center; }

.explore-grid { display: grid; gap: 16px; }
.explore-card { position: relative; min-height: 330px; display: flex; overflow: hidden; align-items: flex-end; border-radius: 8px; background-position: center; background-size: cover; color: var(--white); }
.explore-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,38,24,.9), transparent 65%); }
.explore-card__content { position: relative; z-index: 1; display: flex; flex-direction: column; padding: 28px; }
.explore-card__content strong { font-family: var(--serif); font-size: 1.65rem; }
.explore-card__content small { margin-top: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding-top: 70px; border-top: 5px solid var(--navy); background: var(--red); color: rgba(248,247,245,.76); }
.footer-grid { display: grid; gap: 44px; }
.brand--light { color: var(--white); }
.footer-brand p { max-width: 280px; margin-top: 22px; }
.footer-title { margin-bottom: 18px; color: var(--white); font-family: var(--sans); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { margin-top: 55px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom p { margin-bottom: 8px; }

.whatsapp-widget { position: fixed; z-index: 80; right: 16px; bottom: 18px; width: min(330px, calc(100vw - 32px)); padding: 14px; border: 1px solid rgba(2,38,24,.12); border-radius: 18px; background: rgba(248,247,245,.97); box-shadow: 0 18px 55px rgba(2,38,24,.25); color: var(--ink); animation: widget-arrive .55s .7s both; backdrop-filter: blur(12px); }
.whatsapp-widget[hidden] { display: none; }
.whatsapp-widget.is-closing { transform: translateY(20px); opacity: 0; transition: transform .25s, opacity .25s; }
.whatsapp-widget__close { position: absolute; top: 7px; right: 9px; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--muted); font-size: 1.25rem; cursor: pointer; }
.whatsapp-widget__close:hover { background: rgba(2,38,24,.08); color: var(--navy); }
.whatsapp-widget__message { display: flex; flex-direction: column; padding: 3px 30px 12px 3px; }
.whatsapp-widget__message strong { color: var(--navy); font-size: .95rem; }
.whatsapp-widget__message span { color: var(--muted); font-size: .78rem; }
.whatsapp-widget__button { min-height: 51px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; background: #1f9d55; color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 8px 22px rgba(31,157,85,.24); transition: transform .2s, background .2s; }
.whatsapp-widget__button:hover { transform: translateY(-2px); background: #168547; }
.whatsapp-widget__button svg { width: 24px; height: 24px; }
@keyframes widget-arrive { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }

.content-layout { padding-block: 75px; }
.content-layout--narrow { max-width: 900px; }
.page-heading { max-width: 850px; margin-bottom: 45px; }
.page-heading h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
.entry__image { margin-bottom: 45px; }
.entry__content { max-width: 760px; font-size: 1.05rem; }
.entry__content > * + * { margin-top: 1.3em; }

.blog-hero { position: relative; overflow: hidden; padding-block: 110px 95px; background: var(--navy); color: var(--white); }
.blog-hero::after { content: ""; position: absolute; top: -120px; right: -90px; width: 420px; height: 420px; border: 1px solid rgba(248,247,245,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(248,247,245,.025), 0 0 0 110px rgba(248,247,245,.018); }
.blog-hero__inner { position: relative; z-index: 1; }
.blog-hero h1 { max-width: 880px; margin-bottom: 18px; font-size: clamp(3.5rem, 10vw, 7.2rem); }
.blog-hero__inner > p:last-child, .blog-hero__description { max-width: 620px; margin-bottom: 0; color: rgba(248,247,245,.72); font-size: 1.08rem; }
.blog-hero--compact { padding-block: 85px 75px; }
.blog-hero--compact h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
.blog-categories { position: sticky; z-index: 20; top: 0; overflow: hidden; border-bottom: 1px solid var(--line); background: rgba(248,247,245,.96); backdrop-filter: blur(12px); }
.blog-categories__inner { display: flex; gap: 9px; overflow-x: auto; padding-block: 15px; scrollbar-width: none; }
.blog-categories__inner::-webkit-scrollbar { display: none; }
.blog-categories a { flex: 0 0 auto; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .75rem; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.blog-categories a:hover, .blog-categories a.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.blog-categories__facebook { display: inline-flex; align-items: center; gap: 7px; }
.blog-categories__facebook span { width: 7px; height: 7px; border-radius: 50%; background: #1877f2; box-shadow: 0 0 0 3px rgba(24,119,242,.12); }
.blog-stories { background: var(--cream); }
.featured-story { display: grid; overflow: hidden; margin-bottom: 90px; border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
.featured-story__image { min-height: 330px; overflow: hidden; }
.featured-story__image img, .featured-story__image .image-placeholder { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform .5s ease; }
.featured-story:hover .featured-story__image img { transform: scale(1.025); }
.featured-story__content { display: flex; flex-direction: column; justify-content: center; padding: 38px 28px; }
.featured-story__content h2 { font-size: clamp(2.25rem, 6vw, 4.2rem); }
.featured-story__content > p:not(.eyebrow) { max-width: 590px; color: var(--muted); }
.featured-story__content .button { align-self: flex-start; margin-top: 15px; }
.blog-section-heading { margin-bottom: 35px; }
.blog-section-heading h2 { margin: 0; }
.blog-post-grid { row-gap: 34px; }
.blog-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 50px; }
.blog-pagination .page-numbers { min-width: 42px; height: 42px; display: inline-grid; place-items: center; padding-inline: 12px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); color: var(--ink); font-size: .78rem; font-weight: 700; }
.blog-pagination .page-numbers.current, .blog-pagination a.page-numbers:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.blog-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.blog-page-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 48px; }
.blog-page-nav a { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--navy); border-radius: 5px; background: var(--navy); color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s, background .2s; }
.blog-page-nav a:hover { transform: translateY(-2px); background: var(--navy-2); }
.blog-empty { max-width: 720px; margin-inline: auto; text-align: center; }
.facebook-feed-section { scroll-margin-top: 180px; background: var(--navy); color: var(--white); }
.facebook-feed-section .section-heading > p { color: rgba(248,247,245,.68); }
.facebook-feed-shell { overflow: hidden; padding: clamp(10px, 3vw, 30px); border: 1px solid rgba(248,247,245,.13); border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.18); }

@media (min-width: 700px) {
  :root { --shell: min(1180px, calc(100% - 80px)); }
  .section { padding-block: 110px; }
  .stats__grid { grid-template-columns: repeat(5, 1fr); }
  .stat { min-height: 145px; border-bottom: 0; }
  .stat:last-child { grid-column: auto; }
  .post-grid { grid-template-columns: repeat(3, 1fr); }
  .section-heading--split { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
  .section-heading--split > div { max-width: 700px; }
  .admissions-banner { grid-template-columns: 1fr 1fr; }
  .admissions-banner__image { min-height: 620px; }
  .admissions-banner__content { display: flex; flex-direction: column; justify-content: center; padding: 80px 8vw; }
  .reason-grid { grid-template-columns: 1fr 1fr; gap: 0 34px; }
  .reason-card { padding: 34px 0; }
  .journey__steps { grid-template-columns: repeat(3, 1fr); gap: 0 26px; }
  .journey__steps li { align-items: flex-start; flex-direction: column; }
  .explore-grid { grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; }
  .explore-card--large { grid-row: 1 / 3; min-height: 680px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-bottom p { margin: 0; }
  .whatsapp-widget { right: 24px; bottom: 24px; }
  .featured-story { grid-template-columns: 1.08fr .92fr; min-height: 540px; }
  .featured-story__image, .featured-story__image img, .featured-story__image .image-placeholder { min-height: 540px; }
}

@media (min-width: 1040px) {
  .site-header { position: sticky; top: 0; transition: box-shadow .25s; }
  .site-header.is-scrolled { box-shadow: 0 12px 30px rgba(2,38,24,.12); }
  .nav-toggle { display: none; }
  .primary-nav { visibility: visible; position: static; width: auto; min-height: 0; display: flex; align-items: center; gap: 32px; overflow: visible; padding: 0; transform: none; border: 0; border-radius: 0; opacity: 1; background: transparent; box-shadow: none; }
  .primary-nav ul { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); margin: 0; }
  .primary-nav li { border: 0; }
  .primary-nav li a { position: relative; padding: 28px 0; font-size: .8rem; }
  .primary-nav li a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; transform: scaleX(0); background: var(--red); transition: transform .2s; }
  .primary-nav li a:hover::after { transform: scaleX(1); }
  .blog-categories { top: 116px; }
  .hero { min-height: calc(100vh - 116px); }
  .hero__content { padding-block: 120px 155px; }
  .hero__scroll { position: absolute; z-index: 5; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .hero__scroll i { font-style: normal; color: rgba(248,247,245,.72); }
  .why__layout { grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
  .why__intro { position: sticky; top: 170px; }
  .journey__steps { grid-template-columns: repeat(5, 1fr); gap: 0; }
  .journey__steps li { min-width: 0; padding-right: 18px; border-top: 1px solid rgba(255,255,255,.2); }
  .journey__steps li::before { content: ""; position: absolute; top: -3px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
}

@media (max-width: 699px) {
  .announcement__inner { min-height: 42px; }
  .announcement__inner > span { display: none; }
  .announcement__inner a { width: 100%; border: 0; text-align: center; }
  .nav-wrap { min-height: 72px; }
  .primary-nav { top: 114px; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: calc(100svh - 114px); }
  .hero__overlay { background: linear-gradient(0deg, rgba(2,38,24,.94), rgba(2,38,24,.43)); }
  .hero__content { padding-block: 76px 105px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4.25rem); }
  .hero .button-row { display: grid; }
  .hero .button { width: 100%; }
  .stat { min-height: 112px; }
  .section-heading h2 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
  .news-card__body { padding: 22px; }
  .admissions-banner__content { padding-block: 52px; }
  .reason-card, .journey__steps li { padding-inline: 4px; }
  .whatsapp-widget__message { display: none; }
  .whatsapp-widget { width: auto; padding: 8px; border: 0; border-radius: 17px; }
  .whatsapp-widget__close { top: -11px; right: -8px; width: 24px; height: 24px; background: var(--white); box-shadow: 0 3px 10px rgba(2,38,24,.2); font-size: 1rem; }
  .whatsapp-widget__button { min-width: 145px; padding: 0 17px; }
  .blog-hero { padding-block: 78px 65px; }
  .blog-categories { top: 0; }
  .featured-story { margin-bottom: 65px; }
  .featured-story__content { padding: 30px 22px; }
  .facebook-feed-shell { margin-inline: -8px; }
}

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