:root {
  --cream: #f7eee8;
  --cream-light: #fbf6f2;
  --sage: #525a42;
  --sage-dark: #3f4633;
  --rose: #b87963;
  --rose-soft: #d5a28f;
  --ink: #34362f;
  --line: #d9c4b8;
  --white: #fffdfa;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --script: "Brush Script MT", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behaviour: smooth; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-light);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 5vw, 70px);
  background: rgba(251, 246, 242, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217,196,184,.7);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-mark {
  font-family: var(--serif);
  color: var(--sage);
  font-size: 25px;
  letter-spacing: -5px;
}
.brand-name {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 3px;
  color: var(--sage-dark);
}
.header-cta {
  text-decoration: none;
  border: 1px solid var(--sage);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--sage-dark);
}

.hero {
  min-height: calc(100vh - 70px);
  display: grid;
  grid-template-columns: 1fr .82fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  max-width: 1250px;
  margin: auto;
  padding: 70px clamp(24px, 6vw, 90px);
}
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker {
  color: var(--rose);
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 16px;
}
.eyebrow span { padding: 0 6px; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--sage-dark);
}
h1 {
  font-size: clamp(52px, 7vw, 92px);
  line-height: .98;
  margin: 0 0 18px;
  max-width: 700px;
}
h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 18px;
}
h3 { margin: 0; }
.hero-lead {
  font-family: var(--script);
  color: var(--sage);
  font-size: clamp(26px, 3vw, 40px);
  margin: 0 0 16px;
}
.hero-text {
  max-width: 560px;
  color: #5d5b54;
  font-size: 17px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-block;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(63,70,51,.12); }
.button-primary { background: var(--sage); color: var(--white); }
.button-secondary { border: 1px solid var(--line); color: var(--sage-dark); }
.button-light { background: var(--white); color: var(--sage-dark); }
.phone { color: var(--rose); letter-spacing: 2px; margin-top: 22px; }
.hero-art {
  padding: 12px;
  border: 1px solid var(--line);
  background: #f2e4dc;
}
.hero-art img { width: 100%; height: auto; }

.section {
  max-width: 1250px;
  margin: auto;
  padding: 105px clamp(24px, 6vw, 90px);
}
.intro { text-align: center; }
.section-intro {
  max-width: 720px;
  margin: 0 auto 55px;
  color: #66635d;
  font-size: 17px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-grid article {
  padding: 34px 30px;
  border-right: 1px solid var(--line);
}
.feature-grid article:last-child { border-right: 0; }
.feature-number { color: var(--rose); letter-spacing: 2px; font-size: 12px; }
.feature-grid h3 { font-size: 30px; margin: 9px 0; }
.feature-grid p { margin: 0; color: #66635d; }

.services { background: var(--cream); max-width: none; padding-left: max(24px, calc((100% - 1070px)/2)); padding-right: max(24px, calc((100% - 1070px)/2)); }
.section-heading { text-align: center; margin-bottom: 48px; }
.section-heading > p:last-child { color: #66635d; margin: 0; }
.service-layout {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 65px;
  align-items: center;
}
.service-list { display: grid; gap: 55px; }
.service-group h3 { font-size: 31px; margin-bottom: 20px; }
.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: end;
  padding: 12px 0;
  border-bottom: 1px dotted #c7aa9b;
  font-family: var(--serif);
  font-size: 18px;
}
.price-row strong { color: var(--rose); font-weight: 400; }
.service-image img { width: 100%; box-shadow: 0 15px 40px rgba(63,70,51,.08); }

.wellbeing {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 70px;
  align-items: center;
}
.wellbeing-copy > p:not(.section-kicker) { color: #66635d; max-width: 620px; }
.wellbeing-cards { margin-top: 30px; }
.wellbeing-cards article {
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.treatment-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.treatment-head h3 { font-size: 29px; }
.treatment-head strong { color: var(--rose); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.wellbeing-cards em { color: var(--rose); font-family: var(--serif); }
.wellbeing-cards p { margin: 7px 0 0; color: #66635d; }
.wellbeing-image img { width: 100%; border: 1px solid var(--line); }

.parties {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 70px;
  align-items: center;
  background: var(--cream);
  max-width: none;
  padding-left: max(24px, calc((100% - 1070px)/2));
  padding-right: max(24px, calc((100% - 1070px)/2));
}
.parties-image img { width: 100%; border: 1px solid var(--line); }
.large-script {
  font-family: var(--script);
  color: var(--sage);
  font-size: 31px;
  margin: -5px 0 18px;
}
.parties-copy > p:not(.section-kicker):not(.large-script) { color: #66635d; }
.parties-copy ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.parties-copy li { padding: 18px 18px 18px 0; border-bottom: 1px solid var(--line); }
.parties-copy li:nth-child(odd) { border-right: 1px solid var(--line); margin-right: 18px; }
.parties-copy li strong { display: block; font-family: var(--serif); color: var(--sage-dark); font-size: 18px; font-weight: 400; }
.parties-copy li span { display: block; color: #66635d; font-size: 14px; margin-top: 5px; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.gallery img {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--cream);
  transition: transform .25s ease;
}
.gallery img:hover { transform: translateY(-5px); }

.closing {
  text-align: center;
  background: var(--sage);
  color: #f8f4ed;
  padding: 100px 24px;
}
.closing .eyebrow { color: #e5c0b1; }
.closing h2 { color: #fffaf4; max-width: 800px; margin: auto; }
.closing p:not(.eyebrow) { max-width: 620px; margin: 22px auto 30px; color: #e5e3da; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(24px, 6vw, 90px);
  background: var(--sage-dark);
  color: #dddacf;
  font-size: 11px;
  letter-spacing: 2px;
}

@media (max-width: 850px) {
  .hero, .service-layout, .wellbeing, .parties { grid-template-columns: 1fr; }
  .hero { padding-top: 45px; }
  .hero-art { max-width: 580px; margin: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border-bottom: 0; }
  .service-layout { gap: 45px; }
  .wellbeing-image { max-width: 600px; margin: auto; }
  .parties-image { max-width: 600px; margin: auto; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; }
}

@media (max-width: 560px) {
  .site-header { padding: 12px 16px; }
  .brand-name { font-size: 12px; letter-spacing: 2px; }
  .header-cta { padding: 7px 12px; font-size: 11px; }
  h1 { font-size: 50px; }
  h2 { font-size: 42px; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .parties-copy ul { grid-template-columns: 1fr; }
  .parties-copy li:nth-child(odd) { border-right: 0; margin-right: 0; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img:last-child { grid-column: auto; max-width: 100%; }
  footer { flex-direction: column; }
}
