:root {
  --plum: #5f3c49;
  --plum-deep: #3b2830;
  --rose: #ad6875;
  --rose-dark: #8d4d5b;
  --blush: #f3dedc;
  --blush-soft: #fbefec;
  --ivory: #fff9f5;
  --cream: #f7f0e8;
  --champagne: #d8b78e;
  --sage: #8a9986;
  --text: #6e5961;
  --line: #e5d5d3;
  --white: #fff;
  --shadow: 0 25px 65px rgba(83, 49, 61, .13);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--plum-deep);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin-bottom: 1.45rem; font-size: clamp(3rem, 9.5vw, 5.6rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.35rem, 6.2vw, 4rem); letter-spacing: -.045em; }
h3 { margin-bottom: .65rem; font-size: 1.13rem; letter-spacing: -.025em; }
p { color: var(--text); }
ul, ol { margin-top: 0; }
::selection { background: #e8c6c7; color: var(--plum-deep); }
:focus-visible { outline: 3px solid #1d6d83; outline-offset: 4px; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 10vw, 8.5rem); }
.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;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  border-radius: 99px;
  background: white;
  color: var(--plum-deep);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
  color: var(--rose-dark);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow > span { width: 2.5rem; height: 1px; background: currentColor; }
.eyebrow-light { color: #e8c9c9; }
.section-heading > p:not(.eyebrow) { max-width: 42rem; font-size: 1.02rem; }
.centered { max-width: 49rem; margin: 0 auto 3.2rem; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin-inline: auto; }
.heading-row { display: grid; gap: 1rem; margin-bottom: 3rem; }

.button {
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .9rem 1.3rem;
  border: 1px solid var(--rose);
  border-radius: 999px;
  background: var(--rose);
  color: white;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(145, 77, 91, .17);
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.button:hover { border-color: var(--rose-dark); background: var(--rose-dark); box-shadow: 0 15px 34px rgba(112,55,68,.23); transform: translateY(-2px); }
.button-ghost { border-color: #ccb9b6; background: transparent; color: var(--plum); box-shadow: none; }
.button-ghost:hover { border-color: var(--plum); background: white; color: var(--plum); box-shadow: none; }
.button-light { border-color: white; background: white; color: var(--plum); }
.button-light:hover { border-color: var(--blush); background: var(--blush); color: var(--plum); }
.button-small { min-height: 2.75rem; padding: .65rem 1rem; font-size: .76rem; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--rose-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(217, 197, 194, .72);
  background: rgba(255,249,245,.94);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 4.8rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .72rem; color: var(--plum-deep); text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.13rem; font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }
.brand small { margin-top: .18rem; color: #907a81; font-size: .52rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { position: relative; width: 2.45rem; height: 2.45rem; display: block; border: 1px solid #c7aaa9; border-radius: 50%; }
.brand-mark i { position: absolute; left: 50%; width: .75rem; height: 1.15rem; border: 1px solid var(--rose); border-radius: 100% 0 100% 0; transform-origin: bottom left; }
.brand-mark i:nth-child(1) { bottom: .6rem; transform: rotate(-55deg); }
.brand-mark i:nth-child(2) { bottom: .55rem; transform: rotate(5deg); }
.brand-mark i:nth-child(3) { bottom: .65rem; transform: rotate(65deg); }
.nav-toggle { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.nav-toggle > span:last-child,
.nav-toggle > span:last-child::before,
.nav-toggle > span:last-child::after {
  width: 1.15rem;
  height: 1px;
  display: block;
  background: var(--plum);
  content: "";
  transition: transform .2s, opacity .2s;
}
.nav-toggle > span:last-child { position: relative; }
.nav-toggle > span:last-child::before { position: absolute; top: -.38rem; }
.nav-toggle > span:last-child::after { position: absolute; top: .38rem; }
.nav-toggle[aria-expanded="true"] > span:last-child { background: transparent; }
.nav-toggle[aria-expanded="true"] > span:last-child::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:last-child::after { top: 0; transform: rotate(-45deg); }
.site-nav {
  position: fixed;
  inset: 4.8rem 0 auto;
  max-height: calc(100vh - 4.8rem);
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: .1rem;
  overflow-y: auto;
  padding: 1.2rem 1rem 1.6rem;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
  box-shadow: var(--shadow);
}
.site-nav.is-open { display: flex; }
.site-nav > a:not(.button) { padding: .8rem .6rem; color: #664e57; font-size: .9rem; font-weight: 680; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--rose-dark); }

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.4rem, 9vw, 8rem) 4.5rem;
  background: radial-gradient(circle at 85% 20%, #f2dcda 0, transparent 34%), linear-gradient(135deg, var(--ivory), #faf0ea);
}
.hero::after { position: absolute; top: 6%; right: 4%; width: 11rem; height: 11rem; border: 1px solid rgba(170,105,117,.2); border-radius: 50%; content: ""; }
.petal { position: absolute; border: 1px solid rgba(173,104,117,.16); border-radius: 100% 0 100% 0; }
.petal-one { top: 13%; left: -3rem; width: 10rem; height: 15rem; transform: rotate(25deg); }
.petal-two { right: 15%; bottom: -5rem; width: 13rem; height: 17rem; transform: rotate(105deg); }
.hero-layout { position: relative; z-index: 2; display: grid; gap: 3.4rem; align-items: center; }
.hero h1 em { display: block; color: var(--rose-dark); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 43rem; margin-bottom: 1.5rem; font-size: 1.05rem; }
.soft-list { display: grid; gap: .65rem; padding: 0; list-style: none; }
.soft-list li { position: relative; padding-left: 1.65rem; color: #725e65; font-size: .88rem; }
.soft-list li::before { position: absolute; top: .45rem; left: .15rem; width: .65rem; height: .65rem; border: 1px solid var(--rose); border-radius: 100% 0 100% 0; content: ""; transform: rotate(45deg); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.demo-note { max-width: 37rem; margin: 1rem 0 0; color: #9a858a; font-size: .66rem; }

.salon-preview { position: relative; min-height: 34rem; padding: 1.2rem 1.2rem 4rem; }
.preview-backdrop { position: absolute; inset: 0 1.7rem 2.4rem 0; overflow: hidden; border-radius: 48% 48% 25px 25px / 30% 30% 25px 25px; background: linear-gradient(145deg, #d9b9b4, #ead5cf 58%, #c9aaa3); box-shadow: var(--shadow); }
.preview-backdrop::after { position: absolute; right: 0; bottom: 0; left: 0; height: 25%; background: repeating-linear-gradient(105deg, rgba(96,65,72,.08) 0 1px, transparent 1px 36px); content: ""; }
.arched-light { position: absolute; top: 8%; left: 12%; width: 48%; height: 58%; border-radius: 50% 50% 0 0; background: linear-gradient(140deg, rgba(255,250,242,.95), rgba(255,255,255,.35)); box-shadow: inset -9px 0 20px rgba(102,70,75,.08); }
.treatment-bed { position: absolute; z-index: 3; right: 6%; bottom: 22%; width: 71%; height: 22%; border-radius: 38px 10px 12px 12px; background: #f6ede7; box-shadow: 0 14px 30px rgba(79,49,58,.19); transform: rotate(-3deg); }
.treatment-bed::before { position: absolute; top: -22%; left: 3%; width: 25%; height: 54%; border-radius: 50%; background: #fff7f1; content: ""; }
.treatment-bed i { position: absolute; bottom: -3.4rem; width: 5px; height: 3.7rem; background: #765d61; }
.treatment-bed i:first-child { left: 14%; }.treatment-bed i:last-child { right: 14%; }
.side-table { position: absolute; z-index: 4; bottom: 23%; left: 6%; width: 22%; height: 19%; border-top: 6px solid #72585c; }
.side-table::before, .side-table::after { position: absolute; top: 0; bottom: -1.4rem; width: 3px; background: #72585c; content: ""; }
.side-table::before { left: 15%; }.side-table::after { right: 15%; }
.side-table i { position: absolute; bottom: .35rem; border-radius: 10px 10px 3px 3px; background: #f3e9df; }
.side-table i:nth-child(1) { left: 10%; width: 22%; height: 45%; }.side-table i:nth-child(2) { left: 40%; width: 24%; height: 68%; }.side-table i:nth-child(3) { right: 5%; width: 24%; height: 53%; }
.vase { position: absolute; z-index: 4; right: 8%; bottom: 23%; width: 15%; height: 35%; }
.vase::after { position: absolute; bottom: 0; left: 25%; width: 55%; height: 30%; border-radius: 45% 45% 30% 30%; background: #a6766b; content: ""; }
.vase i { position: absolute; bottom: 22%; left: 49%; width: 1px; height: 65%; background: #6d715f; transform-origin: bottom; }
.vase i::after { position: absolute; top: 15%; width: 1.8rem; height: .8rem; border: 1px solid #6d715f; border-radius: 100% 0 100% 0; content: ""; }
.vase i:nth-child(1) { transform: rotate(-25deg); }.vase i:nth-child(2) { transform: rotate(4deg); }.vase i:nth-child(3) { transform: rotate(27deg); }
.wall-line { position: absolute; top: 14%; right: 8%; width: 22%; height: 32%; border: 1px solid rgba(105,71,77,.25); border-radius: 50%; }
.service-badge { position: absolute; z-index: 7; top: 12%; left: -1rem; width: 10.5rem; padding: 1rem; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,250,247,.86); box-shadow: 0 15px 35px rgba(78,47,57,.11); backdrop-filter: blur(9px); }
.service-badge span { color: var(--rose-dark); font-family: Georgia, serif; font-size: .68rem; font-style: italic; }
.service-badge b { display: block; margin: .35rem 0; font-size: .72rem; }
.service-badge small { color: #977d83; font-size: .53rem; }
.appointment-card { position: absolute; z-index: 8; right: 0; bottom: 0; width: 13rem; padding: .9rem; border-radius: 16px; background: var(--plum); color: white; box-shadow: 0 18px 40px rgba(61,36,45,.25); }
.appointment-card > div span { display: block; color: #d7b6bd; font-size: .5rem; text-transform: uppercase; letter-spacing: .1em; }
.appointment-card > div b { display: block; margin-top: .25rem; font-family: Georgia, serif; font-size: .95rem; font-weight: 500; }
.appointment-card > i { position: absolute; top: .9rem; right: .9rem; width: 1.6rem; height: 1.6rem; display: grid; place-items: center; border-radius: 50%; background: #e9d5ce; color: var(--plum); font-size: .62rem; font-style: normal; }
.appointment-card > small { display: block; margin-top: .75rem; padding-top: .6rem; border-top: 1px solid rgba(255,255,255,.15); color: #d6c4c8; font-size: .52rem; }
.round-label { position: absolute; z-index: 6; top: 2%; right: 0; width: 5rem; height: 5rem; display: grid; place-content: center; border-radius: 50%; background: var(--champagne); color: var(--plum-deep); text-align: center; transform: rotate(7deg); }
.round-label span { font-family: Georgia, serif; font-size: .75rem; }
.round-label small { font-size: .36rem; letter-spacing: .1em; }

.trust-strip { padding-block: 2.2rem; background: var(--plum); }
.trust-grid { display: grid; }
.trust-grid article { position: relative; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-grid article:last-child { border-bottom: 0; }
.trust-grid article > span { color: #dcb4b8; font-family: Georgia, serif; font-size: .7rem; font-style: italic; }
.trust-grid h3 { margin: .5rem 0 .4rem; color: white; font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.trust-grid p { margin: 0; color: #d1c0c5; font-size: .73rem; }

.desire-section { background: white; }
.desire-layout { display: grid; gap: 3.5rem; align-items: center; }
.desire-visual { position: relative; min-height: 28rem; overflow: hidden; border-radius: 45% 45% 24px 24px / 25% 25% 24px 24px; background: linear-gradient(155deg, #efdcd6, #d8b9b6); }
.portrait-shape { position: absolute; right: 10%; bottom: -3%; width: 70%; height: 90%; border-radius: 48% 48% 15% 15% / 35% 35% 15% 15%; background: #9c6f76; opacity: .75; }
.portrait-shape::before { position: absolute; top: 9%; left: 31%; width: 38%; aspect-ratio: .82; border-radius: 48%; background: #e4c4ba; content: ""; }
.portrait-shape::after { position: absolute; top: 5%; left: 26%; width: 50%; height: 35%; border-radius: 50% 50% 35% 35%; background: #684b52; content: ""; clip-path: polygon(0 0, 100% 0, 85% 60%, 65% 32%, 35% 70%, 12% 45%); }
.portrait-shape i { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.38); border-radius: 100% 0 100% 0; }
.portrait-shape i:nth-child(1) { top: 45%; left: 10%; width: 25%; height: 22%; transform: rotate(-25deg); }.portrait-shape i:nth-child(2) { top: 38%; right: 7%; width: 27%; height: 25%; transform: rotate(55deg); }.portrait-shape i:nth-child(3) { bottom: 12%; left: -5%; width: 35%; height: 27%; }
.desire-visual > span { position: absolute; z-index: 5; top: 15%; left: 8%; color: white; font-family: Georgia, serif; font-size: 2rem; font-style: italic; line-height: .95; }
.flower-line { position: absolute; z-index: 4; right: 6%; bottom: 8%; width: 30%; height: 34%; }
.flower-line::before { position: absolute; bottom: 0; left: 45%; width: 1px; height: 100%; background: #f3dfd8; content: ""; transform: rotate(15deg); }
.flower-line i { position: absolute; width: 2.2rem; height: 1rem; border: 1px solid #f3dfd8; border-radius: 100% 0 100% 0; }
.flower-line i:nth-child(1) { top: 15%; left: 8%; transform: rotate(-25deg); }.flower-line i:nth-child(2) { top: 36%; right: 0; transform: rotate(35deg); }.flower-line i:nth-child(3) { bottom: 15%; left: 14%; transform: rotate(-30deg); }
.desire-grid { display: grid; gap: .55rem; margin-top: 1.8rem; }
.desire-grid article { display: grid; grid-template-columns: 2rem 1fr; gap: .6rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.desire-grid article span { color: var(--rose-dark); font-family: Georgia, serif; font-size: .7rem; font-style: italic; }
.desire-grid article p { margin: 0; color: #644f57; font-size: .79rem; }
.reassurance { margin-top: 1.5rem; padding: 1rem 1.1rem; border-radius: 0 16px 16px 0; border-left: 2px solid var(--rose); background: var(--blush-soft); color: var(--plum); font-size: .79rem; }

.services-section { background: var(--cream); }
.services-grid { display: grid; gap: .9rem; }
.service-card { position: relative; min-height: 22rem; display: flex; flex-direction: column; padding: 1.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 24px 24px 8px 24px; background: white; transition: transform .2s, box-shadow .2s; }
.service-card:hover { box-shadow: 0 16px 40px rgba(95,60,73,.09); transform: translateY(-3px); }
.service-card.rose-card { background: var(--blush); }
.service-card.plum-card { background: var(--plum); color: white; }
.service-card.plum-card p { color: #d8c7cb; }
.service-card.plum-card a { color: #f1d7d9; }
.duration { position: absolute; top: 1.4rem; right: 1.4rem; color: #a3898e; font-size: .55rem; font-weight: 780; letter-spacing: .06em; }
.plum-card .duration { color: #d1b2b9; }
.service-card h3 { margin-top: 2rem; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.service-card p { margin-bottom: 1rem; font-size: .82rem; }
.service-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--rose-dark); font-size: .72rem; font-weight: 800; text-decoration: none; }
.plum-card a { border-color: rgba(255,255,255,.15); }
.service-art { position: relative; width: 5rem; height: 5rem; color: var(--rose); }
.face-art { border: 1px solid currentColor; border-radius: 50% 50% 44% 44%; }
.face-art i:nth-child(1), .face-art i:nth-child(2) { position: absolute; top: 42%; width: .8rem; height: 1px; background: currentColor; }
.face-art i:nth-child(1) { left: 1rem; }.face-art i:nth-child(2) { right: 1rem; }
.face-art i:nth-child(3) { position: absolute; bottom: 1.1rem; left: 50%; width: 1.2rem; height: .55rem; border-bottom: 1px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
.hand-art i { position: absolute; border: 1px solid currentColor; border-radius: 100% 0 100% 0; }
.hand-art i:nth-child(1) { inset: .3rem 1.4rem 1rem .4rem; transform: rotate(-15deg); }.hand-art i:nth-child(2) { inset: 1.3rem .3rem .2rem 1.7rem; transform: rotate(35deg); }.hand-art i:nth-child(3) { right: .7rem; bottom: .55rem; width: 3rem; height: 1px; border: 0; background: currentColor; transform: rotate(-21deg); }
.drop-art::before { position: absolute; top: .4rem; left: 1.2rem; width: 2.8rem; height: 3.7rem; border: 1px solid currentColor; border-radius: 60% 40% 55% 45% / 75% 60% 40% 25%; content: ""; transform: rotate(45deg); }
.drop-art i { position: absolute; width: 1.2rem; height: 1.7rem; border: 1px solid currentColor; border-radius: 60% 40% 55% 45% / 75% 60% 40% 25%; transform: rotate(45deg); }
.drop-art i:nth-child(1) { right: .1rem; bottom: .2rem; }.drop-art i:nth-child(2) { top: 0; left: 0; transform: rotate(25deg) scale(.65); }
.brow-art i { position: absolute; left: .3rem; width: 4.4rem; height: 1.8rem; border-top: 2px solid currentColor; border-radius: 50%; }
.brow-art i:first-child { top: 1.2rem; transform: rotate(7deg); }.brow-art i:last-child { top: 3rem; transform: rotate(-7deg); }
.ritual-art { color: #e2b8bf; }
.ritual-art i { position: absolute; bottom: .6rem; left: 50%; width: 2rem; height: 3.4rem; border: 1px solid currentColor; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.ritual-art i:nth-child(1) { transform: translateX(-50%) rotate(-50deg); }.ritual-art i:nth-child(2) { transform: translateX(-50%) rotate(0); }.ritual-art i:nth-child(3) { transform: translateX(-50%) rotate(50deg); }
.chat-art { border: 1px solid currentColor; border-radius: 50%; }
.chat-art::after { position: absolute; right: .3rem; bottom: 0; width: 1.4rem; height: 1.2rem; border-right: 1px solid currentColor; transform: rotate(30deg); content: ""; }
.chat-art i { position: absolute; top: 50%; width: .35rem; height: .35rem; border-radius: 50%; background: currentColor; }
.chat-art i:nth-child(1) { left: 1.25rem; }.chat-art i:nth-child(2) { left: 2.3rem; }.chat-art i:nth-child(3) { right: 1.2rem; }

.experience-section { overflow: hidden; background: var(--plum-deep); color: white; }
.experience-layout { display: grid; gap: 3.5rem; align-items: center; }
.experience-copy h2 { color: white; }
.experience-copy > p:not(.eyebrow) { color: #cdbdc1; }
.experience-list { margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
.experience-list article { display: grid; grid-template-columns: 2rem 1fr; gap: .8rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.experience-list article > span { color: #d9aeb5; font-family: Georgia, serif; font-size: .7rem; font-style: italic; }
.experience-list h3 { margin-bottom: .35rem; color: white; font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.experience-list p { margin: 0; color: #bcaeb2; font-size: .76rem; }
.mood-board { position: relative; min-height: 34rem; border-radius: 45% 45% 20px 20px / 25% 25% 20px 20px; background: #ead8d0; box-shadow: 22px 22px 0 rgba(216,183,142,.12); }
.swatches { position: absolute; top: 9%; left: 8%; display: flex; gap: .4rem; }
.swatches i { width: 2rem; height: 2rem; border: 3px solid #f7eee8; border-radius: 50%; box-shadow: 0 5px 12px rgba(71,42,51,.12); }
.swatches i:nth-child(1) { background: #ac737c; }.swatches i:nth-child(2) { background: #d8b78e; }.swatches i:nth-child(3) { background: #8b9787; }
.towel-stack { position: absolute; top: 23%; right: 7%; width: 45%; height: 29%; }
.towel-stack i { position: absolute; right: 0; width: 100%; height: 28%; border-radius: 15px 15px 7px 7px; background: #f9f2eb; box-shadow: 0 7px 12px rgba(82,52,59,.1); }
.towel-stack i:nth-child(1) { bottom: 0; }.towel-stack i:nth-child(2) { right: 5%; bottom: 27%; width: 90%; background: #efe2d8; }.towel-stack i:nth-child(3) { right: 10%; bottom: 54%; width: 80%; }
.bottles { position: absolute; top: 37%; left: 8%; width: 37%; height: 27%; }
.bottles i { position: absolute; bottom: 0; border-radius: 14px 14px 5px 5px; background: #986b69; }
.bottles i::before { position: absolute; top: -18%; left: 30%; width: 40%; height: 20%; border-radius: 3px 3px 0 0; background: #5e484b; content: ""; }
.bottles i:nth-child(1) { left: 0; width: 25%; height: 68%; }.bottles i:nth-child(2) { left: 32%; width: 31%; height: 90%; background: #c19782; }.bottles i:nth-child(3) { right: 0; width: 25%; height: 56%; background: #7d7265; }
.mood-note { position: absolute; left: 8%; bottom: 8%; width: 55%; min-height: 10rem; padding: 1.2rem; background: #fffaf5; box-shadow: 0 15px 35px rgba(76,47,56,.13); transform: rotate(-4deg); }
.mood-note span { color: var(--rose-dark); font-family: Georgia, serif; font-size: .65rem; font-style: italic; }
.mood-note b { display: block; margin: .65rem 0 1.3rem; color: var(--plum-deep); font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.mood-note i { display: block; width: 85%; height: 1px; margin-bottom: .55rem; background: #dbc9c4; }
.mood-note i:nth-last-child(2) { width: 65%; }.mood-note i:last-child { width: 75%; }
.mini-booking { position: absolute; z-index: 5; right: -1rem; bottom: 7%; width: 10.5rem; padding: 1rem; border-radius: 16px; background: var(--rose); color: white; box-shadow: 0 15px 30px rgba(99,48,62,.23); transform: rotate(3deg); }
.mini-booking span { font-size: .48rem; letter-spacing: .1em; text-transform: uppercase; }
.mini-booking b { display: block; margin: .45rem 0 .2rem; font-family: Georgia, serif; font-size: .9rem; font-weight: 500; }
.mini-booking small { color: #f0d4d8; font-size: .52rem; }
.mini-booking > i { position: absolute; right: .8rem; bottom: .75rem; font-style: normal; }
.line-flower { position: absolute; top: 5%; right: 18%; width: 15%; height: 18%; }
.line-flower i { position: absolute; bottom: 0; left: 50%; width: 1.2rem; height: 2rem; border: 1px solid #966d70; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.line-flower i:nth-child(1) { transform: rotate(-45deg); }.line-flower i:nth-child(2) { transform: rotate(0); }.line-flower i:nth-child(3) { transform: rotate(45deg); }

.booking-process { background: var(--blush-soft); }
.booking-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.booking-steps li { position: relative; padding: 1.6rem 0; border-bottom: 1px solid #ddc9c7; }
.booking-steps li > span { color: var(--rose-dark); font-family: Georgia, serif; font-size: .68rem; font-style: italic; }
.step-mark { width: 3rem; height: 3rem; display: grid; place-items: center; margin: 1.3rem 0; border: 1px solid #cdaeb0; border-radius: 50%; color: var(--rose-dark); font-size: 1.15rem; }
.booking-steps h3 { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.booking-steps p { margin: 0; font-size: .79rem; }

.values-section { background: white; }
.values-layout { display: grid; gap: 4rem; align-items: center; }
.values-quote { position: relative; min-height: 25rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; overflow: hidden; border-radius: 48% 48% 22px 22px / 28% 28% 22px 22px; background: linear-gradient(150deg, #c29497, #805b67); color: white; }
.values-quote::before { position: absolute; top: -15%; right: -15%; width: 80%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.values-quote > span { position: absolute; top: 17%; left: 12%; color: #e5c3c5; font-family: Georgia, serif; font-size: 7rem; line-height: .5; }
.values-quote p { position: relative; margin-bottom: 1rem; color: white; font-family: Georgia, serif; font-size: clamp(1.45rem, 4vw, 2.1rem); font-style: italic; line-height: 1.2; }
.values-quote small { color: #dbc3c8; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.value-grid { display: grid; }
.value-grid article { display: grid; grid-template-columns: 2rem 1fr; column-gap: .7rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.value-grid article > span { grid-row: 1 / 3; color: var(--rose-dark); font-family: Georgia, serif; font-size: .7rem; font-style: italic; }
.value-grid h3 { margin-bottom: .35rem; font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.value-grid p { margin: 0; font-size: .76rem; }

.treatments-section { background: var(--cream); }
.treatments-grid { display: grid; gap: 1rem; }
.treatment-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px 28px 10px 28px; background: white; }
.treatment-visual { position: relative; min-height: 18rem; overflow: hidden; }
.treatment-visual > span { position: absolute; right: 1rem; bottom: 1rem; padding: .38rem .6rem; border-radius: 99px; background: rgba(255,250,247,.82); color: var(--plum); font-size: .5rem; font-weight: 850; letter-spacing: .1em; backdrop-filter: blur(6px); }
.relax-visual { background: linear-gradient(150deg, #d6b2b5, #f0d7d0); }
.abstract-face { position: absolute; top: 10%; left: 22%; width: 60%; height: 95%; border-radius: 50% 50% 20% 20%; background: #ac7d84; }
.abstract-face::before { position: absolute; top: 10%; left: 22%; width: 56%; height: 49%; border-radius: 48%; background: #ebc8bc; content: ""; }
.abstract-face i { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.6); border-radius: 100% 0 100% 0; }
.abstract-face i:nth-child(1) { top: 23%; left: 10%; width: 30%; height: 20%; transform: rotate(-30deg); }.abstract-face i:nth-child(2) { top: 28%; right: 7%; width: 30%; height: 20%; transform: rotate(55deg); }.abstract-face i:nth-child(3) { bottom: 18%; left: -8%; width: 40%; height: 26%; }
.event-visual { background: linear-gradient(145deg, #d9c4b3, #f3e8dd); }
.abstract-profile { position: absolute; top: 12%; right: 8%; width: 72%; height: 92%; border-radius: 55% 45% 15% 15%; background: #b69186; }
.abstract-profile::before { position: absolute; top: 11%; left: 18%; width: 53%; height: 47%; border-radius: 50%; background: #efd4c4; content: ""; }
.abstract-profile::after { position: absolute; top: 6%; left: 10%; width: 65%; height: 42%; border-radius: 50%; background: #75575e; content: ""; clip-path: polygon(0 0, 100% 0, 82% 60%, 61% 32%, 40% 73%, 7% 47%); }
.abstract-profile i { position: absolute; z-index: 3; width: 2rem; height: .8rem; border-top: 1px solid #8b5a61; border-radius: 50%; }
.abstract-profile i:nth-child(1) { top: 30%; left: 25%; }.abstract-profile i:nth-child(2) { top: 30%; right: 29%; }.abstract-profile i:nth-child(3) { top: 43%; left: 41%; width: 1.4rem; border-bottom: 1px solid #9d686c; border-top: 0; }
.wellness-visual { background: linear-gradient(150deg, #a8a28f, #d9cfbc); }
.abstract-bed { position: absolute; right: -6%; bottom: 16%; width: 90%; height: 30%; border-radius: 50px 15px 15px 15px; background: #f3e9dc; box-shadow: 0 15px 30px rgba(71,63,53,.17); transform: rotate(-5deg); }
.abstract-bed::before { position: absolute; top: -22%; left: 3%; width: 25%; height: 55%; border-radius: 50%; background: #fff7ed; content: ""; }
.abstract-bed i { position: absolute; bottom: -4rem; width: 5px; height: 4.3rem; background: #71685b; }
.abstract-bed i:nth-child(1) { left: 15%; }.abstract-bed i:nth-child(2) { right: 15%; }.abstract-bed i:nth-child(3) { top: -10rem; right: 13%; width: 1px; height: 9rem; background: #6f7564; }
.treatment-copy { padding: 1.4rem; }
.treatment-copy h3 { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.treatment-copy p { font-size: .8rem; }
.treatment-copy ul { display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; list-style: none; }
.treatment-copy li { padding: .3rem .5rem; border-radius: 99px; background: var(--blush-soft); color: #846a72; font-size: .58rem; }

.price-section { background: var(--rose-dark); color: white; }
.price-layout { display: grid; gap: 3rem; align-items: center; }
.price-intro h2 { color: white; }
.price-intro > p:not(.eyebrow) { color: #e3cdd1; }
.price-note { display: flex; gap: .75rem; margin: 1.5rem 0 2rem; padding: 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.06); }
.price-note > span { flex: 0 0 1.5rem; width: 1.5rem; height: 1.5rem; display: grid; place-items: center; border: 1px solid #e4b9c0; border-radius: 50%; font-size: .65rem; font-weight: 850; }
.price-note p { margin: 0; color: #ead7da; font-size: .75rem; }
.price-list { overflow: hidden; border-radius: 24px; background: #fffaf6; box-shadow: 18px 18px 0 rgba(68,31,40,.15); }
.price-list > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--line); }
.price-list > div:last-child { border-bottom: 0; }
.price-list span { display: flex; flex-direction: column; }
.price-list b { color: var(--plum); font-family: Georgia, serif; font-size: .95rem; font-weight: 500; }
.price-list small { margin-top: .2rem; color: #a38b90; font-size: .55rem; }
.price-list strong { color: var(--rose-dark); font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; white-space: nowrap; }

.audience-section { background: white; }
.audience-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; max-width: 60rem; margin: 0 auto; padding: 0; list-style: none; }
.audience-pills li { padding: .7rem 1rem; border: 1px solid #dfcbca; border-radius: 999px; background: var(--ivory); color: #6f555e; font-family: Georgia, serif; font-size: .78rem; }
.audience-pills li:nth-child(3n+2) { background: var(--blush-soft); }

.faq-section { background: var(--blush-soft); }
.faq-layout { display: grid; gap: 3rem; }
.faq-intro .text-link { margin-top: 1rem; }
.faq-list { border-top: 1px solid #d9c2c2; }
.faq-list details { border-bottom: 1px solid #d9c2c2; }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; font-family: Georgia, serif; font-size: 1rem; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 50%; right: .4rem; width: 1.7rem; height: 1.7rem; border: 1px solid #c9aaad; border-radius: 50%; transform: translateY(-50%); }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: .65rem; height: 1px; background: var(--rose-dark); content: ""; transform: translate(-50%, -50%); transition: transform .2s; }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%); }
.faq-list details div { padding: 0 2.5rem 1.3rem 0; }
.faq-list details p { margin: 0; font-size: .82rem; }

.reservation-section { padding-block: 1rem 0; background: var(--blush-soft); }
.reservation-shell { display: grid; overflow: hidden; border-radius: 32px 32px 0 0; background: var(--plum-deep); box-shadow: var(--shadow); }
.reservation-copy { position: relative; padding: clamp(1.6rem, 5vw, 4rem); overflow: hidden; }
.reservation-copy::after { position: absolute; right: -6rem; bottom: -7rem; width: 17rem; height: 17rem; border: 1px solid rgba(255,255,255,.1); border-radius: 100% 0 100% 0; content: ""; transform: rotate(20deg); }
.reservation-copy h2 { position: relative; color: white; }
.reservation-copy > p:not(.eyebrow) { position: relative; color: #cbbcc0; }
.contact-options { position: relative; z-index: 2; display: grid; gap: .55rem; margin: 1.8rem 0; }
.contact-options a { display: flex; align-items: center; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.14); color: white; font-size: .76rem; font-weight: 730; text-decoration: none; overflow-wrap: anywhere; }
.contact-options a > span:first-child { flex: 0 0 2rem; width: 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #e0b8bd; }
.contact-options small { display: block; color: #9f8e93; font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.back-link { position: relative; z-index: 2; color: #e2bcc1; font-size: .73rem; font-weight: 750; text-decoration: none; }
.reservation-form { margin: .7rem; padding: 1.25rem; border-radius: 25px; background: var(--ivory); color: var(--plum-deep); }
.form-heading { margin-bottom: 1.3rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); text-align: center; }
.form-heading > span { color: var(--rose-dark); font-size: .55rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin: .45rem 0; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.form-heading p { margin: 0; font-size: .72rem; }
.reservation-form label { display: grid; gap: .4rem; margin-bottom: .85rem; color: #6b5159; font-size: .66rem; font-weight: 780; }
.reservation-form input, .reservation-form textarea { width: 100%; border: 1px solid #dccac7; border-radius: 12px; background: white; color: var(--plum-deep); }
.reservation-form input { min-height: 3rem; padding: .7rem; }
.reservation-form textarea { padding: .7rem; resize: vertical; }
.reservation-form input::placeholder, .reservation-form textarea::placeholder { color: #aa969a; }
.reservation-form .button { width: 100%; border: 0; }
.form-note { margin: .65rem 0 0; color: #928086; font-size: .6rem; text-align: center; }

.site-footer { padding-top: 5rem; background: #281a20; color: white; }
.brand-light { color: white; }
.brand-light .brand-mark { border-color: #8a6974; }
.brand-light .brand-mark i { border-color: #d8abb3; }
.footer-main { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand p { margin: 1rem 0 0; color: #947f86; font-size: .77rem; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; gap: .55rem; }
.footer-main nav strong, .footer-contact strong { margin-bottom: .4rem; color: #d2a8ae; font-family: Georgia, serif; font-size: .7rem; font-weight: 500; letter-spacing: .08em; }
.footer-main nav a, .footer-contact a { color: #ad9ba1; font-size: .74rem; text-decoration: none; }
.footer-main nav a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { display: flex; flex-direction: column; gap: .35rem; padding-block: 1.2rem; border-top: 1px solid #49353e; }
.footer-bottom p { margin: 0; color: #7e6c72; font-size: .61rem; }

@media (min-width: 620px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(odd) { padding-right: 1.3rem; border-right: 1px solid rgba(255,255,255,.14); }
  .trust-grid article:nth-child(even) { padding-left: 1.3rem; }
  .trust-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .desire-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-steps { grid-template-columns: repeat(2, 1fr); border-top: 1px solid #ddc9c7; border-left: 1px solid #ddc9c7; }
  .booking-steps li { min-height: 18rem; padding: 1.5rem; border-right: 1px solid #ddc9c7; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid article:nth-child(odd) { padding-right: 1rem; border-right: 1px solid var(--line); }
  .value-grid article:nth-child(even) { padding-left: 1rem; }
  .treatments-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-card:last-child { grid-column: 1 / -1; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 800px) {
  .heading-row { grid-template-columns: 1.35fr .65fr; align-items: end; }
  .heading-row > p { justify-self: end; }
  .experience-layout, .price-layout, .faq-layout { grid-template-columns: .9fr 1.1fr; gap: 4.5rem; }
  .values-layout { grid-template-columns: .8fr 1.2fr; gap: 5rem; }
  .treatments-grid { grid-template-columns: repeat(3, 1fr); }
  .treatment-card:last-child { grid-column: auto; }
  .reservation-shell { grid-template-columns: 1fr .9fr; }
  .reservation-form { padding: 2rem; }
}

@media (min-width: 960px) {
  .header-inner { min-height: 5rem; }
  .nav-toggle { display: none; }
  .site-nav { position: static; max-height: none; display: flex; flex-direction: row; align-items: center; gap: .1rem; overflow: visible; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav > a:not(.button) { padding: .6rem .55rem; font-size: .69rem; }
  .site-nav .button { margin-left: .4rem; }
  .hero-layout { grid-template-columns: 1fr .92fr; gap: 5rem; }
  .salon-preview { min-height: 40rem; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid article { padding: .2rem 1.2rem !important; border-right: 1px solid rgba(255,255,255,.14) !important; border-bottom: 0; }
  .trust-grid article:first-child { padding-left: 0 !important; }
  .trust-grid article:last-child { padding-right: 0 !important; border-right: 0 !important; }
  .desire-layout { grid-template-columns: .82fr 1.18fr; gap: 6rem; }
  .desire-visual { min-height: 42rem; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 23rem; padding: 1.6rem; }
  .booking-steps { grid-template-columns: repeat(4, 1fr); }
  .booking-steps li { min-height: 22rem; }
  .values-quote { min-height: 37rem; padding: 2.5rem; }
  .treatment-card:nth-child(2) { transform: translateY(2rem); }
  .price-layout { gap: 6rem; }
}

@media (min-width: 1180px) {
  .container { width: min(calc(100% - 4rem), var(--container)); }
  .site-nav > a:not(.button) { padding-inline: .72rem; }
}

@media (max-width: 420px) {
  h1 { font-size: 2.7rem; }
  .brand strong { font-size: 1rem; }
  .brand small { max-width: 10.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-actions .button { width: 100%; }
  .salon-preview { min-height: 29rem; }
  .service-badge { left: 0; width: 9rem; }
  .appointment-card { width: 11.8rem; }
  .round-label { right: .2rem; }
  .price-list > div { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
