/* ==========================================================================
   LITTLE LOTUS EARLY LEARNING CENTRE — premium organic collage design system
   Palette: cream / peach / coral / mint / warm yellow
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --cream: #FFF4E6;
  --cream-2: #FFF9F0;
  --cream-3: #FBEAD4;
  --peach: #FFD6BA;
  --peach-2: #FFE3CF;
  --coral: #FF9B71;
  --coral-deep: #E26D4A;
  --coral-soft: #FFD3C0;
  --mint: #B7DCC8;
  --mint-deep: #6FBF9F;
  --mint-soft: #E2F1E9;
  --sun: #F7C948;
  --sun-deep: #DFA81F;
  --sun-soft: #FDF0C9;
  --ink: #4A3226;
  --ink-2: #6B5244;
  --ink-3: #9A7C68;
  --line: rgba(74, 50, 38, .12);
  --white: #FFFFFF;
  --shadow-sm: 0 6px 18px rgba(74, 50, 38, .08);
  --shadow-md: 0 18px 40px -12px rgba(74, 50, 38, .18);
  --shadow-lift: 0 28px 60px -20px rgba(226, 109, 74, .32);
  --radius-lg: 26px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Nunito", "Segoe UI", sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(rgba(74,50,38,.035) 1px, transparent 1px),
    radial-gradient(rgba(74,50,38,.03) 1px, transparent 1px);
  background-size: 26px 26px, 52px 52px;
  background-position: 0 0, 13px 13px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; margin: 0; color: var(--ink); }
p { margin: 0 0 1em; }

::selection { background: var(--sun); color: var(--ink); }

/* ---------- Layout helpers ---------- */
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; position: relative; }
.section--tight { padding: 64px 0; }
.lead { font-size: 19px; color: var(--ink-2); max-width: 620px; }
.lead-center { margin-left: auto; margin-right: auto; text-align: center; }
.center { text-align: center; }

/* ---------- Eyebrow + headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 800;
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--coral-deep); margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after {
  content: ""; width: 26px; height: 2px; border-radius: 2px; background: currentColor; opacity: .55;
}
.eyebrow--mint { color: var(--mint-deep); }
.eyebrow--sun { color: var(--sun-deep); }

.h1, .h2, .h3 { color: var(--ink); }
.h1 { font-size: clamp(2.4rem, 5.4vw, 4.3rem); font-weight: 700; letter-spacing: -.02em; }
.h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); letter-spacing: -.015em; }
.h3 { font-size: clamp(1.3rem, 2.2vw, 1.65rem); }
.italic-word { font-style: italic; font-weight: 500; }

/* squiggle underline for accent words */
.squiggle { position: relative; white-space: nowrap; }
.squiggle svg { position: absolute; left: 0; right: 0; bottom: -.18em; width: 100%; height: .34em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 800; font-size: 16px;
  padding: 15px 30px; border-radius: 999px; border: 2px solid transparent;
  transition: transform .25s, box-shadow .25s, background .25s, color .25s;
  line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }
.btn--coral { background: var(--coral); color: var(--white); box-shadow: 0 14px 28px -10px rgba(255,155,113,.55); }
.btn--coral:hover { background: var(--coral-deep); box-shadow: var(--shadow-lift); }
.btn--ink { background: var(--ink); color: var(--cream); }
.btn--ink:hover { background: #3a2819; }
.btn--mint { background: var(--mint); color: var(--ink); box-shadow: 0 12px 24px -10px rgba(111,191,159,.5); }
.btn--mint:hover { background: #a3d3ba; }
.btn--sun { background: var(--sun); color: var(--ink); box-shadow: 0 12px 24px -10px rgba(247,201,72,.55); }
.btn--sun:hover { background: #f3c230; }
.btn--ghost { background: transparent; border-color: rgba(74,50,38,.25); color: var(--ink); }
.btn--ghost:hover { border-color: var(--coral); color: var(--coral-deep); background: rgba(255,155,113,.08); }
.btn--white { background: #fff; color: var(--ink); box-shadow: var(--shadow-md); }
.btn--white:hover { color: var(--coral-deep); }
.btn--sm { padding: 11px 20px; font-size: 14px; }
.btn--lg { padding: 18px 36px; font-size: 17px; }

/* WhatsApp button (inline variant) */
.btn--wa { background: #25D366; color: #fff; box-shadow: 0 14px 30px -10px rgba(37,211,102,.5); }
.btn--wa:hover { background: #1ebe5b; }
.btn--wa svg { width: 20px; height: 20px; }

/* floating WhatsApp bubble */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 34px -8px rgba(37,211,102,.6);
  transition: transform .3s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; z-index: -1; animation: waPulse 2.4s infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .55; }
  100% { transform: scale(1.65); opacity: 0; }
}
.wa-float .tip {
  position: absolute; right: 72px; top: 50%; transform: translateY(-50%);
  background: var(--white); color: var(--ink); font-weight: 800; font-size: 13px;
  padding: 8px 14px; border-radius: 12px 12px 12px 2px; box-shadow: var(--shadow-md);
  white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .3s;
}
.wa-float:hover .tip { opacity: 1; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink); color: var(--cream); font-size: 13.5px; font-weight: 700;
  padding: 9px 0; position: relative; z-index: 60;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { opacity: .92; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { opacity: 1; color: var(--sun); }
.topbar svg { width: 14px; height: 14px; opacity: .85; }
.topbar .tb-right { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 55;
  background: rgba(255,244,230,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 42% 58% 60% 40% / 45% 42% 58% 55%;
  background: linear-gradient(135deg, var(--coral), var(--sun));
  display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: var(--shadow-sm); flex: none;
}
.brand-mark svg { width: 26px; height: 26px; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 21px; line-height: 1.05; color: var(--ink); }
.brand-name span { display: block; font-family: var(--font-body); font-weight: 800; font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--coral-deep); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 10px 15px; border-radius: 999px; font-weight: 800; font-size: 15px; color: var(--ink-2);
  position: relative; transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--coral-deep); background: rgba(255,155,113,.1); }
.nav-links a.active { color: var(--coral-deep); background: rgba(255,155,113,.14); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--peach); border-radius: 50%; position: relative; z-index: 70; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 20px; height: 2.5px; border-radius: 3px; background: var(--ink);
  position: absolute; left: 50%; margin-left: -10px; transition: transform .3s, opacity .3s;
}
.nav-toggle span { top: 50%; margin-top: -1.25px; }
.nav-toggle span::before { content: ""; top: -6px; margin-left: 0; left: 0; }
.nav-toggle span::after { content: ""; top: 6px; margin-left: 0; left: 0; }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero (Home) ---------- */
.hero { padding: 46px 0 0; position: relative; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: end; gap: 40px; }
.hero-arch { position: relative; padding: 0 26px 34px 0; }
.hero-photo {
  border-radius: 46% 54% 0 0 / 34% 40% 0 0;
  overflow: hidden; box-shadow: var(--shadow-md);
  position: relative; transform: rotate(-1.2deg);
}
.hero-photo img { width: 100%; height: clamp(380px, 52vw, 560px); object-fit: cover; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(74,50,38,0) 55%, rgba(74,50,38,.28));
  border-radius: inherit; pointer-events: none;
}
.hero-badge {
  position: absolute; top: 22px; left: -6px; z-index: 3;
  background: var(--sun); color: var(--ink); font-weight: 900; font-size: 13px;
  padding: 11px 18px; border-radius: 999px 999px 999px 8px; box-shadow: var(--shadow-md);
  transform: rotate(-4deg);
}
.hero-sticker {
  position: absolute; right: 0; bottom: 8px; z-index: 3;
  width: 108px; height: 108px; border-radius: 50%;
  background: var(--mint); color: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  transform: rotate(8deg); box-shadow: var(--shadow-md);
  font-weight: 900; font-size: 13px; line-height: 1.2;
}
.hero-sticker b { font-family: var(--font-display); font-size: 26px; font-weight: 700; }

.hero-copy { position: relative; z-index: 5; }
.hero-panel {
  position: relative;
  background: var(--cream-2);
  border: 1px solid rgba(255,155,113,.18);
  border-radius: 46px 30px 46px 30px;
  padding: 42px 44px 44px;
  box-shadow: var(--shadow-md);
  transform: rotate(1.1deg);
}
.hero-panel .h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); }
.hero-panel p { font-size: 18.5px; color: var(--ink-2); max-width: 520px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars img {
  width: 42px; height: 42px; border-radius: 50%; border: 3px solid var(--cream-2);
  object-fit: cover; margin-left: -12px;
}
.hero-trust .avatars img:first-child { margin-left: 0; }
.hero-trust small { font-size: 13.5px; font-weight: 800; color: var(--ink-3); line-height: 1.4; }
.hero-trust small b { color: var(--ink); font-size: 14.5px; }

/* floating decorative shapes */
.float-shape { position: absolute; z-index: 1; pointer-events: none; }
.float-shape svg { display: block; }

/* hero sun burst */
.hero-sun { top: 6%; right: 4%; width: 84px; animation: floaty 7s ease-in-out infinite; }
.hero-cloud { bottom: 8%; right: 6%; width: 120px; opacity: .8; animation: floaty 9s ease-in-out infinite reverse; }
.hero-dots { top: 12%; left: -20px; width: 120px; opacity: .55; }

/* ---------- Marquee strip ---------- */
.marquee {
  background: var(--coral); color: #fff; overflow: hidden;
  padding: 14px 0; transform: rotate(-1deg); margin: 46px 0 0; position: relative; z-index: 2;
  box-shadow: 0 10px 30px -12px rgba(226,109,74,.5);
}
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 26s linear infinite; }
.marquee span { font-weight: 900; font-size: 16.5px; letter-spacing: .02em; display: inline-flex; align-items: center; gap: 56px; white-space: nowrap; }
.marquee span::after { content: "✿"; opacity: .8; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section heading block ---------- */
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head .h2 { margin-bottom: 16px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow::before, .sec-head.center .eyebrow::after { display: none; }

/* ---------- Photo mask helpers ---------- */
.mask-arch { border-radius: 50% 50% 0 0 / 34% 36% 0 0; }
.mask-circle { border-radius: 50%; }
.mask-oval { border-radius: 50% / 42%; }
.mask-squircle { border-radius: 40% 60% 55% 45% / 55% 45% 60% 40%; }
.mask-pebble { border-radius: 46% 54% 42% 58% / 58% 44% 56% 42%; }
.mask-blob { border-radius: 62% 38% 58% 42% / 46% 62% 38% 54%; }
.mask-blob-2 { border-radius: 38% 62% 42% 58% / 52% 40% 60% 48%; }
.mask-frame { border-radius: 26px 34px 24px 30px; }
.photo { position: relative; overflow: hidden; box-shadow: var(--shadow-md); background: var(--peach); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), inset 0 0 60px rgba(74,50,38,.06);
  pointer-events: none;
}
.photo--ring { box-shadow: 0 0 0 10px var(--cream-2), var(--shadow-md); }
.tilt-1 { transform: rotate(-3deg); }
.tilt-2 { transform: rotate(2.5deg); }
.tilt-3 { transform: rotate(-1.5deg); }
.tilt-4 { transform: rotate(3.5deg); }

/* ---------- Sticker / paper labels ---------- */
.sticker {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream-2); border: 2px dashed rgba(74,50,38,.3);
  border-radius: 999px; padding: 9px 18px;
  font-weight: 900; font-size: 14px; color: var(--ink); box-shadow: var(--shadow-sm);
}
.sticker--coral { border-color: var(--coral); color: var(--coral-deep); }
.sticker--mint { border-color: var(--mint-deep); color: var(--mint-deep); }
.sticker--sun { border-color: var(--sun-deep); color: var(--sun-deep); }
.sticker--solid-coral { background: var(--coral); border: 0; color: #fff; }
.sticker--solid-mint { background: var(--mint); border: 0; color: var(--ink); }
.sticker--solid-sun { background: var(--sun); border: 0; color: var(--ink); }

/* ---------- AGE-WISE PATH (Home) ---------- */
.age-path { position: relative; }
.age-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; align-items: start; }
.age-block { position: relative; }
.age-block .photo { box-shadow: var(--shadow-md); }
.age-tile {
  position: relative; z-index: 2; background: var(--cream-2);
  border-radius: 30px; padding: 26px 24px 26px; box-shadow: var(--shadow-sm);
  margin-top: -26px; margin-left: 14px; margin-right: 14px; position: relative;
}
.age-tile .age-tag { font-weight: 900; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--coral-deep); }
.age-tile h3 { font-size: 22px; margin: 4px 0 8px; }
.age-tile p { font-size: 14.5px; color: var(--ink-2); margin: 0 0 12px; }
.age-link { font-weight: 800; font-size: 14px; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; }
.age-link:hover { color: var(--coral-deep); }
.age-link svg { width: 14px; height: 14px; transition: transform .25s; }
.age-link:hover svg { transform: translateX(4px); }
.age-num {
  position: absolute; top: -18px; right: 6px; z-index: 3;
  width: 52px; height: 52px; border-radius: 42% 58% 55% 45% / 50% 45% 55% 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--ink);
  box-shadow: var(--shadow-md); transform: rotate(8deg);
}
.age-block:nth-child(1) .age-num { background: var(--sun); }
.age-block:nth-child(2) .age-num { background: var(--mint); }
.age-block:nth-child(3) .age-num { background: var(--peach); }
.age-block:nth-child(4) .age-num { background: var(--coral); color: #fff; }

/* curve the path on desktop: shift tiles down/up */
.age-block:nth-child(1) .photo { height: 250px; }
.age-block:nth-child(2) { transform: translateY(46px); }
.age-block:nth-child(2) .photo { height: 230px; }
.age-block:nth-child(3) { transform: translateY(0); }
.age-block:nth-child(3) .photo { height: 270px; }
.age-block:nth-child(4) { transform: translateY(46px); }
.age-block:nth-child(4) .photo { height: 230px; }
.age-block:nth-child(2) .age-tile, .age-block:nth-child(4) .age-tile { margin-top: -22px; }

/* dotted path behind */
.age-dash { position: absolute; inset: 30px -30px auto -30px; height: 120px; z-index: 0; opacity: .5; }

/* ---------- MOMENTS ---------- */
.moments { background: var(--mint-soft); }
.moments::before, .moments::after { content: ""; position: absolute; left: 0; right: 0; height: 46px; background-repeat: repeat-x; background-size: 92px 46px; }
.moments::before { top: -2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 46' preserveAspectRatio='none'%3E%3Cpath d='M0 46 Q 23 0 46 46 T 92 46 L 92 0 L 0 0 Z' fill='%23E2F1E9'/%3E%3C/svg%3E"); }
.moments::after { bottom: -2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 46' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q 23 46 46 0 T 92 0 L 92 46 L 0 46 Z' fill='%23E2F1E9'/%3E%3C/svg%3E"); }

.moment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.moment {
  background: var(--cream-2); border-radius: 26px; padding: 30px 26px;
  box-shadow: var(--shadow-sm); position: relative; transition: transform .3s, box-shadow .3s;
}
.moment:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: var(--shadow-md); }
.moment .icon {
  width: 62px; height: 62px; border-radius: 50% 44% 54% 46% / 46% 52% 48% 54%;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  font-size: 28px; box-shadow: var(--shadow-sm);
}
.moment h3 { font-size: 19px; margin-bottom: 8px; }
.moment p { font-size: 14.5px; color: var(--ink-2); margin: 0; }
.moment:nth-child(odd) .icon { background: var(--sun-soft); }
.moment:nth-child(even) .icon { background: var(--coral-soft); }
.moment:nth-child(3n) .icon { background: var(--mint-soft); }
.moment::after {
  content: ""; position: absolute; top: -10px; right: 18px; width: 26px; height: 26px;
  background: var(--sun); border-radius: 50% 20% 55% 30%; transform: rotate(15deg); opacity: .9;
}
.moment:nth-child(even)::after { background: var(--mint-deep); }
.moment:nth-child(3n)::after { background: var(--coral); }
.moment:nth-child(odd)::before, .moment:nth-child(even)::before {
  content: "✿"; position: absolute; bottom: 14px; right: 18px; color: rgba(74,50,38,.14); font-size: 22px;
}

/* ---------- COLLAGE (Home photo wall) ---------- */
.collage { position: relative; min-height: 520px; }
.collage-item { position: absolute; }
.collage-item .photo { position: relative; }
.collage-caption {
  position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%) rotate(-2deg);
  background: var(--sun); color: var(--ink); font-weight: 900; font-size: 13px;
  padding: 8px 16px; border-radius: 999px; box-shadow: var(--shadow-sm); white-space: nowrap;
}
.collage-item:nth-child(2) .collage-caption { background: var(--mint); }
.collage-item:nth-child(3) .collage-caption { background: var(--peach); }
.collage-item:nth-child(4) .collage-caption { background: var(--coral); color: #fff; }
.collage-item:nth-child(5) .collage-caption { background: var(--cream-2); }

/* ---------- SAFETY ---------- */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.safety-card {
  background: var(--cream-2); border-radius: 28px; padding: 34px 30px;
  border: 1.5px dashed transparent; transition: transform .3s, border-color .3s;
}
.safety-card:hover { transform: translateY(-5px); border-color: rgba(255,155,113,.5); }
.safety-card .icon { font-size: 32px; margin-bottom: 14px; display: block; }
.safety-card h3 { font-size: 19px; margin-bottom: 8px; }
.safety-card p { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* ---------- Campus features (indoor/outdoor/studio/library) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.feature + .feature { margin-top: 88px; }
.feature.flip .feature-media { order: 2; }
.feature-media { position: relative; }
.feature-media .photo { height: 400px; }
.feature-media .sticker { position: absolute; z-index: 3; }
.feature-media .sticker.tl { top: 18px; left: -8px; transform: rotate(-4deg); }
.feature-media .sticker.br { bottom: 18px; right: -8px; transform: rotate(4deg); }
.feature-copy h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); margin-bottom: 14px; }
.feature-copy p { color: var(--ink-2); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin-top: 22px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; font-weight: 700; color: var(--ink); }
.feature-list svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--mint-deep); }

