:root {
  --white: #ffffff;
  --cream: #faf8f6;
  --light-grey: #f3f1ee;
  --dark-grey: #2c2c2c;
  --ink: #1e1e1e;
  --accent-soft: #e8dfd6;
  --accent-line: #b8a078;
  --header-bg: #ffffff;
  --accent-mauve: #a39997;
  --text-muted: #5c5c5c;
  --shadow-soft: 0 10px 40px rgba(30, 30, 30, 0.06);
  --shadow-lift: 0 18px 46px rgba(30, 30, 30, 0.09);
  --shadow-nav: 0 4px 28px rgba(0, 0, 0, 0.06);
  --radius: 16px;
  --radius-small: 12px;
  --container: 1120px;
  --transition-smooth: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  --transition-carousel: 0.65s cubic-bezier(0.33, 1, 0.32, 1);
  --transition-reveal: 1s cubic-bezier(0.22, 1, 0.36, 1);
  --header-offset-mobile: 96px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset-mobile);
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.site-nav a:focus-visible,
.filter-btn:focus-visible,
.nav-toggle:focus-visible {
  outline: 2px solid var(--accent-line);
  outline-offset: 3px;
}

@media (max-width: 899px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

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

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

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.9rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.7rem;
  margin-bottom: 1.1rem;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: min(100% - clamp(1.25rem, 4vw, 2rem) * 2, var(--container));
  margin-inline: auto;
}

.section {
  padding: clamp(2.75rem, 7vw, 4.25rem) 0;
}

.section-muted {
  background: linear-gradient(180deg, #f0ece7 0%, #f7f4f1 100%);
}

.section-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-mauve);
  margin: 0 0 0.75rem;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-title--left {
  text-align: left;
}

.section-intro {
  max-width: 40rem;
  color: #4a4a4a;
  font-size: 1.02rem;
  margin: -0.25rem 0 2rem;
}

.home-experience-teaser {
  max-width: 40rem;
  color: #4a4a4a;
  font-size: 1.02rem;
}

.about-venue-copy {
  max-width: 42rem;
}

.about-venue-split {
  align-items: stretch;
}

.about-venue-carousel-wrap {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.venue-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0.35rem 0.5rem;
  margin-top: 0.5rem;
  max-width: 100%;
}

.about-venue-split .venue-carousel .treatment-gallery__arrow {
  align-self: center;
}

@media (min-width: 600px) {
  .venue-carousel {
    gap: 0.5rem 0.85rem;
  }
}

.venue-carousel__viewport {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
}

.venue-carousel__track {
  display: flex;
  width: 600%;
  will-change: auto;
  transition: transform var(--transition-carousel);
  backface-visibility: hidden;
}

.venue-carousel__track.is-sliding {
  will-change: transform;
}

.venue-carousel__slide {
  flex: 0 0 calc(100% / 6);
  display: flex;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.venue-carousel__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.venue-carousel__frame {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--light-grey);
  border: 1px solid rgba(184, 160, 120, 0.18);
  box-shadow: var(--shadow-soft);
}

.venue-carousel__slide[aria-hidden="false"] .venue-carousel__frame {
  box-shadow: var(--shadow-lift);
  border-color: rgba(184, 160, 120, 0.28);
}

.venue-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* About "The space": balance text vs gallery — gallery fills row height on large screens */
@media (min-width: 700px) {
  .about-venue-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    gap: 2.25rem 2.75rem;
    align-items: stretch;
  }

  .about-venue-copy {
    max-width: 38rem;
  }

  .about-venue-carousel-wrap {
    align-self: stretch;
    height: 100%;
    min-height: 0;
  }

  .about-venue-split .venue-carousel {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    margin-top: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .about-venue-split .venue-carousel__viewport {
    min-height: 0;
    height: 100%;
    align-self: stretch;
  }

  .about-venue-split .venue-carousel__track {
    height: 100%;
    align-items: stretch;
  }

  .about-venue-split .venue-carousel__slide {
    height: 100%;
    min-height: 0;
  }

  .about-venue-split .venue-carousel__figure {
    flex: 1;
    min-height: 0;
  }

  .about-venue-split .venue-carousel__frame {
    flex: 1;
    min-height: 0;
    aspect-ratio: unset;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venue-carousel__track {
    transition: none;
  }

  .venue-carousel__track.is-sliding {
    will-change: auto;
  }
}

.redirect-interstitial {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
  padding: 2rem 0 3rem;
}

.redirect-interstitial__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 3.5vw, 1.95rem);
  font-weight: 600;
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  line-height: 1.35;
}

