/* ============================================================
   Aesthetics by B - The Midwife's Standard
   Palette: mulberry ink, blush clay, warm porcelain, soft sage
   Type: Instrument Serif (display) + Figtree (body)
   ============================================================ */

:root {
  --blush: #D9A0AE;
  --blush-soft: #F0DDE2;
  --blush-whisper: #F8EFF1;
  --mulberry: #43242F;
  --mulberry-deep: #331A23;
  --mulberry-70: rgba(67, 36, 47, 0.7);
  --porcelain: #FAF6F2;
  --porcelain-deep: #F3ECE5;
  --sage: #7E9186;
  --sage-soft: #E9EEEA;
  --hairline: #E4D8D2;
  --ink: #3A2A30;
  --ink-soft: #6E5A61;
  --white: #FFFFFF;
  --serif: "Instrument Serif", "Lora", Georgia, serif;
  --sans: "Figtree", "Segoe UI", Arial, sans-serif;
  --wrap: 1160px;
  --radius-arch: 200px 200px 12px 12px;
}

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

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

body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--mulberry); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blush); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.12; color: var(--mulberry); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.45rem, 2.6vw, 1.9rem); }
h4 { font-size: 1.25rem; }

.serif-i { font-family: var(--serif); font-style: italic; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

section { padding: 88px 0; }
@media (max-width: 720px) { section { padding: 64px 0; } }

/* ---------- labels & straps ---------- */
.label {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blush);
  display: block;
  margin-bottom: 18px;
}
.label--mulberry { color: var(--mulberry-70); }
.label--sage { color: var(--sage); }

.cred-strap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  border-top: 1px solid var(--mulberry-70);
  border-bottom: 1px solid var(--mulberry-70);
  padding: 13px 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mulberry);
}
.cred-strap span { padding: 0 18px; position: relative; white-space: nowrap; }
.cred-strap span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blush);
}
.cred-strap--light { color: var(--blush-soft); border-color: rgba(240, 221, 226, 0.35); }
.cred-strap--light span + span::before { background: var(--blush); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 100px;
  border: 1px solid var(--mulberry);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
.btn--solid { background: var(--mulberry); color: var(--porcelain); }
.btn--solid:hover { background: var(--blush); border-color: var(--blush); color: var(--mulberry-deep); }
.btn--ghost { background: transparent; color: var(--mulberry); }
.btn--ghost:hover { background: var(--mulberry); color: var(--porcelain); }
.btn--light { border-color: var(--blush); background: var(--blush); color: var(--mulberry-deep); }
.btn--light:hover { background: var(--porcelain); border-color: var(--porcelain); color: var(--mulberry); }
.btn--ghost-light { border-color: rgba(250, 246, 242, 0.5); color: var(--porcelain); background: transparent; }
.btn--ghost-light:hover { background: var(--porcelain); color: var(--mulberry); border-color: var(--porcelain); }

/* ---------- header ---------- */
.topbar {
  background: var(--mulberry);
  color: var(--blush-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.topbar a { color: var(--blush-soft); text-decoration: none; }
.topbar a:hover { color: var(--blush); }
.topbar__note { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.site-head {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 246, 242, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand { text-decoration: none; line-height: 1.05; }
.brand__name {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--mulberry);
  display: block;
}
.brand__name em { font-style: italic; color: var(--blush); }
.brand__tag {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: block;
  margin-top: 3px;
}

.nav-toggle { display: none; }
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px 4px;
}
.nav-burger span {
  width: 26px;
  height: 2px;
  background: var(--mulberry);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--blush); }
.site-nav a[aria-current="page"] { color: var(--mulberry); border-bottom-color: var(--blush); }
.site-nav .btn { padding: 12px 24px; font-size: 0.72rem; }

@media (max-width: 1080px) {
  .nav-burger { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--porcelain);
    border-bottom: 1px solid var(--hairline);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 28px;
    gap: 14px;
    box-shadow: 0 24px 40px -24px rgba(67, 36, 47, 0.25);
  }
  .nav-toggle:checked ~ .site-nav { display: flex; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ---------- hero ---------- */
.hero { padding: 72px 0 80px; overflow: hidden; }
.hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 64px;
  align-items: center;
}
.hero__copy p.lede { font-size: 1.2rem; color: var(--ink-soft); margin: 26px 0 34px; max-width: 34em; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero__figure { position: relative; }
.hero__figure img {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  border-radius: var(--radius-arch);
  object-fit: cover;
  aspect-ratio: 4 / 5;
  filter: grayscale(1) contrast(1.02);
}
.hero__figure::before {
  content: "";
  position: absolute;
  inset: -18px -18px auto auto;
  width: 62%;
  height: 62%;
  border: 1px solid var(--blush);
  border-radius: 200px 200px 0 0;
  z-index: -1;
  transform: translate(16px, -16px);
}
.hero__figcap {
  text-align: center;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 16px;
}
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .hero__figure img { max-width: 340px; }
}

/* ---------- page hero (inner) ---------- */
.page-hero {
  background: var(--mulberry);
  color: var(--blush-soft);
  padding: 84px 0 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(217, 160, 174, 0.28);
  pointer-events: none;
}
.page-hero::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -220px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(217, 160, 174, 0.16);
  pointer-events: none;
}
.page-hero h1 { color: var(--porcelain); font-size: clamp(2.4rem, 5vw, 3.6rem); max-width: 16em; }
.page-hero h1 em { color: var(--blush); font-style: italic; }
.page-hero .lede { max-width: 44em; margin-top: 22px; font-size: 1.12rem; color: rgba(240, 221, 226, 0.85); }
.page-hero .label { color: var(--blush); }

.crumb { font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 26px; }
.crumb a { color: rgba(240, 221, 226, 0.7); text-decoration: none; }
.crumb a:hover { color: var(--blush); }
.crumb span { color: rgba(240, 221, 226, 0.45); padding: 0 8px; }

/* ---------- checklist band (safe pair of hands) ---------- */
.band-check { background: var(--porcelain-deep); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.band-check .wrap > h2, .center-head { text-align: center; }
.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 28px;
  margin-top: 52px;
}
.check-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
}
.check-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 44px;
  height: 3px;
  background: var(--blush);
  border-radius: 0 0 3px 3px;
}
.check-card .tick {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sage-soft);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.check-card .tick svg { width: 18px; height: 18px; stroke: var(--sage); }
.check-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.check-card p { font-size: 0.96rem; color: var(--ink-soft); }