/* ---------- Day timeline (Home) ---------- */
.day-timeline { position: relative; max-width: 760px; margin: 0 auto; }
.day-timeline::before {
  content: ""; position: absolute; left: 34px; top: 12px; bottom: 12px; width: 3px;
  background: repeating-linear-gradient(180deg, var(--coral) 0 8px, transparent 8px 16px); opacity: .6;
}
.day-item { position: relative; padding: 0 0 34px 96px; }
.day-item:last-child { padding-bottom: 0; }
.day-dot {
  position: absolute; left: 14px; top: 2px; width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  background: var(--cream-2); box-shadow: var(--shadow-sm); z-index: 2;
}
.day-item:nth-child(odd) .day-dot { background: var(--sun-soft); }
.day-item:nth-child(even) .day-dot { background: var(--mint-soft); }
.day-item .day-card {
  background: var(--cream-2); border-radius: 20px; padding: 18px 24px; box-shadow: var(--shadow-sm);
  border-left: 6px solid var(--coral); transition: transform .3s;
}
.day-item:nth-child(even) .day-card { border-left-color: var(--mint-deep); }
.day-item .day-card:hover { transform: translateX(6px); }
.day-time { font-weight: 900; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--coral-deep); }
.day-item:nth-child(even) .day-time { color: var(--mint-deep); }
.day-card h4 { font-size: 18px; margin: 2px 0 4px; }
.day-card p { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* ---------- Testimonials ---------- */
.testi-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi {
  background: var(--cream-2); border-radius: 30px 30px 30px 12px; padding: 34px 30px;
  box-shadow: var(--shadow-sm); position: relative; transition: transform .3s, box-shadow .3s;
}
.testi:hover { transform: rotate(-1deg) translateY(-6px); box-shadow: var(--shadow-md); }
.testi .quote-mark {
  position: absolute; top: 18px; right: 24px; font-family: var(--font-display);
  font-size: 70px; line-height: 1; color: var(--coral); opacity: .28;
}
.testi p { font-size: 15.5px; color: var(--ink-2); font-style: italic; }
.testi .who { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.testi .who img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.testi .who b { display: block; font-size: 15px; }
.testi .who small { color: var(--ink-3); font-weight: 700; font-size: 12.5px; }
.stars { color: var(--sun-deep); letter-spacing: 2px; font-size: 14px; }

/* ---------- Events ---------- */
.events-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.event {
  background: var(--cream-2); border-radius: 24px; padding: 26px 24px; text-align: center;
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden; transition: transform .3s;
}
.event:hover { transform: translateY(-6px) rotate(-1.5deg); }
.event .emoji { font-size: 38px; display: block; margin-bottom: 12px; }
.event h4 { font-size: 18px; margin-bottom: 6px; }
.event p { font-size: 13.5px; color: var(--ink-2); margin: 0; }
.event::before {
  content: ""; position: absolute; top: -28px; right: -28px; width: 76px; height: 76px; border-radius: 50%; opacity: .35;
}
.event:nth-child(1)::before { background: var(--sun); }
.event:nth-child(2)::before { background: var(--mint); }
.event:nth-child(3)::before { background: var(--peach); }
.event:nth-child(4)::before { background: var(--coral); }

/* ---------- Stats band ---------- */
.stats { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; }
.stats::before {
  content: "✿"; position: absolute; font-size: 340px; right: -40px; top: 50%;
  transform: translateY(-50%); color: rgba(255,255,255,.05); font-family: var(--font-display);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; position: relative; z-index: 2; }
.stat b { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 700; color: var(--sun); display: block; }
.stat span { font-weight: 800; font-size: 15px; opacity: .85; }

/* ---------- CTA banner ---------- */
.cta-banner {
  border-radius: 42px 42px 42px 16px; overflow: hidden; position: relative;
  background: linear-gradient(120deg, var(--coral) 0%, #ff8a5c 55%, var(--sun) 120%);
  color: #fff; padding: 70px 60px; box-shadow: var(--shadow-lift);
}
.cta-banner::before {
  content: ""; position: absolute; right: -70px; top: -70px; width: 240px; height: 240px;
  border-radius: 50%; border: 30px solid rgba(255,255,255,.18);
}
.cta-banner::after {
  content: ""; position: absolute; left: -50px; bottom: -90px; width: 220px; height: 220px;
  border-radius: 44% 56% 50% 50%; background: rgba(255,255,255,.12); transform: rotate(20deg);
}
.cta-banner h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.8rem); max-width: 620px; position: relative; z-index: 2; }
.cta-banner p { font-size: 18px; opacity: .94; max-width: 560px; position: relative; z-index: 2; }
.cta-banner .ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; position: relative; z-index: 2; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); padding: 76px 0 0; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 50px; }
.footer-brand .brand-name { color: var(--cream); }
.footer-brand .brand-name span { color: var(--sun); }
.footer-brand p { font-size: 14.5px; opacity: .8; margin-top: 16px; max-width: 300px; }
.footer-col h4 { color: var(--sun); font-size: 17px; margin-bottom: 18px; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 14.5px; opacity: .82; transition: opacity .2s, transform .2s; display: inline-flex; align-items: center; gap: 8px; }
.footer-col a:hover { opacity: 1; color: var(--sun); transform: translateX(3px); }
.footer-col svg { width: 16px; height: 16px; flex: none; }
.social-row { display: flex; gap: 12px; margin-top: 20px; }
.social-row a {
  width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s;
}
.social-row a:hover { background: var(--coral); transform: translateY(-4px) rotate(-6deg); }
.social-row svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; font-size: 13.5px; opacity: .75; }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Generic cards ---------- */
.card {
  background: var(--cream-2); border-radius: 30px; padding: 40px 36px; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255,155,113,.14);
}