.redirect-interstitial__panel {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #faf8f6 100%);
  border: 1px solid rgba(184, 160, 120, 0.2);
  box-shadow: var(--shadow-soft);
}

.redirect-interstitial__sub {
  font-size: 0.92rem;
  margin: 0 0 1.5rem;
}

.redirect-interstitial__actions {
  margin: 0;
}

.redirect-interstitial__fallback {
  margin-top: 1.5rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.section-cta-link {
  margin: 2rem 0 0;
  text-align: center;
}

.section-cta-link a {
  font-weight: 500;
  border-bottom: 1px solid var(--dark-grey);
  padding-bottom: 2px;
  transition: color var(--transition-smooth), border-color var(--transition-smooth);
}

.section-cta-link a:hover,
.section-cta-link a:focus-visible {
  color: var(--accent-mauve);
  border-bottom-color: var(--accent-mauve);
}

.grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.trust-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--dark-grey);
  color: var(--white);
  padding: 0.6rem 0.9rem;
  border-radius: 0 0 var(--radius-small) 0;
  z-index: 2000;
}

.skip-link:focus {
  left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  border-bottom: 2px solid var(--accent-mauve);
  transition: box-shadow var(--transition-smooth), border-color var(--transition-smooth),
    background-color var(--transition-smooth);
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-nav);
  border-bottom-color: #e8e8e8;
}

.nav-wrap {
  min-height: var(--header-offset-mobile);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

/* Logo: modest max width avoids upscaling a small PNG (main cause of blur). For retina, add assets/logo@2x.png and srcset on the <img>. */
.brand img {
  display: block;
  width: clamp(149px, 30vw, 254px);
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: contrast(1.06);
}

.nav-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid #e8e8e8;
  background: var(--white);
  border-radius: var(--radius-small);
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth), background var(--transition-smooth);
}

.nav-toggle:hover {
  border-color: #d0d0d0;
  box-shadow: var(--shadow-soft);
}

.nav-toggle:active {
  background: var(--light-grey);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--dark-grey);
  display: block;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.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);
}

.site-header .nav-toggle {
  background: var(--white);
  border-color: #e0e0e0;
}

.site-header .nav-toggle span {
  background: var(--dark-grey);
}

.site-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header-offset-mobile);
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1.25rem 1.25rem;
  background: var(--white);
  border-bottom: 1px solid #ececec;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

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

.site-nav a {
  padding: 0.8rem 0.75rem;
  color: var(--text-muted);
  transition: color 0.25s ease, background 0.25s ease;
  font-weight: 500;
  font-size: 0.98rem;
  border-radius: var(--radius-small);
  min-height: 48px;
  display: flex;
  align-items: center;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--dark-grey);
  background: var(--light-grey);
}

.site-nav a.active {
  color: var(--dark-grey);
  font-weight: 600;
}

/* Hero — premium */
.hero--premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(168deg, var(--cream) 0%, #ffffff 42%, #f5f0ea 100%);
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(4rem, 10vw, 6.5rem);
}

.hero--premium.has-bg {
  background: url('../assets/hero-bg.jpg') center / cover no-repeat;
}

.hero__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero--premium:not(.has-bg) .hero__texture {
  background-image: radial-gradient(ellipse 85% 55% at 50% -25%, rgba(184, 160, 120, 0.12), transparent 58%),
    radial-gradient(ellipse 55% 45% at 100% 40%, rgba(243, 241, 238, 0.95), transparent 52%),
    radial-gradient(ellipse 40% 30% at 0% 80%, rgba(232, 223, 216, 0.35), transparent 55%);
}

