:root {
  --ink: #4f443a;
  --muted: #7a6b61;
  --paper: #fff8f4;
  --panel: rgba(255, 252, 248, 0.94);
  --cream: #fffaf6;
  --pink: #d9b5a8;
  --pink-soft: #f3dfd7;
  --brown: #76685a;
  --sage: #a5aa96;
  --line: rgba(118, 104, 90, 0.2);
  --shadow: 0 26px 70px rgba(97, 76, 62, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 132px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    url("assets/brand-corner-lines.svg") left -42px top 112px / 220px 220px no-repeat,
    url("assets/brand-corner-lines.svg") right -48px top 740px / 220px 220px no-repeat,
    linear-gradient(180deg, rgba(255, 248, 244, 0.86), rgba(255, 248, 244, 0.72)),
    radial-gradient(circle at 18% 8%, rgba(217, 181, 168, 0.34), transparent 32rem),
    linear-gradient(135deg, #f8eee8, #fffaf6 44%, #ead4ca);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px clamp(18px, 4vw, 54px);
  background: rgba(255, 250, 246, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
}

.brand {
  display: block;
  width: clamp(78px, 8vw, 112px);
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 26px);
  color: var(--brown);
  font-size: 0.9rem;
  font-weight: 760;
}

.nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: clamp(28px, 4vw, 52px) clamp(18px, 4vw, 58px);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 248, 244, 0.86), rgba(255, 248, 244, 0.26) 50%, rgba(255, 248, 244, 0.74)),
    url("assets/optimized/newborn-care-family-1800.jpg") center 38% / cover no-repeat;
  transform: scale(1.015);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 320px);
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
  width: min(1180px, 100%);
  min-height: calc(100vh - 164px);
  margin: 0 auto;
}

.hero-card,
.intro-card,
.proof-card,
.boxed-copy,
.feature-grid article,
.band-card,
.comparison-grid article,
.process-grid article,
.standards-grid article,
.service-panels article,
.resource-grid article,
.faq-grid article,
.quote-grid figure,
.consult-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card {
  position: relative;
  max-width: 700px;
  padding: clamp(24px, 3.2vw, 38px);
}

.hero-card::after,
.boxed-heading::after,
.band-card::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 92px;
  height: 92px;
  background: url("assets/brand-leaf-sprig.svg") center / contain no-repeat;
  content: "";
  opacity: 0.32;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 11px;
  color: var(--brown);
  font-size: 0.68rem;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  max-width: 610px;
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 3.35vw, 3.25rem);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.62rem, 2.55vw, 2.7rem);
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1rem;
}

.lede {
  max-width: 600px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brown);
  border-radius: 999px;
  padding: 13px 22px;
  color: var(--ink);
  font: inherit;
  font-weight: 830;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--brown);
  color: var(--cream);
}

.button.secondary {
  background: rgba(255, 250, 246, 0.52);
}

.proof-card,
.intro-card {
  padding: 12px;
}

.proof-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.intro-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
}

.proof-card-body,
.intro-card div {
  padding: 18px 16px 16px;
}

.proof-card dl {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.proof-card dl,
.proof-card dd {
  padding: 0;
}

.proof-card dt {
  color: var(--brown);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-card dd {
  margin: 3px 0 0;
  color: var(--muted);
}

.proof-card h2,
.intro-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.42rem, 2.1vw, 1.95rem);
}

.intro-card p:last-child,
.boxed-copy p,
.feature-grid p,
.comparison-grid p,
.process-grid p,
.standards-grid p,
.service-panels p,
.resource-grid p,
.faq-grid p,
.band-card p,
.consult-copy p,
blockquote,
.form-note {
  color: var(--muted);
}

.card-kicker {
  margin-bottom: 6px;
  color: var(--pink);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 246, 0.82);
  backdrop-filter: blur(18px);
}

.authority-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 246, 0.84);
  backdrop-filter: blur(18px);
}

.authority-strip > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  gap: 12px;
  padding: 18px 0;
}

.authority-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 252, 248, 0.76);
}

.authority-strip strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 500;
  line-height: 1;
}

.authority-strip span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.3;
}

.trust-strip div {
  display: flex;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 0;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 250, 246, 0.82);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(40px, 5vw, 66px) 0;
  scroll-margin-top: 132px;
}

.section::before {
  position: absolute;
  top: 24px;
  right: max(-14px, -2vw);
  width: 112px;
  height: 112px;
  background: url("assets/brand-leaf-sprig.svg") center / contain no-repeat;
  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.tone-cream,
.tone-blush,
.tone-paper,
.tone-rose {
  clip-path: inset(0 -100vmax);
}

.tone-cream {
  background: rgba(255, 250, 246, 0.6);
  box-shadow: 0 0 0 100vmax rgba(255, 250, 246, 0.6);
}

.tone-blush {
  background: rgba(243, 223, 215, 0.52);
  box-shadow: 0 0 0 100vmax rgba(243, 223, 215, 0.52);
}

.tone-paper {
  background: rgba(255, 252, 248, 0.78);
  box-shadow: 0 0 0 100vmax rgba(255, 252, 248, 0.78);
}

.tone-rose {
  background: rgba(236, 218, 208, 0.46);
  box-shadow: 0 0 0 100vmax rgba(236, 218, 208, 0.46);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.section-copy {
  padding: 8px clamp(4px, 1vw, 14px) 0;
}

.boxed-copy {
  padding: clamp(22px, 3vw, 32px);
}

.boxed-copy p:last-child,
.feature-grid p,
.band-card p:last-child,
.consult-copy p {
  margin-bottom: 0;
}

.image-feature {
  padding-top: 0;
}

.inline-photo-layout,
.resource-layout {
  display: grid;
  gap: clamp(18px, 2.6vw, 30px);
  align-items: center;
}

.inline-photo-layout {
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
}

.resource-layout {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
}

.comparison-grid,
.process-grid,
.standards-grid,
.service-panels,
.resource-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.comparison-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 0;
}

.comparison-grid article,
.process-grid article,
.standards-grid article,
.service-panels article,
.resource-grid article,
.faq-grid article {
  padding: clamp(18px, 2.3vw, 26px);
}

.comparison-grid span,
.process-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-photo,
.band-photos.single-photo {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 252, 248, 0.88), rgba(243, 223, 215, 0.44));
  border: 1px solid rgba(118, 104, 90, 0.18);
  border-radius: 8px;
  box-shadow:
    0 20px 46px rgba(97, 76, 62, 0.12),
    inset 0 0 0 8px rgba(255, 250, 246, 0.72);
}

.brand-photo::before,
.band-photos.single-photo::before {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 76px;
  height: 76px;
  background: url("assets/brand-corner-lines.svg") center / contain no-repeat;
  content: "";
  opacity: 0.46;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}

.brand-photo::after,
.band-photos.single-photo::after {
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 72px;
  height: 72px;
  background: url("assets/brand-leaf-sprig.svg") center / contain no-repeat;
  content: "";
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.wide-photo {
  width: min(360px, 100%);
  margin: 0;
  padding: clamp(8px, 1.1vw, 12px);
  overflow: hidden;
}

.wide-photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.standards-grid,
.service-panels,
.resource-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-panels article {
  display: grid;
  gap: 12px;
}

.service-panels p {
  margin-bottom: 0;
}

.services {
  padding-bottom: clamp(24px, 3vw, 40px);
}

.resource-grid article {
  background: rgba(255, 250, 246, 0.78);
  box-shadow: 0 14px 34px rgba(97, 76, 62, 0.1);
}

.resources {
  padding-top: clamp(28px, 3vw, 42px);
}

.resource-photo {
  width: min(320px, 100%);
  margin: 0;
  padding: clamp(8px, 1.1vw, 12px);
  justify-self: center;
}

.resource-photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.feature-grid article {
  padding: clamp(18px, 2.3vw, 26px);
}

.feature-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.soft-band {
  padding: clamp(42px, 5vw, 66px) clamp(22px, 4vw, 58px);
  background: linear-gradient(135deg, rgba(217, 181, 168, 0.48), rgba(255, 250, 246, 0.78));
  border-block: 1px solid var(--line);
  scroll-margin-top: 132px;
}

.band-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(260px, 0.72fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.band-card {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
}

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

.band-photos.single-photo {
  grid-template-columns: minmax(0, 1fr);
  width: min(360px, 100%);
  justify-self: center;
  padding: clamp(8px, 1.1vw, 12px);
}

.band-photos img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.boxed-heading {
  position: relative;
  max-width: 700px;
  margin-bottom: 18px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 252, 248, 0.74);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.quote-grid figure {
  margin: 0;
  padding: clamp(20px, 3vw, 30px);
}

blockquote {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.45;
}

figcaption {
  color: var(--ink);
  font-weight: 820;
}

.consult {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.consult-copy {
  padding: 10px clamp(4px, 1vw, 14px) 0;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 250, 246, 0.78);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}

.consult-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 38px);
}

.consult-form label {
  display: grid;
  gap: 7px;
  color: var(--brown);
  font-size: 0.84rem;
  font-weight: 820;
}

.consult-form .full,
.form-submit,
.form-note {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(118, 104, 90, 0.26);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(255, 250, 246, 0.78);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .hero-inner,
  .split,
  .inline-photo-layout,
  .resource-layout,
  .band-inner,
  .consult {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-block: 36px 48px;
  }

  .hero-inner {
    min-height: auto;
    gap: 18px;
  }

  .intro-card {
    max-width: 430px;
  }

  .feature-grid,
  .comparison-grid,
  .process-grid,
  .standards-grid,
  .service-panels,
  .resource-grid,
  .faq-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .authority-strip > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-photo,
  .resource-photo {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 92px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    width: 66px;
  }

  .nav {
    gap: 10px;
    font-size: 0.72rem;
  }

  .hero {
    padding: 24px 14px 38px;
  }

  .hero-card {
    padding: 22px;
  }

  .hero-card::after {
    display: none;
  }

  h1 {
    font-size: clamp(1.95rem, 8.5vw, 2.55rem);
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(1.5rem, 6.6vw, 2.05rem);
  }

  .lede {
    font-size: 0.96rem;
  }

  .proof-card h2,
  .intro-card h2 {
    font-size: 1.45rem;
  }

  .wide-photo img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    object-position: center 44%;
  }

  .section {
    padding-block: 34px;
    scroll-margin-top: 92px;
  }

  .soft-band {
    padding-block: 36px;
    scroll-margin-top: 92px;
  }

  .band-photos.single-photo {
    width: min(72%, 300px);
    margin: 22px auto 0;
  }

  .wide-photo,
  .resource-photo {
    width: min(72%, 300px);
    margin: 0 auto;
  }

  .band-photos img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .section,
  .trust-strip div,
  .authority-strip > div {
    width: min(100% - 28px, 1180px);
  }

  .authority-strip > div {
    grid-template-columns: 1fr;
  }

  .band-photos,
  .consult-form {
    grid-template-columns: 1fr;
  }
}
