:root {
  --lotus-900: #3a0821;
  --lotus-800: #5b0d32;
  --lotus-deep: #7f1146;
  --lotus-bright: #c12872;
  --rose-100: #fff4f9;
  --rose-200: #f8dbe9;
  --cream: #fffaf6;
  --ink: #21161c;
  --muted: #6e5e66;
  --white: #ffffff;
  --shadow-soft: 0 18px 48px rgba(58, 8, 33, 0.12);
  --shadow-strong: 0 24px 70px rgba(58, 8, 33, 0.28);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Gentium Basic", Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-inner {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.narrow {
  width: min(100% - 48px, 940px);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 96px, 1320px);
  min-height: 66px;
  padding: 0 20px;
  color: var(--white);
  background: rgba(33, 22, 28, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(33, 22, 28, 0.18);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  transition: top 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  top: 14px;
  background: rgba(33, 22, 28, 0.78);
  box-shadow: 0 18px 48px rgba(33, 22, 28, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.site-nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--rose-200);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav .nav-appointment {
  min-width: 192px;
  padding: 10px 22px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  text-align: center;
}

.site-nav .nav-appointment::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 112px 0 70px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(34, 20, 16, 0.18) 0%, rgba(34, 20, 16, 0.22) 36%, rgba(34, 20, 16, 0.54) 100%),
    linear-gradient(90deg, rgba(34, 20, 16, 0.28) 0%, rgba(34, 20, 16, 0.04) 44%, rgba(34, 20, 16, 0.28) 100%),
    url("assets/hero-spa-portrait.jpg") center 44% / cover no-repeat,
    var(--lotus-900);
}

.hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 250, 246, 0), rgba(255, 250, 246, 0.74) 70%, var(--cream));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
}

.hero-content {
  max-width: 860px;
  text-align: center;
}

.eyebrow,
.section-kicker,
.service-card-body span,
.hero-panel span {
  display: inline-flex;
  color: var(--rose-200);
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 18px;
}

.hero h1 {
  margin: 0 0 24px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(56px, 7.4vw, 116px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  text-shadow: 0 7px 32px rgba(0, 0, 0, 0.36);
}

.hero-subtitle {
  max-width: 560px;
  margin: 0 auto 190px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Gentium Basic", Georgia, serif;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.hero-copy {
  max-width: 650px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  color: var(--white);
  background: var(--lotus-bright);
  border: 1px solid var(--lotus-bright);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(193, 40, 114, 0.28);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--lotus-deep);
  border-color: var(--lotus-deep);
  box-shadow: 0 14px 34px rgba(127, 17, 70, 0.32);
  transform: translateY(-2px);
}

.button.secondary {
  color: var(--lotus-900);
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.16);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  color: var(--white);
  background: transparent;
}

.button.secondary.light {
  color: var(--lotus-deep);
  border-color: rgba(127, 17, 70, 0.24);
  box-shadow: none;
}

.button.secondary.light:hover,
.button.secondary.light:focus-visible {
  color: var(--white);
  background: var(--lotus-deep);
}

.hero-panel,
.contact-card,
.about-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
}

.hero-panel {
  padding: 26px;
}

.hero-panel strong {
  display: block;
  margin: 8px 0 12px;
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
  line-height: 1.15;
}

.hero-panel p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-panel a {
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  text-underline-offset: 4px;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--lotus-bright);
}

.section-heading,
.intro-copy {
  width: min(100%, 920px);
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2,
.intro-copy h2,
.contact-section h2,
.why-section h2,
.faq-section h2 {
  margin: 0 0 12px;
  color: var(--lotus-deep);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(27px, 3.6vw, 36px);
  font-weight: 700;
  line-height: 1.12;
}

.section-heading p,
.intro-copy p {
  margin: 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  line-height: 1.58;
}

.services-section,
.why-section,
.contact-section {
  padding: 82px 0;
  background: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(127, 17, 70, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(58, 8, 33, 0.18);
}

.service-card.featured {
  border-color: rgba(193, 40, 114, 0.35);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card:nth-child(1) img {
  object-position: 42% center;
}

.service-card:nth-child(2) img {
  object-position: 54% center;
}

.service-card:nth-child(3) img {
  object-position: 72% center;
}

.service-card-body {
  padding: 24px;
}

.service-card-body span {
  color: var(--lotus-bright);
}

.service-card h3 {
  margin: 8px 0 10px;
  color: var(--lotus-deep);
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
}

.service-menu-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(58, 8, 33, 0.98), rgba(127, 17, 70, 0.94)),
    var(--lotus-deep);
}

.service-menu-section .section-kicker,
.service-menu-section .intro-copy h2 {
  color: var(--white);
}

.service-menu-section .intro-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.menu-column {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(33, 22, 28, 0.18);
}

.menu-column h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 23px;
  line-height: 1.15;
}