.hero--premium.has-bg .hero__texture {
  background: linear-gradient(168deg, rgba(250, 248, 246, 0.2) 0%, rgba(255, 255, 255, 0.17) 42%, rgba(245, 240, 234, 0.19) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__title {
  font-size: clamp(2.35rem, 6.5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.has-bg .hero__title {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.hero__lead {
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  color: #4a4a4a;
  max-width: 28rem;
  font-weight: 300;
  line-height: 1.75;
}

.has-bg .hero__lead {
  color: #3a3a3a;
}

.hero .eyebrow {
  margin-bottom: 1rem;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__fade {
  animation: hero-fade-up 0.9s var(--transition-smooth) forwards;
  opacity: 0;
}

.hero__fade--1 {
  animation-delay: 0.1s;
}
.hero__fade--2 {
  animation-delay: 0.28s;
}
.hero__fade--3 {
  animation-delay: 0.46s;
}
.hero__fade--4 {
  animation-delay: 0.62s;
}

.page-hero {
  background: linear-gradient(180deg, #fafafa, var(--white));
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

.page-hero__title {
  font-size: clamp(2rem, 5vw, 2.85rem);
  max-width: 18ch;
  margin-bottom: 1rem;
}

.page-hero__lead {
  font-size: 1.08rem;
  color: #4a4a4a;
  font-weight: 300;
  max-width: 36ch;
  line-height: 1.75;
  margin-bottom: 0;
}

.eyebrow {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-mauve);
  font-size: 0.78rem;
  margin-bottom: 0.7rem;
}

.lead {
  font-size: 1.06rem;
  color: #444;
  max-width: 42ch;
}

.lead.compact {
  margin-bottom: 1.8rem;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth),
    background var(--transition-smooth), border-color var(--transition-smooth), color var(--transition-smooth);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary {
  background: var(--dark-grey);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #1a1a1a;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(51, 51, 51, 0.12);
  color: var(--dark-grey);
  backdrop-filter: blur(4px);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: var(--dark-grey);
  background: var(--white);
}

.btn-lg {
  padding: 0.95rem 1.75rem;
  font-size: 0.98rem;
}

.btn-small {
  padding: 0.65rem 1.1rem;
  font-size: 0.92rem;
  border-radius: 999px;
}

.btn-cta-light {
  background: var(--white);
  color: var(--dark-grey);
}

.btn-cta-light:hover,
.btn-cta-light:focus-visible {
  background: var(--light-grey);
}

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-top: 3px solid transparent;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

.card.service-card {
  border-top-color: var(--accent-mauve);
  display: flex;
  flex-direction: column;
}

.card.service-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.card--lift:hover,
.card--lift:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(163, 153, 151, 0.4);
}

.card p {
  color: #4a4a4a;
  font-size: 0.98rem;
}

.card h2,
.card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

.feature {
  padding: 1.25rem;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid #efefef;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}

.trust-pillar {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 3px solid var(--accent-mauve);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

.trust-pillar:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(163, 153, 151, 0.35);
}

.trust-pillar h3 {
  font-size: 1.18rem;
  margin-bottom: 0.6rem;
}

.trust-pillar p {
  margin: 0;
  color: #555;
  font-size: 0.96rem;
  line-height: 1.6;
}

.cta-box {
  background: linear-gradient(145deg, var(--light-grey), #faf7f5);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: left;
  box-shadow: var(--shadow-soft);
}

.cta-full {
  background: linear-gradient(135deg, #a39997 0%, #978a88 50%, #a89f9d 100%);
  color: var(--white);
  padding: clamp(3.5rem, 8vw, 5rem) 0;
  margin: 0;
}

.cta-full__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.cta-full__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 600;
  margin: 0;
  max-width: 20ch;
  line-height: 1.25;
}

.split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.split__text .prose:last-of-type {
  margin-bottom: 1.25rem;
}

.prose {
  color: #444;
  font-size: 1.02rem;
  line-height: 1.75;
}

.portrait-frame {
  border-radius: var(--radius);
  background: linear-gradient(160deg, #ebe6e0 0%, #f5f2ef 40%, #e8e2dc 100%);
  aspect-ratio: 4 / 5;
  min-height: 240px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lift), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(184, 160, 120, 0.2);
  overflow: hidden;
  position: relative;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 45%);
  pointer-events: none;
}

.portrait-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  z-index: 1;
}

.portrait-frame--tall {
  aspect-ratio: 3 / 4;
}

@media (max-width: 699px) {
  .page-home .portrait-frame,
  .about-story .portrait-frame,
  .about-experience .portrait-frame,
  .about-philosophy .portrait-frame {
    max-width: 100%;
    margin-inline: auto;
  }

  .page-home main img:not(.portrait-frame img):not(.treatment-gallery__img) {
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    display: block;
  }
}

@media (min-width: 700px) {
  .page-home .portrait-frame,
  .about-story .portrait-frame,
  .about-experience .portrait-frame,
  .about-philosophy .portrait-frame {
    max-width: 85%;
    margin-inline: auto;
  }

  .page-home main img:not(.portrait-frame img):not(.treatment-gallery__img) {
    max-width: 85%;
    height: auto;
    margin-inline: auto;
    display: block;
  }
}

.portrait-frame__placeholder {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #8a8a8a;
  font-weight: 500;
}

.highlight-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.highlight-list li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-weight: 500;
  font-size: 0.98rem;
}

.highlight-list__num {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: var(--dark-grey);
  line-height: 1;
}

.highlight-list__label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.stat-row {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  font-size: 0.95rem;
  color: #444;
}

.stat-row strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: var(--dark-grey);
  margin-bottom: 0.15rem;
}

.quote-block {
  margin: 0;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, var(--light-grey), var(--white));
  border-radius: var(--radius);
  border-left: 4px solid var(--accent-mauve);
  box-shadow: var(--shadow-soft);
}

.quote-block__text {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--dark-grey);
  margin: 0 0 1.25rem;
}

.quote-block__cite {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  font-style: normal;
}

.about-layout,
.contact-layout {
  display: grid;
  gap: 1rem;
}

.image-placeholder {
  min-height: 260px;
  border-radius: var(--radius);
  border: 2px dashed #d7d7d7;
  display: grid;
  place-items: center;
  color: #888;
  background: var(--light-grey);
}

.service-card .price {
  font-weight: 600;
  color: var(--dark-grey);
  margin-bottom: 1rem;
}

.services-page .lead.compact {
  margin-bottom: 2.5rem;
}

.services-filter {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.services-filter .section-title {
  margin-bottom: 0.75rem;
}

.section-subtitle {
  max-width: 40rem;
  color: #4a4a4a;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 1.75rem;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.filter-btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: var(--white);
  color: var(--dark-grey);
  cursor: pointer;
  transition: background var(--transition-smooth), border-color var(--transition-smooth),
    color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.filter-btn:hover,
.filter-btn:focus-visible {
  border-color: #c9c9c9;
  background: var(--light-grey);
}

.filter-btn.active {
  border-color: var(--dark-grey);
  background: var(--dark-grey);
  color: var(--white);
}

.service-category {
  margin-bottom: 3.75rem;
  padding-top: 0.5rem;
}

.service-category:last-of-type {
  margin-bottom: 0;
}

/* Single category per container: :last-of-type wrongly zeroed all blocks; space between rows here */
.services-page > [data-service-section] {
  margin-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.services-page > [data-service-section]:last-child {
  margin-bottom: 0;
}

.services-page .service-category {
  margin-bottom: 0;
  padding-top: 0;
}

.services-page .grid.cards-grid {
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.services-page .card.service-card {
  padding: 1.55rem 1.65rem 1.6rem;
}

.services-page .service-category__title {
  margin-bottom: 1rem;
}

.services-page .service-category__intro {
  max-width: 46rem;
  margin-bottom: 2rem;
  font-size: 1.05rem;
  line-height: 1.72;
}

.service-category__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 600;
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--accent-mauve);
}

.service-category__intro {
  max-width: 42rem;
  margin: 0 0 1.75rem;
  color: #4a4a4a;
  font-size: 1.02rem;
  line-height: 1.7;
}

.service-duration {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: -0.25rem 0 0.85rem;
}

.card .price {
  font-weight: 600;
  color: var(--dark-grey);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.booking-panel {
  max-width: 740px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--white), #faf7f5);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--accent-mauve);
}

.contact-form {
  display: grid;
  gap: 0.85rem;
}

.contact-form label {
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: -0.25rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: var(--radius-small);
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 1rem;
  color: var(--dark-grey);
  background: var(--white);
  transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-mauve);
  box-shadow: 0 0 0 3px rgba(163, 153, 151, 0.15);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b0b0b0;
}

.trust-strip {
  background: var(--white);
  border-block: 1px solid rgba(163, 153, 151, 0.3);
  padding: 1rem 0;
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2.25rem;
  text-align: center;
}

.trust-strip__item {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.trust-strip__sep {
  display: none;
  width: 1px;
  height: 1rem;
  background: rgba(0, 0, 0, 0.12);
}

@media (min-width: 700px) {
  .trust-strip__sep {
    display: block;
  }
}

.journey-panel {
  background: linear-gradient(145deg, var(--white), var(--cream));
  border: 1px solid rgba(184, 160, 120, 0.22);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  box-shadow: var(--shadow-soft);
}

.journey-panel__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--ink);
}

.journey-panel__steps {
  margin: 0;
  padding-left: 1.15rem;
  color: #4a4a4a;
  font-size: 0.98rem;
  line-height: 1.75;
}

.journey-panel__steps li {
  margin-bottom: 0.4rem;
}

.outcomes-panel {
  border-radius: var(--radius);
  padding: clamp(2rem, 5vw, 2.75rem);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-soft);
  max-width: 40rem;
}

.outcomes-panel__lead {
  margin-bottom: 0.5rem;
}

.outcomes-panel__note {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 1rem;
  line-height: 1.65;
}

.treatment-gallery,
.reviews-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 2rem;
  max-width: 96%;
  margin-inline: auto;
}

