:root {
  --ink: #1d3b2c;
  --green: #315f45;
  --green-2: #7f9c7d;
  --cream: #fffaf0;
  --paper: #fffef9;
  --yellow: #f8bd42;
  --coral: #ef725d;
  --mint: #c5d8bd;
  --brown: #4a332e;
  --line: rgba(29, 59, 44, 0.14);
  --shadow: 0 28px 70px rgba(54, 64, 39, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.language-pending { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.language-gate { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1.25rem; background: rgba(29,59,44,.82); backdrop-filter: blur(14px); transition: opacity .25s ease, visibility .25s ease; }
.language-gate.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.language-card { width: min(680px, 100%); padding: clamp(1.4rem,4vw,2.6rem); text-align: center; background: var(--paper); border-radius: 2.2rem; box-shadow: 0 35px 100px rgba(9,27,18,.35); }
.language-card img { width: 150px; height: 150px; margin: -5.2rem auto 1rem; object-fit: cover; border: 8px solid var(--paper); border-radius: 50%; box-shadow: 0 16px 40px rgba(29,59,44,.18); }
.language-kicker { margin: 0 0 .6rem; color: var(--coral); font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.language-card h1 { margin: 0 0 1.6rem; font-size: clamp(2rem,5vw,3.5rem); line-height: 1.03; }
.language-card h1 span { color: var(--green); }
.language-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.language-options button { display: grid; gap: .2rem; padding: 1.1rem; color: var(--ink); background: #fff6df; border: 2px solid transparent; border-radius: 1.2rem; cursor: pointer; font: inherit; transition: .2s ease; }
.language-options button:hover, .language-options button:focus-visible { border-color: var(--yellow); transform: translateY(-2px); outline: none; }
.language-options strong { font-family: "Nunito", sans-serif; font-size: 1.2rem; }
.language-options span { color: #64746a; font-size: .85rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 5rem);
  background: rgba(255, 250, 240, .92);
  border-bottom: 1px solid rgba(49,95,69,.1);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: "Nunito", sans-serif; font-weight: 900; font-size: 1.2rem; letter-spacing: -.03em; }
.brand-sun { display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 1.2rem; }
.main-nav { display: flex; align-items: center; gap: 1.8rem; }
.main-nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
.main-nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { color: white; background: var(--green); border-radius: 999px; padding: .65rem 1.05rem; }
.nav-cta:hover { background: var(--ink); }
.language-switch { display: flex; align-items: center; gap: .28rem; padding-left: .35rem; }
.language-switch button { padding: .25rem; color: #718077; background: transparent; border: 0; cursor: pointer; font: 800 .76rem "DM Sans", sans-serif; }
.language-switch button.active { color: var(--coral); }
.language-switch span { color: #a5afa8; font-size: .75rem; }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(4rem, 7vw, 7.5rem) clamp(1.25rem, 6vw, 7rem);
  background-image: radial-gradient(circle at 10% 12%, rgba(248,189,66,.18), transparent 26%), radial-gradient(circle at 91% 82%, rgba(239,114,93,.13), transparent 23%);
}
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.25rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span:not([data-i18n]) { flex: 0 0 28px; width: 28px; height: 2px; background: var(--coral); }
.eyebrow > span[data-i18n] { width: auto; height: auto; background: transparent; }
h1, h2, h3 { font-family: "Nunito", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 1.5rem; font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 900; letter-spacing: -.06em; }
h1 em { display: block; color: var(--coral); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #53665b; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0 2.5rem; }
.button { display: inline-flex; align-items: center; gap: .6rem; padding: .9rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 700; transition: .2s ease; }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(49,95,69,.22); }
.button-primary:hover { background: var(--ink); transform: translateY(-2px); }
.button-yellow { color: var(--ink); background: var(--yellow); border: 0; box-shadow: 0 12px 28px rgba(248,189,66,.2); cursor: pointer; }
.button-yellow:hover { background: #ffd778; transform: translateY(-2px); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.button-quiet:hover { background: white; }
.quick-facts { display: flex; gap: clamp(1rem, 3vw, 2.5rem); padding: 1.5rem 0 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.quick-facts li { display: grid; }
.quick-facts strong { font-family: "Nunito", sans-serif; font-size: 1rem; }
.quick-facts span { color: #6b796f; font-size: .82rem; }
.hero-visual { position: relative; min-width: 0; }
.logo-frame { position: relative; overflow: hidden; aspect-ratio: 1; background: white; border: 14px solid white; border-radius: 32% 68% 55% 45% / 46% 37% 63% 54%; box-shadow: var(--shadow); transform: rotate(1deg); }
.logo-frame::after { content: ""; position: absolute; inset: 0; border: 2px dashed rgba(49,95,69,.16); border-radius: inherit; pointer-events: none; }
.logo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: .5rem; padding: .65rem .9rem; color: var(--brown); background: white; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 12px 35px rgba(54,64,39,.14); font-family: "Nunito", sans-serif; font-size: .86rem; font-weight: 800; }
.floating-note span { display: grid; place-items: center; width: 28px; height: 28px; background: #fff1c8; border-radius: 50%; color: var(--coral); }
.note-one { left: -7%; top: 13%; }
.note-two { right: -5%; top: 28%; }
.note-three { left: 8%; bottom: 5%; }

.promise-strip { display: flex; align-items: center; justify-content: center; gap: clamp(1rem,3vw,3rem); padding: 1.1rem 1.5rem; color: white; background: var(--green); text-align: center; }
.promise-strip p { margin: 0; font-weight: 600; }
.promise-strip span { color: var(--yellow); }
.founder-section { padding: clamp(2rem,5vw,4rem) clamp(1.25rem,6vw,7rem); background: #fff8eb; }
.founder-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(1.3rem,3vw,2.5rem); max-width: 960px; margin: 0 auto; padding: clamp(1.5rem,3vw,2.3rem); background: white; border: 1px solid var(--line); border-radius: 1.8rem; box-shadow: 0 18px 45px rgba(54,64,39,.08); }
.founder-photo { width: 112px; height: 112px; object-fit: cover; border: 5px solid #fff1c8; border-radius: 50% 44% 54% 46%; box-shadow: 0 12px 28px rgba(54,64,39,.16); transform: rotate(-3deg); }
.founder-card .eyebrow { margin-bottom: .55rem; }
.founder-card h2 { margin-bottom: .55rem; font-size: clamp(2rem,3.5vw,3.1rem); letter-spacing: -.04em; }
.founder-card p:last-child { max-width: 720px; margin: 0; color: #5c6f62; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { max-width: 760px; margin-bottom: 3.5rem; }
.section-heading h2, .ages-intro h2, .opening h2 { margin-bottom: 1.1rem; font-size: clamp(2.4rem, 4.2vw, 4.6rem); font-weight: 900; letter-spacing: -.05em; }
.section-heading > p:last-child, .ages-intro > p:last-child { max-width: 650px; color: #65766b; font-size: 1.08rem; }
.approach { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; max-width: 1200px; }
.feature-card { position: relative; min-height: 0; padding: 0; border-radius: 1.8rem; overflow: hidden; transition: transform .25s ease; }
.feature-card:hover { transform: translateY(-6px); }
.feature-card.coral { background: #ffe4dc; }
.feature-card.yellow { background: #fff0bd; }
.feature-card.green { background: #dce9d7; }
.feature-card.cream { background: #f6eee2; }
.feature-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #e8e1d4; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.feature-card:hover .feature-photo img { transform: scale(1.025); }
.feature-number { position: absolute; top: 1rem; left: 1rem; padding: .4rem .55rem; color: var(--ink); background: rgba(255,255,255,.88); border-radius: 999px; backdrop-filter: blur(8px); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.feature-content { position: relative; padding: 1.4rem 1.8rem 2rem; }
.feature-icon { position: relative; display: grid; place-items: center; width: 58px; height: 58px; margin: -3rem 0 1.2rem; color: white; background: var(--green); border: 5px solid rgba(255,255,255,.86); border-radius: 18px; box-shadow: 0 8px 24px rgba(29,59,44,.18); font-size: 1.6rem; transform: rotate(-4deg); }
.feature-card h3 { margin-bottom: .75rem; font-size: 1.45rem; }
.feature-card p { margin: 0; color: #54685b; }
.photo-note { max-width: 1200px; margin: 1rem 0 0; color: #748078; font-size: .82rem; text-align: right; }

.ages { background: var(--paper); padding-top: 0; }
.ages-card { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding: clamp(2rem,5vw,5rem); color: white; background: var(--green); border-radius: 2.5rem; box-shadow: var(--shadow); }
.eyebrow.light { color: #e5f0df; }
.ages-intro p:last-child { color: #d1dfd4; }
.age-list { display: grid; align-content: center; gap: 1rem; }
.age-list article { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 1.2rem; }
.age-list h3, .age-list p { margin: 0; }
.age-list h3 { font-size: 1.15rem; }
.age-list p { color: #d1dfd4; font-size: .9rem; }
.age-dot { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; box-shadow: inset 0 0 0 9px rgba(255,255,255,.28); }
.coral-dot { background: var(--coral); }
.yellow-dot { background: var(--yellow); }
.mint-dot { background: var(--mint); }

.schedule { background: var(--paper); }
.schedule-heading { margin-left: auto; margin-right: auto; text-align: center; }
.schedule-heading .eyebrow { justify-content: center; }
.schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; max-width: 1100px; margin: 0 auto; }
.schedule-card { position: relative; overflow: hidden; min-height: 350px; padding: clamp(2rem,4vw,3.2rem); border-radius: 2rem; }
.schedule-card.weekday { background: #ffe6dd; }
.schedule-card.weekend { background: #e0ecd9; }
.schedule-card::after { content: ""; position: absolute; right: -65px; bottom: -65px; width: 210px; height: 210px; border: 2px dashed rgba(29,59,44,.14); border-radius: 50%; }
.schedule-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 2.4rem; color: var(--ink); background: white; border-radius: 18px; box-shadow: 0 10px 25px rgba(54,64,39,.1); font-size: 1.45rem; }
.schedule-card > p:first-of-type { margin: 0 0 .35rem; color: var(--green); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.schedule-card h3 { margin: 0 0 1rem; font-size: clamp(2rem,3.5vw,3.4rem); letter-spacing: -.05em; }
.schedule-card h3 span { color: var(--coral); }
.schedule-card > p:last-of-type { max-width: 520px; margin: 0; color: #52665a; }
.included-mini { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.5rem; padding: .62rem .85rem; color: var(--ink); background: rgba(255,255,255,.72); border-radius: 999px; font-size: .85rem; }
.included-mini span { color: var(--coral); font-size: .65rem; }
.schedule-note { max-width: 820px; margin: 1.5rem auto 0; color: #6a786f; text-align: center; font-size: .88rem; }

.services { background: #f4eddf; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.service-card { min-height: 430px; padding: clamp(2rem,4vw,3.2rem); background: white; border: 1px solid var(--line); border-radius: 2rem; box-shadow: 0 18px 50px rgba(54,64,39,.08); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3rem; }
.service-label { padding: .45rem .7rem; color: var(--ink); background: #fff1bd; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-symbol { display: grid; place-items: center; width: 54px; height: 54px; color: white; background: var(--green); border-radius: 50%; font-size: 1.4rem; }
.service-card h3 { max-width: 470px; margin-bottom: 1rem; font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.04em; }
.service-card > p { color: #5c6f62; }
.service-card ul { display: grid; gap: .7rem; padding: 0; margin: 1.5rem 0 0; list-style: none; }
.service-card li { position: relative; padding-left: 1.35rem; color: #415548; font-weight: 600; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.transport-care .service-label { background: #dcebd7; }
.transport-care .service-symbol { color: var(--ink); background: var(--yellow); }

.weekend-spanish { background: var(--paper); }
.spanish-feature.expanded { max-width: 1120px; margin: 0 auto; padding: clamp(2rem,5vw,4rem); }
.spanish-feature.expanded h2 { margin: 0 0 1rem; font-size: clamp(2.1rem,4vw,4rem); letter-spacing: -.05em; }
.included-badge { display: inline-block; margin-top: 1.2rem; padding: .65rem .9rem; color: var(--ink); background: #fff0bd; border-radius: 999px; font-weight: 800; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: .75rem; align-items: center; padding: 1.5rem clamp(1rem,3vw,2rem); background: var(--paper); }
.trust-strip > div > span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: #fff0bd; border-radius: 50%; font-weight: 900; }
.trust-strip strong { align-self: end; font-family: "Nunito", sans-serif; line-height: 1.1; }
.trust-strip small { align-self: start; color: #6c7a70; font-size: .78rem; }

.availability-section { background: #fff8eb; }
.availability-panel { display: grid; grid-template-columns: 1.35fr .65fr; align-items: stretch; max-width: 1200px; margin: 0 auto; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 2.4rem; box-shadow: var(--shadow); }
.availability-copy { padding: clamp(2rem,5vw,4rem); }
.availability-copy h2 { max-width: 760px; margin-bottom: 1rem; font-size: clamp(2.3rem,4vw,4.2rem); letter-spacing: -.05em; }
.availability-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 1.8rem; color: #5f7165; }
.ages-summary { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,4vw,3.5rem); color: var(--ink); background: #f7d66f; }
.ages-number { display: inline-block; margin-bottom: 1rem; font: 900 clamp(2rem,3.5vw,3.4rem)/1 "Nunito", sans-serif; letter-spacing: -.04em; }
.ages-summary strong { font: 800 1.3rem/1.2 "Nunito", sans-serif; }
.ages-summary p { margin: .75rem 0 0; color: #4b5c51; }

.safety-section { background: var(--paper); }
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1200px; margin: 0 auto; }
.safety-grid article { padding: 2rem; background: #f4eddf; border: 1px solid var(--line); border-radius: 1.6rem; }
.safety-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1.4rem; color: white; background: var(--green); border-radius: 1rem; font-weight: 900; }
.safety-grid h3 { margin: 0 0 .65rem; font-size: 1.35rem; }
.safety-grid p { margin: 0; color: #617268; }

.enrollment-section { color: white; background: var(--green); }
.enrollment-heading { color: white; }
.enrollment-heading .eyebrow { color: #d9e8dc; }
.enrollment-heading .eyebrow > span:first-child { background: var(--yellow); }
.enrollment-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; max-width: 1200px; margin: 0 auto; overflow: hidden; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); border-radius: 1.8rem; }
.enrollment-steps article { min-height: 230px; padding: 2rem 1.6rem; background: rgba(21,56,38,.62); }
.enrollment-steps article > span { display: block; margin-bottom: 2rem; color: var(--yellow); font: 900 1.05rem/1 "Nunito", sans-serif; letter-spacing: .1em; }
.enrollment-steps h3 { margin: 0 0 .7rem; font-size: 1.25rem; }
.enrollment-steps p { margin: 0; color: #d7e4d9; font-size: .95rem; }

.family-info { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem,4vw,4rem); align-items: start; background: #fff8eb; }
.faq-column { width: 100%; max-width: 760px; justify-self: end; }
.compact-heading { margin-bottom: 2rem; }
.compact-heading h2 { font-size: clamp(2.3rem,4vw,3.8rem); }
.faq-list { display: grid; gap: .75rem; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: 1.1rem; }
.faq-list summary { position: relative; padding: 1.2rem 3.5rem 1.2rem 1.3rem; cursor: pointer; list-style: none; font-family: "Nunito", sans-serif; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%); color: var(--coral); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 1.3rem 1.3rem; color: #5f7165; }
.family-policy-card { position: sticky; top: 100px; max-width: 560px; padding: clamp(2rem,4vw,3.5rem); background: #dce8d7; border: 1px solid var(--line); border-radius: 2rem; box-shadow: 0 20px 50px rgba(54,64,39,.1); }
.policy-symbol { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1.5rem; color: white; background: var(--coral); border-radius: 50%; font-size: 1.7rem; }
.family-policy-card h2 { margin-bottom: 1rem; font-size: clamp(2rem,3vw,3rem); letter-spacing: -.04em; }
.family-policy-card > p:not(.eyebrow) { color: #53665a; }
.future-note { display: grid; gap: .35rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(29,59,44,.18); }
.future-note strong { font-family: "Nunito", sans-serif; }
.future-note span { color: #5d7064; font-size: .92rem; }

.location-section { background: var(--paper); }
.location-card { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; max-width: 1200px; margin: 0 auto; background: #f4eddf; border: 1px solid var(--line); border-radius: 2.4rem; box-shadow: var(--shadow); }
.location-copy { padding: clamp(2rem,5vw,4.5rem); }
.location-copy h2 { margin-bottom: 1.2rem; font-size: clamp(2.2rem,4vw,4rem); letter-spacing: -.05em; }
.location-copy address { margin-bottom: 1.1rem; color: var(--ink); font: 800 clamp(1.1rem,2vw,1.45rem)/1.5 "Nunito", sans-serif; }
.location-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 1.8rem; color: #5e6f64; }
.map-frame { min-height: 470px; background: #dce8d7; }
.map-frame iframe { width: 100%; height: 100%; min-height: 470px; border: 0; filter: saturate(.75) contrast(.95); }
.privacy-map { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 470px; padding: 2.5rem; text-align: center; background: #dce8d7; }
.privacy-pin { display: grid; place-items: center; width: 88px; height: 88px; margin-bottom: 1.4rem; color: white; background: var(--green); border-radius: 50% 50% 50% 12%; font-size: 2.5rem; transform: rotate(-8deg); }
.privacy-map strong { font: 900 1.6rem/1.2 "Nunito", sans-serif; }
.privacy-map p { max-width: 330px; margin: .7rem 0 0; color: #5e7064; }

.day { background: #fff8eb; }
.day-heading { margin-left: auto; margin-right: auto; text-align: center; }
.day-heading .eyebrow { justify-content: center; }
.rhythm { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1200px; margin: 0 auto; border-top: 1px solid var(--line); }
.rhythm article { position: relative; padding: 2.2rem 1.5rem; border-right: 1px solid var(--line); }
.rhythm article:last-child { border-right: 0; }
.rhythm article > span { position: absolute; top: -17px; left: 1.5rem; display: grid; place-items: center; width: 34px; height: 34px; background: var(--yellow); border-radius: 50%; font-family: "Nunito", sans-serif; font-weight: 900; }
.rhythm h3 { margin: .75rem 0 .6rem; font-size: 1.3rem; }
.rhythm p { margin: 0; color: #67766d; font-size: .93rem; }
.spanish-feature { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2rem; max-width: 920px; margin: 5rem auto 0; padding: 1.8rem 2rem; background: white; border: 1px solid var(--line); border-radius: 1.7rem; box-shadow: 0 16px 45px rgba(54,64,39,.08); }
.spanish-mark { display: grid; place-items: center; width: 130px; height: 130px; color: white; background: var(--coral); border-radius: 50% 45% 55% 42%; font-family: "Nunito", sans-serif; font-size: 1.45rem; font-weight: 900; transform: rotate(-5deg); }
.spanish-feature .eyebrow { margin-bottom: .75rem; }
.spanish-feature h3 { margin-bottom: .5rem; font-size: 1.6rem; }
.spanish-feature p:last-child { margin: 0; color: #65766b; }

.contact-section { position: relative; overflow: hidden; padding: clamp(5rem,9vw,9rem) 1.25rem; text-align: center; color: white; background: var(--ink); }
.contact-section::before, .contact-section::after { content: ""; position: absolute; width: 250px; height: 250px; border: 2px dashed rgba(255,255,255,.14); border-radius: 50%; }
.contact-section::before { left: -70px; bottom: -100px; }
.contact-section::after { right: -70px; top: -100px; }
.opening-sun { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 1.5rem; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 2rem; }
.eyebrow.centered { justify-content: center; color: #d5e3d7; }
.contact-section h2 { max-width: 850px; margin: 0 auto 1.1rem; font-size: clamp(2.4rem,4.2vw,4.6rem); font-weight: 900; letter-spacing: -.05em; }
.contact-section > p:not(.eyebrow) { max-width: 720px; margin: 0 auto; color: #cfddd2; font-size: 1.05rem; }
.form-success { position: relative; z-index: 1; max-width: 720px; margin: 1.4rem auto 0; padding: .9rem 1rem; color: var(--ink); background: #d9edda; border-radius: 1rem; font-weight: 800; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.3rem; max-width: 1050px; margin: 2.5rem auto 0; text-align: left; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1.3rem,3vw,2rem); color: var(--ink); background: white; border-radius: 1.8rem; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.form-field { display: grid; gap: .45rem; }
.form-field.full, .consent-field.full, .inquiry-form .button.full { grid-column: 1 / -1; }
.tour-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; grid-column: 1 / -1; }
.tour-fields[hidden] { display: none; }
.tour-fields .form-note { grid-column: 1 / -1; }
.form-field label { font-size: .86rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; color: var(--ink); background: #fffdf8; border: 1px solid rgba(29,59,44,.22); border-radius: .8rem; font: inherit; }
.form-field textarea { min-height: 105px; resize: vertical; }
.form-note { color: #66766c; font-size: .82rem; line-height: 1.45; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); outline: 3px solid rgba(49,95,69,.13); }
.consent-field { display: flex; align-items: flex-start; gap: .7rem; color: #53665a; font-size: .86rem; }
.consent-field input { width: 18px; height: 18px; margin-top: .2rem; accent-color: var(--green); }
.inquiry-form .button { width: 100%; justify-content: center; font: 800 1rem "DM Sans", sans-serif; }
.direct-contact { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem,3vw,2.4rem); color: var(--ink); background: #f7d66f; border-radius: 1.8rem; }
.direct-label { margin-bottom: 1rem; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact > a { overflow-wrap: anywhere; font: 900 clamp(1.25rem,2.3vw,1.75rem)/1.25 "Nunito", sans-serif; }
.direct-contact > p { margin: 1rem 0 1.6rem; color: #4f5e55; }
.whatsapp-coming { display: flex; align-items: center; gap: .8rem; padding-top: 1.3rem; border-top: 1px solid rgba(29,59,44,.18); }
.whatsapp-coming > span { display: grid; place-items: center; width: 40px; height: 40px; color: white; background: var(--green); border-radius: 50%; }
.whatsapp-coming div { display: grid; }
.whatsapp-coming small { color: #5d6d63; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem,6vw,7rem); background: #f4eddf; }
footer p { margin: 0; font-size: .9rem; }
footer p span { color: var(--coral); }
.footer-location { justify-self: end; color: #66766c; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 650px; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .ages-card { gap: 2.5rem; }
  .main-nav { gap: 1rem; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .availability-panel { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
  .enrollment-steps { grid-template-columns: 1fr 1fr; }
  .family-info { grid-template-columns: 1fr; }
  .faq-column, .family-policy-card { max-width: 900px; justify-self: center; }
  .family-policy-card { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header { height: 68px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem 1.25rem 1.4rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(54,64,39,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem 1rem; }
  .main-nav .nav-cta { text-align: center; }
  .language-switch { justify-content: center; padding: .5rem; }
  .hero { padding-top: 3.5rem; }
  h1 { overflow-wrap: break-word; font-size: clamp(2.55rem, 12vw, 4rem); line-height: 1; }
  .hero-copy { min-width: 0; }
  .quick-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem 1.2rem; }
  .floating-note { font-size: .75rem; padding: .45rem .65rem; }
  .note-one { left: -2%; }
  .note-two { right: -2%; }
  .promise-strip { flex-direction: column; gap: .4rem; }
  .promise-strip span { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-icon { margin-top: -3rem; }
  .ages-card { grid-template-columns: 1fr; }
  .schedule-grid, .service-grid { grid-template-columns: 1fr; }
  .schedule-card, .service-card { min-height: auto; }
  .rhythm { grid-template-columns: 1fr 1fr; row-gap: 1.5rem; border-top: 0; }
  .rhythm article { border-top: 1px solid var(--line); }
  .rhythm article:nth-child(2) { border-right: 0; }
  .spanish-feature { grid-template-columns: 1fr; text-align: center; }
  .spanish-mark { width: 100px; height: 100px; margin: 0 auto; }
  .spanish-feature .eyebrow { justify-content: center; }
  .included-badge { border-radius: 1rem; }
  .enrollment-steps { grid-template-columns: 1fr; }
  .enrollment-steps article { min-height: auto; }
  .inquiry-form { grid-template-columns: 1fr; }
  .form-field.full, .consent-field.full, .inquiry-form .button.full { grid-column: auto; }
  .location-card { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe, .privacy-map { min-height: 340px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-location { justify-self: center; }
}
@media (max-width: 460px) {
  .language-card { padding: 1.25rem; }
  .language-card img { width: 112px; height: 112px; margin-top: -4rem; }
  .language-options { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .button { justify-content: center; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts li { grid-template-columns: 1fr 1fr; }
  .quick-facts span { text-align: right; }
  .floating-note { display: none; }
  .founder-card { grid-template-columns: 1fr; text-align: center; }
  .founder-photo { width: 96px; height: 96px; margin: 0 auto; }
  .founder-card .eyebrow { justify-content: center; }
  .tour-fields { grid-template-columns: 1fr; }
  .tour-fields .form-note { grid-column: auto; }
  .feature-card { padding: 0; }
  .feature-content { padding: 1.3rem 1.4rem 1.7rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .rhythm { grid-template-columns: 1fr; }
  .rhythm article { border-right: 0; }
  .opening-badge { border-radius: 1rem; }
  .contact-placeholder { border-radius: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
