/* ============================================================
   PURE VITALITY INFUSION SERVICES — Custom CSS
   Squarespace: Design → Custom CSS  (do NOT wrap in <style>)
   ============================================================ */

:root {
  --pv-cream:        #FCE4EC;
  --pv-cream-soft:   #F8BBD0;
  --pv-blush:        #FFF0F5;
  --pv-paper:        #FFFFFF;
  --pv-ink:          #2A1118;
  --pv-ink-soft:     #4D2832;
  --pv-maroon:       #5C1A2E;
  --pv-maroon-deep:  #3D0F1E;
  --pv-magenta:      #C2185B;
  --pv-magenta-soft: #E91E7B;
  --pv-petal:        #F8BBD0;
  --pv-rule:         rgba(42, 17, 24, 0.16);
}

/* ============================================================
   GLOBAL — type, reset of squarespace defaults inside .pv-page
   ============================================================ */
.pv-page,
.pv-page * { box-sizing: border-box; }

.pv-page {
  background: var(--pv-cream);
  color: var(--pv-ink);
  font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.pv-page h1, .pv-page h2, .pv-page h3, .pv-page h4 {
  font-family: 'Instrument Serif', 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.02;
  margin: 0;
  color: var(--pv-maroon);
}
.pv-page em, .pv-page i { font-style: italic; }
.pv-page p { margin: 0; }
.pv-page a { color: inherit; text-decoration: none; }
.pv-page img { display: block; max-width: 100%; height: auto; }
.pv-page button { font: inherit; cursor: pointer; }
.pv-page ul, .pv-page ol { margin: 0; padding: 0; }
.pv-page ::selection { background: var(--pv-magenta); color: var(--pv-cream); }

/* Hide Squarespace chrome inside a Code Page so our design owns the viewport.
   This is OPTIONAL — remove if you want SQSP nav/footer to show. */
body.pv-takeover #header,
body.pv-takeover #siteWrapper > .Footer,
body.pv-takeover #footer { display: none !important; }
body.pv-takeover #siteWrapper { padding-top: 0 !important; }


/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.pv-eyebrow {
  font-family: 'JetBrains Mono', 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}
.pv-eyebrow--ink     { color: var(--pv-ink); }
.pv-eyebrow--petal   { color: var(--pv-petal); }
.pv-eyebrow--maroon  { color: var(--pv-maroon); }

.pv-h1 { font-size: 124px; }
.pv-h2 { font-size: 64px; }
.pv-h3 { font-size: 36px; }
.pv-h4 { font-size: 24px; }
.pv-italic { font-style: italic; color: var(--pv-magenta); }


/* ============================================================
   BUTTONS
   ============================================================ */
.pv-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.pv-btn:hover { transform: translateY(-1px); }
.pv-btn--primary { background: var(--pv-magenta); color: var(--pv-paper) !important; }
.pv-btn--primary:hover { background: var(--pv-maroon); }
.pv-btn--light { background: var(--pv-paper); color: var(--pv-maroon) !important; }
.pv-btn--maroon { background: var(--pv-maroon); color: var(--pv-paper) !important; }
.pv-btn--ghost {
  background: transparent;
  color: var(--pv-maroon) !important;
  border-bottom: 1px solid var(--pv-maroon);
  border-radius: 0;
  padding: 14px 4px;
}
.pv-btn--ghost-light {
  background: transparent;
  color: var(--pv-paper) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  padding: 14px 4px;
}
.pv-btn .pv-arrow { width: 14px; height: 14px; }


/* ============================================================
   ICON: ARROW
   ============================================================ */
.pv-arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}


/* ============================================================
   HEADER / NAV
   ============================================================ */
.pv-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 56px;
  border-bottom: 1px solid var(--pv-rule);
  background: var(--pv-cream);
  position: sticky;
  top: 0;
  z-index: 50;
}
.pv-header__logo img { height: 56px; width: auto; }
.pv-header__nav { display: flex; gap: 30px; justify-content: center; }
.pv-header__nav a {
  color: var(--pv-ink);
  font-size: 14px;
  position: relative;
}
.pv-header__nav a:hover { color: var(--pv-magenta); }
.pv-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}


