:root {
  --ink: #2f203f;
  --muted: #706579;
  --line: #eaddea;
  --paper: #ffffff;
  --mist: #fff6fb;
  --sage: #f3e6f4;
  --teal: #8f4aa8;
  --teal-dark: #5b2a73;
  --rose: #d96c99;
  --coral: #ef9eb8;
  --gold: #b879c9;
  --accent: #e85d04;
  --accent-dark: #c2410c;
  --shadow: 0 18px 48px rgba(88, 43, 112, 0.14);
  --radius: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scroll-padding-top: 132px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 6px clamp(18px, 4vw, 58px);
  color: var(--muted);
  background: var(--mist);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
}

.top-bar-label,
.top-bar-call,
.top-bar-book {
  height: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.top-bar-label {
  color: var(--teal-dark);
  background: #ffffff;
  border: 1px solid var(--rose);
}

.top-bar-call {
  color: #ffffff;
  background: var(--teal-dark);
  border: 1px solid var(--teal-dark);
}

.top-bar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.top-bar-call:hover {
  color: #ffffff;
  background: var(--teal);
}

.top-bar-book {
  cursor: pointer;
  color: #ffffff;
  background: var(--teal-dark);
  border: 1px solid var(--teal-dark);
}

.top-bar-book:hover {
  color: #ffffff;
  background: var(--teal);
}

.promo-carousel {
  position: relative;
  overflow: hidden;
  background: #241531;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.promo-carousel-viewport {
  overflow: hidden;
}

.promo-carousel-track {
  display: flex;
  transition: transform 640ms ease;
  will-change: transform;
}

.promo-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(280px, 38vw, 420px);
  aspect-ratio: 3 / 1;
  overflow: hidden;
  color: #ffffff;
}

.promo-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-slide-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: clamp(20px, 4vw, 36px) clamp(18px, 4vw, 58px) clamp(30px, 4vw, 42px);
  background: linear-gradient(180deg, transparent 0%, rgba(36, 21, 49, 0.62) 38%, rgba(36, 21, 49, 0.9) 100%);
  pointer-events: none;
}

.promo-slide-copy .button,
.promo-slide-copy button,
.promo-slide-copy a.button {
  pointer-events: auto;
}

.promo-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.promo-tag {
  color: #ffc7dc;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.promo-slide strong {
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  line-height: 1.15;
}

.promo-slide-copy > span:last-child {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  font-weight: 600;
  max-width: 52ch;
}

.promo-slide-copy--cta {
  align-content: end;
  justify-items: start;
}

.promo-slide-cta {
  min-height: 44px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.promo-mobile-ctas {
  display: none;
}

.promo-carousel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 18px 14px;
}

.promo-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.promo-dot.is-active {
  background: #ffffff;
  transform: scale(1.2);
}

.promo-marquee {
  overflow: hidden;
  background: #241531;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-marquee-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding: 10px 0;
  animation: promo-marquee 28s linear infinite;
}

.promo-marquee-track span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-marquee-track span::after {
  content: "•";
  margin-left: 28px;
  color: var(--rose);
}

@keyframes promo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(88, 43, 112, 0.09);
}

