/*
Theme Name: Le Cocon Ti Fleur
Author: Le Cocon Ti Fleur
Description: Theme vitrine sur mesure pour Le Cocon Ti Fleur, inspire de la maquette fournie.
Version: 1.2.17
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: le-cocon-ti-fleur
*/

:root {
  --ink: #171713;
  --paper: #ece5df;
  --paper-soft: #f7f4ee;
  --sage: #56624e;
  --sage-dark: #3b4537;
  --line: rgba(22, 22, 18, 0.16);
  --white: #fffaf4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

svg,
img {
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  height: 155px;
  padding: 0 20px 0 47px;
  background: #ece5df;
  box-shadow: 0 1px 0 rgba(22, 22, 18, 0.06);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.site-header.is-scroll-hidden:not(.is-open):not(:focus-within):not(:hover) {
  transform: translateY(calc(-100% - 2px));
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.brand {
  display: block;
  width: 178px;
}

.brand img {
  width: 178px;
  height: 140px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: #0e0e0d;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.site-nav a,
.header-cta,
.button {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.site-nav a[aria-current="page"] {
  color: var(--sage-dark);
  box-shadow: inset 0 -2px 0 currentColor;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.header-cta {
  width: 177px;
  min-width: 177px;
  min-height: 39px;
  margin-left: 31px;
  padding: 0;
  background: var(--sage);
  color: var(--white);
  font-size: 13px;
}

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

.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(22, 22, 18, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: opacity 180ms ease, transform 180ms ease;
  transform-origin: center;
}

.site-header.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  height: 625px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #0e0d0b 0%, #11100d 42%, #211c16 100%);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 11, 9, 0.99) 0%, rgba(12, 11, 9, 0.98) 39%, rgba(12, 11, 9, 0.72) 44%, rgba(12, 11, 9, 0.18) 51%, rgba(12, 11, 9, 0) 59%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 390px;
  margin-left: 80px;
  padding-top: 67px;
}

.hero-kicker {
  margin: 0 0 10px;
  color: rgba(255, 250, 244, 0.94);
  font-size: 22px;
  line-height: 1.2;
}

h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 89px;
  font-weight: 400;
  line-height: 0.92;
}

.ornament {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: 269px;
  margin: 7px 0 14px;
  color: rgba(255, 250, 244, 0.78);
}

.ornament span {
  height: 1px;
  background: currentColor;
}

.ornament svg {
  width: 48px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.lead {
  width: 312px;
  margin: 0 0 15px;
  color: rgba(255, 250, 244, 0.82);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
}

.hero-text {
  width: 365px;
  margin: 0 0 18px;
  color: rgba(255, 250, 244, 0.94);
  font-size: 15px;
  line-height: 1.42;
}

.hero-note {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-button {
  min-width: 276px;
  min-height: 60px;
  padding: 0 24px;
  border-radius: 14px;
  background: var(--sage);
  color: var(--white);
  font-size: 15px;
}

.button svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.benefits-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 216px;
  padding: 34px 45px 21px;
  background: rgba(247, 244, 238, 0.98);
}

.benefits-strip article {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 0;
  padding: 0 18px;
  text-align: center;
}

.benefits-strip article + article {
  border-left: 1px solid var(--line);
}

.benefits-strip svg {
  width: 55px;
  height: 55px;
  margin-bottom: 14px;
  fill: none;
  stroke: #262820;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.benefits-strip h2 {
  margin: 0 0 9px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.benefits-strip p {
  max-width: 160px;
  margin: 0;
  color: #181814;
  font-size: 11.5px;
  line-height: 1.43;
}

.experience-preview {
  display: grid;
  grid-template-columns: 41.31% 58.69%;
  min-height: 347px;
  background: var(--paper-soft);
}

.experience-copy {
  padding: 36px 42px 28px 74px;
}

.experience-title {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 17px;
}

.experience-title h2 {
  margin: 0;
  color: var(--sage);
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.bubble-icon {
  position: relative;
  width: 30px;
  height: 28px;
  margin-top: 2px;
  color: var(--sage);
}

.bubble-icon::before,
.bubble-icon::after,
.bubble-icon span {
  position: absolute;
  border: 1.3px solid currentColor;
  border-radius: 50%;
  content: "";
}

.bubble-icon::before {
  width: 13px;
  height: 13px;
  left: 0;
  top: 9px;
}

.bubble-icon::after {
  width: 15px;
  height: 15px;
  right: 1px;
  top: 0;
}

.experience-copy p {
  width: 302px;
  margin: 0 0 12px;
  color: #171713;
  font-size: 13px;
  line-height: 1.45;
}

.outline-button {
  min-width: 190px;
  min-height: 31px;
  margin-top: 2px;
  padding: 0 22px;
  border-color: #171713;
  color: #171713;
  font-size: 11px;
}

.outline-button:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}

.experience-photo {
  width: 100%;
  height: 100%;
  min-height: 347px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1180px) {
  .experience-preview {
    min-height: 460px;
  }

  .experience-copy {
    padding: 58px 56px 46px clamp(74px, 7vw, 128px);
  }

  .experience-title {
    grid-template-columns: 36px 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .experience-title h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .bubble-icon {
    width: 35px;
    height: 32px;
  }

  .experience-copy p {
    width: min(430px, 100%);
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.58;
  }

  .outline-button {
    min-width: 218px;
    min-height: 38px;
    margin-top: 5px;
    font-size: 12px;
  }

  .experience-photo {
    min-height: 460px;
  }
}

.details-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 104px;
  padding: 19px 47px 17px;
  background: #ece8e1;
}

.details-strip article {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 67px;
  padding: 0 16px 0 7px;
}

.details-strip article + article {
  border-left: 1px solid var(--line);
}

.details-strip svg {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  fill: none;
  stroke: #161612;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.details-strip h2 {
  margin: 0 0 3px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.details-strip p {
  margin: 0;
  color: #171713;
  font-size: 12px;
  line-height: 1.38;
}

.cta-slice {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  background:
    linear-gradient(180deg, rgba(29, 45, 43, 0.24), rgba(20, 32, 31, 0.56)),
    #283f3d;
  color: var(--white);
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-slice::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(22, 28, 26, 0.28);
  content: "";
}

.cta-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 180px;
  padding: 30px 24px 34px;
  text-align: center;
}

.cta-content h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.cta-button {
  min-width: 190px;
  min-height: 42px;
  padding: 0 24px;
  background: var(--sage);
  color: var(--white);
  font-size: 12px;
}

.tarifs-page {
  background: var(--paper-soft);
}

.tarifs-hero {
  display: grid;
  grid-template-columns: 48.5% 51.5%;
  height: clamp(390px, 34vw, 438px);
  min-height: 390px;
  overflow: hidden;
  background: linear-gradient(90deg, #f8f4ee 0%, #f1ebe4 49%, #1b1814 49%);
}

.tarifs-hero-copy {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 0;
  padding: 46px 52px 42px;
  text-align: center;
}

.tarifs-hero h1 {
  margin: 0;
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(64px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.95;
}

.tarifs-ornament {
  display: grid;
  grid-template-columns: 54px auto 54px;
  align-items: center;
  gap: 15px;
  margin: 24px 0 26px;
  color: rgba(190, 160, 118, 0.58);
}

.tarifs-ornament span {
  height: 1px;
  background: currentColor;
}

.tarifs-ornament svg,
.tarifs-lotus,
.tarifs-section-title svg,
.tarifs-card-icon svg,
.formula-side svg,
.info-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tarifs-ornament svg {
  width: 34px;
  height: 22px;
  stroke-width: 1.3;
}

.tarifs-hero-copy p {
  max-width: 340px;
  margin: 0;
  color: #3c3b35;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
}

.tarifs-lotus {
  width: 88px;
  height: 75px;
  margin-top: 30px;
  color: rgba(189, 151, 103, 0.68);
  stroke-width: 1.25;
}

.tarifs-hero-media,
.tarifs-hero-media img {
  width: 100%;
  height: 100%;
}

.tarifs-hero-media,
.tarifs-hero-media img {
  display: block;
}

.tarifs-hero-media {
  min-height: 0;
  overflow: hidden;
}

.tarifs-hero-media img {
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.tarifs-main {
  position: relative;
  padding: 36px 42px 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 9%, rgba(184, 162, 137, 0.14), transparent 18%),
    radial-gradient(circle at 90% 62%, rgba(184, 162, 137, 0.13), transparent 18%),
    #f6f1eb;
}

.tarifs-main::before,
.tarifs-main::after {
  position: absolute;
  z-index: 0;
  width: 170px;
  height: 250px;
  border-left: 1px solid rgba(86, 98, 78, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.tarifs-main::before {
  top: 72px;
  left: -86px;
  transform: rotate(-28deg);
}

.tarifs-main::after {
  right: -88px;
  bottom: 110px;
  transform: rotate(28deg);
}

.tarifs-section-title {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 auto 38px;
  text-align: center;
}

.tarifs-section-title h2 {
  margin: 0;
  color: #41423a;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tarifs-section-title svg {
  width: 28px;
  height: 17px;
  color: rgba(190, 160, 118, 0.72);
  stroke-width: 1.25;
}

.tarifs-session-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: min(1010px, 100%);
  margin: 0 auto;
}

.tarifs-session-card {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 286px;
  padding: 58px 30px 32px;
  border: 1px solid rgba(88, 83, 71, 0.18);
  border-radius: 8px;
  background: rgba(252, 248, 241, 0.58);
  text-align: center;
}

.tarifs-card-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(88, 83, 71, 0.18);
  border-radius: 50%;
  background: #f6f1eb;
  color: var(--sage);
  transform: translateX(-50%);
}

.tarifs-card-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.2;
}

.tarifs-session-card h3,
.tarifs-formula-card h3 {
  margin: 0;
  color: #3f4039;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tarifs-price {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 17px 0 13px;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}

.tarifs-price::before {
  width: 45px;
  height: 1px;
  background: rgba(190, 160, 118, 0.42);
  content: "";
}

.tarifs-session-card p:not(.tarifs-price),
.formula-main p:not(.tarifs-price) {
  margin: 0;
  color: #3d3c36;
  font-size: 13px;
  line-height: 1.72;
}

.tarifs-button {
  align-self: end;
  min-width: 205px;
  min-height: 38px;
  margin-top: 24px;
  padding: 0 20px;
  background: var(--sage);
  color: var(--white);
  font-size: 12px;
}

.tarifs-contact-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 34px auto 0;
}

.tarifs-contact-cta .tarifs-button {
  min-width: 155px;
}

.wellness-title {
  margin-top: 42px;
  margin-bottom: 28px;
}

.tarifs-formula-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.tarifs-formula-card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  min-height: 250px;
  border: 1px solid rgba(88, 83, 71, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(252, 248, 241, 0.58);
}

.formula-side {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px 14px;
  background: rgba(236, 229, 220, 0.68);
  color: #4b4c44;
  text-align: center;
}

.formula-side svg {
  width: 42px;
  height: 42px;
  color: var(--sage);
  stroke-width: 1.15;
}

.formula-side p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.formula-main {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 26px 30px 24px;
  text-align: center;
}

.formula-main .tarifs-price {
  font-size: 42px;
}

.tarifs-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 154px;
  padding: 27px 44px;
  background: #ece8e1;
}

.tarifs-info-strip article {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 0 24px;
}

.tarifs-info-strip article + article {
  border-left: 1px solid var(--line);
}

.info-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(216, 207, 195, 0.65);
  color: #262820;
}

.info-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.25;
}

.tarifs-info-strip h2 {
  margin: 0 0 7px;
  color: #3f4039;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.tarifs-info-strip p {
  margin: 0;
  color: #3d3c36;
  font-size: 13px;
  line-height: 1.55;
}

.massages-page {
  background: var(--paper-soft);
}

.massages-hero {
  display: grid;
  grid-template-columns: 43% 57%;
  height: clamp(380px, 36vw, 385px);
  overflow: hidden;
  background: #f7f2ed;
}

.massages-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 0;
  padding: 42px 34px 36px;
  text-align: center;
}

.massages-hero-copy::before {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 110px;
  height: 220px;
  border-left: 1px solid rgba(86, 98, 78, 0.14);
  border-radius: 50%;
  transform: rotate(-22deg);
  content: "";
  pointer-events: none;
}

.massages-hero h1 {
  margin: 0;
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}

.massages-ornament {
  display: grid;
  grid-template-columns: 72px auto 72px;
  align-items: center;
  gap: 15px;
  margin: 28px 0 22px;
  color: rgba(190, 160, 118, 0.58);
}

.massages-ornament span {
  height: 1px;
  background: currentColor;
}

.massages-ornament svg,
.massages-lotus,
.massages-section-title svg,
.massage-icon svg,
.massage-duration svg,
.booking-phone svg,
.booking-contacts svg,
.massage-note svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.massages-ornament svg {
  width: 34px;
  height: 22px;
  stroke-width: 1.3;
}

.massages-hero-copy p {
  max-width: 350px;
  margin: 0;
  color: #34342f;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.35;
}

.massages-lotus {
  width: 90px;
  height: 76px;
  margin-top: 26px;
  color: rgba(189, 151, 103, 0.72);
  stroke-width: 1.25;
}

.massages-hero-media,
.massages-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.massages-hero-media {
  min-height: 0;
  overflow: hidden;
}

.massages-hero-media img {
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.massages-main {
  position: relative;
  overflow: hidden;
  padding: 30px 42px 34px;
  background:
    radial-gradient(circle at 12% 38%, rgba(190, 160, 118, 0.12), transparent 22%),
    radial-gradient(circle at 82% 28%, rgba(190, 160, 118, 0.1), transparent 22%),
    #f8f3ed;
}

.massages-main::before,
.massages-main::after {
  position: absolute;
  z-index: 0;
  width: 180px;
  height: 260px;
  border-left: 1px solid rgba(86, 98, 78, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.massages-main::before {
  left: -95px;
  bottom: 220px;
  transform: rotate(-35deg);
}

.massages-main::after {
  right: -95px;
  bottom: 210px;
  transform: rotate(30deg);
}

.massages-section-title {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 auto 16px;
  color: #3f4039;
  text-align: center;
}

.massages-section-title h2 {
  margin: 0;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;
}

.massages-section-title svg,
.massage-note svg {
  width: 30px;
  height: 18px;
  color: rgba(190, 160, 118, 0.75);
  stroke-width: 1.25;
}

.massages-section-title p {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.4;
}

.massages-services {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 550px);
  gap: 16px;
  justify-content: center;
  align-items: stretch;
}

.massage-card,
.massage-face-card,
.massage-booking {
  border: 1px solid rgba(88, 83, 71, 0.14);
  border-radius: 9px;
  background: rgba(252, 248, 241, 0.5);
  box-shadow: 0 20px 55px rgba(45, 35, 24, 0.035);
}

.massage-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 285px;
  padding: 28px 26px 20px;
  text-align: center;
}

.massage-icon,
.booking-phone,
.booking-contacts span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(236, 229, 220, 0.7);
  color: #3e4539;
}

.massage-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
}

.massage-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.25;
}

.massage-card h3,
.massage-face-card h3,
.massage-mini-service h4 {
  margin: 0;
  color: #35362f;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.massage-price {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 18px 0 12px;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.massage-price::before {
  width: 32px;
  height: 1px;
  background: rgba(190, 160, 118, 0.48);
  content: "";
}

.massage-duration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 92px;
  min-height: 32px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(236, 229, 220, 0.78);
  color: #24251f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.massage-duration svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.7;
}

