:root {
  --ink: #2d2930;
  --muted: #6f6870;
  --ivory: #faf7f3;
  --paper: #fffdf9;
  --sage: #8e9d98;
  --sage-dark: #57525b;
  --blush: #dcc3bd;
  --champagne: #c8b38d;
  --plum: #382146;
  --line: rgba(45, 41, 48, 0.14);
  --shadow: 0 24px 80px rgba(45, 41, 48, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 248, 242, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(36, 49, 47, 0.22);
  border-radius: 3px;
  background: #48494b;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

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

.site-nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 122px clamp(20px, 6vw, 80px) 72px;
  overflow: hidden;
  background: #ede5d7;
}

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

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 247, 243, 0.97) 0%, rgba(250, 247, 243, 0.8) 42%, rgba(250, 247, 243, 0.18) 78%),
    linear-gradient(0deg, rgba(45, 41, 48, 0.2), rgba(45, 41, 48, 0.02));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.hero-logo-text {
  display: inline-grid;
  gap: 5px;
  width: min(520px, 82vw);
  margin-bottom: 28px;
  padding: 24px 28px;
  border-radius: 4px;
  background: #48494b;
  color: #fff;
  box-shadow: var(--shadow);
  font-size: clamp(34px, 5.5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-logo-text span:first-child {
  font-weight: 800;
}

.hero-logo-text span:last-child {
  font-weight: 300;
}

.eyebrow,
.section-kicker {
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.98;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 540px;
  color: #4f5e59;
  font-size: clamp(18px, 2vw, 22px);
}

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

.button,
.contact-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: var(--ivory);
}

.button.ghost {
  border: 1px solid rgba(36, 49, 47, 0.22);
  background: rgba(255, 253, 249, 0.62);
}

.strip,
.section,
.price-section,
.split-section,
.contact-section {
  padding: clamp(68px, 9vw, 116px) clamp(20px, 6vw, 80px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.image-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 12px;
  padding: 12px;
  background: var(--ink);
}

.image-band img {
  width: 100%;
  height: clamp(260px, 34vw, 520px);
  object-fit: cover;
}

.image-band img:first-child {
  object-position: center top;
}

.intro p,
.section-heading p,
.split-copy p,
.contact-section p {
  color: var(--muted);
  font-size: 18px;
}

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

.section-heading.compact {
  margin-bottom: 26px;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.treatment-card {
  overflow: hidden;
  min-height: 520px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(36, 49, 47, 0.06);
}

.treatment-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 24px;
}

.card-icon {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--champagne);
  font-family: Georgia, serif;
  font-size: 34px;
}

.treatment-card p,
.feature-row p,
.steps span,
.site-footer p {
  color: var(--muted);
}

.treatment-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.treatment-card li {
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: #44534f;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  gap: clamp(26px, 6vw, 80px);
  align-items: stretch;
  background: #eaf0ea;
}

.practitioner-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.practitioner-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.before-after-section,
.quote-section {
  padding: clamp(68px, 9vw, 116px) clamp(20px, 6vw, 80px);
}

.before-after-section {
  background: var(--paper);
}

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

.detail-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.detail-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.detail-grid figcaption {
  min-height: 70px;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
}

.quote-section {
  background: #e9e5df;
}

.price-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-table {
  display: grid;
  border-top: 1px solid rgba(36, 49, 47, 0.18);
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(36, 49, 47, 0.14);
  font-size: clamp(17px, 2vw, 22px);
}

.price-row strong {
  color: var(--sage-dark);
  font-family: Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 400;
  white-space: nowrap;
}

.price-note {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--muted);
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.steps div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(36, 49, 47, 0.16);
}

.quote-panel {
  display: grid;
  align-content: end;
  min-height: 340px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: var(--plum);
  color: var(--ivory);
  box-shadow: var(--shadow);
}

.quote-panel p {
  font-family: Georgia, serif;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.12;
}

.quote-panel span {
  color: var(--blush);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.muted {
  background: #f6efe7;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-row div {
  padding: 24px 0;
  border-top: 1px solid rgba(36, 49, 47, 0.18);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.85fr);
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  background: var(--paper);
}

.contact-link {
  width: 100%;
  justify-content: flex-start;
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--sage-dark);
}

.contact-link.featured {
  background: var(--plum);
  color: var(--ivory);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 6vw, 80px);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--ivory);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .image-band,
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
    padding: 12px 16px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 18px;
    background: rgba(251, 248, 242, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: grid;
    gap: 16px;
  }

  .hero {
    min-height: 88vh;
    padding: 104px 20px 44px;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(250, 247, 243, 0.98) 0%, rgba(250, 247, 243, 0.86) 56%, rgba(250, 247, 243, 0.24) 100%),
      linear-gradient(0deg, rgba(45, 41, 48, 0.18), rgba(45, 41, 48, 0.02));
  }

  .hero-content {
    align-self: end;
  }

  .treatment-grid,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .treatment-card {
    min-height: auto;
  }

  .image-band,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .steps div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    display: grid;
  }
}
