/* ============================================================
   Amani — Advanced Women's Care
   Design system carried forward from the coming-soon page.
   Uungu Technologies
   ============================================================ */

:root {
  --teal: #1a6b5e;
  --teal-deep: #0f4a3f;
  --teal-pale: #e8f4f1;
  --rose: #b05a82;
  --rose-light: #e8a8c4;
  --rose-pale: #f5e8ef;
  --cream: #fdf8f5;
  --ink: #1c1412;
  --muted: #7a6b68;
  --line: rgba(176, 90, 130, 0.16);
  --line-teal: rgba(26, 107, 94, 0.16);
  --white: #ffffff;

  --wrap: 1140px;
  --narrow: 760px;
  --r-sm: 11px;
  --r-md: 17px;
  --r-lg: 24px;
  --shadow: 0 18px 44px rgba(26, 107, 94, 0.07);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 40% at 8% 8%, rgba(26, 107, 94, 0.07), transparent 70%),
    radial-gradient(ellipse 45% 50% at 94% 62%, rgba(176, 90, 130, 0.07), transparent 72%);
}

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

:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap { width: min(var(--wrap), 100% - 2.6rem); margin-inline: auto; position: relative; z-index: 1; }
.wrap-narrow { width: min(var(--narrow), 100% - 2.6rem); margin-inline: auto; position: relative; z-index: 1; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- Type ---------- */

h1, h2, h3, .display {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  color: var(--teal-deep);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

h1 { font-size: clamp(2.6rem, 6.4vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); }
h3 { font-size: 1.32rem; line-height: 1.28; }

em { font-style: normal; color: var(--rose); }

p { color: var(--muted); }

.lead { font-size: 1.03rem; line-height: 1.85; }

.eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  background: var(--teal-pale);
  color: var(--teal-deep);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal); font-style: normal;
}

.eyebrow-rose { background: var(--rose-pale); color: var(--rose); }
.eyebrow-rose i { background: var(--rose); }

.section-label {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: var(--r-sm);
  padding: 0.92rem 1.5rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

.btn-primary { background: var(--teal); color: var(--white); box-shadow: 0 10px 24px rgba(26, 107, 94, 0.22); }
.btn-primary:hover { background: var(--teal-deep); }

.btn-rose { background: var(--rose); color: var(--white); box-shadow: 0 10px 24px rgba(176, 90, 130, 0.22); }

.btn-ghost { background: transparent; color: var(--teal-deep); border: 1px solid var(--line-teal); }
.btn-ghost:hover { background: var(--teal-pale); }

.btn-light { background: rgba(255, 255, 255, 0.12); color: var(--white); border: 1px solid rgba(255, 255, 255, 0.22); }
.btn-light:hover { background: rgba(255, 255, 255, 0.2); }

.btn-sm { padding: 0.62rem 1.05rem; font-size: 0.74rem; }

/* Placeholder text the client still needs to supply */
.ph {
  border-bottom: 1px dotted var(--rose);
  color: inherit;
}

/* ---------- Nav ---------- */

.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(253, 248, 245, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-in {
  display: flex; align-items: center; gap: 1.4rem;
  padding: 0.75rem 0;
}

.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; margin-right: auto; }
.brand img { width: 34px; }
.brand span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem; color: var(--rose); letter-spacing: 0.07em;
}
.brand small {
  display: block; font-size: 0.54rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--muted); margin-top: -4px;
}

.nav-links { display: flex; align-items: center; gap: 1.55rem; }

