:root {
  --porcelain: #fbf9fa;
  --rose-mist: #f4ecee;
  --rose: #e8d5ce;
  --rose-soft: #f0e4df;
  --gold: #c5a059;
  --gold-bright: #d4af37;
  --gold-dark: #8d6c31;
  --graphite: #1a1a1a;
  --graphite-soft: #3b3835;
  --white: #ffffff;
  --line: rgba(26, 26, 26, 0.13);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --shadow: 0 30px 80px rgba(46, 36, 29, 0.12);
  --shell: min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--graphite);
  background:
    radial-gradient(circle at 80% 7%, rgba(232, 213, 206, 0.48), transparent 24rem),
    var(--porcelain);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(197, 160, 89, 0.65);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--gold-dark);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--graphite);
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.9rem, 5.7vw, 5.6rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

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

.button-gold {
  color: var(--graphite);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 12px 30px rgba(197, 160, 89, 0.23);
}

.button-gold:hover {
  box-shadow: 0 18px 38px rgba(197, 160, 89, 0.36);
}

.button-dark {
  color: var(--white);
  background: var(--graphite);
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.16);
}

.button-dark:hover {
  background: #2c2926;
}

.button-light {
  color: var(--graphite);
  background: var(--white);
}

.button-ghost {
  padding-inline: 4px;
  border-radius: 0;
  border-bottom-color: var(--graphite);
}

.button-icon {
  width: 26px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: var(--gold);
  border-radius: 50%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 84px;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 249, 250, 0.86);
  box-shadow: 0 8px 30px rgba(35, 28, 23, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  line-height: 1;
}

.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.25rem;
  font-style: italic;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-copy small {
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.1vw, 30px);
}

.nav-links a {
  position: relative;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--gold-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  min-height: 44px;
  padding: 12px 18px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 148px 0 84px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: clamp(3.5rem, 6vw, 6.8rem);
  letter-spacing: -0.055em;
  line-height: 0.84;
}

.hero h1 em {
  display: inline-block;
  color: var(--gold-dark);
  font-weight: 500;
}

.hero-lead {
  max-width: 580px;
  margin-bottom: 34px;
  color: var(--graphite-soft);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}

.hero-signature {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #69645e;
  font-family: var(--display);
  font-size: 1.08rem;
  font-style: italic;
}

.hero-signature i {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  min-height: 555px;
}

.hero-frame {
  position: absolute;
  inset: 0 0 0 30px;
  overflow: hidden;
  background: var(--rose);
  border: 1px solid rgba(197, 160, 89, 0.42);
  border-radius: 48% 48% 42px 42px;
  box-shadow: var(--shadow);
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 253, 250, 0.6);
  border-radius: inherit;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.95);
}

.image-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36, 30, 26, 0.05), rgba(30, 24, 20, 0.25)),
    linear-gradient(130deg, rgba(232, 213, 206, 0.18), transparent 48%);
}

.micro-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: rgba(255, 253, 250, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(49, 38, 30, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.25;
}

.micro-badge small {
  display: block;
  margin-bottom: 3px;
  color: #746d67;
  font-size: 0.58rem;
  font-weight: 500;
}

.micro-icon {
  width: 32px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--graphite);
  border-radius: 50%;
  font-size: 0.9rem;
}

.micro-badge-top {
  top: 18%;
  right: -38px;
}

.micro-badge-bottom {
  bottom: 16%;
  left: -16px;
}

.image-note {
  position: absolute;
  right: 0;
  bottom: -35px;
  max-width: 340px;
  color: #716b65;
  font-size: 0.66rem;
  text-align: right;
}

.hero-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 50%;
}

.hero-orbit-one {
  width: 580px;
  aspect-ratio: 1;
  top: -350px;
  right: -80px;
}

.hero-orbit-two {
  width: 180px;
  aspect-ratio: 1;
  bottom: 4%;
  left: -120px;
}

.about {
  position: relative;
}

.about::after {
  content: "A";
  position: absolute;
  right: -20px;
  bottom: -120px;
  z-index: -1;
  color: rgba(232, 213, 206, 0.28);
  font-family: var(--display);
  font-size: 30rem;
  line-height: 1;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 10vw;
}

