:root {
  --green: #1f9d73;
  --green-dark: #11654d;
  --mint: #e9f8ee;
  --yellow: #ffd84d;
  --blue: #304bc7;
  --blue-soft: #e5e9ff;
  --ink: #183c35;
  --cream: #fffdf5;
  --white: #fff;
  --muted: #607a71;
  --line: #dcece1;
  --shadow: 0 18px 55px rgba(21, 61, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Nunito, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: var(--white); padding: 12px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 245, .93); backdrop-filter: blur(14px); border-bottom: 1px solid #edf2df; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 60%; height: 60%; object-fit: contain; }
.brand strong { display: block; font: 700 19px "Baloo 2", sans-serif; letter-spacing: -.2px; }
.brand small { display: block; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; color: #44675e; font-size: 14px; font-weight: 800; }
.nav > a:not(.nav-cta) { position: relative; padding: 28px 0 24px; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 3px; background: var(--yellow); border-radius: 9px; transform: scaleX(0); transition: transform .2s; }
.nav > a:hover, .nav > a.active { color: var(--green); }
.nav > a:hover::after, .nav > a.active::after { transform: scaleX(1); }
.nav-cta { padding: 12px 17px; border-radius: 99px; background: var(--green); color: var(--white); box-shadow: 0 6px 14px rgba(31, 157, 115, .2); transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(31, 157, 115, .25); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--mint); cursor: pointer; }
.nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after { display: block; width: 21px; height: 2px; margin: auto; background: var(--green-dark); border-radius: 5px; transition: .2s; }
.nav-toggle-lines { position: relative; }
.nav-toggle-lines::before, .nav-toggle-lines::after { content: ""; position: absolute; left: 0; }
.nav-toggle-lines::before { top: -7px; }
.nav-toggle-lines::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; min-height: 590px; padding: 76px 0 64px; overflow: hidden; background: var(--mint); }
.hero-grid, .page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 42px; }
.eyebrow, .section-tag { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { color: var(--yellow); font-size: 20px; vertical-align: -2px; }
.hero h1, .page-hero h1 { max-width: 610px; margin: 15px 0 20px; font: 700 clamp(50px, 6vw, 78px)/.96 "Baloo 2", sans-serif; letter-spacing: -2px; }
.hero h1 em, .page-hero h1 em { position: relative; color: var(--blue); font-style: normal; z-index: 0; }
.hero h1 em::after, .page-hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; z-index: -1; height: 7px; border-radius: 10px; background: var(--yellow); }
.hero-copy > p, .page-hero p { max-width: 550px; color: #527269; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin: 29px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 50px; padding: 14px 22px; border: 0; border-radius: 99px; cursor: pointer; font-weight: 800; font-size: 14px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: var(--white); box-shadow: 0 8px 18px rgba(31, 157, 115, .2); }
.button.ghost { padding-left: 8px; color: var(--green-dark); }
.button.light { flex: 0 0 auto; background: var(--white); color: var(--green-dark); }
.button.whatsapp { background: #20b965; color: var(--white); }
.hero-note { display: flex; align-items: center; gap: 12px; }
.avatars { display: flex; }
.avatars span { display: grid; width: 33px; height: 33px; margin-right: -8px; place-items: center; border: 2px solid var(--mint); border-radius: 50%; background: var(--white); font-size: 17px; }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-size: 13px; }
.hero-note small { color: #668279; font-size: 11px; }
.hero-art { position: relative; min-height: 420px; }
.hero-photo { overflow: hidden; border-radius: 34px; background: var(--yellow); box-shadow: 18px 18px 0 rgba(255, 216, 77, .3); transform: rotate(2deg); }
.hero-photo > img { display: block; width: 100%; height: 420px; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,60,53,0) 44%, rgba(24,60,53,.68)); pointer-events: none; }
.hero-photo-caption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 22px rgba(21,61,45,.18); transform: rotate(-2deg); }
.hero-photo-caption > span { font-size: 25px; }
.hero-photo-caption strong, .hero-photo-caption small { display: block; }
.hero-photo-caption strong { font: 700 17px "Baloo 2", sans-serif; }
.hero-photo-caption small { color: var(--muted); font-size: 11px; }
.arch { position: absolute; bottom: 5px; left: 15%; width: 72%; height: 350px; padding: 14px; border-radius: 190px 190px 22px 22px; background: var(--yellow); box-shadow: 15px 15px 0 rgba(255, 216, 77, .3); transform: rotate(3deg); }
.arch-inner { display: flex; height: 100%; align-items: flex-end; justify-content: space-around; padding: 0 25px 35px; border-radius: 175px 175px 13px 13px; background: #fef8d6; }
.kid { font-size: 142px; filter: drop-shadow(0 6px 0 rgba(31, 157, 115, .18)); }
.book { font-size: 58px; transform: rotate(-10deg); }
.plant { font-size: 53px; }
.sun { position: absolute; right: 8%; top: 8%; width: 90px; height: 90px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 16px rgba(255, 216, 77, .25); }
.cloud { position: absolute; width: 100px; height: 26px; border-radius: 99px; background: var(--white); }
.cloud::before, .cloud::after { content: ""; position: absolute; border-radius: 50%; background: var(--white); }
.cloud::before { width: 42px; height: 42px; left: 20px; top: -18px; }
.cloud::after { width: 32px; height: 32px; right: 15px; top: -12px; }
.cloud-a { left: 5%; top: 24%; }
.cloud-b { right: 2%; bottom: 21%; transform: scale(.7); }
.spark { position: absolute; color: var(--blue); font-size: 29px; }
.spark-a { left: 8%; top: 12%; }
.spark-b { right: 12%; top: 36%; font-size: 18px; }
.decorative-orbit { position: absolute; width: 180px; height: 180px; border: 2px dashed rgba(31, 157, 115, .25); border-radius: 50%; }
.orbit-one { right: -70px; top: -50px; }
.orbit-two { left: -100px; bottom: -100px; border-color: rgba(48, 75, 199, .18); }

.quick-info { border-bottom: 1px solid var(--line); background: var(--white); padding: 24px 0; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.quick-grid > div { display: flex; align-items: center; gap: 12px; padding: 7px 25px; border-right: 1px solid var(--line); }
.quick-grid > div:last-child { border: 0; }
.info-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 14px; background: var(--mint); color: var(--green); font-size: 23px; }
.info-icon.blue { background: #eef0ff; color: var(--blue); }
.info-icon.yellow { background: #fff8cf; color: #a87e00; }
.quick-grid strong, .quick-grid small { display: block; }
.quick-grid strong { font-size: 14px; }
.quick-grid small { margin-top: 2px; color: #719087; font-size: 12px; }

.section { padding: 104px 0; }
.soft-section, .programs-section { background: #f3faf3; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.section h2 { margin: 12px 0 22px; font: 700 clamp(40px, 4.3vw, 52px)/1.03 "Baloo 2", sans-serif; letter-spacing: -1px; }
.section h2 span { color: var(--green); }
.lead { font-size: 18px; line-height: 1.6; }
.intro p:not(.lead), .story-grid p:not(.lead), .section-heading > p, .center-heading > p { color: var(--muted); line-height: 1.7; }
.text-link { display: inline-flex; gap: 15px; margin-top: 15px; color: var(--green); font-weight: 800; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading > p { max-width: 340px; font-size: 14px; }
.center-heading { max-width: 700px; margin: 0 auto 44px; text-align: center; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { min-height: 270px; padding: 30px; border-radius: 24px; transition: transform .25s, box-shadow .25s; }
.program-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.program-card.green { background: #ccefd7; }
.program-card.yellow { background: #ffe99b; }
.program-card.blue { background: #dfe5ff; }
.program-emoji { font-size: 43px; }
.program-card h3 { margin: 15px 0 5px; font: 700 25px "Baloo 2", sans-serif; }
.program-card p { color: #516e64; font-size: 14px; line-height: 1.55; }
.program-card a { display: inline-flex; gap: 10px; margin-top: 7px; font-size: 13px; font-weight: 800; }
.home-cta, .compact-cta { padding-top: 0; }
.home-gallery-teaser { background: #fffdf5; }
.teaser-collage { position: relative; min-height: 390px; }
.teaser-collage img { position: absolute; width: 58%; height: 240px; object-fit: cover; border: 10px solid var(--white); border-radius: 22px; box-shadow: var(--shadow); }
.teaser-collage img:nth-child(1) { top: 0; left: 0; transform: rotate(-5deg); }
.teaser-collage img:nth-child(2) { top: 88px; right: 0; transform: rotate(5deg); }
.teaser-collage img:nth-child(3) { bottom: 0; left: 18%; height: 185px; transform: rotate(-2deg); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 62px; overflow: hidden; border-radius: 30px; background: var(--green); color: var(--white); }
.cta-panel .section-tag { color: var(--yellow); }
.cta-panel h2 { margin-bottom: 8px; font-size: 42px; }
.cta-panel p { margin: 0; color: #d9f6e8; }

.page-hero { position: relative; padding: 75px 0; overflow: hidden; }
.page-hero-green { background: var(--mint); }
.page-hero-yellow { background: #fff5c9; }
.page-hero-blue { background: var(--blue-soft); }
.page-hero-cream { background: #fff5e5; }
.page-hero-purple { background: #f1eaff; }
.page-hero h1 { font-size: clamp(48px, 5.7vw, 72px); }
.page-hero-visual { position: relative; display: flex; min-height: 330px; align-items: center; justify-content: center; gap: 10px; border-radius: 180px 180px 32px 32px; background: rgba(255, 255, 255, .68); box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .35); }
.page-hero-visual::before, .page-hero-visual::after { content: ""; position: absolute; border-radius: 50%; background: var(--yellow); }
.page-hero-visual::before { width: 54px; height: 54px; left: 12%; top: 14%; }
.page-hero-visual::after { width: 28px; height: 28px; right: 14%; bottom: 18%; background: var(--green); }
.page-hero-visual span { position: relative; z-index: 1; font-size: clamp(58px, 6vw, 92px); filter: drop-shadow(0 10px 8px rgba(24, 60, 53, .1)); }
.page-hero-visual span:nth-child(2) { transform: translateY(-35px); }

.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.story-art { display: grid; min-height: 430px; place-items: center; border-radius: 28px; background: #ffe99b; }
.story-photo { position: relative; overflow: hidden; padding: 0; }
.story-photo img { width: 100%; height: 430px; object-fit: cover; }
.story-photo span { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 12px 15px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--green-dark); font-weight: 800; text-align: center; }
.facts-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.school-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.school-facts div { padding: 18px; border-radius: 16px; background: var(--white); }
.school-facts dt { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.school-facts dd { margin: 7px 0 0; font-weight: 800; line-height: 1.4; }
.story-circle { display: grid; width: 280px; height: 280px; place-items: center; padding: 30px; border: 12px solid rgba(255,255,255,.6); border-radius: 50%; background: var(--mint); text-align: center; }
.story-circle span { font-size: 90px; }
.story-circle small { color: var(--green-dark); font-weight: 800; }
.vision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vision-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.vision-card.featured { grid-row: span 2; background: var(--green); color: var(--white); }
.vision-card > span { color: var(--green); font: 700 23px "Baloo 2", sans-serif; }
.vision-card.featured > span { color: var(--yellow); font-size: 44px; }
.vision-card h3 { margin: 16px 0 8px; font: 700 23px "Baloo 2", sans-serif; }
.vision-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.vision-card.featured p { color: #d9f6e8; font-size: 17px; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.value-item { display: flex; gap: 20px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.value-item b { color: var(--yellow); font: 700 25px "Baloo 2", sans-serif; }
.value-item h3 { margin: 0; font: 700 23px "Baloo 2", sans-serif; }
.value-item p { margin: 5px 0 0; color: var(--muted); line-height: 1.55; }

.program-list { display: grid; gap: 22px; }
.program-detail { display: grid; grid-template-columns: 120px 1fr 1fr; align-items: center; gap: 34px; padding: 38px; border-radius: 28px; scroll-margin-top: 100px; }
.program-detail.green { background: #d8f3df; }
.program-detail.yellow { background: #fff0b4; }
.program-detail.blue { background: #e3e7ff; }
.program-detail-icon { display: grid; width: 110px; height: 110px; place-items: center; border-radius: 28px; background: rgba(255,255,255,.7); font-size: 54px; }
.program-age { color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.program-detail h2 { margin: 4px 0 8px; font-size: 36px; }
.program-detail p { margin: 0; color: var(--muted); line-height: 1.6; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 30px; border-bottom: 1px solid rgba(24,60,53,.1); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--green); }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.timeline-item { position: relative; min-height: 230px; padding: 26px 20px; border-radius: 22px; background: var(--white); text-align: center; }
.timeline-item time { display: block; color: var(--green); font-size: 13px; font-weight: 800; }
.timeline-item > span { display: block; margin: 18px 0; font-size: 39px; }
.timeline-item h3 { margin: 0; font: 700 20px "Baloo 2", sans-serif; }
.timeline-item p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 35px; }
.filter-button { padding: 10px 18px; border: 1px solid var(--line); border-radius: 99px; background: var(--white); color: var(--muted); cursor: pointer; font-weight: 800; }
.filter-button:hover, .filter-button.active { border-color: var(--green); background: var(--green); color: var(--white); }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.activity-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 8px 25px rgba(21,61,45,.06); }
.activity-card[hidden] { display: none; }
.activity-visual { display: grid; min-height: 210px; place-items: center; background: var(--mint); }
.activity-visual.seni { background: #fff0b4; }
.activity-visual.islami { background: #e3e7ff; }
.activity-visual.luar { background: #d8f3df; }
.activity-visual span { font-size: 82px; transition: transform .25s; }
.activity-card:hover .activity-visual span { transform: scale(1.08) rotate(-3deg); }
.activity-copy { padding: 24px; }
.activity-copy small { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.activity-copy h2 { margin: 6px 0 5px; font-size: 25px; }
.activity-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.filter-empty { color: var(--muted); text-align: center; }

.gallery-section { background: #fffdf5; }
.gallery-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 36px; }
.gallery-toolbar h2 { margin-bottom: 0; }
.gallery-filters { justify-content: flex-end; margin: 0; }
.gallery-hero-photo { overflow: hidden; min-height: 330px; border: 12px solid rgba(255,255,255,.68); border-radius: 180px 180px 32px 32px; background: #e3e7ff; box-shadow: inset 0 0 0 8px rgba(255,255,255,.35); transform: rotate(2deg); }
.gallery-hero-photo img { display: block; width: 100%; height: 330px; object-fit: cover; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-card { display: block; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 22px; background: var(--white); color: var(--ink); box-shadow: 0 8px 25px rgba(21,61,45,.06); cursor: pointer; text-align: left; transition: transform .25s, box-shadow .25s; }
.gallery-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.gallery-card[hidden] { display: none; }
.gallery-image { display: block; height: 220px; overflow: hidden; background: var(--mint); }
.gallery-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-card:hover .gallery-image img { transform: scale(1.06); }
.gallery-card-copy { display: grid; gap: 5px; padding: 17px 18px 18px; }
.gallery-card-copy small { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.gallery-card-copy strong { font: 700 20px/1.1 "Baloo 2", sans-serif; }
.gallery-open { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 800; }
.gallery-open b { color: var(--green); font-size: 17px; }
.gallery-modal[hidden] { display: none; }
.gallery-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; }
.gallery-modal-backdrop { position: absolute; inset: 0; background: rgba(24,60,53,.78); backdrop-filter: blur(5px); }
.gallery-modal-dialog { position: relative; z-index: 1; width: min(860px, 100%); overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.gallery-modal-dialog > img { display: block; width: 100%; max-height: 72vh; object-fit: contain; background: #eef5ed; }
.gallery-modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: rgba(24,60,53,.85); color: var(--white); cursor: pointer; font-size: 28px; line-height: 1; }
.gallery-modal-caption { padding: 18px 22px 20px; }
.gallery-modal-caption small { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.gallery-modal-caption h2 { margin: 5px 0 0; font: 700 26px "Baloo 2", sans-serif; }
body.modal-open { overflow: hidden; }

.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: start; }
.contact-copy > h2 { font-size: 46px; }
.contact-copy > p { color: var(--muted); line-height: 1.7; }
.whatsapp-form { display: grid; gap: 17px; margin-top: 30px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.whatsapp-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
.whatsapp-form input, .whatsapp-form select, .whatsapp-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fbfefb; color: var(--ink); padding: 13px 14px; font-weight: 600; }
.whatsapp-form textarea { resize: vertical; }
.whatsapp-form input:focus, .whatsapp-form select:focus, .whatsapp-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,157,115,.12); }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 11px; }
.contact-info { display: grid; gap: 13px; }
.contact-info article { display: flex; gap: 17px; padding: 24px; border-radius: 20px; background: var(--mint); }
.contact-info article:nth-child(2) { background: #fff0b4; }
.contact-info article:nth-child(3) { background: #e3e7ff; }
.contact-info article > span { font-size: 27px; }
.contact-info small, .contact-info strong, .contact-info a { display: block; }
.contact-info small { margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.contact-info p, .contact-info a { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.contact-info a { color: var(--green-dark); font-weight: 800; }
.map-section { position: relative; }
.map-section iframe { display: block; width: 100%; height: 470px; border: 0; filter: saturate(.75); }
.map-overlay-wrap { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); }
.map-overlay { display: flex; align-items: center; gap: 14px; max-width: 620px; padding: 18px 20px; border-radius: 17px; background: var(--white); box-shadow: var(--shadow); }
.map-overlay > span { color: var(--green); font-size: 27px; }
.map-overlay small, .map-overlay strong { display: block; }
.map-overlay small { color: var(--muted); font-size: 11px; }
.map-overlay a { margin-left: auto; color: var(--green); font-size: 12px; font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.accordion { display: grid; gap: 10px; }
.accordion article { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-weight: 800; }
.accordion button b { color: var(--green); font-size: 24px; }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.accordion-content p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); line-height: 1.65; }
.accordion article.open .accordion-content { grid-template-rows: 1fr; }
.accordion article.open .accordion-content p { padding: 0 20px 20px; }

.site-footer { background: var(--ink); color: #e8f8eb; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding: 55px 0 40px; }
.footer-brand small { color: var(--yellow); }
.footer-about p, .footer-column p { max-width: 380px; color: #afd0c0; font-size: 13px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 6px; color: var(--yellow); font: 700 17px "Baloo 2", sans-serif; }
.footer-column a { color: #c8e1d4; font-size: 13px; }
.footer-column a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); color: #89aa9b; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 15; display: flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 99px; background: #20b965; color: var(--white); box-shadow: 0 10px 30px rgba(21, 61, 45, .25); font-size: 13px; font-weight: 800; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }

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

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

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; max-height: calc(100vh - 100px); align-items: stretch; gap: 3px; overflow-y: auto; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .nav.open { display: flex; flex-direction: column; }
  .nav > a:not(.nav-cta) { padding: 11px 12px; border-radius: 10px; }
  .nav > a:not(.nav-cta)::after { display: none; }
  .nav > a.active { background: var(--mint); }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero-grid, .page-hero-grid { gap: 10px; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .program-detail { grid-template-columns: 100px 1fr; }
  .program-detail .check-list { grid-column: 2; }
  .vision-grid { grid-template-columns: repeat(2, 1fr); }
  .vision-card.featured { grid-row: auto; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; gap: 35px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-toolbar, .facts-panel { display: grid; grid-template-columns: 1fr; align-items: start; }
  .gallery-filters { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 540px); }
  .brand img { width: 60%; height: 60%; }
  .brand strong { font-size: 17px; }
  .hero { padding: 50px 0 38px; }
  .hero-grid, .page-hero-grid, .split, .story-grid, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero h1, .page-hero h1 { font-size: clamp(45px, 14vw, 58px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button.ghost { padding-left: 22px; }
  .hero-art { min-height: 320px; }
  .arch { left: 10%; width: 80%; height: 278px; }
  .kid { font-size: 105px; }
  .book { font-size: 43px; }
  .plant { font-size: 40px; }
  .quick-grid { grid-template-columns: 1fr; gap: 0; }
  .quick-grid > div { padding: 12px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .split, .story-grid, .contact-layout, .faq-layout { gap: 40px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  .program-grid, .activity-grid, .values-grid, .vision-grid { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 38px 25px; }
  .cta-panel h2 { font-size: 36px; }
  .page-hero { padding: 52px 0 42px; }
  .page-hero-visual { min-height: 240px; margin-top: 25px; }
  .story-art { min-height: 330px; }
  .story-photo img { height: 330px; }
  .story-circle { width: 235px; height: 235px; }
  .program-detail { grid-template-columns: 1fr; padding: 28px; }
  .program-detail .check-list { grid-column: auto; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline-item { min-height: 210px; }
  .form-row { grid-template-columns: 1fr; }
  .whatsapp-form { padding: 22px; }
  .map-section iframe { height: 430px; }
  .map-overlay-wrap { bottom: 14px; }
  .map-overlay { align-items: flex-start; flex-wrap: wrap; }
  .map-overlay a { width: 100%; margin-left: 41px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .floating-whatsapp span:last-child { display: none; }
  .floating-whatsapp { width: 50px; height: 50px; justify-content: center; padding: 0; font-size: 20px; }
  .hero-photo > img, .gallery-hero-photo img { height: 285px; }
  .hero-photo { min-height: 285px; }
  .teaser-collage { min-height: 330px; }
  .teaser-collage img { height: 190px; }
  .teaser-collage img:nth-child(3) { height: 145px; }
  .school-facts { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-toolbar { gap: 8px; }
  .gallery-image { height: 230px; }
}

@media (max-width: 430px) {
  .hero h1, .page-hero h1 { font-size: 45px; }
  .hero-art { min-height: 285px; }
  .arch { height: 245px; }
  .kid { font-size: 88px; }
  .timeline { grid-template-columns: 1fr; }
  .filter-bar { justify-content: flex-start; }
}
