/* Healthy Wave – shared styles (sans-serif system) */
:root {
  --ivory: #f6f1e7;
  --ivory-2: #efe7d6;
  --cream: #ecdfc8;
  --paper: #fbf7ee;
  --ink: #23201a;
  --ink-2: #4a4338;
  --muted: #7a715f;
  --line: #d9cdb4;
  --sage: #7d8f6a;
  --sage-deep: #5e6f4d;
  --terra: #c47556;
  --terra-deep: #a85b3d;
  --rose: #e6c0b1;
  --max: 1240px;
  --radius: 18px;
  --shadow-sm: 0 1px 2px rgba(35,32,26,.04), 0 4px 12px rgba(35,32,26,.04);
  --shadow-md: 0 6px 24px rgba(35,32,26,.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--ivory);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.serif {
  font-family: "Inter", "Manrope", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.italic { font-style: normal; }

h1, h2, h3, h4, h5 {
  font-family: "Inter", "Manrope", system-ui, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.15;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra-deep);
  background: #f3e2d6;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
}
.eyebrow.sage { color: var(--sage-deep); background: #e4ead8; }
.eyebrow.dot::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; display: inline-block;
}

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

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600; font-size: 14.5px;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--sage); color: #fff; }
.btn-primary:hover { background: var(--sage-deep); }
.btn-terra { background: var(--terra); color: #fff; }
.btn-terra:hover { background: var(--terra-deep); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--ivory); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--ivory); }
.btn .arrow { font-size: 16px; line-height: 1; transform: translateY(-1px); }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,241,231,0.86);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(35,32,26,0.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--max);
  margin: 0 auto;
  gap: 16px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
}
.brand-logo {
  height: 32px; width: auto; display: block;
}
.brand-logo.invert { filter: invert(1) brightness(2); }
.nav-links { display: none; gap: 28px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--ink-2); transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-tel { display: none; font-size: 13px; color: var(--ink-2); font-weight: 500; }
.menu-btn {
  background: transparent; border: 1px solid var(--ink); color: var(--ink);
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.menu-btn span { width: 16px; height: 2px; background: currentColor; position: relative; display: inline-block; }
.menu-btn span::before, .menu-btn span::after {
  content:""; position:absolute; left:0; width:100%; height:2px; background:currentColor;
}
.menu-btn span::before { top:-5px; }
.menu-btn span::after { top:5px; }
.mobile-nav {
  display: none;
  border-top: 1px solid rgba(35,32,26,.08);
  padding: 12px 24px 20px;
  background: var(--ivory);
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 12px 4px;
  font-size: 16px; border-bottom: 1px solid rgba(35,32,26,.06);
  font-weight: 500;
}
.mobile-nav a:last-child { border-bottom: 0; }

@media (min-width: 860px) {
  .nav-links { display: flex; }
  .nav-tel { display: inline-flex; }
  .menu-btn { display: none; }
}

/* SECTIONS */
section { padding: 72px 0; position: relative; }
@media (min-width: 860px) { section { padding: 100px 0; } }

.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head h2 { margin: 14px 0 14px; font-size: clamp(32px, 4.5vw, 52px); font-weight: 600; }
.section-head .sub { color: var(--ink-2); font-size: 17px; max-width: 620px; }

/* HERO */
.hero { padding-top: 36px; padding-bottom: 60px; }
.hero-grid { display: grid; gap: 36px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; }
  .hero { padding-top: 48px; padding-bottom: 96px; }
}
.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  margin: 18px 0 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.hero h1 em { font-style: normal; color: var(--terra-deep); font-weight: 600; }
.hero p.lead { font-size: 17px; color: var(--ink-2); max-width: 540px; margin: 0 0 28px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-call { font-size: 14px; color: var(--ink-2); }
.hero-call a { color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 1px; font-weight: 500; }
.hero-trust { margin-top: 26px; font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.hero-trust::before { content: ""; width: 22px; height: 1px; background: var(--muted); }

.hero-stage {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(160deg, #ecdfc8 0%, #d9c8a9 100%);
}
.hero-stage img.portrait {
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
}
.hero-stage .pill {
  position: absolute;
  background: rgba(255,255,255,.94);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-sm);
  z-index: 2;
}
.hero-stage .pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }
.hero-stage .pill.terra .dot { background: var(--terra); }
.hero-stage .pill.tl { top: 18px; left: 18px; }
.hero-stage .pill.br { bottom: 22px; right: 18px; }
.hero-stage .pill.bl { bottom: 78px; left: 18px; }

.hero-side { display: none; flex-direction: column; gap: 16px; }
.hero-side .small-stage { aspect-ratio: 4/5; border-radius: 22px; overflow: hidden; background: var(--ivory-2); position: relative; }
.hero-side .card { background: #fff; border-radius: 18px; padding: 18px; box-shadow: var(--shadow-sm); }
.hero-side .card h4 { margin: 0 0 4px; font-size: 18px; font-weight: 600; }
.hero-side .card p { margin: 0; font-size: 13px; color: var(--ink-2); }
.hero-side .play { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 13px; font-weight: 600; }
.hero-side .play .ring {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--terra); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px;
}

@media (min-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1.05fr 0.7fr; }
  .hero-side { display: flex; }
}

