/* -----------------------------------------------
   MOMOFAWN — Mother and Baby Technology
   Fawn and Nursery light theme
   Palette: almond-milk #FBF7F0, fawn-caramel #B07A4A,
   fawn-bark #3B3229, almond-cream #FFFDF8,
   meadow-budd #D9E4C8, fawn-spot #8A5A33,
   blush-ribbon #E2A9B8, hairline #EDE4D5
----------------------------------------------- */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #FBF7F0;
  color: #3B3229;
  line-height: 1.65;
  overflow-x: hidden;
}

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

a {
  color: #B07A4A;
  text-decoration: none;
}

a:hover { text-decoration: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  font-weight: 700;
}

/* ============ ERRATA: no semi-transparent text anywhere ============ */

/* ============ CRIBB RAIL NAV (.crib-nav) ============ */
.crib-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #FFFDF8;
  border-bottom: 1px solid #EDE4D5;
}

.crib-rail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 12px;
  background-color: #FFFDF8;
  padding: 0 8px;
}

.crib-rail span {
  display: block;
  width: 10px;
  height: 12px;
  background-color: #B07A4A;
  border-radius: 50% 50% 0 0;
  flex: 0 0 10px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #B07A4A;
  text-transform: uppercase;
}

.fawn-glyph {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.fawn-glyph .head {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 16px;
  height: 13px;
  border-radius: 50% 55% 60% 60%;
  background-color: #B07A4A;
}

.fawn-glyph .spot {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFFDF8;
}

.fawn-glyph .ear-l {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 6px;
  height: 8px;
  border-radius: 60% 40% 60% 40%;
  background-color: #8A5A33;
}

.fawn-glyph .ear-r {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 6px;
  height: 8px;
  border-radius: 40% 60% 40% 60%;
  background-color: #8A5A33;
}

.fawn-glyph .horn-l {
  position: absolute;
  top: 1px;
  left: 7px;
  width: 2px;
  height: 6px;
  border-radius: 2px;
  background-color: #8A5A33;
}

.fawn-glyph .horn-r {
  position: absolute;
  top: 1px;
  right: 7px;
  width: 2px;
  height: 6px;
  border-radius: 2px;
  background-color: #8A5A33;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3B3229;
}

.nav-links a {
  color: #3B3229;
  font-weight: 600;
  padding: 4px 6px;
}

.nav-links a:hover {
  color: #B07A4A;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-heart {
  font-size: 12px;
  color: #E2A9B8;
  padding: 0 8px;
  line-height: 1;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #B07A4A;
}

/* ============ NURSERY HERO (.nursery-hero) ============ */
.nursery-hero {
  position: relative;
  width: 100%;
  background-color: #FBF7F0;
  padding-top: 70px;
}

.nursery-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 170px;
  z-index: 5;
}

.mobile-arc {
  position: absolute;
  top: 0;
  left: 40px;
  width: 340px;
  height: 6px;
  border-radius: 8px;
  background-color: #B07A4A;
}

.mobile-string {
  position: absolute;
  top: 6px;
  width: 2px;
  height: 40px;
  background-color: #B07A4A;
}

.mobile-string.s1 { left: 70px; height: 44px; }
.mobile-string.s2 { left: 140px; height: 34px; }
.mobile-string.s3 { left: 200px; height: 50px; }
.mobile-string.s4 { left: 265px; height: 30px; }
.mobile-string.s5 { left: 330px; height: 46px; }

.mobile-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.mobile-crescent {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #D9E4C8;
  box-shadow: inset 10px -8px 0 0 #FBF7F0;
  left: 54px;
  top: 48px;
}

.mobile-star {
  width: 12px;
  height: 12px;
  background-color: #E2A9B8;
  border-radius: 50%;
  left: 132px;
  top: 40px;
}