.brand {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: calc(100% - 60px);
  max-height: 56px;
  padding: 4px 12px 4px 4px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.brand:hover {
  border-color: var(--rose);
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #ffffff;
  background: var(--teal-dark);
  border-radius: 50%;
  font-weight: 800;
}

.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #000000;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}

.brand > span {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand strong {
  color: var(--teal-dark);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.brand small {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 16px;
  left: 16px;
  z-index: 21;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 8px 0;
  color: #493453;
  font-size: 0.94rem;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: var(--shadow);
}

.main-nav.is-open {
  display: flex;
}

.main-nav a:not(.nav-social) {
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  font-size: 0.96rem;
  font-weight: 800;
}

.main-nav a:not(.nav-social):last-of-type {
  border-bottom: none;
}

.main-nav .nav-social {
  margin: 0;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.nav-social {
  width: 44px;
  height: 44px;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav-social:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.nav-social--instagram {
  color: #ffffff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.nav-social--facebook {
  color: #ffffff;
  background: #1877f2;
}

.nav-social svg,
.social-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.nav-social--instagram svg rect,
.nav-social--instagram svg path,
.nav-social--instagram svg line,
.social-icon--instagram svg rect,
.social-icon--instagram svg path,
.social-icon--instagram svg line {
  fill: none;
  stroke: #ffffff;
}

.nav-social--facebook svg path,
.social-icon--facebook svg path {
  fill: #ffffff;
  stroke: none;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.social-icon:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.social-icon--instagram {
  color: #ffffff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-icon--facebook {
  color: #ffffff;
  background: #1877f2;
}

.nav-cta {
  padding: 0 18px;
  color: #ffffff;
  background: var(--teal-dark);
  border-radius: 999px;
}

.nav-toggle {
  display: inline-flex;
  flex: 0 0 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  cursor: pointer;
  color: var(--teal-dark);
  background: #ffffff;
  border: 1px solid var(--teal-dark);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(91, 42, 115, 0.14);
  z-index: 22;
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
}

.nav-mobile-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px 8px;
  border-top: 1px solid var(--line);
}

.nav-toggle span {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 2px;
  margin: 0;
  background: currentColor;
  border-radius: 1px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] {
  background: var(--teal-dark);
  color: #ffffff;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 19;
  background: rgba(36, 21, 49, 0.38);
  backdrop-filter: blur(2px);
}

@media (min-width: 1181px) {
  .brand {
    flex: initial;
    max-width: none;
  }

  .nav-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(16px, 2.2vw, 28px);
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .main-nav a:not(.nav-social) {
    min-height: 40px;
    padding: 0;
    border-bottom: none;
    font-size: 0.94rem;
    font-weight: 700;
  }

  .nav-mobile-socials {
    display: contents;
  }
}

.mobile-nav-strip {
  display: none;
}

.section-nav {
  display: none;
}

.hero-landing {
  position: relative;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 58px) clamp(40px, 6vw, 64px);
  background: var(--mist);
}

.hero-landing-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-landing-bg .hero-image,
.hero-landing-bg .hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-landing-bg .hero-image {
  object-fit: cover;
  object-position: left center;
  opacity: 0.55;
}

.hero-landing-bg .hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 246, 251, 0.72) 0%, rgba(255, 246, 251, 0.88) 42%, rgba(255, 246, 251, 0.97) 62%, rgba(255, 246, 251, 0.99) 100%);
}

.hero-landing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.lead-card--callback {
  border-top: 4px solid var(--teal-dark);
}

.callback-form {
  display: grid;
  gap: 14px;
}

.callback-form label {
  display: grid;
  gap: 6px;
  color: #50385d;
  font-size: 0.88rem;
  font-weight: 900;
}

.callback-form input {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fffafd;
  border: 1px solid #e4d3e5;
  border-radius: var(--radius);
}

.callback-form input:focus {
  outline: 2px solid rgba(91, 42, 115, 0.22);
  outline-offset: 1px;
  border-color: var(--teal);
}

.callback-form.is-submitting {
  opacity: 0.72;
  pointer-events: none;
}

.callback-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
}

.callback-modal[hidden] {
  display: none;
}

.callback-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 21, 49, 0.62);
  backdrop-filter: blur(4px);
}

.callback-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  border-top: 4px solid var(--teal-dark);
  box-shadow: 0 24px 60px rgba(91, 42, 115, 0.24);
}

.callback-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.callback-modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  padding-right: 36px;
  border-bottom: 1px solid var(--line);
}

.callback-modal-header h2 {
  margin: 0;
  color: var(--teal-dark);
  font-size: 1.05rem;
}

.callback-modal-header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: var(--teal-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 24px;
}

.stat-card {
  min-width: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(91, 42, 115, 0.06);
}

