:root {
  --pre-clay: #c97959;
  --pre-clay-soft: #f4dfd5;
  --pre-sage: #dce8d8;
  --pre-sage-strong: #9eb69b;
  --pre-sky: #dfecee;
  --pre-butter: #f3dda0;
  --pre-paper: #fffdf7;
}

.preschool-v2 {
  background: var(--cream);
}

.preschool-v2 h1,
.preschool-v2 h2,
.preschool-v2 h3 {
  text-wrap: balance;
}

.preschool-v2 p {
  text-wrap: pretty;
}

.preschool-header {
  background: rgba(251,247,237,.97);
  border-bottom: 1px solid rgba(36,75,59,.08);
}

.preschool-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--green);
}

.brand-landscape {
  position: relative;
  width: 54px;
  height: 42px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-sun {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 2px;
  right: 7px;
  background: var(--gold);
}

.brand-hill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 26px;
  border-radius: 50% 50% 0 0;
}

.brand-hill.back {
  left: 9px;
  right: -5px;
  bottom: -11px;
  background: var(--green-2);
  transform: rotate(-6deg);
}

.brand-hill.front {
  left: -7px;
  right: 13px;
  background: var(--green);
  transform: rotate(7deg);
}

.brand-words {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand-words strong {
  font: 700 1.08rem/1.05 var(--serif);
  letter-spacing: -.015em;
}

.brand-words span {
  color: var(--terracotta);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.preschool-nav a:not(.button) {
  color: #405047;
}

/* HERO */
.preschool-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 76px;
  background:
    radial-gradient(circle at 90% 14%, rgba(212,166,62,.16), transparent 28%),
    linear-gradient(180deg, #fbf7ed 0%, #f7f1e4 100%);
}

.preschool-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 62px;
}

.preschool-hero-copy h1 {
  max-width: 790px;
  margin: 14px 0 22px;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.preschool-hero-copy .hero-lede {
  max-width: 720px;
  color: #3f4e46;
  font-size: clamp(1.08rem, 1.55vw, 1.27rem);
  line-height: 1.62;
}

.preschool-hero-copy .hero-support {
  max-width: 650px;
  margin-top: 13px;
  font-size: .98rem;
  line-height: 1.6;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: 24px;
}

.hero-proof span {
  display: grid;
  gap: 2px;
  padding: 14px 15px;
  border: 1px solid rgba(36,75,59,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.58);
}

.hero-proof strong {
  color: var(--green);
  font-size: .88rem;
}

.hero-proof small {
  color: var(--muted);
  font-size: .76rem;
}

.opening-note {
  max-width: 670px;
  margin: 20px 0 0;
  color: #657068;
  font-size: .86rem;
  line-height: 1.55;
}

.opening-note strong {
  color: var(--green);
}

.day-window {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(36,75,59,.10);
  border-radius: 30px;
  background: rgba(255,253,247,.95);
  box-shadow: 0 18px 50px rgba(36,75,59,.10);
}

.day-window::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  top: -38px;
  right: -30px;
  background: rgba(243,221,160,.48);
}

.day-window-head {
  display: grid;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.day-window-head strong {
  color: var(--green);
  font: 700 1.65rem/1.15 var(--serif);
}

.tiny-label {
  color: var(--terracotta);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.day-moment {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid var(--border);
}

.day-moment b {
  display: block;
  color: var(--green);
  font-size: .95rem;
}

.day-moment small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: .81rem;
  line-height: 1.5;
}

.moment-mark {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 8px;
  transform: rotate(-4deg);
}

.moment-mark.clay { background: var(--pre-clay-soft); border: 1px solid rgba(201,121,89,.32); }
.moment-mark.gold { background: var(--pre-butter); border-radius: 50%; }
.moment-mark.sage { background: var(--pre-sage); transform: rotate(5deg); }
.moment-mark.sky { background: var(--pre-sky); border-radius: 50% 50% 50% 9px; }

.day-window-foot {
  margin: 18px 0 0;
  color: #5e6b63;
  font-size: .87rem;
  line-height: 1.55;
  font-weight: 650;
}

/* PRESENT VALUE */
.present-value-section {
  background: var(--pre-paper);
}

.present-value-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 62px;
  align-items: start;
}

.present-value-copy {
  position: sticky;
  top: 112px;
}

.present-value-copy h2 {
  max-width: 520px;
}

.present-value-copy .section-intro {
  max-width: 520px;
  font-size: 1.02rem;
  line-height: 1.68;
}

.future-bridge {
  max-width: 510px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: #fff7df;
  color: #526057;
  font-size: .9rem;
  line-height: 1.55;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.benefit-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 28px rgba(36,75,59,.045);
}

.benefit-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green-3);
  color: var(--green);
  font-weight: 800;
}

