:root {
  --ink: #2f2434;
  --muted: #706672;
  --plum: #6f3d79;
  --plum-dark: #56305f;
  --lilac: #a77bb1;
  --pale: #f5eef8;
  --pale-2: #eee2f2;
  --rose: #d5a1b3;
  --sage: #91aa9f;
  --white: #fffdfc;
  --line: #e5d9e8;
  --shadow: 0 24px 70px rgba(64, 37, 70, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.topbar {
  height: 86px;
  padding: 0 clamp(24px, 6vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 253, 252, 0.88);
  border-bottom: 1px solid rgba(229, 217, 232, 0.8);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-lotus { width: 48px; color: var(--plum); }
.brand span, .footer-brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: Georgia, serif; font-size: 16px; }
.brand small { color: var(--plum); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-top: 5px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-size: 14px; }
nav a:not(.nav-cta) { color: var(--muted); transition: color .2s ease; }
nav a:hover { color: var(--plum); }
.nav-cta, .primary-button {
  border: 0;
  border-radius: 999px;
  background: var(--plum);
  color: white;
  padding: 13px 20px;
  font-weight: 750;
  box-shadow: 0 12px 26px rgba(111, 61, 121, .2);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.nav-cta:hover, .primary-button:hover { transform: translateY(-2px); background: var(--plum-dark); box-shadow: 0 16px 32px rgba(111, 61, 121, .28); color: white; }

.hero {
  min-height: calc(100vh - 86px);
  padding: clamp(70px, 10vw, 132px) clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgba(213,161,179,.32), transparent 31%),
    linear-gradient(135deg, #fffdfc 0%, #fbf7fc 60%, #f2e8f5 100%);
}
.eyebrow { color: var(--plum); font-size: 11px; font-weight: 850; letter-spacing: .17em; }
.hero h1, .section-heading h2, .contact-copy h2, .therapy-modal h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  margin: 22px 0 24px;
  line-height: .98;
}
.hero h1 { font-size: clamp(48px, 6.2vw, 86px); max-width: 850px; }
.hero-copy > p { font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; color: var(--muted); max-width: 690px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; }
.text-link { color: var(--plum); font-weight: 800; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 44px; color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-row span::before { content: "✦"; color: var(--rose); margin-right: 8px; }

.hero-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: saturate(.8); }
.orb-one { width: 420px; height: 420px; background: linear-gradient(145deg, var(--pale-2), #d9bfdc); }
.orb-two { width: 250px; height: 250px; right: 0; bottom: 15px; border: 1px solid rgba(111,61,121,.17); }
.art-card {
  width: min(390px, 88%);
  aspect-ratio: .83;
  border-radius: 190px 190px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--plum);
  background: rgba(255,253,252,.78);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 2;
}
.hero-lotus { width: 180px; margin-bottom: 34px; }
.art-card span { color: var(--muted); font-size: 15px; }
.art-card strong { font-family: Georgia, serif; font-size: 28px; margin-top: 7px; color: var(--ink); }
.floating-note { position: absolute; z-index: 4; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 11px 16px; font-size: 12px; font-weight: 750; box-shadow: 0 14px 34px rgba(64,37,70,.11); }
.note-one { left: 0; top: 18%; }
.note-two { right: 0; bottom: 19%; }

.catalog-section { padding: 112px clamp(24px, 7vw, 110px); background: #fff; }
.section-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: end; }
.section-heading h2, .contact-copy h2 { font-size: clamp(40px, 4.7vw, 66px); }
.section-heading > p { color: var(--muted); line-height: 1.75; font-size: 16px; max-width: 590px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 44px 0 32px; }
.filter { border: 1px solid var(--line); background: white; color: var(--muted); padding: 10px 17px; border-radius: 999px; cursor: pointer; font-weight: 700; transition: all .2s ease; }
.filter:hover, .filter.active { color: white; background: var(--plum); border-color: var(--plum); }
.therapy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.therapy-card { border: 1px solid var(--line); border-radius: 24px; padding: 27px; min-height: 315px; display: flex; flex-direction: column; background: linear-gradient(160deg, #fff 66%, #faf6fb); transition: transform .25s ease, box-shadow .25s ease; }
.therapy-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(64,37,70,.1); }
.therapy-topline { display: flex; align-items: center; justify-content: space-between; }
.therapy-symbol { width: 44px; height: 44px; border-radius: 50%; background: var(--pale); display: grid; place-items: center; color: var(--plum); font-family: Georgia, serif; font-size: 25px; }
.duration { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.therapy-card h3 { font-family: Georgia, serif; font-size: 24px; margin: 28px 0 12px; }
.therapy-card p { color: var(--muted); line-height: 1.58; margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.tags span { color: var(--plum); background: var(--pale); padding: 6px 9px; border-radius: 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.therapy-card > button { margin-top: auto; padding: 0; border: 0; background: transparent; text-align: left; color: var(--plum); font-weight: 800; cursor: pointer; }
.therapy-card > button span { float: right; }
.catalog-note { margin-top: 28px; padding: 25px 30px; border-radius: 18px; display: grid; grid-template-columns: .35fr 1fr; gap: 30px; background: var(--pale); }
.catalog-note strong { font-family: Georgia, serif; font-size: 20px; }
.catalog-note p { margin: 0; color: var(--muted); line-height: 1.55; }

.contact-section { padding: 112px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); background: var(--pale); }
.contact-copy > p { color: var(--muted); line-height: 1.7; max-width: 580px; }
.contact-copy dl { margin: 42px 0; border-top: 1px solid #dacbdf; }
.contact-copy dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #dacbdf; }
.contact-copy dt { font-size: 11px; color: var(--plum); letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.contact-copy dd { margin: 0; font-weight: 700; }
blockquote { margin: 42px 0 0; padding-left: 24px; border-left: 3px solid var(--rose); font-family: Georgia, serif; font-size: 21px; line-height: 1.45; }
.booking-card { align-self: start; background: white; border: 1px solid var(--line); border-radius: 30px; padding: clamp(26px, 4vw, 48px); box-shadow: var(--shadow); }
.booking-title { display: flex; align-items: flex-start; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.booking-title > span { width: 44px; height: 44px; border-radius: 50%; background: var(--plum); color: white; display: grid; place-items: center; font-family: Georgia, serif; font-weight: 800; }
.booking-title small { color: var(--plum); letter-spacing: .1em; font-size: 10px; font-weight: 850; }
.booking-title h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: 25px; }
form { margin-top: 28px; }
label { display: grid; gap: 8px; font-size: 12px; font-weight: 800; margin-bottom: 18px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); padding: 14px 15px; outline: none; transition: border .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--lilac); box-shadow: 0 0 0 4px rgba(167,123,177,.13); }
textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.optional { color: var(--muted); font-weight: 500; }
.full { width: 100%; }
.privacy-note { text-align: center; color: var(--muted); font-size: 10px; margin: 13px 0 0; }
.request-ready { text-align: center; padding: 28px 0 4px; }
.check { width: 58px; height: 58px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--sage); font-size: 26px; }
.request-ready h3 { font-family: Georgia, serif; font-size: 30px; margin: 9px 0 18px; }
.request-text { text-align: left; padding: 19px; background: var(--pale); border-radius: 14px; color: var(--muted); line-height: 1.6; }
.reset-button { border: 0; background: transparent; color: var(--plum); font-weight: 800; margin: 18px 0; cursor: pointer; }
.request-ready small { display: block; color: var(--muted); }

footer { padding: 32px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; background: var(--ink); color: white; }
footer .brand-lotus { color: #c9a9d0; }
.footer-brand strong { font-family: Georgia, serif; }
.footer-brand small, footer p { color: #cbbfce; margin-top: 5px; font-size: 11px; }
footer a { font-size: 12px; font-weight: 800; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(47,36,52,.6); backdrop-filter: blur(7px); }
.modal-backdrop[hidden] { display: none; }
.therapy-modal { width: min(540px, 100%); position: relative; background: var(--white); border-radius: 28px; padding: 42px; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.modal-close { position: absolute; top: 18px; right: 20px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 24px; cursor: pointer; }
.therapy-symbol.large { width: 60px; height: 60px; margin-bottom: 26px; font-size: 32px; }
.therapy-modal h2 { font-size: 45px; margin: 16px 0; }
.therapy-modal > p { color: var(--muted); line-height: 1.7; }
.modal-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.modal-meta span { background: var(--pale); color: var(--plum); border-radius: 999px; padding: 8px 12px; font-size: 11px; font-weight: 750; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { min-height: 480px; }
  .section-heading, .contact-section { grid-template-columns: 1fr; }
  .therapy-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-note { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 640px) {
  .topbar { height: 74px; padding-inline: 18px; }
  .brand-lotus { width: 39px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; }
  .nav-cta { padding: 11px 14px; font-size: 12px; }
  .hero { min-height: auto; padding: 70px 20px 55px; }
  .hero h1 { font-size: 46px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-art { min-height: 390px; }
  .orb-one { width: 310px; height: 310px; }
  .art-card { width: 280px; }
  .hero-lotus { width: 130px; }
  .art-card strong { font-size: 22px; }
  .floating-note { font-size: 10px; }
  .catalog-section, .contact-section { padding: 80px 20px; }
  .therapy-grid { grid-template-columns: 1fr; }
  .therapy-card { min-height: 285px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-copy dl div { grid-template-columns: 100px 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .therapy-modal { padding: 34px 24px 26px; }
  .therapy-modal h2 { font-size: 37px; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: rise .65s ease-out both; }
  .hero-art { animation: rise .85s .08s ease-out both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
