:root {
  --ink: #171413;
  --muted: #6b625d;
  --paper: #fffaf4;
  --surface: #ffffff;
  --gold: #b88942;
  --gold-dark: #7f5b2d;
  --sage: #46665d;
  --rose: #f3dfda;
  --line: rgba(23, 20, 19, 0.12);
  --shadow: 0 24px 80px rgba(36, 28, 23, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 244, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: min(190px, 42vw);
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 44px);
  font-size: 0.92rem;
  color: var(--muted);
}

.nav a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--gold-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle,
.call-link,
.button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  background: var(--surface);
  color: var(--ink);
}

.lang-toggle {
  min-width: 48px;
}

.call-link,
.button.primary {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.button.ghost {
  color: var(--gold-dark);
  background: transparent;
  border-color: rgba(184, 137, 66, 0.45);
}

.hero {
  min-height: 96vh;
  display: grid;
  align-items: end;
  padding: 120px clamp(18px, 5vw, 72px) 52px;
  position: relative;
  overflow: hidden;
  background: #ece5dc;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.98);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 244, 0.94), rgba(255, 250, 244, 0.74) 44%, rgba(255, 250, 244, 0.18) 100%);
}

.hero-content {
  width: min(760px, 100%);
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 8rem);
  line-height: 0.92;
  letter-spacing: 0;
  max-width: 10ch;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.lead {
  margin: 22px 0 0;
  max-width: 670px;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  color: #3c3531;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.quick-facts span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 20, 19, 0.08);
  color: #3d352f;
  font-size: 0.9rem;
  font-weight: 700;
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) 1.18fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #fff;
}

.intro-grid,
.proof-grid {
  display: grid;
  gap: 14px;
}

.intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intro-grid article,
.proof-grid div,
.hours-panel,
.contact-actions a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(36, 28, 23, 0.06);
}

.intro-grid article {
  padding: 22px;
}

.intro-grid strong {
  display: block;
  margin-bottom: 8px;
}

.intro-grid p,
.section-heading p,
.treatment-panel p,
.booking-copy li,
.contact p,
.site-footer p,
.hours-panel p {
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.treatments {
  background: linear-gradient(180deg, #fffaf4, #f5f0ea);
}

.treatment-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  align-items: start;
}

.treatment-tabs {
  display: grid;
  gap: 8px;
  position: sticky;
  top: 92px;
}

.treatment-tabs button {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  text-align: left;
  padding: 0 16px;
  cursor: pointer;
}

.treatment-tabs button.active {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}

.treatment-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.92fr) 1.08fr;
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(16px, 3vw, 32px);
  box-shadow: var(--shadow);
}

.treatment-panel.active {
  display: grid;
}

.treatment-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.treatment-panel a {
  color: var(--gold-dark);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.booking {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(28px, 6vw, 84px);
  background: #1c1917;
  color: #fff;
}

.booking .section-kicker {
  color: #d7b06d;
}

.booking-copy li {
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.hours-panel {
  padding: 24px;
  background: #fffaf4;
  color: var(--ink);
}

.hours-panel dl {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.hours-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.hours-panel dt {
  color: var(--muted);
}

.hours-panel dd {
  margin: 0;
  font-weight: 850;
}

.proof {
  background: #fff;
}

.proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid div {
  min-height: 160px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proof-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  color: var(--sage);
}

.proof-grid span {
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 84px);
  background: var(--rose);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-actions a {
  min-height: 108px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.contact-actions span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-actions strong {
  font-size: 1.06rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px) 92px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-start;
}

.mobile-cta {
  display: none;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

  .intro,
  .booking,
  .contact,
  .treatment-layout,
  .treatment-panel {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .proof-grid,
  .contact-actions {
    grid-template-columns: 1fr 1fr;
  }

  .treatment-tabs {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .treatment-tabs button {
    text-align: center;
    padding: 0 8px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 14px;
    gap: 12px;
  }

  .brand img {
    width: 156px;
  }

  .call-link {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 104px 18px 38px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 250, 244, 0.72) 54%, rgba(255, 250, 244, 0.28));
  }

  h1 {
    font-size: clamp(3rem, 18vw, 5rem);
    max-width: 8ch;
  }

  .section {
    padding: 56px 18px;
  }

  .intro-grid,
  .proof-grid,
  .contact-actions,
  .treatment-tabs {
    grid-template-columns: 1fr;
  }

  .treatment-panel {
    padding: 14px;
  }

  .hours-panel dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 92px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 244, 0.94);
    box-shadow: 0 18px 60px rgba(23, 20, 19, 0.22);
    backdrop-filter: blur(18px);
  }

  .mobile-cta a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 850;
  }

  .mobile-cta a:first-child {
    color: #fff;
    background: var(--ink);
  }

  .mobile-cta a:last-child {
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
  }
}
