:root {
  --orange: #f78a16;
  --orange-dark: #d96b00;
  --green: #58b88a;
  --green-dark: #276d52;
  --cream: #fffaf1;
  --sand: #f4ead7;
  --ink: #24332d;
  --muted: #68756f;
  --white: #fff;
  --shadow: 0 22px 60px rgba(28, 68, 50, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Noto Sans SC", system-ui, sans-serif; line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-kicker, .eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: .76rem; font-weight: 700; letter-spacing: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Noto Serif SC", serif; letter-spacing: -.025em; }
h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.2; }
.lead { color: var(--green-dark); font-family: "Noto Serif SC", serif; font-size: 1.3rem; line-height: 1.8; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; border-bottom: 1px solid rgba(255,255,255,.2); color: white; transition: .3s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(255,250,241,.93); border-color: rgba(52,83,70,.1); box-shadow: 0 8px 28px rgba(31,56,44,.08); backdrop-filter: blur(16px); }
.nav-shell { width: min(1260px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { width: 190px; padding: 8px 14px; border-radius: 14px; background: rgba(255,255,255,.93); }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .94rem; }
.site-nav a { position: relative; padding: 24px 0; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 50%; bottom: 15px; width: 0; height: 2px; background: var(--orange); transition: .25s; transform: translateX(-50%); }
.site-nav a:hover::after, .site-nav a.active::after { width: 100%; }
.header-cta { padding: 11px 20px; border: 1px solid currentColor; border-radius: 999px; font-weight: 600; }
.site-header.scrolled .header-cta { color: white; background: var(--orange); border-color: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 6px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-media { position: absolute; inset: 0; background: url("assets/outdoor-yard.jpg") center/cover; transform: scale(1.03); animation: heroZoom 16s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,39,30,.78) 0%, rgba(15,39,30,.42) 46%, rgba(15,39,30,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.2), transparent 40%); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: auto; padding-top: 80px; }
.hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.6rem); line-height: 1.13; text-shadow: 0 3px 28px rgba(0,0,0,.22); }
.hero-copy { max-width: 670px; margin-bottom: 34px; font-size: 1.08rem; letter-spacing: .03em; }
.hero-actions { display: flex; gap: 14px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 28px; border: 0; border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(247,138,22,.3); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-light { border: 1px solid rgba(255,255,255,.8); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 32px; display: flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .12em; }
.scroll-cue span { width: 36px; height: 1px; background: white; }
.trust-strip { position: relative; z-index: 3; width: min(1120px, calc(100% - 48px)); margin: -58px auto 0; padding: 26px 24px; display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.trust-strip div { text-align: center; border-right: 1px solid #e9eee9; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { display: block; color: var(--orange); font-family: "Noto Serif SC", serif; font-size: 2rem; line-height: 1.2; }
.trust-strip span { color: var(--muted); font-size: .88rem; }
.trust-strip .since-item span { letter-spacing: .16em; }
.trust-strip .feature-item strong { font-size: 1.35rem; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.section-copy p:not(.section-kicker):not(.lead) { color: var(--muted); }
.cert-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cert-row span { padding: 8px 14px; border: 1px solid #d9e6df; border-radius: 999px; color: var(--green-dark); background: #f7fbf8; font-size: .85rem; }
.feature-photo { position: relative; margin: 0; }
.feature-photo::before { content: ""; position: absolute; z-index: -1; width: 70%; height: 70%; right: -22px; bottom: -22px; border-radius: var(--radius); background: var(--sand); }
.feature-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-photo figcaption { position: absolute; left: -30px; bottom: 28px; max-width: 240px; padding: 18px 22px; border-radius: 18px; color: white; background: var(--green-dark); font-family: "Noto Serif SC", serif; }

.philosophy { background: white; }
.section-heading { max-width: 690px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.advantage-card { min-height: 300px; padding: 35px 28px; border: 1px solid #edf0ed; border-radius: 24px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.advantage-card:hover { transform: translateY(-7px); border-color: #dbe9e1; box-shadow: var(--shadow); }
.advantage-card .icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; color: white; background: var(--green); font-family: serif; font-size: 1.5rem; }
.advantage-card:nth-child(2n) .icon { background: var(--orange); }
.advantage-card h3 { margin-bottom: 12px; font-size: 1.18rem; }
.advantage-card p { color: var(--muted); font-size: .94rem; }

.services { background: linear-gradient(180deg, var(--cream), #f7f0e4); }
.program-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; border-radius: var(--radius); overflow: hidden; background: white; box-shadow: var(--shadow); }
.program-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.program-list { padding: 38px 42px; }
.program-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #e7ece8; }
.program-list article:last-child { border: 0; }
.program-list article > span { color: var(--orange); font-family: "Noto Serif SC", serif; font-size: 1.2rem; }
.program-list h3 { margin-bottom: 6px; font-size: 1.28rem; }
.program-list h3 small { margin-left: 8px; color: var(--orange-dark); font-family: "Noto Sans SC", sans-serif; font-size: .72rem; font-weight: 600; white-space: nowrap; }
.program-list p { margin: 0; color: var(--muted); }

.day-section { min-height: 720px; display: grid; grid-template-columns: 58% 42%; background: var(--green-dark); }
.day-image { min-height: 620px; background: url("assets/sensory-activity.jpg") center/cover; }
.day-copy { align-self: center; max-width: 540px; padding: 70px; color: white; }
.day-copy .section-kicker { color: #ffb75d; }
.day-copy p:not(.section-kicker) { color: rgba(255,255,255,.78); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; font-weight: 700; }
.text-link span { color: #ffb75d; font-size: 1.4rem; }

.environment { background: white; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 290px; gap: 14px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: #ddd; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.62)); }
.gallery-item span { position: absolute; z-index: 1; left: 22px; bottom: 16px; color: white; font-weight: 600; }
.gallery-item:hover img { transform: scale(1.045); }

.campuses { padding: 110px 0; background: #eef6f1; }
.campus-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 24px; align-items: stretch; }
.campus-intro { padding-right: 40px; }
.campus-intro p:last-child, .campus-card p { color: var(--muted); }
.campus-card { padding: 34px; border-radius: 22px; background: white; box-shadow: 0 12px 40px rgba(28,68,50,.08); }
.campus-card > span { color: var(--orange); font-family: "Noto Serif SC", serif; font-size: 1.6rem; }
.campus-card h3 { margin: 52px 0 12px; font-size: 1.35rem; }
.campus-card a { color: var(--green-dark); font-weight: 700; }

.contact { color: white; background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.contact-copy .section-kicker { color: #ffb75d; }
.contact-copy p { color: rgba(255,255,255,.72); }
.phone { display: block; margin: 32px 0 18px; color: #ffb75d; font-family: "Noto Serif SC", serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; }
.phone small { display: block; margin-bottom: 8px; color: white; font-family: "Noto Sans SC", sans-serif; font-size: .75rem; letter-spacing: .18em; }
.contact-note { color: rgba(255,255,255,.5); font-size: .85rem; }
.qr-card { padding: 34px; display: grid; grid-template-columns: minmax(220px, 290px) 1fr; gap: 36px; align-items: center; border-radius: var(--radius); color: var(--ink); background: white; box-shadow: var(--shadow); }
.qr-frame { padding: 16px; border: 1px solid #e3e9e5; border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(28,68,50,.09); }
.qr-frame img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 12px; }
.qr-label { margin-bottom: 4px; color: var(--orange-dark); font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.qr-content h3 { margin-bottom: 10px; font-family: "Noto Serif SC", serif; font-size: 1.65rem; }
.qr-content > p:not(.qr-label) { color: var(--muted); font-size: .92rem; }
.qr-content ol { margin: 18px 0 0; padding-left: 1.35rem; color: var(--green-dark); font-size: .9rem; }
.qr-content .qr-mobile-tip { display: none; margin: 16px 0 0; color: var(--orange-dark); font-weight: 600; }
.booking-form { padding: 40px; border-radius: var(--radius); color: var(--ink); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: block; margin-bottom: 18px; color: #56635e; font-size: .9rem; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d8dfda; border-radius: 10px; color: var(--ink); background: #fbfcfb; outline: none; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(88,184,138,.14); }
.booking-form textarea { resize: vertical; }
.booking-form .consent { display: flex; gap: 8px; align-items: flex-start; font-size: .82rem; }
.booking-form .consent input { width: auto; margin: 5px 0 0; }
.booking-form .btn { width: 100%; }
.form-status { min-height: 1.8em; margin: 10px 0 0; color: var(--green-dark); text-align: center; font-size: .85rem; }

.site-footer { padding: 70px 0 24px; color: #d5dfda; background: #17231e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-grid > img { width: 210px; padding: 12px; border-radius: 12px; background: white; }
.footer-grid div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 8px; color: white; }
.footer-grid a, .footer-grid span { color: #93a29b; font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { width: min(1180px, calc(100% - 48px)); margin: 50px auto 0; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #728079; font-size: .78rem; }
.footer-bottom a { color: #93a29b; text-decoration: none; }
.footer-bottom a:hover { color: #ffffff; text-decoration: underline; }
.mobile-actions { display: none; }

.lightbox { width: min(1100px, 92vw); max-height: 90vh; padding: 0; border: 0; border-radius: 18px; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgba(10,18,14,.88); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border-radius: 18px; }
.lightbox button { position: absolute; top: -18px; right: -18px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: white; background: var(--orange); font-size: 1.6rem; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }

@media (max-width: 980px) {
  .site-header { height: 72px; color: var(--ink); background: rgba(255,250,241,.95); }
  .brand { width: 155px; padding: 6px 10px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; padding: 24px; display: grid; gap: 0; background: rgba(255,250,241,.98); box-shadow: 0 20px 40px rgba(0,0,0,.08); transform: translateY(-130%); transition: .25s; }
  .site-nav.open { transform: none; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid #ece9e1; }
  .site-nav a::after { display: none; }
  .hero h1 { font-size: clamp(3rem, 10vw, 5rem); }
  .split-layout, .program-layout, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .advantage-grid { grid-template-columns: 1fr 1fr; }
  .day-section { grid-template-columns: 1fr; }
  .day-copy { max-width: none; padding: 70px 48px; }
  .campus-grid { grid-template-columns: 1fr 1fr; }
  .campus-intro { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  body { padding-bottom: 62px; }
  .container, .hero-content { width: min(100% - 30px, 1180px); }
  .section { padding: 82px 0; }
  h2 { font-size: 2.3rem; }
  .hero { min-height: 88svh; }
  .hero-media { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(15,39,30,.8), rgba(15,39,30,.3)); }
  .hero h1 { font-size: 2.8rem; }
  .hero-copy { font-size: .95rem; }
  .hero-actions { flex-direction: column; max-width: 210px; }
  .scroll-cue { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: -28px; padding: 18px; }
  .trust-strip div { padding: 12px 6px; }
  .trust-strip .since-item { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid #e9eee9; }
  .trust-strip div:nth-child(3), .trust-strip div:nth-child(5) { border-right: 0; }
  .trust-strip div:nth-child(n+4) { border-top: 1px solid #e9eee9; }
  .trust-strip strong { font-size: 1.55rem; }
  .trust-strip .feature-item strong { font-size: 1.15rem; }
  .feature-photo figcaption { left: 12px; bottom: 12px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 0; }
  .program-photo img { min-height: 380px; }
  .program-list { padding: 24px; }
  .day-copy { padding: 60px 24px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-item.wide { grid-column: span 2; }
  .campus-grid, .field-row { grid-template-columns: 1fr; }
  .booking-form { padding: 26px 20px; }
  .qr-card { grid-template-columns: 1fr; gap: 24px; padding: 24px; text-align: center; }
  .qr-frame { width: min(280px, 100%); margin-inline: auto; }
  .qr-content ol { display: inline-block; margin-inline: auto; text-align: left; }
  .qr-content .qr-mobile-tip { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 30px rgba(0,0,0,.12); }
  .mobile-actions a { display: grid; place-items: center; color: white; background: var(--green-dark); font-weight: 700; }
  .mobile-actions a:last-child { background: var(--orange); }
}

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