.menu-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-column li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.menu-column li:last-child {
  border-bottom: 0;
}

.menu-column span {
  flex: 0 0 auto;
  color: var(--rose-200);
  font-size: 15px;
}

.about-section {
  padding: 82px 0;
  background: var(--rose-100);
}

.about-card {
  width: min(100% - 48px, 980px);
  padding: 38px;
  border-color: rgba(127, 17, 70, 0.13);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.about-section p {
  margin: 0;
  color: var(--lotus-deep);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.62;
}

.about-section p + p {
  margin-top: 26px;
}

.why-section {
  background: var(--cream);
}

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

.why-grid article {
  position: relative;
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(127, 17, 70, 0.13);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.why-grid article::before {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--lotus-bright);
  border-radius: 50%;
  content: "+";
  font-size: 15px;
}

.why-grid h3 {
  margin: 0 0 10px;
  color: var(--lotus-deep);
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
  line-height: 1.18;
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
}

.faq-section {
  padding: 82px 0;
  color: var(--lotus-deep);
  background: var(--rose-100);
}

.faq-section .narrow {
  padding: 34px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.faq-section details {
  border-bottom: 1px solid rgba(127, 17, 70, 0.16);
}

.faq-section details:last-child {
  border-bottom: 0;
}

.faq-section summary {
  cursor: pointer;
  padding: 18px 0;
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.faq-section p {
  margin: 0 0 20px;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
}

.contact-section {
  color: var(--lotus-deep);
  background: var(--cream);
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contact-card {
  padding: 32px;
  color: var(--lotus-deep);
  border-color: rgba(127, 17, 70, 0.13);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.contact-card p,
.contact-card address {
  margin: 0 0 20px;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  font-style: normal;
  line-height: 1.45;
}

.contact-lead {
  color: var(--lotus-deep) !important;
  font-weight: 700;
}

.contact-phone {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--lotus-bright);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-actions {
  margin-top: 22px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  background: var(--lotus-bright);
  border-radius: 50%;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--lotus-deep);
  transform: translateY(-3px);
}

.social-links svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.map-wrap {
  overflow: hidden;
  margin-top: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

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

.site-footer {
  color: var(--white);
  background: #21161c;
  border-top: 3px solid var(--lotus-bright);
}

.hero-button {
  min-height: 50px;
  padding: 7px 8px 7px 25px;
  color: var(--lotus-900);
  background: var(--cream);
  border-color: rgba(255, 250, 246, 0.9);
  box-shadow: 0 16px 38px rgba(58, 8, 33, 0.22);
  font-family: "Gentium Basic", Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
}

.hero-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  color: var(--cream);
  background: var(--lotus-deep);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.hero-button:hover,
.hero-button:focus-visible {
  color: var(--lotus-900);
  background: var(--rose-100);
  border-color: var(--rose-200);
  box-shadow: 0 18px 42px rgba(58, 8, 33, 0.3);
}

.hero-button:hover span,
.hero-button:focus-visible span {
  background: var(--lotus-bright);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 42px;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 56px 0 42px;
}

.footer-brand,
.footer-column {
  min-width: 0;
}

.footer-column {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  text-decoration: none;
}

.footer-logo img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.28));
}

.footer-brand p,
.footer-column p,
.footer-column address {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.58;
}

.footer-column span {
  display: block;
  margin-bottom: 16px;
  color: var(--rose-200);
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-link,
.footer-phone {
  display: inline-block;
  margin-top: 16px;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  text-decoration: none;
}

.footer-phone {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 19px;
}

.footer-social,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: var(--lotus-bright);
  border-color: var(--lotus-bright);
  transform: translateY(-2px);
}

.footer-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.footer-actions a:last-child {
  background: var(--lotus-bright);
  border-color: var(--lotus-bright);
}

.footer-actions a:hover,
.footer-actions a:focus-visible,
.footer-link:hover,
.footer-link:focus-visible,
.footer-phone:hover,
.footer-phone:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
}

.footer-bottom a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Premium section polish overrides */
.section-kicker {
  position: relative;
  align-items: center;
  margin-bottom: 16px;
}

.section-kicker::before {
  width: 34px;
  height: 1px;
  margin-right: 12px;
  content: "";
  background: currentColor;
}

.section-heading .section-kicker,
.intro-copy .section-kicker,
.faq-section .section-kicker {
  justify-content: center;
}

.service-menu-section {
  background:
    linear-gradient(135deg, rgba(33, 22, 28, 0.98), rgba(58, 8, 33, 0.97) 46%, rgba(127, 17, 70, 0.94)),
    var(--lotus-deep);
}

.service-menu-section::before {
  position: absolute;
  inset: 24px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.menu-grid {
  gap: 26px;
}

.menu-column {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.menu-column::before {
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 3px;
  content: "";
  background: var(--rose-200);
}

.menu-column:hover {
  border-color: rgba(248, 219, 233, 0.38);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  transform: translateY(-6px);
}

.menu-column h3 {
  margin-bottom: 24px;
}

.menu-column li {
  padding: 13px 0;
}

.about-section,
.contact-section {
  background: linear-gradient(180deg, var(--rose-100), var(--cream));
}

.about-card {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-color: rgba(127, 17, 70, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--white), rgba(255, 244, 249, 0.92));
  box-shadow: 0 28px 78px rgba(58, 8, 33, 0.12);
}

.about-card::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 5px;
  content: "";
  background: var(--lotus-bright);
  border-radius: 0 999px 999px 0;
}

.why-grid {
  gap: 26px;
}

.why-grid article {
  overflow: hidden;
  padding: 32px;
  border-color: rgba(127, 17, 70, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--white), rgba(255, 244, 249, 0.86));
  box-shadow: 0 20px 58px rgba(58, 8, 33, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.why-grid article::before {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, var(--lotus-bright), var(--lotus-deep));
  box-shadow: 0 12px 28px rgba(127, 17, 70, 0.24);
}

.why-grid article::after {
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  content: "";
  border: 1px solid rgba(127, 17, 70, 0.1);
  border-radius: 50%;
}

.why-grid article:hover {
  box-shadow: 0 28px 78px rgba(58, 8, 33, 0.15);
  transform: translateY(-6px);
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-color: rgba(127, 17, 70, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--white), rgba(255, 244, 249, 0.88));
  box-shadow: 0 24px 68px rgba(58, 8, 33, 0.11);
}

