.novus-book-treatment {
  align-items: center;
  border: 2px solid #111;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.novus-book-treatment--primary {
  background: #111;
  color: #fff;
}

.novus-book-treatment--secondary,
.novus-book-treatment--fallback {
  background: #fff;
  color: #111;
}

.novus-book-treatment:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.novus-book-treatment:focus-visible,
.novus-location-dialog button:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.novus-location-dialog {
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 999999;
}

.novus-location-dialog__panel {
  background: #fff;
  color: #111;
  max-width: 520px;
  padding: 2rem;
  position: relative;
  width: 100%;
}

.novus-location-dialog__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.novus-location-dialog__options {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.novus-location-dialog__option {
  background: #111;
  border: 2px solid #111;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 48px;
}

.novus-location-dialog-open {
  overflow: hidden;
}

.novus-mobile-booking-bar {
  align-items: center;
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  display: none;
  gap: 0.75rem;
  justify-content: space-between;
  left: 0;
  padding: 0.65rem max(0.75rem, env(safe-area-inset-left)) calc(0.65rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-right));
  position: fixed;
  right: 0;
  z-index: 9990;
}

.novus-mobile-booking-bar__summary {
  display: grid;
  font-size: 0.875rem;
}

.novus-mobile-booking-bar__button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0.55rem 0.9rem;
}

