:root {
  --navy: #263746;
  --navy-deep: #1d2b36;
  --sage: #a9b9a6;
  --cream: #f6f1e9;
  --clay: #b86f5a;
  --clay-dark: #995746;
  --charcoal: #2f3233;
  --white: #fff;
  --muted: #5f686d;
  --line: rgba(38, 55, 70, .16);
  --shadow: 0 18px 48px rgba(38, 55, 70, .12);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(780px, 100%); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 999; background: var(--white); color: var(--navy); padding: 10px 14px; font-weight: 700; border-radius: 4px; }
.skip-link:focus { top: 20px; }

/* Brand and navigation */
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: var(--white); transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled, .page-overnight-newborn-care .site-header, .page-classes-workshops .site-header, .page-your-village .site-header, .page-care-standards .site-header, .page-pricing .site-header, .page-faq .site-header, .page-contact .site-header, .page-privacy .site-header, .page-terms .site-header, .page-disclaimer .site-header, .page-accessibility .site-header, .page-payment-success .site-header { position: relative; background: var(--navy); color: var(--white); }
.site-header.is-scrolled { position: fixed; box-shadow: 0 3px 20px rgba(0,0,0,.15); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand-mark { width: 38px; height: 31px; flex: 0 0 auto; }
.brand-type { display: grid; gap: 4px; }
.brand-name { color: currentColor; font-size: 16px; font-weight: 700; letter-spacing: -.055em; text-transform: uppercase; line-height: .85; }
.brand-descriptor { font-size: 7px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 23px; font-size: 13px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { opacity: .9; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; text-decoration: underline; }
.nav-cta { border: 1px solid rgba(255,255,255,.76); padding: 10px 14px; border-radius: 2px; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; color: inherit; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

/* General composition */
.section { padding: 112px 0; }
.section-cream { background: var(--cream); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.05; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; }
h1 { font-size: clamp(3.3rem, 7vw, 6.3rem); }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
h3 { font-size: 1.28rem; line-height: 1.25; letter-spacing: -.03em; }
em { font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--clay-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; border-top: 1px solid currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 51px; padding: 13px 21px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); text-decoration: none; }
.button-primary { background: var(--clay); color: var(--white); }
.button-primary:hover { background: var(--clay-dark); }
.button-outline { border-color: rgba(38,55,70,.54); color: var(--navy); }
.button-outline:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--clay-dark); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--navy); }
.small-note { color: var(--muted); font-size: .88rem; }

