:root {
  --red: #bd132d;
  --red-dark: #8e0f22;
  --ink: #171415;
  --brand-gray: #5b5b5e;
  --muted: #6f686a;
  --paper: #fdfcfb;
  --soft: #f4f0ee;
  --line: #ddd7d5;
  --white: #fff;
  --shell: min(1200px, calc(100vw - 64px));
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.menu-open,
body.dialog-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  background: rgba(253, 252, 251, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(30, 19, 21, .05); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { flex: 0 0 auto; }
.brand img { width: 184px; height: 62px; object-fit: contain; object-position: left center; }

.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a {
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-nav > a:hover,
.site-nav > a:focus-visible { color: var(--red); }
.nav-book {
  min-height: 46px;
  padding: 0 21px;
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 0;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-book:hover, .nav-book:focus-visible { background: var(--red-dark); border-color: var(--red-dark); }
.menu-button { display: none; }

.hero { min-height: 800px; padding: 126px 0 72px; }
.hero-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(54px, 8vw, 120px); }
.hero-copy { padding: 42px 0; }
.kicker,
.section-label {
  margin: 0 0 24px;
  color: var(--red);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1,
.intro h2,
.section-heading h2,
.results h2,
.location h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { font-size: clamp(4.2rem, 7.2vw, 7.2rem); }
.hero-text { max-width: 540px; margin: 31px 0 37px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--ink);
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.button-primary { color: var(--white); background: var(--red); border-color: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); border-color: var(--red-dark); }
.button-secondary { color: var(--ink); background: transparent; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--white); background: var(--ink); }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 44px; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-note span { color: var(--muted); font-size: .78rem; }

.hero-media { position: relative; height: 650px; margin: 0; }
.hero-media::before { content: ""; position: absolute; inset: -18px -18px 42px 52%; background: var(--red); }
.hero-media picture { position: relative; display: block; width: 100%; height: 100%; }
.hero-media img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; }
.hero-media figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(18, 12, 13, .82));
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.intro { padding: 112px 0; color: var(--white); background: var(--brand-gray); }
.intro-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; }
.intro .section-label {
  color: var(--white);
  text-shadow: none;
}
.intro h2 { max-width: 850px; font-size: clamp(3rem, 5vw, 5.4rem); }
.intro-layout > div > p { max-width: 690px; margin: 36px 0 0; color: #f0eeee; font-size: 1.08rem; }

.treatments { padding: 120px 0 128px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 64px; }
.section-heading h2,
.results h2,
.location h2 { font-size: clamp(3.3rem, 5.6vw, 5.9rem); }
.section-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); }

