:root {
  --paper: #fffdf9;
  --warm: #f7f4ee;
  --card: #ffffff;
  --ink: #1c2428;
  --muted: #6d777d;
  --line: #e6ded2;
  --green: #126f68;
  --green-dark: #0d5751;
  --sand: #c6a56d;
  --sand-soft: #efe4d4;
  --footer: #10181d;
  --shadow: 0 18px 50px rgba(28, 36, 40, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; }
img, svg { display: block; max-width: 100%; }
svg { fill: currentColor; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 60px;
  padding: 8px clamp(16px, 5vw, 64px);
  border-bottom: 1px solid rgba(230, 222, 210, .9);
  background: rgba(255, 253, 249, .95);
  backdrop-filter: blur(14px);
}
.brand img { width: auto; max-width: 112px; max-height: 42px; object-fit: contain; }
.header-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 750;
}
.main-nav a, .site-footer a { text-decoration: none; }
.main-nav a:hover, .site-footer a:hover { color: var(--green-dark); }
.header-socials {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(198,165,109,.36);
  border-radius: 50%;
  color: var(--sand);
  background: transparent;
  text-decoration: none;
}
.header-socials a:hover {
  border-color: var(--green);
  color: var(--green);
}
.header-socials svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.menu-toggle {
  display: none;
  justify-self: end;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .78fr);
  align-items: center;
  gap: clamp(26px, 5vw, 70px);
  min-height: auto;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 92% 12%, rgba(198,165,109,.22), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #fbf8f1 58%, #efe6d9 100%);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 6.2vw, 5.7rem);
  line-height: .94;
}
h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  line-height: 1.04;
}
h3 { margin: 0 0 10px; font-size: 1.08rem; line-height: 1.25; }
.hero-role {
  margin: 18px 0 0;
  color: var(--sand);
  font-size: 1.05rem;
  font-weight: 850;
}
.hero-lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hero-note {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .92rem;
}
.hero-portrait {
  margin: 0;
  width: min(100%, 520px);
  justify-self: end;
  padding: 12px;
  border: 1px solid rgba(198,165,109,.35);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.hero-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  max-height: min(580px, calc(100vh - 120px));
  border-radius: 14px;
  background: #000;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease;
}
.btn.primary { color: white; background: var(--green); }
.btn.primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn.secondary { color: var(--ink); background: white; border-color: var(--line); }
.btn.secondary:hover { border-color: var(--sand); transform: translateY(-1px); }
.btn.full { width: 100%; border-radius: 10px; }
.btn.small { min-height: 40px; padding: 9px 14px; border-radius: 8px; }
.btn:disabled {
  cursor: not-allowed;
  opacity: .48;
  transform: none;
}

.section, .booking {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
}
.section-heading {
  max-width: 780px;
  margin-bottom: 26px;
}
.section-heading p, .intro-copy, .booking-copy p, .legal-page p, .service-card p {
  color: var(--muted);
}
.intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(22px, 6vw, 82px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}
.intro-copy {
  max-width: 760px;
  font-size: 1.02rem;
}

.treatments-section { background: var(--paper); }
.treatments-heading { margin-inline: auto; text-align: center; }
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.service-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  box-shadow: 0 1px 0 rgba(28,36,40,.03);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198,165,109,.55);
  box-shadow: var(--shadow);
}
.service-number {
  display: block;
  margin-bottom: 22px;
  color: var(--sand);
  font-size: .82rem;
  font-weight: 900;
}
.service-card p { margin: 0 0 18px; }
.service-card a {
  align-self: end;
  width: fit-content;
  color: var(--green-dark);
  font-size: .92rem;
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(18,111,104,.35);
}

.booking {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background: var(--warm);
}
.booking-copy { max-width: 720px; }
.booking-assurance {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--sand);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
}
.booking-assurance strong { color: var(--ink); }
.form-shell, .success-panel {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(230,222,210,.8);
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
}
.lead-form { display: grid; gap: 15px; }
.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: .95rem;
  font-weight: 780;
}
input, select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #d7cabd;
  border-radius: 10px;
  color: var(--ink);
  background: #fffdfa;
  font: inherit;
}
input::placeholder { color: #8b9499; }
input:focus, select:focus {
  outline: 3px solid rgba(18,111,104,.16);
  border-color: var(--green);
  background: white;
}
.checkbox {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
}
.checkbox input { min-height: auto; margin-top: 5px; accent-color: var(--green); }
.checkbox a { color: var(--green-dark); font-weight: 850; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding: 34px clamp(18px, 5vw, 72px);
  color: #d8e3df;
  background: var(--footer);
}
.site-footer h2 {
  margin: 0 0 12px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}
.site-footer a, .link-button {
  display: block;
  margin: 8px 0;
  color: #d8e3df;
}
.footer-logo {
  width: min(220px, 100%);
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 14px;
}
.footer-brand p, .footer-contact p { margin: 8px 0; color: #c8d5d0; }
.footer-map-link {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 10px !important;
  color: #d4b87d !important;
  font-weight: 850;
  text-underline-offset: 4px;
}
.footer-links a, .link-button { text-align: left; text-decoration: none; }
.link-button { padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; }
.footer-map {
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: #0b1118;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  filter: grayscale(.12) contrast(.95);
}
.footer-note {
  margin: 2px 0 0;
  color: #9fb0aa;
  font-size: .88rem;
}
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212,184,125,.38);
  border-radius: 50%;
  color: #d4b87d;
}
.social-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.cookie-banner {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto;
  padding: 14px 44px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.cookie-banner[hidden] {
  display: none !important;
}
.cookie-banner h2 {
  margin: 0 0 4px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}
.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cookie-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f2eee8;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: white;
  background: #1f9d63;
  box-shadow: var(--shadow);
}
.whatsapp-float svg { width: 30px; height: 30px; }

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 84px) 18px;
}
.legal-page h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}
.legal-page h2 {
  margin-top: 26px;
  font-family: Inter, sans-serif;
  font-size: 1.16rem;
}
.updated { color: var(--green-dark); font-weight: 800; }

@media (min-width: 700px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .booking { grid-template-columns: minmax(0, .9fr) minmax(330px, .8fr); gap: clamp(26px, 5vw, 62px); }
  .cookie-banner { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 1040px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1.05fr 1.1fr .8fr 1.35fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 940px) {
  .site-header { grid-template-columns: auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .header-center {
    display: none;
    grid-column: 1 / -1;
  }
  .header-center.is-open {
    display: grid;
    gap: 4px;
    justify-content: stretch;
    padding: 8px 0 10px;
    border-top: 1px solid var(--line);
  }
  .main-nav, .header-socials {
    justify-content: stretch;
  }
  .main-nav {
    display: grid;
    gap: 0;
  }
  .main-nav a {
    padding: 10px 0;
  }
  .header-socials {
    display: flex;
    justify-content: flex-start;
    padding-top: 6px;
  }
  .hero, .intro { grid-template-columns: 1fr; }
  .hero {
    min-height: auto;
    padding-top: 34px;
  }
  .hero-portrait {
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .site-header { min-height: 56px; }
  h1 { font-size: clamp(2.35rem, 14vw, 3.35rem); }
  h2 { font-size: clamp(1.85rem, 11vw, 2.55rem); }
  .hero-actions .btn { width: 100%; }
  .service-card { min-height: auto; padding: 18px; }
  .service-number { margin-bottom: 16px; }
  .form-shell, .success-panel { box-shadow: 0 10px 30px rgba(28,36,40,.08); }
  .cookie-banner { bottom: 10px; left: 10px; right: 10px; }
  .whatsapp-float { width: 50px; height: 50px; }
}