.stat-card-highlight {
  background: linear-gradient(135deg, #fff6fb 0%, #f8e8f5 100%);
  border-color: #e8b8dc;
}

.stat-label {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stat-value {
  display: block;
  margin-top: 6px;
  color: var(--teal-dark);
  font-size: 1.15rem;
  line-height: 1.2;
}

.stat-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

.badge-accent {
  color: var(--teal-dark);
  background: #ffffff;
  border-color: var(--line);
}

.hero-landing .hero-content h1 {
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1.05;
}

.stat-card,
.highlight-card,
.benefit-card,
.treatment-card,
.testimonial-grid figure {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.stat-card:hover,
.highlight-card:hover,
.benefit-card:hover,
.treatment-card:hover,
.testimonial-grid figure:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(91, 42, 115, 0.12);
}

.lead-card {
  position: sticky;
  top: 88px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: 0 24px 60px rgba(91, 42, 115, 0.16);
}

.lead-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.lead-card-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 2px solid var(--rose);
  border-radius: 50%;
}

.lead-card-header strong {
  display: block;
  color: var(--teal-dark);
  font-size: 1.05rem;
}

.lead-card-header span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.booking-form--compact {
  grid-template-columns: 1fr;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.button-block {
  width: 100%;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  cursor: pointer;
  color: #ffffff;
  background: var(--teal-dark);
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow:
    0 10px 28px rgba(91, 42, 115, 0.32),
    0 0 0 1px rgba(91, 42, 115, 0.08);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sticky-cta:hover {
  background: var(--teal);
  box-shadow:
    0 14px 32px rgba(91, 42, 115, 0.36),
    0 0 0 1px rgba(91, 42, 115, 0.1);
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.section-heading-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.highlights {
  background: #ffffff;
}

.highlight-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.highlight-card,
.benefit-card {
  min-width: 0;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(91, 42, 115, 0.06);
}

.highlight-tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.highlight-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-size: 1.05rem;
  line-height: 1.25;
}

.highlight-card p,
.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.benefits {
  background: var(--mist);
}

.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: #ffffff;
  background: var(--teal-dark);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.benefit-card h3 {
  margin-bottom: 10px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  min-height: 180px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-num {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--teal-dark);
  border-radius: 50%;
  font-size: 0.88rem;
  font-weight: 900;
}

.process-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 1.05rem;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero {
  position: relative;
  min-height: clamp(560px, 74vh, 680px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 253, 0.97) 0%, rgba(255, 250, 253, 0.9) 30%, rgba(255, 250, 253, 0.46) 56%, rgba(255, 250, 253, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 246, 251, 0.18) 0%, rgba(255, 246, 251, 0.82) 100%);
}

.hero-content {
  width: min(680px, 92vw);
  margin-left: clamp(20px, 6vw, 82px);
  padding: 54px 0 28px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1 {
  max-width: 650px;
  font-size: clamp(2.9rem, 5.8vw, 5.4rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: #604f68;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal-dark) 0%, #6d3588 100%);
  box-shadow: 0 12px 28px rgba(91, 42, 115, 0.25);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
}

.button-secondary {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(91, 42, 115, 0.24);
}

.quick-care {
  padding: clamp(24px, 4vw, 40px) clamp(18px, 4vw, 58px);
  background: var(--mist);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-care-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto;
}

.quick-care-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 112px;
  padding: 16px 12px;
  color: var(--teal-dark);
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(91, 42, 115, 0.06);
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-care-card:hover {
  transform: translateY(-3px);
  border-color: #e8b8dc;
  box-shadow: 0 14px 28px rgba(91, 42, 115, 0.12);
}

.quick-care-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--rose);
  border-radius: 50%;
  font-size: 0.95rem;
  font-weight: 900;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.section-copy p:not(.eyebrow),
.lead {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) 1.4fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: var(--paper);
}

.intro-grid,
.treatment-grid,
.testimonial-grid,
.results-grid {
  display: grid;
  gap: 16px;
}

.intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intro-grid article,
.treatment-card,
.testimonial-grid figure,
.results-grid article {
  min-width: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.intro-grid article {
  padding: 24px;
}

.number {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
}

.intro-grid p,
.treatment-card p,
.process-list p,
.results-grid strong,
.testimonial-grid blockquote {
  color: var(--muted);
}

.treatments {
  background: var(--mist);
}

.treatment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.treatment-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(88, 43, 112, 0.07);
}

.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  background: var(--rose);
  border-radius: 50%;
  font-weight: 900;
}

.treatment-card p {
  margin-bottom: 22px;
}

.treatment-card a {
  margin-top: auto;
  color: var(--teal-dark);
  font-weight: 900;
}

.process {
  background: #fff9fc;
}

.process-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

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

.process-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-list span {
  color: var(--teal-dark);
  font-weight: 900;
}

.process-list p {
  margin: 0;
}

.doctor {
  background: var(--paper);
}

.doctor-profile {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(280px, 680px);
  gap: clamp(30px, 6vw, 92px);
  align-items: center;
}

.doctor-photo {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(91, 42, 115, 0.95), rgba(217, 108, 153, 0.9)),
    var(--teal);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.doctor-photo span {
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 900;
}

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

.credential-list li {
  padding: 14px 16px;
  background: var(--mist);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  color: #51385d;
  font-weight: 700;
}

.results {
  background: #2f203f;
  color: #ffffff;
}

.results .eyebrow {
  color: #ffc7dc;
}

.results .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.results-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.results-grid span {
  color: #f4c4ff;
  font-weight: 900;
}

.results-grid strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.28;
}