/* ============================================================
   HERO
   ============================================================ */
.pv-hero { padding: 72px 56px 88px; position: relative; }
.pv-hero__logo { display: flex; justify-content: center; margin-bottom: 48px; }
.pv-hero__logo img { height: 280px; width: auto; }
.pv-hero__center { text-align: center; max-width: 980px; margin: 0 auto; }
.pv-hero h1 {
  font-size: clamp(64px, 9vw, 124px);
  color: var(--pv-maroon);
}
.pv-hero h1 u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 14px;
  text-decoration-color: var(--pv-magenta);
}
.pv-hero__lead {
  margin-top: 32px;
  font-size: 19px;
  color: var(--pv-ink-soft);
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.pv-hero__ctas {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.pv-hero__photos {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
}
.pv-hero__photos .pv-photo { border-radius: 6px; }
.pv-hero__stats {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.pv-hero__stat {
  padding-top: 14px;
  border-top: 1px solid var(--pv-rule);
  display: flex;
  justify-content: space-between;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-ink);
}
.pv-hero__stat strong { color: var(--pv-magenta); font-weight: 500; }


/* ============================================================
   PATIENT-CENTERED BAND
   ============================================================ */
.pv-promise {
  background: var(--pv-blush);
  padding: 96px 56px;
  border-top: 1px solid var(--pv-rule);
  border-bottom: 1px solid var(--pv-rule);
  text-align: center;
}
.pv-promise__inner { max-width: 1080px; margin: 0 auto; }
.pv-promise p {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  color: var(--pv-maroon);
  margin-top: 24px;
}


/* ============================================================
   TICKER
   ============================================================ */
.pv-ticker {
  background: var(--pv-maroon);
  color: var(--pv-cream);
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.pv-ticker__item { margin-right: 48px; }
.pv-ticker__item::before {
  content: "✦";
  color: var(--pv-magenta-soft);
  margin-right: 14px;
}


/* ============================================================
   SERVICES LIST (Home — row layout)
   ============================================================ */
.pv-services { padding: 120px 56px 96px; background: var(--pv-cream); }
.pv-services__head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  margin-bottom: 56px;
  align-items: end;
}
.pv-services__head h2 { font-size: 76px; }
.pv-services__head p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--pv-ink-soft);
  max-width: 580px;
}

.pv-service-row {
  display: grid;
  grid-template-columns: 60px 1.4fr 2fr 140px 80px;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--pv-rule);
  align-items: center;
  transition: background 0.2s ease, padding 0.2s ease;
  text-decoration: none !important;
  color: var(--pv-ink);
}
.pv-service-row:last-of-type { border-bottom: 1px solid var(--pv-rule); }
.pv-service-row:hover {
  background: var(--pv-blush);
  padding-left: 16px;
  padding-right: 16px;
}
.pv-service-row__index {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}
.pv-service-row__title {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 36px;
  color: var(--pv-maroon);
}
.pv-service-row__tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-ink-soft);
  margin-top: 8px;
}
.pv-service-row__blurb {
  font-size: 15px;
  color: var(--pv-ink-soft);
  max-width: 520px;
  line-height: 1.55;
}
.pv-service-row__price-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}
.pv-service-row__price {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 30px;
  color: var(--pv-maroon);
}
.pv-service-row__arrow {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--pv-rule);
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pv-paper);
  color: var(--pv-maroon);
  justify-self: end;
}
.pv-service-row:hover .pv-service-row__arrow { background: var(--pv-magenta); color: var(--pv-paper); }


/* ============================================================
   WHY (dark maroon band)
   ============================================================ */
.pv-why {
  background: var(--pv-maroon);
  color: var(--pv-cream);
  padding: 120px 56px;
}
.pv-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.pv-why h2 { font-size: 76px; color: var(--pv-cream); }
.pv-why__list { display: flex; flex-direction: column; gap: 32px; }
.pv-why__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(252, 228, 236, 0.18);
}
.pv-why__num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 38px;
  color: var(--pv-magenta-soft);
  line-height: 1;
}
.pv-why__item h3 {
  font-size: 28px;
  color: var(--pv-cream);
  margin-bottom: 10px;
}
.pv-why__item p {
  font-size: 15px;
  color: rgba(252, 228, 236, 0.78);
  line-height: 1.6;
}


