/* =========================================================
   Parnisha Beauty Clinic — premium RTL theme
   ========================================================= */

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 600 800;
  font-display: swap;
}
@font-face {
  font-family: "Parnisha Script";
  src: local("Gabriola");
  font-display: swap;
}

:root {
  /* brand */
  --primary: #D30F3F;
  --primary-hover: #B90D37;
  --primary-press: #A00B30;
  --accent: #F05C85;
  --accent-soft: #FBE3EA;
  --cream: #F5EDE6;
  --cream-deep: #EFE3DA;
  --white: #FFFFFF;
  --ink: #2E1D22;
  --muted: #765B63;
  --line: #E8D8D4;

  /* type */
  --font: "Vazirmatn", Tahoma, system-ui, sans-serif;
  --script: "Parnisha Script", "Gabriola", "Segoe Script", "Palatino Linotype", serif;

  /* shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 40px;
  --shadow-sm: 0 1px 2px rgba(46, 29, 34, .04), 0 4px 14px rgba(46, 29, 34, .05);
  --shadow-md: 0 2px 6px rgba(46, 29, 34, .04), 0 18px 40px -12px rgba(46, 29, 34, .12);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --gutter: 16px;
  --header-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.45; font-weight: 700; }
p { margin: 0; }
svg { flex-shrink: 0; }
::selection { background: var(--accent-soft); color: var(--ink); }

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

.skip-link {
  position: absolute; top: -60px; right: 16px; z-index: 100;
  background: var(--primary); color: #fff; padding: 10px 16px; border-radius: var(--r-sm);
}
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: 0;
  color: var(--primary);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 1.5px; border-radius: 2px; background: var(--accent);
}
.eyebrow--light { color: #fff; }
.eyebrow--light::before { background: rgba(255,255,255,.7); }

.section__title {
  font-size: clamp(26px, 5.4vw, 40px);
  font-weight: 800;
  color: var(--ink);
}
.section__title em, .hero__title em, .booking h2 em {
  font-style: normal; color: var(--primary);
}
.section__lead { color: var(--muted); margin-top: 14px; font-size: 16px; max-width: 56ch; }

.brand-script { font-family: var(--script); }

/* ---------- Buttons ---------- */
.btn {
  --h: 50px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: var(--h); padding: 0 26px;
  border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 700; font-size: 15px; line-height: 1;
  cursor: pointer; white-space: nowrap;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px -10px rgba(211, 15, 63, .55); }
.btn--primary:hover { background: var(--primary-hover); transform: translateY(-1px); box-shadow: 0 12px 24px -12px rgba(211, 15, 63, .6); }
.btn--primary:active { background: var(--primary-press); transform: none; }
.btn--outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn--outline:hover { background: var(--primary); color: #fff; }
.btn--sm { --h: 40px; padding: 0 16px; font-size: 14px; }
.btn--lg { --h: 56px; padding: 0 32px; font-size: 16px; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 237, 230, .92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 20px -16px rgba(46,29,34,.25); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 16px; }

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__mark { width: 40px; height: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__fa { font-weight: 800; font-size: 19px; color: var(--ink); }
.brand__en { font-family: var(--script); font-size: 21px; color: var(--primary); margin-top: 2px; line-height: .9; text-align: right; }
.brand--light .brand__fa { color: #fff; }
.brand--light .brand__en { color: #F7A7BC; }

.header__actions { display: flex; align-items: center; gap: 10px; }

.menu-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--white);
  display: grid; place-content: center; gap: 6px; cursor: pointer;
}
.menu-btn span { display: block; width: 18px; height: 1.8px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease); }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(3.9px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-3.9px) rotate(-45deg); }

/* mobile nav drawer */
.nav {
  position: fixed; inset: var(--header-h) 0 auto 0;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 8px var(--gutter) 24px;
  display: flex; flex-direction: column;
  transform: translateY(-8px); opacity: 0; visibility: hidden;
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  box-shadow: 0 20px 30px -20px rgba(46,29,34,.2);
}
.nav.is-open { transform: none; opacity: 1; visibility: visible; }
.nav__link {
  padding: 14px 4px; font-size: 16px; font-weight: 600;
  border-bottom: 1px solid var(--line);
  transition: color .2s;
}
.nav__link:hover, .nav__link.is-active { color: var(--primary); }
.nav__cta { margin-top: 18px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 28px 0 56px; overflow: hidden; }
.hero__curve {
  position: absolute; inset-inline-start: -30%; top: 0; width: 140%; height: 100%;
  color: var(--accent); opacity: .35; pointer-events: none;
}
.hero__grid { position: relative; display: grid; gap: 40px; }
.hero__title {
  font-size: clamp(34px, 9vw, 60px);
  font-weight: 800;
  line-height: 1.3;
}
.hero__title em { display: block; }
.hero__lead { margin-top: 18px; color: var(--muted); font-size: 17px; max-width: 48ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__actions .btn { flex: 1 1 180px; }

.hero__stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin: 36px 0 0; padding-top: 24px; border-top: 1px solid var(--line);
}
.hero__stats > div { display: flex; flex-direction: column-reverse; gap: 2px; padding-inline-end: 12px; }
.hero__stats > div + div { border-inline-start: 1px solid var(--line); padding-inline-start: 16px; }
.hero__stats dd { margin: 0; font-size: clamp(22px, 5vw, 30px); font-weight: 800; color: var(--ink); line-height: 1.3; }
.hero__stats dt { font-size: 13px; color: var(--muted); }

.hero__media { position: relative; max-width: 460px; width: 100%; margin-inline: auto; }
.arch {
  aspect-ratio: 4 / 5;
  border-radius: 999px 999px var(--r-lg) var(--r-lg);
  overflow: hidden;
  background: var(--cream-deep);
  box-shadow: var(--shadow-md);
  border: 6px solid var(--white);
}
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }

.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 12px 16px;
  box-shadow: var(--shadow-md);
  font-size: 14px; line-height: 1.5;
  animation: float 7s ease-in-out infinite;
}
.float-card strong { display: block; font-weight: 800; }
.float-card small { color: var(--muted); font-size: 12px; }
.float-card--a { bottom: 12%; inset-inline-end: -4px; }
.float-card--b { top: 14%; inset-inline-start: -4px; animation-delay: -3.5s; }
.float-card__icon {
  width: 38px; height: 38px; border-radius: 50%; background: var(--accent-soft);
  display: grid; place-items: center;
}
.float-card__icon svg { width: 18px; height: 18px; fill: var(--primary); }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #2BA36B; box-shadow: 0 0 0 5px rgba(43,163,107,.15); }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Trust ---------- */
.trust { border-block: 1px solid var(--line); background: var(--white); }
.trust__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust__item {
  display: flex; align-items: center; gap: 10px; padding: 18px 8px;
  font-size: 14px; font-weight: 600; color: var(--ink);
}
.trust__item svg { width: 24px; height: 24px; fill: none; stroke: var(--primary); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Sections ---------- */
.section { position: relative; padding: 72px 0; }
.section--white { background: var(--white); }
.section--blush { background: linear-gradient(180deg, var(--cream) 0%, #F8E9E6 100%); }
.section__head { margin-bottom: 36px; }
.section__head--center { text-align: center; }
.section__head--center .eyebrow { justify-content: center; }
.section__head--center .section__lead { margin-inline: auto; }
.section__head--split { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; }

.divider-wave { position: absolute; top: -59px; left: 0; width: 100%; height: 60px; fill: var(--white); }

/* ---------- Services ---------- */
.filters {
  display: flex; gap: 8px; margin-bottom: 28px;
  overflow-x: auto; scrollbar-width: none; padding-bottom: 4px;
  margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter);
}
.filters::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center; line-height: 1.2;
  min-height: 44px; padding: 0 20px;
  border-radius: 999px; border: 1px solid var(--line);
  background: var(--white); color: var(--muted);
  font-weight: 600; font-size: 14px; cursor: pointer;
  transition: background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.chip:hover { border-color: var(--accent); color: var(--ink); }
.chip.is-active { background: var(--primary); border-color: var(--primary); color: #fff; }

.services {
  display: grid; gap: 14px;
  grid-auto-flow: column; grid-auto-columns: 80%;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
  margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 16px;
  scroll-padding-inline: var(--gutter); overscroll-behavior-x: contain;
}
.services::-webkit-scrollbar { display: none; }
.service { scroll-snap-align: start; }
.service {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #F3C9D4; }
.service[hidden] { display: none; }
.service__img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--cream-deep); }
.service__img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1); transition: transform .8s var(--ease); }
.service:hover .service__img img { transform: scale(1.025); }
.service__img::after,
.svc-hero__media::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset-inline-start: 14px;
  bottom: 14px;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(245, 237, 230, .9) url("img/parnisha-mark.png") center / 68% auto no-repeat;
  box-shadow: 0 4px 18px rgba(71, 33, 44, .14);
  pointer-events: none;
}
.service__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.service h3 { font-size: 19px; margin-top: 10px; }
.service p { color: var(--muted); font-size: 15px; margin-top: 6px; flex: 1; }
.service__link {
  margin-top: 16px; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--primary); font-weight: 700; font-size: 14px;
  padding-block: 10px;
}
.service__link span { transition: transform .25s var(--ease); }
.service__link:hover span { transform: translateX(-4px); }

.badge {
  align-self: flex-start;
  display: inline-block; padding: 3px 12px; border-radius: 999px;
  background: var(--accent-soft); color: #A30A31;
  font-size: 12px; font-weight: 700;
}

/* ---------- About ---------- */
.about { display: grid; gap: 44px; align-items: center; }
.about__media { position: relative; max-width: 480px; margin-inline: auto; width: 100%; }
.about__photo {
  aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 160px;
  box-shadow: var(--shadow-md);
}
.about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.about__seal {
  position: absolute; bottom: -22px; inset-inline-start: 18px;
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 20px 8px 10px;
  box-shadow: var(--shadow-sm);
}
.about__seal img { width: 40px; }
.about__seal span { font-size: 30px; color: var(--primary); line-height: 1; padding-top: 4px; }

.about__copy > p { color: var(--muted); margin-top: 16px; }

.doctor {
  display: flex; align-items: center; gap: 14px;
  margin-top: 26px; padding: 16px; border-radius: var(--r-md);
  background: var(--cream); border: 1px solid var(--line);
}
.doctor__avatar {
  width: 56px; height: 56px; border-radius: 50%; background: var(--white);
  display: grid; place-items: center; border: 1px solid var(--line);
}
.doctor__avatar svg { width: 30px; fill: none; stroke: var(--primary); stroke-width: 2; stroke-linecap: round; }
.doctor__name { font-size: 17px; }
.doctor__role { color: var(--muted); font-size: 13px; }

.checks { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-inline-start: 32px; font-size: 15px; }
.checks li::before {
  content: ""; position: absolute; inset-inline-start: 0; top: 5px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D30F3F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* ---------- Process ---------- */
.process-section { padding-top: 24px; }
.process { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; position: relative; }
.process li {
  --i: 0;
  position: relative; padding: 18px 20px; padding-inline-start: 92px; min-height: 104px;
  border-radius: var(--r-md); background: var(--cream); border: 1px solid var(--line);
}
.process__icon {
  position: absolute; inset-inline-start: 18px; top: 20px;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 30% 25%, #fff 0%, #FDEFF3 70%);
  border: 1.5px solid var(--primary);
  box-shadow: 0 8px 18px -10px rgba(211, 15, 63, .5);
  animation: stepPulse 2.6s var(--ease) infinite;
  animation-delay: calc(var(--i) * .15s);
}
.process__icon::after {
  content: ""; position: absolute; inset: -1.5px; border-radius: 50%;
  border: 2px solid var(--accent);
  animation: stepRing 2.6s ease-out infinite;
  animation-delay: calc(var(--i) * .15s);
  pointer-events: none;
}
.process__icon svg { width: 26px; height: 26px; fill: none; stroke: var(--primary); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.process li:hover .process__icon { animation: stepWiggle .6s ease-in-out infinite; }
.process__step { display: block; font-size: 12px; font-weight: 700; color: var(--primary); line-height: 1.6; }
.process h3 { font-size: 17px; }
.process p { color: var(--muted); font-size: 14px; margin-top: 4px; }

@keyframes stepPulse {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.07); }
}
@keyframes stepRing {
  0% { transform: scale(1); opacity: .55; }
  70%, 100% { transform: scale(1.65); opacity: 0; }
}
@keyframes stepWiggle {
  0%, 100% { transform: scale(1.14) rotate(0); }
  20% { transform: scale(1.14) rotate(-11deg); }
  40% { transform: scale(1.14) rotate(9deg); }
  60% { transform: scale(1.14) rotate(-6deg); }
  80% { transform: scale(1.14) rotate(3deg); }
}