.mobile-bottle {
  width: 26px;
  height: 44px;
  background-color: #FFFFFF;
  border: 1px solid #B07A4A;
  border-radius: 4px 4px 8px 8px;
  left: 186px;
  top: 56px;
  position: relative;
}

.mobile-bottle .nipple {
  position: absolute;
  top: -12px;
  left: 8px;
  width: 10px;
  height: 12px;
  border-radius: 4px 4px 0 0;
  background-color: #B07A4A;
}

.mobile-bottle .line {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 10px;
  height: 1px;
  background-color: #B07A4A;
}

.mobile-cloud {
  width: 48px;
  height: 22px;
  background-color: #FFFFFF;
  border: 1px solid #3B3229;
  border-radius: 12px;
  left: 246px;
  top: 44px;
}

.mobile-cloud::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #3B3229;
  top: -10px;
  left: 10px;
}

.mobile-spot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #B07A4A;
  left: 318px;
  top: 52px;
}

.mobile-spot::before, .mobile-spot::after {
  content: "";
  position: absolute;
  background-color: #FFFDF8;
  border-radius: 50%;
}

.mobile-spot::before { width: 5px; height: 5px; top: 5px; left: 5px; }
.mobile-spot::after { width: 4px; height: 4px; top: 12px; right: 5px; }

.hero-inner {
  position: relative;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 190px 24px 80px;
  z-index: 2;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #B07A4A;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.hero-title {
  font-size: 52px;
  color: #3B3229;
  line-height: 1.08;
  margin-bottom: 26px;
  font-weight: 700;
}

.hero-title .fawn-word {
  color: #B07A4A;
}

.hero-sub {
  font-size: 19px;
  color: #3B3229;
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background-color: #B07A4A;
  color: #FFFFFF;
}

.btn-primary:hover { background-color: #8A5A33; }

.btn-outline {
  background-color: transparent;
  border: 1px solid #3B3229;
  color: #3B3229;
}

.btn-outline:hover { background-color: #EDE4D5; }

.hero-meadow {
  position: relative;
  width: 100%;
  background-color: #D9E4C8;
  padding: 40px 0 56px;
  margin-top: 40px;
}

.hoof-print {
  position: absolute;
  display: inline-block;
}

.hoof-track {
  position: relative;
  height: 26px;
  margin: 0 auto;
  width: 260px;
}

.hoof-track .print {
  position: absolute;
  width: 13px;
  height: 9px;
  border-radius: 50% 55% 60% 50%;
  background-color: #8A5A33;
  transform: rotate(20deg);
}

.hoof-track .print.p1 { left: 0; top: 6px; transform: rotate(18deg); }
.hoof-track .print.p2 { left: 22px; top: 2px; transform: rotate(-12deg); }
.hoof-track .print.p3 { left: 52px; top: 8px; transform: rotate(22deg); }
.hoof-track .print.p4 { left: 74px; top: 2px; transform: rotate(-15deg); }
.hoof-track .print.p5 { left: 104px; top: 7px; transform: rotate(20deg); }
.hoof-track .print.p6 { left: 126px; top: 1px; transform: rotate(-10deg); }
.hoof-track .print.p7 { left: 156px; top: 8px; transform: rotate(24deg); }
.hoof-track .print.p8 { left: 178px; top: 2px; transform: rotate(-14deg); }
.hoof-track .print.p9 { left: 208px; top: 7px; transform: rotate(18deg); }
.hoof-track .print.p10 { left: 232px; top: 1px; transform: rotate(-10deg); }

.meadow-trails {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  overflow: hidden;
}

.trail-1 { transform: translateX(-40px); }
.trail-2 { transform: translateX(40px) rotate(180deg); }

.meadow-flower {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E2A9B8;
}

.meadow-flower::before, .meadow-flower::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E2A9B8;
}

.meadow-flower::before { top: -8px; left: 1px; }
.meadow-flower::after { bottom: -8px; left: 1px; }

.flower-1 { top: 14px; left: 16%; }
.flower-2 { bottom: 16px; right: 13%; }
.flower-3 { top: 8px; right: 30%; }

/* ============ GROWTH CHART (.growth-chart) ============ */
.growth-chart {
  width: 100%;
  background-color: #FBF7F0;
  padding: 90px 0;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.section-heading h2 {
  font-size: 38px;
  color: #B07A4A;
  margin-bottom: 18px;
}

.section-heading p {
  color: #3B3229;
  font-size: 18px;
}

.chart-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 12px;
  background-color: #FFFDF8;
  border: 1px solid #EDE4D5;
  border-radius: 8px;
  overflow: hidden;
}

.ruler-col {
  width: 44px;
  flex: 0 0 44px;
  background-color: #FFFDF8;
  border-right: 1px solid #EDE4D5;
  position: relative;
}

.ruler-tick {
  position: absolute;
  right: 0;
  width: 14px;
  height: 1px;
  background-color: #3B3229;
}

.rt1 { top: 16px; }
.rt2 { top: 38px; }
.rt3 { top: 60px; }
.rt4 { top: 82px; }
.rt5 { top: 104px; }
.rt6 { top: 126px; }
.rt7 { top: 148px; }
.rt8 { top: 170px; }
.rt9 { top: 192px; }
.rt10 { top: 214px; }

.ruler-arrow {
  position: absolute;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #B07A4A;
}

.arrow-row-1 { top: 22px; }
.arrow-row-2 { top: 60px; }
.arrow-row-3 { top: 98px; }
.arrow-row-4 { top: 136px; }
.arrow-row-5 { top: 174px; }

.chart-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 30px;
}