/* ============================================================
   FIRST VISIT (numbered step list)
   ============================================================ */
.pv-first {
  padding: 120px 56px;
  background: var(--pv-cream-soft);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.pv-first__intro { position: sticky; top: 100px; }
.pv-first__intro h2 { font-size: 64px; }
.pv-first__intro p {
  font-size: 16px;
  color: var(--pv-ink-soft);
  margin-top: 24px;
  max-width: 380px;
}
.pv-first__photo { margin-top: 40px; }
.pv-first__photo .pv-photo { border-radius: 6px; }

.pv-first__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  padding-bottom: 36px;
  padding-top: 36px;
  border-bottom: 1px solid var(--pv-rule);
}
.pv-first__step:first-child { padding-top: 0; }
.pv-first__step:last-child  { border-bottom: 0; }
.pv-first__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.pv-first__num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 32px;
  color: var(--pv-magenta);
  line-height: 1;
}
.pv-first__line {
  width: 1px; flex: 1; background: var(--pv-rule); min-height: 60px;
}
.pv-first__step:last-child .pv-first__line { display: none; }
.pv-first__step h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.pv-first__step p {
  font-size: 15px;
  color: var(--pv-ink-soft);
  max-width: 540px;
}


/* ============================================================
   MEET CHELSEY (homepage preview)
   ============================================================ */
.pv-chelsey {
  padding: 120px 56px;
  background: var(--pv-blush);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.pv-chelsey__photo { position: relative; }
.pv-chelsey__badge {
  position: absolute;
  left: -16px; bottom: 24px;
  background: var(--pv-magenta);
  color: var(--pv-paper);
  padding: 14px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  max-width: 220px;
}
.pv-chelsey h2 { font-size: 60px; }
.pv-chelsey p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--pv-ink-soft);
}
.pv-chelsey p:first-of-type { margin-top: 32px; }


/* ============================================================
   REVIEWS
   ============================================================ */
.pv-reviews { padding: 120px 56px; background: var(--pv-paper); }
.pv-reviews__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 64px;
  gap: 32px;
  flex-wrap: wrap;
}
.pv-reviews__head h2 { font-size: 60px; }
.pv-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pv-review {
  border: 1px solid var(--pv-rule);
  background: var(--pv-cream);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 320px;
}
.pv-review__stars { display: flex; gap: 2px; color: var(--pv-magenta); }
.pv-review__quote {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
  color: var(--pv-maroon);
  flex: 1;
}
.pv-review__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--pv-rule);
}
.pv-review__name { font-size: 13px; color: var(--pv-ink); font-weight: 500; }
.pv-review__service {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}


/* ============================================================
   MOBILE INFUSIONS BAND
   ============================================================ */
.pv-mobile {
  padding: 96px 56px;
  background: var(--pv-magenta);
  color: var(--pv-paper);
}
.pv-mobile__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
.pv-mobile h2 { font-size: 72px; color: var(--pv-paper); }
.pv-mobile__lead {
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
}
.pv-mobile__ctas { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.pv-mobile__areas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-paper);
}
.pv-mobile__area {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  justify-content: space-between;
}
.pv-mobile__area span:last-child { opacity: 0.5; }


/* ============================================================
   FAQ (CSS-only accordion via <details>)
   ============================================================ */