.about .section-intro h2 {
  font-size: clamp(2.8rem, 5vw, 5.1rem);
}

.about-copy {
  padding-top: 60px;
}

.about-copy > p {
  margin-bottom: 48px;
  color: var(--graphite-soft);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.4;
}

.about-points {
  display: grid;
}

.about-points span {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 600;
}

.about-points span:last-child {
  border-bottom: 1px solid var(--line);
}

.about-points b {
  color: var(--gold-dark);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 500;
}

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

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.46fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.section-heading > p {
  margin-bottom: 6px;
  color: #5f5a55;
  font-size: 0.9rem;
  line-height: 1.8;
}

.tab-list {
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
  padding: 7px;
  overflow-x: auto;
  background: rgba(255, 253, 250, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 999px;
  scrollbar-width: none;
}

.tab-list::-webkit-scrollbar {
  display: none;
}

.tab-button {
  flex: 1 0 max-content;
  min-height: 44px;
  padding: 10px 19px;
  color: #625d57;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.tab-button:hover {
  color: var(--graphite);
}

.tab-button.is-active {
  color: var(--white);
  background: var(--graphite);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.15);
}

.tab-panel[hidden] {
  display: none;
}

.treatment-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr 0.78fr;
  gap: 18px;
}

.treatment-card {
  position: relative;
  min-height: 455px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 24px;
  transition:
    transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 320ms ease;
}

.treatment-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 54px rgba(50, 40, 33, 0.12);
}

.treatment-card-featured {
  color: var(--white);
}

.treatment-card-featured img,
.treatment-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.treatment-card-featured img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.treatment-card-featured:hover img {
  transform: scale(1.04);
}

.treatment-overlay {
  background: linear-gradient(180deg, transparent 18%, rgba(18, 16, 14, 0.82));
}

.treatment-card-light {
  background:
    radial-gradient(circle at 85% 12%, rgba(212, 175, 55, 0.16), transparent 35%),
    var(--white);
}

.treatment-card-blush {
  background:
    radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0.48), transparent 34%),
    var(--rose);
}

.card-number {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(26, 26, 26, 0.18);
  font-family: var(--display);
  font-size: 4.4rem;
  font-style: italic;
  line-height: 1;
}

.treatment-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 28px;
}

.treatment-content > span {
  display: block;
  margin-bottom: 13px;
  color: var(--gold-dark);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.treatment-card-featured .treatment-content > span {
  color: #e2c88f;
}

.treatment-content h3 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.treatment-content p {
  margin-bottom: 24px;
  color: inherit;
  font-size: 0.76rem;
  line-height: 1.7;
  opacity: 0.76;
}

.treatment-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
}

.treatment-content a b {
  width: 27px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 500;
}

.clinic {
  color: var(--white);
  background: var(--graphite);
}

.clinic-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  align-items: end;
  gap: clamp(52px, 8vw, 116px);
  padding: clamp(100px, 11vw, 150px) 0 clamp(72px, 8vw, 108px);
}

.clinic-copy h2 {
  margin-bottom: 32px;
  font-size: clamp(3rem, 5vw, 5rem);
}

.clinic-copy > p:not(.eyebrow) {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.85;
}

.clinic-details {
  padding: clamp(28px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}

.clinic-details .eyebrow {
  color: #e2c88f;
}

.clinic-details address {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.8;
}

.clinic-details address span {
  display: block;
  margin-bottom: 7px;
  color: var(--white);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
}

.clinic-journey {
  --journey-progress: 0;
  position: relative;
  height: 430svh;
  background: #0d0d0d;
}

.journey-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
}

.journey-media,
.journey-media::after,
.journey-fallback-frame,
.journey-sequence-frame,
.journey-shade {
  position: absolute;
  inset: 0;
}

.journey-fallback-frame,
.journey-sequence-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-fallback-frame {
  opacity: 0;
  filter: saturate(0.8) contrast(1.03);
  transform: scale(1.015);
  transition: opacity 700ms ease;
}

.journey-fallback-frame.is-active {
  opacity: 1;
}