/* pill chips */
.chip { display: inline-block; background: var(--peach); color: var(--ink); border-radius: 999px; padding: 7px 16px; font-weight: 800; font-size: 13.5px; }
.chip--mint { background: var(--mint); }
.chip--sun { background: var(--sun); }
.chip--coral { background: var(--coral); color: #fff; }

/* ---------- ABOUT PAGE ---------- */
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.philosophy-media { position: relative; }
.philosophy-media .photo { height: 460px; }
.philosophy-media .sticker { position: absolute; bottom: 24px; right: -10px; transform: rotate(4deg); z-index: 3; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value {
  background: var(--cream-2); border-radius: 28px; padding: 34px 30px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .3s;
}
.value:hover { transform: translateY(-6px); }
.value .icon {
  width: 74px; height: 74px; margin: 0 auto 18px; border-radius: 48% 52% 45% 55% / 52% 48% 52% 48%;
  display: flex; align-items: center; justify-content: center; font-size: 34px; box-shadow: var(--shadow-sm);
}
.value h3 { font-size: 19px; margin-bottom: 8px; }
.value p { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* founder */
.founder { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: center; }
.founder-photo { position: relative; }
.founder-photo .photo { height: 520px; }
.founder-photo .sticker { position: absolute; z-index: 3; }
.founder-photo .sticker.tl { top: 20px; left: -12px; transform: rotate(-6deg); }
.founder-quote {
  margin-top: 26px; background: var(--sun-soft); border-radius: 20px; padding: 22px 26px;
  font-family: var(--font-display); font-size: 19px; font-style: italic; color: var(--ink); position: relative;
}
.founder-quote::before { content: "“"; font-size: 60px; color: var(--sun-deep); position: absolute; top: -6px; left: 12px; opacity: .5; }

/* teachers */
.teacher-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.teacher { text-align: center; }
.teacher .photo { height: 300px; margin-bottom: 18px; }
.teacher h3 { font-size: 19px; }
.teacher p { font-size: 14px; color: var(--coral-deep); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- PROGRAMS PAGE ---------- */
.program-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.program-list { display: grid; gap: 30px; }
.program {
  display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: center;
  background: var(--cream-2); border-radius: 34px; padding: 28px; box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s; position: relative;
}
.program:hover { transform: translateY(-5px) rotate(-.6deg); box-shadow: var(--shadow-md); }
.program .photo { height: 220px; }
.program-body .prog-tag { font-weight: 900; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; }
.program-body h3 { font-size: 26px; margin: 4px 0 10px; }
.program-body p { font-size: 15px; color: var(--ink-2); }
.program-body .meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 18px; }
.program-body .meta .chip { font-size: 12.5px; }
.program-skills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-top: 18px; }
.program-skills li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; font-weight: 700; }
.program-skills svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--mint-deep); }