.nav-links a {
  color: var(--teal-deep);
  font-size: 0.83rem;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover { border-bottom-color: var(--rose); }
.nav-links a.active { color: var(--rose); border-bottom-color: var(--rose); }

.nav-cta { display: flex; align-items: center; gap: 0.7rem; }

.burger {
  display: none; width: 40px; height: 36px;
  background: none; border: 1px solid var(--line-teal); border-radius: 9px;
  cursor: pointer; padding: 9px 9px;
}
.burger i { display: block; height: 1.5px; background: var(--teal-deep); margin: 3px 0; border-radius: 2px; }

.drawer {
  display: none;
  padding: 0.4rem 0 1.3rem;
  border-top: 1px solid var(--line);
}
.drawer.open { display: block; }
.drawer a {
  display: block; padding: 0.72rem 0;
  color: var(--teal-deep); font-size: 0.92rem; text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.drawer .btn { margin-top: 1rem; width: 100%; justify-content: center; }

/* ---------- Section rhythm ---------- */

.section { padding: 5.2rem 0; }
.section-tight { padding: 3.4rem 0; }
.section-head { max-width: 640px; margin-bottom: 2.8rem; }
.section-head p { margin-top: 0.85rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow, .section-head.center .section-label { margin-inline: auto; }

.band { background: var(--white); border-block: 1px solid var(--line); }

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

/* ---------- Hero ---------- */

.hero { padding: 4.2rem 0 4.6rem; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 3.6rem;
  align-items: center;
}

.hero h1 { margin: 1.3rem 0 0; }
.hero .lead { max-width: 440px; margin-top: 1.15rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.9rem; }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.3rem;
  margin-top: 2.1rem; padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.75rem; color: var(--muted);
}
.hero-trust b { color: var(--teal-deep); font-weight: 500; }

.hero-art { position: relative; }

.hero-art-frame {
  position: relative;
  border-radius: 190px 190px var(--r-lg) var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--rose-pale);
  box-shadow: var(--shadow);
}
.hero-art-frame img { width: 100%; height: 100%; object-fit: cover; }

.hero-art::after {
  content: "";
  position: absolute; inset: 18px -18px -18px 18px;
  border: 1px solid var(--line);
  border-radius: 190px 190px var(--r-lg) var(--r-lg);
  z-index: 0;
}
.hero-art-frame { z-index: 1; }

.hero-badge {
  position: absolute; left: -18px; bottom: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 0.9rem 1.15rem;
  box-shadow: var(--shadow);
  max-width: 214px;
}
.hero-badge strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem; font-weight: 300; color: var(--teal-deep); line-height: 1;
}
.hero-badge span { font-size: 0.7rem; color: var(--muted); display: block; margin-top: 0.3rem; }

/* ---------- Page header (inner pages) ---------- */

.pagehead { padding: 3.6rem 0 2.8rem; }
.pagehead h1 { margin: 1.1rem 0 0; font-size: clamp(2.3rem, 5vw, 3.6rem); }
.pagehead p { max-width: 560px; margin-top: 1rem; }

/* ---------- Care modes ---------- */

.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }

.mode {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.7rem 1.5rem 1.5rem;
  text-decoration: none;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mode:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.mode-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--rose-pale);
  display: grid; place-items: center;
  margin-bottom: 1.05rem;
}
.mode-icon svg { width: 20px; height: 20px; stroke: var(--rose); fill: none; stroke-width: 1.5; }

.mode-rule {
  width: 30px; height: 2px; border-radius: 2px;
  background: var(--rose); margin-bottom: 1.05rem;
}
.mode h3 { margin-bottom: 0.5rem; }
.mode p { font-size: 0.84rem; line-height: 1.7; }
.mode-go { display: inline-block; margin-top: 1rem; font-size: 0.74rem; font-weight: 600; color: var(--teal); }

/* ---------- Service cards ---------- */

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }

.svc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.6rem 1.45rem;
  display: flex; flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.svc:hover { border-color: var(--rose-light); transform: translateY(-3px); }

.svc-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--teal-pale);
  display: grid; place-items: center;
  margin-bottom: 1.1rem;
}
.svc-icon svg { width: 21px; height: 21px; stroke: var(--teal); fill: none; stroke-width: 1.5; }

.svc h3 { font-size: 1.18rem; margin-bottom: 0.45rem; }
.svc p { font-size: 0.83rem; line-height: 1.72; }

.svc-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 1.05rem; }
.svc-tags span {
  font-size: 0.63rem; letter-spacing: 0.06em;
  padding: 0.26rem 0.6rem; border-radius: 999px;
  background: var(--rose-pale); color: var(--rose);
}

/* ---------- Pills ---------- */

.pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pills span {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--teal-deep);
  border-radius: 999px;
  padding: 0.46rem 0.95rem;
  font-size: 0.75rem;
}

/* ---------- Journey rail (signature element) ---------- */

.journey { position: relative; }