.journey-sequence-frame {
  opacity: 0;
  filter: saturate(0.78) contrast(1.04);
  will-change: opacity;
  transition: opacity 600ms ease;
}

.clinic-journey.is-sequence-ready .journey-sequence-frame {
  opacity: 1;
}

.journey-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.76) 0%, rgba(10, 10, 10, 0.26) 54%, rgba(10, 10, 10, 0.38) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.45) 0%, transparent 35%, rgba(10, 10, 10, 0.78) 100%);
  pointer-events: none;
}

.journey-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(108px, 14vh, 154px) 0 24px;
}

.journey-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.journey-header .eyebrow {
  color: #e2c88f;
}

.journey-counter {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-family: var(--display);
  font-size: 2.35rem;
  line-height: 1;
}

.journey-counter small {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.journey-chapters {
  position: relative;
  flex: 1;
}

.journey-chapter {
  position: absolute;
  top: 42%;
  left: 0;
  max-width: 730px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(34px);
  transition:
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.journey-chapter.is-active {
  opacity: 1;
  transform: translateY(0);
}

.journey-chapter > span {
  display: block;
  margin-bottom: 15px;
  color: #e2c88f;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.journey-chapter h3 {
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 6vw, 6.3rem);
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-wrap: balance;
}

.journey-chapter p {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.7;
}

.journey-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: clamp(30px, 5vw, 72px);
}

.journey-scroll-hint {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 240ms ease;
}

.journey-scroll-hint span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  animation: journey-pulse 1.8s ease-in-out infinite;
}

.clinic-journey.is-complete .journey-scroll-hint {
  opacity: 0;
}

.journey-step-nav {
  position: relative;
  padding-top: 15px;
}

.journey-track {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.journey-track span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--gold-bright), #f0d9a8);
  transform: scaleX(var(--journey-progress));
  transform-origin: left center;
  will-change: transform;
}