.massage-card-group {
  position: relative;
  padding-top: 48px;
}

.massage-group-title {
  position: absolute;
  top: 9px;
  left: 50%;
  min-width: 290px;
  padding: 5px 28px;
  border-radius: 999px;
  background: rgba(236, 229, 220, 0.62);
  color: var(--sage);
  font-family: var(--serif);
  font-size: 16px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.massage-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.massage-mini-service {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 205px;
  padding: 0 16px;
  text-align: center;
}

.massage-mini-service + .massage-mini-service {
  border-left: 1px solid rgba(22, 22, 18, 0.11);
}

.massage-mini-service .massage-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}

.massage-mini-service h4 {
  min-height: 50px;
  display: grid;
  align-items: center;
  font-size: 17px;
}

.massage-mini-service .massage-price {
  margin: 10px 0 10px;
  font-size: 34px;
}

.massage-face-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  width: min(480px, 100%);
  min-height: 126px;
  margin: 16px auto 0;
  padding: 18px 38px;
}

.massage-face-card .massage-icon {
  margin: 0;
}

.massage-face-card .massage-price {
  margin: 0;
  font-size: 36px;
}

.massage-face-card .massage-price::before {
  display: none;
}

.massage-booking {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr 1.2fr;
  align-items: center;
  gap: 30px;
  width: min(730px, 100%);
  min-height: 125px;
  margin: 38px auto 0;
  padding: 24px 56px;
}

