:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fcf6f7;
  color: #332a27;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #fff8f9 0%, #f9f2f5 45%, #f7fafc 100%);
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  padding: 3.5rem 1.5rem 2.5rem;
  text-align: left;
  background: #ffffff;
  border-bottom: 1px solid rgba(214, 191, 191, 0.35);
}

.brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
}

.brand-text {
  text-align: left;
}

.logo {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.eyebrow {
  margin: 0 0 0.35rem;
  color: #b15f79;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 680px;
}

.tagline {
  margin: 1.2rem auto 0;
  max-width: 710px;
  color: #5e4f4c;
  font-size: 1rem;
}

.hero-strapline {
  margin: 0.75rem 0 0;
  max-width: 630px;
  color: #6c5451;
  font-size: 1rem;
  line-height: 1.55;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.5rem auto 0;
  max-width: 920px;
  width: min(100%, 920px);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(205, 129, 156, 0.22);
  background: #fff;
  color: #5f4f4e;
  font-weight: 600;
  font-size: 0.95rem;
}

.chip-icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 160, 183, 0.17);
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}

section {
  margin-bottom: 2rem;
}

.info-card,
.contact-section,
.program-section,
.feature-section {
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(89, 71, 70, 0.08);
  padding: 2rem;
  border: 1px solid rgba(230, 206, 210, 0.45);
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.05rem);
  line-height: 1.15;
}

.section-header p {
  margin: 0.5rem 0 0;
  max-width: 620px;
  color: #6d5954;
  font-size: 0.98rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #ffe8ee;
  color: #b55d74;
  font-weight: 700;
  font-size: 0.9rem;
}

.highlight {
  margin-bottom: 1.5rem;
  color: #6c5550;
  font-size: 1rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.95rem;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.2rem;
  color: #5f4f4c;
  font-weight: 600;
  font-size: 0.98rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 14px;
  background: #ffecf0;
  font-size: 1rem;
}

.feature-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.feature-card {
  background: #fcf7f8;
  border-radius: 24px;
  padding: 1.7rem;
  border: 1px solid rgba(231, 205, 211, 0.45);
}

.icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
}

.icon-wrapper svg {
  width: 32px;
  height: 32px;
}

.icon-wrapper.heart {
  background: linear-gradient(135deg, #ffbccd 0%, #ff8aa6 100%);
}

.icon-wrapper.baby {
  background: linear-gradient(135deg, #a7e7e0 0%, #75c3ef 100%);
}

.icon-wrapper.learn {
  background: linear-gradient(135deg, #ffe4a1 0%, #ffbdd8 100%);
}

.icon-wrapper.sleep {
  background: linear-gradient(135deg, #c3d7ff 0%, #94b8ff 100%);
}

.feature-card h3 {
  margin: 0 0 0.7rem;
  color: #3e302c;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
  color: #675750;
  font-size: 0.95rem;
}

.program-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}

.program-grid article,
.contact-grid .contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.3rem 1.35rem;
  background: #fff7f6;
  border-radius: 22px;
  border: 1px solid rgba(239, 208, 212, 0.45);
  align-items: center;
}

.icon-badge,
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 147, 158, 0.16);
  font-size: 1.1rem;
}

.program-grid h3,
.contact-card h3 {
  margin: 0 0 0.4rem;
  color: #41312e;
  font-size: 1rem;
}

.program-grid p,
.contact-card p {
  margin: 0;
  color: #6c5550;
  font-size: 0.94rem;
}

.contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #65524c;
}

footer {
  text-align: center;
  padding: 1.5rem 1.5rem 2rem;
  color: #705d56;
}

@media (max-width: 900px) {
  .site-header {
    padding: 2.5rem 1.2rem 2rem;
    text-align: center;
  }
  .brand {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .brand-text {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .brand {
    flex-direction: column;
    align-items: center;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  h1 {
    font-size: clamp(2rem, 7vw, 2.6rem);
  }
  .hero-chips {
    justify-content: center;
  }
  .contact-grid,
  .feature-grid,
  .program-grid {
    grid-template-columns: 1fr;
  }
}