.journey-step-nav ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-step-nav button {
  width: 100%;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
  background: rgba(16, 16, 16, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.journey-step-nav button:hover,
.journey-step-nav button.is-active {
  color: var(--white);
  background: rgba(19, 19, 19, 0.68);
  border-color: rgba(212, 175, 55, 0.72);
}

.journey-step-nav button:hover {
  transform: translateY(-2px);
}

.journey-step-nav img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 9px;
}

.journey-step-nav button > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.journey-step-nav small {
  color: #e2c88f;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}

.journey-step-nav strong {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes journey-pulse {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(4px);
  }
}

.reviews {
  background:
    radial-gradient(circle at 8% 88%, rgba(232, 213, 206, 0.6), transparent 24rem),
    var(--porcelain);
}

.reviews-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  margin-bottom: 58px;
}

.reviews-header h2 {
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.rating-large {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(197, 160, 89, 0.38);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.62);
}

.rating-large > span {
  font-family: var(--display);
  font-size: 3.25rem;
  line-height: 1;
}

.rating-large div {
  display: grid;
  gap: 4px;
}

.rating-large b {
  color: var(--gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.rating-large small {
  color: #6a645e;
  font-size: 0.63rem;
}

.review-slider {
  display: grid;
  grid-auto-columns: minmax(340px, 1fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.review-slider::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: rgba(255, 253, 250, 0.76);
  border: 1px solid rgba(26, 26, 26, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(61, 48, 39, 0.06);
  scroll-snap-align: start;
}

.review-card-ethical {
  color: var(--white);
  background: var(--graphite);
}

.review-kicker {
  color: var(--gold-dark);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-card > p {
  margin: 30px 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.2;
}

.review-card footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.review-card-ethical footer {
  border-color: rgba(255, 255, 255, 0.15);
}

.avatar {
  width: 36px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: var(--rose);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.15rem;
}

.avatar-gold {
  background: var(--gold);
}

.review-card footer div {
  display: grid;
}

.review-card footer strong {
  font-size: 0.73rem;
}

.review-card footer small {
  color: #756e68;
  font-size: 0.62rem;
}

.review-card-ethical footer small {
  color: rgba(255, 255, 255, 0.55);
}

.verified {
  padding: 5px 9px;
  color: var(--gold-dark);
  background: rgba(197, 160, 89, 0.12);
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 700;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 28px;
}

.slider-controls button {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.slider-controls button:hover {
  color: var(--white);
  background: var(--graphite);
}

.slider-controls span {
  min-width: 50px;
  font-size: 0.68rem;
  text-align: center;
}

.slider-controls b {
  color: var(--gold-dark);
}

.location {
  padding-top: 0;
}

.location-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 540px;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.map-wrap {
  min-height: 480px;
  filter: grayscale(1) sepia(0.13) contrast(0.92);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.location-copy {
  align-self: center;
  padding: 58px;
}

.location-copy h2 {
  margin-bottom: 40px;
  font-size: clamp(2.8rem, 4.2vw, 4.5rem);
}

.hours {
  margin-bottom: 36px;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.67rem;
}

.hours div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hours span {
  color: rgba(255, 255, 255, 0.54);
}

.hours strong {
  font-weight: 600;
}

.final-cta {
  padding: 115px 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(26, 26, 26, 0.84), rgba(26, 26, 26, 0.68)),
    url("assets/final-cta-personalized-care.png") center 42% / cover;
}

.final-cta-inner {
  text-align: center;
}

.final-cta .eyebrow {
  color: #e2c88f;
}

.final-cta h2 {
  margin: 0 auto 34px;
  max-width: 820px;
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.footer {
  padding: 76px 0 30px;
  color: rgba(255, 255, 255, 0.64);
  background: #111;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 0.8fr;
  gap: 60px;
  padding-bottom: 60px;
}

.brand-light {
  color: var(--white);
}

.footer-brand > p {
  max-width: 350px;
  margin: 26px 0 0;
  font-size: 0.75rem;
}

.footer h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) a,
.footer-grid > div:not(.footer-brand) p {
  display: block;
  margin: 0 0 9px;
  font-size: 0.7rem;
  line-height: 1.7;
}

.footer-grid a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.58rem;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 7px;
  color: var(--white);
  background: var(--graphite);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.25);
  transition: transform 200ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
}

.floating-whatsapp span {
  width: 34px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
}

.floating-whatsapp small {
  font-size: 0.65rem;
  font-weight: 700;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 40px, 980px);
  }

  .nav {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    gap: 15px;
  }

  .nav-links a {
    font-size: 0.68rem;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 7vw, 5.4rem);
  }

  .micro-badge-top {
    right: -10px;
  }

  .treatment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .treatment-card-featured {
    grid-column: 1 / -1;
  }

  .treatment-card {
    min-height: 400px;
  }

  .clinic-intro {
    gap: 50px;
  }

  .location-copy {
    padding: 42px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 0.7fr);
    gap: 32px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .section {
    padding: 88px 0;
  }

  .site-header {
    height: 76px;
  }

  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    width: 44px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    background: rgba(255, 253, 250, 0.7);
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 18px;
    height: 1px;
    display: block;
    background: var(--graphite);
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: 68px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    background: rgba(251, 249, 250, 0.97);
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 20px;
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .nav-links.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 13px 14px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.07);
    font-size: 0.8rem;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-links a::after {
    display: none;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 690px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 12vw, 6.2rem);
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-frame {
    right: 30px;
  }

  .micro-badge-top {
    right: 6px;
  }

  .about-grid,
  .section-heading,
  .clinic-intro,
  .reviews-header,
  .location-card {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 30px;
  }

  .about-copy {
    padding-top: 0;
  }

  .section-heading {
    gap: 24px;
  }

  .section-heading > p {
    max-width: 580px;
  }

  .clinic-intro {
    gap: 40px;
    padding: 92px 0 76px;
  }

  .clinic-copy {
    max-width: 610px;
  }

  .clinic-details {
    max-width: 610px;
  }

  .clinic-journey {
    height: 380svh;
  }

  .journey-content {
    padding-top: 100px;
  }

  .journey-chapter {
    top: 38%;
  }

  .journey-chapter h3 {
    font-size: clamp(3.2rem, 9vw, 5.3rem);
  }

  .journey-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .journey-scroll-hint {
    margin-bottom: 0;
  }

  .reviews-header {
    align-items: start;
  }

  .rating-large {
    width: fit-content;
  }

  .location-card {
    min-height: 0;
  }

  .location-copy {
    padding: 52px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 380px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 24px);
  }

  body {
    font-size: 16px;
  }

  .section {
    padding: 74px 0;
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small {
    letter-spacing: 0.16em;
  }

  .hero {
    min-height: 0;
    padding-top: 108px;
  }

  .hero-grid {
    gap: 52px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 16vw, 4.7rem);
    line-height: 0.88;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .button-ghost {
    align-self: center;
    min-height: 44px;
  }

  .hero-signature {
    gap: 9px;
    font-size: 0.98rem;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-frame {
    inset: 0 6px 0;
    border-radius: 44% 44% 28px 28px;
  }

  .micro-badge {
    max-width: 198px;
    padding: 10px;
    border-radius: 13px;
  }

  .micro-badge-top {
    top: 11%;
    right: -4px;
  }

  .micro-badge-bottom {
    bottom: 10%;
    left: -4px;
  }

  .image-note {
    right: 6px;
    bottom: -42px;
    max-width: 310px;
  }

  .about-copy > p {
    font-size: 1.35rem;
  }

  .tab-list {
    border-radius: 16px;
  }

  .tab-button {
    flex: 0 0 auto;
  }

  .treatment-grid {
    grid-template-columns: 1fr;
  }

  .treatment-card-featured {
    grid-column: auto;
  }

  .treatment-card {
    min-height: 410px;
  }

  .clinic-intro {
    gap: 28px;
    padding: 80px 0 62px;
  }

  .clinic-copy h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .clinic-details {
    padding: 24px;
    border-radius: 20px;
  }

  .clinic-journey {
    height: 350svh;
  }

  .journey-sticky {
    min-height: 100svh;
  }

  .journey-content {
    padding: 92px 0 16px;
  }

  .journey-counter {
    font-size: 2rem;
  }

  .journey-chapter {
    top: 31%;
  }

  .journey-chapter > span {
    margin-bottom: 11px;
    font-size: 0.64rem;
  }

  .journey-chapter h3 {
    margin-bottom: 14px;
    font-size: clamp(3rem, 13.5vw, 4.2rem);
  }

  .journey-chapter p {
    max-width: 94%;
    font-size: 0.88rem;
  }

  .journey-scroll-hint {
    gap: 8px;
    font-size: 0.61rem;
  }

  .journey-scroll-hint span {
    width: 29px;
    height: 29px;
  }

  .journey-step-nav {
    padding-top: 11px;
  }

  .journey-step-nav ol {
    gap: 6px;
  }

  .journey-step-nav button {
    display: block;
    padding: 6px;
    text-align: center;
    border-radius: 11px;
  }

  .journey-step-nav img {
    width: 100%;
    height: 42px;
    margin-bottom: 5px;
    border-radius: 7px;
  }

  .journey-step-nav button > span {
    display: block;
  }

  .journey-step-nav small {
    display: none;
  }

  .journey-step-nav strong {
    display: block;
    font-size: 0.62rem;
  }

  .rating-large {
    width: 100%;
  }

  .review-slider {
    grid-auto-columns: 88%;
  }

  .review-card {
    min-height: 340px;
    padding: 26px;
  }

  .review-card footer {
    grid-template-columns: auto 1fr;
  }

  .verified {
    grid-column: 2;
    width: fit-content;
  }

  .location-card {
    width: 100%;
    border-radius: 0;
  }

  .location {
    padding-bottom: 0;
  }

  .location-copy {
    padding: 46px 24px;
  }

  .hours div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .final-cta {
    padding: 90px 0;
    background-position: center, 32% center;
  }

  .final-cta h2 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .footer {
    padding-top: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .clinic-journey {
    height: auto;
  }

  .journey-sticky {
    position: relative;
    height: min(860px, 100svh);
    min-height: 700px;
  }

  .journey-sequence-frame,
  .journey-scroll-hint {
    display: none;
  }
}