/* ---------- Before / After ---------- */
.ba-grid { display: grid; gap: 22px; }
.ba { margin: 0; }
.ba__frame {
  --pos: 50%;
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: var(--r-lg); border: 1px solid var(--line);
  background: var(--cream-deep);
  user-select: none; touch-action: pan-y;
}
.ba__layer { position: absolute; inset: 0; display: grid; place-items: center; }
.ba__layer img { width: 100%; height: 100%; object-fit: cover; }
.ba__after {
  background:
    radial-gradient(120% 80% at 50% 110%, #F9D9E2 0%, transparent 60%),
    linear-gradient(160deg, #FBF4EF, #F3E3DC);
}
.ba__before {
  background:
    radial-gradient(120% 80% at 50% 110%, #E8D8D4 0%, transparent 60%),
    linear-gradient(160deg, #F0E6E0, #E5D6CF);
  /* RTL: "before" sits on the right side */
  clip-path: inset(0 0 0 var(--pos));
}
.ba__ph {
  font-size: 13px; color: var(--muted); padding: 6px 14px;
  border: 1px dashed #D5BFB9; border-radius: 999px; background: rgba(255,255,255,.6);
}
.ba__ph { position: absolute; top: 50%; transform: translateY(-50%); white-space: nowrap; }
.ba__before .ba__ph { right: 8%; }
.ba__after .ba__ph { left: 8%; }
.ba__tag {
  position: absolute; top: 14px; z-index: 2;
  padding: 4px 14px; border-radius: 999px; font-size: 12px; font-weight: 700;
  background: var(--white); color: var(--ink); box-shadow: var(--shadow-sm);
}
.ba__tag--before { right: 14px; }
.ba__tag--after { left: 14px; background: var(--primary); color: #fff; }
.ba__synthetic {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  padding: 5px 11px; border-radius: 999px;
  background: rgba(46, 29, 34, .74); color: #fff;
  font-size: 11px; font-weight: 700; line-height: 1.5;
  backdrop-filter: blur(7px); pointer-events: none;
}
.ba__brand {
  position: absolute; right: 14px; bottom: 14px; z-index: 2;
  width: 50px; height: 50px; padding: 7px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(245, 237, 230, .9); box-shadow: var(--shadow-sm);
  backdrop-filter: blur(7px); pointer-events: none;
}
.ba__brand img { width: 100%; height: 100%; object-fit: contain; }
.ba__handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); z-index: 2;
  width: 2px; background: var(--white); transform: translateX(-1px);
  pointer-events: none;
}
.ba__handle span {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--white); box-shadow: var(--shadow-md);
  display: grid; place-items: center;
}
.ba__handle span::before {
  content: ""; width: 18px; height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10' fill='none' stroke='%23D30F3F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 1L1 5l4 4M13 1l4 4-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ba__range {
  position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%;
  margin: 0; opacity: 0; cursor: ew-resize; direction: ltr;
}
.ba__frame:has(.ba__range:focus-visible) { outline: 2px solid var(--primary); outline-offset: 3px; }
.ba figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 14px 4px 0; }
.ba figcaption strong { font-size: 16px; }
.ba figcaption span { color: var(--muted); font-size: 13px; }

/* ---------- Reviews ---------- */
.rating-summary { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.rating-summary strong { font-size: 40px; font-weight: 800; line-height: 1; }
.rating-summary small { color: var(--muted); font-size: 13px; width: 100%; }
.stars { color: var(--primary); letter-spacing: 2px; font-size: 15px; }

.reviews {
  display: grid; grid-auto-flow: column; grid-auto-columns: 86%;
  gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  margin-inline: calc(var(--gutter) * -1); padding: 8px var(--gutter) 28px;
  scroll-padding-inline: var(--gutter);
  scrollbar-width: none; overscroll-behavior-x: contain;
}
.reviews::-webkit-scrollbar { display: none; }
.reviews:focus-visible { outline-offset: -2px; }
.review {
  --bg: linear-gradient(155deg, #FFFFFF 35%, #FDEEF2 100%);
  scroll-snap-align: start;
  margin: 0; padding: 26px 24px 22px;
  background: var(--bg);
  border: 1px solid rgba(232, 216, 212, .7);
  border-radius: 20px;
  box-shadow:
    0 1px 1px rgba(46, 29, 34, .03),
    0 3px 6px rgba(46, 29, 34, .03),
    0 10px 20px -6px rgba(46, 29, 34, .06),
    0 24px 44px -18px rgba(118, 91, 99, .18);
  display: flex; flex-direction: column; gap: 14px;
  position: relative; overflow: hidden; isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.review:nth-child(5n+2) { --bg: linear-gradient(155deg, #FFFFFF 35%, #FCF1E8 100%); }
.review:nth-child(5n+3) { --bg: linear-gradient(155deg, #FFFFFF 35%, #F8EDF3 100%); }
.review:nth-child(5n+4) { --bg: linear-gradient(155deg, #FFFFFF 35%, #FFF0EC 100%); }
.review:nth-child(5n+5) { --bg: linear-gradient(155deg, #FFFFFF 35%, #F6EEEA 100%); }
.review:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 1px rgba(46,29,34,.03), 0 6px 12px rgba(46,29,34,.04), 0 18px 32px -8px rgba(46,29,34,.08), 0 34px 60px -24px rgba(118,91,99,.24);
}
.review::before {
  content: ""; position: absolute; z-index: -1;
  bottom: -18px; left: -6px; width: 150px; height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D30F3F'%3E%3Cpath d='M10 7.5C7 8.4 5 10.8 5 14v3.5h5.5V12H8c.2-1.6 1.1-2.6 2.6-3.1zm9 0c-3 .9-5 3.3-5 6.5v3.5h5.5V12H17c.2-1.6 1.1-2.6 2.6-3.1z'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .06; transform: rotate(-8deg);
}
.review p { font-size: 15px; line-height: 2; flex: 1; }
.review footer { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(232, 216, 212, .8); }
.review footer strong { display: block; font-size: 15px; line-height: 1.5; }
.review footer small { color: var(--muted); font-size: 12px; }
.review__avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(140deg, #F58AA7 0%, #F05C85 40%, #D30F3F 100%);
  box-shadow: 0 6px 14px -4px rgba(211, 15, 63, .45), inset 0 1px 0 rgba(255,255,255,.35);
  border: 2px solid #fff;
}
.review__avatar svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; }
.reviews__nav { display: none; gap: 10px; justify-content: flex-end; margin-top: 4px; }
.rv-btn {
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  display: grid; place-items: center; transition: background-color .25s var(--ease), border-color .25s var(--ease), opacity .25s;
}
.rv-btn svg { width: 20px; height: 20px; fill: none; stroke: var(--primary); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rv-btn:hover:not(:disabled) { background: var(--primary); border-color: var(--primary); }
.rv-btn:hover:not(:disabled) svg { stroke: #fff; }
.rv-btn:disabled { opacity: .4; cursor: default; }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; gap: 4px; }
.faq-layout .section__head .btn { margin-top: 20px; }
.faq { display: grid; gap: 8px; counter-reset: faq; }
.faq__item {
  counter-increment: faq;
  background: var(--white); border: 1px solid var(--line); border-radius: 18px;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.faq__item:hover { border-color: #F3C9D4; }
.faq__item[open] {
  border-color: #F3C9D4;
  background: linear-gradient(160deg, #FFFFFF 40%, #FDF0F3 100%);
  box-shadow: 0 2px 4px rgba(46,29,34,.03), 0 14px 28px -14px rgba(211, 15, 63, .22);
}
.faq__item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; min-height: 56px;
  font-weight: 700; font-size: 15px; line-height: 1.7;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::before {
  content: counter(faq, persian);
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 11px;
  display: grid; place-items: center;
  background: var(--accent-soft); color: var(--primary);
  font-size: 14px; font-weight: 800;
  transform: rotate(-6deg);
  transition: transform .35s var(--ease), background .35s, color .35s, box-shadow .35s;
}
.faq__item[open] summary::before {
  background: linear-gradient(140deg, #D30F3F, #B90D37); color: #fff; transform: rotate(0);
  box-shadow: 0 6px 12px -4px rgba(211, 15, 63, .45);
}
.faq__item summary::after {
  content: ""; flex-shrink: 0; margin-inline-start: auto;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--cream) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D30F3F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / 15px no-repeat;
  transition: transform .35s var(--ease), background-color .3s;
}
.faq__item[open] summary::after { transform: rotate(180deg); background-color: var(--accent-soft); }
.faq__body { padding: 0 58px 16px 18px; color: var(--muted); font-size: 14px; line-height: 2; }
.faq__item[open] .faq__body { animation: faqIn .4s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- Booking ---------- */
.booking-section { padding-top: 0; }
#faq { padding-bottom: 56px; }
.booking {
  position: relative; overflow: hidden;
  display: grid; gap: 28px;
  background: var(--primary);
  border-radius: var(--r-xl);
  padding: 36px 22px 22px;
  color: #fff;
}
.booking__curve { position: absolute; top: -40px; left: -60px; width: 340px; height: 340px; color: rgba(255,255,255,.18); pointer-events: none; }
.booking__copy { position: relative; }
.booking h2 { font-size: clamp(26px, 5.4vw, 38px); font-weight: 800; }
.booking h2 em { color: #fff; background: linear-gradient(transparent 72%, #A00B30 72%, #A00B30 92%, transparent 92%); padding-inline: 2px; }
.booking__copy > p { margin-top: 12px; color: rgba(255,255,255,.9); max-width: 44ch; }
.booking__phone {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 22px;
  font-size: 22px; font-weight: 800;
}
.booking__phone svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linejoin: round; }

.form {
  position: relative;
  background: var(--white); color: var(--ink);
  border-radius: var(--r-lg); padding: 22px;
  display: grid; gap: 16px;
}
.field { display: grid; gap: 6px; }
.field > label { font-size: 14px; font-weight: 700; }
.field input[type="text"], .field input[type="tel"], .field select {
  width: 100%; min-height: 52px; padding: 0 16px;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #FDFBF9; font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field input::placeholder { color: #A8959A; }
.field input[dir="ltr"] { text-align: right; }
.field select {
  appearance: none; -webkit-appearance: none;
  background: #FDFBF9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23765B63' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") left 14px center / 18px no-repeat;
  padding-left: 40px;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--primary); background-color: #fff; box-shadow: 0 0 0 4px rgba(211, 15, 63, .1); }
.field__err { display: none; font-size: 13px; color: var(--primary); }
.field.is-invalid input { border-color: var(--primary); }
.field.is-invalid .field__err { display: block; }

.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg span {
  display: grid; place-items: center; min-height: 48px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line); font-weight: 600; font-size: 15px; color: var(--muted);
  transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.seg input:checked + span { border-color: var(--primary); color: var(--primary); background: #FFF5F7; }
.seg input:focus-visible + span { outline: 2px solid var(--primary); outline-offset: 2px; }
.form__note { font-size: 14px; text-align: center; color: #1E7A4E; min-height: 1em; }
.form__note.is-error { color: #A30B31; }
.form__note:empty { display: none; }

/* ---------- Contact ---------- */
.contact { display: grid; gap: 36px; }
.contact__list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.contact__list li {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: var(--r-md);
  background: var(--white); border: 1px solid var(--line);
}
.contact__list small { display: block; color: var(--muted); font-size: 12px; line-height: 1.6; }
.contact__list a, .contact__list span { font-weight: 700; font-size: 15px; }
.contact__list a:hover { color: var(--primary); }
.contact__list div a[dir="ltr"] { display: inline-block; }
.contact__icon {
  width: 44px; height: 44px; border-radius: 50%; background: var(--accent-soft);
  display: grid; place-items: center; flex-shrink: 0;
}
.contact__icon svg { width: 20px; height: 20px; fill: none; stroke: var(--primary); stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.contact__icon svg .fill { fill: var(--primary); stroke: none; }
.contact__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact__actions .btn { flex: 1 1 160px; }

.map {
  position: relative; min-height: 340px;
  border-radius: var(--r-xl); overflow: hidden;
  border: 6px solid var(--white); box-shadow: var(--shadow-md);
  background: var(--cream-deep);
}
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.75) sepia(.12); }
.map__open {
  position: absolute; bottom: 14px; right: 14px;
  background: var(--white); color: var(--primary);
  font-weight: 700; font-size: 14px;
  padding: 10px 18px; border-radius: 999px; box-shadow: var(--shadow-md);
}
.map__open:hover { background: var(--primary); color: #fff; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.72); padding: 56px 0 96px; font-size: 14px; }
.footer__grid { display: grid; gap: 32px; grid-template-columns: 1fr 1fr; }
.footer__brand { grid-column: 1 / -1; }
.footer__brand p { margin-top: 14px; max-width: 36ch; }
.footer__col { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.footer__col h3 { color: #fff; font-size: 15px; margin-bottom: 6px; }
.footer__col a:hover { color: #fff; }
.footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.footer__credit a { color: #F7A7BC; font-weight: 700; }
.footer__credit a:hover { color: #fff; }
.footer .brand__mark { background: var(--cream); border-radius: 50%; padding: 5px; width: 46px; }

/* ---------- Floating mobile CTA ---------- */
.fab {
  position: fixed; bottom: calc(16px + env(safe-area-inset-bottom)); left: 16px; z-index: 60;
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  transform: translateY(0); transition: transform .4s var(--ease), opacity .4s var(--ease);
}
.fab.is-hidden { transform: translateY(24px); opacity: 0; pointer-events: none; }
.fab__btn {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 54px; padding: 0 22px 0 20px;
  background: var(--primary); color: #fff; border: 0; border-radius: 999px;
  font-weight: 700; font-size: 15px; cursor: pointer;
  box-shadow: 0 14px 30px -10px rgba(211, 15, 63, .6);
  transition: background-color .25s;
}
.fab__btn:hover { background: var(--primary-hover); }
.fab__btn svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.fab__ico-close { display: none; }
.fab__btn[aria-expanded="true"] .fab__ico-open { display: none; }
.fab__btn[aria-expanded="true"] .fab__ico-close { display: block; }
.fab__menu {
  display: flex; flex-direction: column; gap: 8px;
  animation: fabIn .3s var(--ease);
}
.fab__menu[hidden] { display: none; }
.fab__opt {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 48px; padding: 0 18px;
  background: var(--white); color: var(--ink); border: 1px solid var(--line);
  border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: var(--shadow-md);
}
.fab__opt svg { width: 20px; height: 20px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fab__opt--primary { background: var(--cream); border-color: #F3C9D4; }
@keyframes fabIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- Reveal animation ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* =========================================================
   Breakpoints (mobile-first)
   ========================================================= */
@media (min-width: 560px) {
  :root { --gutter: 24px; }
  .trust__grid { grid-template-columns: repeat(4, 1fr); }
  .trust__item { justify-content: center; flex-direction: column; text-align: center; gap: 8px; padding: 22px 8px; }
  .services { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(2, 1fr); overflow: visible; margin: 0; padding: 0; gap: 18px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-auto-columns: 58%; }
  .ba-grid { grid-template-columns: repeat(2, 1fr); }
  .form { grid-template-columns: 1fr 1fr; padding: 28px; }
  .form .btn, .form__note { grid-column: 1 / -1; }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .footer__brand { grid-column: auto; }
}

@media (min-width: 900px) {
  :root { --header-h: 84px; --gutter: 32px; }
  .brand__mark { width: 46px; }
  .brand__fa { font-size: 21px; }
  .brand__en { font-size: 24px; }

  .menu-btn, .header__cta { display: none; }
  .nav {
    position: static; flex-direction: row; align-items: center; gap: 4px;
    padding: 0; background: none; border: 0; box-shadow: none;
    opacity: 1; visibility: visible; transform: none;
  }
  .nav__link { border: 0; padding: 8px 12px; font-size: 15px; position: relative; color: var(--ink); }
  .nav__link::after {
    content: ""; position: absolute; bottom: 2px; right: 12px; left: 12px; height: 1.5px;
    background: var(--primary); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease);
  }
  .nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
  .nav__cta { margin: 0 12px 0 0; }

  .hero { padding: 56px 0 96px; }
  .hero__grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
  .hero__actions .btn { flex: 0 0 auto; }
  .hero__curve { inset-inline-start: auto; left: -10%; width: 70%; }

  .section { padding: 112px 0; }
  .section__head { margin-bottom: 52px; }
  .services { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .service__img { aspect-ratio: 16 / 9; }

  .about { grid-template-columns: .95fr 1.05fr; gap: 80px; }
  .process-section { padding-top: 0; }
  .process { grid-template-columns: repeat(5, 1fr); gap: 20px; }
  .process::before {
    content: ""; position: absolute; top: 34px; right: 10%; left: 10%;
    border-top: 1.5px dashed #EBC6D0;
  }
  .process li { background: transparent; border: 0; padding: 0 10px; min-height: 0; text-align: center; }
  .process__icon { position: relative; inset: auto; width: 68px; height: 68px; margin: 0 auto 18px; }
  .process__icon svg { width: 30px; height: 30px; }

  .ba-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }

  .reviews { grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; margin-inline: -12px; padding: 12px 12px 36px; scroll-padding-inline: 12px; }
  .reviews__nav { display: flex; }

  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
  .faq-layout .section__head { position: sticky; top: calc(var(--header-h) + 32px); }

  .booking { grid-template-columns: 1fr 1.1fr; align-items: center; gap: 56px; padding: 64px; }
  .booking__curve { width: 520px; height: 520px; top: -80px; left: auto; right: -140px; }

  .contact { grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: stretch; }
  .map { min-height: 100%; }

  .footer { padding-bottom: 40px; }
  .fab { display: none; }
}

@media (min-width: 1200px) {
  .float-card--a { inset-inline-end: -36px; }
  .float-card--b { inset-inline-start: -48px; }
}

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

/* =========================================================
   Inner pages
   ========================================================= */
.page-hero { position: relative; overflow: hidden; padding: 28px 0 44px; }
.page-hero--results { padding-bottom: 28px; }
.page-hero--results + .section--tight { padding-top: 16px; }
.page-hero .hero__curve { opacity: .28; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); margin-bottom: 18px; position: relative; }
.crumbs a { color: var(--muted); padding-block: 10px; }
.crumbs a:hover { color: var(--primary); }
.crumbs span[aria-hidden] { color: #C9AFB6; }
.crumbs [aria-current] { color: var(--ink); font-weight: 700; }
.page-hero__title { font-size: clamp(30px, 7.4vw, 50px); font-weight: 800; line-height: 1.35; position: relative; }
.page-hero__title em { font-style: normal; color: var(--primary); }
.page-hero__lead { margin-top: 14px; color: var(--muted); font-size: 16px; max-width: 60ch; position: relative; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; position: relative; }
.page-hero__actions .btn { flex: 1 1 170px; }
.page-hero .wrap { position: relative; }

/* --- service directory --- */
.dir-tools { display: grid; gap: 14px; margin-bottom: 28px; }
.search { position: relative; display: flex; align-items: center; }
.search svg { position: absolute; right: 16px; width: 20px; height: 20px; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; pointer-events: none; }
.search input {
  width: 100%; min-height: 52px; padding: 0 48px 0 16px;
  border: 1.5px solid var(--line); border-radius: 999px; background: var(--white); font-size: 16px;
  transition: border-color .2s, box-shadow .2s;
}
.search input::placeholder { color: #A8959A; }
.search input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(211, 15, 63, .1); }
.dir-tools .filters { margin-bottom: 0; }
.dir-group + .dir-group { margin-top: 40px; }
.dir-group[hidden] { display: none; }
.dir-group__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.dir-group__head h2 { font-size: 21px; font-weight: 800; }
.dir-group__head span { color: var(--muted); font-size: 13px; }
.dir-list { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.dir-item[hidden] { display: none; }
.dir-item a {
  position: relative; display: grid; grid-template-rows: auto 1fr; gap: 0; height: 100%;
  padding: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.dir-item a:hover { border-color: #F3C9D4; transform: translateY(-2px); }
.dir-item__img { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 0; overflow: hidden; background: var(--cream-deep); }
.dir-item__img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none; transition: transform .7s var(--ease); }
.dir-item a:hover .dir-item__img img { transform: scale(1.025); }
.dir-item__img::after {
  content: ""; position: absolute; inset-inline-start: 10px; bottom: 10px; width: 36px; aspect-ratio: 1;
  border-radius: 50%; background: rgba(245, 237, 230, .9) url("img/parnisha-mark.png") center / 68% auto no-repeat;
  box-shadow: 0 3px 12px rgba(71, 33, 44, .12); pointer-events: none;
}
.dir-item__body { min-width: 0; padding: 16px 16px 18px; padding-inline-end: 58px; }
.dir-item h3 { font-size: 17px; line-height: 1.6; }
.dir-item p { color: var(--muted); font-size: 13px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dir-item__go { position: absolute; inset-inline-end: 16px; bottom: 18px; width: 34px; height: 34px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; transition: background-color .25s; }
.dir-item__go svg { width: 16px; height: 16px; fill: none; stroke: var(--primary); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dir-item a:hover .dir-item__go { background: var(--primary); }
.dir-item a:hover .dir-item__go svg { stroke: #fff; }
.search-empty { text-align: center; color: var(--muted); padding: 32px 0; }
.search-empty[hidden] { display: none; }

/* --- service detail --- */
.svc-hero { display: grid; gap: 28px; align-items: center; }
.svc-hero__media { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16 / 9; background: var(--cream-deep); }
.svc-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none; }
.svc-hero__media::after { width: 58px; inset-inline-start: 18px; bottom: 18px; }
.svc-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; position: relative; list-style: none; }
.svc-facts li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.svc-facts svg { width: 16px; height: 16px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.svc-layout { display: grid; gap: 32px; }
.prose > * + * { margin-top: 16px; }
.prose h2 { font-size: clamp(21px, 4.6vw, 26px); font-weight: 800; margin-top: 44px; scroll-margin-top: calc(var(--header-h) + 20px); }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #4E3A40; font-size: 16px; line-height: 2.05; }
.prose .checks { margin: 18px 0 0; }
.note {
  display: flex; gap: 14px; padding: 18px; border-radius: var(--r-md);
  background: #FFF7F0; border: 1px solid #F1DCCB;
}
.note svg { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: #A5560C; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-top: 4px; }
.note p { color: #5B3B1E; font-size: 15px; }
.note strong { display: block; color: #5B3B1E; margin-bottom: 2px; }
.svc-layout .faq { margin-top: 18px; }
.gallery-note { margin-bottom: 24px; }
@media (min-width: 900px) { .gallery-note { margin-bottom: 32px; } }

.svc-aside { display: grid; gap: 16px; }
.toc { display: none; }
.aside-card { padding: 24px; border-radius: var(--r-lg); background: var(--primary); color: #fff; position: relative; overflow: hidden; }
.aside-card h2 { font-size: 20px; font-weight: 800; position: relative; }
.aside-card p { color: rgba(255,255,255,.92); font-size: 14px; margin-top: 8px; position: relative; }
.aside-card .btn { position: relative; margin-top: 18px; width: 100%; background: #fff; color: var(--primary); box-shadow: none; }
.aside-card .btn:hover { background: var(--cream); }
.aside-card__phone { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px; font-weight: 800; font-size: 17px; min-height: 44px; }
.aside-card__phone svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linejoin: round; }
.aside-card__curve { position: absolute; top: -30px; left: -40px; width: 200px; height: 200px; color: rgba(255,255,255,.16); pointer-events: none; }

.related { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }

/* --- about --- */
.values { display: grid; gap: 14px; }
.value { padding: 22px 24px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
.value__icon { display: inline-grid; place-items: center; }
.value__icon svg { width: 22px; height: 22px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value h3 { font-size: 17px; }
.value p { grid-column: 1 / -1; color: var(--muted); font-size: 14px; margin-top: 8px; }
.space-grid { display: grid; gap: 14px; }
.space-grid figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--cream-deep); }
.space-grid img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; transform: scale(1.14); transform-origin: 85% 90%; }
.doctor-card { display: grid; gap: 24px; padding: 24px; border-radius: var(--r-xl); background: var(--white); border: 1px solid var(--line); }
.doctor-card__photo { width: 100%; aspect-ratio: 1; max-width: 220px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, var(--accent-soft)); display: grid; place-items: center; border: 6px solid var(--cream); }
.doctor-card__photo svg { width: 45%; fill: none; stroke: var(--primary); stroke-width: 1.2; stroke-linecap: round; }
.doctor-card h2 { font-size: 24px; font-weight: 800; }
.doctor-card .doctor__role { font-size: 14px; margin-top: 4px; }
.doctor-card .bio { color: var(--muted); margin-top: 14px; }
.creds { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.creds li { padding: 6px 14px; border-radius: 999px; background: var(--cream); border: 1px solid var(--line); font-size: 13px; font-weight: 600; }

/* --- faq page --- */
.faq-group + .faq-group { margin-top: 40px; }
.faq-group > h2 { font-size: 20px; font-weight: 800; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; scroll-margin-top: calc(var(--header-h) + 20px); }
.faq-group > h2::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }

/* --- contact page --- */
.hours { list-style: none; padding: 0; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.hours li { display: flex; justify-content: space-between; gap: 12px; padding: 14px 18px; font-size: 15px; }
.hours li + li { border-top: 1px solid var(--line); }
.hours li span:last-child { font-weight: 700; }
.hours li.is-closed span:last-child { color: var(--muted); font-weight: 600; }
.contact-page { display: grid; gap: 36px; }

/* --- page end CTA --- */
.cta-band { padding: 0 0 72px; }
.cta-band .booking { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 40px 22px; }
.cta-band .booking__copy > p { margin-inline: auto; }
.cta-band .eyebrow { justify-content: center; }
.cta-band .btn--light { background: #fff; color: var(--primary); box-shadow: none; }
.cta-band .btn--light:hover { background: var(--cream); }
.cta-band .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.12); }
.cta-band__actions { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }

.section__more { display: flex; justify-content: center; margin-top: 32px; }
.section--tight { padding: 40px 0 72px; }

@media (min-width: 560px) {
  .dir-list { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: repeat(2, 1fr); }
  .space-grid { grid-template-columns: repeat(2, 1fr); }
  .related { grid-template-columns: repeat(2, 1fr); }
  .page-hero__actions .btn { flex: 0 0 auto; }
  .doctor-card { grid-template-columns: 200px 1fr; align-items: center; }
}
@media (min-width: 900px) {
  .page-hero { padding: 56px 0 72px; }
  .page-hero--results { padding: 36px 0 40px; }
  .page-hero--results + .section--tight { padding-top: 24px; }
  .dir-tools { grid-template-columns: 340px 1fr; align-items: center; }
  .dir-list { grid-template-columns: repeat(3, 1fr); }
  .svc-hero { grid-template-columns: 1.1fr .9fr; gap: 56px; }
  .svc-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; }
  .svc-aside { position: sticky; top: calc(var(--header-h) + 24px); }
  .toc { display: block; padding: 20px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); }
  .toc strong { display: block; font-size: 14px; margin-bottom: 6px; }
  .toc a { display: block; padding: 6px 0; font-size: 14px; color: var(--muted); }
  .toc a:hover { color: var(--primary); }
  .related { grid-template-columns: repeat(3, 1fr); }
  .values { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .space-grid { grid-template-columns: 2fr 1fr 1fr; }
  .doctor-card { grid-template-columns: 240px 1fr; gap: 48px; padding: 40px; }
  .contact-page { grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }
  .contact-page .booking { grid-template-columns: 1fr; gap: 24px; padding: 40px !important; }
  .dir-tools { grid-template-columns: 1fr; }
  .dir-tools .search { max-width: 420px; }
  .dir-tools .filters { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; }
  .section--tight { padding: 56px 0 112px; }
  .cta-band { padding-bottom: 112px; }
  .cta-band .booking { padding: 64px; }
}

@media (max-width: 899px) {
  .brand,
  .header__cta,
  .booking__phone {
    min-height: 44px;
  }
  .footer__col a,
  .footer__bottom a,
  .service__link,
  .crumbs a,
  .contact__list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .footer__bottom a,
  .crumbs a {
    justify-content: center;
    min-width: 44px;
    padding-inline: 10px;
  }
}