/* ---------- treatment cards ---------- */
.treat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 28px;
  margin-top: 54px;
}
.treat-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.treat-card:hover {
  transform: translateY(-5px);
  border-color: var(--blush);
  box-shadow: 0 30px 46px -30px rgba(67, 36, 47, 0.35);
}
.treat-card figure { aspect-ratio: 4 / 3; overflow: hidden; background: var(--blush-whisper); }
.treat-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82); }
.treat-card--text figure { display: grid; place-items: center; }
.treat-card__body { padding: 24px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.treat-card__body h3 { font-size: 1.35rem; margin-bottom: 8px; }
.treat-card__body p { font-size: 0.93rem; color: var(--ink-soft); flex: 1; }
.treat-card__meta {
  margin-top: 18px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blush);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.treat-card__meta .price { color: var(--mulberry); }
.badge-consult {
  display: inline-block;
  background: var(--sage-soft);
  color: var(--sage);
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
}

/* ---------- wedge banner ---------- */
.wedge {
  background: var(--mulberry);
  color: var(--blush-soft);
  border-radius: 24px;
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.wedge::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(217, 160, 174, 0.3);
}
.wedge h2 { color: var(--porcelain); }
.wedge h2 em { color: var(--blush); font-style: italic; }
.wedge p { color: rgba(240, 221, 226, 0.85); margin-top: 16px; max-width: 36em; }
.wedge__cta { text-align: right; }
@media (max-width: 820px) {
  .wedge { grid-template-columns: 1fr; padding: 48px 32px; }
  .wedge__cta { text-align: left; }
}

/* ---------- testimonials ---------- */
.reviews-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 400px);
  gap: 26px;
  overflow-x: auto;
  padding: 54px 4px 26px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--blush) var(--porcelain-deep);
}
.reviews-scroll::-webkit-scrollbar { height: 6px; }
.reviews-scroll::-webkit-scrollbar-thumb { background: var(--blush); border-radius: 3px; }
.reviews-scroll::-webkit-scrollbar-track { background: var(--porcelain-deep); }
.review-card, .review-block {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 34px 30px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.review-card blockquote, .review-block blockquote {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.5;
  color: var(--mulberry);
  flex: 1;
}
.review-card blockquote::before, .review-block blockquote::before {
  content: "\201C";
  display: block;
  font-size: 3rem;
  line-height: 0.6;
  color: var(--blush);
  margin-bottom: 14px;
}
.review-card figcaption, .review-block figcaption {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.review-card cite, .review-block cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.review-tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blush);
  background: var(--blush-whisper);
  border-radius: 100px;
  padding: 4px 12px;
}