.journey-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(228px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1.3rem;
  scrollbar-width: thin;
  scrollbar-color: var(--rose-light) transparent;
}
.journey-track::-webkit-scrollbar { height: 5px; }
.journey-track::-webkit-scrollbar-thumb { background: var(--rose-light); border-radius: 999px; }
.journey-track::-webkit-scrollbar-track { background: var(--line); border-radius: 999px; }

.stage {
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.4rem 1.3rem 1.3rem;
  display: flex; flex-direction: column;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.stage:hover { border-color: var(--teal); transform: translateY(-3px); }

.stage-when {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--rose); margin-bottom: 0.75rem;
}
.stage h3 { font-size: 1.16rem; margin-bottom: 0.45rem; }
.stage p { font-size: 0.8rem; line-height: 1.68; flex: 1; }
.stage-book {
  margin-top: 1rem; font-size: 0.72rem; font-weight: 600;
  color: var(--teal); display: inline-flex; gap: 0.3rem; align-items: center;
}

.journey-bar {
  height: 3px; border-radius: 999px; margin-bottom: 1.6rem;
  background: linear-gradient(90deg, var(--teal), var(--rose-light), var(--rose));
  opacity: 0.5;
}

.journey-hint { font-size: 0.72rem; color: var(--muted); margin-top: 0.3rem; }

/* ---------- Mobile clinic panel ---------- */

.clinic {
  position: relative; overflow: hidden;
  background: var(--teal-deep);
  color: var(--white);
  border-radius: var(--r-lg);
  padding: 3rem 2.8rem;
}
.clinic::before {
  content: ""; position: absolute;
  width: 320px; height: 320px; right: -90px; top: -110px;
  border-radius: 50%; background: rgba(255, 255, 255, 0.04);
}
.clinic::after {
  content: ""; position: absolute;
  width: 200px; height: 200px; left: -70px; bottom: -90px;
  border-radius: 50%; background: rgba(232, 168, 196, 0.07);
}

.clinic-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: start;
}

.clinic h2 { color: var(--white); }
.clinic h2 em { color: var(--rose-light); }
.clinic p { color: rgba(255, 255, 255, 0.7); }
.clinic .section-label { color: rgba(255, 255, 255, 0.5); }

.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.chips b {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  padding: 0.38rem 0.78rem; border-radius: 999px;
  font-size: 0.69rem; font-weight: 400;
}

.route {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-md);
  padding: 1.4rem 1.4rem 0.8rem;
}
.route-h {
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); margin-bottom: 1rem;
}
.route-row {
  display: flex; align-items: baseline; gap: 0.9rem;
  padding: 0.72rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.82rem;
}
.route-row:first-of-type { border-top: 0; }
.route-day {
  flex: 0 0 62px; color: var(--rose-light);
  font-size: 0.66rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}
.route-place { color: var(--white); }
.route-note { margin-left: auto; color: rgba(255, 255, 255, 0.45); font-size: 0.7rem; }

/* ---------- Specialist ---------- */

.doc-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3.2rem; align-items: center; }

.doc-photo {
  border-radius: var(--r-lg) var(--r-lg) 160px 160px;
  overflow: hidden; aspect-ratio: 4 / 5;
  background: var(--teal-pale);
  box-shadow: var(--shadow);
}
.doc-photo img { width: 100%; height: 100%; object-fit: cover; }

.creds { display: grid; gap: 0.55rem; margin-top: 1.6rem; }
.creds li { list-style: none; display: flex; gap: 0.7rem; font-size: 0.85rem; color: var(--muted); }
.creds li::before { content: "—"; color: var(--rose); }

/* ---------- Testimonials ---------- */

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }

.quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.7rem 1.5rem;
  display: flex; flex-direction: column;
}
.quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem; line-height: 0.6; color: var(--rose-light);
  margin-bottom: 0.7rem;
}
.quote p { font-size: 0.88rem; line-height: 1.8; flex: 1; color: var(--ink); font-weight: 300; }
.quote-by {
  margin-top: 1.2rem; padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.74rem; color: var(--muted);
}
.quote-by b { display: block; color: var(--teal-deep); font-weight: 500; font-size: 0.8rem; }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--line); }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-q {
  width: 100%; text-align: left;
  background: none; border: 0; cursor: pointer;
  padding: 1.25rem 2.4rem 1.25rem 0;
  font: inherit; font-size: 0.97rem; color: var(--teal-deep);
  position: relative;
}
.faq-q::after {
  content: "+";
  position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%);
  font-size: 1.3rem; color: var(--rose); line-height: 1;
  transition: transform 0.25s ease;
}
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }

.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; }
.faq-a p { padding: 0 2.4rem 1.35rem 0; font-size: 0.88rem; }

/* ---------- Newsletter / CTA strip ---------- */

.cta-strip {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2.8rem 2.6rem;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.6rem; align-items: center;
}

.subscribe { display: flex; gap: 0.55rem; margin-top: 1.2rem; }
.subscribe input {
  flex: 1; min-width: 0;
  border: 1px solid var(--line-teal); border-radius: var(--r-sm);
  background: var(--cream); color: var(--ink);
  padding: 0.85rem 1rem; font: inherit; font-size: 0.86rem; outline: none;
}
.subscribe input:focus { border-color: var(--teal); }
.subscribe small { display: block; }

/* ---------- Contact ---------- */

.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; align-items: start; }

.info-block { padding: 1.35rem 0; border-top: 1px solid var(--line); }
.info-block:first-child { border-top: 0; padding-top: 0; }
.info-block h3 { font-size: 1.02rem; margin-bottom: 0.4rem; }
.info-block p, .info-block a { font-size: 0.87rem; color: var(--muted); text-decoration: none; }
.info-block a:hover { color: var(--rose); }

.map {
  border-radius: var(--r-md); overflow: hidden;
  border: 1px solid var(--line); background: var(--teal-pale);
  aspect-ratio: 16 / 9; margin-top: 2rem;
}
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Forms ---------- */

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2.2rem 2rem;
}

.field { margin-bottom: 1.05rem; }
.field label {
  display: block; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em; color: var(--teal-deep); margin-bottom: 0.42rem;
}
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line-teal); border-radius: var(--r-sm);
  background: var(--cream); color: var(--ink);
  padding: 0.82rem 0.95rem; font: inherit; font-size: 0.88rem;
  outline: none; transition: border-color 0.18s ease;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }

.check { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.79rem; color: var(--muted); }
.check input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--teal); flex: 0 0 16px; }

.form-note { font-size: 0.72rem; color: var(--muted); margin-top: 0.9rem; line-height: 1.6; }

/* ---------- Booking wizard ---------- */

.bk { display: grid; grid-template-columns: 240px 1fr; gap: 2.6rem; align-items: start; }

.bk-rail { position: sticky; top: 90px; }

.bk-step {
  display: flex; gap: 0.85rem; padding: 0.75rem 0;
  color: var(--muted); font-size: 0.84rem;
}
.bk-step i {
  flex: 0 0 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--white);
  display: grid; place-items: center;
  font-style: normal; font-size: 0.7rem; font-weight: 600;
  color: var(--muted);
}
.bk-step.active { color: var(--teal-deep); }
.bk-step.active i { background: var(--teal); border-color: var(--teal); color: var(--white); }
.bk-step.done i { background: var(--teal-pale); border-color: var(--teal-pale); color: var(--teal); }

.bk-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2.2rem 2rem;
}
.bk-panel[hidden] { display: none; }

.bk-h { margin-bottom: 1.6rem; }
.bk-h h2 { font-size: 1.85rem; }
.bk-h p { font-size: 0.87rem; margin-top: 0.4rem; }

.opts { display: grid; gap: 0.8rem; }
.opts-2 { grid-template-columns: 1fr 1fr; }

.opt {
  text-align: left; cursor: pointer;
  background: var(--cream);
  border: 1px solid var(--line-teal);
  border-radius: var(--r-md);
  padding: 1.15rem 1.2rem;
  font: inherit;
  transition: border-color 0.18s ease, background 0.18s ease;
  position: relative;
}
.opt:hover { border-color: var(--teal); }
.opt.sel { border-color: var(--teal); background: var(--teal-pale); }
.opt.sel::after {
  content: "✓"; position: absolute; right: 1rem; top: 1rem;
  color: var(--teal); font-size: 0.85rem; font-weight: 700;
}
.opt b { display: block; color: var(--teal-deep); font-size: 0.95rem; font-weight: 500; margin-bottom: 0.28rem; }
.opt span { display: block; font-size: 0.78rem; color: var(--muted); line-height: 1.6; }
.opt em { display: inline-block; margin-top: 0.55rem; font-size: 0.68rem; color: var(--rose); }
.opt[disabled] { opacity: 0.42; cursor: not-allowed; }