/* Home hero */
.hero { min-height: 790px; position: relative; overflow: hidden; display: flex; align-items: center; color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url("../images/hero-newborn-support.webp") 72% center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 35, 46, .95) 0%, rgba(25, 42, 53, .78) 42%, rgba(20, 30, 37, .16) 76%, rgba(15, 22, 25, .09) 100%); }
.hero-content { position: relative; z-index: 1; padding: 173px 0 85px; }
.hero .eyebrow { color: #e2d5ca; }
.hero h1 { max-width: 750px; margin-bottom: 26px; color: var(--white); }
.hero h1 em { color: #e5c4b8; }
.hero-copy { max-width: 535px; margin-bottom: 30px; color: rgba(255,255,255,.91); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .button-outline { border-color: rgba(255,255,255,.75); color: var(--white); }
.hero-actions .button-outline:hover { background: var(--white); color: var(--navy); }
.hero-note { margin-top: 26px; color: rgba(255,255,255,.7); font-size: .79rem; }

/* Home sections */
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 70px; align-items: end; }
.split-heading h2 { max-width: 700px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 8px; max-width: 470px; color: var(--muted); }
.centered { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pillar-card { min-height: 340px; padding: 35px 33px 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.pillar-card:first-child { border-left: 1px solid var(--line); }
.card-number { margin-bottom: 48px; color: var(--clay-dark); font-family: var(--serif); font-size: 1.05rem; }
.card-eyebrow, .class-format { margin-bottom: 12px; color: var(--clay-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pillar-card h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.pillar-card p:not(.card-eyebrow) { color: var(--muted); }
.pillar-card .text-link { margin-top: auto; }
.overnight-section { background: var(--navy); color: var(--white); }
.overnight-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 13%; align-items: center; }
.overnight-section h2, .overnight-section h3 { color: var(--white); }
.overnight-section h2 { margin-bottom: 22px; }
.overnight-section .eyebrow { color: #dec4b9; }
.overnight-intro > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.78); }
.overnight-section .button-outline { border-color: rgba(255,255,255,.55); color: var(--white); margin-top: 12px; }
.overnight-section .button-outline:hover { background: var(--white); color: var(--navy); }
.night-timeline { border-left: 1px solid rgba(255,255,255,.33); }
.timeline-item { position: relative; padding: 0 0 36px 38px; }
.timeline-item::before { content: ''; position: absolute; width: 10px; height: 10px; left: -5px; top: 6px; background: var(--sage); border-radius: 50%; }
.timeline-item span { display: block; margin-bottom: 5px; color: var(--sage); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.timeline-item p { margin: 0; max-width: 470px; color: rgba(255,255,255,.84); }
.timeline-note { margin: 0 0 0 38px; color: rgba(255,255,255,.6); font-size: .82rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding-top: 58px; }
.steps li::before { content: ''; position: absolute; top: 26px; left: 0; right: -28px; border-top: 1px solid var(--line); }
.steps li:last-child::before { right: 50%; }
.steps span { display: block; color: var(--clay-dark); font-family: var(--serif); font-size: 1.4rem; }
.steps h3 { margin: 8px 0 9px; }
.steps p { color: var(--muted); font-size: .92rem; }
.classes-section { background: #fbfaf7; }
.class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-bottom: 38px; }
.class-card { display: flex; flex-direction: column; min-height: 282px; padding: 34px; background: var(--white); border: 1px solid rgba(38,55,70,.1); }
.class-card h3, .class-card h2 { margin-bottom: 14px; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.class-card p:not(.class-format):not(.small-note) { color: var(--muted); }
.class-card .text-link, .checkout-form { margin-top: auto; }
.checkout-form { margin-bottom: 0; }
.checkout-form button { border: 0; background: none; padding: 0; }
.village-section { background: var(--sage); }
.village-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 8%; align-items: center; }
.village-photo { overflow: hidden; box-shadow: var(--shadow); }
.village-photo img { aspect-ratio: 1.12; object-fit: cover; }
.village-copy h2 { max-width: 580px; }
.village-copy > p:not(.eyebrow) { color: #30424d; }
.village-copy .button-outline { margin-top: 14px; }
.safety-band { padding: 82px 0; background: var(--navy); color: var(--white); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.safety-band h2 { margin: 0; color: var(--white); }
.safety-band p { margin-bottom: 17px; color: rgba(255,255,255,.8); }
.light-link { color: #ead3c9; }
.light-link:hover { color: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 13%; }
.faq-grid h2 { margin-bottom: 18px; }
.faq-grid > div > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 21px 0; color: var(--navy); cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay-dark); font-size: 1.4rem; font-weight: 400; line-height: .8; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding-bottom: 22px; color: var(--muted); }
.final-cta { padding: 87px 0; background: var(--cream); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.final-cta h2 { margin: 0 0 10px; }
.final-cta p:not(.eyebrow) { margin: 0; color: var(--muted); }

/* Interior pages */
.page-hero { padding: 108px 0 76px; }
.page-hero h1 { max-width: 900px; margin: 15px 0 22px; font-size: clamp(3.1rem, 6vw, 5.4rem); }
.page-hero p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.page-hero-navy { background: var(--navy); color: var(--white); }
.page-hero-navy h1 { color: var(--white); }
.page-hero-navy h1 em { color: #e5c4b8; }
.page-hero-navy p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.page-hero-navy .eyebrow { color: #e5c4b8; }
.page-hero-sage { background: var(--sage); }
.page-hero-cream { background: var(--cream); }
.qualification-strip { display: flex; flex-wrap: wrap; gap: 0; margin: 57px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.qualification-strip li { padding: 13px 23px 13px 0; margin-right: 23px; border-right: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.86); font-size: .8rem; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: start; }
.two-column h2 { margin-bottom: 21px; }
.two-column p { color: var(--muted); }
.callout-card { padding: 34px; background: var(--navy); color: var(--white); }
.callout-card h3 { color: var(--white); font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.callout-card p { color: rgba(255,255,255,.78); }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.scope-card { padding: 42px; background: var(--cream); }
.scope-card-alt { background: var(--navy); }
.scope-card h3 { margin-bottom: 23px; font-family: var(--serif); font-size: 2.5rem; }
.scope-card-alt h3 { color: var(--white); }
.scope-card ul, .checklist ul { margin: 0; padding: 0; list-style: none; }
.scope-card li, .checklist li { position: relative; padding: 0 0 15px 24px; color: var(--muted); }
.scope-card li::before, .checklist li::before { content: '—'; position: absolute; left: 0; color: var(--clay-dark); }
.scope-card-alt li { color: rgba(255,255,255,.8); }
.standards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.standards-grid article { padding: 40px; background: var(--white); }
.standards-grid span, .icon-number { display: block; margin-bottom: 31px; color: var(--clay-dark); font-family: var(--serif); font-size: 1.5rem; }
.standards-grid h2, .three-up h2 { font-family: var(--serif); font-size: 2rem; }
.standards-grid p, .three-up p { color: var(--muted); }
.checklist { padding: 33px; background: rgba(169,185,166,.38); }
.checklist > p { margin-bottom: 19px; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pricing-grid article { padding: 30px; background: var(--white); }
.pricing-grid article > p { min-height: 46px; margin-bottom: 21px; color: var(--muted); font-size: .88rem; font-weight: 700; }
.pricing-grid h2 { margin: 0 0 8px; font-size: 2.4rem; }
.pricing-grid h2 small { font-family: var(--sans); font-size: .9rem; letter-spacing: 0; }
.pricing-grid span { color: var(--clay-dark); font-size: .78rem; }
.large .class-card { min-height: 360px; }
.village-page-hero { display: grid; grid-template-columns: 1fr .9fr; gap: 8%; align-items: center; }
.village-page-hero img { aspect-ratio: .98; object-fit: cover; box-shadow: var(--shadow); }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6%; }
.faq-page { width: min(870px, calc(100% - 48px)); }
.confirmation { min-height: 71vh; display: grid; align-items: center; text-align: center; background: var(--cream); }
.confirmation h1 { margin: 18px auto 20px; }
.confirmation p { max-width: 650px; margin: 0 auto 30px; color: var(--muted); }
.confirmation-mark { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto; border-radius: 50%; background: var(--sage); color: var(--navy); font-size: 1.4rem; font-weight: 700; }
.prose { font-size: 1.02rem; }
.prose h2 { margin: 50px 0 16px; font-size: 2.1rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }
.prose a { color: var(--clay-dark); font-weight: 700; }

/* Form */
.request-card { display: grid; grid-template-columns: .73fr 1.27fr; gap: 9%; padding: 54px; background: var(--cream); }
.request-card h2 { margin-bottom: 17px; font-size: 3rem; }
.request-card > div > p:not(.eyebrow) { color: var(--muted); }
.form-privacy { margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); font-size: .84rem; }
.interest-form { margin-top: 7px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .checkbox { color: var(--navy); font-size: .78rem; font-weight: 700; }
.field-optional { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(38,55,70,.3); border-radius: 0; background: var(--white); color: var(--charcoal); font-size: .92rem; }
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #778084; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: var(--muted); font-weight: 400; line-height: 1.45; }
.checkbox input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--clay); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .74rem; }
.form-note a { color: var(--clay-dark); }
.form-message { grid-column: 1 / -1; margin-bottom: 10px; padding: 14px; font-size: .91rem; }
.form-success { border-left: 4px solid #4f7c5b; background: #e7f0e8; color: #294f33; }
.form-error { border-left: 4px solid var(--clay-dark); background: #f4dfd9; color: #70372a; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Footer */
.site-footer { padding: 74px 0 20px; background: var(--navy-deep); color: rgba(255,255,255,.77); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .85fr .85fr 1.1fr; gap: 45px; padding-bottom: 49px; }
.footer-brand .brand-mark { width: 45px; height: 36px; color: var(--sage); }
.footer-name { margin: 16px 0 6px; color: var(--white); font-family: var(--serif); font-size: 1.9rem; font-weight: 600; line-height: .9; }
.footer-tagline { color: #d9c0b5; font-family: var(--serif); font-style: italic; }
.site-footer a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.78); text-decoration: none; font-size: .88rem; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-label { margin-bottom: 17px; color: var(--sage); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div > p:not(.footer-label):not(.footer-name):not(.footer-tagline) { max-width: 260px; font-size: .88rem; }
.footer-small { color: rgba(255,255,255,.5); font-size: .75rem !important; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-bottom a { margin: 0; color: rgba(255,255,255,.57); font-size: .72rem; }

@media (max-width: 920px) {
  .site-nav { gap: 13px; font-size: 12px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .split-heading, .overnight-grid, .faq-grid, .village-grid, .two-column, .village-page-hero { grid-template-columns: 1fr; gap: 45px; }
  .split-heading > p { max-width: 600px; }
  .class-grid, .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card, .pillar-card:first-child { min-height: 0; border: 1px solid var(--line); border-top: 0; }
  .pillar-card:first-child { border-top: 1px solid var(--line); }
  .card-number { margin-bottom: 26px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .request-card { grid-template-columns: 1fr; gap: 26px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 34px, var(--container)); }
  .site-header { position: relative; background: var(--navy); }
  .site-header.is-scrolled { position: relative; }
  .header-inner { min-height: 75px; }
  .brand-mark { width: 33px; height: 27px; }
  .brand-name { font-size: 14px; }
  .brand-descriptor { font-size: 6px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 16px 17px 23px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.15); }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.nav-cta) { display: block; padding: 8px 0; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(3rem, 13vw, 4.7rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 3.3rem); }
  .hero { min-height: 690px; }
  .hero-image { background-position: 70% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(21, 35, 46, .95) 0%, rgba(25, 42, 53, .78) 66%, rgba(20, 30, 37, .4) 100%); }
  .hero-content { padding: 85px 0 69px; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .section-heading { margin-bottom: 35px; }
  .split-heading { gap: 17px; }
  .overnight-grid { gap: 45px; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .steps li { padding-top: 25px; padding-left: 45px; }
  .steps li::before { top: 0; bottom: 0; left: 11px; right: auto; border-top: 0; border-left: 1px solid var(--line); }
  .steps li:last-child::before { bottom: 48%; }
  .steps span { position: absolute; left: 0; top: 19px; font-size: .9rem; }
  .class-grid { gap: 12px; }
  .class-card { min-height: 0; padding: 28px; }
  .village-grid { gap: 35px; }
  .safety-band { padding: 68px 0; }
  .safety-grid, .faq-grid { grid-template-columns: 1fr; gap: 29px; }
  .final-cta-inner { display: grid; }
  .final-cta .button { width: 100%; }
  .page-hero { padding: 67px 0 60px; }
  .page-hero h1 { font-size: clamp(2.95rem, 12vw, 4.3rem); }
  .qualification-strip { margin-top: 37px; display: grid; }
  .qualification-strip li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); margin: 0; padding: 10px 0; }
  .scope-grid, .standards-grid, .pricing-grid { grid-template-columns: 1fr; }
  .scope-card, .standards-grid article { padding: 29px; }
  .pricing-grid article > p { min-height: 0; }
  .village-page-hero img { order: -1; }
  .three-up { grid-template-columns: 1fr; gap: 31px; }
  .request-card { padding: 30px 23px; }
  .request-card h2 { font-size: 2.6rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .interest-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