.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 54px; }

/* ---------- sage promise band ---------- */
.band-sage {
  background: var(--sage-soft);
  border-top: 1px solid #DCE4DE;
  border-bottom: 1px solid #DCE4DE;
}
.band-sage .inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.band-sage h2 em { color: var(--sage); font-style: italic; }
@media (max-width: 860px) { .band-sage .inner { grid-template-columns: 1fr; gap: 36px; } }

.dd-list { list-style: none; display: grid; gap: 12px; }
.dd-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 0.99rem; }
.dd-list .ico {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.dd-list .ico svg { width: 12px; height: 12px; }
.dd-list--do .ico { background: rgba(126, 145, 134, 0.16); }
.dd-list--do .ico svg { stroke: var(--sage); }
.dd-list--dont .ico { background: rgba(217, 160, 174, 0.2); }
.dd-list--dont .ico svg { stroke: #B4667A; }

/* ---------- location band ---------- */
.band-location { text-align: center; }
.band-location .areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 36px 0 44px;
}
.band-location .areas span {
  border: 1px solid var(--hairline);
  background: var(--white);
  border-radius: 100px;
  padding: 9px 22px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- editorial split ---------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.split--narrowimg { grid-template-columns: 0.85fr 1.15fr; }
.split figure img { border-radius: var(--radius-arch); filter: saturate(0.85); width: 100%; object-fit: cover; }
.split figure.arch-plain img { border-radius: 16px; }
@media (max-width: 860px) { .split, .split--narrowimg { grid-template-columns: 1fr; gap: 40px; } }

.prose p + p { margin-top: 18px; }
.prose h2 + p, .prose h3 + p { margin-top: 18px; }
.prose .pull {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--mulberry);
  border-left: 3px solid var(--blush);
  padding-left: 24px;
  margin: 30px 0;
  line-height: 1.4;
}

/* ---------- treatment leaf sections ---------- */
.leaf { border-top: 1px solid var(--hairline); padding: 76px 0; }
.leaf__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start; }
.leaf__grid figure { position: sticky; top: 110px; }
.leaf__grid figure img { border-radius: 16px; filter: saturate(0.82); aspect-ratio: 4 / 3.4; object-fit: cover; width: 100%; }
.leaf__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 26px;
}
.leaf__facts span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--blush-whisper);
  color: var(--mulberry);
  border-radius: 100px;
  padding: 6px 15px;
}
.leaf__facts span.sage { background: var(--sage-soft); color: var(--sage); }
@media (max-width: 860px) {
  .leaf__grid { grid-template-columns: 1fr; }
  .leaf__grid figure { position: static; max-width: 420px; }
}

/* ---------- accordions ---------- */
details.acc {
  border: 1px solid var(--hairline);
  border-radius: 12px;
  background: var(--white);
  margin-top: 14px;
  overflow: hidden;
}
details.acc summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 52px 18px 24px;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--mulberry);
  position: relative;
}
details.acc summary::-webkit-details-marker { display: none; }
details.acc summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--blush);
  line-height: 1;
}
details.acc[open] summary::after { content: "\2013"; }
details.acc .acc__body { padding: 0 24px 22px; color: var(--ink-soft); font-size: 0.97rem; }
details.acc .acc__body p + p { margin-top: 12px; }
details.acc .acc__body ul { margin: 10px 0 0 20px; }
details.acc .acc__body li + li { margin-top: 6px; }

/* ---------- price tables ---------- */
.price-block {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 38px 36px;
}
.price-block + .price-block { margin-top: 30px; }
.price-block h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.price-block .note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 6px; }
.price-rows { margin-top: 22px; }
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px dashed var(--hairline);
}
.price-row:last-child { border-bottom: none; }
.price-row .item { font-size: 0.99rem; }
.price-row .item small { display: block; color: var(--ink-soft); font-size: 0.82rem; }
.price-row .amount {
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--mulberry);
  white-space: nowrap;
}
.price-row .amount.consult { font-size: 1rem; font-family: var(--sans); font-weight: 600; color: var(--sage); letter-spacing: 0.04em; }