/* IMAGE PLACEHOLDERS */
.img-ph {
  position: relative; width: 100%; height: 100%;
  background:
    repeating-linear-gradient(135deg, rgba(35,32,26,0.04) 0 12px, rgba(35,32,26,0.0) 12px 26px),
    linear-gradient(160deg, var(--cream) 0%, var(--ivory-2) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-2);
}
.img-ph.sage { background: repeating-linear-gradient(135deg, rgba(35,32,26,0.05) 0 12px, rgba(35,32,26,0) 12px 26px), linear-gradient(160deg, #d3dec1 0%, #aebd95 100%); }
.img-ph.terra { background: repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 12px, rgba(255,255,255,0) 12px 26px), linear-gradient(160deg, #e2a98e 0%, #c47556 100%); color: #fff; }
.img-ph.dark { background: repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 12px, rgba(255,255,255,0) 12px 26px), linear-gradient(160deg, #3a3528 0%, #23201a 100%); color: var(--ivory); }
.img-ph .label {
  font-family: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(255,255,255,.7);
  padding: 6px 10px; border-radius: 4px;
  color: var(--ink);
}
.img-ph.terra .label, .img-ph.dark .label, .img-ph.sage .label { background: rgba(255,255,255,.85); }

/* TRUST BAR */
.trust { background: var(--ink); color: var(--ivory); border-radius: 24px; padding: 28px 24px; }
.trust-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust-item .num {
  font-family: "Inter", "Manrope", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.2vw, 46px); line-height: 1;
  color: #fff; letter-spacing: -0.03em;
}
.trust-item .num em { font-style: normal; color: var(--rose); font-weight: 600; }
.trust-item .lbl { margin-top: 10px; font-size: 13px; color: rgba(246,241,231,.7); }

/* CONCERN GRID */
.concerns { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
@media (min-width: 720px) { .concerns { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .concerns { grid-template-columns: repeat(5, 1fr); } }
.concern-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 18px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 150px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.concern-card:hover { transform: translateY(-2px); border-color: var(--sage); background: #fdfbf5; }
.concern-card .glyph {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--ivory-2);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sage-deep);
  flex: none;
}
.concern-card .glyph svg { width: 22px; height: 22px; }
.concern-card .glyph.terra { background: #f4dccd; color: var(--terra-deep); }
.concern-card h3 { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; }

/* TREATMENTS */
.treatments { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .treatments { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .treatments { grid-template-columns: repeat(3, 1fr); } }
.treatment {
  background: var(--paper);
  border-radius: 22px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  border: 1px solid var(--line);
  position: relative;
  transition: background .2s ease, transform .2s ease;
}
.treatment:hover { background: #fff; transform: translateY(-2px); }
.treatment .num { font-weight: 600; color: var(--terra-deep); font-size: 13px; letter-spacing: 0.08em; }
.treatment h3 { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.treatment p { margin: 0; color: var(--ink-2); font-size: 15px; }
.treatment .arrow {
  position: absolute; top: 24px; right: 24px;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.treatment:hover .arrow { background: var(--ink); color: var(--ivory); border-color: var(--ink); }

/* WHY US */
.reasons { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .reasons { grid-template-columns: repeat(2, 1fr); } }
.reason { background: #fff; border-radius: 22px; padding: 32px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
.reason .glyph {
  width: 44px; height: 44px; border-radius: 12px;
  background: #e4ead8; color: var(--sage-deep);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700;
}
.reason .glyph svg { width: 22px; height: 22px; }
.reason:nth-child(2) .glyph { background: #f4dccd; color: var(--terra-deep); }
.reason:nth-child(3) .glyph { background: #e6dfcc; color: var(--ink); }
.reason:nth-child(4) .glyph { background: #efe2db; color: var(--terra-deep); }
.reason h3 { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.reason p { margin: 0; color: var(--ink-2); font-size: 15px; }

/* DOCTOR */
.doctor { display: grid; gap: 36px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 960px) { .doctor { grid-template-columns: 0.85fr 1fr; gap: 64px; } }
.doctor-portrait {
  aspect-ratio: 4/5; border-radius: 24px; overflow: hidden;
  background: linear-gradient(160deg, #ecdfc8 0%, #d9c8a9 100%);
  position: relative;
}
.doctor-portrait img {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  height: 100%; width: auto; object-fit: contain; object-position: bottom center;
}
.doctor-portrait .badge {
  position: absolute; left: 18px; bottom: 18px;
  background: rgba(255,255,255,.94);
  padding: 12px 14px; border-radius: 14px;
  font-size: 12px; font-weight: 600;
  box-shadow: var(--shadow-sm);
  z-index: 2;
}
.doctor-portrait .badge .name { font-size: 16px; font-weight: 700; display: block; }
.doctor h2 { font-size: clamp(34px, 4.5vw, 52px); margin: 12px 0 22px; font-weight: 600; letter-spacing: -0.025em; }
.doctor p { color: var(--ink-2); font-size: 16px; margin: 0 0 16px; }
.cred-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cred {
  background: var(--ivory-2);
  border: 1px solid var(--line);
  padding: 8px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
}
.cred.sage { background: #e4ead8; border-color: #c5d2a9; color: var(--sage-deep); }
.cred.terra { background: #f4dccd; border-color: #e8bfa8; color: var(--terra-deep); }

/* TESTIMONIALS */
.testi-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .testi-grid { grid-template-columns: repeat(3, 1fr); } }
.testi { background: #fff; border-radius: 18px; padding: 28px; position: relative; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.testi:nth-child(2) { transform: rotate(-1deg); background: #fdf5e8; }
.testi:nth-child(3) { transform: rotate(0.6deg); }
.testi .quote {
  font-size: 16px; font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 24px;
  letter-spacing: -0.005em;
}
.testi .who { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.testi .avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  color: var(--terra-deep);
}
.testi .avatar.sage { background: #cdd9b6; color: var(--sage-deep); }
.testi .avatar.terra { background: #efc8b4; color: var(--terra-deep); }
.testi .who-name { font-weight: 600; }
.testi .who-loc { color: var(--muted); }
.testi .pin {
  position: absolute; top: -8px; left: 22px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--terra);
  box-shadow: 0 4px 8px rgba(196,117,86,.4);
}
.testi:nth-child(2) .pin { background: var(--sage); box-shadow: 0 4px 8px rgba(125,143,106,.4); }

/* FAQ */
.faq { display: grid; gap: 56px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .faq { grid-template-columns: 0.7fr 1fr; gap: 72px; } }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; gap: 18px;
  font-size: 17px; font-weight: 600; line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink); list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q .plus {
  flex: none;
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; transition: transform .2s;
}
details[open] .faq-q .plus { transform: rotate(45deg); background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.faq-a { margin-top: 14px; color: var(--ink-2); font-size: 15px; max-width: 60ch; }

/* FINAL CTA */
.final-cta {
  background:
    radial-gradient(120% 100% at 0% 0%, #d18a6b 0%, transparent 60%),
    radial-gradient(120% 100% at 100% 100%, #a85b3d 0%, transparent 60%),
    var(--terra);
  color: #fff;
  border-radius: 28px;
  padding: 64px 32px;
  text-align: center;
  position: relative; overflow: hidden;
}
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.06); }
.final-cta::before { width: 280px; height: 280px; left: -100px; bottom: -120px; }
.final-cta::after { width: 200px; height: 200px; right: -60px; top: -80px; }
.final-cta h2 { font-size: clamp(32px, 4.5vw, 50px); margin: 14px auto 18px; max-width: 780px; font-weight: 600; letter-spacing: -0.025em; }
.final-cta h2 em { font-style: normal; }
.final-cta p { max-width: 560px; margin: 0 auto 28px; opacity: .9; font-size: 17px; }
.final-cta .ctas { display: inline-flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* FOOTER */
footer.site { background: var(--ink); color: var(--ivory); padding: 64px 0 24px; }
.foot-grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot-brand .brand { color: #fff; }
.foot-brand p { color: rgba(246,241,231,.65); margin: 14px 0 0; font-size: 14px; max-width: 320px; }
.foot-brand a { color: rgba(246,241,231,.65); }
.foot-brand a:hover { color: #fff; }
.foot-col h5 { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(246,241,231,.6); margin: 0 0 16px; font-weight: 600; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.foot-col a { color: rgba(246,241,231,.85); }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(246,241,231,.12);
  font-size: 12px; color: rgba(246,241,231,.55);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* LEGAL */
.legal { padding: 56px 0 96px; }
.legal h1 { font-size: clamp(36px, 5vw, 60px); letter-spacing: -0.025em; margin: 24px 0 6px; font-weight: 600; }
.legal .meta { color: var(--muted); font-size: 14px; margin-bottom: 32px; }
.legal-body { max-width: 760px; }
.legal-body h2 { font-size: 24px; margin: 48px 0 12px; font-weight: 600; letter-spacing: -0.02em; }
.legal-body h3 { font-size: 17px; margin: 28px 0 8px; font-weight: 600; }
.legal-body p, .legal-body li { color: var(--ink-2); font-size: 16px; line-height: 1.7; }
.legal-body ul { padding-left: 22px; }
.legal-body blockquote { margin: 18px 0; padding: 16px 22px; border-left: 3px solid var(--terra); background: var(--paper); color: var(--ink-2); border-radius: 4px; }
.legal-body a { border-bottom: 1px solid currentColor; }

/* PAGE HEADERS */
.page-hero { padding: 56px 0 40px; position: relative; }
.page-hero h1 {
  font-size: clamp(38px, 5.5vw, 64px);
  margin: 16px 0 18px;
  letter-spacing: -0.025em;
  font-weight: 600;
  max-width: 18ch;
  line-height: 1.05;
}
.page-hero h1 em { font-style: normal; color: var(--terra-deep); font-weight: 600; }
.page-hero .lead { color: var(--ink-2); font-size: 17px; max-width: 620px; }

/* ABOUT */
.about-hero { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 960px) { .about-hero { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } }
.about-portrait {
  aspect-ratio: 4/5; border-radius: 24px; overflow: hidden;
  background: linear-gradient(160deg, #ecdfc8 0%, #d9c8a9 100%);
  position: relative;
}
.about-portrait img {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  height: 100%; width: auto; object-fit: contain; object-position: bottom center;
}
.about-quote { background: var(--ink); color: var(--ivory); border-radius: 28px; padding: 48px 36px; position: relative; }
.about-quote .mark { font-size: 88px; line-height: .8; color: var(--terra); position: absolute; top: 24px; left: 32px; font-weight: 700; }
.about-quote blockquote { font-size: clamp(20px, 2.4vw, 28px); font-weight: 500; line-height: 1.35; margin: 36px 0 24px; padding-left: 56px; letter-spacing: -0.01em; }
.about-quote .attribution { font-size: 14px; color: rgba(246,241,231,.7); padding-left: 56px; font-weight: 500; }

/* SERVICES */
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.svc-card h3 { font-size: 22px; margin: 0; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.svc-card .who { color: var(--terra-deep); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.svc-card p { color: var(--ink-2); margin: 0; font-size: 15px; }
.svc-card .link { margin-top: auto; padding-top: 12px; font-size: 14px; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; border-top: 1px solid var(--line); }
.svc-card .num { font-weight: 600; color: var(--terra-deep); font-size: 13px; letter-spacing: 0.08em; }

/* CONTACT */
.contact-grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row .glyph { width: 38px; height: 38px; border-radius: 10px; background: var(--ivory-2); display: inline-flex; align-items: center; justify-content: center; flex: none; color: var(--sage-deep); }
.info-row .glyph svg { width: 18px; height: 18px; }
.info-row strong { display: block; font-size: 14px; margin-bottom: 4px; font-weight: 600; }
.info-row span { color: var(--ink-2); font-size: 15px; }
.info-row a { border-bottom: 1px solid currentColor; }
.map-ph { height: 320px; border-radius: 18px; overflow: hidden; }
.map-ph iframe { width: 100%; height: 100%; border: 0; display: block; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 28px; }
.form-card h3 { font-size: 22px; margin: 0 0 6px; font-weight: 600; letter-spacing: -0.02em; }
.form-card .subtle { color: var(--ink-2); margin: 0 0 22px; font-size: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px; background: var(--ivory);
  color: var(--ink);
  transition: border-color .15s, background .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sage); background: #fff; }
.field-row { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.form-card button[type="submit"] {
  width: 100%; margin-top: 6px;
  padding: 16px; font-size: 15px; font-weight: 600;
  background: var(--ink); color: var(--ivory);
  border: 0; border-radius: 999px;
}
.form-card .reassure { font-size: 12px; color: var(--muted); margin: 14px 0 0; text-align: center; }
.form-success { background: #e4ead8; color: var(--sage-deep); padding: 14px; border-radius: 12px; font-size: 14px; font-weight: 600; text-align: center; margin-top: 8px; }

/* UTILITIES */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-12 { margin-top: 12px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.section-divider { height: 1px; background: var(--line); margin: 0; border: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { background: #fff; border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; font-size: 13px; color: var(--ink-2); }
.alt-bg { background: var(--paper); }
.dark-bg { background: var(--ink); color: var(--ivory); }
.dark-bg .eyebrow.sage { background: rgba(125,143,106,.2); color: #c5d2a9; }
.dark-bg p { color: rgba(246,241,231,.75); }

/* hours block */
.hours-list { display: flex; flex-direction: column; gap: 4px; color: var(--ink-2); font-size: 14px; }