.pv-faq { padding: 120px 56px; background: var(--pv-cream); }
.pv-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
}
.pv-faq__intro h2 { font-size: 56px; }
.pv-faq__intro p { margin-top: 24px; font-size: 16px; color: var(--pv-ink-soft); max-width: 360px; }
.pv-faq__list { display: flex; flex-direction: column; }
.pv-faq__item {
  border-top: 1px solid var(--pv-rule);
}
.pv-faq__item:last-child { border-bottom: 1px solid var(--pv-rule); }
.pv-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.pv-faq__item summary::-webkit-details-marker { display: none; }
.pv-faq__q {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 26px;
  color: var(--pv-maroon);
}
.pv-faq__plus {
  font-family: 'JetBrains Mono', monospace;
  color: var(--pv-magenta);
  font-size: 22px;
  transition: transform 0.3s ease;
  line-height: 1;
}
.pv-faq__item[open] .pv-faq__plus { transform: rotate(45deg); }
.pv-faq__a {
  padding-bottom: 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--pv-ink-soft);
  max-width: 640px;
}


/* ============================================================
   FINAL CTA + FOOTER
   ============================================================ */
.pv-cta {
  background: var(--pv-maroon-deep);
  color: var(--pv-cream);
  padding: 88px 56px 44px;
}
.pv-cta__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: end;
}
.pv-cta h2 {
  font-size: clamp(64px, 7vw, 104px);
  line-height: 0.95;
  color: var(--pv-cream);
}
.pv-cta__card {
  padding: 32px;
  background: rgba(252, 228, 236, 0.06);
  border: 1px solid rgba(252, 228, 236, 0.18);
  border-radius: 6px;
}
.pv-cta__card p { font-size: 18px; line-height: 1.5; color: var(--pv-cream); }
.pv-cta__hours { margin-top: 16px; font-size: 14px; color: rgba(252, 228, 236, 0.7); }
.pv-cta__ctas { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

.pv-footer-grid {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(252, 228, 236, 0.18);
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(252, 228, 236, 0.6);
}
.pv-footer-grid h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(252, 228, 236, 0.4);
  margin-bottom: 14px;
}
.pv-footer-grid a {
  display: block;
  padding: 5px 0;
  color: rgba(252, 228, 236, 0.85) !important;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
.pv-footer-grid a:hover { color: var(--pv-magenta-soft) !important; }
.pv-footer-logo {
  background: #FBF6EE;
  padding: 10px 14px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 14px;
}
.pv-footer-logo img { height: 48px; width: auto; }
.pv-footer-grid p {
  color: rgba(252, 228, 236, 0.55);
  line-height: 1.6;
  max-width: 280px;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
.pv-footer-meta {
  margin-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(252, 228, 236, 0.4);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}


/* ============================================================
   PHOTO PLACEHOLDER STYLES
   ============================================================ */
.pv-photo {
  position: relative;
  background: #f5e0e5;
  overflow: hidden;
}
.pv-photo img { width: 100%; height: 100%; object-fit: cover; }
.pv-photo--4x3 { aspect-ratio: 4 / 3; }
.pv-photo--4x5 { aspect-ratio: 4 / 5; }
.pv-photo--16x10 { aspect-ratio: 16 / 10; }
.pv-photo__placeholder {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, #f4c8d4 0 12px, #f8d6df 12px 24px);
  display: flex; align-items: center; justify-content: center;
}
.pv-photo__placeholder span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pv-maroon);
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 10px;
  border-radius: 2px;
}


/* ============================================================
   SERVICE DETAIL PAGE
   ============================================================ */
.pv-svc-crumb { padding: 32px 56px 0; background: var(--pv-cream); }
.pv-svc-crumb span { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.pv-svc-crumb a { color: var(--pv-maroon); }
.pv-svc-crumb .sep { margin: 0 10px; opacity: 0.5; }
.pv-svc-crumb .here { color: var(--pv-magenta); }

.pv-svc-hero {
  padding: 56px 56px 96px;
  background: var(--pv-cream);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.pv-svc-hero h1 { font-size: clamp(56px, 8vw, 104px); line-height: 0.95; }
.pv-svc-hero__lead { margin-top: 32px; font-size: 19px; line-height: 1.55; color: var(--pv-ink-soft); max-width: 540px; }
.pv-svc-hero__ctas { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }

.pv-svc-pair {
  padding: 96px 56px;
  background: var(--pv-paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.pv-svc-pair h2 { font-size: 48px; }
.pv-svc-pair p { margin-top: 24px; font-size: 17px; line-height: 1.7; color: var(--pv-ink-soft); }
.pv-svc-pair__note {
  margin-top: 32px;
  padding: 20px 24px;
  background: var(--pv-blush);
  border-left: 3px solid var(--pv-magenta);
  border-radius: 4px;
}
.pv-svc-pair__note p { margin-top: 8px; font-size: 15px; line-height: 1.6; }

.pv-svc-menu { padding: 96px 56px; background: var(--pv-cream); }
.pv-svc-menu__head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  margin-bottom: 48px;
  align-items: end;
}
.pv-svc-menu__head h2 { font-size: 56px; }
.pv-svc-menu__head p { font-size: 16px; color: var(--pv-ink-soft); max-width: 540px; line-height: 1.6; }
.pv-svc-menu__table {
  background: var(--pv-paper);
  border: 1px solid var(--pv-rule);
  border-radius: 6px;
}
.pv-svc-menu__row {
  display: grid;
  grid-template-columns: 60px 1.6fr 2fr 140px 100px;
  gap: 24px;
  padding: 26px 32px;
  align-items: center;
  border-bottom: 1px solid var(--pv-rule);
}
.pv-svc-menu__row:last-child { border-bottom: 0; }
.pv-svc-menu__row__idx {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}
.pv-svc-menu__row h3 { font-size: 26px; color: var(--pv-maroon); }
.pv-svc-menu__row__note { font-size: 14px; color: var(--pv-ink-soft); }
.pv-svc-menu__row__price { text-align: right; }
.pv-svc-menu__row__price small {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-right: 5px;
  color: var(--pv-magenta);
}
.pv-svc-menu__row__price strong {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--pv-maroon);
}
.pv-svc-menu__row__cta {
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}

.pv-svc-expect {
  padding: 96px 56px;
  background: var(--pv-cream-soft);
  text-align: center;
}
.pv-svc-expect__inner { max-width: 880px; margin: 0 auto; }
.pv-svc-expect h2 { font-size: 56px; }
.pv-svc-expect p { margin-top: 32px; font-size: 19px; line-height: 1.7; color: var(--pv-ink-soft); }

.pv-svc-related { padding: 96px 56px; background: var(--pv-paper); }
.pv-svc-related h3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
  margin-bottom: 36px;
  font-weight: 500;
}
.pv-svc-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.pv-svc-related__card {
  padding: 28px 24px;
  border: 1px solid var(--pv-rule);
  border-radius: 6px;
  color: var(--pv-ink);
  background: var(--pv-cream);
  display: flex; flex-direction: column; gap: 10px;
  text-decoration: none !important;
}
.pv-svc-related__card h4 { font-size: 26px; color: var(--pv-maroon); margin: 0; }
.pv-svc-related__card p { font-size: 13px; color: var(--pv-ink-soft); margin: 0; line-height: 1.5; }
.pv-svc-related__card:hover { background: var(--pv-blush); }


/* ============================================================
   ABOUT PAGE
   ============================================================ */
.pv-about-hero {
  padding: 96px 56px 72px;
  background: var(--pv-cream);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.pv-about-hero h1 { font-size: clamp(56px, 7.5vw, 96px); line-height: 0.95; }
.pv-about-hero__lead { margin-top: 28px; font-size: 18px; line-height: 1.6; color: var(--pv-ink-soft); max-width: 540px; }

.pv-about-story { padding: 96px 56px; background: var(--pv-paper); }
.pv-about-story__inner { max-width: 880px; margin: 0 auto; }
.pv-about-story__eyebrow { text-align: center; margin-bottom: 24px; }
.pv-about-story h2 { font-size: 56px; text-align: center; }
.pv-about-story__body {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--pv-ink-soft);
}
.pv-about-pullquote {
  margin-top: 56px;
  padding: 28px 32px;
  background: var(--pv-blush);
  border-left: 3px solid var(--pv-magenta);
  border-radius: 4px;
}
.pv-about-pullquote p {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 28px;
  color: var(--pv-maroon);
  font-style: italic;
  line-height: 1.3;
}
.pv-about-pullquote cite {
  display: block;
  margin-top: 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
  font-style: normal;
}

.pv-about-creds { padding: 96px 56px; background: var(--pv-cream); }
.pv-about-creds__eyebrow { text-align: center; margin-bottom: 36px; }
.pv-about-creds__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.pv-about-creds__card {
  padding: 32px 28px;
  background: var(--pv-paper);
  border: 1px solid var(--pv-rule);
  border-radius: 6px;
}
.pv-about-creds__card h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 36px;
  color: var(--pv-maroon);
  line-height: 1;
}
.pv-about-creds__card p { margin-top: 14px; font-size: 14px; color: var(--pv-ink-soft); line-height: 1.55; }

.pv-about-partner {
  padding: 120px 56px;
  background: var(--pv-maroon);
  color: var(--pv-cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.pv-about-partner h2 { font-size: 56px; color: var(--pv-cream); }
.pv-about-partner__lead { margin-top: 28px; font-size: 17px; line-height: 1.65; color: rgba(252, 228, 236, 0.82); max-width: 540px; }
.pv-about-partner__card {
  padding: 40px 36px;
  background: rgba(252, 228, 236, 0.06);
  border: 1px solid rgba(252, 228, 236, 0.18);
  border-radius: 6px;
}
.pv-about-partner__card ul { margin: 0; padding-left: 20px; font-size: 16px; line-height: 1.8; color: rgba(252, 228, 236, 0.9); }


/* ============================================================
   CONTACT PAGE
   ============================================================ */
.pv-contact-hero {
  padding: 96px 56px 72px;
  background: var(--pv-cream);
}
.pv-contact-hero h1 { font-size: clamp(72px, 11vw, 132px); line-height: 0.95; }

.pv-contact-body {
  padding: 72px 56px 120px;
  background: var(--pv-paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.pv-contact-info h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 36px;
  color: var(--pv-maroon);
  line-height: 1.2;
}
.pv-contact-info__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
}
.pv-contact-info__item small {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-magenta);
  display: block;
  margin-bottom: 4px;
}
.pv-contact-info__item a {
  color: var(--pv-maroon);
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
}
.pv-contact-info__hours { font-size: 18px; color: var(--pv-ink); }
.pv-contact-info__hours small { color: var(--pv-ink-soft); font-size: 14px; display: block; margin-top: 4px; }

.pv-contact-form-card { padding: 40px 36px; background: var(--pv-cream); border-radius: 6px; }
.pv-contact-form { display: flex; flex-direction: column; gap: 22px; }
.pv-contact-form label { display: flex; flex-direction: column; gap: 8px; }
.pv-contact-form small {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-maroon);
}
.pv-contact-form input,
.pv-contact-form select,
.pv-contact-form textarea {
  padding: 14px 16px;
  border: 1px solid var(--pv-rule);
  background: var(--pv-paper);
  font-family: inherit;
  font-size: 15px;
  color: var(--pv-ink);
  border-radius: 4px;
  outline: none;
}
.pv-contact-form button { justify-content: center; }


/* ============================================================
   FAQ PAGE (full)
   ============================================================ */
.pv-faqpage-hero {
  padding: 96px 56px 56px;
  background: var(--pv-cream);
  text-align: center;
}
.pv-faqpage-hero h1 { font-size: clamp(64px, 9vw, 104px); line-height: 0.95; }
.pv-faqpage-hero p { margin-top: 28px; font-size: 18px; color: var(--pv-ink-soft); max-width: 620px; margin-left: auto; margin-right: auto; }
.pv-faqpage-list {
  padding: 72px 56px 120px;
  background: var(--pv-paper);
}
.pv-faqpage-list__inner { max-width: 980px; margin: 0 auto; }
.pv-faqpage-list .pv-faq__item summary { padding: 28px 0; }
.pv-faqpage-list .pv-faq__q { font-size: 28px; }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .pv-header { padding: 14px 24px; grid-template-columns: 1fr auto; }
  .pv-header__nav { display: none; }
  .pv-hero, .pv-services, .pv-why, .pv-first, .pv-chelsey,
  .pv-reviews, .pv-mobile, .pv-faq, .pv-cta, .pv-promise,
  .pv-svc-hero, .pv-svc-pair, .pv-svc-menu, .pv-svc-expect,
  .pv-svc-related, .pv-about-hero, .pv-about-story,
  .pv-about-creds, .pv-about-partner, .pv-contact-hero,
  .pv-contact-body, .pv-faqpage-hero, .pv-faqpage-list {
    padding-left: 24px; padding-right: 24px;
  }
  .pv-services__head, .pv-why__grid, .pv-first, .pv-chelsey,
  .pv-mobile__grid, .pv-faq__grid, .pv-cta__top, .pv-svc-hero,
  .pv-svc-pair, .pv-svc-menu__head, .pv-about-hero,
  .pv-about-partner, .pv-contact-body {
    grid-template-columns: 1fr; gap: 40px;
  }
  .pv-hero__photos { grid-template-columns: 1fr; }
  .pv-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .pv-service-row { grid-template-columns: 40px 1fr; gap: 16px; padding: 24px 0; }
  .pv-service-row__blurb, .pv-service-row__price, .pv-service-row__arrow,
  .pv-service-row__price-label { display: none; }
  .pv-service-row__title { font-size: 28px; }
  .pv-reviews__grid, .pv-svc-related__grid, .pv-about-creds__grid { grid-template-columns: 1fr; }
  .pv-svc-menu__row {
    grid-template-columns: 1fr; gap: 8px; padding: 20px 18px;
  }
  .pv-svc-menu__row__price, .pv-svc-menu__row__cta { text-align: left; }
  .pv-footer-grid { grid-template-columns: 1fr 1fr; }
  .pv-mobile__areas { grid-template-columns: 1fr; }
}


/* ============================================================
   FIXES LAYER (post-audit) — merged in for the static build
   ============================================================ */

/* ============================================================
   PURE VITALITY — FIXES LAYER  (post-audit, June 2026)
   Squarespace → Design → Custom CSS.
   PASTE THIS AT THE VERY END of the existing Custom CSS, AFTER the
   responsive @media block. Do NOT wrap in <style>. Later rules win,
   so this corrects the base stylesheet without editing 1,100 lines.
   Every block is labelled with the audit/feedback item it answers.
   ============================================================ */

/* ── Nav logo: too small to recognize → larger mark (User #1) ── */
.pv-header__logo img { height: 72px; }
@media (max-width: 980px) { .pv-header__logo img { height: 56px; } }

/* ── Hero: kill the giant redundant logo, lift headline + CTA above
      the fold (Audit #1, User feedback). Also removed in page HTML;
      this is a belt-and-suspenders guard. ── */
.pv-hero { padding-top: 44px; }
.pv-hero__logo { display: none !important; }

/* ── Hero subhead + trust line: truly centered (User #3) ── */
.pv-hero__lead { text-align: center; }
.pv-hero__trust {
  margin-top: 18px;
  text-align: center;
  font-family: 'JetBrains Mono', 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pv-magenta);
}
.pv-hero__trust strong { color: var(--pv-maroon); font-weight: 500; }

/* ── Hero photos: equal sizes, not 1.4 / 1 / 1 (User #4) ── */
.pv-hero__photos { grid-template-columns: 1fr 1fr 1fr; }

/* ── Hero stats: bigger + readable, never clipped (Audit #2, User #5) ── */
.pv-hero__stats { gap: 18px 28px; }
.pv-hero__stat { font-size: 12.5px; letter-spacing: 0.10em; }

/* ── Secondary CTA "See our services" was invisible underline text →
      real outline pill so users get a clear binary choice (Audit #4) ── */
.pv-btn--ghost {
  border: 1px solid var(--pv-maroon);
  border-radius: 999px;
  padding: 14px 26px;
}
.pv-btn--ghost:hover { background: var(--pv-maroon); color: var(--pv-paper) !important; }
.pv-btn--ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 14px 26px;
}
.pv-btn--ghost-light:hover { background: var(--pv-paper); color: var(--pv-maroon) !important; }