/* calendar */
.cal-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.9rem;
}
.cal-head strong {
  font-family: "Cormorant Garamond", serif; font-weight: 400;
  font-size: 1.3rem; color: var(--teal-deep);
}
.cal-nav {
  background: var(--cream); border: 1px solid var(--line-teal);
  border-radius: 8px; width: 32px; height: 32px; cursor: pointer;
  color: var(--teal-deep); font-size: 0.9rem; line-height: 1;
}
.cal-nav:disabled { opacity: 0.3; cursor: not-allowed; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-dow {
  text-align: center; font-size: 0.6rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted); padding-bottom: 0.4rem;
}
.cal-day {
  aspect-ratio: 1; border: 1px solid transparent; border-radius: 9px;
  background: var(--cream); cursor: pointer; font: inherit; font-size: 0.83rem;
  color: var(--teal-deep);
  display: grid; place-items: center;
  transition: background 0.15s ease;
}
.cal-day:hover:not(:disabled) { background: var(--teal-pale); }
.cal-day:disabled { background: transparent; color: rgba(122, 107, 104, 0.32); cursor: not-allowed; }
.cal-day.sel { background: var(--teal); color: var(--white); }
.cal-day.empty { background: transparent; cursor: default; }

.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 0.5rem; margin-top: 1.4rem; }
.slot {
  border: 1px solid var(--line-teal); border-radius: 9px;
  background: var(--cream); color: var(--teal-deep);
  padding: 0.62rem 0.4rem; font: inherit; font-size: 0.8rem; cursor: pointer;
}
.slot:hover:not(:disabled) { border-color: var(--teal); }
.slot.sel { background: var(--teal); border-color: var(--teal); color: var(--white); }
.slot:disabled { opacity: 0.34; cursor: not-allowed; text-decoration: line-through; }

.slots-h {
  font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--muted); margin-top: 1.6rem;
}

/* review */
.review { border-top: 1px solid var(--line); }
.review-row {
  display: flex; gap: 1rem; padding: 0.85rem 0;
  border-bottom: 1px solid var(--line); font-size: 0.87rem;
}
.review-row dt { flex: 0 0 150px; color: var(--muted); font-size: 0.78rem; }
.review-row dd { color: var(--teal-deep); margin: 0; }

.bk-actions {
  display: flex; gap: 0.7rem; align-items: center;
  margin-top: 1.9rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.bk-actions .btn-ghost { margin-right: auto; }

.bk-error { color: var(--rose); font-size: 0.78rem; margin-top: 0.9rem; min-height: 1.1em; }

/* confirmation */
.confirm { text-align: center; padding: 1.5rem 0 0.5rem; }
.confirm-tick {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--teal-pale); color: var(--teal);
  display: grid; place-items: center; margin: 0 auto 1.4rem;
  font-size: 1.6rem;
}
.confirm-ref {
  display: inline-block; margin-top: 1.3rem;
  background: var(--rose-pale); color: var(--rose);
  border-radius: 999px; padding: 0.5rem 1.2rem;
  font-size: 0.82rem; letter-spacing: 0.08em; font-weight: 600;
}

/* ---------- Footer ---------- */

.footer {
  background: var(--teal-deep); color: rgba(255, 255, 255, 0.72);
  padding: 3.6rem 0 1.9rem; margin-top: 4rem;
  position: relative; z-index: 1;
}

.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.4rem;
  padding-bottom: 2.4rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.f-brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.05rem; }
.f-brand img { width: 40px; }
.f-brand span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem; color: var(--rose-light); letter-spacing: 0.07em; line-height: 1;
}
.f-brand small {
  display: block; font-size: 0.53rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 3px;
}
.footer h4 {
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); margin-bottom: 1rem; font-weight: 600;
}
.footer p { color: rgba(255, 255, 255, 0.6); font-size: 0.83rem; }
.footer ul { list-style: none; display: grid; gap: 0.6rem; }
.footer a { color: rgba(255, 255, 255, 0.72); text-decoration: none; font-size: 0.83rem; }
.footer a:hover { color: var(--rose-light); }