.chart-text { flex: 1; }

.chart-text h3 {
  font-size: 24px;
  color: #3B3229;
  margin-bottom: 10px;
}

.chart-text p {
  color: #3B3229;
  font-size: 16px;
  max-width: 700px;
}

.stamp-badge {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  background-color: #D9E4C8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stamp-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #8A5A33;
  position: relative;
}

.stamp-icon.moon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #D9E4C8;
  width: 14px;
  height: 14px;
  right: 1px;
  top: 3px;
}

.stamp-icon.bottle {
  width: 16px;
  height: 26px;
  border-radius: 4px 4px 6px 6px;
  background-color: #8A5A33;
}

.stamp-icon.bottle::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 3px;
  width: 10px;
  height: 7px;
  border-radius: 4px 4px 0 0;
  background-color: #8A5A33;
}

.stamp-icon.heart::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  background-color: #E2A9B8;
  transform: rotate(-45deg);
}

.stamp-icon.star::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-color: #E2A9B8;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.stamp-icon.bell {
  width: 24px;
  height: 22px;
  border-radius: 50% 50% 0 0;
  background-color: #8A5A33;
}

.stamp-icon.bell::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #8A5A33;
}

/* ============ BOTTLE METRIC BAND ============ */
.bottle-band {
  width: 100%;
  background-color: #B07A4A;
  padding: 70px 0;
}

.bottle-band .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.metric-bottle {
  flex: 1;
  min-width: 180px;
  text-align: center;
}

.bottle-fig {
  width: 84px;
  height: 118px;
  margin: 0 auto 14px;
  background-color: #FFFDF8;
  border: 3px solid #B07A4A;
  border-radius: 10px 10px 14px 14px;
  position: relative;
}

.bottle-fig::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 26px;
  width: 28px;
  height: 14px;
  border-radius: 6px 6px 0 0;
  background-color: #8A5A33;
}

.bottle-num {
  font-size: 34px;
  font-weight: 700;
  color: #3B3229;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  background-color: #FFFDF8;
}