@media (max-width: 767px) {
  .novus-mobile-booking-bar { display: flex; }
  body.single-novus_treatment { padding-bottom: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .novus-book-treatment { transition: none; }
}

.novus-treatment-facts {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 1.5rem 0;
}

.novus-treatment-facts div {
  border: 1px solid #ddd;
  padding: 1rem;
}

.novus-treatment-facts dt {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.novus-treatment-facts dd { margin: 0.35rem 0 0; }

.novus-treatment-pricing table {
  border-collapse: collapse;
  width: 100%;
}

.novus-treatment-pricing th,
.novus-treatment-pricing td {
  border-bottom: 1px solid #ddd;
  padding: 0.85rem;
  text-align: left;
}

.novus-treatment-pricing th small {
  display: block;
  font-weight: 400;
}

@media (max-width: 600px) {
  .novus-treatment-pricing thead {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .novus-treatment-pricing tr { display: grid; padding: 1rem 0; }
  .novus-treatment-pricing th,
  .novus-treatment-pricing td { border: 0; padding: 0.25rem 0; }
}

.novus-treatment-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.novus-treatment-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
}

.novus-treatment-card__image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.novus-treatment-card__content { padding: 1.25rem; }
.novus-treatment-card__content h2 { font-size: 1.25rem; margin-top: 0; }
.novus-treatment-card__price { font-weight: 700; }
.novus-treatment-card__link { font-weight: 700; }

/* Plugin-owned single treatment page. Deliberately scoped to avoid theme collisions. */
.novus-treatment-page {
  --novus-gold: #6b4708;
  --novus-gold-dark: #573803;
  --novus-ink: #17130e;
  --novus-muted: #514c45;
  --novus-cream: #f7f3eb;
  --novus-line: #e5ded2;
  background: #fff;
  color: var(--novus-ink);
  font-size: 17px;
  line-height: 1.7;
}

.novus-treatment-page *,
.novus-treatment-page *::before,
.novus-treatment-page *::after { box-sizing: border-box; }

.novus-treatment-page__article { margin: 0; }

.novus-treatment-shell {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
}

.novus-treatment-hero {
  background: linear-gradient(135deg, #f8f5ef 0%, #eee5d6 100%);
  overflow: hidden;
}

.novus-treatment-hero__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  min-height: min(680px, 75vh);
}

.novus-treatment-hero__copy {
  align-self: center;
  padding-block: clamp(4rem, 9vw, 7.5rem);
  padding-right: clamp(2rem, 6vw, 6rem);
}

.novus-treatment-back {
  color: var(--novus-muted);
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 2.5rem;
  text-decoration: none;
}

.novus-treatment-back:hover { color: var(--novus-gold-dark); }

.novus-treatment-eyebrow {
  color: var(--novus-gold-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.novus-treatment-page h1,
.novus-treatment-page h2,
.novus-treatment-page h3 {
  color: var(--novus-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.13;
}

.novus-treatment-page h1 {
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  margin: 0;
  max-width: 12ch;
}

.novus-treatment-page h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.novus-treatment-page h3 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); }

.novus-treatment-intro {
  color: var(--novus-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin: 1.5rem 0 0;
  max-width: 56ch;
}

.novus-treatment-hero__actions { margin-top: 2rem; }

.novus-treatment-page .novus-book-treatment {
  background: var(--novus-gold);
  border-color: var(--novus-gold);
  border-radius: 0;
  color: #fff;
  min-height: 52px;
  padding: 0.85rem 1.6rem;
}

.novus-treatment-page .novus-book-treatment:hover {
  background: var(--novus-gold-dark);
  border-color: var(--novus-gold-dark);
}

.novus-treatment-page .novus-book-treatment:focus-visible,
.novus-treatment-page a:focus-visible {
  outline: 3px solid var(--novus-ink);
  outline-offset: 4px;
}

.novus-treatment-starting-price {
  color: var(--novus-muted);
  font-size: 0.9rem;
  margin: 1rem 0 0;
}

.novus-treatment-assurances {
  color: var(--novus-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 0.6rem 1.35rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.novus-treatment-assurances li {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.novus-treatment-assurances li::before {
  background: var(--novus-gold);
  border-radius: 50%;
  content: "";
  height: 0.42rem;
  width: 0.42rem;
}

.novus-treatment-hero__media { min-height: 460px; }

.novus-treatment-hero__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.novus-treatment-hero__placeholder {
  align-items: center;
  background: radial-gradient(circle at 50% 35%, #d9b96f, #a97c2f 72%);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.22em;
  min-height: 460px;
  text-transform: uppercase;
}

.novus-treatment-hero__placeholder span { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.novus-treatment-hero__placeholder strong { font-family: Georgia, "Times New Roman", serif; font-size: 3rem; font-weight: 400; line-height: 1; }

.novus-treatment-page__body { padding-block: clamp(3.5rem, 7vw, 6rem); }

.novus-treatment-overview {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.novus-treatment-overview__heading {
  position: sticky;
  top: 2rem;
}

.novus-treatment-overview__heading h2 { margin: 0; }

.novus-treatment-prose {
  font-size: 1.08rem;
  margin: 0;
  max-width: 68ch;
}

.novus-treatment-prose > :first-child { margin-top: 0; }
.novus-treatment-prose > :last-child { margin-bottom: 0; }
.novus-treatment-prose a { color: var(--novus-gold-dark); }
.novus-treatment-prose img { height: auto; max-width: 100%; }

.novus-treatment-editor-note {
  background: #fff8df;
  border-left: 4px solid var(--novus-gold);
  margin: 0 auto 3rem;
  max-width: 780px;
  padding: 1rem 1.25rem;
}

.novus-treatment-page .novus-treatment-details { margin-top: 2rem; }

.novus-treatment-page .novus-treatment-facts {
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 clamp(3rem, 7vw, 6rem);
}

.novus-treatment-page .novus-treatment-facts div {
  background: var(--novus-cream);
  border: 0;
  border-right: 1px solid var(--novus-line);
  min-height: 130px;
  padding: 1.5rem;
}

.novus-treatment-page .novus-treatment-facts div:last-child { border-right: 0; }
.novus-treatment-page .novus-treatment-facts dt { color: var(--novus-gold-dark); }
.novus-treatment-page .novus-treatment-facts dd { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.novus-treatment-page .novus-treatment-facts--1 { grid-template-columns: minmax(240px, 380px); }
.novus-treatment-page .novus-treatment-facts--2 { grid-template-columns: repeat(2, minmax(240px, 1fr)); }

.novus-treatment-details__section {
  border-top: 1px solid var(--novus-line);
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  padding-block: clamp(2.25rem, 5vw, 4rem);
}

.novus-treatment-details__section h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); margin: 0; }
.novus-treatment-details__section > p:first-of-type { margin-top: 0; }

.novus-treatment-care-note {
  align-items: center;
  background: var(--novus-ink);
  color: #fff;
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: auto minmax(0, 1fr);
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  padding: clamp(2rem, 5vw, 4rem);
}

.novus-treatment-care-note__mark {
  align-items: center;
  border: 1px solid #a68a58;
  border-radius: 50%;
  color: #d7bd84;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  height: clamp(90px, 12vw, 140px);
  justify-content: center;
  width: clamp(90px, 12vw, 140px);
}

.novus-treatment-care-note h2 { color: #fff; margin: 0 0 0.75rem; }
.novus-treatment-care-note p:last-child { color: #ded9d2; margin: 0; max-width: 70ch; }
.novus-treatment-care-note .novus-treatment-eyebrow,
.novus-treatment-final-cta .novus-treatment-eyebrow,
.novus-hub-hero .novus-treatment-eyebrow { color: #d7bd84; }
.novus-treatment-care-note a:focus-visible,
.novus-treatment-final-cta a:focus-visible,
.novus-hub-hero a:focus-visible { outline-color: #fff; }

.novus-treatment-page-nav {
  background: #fff;
  border-bottom: 1px solid var(--novus-line);
}

.novus-treatment-page-nav .novus-treatment-shell {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  min-height: 66px;
  overflow-x: auto;
}

.novus-treatment-page-nav span {
  color: var(--novus-muted);
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.novus-treatment-page-nav a {
  color: var(--novus-ink);
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.novus-treatment-page-nav a:hover { color: var(--novus-gold-dark); }

.novus-treatment-experience {
  background: var(--novus-cream);
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem);
  scroll-margin-top: 2rem;
}

.novus-treatment-experience__heading h2 { margin: 0 0 1rem; }
.novus-treatment-experience__heading > p:last-child { color: var(--novus-muted); margin: 0; }
.novus-treatment-experience__steps { list-style: none; margin: 0; padding: 0; }
.novus-treatment-experience__steps li { align-items: start; border-top: 1px solid var(--novus-line); display: grid; gap: 1rem; grid-template-columns: auto 1fr; padding: 1.15rem 0; }
.novus-treatment-experience__steps li:last-child { border-bottom: 1px solid var(--novus-line); }
.novus-treatment-experience__steps span { color: var(--novus-gold-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.novus-treatment-experience__steps p { margin: 0; }

.novus-treatment-faq {
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  padding-top: clamp(3rem, 6vw, 5rem);
  scroll-margin-top: 2rem;
}

.novus-treatment-faq__heading h2 { margin: 0; }
.novus-treatment-faq__items details { border-top: 1px solid var(--novus-line); }
.novus-treatment-faq__items details:last-child { border-bottom: 1px solid var(--novus-line); }
.novus-treatment-faq__items summary { color: var(--novus-ink); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 700; list-style-position: outside; margin-left: 1.1rem; padding: 1.25rem 0; }
.novus-treatment-faq__items summary:focus-visible { outline: 3px solid var(--novus-ink); outline-offset: 4px; }
.novus-treatment-faq__items details p { color: var(--novus-muted); margin: 0; padding: 0 0 1.5rem; }

.novus-treatment-pricing-section {
  background: var(--novus-cream);
  margin: clamp(3rem, 7vw, 6rem) calc(50% - 50vw) 0;
  padding: clamp(3rem, 7vw, 6rem) max(1.25rem, calc((100vw - 1130px) / 2));
}

.novus-treatment-pricing-section > h2 { margin: 0 0 2rem; }
.novus-treatment-page .novus-treatment-pricing table { background: #fff; }
.novus-treatment-page .novus-treatment-pricing th,
.novus-treatment-page .novus-treatment-pricing td { border-color: var(--novus-line); padding: 1.15rem; vertical-align: middle; }
.novus-treatment-page .novus-treatment-pricing td:last-child { text-align: right; }

.novus-treatment-final-cta { background: var(--novus-ink); color: #fff; }
.novus-treatment-final-cta__inner { align-items: center; display: flex; gap: 3rem; justify-content: space-between; padding-block: clamp(3.5rem, 7vw, 6rem); }
.novus-treatment-final-cta h2 { color: #fff; margin: 0 0 0.75rem; }
.novus-treatment-final-cta p:not(.novus-treatment-eyebrow) { color: #d9d4cd; margin: 0; max-width: 60ch; }
.novus-treatment-final-cta .novus-book-treatment { flex: 0 0 auto; }

.novus-treatment-related {
  background: #f3eee5;
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.novus-treatment-related__header {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.novus-treatment-related__header h2 { margin: 0; }
.novus-treatment-related__header > a { color: var(--novus-gold-dark); font-weight: 700; }

/* Main treatments catalogue. */
.novus-treatments-hub {
  background: #fff;
  overflow: hidden;
}

.novus-hub-hero {
  background: var(--novus-ink);
  color: #fff;
}

.novus-hub-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: min(650px, 72vh);
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

.novus-hub-hero__copy h1 {
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 5.15rem);
  margin: 0;
  max-width: 11.5ch;
}

.novus-hub-hero__copy > p:not(.novus-treatment-eyebrow) {
  color: #ded9d2;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  margin: 1.5rem 0 0;
  max-width: 52ch;
}

.novus-hub-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 2.25rem; }
.novus-hub-hero__actions .novus-book-treatment { margin: 0; }

.novus-hub-hero__link {
  border-bottom: 1px solid #d7bd84;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  gap: 0.8rem;
  padding-bottom: 0.4rem;
  text-decoration: none;
}

.novus-hub-hero__mosaic {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  height: min(500px, 58vh);
}

.novus-hub-hero__image { background: #332b22; overflow: hidden; }
.novus-hub-hero__image--1 { grid-row: 1 / 3; }
.novus-hub-hero__image img { display: block; height: 100%; object-fit: cover; width: 100%; }

.novus-hub-proof {
  color: #ded9d2;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 0.6rem 1.25rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.novus-hub-proof li { align-items: center; display: inline-flex; gap: 0.5rem; }
.novus-hub-proof li::before { background: #d7bd84; border-radius: 50%; content: ""; height: 0.38rem; width: 0.38rem; }

.novus-hub-nav {
  background: #fff;
  border-bottom: 1px solid var(--novus-line);
  box-shadow: 0 8px 30px rgba(23, 19, 14, 0.05);
}

.novus-hub-nav__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  min-height: 82px;
}

.novus-hub-nav__inner > span {
  color: var(--novus-muted);
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.novus-hub-nav__links {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-block: 0.75rem;
  scrollbar-width: thin;
}

.novus-hub-nav__links a {
  border: 1px solid var(--novus-line);
  color: var(--novus-ink);
  flex: 0 0 auto;
  font-size: 0.88rem;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
}

.novus-hub-nav__links a:hover { background: var(--novus-cream); border-color: var(--novus-gold); }

.novus-hub-catalogue { padding-block: clamp(4rem, 8vw, 8rem); }

.novus-hub-catalogue__header {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  margin-bottom: 2rem;
}

.novus-hub-catalogue__header h2 { margin: 0; }
.novus-hub-catalogue__header > p { color: var(--novus-muted); margin: 0; }

.novus-hub-filter {
  align-items: end;
  background: var(--novus-cream);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(280px, 1.3fr) minmax(220px, 0.8fr) auto;
  margin-bottom: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.novus-hub-filter label {
  color: var(--novus-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.novus-hub-filter__search > div { display: flex; }
.novus-hub-filter input,
.novus-hub-filter select {
  background: #fff;
  border: 1px solid #8b8276;
  border-radius: 0;
  color: var(--novus-ink);
  font: inherit;
  min-height: 50px;
  padding: 0.7rem 0.85rem;
  width: 100%;
}

.novus-hub-filter__search button {
  background: var(--novus-ink);
  border: 2px solid var(--novus-ink);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 50px;
  padding-inline: 1.15rem;
}

.novus-hub-filter__clear {
  background: transparent;
  border: 0;
  color: var(--novus-gold-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 50px;
  padding: 0.7rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.novus-hub-filter input:focus-visible,
.novus-hub-filter select:focus-visible,
.novus-hub-filter button:focus-visible,
.novus-hub-category-buttons button:focus-visible { outline: 3px solid #005fcc; outline-offset: 3px; }

.novus-hub-category-buttons { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1rem 0 1.75rem; }
.novus-hub-category-buttons button { background: #fff; border: 1px solid #8b8276; color: var(--novus-ink); cursor: pointer; font: inherit; font-size: 0.86rem; font-weight: 700; min-height: 42px; padding: 0.55rem 0.8rem; }
.novus-hub-category-buttons button span { color: var(--novus-muted); font-size: 0.75rem; margin-left: 0.25rem; }
.novus-hub-category-buttons button[aria-pressed="true"] { background: var(--novus-gold); border-color: var(--novus-gold); color: #fff; }
.novus-hub-category-buttons button[aria-pressed="true"] span { color: #fff; }
.novus-hub-results { color: var(--novus-muted); font-size: 0.9rem; margin: 0 0 1.5rem; }
.novus-hub-treatment-grid [hidden] { display: none; }
.novus-hub-no-results { background: var(--novus-cream); padding: clamp(2rem, 5vw, 4rem); text-align: center; }
.novus-hub-no-results h3 { margin-top: 0; }

.novus-hub-category {
  scroll-margin-top: 2rem;
}

.novus-hub-category + .novus-hub-category {
  border-top: 1px solid var(--novus-line);
  margin-top: clamp(4rem, 8vw, 8rem);
  padding-top: clamp(4rem, 8vw, 8rem);
}

.novus-hub-category__header {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.novus-hub-category__header h2 { margin: 0; }
.novus-hub-category__header > p { color: var(--novus-muted); margin: 0; }

.novus-treatment-page .novus-treatment-grid {
  gap: clamp(1rem, 2.5vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.novus-treatment-page .novus-treatment-card {
  border: 0;
  box-shadow: 0 14px 42px rgba(23, 19, 14, 0.09);
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.novus-treatment-page .novus-treatment-card:hover {
  box-shadow: 0 20px 55px rgba(23, 19, 14, 0.14);
  transform: translateY(-4px);
}

.novus-treatment-page .novus-treatment-card__image { background: var(--novus-cream); overflow: hidden; }
.novus-treatment-page .novus-treatment-card__image img { aspect-ratio: 4 / 3; transition: transform 350ms ease; }
.novus-treatment-page .novus-treatment-card--variant-1 .novus-treatment-card__image img { object-position: center 38%; }
.novus-treatment-page .novus-treatment-card--variant-2 .novus-treatment-card__image img { object-position: center 50%; }
.novus-treatment-page .novus-treatment-card--variant-3 .novus-treatment-card__image img { object-position: center 62%; }
.novus-treatment-page .novus-treatment-card:hover .novus-treatment-card__image img { transform: scale(1.025); }
.novus-treatment-page .novus-treatment-card__content { display: flex; flex: 1; flex-direction: column; padding: clamp(1.25rem, 2.5vw, 2rem); }
.novus-treatment-page .novus-treatment-card__content h2,
.novus-treatment-page .novus-treatment-card__content h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); margin: 0.3rem 0 0.75rem; }
.novus-treatment-page .novus-treatment-card__content h2 a,
.novus-treatment-page .novus-treatment-card__content h3 a { color: var(--novus-ink); text-decoration: none; }
.novus-treatment-page .novus-treatment-card__content > p:not(.novus-treatment-card__price) { color: var(--novus-muted); font-size: 0.94rem; margin: 0 0 1.25rem; }
.novus-treatment-page .novus-treatment-card__price { color: var(--novus-gold-dark); font-size: 0.8rem; letter-spacing: 0.05em; margin: 0; text-transform: uppercase; }
.novus-treatment-card__meta { align-items: center; color: var(--novus-gold-dark); display: flex; font-size: 0.75rem; gap: 1rem; justify-content: space-between; letter-spacing: 0.04em; text-transform: uppercase; }
.novus-treatment-card__meta strong { color: var(--novus-ink); font-size: inherit; }
.novus-treatment-page .novus-treatment-card__link { color: var(--novus-gold-dark); margin-top: auto; text-decoration-thickness: 1px; text-underline-offset: 0.25rem; }

.novus-hub-empty { padding-block: 4rem; text-align: center; }

.novus-hub-guidance { background: var(--novus-cream); }
.novus-hub-guidance__inner { align-items: center; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.8fr) auto; padding-block: clamp(3.5rem, 7vw, 6rem); }
.novus-hub-guidance h2 { margin: 0; }
.novus-hub-guidance__inner > p { color: var(--novus-muted); margin: 0; }

/* Optimized landing pages for the existing Treatments dropdown URLs. */
.novus-treatment-category-page { overflow: hidden; }

.novus-category-hero {
  background: linear-gradient(135deg, #f8f5ef 0%, #eee5d6 100%);
}

.novus-category-hero__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  min-height: min(680px, 76vh);
}

.novus-category-hero__copy {
  align-self: center;
  padding-block: clamp(3.5rem, 7vw, 6rem);
  padding-right: clamp(2rem, 6vw, 6rem);
}

.novus-category-breadcrumb {
  align-items: center;
  color: var(--novus-muted);
  display: flex;
  font-size: 0.82rem;
  gap: 0.65rem;
  margin-bottom: 2.25rem;
}

.novus-category-breadcrumb a { color: var(--novus-gold-dark); }
.novus-category-hero h1 { font-size: clamp(2.8rem, 5.5vw, 5.2rem); margin: 0; max-width: 12ch; }
.novus-category-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 2rem; }
.novus-category-hero__actions > a:not(.novus-book-treatment) { color: var(--novus-gold-dark); font-weight: 700; text-underline-offset: 0.3rem; }

.novus-category-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin: 2rem 0 0;
}

.novus-category-hero__facts div { border-left: 1px solid #b5aa98; padding-left: 0.85rem; }
.novus-category-hero__facts dt { color: var(--novus-muted); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.novus-category-hero__facts dd { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; margin: 0.15rem 0 0; }
.novus-category-hero__media { min-height: 480px; }
.novus-category-hero__media img { display: block; height: 100%; object-fit: cover; width: 100%; }

.novus-category-options { padding-block: clamp(4rem, 8vw, 7rem); scroll-margin-top: 2rem; }
.novus-category-options__header { align-items: end; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr); margin-bottom: 2rem; }
.novus-category-options__header h2 { margin: 0; }
.novus-category-options__header > p { color: var(--novus-muted); margin: 0; }
.novus-category-options--count-1 .novus-treatment-grid { grid-template-columns: minmax(280px, 520px); }
.novus-category-options--count-2 .novus-treatment-grid { grid-template-columns: repeat(2, minmax(280px, 1fr)); }

.novus-category-experience { background: var(--novus-ink); color: #fff; }
.novus-category-experience__grid { display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr); padding-block: clamp(3.5rem, 7vw, 6rem); }
.novus-category-experience h2 { color: #fff; margin: 0 0 1rem; }
.novus-category-experience .novus-treatment-eyebrow { color: #d7bd84; }
.novus-category-experience__grid > div > p:last-child { color: #ded9d2; margin: 0; }
.novus-category-experience ol { list-style: none; margin: 0; padding: 0; }
.novus-category-experience li { align-items: start; border-top: 1px solid #4a433a; display: grid; gap: 1rem; grid-template-columns: auto 1fr; padding: 1.2rem 0; }
.novus-category-experience li:last-child { border-bottom: 1px solid #4a433a; }
.novus-category-experience li span { color: #d7bd84; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.novus-category-experience li p { color: #fff; margin: 0; }

.novus-category-explore { padding-block: clamp(4rem, 8vw, 7rem); }
.novus-category-explore h2 { margin: 0 0 2rem; }
.novus-category-explore > div { display: grid; gap: 0.75rem; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.novus-category-explore > div a { align-items: center; border: 1px solid var(--novus-line); color: var(--novus-ink); display: flex; font-weight: 700; justify-content: space-between; min-height: 72px; padding: 1rem; text-decoration: none; }
.novus-category-explore > div a:hover { background: var(--novus-cream); border-color: var(--novus-gold); color: var(--novus-gold-dark); }

@media (max-width: 820px) {
  .novus-treatment-hero__grid { grid-template-columns: 1fr; }
  .novus-treatment-hero__copy { padding-block: 3.5rem; padding-right: 0; }
  .novus-treatment-hero__media { margin-inline: -1.25rem; min-height: 360px; }
  .novus-treatment-hero__placeholder { min-height: 360px; }
  .novus-treatment-page .novus-treatment-facts { grid-template-columns: 1fr; }
  .novus-treatment-page .novus-treatment-facts div { border-bottom: 1px solid var(--novus-line); border-right: 0; min-height: auto; }
  .novus-treatment-page .novus-treatment-facts div:last-child { border-bottom: 0; }
  .novus-treatment-details__section { grid-template-columns: 1fr; }
	.novus-treatment-overview { grid-template-columns: 1fr; }
	.novus-treatment-overview__heading { position: static; }
	.novus-treatment-care-note { grid-template-columns: 1fr; }
	.novus-treatment-experience,
	.novus-treatment-faq { grid-template-columns: 1fr; }
  .novus-treatment-final-cta__inner { align-items: flex-start; flex-direction: column; }
	.novus-treatment-related__header { align-items: flex-start; flex-direction: column; }
	.novus-hub-hero__grid { grid-template-columns: 1fr; min-height: auto; }
	.novus-hub-hero__copy h1 { max-width: 12ch; }
	.novus-hub-hero__mosaic { height: 480px; }
	.novus-hub-catalogue__header,
	.novus-hub-filter { grid-template-columns: 1fr; }
	.novus-treatment-page .novus-treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.novus-hub-guidance__inner { grid-template-columns: 1fr; }
	.novus-category-hero__grid { grid-template-columns: 1fr; }
	.novus-category-hero__copy { padding-right: 0; }
	.novus-category-hero__media { margin-inline: -1.25rem; min-height: 400px; }
	.novus-category-options__header,
	.novus-category-experience__grid { grid-template-columns: 1fr; }
	.novus-category-options--count-1 .novus-treatment-grid { grid-template-columns: minmax(280px, 520px); }
	.novus-category-options--count-2 .novus-treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.novus-category-explore > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .novus-treatment-page { font-size: 16px; }
  .novus-treatment-back { margin-bottom: 2rem; }
  .novus-treatment-page .novus-treatment-pricing tr { border-bottom: 1px solid var(--novus-line); }
  .novus-treatment-page .novus-treatment-pricing td:last-child { text-align: left; }
  .novus-treatment-page .novus-treatment-pricing__button { margin-top: 0.5rem; width: 100%; }
  .novus-treatment-final-cta .novus-book-treatment { width: 100%; }
	.novus-treatment-assurances { align-items: flex-start; flex-direction: column; }
	.novus-treatment-page-nav .novus-treatment-shell { margin-inline: 0; padding-inline: 1.25rem; }
	.novus-treatment-page .novus-treatment-facts--1,
	.novus-treatment-page .novus-treatment-facts--2 { grid-template-columns: 1fr; }
	.novus-treatment-care-note__mark { height: 72px; width: 72px; }
	.novus-hub-hero__mosaic { height: 390px; }
	.novus-hub-hero__actions { align-items: flex-start; flex-direction: column; }
	.novus-hub-hero__actions .novus-book-treatment { width: 100%; }
	.novus-hub-proof { align-items: flex-start; flex-direction: column; }
	.novus-hub-filter__search > div { display: grid; }
	.novus-hub-filter__search button { width: 100%; }
	.novus-hub-nav__inner { align-items: flex-start; flex-direction: column; gap: 0; padding-block: 1rem; }
	.novus-hub-nav__links { margin-inline: -1.25rem; padding-inline: 1.25rem; width: calc(100% + 2.5rem); }
	.novus-hub-category__header { align-items: flex-start; flex-direction: column; gap: 0.5rem; }
	.novus-treatment-page .novus-treatment-grid { grid-template-columns: 1fr; }
	.novus-hub-guidance .novus-book-treatment { width: 100%; }
	.novus-category-hero__actions { align-items: flex-start; flex-direction: column; }
	.novus-category-hero__actions .novus-book-treatment { width: 100%; }
	.novus-category-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
	.novus-category-explore > div { grid-template-columns: 1fr; }
	.novus-category-options--count-1 .novus-treatment-grid,
	.novus-category-options--count-2 .novus-treatment-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .novus-treatment-page .novus-treatment-card,
  .novus-treatment-page .novus-treatment-card__image img { transition: none; }
  .novus-treatment-page .novus-treatment-card:hover,
  .novus-treatment-page .novus-treatment-card:hover .novus-treatment-card__image img { transform: none; }
}