.booking-phone {
  width: 70px;
  height: 70px;
}

.booking-phone svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.45;
}

.massage-booking h2 {
  margin: 0;
  color: #2f302b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.booking-contacts {
  display: grid;
  gap: 0;
  padding-left: 36px;
  border-left: 1px solid rgba(22, 22, 18, 0.14);
}

.booking-contacts p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  color: #30312b;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.4;
}

.booking-contacts p + p {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid rgba(22, 22, 18, 0.08);
}

.booking-contacts strong {
  font-weight: 400;
}

.booking-contacts span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.booking-contacts svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.massage-note {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 58px auto 0;
  color: #30312b;
  font-family: var(--serif);
  font-size: 19px;
  text-align: center;
}

.massage-cta {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 28px 24px;
  background:
    linear-gradient(rgba(25, 35, 38, 0.35), rgba(25, 35, 38, 0.35)),
    url("assets/cta-reunion-bg.png") center/cover;
  text-align: center;
}

.massage-cta h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

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

.faq-hero {
  display: grid;
  grid-template-columns: 46.5% 53.5%;
  height: clamp(370px, 33vw, 420px);
  min-height: 370px;
  overflow: hidden;
  background: linear-gradient(90deg, #f8f4ee 0%, #f1ebe4 49%, #1b1814 49%);
}

.faq-hero-copy {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 0;
  padding: 42px 50px 40px;
  text-align: center;
}

.faq-hero h1 {
  margin: 0;
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(64px, 7vw, 86px);
  font-weight: 400;
  line-height: 0.95;
}

.faq-ornament {
  display: grid;
  grid-template-columns: 54px auto 54px;
  align-items: center;
  gap: 13px;
  margin: 22px 0 22px;
  color: rgba(190, 160, 118, 0.58);
}

.faq-ornament span,
.faq-title-ornament span {
  height: 1px;
  background: currentColor;
}

.faq-ornament svg,
.faq-lotus svg,
.faq-title-ornament svg,
.faq-side-icon svg,
.faq-leaf svg,
.faq-contact-leaf svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-ornament svg {
  width: 32px;
  height: 22px;
  stroke-width: 1.25;
}

.faq-hero-copy p {
  max-width: 335px;
  margin: 0;
  color: #3c3b35;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.48;
}

.faq-lotus {
  width: 86px;
  height: 72px;
  margin-top: 28px;
  color: rgba(189, 151, 103, 0.68);
}

.faq-lotus svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.15;
}

