:root {
  --forest: #075d3f;
  --green: #079653;
  --lime: #36bd69;
  --mint: #eaf9ef;
  --paper: #fffefa;
  --ink: #15221c;
  --muted: #68756e;
  --line: #dcece2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
h1, h2, h3, .navbar-brand, .admission-banner p { font-family: "Plus Jakarta Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.btn { font-weight: 700; }
.btn-primary { --bs-btn-bg: var(--green); --bs-btn-border-color: var(--green); --bs-btn-hover-bg: var(--forest); --bs-btn-hover-border-color: var(--forest); }
.badge.bg-primary { background: var(--green) !important; }
.badge.bg-danger { background: #d95c5c !important; }
.badge.bg-warning { color: var(--forest) !important; background: #ffda35 !important; }
.badge.bg-info { color: #073e29 !important; background: #75d1e2 !important; }
.badge.bg-secondary { background: #71867a !important; }
.eyebrow { display: flex; align-items: center; gap: .45rem; margin: 0 0 1rem; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; font-weight: 800; }
.eyebrow > span:not(.badge) { display: block; width: 20px; height: 2px; border-radius: 99px; background: var(--lime); }
.eyebrow .badge { text-transform: none; letter-spacing: normal; }
.text-success { color: var(--green) !important; }

/* Floating navigation */
.site-header { z-index: 10; }
.navbar { background: rgba(255, 255, 255, .9); backdrop-filter: blur(16px); }
.brand-copy { color: var(--forest); line-height: 1.05; }
.brand-copy strong { max-width: 155px; font-size: 1.08rem; line-height: 1.08; letter-spacing: -.05em; }
.nav-link { color: #27352e; font-size: .84rem; }
.nav-link:hover, .nav-link.active { color: var(--green); }
.navbar .nav-link.active { position: relative; }
.navbar .nav-link.active::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .16rem; height: 2px; border-radius: 99px; background: var(--lime); }
.dropdown-menu { min-width: 205px; }
.dropdown-item { font-size: .84rem; }
.dropdown-item:hover { color: var(--forest); background: var(--mint); }

/* Hero */
.hero { position: relative; min-height: 610px; overflow: hidden; padding-top: 105px; background: linear-gradient(112deg, #f4fcf5 0%, #fff 52%, #e5f8eb 100%); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; left: -270px; top: -170px; border-radius: 50%; background: rgba(255, 255, 255, .88); }
.hero::after { content: ""; position: absolute; width: 430px; height: 280px; right: -100px; bottom: -145px; border: 2px solid rgba(61, 184, 101, .17); border-radius: 50%; transform: rotate(-12deg); }
.hero-copy { position: relative; z-index: 3; padding: 2.6rem 0 3.5rem; }
.hero-kicker { color: var(--green); background: #fff8d5; font-size: .69rem; font-weight: 700; }
.hero-kicker i { color: #e4ad16; }.hero-kicker b { color: #b4bca9; font-weight: 700; }
.hero h1 { max-width: 650px; color: #202735; font-size: clamp(2.2rem, 3.7vw, 3.8rem); line-height: 1.08; letter-spacing: -.035em; }
.hero h1 em { display: block; color: var(--green); font-style: normal; }
.hero-text { max-width: 500px; color: #4f5b56; font-size: 1rem; line-height: 1.65; }
.hero-visual { position: relative; min-height: 430px; }
.hero-sun { position: absolute; z-index: 0; width: 390px; height: 390px; top: 18px; right: 12%; border-radius: 50%; background: #ffda35; box-shadow: 0 20px 70px rgba(240, 194, 25, .18); }
.hero-green-shape { position: absolute; z-index: 0; right: -18%; bottom: -36px; width: 112%; height: 215px; border-radius: 58% 42% 0 0 / 72% 55% 0 0; background: linear-gradient(90deg, #13a15a, #07834b); transform: rotate(-3deg); }
.hero-frame { position: absolute; z-index: 1; right: 0; bottom: -.5rem; width: min(92%, 555px); height: 430px; overflow: hidden; border: 10px solid rgba(255, 255, 255, .46); border-radius: 30px 30px 135px 30px; box-shadow: 0 24px 50px rgba(12, 92, 55, .14); transform: rotate(1deg); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 55%, rgba(7, 96, 55, .22)); pointer-events: none; }
.hero-frame img { object-position: center; }
.hero-info-card { position: absolute; z-index: 3; right: -.7rem; bottom: 28px; min-width: 230px; }
.hero-info-icon { width: 42px; height: 42px; color: var(--green); background: #fff3c9; font-size: 1.2rem; }
.hero-info-card small { color: var(--green); font-size: .65rem; }.hero-info-card strong { color: var(--forest); font-size: .82rem; line-height: 1.35; }
.hero-ring { position: absolute; z-index: 2; right: -.7rem; top: 68px; width: 400px; height: 335px; border: 1px solid rgba(255, 255, 255, .74); border-radius: 50%; transform: rotate(-20deg); pointer-events: none; }

/* Stats and shared sections */
.stats-wrap { position: relative; z-index: 4; margin-top: -35px; }
.stat-card { border-color: #dcefe3 !important; background: rgba(255, 255, 255, .96) !important; }
.stat-icon { width: 51px; height: 51px; color: var(--green); background: #dcf8e8; font-size: 1.25rem; }
.stat-card strong { color: #17231d; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1rem; }
.stat-card small { color: var(--muted); font-size: .76rem; }
.section-padding { padding: 5.2rem 0; }
.section-soft { background: linear-gradient(180deg, #effaf2 0%, #f8fdf9 100%); }
.section-heading h2, .contact-section h2 { color: var(--forest); font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: -.07em; }
.feature-icon { width: 57px; height: 57px; font-size: 1.4rem; }
.icon-green { color: #0a9e5b; background: #d8f8e8; }.icon-mint { color: #229b62; background: #e1f9e8; }.icon-yellow { color: #e1a716; background: #fff2c9; }.icon-blue { color: #2585df; background: #e1f1ff; }.icon-purple { color: #8c4cdb; background: #eee3ff; }
.feature-card h3 { font-size: .98rem; letter-spacing: -.03em; }
.feature-card p { color: var(--muted); font-size: .8rem; line-height: 1.45; }
.display-title { max-width: 490px; color: var(--forest); font-size: clamp(2rem, 3vw, 3.25rem); letter-spacing: -.075em; line-height: 1.08; }
.story-photo { position: relative; }
.story-photo img { height: 400px; }
.photo-note { position: absolute; left: 1.1rem; bottom: 1.1rem; color: var(--forest); background: rgba(255, 255, 255, .93); font-size: .78rem; }
.content-card { position: relative; background: #073e29; cursor: pointer; font: inherit; }
.content-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(0, 36, 22, .95)); }
.content-card img { height: 265px; }
.content-card > span { position: absolute; z-index: 1; inset: auto 1.15rem 1rem; display: block; }
.content-card small { margin-bottom: .22rem; color: #a7e6bb; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; font-weight: 800; }
.content-card strong { max-width: 88%; font-size: 1rem; line-height: 1.3; }
.content-card i { position: absolute; right: 0; bottom: .05rem; font-size: 1.15rem; }
.info-modal { background: #fffefa; }
.info-modal h2 { color: var(--forest); font-size: clamp(1.6rem, 3vw, 2.35rem); letter-spacing: -.06em; }
.info-modal-image { height: 250px; }
.program-modal { background: #fffefa; }
.program-modal-top { color: #fff; background: linear-gradient(115deg, var(--forest), var(--green)); }
.program-modal-kicker { font-size: .78rem; font-weight: 700; letter-spacing: .04em; }.program-modal-image { min-height: 390px; }.program-modal h2 { color: var(--forest); font-size: clamp(1.6rem, 3vw, 2.35rem); letter-spacing: -.06em; }
.program-detail { background: var(--mint); }.program-detail i { color: var(--green); }.program-detail small { color: var(--muted); font-size: .68rem; }.program-detail strong { color: var(--forest); font-size: .82rem; }.program-benefits li { color: #4d5d54; font-size: .84rem; }.program-benefits i { color: var(--green); }
.admission-banner { background: linear-gradient(100deg, #d9f6e3, #f3fcf5); }
.admission-icon { width: 50px; height: 50px; color: var(--green); font-size: 1.6rem; }
.admission-banner p { color: var(--forest); font-size: 1rem; font-weight: 700; }
.admission-banner small { color: var(--muted); font-size: .78rem; }
.admission-banner .btn { color: var(--forest); background: #fff; }
.contact-section { padding: 4.7rem 0; color: #dbf8e5; background: linear-gradient(135deg, var(--forest), #043d2b); }
.contact-section h2 { color: #fff; }.contact-section p:not(.eyebrow) { color: #b9ddc4; }
.site-footer { color: #d6f4de; background: #04442d; font-size: .78rem; }
.site-footer a { color: #b3e9c1; }.site-footer a:hover { color: #fff; }

@media (max-width: 991.98px) {
  .navbar .nav-link.active::after { display: none; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero-copy { padding: 1.3rem 0 2rem; }
  .hero-visual { min-height: 390px; }
  .hero-sun { width: 350px; height: 350px; right: 15%; top: 18px; }
  .hero-frame { right: 3%; width: 93%; height: 390px; }
  .hero-info-card { right: 1%; bottom: 34px; }
  .hero-ring { right: 1%; top: 54px; width: 350px; height: 295px; }
}
@media (max-width: 575.98px) {
  .brand-copy strong { font-size: 1.08rem; }
  .navbar-brand img { width: 43px; height: 43px; }
  .hero { padding-top: 105px; }
  .hero .container-xl { padding-right: 1.25rem; padding-left: 1.25rem; }
  .hero-copy { padding-right: .2rem; padding-left: .2rem; }
  .hero h1 { font-size: 1.95rem; line-height: 1.08; letter-spacing: -.02em; }
  .hero-text { font-size: .9rem; line-height: 1.55; }
  .hero .btn-lg { font-size: .8rem; }
  .hero-visual { min-height: 300px; }
  .hero-kicker { font-size: .57rem; }
  .hero-sun { width: 270px; height: 270px; right: 2%; top: 10px; }
  .hero-green-shape { height: 125px; bottom: -18px; }
  .hero-frame { right: 0; width: 100%; height: 300px; border-width: 7px; border-radius: 24px 24px 92px 24px; }
  .hero-info-card { right: .25rem; bottom: 22px; min-width: 210px; }.hero-info-icon { width: 34px; height: 34px; font-size: .95rem; }.hero-info-card small { font-size: .56rem; }.hero-info-card strong { font-size: .68rem; }
  .hero-ring { right: 0; top: 27px; width: 275px; height: 230px; }
  .stats-wrap { margin-top: -18px; }
  .stat-icon { width: 42px; height: 42px; font-size: 1rem; }
  .section-padding { padding: 4rem 0; }
  .story-photo img { height: 285px; }
  .admission-banner .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; padding: 11rem 0 5rem; background: linear-gradient(120deg, #eefaf1, #fffefa 65%, #e3f8ea); }
.inner-hero::after { content: ""; position: absolute; right: -100px; bottom: -180px; width: 410px; height: 410px; border: 2px solid rgba(54, 189, 105, .16); border-radius: 50%; }
.inner-hero h1 { position: relative; z-index: 1; max-width: 760px; color: var(--forest); font-size: clamp(2.3rem, 5vw, 4.2rem); letter-spacing: -.075em; }
.inner-hero p:not(.eyebrow) { position: relative; z-index: 1; max-width: 600px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.profile-section { padding: 5rem 0; }
.profile-panel h2 { color: var(--forest); font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.06em; }
.profile-panel p { color: var(--muted); line-height: 1.7; }
.profile-image { height: 330px; }
.profile-fact { background: var(--mint); }
.profile-fact i { color: var(--green); font-size: 1.25rem; }.profile-fact strong { color: var(--forest); }.profile-fact small { color: var(--muted); }
.timeline { position: relative; }
.timeline-item { position: relative; }.timeline-item::before { content: ""; position: absolute; left: -1.97rem; top: .15rem; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 2px var(--green); }.timeline-item h3 { color: var(--forest); font-size: 1rem; }.timeline-item p { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.data-page { padding: 11rem 0 5rem; background: #f7fcf8; min-height: 75vh; }
.data-heading h1 { color: var(--forest); font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.07em; }
.table-shell thead th { padding: 1rem 1.2rem; color: var(--forest); background: var(--mint); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }.table-shell tbody td { padding: 1rem 1.2rem; color: #4e5c55; font-size: .88rem; }.table-shell tbody tr:last-child td { border-bottom: 0; }.table-shell tbody tr:hover td { background: #fbfffc; }
.status-pill { font-size: .72rem; white-space: nowrap; }.status-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pagination .page-link { margin: 0 .16rem; border: 0; border-radius: 9px !important; color: var(--forest); }.pagination .page-item.active .page-link { background: var(--green); color: #fff; }.pagination .page-link:hover { background: var(--mint); }
@media (max-width: 575.98px) { .inner-hero, .data-page { padding-top: 8.8rem; }.inner-hero { padding-bottom: 3.5rem; }.profile-section { padding: 3.5rem 0; }.profile-image { height: 250px; }.table-shell .table { min-width: 700px; } }
@media (max-width: 767.98px) { .program-modal-image { height: 220px; min-height: 0; } }