@media (min-width: 600px) {
  .treatment-gallery,
  .reviews-carousel {
    gap: 0.5rem 0.85rem;
  }
}

.treatment-gallery__viewport,
.reviews-carousel__viewport {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
}

.treatment-gallery__track,
.reviews-carousel__track {
  display: flex;
  width: 200%;
  will-change: auto;
  transition: transform var(--transition-carousel);
  backface-visibility: hidden;
}

.treatment-gallery__track.is-sliding,
.reviews-carousel__track.is-sliding {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .treatment-gallery__track,
  .reviews-carousel__track {
    transition: none;
  }

  .treatment-gallery__track.is-sliding,
  .reviews-carousel__track.is-sliding {
    will-change: auto;
  }

  .treatment-gallery__img {
    transition: none;
    transform: none !important;
    opacity: 1 !important;
  }

  .treatment-gallery__frame {
    transition: none;
  }

  .treatment-gallery__slide[aria-hidden="false"] .treatment-gallery__frame {
    box-shadow: var(--shadow-soft);
    border-color: rgba(184, 160, 120, 0.18);
  }
}

.treatment-gallery__slide {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.85rem;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.reviews-carousel__slide {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.1rem;
  align-items: stretch;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media (min-width: 700px) {
  .treatment-gallery__slide {
    gap: 1rem 1.25rem;
  }

  .reviews-carousel__slide {
    gap: 1.15rem 1.35rem;
  }
}

@media (max-width: 767px) {
  .reviews-carousel__slide {
    grid-template-columns: 1fr;
  }
}

.treatment-gallery__arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 160, 120, 0.45);
  border-radius: 999px;
  background: var(--white);
  color: var(--dark-grey);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.treatment-gallery__arrow:hover:not(:disabled) {
  background: #faf8f6;
  border-color: var(--accent-line);
}

.treatment-gallery__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.treatment-gallery__arrow-icon {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  margin-top: -0.1em;
}

.treatment-gallery__item {
  margin: 0;
}

.treatment-gallery__frame {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--light-grey);
  border: 1px solid rgba(184, 160, 120, 0.18);
  box-shadow: var(--shadow-soft);
  transition: box-shadow 0.5s cubic-bezier(0.33, 1, 0.32, 1), border-color 0.5s ease;
}