.treatment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.treatment-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color .25s ease, background .25s ease;
}
.treatment-card:hover { color: var(--white); background: var(--red); }
.card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.treatment-card:hover .card-top,
.treatment-card:hover > p { color: #f7dce1; }
.treatment-card h3 { margin: 48px 0 16px; font-family: var(--display); font-size: clamp(2rem, 2.8vw, 2.8rem); font-weight: 400; line-height: 1.05; letter-spacing: -.03em; }
.treatment-card > p { max-width: 340px; margin: 0 0 36px; color: var(--muted); font-size: .94rem; transition: color .25s ease; }
.card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: auto; }
.card-footer strong { font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.card-footer button {
  padding: 8px 0;
  color: currentColor;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.results { padding: 122px 0; background: var(--soft); }
.results-layout { display: grid; grid-template-columns: .8fr 1.15fr .72fr; align-items: center; gap: 30px; }
.results-copy { padding-right: 36px; }
.results-copy > p:not(.section-label) { max-width: 430px; margin: 28px 0 32px; color: var(--muted); }
.text-button {
  padding: 8px 0;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-button:hover, .text-button:focus-visible { color: var(--red); border-color: var(--red); }
.result-image { position: relative; margin: 0; overflow: hidden; background: #e3ddda; }
.result-image-wide { height: 590px; }
.result-image-square { height: 410px; }
.result-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.result-image-wide img { object-position: 64% center; }
.result-image-square img { object-position: center; }
.result-image:hover img { transform: scale(1.025); }
.result-image figcaption { position: absolute; inset: auto 0 0; padding: 15px 18px; color: var(--white); background: rgba(23, 20, 21, .86); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.location { padding: 96px 0; color: var(--white); background: var(--brand-gray); }
.location-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.section-label-light { color: var(--white); text-shadow: none; }
.location-details {
  display: grid;
  gap: 38px;
  padding-left: clamp(28px, 4vw, 58px);
  border-left: 1px solid rgba(255, 255, 255, .24);
}
.location address { font-style: normal; font-size: 1.12rem; }
.location-contact { display: grid; gap: 8px; }
.location-contact p { margin: 0; color: #ececed; font-size: .93rem; }
.location-contact a { color: var(--white); font-size: 1.05rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.location-contact a:hover, .location-contact a:focus-visible { text-decoration-color: transparent; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-light { color: var(--red); background: var(--white); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { background: #f5e9eb; }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.72); }
.button-outline:hover, .button-outline:focus-visible { color: var(--red); background: var(--white); border-color: var(--white); }

.site-footer { padding: 48px 0 60px; }
.footer-layout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.footer-layout > img { width: 174px; height: 62px; object-fit: contain; object-position: left center; }
.footer-layout > p { margin: 0; color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-layout nav { display: flex; gap: 25px; }
.footer-layout nav a { text-decoration: none; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.footer-layout nav a:hover, .footer-layout nav a:focus-visible { color: var(--red); }
.footer-layout .copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); }
.mobile-book { display: none; }

.booking-dialog {
  width: min(1100px, calc(100vw - 40px));
  height: min(830px, calc(100dvh - 48px));
  max-width: none;
  max-height: none;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  box-shadow: 0 34px 100px rgba(23, 10, 13, .25);
  overflow: hidden;
}
.booking-dialog::backdrop { background: rgba(20, 15, 16, .72); backdrop-filter: blur(6px); }
.booking-panel { height: 100%; min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.booking-header { position: sticky; z-index: 2; top: 0; min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 28px; background: var(--paper); border-bottom: 1px solid var(--line); }
.booking-header p { margin: 0 0 3px; color: var(--red); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.booking-header h2 { margin: 0; font-family: var(--display); font-size: 1.9rem; font-weight: 400; line-height: 1.1; }
.booking-close { padding: 9px 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--ink); cursor: pointer; font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.booking-body { position: relative; min-height: 0; overflow: hidden; background: #f6f7f8; }
.booking-body iframe { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 0; display: block; border: 0; opacity: 0; transition: opacity .25s ease; }
.booking-body iframe.is-ready { opacity: 1; }
.booking-loading { position: absolute; inset: 56px 28px auto; margin: 0; color: var(--muted); font-size: .9rem; }
.booking-footer { display: flex; justify-content: space-between; gap: 24px; padding: 15px 28px; color: var(--muted); background: var(--paper); border-top: 1px solid var(--line); font-size: .76rem; }
.booking-footer a { color: var(--ink); font-weight: 700; }

.error-page { min-height: 100dvh; padding: 0; background: var(--paper); }
.error-panel { min-height: 100dvh; display: grid; align-items: center; padding: 72px 0; }
.error-content { max-width: 760px; }
.error-content > img { width: 180px; height: auto; margin-bottom: 72px; }
.error-content h1 { max-width: 680px; margin: 0 0 24px; font-family: var(--display); font-size: clamp(4rem, 9vw, 7.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.error-content > p:not(.kicker) { max-width: 590px; margin: 0 0 34px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }

@media (max-width: 1020px) {
  :root { --shell: min(850px, calc(100vw - 44px)); }
  .site-nav { gap: 22px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(3.8rem, 7.6vw, 5.6rem); }
  .hero-media { height: 590px; }
  .treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .results-layout { grid-template-columns: 1fr 1fr; }
  .results-copy { grid-column: 1 / -1; max-width: 720px; padding: 0 0 28px; }
  .result-image-wide, .result-image-square { height: 520px; }
  .location-layout { grid-template-columns: 1fr; gap: 40px; }
  .location-details { padding: 30px 0 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .24); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  body { padding-bottom: 68px; }
  .header-inner { height: 74px; }
  .brand img { width: 156px; height: 56px; }
  .menu-button { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 9px 0 9px 12px; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
  .menu-label { font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
  .menu-lines { width: 26px; display: grid; gap: 6px; }
  .menu-lines i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 94px 26px 26px; background: var(--paper); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav > a { font-family: var(--display); font-size: 2.7rem; font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .nav-book { width: 100%; min-height: 56px; margin-top: 10px; }

  .hero { min-height: 0; padding: 106px 0 74px; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(3.9rem, 17vw, 5.4rem); }
  .hero-text { margin: 25px 0 31px; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-note { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; margin-top: 32px; }
  .hero-note span:last-child { grid-column: 1 / -1; }
  .hero-media { height: 500px; }
  .hero-media::before { inset: -10px -10px 38px 58%; }
  .hero-media figcaption { padding-inline: 16px; }

  .intro, .treatments, .results, .location { padding: 82px 0; }
  .intro-layout, .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .intro h2, .section-heading h2, .results h2, .location h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .intro-layout > div > p { margin-top: 26px; font-size: 1rem; }
  .section-heading { align-items: start; margin-bottom: 42px; }
  .section-heading > p { margin-top: 12px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 300px; padding: 26px 22px; }
  .treatment-card h3 { margin-top: 38px; font-size: 2.35rem; }
  .card-footer { align-items: center; }
  .results-layout { grid-template-columns: 1fr; gap: 18px; }
  .results-copy { padding-bottom: 28px; }
  .result-image-wide { height: 430px; }
  .result-image-square { height: 360px; }
  .location-actions { display: grid; grid-template-columns: 1fr; }
  .location-actions .button { width: 100%; }

  .footer-layout { grid-template-columns: 1fr; gap: 18px; }
  .footer-layout > img { width: 156px; }
  .footer-layout > p:first-of-type { display: none; }
  .footer-layout nav { flex-wrap: wrap; gap: 12px 20px; }
  .footer-layout .copyright { margin-top: 8px; }

  .mobile-book { position: fixed; z-index: 48; inset: auto 0 0; width: 100%; height: 62px; display: block; color: var(--white); background: var(--red); border: 0; cursor: pointer; font-size: .8rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; box-shadow: 0 -8px 30px rgba(43, 13, 18, .12); }

  .booking-dialog { width: 100vw; height: 100dvh; max-height: none; margin: 0; }
  .booking-panel { height: 100dvh; min-height: 0; }
  .booking-header { min-height: 78px; padding: 15px 17px; }
  .booking-header h2 { font-size: 1.45rem; }
  .booking-close { font-size: .7rem; }
  .booking-body { min-height: 0; }
  .booking-body iframe { min-height: 0; }
  .booking-footer { padding: 14px 17px; flex-direction: column; gap: 4px; }
}

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