/* ===========================
   CRADLE EARLY LEARNING CENTER
   Enhanced Stylesheet — Doodles | Gradients | Animations | Wave Dividers
   =========================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
a:hover { color: var(--olive); text-decoration: none; }

/* Buttons — never inherit the blue browser default on hover */
.btn:hover,
.btn:focus,
.btn:visited { color: inherit; text-decoration: none; outline: none; }
.btn-olive:hover,
.btn-olive:focus  { color: #ffffff; }
.btn-gold:hover,
.btn-gold:focus   { color: var(--olive-dark); }
.btn-outline-olive:hover,
.btn-outline-olive:focus { color: #ffffff; }
.btn-outline-gold:hover,
.btn-outline-gold:focus  { color: #9E8A5A; }


/* ===========================
   ROOT DESIGN TOKENS
=========================== */
:root {
  /* Brand */
  --olive:        #708238;
  --olive-dark:   #3A4A1F;
  --olive-light:  #8A9F58;
  --gold:         #C9A24C;
  --gold-dark:    #B8973D;
  --cream:        #FAF5E6;
  --cream-light:  #F5F6E3;

  /* Gradients */
  --grad-primary:   linear-gradient(135deg, #708238 0%, #4A5A2B 55%, #3A4A1F 100%);
  --grad-accent:    linear-gradient(135deg, #C9A24C 0%, #e0b96a 50%, #C9A24C 100%);
  --grad-hero:      linear-gradient(145deg, #F5F6E3 0%, #FAF5E6 40%, #eef1d0 70%, #F5F6E3 100%);
  --grad-card:      linear-gradient(145deg, #F5F6E3 0%, #FAF5E6 100%);
  --grad-section-alt: linear-gradient(160deg, #eef1d6 0%, #faf5e6 55%, #f0edd8 100%);
  --grad-olive-soft: linear-gradient(135deg, rgba(112,130,56,0.08) 0%, rgba(201,162,76,0.06) 100%);

  /* Text — charcoal */
  --text-dark:    #2C3333;
  --text-gray:    #4A5568;
  --text-light:   #718096;

  /* UI */
  --soft-bg:      #FAF5E6;
  --shadow-sm:    0 2px 8px rgba(74,90,43,0.08);
  --shadow-md:    0 8px 24px rgba(74,90,43,0.10);
  --shadow-lg:    0 16px 48px rgba(74,90,43,0.14);
  --shadow-soft:  0 10px 30px rgba(74,90,43,0.10);
  --shadow-hover: 0 22px 52px rgba(74,90,43,0.18);
  --shadow-glow:  0 0 30px rgba(201,162,76,0.22);

  --radius-full:  9999px;
  --radius-lg:    20px;
  --radius-md:    14px;
  --radius-sm:    8px;

  /* Typography scale */
  --text-xs:   13px;   /* captions */
  --text-sm:   15px;   /* small UI */
  --text-base: 17px;   /* body */
  --text-md:   19px;   /* lead / subtitle */
  --text-lg:   21px;   /* h5 / small headings */
  --text-xl:   25px;   /* h4 */
  --text-2xl:  27px;   /* h3 */
  --text-3xl:  35px;   /* h2 */
  --text-4xl:  49px;   /* h1 desktop */
}


/* ===========================
   HTML / BODY BASE
=========================== */
html { scroll-behavior: smooth; }

/* ===========================
   BODY — DOODLE BACKGROUND (background-attachment:fixed)
   This tiles the doodle pattern locked to the viewport.
   WordPress section wrappers are forced transparent below so
   the pattern shows through the entire page.
=========================== */
body {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: var(--text-base);
  color: var(--text-dark);
  line-height: 1.7;

  background-color: #FAF5E6 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cellipse cx='32' cy='32' rx='11' ry='5.5' fill='none' stroke='%23708238' stroke-width='1.8' opacity='0.22' transform='rotate(-35 32 32)'/%3E%3Cline x1='32' y1='26' x2='32' y2='38' stroke='%23708238' stroke-width='1.2' opacity='0.22'/%3E%3Cpolygon points='110,10 113.5,22 126,22 116,29.5 119.5,41.5 110,34 100.5,41.5 104,29.5 94,22 106.5,22' fill='none' stroke='%23C9A24C' stroke-width='1.6' opacity='0.20'/%3E%3Ccircle cx='58' cy='90' r='5' fill='none' stroke='%23C9A24C' stroke-width='1.5' opacity='0.22'/%3E%3Ccircle cx='58' cy='80' r='4' fill='none' stroke='%23C9A24C' stroke-width='1.5' opacity='0.22'/%3E%3Ccircle cx='67' cy='90' r='4' fill='none' stroke='%23C9A24C' stroke-width='1.5' opacity='0.22'/%3E%3Ccircle cx='49' cy='90' r='4' fill='none' stroke='%23C9A24C' stroke-width='1.5' opacity='0.22'/%3E%3Ccircle cx='58' cy='100' r='4' fill='none' stroke='%23C9A24C' stroke-width='1.5' opacity='0.22'/%3E%3Ccircle cx='180' cy='55' r='5' fill='%23C9A24C' opacity='0.18'/%3E%3Ccircle cx='65' cy='165' r='4' fill='%23708238' opacity='0.18'/%3E%3Ccircle cx='160' cy='170' r='6' fill='%23C9A24C' opacity='0.14'/%3E%3Ccircle cx='130' cy='50' r='3' fill='%23708238' opacity='0.18'/%3E%3Cellipse cx='185' cy='185' rx='11' ry='5.5' fill='none' stroke='%23708238' stroke-width='1.8' opacity='0.22' transform='rotate(35 185 185)'/%3E%3Cline x1='185' y1='179' x2='185' y2='191' stroke='%23708238' stroke-width='1.2' opacity='0.22'/%3E%3Cpath d='M130 120 Q142 108 154 120 Q166 132 178 120' fill='none' stroke='%23708238' stroke-width='1.8' opacity='0.17'/%3E%3Cpath d='M20 140 L26 150 L20 160 L14 150 Z' fill='none' stroke='%23C9A24C' stroke-width='1.5' opacity='0.19'/%3E%3C/svg%3E") !important;
  background-size: 220px 220px !important;
  background-repeat: repeat !important;
  background-attachment: fixed !important;
}

/* ─── Force ALL WordPress section/div wrappers transparent ───────────────────
   WordPress and page-builder themes inject divs with background-color:#fff
   or background-color:#f9f9f9 etc. We blanket all common wrappers with
   transparent backgrounds so the fixed body doodle always bleeds through.
   Dark/green sections are excluded below.
─────────────────────────────────────────────────────────────────────────── */

/* Page-builder generic wrappers */
.wp-block-group:not(.section-olive):not(.curriculum-section),
.wp-block-cover:not(.section-olive),
.entry-content > div:not(.section-olive):not(.curriculum-section),
.page-content > div:not(.section-olive),
.site-content > div:not(.section-olive) {
  background-color: transparent !important;
  background-image: none !important;
}

/* Named section classes — keep a cream tint so text stays readable */
.section-white      { background: rgba(255,255,255,0.72)     !important; }
.section-cream      { background: rgba(250,245,230,0.68)     !important; }
.section-alt        { background: rgba(238,241,214,0.65)     !important; }
.programs-section   { background: transparent                 !important; }
.why-section        { background: rgba(245,246,227,0.55)     !important; }
.testimonials-section { background: transparent               !important; }
.about-story        { background: transparent                 !important; }
.accreditation-bar  { background: rgba(245,246,227,0.72)     !important; }
.coming-soon-banner { background: rgba(238,241,214,0.65)     !important; }

/* Cards/boxes — semi-transparent glass look */
.program-card,
.feature-card,
.mission-card,
.value-item,
.comm-card,
.careers-card,
.testimonial-card,
.faq-item,
.approach-card,
.safety-card        { background: rgba(245,246,227,0.82)     !important;
                      border: 1px solid rgba(112,130,56,0.12) !important; }

.schedule-box,
.philosophy-box,
.contact-form-wrap,
.admissions-form-wrap,
.sidebar-card,
.licensing-box      { background: rgba(245,246,227,0.80)     !important; }

.domain-item        { background: rgba(245,246,227,0.75)     !important; }

/* Dark sections — MUST stay fully opaque */
.section-olive      { background: var(--grad-primary)         !important; }
.curriculum-section { background: var(--grad-primary)         !important; }
.site-footer        { background:
    radial-gradient(ellipse at 85% 10%, rgba(201,162,76,0.18) 0%, transparent 45%),
    radial-gradient(ellipse at 10% 90%, rgba(112,130,56,0.22) 0%, transparent 50%),
    linear-gradient(155deg, #2D3E14 0%, #3A4A1F 30%, #2A3810 60%, #1E2B0D 100%) !important; }


/* ===========================
   TYPOGRAPHY SYSTEM
=========================== */
h1, h2, h4, h5, h6 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 800;
  color: var(--olive-dark);
  line-height: 1.2;
  letter-spacing: -0.3px;
}

h1 { font-size: clamp(var(--text-3xl), 5vw, var(--text-4xl)); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5 { font-size: var(--text-lg); }
h6 { font-size: var(--text-md); }

h3 {font-weight: 600;
color: #225c54;
line-height: 1;}


p {
  font-size: var(--text-base);
  color: var(--text-dark);
  line-height: 1.75;
}

.lead, .subtitle {
  font-size: var(--text-md);
  color: var(--text-gray);
}

small, .text-sm { font-size: var(--text-xs); }


/* ===========================
   LAYOUT
=========================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }


/* ===========================
   SECTION SYSTEM + WAVE DIVIDERS
=========================== */

/* Alternating section backgrounds */
.section-white   { background: #fff; }
.section-cream   { background: var(--grad-card); }
.section-olive   { background: var(--grad-primary); color: white; }
.section-alt     { background: var(--grad-section-alt); }

.section-header  { text-align: center; max-width: 700px; margin: 0 auto 56px; }

/* Wave divider — reusable element */
.wave-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.wave-divider svg  { display: block; width: 100%; }
.wave-divider.flip { transform: scaleX(-1); }
.wave-fill-cream   { fill: var(--cream); }
.wave-fill-white   { fill: #ffffff; }
.wave-fill-olive   { fill: var(--olive); }
.wave-fill-alt     { fill: var(--cream-light); }

/* Inline section separator (CSS-only wave after every section) */
.section-wave-after {
  position: relative;
  padding-bottom: 70px;
}
.section-wave-after::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath d='M0,20 C180,55 360,0 540,28 C720,56 900,5 1080,30 C1260,55 1380,10 1440,25 L1440,60 L0,60 Z' fill='%23FAF5E6' opacity='0.75'/%3E%3Cpath d='M0,38 C240,10 480,52 720,30 C960,8 1200,50 1440,32 L1440,60 L0,60 Z' fill='%23F5F6E3' opacity='0.55'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Ripple / scallop divider variant */
.section-divider-wave {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.section-divider-wave svg { display: block; width: 100%; height: 56px; }

/* Thin rule fallback */
.section-divider { border: none; border-top: 1px solid rgba(112,130,56,0.12); margin: 0; }


/* ===========================
   EYEBROW / LABELS
=========================== */
.eyebrow {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--olive-light);
  margin-bottom: 12px;
}
.eyebrow-gold { color: var(--gold); }

.section-header h2 {
  font-size: clamp(var(--text-2xl), 4vw, var(--text-3xl));
  font-weight: 800;
  color: var(--olive-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.section-header p {
  font-size: var(--text-base);
  color: var(--text-gray);
  line-height: 1.75;
}


/* ===========================
   BUTTONS
=========================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: var(--text-sm);
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

/* Shimmer sweep */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.btn:hover::after { transform: translateX(100%); }

.btn-olive {
  background: var(--grad-primary);
  color: white;
  box-shadow: 0 6px 18px rgba(74,90,43,0.28);
}
.btn-olive:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(74,90,43,0.32); }

.btn-gold {
  background: var(--grad-accent);
  color: var(--olive-dark);
  box-shadow: 0 6px 16px rgba(201,162,76,0.28);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(201,162,76,0.34), var(--shadow-glow); }

.btn-outline-olive {
  background: transparent;
  color: var(--olive);
  border: 2px solid var(--olive);
}
.btn-outline-olive:hover { background: var(--grad-primary); color: white; border-color: transparent; }

.btn-outline-gold {
  background: transparent;
  color: #9E8A5A;
  border: 2px solid var(--gold);
}
.btn-outline-gold:hover { background: rgba(201,162,76,0.12); }

.full-width { width: 100%; justify-content: center; }


/* ===========================
   COMING SOON TOP BAR
=========================== */
.top-coming-soon {
  width: 100%;
  background: var(--grad-primary);
  color: #fff;
  font-size: var(--text-xs);
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.top-coming-soon-inner { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; flex-wrap: wrap; }
.cs-pill { background: rgba(245,246,227,0.18); color: #F5F6E3; padding: 3px 10px; border-radius: 20px; font-weight: 700; font-size: 11px; border: 1px solid rgba(245,246,227,0.3); }
.cs-text { font-weight: 500; letter-spacing: .3px; }


/* ===========================
   HEADER / NAV
=========================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid rgba(112,130,56,0.12);
  box-shadow: var(--shadow-sm);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; }

/* Real logo image — sized to fit cleanly in the 80px header */
.site-logo-img {
  height: 74px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  /* Remove any white box the theme may add */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Hide the text fallback icon whenever the real logo image is present.
   The logo-icon + logo-name text are redundant when the PNG is loaded. */
.logo:has(.site-logo-img) .logo-icon,
.logo:has(.site-logo-img) .logo-name,
.logo:has(.site-logo-img) .logo-sub {
  display: none !important;
}

/* Fallback: only show text icon if no image */
.logo-icon {
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--grad-primary);
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 800; font-size: 1.2rem;
  box-shadow: 0 2px 10px rgba(74,90,43,0.24);
  flex-shrink: 0;
}
.logo-name { display: block; font-weight: 800; font-size: var(--text-sm); color: var(--olive); line-height: 1.2; }
.logo-sub  { display: block; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #9E8A5A; font-weight: 500; }

.desktop-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 8px 14px;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text-dark);
  border-radius: 10px;
  transition: all 0.15s;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--olive); background: rgba(112,130,56,0.08); }

.nav-dropdown { position: relative; }
.dropdown-menu {
  display: none; position: absolute; top: calc(100% + 4px); left: 0;
  background: var(--cream-light);
  border: 1px solid rgba(112,130,56,0.12);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 8px; min-width: 200px; z-index: 200;
}
.dropdown-menu a { display: block; padding: 10px 16px; font-size: var(--text-sm); color: var(--text-dark); border-radius: 8px; transition: all 0.15s; }
.dropdown-menu a:hover { background: rgba(112,130,56,0.08); color: var(--olive); }
.nav-dropdown:hover .dropdown-menu { display: block; }

.mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; border-radius: 10px; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; background: var(--cream-light); border-top: 1px solid rgba(112,130,56,0.10); padding: 16px 24px 24px; box-shadow: var(--shadow-md); }
.mobile-menu a { display: block; padding: 12px 16px; font-size: var(--text-base); font-weight: 500; color: var(--text-dark); border-radius: 12px; transition: all 0.15s; }
.mobile-menu a:hover { color: var(--olive); background: rgba(112,130,56,0.08); }
.mobile-donate { background: var(--grad-accent) !important; color: var(--olive-dark) !important; text-align: center; margin-top: 12px; border-radius: var(--radius-full) !important; justify-content: center; }
.mobile-menu.open { display: block; }


/* ===========================
   HERO (home)
=========================== */
.hero {
  position: relative;
  overflow: hidden;
  /* Semi-transparent so doodle layer underneath shows through */
  background: rgba(245,246,227,0.72);
  padding: 60px 0 80px;   /* reduced from 90/110 — keeps header close */
}

/* Ambient doodle overlay in hero */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 50%, rgba(112,130,56,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 25%, rgba(201,162,76,0.09) 0%, transparent 50%);
  z-index: 0;
}

.hero-bg-circle    { position: absolute; border-radius: 50%; }
.hero-bg-circle-1  { top: -100px; right: -100px; width: 500px; height: 500px; background: rgba(138,159,88,0.06); }
.hero-bg-circle-2  { bottom: -80px; left: -80px; width: 400px; height: 400px; background: rgba(201,162,76,0.06); }

.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(112,130,56,0.12);
  border: 1px solid rgba(112,130,56,0.20);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: var(--text-xs);
  font-weight: 700; color: var(--olive);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(var(--text-3xl), 5vw, var(--text-4xl));
  font-weight: 900;
  color: var(--olive-dark);
  line-height: 1.08;
  margin-bottom: 24px;
}

.hero-highlight {
  position: relative;
  display: inline-block;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-underline { position: absolute; bottom: -4px; left: 0; width: 100%; height: 10px; }

.hero-desc {
  font-size: var(--text-md);
  color: var(--text-gray);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 480px;
}

.hero-buttons  { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.trust-indicators { display: flex; flex-wrap: wrap; gap: 20px; font-size: var(--text-sm); color: var(--text-gray); }

.hero-image-wrap { position: relative; }
.hero-image-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(138,159,88,0.22), rgba(201,162,76,0.18));
  border-radius: var(--radius-lg);
  transform: rotate(3deg);
}
.hero-img {
  position: relative; width: 100%; height: 520px;
  object-fit: cover; border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(74,90,43,0.20);
}

.hero-floating-card {
  position: absolute; bottom: -16px; left: -16px;
  background: var(--cream-light);
  border: 1px solid rgba(112,130,56,0.12);
  border-radius: 18px;
  box-shadow: var(--shadow-hover);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  z-index: 10;
}
.floating-icon { width: 40px; height: 40px; background: rgba(138,159,88,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.hero-floating-card strong { display: block; font-size: var(--text-sm); color: var(--text-dark); }
.hero-floating-card small  { font-size: var(--text-xs); color: #a8a29e; }


/* ===========================
   ANIMATED BUBBLES
=========================== */
.hero-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero-bubbles span {
  position: absolute;
  bottom: -60px;           /* start just below the hero bottom edge */
  display: block;
  border-radius: 50%;
  animation: floatUp 14s linear infinite;
  opacity: 0;
  will-change: transform, opacity;
}

.hero-bubbles span:nth-child(1)  { left: 7%;  width: 16px; height: 16px; background: rgba(112,130,56,0.40);  animation-delay: 0s;   animation-duration: 14s; }
.hero-bubbles span:nth-child(2)  { left: 21%; width: 26px; height: 26px; background: rgba(201,162,76,0.38);  animation-delay: 2s;   animation-duration: 12s; }
.hero-bubbles span:nth-child(3)  { left: 38%; width: 12px; height: 12px; background: rgba(112,130,56,0.45);  animation-delay: 5s;   animation-duration: 16s; }
.hero-bubbles span:nth-child(4)  { left: 54%; width: 20px; height: 20px; background: rgba(201,162,76,0.40);  animation-delay: 1s;   animation-duration: 13s; }
.hero-bubbles span:nth-child(5)  { left: 69%; width: 30px; height: 30px; background: rgba(112,130,56,0.32);  animation-delay: 7s;   animation-duration: 18s; }
.hero-bubbles span:nth-child(6)  { left: 83%; width: 14px; height: 14px; background: rgba(201,162,76,0.42);  animation-delay: 4s;   animation-duration: 11s; }
.hero-bubbles span:nth-child(7)  { left: 14%; width: 10px; height: 10px; background: rgba(112,130,56,0.48);  animation-delay: 9s;   animation-duration: 15s; }
.hero-bubbles span:nth-child(8)  { left: 47%; width: 22px; height: 22px; background: rgba(201,162,76,0.35);  animation-delay: 3s;   animation-duration: 17s; }
.hero-bubbles span:nth-child(9)  { left: 91%; width: 11px; height: 11px; background: rgba(112,130,56,0.38);  animation-delay: 1s;   animation-duration: 14s; }
.hero-bubbles span:nth-child(10) { left: 32%; width: 24px; height: 24px; background: rgba(201,162,76,0.30);  animation-delay: 8s;   animation-duration: 19s; }

/* Odd = hollow ring */
.hero-bubbles span:nth-child(odd) {
  background: transparent !important;
  border: 2.5px solid rgba(201,162,76,0.55);
}

@keyframes floatUp {
  0%   { transform: translateY(0)       scale(0.5); opacity: 0;   }
  12%  { opacity: 1; }
  75%  { opacity: 0.8; }
  100% { transform: translateY(-900px)  scale(1.2); opacity: 0;   }
}

/* Global ambient site bubbles */
.site-bubbles {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.site-bubbles span {
  position: absolute;
  bottom: -40px;
  border-radius: 50%;
  animation: siteFloat 32s linear infinite;
  opacity: 0;
}
.site-bubbles span:nth-child(1) { left: 4%;  width: 9px;  height: 9px;  background: rgba(112,130,56,0.07); animation-delay: 0s;  animation-duration: 38s; }
.site-bubbles span:nth-child(2) { left: 18%; width: 14px; height: 14px; background: rgba(201,162,76,0.06); animation-delay: 7s;  animation-duration: 29s; }
.site-bubbles span:nth-child(3) { left: 44%; width: 7px;  height: 7px;  background: rgba(112,130,56,0.09); animation-delay: 14s; animation-duration: 34s; }
.site-bubbles span:nth-child(4) { left: 64%; width: 12px; height: 12px; background: rgba(201,162,76,0.07); animation-delay: 4s;  animation-duration: 42s; }
.site-bubbles span:nth-child(5) { left: 86%; width: 10px; height: 10px; background: rgba(112,130,56,0.06); animation-delay: 20s; animation-duration: 37s; }
@keyframes siteFloat {
  0%   { transform: translateY(0) scale(0.5);     opacity: 0; }
  8%   { opacity: 0.65; }
  92%  { opacity: 0.35; }
  100% { transform: translateY(-108vh) scale(1);  opacity: 0; }
}


/* ===========================
   PAGE HERO (interior pages)
=========================== */
.page-hero {
  position: relative; overflow: hidden;
  background: rgba(245,246,227,0.72);
  padding: 60px 0 80px;
}
.page-hero-circle { position: absolute; border-radius: 50%; }
.page-hero-circle-1 { top: -80px; right: -80px; width: 400px; height: 400px; background: rgba(138,159,88,0.07); }
.page-hero-circle-2 { bottom: -60px; left: -60px; width: 300px; height: 300px; background: rgba(201,162,76,0.07); }
.page-hero-content { text-align: center; max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero-content .eyebrow { margin-bottom: 16px; }
.page-hero-content h1 {
  font-size: clamp(var(--text-3xl), 5vw, var(--text-4xl));
  font-weight: 800; color: var(--olive-dark);
  line-height: 1.1; margin-bottom: 20px;
}
.page-hero-content p {
  font-size: var(--text-md);
  color: var(--text-gray);
  max-width: 600px; margin: 0 auto; line-height: 1.75;
}


/* ===========================
   ANIMATIONS
=========================== */
.animate-in { animation: fadeInUp 0.7s ease forwards; }
.delay-200  { animation-delay: 0.2s; opacity: 0; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }


/* ===========================
   COMING SOON BANNER
=========================== */
.coming-soon-banner { background: var(--grad-section-alt); padding: 40px 0; }
.coming-soon-inner {
  background: var(--grad-primary);
  border-radius: 28px; padding: 48px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  position: relative; overflow: hidden;
  box-shadow: 0 14px 50px rgba(45,58,24,0.30);
}
.coming-soon-inner::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; background: rgba(201,162,76,0.09); border-radius: 50%; }
.coming-soon-inner::after  { content: ''; position: absolute; bottom: -60px; left: 33%; width: 200px; height: 200px; background: rgba(138,159,88,0.09); border-radius: 50%; }
.coming-soon-content { position: relative; z-index: 1; flex: 1; }
.coming-soon-pill  { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,162,76,0.20); border: 1px solid rgba(201,162,76,0.40); border-radius: 9999px; padding: 6px 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: #C9A24C; margin-bottom: 16px; }
.coming-soon-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: white; line-height: 1.25; margin-bottom: 12px; }
.coming-soon-desc  { font-size: var(--text-base); color: rgba(255,255,255,0.62); line-height: 1.75; max-width: 460px; }
.coming-soon-badge { position: relative; z-index: 1; flex-shrink: 0; width: 140px; height: 140px; border-radius: 50%; border: 2px solid rgba(201,162,76,0.50); background: rgba(201,162,76,0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 2px; }
.coming-soon-badge strong { display: block; color: white; font-size: var(--text-sm); font-weight: 800; line-height: 1.2; margin-top: 4px; }
.coming-soon-badge span   { display: block; color: #C9A24C; font-size: var(--text-sm); font-weight: 600; }


/* ===========================
   ACCREDITATION BAR
=========================== */
.accreditation-bar { padding: 32px 0; background: rgba(245,246,227,0.80); border-top: 1px solid rgba(112,130,56,0.10); border-bottom: 1px solid rgba(112,130,56,0.10); }
.badge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.accred-badge { display: flex; align-items: center; gap: 12px; justify-content: center; }
.badge-icon   { width: 40px; height: 40px; background: rgba(112,130,56,0.07); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.accred-badge strong { display: block; font-size: var(--text-sm); color: var(--text-dark); }
.accred-badge small  { font-size: var(--text-xs); color: #a8a29e; display: block; }


/* ===========================
   PROGRAMS SECTION
=========================== */
.programs-section { padding: 96px 0; }
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.program-card {
  background: var(--grad-card);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(112,130,56,0.10);
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex; flex-direction: column;
}
.program-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-6px);
  border-color: rgba(201,162,76,0.24);
}

.program-card-img { position: relative; height: 192px; overflow: hidden; }
.program-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.program-card:hover .program-card-img img { transform: scale(1.06); }
.program-icon { position: absolute; top: 16px; left: 16px; width: 40px; height: 40px; background: rgba(245,246,227,0.88); backdrop-filter: blur(8px); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.program-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.program-age   { font-size: var(--text-xs); font-weight: 700; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; }
.program-card-body h3 { font-size: var(--text-xl); font-weight: 800; color: var(--olive-dark); margin: 6px 0 12px; }
.program-card-body p  { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; flex: 1; }
.learn-more { display: inline-flex; align-items: center; margin-top: 20px; font-size: var(--text-sm); font-weight: 700; color: var(--olive); gap: 4px; transition: color 0.2s; }
.learn-more:hover { color: var(--gold); }
.center-cta { text-align: center; margin-top: 48px; }


/* ===========================
   PROGRAM DETAIL
=========================== */
.program-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 40px; }
.program-detail-img-wrap { position: relative; }
.program-detail-img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.program-detail-badge { position: absolute; top: 16px; left: 16px; width: 52px; height: 52px; background: rgba(245,246,227,0.92); backdrop-filter: blur(8px); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: var(--shadow-sm); }
.program-detail-content h2 { font-size: var(--text-3xl); font-weight: 800; color: var(--olive-dark); margin: 8px 0 16px; }
.program-detail-content p  { font-size: var(--text-base); color: var(--text-gray); line-height: 1.75; margin-bottom: 24px; }
.program-detail-content h4 { font-size: var(--text-sm); font-weight: 700; color: var(--text-dark); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.08em; }
.program-list    { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.program-list li { font-size: var(--text-sm); color: var(--text-gray); display: flex; align-items: flex-start; gap: 8px; }
.program-list li::before { content: '•'; color: var(--olive-light); font-size: 1rem; flex-shrink: 0; }
.program-list-shield li::before { content: '🛡'; font-size: 0.75rem; margin-top: 2px; }
.schedule-box    { background: rgba(245,246,227,0.80); border-radius: var(--radius-lg); padding: 32px; border: 1px solid rgba(112,130,56,0.10); }
.schedule-box h4 { font-size: var(--text-lg); font-weight: 700; color: var(--text-dark); margin-bottom: 20px; }
.schedule-grid   { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.schedule-item   { background: var(--cream-light); border-radius: 14px; padding: 12px 14px; border: 1px solid rgba(112,130,56,0.10); }
.schedule-item strong { display: block; font-size: var(--text-xs); color: var(--gold); margin-bottom: 4px; }
.schedule-item span   { font-size: var(--text-xs); color: var(--text-gray); }


/* ===========================
   WHY CHOOSE US
=========================== */
.why-section { padding: 96px 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  background: var(--grad-card);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid rgba(112,130,56,0.10);
  transition: all 0.3s;
}
.feature-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: rgba(201,162,76,0.22); }
.feature-icon { width: 50px; height: 50px; background: linear-gradient(135deg, rgba(138,159,88,0.16), rgba(201,162,76,0.10)); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
.feature-card h3 { font-size: var(--text-lg); font-weight: 700; color: var(--olive-dark); margin-bottom: 8px; }
.feature-card p  { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; }


/* ===========================
   CURRICULUM SECTION
=========================== */
.curriculum-section { padding: 80px 0; }
.curriculum-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.curriculum-content h2 { font-size: clamp(var(--text-2xl), 3.5vw, var(--text-3xl)); font-weight: 800; color: white; margin-bottom: 20px; line-height: 1.2; }
.philosophy-quote { font-size: var(--text-base); color: rgba(255,255,255,0.82); line-height: 1.8; font-style: italic; border-left: 3px solid var(--gold); padding-left: 20px; margin: 24px 0; }
.approach-tags    { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.approach-tags span { background: rgba(255,255,255,0.12); border-radius: var(--radius-full); padding: 8px 16px; font-size: var(--text-xs); font-weight: 600; color: rgba(255,255,255,0.90); }
.curriculum-image img { width: 100%; height: 400px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }


/* ===========================
   TESTIMONIALS
=========================== */
.testimonials-section { padding: 96px 0; }
.testimonials-grid    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--grad-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid rgba(112,130,56,0.10);
  transition: transform 0.3s, box-shadow 0.3s;
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.quote-icon { font-size: 3rem; color: rgba(201,162,76,0.32); line-height: 1; margin-bottom: 12px; font-family: Georgia, serif; }
.stars      { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-card p { font-size: var(--text-base); color: var(--text-gray); line-height: 1.75; font-style: italic; margin-bottom: 24px; }
.testimonial-author strong { display: block; font-size: var(--text-base); color: var(--text-dark); }
.testimonial-author small  { font-size: var(--text-xs); color: #a8a29e; }


/* ===========================
   ABOUT
=========================== */
.about-story    { padding: 96px 0; }
.about-grid     { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-img      { width: 100%; height: 400px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-content h2 { font-size: var(--text-3xl); font-weight: 800; color: var(--olive-dark); margin: 12px 0 20px; line-height: 1.2; }
.about-content p  { font-size: var(--text-base); color: var(--text-gray); line-height: 1.75; margin-bottom: 12px; }

.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mission-card {
  background: var(--grad-card);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid rgba(112,130,56,0.10);
  transition: all 0.3s;
}
.mission-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.mission-card-gold { background: linear-gradient(145deg, #F5F6E3, #fdf7e8); }
.mission-icon  { font-size: 1.75rem; margin-bottom: 12px; }
.mission-card h3 { font-size: var(--text-2xl); font-weight: 700; color: var(--olive-dark); margin-bottom: 12px; }
.mission-card p  { font-size: var(--text-base); color: var(--text-gray); line-height: 1.75; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-item  { background: var(--grad-card); border-radius: var(--radius-lg); padding: 20px; text-align: center; border: 1px solid rgba(112,130,56,0.10); transition: all 0.3s; }
.value-item:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.value-icon  { font-size: 1.5rem; margin-bottom: 8px; }
.value-item h5 { font-size: var(--text-sm); font-weight: 700; color: var(--olive-dark); margin-bottom: 4px; }
.value-item p  { font-size: var(--text-xs); color: var(--text-gray); }


/* ===========================
   CURRICULUM PAGE
=========================== */
.philosophy-box { background: rgba(245,246,227,0.85); border-radius: var(--radius-lg); padding: 56px; text-align: center; border: 1px solid rgba(112,130,56,0.10); }
.philosophy-box-icon { font-size: 2rem; margin-bottom: 20px; }
.philosophy-box blockquote { font-size: var(--text-lg); font-style: italic; color: var(--text-dark); line-height: 1.75; max-width: 800px; margin: 0 auto; }
.philosophy-attr { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.2em; color: #a8a29e; margin-top: 20px; }

.approaches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.approach-card { background: var(--grad-card); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(112,130,56,0.10); transition: all 0.3s; }
.approach-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.approach-icon       { padding: 28px; font-size: 2rem; }
.approach-icon-green { background: linear-gradient(135deg, rgba(138,159,88,0.16), rgba(138,159,88,0.05)); }
.approach-icon-gold  { background: linear-gradient(135deg, rgba(201,162,76,0.16), rgba(201,162,76,0.05)); }
.approach-icon-olive { background: linear-gradient(135deg, rgba(74,90,43,0.12), rgba(74,90,43,0.05)); }
.approach-card h4    { font-size: var(--text-lg); font-weight: 700; color: var(--olive-dark); padding: 0 24px 12px; }
.approach-card p     { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; padding: 0 24px 24px; }

.domains-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.domain-item  { background: rgba(245,246,227,0.80); border-radius: var(--radius-lg); padding: 20px 24px; border: 1px solid rgba(112,130,56,0.10); display: flex; flex-direction: column; gap: 4px; }
.domain-item strong { font-size: var(--text-base); color: var(--olive-dark); }
.domain-item span   { font-size: var(--text-sm); color: var(--text-gray); }


/* ===========================
   SAFETY
=========================== */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.safety-card { background: var(--grad-card); border-radius: var(--radius-lg); padding: 28px; border: 1px solid rgba(112,130,56,0.10); transition: all 0.3s; }
.safety-card:hover { box-shadow: var(--shadow-md); }
.safety-card h4 { font-size: var(--text-lg); font-weight: 700; color: var(--olive-dark); margin-bottom: 16px; }
.safety-card p  { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; }
.safety-list    { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.safety-list li { font-size: var(--text-sm); color: var(--text-gray); display: flex; align-items: flex-start; gap: 8px; }
.safety-list li::before { content: '✓'; color: var(--olive-light); font-weight: 700; flex-shrink: 0; }
.safety-card-dark   { background: var(--grad-primary); border-color: transparent; }
.safety-card-dark h4 { color: white; }
.safety-list-light  { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.safety-list-light li { font-size: var(--text-sm); color: rgba(255,255,255,0.78); }
.licensing-box  { background: rgba(245,246,227,0.82); border-radius: var(--radius-lg); padding: 48px; max-width: 900px; margin: 0 auto; border: 1px solid rgba(112,130,56,0.10); }
.licensing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.lic-item   { font-size: var(--text-sm); color: var(--text-gray); display: flex; align-items: flex-start; gap: 8px; }
.lic-number { text-align: center; font-size: var(--text-xs); color: #a8a29e; background: var(--cream-light); border-radius: var(--radius-sm); padding: 12px; border: 1px solid rgba(112,130,56,0.10); }


/* ===========================
   ADMISSIONS
=========================== */
.steps-row  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-card  { text-align: center; position: relative; }
.step-num   { position: absolute; top: 0; right: calc(50% - 40px); width: 24px; height: 24px; background: var(--grad-accent); color: var(--olive-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: var(--text-xs); font-weight: 700; }
.step-icon  { font-size: 2.5rem; margin: 0 auto 16px; display: block; }
.step-card h4 { font-size: var(--text-lg); font-weight: 700; color: var(--olive-dark); margin-bottom: 8px; }
.step-card p  { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; }

.admissions-layout    { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.admissions-form-wrap { background: var(--grad-card); border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(112,130,56,0.10); }
.admissions-form-wrap h2 { font-size: var(--text-2xl); font-weight: 700; color: var(--olive-dark); margin-bottom: 8px; }
.admissions-form-wrap p  { font-size: var(--text-base); color: var(--text-gray); margin-bottom: 24px; }
.admissions-sidebar  { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card  { background: var(--grad-card); border-radius: var(--radius-lg); padding: 28px; border: 1px solid rgba(112,130,56,0.10); }
.sidebar-card h3 { font-size: var(--text-lg); font-weight: 700; color: var(--olive-dark); margin-bottom: 16px; }
.sidebar-card p  { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; }
.doc-list    { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.doc-list li { font-size: var(--text-sm); color: var(--text-gray); display: flex; gap: 8px; align-items: flex-start; }
.doc-list li::before { content: '✓'; color: var(--olive-light); font-weight: 700; flex-shrink: 0; }


/* ===========================
   DONATE
=========================== */
.impact-grid        { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.impact-card        { border-radius: var(--radius-lg); padding: 24px; }
.impact-card-light  { background: var(--grad-card); border-radius: var(--radius-lg); padding: 24px; border: 1px solid rgba(112,130,56,0.10); }
.impact-amount-dark { display: block; font-size: var(--text-3xl); font-weight: 900; background: var(--grad-accent); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px; }


/* ===========================
   PARENTS
=========================== */
.comm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.comm-card { background: var(--grad-card); border-radius: var(--radius-lg); padding: 28px; text-align: center; border: 1px solid rgba(112,130,56,0.10); transition: all 0.3s; }
.comm-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.comm-icon   { font-size: 1.75rem; margin-bottom: 12px; }
.comm-card h4 { font-size: var(--text-lg); font-weight: 700; color: var(--olive-dark); margin-bottom: 8px; }
.comm-card p  { font-size: var(--text-sm); color: var(--text-gray); line-height: 1.7; }

.nutrition-list    { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.nutrition-list li { font-size: var(--text-base); color: var(--text-gray); }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--grad-card); border-radius: var(--radius-lg); border: 1px solid rgba(112,130,56,0.10); overflow: hidden; }
.faq-item summary { padding: 18px 24px; font-size: var(--text-base); font-weight: 600; color: var(--text-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '▾'; font-size: 1rem; color: var(--gold); transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(-180deg); }
.faq-item p { padding: 0 24px 20px; font-size: var(--text-sm); color: var(--text-gray); line-height: 1.75; }


/* ===========================
   CAREERS
=========================== */
.careers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.careers-card { background: var(--grad-card); border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(112,130,56,0.10); transition: all 0.3s; }
.careers-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.careers-card h3 { font-size: var(--text-2xl); font-weight: 700; color: var(--olive-dark); margin-bottom: 20px; }
.careers-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.careers-card li { font-size: var(--text-base); color: var(--text-gray); }
.careers-email   { font-size: var(--text-sm); color: var(--text-gray); margin-top: 20px; }
.careers-email a { color: var(--gold); font-weight: 600; }


/* ===========================
   CONTACT
=========================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.contact-icon { font-size: 1.25rem; width: 44px; height: 44px; background: rgba(112,130,56,0.07); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item strong { display: block; font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.contact-item p      { font-size: var(--text-base); color: var(--text-gray); line-height: 1.7; }
.map-placeholder     { background: var(--cream-light); border-radius: var(--radius-lg); height: 200px; display: flex; align-items: center; justify-content: center; font-size: var(--text-base); color: #a8a29e; border: 1px solid rgba(112,130,56,0.10); }
.contact-form-wrap   { background: rgba(245,246,227,0.82); border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(112,130,56,0.10); }


/* ===========================
   FORMS
=========================== */
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label    { font-size: var(--text-sm); font-weight: 600; color: var(--text-dark); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid rgba(112,130,56,0.18);
  border-radius: var(--radius-sm);
  font-size: var(--text-base);
  font-family: inherit;
  background: rgba(255,255,255,0.85);
  color: var(--text-dark);
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--olive-light);
  box-shadow: 0 0 0 3px rgba(138,159,88,0.12);
}
.form-group textarea { resize: vertical; }

.donation-type-btns { display: flex; gap: 8px; }
.dtype-btn { flex: 1; padding: 10px 8px; border-radius: 12px; border: 2px solid rgba(112,130,56,0.18); background: rgba(255,255,255,0.80); color: var(--text-gray); font-size: var(--text-xs); font-weight: 600; cursor: pointer; transition: all 0.2s; }
.dtype-btn.active       { background: var(--grad-primary); border-color: transparent; color: white; }
.dtype-btn:hover:not(.active) { border-color: var(--olive-light); }


/* ===========================
   FOOTER — rich gradient
=========================== */
.site-footer {
  background:
    /* Gold shimmer top-right */
    radial-gradient(ellipse at 85% 10%, rgba(201,162,76,0.18) 0%, transparent 45%),
    /* Olive glow bottom-left */
    radial-gradient(ellipse at 10% 90%, rgba(112,130,56,0.22) 0%, transparent 50%),
    /* Base gradient: deep forest to near-black olive */
    linear-gradient(155deg, #2D3E14 0%, #3A4A1F 30%, #2A3810 60%, #1E2B0D 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

/* Doodle + sparkle texture overlay on footer */
.site-footer::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ccircle cx='30' cy='30' r='3' fill='%23C9A24C' opacity='0.14'/%3E%3Ccircle cx='100' cy='80' r='5' fill='%23F5F6E3' opacity='0.06'/%3E%3Ccircle cx='170' cy='40' r='2.5' fill='%23C9A24C' opacity='0.12'/%3E%3Ccircle cx='55' cy='160' r='4' fill='%23F5F6E3' opacity='0.07'/%3E%3Ccircle cx='155' cy='150' r='3' fill='%23C9A24C' opacity='0.10'/%3E%3Cellipse cx='140' cy='140' rx='9' ry='4.5' fill='none' stroke='%23C9A24C' stroke-width='1.3' opacity='0.11' transform='rotate(30 140 140)'/%3E%3Cpolygon points='80,15 82,21 88,21 83,25 85,31 80,27 75,31 77,25 72,21 78,21' fill='none' stroke='%23C9A24C' stroke-width='1.1' opacity='0.10'/%3E%3Cpath d='M10 100 Q18 92 26 100 Q34 108 42 100' fill='none' stroke='%23708238' stroke-width='1.3' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
  pointer-events: none;
  z-index: 0;
}

/* All footer children sit above the texture */
.site-footer > * { position: relative; z-index: 1; }

/* Top wave edge on footer */
.site-footer::after {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 100%; height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C360,0 720,60 1080,20 C1260,5 1380,50 1440,30 L1440,0 L0,0 Z' fill='%232D3E14'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

.footer-newsletter {
  background: linear-gradient(135deg, rgba(112,130,56,0.40) 0%, rgba(74,90,43,0.55) 100%);
  border-bottom: 1px solid rgba(201,162,76,0.15);
  padding: 48px 0;
  position: relative;
}
.newsletter-inner  { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.newsletter-inner h3 { font-size: var(--text-2xl); font-weight: 700; margin-bottom: 4px; color: white; }
.newsletter-inner p  { font-size: var(--text-sm); color: rgba(255,255,255,0.65); }
.newsletter-form     { display: flex; gap: 10px; }
.newsletter-form input { padding: 12px 20px; border-radius: var(--radius-full); border: 1.5px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.10); color: white; font-size: var(--text-base); min-width: 260px; outline: none; font-family: inherit; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.42); }
.newsletter-form input:focus { border-color: rgba(255,255,255,0.50); }

.footer-main  { padding: 64px 0 0; position: relative; }
.footer-grid  { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 56px; }
.footer-logo  { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo-img {
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  background: transparent !important;
}
/* Hide fallback text when real image present */
.footer-logo:has(img) .footer-logo-icon,
.footer-logo:has(img) strong,
.footer-logo:has(img) small { display: none !important; }
.footer-logo-icon { width: 40px; height: 40px; border-radius: 14px; background: var(--grad-accent); display: flex; align-items: center; justify-content: center; color: var(--olive-dark); font-weight: 800; font-size: 1.2rem; }
.footer-logo strong { display: block; font-size: var(--text-base); color: white; }
.footer-logo small  { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.footer-brand p     { font-size: var(--text-sm); color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 20px; }
.footer-contact p   { font-size: var(--text-sm); color: rgba(255,255,255,0.55); margin-bottom: 8px; }
.footer-col h4      { font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 20px; }
.footer-col ul      { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col li a    { font-size: var(--text-base); color: rgba(255,255,255,0.55); transition: color 0.15s; }
.footer-col li a:hover { color: var(--gold); }

.hours-list     { display: flex; flex-direction: column; gap: 10px; }
.hours-list div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: var(--text-sm); }
.hours-list span   { color: rgba(255,255,255,0.55); white-space: nowrap; }
.hours-list strong { color: rgba(255,255,255,0.85); white-space: nowrap; text-align: right; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 28px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; font-size: var(--text-xs); color: rgba(255,255,255,0.38); position: relative; }
.footer-bottom .btn { white-space: nowrap; flex-shrink: 0; }
.footer-links     { display: flex; gap: 24px; }
.footer-links a   { color: rgba(255,255,255,0.38); transition: color 0.15s; }
.footer-links a:hover { color: rgba(255,255,255,0.68); }


/* ===========================
   TOAST
=========================== */
.toast { position: fixed; bottom: 24px; right: 24px; background: var(--grad-primary); color: white; padding: 16px 24px; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); font-size: var(--text-base); font-weight: 500; z-index: 9999; transform: translateY(100px); opacity: 0; transition: all 0.3s ease; max-width: 360px; }
.toast.show { transform: translateY(0); opacity: 1; }


/* ===========================
   H3 COLOUR (keep existing)
=========================== */
h3, h3 a, h3 a:hover { color: var(--olive-dark); }


/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1024px) {
  .hero-grid, .curriculum-grid, .about-grid, .admissions-layout, .program-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-image-wrap    { max-width: 480px; margin: 0 auto; }
  .programs-grid      { grid-template-columns: 1fr 1fr; }
  .features-grid      { grid-template-columns: 1fr 1fr; }
  .footer-grid        { grid-template-columns: 1fr 1fr; }
  .values-grid        { grid-template-columns: repeat(4, 1fr); }
  .approaches-grid    { grid-template-columns: 1fr; }
  .domains-grid       { grid-template-columns: 1fr 1fr; }
  .safety-grid        { grid-template-columns: 1fr 1fr; }
  .schedule-grid      { grid-template-columns: repeat(3, 1fr); }
  .steps-row          { grid-template-columns: 1fr 1fr; gap: 32px; }
  .licensing-grid     { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --text-base: 16px; --text-md: 18px; }

  .coming-soon-inner { flex-direction: column; padding: 36px 28px; text-align: center; }
  .coming-soon-desc  { margin: 0 auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-toggle { display: flex; }
  .programs-grid, .features-grid, .testimonials-grid, .safety-grid,
  .contact-grid, .careers-grid, .comm-grid { grid-template-columns: 1fr; }
  .badge-grid   { grid-template-columns: 1fr 1fr; }
  .impact-grid  { grid-template-columns: 1fr 1fr; }
  .footer-grid  { grid-template-columns: 1fr; }
  .form-row     { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; width: 100%; }
  .newsletter-form input { min-width: unset; }
  .hero-img     { height: 360px; }
  .hero-title   { font-size: 2.25rem; }
  .values-grid  { grid-template-columns: repeat(2, 1fr); }
  .domains-grid { grid-template-columns: 1fr; }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .steps-row    { grid-template-columns: 1fr; }
  .admissions-layout { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
  .approaches-grid { grid-template-columns: 1fr; }

  /* Hide site bubbles on small screens for perf */
  .site-bubbles { display: none; }
}

@media (max-width: 480px) {
  .badge-grid, .impact-grid, .values-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
  .schedule-grid { grid-template-columns: 1fr; }
}