/* ── "Our Promise" body copy was sized like a headline (~28–44px) →
      readable body size, capped line length (Audit #3) ── */
.pv-promise { padding-top: 76px; padding-bottom: 76px; }
.pv-promise p {
  font-size: 21px;
  line-height: 1.6;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

/* ── Too many numbered lists (User #6). Numbers earn their place only
      on "Your First Visit" (a real sequence). Drop them from the
      Services rows and the Why grid. ── */
.pv-service-row { grid-template-columns: 1.4fr 2fr 140px 80px; }
.pv-service-row__index { display: none; }
.pv-why__item { grid-template-columns: 1fr; }
.pv-why__num { display: none; }

/* ── Service-row arrow: ensure a 44×44 touch target (Audit #7) ── */
.pv-service-row__arrow { width: 48px; height: 48px; }

/* ── Dark sections felt abrupt → gentle depth so wine tones read as a
      family, not a slab (Audit #9) ── */
.pv-why { background: linear-gradient(180deg, var(--pv-maroon) 0%, var(--pv-maroon-deep) 100%); }

/* ── Footer logo looked like a white sticker → clean white wordmark on
      the dark footer, no badge (Audit #10) ── */
.pv-footer-logo { background: transparent; padding: 0; border-radius: 0; }
.pv-footer-logo img { filter: brightness(0) invert(1); opacity: 0.9; }

/* ── Mobile-infusions service-area list: hard to read → larger, calmer,
      and the WNC tag de-emphasised (User #9; map added in HTML) ── */
.pv-mobile__areas { gap: 8px 18px; font-size: 14px; letter-spacing: 0.05em; }
.pv-mobile__area { padding: 12px 0; }

/* ── Service-detail menu: a flat 6-row table → responsive cards with
      room for the time/benefit/price (User #12) ── */
.pv-svc-menu__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.pv-svc-menu__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 28px 26px;
  border: 1px solid var(--pv-rule);
  border-radius: 10px;
  background: var(--pv-paper);
}
.pv-svc-menu__row:last-child { border-bottom: 1px solid var(--pv-rule); }
.pv-svc-menu__row__idx { display: none; }
.pv-svc-menu__row h3 { font-size: 28px; }
.pv-svc-menu__row__note { color: var(--pv-ink-soft); }
.pv-svc-menu__row__price { text-align: left; margin-top: 4px; }
.pv-svc-menu__row__cta {
  text-align: center;
  align-self: stretch;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--pv-magenta);
  border-radius: 999px;
}
.pv-svc-menu__row__cta:hover { background: var(--pv-magenta); color: var(--pv-paper); }
@media (max-width: 980px) { .pv-svc-menu__table { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .pv-svc-menu__table { grid-template-columns: 1fr; } }

/* ── FAQ page polish: tighter measure, clear keyboard focus, 44px hit
      area on each question (User #13, Audit accessibility note) ── */
.pv-faqpage-list__inner { max-width: 820px; }
.pv-faq__item summary { min-height: 44px; }
.pv-faq__item summary:focus-visible { outline: 2px solid var(--pv-magenta); outline-offset: 4px; }

/* ── Contact page: address links to maps + a Get-Directions row look
      like a real link, not body text ── */
.pv-contact-info__directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pv-magenta);
  border-bottom: 1px solid var(--pv-magenta);
  padding-bottom: 2px;
}

/* ── Map embeds (mobile-infusions + contact) ── */
.pv-map {
  margin-top: 28px;
  border: 1px solid var(--pv-rule);
  border-radius: 10px;
  overflow: hidden;
  background: var(--pv-blush);
}
.pv-map iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ── Accessibility: honor reduced-motion (Audit lower-priority) ── */
@media (prefers-reduced-motion: reduce) {
  .pv-page *, html { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

/* ── Mobile: keep the de-numbered service rows clean ── */
@media (max-width: 980px) {
  .pv-service-row { grid-template-columns: 1fr; }
}