/* learning method */
.method-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.method {
  background: var(--cream-2); border-radius: 32px; padding: 36px 32px; position: relative;
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.method .num { font-family: var(--font-display); font-size: 58px; font-weight: 700; color: var(--peach); line-height: 1; display: block; }
.method h3 { font-size: 21px; margin: 10px 0 10px; }
.method p { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* ---------- ADMISSIONS PAGE ---------- */
.journey { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.journey-step { text-align: center; position: relative; padding: 0 14px; }
.journey-step .step-num {
  width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--ink);
  background: var(--sun-soft); box-shadow: var(--shadow-sm); position: relative; z-index: 2;
}
.journey-step:nth-child(even) .step-num { background: var(--mint-soft); }
.journey-step h4 { font-size: 16.5px; margin-bottom: 6px; }
.journey-step p { font-size: 13.5px; color: var(--ink-2); margin: 0; }
.journey-step::before {
  content: ""; position: absolute; top: 37px; left: 50%; width: 100%; height: 3px;
  border-top: 2px dashed rgba(74,50,38,.28); z-index: 1;
}
.journey-step:last-child::before { display: none; }

.docs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.doc {
  background: var(--cream-2); border-radius: 24px; padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm);
}
.doc .emoji { font-size: 34px; display: block; margin-bottom: 10px; }
.doc h4 { font-size: 16px; margin-bottom: 4px; }
.doc p { font-size: 13px; color: var(--ink-3); margin: 0; }

/* faq */
.faq-item { background: var(--cream-2); border-radius: 20px; margin-bottom: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; padding: 22px 26px;
  font-weight: 800; font-size: 16.5px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q .plus { width: 30px; height: 30px; border-radius: 50%; background: var(--peach); color: var(--ink); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; transition: transform .3s, background .3s; flex: none; }
.faq-item.open .plus { transform: rotate(45deg); background: var(--coral); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 26px 24px; font-size: 15px; color: var(--ink-2); }

/* ---------- FORMS ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: 13.5px; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15.5px; color: var(--ink);
  background: #fff; border: 2px solid rgba(74,50,38,.14); border-radius: 16px;
  padding: 14px 18px; transition: border-color .25s, box-shadow .25s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255,155,113,.18);
}
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 13px; color: var(--ink-3); margin-top: 14px; }

/* ---------- CONTACT PAGE ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start; }
.contact-card {
  display: flex; gap: 18px; align-items: flex-start; background: var(--cream-2);
  border-radius: 24px; padding: 22px 24px; box-shadow: var(--shadow-sm); margin-bottom: 18px;
}
.contact-card .icon {
  width: 54px; height: 54px; border-radius: 46% 54% 55% 45% / 50% 45% 55% 50%; flex: none;
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.contact-card h4 { font-size: 17px; margin-bottom: 3px; }
.contact-card p { font-size: 14.5px; color: var(--ink-2); margin: 0; }
.contact-card a { font-weight: 800; color: var(--coral-deep); }
.map-frame { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-md); line-height: 0; }
.map-frame iframe { width: 100%; height: 380px; border: 0; filter: sepia(.18) saturate(.9) hue-rotate(-6deg); }

/* info cards */
.info-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.info-card { text-align: center; padding: 30px 22px 26px; }
.info-card .info-ico {
  width: 62px; height: 62px; border-radius: 46% 54% 55% 45% / 50% 45% 55% 50%; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
}
.info-card .info-ico svg { width: 28px; height: 28px; }
.info-card h4 { font-size: 17px; margin-bottom: 8px; }
.info-card p { font-size: 14px; color: var(--ink-2); margin: 0 0 10px; }
.info-card a { font-weight: 800; font-size: 13.5px; color: var(--coral-deep); }

/* visit slots */
.visit-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.visit-slot {
  background: var(--peach-2); border: 2px dashed rgba(74,50,38,.18); border-radius: 18px;
  padding: 16px 10px; text-align: center; cursor: pointer; font-family: inherit;
  transition: transform .25s, background .25s, border-color .25s;
}
.visit-slot strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 3px; }
.visit-slot span { font-size: 12.5px; color: var(--ink-2); font-weight: 700; }
.visit-slot:hover { transform: translateY(-3px); background: var(--sun-soft); border-color: var(--sun); }

/* visit booking */
.visit-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.visit-media .photo { height: 460px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

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

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-arch { order: 2; }
  .hero-panel { transform: none; }
  .age-grid { grid-template-columns: 1fr 1fr; }
  .age-block:nth-child(2), .age-block:nth-child(4) { transform: translateY(0); }
  .moment-grid { grid-template-columns: 1fr 1fr; }
  .collage { min-height: 640px; }
  .safety-grid, .values-grid, .method-wrap { grid-template-columns: 1fr 1fr; }
  .feature { grid-template-columns: 1fr; gap: 40px; }
  .feature.flip .feature-media { order: 0; }
  .testi-wrap { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .teacher-grid { grid-template-columns: 1fr 1fr; }
  .philosophy-grid, .founder, .program-hero-grid, .contact-grid, .visit-wrap { grid-template-columns: 1fr; gap: 44px; }
  .program { grid-template-columns: 200px 1fr; }
  .journey { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .journey-step::before { width: 100%; }
  .journey-step:nth-child(3n)::before { display: none; }
  .docs-grid { grid-template-columns: 1fr 1fr; }
  .info-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .nav-links {
    position: fixed; inset: 0; z-index: 65; background: var(--cream);
    flex-direction: column; justify-content: center; gap: 6px;
    padding: 80px 24px; text-align: center;
    transform: translateY(-102%); transition: transform .4s cubic-bezier(.2,.8,.3,1);
  }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 20px; padding: 12px 22px; }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
  .hero { padding-top: 24px; }
  .hero-panel { padding: 30px 26px 34px; }
  .hero-photo img { height: 380px; }
  .hero-sun { width: 60px; }
  .age-grid { grid-template-columns: 1fr; }
  .age-block { max-width: 420px; margin: 0 auto; }
  .moment-grid { grid-template-columns: 1fr; }
  .collage { min-height: 820px; }
  .safety-grid, .values-grid, .method-wrap { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .feature-list, .program-skills { grid-template-columns: 1fr; }
  .feature-media .photo { height: 300px; }
  .events-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .cta-banner { padding: 44px 30px; }
  .day-item { padding-left: 78px; }
  .day-timeline::before { left: 26px; }
  .day-dot { width: 38px; height: 38px; left: 8px; font-size: 16px; }
  .teacher-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .program { grid-template-columns: 1fr; }
  .journey { grid-template-columns: 1fr; }
  .journey-step::before { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .info-cards { grid-template-columns: 1fr; }
  .visit-slots { grid-template-columns: 1fr; }
  .philosophy-media .photo, .founder-photo .photo, .visit-media .photo { height: 360px; }
  .stats-grid { gap: 20px; }
}
