/* ===========================================================
   Footsteps Child Care — Replica Stylesheet
   Soft pastel palette
   =========================================================== */

:root {
  /* palette */
  --cream:    #F4EFE6;
  --white:    #FFFFFF;
  --beige:    #E8DCC2;
  --blue:     #B6D7F2;
  --green:    #C8DCC6;
  --purple:   #E0DCF6;
  --yellow:   #FFF2C2;
  --pink:     #FFDDE3;
  --apricot:  #FFC79A;
  --ink:      #222222;

  /* supporting / derived */
  --apricot-hover: #FFB073;
  --accent:        #5E8FB5;   /* deeper blue — readable accent text */
  --blue-deep:     #5E8FB5;
  --purple-deep:   #CFC6F0;
  --green-deep:    #5F9E78;   /* readable green for checks */
  --ink-soft:      #6E6A62;

  /* legacy aliases mapped to pastel palette */
  --cream-2:      #FFFFFF;
  --sand:         #E8DCC2;
  --sage:         #B6D7F2;
  --sage-deep:    #5F9E78;
  --forest:       #222222;
  --terracotta:   #FFC79A;
  --terracotta-2: #FFB073;
  --honey:        #FFF2C2;

  --shadow-sm: 0 4px 14px rgba(34, 34, 34, 0.07);
  --shadow-md: 0 14px 40px rgba(34, 34, 34, 0.12);

  --radius:    18px;
  --radius-lg: 32px;
  --radius-pill: 999px;

  --maxw: 1180px;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Nunito", "Segoe UI", system-ui, sans-serif;
}

/* --------------------------- Reset ----------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* --------------------------- Buttons --------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  color: var(--ink);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--apricot); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--apricot-hover); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--blue); }
.btn-ghost:hover { background: var(--blue); color: var(--ink); }
.btn-cream { background: var(--white); color: var(--ink); }
.btn-cream:hover { background: var(--white); }

/* --------------------------- Header / Nav ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 239, 230, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-name {
  font-family: var(--font-head);
  font-size: 1.35rem;
  color: var(--ink);
  line-height: 1;
}
.brand-name span { display: block; font-family: var(--font-body); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent); margin-top: 3px; font-weight: 700; }

/* Brand logo image */
.brand-logo { height: 48px; width: auto; display: block; flex-shrink: 0; }
.site-footer .brand-logo { background: var(--cream); border-radius: 50%; padding: 5px; height: 52px; }

/* Real photos inside media frames */
.media-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.nav-links { display: flex; align-items: center; gap: 0.3rem; }
.nav-links a {
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  transition: color 0.15s ease, background 0.15s ease;
}
.nav-links a:hover { color: var(--ink); background: var(--beige); }
.nav-links a.active { color: var(--ink); background: var(--beige); }
.nav-cta { margin-left: 0.5rem; }

.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 44px; height: 44px;
  border-radius: 12px;
}
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: 0.25s; }

