
:root {
  --blush: #f5cdd1;
  --blush-soft: #fcecef;
  --blush-pale: #fff7f8;
  --rose: #d98d96;
  --rose-deep: #bd6f79;
  --ink: #1a1a1a;
  --muted: #73686a;
  --cream: #fffbfa;
  --gold: #caa767;
  --line: rgba(189, 111, 121, 0.2);
  --shadow: 0 22px 60px rgba(82, 47, 51, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  direction: rtl;
  font-family: "Heebo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a,
input {
  font: inherit;
}

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

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

button {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 251, 250, 0.92);
  backdrop-filter: blur(18px);
  display: grid;
  gap: 40px;
  grid-template-columns: 160px 1fr 160px;
  height: 92px;
  left: 0;
  padding: 10px clamp(24px, 5vw, 84px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  justify-self: start;
}

.brand img {
  height: 70px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 120px;
}

.main-nav{
  align-items: center;
  display: flex;
  gap: clamp(24px, 3vw, 48px);
  justify-content: center;
}

.main-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  padding: 12px 0;
  position: relative;
}

.main-nav ul li.current_page_item a:hover::after,
.main-nav ul li.current_page_item::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 0 32px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  box-shadow: 0 10px 25px rgba(26, 26, 26, 0.14);
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-outline {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(26, 26, 26, 0.55);
}

.button-blush {
  background: var(--blush);
  color: var(--ink);
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  padding: 8px;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px;
  transition: 0.25s ease;
  width: 26px;
}

.hero {
  background:
    radial-gradient(circle at 83% 18%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(135deg, var(--blush-pale) 0%, var(--blush-soft) 52%, var(--blush) 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  overflow: hidden;
  padding-top: 92px;
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 690px;
  padding: 65px clamp(32px, 7vw, 110px) 65px 30px;
  position: relative;
  z-index: 2;
}

.hero-mobile-logo {
  display: none;
}

.eyebrow {
  color: var(--rose-deep);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 17px;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.head-spa-copy h2,
.contact-cta h2 {
  font-family: "Heebo", Arial, sans-serif;
}

.hero h1 {
  font-family: "Heebo", Arial, sans-serif;
  font-size: clamp(3.5rem, 5vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0 0 26px;
}

.hero-lead {
  color: #332d2e;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.55;
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.trust-line {
  align-items: center;
  color: #5f5557;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  gap: 13px;
  margin-top: 28px;
}

.trust-line i {
  background: var(--rose);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.hero-visual {
  min-height: 668px;
  overflow: hidden;
  position: relative;
}

.hero-visual img {
  border-radius: 48% 48% 14% 14% / 32% 32% 8% 8%;
  bottom: 0;
  height: 92%;
  left: 5%;
  object-fit: cover;
  object-position: center 20%;
  position: absolute;
  width: 75%;
  z-index: 3;
}

.organic-shape {
  background: rgba(255, 240, 242, 0.92);
  border-radius: 47% 53% 22% 78% / 42% 36% 64% 58%;
  bottom: -9%;
  height: 90%;
  left: -2%;
  position: absolute;
  transform: rotate(-4deg);
  width: 86%;
  z-index: 1;
}

.gold-line {
  border: 1.5px solid var(--gold);
  border-radius: 50% 46% 32% 67% / 42% 52% 48% 58%;
  bottom: -4%;
  height: 87%;
  left: 4%;
  position: absolute;
  transform: rotate(7deg);
  width: 80%;
  z-index: 2;
}

.section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 100px clamp(24px, 5vw, 76px);
}

.section-heading {
  margin: 0 auto 48px;
  max-width: 760px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.section-heading h2 {
  font-family: "Heebo", Arial, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.15;
  margin: 0 0 13px;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}

.spark {
  color: var(--rose);
  display: block;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.services-section {
  padding-top: 88px;
}

.services-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(80, 48, 52, 0.07);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-image {
  aspect-ratio: 4 / 4.6;
  background: var(--blush-soft);
  overflow: hidden;
}

.service-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.service-card:hover .service-image img {
  transform: scale(1.04);
}

.service-brows .service-image img {
  object-position: center bottom;
}

.service-content {
  padding: 20px 18px 22px;
}

.service-content h3 {
  font-size: 1.05rem;
  margin: 0 0 7px;
}

.service-content p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0 0 15px;
}

.service-content span {
  color: var(--rose-deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.about-section {
  align-items: center;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 1fr 0.9fr;
  max-width: none;
  padding-left: clamp(30px, 9vw, 150px);
  padding-right: clamp(30px, 9vw, 150px);
  position: relative;
}

.about-section::before {
  background: linear-gradient(90deg, var(--blush-pale), transparent);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.about-photo {
  height: 550px;
  position: relative;
}

.about-photo img {
  border-radius: 48% 48% 18% 18% / 35% 35% 12% 12%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.about-backdrop {
  background: var(--blush);
  border-radius: 50%;
  height: 96%;
  position: absolute;
  right: -22px;
  top: -24px;
  width: 100%;
}

.about-copy {
  max-width: 550px;
}

.about-copy h2 {
  font-family: "Heebo", Arial, sans-serif;
  font-size: clamp(3.2rem, 5vw, 5.3rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 25px;
}

.about-copy > p:not(.eyebrow) {
  color: #4d4446;
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 0 0 14px;
}

.about-copy .button {
  margin-top: 18px;
}

.head-spa-feature {
  height: 530px;
  overflow: hidden;
  position: relative;
}

.head-spa-feature > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.head-spa-overlay {
  background: linear-gradient(90deg, rgba(24, 17, 14, 0.1), rgba(24, 17, 14, 0.82) 72%);
  inset: 0;
  position: absolute;
}

.head-spa-copy {
  color: white;
  max-width: 610px;
  position: absolute;
  right: clamp(32px, 8vw, 130px);
  top: 50%;
  transform: translateY(-50%);
}

.head-spa-copy .eyebrow.light {
  color: var(--blush);
}

.head-spa-copy h2 {
  font-family: "Heebo", Arial, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.head-spa-copy > p:not(.eyebrow) {
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 510px;
}

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

.result-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 38px rgba(73, 40, 45, 0.08);
  margin: 0;
  overflow: hidden;
}

.result-card img {
  aspect-ratio: 1.45;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.result-card figcaption {
  font-size: 0.95rem;
  font-weight: 700;
  padding: 18px 22px;
  text-align: center;
}

.why-section {
  background: var(--blush-pale);
  padding: 82px clamp(24px, 8vw, 130px);
}

.why-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: auto;
  max-width: 1200px;
}

.why-grid article {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 5px 25px;
}

.why-grid article:last-child {
  border-left: 0;
}

.line-icon {
  color: var(--rose);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
}

.why-grid h3 {
  font-size: 1.05rem;
  margin: 0 0 7px;
}

.why-grid p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

.testimonials-section {
  padding-bottom: 80px;
  padding-top: 85px;
}

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

.testimonials-grid blockquote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 38px rgba(73, 40, 45, 0.06);
  margin: 0;
  padding: 30px;
  position: relative;
}

.quote-mark {
  color: var(--rose);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 3.5rem;
  left: 20px;
  line-height: 1;
  opacity: 0.75;
  position: absolute;
  top: 17px;
}

.testimonials-grid blockquote p {
  color: #51484a;
  font-size: 0.96rem;
  line-height: 1.8;
  margin: 0 0 18px;
}

.testimonials-grid cite {
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 800;
}

.faq-section {
  background: var(--blush-pale);
  padding: 82px clamp(24px, 16vw, 260px);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: auto;
  max-width: 940px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 22px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  padding: 20px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--rose-deep);
  content: "+";
  font-size: 1.4rem;
  left: 0;
  position: absolute;
  top: 16px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--muted);
  line-height: 1.7;
  margin: -2px 0 20px;
  max-width: 760px;
}

.contact-cta {
  align-items: center;
  background:
    radial-gradient(circle at 14% 30%, rgba(255, 255, 255, 0.62), transparent 24%),
    linear-gradient(135deg, #fce9ec, #f4cdd2);
  border: 1px solid rgba(201, 149, 157, 0.55);
  border-radius: 18px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 clamp(24px, 5vw, 76px) 54px;
  padding: 38px clamp(28px, 5vw, 70px);
}

.contact-cta h2 {
  font-family: "Heebo", Arial, sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  margin: 0 0 8px;
}

.contact-cta p {
  color: #5d4f52;
  margin: 0;
}

.contact-cta .eyebrow {
  margin-bottom: 8px;
}

.whatsapp-button {
  flex: 0 0 auto;
  gap: 10px;
}

.cta-buttons {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.download-button {
  gap: 9px;
}

.site-footer {
  align-items: start;
  background: #1e2228;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 45px;
  grid-template-columns: 1.2fr repeat(3, 0.8fr) 1.1fr;
  padding: 58px clamp(28px, 6vw, 96px);
}

.footer-brand img {
  /*filter: brightness(0) invert(1);*/
  height: 90px;
  mix-blend-mode: screen;
  object-fit: contain;
  opacity: 0.9;
  width: 140px;
  display: inline-block;
}

.footer-brand p {
  color: white;
  margin: 8px 0 0;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column h3 {
  color: white;
  font-size: 0.95rem;
  margin: 0 0 6px;
}

.footer-column a,
.footer-column span {
  font-size: 0.8rem;
}

.instagram-link {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 12px;
}

.instagram-link span {
  color: var(--blush);
  font-size: 2.5rem;
}

.instagram-link b {
  color: white;
  font-size: 0.82rem;
}

.floating-whatsapp {
  align-items: center;
  background: #232b29;
  border: 3px solid white;
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: white;
  display: none;
  font-size: 1.5rem;
  height: 58px;
  justify-content: center;
  left: 20px;
  position: fixed;
  width: 58px;
  z-index: 45;
}

@media (max-width: 1100px) {
  .site-header {
    gap: 20px;
    grid-template-columns: 120px 1fr 130px;
    padding-inline: 26px;
  }

  .main-nav {
    gap: 22px;
  }

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

  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: span 1;
  }

  .hero-copy {
    padding-right: 45px;
  }

  .hero h1 {
    font-size: 4rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    background: rgba(255, 251, 250, 0.98);
    grid-template-columns: 1fr auto;
    height: 76px;
    padding: 8px 18px;
    position: fixed;
  }

  .brand {
    justify-self: start;
  }

  .brand img {
    height: 58px;
    width: 98px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    align-items: stretch;
    background: var(--cream);
    box-shadow: 0 25px 40px rgba(49, 28, 32, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 18px 26px 25px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 76px;
    transform: translateY(-12px);
    transition: 0.25s ease;
    visibility: hidden;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .main-nav a {
    border-bottom: 1px solid var(--line);
    padding: 16px 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 76px;
  }

  .hero-copy {
    order: 1;
    padding: 52px 24px 38px;
    text-align: center;
  }

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

  .hero-actions,
  .trust-line {
    justify-content: center;
  }

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

  .hero-visual img {
    height: 100%;
    left: 10%;
    width: 80%;
  }

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

  .service-card:last-child {
    grid-column: 1 / -1;
    margin-inline: auto;
    max-width: 340px;
    width: 100%;
  }

  .about-section {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .about-photo {
    height: 500px;
    margin: auto;
    max-width: 560px;
    width: 100%;
  }

  .about-copy {
    margin: auto;
    max-width: 620px;
    text-align: center;
  }

  .about-copy h2 {
    font-size: 4rem;
  }

  .results-grid,
  .testimonials-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-grid article,
  .why-grid article:last-child {
    border-bottom: 1px solid var(--line);
    border-left: 0;
    justify-content: flex-start;
    padding: 20px;
  }

  .head-spa-feature {
    height: 620px;
  }

  .head-spa-overlay {
    background: linear-gradient(0deg, rgba(24, 17, 14, 0.86), rgba(24, 17, 14, 0.04) 75%);
  }

  .head-spa-copy {
    bottom: 36px;
    left: 25px;
    right: 25px;
    top: auto;
    transform: none;
  }

  .contact-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .cta-buttons {
    justify-content: center;
  }

  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .desktop-only {
    display: none;
  }

  .section {
    padding: 72px 18px;
  }

  .hero-copy {
    padding-top: 42px;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

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

  .button {
    width: 100%;
  }

  .trust-line {
    font-size: 0.75rem;
    gap: 8px;
  }

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

  .hero-visual img {
    left: 3%;
    width: 94%;
  }

  .services-grid {
    display: flex;
    gap: 14px;
    margin-left: -18px;
    margin-right: -18px;
    overflow-x: auto;
    padding: 5px 18px 25px;
    scroll-snap-type: x mandatory;
  }

  .service-card,
  .service-card:last-child {
    flex: 0 0 76vw;
    margin: 0;
    max-width: none;
    scroll-snap-align: center;
  }

  .service-image {
    aspect-ratio: 4 / 4;
  }

  .about-section {
    padding-inline: 18px;
  }

  .about-photo {
    height: 420px;
  }

  .about-copy h2 {
    font-size: 3.2rem;
  }

  .head-spa-feature {
    height: 590px;
  }

  .head-spa-feature > img {
    object-position: 58% center;
  }

  .head-spa-copy h2 {
    font-size: 2.5rem;
  }

  .why-section {
    padding: 68px 18px;
  }

  .contact-cta {
    margin: 0 14px 36px;
    padding: 30px 20px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .site-footer {
    gap: 35px 20px;
    grid-template-columns: 1fr 1fr;
    padding: 48px 24px 90px;
  }

  .footer-brand,
  .instagram-link {
    grid-column: 1 / -1;
  }

  .floating-whatsapp {
    display: flex;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Pixel-accurate homepage proportions based on the approved design */
.home-page{background:#fffafa}.home-page .site-header{height:74px;padding:7px clamp(28px,4vw,58px);grid-template-columns:132px 1fr 132px}.home-page .brand img{height:61px;width:104px}.home-page .main-nav{gap:clamp(20px,2.7vw,42px)}.home-page .main-nav a{font-size:.78rem}.home-page .header-cta{min-height:42px;padding-inline:23px}
.home-page .hero{grid-template-columns:1fr 1fr;min-height:578px;padding-top:74px}.home-page .hero-copy{max-width:640px;padding:46px clamp(32px,6.5vw,90px) 42px 22px}.home-page .hero h1{font-size:clamp(3rem,4.7vw,4.75rem);line-height:1.04;margin-bottom:18px}.home-page .hero-lead{font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.5;margin-bottom:22px}.home-page .hero-actions{gap:14px}.home-page .button{min-height:43px;padding-inline:27px}.home-page .trust-line{font-size:.76rem;margin-top:20px}.home-page .hero-visual{min-height:504px}.home-page .hero-visual img{border-radius:48% 48% 10% 10%/26% 26% 7% 7%;bottom:0;height:94%;left:8%;max-width:none;object-fit:cover;object-position:center;width:auto}.home-page .organic-shape{bottom:-12%;height:99%;left:-4%;width:96%}.home-page .gold-line{bottom:-9%;height:96%;left:1%;width:91%}
.home-page .section{max-width:none;padding:52px clamp(28px,4.5vw,64px)}.home-page .section-heading{margin-bottom:26px;max-width:700px}.home-page .section-heading h2{font-size:clamp(1.65rem,2.8vw,2.55rem);margin-bottom:7px}.home-page .section-heading>p:last-child{font-size:.88rem}.home-page .eyebrow{font-size:.82rem;margin-bottom:9px}.home-page .spark{font-size:1rem;margin-bottom:3px}
.home-page .services-section{padding-bottom:48px;padding-top:40px}.home-page .services-grid{gap:16px;grid-template-columns:repeat(5,minmax(0,1fr));margin:auto;max-width:1220px}.home-page .service-card{border-radius:12px}.home-page .service-image{aspect-ratio:1.18/1}.home-page .service-content{padding:11px 12px 13px;text-align:center}.home-page .service-content h3{font-size:.9rem;margin:0}.home-page .service-content p,.home-page .service-content span{display:none}
.home-page .about-section{gap:70px;grid-template-columns:.95fr 1.05fr;padding:46px clamp(48px,8vw,120px)}.home-page .about-photo{height:350px;order:1}.home-page .about-copy{max-width:500px;order:2}.home-page .about-photo img{border-radius:48% 48% 13% 13%/31% 31% 8% 8%}.home-page .about-backdrop{height:94%;right:-14px;top:-14px}.home-page .about-copy h2{font-size:clamp(2.5rem,4vw,4rem);margin-bottom:16px}.home-page .about-copy>p:not(.eyebrow){font-size:.93rem;line-height:1.68;margin-bottom:8px}.home-page .about-copy .button{margin-top:10px}
.home-page .head-spa-feature{height:350px}.home-page .head-spa-copy{max-width:470px;right:clamp(38px,7vw,100px)}.home-page .head-spa-copy h2{font-size:clamp(2.15rem,3.4vw,3.45rem);margin-bottom:13px}.home-page .head-spa-copy>p:not(.eyebrow){font-size:.92rem;line-height:1.65;margin-bottom:18px}
.home-page .results-section{padding-bottom:44px;padding-top:43px}.home-page .results-grid{gap:20px;margin:auto;max-width:1180px}.home-page .result-card{border-radius:11px}.home-page .result-card img{aspect-ratio:2.05/1}.home-page .result-card figcaption{font-size:.82rem;padding:9px 14px}
.home-page .why-section{padding:32px clamp(30px,7vw,100px)}.home-page .why-section .section-heading{margin-bottom:20px}.home-page .why-grid{gap:12px;max-width:1050px}.home-page .why-grid article{gap:12px;padding:2px 18px}.home-page .line-icon{font-size:2.35rem}.home-page .why-grid h3{font-size:.9rem;margin-bottom:3px}.home-page .why-grid p{font-size:.72rem}
.home-page .testimonials-section{padding-bottom:36px;padding-top:35px}.home-page .testimonials-grid{gap:18px;margin:auto;max-width:1120px}.home-page .testimonials-grid blockquote{border-radius:11px;padding:18px 22px}.home-page .testimonials-grid blockquote p{font-size:.78rem;line-height:1.6;margin-bottom:8px}.home-page .testimonials-grid cite{font-size:.72rem}.home-page .quote-mark{font-size:2.5rem;left:12px;top:10px}
.home-page .contact-cta{border-radius:10px;margin:0 clamp(30px,4.5vw,64px) 14px;padding:18px clamp(24px,4vw,54px)}.home-page .contact-cta h2{font-size:clamp(1.55rem,2.6vw,2.3rem);margin-bottom:2px}.home-page .contact-cta p{font-size:.8rem}.home-page .contact-cta .eyebrow{display:none}.home-page .site-footer{gap:30px;padding:24px clamp(30px,5vw,72px)}.home-page .footer-brand img{height:66px;width:105px}.home-page .footer-brand p{font-size:.72rem;margin-top:2px}.home-page .footer-column{gap:4px}.home-page .footer-column h3{font-size:.78rem;margin-bottom:2px}.home-page .footer-column a,.home-page .footer-column span{font-size:.66rem}.home-page .instagram-link span{font-size:1.9rem}.home-page .instagram-link b{font-size:.68rem}
@media(max-width:900px) and (min-width:741px){.home-page .site-header{gap:12px;grid-template-columns:105px 1fr 105px;padding-inline:18px}.home-page .main-nav{gap:17px}.home-page .main-nav a{font-size:.7rem}.home-page .header-cta{font-size:.72rem;padding-inline:16px}.home-page .hero{grid-template-columns:1fr 1fr;min-height:500px;padding-top:74px}.home-page .hero-copy{padding:34px 38px 30px 15px}.home-page .hero h1{font-size:3.2rem}.home-page .hero-visual{min-height:426px}.home-page .services-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.home-page .service-content h3{font-size:.72rem}.home-page .about-section{grid-template-columns:1fr 1fr;gap:45px;padding-inline:50px}.home-page .about-photo{height:300px}.home-page .about-copy h2{font-size:2.8rem}}
@media(max-width:740px){.home-page .site-header{height:76px;grid-template-columns:1fr auto;padding:8px 18px;position:fixed}.home-page .hero{grid-template-columns:1fr;min-height:auto;padding-top:76px}.home-page .hero-copy{text-align:center}.home-page .hero-actions,.home-page .trust-line{justify-content:center}.home-page .hero-visual{min-height:430px}.home-page .services-grid{display:flex;gap:14px;overflow-x:auto;padding:4px 18px 20px}.home-page .service-card{flex:0 0 72vw}.home-page .service-image{aspect-ratio:1.25/1}.home-page .about-section{grid-template-columns:1fr;padding:55px 22px}.home-page .about-photo,.home-page .about-copy{order:initial}.home-page .about-photo{height:410px}.home-page .about-copy{text-align:center}.home-page .head-spa-feature{height:560px}.home-page .results-grid,.home-page .why-grid,.home-page .testimonials-grid{grid-template-columns:1fr}.home-page .result-card img{aspect-ratio:1.55/1}.home-page .contact-cta{align-items:stretch;flex-direction:column;text-align:center}}


/* for about page */

.service-header{position:relative}.about-page{background:#fffdfb}.about-hero{background:radial-gradient(circle at 15% 18%,rgba(255,255,255,.95),transparent 27%),linear-gradient(125deg,#fffdfb 0%,#faeeec 55%,#f2ced1 100%);display:grid;grid-template-columns:.95fr 1.05fr;min-height:700px;overflow:hidden}
.about-hero-copy{align-self:center;padding:80px 35px 80px clamp(45px,8vw,125px)}.about-hero-copy h1,.about-story-title h2,.about-philosophy-copy h2,.about-clinic-copy h2{font-size:clamp(3.2rem,5.3vw,5.5rem);font-weight:800;letter-spacing:-.055em;line-height:1.02;margin:0 0 26px}.about-hero-copy>p:not(.eyebrow){color:#504648;font-size:1.2rem;line-height:1.85;margin:0 0 30px;max-width:610px}.about-signature{color:#9b8688;font-size:.75rem;font-weight:600;letter-spacing:.18em;margin-top:34px}
.about-hero-photo{min-height:700px;overflow:hidden;position:relative}.about-hero-photo img{bottom:0;height:94%;left:10%;object-fit:cover;object-position:center top;position:absolute;width:78%;z-index:3}.about-hero-shape{background:rgba(255,255,255,.5);border-radius:53% 47% 34% 66%/34% 38% 62% 66%;bottom:-7%;height:94%;left:4%;position:absolute;transform:rotate(-3deg);width:87%}.about-hero-line{border:1px solid rgba(202,167,103,.7);border-radius:50%;height:78%;left:1%;position:absolute;top:10%;transform:rotate(-9deg);width:80%;z-index:2}
.about-story{background:#fff;display:grid;gap:clamp(50px,9vw,145px);grid-template-columns:.8fr 1.2fr}.about-story-title h2{font-size:clamp(3rem,4.8vw,4.8rem)}.about-story-copy{max-width:720px}.about-story-copy p{color:var(--muted);font-size:1.03rem;line-height:1.9}.about-story-copy .about-lead{color:var(--ink);font-size:1.32rem;font-weight:600;line-height:1.7}.about-story-copy blockquote{border-right:3px solid var(--rose);color:var(--rose-deep);font-size:1.55rem;font-weight:700;margin:34px 0 0;padding:8px 24px 8px 0}
.about-values{background:var(--blush-pale);display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(25px,7vw,110px)}.about-values article{border-left:1px solid var(--line);padding:60px clamp(25px,4vw,62px)}.about-values article:last-child{border-left:0}.about-values span{color:var(--rose);font-size:.85rem;font-weight:700}.about-values h3{font-size:1.4rem;margin:13px 0 10px}.about-values p{color:var(--muted);line-height:1.75;margin:0}
.about-philosophy{background:#fff;display:grid;grid-template-columns:1fr 1fr}.about-philosophy-photo{min-height:710px;overflow:hidden}.about-philosophy-photo img{height:100%;object-fit:cover;width:100%}.about-philosophy-copy{align-self:center;padding:75px clamp(42px,8vw,125px)}.about-philosophy-copy h2{font-size:clamp(2.8rem,4.4vw,4.5rem)}.about-philosophy-copy>p:not(.eyebrow){color:var(--muted);line-height:1.85}.about-philosophy-copy ul{list-style:none;margin:32px 0 0;padding:0}.about-philosophy-copy li{align-items:start;border-bottom:1px solid var(--line);display:grid;gap:16px;grid-template-columns:34px 1fr;padding:16px 0}.about-philosophy-copy li>span{color:var(--rose-deep);font-size:1.6rem}.about-philosophy-copy li div{display:grid;gap:3px}.about-philosophy-copy li small{color:var(--muted);font-size:.9rem}
.about-services{background:#fffaf8}
.about-services-grid{display:grid;gap:18px;grid-template-columns:repeat(5,1fr);margin:46px auto 0;max-width:1440px}.about-services-grid>a{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s}.about-services-grid>a:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.about-services-grid img{aspect-ratio:1/.82;object-fit:cover;width:100%}.about-services-grid a>div{padding:24px}.about-services-grid h3{font-size:1.25rem;margin:0 0 7px}.about-services-grid p{color:var(--muted);font-size:.9rem;line-height:1.65;margin:0 0 18px}.about-services-grid span{color:var(--rose-deep);font-size:.88rem;font-weight:700}
.about-clinic{background:linear-gradient(115deg,#f7e3e4,#fff9f6);display:grid;gap:65px;grid-template-columns:.85fr 1.15fr;padding:90px clamp(25px,7vw,110px)}.about-clinic-copy{align-self:center}.about-clinic-copy h2{font-size:clamp(2.7rem,4.2vw,4.2rem)}.about-clinic-copy>p:not(.eyebrow){color:var(--muted);line-height:1.85;margin-bottom:28px}.about-clinic-gallery{display:grid;gap:16px;grid-template-columns:1.15fr .85fr}.about-clinic-gallery img{border-radius:160px 160px 18px 18px;height:500px;object-fit:cover;width:100%}.about-clinic-gallery img:last-child{height:410px;margin-top:90px}.about-contact{background:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),linear-gradient(110deg,#f6d9dc,#fff7f5)}
@media(max-width:900px){.about-hero,.about-story,.about-philosophy,.about-clinic{grid-template-columns:1fr}.about-hero-photo{min-height:520px;order:1}.about-hero-copy{order:2;padding:50px 24px 65px;text-align:center}.about-hero-copy .hero-actions{justify-content:center}.about-story{gap:30px}.about-values{grid-template-columns:1fr}.about-values article{border-bottom:1px solid var(--line);border-left:0}.about-philosophy-photo{min-height:500px}.about-services-grid{grid-template-columns:repeat(2,1fr)}.about-clinic{gap:40px}}
@media(max-width:560px){.about-hero-photo{min-height:410px}.about-hero-photo img{left:5%;width:90%}.about-hero-copy h1{font-size:3rem}.about-story-copy blockquote{font-size:1.25rem}.about-philosophy-photo{min-height:360px}.about-philosophy-copy{padding:55px 24px}.about-services-grid{grid-template-columns:1fr}.about-clinic{padding:65px 20px}.about-clinic-gallery{gap:10px}.about-clinic-gallery img{border-radius:75px 75px 12px 12px;height:320px}.about-clinic-gallery img:last-child{height:260px;margin-top:60px}}

/* for brows page */

.brows-hero{background:radial-gradient(circle at 78% 30%,rgba(255,255,255,.92),transparent 30%),linear-gradient(125deg,#fff9f8 0%,#fcebed 57%,#f2c7cb 100%);display:grid;grid-template-columns:1fr 1fr;min-height:680px;overflow:hidden}
.brows-hero-visual{min-height:680px;order:2;position:relative}
.brows-hero-visual img{bottom:0;height:94%;left:9%;object-fit:cover;object-position:center top;position:absolute;width:76%;z-index:2}
.brows-organic{background:rgba(255,255,255,.5);border:1px solid rgba(202,167,103,.65);border-radius:51% 49% 36% 64%/33% 38% 62% 67%;bottom:-8%;height:96%;left:4%;position:absolute;transform:rotate(-4deg);width:84%}
.brows-hero-copy{align-self:center;max-width:720px;order:1;padding:70px 34px 70px clamp(45px,8vw,130px)}
.brows-hero-copy h1,.brow-intro h2,.brow-process-copy h2{font-size:clamp(3rem,5vw,5rem);font-weight:800;letter-spacing:-.05em;line-height:1.04;margin:0 0 24px}
.brows-hero-copy>p:not(.eyebrow){color:#4f4446;font-size:1.22rem;line-height:1.75;margin:0 0 30px;max-width:600px}
.brow-intro{background:#fff;padding:88px 24px;text-align:center}.brow-intro h2{font-size:clamp(2rem,3.8vw,3.4rem)}
.brow-intro>p:last-child{color:var(--muted);font-size:1.08rem;line-height:1.9;margin:0 auto;max-width:760px}
.brow-treatments{background:var(--blush-pale)}
.brow-service-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin:45px auto 0;max-width:1220px}
.brow-service-item{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 35px rgba(82,47,51,.05);min-height:265px;padding:34px;transition:.25s}
.brow-service-item:hover{box-shadow:var(--shadow);transform:translateY(-5px)}
.brow-service-item>span{color:var(--rose-deep);display:block;font-size:2.1rem;margin-bottom:18px}
.brow-service-item h3{font-size:1.35rem;margin:0 0 10px}.brow-service-item p{color:var(--muted);line-height:1.75;margin:0 0 22px}.brow-service-item a{color:var(--rose-deep);font-size:.92rem;font-weight:700}
.brow-process{background:#fff;display:grid;grid-template-columns:1fr 1fr}.brow-process-photo{min-height:700px;overflow:hidden}.brow-process-photo img{height:100%;object-fit:cover;width:100%}
.brow-process-copy{align-self:center;padding:75px clamp(45px,8vw,120px)}.brow-process-copy h2{font-size:clamp(2.5rem,4vw,4rem)}
.brow-process-copy ol{list-style:none;margin:38px 0 0;padding:0}.brow-process-copy li{border-bottom:1px solid var(--line);display:grid;gap:4px;padding:18px 0 18px 62px;position:relative}
.brow-process-copy li::before{color:var(--rose);content:"0" counter(list-item);font-size:1.2rem;font-weight:700;left:10px;position:absolute}.brow-process-copy li b{font-size:1.05rem}.brow-process-copy li span{color:var(--muted);line-height:1.6}
.brow-results{background:var(--cream)}.brow-results-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:42px auto 0;max-width:1240px}
.brow-results-grid figure{background:#fff;border:1px solid var(--line);border-radius:18px;margin:0;overflow:hidden}.brow-results-grid img{aspect-ratio:1.45;object-fit:cover;width:100%}.brow-results-grid figcaption{font-weight:700;padding:16px 20px;text-align:center}
.brow-values{background:#202020;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(24px,7vw,110px)}
.brow-values article{border-left:1px solid rgba(255,255,255,.14);padding:55px clamp(25px,4vw,65px)}.brow-values article:last-child{border-left:0}.brow-values span{color:var(--rose);font-size:.85rem;font-weight:700}.brow-values h3{font-size:1.4rem;margin:12px 0 8px}.brow-values p{color:rgba(255,255,255,.68);line-height:1.7;margin:0}
.brow-faq{background:var(--blush-pale)}.brows-contact{background:linear-gradient(rgba(255,255,255,.58),rgba(255,255,255,.58)),linear-gradient(110deg,#f8dfe1,#fff8f7)}
@media(max-width:900px){.brows-hero{grid-template-columns:1fr}.brows-hero-visual{min-height:520px;order:1}.brows-hero-copy{order:2;padding:45px 24px 60px;text-align:center}.brows-hero-copy>p:not(.eyebrow){margin-inline:auto}.brows-hero-copy .hero-actions,.brows-hero-copy .trust-line{justify-content:center}.brow-service-grid{grid-template-columns:repeat(2,1fr)}.brow-process{grid-template-columns:1fr}.brow-process-photo{min-height:500px}.brow-results-grid{grid-template-columns:1fr}}
@media(max-width:620px){.brows-hero-visual{min-height:410px}.brows-hero-visual img{left:6%;width:88%}.brows-hero-copy h1{font-size:2.75rem}.brow-intro{padding:65px 20px}.brow-service-grid{grid-template-columns:1fr}.brow-process-photo{min-height:360px}.brow-process-copy{padding:55px 24px}.brow-values{grid-template-columns:1fr}.brow-values article{border-bottom:1px solid rgba(255,255,255,.14);border-left:0}}

/* for contact page */

.contact-page{background:#fffdfb}.contact-hero{align-items:center;background:radial-gradient(circle at 15% 35%,rgba(255,255,255,.9),transparent 24%),linear-gradient(120deg,#fffdfb,#f9e9e8 64%,#f2cfd2);display:grid;grid-template-columns:1.25fr .75fr;min-height:390px;padding:65px clamp(28px,8vw,125px)}
.contact-hero-copy h1{font-size:clamp(4rem,7vw,7rem);font-weight:800;letter-spacing:-.06em;line-height:.95;margin:0 0 24px}.contact-hero-copy>p:not(.eyebrow){color:#53494b;font-size:1.15rem;line-height:1.8;margin:0;max-width:660px}.contact-hero-mark{align-items:center;display:flex;flex-direction:column;justify-self:center}.contact-hero-mark span{color:rgba(189,111,121,.72);font-size:5.5rem}.contact-hero-mark i{background:var(--gold);height:1px;margin:10px 0 18px;width:110px}.contact-hero-mark b{color:#8f7f81;font-size:.72rem;letter-spacing:.18em}
.contact-main{display:grid;grid-template-columns:1.2fr .8fr;margin:90px auto;max-width:1260px;padding:0 24px}.contact-form-panel{background:#fff;border:1px solid var(--line);border-radius:24px 0 0 24px;box-shadow:var(--shadow);padding:clamp(36px,5vw,70px)}.contact-form-panel h2,.contact-details-panel h2,.contact-hours h2,.contact-location h2{font-size:clamp(2.1rem,3.6vw,3.6rem);line-height:1.1;margin:0 0 14px}.contact-form-panel>p:not(.eyebrow){color:var(--muted);line-height:1.75;margin:0 0 34px}.contact-form{display:grid;gap:19px}.form-row{display:grid;gap:16px;grid-template-columns:1fr 1fr}.contact-form label{display:grid;gap:8px}.contact-form label>span{color:#4d4546;font-size:.88rem;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{background:#fffafa;border:1px solid rgba(189,111,121,.25);border-radius:10px;color:var(--ink);outline:0;padding:14px 16px;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px rgba(217,141,150,.13)}.contact-form textarea{min-height:125px;resize:vertical}.privacy-check{align-items:center;display:flex!important}.privacy-check input{accent-color:var(--rose-deep);height:17px;width:17px}.privacy-check span{font-weight:400!important}.form-submit{justify-self:start;min-width:180px}
.form-success{background:var(--blush-pale);border:1px solid var(--line);border-radius:18px;padding:38px;text-align:center}.form-success>span{align-items:center;background:var(--rose);border-radius:50%;color:#fff;display:inline-flex;font-size:1.4rem;height:48px;justify-content:center;width:48px}.form-success h3{font-size:1.35rem;margin:17px 0 7px}.form-success p{color:var(--muted);margin:0 0 22px}
.contact-details-panel{background:#222326;border-radius:0 24px 24px 0;color:#fff;padding:clamp(36px,5vw,62px)}.contact-details-panel .eyebrow{color:var(--blush)}.contact-methods{display:grid;margin-top:32px}.contact-methods>a,.contact-methods>div{align-items:start;border-bottom:1px solid rgba(255,255,255,.12);display:grid;gap:16px;grid-template-columns:38px 1fr;padding:20px 0}.contact-methods>:last-child{border-bottom:0}.contact-methods>*>span{color:var(--blush);font-size:1.55rem}.contact-methods div div{display:grid;gap:3px}.contact-methods b{font-size:1.05rem}.contact-methods small{color:rgba(255,255,255,.55)}.contact-methods strong{color:#fff;font-size:.86rem;font-weight:500;margin-top:4px}
.contact-visit{background:var(--blush-pale);display:grid;grid-template-columns:.75fr 1.25fr}.contact-hours{padding:80px clamp(35px,7vw,100px)}.contact-hours>div{border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:16px 0}.contact-hours small{color:var(--muted);display:block;margin-top:22px}.contact-location{align-items:center;background:linear-gradient(115deg,#f2dedc,#fff8f5);display:grid;gap:45px;grid-template-columns:.9fr 1.1fr;padding:55px clamp(30px,6vw,85px)}.contact-location>div:last-child>p:not(.eyebrow){color:var(--muted);line-height:1.8}.map-pattern{align-items:center;aspect-ratio:1;background:linear-gradient(32deg,transparent 48%,rgba(189,111,121,.18) 49%,rgba(189,111,121,.18) 51%,transparent 52%),linear-gradient(-25deg,transparent 47%,rgba(202,167,103,.24) 48%,rgba(202,167,103,.24) 50%,transparent 51%),#fff;border:1px solid var(--line);border-radius:50%;display:flex;flex-direction:column;justify-content:center;min-width:220px}.map-pattern span{color:var(--rose-deep);font-size:3.5rem}.map-pattern b{font-size:1.05rem;margin-top:6px}.contact-mini-faq{background:#fff;padding:88px 24px}.contact-mini-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:42px auto 0;max-width:1160px}.contact-mini-grid article{border:1px solid var(--line);border-radius:18px;padding:32px}.contact-mini-grid span{color:var(--rose);font-size:.82rem;font-weight:700}.contact-mini-grid h3{font-size:1.18rem;margin:13px 0 8px}.contact-mini-grid p{color:var(--muted);line-height:1.7;margin:0}.contact-final{background:linear-gradient(rgba(255,255,255,.48),rgba(255,255,255,.48)),linear-gradient(110deg,#f5d4d7,#fff8f5)}
@media(max-width:980px){.contact-main,.contact-visit,.contact-location{grid-template-columns:1fr}.contact-form-panel{border-radius:24px 24px 0 0}.contact-details-panel{border-radius:0 0 24px 24px}.map-pattern{max-width:330px;width:100%}}
@media(max-width:700px){.contact-hero{grid-template-columns:1fr;min-height:auto;padding:55px 24px;text-align:center}.contact-hero-mark{display:none}.contact-main{margin:55px auto}.form-row,.contact-mini-grid{grid-template-columns:1fr}.form-submit{justify-self:stretch}.contact-location{padding:55px 24px}}
.contact-methods>a>div,.contact-methods>div>div{display:grid;gap:3px}

/* for head spa page */

.spa-reference{background:#fffaf8;color:#252526}.spa-header{background:#fffdfb}.spa-ref-hero{background:linear-gradient(115deg,#fffdfc,#fbefed);display:grid;grid-template-columns:1fr 1.08fr;min-height:650px}.spa-ref-copy{align-self:center;padding:65px clamp(35px,7vw,110px)}.spa-ref-copy h1{font-size:clamp(3.2rem,5.2vw,5.4rem);font-weight:850;letter-spacing:-.055em;line-height:1.02;margin:0 0 27px}.spa-ref-copy>p:not(.eyebrow){color:#514b4b;font-size:1.2rem;line-height:1.85;max-width:620px}.spa-ref-copy .hero-actions{align-items:center;margin-top:32px}.spa-text-link{color:#4c4747;font-weight:600;text-decoration:none}.spa-meta{color:#6e6666;display:flex;font-size:.9rem;gap:32px;margin-top:35px}.spa-ref-main-photo{min-height:650px;overflow:hidden}.spa-ref-main-photo img{height:100%;object-fit:cover;width:100%}
.spa-ref-intro{align-items:stretch;background:#fff7f4;display:grid;grid-template-columns:1fr 1fr}.spa-ref-intro>div{align-self:center;padding:65px clamp(35px,8vw,120px)}.spa-ref-intro h2,.spa-ref-details h2{font-size:clamp(2.3rem,3.8vw,4rem);line-height:1.08;margin:0 0 22px}.spa-ref-intro p{color:var(--muted);font-size:1.05rem;line-height:1.8}.spa-ref-intro img{height:100%;max-height:470px;object-fit:cover;width:100%}
.spa-ref-benefits{background:#fff}.spa-benefit-grid{display:grid;gap:18px;grid-template-columns:repeat(4,1fr);margin:35px auto 0;max-width:1200px}.spa-benefit-grid article{border:1px solid var(--line);border-radius:14px;padding:34px 20px;text-align:center}.spa-benefit-grid span{color:var(--rose);font-size:2.6rem}.spa-benefit-grid h3{font-size:1.05rem;margin:13px 0 0}
.spa-ref-ritual{background:#fff9f7}.spa-ref-steps{display:grid;gap:15px;grid-template-columns:repeat(6,1fr);margin:38px auto 0;max-width:1340px}.spa-ref-steps article{background:#fff;border:1px solid var(--line);border-radius:13px;display:flex;flex-direction:column;min-height:345px;overflow:hidden;padding:22px 18px 0;position:relative}.spa-ref-steps b{align-items:center;background:var(--rose);border-radius:50%;color:#fff;display:flex;font-size:.9rem;height:38px;justify-content:center;position:absolute;right:14px;top:-12px;width:38px}.spa-ref-steps h3{font-size:1rem;margin:17px 0 7px}.spa-ref-steps p{color:var(--muted);font-size:.88rem;line-height:1.6;margin:0 0 18px}.spa-ref-steps img{height:135px;margin:auto -18px 0;object-fit:cover;width:calc(100% + 36px)}
.spa-ref-quote{background:#211c19;color:#fff;display:grid;grid-template-columns:1.3fr .7fr;height:330px;overflow:hidden}.spa-ref-quote img{height:100%;object-fit:cover;opacity:.72;width:100%}.spa-ref-quote blockquote{align-self:center;font-size:clamp(1.7rem,3vw,3rem);font-weight:700;line-height:1.35;margin:0;padding:35px 55px}
.spa-ref-details{display:grid;gap:45px;grid-template-columns:1fr 1fr}.spa-suitable{background:linear-gradient(130deg,#fff,#fae8e7);border:1px solid var(--line);border-radius:18px;padding:42px}.spa-suitable ul{list-style:none;padding:0}.spa-suitable li{border-bottom:1px solid var(--line);padding:12px 0}.spa-suitable li:before{color:var(--rose);content:"✓";margin-left:12px}.spa-suitable aside{background:#ffffffc7;border:1px solid var(--line);border-radius:16px;padding:20px;text-align:center}.spa-ref-faq details{border-bottom:1px solid var(--line);padding:15px 0}.spa-ref-faq summary{cursor:pointer;font-weight:600}.spa-ref-faq p{color:var(--muted);line-height:1.7}
.spa-related{background:#fff}.spa-related>div:last-child{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:35px auto 0;max-width:1160px}.spa-related a{border:1px solid var(--line);border-radius:14px;color:var(--ink);overflow:hidden;text-align:center;text-decoration:none}.spa-related img{height:190px;object-fit:cover;width:100%}.spa-related span{display:block;font-weight:600;padding:13px}.spa-ref-contact{background:linear-gradient(100deg,#f4d3d6,#fff7f4);border:1px solid var(--rose);margin:0 auto 35px;max-width:1250px}
@media(max-width:980px){.spa-ref-hero,.spa-ref-intro,.spa-ref-details{grid-template-columns:1fr}.spa-ref-main-photo{min-height:500px;order:-1}.spa-ref-copy{text-align:center}.spa-ref-copy>p:not(.eyebrow){margin-inline:auto}.spa-ref-copy .hero-actions,.spa-meta{justify-content:center}.spa-ref-steps{grid-template-columns:repeat(3,1fr)}.spa-benefit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.spa-ref-main-photo{min-height:390px}.spa-ref-copy{padding:48px 22px}.spa-ref-copy h1{font-size:2.8rem}.spa-meta{align-items:center;flex-direction:column;gap:8px}.spa-ref-intro>div{padding:50px 24px}.spa-benefit-grid,.spa-ref-steps,.spa-related>div:last-child{grid-template-columns:1fr}.spa-ref-steps article{min-height:310px}.spa-ref-quote{grid-template-columns:1fr;height:auto}.spa-ref-quote img{height:230px}.spa-ref-quote blockquote{padding:35px 24px}.spa-suitable{padding:30px 24px}.spa-ref-contact{margin:0 15px 25px}}