.faq-hero-media,
.faq-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.faq-hero-media {
  min-height: 0;
  overflow: hidden;
}

.faq-hero-media img {
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.faq-main {
  position: relative;
  padding: 34px 70px 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 9%, rgba(184, 162, 137, 0.14), transparent 18%),
    radial-gradient(circle at 89% 66%, rgba(184, 162, 137, 0.13), transparent 18%),
    #f6f1eb;
}

.faq-main::before,
.faq-main::after {
  position: absolute;
  z-index: 0;
  width: 190px;
  height: 310px;
  border-left: 1px solid rgba(190, 160, 118, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.faq-main::before {
  top: 115px;
  left: -102px;
  transform: rotate(-28deg);
}

.faq-main::after {
  right: -96px;
  bottom: 60px;
  transform: rotate(28deg);
}

.faq-shell {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.faq-band {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(230px, 1fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 40px;
}

.faq-column,
.faq-bottom-section {
  min-width: 0;
}

.faq-section-title {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 0 auto 18px;
  text-align: center;
}

.faq-section-title h2 {
  margin: 0;
  color: #55564e;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-title-ornament {
  display: grid;
  grid-template-columns: 48px auto 48px;
  align-items: center;
  gap: 9px;
  color: rgba(190, 160, 118, 0.58);
}

.faq-title-ornament svg {
  width: 24px;
  height: 16px;
  stroke-width: 1.15;
}

.faq-list {
  border: 1px solid rgba(88, 83, 71, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(252, 248, 241, 0.46);
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(88, 83, 71, 0.16);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 21px;
  align-items: center;
  min-height: 61px;
  padding: 0 22px;
  color: #4c4d47;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

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

.faq-plus {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(131, 106, 74, 0.76);
  border-radius: 50%;
  flex: 0 0 auto;
}

.faq-plus::before,
.faq-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(131, 106, 74, 0.9);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-plus::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-answer {
  padding: 0 24px 20px 71px;
  color: #45443d;
  font-size: 13.5px;
  line-height: 1.65;
}

.faq-answer p {
  margin: -4px 0 0;
}

.faq-side-note {
  display: grid;
  justify-items: center;
  align-content: start;
  max-width: 280px;
  justify-self: center;
  padding-top: 70px;
  color: #4a4b44;
  text-align: center;
}

.faq-side-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(232, 224, 214, 0.72);
  color: rgba(86, 98, 78, 0.78);
}

.faq-side-icon svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.2;
}

.faq-side-note p {
  margin: 28px 0 20px;
  color: #4b4c45;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.62;
}

.faq-leaf,
.faq-contact-leaf {
  color: rgba(190, 160, 118, 0.5);
}

.faq-leaf svg {
  width: 86px;
  height: 34px;
  stroke-width: 1.2;
}

.faq-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 74px;
  align-items: start;
  margin-top: 8px;
}

.faq-extra-section {
  width: min(720px, 100%);
  margin: 48px auto 0;
}

.faq-contact-note {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  min-height: 103px;
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 8px;
  background: rgba(236, 229, 220, 0.72);
  color: #57564e;
}

.faq-contact-note > span {
  color: rgba(190, 160, 118, 0.35);
  font-family: var(--serif);
  font-size: 72px;
  line-height: 0.72;
}

.faq-quote-close {
  align-self: end;
}

.faq-contact-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.faq-contact-leaf svg {
  width: 70px;
  height: 60px;
  stroke-width: 1.1;
  transform: rotate(-42deg);
}

.faq-contact-note-mobile {
  display: none;
}

.svg-defs {
  display: none;
}

.xp-page {
  overflow: hidden;
  background: #f8f4ee;
  color: #25251f;
}

.xp-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xp-hero {
  display: grid;
  grid-template-columns: 44.4% 55.6%;
  height: clamp(410px, 51vw, 650px);
  min-height: 410px;
  overflow: hidden;
  background: linear-gradient(90deg, #fbf7f0 0%, #f1e9df 44.4%, #201812 44.4%);
}

.xp-hero-copy {
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 0;
  padding: 46px 48px 42px;
  text-align: center;
}

.xp-hero h1 {
  margin: 0;
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(66px, 7vw, 88px);
  font-weight: 400;
  line-height: 0.95;
}

.xp-ornament,
.xp-title-ornament {
  display: grid;
  grid-template-columns: 58px auto 58px;
  align-items: center;
  gap: 12px;
  color: rgba(190, 151, 103, 0.58);
}

.xp-ornament {
  margin: 24px 0 20px;
}

.xp-ornament span,
.xp-title-ornament span {
  height: 1px;
  background: currentColor;
}

.xp-ornament svg {
  width: 28px;
  height: 24px;
  stroke-width: 1.15;
}

.xp-hero-lead {
  margin: 0 0 30px;
  color: #b48664;
  font-family: var(--serif);
  font-size: clamp(20px, 2.25vw, 26px);
  line-height: 1.25;
}

.xp-hero-text {
  max-width: 380px;
  margin: 0;
  color: #2f302b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.78;
}

.xp-hero-focus {
  margin: 28px 0 0;
  color: #2f302b;
  font-size: 14px;
  font-weight: 800;
}

.xp-script {
  margin: 18px 0 0;
  color: #bd8d68;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.1;
}

.xp-hero-media,
.xp-hero-media img {
  width: 100%;
  height: 100%;
}

.xp-hero-media {
  min-height: 0;
  overflow: hidden;
}

.xp-hero-media img {
  object-fit: cover;
  object-position: center;
}

.xp-section-title {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.xp-section-title h2 {
  margin: 0;
  color: #34362f;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.1;
}

.xp-title-ornament {
  grid-template-columns: 52px auto 52px;
  gap: 10px;
}

.xp-title-ornament svg {
  width: 24px;
  height: 19px;
  stroke-width: 1.1;
}

.xp-weightless {
  position: relative;
  padding: 54px 24px 28px;
  background: #f8f4ee;
  text-align: center;
}

.xp-weightless p {
  max-width: 760px;
  margin: 26px auto 0;
  color: #353630;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.82;
}

.xp-process {
  padding: 34px 44px 64px;
  background: #f8f4ee;
}

.xp-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr) 76px minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 0;
  align-items: start;
  width: min(1060px, 100%);
  margin: 34px auto 0;
}

.xp-step {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.xp-step-number {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: #e7ded2;
  color: #b38b68;
  font-size: 12px;
  font-weight: 700;
}

.xp-step-icon,
.xp-small-icon,
.xp-mini-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(235, 227, 217, 0.82);
  color: rgba(86, 98, 78, 0.86);
}

.xp-step-icon {
  width: 82px;
  height: 82px;
}

.xp-step-icon svg {
  width: 43px;
  height: 43px;
  stroke-width: 1.25;
}

.xp-step h3 {
  margin: 22px 0 0;
  color: #34362f;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.xp-step p {
  margin: 20px 0 0;
  color: #30312c;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.65;
}

.xp-step-arrow {
  position: relative;
  height: 116px;
}

.xp-step-arrow::before {
  position: absolute;
  top: 71px;
  left: 10px;
  right: 10px;
  border-top: 2px dotted rgba(179, 139, 104, 0.65);
  content: "";
}

.xp-step-arrow::after {
  position: absolute;
  top: 66px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(179, 139, 104, 0.65);
  border-right: 2px solid rgba(179, 139, 104, 0.65);
  content: "";
  transform: rotate(45deg);
}

.xp-feelings {
  padding: 36px 50px 46px;
  background: rgba(236, 229, 221, 0.82);
}

.xp-feelings-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  width: min(1080px, 100%);
  margin: 32px auto 0;
}

.xp-feeling {
  display: grid;
  justify-items: center;
  gap: 13px;
  min-width: 0;
  text-align: center;
}

.xp-small-icon {
  width: 64px;
  height: 64px;
}

.xp-small-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.2;
}

.xp-feeling p,
.xp-ideal-item p {
  margin: 0;
  color: #30312c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.38;
}

.xp-deep-dive {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 58px 24px 60px;
  background: #f8f4ee;
}

.xp-secret,
.xp-ideal {
  min-width: 0;
  text-align: center;
}

.xp-secret {
  padding: 0 70px 0 12px;
}

.xp-ideal {
  padding: 0 12px 0 70px;
  border-left: 1px solid rgba(68, 66, 57, 0.14);
}

.xp-secret p {
  margin: 28px 0 0;
  color: #34352f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.82;
}

.xp-ideal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid rgba(68, 66, 57, 0.13);
  border-left: 1px solid rgba(68, 66, 57, 0.13);
}