/* --------------------------- Hero ------------------------ */
.hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6.5rem);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(55% 50% at 85% 0%, rgba(255,242,194,0.75), transparent 60%),
    radial-gradient(50% 55% at 8% 95%, rgba(255,221,227,0.70), transparent 60%),
    radial-gradient(45% 45% at 60% 100%, rgba(182,215,242,0.45), transparent 60%);
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--white);
  color: var(--accent);
  font-weight: 800; font-size: 0.78rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.5rem 1rem; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm); margin-bottom: 1.4rem;
}
.hero h1 { font-size: clamp(2.5rem, 5.5vw, 4.1rem); margin-bottom: 1.3rem; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero p { font-size: 1.12rem; color: var(--ink-soft); max-width: 36ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-meta { display: flex; gap: 2rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-meta div strong { font-family: var(--font-head); font-size: 1.7rem; color: var(--ink); display: block; }
.hero-meta div span { font-size: 0.85rem; color: var(--ink-soft); font-weight: 600; }

.hero-art { position: relative; }
.hero-photo {
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  background: var(--green);
}
.hero-badge {
  position: absolute; bottom: -22px; left: -22px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1rem 1.3rem;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 0.8rem;
  max-width: 230px;
}
.hero-badge .dot { width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; font-size: 1.4rem; flex-shrink: 0; }
.hero-badge .dot img { width: 28px; height: 28px; display: block; }
.hero-badge p { font-size: 0.85rem; margin: 0; color: var(--ink); font-weight: 700; line-height: 1.3; }

/* --------------------- Image placeholders (fallback) ----- */
.ph {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  position: relative;
  color: var(--ink);
  font-size: 2.4rem;
}
.ph::after {
  content: attr(data-label);
  position: absolute; bottom: 14px; left: 14px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.7);
  color: var(--ink);
  padding: 0.3rem 0.7rem; border-radius: var(--radius-pill);
}
.ph-sage    { background: var(--blue); }
.ph-terra   { background: var(--apricot); }
.ph-honey   { background: var(--yellow); }
.ph-forest  { background: var(--green); }
.ph-clay    { background: var(--pink); }

/* --------------------------- Sections -------------------- */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(2.2rem, 4vw, 3.5rem); }
.section-head .eyebrow {
  display: inline-block; color: var(--accent);
  font-weight: 800; font-size: 0.82rem; letter-spacing: 0.18em;
  text-transform: uppercase; margin-bottom: 0.8rem;
}
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.section-sand { background: var(--beige); }
.section-forest { background: var(--blue); }
.section-forest .eyebrow { color: var(--accent); }
.section-forest p { color: var(--ink-soft); }

/* --------------------------- Feature cards --------------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.feature-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature-card .media { aspect-ratio: 16 / 11; background: var(--green); }
.feature-card .body { padding: 1.5rem 1.6rem 1.8rem; }
.feature-card h3 { font-size: 1.35rem; margin-bottom: 0.6rem; }
.feature-card p { color: var(--ink-soft); font-size: 0.98rem; }

/* --------------------------- Daily practices ------------- */
.practice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.practice {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--white);
  border: 1px solid rgba(34,34,34,0.05);
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
  box-shadow: var(--shadow-sm);
}
.practice .icon {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 14px; background: var(--yellow);
  display: grid; place-items: center; font-size: 1.5rem;
}
.practice h4 { color: var(--ink); font-size: 1.05rem; line-height: 1.3; }