.treatment-gallery__slide[aria-hidden="false"] .treatment-gallery__frame {
  box-shadow: var(--shadow-lift);
  border-color: rgba(184, 160, 120, 0.28);
}

.treatment-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.75s cubic-bezier(0.33, 1, 0.32, 1), opacity 0.45s ease;
}

.treatment-gallery__slide[aria-hidden="false"] .treatment-gallery__img {
  transform: scale(1);
  opacity: 1;
}

.treatment-gallery__slide[aria-hidden="true"] .treatment-gallery__img {
  transform: scale(1.04);
  opacity: 0.88;
}

.treatment-gallery__note {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 1.75rem auto 0;
  max-width: 42rem;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 479px) {
  .treatment-gallery__slide {
    grid-template-columns: 1fr;
  }
}

.section--narrow-center {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}

.section--narrow-center .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.reviews-section__header {
  margin-bottom: 0.25rem;
}

.review-card {
  margin: 0;
  padding: 1.5rem 1.35rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 3px solid var(--accent-mauve);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.review-card__quote {
  margin: 0;
}

.review-card__quote p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #444;
}

.review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.review-card__stars {
  color: #c4a574;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  line-height: 1;
}

.review-card__author {
  font-style: normal;
}

.reviews-section__cta {
  text-align: center;
  margin: 2rem 0 0;
}