.bottle-label {
  display: block;
  /* the window occupies the bottle face */
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bottle-fig .window {
  position: absolute;
  top: 22px;
  left: 14px;
  right: 14px;
  bottom: 16px;
  background-color: #FFFDF8;
  border: 1px solid #EDE4D5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* ============ STATEMENT BAND ============ */
.statement-band {
  width: 100%;
  background-color: #FFFDF8;
  padding: 90px 0;
}

.statement-inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  border-left: 4px solid #D9E4C8;
  padding: 20px 40px;
}

.statement-inner p {
  font-size: 24px;
  line-height: 1.6;
  color: #3B3229;
  font-weight: 500;
}

.statement-decl {
  margin-top: 22px;
  color: #B07A4A;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

/* ============ CTA BAND ============ */
.cta-band {
  width: 100%;
  background-color: #FBF7F0;
  padding: 80px 0;
  text-align: center;
}

.cta-band h2 {
  font-size: 36px;
  color: #B07A4A;
  margin-bottom: 16px;
}

.cta-band p {
  max-width: 680px;
  margin: 0 auto 32px;
  color: #3B3229;
  font-size: 18px;
}

/* ============ PAGE SECTIONS (services) ============ */
.page-hero {
  background-color: #FBF7F0;
  text-align: center;
  padding: 70px 24px 50px;
}

.page-hero h1 {
  font-size: 44px;
  color: #3B3229;
  margin-bottom: 18px;
}

.page-hero h1 .fawn-word { color: #B07A4A; }

.page-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #3B3229;
  font-size: 18px;
}

.secondary-section {
  background-color: #FBF7F0;
  padding: 70px 0;
}

.secondary-section:nth-of-type(even) {
  background-color: #FFFDF8;
}

.service-block {
  max-width: 1180px;
  margin: 0 auto 30px;
  background-color: #FFFDF8;
  border: 1px solid #EDE4D5;
  border-radius: 8px;
  padding: 38px 40px;
}

.service-block h2 {
  font-size: 28px;
  color: #B07A4A;
  margin-bottom: 16px;
}

.service-block h3 {
  font-size: 20px;
  color: #3B3229;
  margin: 20px 0 10px;
}

.service-block p {
  color: #3B3229;
  margin-bottom: 12px;
  font-size: 16.5px;
}

.service-block ul {
  color: #3B3229;
  margin-left: 22px;
  margin-bottom: 12px;
}

.service-block li { margin-bottom: 8px; }

.svc-kicker {
  display: inline-block;
  background-color: #D9E4C8;
  color: #3B3229;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.process-list {
  list-style: none;
  margin-left: 0 !important;
  counter-reset: step;
}

.process-list li {
  counter-increment: step;
  padding-left: 44px;
  position: relative;
  margin-bottom: 16px;
}

.process-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B07A4A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

/* ============ CONTACT PAGE ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
}

.contact-form-card {
  background-color: #FFFDF8;
  border: 1px solid #EDE4D5;
  border-radius: 10px;
  padding: 40px;
}

.contact-form-card h2 {
  color: #B07A4A;
  font-size: 26px;
  margin-bottom: 8px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #3B3229;
  margin-bottom: 6px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #EDE4D5;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #3B3229;
  font-size: 16px;
  font-family: inherit;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid #B07A4A;
  border-color: #B07A4A;
}

.form-field textarea { min-height: 150px; resize: vertical; }

.form-status {
  margin-top: 14px;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  display: none;
}

.form-status.ok {
  background-color: #D9E4C8;
  color: #3B3229;
  display: block;
}

.form-status.err {
  background-color: #E2A9B8;
  color: #3B3229;
  display: block;
}

.contact-meta {
  background-color: #FFFDF8;
  border: 1px solid #EDE4D5;
  border-radius: 10px;
  padding: 40px;
}

.contact-meta h2 {
  color: #B07A4A;
  font-size: 26px;
  margin-bottom: 20px;
}

.meta-block {
  margin-bottom: 26px;
}

.meta-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: #8A5A33;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.meta-block p, .meta-block a {
  color: #3B3229;
  font-size: 16px;
  display: block;
}

.meta-block a { color: #B07A4A; }

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #EDE4D5;
}

.hours-row:last-child { border-bottom: none; }

.faq-mini { margin-top: 30px; }

.faq-mini h3 {
  color: #B07A4A;
  font-size: 22px;
  margin-bottom: 14px;
}

.faq-item {
  border: 1px solid #EDE4D5;
  border-radius: 8px;
  margin-bottom: 12px;
  background-color: #FFFDF8;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #3B3229;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-q .caret {
  color: #B07A4A;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-q .caret { transform: rotate(90deg); }

.faq-a {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  color: #3B3229;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 18px 18px;
}

/* ============ BLANKET-FOLD FOOTER (.blanket-footer) ============ */
.blanket-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #3B3229;
  color: #EDE4D5;
  padding: 0;
}

.blanket-edge {
  width: 100%;
  height: 14px;
  background-color: #3B3229;
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
}

.blanket-edge span {
  display: block;
  width: 22px;
  height: 14px;
  border-radius: 50% 50% 0 0;
  background-color: #D9E4C8;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 24px 40px;
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFFDF8;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.footer-brand .fawn-glyph .head { background-color: #D9E4C8; }
.footer-brand .fawn-glyph .spot { background-color: #3B3229; }
.footer-brand .fawn-glyph .ear-l,
.footer-brand .fawn-glyph .ear-r,
.footer-brand .fawn-glyph .horn-l,
.footer-brand .fawn-glyph .horn-r { background-color: #EDE4D5; }

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 24px;
}

.footer-links a {
  color: #FFFDF8;
  font-size: 14px;
  padding: 4px 10px;
}

.footer-links a:hover { color: #D9E4C8; text-decoration: underline; }

.footer-sep { color: #E2A9B8; padding: 4px 2px; }

.hoofprint-trail {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 26px 0;
}

.hoofprint-trail .hp {
  width: 11px;
  height: 8px;
  border-radius: 50% 55% 60% 50%;
  background-color: #E2A9B8;
  transform: rotate(20deg);
}

.hoofprint-trail .hp.h2 { transform: rotate(-12deg); }
.hoofprint-trail .hp.h3 { transform: rotate(18deg); }

.footer-legal {
  font-size: 14px;
  color: #EDE4D5;
  line-height: 1.8;
}

.footer-legal a { color: #EDE4D5; }
.footer-legal a:hover { color: #FFFFFF; text-decoration: underline; }

/* ============ SCROLL REVEAL ============ */
.fade-up {
  opacity: 1;
}

.fade-up.visible {
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

noscript style.fallback { display: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero-title { font-size: 40px; }
  .hero-inner { padding: 170px 20px 60px; }
  .contact-grid { grid-template-columns: 1fr; }
  .metric-bottle { min-width: 140px; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #FFFDF8;
    border-top: 1px solid #EDE4D5;
    padding: 12px 0;
  }
  .nav-links.open { display: flex; }
  .nav-heart { display: none; }
  .nav-links a { padding: 12px 24px; font-size: 15px; }
  .hero-title { font-size: 33px; }
  .nursery-mobile { width: 300px; left: 58%; transform: translateX(-50%); width: 300px; }
  .mobile-arc { left: 10px; width: 260px; }
  .hoofprint-trail .hp { display: none; }
  .chart-body { flex-direction: column; align-items: flex-start; padding: 22px; }
  .stamp-badge { display: none; }
  .section-heading h2 { font-size: 30px; }
  .cta-band h2 { font-size: 30px; }
  .metric-bottle { flex: 0 0 100%; }
  .meadow-trails { flex-direction: column; gap: 8px; }
  .trail-1 { transform: none; }
  .trail-2 { transform: none; }
  .statement-inner { padding: 16px 22px; }
  .statement-inner p { font-size: 19px; }
}