/* --------------------------- Programs -------------------- */
.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
}
.program {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.program .media { aspect-ratio: 3 / 2; background: var(--green); }
.program .body { padding: 1.8rem; display: flex; flex-direction: column; flex: 1; }
.program .age {
  align-self: flex-start;
  background: var(--green); color: var(--ink);
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.05em;
  padding: 0.35rem 0.9rem; border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}
.program h3 { font-size: 1.5rem; margin-bottom: 0.7rem; }
.program p { color: var(--ink-soft); margin-bottom: 1.4rem; flex: 1; }

/* --------------------------- Split / about --------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.split .media { border-radius: var(--radius-lg); aspect-ratio: 5 / 4; overflow: hidden; box-shadow: var(--shadow-md); background: var(--green); }
.split .eyebrow { display:inline-block; color: var(--accent); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.8rem; }
.split h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin-bottom: 1.1rem; }
.split p { color: var(--ink-soft); margin-bottom: 1rem; }
.value-list { margin-top: 1.4rem; display: grid; gap: 0.9rem; }
.value-list li { display: flex; gap: 0.8rem; align-items: flex-start; font-weight: 600; color: var(--ink); }
.value-list .check { color: var(--green-deep); flex-shrink: 0; margin-top: 2px; font-weight: 800; }
.person-role { color: var(--accent); font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 1.1rem; }

/* --------------------------- CTA band -------------------- */
.cta-band {
  background: linear-gradient(135deg, var(--apricot), var(--pink));
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  color: var(--ink);
  box-shadow: var(--shadow-md);
}
.cta-band h2 { color: var(--ink); font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.cta-band p { color: rgba(34,34,34,0.8); max-width: 46ch; margin: 0 auto 2rem; font-size: 1.08rem; }

/* --------------------------- FAQ ------------------------- */
.faq-list { max-width: 800px; margin: 0 auto; display: grid; gap: 1rem; }
.faq-item { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.3rem 1.6rem; font-family: var(--font-body); font-weight: 800; font-size: 1.08rem;
  color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q .plus { flex-shrink: 0; width: 26px; height: 26px; position: relative; transition: transform 0.25s; }
.faq-q .plus::before, .faq-q .plus::after { content:""; position:absolute; background: var(--accent); border-radius: 2px; }
.faq-q .plus::before { width: 16px; height: 2.5px; top: 12px; left: 5px; }
.faq-q .plus::after { width: 2.5px; height: 16px; top: 5px; left: 12px; transition: transform 0.25s; }
.faq-item.open .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a p { padding: 0 1.6rem 1.4rem; color: var(--ink-soft); }

/* --------------------------- Steps ----------------------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; }
.step { background: var(--white); border-radius: var(--radius-lg); padding: 2rem 1.8rem; box-shadow: var(--shadow-sm); position: relative; }
.step .num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--apricot); color: var(--ink);
  font-family: var(--font-head); font-size: 1.4rem;
  display: grid; place-items: center; margin-bottom: 1.1rem;
}
.step h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.step p { color: var(--ink-soft); font-size: 0.98rem; }

/* --------------------------- Contact / forms ------------ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.info-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-sm); margin-bottom: 1.4rem; }
.info-card h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.info-card .lic { font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.5rem; }
.info-row { display: flex; align-items: center; gap: 0.7rem; margin: 0.4rem 0; color: var(--ink); font-weight: 600; }
.info-row svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }

.form { background: var(--white); border-radius: var(--radius-lg); padding: 2.2rem; box-shadow: var(--shadow-sm); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.4rem; color: var(--ink); }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--font-body); font-size: 1rem;
  padding: 0.8rem 1rem; border: 1.5px solid rgba(34,34,34,0.15);
  border-radius: 12px; background: var(--cream); color: var(--ink);
  transition: border 0.15s, box-shadow 0.15s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(182,215,242,0.5);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.8rem; }

/* Form confirmation (replaces the form after a successful submit) */
.form-success { text-align: center; padding: 1.5rem 0.5rem; }
.form-success-mark { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; background: var(--green); color: var(--ink); display: grid; place-items: center; font-size: 2rem; font-weight: 800; }
.form-success h3 { font-size: 1.5rem; margin-bottom: 0.4rem; }
.form-success p { color: var(--ink-soft); max-width: 36ch; margin: 0 auto; }

/* Multi-section application form */
.form-section { border: none; padding: 0; margin: 0 0 1.6rem; }
.form-section + .form-section { border-top: 1px solid rgba(34,34,34,0.08); padding-top: 1.6rem; }
.form-section legend { font-family: var(--font-head); font-size: 1.3rem; color: var(--ink); font-weight: 500; padding: 0; margin-bottom: 0.9rem; }
.form-section .legend-note { color: var(--ink-soft); font-size: 0.9rem; margin: -0.5rem 0 1rem; }
.fee-box { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--yellow); border-radius: var(--radius); padding: 1.1rem 1.4rem; margin: 0.4rem 0 1.3rem; font-weight: 700; color: var(--ink); }
.fee-box .amt { font-family: var(--font-head); font-size: 1.7rem; }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.95rem; color: var(--ink-soft); }
.consent input { margin-top: 4px; flex-shrink: 0; }
.app-status { margin-top: 1rem; font-weight: 700; color: var(--green-deep); }

/* --------------------------- Page hero (subpages) -------- */
.page-hero { padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem); text-align: center; position: relative; }
.page-hero::before {
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(255,242,194,0.7), transparent 65%),
    radial-gradient(40% 60% at 85% 0%, rgba(255,221,227,0.6), transparent 65%);
}
.page-hero .eyebrow { display:inline-block; color: var(--accent); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.8rem; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin-bottom: 1rem; }
.page-hero p { color: var(--ink-soft); font-size: 1.12rem; max-width: 56ch; margin: 0 auto; }