.faq-page {
  max-width: 40rem;
}

.faq-page__h1 {
  max-width: none;
  margin-bottom: 0.75rem;
}

.faq-page__lead {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.faq-page__cta-link {
  margin-top: 2.5rem;
}

.faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-item.is-open {
  border-bottom-color: var(--accent-mauve);
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 1.08rem;
  font-weight: 600;
  text-align: left;
  color: var(--ink);
  transition: color 0.2s ease;
  min-height: 56px;
}

.faq-item__trigger:hover,
.faq-item__trigger:focus-visible {
  color: var(--accent-mauve);
}

.faq-item.is-open .faq-item__trigger {
  color: var(--accent-mauve);
}

.faq-item__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  background: var(--accent-line);
  transition: transform var(--transition-smooth);
}

.faq-item__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.faq-item__icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
}

.faq-item.is-open .faq-item__icon::after {
  transform: scaleY(0);
}

.faq-item__panel {
  padding: 0 0 1.15rem;
  color: #4a4a4a;
  font-size: 0.98rem;
  line-height: 1.72;
}

.faq-item__panel[hidden] {
  display: none;
}

.page-404 {
  text-align: center;
  padding: clamp(3rem, 10vw, 5rem) 0;
}

.page-404__code {
  font-family: "Playfair Display", serif;
  font-size: clamp(4rem, 12vw, 6rem);
  font-weight: 600;
  color: var(--accent-line);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.page-404__text {
  max-width: 28rem;
  margin-inline: auto;
}

.page-404__actions {
  justify-content: center;
  margin-top: 1.5rem;
}

.site-nav__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ececec;
}

.site-nav__cta .btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 900px) {
  .site-nav__cta {
    flex-direction: row;
    width: auto;
    margin-top: 0;
    margin-left: 0.35rem;
    padding-top: 0;
    padding-left: 0.85rem;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }

  .site-nav__cta .btn {
    width: auto;
  }
}

.site-footer {
  margin-top: 0;
  padding: clamp(2.5rem, 6vw, 3.5rem) 0;
  background: var(--light-grey);
}

