:root {
  --ink: #090909;
  --paper: #fff;
  --muted: #73736e;
  --line: rgba(9, 9, 9, .14);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.nav-shell {
  position: sticky;
  top: 0;
  height: 78px;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.brand img { width: 164px; }
nav { gap: 27px; font-size: 12px; }

.button {
  border-radius: 999px;
  letter-spacing: .12em;
  transition: transform .25s ease, background .25s ease;
}

.hero {
  min-height: 720px;
  grid-template-columns: minmax(0, 57%) minmax(420px, 43%);
  background: var(--paper);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8vw 110px;
}

.hero-copy h1 {
  max-width: 850px;
  font-size: clamp(36px, 3.8vw, 62px);
  line-height: .88;
  letter-spacing: -.065em;
}

.hero-copy h1 em { color: var(--muted); }
.hero-intro { max-width: 560px; font-size: 19px; }
.trust-row { left: 8vw; bottom: 38px; }
.hero-gallery {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: #111;
}

.hero-photo { margin: 0; overflow: hidden; }
.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.hero-photo-main {
  position: absolute;
  inset: 0;
}
.hero-photo-main img {
  object-position: 43% center;
  transform: scale(1.015);
}
.hero-photo-detail {
  position: absolute;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 48px);
  z-index: 2;
  width: clamp(210px, 42%, 350px);
  height: clamp(185px, 34%, 265px);
  border: 7px solid #fff;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .34);
}
.hero-photo-detail img { object-position: 58% center; }
.hero-gallery::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .62);
  pointer-events: none;
}
.hero-gallery:hover .hero-photo-main img { transform: scale(1.035); }