.xp-ideal-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 118px;
  padding: 18px 12px 14px;
  border-right: 1px solid rgba(68, 66, 57, 0.13);
  border-bottom: 1px solid rgba(68, 66, 57, 0.13);
  text-align: center;
}

.xp-mini-icon {
  width: 39px;
  height: 39px;
  background: transparent;
}

.xp-mini-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.35;
}

.xp-final-cta {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 52px 24px 44px;
  overflow: hidden;
  background:
    linear-gradient(rgba(248, 244, 238, 0.9), rgba(248, 244, 238, 0.9)),
    url("assets/cta-reunion-bg.png") center bottom/cover;
  text-align: center;
}

.xp-final-cta::before,
.xp-final-cta::after {
  position: absolute;
  bottom: -52px;
  width: 270px;
  height: 210px;
  border: 1px solid rgba(190, 160, 118, 0.2);
  border-radius: 48% 52% 44% 56%;
  content: "";
  pointer-events: none;
}

.xp-final-cta::before {
  left: -95px;
  transform: rotate(-22deg);
}

.xp-final-cta::after {
  right: -95px;
  transform: rotate(22deg);
}

.xp-final-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #34362f;
  font-family: var(--serif);
  font-size: clamp(34px, 3.7vw, 48px);
  font-weight: 400;
  line-height: 1.12;
}

.xp-final-cta p {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  color: #34352f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.xp-button {
  position: relative;
  z-index: 1;
  min-height: 40px;
  padding: 0 26px;
  background: var(--sage);
  color: var(--white);
  font-size: 12px;
}

.contact-page {
  overflow: hidden;
  background: #f8f4ee;
  color: #2d2e28;
}

.contact-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-hero {
  display: grid;
  grid-template-columns: 43.5% 56.5%;
  min-height: clamp(390px, 42vw, 520px);
  overflow: hidden;
  background: linear-gradient(90deg, #fbf7f0 0%, #f1e9df 43.5%, #201812 43.5%);
}

.contact-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 48px 44px;
  text-align: center;
}

.contact-hero-copy::before {
  display: none;
}

.contact-hero-copy > * {
  position: relative;
  z-index: 1;
}

.contact-hero h1 {
  margin: 0;
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(66px, 7vw, 86px);
  font-weight: 400;
  line-height: 0.95;
}

.contact-ornament,
.contact-title-ornament {
  display: grid;
  grid-template-columns: 56px auto 56px;
  align-items: center;
  gap: 12px;
  color: rgba(190, 151, 103, 0.62);
}

.contact-ornament {
  margin: 24px 0 22px;
}

.contact-ornament span,
.contact-title-ornament span {
  height: 1px;
  background: currentColor;
}

.contact-ornament svg {
  width: 34px;
  height: 26px;
  stroke-width: 1.15;
}

.contact-hero-lead {
  margin: 0 0 24px;
  color: #b48664;
  font-family: var(--serif);
  font-size: clamp(23px, 2.6vw, 31px);
  line-height: 1.2;
}

.contact-hero-text {
  max-width: 380px;
  margin: 0;
  color: #3b3c36;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.72;
}

.contact-hero-media,
.contact-hero-media img {
  width: 100%;
  height: 100%;
}

.contact-hero-media {
  min-height: 0;
}

.contact-hero-media img {
  object-fit: cover;
  object-position: center;
}

.contact-main {
  position: relative;
  padding: 28px 70px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(190, 151, 103, 0.12), transparent 20%),
    radial-gradient(circle at 93% 64%, rgba(190, 151, 103, 0.12), transparent 22%),
    #f8f4ee;
}

.contact-main::before,
.contact-main::after {
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 290px;
  border-left: 1px solid rgba(190, 160, 118, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.contact-main::before {
  top: 95px;
  left: -112px;
  transform: rotate(-28deg);
}

.contact-main::after {
  right: -95px;
  bottom: 265px;
  transform: rotate(31deg);
}

.contact-card-grid,
.contact-map-row,
.contact-booking-cta {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  margin-right: auto;
  margin-left: auto;
}

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

.contact-info-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 400px;
  padding: 26px 28px 24px;
  border: 1px solid rgba(105, 93, 76, 0.17);
  border-radius: 10px;
  background: rgba(252, 248, 241, 0.58);
  text-align: center;
}

.contact-card-icon,
.contact-booking-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(235, 227, 217, 0.86);
  color: rgba(86, 98, 78, 0.88);
}