.notice {
  border: 1px solid #DCE4DE;
  background: var(--sage-soft);
  border-radius: 14px;
  padding: 24px 26px;
  font-size: 0.95rem;
  color: var(--ink);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.notice .ico { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--white); display: grid; place-items: center; }
.notice .ico svg { width: 16px; height: 16px; stroke: var(--sage); }
.notice strong { color: var(--mulberry); }
.notice--blush { background: var(--blush-whisper); border-color: var(--blush-soft); }
.notice--blush .ico svg { stroke: var(--blush); }

/* ---------- steps ---------- */
.steps { counter-reset: step; display: grid; gap: 0; margin-top: 50px; }
.step {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid var(--hairline);
}
.step:last-child { border-bottom: 1px solid var(--hairline); }
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--blush);
  line-height: 1;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.99rem; max-width: 56em; }
@media (max-width: 640px) { .step { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- stats strip ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 28px; margin-top: 54px; }
.stat { border-left: 2px solid var(--blush); padding-left: 22px; }
.stat .num { font-family: var(--serif); font-size: 2.7rem; color: var(--mulberry); line-height: 1; }
.stat .num em { font-style: italic; color: var(--blush); }
.stat p { font-size: 0.86rem; color: var(--ink-soft); margin-top: 8px; letter-spacing: 0.04em; }

/* ---------- forms ---------- */
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mulberry);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 14px 16px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--blush);
  outline-offset: 1px;
  border-color: var(--blush);
}
.field textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 16px; }
.form-success {
  display: none;
  background: var(--sage-soft);
  border: 1px solid #DCE4DE;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 20px;
  color: var(--ink);
  font-size: 0.96rem;
}
.form-success.show { display: block; }

.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.contact-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 28px 26px;
}
.contact-card .label { margin-bottom: 8px; }
.contact-card a { font-family: var(--serif); font-size: 1.3rem; text-decoration: none; word-break: break-word; }
.contact-card p { font-size: 0.88rem; color: var(--ink-soft); margin-top: 6px; }

/* ---------- CTA band ---------- */
.band-cta {
  background: var(--mulberry);
  color: var(--blush-soft);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.band-cta::before, .band-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(217, 160, 174, 0.22);
  pointer-events: none;
}
.band-cta::before { width: 380px; height: 380px; left: -140px; bottom: -220px; }
.band-cta::after { width: 300px; height: 300px; right: -100px; top: -170px; }
.band-cta h2 { color: var(--porcelain); max-width: 18em; margin: 0 auto; }
.band-cta h2 em { color: var(--blush); font-style: italic; }
.band-cta p { max-width: 40em; margin: 20px auto 38px; color: rgba(240, 221, 226, 0.85); }
.band-cta .hero__ctas { justify-content: center; margin-bottom: 0; }

/* ---------- footer ---------- */
.site-foot { background: var(--mulberry-deep); color: rgba(240, 221, 226, 0.8); padding: 72px 0 34px; }
.site-foot a { color: rgba(240, 221, 226, 0.85); text-decoration: none; }
.site-foot a:hover { color: var(--blush); }
.foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(228, 216, 210, 0.14);
}
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid h4 {
  color: var(--porcelain);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.foot-grid ul { list-style: none; display: grid; gap: 9px; font-size: 0.92rem; }
.foot-brand .brand__name { color: var(--porcelain); font-size: 1.7rem; }
.foot-brand p { font-size: 0.92rem; margin-top: 14px; max-width: 26em; }
.site-foot .cred-strap { margin-top: 44px; }
.foot-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  font-size: 0.8rem;
  color: rgba(240, 221, 226, 0.55);
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- utility ---------- */
.mt-lg { margin-top: 56px; }
.mt-md { margin-top: 32px; }
.mt-sm { margin-top: 18px; }
.center { text-align: center; }
.max-p { max-width: 46em; }
.max-p.center-block { margin-left: auto; margin-right: auto; }
.muted { color: var(--ink-soft); }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--mulberry);
  color: var(--porcelain);
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }
