:root {
  --cream: #f6f0e8;
  --paper: #fffaf4;
  --clay: #c96f54;
  --clay-deep: #a85342;
  --apricot: #e9a07c;
  --sage: #718071;
  --sage-light: #d9dfd5;
  --plum: #533c47;
  --sun: #e2b65f;
  --ink: #342e2e;
  --muted: #746b67;
  --line: rgba(52, 46, 46, .15);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 28px 80px rgba(78, 56, 48, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 200; padding: 10px 15px; background: var(--plum); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,244,.95); border-bottom: 1px solid rgba(52,46,46,.09); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font: 600 26px/1 var(--serif); letter-spacing: -.03em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.sun-mark { position: relative; width: 43px; height: 43px; display: inline-block; border: 1px solid var(--clay); border-radius: 50%; }
.sun-mark::before, .sun-mark::after { content: ""; position: absolute; background: var(--clay); }
.sun-mark::before { width: 15px; height: 1px; left: 13px; top: 20px; }
.sun-mark::after { width: 1px; height: 15px; left: 20px; top: 13px; }
.sun-mark i { position: absolute; width: 7px; height: 7px; left: 17px; top: 17px; background: var(--sun); border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #5e5653; font-size: 13px; }
.site-nav a { position: relative; padding: 12px 0; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 0; height: 1px; background: var(--clay); transition: width .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { width: 100%; }
.site-nav .nav-cta { padding: 12px 18px; border: 1px solid var(--clay); border-radius: 999px; color: var(--clay-deep); }
.site-nav .nav-cta:hover { background: var(--clay); color: white; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { padding: 70px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 40px 0; }
.eyebrow { margin: 0 0 25px; color: var(--clay-deep); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.hero h1, .page-hero h1 { margin: 0; font: 500 clamp(56px, 6.4vw, 94px)/.94 var(--serif); letter-spacing: -.055em; }
.hero h1 em, .page-hero h1 em { color: var(--clay); font-weight: 400; }
.lead { max-width: 590px; margin: 32px 0 0; color: #655d59; font-size: 18px; line-height: 1.75; }
.actions { margin-top: 37px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .09em; transition: .2s ease; }
.button-primary { background: var(--clay); color: white; }
.button-primary:hover { background: var(--clay-deep); transform: translateY(-2px); }
.button-dark { background: var(--plum); color: white; }
.button-dark:hover { background: var(--ink); transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--plum); }
.button-light:hover { background: var(--sun); transform: translateY(-2px); }
.soft-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--plum); font-size: 12px; font-weight: 700; }
.soft-link span { transition: transform .2s ease; }
.soft-link:hover span { transform: translateX(4px); }
.hero-note { margin-top: 52px; display: flex; align-items: center; gap: 16px; }
.hero-note > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--sun); border-radius: 50%; color: var(--clay); font-size: 25px; }
.hero-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-note strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 17px; }
.hero-visual { position: relative; min-height: 670px; }
.hero-visual img { width: 100%; height: 670px; object-fit: cover; border-radius: 260px 260px 26px 26px; box-shadow: var(--shadow); }
.orbit { position: absolute; border: 1px solid rgba(201,111,84,.5); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 190px; height: 190px; right: -65px; top: 50px; }
.orbit-two { width: 75px; height: 75px; left: -34px; bottom: 58px; background: rgba(226,182,95,.25); }
.image-caption { position: absolute; right: -5px; bottom: 80px; margin: 0; padding: 13px 20px; background: var(--paper); border-radius: 99px; color: var(--plum); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; box-shadow: var(--shadow); }

h2 { margin: 0; font: 500 clamp(42px, 5vw, 70px)/1.02 var(--serif); letter-spacing: -.045em; }
h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.2; }
p { margin-top: 0; }
.intro { font: 400 25px/1.5 var(--serif); letter-spacing: -.01em; }
.section-label { display: flex; align-items: center; gap: 14px; color: var(--clay-deep); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.section-label span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.section-label p { margin: 0; }
.section-label.light { color: var(--sun); }

.welcome { background: var(--paper); }
.welcome-grid { display: grid; grid-template-columns: 250px 1fr; gap: 75px; }
.welcome h2 { max-width: 880px; }
.welcome-text { margin-top: 47px; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; color: var(--muted); }
.welcome-text .intro { color: var(--ink); }

.care { background: var(--plum); color: white; }
.section-top { display: grid; grid-template-columns: 250px 1fr; gap: 75px; align-items: start; margin-bottom: 58px; }
.section-top h2 { max-width: 830px; }
.care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.care-card { position: relative; min-height: 385px; padding: 42px; overflow: hidden; color: var(--ink); border-radius: 26px; }
.card-sun { background: #f0d690; }
.card-clay { background: #dda18d; }
.card-sage { background: #cbd5c9; }
.card-plum { background: #735967; color: white; }
.care-icon { position: absolute; right: 30px; top: 19px; font: 400 80px/1 var(--serif); opacity: .28; }
.care-number { margin: 0 0 62px; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.care-card h3 { font-size: 35px; }
.care-card > p:not(.care-number) { max-width: 440px; margin: 18px 0 30px; opacity: .72; font-size: 15px; }
.care-card a { display: inline-flex; gap: 10px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }

.pathway { background: var(--cream); }
.pathway-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.pathway-art { position: relative; min-height: 610px; border-radius: 300px 300px 20px 20px; background: var(--sage-light); display: grid; place-items: center; overflow: hidden; }
.path-circle { width: 270px; height: 270px; display: grid; place-items: center; border: 1px solid rgba(52,46,46,.25); border-radius: 50%; }
.path-circle::before { content: ""; position: absolute; width: 165px; height: 165px; border-radius: 50%; background: var(--sun); opacity: .7; }
.path-circle span { position: relative; z-index: 1; font: italic 500 43px/1 var(--serif); }
.path-line { position: absolute; width: 1px; height: 180px; top: 0; left: 50%; background: rgba(52,46,46,.2); }
.pathway-art > p { position: absolute; bottom: 40px; margin: 0; color: #5e665c; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.pathway-copy h2 { margin: 28px 0 45px; }
.pathway-copy ol { margin: 0 0 40px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pathway-copy li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.pathway-copy li > span { color: var(--clay); font-size: 10px; font-weight: 700; }
.pathway-copy h3 { font-size: 24px; }
.pathway-copy li p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.principle { padding: 100px 0; background: var(--clay); color: white; }
.principle-inner { position: relative; max-width: 940px; text-align: center; }
.quote-mark { margin: 0; color: var(--sun); font: 400 95px/.7 var(--serif); }
.principle blockquote { margin: 20px auto 25px; font: 400 clamp(32px, 4.2vw, 57px)/1.22 var(--serif); letter-spacing: -.025em; }
.quote-caption { margin: 0; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.coverage { background: var(--paper); }
.coverage-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.coverage-grid h2 { margin-top: 28px; }
.coverage-grid > div:last-child { padding-top: 48px; color: var(--muted); }
.coverage-grid .intro { color: var(--ink); }

.historic { background: #3e4a42; color: white; }
.historic-heading { display: grid; grid-template-columns: 220px 1fr .65fr; gap: 55px; align-items: end; margin-bottom: 50px; }
.historic-heading > p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.resource-grid a { min-height: 130px; padding: 24px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: space-between; transition: .2s ease; }
.resource-grid a:hover { background: var(--clay); }
.resource-grid span { color: var(--sun); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.resource-grid strong { font: 500 20px/1.2 var(--serif); }

.partners { background: var(--cream); }
.partners-top { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.partners-top h2 { margin-top: 25px; }
.partners-top > p { margin: 0; color: var(--muted); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.partner-grid a { min-height: 118px; padding: 25px; background: var(--paper); border-radius: 18px; display: flex; flex-direction: column; justify-content: space-between; transition: .2s ease; }
.partner-grid a:hover { color: white; background: var(--plum); transform: translateY(-3px); }
.partner-grid span { color: var(--clay-deep); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.partner-grid strong { align-self: flex-end; font: 500 22px/1 var(--serif); }
.contact-band { padding: 80px 0; background: var(--plum); color: white; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band h2 { max-width: 800px; font-size: clamp(39px, 4.5vw, 64px); }
.contact-band .eyebrow { color: var(--sun); }

.site-footer { padding: 58px 0; background: #302b2c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; align-items: start; }
.footer-brand small { color: rgba(255,255,255,.5); }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.62); font-size: 13px; }
.site-footer nav a:hover, .footer-contact a:hover { color: var(--sun); }
.footer-contact small { margin-top: 10px; color: rgba(255,255,255,.35); }

.page-hero { padding: 110px 0 100px; overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.page-hero h1 { font-size: clamp(54px, 6.1vw, 87px); }
.page-summary { padding-bottom: 10px; }
.page-summary p { font-size: 18px; }
.page-summary span { display: inline-block; margin-top: 16px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.page-hero-clay { background: #e6b09d; }
.page-hero-clay .eyebrow, .page-hero-clay h1 em { color: #8c4135; }
.page-hero-sage { background: var(--sage-light); }
.page-hero-sage .eyebrow, .page-hero-sage h1 em { color: #566557; }
.page-hero-plum { background: var(--plum); color: white; }
.page-hero-plum .eyebrow, .page-hero-plum h1 em { color: var(--sun); }
.page-hero-plum .page-summary p { color: rgba(255,255,255,.72); }
.page-hero-plum .page-summary span { color: var(--sun); }

.topic { background: var(--paper); }
.topic-grid { display: grid; grid-template-columns: 220px 1fr; gap: 80px; }
.topic aside { padding-top: 13px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.topic aside span { color: var(--clay-deep); }
.topic aside p { margin: 0; text-align: right; }
.topic article > h2 { margin-bottom: 35px; }
.topic article > .intro { max-width: 800px; }
.info-cards { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.info-cards > div { min-height: 260px; padding: 30px; background: var(--cream); border-radius: 18px; }
.info-cards span { color: var(--clay); font-size: 35px; }
.info-cards h3 { margin: 35px 0 12px; font-size: 25px; }
.info-cards p { color: var(--muted); font-size: 14px; }
.calm-note { margin-top: 18px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 45px; }
.calm-note strong { font: 500 24px/1.3 var(--serif); }
.calm-note p { margin: 0; color: var(--muted); font-size: 14px; }
.topic-dark { background: var(--plum); color: white; }
.topic-dark aside { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.58); }
.topic-dark aside span { color: var(--sun); }
.topic-dark .intro, .topic-dark article > p { color: rgba(255,255,255,.72); }
.preparation-list { margin: 50px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.preparation-list li { min-height: 190px; padding: 27px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 35px 1fr; gap: 14px; }
.preparation-list li > span { color: var(--sun); font-size: 10px; font-weight: 700; }
.preparation-list h3 { font-size: 26px; }
.preparation-list p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.choice-grid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.choice-grid > div { padding: 31px; background: var(--paper); }
.choice-grid h3 { font-size: 25px; }
.choice-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.topic-soft { background: var(--sage-light); }
.topic-soft article > p { max-width: 820px; }
.topic-soft .button { margin-top: 20px; }
.postpartum-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.postpartum-grid > div { padding: 32px; background: var(--cream); border-radius: 18px; }
.postpartum-grid span { color: var(--clay-deep); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.postpartum-grid h3 { margin: 35px 0 12px; font-size: 28px; }
.postpartum-grid p { color: var(--muted); font-size: 14px; }
.topic-clay { background: #e8b29e; }
.feeding-steps { margin: 48px 0 30px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(52,46,46,.2); border-left: 1px solid rgba(52,46,46,.2); }
.feeding-steps article { min-height: 250px; padding: 29px; border-right: 1px solid rgba(52,46,46,.2); border-bottom: 1px solid rgba(52,46,46,.2); }
.feeding-steps span { color: #8c4135; font-size: 10px; font-weight: 700; }
.feeding-steps h3 { margin: 48px 0 12px; font-size: 27px; }
.feeding-steps p { color: #68514a; font-size: 14px; }
.small-disclaimer { font-size: 13px; color: #6a4e46; }
.everyday-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.everyday-list > div { padding: 35px; border: 1px solid var(--line); border-radius: 18px; }
.everyday-list span { color: var(--clay); font-size: 28px; }
.everyday-list h3 { margin: 30px 0 12px; font-size: 27px; }
.everyday-list p { color: var(--muted); font-size: 14px; }
.support-box { margin: 38px 0; padding: 30px; border-left: 4px solid var(--sun); background: rgba(255,255,255,.08); }
.support-box strong { font: 500 25px/1.3 var(--serif); }
.support-box p { margin: 9px 0 0; color: rgba(255,255,255,.64); font-size: 14px; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.contact-card { padding: 48px; background: var(--sage); color: white; border-radius: 200px 200px 24px 24px; box-shadow: var(--shadow); }
.contact-card h2 { margin: 32px 0; font-size: 57px; }
.contact-card > p { color: rgba(255,255,255,.72); }
.contact-lines { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-lines a { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; gap: 4px; }
.contact-lines small { color: #e8d18d; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-lines strong { font-size: 15px; }
.contact-card .availability { margin: 28px 0 0; font-size: 13px; }
.message-guide { padding-top: 28px; }
.message-guide h2 { margin: 28px 0 40px; }
.message-guide ol { margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.message-guide li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.message-guide li > span { color: var(--clay); font-size: 10px; font-weight: 700; }
.message-guide strong { font: 500 22px/1.2 var(--serif); }
.message-guide p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.emergency { padding: 55px 0; background: var(--clay); color: white; }
.emergency-inner { display: grid; grid-template-columns: 60px 1fr; gap: 28px; align-items: center; }
.emergency-inner > span { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font: 500 26px/1 var(--serif); }
.emergency h2 { font-size: 31px; }
.emergency p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.legal { background: var(--paper); }
.legal-top { display: grid; grid-template-columns: 220px 1fr; gap: 70px; margin-bottom: 48px; }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.legal-grid article { min-height: 315px; padding: 32px; background: var(--paper); }
.legal-grid h3 { margin-bottom: 22px; font-size: 25px; }
.legal-grid p { color: var(--muted); font-size: 14px; }
.legal-grid p:last-child { margin-bottom: 0; }

@media (max-width: 1050px) {
  .section { padding: 90px 0; }
  .hero-grid { gap: 45px; }
  .hero-visual, .hero-visual img { min-height: 600px; height: 600px; }
  .historic-heading { grid-template-columns: 180px 1fr; }
  .historic-heading > p { grid-column: 2; }
  .resource-grid { grid-template-columns: repeat(3, 1fr); }
  .topic-grid { grid-template-columns: 180px 1fr; gap: 55px; }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 34px, 720px); }
  .header-inner { min-height: 74px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; padding: 23px; background: var(--paper); border-top: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 3px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 4px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid, .welcome-grid, .section-top, .pathway-grid, .coverage-grid, .historic-heading, .partners-top, .page-hero-grid, .topic-grid, .contact-grid, .legal-top { grid-template-columns: 1fr; }
  .hero { padding-top: 45px; }
  .hero-visual { order: -1; min-height: 500px; width: min(100%, 610px); margin-inline: auto; }
  .hero-visual img { height: 500px; min-height: 500px; border-radius: 230px 230px 22px 22px; }
  .welcome-text { gap: 38px; }
  .pathway-art { min-height: 500px; }
  .historic-heading > p { grid-column: auto; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid, .info-cards, .postpartum-grid, .feeding-steps, .legal-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .topic aside { padding-bottom: 12px; }
  .page-hero-grid { gap: 42px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 26px, 520px); }
  .section { padding: 72px 0; }
  .brand small { display: none; }
  .brand strong { font-size: 23px; }
  .hero h1, .page-hero h1 { font-size: 50px; }
  h2 { font-size: 40px; }
  .hero-visual, .hero-visual img { min-height: 400px; height: 400px; }
  .hero-note { align-items: flex-start; }
  .welcome-text, .care-grid, .partner-grid, .info-cards, .preparation-list, .choice-grid, .postpartum-grid, .feeding-steps, .everyday-list, .legal-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 350px; padding: 32px; }
  .pathway-art { min-height: 430px; }
  .path-circle { width: 220px; height: 220px; }
  .path-circle::before { width: 135px; height: 135px; }
  .principle { padding: 78px 0; }
  .resource-grid { grid-template-columns: 1fr; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .page-hero { padding: 80px 0 75px; }
  .calm-note { grid-template-columns: 1fr; gap: 20px; }
  .contact-card { padding: 42px 28px; border-radius: 150px 150px 22px 22px; }
  .contact-card h2 { font-size: 47px; }
  .emergency-inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