.studio-section,
.care-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: stretch;
}

.studio-copy,
.care-copy {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border: 1px solid rgba(127, 17, 70, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--white), rgba(255, 244, 249, 0.9));
  box-shadow: 0 26px 70px rgba(58, 8, 33, 0.11);
}

.studio-copy::before,
.care-copy::before {
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--lotus-bright), var(--rose-200));
}

.studio-copy h2,
.care-copy h2 {
  margin: 0 0 18px;
  color: var(--lotus-deep);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.1;
}

.studio-copy p,
.care-copy p {
  margin: 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  line-height: 1.58;
}

.studio-copy p + p,
.care-copy p + p {
  margin-top: 16px;
}

.studio-highlights,
.care-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 0;
}

.studio-highlights div,
.care-grid div {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(127, 17, 70, 0.12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(58, 8, 33, 0.09);
}

.studio-highlights div::after,
.care-grid div::after {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 82px;
  height: 82px;
  content: "";
  border: 1px solid rgba(127, 17, 70, 0.1);
  border-radius: 50%;
}

.studio-highlights strong,
.care-grid strong {
  display: block;
  color: var(--lotus-deep);
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  line-height: 1.25;
}

.studio-highlights span,
.care-grid span {
  display: block;
  margin: 0 0 8px;
  color: var(--lotus-bright);
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.studio-highlights small,
.care-grid small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  line-height: 1.42;
}

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

.care-grid div {
  background: var(--cream);
}

.why-grid article::before {
  display: none;
}

.why-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  padding: 13px;
  color: var(--white);
  background: linear-gradient(135deg, var(--lotus-bright), var(--lotus-deep));
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(127, 17, 70, 0.24);
  fill: currentColor;
}