.contact-card-icon {
  width: 62px;
  height: 62px;
}

.contact-card-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.55;
}

.contact-info-card h2,
.contact-access h2 {
  margin: 21px 0 0;
  color: #5b6153;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.contact-title-ornament {
  grid-template-columns: 48px auto 48px;
  gap: 9px;
  margin: 18px 0 26px;
}

.contact-title-ornament svg {
  width: 25px;
  height: 18px;
  stroke-width: 1.1;
}

.contact-phone-number {
  color: #b48664;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 34px);
  font-weight: 400;
  line-height: 1.1;
}

.contact-info-card p {
  margin: 20px 0 0;
  color: #454640;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-info-card .contact-address,
.contact-info-card .contact-hours {
  margin-top: 0;
  line-height: 1.75;
}

.contact-hours {
  color: #2f302b !important;
  font-size: 16px !important;
}

.contact-leaf {
  margin-top: auto;
  padding-top: 42px;
  color: rgba(190, 151, 103, 0.42);
}

.contact-leaf svg {
  width: 86px;
  height: 35px;
  stroke-width: 1.15;
}

.contact-map-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 55px;
  align-items: center;
  margin-top: 20px;
}

.contact-map-card {
  position: relative;
  min-height: 284px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9e3d8 url("assets/contact-map.png") center/cover;
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  min-height: 284px;
  height: 100%;
  border: 0;
}

.contact-map-gps {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(32, 35, 29, 0.24);
}

.contact-access {
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-access h2 {
  margin-top: 0;
}

.contact-access h3 {
  margin: 0;
  color: #b48664;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-access p {
  margin: 24px 0 0;
  color: #484943;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.72;
}

.contact-booking-cta {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
  min-height: 172px;
  margin-top: 28px;
  padding: 30px 42px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(86, 98, 78, 0.96), rgba(72, 84, 64, 0.98)),
    url("assets/cta-reunion-bg.png") center/cover;
  color: var(--white);
}

.contact-booking-icon {
  width: 76px;
  height: 76px;
  background: rgba(255, 250, 244, 0.15);
  color: rgba(255, 250, 244, 0.88);
  justify-self: center;
}

.contact-booking-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.35;
}

.contact-booking-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-booking-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.22;
}

.contact-booking-copy .contact-title-ornament {
  margin: 14px 0 18px;
  color: rgba(218, 185, 139, 0.65);
}

.contact-booking-copy p {
  margin: 0;
  color: rgba(255, 250, 244, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.contact-call-box {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 250, 244, 0.18);
}

.contact-call-box p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #d7ae80;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
}

.contact-call-box span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.12);
  color: var(--white);
}

.contact-call-box svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}

.contact-call-button {
  min-width: 218px;
  min-height: 45px;
  background: var(--white);
  color: var(--sage-dark);
  font-size: 13px;
}

