:root {
  --ink: #17352f;
  --ink-soft: #49645e;
  --cream: #fbf8f0;
  --paper: #fffdf8;
  --mint: #dceee5;
  --teal: #176b61;
  --teal-dark: #0e4f48;
  --coral: #ed765f;
  --yellow: #f2c963;
  --line: rgba(23, 53, 47, .16);
  --shadow: 0 22px 60px rgba(23, 53, 47, .12);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}
img { max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { display: block; width: 172px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 16px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--teal); }
.menu-button { display: none; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 13px 25px; border: 2px solid var(--teal); border-radius: 100px; background: var(--teal); color: white; font-weight: 700; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); border-color: var(--teal-dark); }
.button-small { min-height: 44px; padding: 8px 20px; }
.button-quiet { color: var(--teal); background: transparent; }
.button-quiet:hover { color: white; }
.text-link { display: inline-block; font-weight: 700; color: var(--teal); text-underline-offset: 5px; }

.hero { overflow: hidden; padding: 90px 0 80px; background: linear-gradient(145deg, var(--cream), #f3f0e3); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Fraunces", Georgia, serif; line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(54px, 7vw, 92px); }
h1 em { color: var(--teal); font-style: normal; }
h2 { font-size: clamp(42px, 5vw, 64px); }
h3 { line-height: 1.25; }
.hero-lead { max-width: 670px; margin: 28px 0; font-size: 22px; color: var(--ink-soft); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 36px 0 0; padding: 0; list-style: none; font-size: 15px; font-weight: 600; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--teal); }
.hero-art { position: relative; min-height: 520px; border-radius: 50% 50% 42% 58% / 47% 38% 62% 53%; background: var(--mint); }
.sun { position: absolute; top: 50px; right: 45px; width: 165px; height: 165px; border-radius: 50%; background: var(--yellow); }
.motion-ring { position: absolute; border: 20px solid var(--coral); border-radius: 50%; }
.ring-one { width: 290px; height: 290px; left: 45px; top: 100px; border-right-color: transparent; transform: rotate(-24deg); }
.ring-two { width: 170px; height: 170px; left: 160px; top: 205px; border-width: 14px; border-left-color: transparent; transform: rotate(28deg); }
.hero-card { position: absolute; right: -15px; bottom: 45px; width: min(330px, 75%); padding: 26px; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.hero-card span, .hero-card strong { display: block; }
.hero-card-kicker { margin-bottom: 8px; color: var(--coral); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-card strong { font-family: "Fraunces", Georgia, serif; font-size: 26px; line-height: 1.2; }
.hero-card span:last-child { margin-top: 8px; color: var(--ink-soft); font-size: 14px; }

.intro-strip { padding: 35px 0; color: white; background: var(--ink); }
.strip-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.strip-grid p { max-width: 900px; margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 25px; line-height: 1.4; }
.strip-grid a { color: var(--yellow); font-weight: 700; white-space: nowrap; }

.section { padding: 110px 0; }
.section-heading { max-width: 650px; }
.section-heading > p:not(.eyebrow) { color: var(--ink-soft); font-size: 20px; }
.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; max-width: none; align-items: end; }
.split-heading > p { margin: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 65px; }
.benefit-card { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.benefit-card:nth-child(2) { background: var(--mint); }
.benefit-card .number { color: var(--coral); font-weight: 700; }
.benefit-card h3 { margin: 35px 0 10px; font-family: "Fraunces", Georgia, serif; font-size: 28px; }
.benefit-card p { margin: 0; color: var(--ink-soft); }

.section-book { background: var(--cream); }
.booking-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; padding: 60px; border-radius: var(--radius); color: white; background: var(--teal-dark); }
.booking-intro p:not(.eyebrow) { color: rgba(255,255,255,.8); }
.booking-intro .eyebrow { color: var(--yellow); }
.small-note { font-size: 14px; }
.schedule { padding: 12px 0; }
.schedule-row { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.schedule-row:first-child { padding-top: 0; }
.schedule-row span, .schedule-row strong { display: block; }
.schedule-row div > span { color: var(--yellow); font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.schedule-row strong { font-size: 27px; }
.duration { font-size: 14px; color: rgba(255,255,255,.65); }
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.booking-panel .button { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.booking-panel .button:hover { background: white; border-color: white; }
.booking-panel .button-quiet { background: transparent; border-color: rgba(255,255,255,.5); color: white; }
.venue-phone { margin: 20px 0 0; font-size: 14px; color: rgba(255,255,255,.72); }

.section-treatments { background: var(--mint); }
.treatments-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.service-list article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.service-list article:first-child { padding-top: 0; }
.service-list h3 { margin: 0 0 6px; font-family: "Fraunces", Georgia, serif; font-size: 28px; }
.service-list p { margin: 0; color: var(--ink-soft); }
.location-note { margin-top: 30px !important; padding: 20px; border-radius: 14px; background: rgba(255,255,255,.55); font-size: 15px; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.portrait-placeholder { min-height: 630px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 48% 48% 24px 24px; background: linear-gradient(160deg, var(--yellow), var(--coral)); }
.portrait-placeholder::before, .portrait-placeholder::after { content: ""; position: absolute; border: 20px solid rgba(255,255,255,.42); border-radius: 50%; }
.portrait-placeholder::before { width: 310px; height: 310px; top: 90px; left: -50px; }
.portrait-placeholder::after { width: 220px; height: 220px; bottom: 30px; right: -40px; }
.portrait-placeholder span { z-index: 1; padding: 12px 18px; border-radius: 50px; background: var(--paper); font-weight: 700; }
.large-copy { font-family: "Fraunces", Georgia, serif; font-size: 25px; line-height: 1.45; }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.bbc-callout { display: grid; gap: 8px; margin: 36px 0; padding: 25px; border-left: 5px solid var(--coral); background: var(--cream); }
.bbc-callout > span { color: var(--coral); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bbc-callout strong { font-family: "Fraunces", Georgia, serif; font-size: 21px; }
.bbc-callout a { color: var(--teal); font-size: 15px; font-weight: 700; }
details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 18px 0; font-weight: 700; }

.section-contact { padding-top: 20px; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 60px; border-radius: var(--radius); background: var(--yellow); }
.contact-panel p { max-width: 560px; }
.contact-links { display: grid; gap: 14px; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 24px; border-radius: 14px; background: var(--paper); text-decoration: none; }
.contact-links span { color: var(--ink-soft); }
.contact-links strong { color: var(--teal); }

.site-footer { padding: 65px 0 30px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-logo { width: 170px; filter: brightness(0) invert(1); }
.site-footer p { color: rgba(255,255,255,.72); font-size: 15px; }
.site-footer a { color: white; }
.copyright { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }

@media (max-width: 900px) {
  .nav-wrap { min-height: 74px; }
  .menu-button { display: block; padding: 9px 14px; border: 1px solid var(--line); border-radius: 9px; background: transparent; color: var(--ink); font: inherit; font-size: 15px; font-weight: 700; }
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero-grid, .split-heading, .booking-panel, .treatments-grid, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-art { min-height: 410px; }
  .section { padding: 80px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .split-heading, .booking-panel, .treatments-grid, .about-grid, .contact-panel { gap: 42px; }
  .portrait,
  .portrait img { min-height: 520px; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 20px; }
  body { font-size: 17px; }
  .brand img { width: 145px; }
  h1 { font-size: 51px; }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 19px; }
  .actions, .booking-actions { align-items: stretch; flex-direction: column; }
  .actions .text-link { text-align: center; }
  .hero-art { min-height: 340px; }
  .sun { width: 120px; height: 120px; }
  .ring-one { width: 220px; height: 220px; left: 20px; }
  .ring-two { width: 130px; height: 130px; left: 110px; top: 175px; }
  .hero-card { bottom: 24px; right: 10px; }
  .strip-grid { grid-template-columns: 1fr; gap: 15px; }
  .benefit-grid { margin-top: 38px; }
  .booking-panel, .contact-panel { padding: 32px 24px; }
  .schedule-row { align-items: flex-start; flex-direction: column; gap: 6px; }
  .treatments-grid, .about-grid { gap: 55px; }
  .portrait,
  .portrait img { min-height: 420px; }
  .contact-links a { flex-direction: column; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

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

.portrait {
  min-height: 630px;
  overflow: hidden;
  border-radius: 48% 48% 24px 24px;
  background: var(--mint);
}

.portrait img {
  width: 100%;
  height: 100%;
  min-height: 630px;
  display: block;
  object-fit: cover;
  object-position: center top;
}