.footer-base {
  display: flex; flex-wrap: wrap; gap: 0.7rem 1.4rem;
  padding-top: 1.6rem; font-size: 0.73rem; color: rgba(255, 255, 255, 0.45);
}
.footer-base a { font-size: 0.73rem; color: rgba(255, 255, 255, 0.45); }
.footer-base .spacer { margin-left: auto; }

/* ---------- Floating actions ---------- */

.fab-wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 45;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.fab-wa svg { width: 27px; height: 27px; fill: currentColor; }

.sticky-book {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 44;
  display: none;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(253, 248, 245, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.sticky-book .btn { width: 100%; justify-content: center; }

.toast {
  position: fixed; left: 50%; bottom: 92px; z-index: 60;
  transform: translateX(-50%) translateY(10px);
  background: var(--teal-deep); color: var(--white);
  padding: 0.8rem 1.4rem; border-radius: 999px;
  font-size: 0.8rem; opacity: 0; pointer-events: none;
  transition: 0.28s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Reveal on scroll ---------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .hero-grid, .doc-grid, .clinic-grid, .contact-grid, .cta-strip { grid-template-columns: 1fr; }
  .hero-grid { gap: 2.6rem; }
  .doc-grid { gap: 2.2rem; }
  .doc-photo { max-width: 380px; }
  .clinic { padding: 2.4rem 1.7rem; }
  .clinic-grid { gap: 2rem; }
  .modes, .svc-grid, .quotes { grid-template-columns: 1fr 1fr; }
  .bk { grid-template-columns: 1fr; gap: 1.6rem; }
  .bk-rail { position: static; display: flex; gap: 0.4rem; overflow-x: auto; }
  .bk-step { flex: 0 0 auto; padding: 0.4rem 0; }
  .bk-step span { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-links, .nav-cta .btn { display: none; }
  .burger { display: block; }
  .section { padding: 3.6rem 0; }
  .modes, .svc-grid, .quotes, .opts-2, .field-row { grid-template-columns: 1fr; }
  .hero { padding: 2.6rem 0 3rem; }
  .hero-art::after { inset: 12px -12px -12px 12px; }
  .hero-badge { left: 0; bottom: 18px; }
  .cta-strip, .form-card, .bk-panel { padding: 1.7rem 1.3rem; }
  .sticky-book { display: block; }
  .fab-wa { bottom: 82px; }
  .footer { margin-bottom: 64px; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.9rem; }
  .review-row { flex-direction: column; gap: 0.15rem; }
  .review-row dt { flex: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


/* ---------- Photo placeholders (awaiting practice photography) ---------- */

.photo-slot {
  position: relative;
  background:
    repeating-linear-gradient(45deg, var(--teal-pale) 0 12px, #f2f8f6 12px 24px);
  border: 1px dashed var(--line-teal);
  display: grid; place-items: center;
  text-align: center; padding: 1.6rem;
}
.photo-slot span {
  font-size: 0.68rem; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--teal); font-weight: 600; max-width: 220px; line-height: 1.7;
}
.photo-slot small {
  display: block; margin-top: 0.5rem;
  font-size: 0.66rem; letter-spacing: 0; text-transform: none;
  color: var(--muted); font-weight: 400;
}

/* ---------- Core values ---------- */

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }

.value {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.8rem 1.6rem 1.6rem;
}
.value-icon {
  width: 44px; height: 44px; border-radius: 13px;
  background: var(--rose-pale);
  display: grid; place-items: center;
  margin-bottom: 1.15rem;
}
.value-icon svg { width: 22px; height: 22px; stroke: var(--rose); fill: none; stroke-width: 1.5; }
.value h3 { margin-bottom: 0.5rem; }
.value p { font-size: 0.85rem; line-height: 1.72; }

/* ---------- Legal pages ---------- */

.legal h2 { font-size: 1.5rem; margin-top: 2.6rem; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 1.05rem; margin-top: 1.6rem; color: var(--ink); }
.legal p, .legal ul, .legal ol { font-size: 0.92rem; line-height: 1.85; margin-top: 0.9rem; }
.legal ul, .legal ol { padding-left: 1.3rem; }
.legal li { margin-top: 0.4rem; }
.legal a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
.legal .updated { font-size: 0.8rem; color: var(--muted); margin-top: 0.6rem; }

@media (max-width: 980px) { .values { grid-template-columns: 1fr; } }
