:root {
  --sage-deep: #52543f;
  --sage: #84846c;
  --sage-soft: #c0c0b4;
  --rose: #b5807f;
  --blush: #e9d2cc;
  --peach: #ead7c7;
  --clay: #c9a38c;
  --cream: #f3e7db;
  --ink: #35332a;
  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Space Grotesk", system-ui, sans-serif;
  --maxw: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

.tag {
  font-family: var(--font-sans);
  letter-spacing: .26em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.arch { border-radius: 1000px 1000px 18px 18px; }

.reveal {
  opacity: 0;
  transition: all .9s cubic-bezier(.2,.75,.2,1);
  transform: translateY(30px) scale(.99);
}
.reveal.in { opacity: 1; transform: none; }

/* header */
header {
  z-index: 60;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--ink);
  background: #f3e7dbd1;
  position: sticky;
  top: 0;
}
.bar { justify-content: space-between; align-items: center; padding: 12px 22px; display: flex; }
.brand {
  font-family: var(--font-serif);
  letter-spacing: -.01em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: .92;
}
.brand small {
  font-family: var(--font-sans);
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--sage);
  font-size: .5rem;
  font-weight: 500;
  display: block;
}
.navpill {
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
  gap: 4px;
  padding: 4px;
  display: none;
}
.navpill a {
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: .74rem;
  font-weight: 500;
  transition: all .2s;
}
.navpill a:hover { background: var(--ink); color: var(--cream); }

/* buttons */
.pill {
  font-family: var(--font-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--cream);
  border: 2px solid var(--ink);
  cursor: pointer;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: .76rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}
.pill:hover { background: var(--rose); border-color: var(--rose); }
.pill.ghost { color: var(--ink); background: none; }
.pill.ghost:hover { background: var(--ink); color: var(--cream); }