.testimonials {
  background: var(--paper);
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid figure {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 26px;
}

.testimonial-grid blockquote {
  margin: 0;
  font-size: 1.04rem;
}

.testimonial-grid figcaption {
  margin-top: 24px;
  color: var(--teal-dark);
  font-weight: 900;
}

.appointment {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: start;
  background: var(--sage);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-strip a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-dark);
  font-weight: 900;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.booking-form.is-submitting {
  opacity: 0.72;
  pointer-events: none;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: #50385d;
  font-size: 0.9rem;
  font-weight: 900;
}

.field-optional {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fffafd;
  border: 1px solid #e4d3e5;
  border-radius: var(--radius);
}

.booking-form textarea {
  resize: vertical;
}

.full-field {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  grid-column: 1 / -1;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.form-status[data-status="error"] {
  color: #a93559;
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-status[data-status="success"] {
  color: #5b2a73;
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq-item {
  width: 100%;
  display: grid;
  gap: 0;
  padding: 20px 22px;
  color: var(--ink);
  text-align: left;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.faq-item span {
  font-weight: 900;
}

.faq-item small {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.98rem;
  transition: max-height 180ms ease, margin-top 180ms ease;
}

.faq-item[aria-expanded="true"] small {
  max-height: 120px;
  margin-top: 10px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.85fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  background: #fff9fc;
}

.contact-location {
  display: contents;
}

.contact-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  font-style: normal;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: 0 10px 28px rgba(91, 42, 115, 0.06);
}

.contact-card strong {
  color: var(--teal-dark);
  font-size: 1.05rem;
}

.contact-detail {
  display: grid;
  gap: 4px;
}

.contact-detail-label {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-detail a,
.contact-detail span {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
}

.contact-detail a {
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-address {
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-card .social-links {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-map {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(240px, 42vw, 360px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(91, 42, 115, 0.08);
}

.contact-map-link {
  justify-self: start;
  color: var(--teal-dark);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 12px;
  margin: 8px 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #241531;
  font-size: 0.92rem;
}

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

  .hero-landing {
    padding-top: 18px;
  }

  .highlight-grid,
  .benefit-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: 660px;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 253, 0.98) 0%, rgba(255, 250, 253, 0.88) 42%, rgba(255, 250, 253, 0.24) 100%),
      linear-gradient(90deg, rgba(255, 250, 253, 0.94) 0%, rgba(255, 250, 253, 0.52) 100%);
  }

  .hero-content {
    width: min(650px, 100%);
    margin: 0 auto;
    padding-top: 52px;
  }

  .quick-care-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-intro,
  .process-panel,
  .doctor-profile,
  .appointment,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact-location {
    display: grid;
    order: -1;
    gap: 16px;
    scroll-margin-top: 132px;
  }

  .contact-intro {
    order: 1;
  }

  .intro-grid,
  .treatment-grid,
  .testimonial-grid,
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
    gap: 0 12px;
    padding-bottom: 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-nav-strip {
    display: flex;
    flex: 1 1 100%;
    order: 3;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 8px 0 10px;
    border-top: 1px solid var(--line);
  }

  .mobile-nav-strip a:not(.nav-social) {
    flex: 1 1 0;
    min-width: 0;
    max-height: 36px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--mist);
    color: #493453;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
    text-align: center;
  }

  .mobile-nav-strip-socials {
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
  }

  .mobile-nav-strip .nav-social {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  }

  .mobile-nav-strip .nav-social svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 2px);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a:not(.nav-social) {
    flex: unset;
    width: auto;
    min-height: 48px;
    padding: 0 18px;
    border: none;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    font-size: 0.96rem;
    font-weight: 800;
    justify-content: flex-start;
    text-align: left;
  }

  .main-nav a:not(.nav-social):last-of-type {
    border-bottom: none;
  }

  .nav-mobile-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px 8px;
    border-top: 1px solid var(--line);
  }

  .main-nav .nav-social {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    aspect-ratio: 1;
    padding: 0;
    border-radius: 50%;
  }

  .main-nav .nav-social svg {
    width: 20px;
    height: 20px;
  }

  .promo-slide-copy--cta {
    display: none;
  }

  .promo-carousel-controls {
    position: relative;
    padding: 12px 16px 8px;
    background: var(--paper);
    border-top: 1px solid var(--line);
  }

  .promo-dot {
    background: rgba(91, 42, 115, 0.22);
  }

  .promo-dot.is-active {
    background: var(--teal-dark);
  }

  .promo-mobile-ctas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 16px 14px;
    background: var(--paper);
  }

  .promo-mobile-ctas .button {
    min-height: 42px;
    font-size: 0.84rem;
  }

  .contact-location {
    display: grid;
    order: -1;
    gap: 16px;
    scroll-margin-top: 132px;
  }

  .contact-intro {
    order: 1;
  }

  .contact-map iframe {
    height: clamp(220px, 38vh, 300px);
  }

  .promo-slide {
    aspect-ratio: 2 / 1;
    min-height: clamp(210px, 44vw, 380px);
  }

  .promo-slide-copy {
    padding: clamp(14px, 3vw, 24px) clamp(16px, 4vw, 32px) clamp(28px, 5vw, 38px);
  }

  .promo-slide strong {
    font-size: clamp(1.1rem, 3.6vw, 1.55rem);
  }

  .promo-slide-copy > span:last-child {
    font-size: clamp(0.82rem, 2.4vw, 0.98rem);
    max-width: none;
  }

  .promo-slide-actions {
    gap: 8px;
  }

  .promo-slide-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  .quick-care-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    row-gap: 6px;
    align-items: start;
  }

  .benefit-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    align-self: start;
  }

  .benefit-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    line-height: 1.2;
  }

  .benefit-card p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }

  .treatment-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
  }

  .treatment-card .card-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    align-self: start;
  }

  .treatment-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    line-height: 1.2;
  }

  .treatment-card p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }

  .treatment-card a {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 4px;
  }

  .process-steps li {
    min-height: 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    row-gap: 6px;
    align-items: start;
  }

  .process-steps .step-num {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    align-self: start;
  }

  .process-steps strong {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 6px;
    line-height: 1.2;
  }

  .process-steps p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }

  .intro-grid,
  .treatment-grid,
  .testimonial-grid,
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .top-bar {
    gap: 8px;
    padding: 8px clamp(16px, 4vw, 24px);
    text-align: center;
  }

  .top-bar-label {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .top-bar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .top-bar-call,
  .top-bar-book {
    width: 100%;
    min-height: 32px;
    height: auto;
    padding: 6px 10px;
    font-size: 0.72rem;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
  }

  .promo-slide {
    aspect-ratio: 5 / 3;
    min-height: 200px;
  }

  .promo-tag {
    font-size: 0.72rem;
  }

  .quick-care-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-bar,
  .quick-care,
  .site-footer,
  .site-header {
    padding-inline: clamp(16px, 4vw, 24px);
  }

  .hero-landing .stat-grid {
    display: none;
  }

  .hero-landing .badge-row {
    justify-content: center;
  }

  .hero-landing .hero-content {
    text-align: center;
  }

  .hero-landing .hero-content h1 {
    max-width: none;
    margin-inline: auto;
  }

  .hero-landing .hero-copy {
    margin-inline: auto;
  }

  .hero-landing .hero-actions {
    justify-content: center;
  }

  .section-nav a {
    font-size: 0.78rem;
  }

  .stat-grid,
  .highlight-grid,
  .benefit-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
    left: auto;
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.88rem;
  }

  .site-header {
    min-height: 0;
    padding: 10px clamp(16px, 4vw, 24px) 0;
  }

  html {
    scroll-padding-top: 132px;
  }

  .brand {
    max-width: calc(100% - 60px);
    padding: 4px 10px 4px 4px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .hero {
    min-height: 640px;
    align-items: start;
  }

  .hero-content {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.35rem);
  }

  .section-heading,
  .section-heading-center {
    margin-bottom: 28px;
  }

  .hero-actions,
  .contact-intro-actions {
    display: grid;
  }

  .hero-actions .button,
  .contact-intro-actions .button {
    width: 100%;
  }

  .quick-care-grid,
  .intro-grid,
  .treatment-grid,
  .testimonial-grid,
  .results-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .doctor-photo {
    max-width: 280px;
  }

  .section {
    padding: clamp(56px, 10vw, 80px) clamp(16px, 4vw, 24px);
  }

  .highlight-card,
  .benefit-card,
  .treatment-card,
  .intro-grid article,
  .testimonial-grid figure {
    padding: 20px;
  }

  .site-footer {
    padding: 24px clamp(16px, 4vw, 24px);
    justify-content: center;
    text-align: center;
  }

  .main-nav a:not(.nav-social) {
    padding: 0 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-marquee-track {
    animation: none;
  }

  .promo-carousel-track {
    transition: none;
  }
}