.faq-section .narrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.faq-section .section-kicker,
.faq-section h2 {
  justify-self: center;
}

.faq-section details {
  overflow: hidden;
  border: 1px solid rgba(127, 17, 70, 0.12);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(58, 8, 33, 0.08);
}

.faq-section summary {
  padding: 20px 24px;
}

.faq-section p {
  margin: 0;
  padding: 0 24px 22px;
}

.mobile-floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0;
  color: var(--white);
}

.mobile-floating-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-height: 56px;
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(33, 22, 28, 0.28);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mobile-floating-cta a:hover,
.mobile-floating-cta a:focus-visible {
  box-shadow: 0 18px 40px rgba(33, 22, 28, 0.34);
  transform: translateY(-2px);
}

.mobile-call {
  background: var(--lotus-deep);
}

.mobile-call svg,
.mobile-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mobile-whatsapp {
  background: #25d366;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 920px) {
  .site-header {
    width: min(100% - 40px, 1320px);
    min-height: 68px;
    padding: 0 14px;
  }

  .site-header.is-scrolled {
    top: 12px;
  }

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

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 92px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    background: rgba(33, 22, 28, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(33, 22, 28, 0.24);
  }

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

  .site-nav a {
    padding: 16px 24px;
  }

  .site-nav .nav-appointment {
    width: calc(100% - 48px);
    min-width: 0;
    margin: 10px 24px 22px;
  }

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

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 104px 0 76px;
  }

  .hero-grid,
  .service-grid,
  .menu-grid,
  .why-grid,
  .contact-layout,
  .studio-section,
  .care-section {
    grid-template-columns: 1fr;
  }

  .service-card.featured {
    transform: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-column {
    padding-left: 0;
    border-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .section-inner,
  .narrow,
  .about-card {
    width: min(100% - 32px, 1180px);
  }

  .brand {
    font-size: 0;
  }

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

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    align-items: end;
    padding: 92px 0 84px;
    background:
      linear-gradient(180deg, rgba(24, 10, 16, 0.04) 0%, rgba(24, 10, 16, 0.16) 30%, rgba(24, 10, 16, 0.84) 100%),
      url("assets/hero-spa-portrait.jpg") center 48% / cover no-repeat,
      var(--lotus-900);
  }

  .hero::after {
    height: 70px;
  }

  .hero-grid {
    width: min(100% - 28px, 1180px);
  }

  .hero-content {
    max-width: 100%;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    backdrop-filter: none;
  }

  .hero h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(46px, 15vw, 72px);
    line-height: 0.98;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.42);
  }

  .eyebrow {
    margin-bottom: 12px;
    padding: 0;
    color: var(--white);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .hero-subtitle {
    max-width: 310px;
    margin-bottom: 118px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.35;
  }

  .desktop-only {
    display: none;
  }

  .hero-copy,
  .hero-panel {
    display: none;
  }

  .section-heading p,
  .intro-copy p {
    font-size: 15px;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    gap: 10px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding: 7px 8px 7px 20px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero-button span {
    width: 32px;
    height: 32px;
  }

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

  .studio-highlights,
  .care-grid {
    grid-template-columns: 1fr;
  }

  .faq-section .narrow {
    padding: 0;
  }

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

  .footer-main,
  .footer-bottom {
    width: min(100% - 32px, 1180px);
  }

  .footer-main {
    padding: 44px 0 34px;
  }

  .mobile-floating-cta {
    right: 18px;
    bottom: 18px;
  }
}