/* --------------------------- Gallery --------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 1.6rem;
  justify-items: center;
}
.gallery-circle {
  width: 100%; max-width: 220px; aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--beige);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery-circle:hover { transform: translateY(-5px) scale(1.02); box-shadow: var(--shadow-md); }
.gallery-circle img { width: 100%; height: 100%; object-fit: contain; padding: 6%; }
.gallery-strip { display: flex; gap: 1.2rem; overflow-x: auto; padding: 0.5rem 0 1rem; scroll-snap-type: x mandatory; }
.gallery-strip .gallery-circle { flex: 0 0 180px; scroll-snap-align: start; background: var(--white); }

/* Rectangular photo gallery (real facility photos) */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.3rem; }
.photo-grid figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3; background: var(--green); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.photo-grid figure:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.photo-grid figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-grid figure.tall { grid-row: span 2; aspect-ratio: 3 / 4; }
.photo-grid figure.wide { grid-column: span 2; aspect-ratio: 16 / 9; }
@media (max-width: 640px) { .photo-grid figure.wide { grid-column: span 1; aspect-ratio: 4/3; } }

.photo-strip { display: flex; gap: 1.2rem; overflow-x: auto; padding: 0.5rem 0 1rem; scroll-snap-type: x mandatory; }
.photo-strip figure { margin: 0; flex: 0 0 300px; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); scroll-snap-align: start; }
.photo-strip figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* --------------------------- Footer ---------------------- */
.site-footer { background: var(--ink); color: rgba(244,239,230,0.82); padding: clamp(3rem,5vw,4.5rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.site-footer .brand-name { color: var(--cream); }
.site-footer .brand-name span { color: var(--apricot); }
.footer-about p { margin-top: 1rem; font-size: 0.95rem; max-width: 32ch; }
.footer-col h4 { color: var(--cream); font-size: 1rem; margin-bottom: 1rem; font-family: var(--font-body); font-weight: 800; letter-spacing: 0.04em; }
.footer-col a { display: block; padding: 0.3rem 0; font-size: 0.95rem; color: rgba(244,239,230,0.75); transition: color 0.15s; }
.footer-col a:hover { color: var(--apricot); }
.socials { display: flex; gap: 0.7rem; margin-top: 0.5rem; }
.socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(244,239,230,0.10); display: grid; place-items: center; color: var(--cream); transition: background 0.15s, color 0.15s; }
.socials a:hover { background: var(--apricot); color: var(--ink); }
.socials svg { width: 19px; height: 19px; }
.footer-bottom { border-top: 1px solid rgba(244,239,230,0.15); padding-top: 1.6rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.85rem; }
.footer-bottom .lic { color: rgba(244,239,230,0.6); }

/* --------------------------- Emoji icon grid ------------- */
.icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem 1.5rem;
  max-width: 920px;
  margin-inline: auto;
}
.icon-feature { text-align: center; flex: 0 1 190px; }
.icon-feature .emoji {
  width: 86px; height: 86px; margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 2.5rem; line-height: 1;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.icon-feature h4 { font-size: 1.08rem; line-height: 1.35; color: var(--ink); max-width: 22ch; margin: 0 auto; }
.icon-feature .emoji img { width: 54px; height: 54px; display: block; }
/* playful rotating pastel circles */
.icon-grid.colorful .icon-feature:nth-child(9n+1) .emoji { background: var(--yellow); }
.icon-grid.colorful .icon-feature:nth-child(9n+2) .emoji { background: var(--blue); }
.icon-grid.colorful .icon-feature:nth-child(9n+3) .emoji { background: var(--green); }
.icon-grid.colorful .icon-feature:nth-child(9n+4) .emoji { background: var(--pink); }
.icon-grid.colorful .icon-feature:nth-child(9n+5) .emoji { background: var(--purple); }
.icon-grid.colorful .icon-feature:nth-child(9n+6) .emoji { background: var(--apricot); }
.icon-grid.colorful .icon-feature:nth-child(9n+7) .emoji { background: var(--green); }
.icon-grid.colorful .icon-feature:nth-child(9n+8) .emoji { background: var(--blue); }
.icon-grid.colorful .icon-feature:nth-child(9n+9) .emoji { background: var(--yellow); }

/* --------------------------- Reviews --------------------- */
.reviews { position: relative; overflow: hidden; }
.review-tabs { display: flex; justify-content: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.review-tab {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: var(--white); border-radius: var(--radius-pill);
  padding: 0.55rem 1.15rem; font-weight: 800; font-size: 0.9rem;
  box-shadow: var(--shadow-sm); color: var(--ink);
}
.review-tab .score { color: var(--ink); }
.review-tab .gstar { color: #F4B740; }
.gicon { font-weight: 900; font-family: var(--font-body); }
.gicon .b{color:#4285F4}.gicon .r{color:#EA4335}.gicon .y{color:#FBBC05}.gicon .g{color:#34A853}
.yicon { color: #FF1A1A; font-weight: 900; }

.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem; max-width: 1040px; margin: 0 auto; }
.review-card { background: var(--white); border-radius: var(--radius-lg); padding: 1.7rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review-stars { color: #F4B740; letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 0.8rem; }
.review-text { color: var(--ink-soft); font-size: 0.98rem; flex: 1; }
.review-text .more { display: none; }
.review-text.open .more { display: inline; }
.review-text.open .ellipsis { display: none; }
.review-readmore { color: var(--accent); font-weight: 800; font-size: 0.92rem; margin-top: 0.6rem; cursor: pointer; align-self: flex-start; background: none; border: none; padding: 0; font-family: var(--font-body); }
.review-foot { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.3rem; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; position: relative; flex-shrink: 0; font-size: 1.05rem; }
.review-avatar .src { position: absolute; bottom: -3px; right: -3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.review-name { font-weight: 800; display: flex; align-items: center; gap: 0.35rem; font-size: 0.96rem; color: var(--ink); }
.review-name .verified { color: #3897F0; font-size: 0.85rem; }
.review-date { font-size: 0.8rem; color: var(--ink-soft); }
.review-dots { display: flex; gap: 0.45rem; justify-content: center; margin-top: 2rem; }
.review-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(34,34,34,0.18); transition: width 0.2s, background 0.2s; }
.review-dots span.active { background: var(--accent); width: 22px; border-radius: 5px; }
.reviews .flower { position: absolute; line-height: 1; pointer-events: none; user-select: none; z-index: 0; }
.reviews .flower.left { left: 1.5%; bottom: 10%; transform: rotate(-12deg); }
.reviews .flower.right { right: 2%; bottom: 6%; transform: rotate(8deg); }
.reviews .flower.left img { width: 58px; height: auto; display: block; }
.reviews .flower.right img { width: 82px; height: auto; display: block; }
.reviews .container { position: relative; z-index: 1; }
@media (max-width: 700px) { .reviews .flower { display: none; } }

/* Program circles in icon mode (3D cartoon) */
.program .media.icon { display: grid; place-items: center; background: var(--cream); }
.program .media.icon img { width: 64%; height: 64%; object-fit: contain; border-radius: 0; }
.program-grid .program:nth-child(1) .media.icon { background: var(--blue); }
.program-grid .program:nth-child(2) .media.icon { background: var(--green); }
.program-grid .program:nth-child(3) .media.icon { background: var(--purple); }

/* --------------------------- Enrollment tracks ----------- */
.tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: start; }
.track { background: var(--white); border-radius: var(--radius-lg); padding: 2rem 2rem 1.8rem; box-shadow: var(--shadow-sm); }
.track-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; }
.track-head h3 { font-size: 1.5rem; }
.track-badge { font-weight: 800; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: var(--radius-pill); white-space: nowrap; }
.track-badge.open { background: var(--green); color: var(--ink); }
.track-badge.wait { background: var(--beige); color: var(--accent); }
.track-steps { list-style: none; counter-reset: step; display: grid; gap: 0.95rem; margin: 0 0 1.5rem; padding: 0; }
.track-steps li { counter-increment: step; position: relative; padding-left: 2.5rem; color: var(--ink-soft); line-height: 1.5; }
.track-steps li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--purple); color: var(--ink); font-family: var(--font-head); font-weight: 600; font-size: 0.9rem; display: grid; place-items: center; }
.track-steps li strong { color: var(--ink); }
@media (max-width: 760px) { .tracks { grid-template-columns: 1fr; } }

/* --------------------------- Tour embed (Cal.com) -------- */
.cal-embed {
  width: 100%;
  min-height: 620px;
  overflow: auto;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.cal-embed iframe { border-radius: var(--radius-lg); }

/* --------------------------- Reveal animation ------------ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* --------------------------- Responsive ------------------ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 460px; margin: 1rem auto 0; }
  .split { grid-template-columns: 1fr; }
  .split .media { order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-links {
    position: fixed; inset: 64px 0 auto 0;
    flex-direction: column; align-items: stretch;
    background: var(--cream); padding: 1rem 24px 1.5rem;
    box-shadow: var(--shadow-md);
    transform: translateY(-130%); transition: transform 0.3s ease;
    gap: 0.2rem;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 0.85rem 1rem; }
  .nav-cta { margin: 0.5rem 0 0; }
  .nav-toggle { display: block; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}
@media (max-width: 560px) {
  .form .row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -28px; }
  .feature-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PASTEL STYLE 2 RESTYLE  (site-wide)
   Circular imagery · light-blue accents · light-purple primary
   button · subtle "growing from the ground" botanicals.
   ============================================================ */

/* Primary button -> light purple (Enroll, Start Enrollment, Submit) */
.btn-primary { background: var(--purple); color: var(--ink); }
.btn-primary:hover { background: var(--purple-deep); }
.btn-ghost { border-color: var(--blue-deep); color: var(--blue-deep); }
.btn-ghost:hover { background: var(--blue); color: var(--ink); }

/* Circular hero photo */
.hero-photo { aspect-ratio: 1; border-radius: 50%; border: 3px solid var(--white);
  outline: 1.5px solid rgba(94,143,181,0.45); outline-offset: 10px; background: var(--blue); }

/* Feature cards -> centered circular photo bubbles */
.feature-card { background: transparent; box-shadow: none; border-radius: 0; text-align: center; overflow: visible; }
.feature-card:hover { transform: none; box-shadow: none; }
.feature-card .media { width: 180px; height: 180px; aspect-ratio: 1; margin: 0 auto 1rem; border-radius: 50%;
  overflow: hidden; box-shadow: var(--shadow-sm); outline: 1.5px solid rgba(94,143,181,0.45); outline-offset: 8px; background: var(--blue); }
.feature-card .media-img { border-radius: 50%; transition: transform 0.4s ease; }
.feature-card:hover .media-img { transform: scale(1.05); }
.feature-card .body { padding: 0; }
.feature-card h3 { font-size: 1.15rem; }

/* Program cards -> circular */
.program { background: transparent; box-shadow: none; text-align: center; }
.program .media { width: 200px; height: 200px; aspect-ratio: 1; margin: 0 auto 1rem; border-radius: 50%;
  overflow: hidden; box-shadow: var(--shadow-sm); outline: 1.5px solid rgba(207,198,240,0.95); outline-offset: 9px; background: var(--green); }
.program .media-img { border-radius: 50%; }
.program .body { padding: 0; align-items: center; }
.program .age { align-self: center; background: var(--purple); color: var(--ink); }
.program p { margin-left: auto; margin-right: auto; }

/* Split photos -> circular */
.split .media { aspect-ratio: 1; border-radius: 50%; max-width: 430px; margin: 0 auto; overflow: hidden;
  outline: 1.5px solid rgba(94,143,181,0.45); outline-offset: 10px; box-shadow: var(--shadow-md); }
.split .media-img { border-radius: 50%; }

/* CTA band -> blue to purple */
.cta-band { background: linear-gradient(135deg, var(--blue), var(--purple)); color: var(--ink); }
.cta-band h2 { color: var(--ink); }
.cta-band p { color: rgba(34,34,34,0.78); }

/* Subtle botanicals growing from the bottom of accent bands */
.section-forest, .cta-band { position: relative; overflow: hidden; }
.section-forest { padding-bottom: 6rem; }
.cta-band { padding-bottom: 5.5rem; }
.section-forest::after, .cta-band::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70px; pointer-events: none;
  background-repeat: no-repeat;
  background-image:
    url(../assets/icons/1F33B.svg), url(../assets/icons/1F33F.svg),
    url(../assets/icons/1F337.svg), url(../assets/icons/1F340.svg),
    url(../assets/icons/1F98B.svg);
  background-position: 5% bottom, 21% bottom, 80% bottom, 92% bottom, 67% bottom;
  background-size: auto 54px, auto 62px, auto 46px, auto 42px, auto 34px;
  opacity: 0.95;
}

/* ============================================================
   A NOTE FROM KRISTIN (founder note)
   ============================================================ */
.founder-card {
  background: var(--white);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  padding: clamp(1.8rem, 4vw, 3.4rem);
  max-width: 980px;
  margin-inline: auto;
}
.founder-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(1.6rem, 4vw, 3.2rem);
  align-items: center;
}
.founder-photo .media-img {
  width: 260px; height: 260px;
  border-radius: 50%;
  object-fit: cover;
  display: block; margin-inline: auto;
  box-shadow: var(--shadow-sm);
}
.founder-quote { margin: 0.6rem 0 0; padding: 0; border: 0; }
.founder-quote p {
  font-family: var(--font-head, "Fraunces", serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 0.9rem;
}
.founder-quote p:last-child { margin-bottom: 0; }
.founder-sign { margin-top: 1.4rem; }
.founder-signature {
  display: block;
  font-family: "Caveat", cursive;
  font-size: 2.7rem;
  line-height: 1;
  color: var(--accent);
}
.founder-role {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.95rem;
}
@media (max-width: 760px) {
  .founder-grid { grid-template-columns: 1fr; text-align: center; }
  .founder-photo .media-img { width: 190px; height: 190px; }
}

/* ============================================================
   MOTION — subtle, slow, soft animations
   (all disabled under prefers-reduced-motion)
   ============================================================ */

/* 1 — Hero image gentle Ken-Burns zoom */
@keyframes fs-kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-photo .media-img { animation: fs-kenburns 22s ease-in-out infinite alternate; }

/* 3 + 6 — Floating doodles & animated daily rhythm */
@keyframes fs-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-badge { animation: fs-float 5s ease-in-out infinite; }
.section-forest::after, .cta-band::after { animation: fs-float 7s ease-in-out infinite; }
.section-forest .icon-feature .emoji { animation: fs-float 4.5s ease-in-out infinite; }
.section-forest .icon-feature:nth-child(2) .emoji { animation-delay: .4s; }
.section-forest .icon-feature:nth-child(3) .emoji { animation-delay: .8s; }
.section-forest .icon-feature:nth-child(4) .emoji { animation-delay: 1.2s; }
.section-forest .icon-feature:nth-child(5) .emoji { animation-delay: 1.6s; }
.section-forest .icon-feature:nth-child(6) .emoji { animation-delay: 2s; }
.icon-grid.colorful .icon-feature .emoji { animation: fs-float 5.5s ease-in-out infinite; }
.icon-grid.colorful .icon-feature:nth-child(even) .emoji { animation-delay: .7s; }
.icon-grid.colorful .icon-feature:nth-child(3n) .emoji { animation-delay: 1.3s; }

/* 4 — Photo card hover (circular bubbles + program circles) */
.feature-card, .program { transition: transform .3s ease; }
.feature-card .media, .program .media { transition: box-shadow .3s ease; }
.feature-card .media-img, .program .media-img { transition: transform .5s ease; }
.feature-card:hover, .program:hover { transform: translateY(-6px); }
.feature-card:hover .media, .program:hover .media { box-shadow: var(--shadow-md); }
.feature-card:hover .media-img, .program:hover .media-img { transform: scale(1.06); }

/* 5 — Button micro-animation */
.btn { transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0) scale(.99); }

/* 7 — Soft marquee */
.marquee { overflow: hidden; background: var(--sand); border-block: 1px solid rgba(34,34,34,.06); }
.marquee-track { display: flex; width: max-content; padding: .85rem 0; animation: fs-marquee 40s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { display: inline-flex; align-items: center; gap: .55rem; margin-right: 2.6rem; font-family: var(--font-head); font-size: 1.15rem; color: var(--forest); white-space: nowrap; }
.marquee img { width: 26px; height: 26px; }
@keyframes fs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .hero-photo .media-img, .hero-badge, .section-forest::after, .cta-band::after,
  .icon-feature .emoji, .marquee-track { animation: none !important; }
  .footprint-trail .footstep { animation: none !important; opacity: .4 !important; transform: none !important; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   FOOTPRINT BRAND MOTIF
   ============================================================ */
/* reusable footprint shape (tint via background-color, sized via width/height) */
.footstep {
  display: inline-block;
  -webkit-mask: url(../assets/icons/footprint.svg) no-repeat center / contain;
          mask: url(../assets/icons/footprint.svg) no-repeat center / contain;
  background-color: var(--accent);
}

/* #1 — walking trail (leads into "Follow our Footsteps") */
.footprint-trail { display: flex; justify-content: center; align-items: flex-start; gap: 18px; margin: 0 auto 1.4rem; height: 56px; }
.footprint-trail .footstep {
  width: 22px; height: 28px; background-color: var(--ink); opacity: 0;
  animation: fs-stepup 3s ease-in-out infinite;
}
.footprint-trail .footstep:nth-child(even) { margin-top: 14px; }
.footprint-trail .footstep:nth-child(1) { animation-delay: 0s; }
.footprint-trail .footstep:nth-child(2) { animation-delay: .25s; }
.footprint-trail .footstep:nth-child(3) { animation-delay: .5s; }
.footprint-trail .footstep:nth-child(4) { animation-delay: .75s; }
.footprint-trail .footstep:nth-child(5) { animation-delay: 1s; }
.footprint-trail .footstep:nth-child(6) { animation-delay: 1.25s; }
/* each footprint rises (steps up) while fading in and out */
@keyframes fs-stepup {
  0%   { opacity: 0; transform: translateY(16px); }
  30%  { opacity: .55; transform: translateY(2px); }
  70%  { opacity: .55; transform: translateY(-6px); }
  100% { opacity: 0; transform: translateY(-16px); }
}

/* #3 — value-list bullets become little footprints */
.value-list .check {
  width: 20px; height: 24px; flex-shrink: 0; margin-top: 1px;
  font-size: 0; color: transparent;
  -webkit-mask: url(../assets/icons/footprint.svg) no-repeat center / contain;
          mask: url(../assets/icons/footprint.svg) no-repeat center / contain;
  background-color: var(--green-deep);
}

/* ============================================================
   STICKY MOBILE "SCHEDULE A TOUR" CTA — visible on phones only
   ============================================================ */
.mobile-cta { display: none; }
@media (max-width: 760px) {
  .mobile-cta {
    display: block;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    padding: 0.7rem 16px calc(0.7rem + env(safe-area-inset-bottom, 0px));
    background: rgba(244, 239, 230, 0.94);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.10);
  }
  .mobile-cta .btn { display: flex; width: 100%; justify-content: center; }
  /* keep the bar from covering the footer's last line */
  body.has-mobile-cta { padding-bottom: 78px; }
}