.benefit-grid article:nth-child(2) > span { background: var(--pre-butter); }
.benefit-grid article:nth-child(3) > span { background: var(--pre-sage); }
.benefit-grid article:nth-child(4) > span { background: var(--pre-clay-soft); }

.benefit-grid h3 {
  margin-bottom: 8px;
  font-size: 1.34rem;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.58;
}

/* WHY */
.why-section {
  background: var(--green);
  color: white;
}

.why-heading {
  max-width: 850px;
  margin-bottom: 36px;
}

.why-heading h2 {
  color: white;
  max-width: 800px;
}

.why-heading p {
  color: rgba(255,255,255,.82);
  max-width: 790px;
  font-size: 1rem;
  line-height: 1.66;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.why-grid article {
  padding: 23px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.07);
}

.why-grid strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-family: var(--serif);
  font-size: 1.16rem;
}

.why-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .87rem;
  line-height: 1.58;
}

/* APPROACH */
.approach-section {
  background: #f6f0e2;
}

.approach-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 64px;
  align-items: start;
}

.approach-intro {
  position: sticky;
  top: 112px;
}

.approach-intro h2 {
  max-width: 500px;
}

.approach-intro p {
  max-width: 510px;
  color: var(--muted);
  line-height: 1.65;
}

.approach-list {
  display: grid;
  gap: 12px;
}

.approach-list article {
  padding: 24px 26px;
  border: 1px solid rgba(36,75,59,.10);
  border-radius: 22px;
  background: rgba(255,253,247,.92);
}

.approach-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--terracotta);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.approach-list h3 {
  margin-bottom: 7px;
  font-size: 1.42rem;
}

.approach-list p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.58;
}

.method-note {
  grid-column: 2;
  margin: 5px 0 0;
  color: #7a746b;
  font-size: .78rem;
  line-height: 1.5;
}

/* PREVIEW CTA */
.preview-next {
  padding: 34px 0;
  border-top: 1px solid rgba(36,75,59,.10);
  background: var(--pre-paper);
}

.preview-next-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.preview-next-inner > div {
  max-width: 760px;
}

.preview-next-inner strong {
  display: block;
  margin: 4px 0 5px;
  color: var(--green);
  font: 700 1.5rem/1.2 var(--serif);
}

.preview-next-inner p {
  margin: 0;
  color: var(--muted);
}

.preview-footer {
  background: #1d3b30;
}

.preview-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 0;
  color: white;
}

.preview-footer-inner span {
  color: rgba(255,255,255,.68);
  font-size: .82rem;
}

@media (max-width: 1020px) {
  .preschool-hero-grid,
  .present-value-grid,
  .approach-layout {
    grid-template-columns: 1fr;
  }

  .day-window {
    max-width: 760px;
  }

  .present-value-copy,
  .approach-intro {
    position: static;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-note {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .preschool-hero {
    padding: 26px 0 54px;
  }

  .preschool-hero-grid {
    gap: 30px;
  }

  .preschool-hero-copy h1 {
    font-size: 2.4rem;
    line-height: 1.05;
    margin-bottom: 17px;
  }

  .preschool-hero-copy .hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }

  .preschool-hero-copy .hero-support {
    font-size: .92rem;
    line-height: 1.5;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hero-proof span {
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 12px;
    padding: 10px 12px;
  }

  .hero-proof small {
    text-align: right;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    justify-self: center;
  }

  .day-window {
    padding: 23px 20px;
    border-radius: 22px;
  }

  .day-window-head strong {
    font-size: 1.42rem;
  }

  .present-value-section,
  .why-section,
  .approach-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .benefit-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: 0;
    padding: 20px;
  }

  .why-grid article,
  .approach-list article {
    padding: 20px;
  }

  .preview-next-inner,
  .preview-footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .preview-next-inner .button {
    width: 100%;
  }

  .preview-footer-inner {
    gap: 4px;
  }
}