/* hero */
.hero { padding: 8vw 0 6vw; position: relative; }
.hero .tag { color: var(--rose); }
.h1 {
  font-family: var(--font-serif);
  letter-spacing: -.035em;
  color: var(--sage-deep);
  margin: 14px 0;
  font-size: clamp(2.8rem, 15.5vw, 9rem);
  font-weight: 900;
  line-height: .84;
}
.h1 .it { color: var(--rose); margin-left: .12em; font-style: italic; font-weight: 500; display: block; }
.h1 .out { -webkit-text-stroke: 2px var(--sage-deep); color: transparent; display: block; }
.heroimg {
  aspect-ratio: 4 / 5;
  background: var(--sage-soft);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.heroimg img { object-fit: cover; width: 100%; height: 100%; }
.badge {
  background: var(--rose);
  width: 118px;
  height: 118px;
  color: var(--cream);
  text-align: center;
  font-family: var(--font-serif);
  z-index: 3;
  border-radius: 50%;
  place-items: center;
  font-size: .92rem;
  font-style: italic;
  line-height: 1.1;
  animation: spin 18s linear infinite;
  display: grid;
  position: absolute;
  top: -46px;
  right: -6px;
  box-shadow: 0 12px 28px -10px #00000059;
}
@keyframes spin { to { transform: rotate(360deg); } }
.herolead { max-width: 34ch; margin: 20px 0 24px; font-size: clamp(1rem, 4.4vw, 1.25rem); }
.herocta { flex-wrap: wrap; gap: 12px; display: flex; }

/* manifesto */
.manifesto {
  background: var(--sage-deep);
  color: var(--cream);
  padding: clamp(54px, 11vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.manifesto:before {
  content: "\2740";
  color: #e9d2cc12;
  font-size: 40vw;
  font-family: var(--font-serif);
  position: absolute;
  top: -12vw;
  right: -6vw;
}
.manifesto-text { flex-direction: column; gap: 16px; max-width: 48ch; display: flex; position: relative; }
.manifesto p {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 3.4vw, 1.65rem);
  font-weight: 500;
  line-height: 1.45;
}
.manifesto-brand { color: var(--blush); margin-top: 8px; font-size: clamp(1.7rem, 5vw, 2.6rem); font-style: italic; font-weight: 900; }
.manifesto-close { color: var(--blush); font-size: clamp(1.4rem, 4vw, 2rem); font-style: italic; }

/* treatments */
.treat { padding: clamp(48px, 9vw, 100px) 0; }
.treat-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  margin-bottom: 18px;
  display: flex;
}
.treat-head h2 {
  font-family: var(--font-serif);
  color: var(--sage-deep);
  letter-spacing: -.02em;
  font-size: clamp(2.2rem, 9vw, 4.2rem);
  font-weight: 900;
  line-height: .9;
}
.treat-head p { opacity: .85; max-width: 34ch; font-size: .92rem; }

.treatment-index { border-top: 2px solid var(--ink); }
.t-row {
  border-bottom: 2px solid var(--ink);
  cursor: pointer;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 22px 4px;
  transition: all .3s;
  display: grid;
  position: relative;
}
.t-row:hover { background: linear-gradient(90deg, #b5807f1f, transparent); padding-left: 18px; }
.t-no { font-family: var(--font-serif); color: var(--rose); font-size: 1.1rem; font-style: italic; }
.t-name { flex-direction: column; gap: 3px; display: flex; }
.t-name b { font-family: var(--font-serif); color: var(--sage-deep); font-size: clamp(1.3rem, 5.4vw, 2.1rem); font-weight: 600; line-height: 1; }
.t-name .t-k { letter-spacing: .2em; text-transform: uppercase; color: var(--sage); font-size: .66rem; }
.t-right { align-items: center; gap: 16px; display: flex; }
.t-price { font-family: var(--font-serif); color: var(--sage-deep); font-size: clamp(1.2rem, 5vw, 1.7rem); font-weight: 600; }
.t-dur { letter-spacing: .14em; text-transform: uppercase; color: var(--sage); font-size: .7rem; display: none; }
.t-thumb { aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; grid-column: 1 / -1; width: 100%; margin-top: 14px; display: none; }
.t-toggle {
  border: 2px solid var(--ink);
  width: 26px;
  height: 26px;
  font-family: var(--font-serif);
  color: var(--ink);
  border-radius: 50%;
  place-items: center;
  font-size: 1.1rem;
  line-height: 1;
  transition: all .25s;
  display: grid;
}
.t-toggle.open { background: var(--ink); color: var(--cream); transform: rotate(45deg); }
.t-desc {
  display: none;
  max-width: 64ch;
  color: var(--ink);
  flex-direction: column;
  grid-column: 1 / -1;
  gap: 12px;
  margin-top: 14px;
  font-size: .95rem;
  line-height: 1.7;
}
.t-desc.open { display: flex; }
.t-desc p { opacity: .9; }
.t-bullets { flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; display: flex; }
.t-bullets li { opacity: .9; padding-left: 20px; position: relative; }
.t-bullets li:before { content: "\2740"; color: var(--rose); font-size: .7rem; position: absolute; top: .3em; left: 0; }

.t-peek {
  pointer-events: none;
  opacity: 0;
  z-index: 40;
  background-position: 50%;
  background-size: cover;
  border-radius: 600px 600px 14px 14px;
  width: 230px;
  height: 290px;
  transition: opacity .35s, transform .35s;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(-4deg) scale(.9);
  box-shadow: 0 24px 50px -18px #0006;
}
.t-peek.show { opacity: 1; transform: translate(-50%, -50%) rotate(-4deg) scale(1); }

@media (min-width: 760px) {
  .t-dur { display: block; }
  .navpill { display: flex; }
  .heroimg { aspect-ratio: 21 / 9; }
  .badge { width: 140px; height: 140px; font-size: 1rem; top: -30px; right: 6vw; }
}
@media (max-width: 759px) {
  .t-thumb { display: block; }
}
@media (min-width: 1040px) {
  .h1 { font-size: clamp(6rem, 16vw, 12rem); }
}

/* booking */
.book {
  background: var(--rose);
  color: var(--cream);
  text-align: center;
  padding: clamp(54px, 11vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.book:before, .book:after {
  content: "";
  background: #f3e7db1f;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  position: absolute;
}
.book:before { top: -30vw; left: -20vw; }
.book:after { bottom: -34vw; right: -22vw; }
.book-inner { z-index: 2; position: relative; }
.book .tag { color: var(--cream); opacity: .85; }
.book h2 {
  font-family: var(--font-serif);
  letter-spacing: -.03em;
  margin: 14px 0 16px;
  font-size: clamp(2.6rem, 12vw, 6rem);
  font-weight: 900;
  line-height: .86;
}
.book h2 em { font-style: italic; font-weight: 500; }
.book p { opacity: .95; max-width: 42ch; margin: 0 auto 26px; }
.book-cta { flex-wrap: wrap; justify-content: center; gap: 12px; display: flex; }
.book .pill { background: var(--cream); color: var(--rose); border-color: var(--cream); }
.book .pill:hover { background: var(--sage-deep); color: var(--cream); border-color: var(--sage-deep); }
.book .pill.ghost { color: var(--cream); border-color: var(--cream); background: none; }
.book .pill.ghost:hover { background: var(--cream); color: var(--rose); }
.note { flex-wrap: wrap; justify-content: center; gap: 8px 30px; margin-top: 26px; font-size: .82rem; font-weight: 500; display: flex; }

/* footer */
footer { background: var(--sage-deep); color: var(--cream); text-align: center; padding: 36px 0; }
.footer-brand { font-family: var(--font-serif); color: var(--cream); font-size: 1.6rem; font-weight: 900; }
footer p { opacity: .65; margin-top: 8px; font-size: .74rem; }

/* whatsapp floating button */
.whatsapp-fab {
  z-index: 60;
  background: var(--ink);
  border-radius: 50%;
  place-items: center;
  width: 56px;
  height: 56px;
  transition: all .25s;
  display: grid;
  position: fixed;
  bottom: 18px;
  right: 18px;
  box-shadow: 0 14px 30px -10px #00000073;
}
.whatsapp-fab:hover { transform: translateY(-3px) rotate(-6deg); }
.whatsapp-fab svg { width: 28px; height: 28px; fill: var(--cream); }