@media (max-width: 960px) {
  .xp-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    background: #f8f4ee;
  }

  .xp-hero-copy {
    min-height: 430px;
    padding: 48px 24px 42px;
  }

  .xp-hero h1 {
    font-size: 64px;
  }

  .xp-hero-media {
    height: min(72vw, 440px);
    background: #201812;
  }

  .xp-weightless {
    padding: 46px 22px 26px;
  }

  .xp-process {
    padding: 30px 22px 54px;
  }

  .xp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
    max-width: 680px;
  }

  .xp-step-arrow {
    display: none;
  }

  .xp-feelings {
    padding: 34px 22px 42px;
  }

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

  .xp-deep-dive {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 48px 22px;
  }

  .xp-secret,
  .xp-ideal {
    padding: 0;
  }

  .xp-ideal {
    border-left: 0;
  }

  .xp-ideal-grid {
    width: min(620px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    background: #f8f4ee;
  }

  .contact-hero-copy {
    min-height: 360px;
    padding: 48px 24px 42px;
  }

  .contact-hero-copy::before {
    display: none;
  }

  .contact-hero h1 {
    font-size: 64px;
  }

  .contact-hero-media {
    height: min(72vw, 430px);
    background: #201812;
  }

  .contact-main {
    padding: 30px 22px 36px;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 620px;
  }

  .contact-info-card {
    min-height: 0;
  }

  .contact-map-row {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 620px;
    margin-top: 22px;
  }

  .contact-access {
    max-width: 520px;
    margin: 0 auto;
  }

  .contact-booking-cta {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 22px;
    padding: 30px 24px;
    text-align: center;
  }

  .contact-call-box {
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 250, 244, 0.18);
    border-left: 0;
  }

  body.nav-open::before {
    position: fixed;
    inset: 0;
    z-index: 10;
    background: rgba(16, 15, 12, 0.18);
    backdrop-filter: blur(2px);
    content: "";
    cursor: pointer;
  }

  .site-header {
    grid-template-columns: auto auto;
    height: auto;
    min-height: 120px;
    padding: 8px 22px;
  }

  .brand,
  .brand img {
    width: 142px;
    height: auto;
  }

  .nav-toggle {
    position: relative;
    z-index: 35;
    display: grid;
    place-content: center;
    gap: 4px;
    justify-self: end;
    margin-right: 8px;
    background: rgba(255, 250, 244, 0.68);
    box-shadow: 0 10px 26px rgba(21, 19, 15, 0.1);
  }

  .nav-toggle span {
    margin: 0 auto;
  }

  .site-nav {
    position: fixed;
    top: 124px;
    left: 50%;
    right: auto;
    z-index: 30;
    width: min(calc(100vw - 32px), 400px);
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(22, 22, 18, 0.11);
    border-radius: 10px;
    background: rgba(247, 244, 238, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -10px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 7px;
    text-align: center;
    letter-spacing: 0.03em;
  }

  .site-nav a + a {
    border-top: 1px solid rgba(22, 22, 18, 0.1);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a[aria-current="page"] {
    background: rgba(86, 98, 78, 0.1);
    box-shadow: none;
    color: var(--sage-dark);
  }

  .mobile-nav-cta {
    display: flex;
    min-height: 52px;
    margin-top: 6px;
    border-top: 0 !important;
    border-radius: 999px;
    background: var(--sage) !important;
    color: var(--white) !important;
    font-weight: 700;
  }

  .site-header.is-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
  }

  .header-cta {
    display: none;
  }

  .hero {
    display: grid;
    height: auto;
    min-height: 0;
    background: #11100d;
  }

  .hero-media {
    position: relative;
    order: 2;
    width: 100%;
    min-width: 0;
    height: clamp(340px, 56vw, 520px);
  }

  .hero-photo {
    opacity: 1;
    object-position: center;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    order: 1;
    width: min(720px, calc(100vw - 44px));
    margin: 0 auto;
    padding: 54px 0 38px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .hero-text,
  .experience-copy p {
    width: auto;
  }

  .lead {
    width: auto;
    max-width: 430px;
  }

  .hero-text {
    max-width: 470px;
  }

  .hero-button {
    width: min(276px, 100%);
  }

  .benefits-strip,
  .details-strip {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  .details-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 22px;
  }

  .benefits-strip {
    height: auto;
  }

  .benefits-strip article,
  .details-strip article {
    border-left: 0 !important;
    border-top: 1px solid var(--line);
    padding: 20px 0;
  }

  .details-strip article {
    min-height: 112px;
    padding: 22px 12px;
  }

  .details-strip article:nth-child(2n) {
    border-left: 1px solid var(--line) !important;
    padding-left: 18px;
  }

  .details-strip article:nth-child(-n + 2) {
    border-top: 0;
  }

  .details-strip article:last-child {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 92px;
  }

  .benefits-strip article:first-child,
  .details-strip article:first-child {
    border-top: 0;
  }

  .benefits-strip p {
    max-width: 260px;
  }

  .experience-preview {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    padding: 42px 24px;
  }

  .experience-photo {
    height: auto;
    max-height: 480px;
  }

  .cta-slice,
  .cta-content {
    min-height: 210px;
  }

  .cta-content h2 {
    max-width: 520px;
    font-size: 27px;
  }

  .tarifs-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    background: var(--paper-soft);
  }

  .tarifs-hero-copy {
    min-height: 370px;
    padding: 42px 24px 34px;
  }

  .tarifs-hero h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .tarifs-ornament {
    grid-template-columns: 44px auto 44px;
    margin: 19px 0 21px;
  }

  .tarifs-hero-copy p {
    font-size: 20px;
  }

  .tarifs-lotus {
    width: 74px;
    height: 64px;
    margin-top: 23px;
  }

  .tarifs-hero-media {
    height: clamp(320px, 88vw, 470px);
  }

  .tarifs-main {
    padding: 38px 22px 42px;
  }

  .tarifs-section-title h2 {
    font-size: 16px;
  }

  .tarifs-session-grid,
  .tarifs-formula-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(420px, 100%);
  }

  .tarifs-session-card {
    min-height: auto;
    padding: 56px 24px 28px;
  }

  .tarifs-formula-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .formula-main {
    padding: 24px 18px;
  }

  .tarifs-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px;
  }

  .tarifs-info-strip article {
    min-height: 118px;
    padding: 18px 12px;
    border-left: 0 !important;
    border-top: 1px solid var(--line);
  }

  .tarifs-info-strip article:nth-child(-n + 2) {
    border-top: 0;
  }

  .tarifs-info-strip article:nth-child(2n) {
    border-left: 1px solid var(--line) !important;
  }

  .massages-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .massages-hero-copy {
    min-height: 350px;
    padding: 42px 24px 34px;
  }

  .massages-hero h1 {
    font-size: clamp(56px, 18vw, 76px);
  }

  .massages-ornament {
    grid-template-columns: 58px auto 58px;
    margin: 22px 0 20px;
  }

  .massages-hero-copy p {
    font-size: 19px;
  }

  .massages-lotus {
    width: 76px;
    height: 66px;
    margin-top: 22px;
  }

  .massages-hero-media {
    height: clamp(300px, 72vw, 430px);
  }

  .massages-main {
    padding: 34px 22px 38px;
  }

  .massages-section-title h2 {
    font-size: 31px;
  }

  .massages-services {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .massage-card {
    min-height: auto;
    padding: 32px 22px 24px;
  }

  .massage-card-group {
    padding-top: 58px;
  }

  .massage-group-grid {
    grid-template-columns: 1fr;
  }

  .massage-mini-service {
    min-height: auto;
    padding: 26px 18px;
  }

  .massage-mini-service + .massage-mini-service {
    border-left: 0;
    border-top: 1px solid rgba(22, 22, 18, 0.11);
  }

  .massage-mini-service h4 {
    min-height: 0;
  }

  .massage-face-card {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(560px, 100%);
    padding: 24px 22px;
    text-align: center;
  }

  .massage-face-card .massage-price,
  .massage-face-card .massage-duration {
    grid-column: auto;
    justify-self: center;
  }

  .massage-booking {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    width: min(560px, 100%);
    padding: 24px;
    text-align: center;
  }

  .booking-contacts {
    grid-column: 1 / -1;
    width: 100%;
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(22, 22, 18, 0.14);
  }

  .booking-contacts p {
    justify-content: center;
    text-align: center;
  }

  .massage-note {
    margin-top: 42px;
  }

  .faq-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    background: var(--paper-soft);
  }

  .faq-hero-copy {
    min-height: 345px;
    padding: 42px 24px 34px;
  }

  .faq-hero h1 {
    font-size: clamp(58px, 18vw, 78px);
  }

  .faq-ornament {
    grid-template-columns: 44px auto 44px;
    margin: 19px 0 20px;
  }

  .faq-hero-copy p {
    font-size: 17px;
  }

  .faq-lotus {
    width: 74px;
    height: 64px;
    margin-top: 23px;
  }

  .faq-hero-media {
    height: clamp(310px, 78vw, 455px);
  }

  .faq-main {
    padding: 36px 22px 44px;
  }

  .faq-band,
  .faq-bottom-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    width: min(620px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .faq-band {
    margin-bottom: 44px;
  }

  .faq-side-note {
    max-width: 390px;
    padding-top: 0;
  }

  .faq-side-note p {
    margin-top: 18px;
  }

  .faq-bottom-grid {
    margin-top: 0;
  }

  .faq-contact-note-desktop {
    display: none;
  }

  .faq-contact-note-mobile {
    display: grid;
    width: min(620px, 100%);
    margin: 34px auto 0;
  }
}