.intro-section { padding-top: 120px; padding-bottom: 120px; }
.intro-section h2 { font-size: clamp(40px, 3.8vw, 58px); }
.intro-section > div[data-cms-html] { color: #68615b; font-size: 17px; }

.services {
  gap: 0;
  margin-bottom: 110px;
  background: #fff;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.service-card {
  min-height: 410px;
  background: var(--paper);
  color: var(--ink);
  border-right: 1px solid var(--ink);
}

.service-card.service-dark {
  background: #fff;
  color: var(--ink);
}

.service-card:last-child { border-right: 0; }
.service-card.service-accent { background: #fff; }
.service-card h3 { font-size: clamp(36px, 3vw, 50px); }

.fragrance-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  min-height: 680px;
  margin: 0 5vw 120px;
  background: #f1f1ed;
}

.fragrance-visual { position: relative; min-height: 680px; overflow: hidden; }
.fragrance-visual > img { width: 100%; height: 100%; object-fit: cover; }
.fragrance-count { position: absolute; right: 24px; bottom: 24px; display: grid; min-width: 150px; padding: 22px 24px; color: #fff; background: var(--ink); }
.fragrance-count strong { font-family: Georgia, serif; font-size: 47px; font-weight: 400; line-height: 1; }
.fragrance-count span { margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fragrance-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(42px, 5vw, 88px); }
.fragrance-copy h2 { max-width: 590px; margin-bottom: 28px; font-size: clamp(48px, 5vw, 76px); line-height: .95; letter-spacing: -.05em; }
.fragrance-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 18px; color: #62625e; font-size: 16px; line-height: 1.7; }
.fragrance-copy > div[data-cms-html] { max-width: 570px; color: #62625e; font-size: 16px; line-height: 1.7; }
.fragrance-copy > div[data-cms-html] p { margin: 0 0 18px; }
.fragrance-points { display: grid; gap: 0; margin-top: 18px; border-top: 1px solid var(--ink); }
.fragrance-points span { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fragrance-copy .text-link { align-self: flex-start; margin-top: 30px; }

.price-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.price-heading > div[data-cms-html] { max-width: 430px; margin: 28px 0 36px; color: #b9b1a7; }
.price-heading > div[data-cms-html] p { margin: 0; }

.salon-quote { background: #deded8; }
.salon-details > div[data-cms-html] { max-width: 520px; margin: 30px 0; color: #68615b; }
.salon-details > div[data-cms-html] p { margin: 0; }

.booking-section {
  color: var(--ink);
  background: #fff;
  padding: 120px 5vw 150px;
  border-top: 1px solid var(--ink);
}

.booking-heading { margin-bottom: 55px; }
.booking-heading > p:not(.eyebrow) { color: #666; }
.booking-heading > div[data-cms-html] { color: #666; }
.booking-heading > div[data-cms-html] p { margin: 0; }

.booking-app {
  max-width: 1220px;
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.booking-progress span {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 0 28px;
  color: #999;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-progress span:last-child { border-right: 0; }
.booking-progress span.active, .booking-progress span.done { color: var(--ink); }
.booking-progress b { font-size: 10px; }
.booking-progress .done b { color: #4a8b63; }
.booking-layout {
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr);
  min-height: 650px;
}

.booking-sidebar {
  padding: 42px 30px;
  color: #fff;
  background: var(--ink);
}

.booking-sidebar > img {
  width: 150px;
  height: auto;
  margin-bottom: 55px;
}

.booking-sidebar > p {
  margin-bottom: 30px;
  color: #aaa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.booking-sidebar > div {
  display: grid;
  gap: 6px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.booking-sidebar small {
  color: #999;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.booking-sidebar strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.booking-sidebar span { color: #bbb; font-size: 12px; }
.booking-content { min-width: 0; padding: 54px; }

.booking-title {
  display: flex;
  gap: 24px;
  align-items: baseline;
  margin-bottom: 36px;
}

.booking-title span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.booking-title h3 {
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -.045em;
}

.booking-hint { margin: -20px 0 34px 48px; color: #777; font-size: 13px; }

.treatment-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
}

.treatment-categories { display: grid; gap: 38px; }
.treatment-category { min-width: 0; }
.treatment-category-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #111;
}
.treatment-category-title span {
  color: #8a8a84;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.treatment-category-title h4 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.treatment {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 25px;
  min-height: 78px;
  padding: 18px 56px 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: background .2s ease, padding-left .2s ease;
}

.treatment:nth-child(odd) { border-right: 0; }
.treatment:hover { padding-left: 28px; background: #f3f3ef; }
.treatment.selected { color: #fff; background: var(--ink); }
.treatment.selected .treatment-meta { color: #bbb; }
.treatment.selected .treatment-meta i { border-color: #777; }
.treatment-name { font-family: Georgia, serif; font-size: 18px; }
.treatment-meta { color: #777; font-size: 12px; }
.treatment-meta i { display: inline-block; width: 18px; border-top: 1px solid #aaa; vertical-align: 3px; }
.treatment-arrow { position: absolute; top: 25px; right: 20px; font-size: 20px; }

.booking-selection-bar {
  position: sticky;
  bottom: 18px;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  margin-top: 38px;
  padding: 15px 16px 15px 22px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
}
.booking-selection-bar > span { font-size: 13px; }
.booking-selection-bar > span strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.booking-selection-error { color: #ffb6b6; font-size: 11px; }
.booking-selection-bar button {
  min-width: 130px;
  padding: 14px 20px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-selection-bar button:disabled { opacity: .35; cursor: default; }

.provider-grid { display: grid; gap: 12px; max-width: 680px; }
.provider-card {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 14px 22px 14px 14px;
  text-align: left;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.provider-card:hover { color: #fff; background: var(--ink); }
.provider-avatar {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 28px;
}
.provider-card:hover .provider-avatar { color: var(--ink); background: #fff; }
.provider-card > span:nth-child(2) { display: grid; gap: 5px; }
.provider-card strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.provider-card small { color: #777; font-size: 11px; }
.provider-card i { font-size: 20px; font-style: normal; }

.booking-back {
  margin-bottom: 25px;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.selected-treatment, .booking-summary {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px 24px;
  background: #f3f3ef;
  border-radius: 14px;
}

.selected-treatment span, .booking-summary span { color: #686861; }
.slot-days { display: grid; gap: 14px; }

.slot-day {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.slot-day h4 {
  text-transform: capitalize;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

.slot-day > div { display: flex; flex-wrap: wrap; gap: 8px; }

.slot-day button {
  min-width: 82px;
  padding: 11px 14px;
  border: 1px solid #cfcfca;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.slot-day button:hover { color: white; background: var(--ink); border-color: var(--ink); }
.booking-loading, .booking-empty { padding: 80px 0; text-align: center; color: #777; }

.calendar-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr);
  border: 1px solid var(--line);
}

.calendar-panel { padding: 28px; border-right: 1px solid var(--line); }
.calendar-month {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  margin-bottom: 25px;
  font-family: Georgia, serif;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
}
.calendar-month button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 16px;
}
.calendar-month button:hover { color: #fff; background: var(--ink); }
.calendar-month button:disabled { color: #ccc; cursor: default; }
.calendar-month button:disabled:hover { color: #ccc; background: transparent; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays span {
  padding: 8px 0;
  color: #888;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.calendar-days { gap: 5px; }
.calendar-blank { min-height: 65px; }
.calendar-days button {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 65px;
  border: 1px solid transparent;
  cursor: pointer;
}
.calendar-days button small { display: none; }
.calendar-days button strong { font-size: 14px; }
.calendar-days button i { position: absolute; bottom: 8px; width: 4px; height: 4px; background: var(--ink); border-radius: 50%; }
.calendar-days button:hover, .calendar-days button.selected { color: #fff; background: var(--ink); }
.calendar-days button:hover i, .calendar-days button.selected i { background: #fff; }
.calendar-days button:disabled { color: #c7c7c2; cursor: default; text-decoration: line-through; }
.calendar-days button:disabled:hover { color: #c7c7c2; background: transparent; }

.time-panel { padding: 28px; background: #f6f6f3; }
.time-panel h4 { margin: 0; font-family: Georgia, serif; font-size: 21px; font-weight: 400; text-transform: capitalize; }
.time-panel > p { margin: 7px 0 25px; color: #777; font-size: 12px; }
.time-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.time-grid button {
  min-height: 44px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d3d3ce;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.time-grid button:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 820px;
}

.booking-form label { display: grid; gap: 8px; }
.booking-form label span { font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.booking-name-fields { display: grid; grid-template-columns: 1fr .75fr 1fr; gap: 22px; }
.booking-phone-input { display: flex; align-items: baseline; border-bottom: 1px solid #aaa; }
.booking-form label .booking-phone-prefix { position: relative; top: 2px; flex: 0 0 auto; padding-right: 8px; font-size: 16px; font-weight: 500; letter-spacing: 0; }
.booking-form .booking-phone-input input { position: relative; top: 2px; border-bottom: 0; }
.booking-phone-input:focus-within { border-color: var(--ink); }
.booking-form input, .booking-form textarea {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #aaa;
  outline: none;
}

.booking-form input:focus, .booking-form textarea:focus { border-color: var(--ink); }
.booking-form .full { grid-column: 1 / -1; }
.booking-error { grid-column: 1 / -1; color: #a52828; font-size: 13px; }

.booking-submit {
  min-height: 58px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.booking-submit:disabled { opacity: .55; }
.booking-success { max-width: 650px; margin: 55px auto; text-align: center; }
.booking-success > span { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 25px; color: white; background: #397650; border-radius: 50%; font-size: 26px; }
.booking-success h3 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -.045em; }
.booking-success p { margin: 18px 0 35px; color: #666; }
.booking-success div { padding: 22px; background: #f3f3ef; border-radius: 14px; }

@media (max-width: 900px) {
  .nav-shell { height: 70px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 7vw; }
  .hero-gallery { min-height: 600px; }
  .hero-photo-main img { object-position: center center; }
  .hero-photo-detail { width: min(42vw, 330px); height: min(31vw, 245px); }
  .fragrance-section { grid-template-columns: 1fr; margin: 0 3vw 90px; }
  .fragrance-visual { min-height: 520px; }
  .booking-section { padding: 90px 3vw; }
  .booking-content { padding: 34px 25px; }
  .booking-layout { grid-template-columns: 210px minmax(0, 1fr); }
  .booking-sidebar { padding: 34px 22px; }
  .calendar-shell { grid-template-columns: 1fr; }
  .calendar-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment:nth-child(odd) { border-right: 0; }
  .slot-day { grid-template-columns: 1fr; gap: 13px; }
}

@media (max-width: 600px) {
  .hero-copy h1 { font-size: 40px; }
  .hero-gallery { min-height: 520px; }
  .hero-gallery::after { inset: 10px; }
  .hero-photo-main img { object-position: 42% center; }
  .hero-photo-detail {
    right: 18px;
    bottom: 18px;
    width: 46%;
    height: 34%;
    border-width: 5px;
  }
  .fragrance-section { margin: 0 0 75px; }
  .fragrance-visual { min-height: 400px; }
  .fragrance-count { right: 16px; bottom: 16px; min-width: 130px; padding: 18px; }
  .fragrance-count strong { font-size: 39px; }
  .fragrance-copy { padding: 58px 7vw 65px; }
  .fragrance-copy h2 { font-size: 47px; }
  .booking-section { padding-left: 0; padding-right: 0; }
  .booking-heading { padding: 0 7vw; }
  .booking-app { min-height: 620px; border-radius: 0; }
  .booking-progress span { min-height: 52px; justify-content: center; padding: 0 7px; font-size: 0; }
  .booking-progress b { display: block; font-size: 10px; }
  .booking-layout { display: block; }
  .booking-sidebar { display: none; }
  .booking-content { padding: 32px 20px; }
  .booking-hint { margin-left: 0; }
  .booking-selection-bar { bottom: 8px; grid-template-columns: 1fr auto; gap: 10px; padding: 12px; }
  .booking-selection-error { grid-column: 1 / -1; grid-row: 2; }
  .booking-title h3 { font-size: 34px; }
  .calendar-panel, .time-panel { padding: 20px 14px; }
  .calendar-days { gap: 2px; }
  .calendar-days button { min-height: 54px; }
  .calendar-days button small { display: block; color: inherit; font-size: 8px; text-transform: uppercase; }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .full { grid-column: 1; }
  .booking-name-fields { grid-template-columns: 1fr; }
  .selected-treatment, .booking-summary { flex-direction: column; gap: 5px; }
}

@media (min-width: 901px) {
  .intro-section h2 { white-space: nowrap; }
}