.site-footer.site-footer--elegant {
  background: linear-gradient(180deg, #1f1f1f 0%, #161616 100%);
  color: #c8c8c8;
}

.site-footer.site-footer--elegant .footer-grid h3 {
  color: #f0f0f0;
}

.site-footer.site-footer--elegant .footer-grid p,
.site-footer.site-footer--elegant .footer-grid a {
  color: #b8b8b8;
}

.site-footer.site-footer--elegant .footer-grid a:hover {
  color: #e8e8e8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer.site-footer--elegant .footer-legal {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.site-footer.site-footer--elegant .footer-disclaimer {
  color: #888;
}

.site-footer.site-footer--elegant .footer-legal-links a {
  color: #c4c4c4;
}

.footer-grid {
  display: grid;
  gap: 1.25rem;
}

.footer-grid h3 {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.footer-grid p {
  margin: 0 0 0.5rem;
  color: #4b4b4b;
  font-size: 0.95rem;
}

.footer-grid a {
  color: var(--dark-grey);
  transition: opacity 0.2s ease;
}

.footer-grid a:hover {
  opacity: 0.75;
}

.footer-legal {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
}

.footer-disclaimer {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.55;
  margin: 0 0 0.75rem;
}

.footer-legal-links {
  font-size: 0.88rem;
  margin: 0;
}

.footer-legal-links a {
  color: var(--dark-grey);
}

.text-muted {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.form-footnote {
  margin: 1rem 0 0;
  max-width: 36rem;
  line-height: 1.55;
}

.inline-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
  background: var(--light-grey);
  padding: 0.12em 0.4em;
  border-radius: 4px;
}

.booking-online-hint {
  margin-top: 1.35rem;
  max-width: 42rem;
  line-height: 1.55;
}

.legal-page__inner {
  max-width: 40rem;
}

.legal-page .prose + .prose {
  margin-top: 1rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  background: #25d366;
  color: #ffffff;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.whatsapp-float--desktop {
  display: none;
}

@media (min-width: 900px) {
  .whatsapp-float--desktop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}

.mobile-action-bar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  gap: 0;
  padding: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.06);
}

.mobile-action-bar__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: background var(--transition-smooth), color var(--transition-smooth);
}

.mobile-action-bar__btn--primary {
  background: var(--dark-grey);
  color: var(--white);
}

.mobile-action-bar__btn--primary:hover,
.mobile-action-bar__btn--primary:focus-visible {
  background: #1a1a1a;
}

.mobile-action-bar__btn--wa {
  background: #25d366;
  color: #fff;
}

.mobile-action-bar__btn--wa:hover,
.mobile-action-bar__btn--wa:focus-visible {
  background: #1fb855;
}

@media (min-width: 900px) {
  .mobile-action-bar {
    display: none;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--transition-reveal), transform var(--transition-reveal);
}

.reveal.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero__fade {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn:hover,
  .card--lift:hover {
    transform: none;
  }
}

@media (min-width: 700px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

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

  .cards-grid--premium {
    gap: 1.5rem;
  }

  .services-page .cards-grid--premium {
    gap: 2rem;
  }

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

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

  .about-layout,
  .contact-layout,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;
  }

  .split--image-right .split__text {
    order: 1;
  }

  .split--image-right .split__media {
    order: 2;
  }
}

@media (min-width: 900px) {
  :root {
    --header-offset-mobile: 118px;
  }

  .nav-wrap {
    min-height: 118px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .site-nav a {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
  }

  .site-nav a:hover {
    background: rgba(0, 0, 0, 0.04);
  }

  .site-header .site-nav a:not(.btn) {
    color: var(--text-muted);
  }

  .site-header .site-nav a:not(.btn):hover,
  .site-header .site-nav a:not(.btn):focus-visible,
  .site-header .site-nav a:not(.btn).active {
    color: var(--dark-grey);
    background: rgba(0, 0, 0, 0.04);
  }

  .site-header .site-nav__cta {
    border-left-color: rgba(0, 0, 0, 0.1);
  }

  .site-header .site-nav__cta .btn-outline {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.15);
    color: var(--dark-grey);
    backdrop-filter: none;
  }

  .site-header .site-nav__cta .btn-outline:hover,
  .site-header .site-nav__cta .btn-outline:focus-visible {
    background: var(--light-grey);
    border-color: var(--dark-grey);
    color: var(--dark-grey);
  }

  .hero--premium {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }

  .about-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }

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

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

  .cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
  }
}

@media (max-width: 699px) {
  .split--image-right .split__text--first-mobile {
    order: -1;
  }
}