@media (max-width: 420px) {
  .xp-hero-copy {
    min-height: 0;
    padding: 38px 18px 34px;
  }

  .xp-hero h1 {
    font-size: 56px;
  }

  .xp-ornament {
    grid-template-columns: 42px auto 42px;
    margin: 18px 0 18px;
  }

  .xp-hero-lead {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .xp-hero-text {
    font-size: 12.5px;
    line-height: 1.65;
  }

  .xp-hero-focus {
    margin-top: 22px;
  }

  .xp-script {
    font-size: 24px;
  }

  .xp-hero-media {
    height: 330px;
  }

  .xp-section-title h2 {
    font-size: 28px;
  }

  .xp-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .xp-step {
    max-width: 310px;
    margin: 0 auto;
  }

  .xp-step h3 {
    margin-top: 18px;
  }

  .xp-step p {
    margin-top: 14px;
  }

  .xp-feelings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .xp-small-icon {
    width: 58px;
    height: 58px;
  }

  .xp-deep-dive {
    padding: 42px 18px;
  }

  .xp-ideal-grid {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 0;
  }

  .xp-ideal-item {
    min-height: 104px;
    border-left: 1px solid rgba(68, 66, 57, 0.13);
  }

  .xp-final-cta {
    padding: 44px 18px 38px;
  }

  .xp-final-cta h2 {
    font-size: 31px;
  }

  .contact-hero-copy {
    min-height: 0;
    padding: 38px 18px 34px;
  }

  .contact-hero h1 {
    font-size: 58px;
  }

  .contact-ornament {
    grid-template-columns: 42px auto 42px;
    margin: 18px 0;
  }

  .contact-hero-lead {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .contact-hero-text {
    font-size: 13.5px;
    line-height: 1.62;
  }

  .contact-hero-media {
    height: 315px;
  }

  .contact-main {
    padding: 22px 16px 30px;
  }

  .contact-info-card {
    padding: 24px 18px;
  }

  .contact-info-card h2,
  .contact-access h2 {
    font-size: 21px;
  }

  .contact-phone-number {
    font-size: 30px;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 310px;
  }

  .contact-map-gps {
    right: 12px;
    bottom: 12px;
    min-height: 36px;
    padding: 0 15px;
    font-size: 11px;
  }

  .contact-access h3 {
    font-size: 25px;
  }

  .contact-booking-cta {
    padding: 28px 18px;
  }

  .contact-booking-copy h2 {
    font-size: 22px;
  }

  .contact-call-box p {
    flex-direction: column;
    gap: 10px;
    font-size: 28px;
  }

  .contact-call-button {
    min-width: 210px;
  }

  .site-header {
    min-height: 106px;
    padding: 8px 18px;
  }

  .brand,
  .brand img {
    width: 118px;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
    margin-right: 6px;
  }

  .site-nav {
    top: 110px;
    width: min(calc(100vw - 28px), 380px);
  }

  .hero-copy {
    width: min(360px, calc(100vw - 32px));
    margin-left: 16px;
    padding-top: 42px;
  }

  .hero-media {
    height: clamp(320px, 86vw, 410px);
  }

  .ornament {
    width: min(269px, 100%);
  }

  .lead {
    font-size: 20px;
  }

  .hero-text {
    font-size: 14px;
  }

  .details-strip article {
    align-items: flex-start;
    gap: 12px;
  }

  .details-strip h2 {
    font-size: 10px;
  }

  .details-strip p {
    font-size: 11px;
  }

  .tarifs-hero-copy {
    min-height: 330px;
    padding: 36px 18px 30px;
  }

  .tarifs-hero h1 {
    font-size: 61px;
  }

  .tarifs-hero-copy p {
    font-size: 18px;
  }

  .tarifs-main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tarifs-price {
    font-size: 40px;
  }

  .tarifs-button {
    width: min(220px, 100%);
    min-width: 0;
  }

  .tarifs-formula-card {
    grid-template-columns: 1fr;
  }

  .formula-side {
    grid-template-columns: auto 1fr;
    justify-items: center;
    gap: 14px;
    padding: 14px 18px;
  }

  .formula-side p {
    text-align: left;
  }

  .tarifs-info-strip {
    grid-template-columns: 1fr;
  }

  .tarifs-info-strip article,
  .tarifs-info-strip article:nth-child(2n) {
    border-left: 0 !important;
    border-top: 1px solid var(--line);
    padding: 18px 0;
  }

  .tarifs-info-strip article:first-child {
    border-top: 0;
  }

  .massages-hero-copy {
    min-height: 330px;
    padding: 36px 18px 30px;
  }

  .massages-hero h1 {
    font-size: 58px;
  }

  .massages-hero-copy p {
    font-size: 18px;
  }

  .massages-main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .massages-section-title h2 {
    font-size: 27px;
  }

  .massages-section-title p {
    font-size: 17px;
  }

  .massage-group-title {
    min-width: 0;
    width: calc(100% - 44px);
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px !important;
  }

  .massage-price {
    font-size: 36px;
  }

  .massage-face-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .massage-face-card .massage-price,
  .massage-face-card .massage-duration {
    grid-column: auto;
    justify-self: center;
  }

  .massage-booking {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .booking-contacts p {
    justify-content: center;
    font-size: 17px;
    text-align: center;
  }

  .massage-cta h2 {
    font-size: 26px;
  }

  .faq-hero-copy {
    min-height: 320px;
    padding: 36px 18px 30px;
  }

  .faq-hero h1 {
    font-size: 62px;
  }

  .faq-main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-section-title h2 {
    font-size: 20px;
  }

  .faq-list {
    border-radius: 7px;
  }

  .faq-item summary {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 15px;
    min-height: 58px;
    padding: 0 14px;
    font-size: 13.5px;
  }

  .faq-plus {
    width: 22px;
    height: 22px;
  }

  .faq-answer {
    padding: 0 16px 17px 53px;
    font-size: 13px;
  }

  .faq-contact-note {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 18px 16px;
  }

  .faq-contact-note > span {
    font-size: 54px;
  }

  .faq-contact-leaf {
    display: none;
  }
}

@media (max-width: 360px) {
  .details-strip {
    grid-template-columns: 1fr;
  }

  .details-strip article,
  .details-strip article:nth-child(2n),
  .details-strip article:last-child {
    grid-column: auto;
    justify-content: flex-start;
    border-left: 0 !important;
    padding: 20px 0;
  }

  .details-strip article:nth-child(2) {
    border-top: 1px solid var(--line);
  }
}

.page-content {
  min-height: calc(100vh - 155px);
  padding: 72px 24px;
  background: var(--paper-soft);
}

.page-wrap {
  width: min(880px, 100%);
  margin: 0 auto;
}

.entry h1 {
  margin: 0 0 24px;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.05;
}

.entry-content {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
}

.entry-content a {
  color: var(--sage-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
