@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap");

:root {
  --sage: #d7ccbd;
  --sage-dark: #111111;
  --sage-light: #f1ebe3;
  --warm-beige: #d7ccbd;
  --ivory: #f4efe7;
  --warm-white: #ffffff;
  --soft-taupe: #9a9085;
  --charcoal: #111111;
  --muted-text: #5b5650;
  --border-soft: rgba(17, 17, 17, 0.12);
  --shadow-soft: 0 20px 52px rgba(17, 17, 17, 0.08);
  --shadow-float: 0 28px 78px rgba(17, 17, 17, 0.16);
  --radius-large: 28px;
  --radius-card: 14px;
  --max-width: 1260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #f4efe7 0%, #ffffff 36%, #f4efe7 100%);
  color: var(--charcoal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.025) 1px, transparent 1px);
  background-size: 120px 120px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%);
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nowrap {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.93);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
}

.nav-shell {
  width: min(var(--max-width), calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  color: var(--sage-dark);
}

.brand-logo {
  width: clamp(150px, 14vw, 205px);
  min-width: 0;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}

.brand-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-mark {
  width: 38px;
  height: 38px;
}

.brand-mark path,
.hero-button path,
.button-small path,
.light-button path,
.icon-circle path,
.cta-leaf path,
.trust-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav-links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 36px);
}

.nav-links a {
  color: var(--charcoal);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  opacity: 0.78;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--sage-dark);
  opacity: 1;
}

.menu-toggle {
  display: none;
}

.button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 11px;
  min-height: 46px;
  padding: 0 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(31, 31, 29, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button {
  background: var(--sage-dark);
  color: var(--warm-white);
  box-shadow: 0 14px 26px rgba(31, 31, 29, 0.18);
}

.button:hover,
.button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(31, 31, 29, 0.18);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-small {
  justify-self: end;
  min-height: 39px;
  padding-inline: 18px;
  border-radius: 7px;
  font-size: 0.68rem;
}

main {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.page-main {
  padding-bottom: 58px;
}

.page-hero {
  margin: 44px auto 58px;
  padding: clamp(42px, 7vw, 82px);
  border-radius: var(--radius-large);
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.94), rgba(252, 251, 248, 0.74)),
    url("./assets/clinic-treatment-chair.jpg") right center / cover;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.page-hero.narrow {
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.96), rgba(252, 251, 248, 0.86)),
    url("./assets/botanical-vase.png") right center / contain no-repeat;
}

.page-hero h1 {
  max-width: 720px;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 0.96;
  margin-bottom: 24px;
}

.page-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--muted-text);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.85;
}

.page-section {
  padding: clamp(38px, 6vw, 74px) 0;
}

.page-grid {
  display: grid;
  gap: 22px;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.five-column {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.five-column span {
  min-height: 64px;
  padding: 18px 12px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: rgba(252, 251, 248, 0.72);
  color: var(--sage-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.content-card {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  background: rgba(252, 251, 248, 0.84);
  box-shadow: 0 12px 26px rgba(31, 31, 29, 0.06);
}

.content-card.soft {
  background: rgba(239, 232, 220, 0.46);
}

.content-card.dark {
  background: var(--sage-dark);
  color: var(--warm-white);
}

.content-card.dark h2,
.content-card.dark h3 {
  color: var(--warm-white);
}

.content-card h2,
.content-card h3 {
  margin-bottom: 14px;
}

.content-card h2 {
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
}

.content-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.content-card p,
.content-card li {
  color: var(--muted-text);
  font-size: 0.95rem;
  line-height: 1.8;
}

.content-card.dark p,
.content-card.dark li {
  color: rgba(252, 251, 248, 0.82);
}

.content-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.content-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.content-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sage);
}

.mini-label {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sage-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-list {
  counter-reset: steps;
  display: grid;
  gap: 14px;
}

.process-item {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  background: rgba(252, 251, 248, 0.78);
}

.process-item::before {
  content: "0" counter(steps);
  color: var(--soft-taupe);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.process-item h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.process-item p {
  margin: 0;
}

.contact-link {
  color: var(--sage-dark);
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button-row .button,
.button-row .secondary-button {
  margin-top: 0;
}

.muted-light-button {
  background: rgba(252, 251, 248, 0.08);
}

.review-panel {
  text-align: center;
  border-style: dashed;
}

.sticky-booking {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--sage-dark);
  color: var(--warm-white);
  box-shadow: 0 18px 34px rgba(31, 31, 29, 0.32);
  font-size: 0.78rem;
  font-weight: 800;
}

.sticky-booking span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--sage-dark);
  background: var(--warm-white);
}

.sticky-booking svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.sticky-booking-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.sticky-booking-copy strong {
  font-size: 0.76rem;
}

.sticky-booking-copy small {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.72;
  text-transform: uppercase;
}

.whatsapp-contact-button {
  margin-top: 18px;
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: 24px;
}

.booking-options,
.calendar-grid,
.time-grid {
  display: grid;
  gap: 12px;
}

.booking-option,
.date-card,
.time-card {
  width: 100%;
  text-align: left;
  border: 1px solid var(--border-soft);
  background: rgba(252, 251, 248, 0.78);
  border-radius: 14px;
  color: var(--charcoal);
  font: inherit;
  cursor: pointer;
}

.booking-option {
  padding: 18px;
}

.booking-option strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.94rem;
}

.booking-option span {
  display: block;
  color: var(--muted-text);
  font-size: 0.78rem;
}

.booking-option.is-selected,
.date-card.is-selected,
.time-card.is-selected {
  border-color: rgba(31, 31, 29, 0.54);
  background: var(--sage-light);
  box-shadow: 0 10px 24px rgba(31, 31, 29, 0.1);
}

.calendar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.date-card,
.time-card {
  padding: 14px;
  text-align: center;
}

.date-card strong,
.date-card span,
.time-card strong {
  display: block;
}

.date-card span,
.booking-summary span {
  color: var(--muted-text);
  font-size: 0.75rem;
}

.time-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form label {
  display: grid;
  gap: 6px;
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 13px 14px;
  background: var(--warm-white);
  color: var(--charcoal);
  font: inherit;
}

.booking-summary {
  padding: 18px;
  border-radius: 16px;
  background: var(--sage-light);
  border: 1px solid var(--border-soft);
}

.booking-summary strong {
  display: block;
  font-size: 1rem;
}

.booking-summary span {
  display: block;
  margin-top: 6px;
}

.confirmation {
  display: none;
  margin-top: 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(185, 170, 149, 0.18);
  color: var(--sage-dark);
  font-weight: 700;
}

.confirmation.is-visible {
  display: block;
}

.confirmation[data-status="error"],
.booking-empty {
  display: block;
  padding: 14px;
  border-radius: 12px;
  background: rgba(185, 170, 149, 0.18);
  color: var(--sage-dark);
  font-weight: 700;
}

.confirmation[data-status="error"] {
  background: rgba(143, 45, 45, 0.1);
  color: #6f1f1f;
}

.section-frame {
  background: rgba(252, 251, 248, 0.82);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.hero {
  margin-top: 36px;
  min-height: 462px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.15fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius-large);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 5vw, 58px) clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-copy::after {
  content: "";
  width: 172px;
  height: 20px;
  margin-top: 36px;
  background:
    linear-gradient(var(--sage-dark), var(--sage-dark)) 0 0 / 100% 1px no-repeat,
    linear-gradient(var(--sage-dark), var(--sage-dark)) 0 9px / 86% 1px no-repeat,
    linear-gradient(var(--sage-dark), var(--sage-dark)) 0 18px / 69% 1px no-repeat;
  opacity: 0.36;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 505px;
  font-size: clamp(2.1rem, 3.35vw, 3.2rem);
  line-height: 1.05;
}

.hero p {
  max-width: 445px;
  margin: 22px 0 28px;
  color: var(--muted-text);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.85;
}

.hero-button {
  min-height: 52px;
  padding-inline: 25px 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-contact {
  min-height: 52px;
  padding-inline: 22px;
  background: rgba(252, 251, 248, 0.72);
}

.whatsapp-dot {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(252, 251, 248, 0.48);
  border-radius: 50%;
}

.whatsapp-dot svg {
  width: 17px;
  height: 17px;
}

.hero-image {
  position: relative;
  min-height: 100%;
  margin: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 462px;
  object-fit: cover;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(252, 251, 248, 0.45), transparent 24%);
}

.hero-image::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 46%;
  height: 48%;
  background: linear-gradient(140deg, rgba(252, 251, 248, 0.92), rgba(252, 251, 248, 0.12) 62%, transparent);
  border-top-right-radius: 100%;
}

.services {
  padding: 44px 0 52px;
  scroll-margin-top: 104px;
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading h2,
.trust-strip h2,
.about h2,
.bottom-cta h2 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--muted-text);
  font-size: 0.93rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 220px;
  padding: 28px 22px 24px;
  background: rgba(252, 251, 248, 0.86);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 12px 24px rgba(31, 31, 29, 0.055);
}

.icon-circle {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--sage-dark);
  background: #f1ece4;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 29, 0.13);
  margin-bottom: 17px;
}

.icon-circle svg {
  width: 31px;
  height: 31px;
}

.service-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  margin-bottom: 9px;
}

.service-card p {
  margin: 0;
  color: var(--muted-text);
  font-size: 0.8rem;
  line-height: 1.65;
}

.service-card a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--sage-dark);
  font-size: 0.74rem;
  font-weight: 700;
}

.how-flow {
  padding: 12px 0 54px;
}

.flow-intro {
  text-align: center;
  margin-bottom: 26px;
}

.flow-intro h2 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.flow-intro p {
  margin: 8px 0 0;
  color: var(--muted-text);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.flow-card {
  position: relative;
  min-height: 226px;
  padding: 30px 24px 28px;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(180deg, rgba(252, 251, 248, 0.92), rgba(247, 245, 241, 0.86)),
    radial-gradient(circle at 18% 0%, rgba(216, 202, 182, 0.18), transparent 9rem);
  box-shadow: 0 12px 26px rgba(31, 31, 29, 0.055);
}

.flow-number {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--soft-taupe);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.flow-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.flow-card p {
  margin: 0;
  color: var(--muted-text);
  font-size: 0.78rem;
  line-height: 1.65;
}

.flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -23px;
  width: 28px;
  height: 1px;
  background: rgba(31, 31, 29, 0.35);
}

.flow-note {
  width: min(780px, 100%);
  margin: 22px auto 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(239, 232, 220, 0.52);
  border: 1px solid var(--border-soft);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: stretch;
  gap: 10px;
  text-align: left;
}

.flow-note span {
  display: block;
  margin-bottom: 4px;
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.flow-note p {
  margin: 0;
  color: var(--muted-text);
  font-size: 0.82rem;
  line-height: 1.5;
}

.flow-note a {
  min-width: 172px;
  padding: 12px 16px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--warm-white);
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.flow-note div {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(252, 251, 248, 0.62);
}

.trust-strip {
  margin: 0 -24px;
  padding: 38px 32px 42px;
  text-align: center;
  background: rgba(239, 232, 220, 0.44);
  border-block: 1px solid rgba(47, 47, 47, 0.08);
}

.trust-strip h2 {
  margin-bottom: 26px;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(880px, 100%);
  margin: 0 auto;
}

.trust-badge {
  min-height: 104px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--charcoal);
  border-radius: 14px;
  background: rgba(252, 251, 248, 0.6);
  border: 1px solid rgba(47, 47, 47, 0.07);
}

.trust-badge strong {
  font-size: 1.25rem;
  color: var(--sage-dark);
  letter-spacing: 0.03em;
}

.trust-badge > span:not(.trust-icon):not(.trust-copy),
.trust-copy > span {
  color: var(--muted-text);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.35;
}

.trust-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.nmc-badge img {
  width: 92px;
  height: 70px;
}

.trust-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.trust-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 29, 0.26);
  display: grid;
  place-items: center;
  color: var(--sage-dark);
  background: rgba(239, 232, 220, 0.6);
}

.trust-icon svg {
  width: 31px;
  height: 31px;
}

.trust-icon-shield path:first-child,
.trust-icon-care path:first-child {
  stroke-width: 1.45;
}

.about {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  padding: clamp(38px, 6vw, 74px) clamp(32px, 6vw, 72px);
  border-radius: 0;
  border-inline: 0;
  box-shadow: none;
}

.about-copy p {
  max-width: 555px;
  color: var(--charcoal);
  opacity: 0.82;
  font-size: 0.95rem;
  line-height: 1.83;
}

.secondary-button {
  margin-top: 12px;
  color: var(--sage-dark);
  background: rgba(252, 251, 248, 0.82);
  border-color: var(--border-soft);
  box-shadow: 0 10px 20px rgba(31, 31, 29, 0.06);
}

.practitioner-card {
  margin: 0;
}

.practitioner-photo {
  height: 385px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  background: var(--warm-white);
  box-shadow: var(--shadow-soft);
}

.practitioner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 16%;
  filter: saturate(0.82) sepia(0.08) brightness(1.05);
}

.practitioner-photo::after {
  content: "Registered Nurse\A Medical Acupuncturist";
  white-space: pre-line;
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(252, 251, 248, 0.9);
  color: var(--sage-dark);
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(47, 47, 47, 0.08);
}

.bottom-cta {
  position: relative;
  isolation: isolate;
  margin: 44px auto 58px;
  padding: clamp(38px, 6vw, 58px) 32px;
  overflow: hidden;
  border-radius: 0 0 var(--radius-large) var(--radius-large);
  background: linear-gradient(135deg, var(--sage-dark), #463f37);
  color: var(--warm-white);
  text-align: center;
  box-shadow: var(--shadow-float);
}

.bottom-cta h2 {
  color: var(--warm-white);
}

.bottom-cta p {
  margin: 9px 0 22px;
  color: rgba(252, 251, 248, 0.85);
}

.light-button {
  background: transparent;
  color: var(--warm-white);
  border-color: rgba(252, 251, 248, 0.7);
  box-shadow: none;
}

.cta-leaf {
  position: absolute;
  right: 28px;
  bottom: -18px;
  width: 168px;
  height: 168px;
  color: rgba(252, 251, 248, 0.42);
  z-index: -1;
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
  padding: 20px 24px 26px;
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: clamp(16px, 4vw, 42px);
  vertical-align: middle;
  border-radius: 50%;
  background: var(--sage-dark);
  opacity: 0.45;
}

.blog-hero {
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.96), rgba(252, 251, 248, 0.78)),
    url("./assets/wellness-chair.png") right center / contain no-repeat;
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 22px;
  align-items: start;
}

.journal-feature {
  position: relative;
  overflow: hidden;
}

.journal-feature::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -18px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 29, 0.14);
  opacity: 0.55;
}

.journal-feature h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.journal-meta {
  margin: 16px 0 26px;
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-body {
  display: grid;
  gap: 18px;
}

.article-body p {
  margin: 0;
}

.evidence-note {
  margin: 8px 0 4px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(239, 232, 220, 0.62);
  border: 1px solid var(--border-soft);
}

.evidence-note h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.journal-aside {
  position: sticky;
  top: 100px;
  background:
    linear-gradient(180deg, rgba(252, 251, 248, 0.88), rgba(239, 232, 220, 0.54)),
    radial-gradient(circle at top right, rgba(216, 202, 182, 0.22), transparent 12rem);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  background: rgba(252, 251, 248, 0.82);
  box-shadow: 0 12px 26px rgba(31, 31, 29, 0.06);
}

.article-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: saturate(0.86) sepia(0.06);
}

.article-card div {
  padding: 24px;
}

.article-card span {
  color: var(--sage-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.12;
}

.article-card p {
  margin: 0 0 18px;
  color: var(--muted-text);
  font-size: 0.88rem;
}

.article-card a,
.source-list a {
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.source-card {
  background: rgba(239, 232, 220, 0.38);
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.source-list a {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(252, 251, 248, 0.82);
  border: 1px solid var(--border-soft);
}

.conditions-hero {
  margin-bottom: 26px;
  padding-block: clamp(36px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(252, 251, 248, 0.94), rgba(252, 251, 248, 0.72)),
    url("./assets/clinic-treatment-chair.jpg") right center / cover;
}

.condition-overview {
  padding-top: 26px;
}

.contact-hero {
  margin-bottom: 26px;
  padding-block: clamp(36px, 5vw, 58px);
}

.contact-section {
  padding-top: 26px;
}

.condition-overview .section-heading {
  max-width: 780px;
  margin-inline: auto;
}

.condition-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.condition-card {
  position: relative;
  min-height: 342px;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(180deg, rgba(252, 251, 248, 0.9), rgba(247, 245, 241, 0.82)),
    radial-gradient(circle at 12% 0%, rgba(216, 202, 182, 0.18), transparent 12rem);
  box-shadow: 0 16px 38px rgba(31, 31, 29, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.condition-card:hover,
.condition-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(31, 31, 29, 0.24);
  box-shadow: 0 22px 52px rgba(31, 31, 29, 0.13);
}

.condition-number {
  color: var(--soft-taupe);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.condition-card h3 {
  max-width: 310px;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 1.08;
}

.condition-card p {
  margin: 0;
  color: var(--muted-text);
  font-size: 0.92rem;
}

.condition-card strong {
  margin-top: auto;
  color: var(--sage-dark);
  font-size: 0.78rem;
}

.condition-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.condition-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(239, 232, 220, 0.68);
  color: var(--sage-dark);
  font-size: 0.68rem;
  font-weight: 800;
}

.condition-detail {
  scroll-margin-top: 110px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.condition-detail.reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.05fr);
}

.condition-detail-copy {
  padding: clamp(30px, 5vw, 56px);
  border-radius: 22px;
  border: 1px solid var(--border-soft);
  background: rgba(252, 251, 248, 0.78);
  box-shadow: 0 14px 34px rgba(31, 31, 29, 0.07);
}

.condition-detail-copy h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.03;
  margin-bottom: 18px;
}

.condition-detail-copy p {
  max-width: 760px;
  color: var(--muted-text);
  font-size: 0.98rem;
}

.clinical-note {
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(252, 251, 248, 0.68);
  border: 1px solid var(--border-soft);
  font-size: 0.82rem !important;
}

@media (max-width: 980px) {
  .nav-shell {
    width: min(100% - 32px, var(--max-width));
    grid-template-columns: auto auto;
    gap: 16px;
  }

  .menu-toggle {
    justify-self: end;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
    background: transparent;
    border: 0;
    color: var(--charcoal);
  }

  .menu-toggle span:not(.sr-only) {
    width: 21px;
    height: 1px;
    background: currentColor;
  }

  .nav-links {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    padding: 8px 0 20px;
    justify-items: stretch;
    gap: 0;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 11px 0;
    border-top: 1px solid var(--border-soft);
    font-size: 0.78rem;
  }

  .button-small {
    display: none;
  }

  main {
    width: min(100% - 28px, var(--max-width));
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 40px 28px 22px;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 8.4vw, 3.6rem);
  }

  .hero-image {
    order: -1;
  }

  .hero-image img {
    min-height: 300px;
    max-height: 440px;
  }

  .hero-image::before {
    background: linear-gradient(180deg, transparent 40%, rgba(252, 251, 248, 0.5));
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-card:not(:last-child)::after {
    display: none;
  }

  .flow-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-column,
  .three-column,
  .five-column,
  .blog-feature,
  .condition-card-grid,
  .condition-detail,
  .condition-detail.reverse {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .journal-aside {
    position: static;
  }

  .page-hero {
    margin-top: 24px;
  }

  .about {
    grid-template-columns: 1fr;
    padding-inline: 28px;
  }

  .practitioner-photo {
    height: 340px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    position: relative;
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .brand-logo {
    width: 154px;
  }

  .brand span {
    font-size: 1.35rem;
  }

  main {
    width: 100%;
  }

  .hero {
    width: calc(100% - 24px);
    margin: 12px auto 0;
    border-radius: 22px;
  }

  .hero-copy {
    padding: 28px 22px 32px;
  }

  .hero-copy::after {
    width: 128px;
    margin-top: 24px;
  }

  .hero p {
    margin-bottom: 22px;
    line-height: 1.7;
  }

  .hero-button {
    width: 100%;
    justify-content: space-between;
  }

  .hero-image img {
    min-height: 270px;
  }

  .services {
    padding: 38px 12px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-card {
    min-height: 0;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    text-align: left;
    border-radius: 9px;
  }

  .icon-circle {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .icon-circle svg {
    width: 23px;
    height: 23px;
  }

  .service-card h3 {
    margin: 0 0 2px;
  }

  .service-card p {
    font-size: 0.74rem;
    line-height: 1.45;
  }

  .service-card a {
    grid-column: 3;
    grid-row: 1 / 3;
    padding: 0;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    font-size: 0;
    color: var(--sage-dark);
  }

  .service-card a span {
    font-size: 0.95rem;
  }

  .how-flow {
    padding: 6px 12px 38px;
  }

  .flow-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-card {
    min-height: 0;
    padding: 20px 20px 20px 68px;
  }

  .flow-number {
    position: absolute;
    left: 20px;
    top: 21px;
    margin: 0;
    font-size: 1.45rem;
  }

  .flow-note {
    align-items: flex-start;
    text-align: left;
  }

  .trust-strip {
    margin: 0;
    padding: 30px 16px;
  }

  .trust-badges {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .trust-badge {
    min-height: 62px;
    padding: 10px 8px;
    flex-direction: column;
    gap: 2px;
  }

  .trust-logo img {
    width: 42px;
    height: 42px;
  }

  .trust-seal::before {
    display: none;
  }

  .trust-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .trust-icon svg {
    width: 23px;
    height: 23px;
  }

  .page-main {
    width: 100%;
  }

  .page-hero {
    width: calc(100% - 24px);
    padding: 34px 22px;
    border-radius: 22px;
  }

  .page-section {
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  .process-item {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .process-item::before {
    font-size: 1.45rem;
  }

  .sticky-booking {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: center;
  }

  .booking-shell,
  .calendar-grid,
  .time-grid {
    grid-template-columns: 1fr;
  }

  .trust-badge > span:not(.trust-icon):not(.trust-copy),
  .trust-copy > span {
    text-align: center;
    font-size: 0.68rem;
  }

  .trust-copy {
    justify-items: center;
  }

  .trust-badge strong {
    font-size: 0.92rem;
  }

  .about {
    padding: 34px 22px;
  }

  .about-copy p {
    line-height: 1.72;
  }

  .practitioner-photo {
    height: 310px;
  }

  .practitioner-photo::after {
    left: 16px;
    bottom: 16px;
  }

  .bottom-cta {
    width: calc(100% - 24px);
    margin: 24px auto 38px;
    border-radius: 22px;
  }

  .cta-leaf {
    width: 118px;
    height: 118px;
    right: 2px;
  }

  .site-footer {
    flex-wrap: wrap;
    row-gap: 8px;
    font-size: 0.62rem;
    line-height: 1.6;
  }

  .site-footer span:not(:last-child)::after {
    display: none;
  }

  .hero-actions,
  .hero-contact,
  .button-row,
  .button-row .button,
  .button-row .secondary-button {
    width: 100%;
  }

  .blog-feature,
  .condition-overview,
  .condition-detail {
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  .condition-card {
    min-height: 0;
    padding: 26px;
  }

  .condition-detail-copy {
    padding: 28px 22px;
  }
}

/* Clinical premium colour reset: black, white and beige only. */
body {
  background: linear-gradient(180deg, #f4efe7 0%, #ffffff 34%, #f4efe7 100%);
}

.site-header,
.section-frame,
.content-card,
.content-card.soft,
.service-card,
.flow-card,
.trust-badge,
.booking-option,
.date-card,
.time-card,
.article-card,
.condition-card,
.condition-detail-copy,
.clinical-note,
.process-item,
.practitioner-photo,
.page-hero {
  background-color: #ffffff;
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.07);
}

.page-hero,
.page-hero.narrow,
.blog-hero,
.conditions-hero {
  background-color: #ffffff;
  background-blend-mode: normal, luminosity;
}

.content-card.dark,
.bottom-cta,
.button,
.sticky-booking {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.2);
}

.button:hover,
.button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible {
  box-shadow: 0 22px 42px rgba(17, 17, 17, 0.2);
}

.secondary-button,
.hero-contact,
.flow-note a,
.source-list a,
.light-button {
  background: #ffffff;
  color: #111111;
  border-color: rgba(17, 17, 17, 0.14);
}

.light-button.muted-light-button {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

.content-card.dark p,
.content-card.dark li,
.bottom-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.icon-circle,
.trust-icon,
.booking-summary,
.booking-option.is-selected,
.date-card.is-selected,
.time-card.is-selected,
.evidence-note,
.source-card,
.condition-tags span,
.flow-note,
.trust-strip {
  background: #f1ebe3;
  border-color: rgba(17, 17, 17, 0.12);
  color: #111111;
}

.trust-strip {
  background: #eee7dd;
}

.trust-badge strong,
.trust-icon,
.service-card a,
.contact-link,
.mini-label,
.journal-meta,
.article-card span,
.article-card a,
.source-list a,
.condition-card strong,
.booking-form label,
.confirmation,
.site-footer,
.nav-links a:hover,
.nav-links a:focus-visible {
  color: #111111;
}

.brand,
.icon-circle,
.flow-note span,
.practitioner-photo::after,
.sticky-booking span {
  color: #111111;
}

.hero-copy::after,
.site-footer span:not(:last-child)::after,
.content-card li::before {
  background: #111111;
}

.hero-image img,
.practitioner-photo img,
.article-card img,
.trust-logo img {
  filter: grayscale(1) contrast(1.05) brightness(1.02);
}

.hero-image::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 28%);
}

.hero-image::after {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.14) 62%, transparent);
}

.condition-card,
.flow-card,
.journal-aside {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 239, 231, 0.72));
}

.bottom-cta {
  background-image: none;
}

.cta-leaf {
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 640px) {
  .site-header {
    background: #ffffff;
  }

  .hero-image::before {
    background: linear-gradient(180deg, transparent 45%, rgba(255, 255, 255, 0.65));
  }
}

/* MAW — luxury clinical (light editorial: black, white, beige) */
:root {
  --lx-ink: #0c0c0c;
  --lx-ink-soft: #3d3a36;
  --lx-paper: #fffcf8;
  --lx-canvas: #f3ede4;
  --lx-mist: #e8dfd4;
  --lx-sand: #d4c4b0;
  --lx-line: rgba(12, 12, 12, 0.09);
  --lx-line-strong: rgba(12, 12, 12, 0.14);
  --lx-muted: #6b6560;
  --lx-shadow: 0 2px 0 rgba(12, 12, 12, 0.04), 0 22px 56px rgba(12, 12, 12, 0.07);
  --lx-shadow-lg: 0 32px 80px rgba(12, 12, 12, 0.09);
  --lx-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --lx-sans: "DM Sans", "Montserrat", system-ui, sans-serif;
  --lx-radius: 3px;
}

html {
  background: var(--lx-canvas);
}

body {
  font-family: var(--lx-sans);
  color: var(--lx-ink);
  background:
    radial-gradient(ellipse 90% 55% at 10% -12%, rgba(212, 196, 176, 0.22), transparent 52%),
    radial-gradient(ellipse 70% 45% at 92% 8%, rgba(232, 223, 212, 0.55), transparent 48%),
    linear-gradient(180deg, #faf7f2 0%, #f0e9e0 55%, #f7f2eb 100%);
}

body::before {
  opacity: 0.035;
  background-size: 64px 64px;
}

h1,
h2,
h3,
.brand span,
.content-card h2,
.content-card h3,
.journal-feature h2,
.condition-detail-copy h2 {
  font-family: var(--lx-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lx-ink);
}

p,
li,
.section-heading p,
.service-card p,
.flow-card p {
  color: var(--lx-muted);
}

.site-header {
  background: rgba(255, 252, 248, 0.82);
  border-bottom: 1px solid var(--lx-line);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.brand {
  color: var(--lx-ink);
}

.brand-logo {
  mix-blend-mode: multiply;
}

.brand-logo img {
  filter: none;
}

.nav-links a {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lx-ink-soft);
  opacity: 0.72;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--lx-ink);
  opacity: 1;
}

.menu-toggle {
  color: var(--lx-ink);
}

main,
.page-main {
  width: min(1200px, calc(100% - 48px));
}

.nav-shell {
  width: min(1200px, calc(100% - 48px));
  min-height: 80px;
}

.button,
.button-small,
.sticky-booking {
  font-family: var(--lx-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: var(--lx-radius);
  background: var(--lx-ink);
  color: var(--lx-paper);
  border: 1px solid var(--lx-ink);
  box-shadow: 0 14px 32px rgba(12, 12, 12, 0.14);
}

.button:hover,
.button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(12, 12, 12, 0.16);
}

.secondary-button,
.hero-contact,
.flow-note a,
.source-list a {
  background: transparent;
  color: var(--lx-ink);
  border-color: var(--lx-line-strong);
  border-radius: var(--lx-radius);
}

.light-button {
  background: var(--lx-paper);
  color: var(--lx-ink);
  border-color: var(--lx-paper);
}

.light-button.muted-light-button {
  background: transparent;
  color: var(--lx-paper);
  border-color: rgba(255, 252, 248, 0.55);
}

.hero,
.section-frame {
  border-radius: var(--lx-radius);
  border: 1px solid var(--lx-line);
  background: var(--lx-paper);
  box-shadow: var(--lx-shadow);
  overflow: hidden;
}

.hero-copy {
  background: var(--lx-paper);
}

.hero h1,
.page-hero h1,
.section-heading h2,
.about h2 {
  color: var(--lx-ink);
}

.hero-copy::after {
  background: var(--lx-sand);
  opacity: 0.55;
}

.hero-image img,
.practitioner-photo img,
.article-card img {
  filter: saturate(0.88) contrast(1.03) brightness(1.02);
}

.hero-image::before {
  background: linear-gradient(90deg, rgba(255, 252, 248, 0.97) 0%, rgba(255, 252, 248, 0.5) 38%, transparent 78%);
}

.hero-image::after {
  background: linear-gradient(140deg, rgba(255, 252, 248, 0.55), transparent 62%);
}

.page-hero,
.page-hero.narrow,
.blog-hero,
.conditions-hero {
  background-color: var(--lx-paper);
  background-blend-mode: normal, luminosity;
}

.content-card,
.content-card.soft,
.service-card,
.flow-card,
.article-card,
.condition-card,
.condition-detail-copy,
.clinical-note,
.process-item,
.booking-option,
.date-card,
.time-card,
.booking-summary,
.practitioner-photo {
  background: var(--lx-paper);
  border: 1px solid var(--lx-line);
  border-radius: var(--lx-radius);
  box-shadow: var(--lx-shadow);
}

.service-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lx-shadow-lg);
  border-color: var(--lx-line-strong);
}

.icon-circle {
  background: var(--lx-mist);
  color: var(--lx-ink);
  border-color: var(--lx-line);
}

.mini-label,
.journal-meta,
.article-card span {
  color: var(--lx-ink-soft);
  letter-spacing: 0.2em;
}

.service-card a,
.article-card a,
.source-list a,
.contact-link,
.condition-card strong {
  color: var(--lx-ink);
}

.flow-note,
.evidence-note,
.source-card,
.condition-tags span,
.five-column span {
  background: var(--lx-mist);
  color: var(--lx-ink);
  border-color: var(--lx-line);
}

.booking-option.is-selected,
.date-card.is-selected,
.time-card.is-selected {
  background: var(--lx-mist);
  border-color: var(--lx-ink);
}

.trust-strip {
  background: linear-gradient(180deg, #e8dfd4 0%, #ddd2c4 100%);
  border: 1px solid var(--lx-line);
  border-radius: var(--lx-radius);
  box-shadow: var(--lx-shadow);
}

.trust-strip h2 {
  color: var(--lx-ink);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.trust-badge {
  background: rgba(255, 252, 248, 0.72);
  border: 1px solid var(--lx-line);
  border-radius: var(--lx-radius);
}

.trust-badge strong,
.trust-copy > span,
.trust-badge > span:not(.trust-icon):not(.trust-copy) {
  color: var(--lx-muted);
}

.trust-icon {
  background: var(--lx-paper);
  color: var(--lx-ink);
  border-color: var(--lx-line-strong);
}

.trust-logo img,
.nmc-badge img {
  filter: none;
}

.about {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.about-copy p {
  color: var(--lx-muted);
  opacity: 1;
}

.practitioner-photo::after {
  background: var(--lx-paper);
  color: var(--lx-ink);
  border: 1px solid var(--lx-line);
  box-shadow: var(--lx-shadow);
}

.bottom-cta,
.content-card.dark {
  background: var(--lx-ink);
  color: var(--lx-paper);
  border: 1px solid var(--lx-ink);
  border-radius: var(--lx-radius);
  box-shadow: var(--lx-shadow-lg);
}

.bottom-cta h2,
.bottom-cta h1,
.content-card.dark h2,
.content-card.dark h3 {
  color: var(--lx-paper);
}

.bottom-cta p,
.content-card.dark p,
.content-card.dark li {
  color: rgba(255, 252, 248, 0.78);
}

.bottom-cta .light-button,
.content-card.dark .light-button,
.content-card.dark .button {
  background: var(--lx-paper);
  color: var(--lx-ink);
  border-color: var(--lx-paper);
}

.cta-leaf {
  color: rgba(255, 252, 248, 0.12);
}

.site-footer {
  color: var(--lx-ink-soft);
  letter-spacing: 0.22em;
  opacity: 0.85;
}

.site-footer span:not(:last-child)::after {
  background: var(--lx-ink);
  opacity: 0.2;
}

.content-card li::before {
  background: var(--lx-sand);
}

.hero p,
.page-hero p {
  color: var(--lx-muted);
}

.sticky-booking span {
  background: var(--lx-paper);
  color: var(--lx-ink);
}

.journal-aside {
  background: linear-gradient(165deg, var(--lx-paper), var(--lx-mist));
}

.condition-card,
.flow-card {
  background-image: none;
}

.confirmation {
  background: var(--lx-mist);
  color: var(--lx-ink);
}

.flow-intro p,
.flow-note p,
.booking-option span,
.booking-summary span,
.date-card span {
  color: var(--lx-muted);
}

.process-item h3,
.flow-card h3 {
  font-family: var(--lx-sans);
  color: var(--lx-ink);
}

/* Homepage (concept-one): Concept B — split hero, palette, full-bleed bands */
body.concept-one {
  background: #f4f2ee;
}

body.concept-one::before {
  opacity: 0;
}

.concept-one {
  --cb-black: #0e0e0e;
  --cb-charcoal: #1c1c1c;
  --cb-beige: #e6d9c4;
  --cb-stone: #f4f2ee;
  --cb-white: #ffffff;
}

.concept-one .site-header {
  background: var(--cb-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.concept-one .brand-logo {
  mix-blend-mode: normal;
}

.concept-one .brand-logo img {
  filter: brightness(0) invert(1);
}

.concept-one .nav-shell {
  width: min(1200px, calc(100% - 48px));
  grid-template-columns: auto 1fr auto;
}

.concept-one .nav-links {
  justify-self: center;
}

.concept-one .nav-links a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}

.concept-one .nav-links a:hover,
.concept-one .nav-links a:focus-visible {
  color: #fff;
}

.concept-one .site-header .button-small {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

.concept-one .site-header .button-small:hover,
.concept-one .site-header .button-small:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.concept-one main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.concept-one .hero.section-frame {
  margin-top: 0;
  min-height: min(720px, calc(100vh - 80px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--cb-black);
  overflow: hidden;
}

.concept-one .hero-copy {
  padding: clamp(48px, 7vw, 100px) clamp(36px, 6vw, 80px);
  background: var(--cb-black);
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 100%;
}

.concept-one .hero-copy::before,
.concept-one .hero-copy::after {
  display: none;
}

.concept-one .hero h1 {
  max-width: 520px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.08;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}

.concept-one .hero p {
  max-width: 440px;
  margin: 22px 0 28px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.25vw, 1.02rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.concept-one .hero-button {
  background: var(--cb-beige);
  color: var(--cb-black);
  border-color: var(--cb-beige);
  box-shadow: none;
}

.concept-one .hero-button:hover,
.concept-one .hero-button:focus-visible {
  background: #dccfb8;
  border-color: #dccfb8;
  color: var(--cb-black);
}

.concept-one .hero-contact {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.concept-one .hero-contact:hover,
.concept-one .hero-contact:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.concept-one .hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  margin-top: auto;
  padding-top: clamp(36px, 5vh, 64px);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

.concept-one .hero-location-icon {
  flex-shrink: 0;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.85);
}

.concept-one .hero-image {
  margin: 0;
  min-height: 100%;
}

.concept-one .hero-image::before,
.concept-one .hero-image::after {
  display: none;
}

.concept-one .hero-image img {
  width: 100%;
  height: 100%;
  min-height: min(720px, calc(100vh - 80px));
  object-fit: cover;
  filter: grayscale(1) contrast(1.06) brightness(1.02);
}

/* Journey — full-width warm beige band (cards use taupe paper, not service white) */
.concept-one .journey-preview.journey-preview-flow,
.concept-one .journey-preview {
  position: relative;
  margin: 0;
  padding: clamp(64px, 9vw, 104px) 24px clamp(52px, 7vw, 88px);
  background: linear-gradient(180deg, #ead5bc 0%, var(--cb-beige) 38%, #dccfbb 100%);
  border: none;
  border-radius: 0;
  box-shadow: none;
  scroll-margin-top: 96px;
}

/* Premium swing transition from hero into the journey band */
.concept-one .journey-preview.journey-preview-flow::before,
.concept-one .journey-preview::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(46px, 6vw, 72px);
  transform: translateY(-58%);
  background:
    linear-gradient(90deg, #050505 0%, #050505 54%, rgba(5, 5, 5, 0.92) 70%, transparent 100%);
  clip-path: polygon(0 8%, 58% 8%, 100% 0, 100% 48%, 42% 88%, 0 70%);
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.concept-one .journey-preview.journey-preview-flow::after,
.concept-one .journey-preview::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: min(54vw, 680px);
  height: clamp(28px, 3.8vw, 44px);
  transform: translateY(-78%);
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(230, 217, 196, 0.08), #ead5bc 24%, #d8cab6 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(14, 14, 14, 0.16);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.concept-one .journey-preview-flow {
  display: block;
  color: var(--cb-black);
}

.concept-one .journey-preview-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(36px, 5vw, 52px);
  padding-bottom: clamp(28px, 4vw, 36px);
  border-bottom: 1px solid rgba(14, 14, 14, 0.1);
}

.concept-one .journey-preview-heading::after {
  display: none;
}

.concept-one .journey-preview h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 500;
  color: var(--cb-black);
  letter-spacing: -0.02em;
}

.concept-one .journey-preview-heading p {
  font-family: "Montserrat", Arial, sans-serif;
  color: rgba(14, 14, 14, 0.68);
  font-size: 0.92rem;
  max-width: 520px;
  margin: 12px auto 0;
  line-height: 1.65;
}

.concept-one .journey-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.concept-one .journey-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 22px 28px;
  border: 1px solid rgba(36, 28, 20, 0.14);
  border-radius: 18px;
  background: linear-gradient(165deg, #f4ece1 0%, #ebe2d4 45%, #e5d9c8 100%);
  box-shadow:
    0 1px 0 rgba(255, 252, 248, 0.65) inset,
    0 18px 44px rgba(42, 32, 22, 0.1);
  min-height: 240px;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.concept-one .journey-step:hover {
  transform: translateY(-6px);
  border-color: rgba(36, 28, 20, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 252, 248, 0.75) inset,
    0 26px 56px rgba(42, 32, 22, 0.14);
}

.concept-one .journey-step span {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--cb-charcoal);
  border: 1px solid rgba(14, 14, 14, 0.35);
  box-shadow:
    0 0 0 6px rgba(235, 226, 212, 0.95),
    0 6px 16px rgba(14, 14, 14, 0.12);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--cb-beige);
  line-height: 1;
}

/* Journey flow connectors — horizontal spine through step circles (desktop 4-up) */
@media (min-width: 981px) {
  .concept-one .journey-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(32px + 29px);
    left: calc(50% + 29px);
    width: calc(100% - 58px + 22px);
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(55, 42, 30, 0.22) 0%, rgba(55, 42, 30, 0.12) 55%, rgba(55, 42, 30, 0.08) 100%);
    border-radius: 2px;
    z-index: 0;
    pointer-events: none;
  }
}

/* 2-column grid: row bridges + vertical link between rows */
@media (max-width: 980px) and (min-width: 641px) {
  .concept-one .journey-step:nth-child(1)::after,
  .concept-one .journey-step:nth-child(3)::after {
    content: "";
    position: absolute;
    top: calc(28px + 29px);
    left: calc(50% + 29px);
    width: calc(100% - 58px + 16px);
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(55, 42, 30, 0.2), rgba(55, 42, 30, 0.09));
    border-radius: 2px;
    z-index: 0;
    pointer-events: none;
  }

  /* Between rows: short spine centered in the grid (reads as step 2 → 3) */
  .concept-one .journey-steps::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 32px;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(55, 42, 30, 0.07), rgba(55, 42, 30, 0.16) 50%, rgba(55, 42, 30, 0.07));
    border-radius: 2px;
    z-index: 0;
    pointer-events: none;
  }
}

/* Single column: link only in the gap (avoids line through body copy) */
@media (max-width: 640px) {
  .concept-one .journey-steps {
    gap: 20px;
  }

  .concept-one .journey-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 2px;
    height: 20px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(55, 42, 30, 0.14), rgba(55, 42, 30, 0.06));
    border-radius: 2px;
    z-index: 0;
    pointer-events: none;
  }
}

.concept-one .journey-step h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--cb-black);
  margin: 0 0 12px;
}

.concept-one .journey-step p {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(32, 26, 20, 0.68);
  max-width: 28ch;
}

/* Services — soft stone field, white floating cards */
.concept-one .services {
  margin: 0;
  padding: clamp(56px, 8vw, 96px) 24px;
  background: var(--cb-stone);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.concept-one .services .section-heading {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(36px, 5vw, 52px);
  padding-left: 0;
}

.concept-one .services .section-heading::before {
  display: none;
}

.concept-one .services .section-heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 500;
  color: var(--cb-black);
  letter-spacing: -0.02em;
}

.concept-one .services .section-heading p {
  font-family: "Montserrat", Arial, sans-serif;
  margin-top: 12px;
  color: rgba(14, 14, 14, 0.62);
  font-size: 0.94rem;
}

.concept-one .service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1160px;
  margin: 0 auto;
}

.concept-one .service-card {
  min-height: 240px;
  text-align: center;
  align-items: center;
  padding: 32px 22px 28px;
  border-radius: 20px;
  background: var(--cb-white);
  border: 1px solid rgba(14, 14, 14, 0.06);
  box-shadow: 0 20px 48px rgba(14, 14, 14, 0.07);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.concept-one .service-card::before,
.concept-one .service-card::after {
  display: none;
}

.concept-one .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(14, 14, 14, 0.1);
}

.concept-one .services .icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: var(--cb-beige);
  border: 1px solid rgba(14, 14, 14, 0.06);
  color: var(--cb-black);
  box-shadow: none;
}

.concept-one .service-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--cb-black);
  letter-spacing: 0;
}

.concept-one .service-card p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(14, 14, 14, 0.62);
  max-width: none;
}

.concept-one .service-card a {
  font-family: "Montserrat", Arial, sans-serif;
  margin-top: auto;
  padding-top: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cb-black);
}

/* About — contained, not in mockup; aligned to palette */
.concept-one .about {
  margin: 48px auto;
  padding: clamp(44px, 6vw, 72px) clamp(28px, 4vw, 40px);
  width: min(1160px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  background: var(--cb-white);
  border: 1px solid rgba(14, 14, 14, 0.06);
  border-radius: 0;
  box-shadow: 0 24px 56px rgba(14, 14, 14, 0.06);
}

.concept-one .about .practitioner-card {
  order: -1;
  justify-self: end;
}

.concept-one .about .practitioner-photo {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(14, 14, 14, 0.12);
  transform: none;
}

.concept-one .about .practitioner-card:hover .practitioner-photo {
  transform: none;
}

.concept-one .about h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  color: var(--cb-black);
}

.concept-one .about-copy p {
  font-family: "Montserrat", Arial, sans-serif;
  color: rgba(14, 14, 14, 0.65);
}

/* Trust — black bar, dividers, white labels */
.concept-one .trust-strip {
  margin: 0;
  padding: clamp(48px, 6vw, 72px) 24px;
  background: var(--cb-black);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.concept-one .trust-strip h2 {
  font-family: "Playfair Display", Georgia, serif;
  display: block;
  margin-bottom: clamp(28px, 4vw, 40px);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -0.01em;
}

.concept-one .trust-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.concept-one .trust-badge {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  min-height: 120px;
  padding: 20px 16px;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  transition: opacity 0.2s ease;
}

.concept-one .trust-badge:last-child {
  border-right: none;
}

.concept-one .trust-badge:hover {
  transform: none;
  opacity: 0.9;
}

.concept-one .trust-badge strong,
.concept-one .trust-copy > span,
.concept-one .trust-badge > span:not(.trust-icon):not(.trust-copy) {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
}

.concept-one .trust-badge strong {
  color: #fff;
  font-size: 1.05rem;
}

.concept-one .trust-logo img,
.concept-one .nmc-badge img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.concept-one .trust-icon {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.concept-one .trust-icon svg {
  color: #fff;
}

.concept-one .site-footer {
  background: var(--cb-charcoal);
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.concept-one .site-footer span:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.35);
}

.concept-one .sticky-booking {
  display: none;
}

@media (max-width: 980px) {
  .concept-one .site-header {
    background: var(--cb-black);
  }

  .concept-one .nav-shell {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
  }

  .concept-one .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .concept-one .site-header .button-small {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 36px;
    padding-inline: 14px;
    font-size: 0.62rem;
  }

  .concept-one .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    color: #fff;
  }

  .concept-one .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .concept-one .nav-links a {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .concept-one .hero.section-frame {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .concept-one .hero-image {
    order: -1;
  }

  .concept-one .hero-image img {
    min-height: 280px;
    max-height: 380px;
  }

  .concept-one .hero-copy {
    padding: 40px 28px 48px;
  }

  .concept-one .journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .concept-one .journey-step {
    min-height: 0;
    padding: 28px 20px 24px;
  }

  .concept-one .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-one .about {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .concept-one .about .practitioner-card {
    order: 0;
    justify-self: center;
    max-width: 400px;
  }

  .concept-one .trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-one .trust-badge {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .concept-one .trust-badge:nth-child(2n) {
    border-right: none;
  }

  .concept-one .trust-badge:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  .concept-one .site-header {
    background: var(--cb-black);
  }

  .concept-one .hero.section-frame {
    width: 100%;
    margin-inline: 0;
  }

  .concept-one .journey-steps {
    grid-template-columns: 1fr;
  }

  .concept-one .service-grid {
    grid-template-columns: 1fr;
  }

  .concept-one .trust-badges {
    grid-template-columns: 1fr;
  }

  .concept-one .trust-badge {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .concept-one .trust-badge:last-child {
    border-bottom: none;
  }
}

/* Maxine flyer reference direction: white clinical premium, black type, beige accents */
body.concept-one {
  background: #ffffff;
  color: #101010;
}

body.concept-one::before {
  opacity: 0.04;
  background-size: 160px 160px;
}

.concept-one {
  --flyer-black: #080808;
  --flyer-ink: #171717;
  --flyer-muted: #5f5a54;
  --flyer-beige: #ddd4c6;
  --flyer-beige-deep: #b6a68e;
  --flyer-stone: #f3efe8;
  --flyer-white: #ffffff;
  --flyer-line: rgba(8, 8, 8, 0.13);
  --flyer-shadow: 0 30px 78px rgba(20, 17, 14, 0.11);
}

.concept-one .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
  box-shadow: 0 10px 36px rgba(8, 8, 8, 0.05);
}

.concept-one .nav-shell {
  width: min(1180px, calc(100% - 48px));
}

.concept-one .brand-logo {
  width: clamp(132px, 11vw, 168px);
  mix-blend-mode: normal;
}

.concept-one .brand-logo img {
  filter: none;
}

.concept-one .nav-links a {
  color: rgba(8, 8, 8, 0.78);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.concept-one .nav-links a:hover,
.concept-one .nav-links a:focus-visible {
  color: var(--flyer-black);
}

.concept-one .site-header .button-small {
  background: var(--flyer-black);
  color: #fff;
  border: 1px solid var(--flyer-black);
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(8, 8, 8, 0.14);
}

.concept-one .site-header .button-small:hover,
.concept-one .site-header .button-small:focus-visible {
  background: var(--flyer-beige);
  color: var(--flyer-black);
  border-color: var(--flyer-beige-deep);
}

.concept-one main {
  background: #fff;
}

.concept-one .hero.section-frame {
  width: min(1180px, calc(100% - 48px));
  min-height: auto;
  margin: clamp(22px, 4vw, 48px) auto clamp(40px, 6vw, 72px);
  padding: clamp(34px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(420px, 1.1fr);
  grid-template-areas:
    "copy image"
    "strip strip";
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  overflow: visible;
  background:
    radial-gradient(circle at 100% 18%, rgba(221, 212, 198, 0.52), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 56%, #f6f2ec 100%);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.concept-one .hero.section-frame::before {
  display: none;
}

.concept-one .hero-copy {
  grid-area: copy;
  padding: 0;
  align-self: center;
  background: transparent;
  color: var(--flyer-black);
}

.concept-one .hero-copy::before,
.concept-one .hero-copy::after {
  display: none;
}

.concept-one .hero h1 {
  max-width: 560px;
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(4.3rem, 8vw, 7.9rem);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: var(--flyer-black);
}

.concept-one .hero h1 span {
  display: block;
}

.concept-one .hero p.hero-intro {
  max-width: 360px;
  margin: clamp(28px, 4vw, 40px) 0 26px;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.35;
  font-weight: 600;
  color: var(--flyer-black);
}

.concept-one .hero-actions {
  gap: 12px;
  margin-bottom: clamp(34px, 5vw, 54px);
}

.concept-one .hero-button,
.concept-one .hero-contact {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 7px;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.concept-one .hero-button {
  background: var(--flyer-beige);
  border-color: var(--flyer-beige);
  color: var(--flyer-black);
  box-shadow: 0 18px 42px rgba(8, 8, 8, 0.13);
}

.concept-one .hero-button:hover,
.concept-one .hero-button:focus-visible {
  background: var(--flyer-black);
  border-color: var(--flyer-black);
  color: #fff;
}

.concept-one .hero-contact {
  background: #fff;
  border: 1px solid var(--flyer-line);
  color: var(--flyer-black);
}

.concept-one .hero-contact:hover,
.concept-one .hero-contact:focus-visible {
  background: var(--flyer-stone);
  color: var(--flyer-black);
}

.concept-one .hero-help {
  max-width: 390px;
}

.concept-one .hero-help > p {
  margin: 0 0 16px;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.16rem);
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--flyer-beige-deep);
}

.concept-one .hero-help ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-one .hero-help li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(182, 166, 142, 0.38);
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.35vw, 1.1rem);
  line-height: 1.18;
  font-weight: 700;
  color: var(--flyer-black);
}

.concept-one .hero-help li span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--flyer-beige-deep);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.concept-one .hero-image {
  grid-area: image;
  min-height: 0;
  margin: 0;
  display: block;
  align-self: center;
  padding: clamp(14px, 2vw, 22px);
  overflow: visible;
  isolation: isolate;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.concept-one .hero-image::before,
.concept-one .hero-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept-one .hero-image::before {
  display: block;
  inset: 0 0 76px clamp(22px, 4vw, 54px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(135deg, #e4dbce 0%, #f2eee7 66%, #d5c8b7 100%);
  border-radius: 42px 42px 138px 42px;
  box-shadow: 0 34px 90px rgba(20, 17, 14, 0.13);
  transform: rotate(-1.2deg);
  z-index: -2;
}

.concept-one .hero-image::after {
  display: block;
  width: 122px;
  height: 122px;
  right: -18px;
  top: 42px;
  border: 1px solid rgba(182, 166, 142, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  z-index: -1;
}

.concept-one .hero-image img {
  width: 100%;
  height: clamp(420px, 48vw, 610px);
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 53% 50%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 36px 36px 126px 36px;
  filter: grayscale(0.12) contrast(1.04) brightness(1.04);
  box-shadow:
    0 24px 70px rgba(20, 17, 14, 0.16),
    0 0 0 10px rgba(255, 255, 255, 0.72);
}

.concept-one .hero-proof-card {
  position: absolute;
  left: 0;
  bottom: clamp(22px, 4vw, 42px);
  width: min(430px, 78%);
  min-height: 0;
  padding: 18px 20px 18px 18px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 16px;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(247, 243, 236, 0.96) 0%, rgba(226, 216, 202, 0.96) 100%);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 18px 18px 38px 18px;
  box-shadow: 0 22px 58px rgba(20, 17, 14, 0.16);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  z-index: 2;
}

.concept-one .proof-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid var(--flyer-beige-deep);
  border-radius: 50%;
  color: var(--flyer-beige-deep);
}

.concept-one .proof-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.concept-one .hero-proof-card strong {
  max-width: none;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.15;
  color: var(--flyer-black);
}

.concept-one .hero-proof-card > span:last-child {
  grid-column: 2;
  max-width: none;
  padding: 8px 0 0;
  margin-top: -6px;
  border-top: 0;
  border-left: 0;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  line-height: 1.22;
  font-weight: 700;
  color: rgba(8, 8, 8, 0.66);
}

.concept-one .hero-contact-strip {
  grid-area: strip;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(10px, 2vw, 22px);
  padding: 24px clamp(24px, 4vw, 42px);
  background: var(--flyer-beige);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 52px rgba(20, 17, 14, 0.08);
}

.concept-one .hero-contact-strip a {
  min-width: 0;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  color: var(--flyer-black);
}

.concept-one .hero-contact-strip a:not(.hero-strip-button) {
  display: grid;
  gap: 2px;
}

.concept-one .hero-contact-strip span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-one .hero-contact-strip strong {
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1.05;
  word-break: break-word;
}

.concept-one .hero-strip-button {
  justify-self: end;
  min-height: 48px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--flyer-black);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(8, 8, 8, 0.14);
}

.concept-one .journey-preview.journey-preview-flow,
.concept-one .journey-preview {
  margin: 0;
  padding: clamp(72px, 9vw, 108px) 24px clamp(58px, 7vw, 84px);
  background: var(--flyer-stone);
  color: var(--flyer-black);
}

.concept-one .journey-preview.journey-preview-flow::before,
.concept-one .journey-preview::before {
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background:
    linear-gradient(104deg, #fff 0 46%, var(--flyer-beige) 46.2% 58%, #fff 58.2% 100%);
  transform: none;
  box-shadow: none;
  opacity: 1;
}

.concept-one .journey-preview.journey-preview-flow::after,
.concept-one .journey-preview::after {
  display: none;
}

.concept-one .journey-preview h2,
.concept-one .services .section-heading h2,
.concept-one .about h2,
.concept-one .trust-strip h2 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  color: var(--flyer-black);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.concept-one .journey-preview-heading p,
.concept-one .services .section-heading p {
  color: rgba(8, 8, 8, 0.58);
}

.concept-one .journey-step {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: 0 22px 58px rgba(20, 17, 14, 0.08);
}

.concept-one .journey-step span {
  background: var(--flyer-black);
  color: var(--flyer-beige);
  box-shadow:
    0 0 0 7px rgba(221, 212, 198, 0.86),
    0 12px 24px rgba(8, 8, 8, 0.16);
}

.concept-one .services {
  background: #fff;
  padding-bottom: clamp(34px, 5vw, 58px);
}

.concept-one .services .icon-circle {
  background: var(--flyer-beige);
  color: var(--flyer-black);
}

.concept-one .service-card {
  border-radius: 18px;
  background: #fff;
  border-color: rgba(8, 8, 8, 0.09);
  box-shadow: 0 20px 54px rgba(20, 17, 14, 0.07);
}

.concept-one .treatment-gallery {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto clamp(54px, 7vw, 82px);
  padding: clamp(34px, 5vw, 54px);
  display: grid;
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 239, 232, 0.92)),
    radial-gradient(circle at 86% 12%, rgba(221, 212, 198, 0.7), transparent 38%);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 76px rgba(20, 17, 14, 0.09);
  overflow: hidden;
}

.concept-one .treatment-gallery-copy {
  position: relative;
  z-index: 2;
}

.concept-one .treatment-gallery-copy::after {
  content: "";
  display: block;
  width: 86px;
  height: 2px;
  margin-top: 28px;
  background: var(--flyer-beige-deep);
}

.concept-one .treatment-gallery-copy h2 {
  margin: 10px 0 18px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4.15rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--flyer-black);
}

.concept-one .treatment-gallery-copy p {
  max-width: 34ch;
  margin: 0;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(8, 8, 8, 0.62);
}

.concept-one .treatment-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.82fr 0.92fr;
  grid-auto-rows: 150px;
  gap: 14px;
}

.concept-one .treatment-photo {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #ebe4d8;
  border: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: 0 20px 48px rgba(20, 17, 14, 0.12);
  animation: galleryRise 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--delay, 0ms);
  transform-origin: center;
}

.concept-one .treatment-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 8, 8, 0.16));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.concept-one .treatment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.26) contrast(1.04) brightness(1.04);
  transform: scale(1.03);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 450ms ease;
}

.concept-one .treatment-photo:hover img {
  transform: scale(1.08);
  filter: grayscale(0.1) contrast(1.05) brightness(1.03);
}

.concept-one .treatment-photo:hover::after {
  opacity: 1;
}

.concept-one .treatment-photo-large {
  grid-column: span 2;
  grid-row: span 2;
}

.concept-one .treatment-photo-tall {
  grid-row: span 2;
}

.concept-one .treatment-photo-wide {
  grid-column: span 2;
}

.concept-one .treatment-photo-large img {
  object-position: 46% 44%;
}

.concept-one .treatment-photo-tall img {
  object-position: 54% 50%;
}

.concept-one .treatment-photo-wide img {
  object-position: 50% 46%;
}

@keyframes galleryRise {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.concept-one .about {
  margin-top: 0;
  background: var(--flyer-stone);
  border-radius: 22px;
}

.concept-one .about .practitioner-photo {
  border-radius: 18px;
}

.concept-one .about .practitioner-photo img {
  filter: grayscale(0.25) contrast(1.03) brightness(1.04);
}

.concept-one .trust-strip {
  background: var(--flyer-beige);
  border-top: 1px solid rgba(8, 8, 8, 0.08);
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
}

.concept-one .trust-strip h2 {
  color: var(--flyer-black);
}

.concept-one .trust-badge {
  background: #fff;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(20, 17, 14, 0.08);
  color: var(--flyer-black);
}

.concept-one .trust-badge strong,
.concept-one .trust-copy > span,
.concept-one .trust-badge > span:not(.trust-icon):not(.trust-copy) {
  color: var(--flyer-black);
}

.concept-one .trust-logo img,
.concept-one .nmc-badge img {
  filter: grayscale(1) contrast(1.16);
  opacity: 1;
}

.concept-one .trust-icon {
  background: var(--flyer-stone);
  border-color: rgba(8, 8, 8, 0.14);
  color: var(--flyer-black);
}

.concept-one .trust-icon svg {
  color: var(--flyer-black);
}

.concept-one .site-footer {
  background: #fff;
  color: var(--flyer-black);
  border-top: 1px solid rgba(8, 8, 8, 0.1);
}

.concept-one .site-footer span:not(:last-child)::after {
  background: rgba(8, 8, 8, 0.32);
}

@media (max-width: 980px) {
  .concept-one .site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .concept-one .menu-toggle {
    color: var(--flyer-black);
  }

  .concept-one .nav-links a {
    color: var(--flyer-black);
    border-color: rgba(8, 8, 8, 0.1);
  }

  .concept-one .hero.section-frame {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image"
      "strip";
    padding: clamp(28px, 6vw, 44px);
  }

  .concept-one .hero.section-frame::before {
    display: none;
  }

  .concept-one .hero-image {
    min-height: 0;
    padding: 16px;
  }

  .concept-one .hero-image img {
    clip-path: none;
    object-position: 52% 50%;
    height: clamp(360px, 58vw, 470px);
  }

  .concept-one .hero-proof-card {
    left: 8px;
    transform: none;
    width: min(430px, calc(100% - 16px));
  }

  .concept-one .hero-contact-strip {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .concept-one .hero-strip-button {
    justify-self: start;
  }

  .concept-one .treatment-gallery {
    grid-template-columns: 1fr;
  }

  .concept-one .treatment-gallery-copy {
    max-width: 640px;
  }

  .concept-one .treatment-gallery-grid {
    grid-auto-rows: 132px;
  }
}

@media (max-width: 640px) {
  .concept-one .nav-shell {
    width: min(100% - 28px, 1180px);
  }

  .concept-one .hero.section-frame {
    width: calc(100% - 28px);
    margin-top: 18px;
    padding: 24px 20px;
  }

  .concept-one .hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .concept-one .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .concept-one .hero-button,
  .concept-one .hero-contact {
    width: 100%;
  }

  .concept-one .hero-help li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .concept-one .hero-help li span {
    width: 36px;
    height: 36px;
  }

  .concept-one .hero-image {
    min-height: 0;
    padding: 14px;
  }

  .concept-one .hero-image::before {
    inset: 6px 4px 62px 18px;
    border-radius: 30px 30px 86px 30px;
    transform: rotate(-0.8deg);
  }

  .concept-one .hero-image::after {
    width: 76px;
    height: 76px;
    right: -8px;
    top: 28px;
  }

  .concept-one .hero-image img {
    clip-path: none;
    border-radius: 24px 24px 76px 24px;
    height: clamp(300px, 78vw, 360px);
    object-fit: cover;
    object-position: 53% 50%;
    box-shadow:
      0 20px 52px rgba(20, 17, 14, 0.15),
      0 0 0 7px rgba(255, 255, 255, 0.74);
  }

  .concept-one .hero-proof-card {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin: -34px auto 0;
    min-height: 0;
    padding: 18px;
    grid-template-columns: 46px 1fr;
    border-radius: 18px 18px 30px 18px;
  }

  .concept-one .hero-proof-card > span:last-child {
    grid-column: 2;
    max-width: none;
    padding: 6px 0 0;
    border-left: 0;
    border-top: 0;
  }

  .concept-one .hero-contact-strip {
    padding: 22px 18px;
  }

  .concept-one .journey-preview.journey-preview-flow,
  .concept-one .journey-preview {
    padding-top: 64px;
  }

  .concept-one .treatment-gallery {
    width: calc(100% - 28px);
    margin-bottom: 36px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .concept-one .treatment-gallery-copy h2 {
    font-size: clamp(2.1rem, 12vw, 3.1rem);
  }

  .concept-one .treatment-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 148px;
    gap: 10px;
  }

  .concept-one .treatment-photo-large {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  .concept-one .treatment-photo-tall {
    grid-row: span 2;
  }

  .concept-one .treatment-photo-wide {
    grid-column: span 1;
  }
}

.concept-one .service-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.concept-one .trust-badges {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
  max-width: 1120px;
}

.concept-one .trust-badge,
.concept-one .trust-badge:last-child,
.concept-one .trust-badge:nth-child(2n),
.concept-one .trust-badge:nth-last-child(-n + 2) {
  border: 1px solid rgba(8, 8, 8, 0.08);
}

.expanding-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

@media (max-width: 640px) {
  .concept-one .service-card {
    min-height: 250px;
    padding: 30px 24px 26px;
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .concept-one .service-card .icon-circle {
    grid-column: auto;
    grid-row: auto;
    margin: 0 0 18px;
  }

  .concept-one .service-card h3 {
    margin: 0 0 10px;
  }

  .concept-one .service-card p {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .concept-one .service-card a {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    height: auto;
    margin-top: auto;
    padding-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    line-height: 1;
    white-space: nowrap;
  }

  .concept-one .service-card a span {
    font-size: inherit;
    margin-left: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-one .treatment-photo,
  .concept-one .treatment-photo img {
    animation: none;
    transition: none;
  }
}

/* Hero redesign: editorial clinical studio layout */
.concept-one .hero.section-frame {
  width: min(1184px, calc(100% - 48px));
  margin: clamp(24px, 4vw, 52px) auto clamp(44px, 6vw, 78px);
  padding: clamp(34px, 5vw, 70px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.05fr);
  grid-template-areas:
    "copy image"
    "support support"
    "strip strip";
  gap: clamp(24px, 3.6vw, 52px) clamp(34px, 5vw, 76px);
  overflow: visible;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 42%, rgba(245, 240, 233, 0.72) 42% 100%),
    radial-gradient(circle at 84% 18%, rgba(190, 174, 151, 0.2), transparent 34%);
  box-shadow: 0 30px 80px rgba(8, 8, 8, 0.08);
}

.concept-one .hero.section-frame::before {
  display: block;
  content: "";
  position: absolute;
  inset: clamp(18px, 3vw, 34px) auto auto 50%;
  width: 1px;
  height: calc(100% - clamp(36px, 6vw, 68px));
  background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.18), transparent);
  pointer-events: none;
}

.concept-one .hero-copy {
  grid-area: copy;
  align-self: center;
  max-width: 500px;
  padding-block: clamp(18px, 4vw, 52px);
}

.concept-one .hero h1 {
  max-width: 7.2em;
  font-size: clamp(4.5rem, 8vw, 7.45rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.concept-one .hero-intro {
  max-width: 420px;
  margin-top: clamp(24px, 3vw, 36px);
  font-size: clamp(1.3rem, 2.2vw, 1.72rem);
  line-height: 1.22;
  color: var(--flyer-black);
}

.concept-one .hero-actions {
  margin-top: clamp(26px, 3vw, 36px);
}

.concept-one .hero-image.hero-studio {
  grid-area: image;
  position: relative;
  min-height: clamp(520px, 48vw, 650px);
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.concept-one .hero-image.hero-studio::before,
.concept-one .hero-image.hero-studio::after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.concept-one .hero-image.hero-studio::before {
  inset: 18px 6px 54px 54px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  background: #ebe4d9;
  transform: rotate(-2.2deg);
}

.concept-one .hero-image.hero-studio::after {
  right: -20px;
  bottom: 46px;
  width: min(260px, 40%);
  height: min(260px, 40%);
  border: 1px solid rgba(8, 8, 8, 0.09);
  background: #ffffff;
  box-shadow: 0 26px 54px rgba(8, 8, 8, 0.1);
}

.concept-one .hero-studio-main,
.concept-one .hero-studio-detail,
.concept-one .hero-proof-card {
  position: absolute;
  z-index: 2;
}

.concept-one .hero-studio-main {
  inset: 0 12% 14% 0;
  overflow: hidden;
  border: 12px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(8, 8, 8, 0.16);
}

.concept-one .hero-image.hero-studio img,
.concept-one .hero-image.hero-studio .hero-main-photo,
.concept-one .hero-image.hero-studio .hero-studio-detail img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(1.04);
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
}

.concept-one .hero-image.hero-studio .hero-main-photo {
  object-position: 50% 50%;
}

.concept-one .hero-studio-detail {
  overflow: hidden;
  border: 8px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(8, 8, 8, 0.16);
}

.concept-one .hero-studio-detail-one {
  right: 0;
  top: 8%;
  width: 32%;
  height: 34%;
}

.concept-one .hero-studio-detail-two {
  right: 7%;
  bottom: 0;
  width: 38%;
  height: 28%;
}

.concept-one .hero-proof-card {
  left: 6%;
  bottom: 7%;
  width: min(390px, 64%);
  min-height: 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0;
  background: rgba(8, 8, 8, 0.86);
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(8, 8, 8, 0.22);
  transform: none;
}

.concept-one .hero-proof-card .proof-icon {
  width: 46px;
  height: 46px;
  border-color: rgba(229, 218, 204, 0.64);
  color: #e4d7c5;
  grid-row: span 2;
}

.concept-one .hero-proof-card strong {
  color: #ffffff;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.25vw, 1.14rem);
  line-height: 1.18;
}

.concept-one .hero-proof-card > span:last-child {
  grid-column: 2;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.3;
}

.concept-one .hero-support-rail {
  grid-area: support;
  max-width: none;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: clamp(4px, 1vw, 12px);
  padding: 0;
  border: 1px solid rgba(8, 8, 8, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(8, 8, 8, 0.06);
}

.concept-one .hero-support-rail > p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 22px;
  border-right: 1px solid rgba(8, 8, 8, 0.1);
  color: #a8977f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.concept-one .hero-support-rail ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-one .hero-support-rail li {
  min-height: 96px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(8, 8, 8, 0.08);
  color: var(--flyer-black);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 800;
  line-height: 1.25;
}

.concept-one .hero-support-rail li:first-child {
  border-left: 0;
}

.concept-one .hero-support-rail li span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #b9aa91;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
}

.concept-one .hero-contact-strip {
  margin-top: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .concept-one .hero-studio-main {
    animation: heroStudioIn 700ms ease both;
  }

  .concept-one .hero-studio-detail-one {
    animation: heroStudioIn 760ms 80ms ease both;
  }

  .concept-one .hero-studio-detail-two,
  .concept-one .hero-proof-card {
    animation: heroStudioIn 820ms 130ms ease both;
  }
}

@keyframes heroStudioIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .concept-one .hero.section-frame {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image"
      "support"
      "strip";
    padding: clamp(28px, 6vw, 48px);
  }

  .concept-one .hero.section-frame::before {
    display: none;
  }

  .concept-one .hero-copy {
    max-width: 700px;
    padding-block: 0;
  }

  .concept-one .hero-image.hero-studio {
    min-height: clamp(470px, 68vw, 610px);
  }

  .concept-one .hero-support-rail {
    grid-template-columns: 1fr;
  }

  .concept-one .hero-support-rail > p {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 8, 8, 0.1);
  }

  .concept-one .hero-support-rail ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-one .hero-support-rail li {
    border-top: 1px solid rgba(8, 8, 8, 0.08);
  }

  .concept-one .hero-support-rail li:nth-child(-n + 2) {
    border-top: 0;
  }

  .concept-one .hero-support-rail li:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .concept-one .hero.section-frame {
    width: calc(100% - 28px);
    padding: 24px 18px;
    gap: 28px;
  }

  .concept-one .hero h1 {
    font-size: clamp(3.45rem, 15vw, 5.1rem);
  }

  .concept-one .hero-intro {
    font-size: clamp(1.1rem, 6vw, 1.42rem);
  }

  .concept-one .hero-image.hero-studio {
    min-height: 560px;
  }

  .concept-one .hero-studio-main {
    inset: 0 0 170px 0;
    border-width: 8px;
  }

  .concept-one .hero-studio-detail-one {
    top: auto;
    right: 4%;
    bottom: 84px;
    width: 42%;
    height: 170px;
    border-width: 6px;
  }

  .concept-one .hero-studio-detail-two {
    left: 0;
    right: auto;
    bottom: 54px;
    width: 46%;
    height: 156px;
    border-width: 6px;
  }

  .concept-one .hero-proof-card {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
    grid-template-columns: 46px 1fr;
  }

  .concept-one .hero-proof-card .proof-icon {
    width: 40px;
    height: 40px;
  }

  .concept-one .hero-support-rail ul {
    grid-template-columns: 1fr;
  }

  .concept-one .hero-support-rail li,
  .concept-one .hero-support-rail li:nth-child(-n + 2) {
    min-height: 76px;
    border-left: 0;
    border-top: 1px solid rgba(8, 8, 8, 0.08);
  }

  .concept-one .hero-support-rail li:first-child {
    border-top: 0;
  }
}

/* Approved hero concept: curved editorial panel over full clinical image */
.concept-one .hero-approved.section-frame {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0 auto clamp(46px, 6vw, 72px);
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(560px, calc(100vh - 230px)) auto;
  grid-template-areas:
    "stage"
    "support";
  gap: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  isolation: isolate;
}

.concept-one .nav-shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 3.8vw, 64px);
}

@media (min-width: 901px) {
  .concept-one .nav-shell {
    min-height: 110px;
  }

  .concept-one .button-small {
    min-height: 58px;
    padding-inline: 32px;
  }
}

.concept-one .hero-approved.section-frame::before,
.concept-one .hero-approved.section-frame::after {
  display: none;
}

.concept-one .hero-approved .hero-room-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: clamp(280px, 28vw, 470px);
  height: calc(100% - 126px);
  width: auto;
  min-width: calc(100% - clamp(280px, 28vw, 470px));
  object-fit: cover;
  object-position: 42% 50%;
  filter: saturate(0.35) contrast(1.02) brightness(1.03);
  transform: scale(1.065);
  transform-origin: center;
}

.concept-one .hero-approved .hero-arc-panel {
  grid-area: stage;
  position: relative;
  z-index: 2;
  width: clamp(540px, 38vw, 630px);
  height: 100%;
  max-width: none;
  padding: clamp(74px, 8vw, 128px) clamp(40px, 4vw, 64px) clamp(56px, 6vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0 58% 58% 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    32px 0 80px rgba(255, 255, 255, 0.52),
    18px 0 70px rgba(8, 8, 8, 0.05);
}

.concept-one .hero-approved .hero-kicker {
  position: relative;
  margin: 0 0 clamp(30px, 4vw, 48px);
  padding-left: 24px;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  color: #ad9b80;
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
}

.concept-one .hero-approved .hero-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 2px;
  height: 32px;
  background: #c4b394;
}

.concept-one .hero-approved h1 {
  margin: 0;
  max-width: 7.2em;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  color: #030303;
  font-size: clamp(4.45rem, 5.7vw, 6.15rem);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.055em;
}

.concept-one .hero-approved .hero-rule {
  display: block;
  width: 74px;
  height: 3px;
  margin: clamp(28px, 4vw, 42px) 0 24px;
  background: #b9aa91;
}

.concept-one .hero-approved .hero-intro {
  margin: 0;
  max-width: 350px;
  color: #111111;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(1.42rem, 1.9vw, 1.92rem);
  font-weight: 500;
  line-height: 1.22;
}

.concept-one .hero-approved .hero-intro strong {
  font-weight: 900;
}

.concept-one .hero-approved .hero-actions {
  margin-top: clamp(28px, 4vw, 44px);
  display: flex;
  align-items: center;
  gap: 16px;
}

.concept-one .hero-approved .hero-button,
.concept-one .hero-approved .hero-contact {
  width: auto;
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 6px;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: none;
}

.concept-one .hero-approved .hero-button {
  background: #d7cbb8;
  color: #111111;
  border: 1px solid #d7cbb8;
}

.concept-one .hero-approved .hero-contact {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(8, 8, 8, 0.65);
}

.concept-one .hero-approved .hero-button svg,
.concept-one .hero-approved .hero-card-button svg,
.concept-one .hero-approved .hero-card-icon svg,
.concept-one .hero-approved .hero-support-icon svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.concept-one .hero-approved svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.concept-one .hero-booking-card {
  position: absolute;
  z-index: 3;
  grid-area: card;
  right: clamp(42px, 5.2vw, 86px);
  top: clamp(160px, 22vh, 240px);
  width: min(380px, 30vw);
  padding: 26px 32px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.91);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 74px rgba(8, 8, 8, 0.13);
}

.concept-one .hero-card-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.14);
  color: #111111;
}

.concept-one .hero-card-row span:last-child,
.concept-one .hero-card-proof p {
  min-width: 0;
  display: grid;
  gap: 2px;
  margin: 0;
}

.concept-one .hero-card-row strong,
.concept-one .hero-card-proof strong {
  color: #111111;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.1vw, 1.06rem);
  font-weight: 800;
  line-height: 1.25;
  word-break: break-word;
}

.concept-one .hero-card-row small,
.concept-one .hero-card-proof span {
  color: rgba(8, 8, 8, 0.62);
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.concept-one .hero-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #b9aa91;
  color: #ffffff;
}

.concept-one .hero-card-button {
  min-height: 62px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 6px;
  background: #050505;
  color: #ffffff;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-one .hero-card-proof {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 8, 8, 0.14);
}

.concept-one .hero-card-proof img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  object-position: 52% 18%;
  border-radius: 999px;
  border: 1px solid #b9aa91;
  filter: grayscale(0.25) contrast(1.03) brightness(1.03);
}

.concept-one .hero-approved .hero-support-rail {
  grid-area: support;
  position: relative;
  z-index: 4;
  max-width: none;
  margin: 0;
  padding: 22px clamp(42px, 6vw, 84px) 26px;
  display: block;
  border: 0;
  border-top: 4px solid #050505;
  background: #ffffff;
  box-shadow: none;
}

.concept-one .hero-approved .hero-support-rail ul {
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  list-style: none;
}

.concept-one .hero-approved .hero-support-rail li {
  min-height: 90px;
  padding: 0 clamp(18px, 2vw, 34px);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  border: 0;
  border-left: 1px solid rgba(8, 8, 8, 0.16);
  color: #111111;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  font-weight: 800;
  line-height: 1.28;
}

.concept-one .hero-approved .hero-support-rail li:first-child {
  border-left: 0;
}

.concept-one .hero-approved .hero-support-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid #d0c4b2;
  background: rgba(247, 244, 239, 0.86);
  color: #b09f84;
}

@media (max-width: 1120px) {
  .concept-one .hero-booking-card {
    right: 28px;
    width: min(350px, 34vw);
    padding: 22px;
  }

  .concept-one .hero-approved .hero-arc-panel {
    width: clamp(500px, 50vw, 640px);
  }
}

@media (max-width: 900px) {
  .concept-one .hero-approved.section-frame {
    grid-template-rows: auto auto;
    grid-template-areas:
      "stage"
      "card"
      "support";
    background: #ffffff;
  }

  .concept-one .hero-approved .hero-room-image {
    position: relative;
    grid-area: stage;
    inset: auto;
    width: 100%;
    min-width: 0;
    height: 420px;
    object-position: 48% 50%;
    transform: none;
  }

  .concept-one .hero-approved .hero-arc-panel {
    grid-area: stage;
    width: min(100%, 560px);
    height: auto;
    min-height: 560px;
    padding: 62px 34px 48px;
    border-radius: 0 0 48% 0;
    background: rgba(255, 255, 255, 0.96);
  }

  .concept-one .hero-approved h1 {
    font-size: clamp(4.2rem, 13vw, 6.7rem);
  }

  .concept-one .hero-booking-card {
    position: relative;
    top: auto;
    right: auto;
    z-index: 4;
    width: calc(100% - 48px);
    max-width: 560px;
    margin: -78px auto 34px;
  }

  .concept-one .hero-approved .hero-support-rail {
    padding-inline: 24px;
  }

  .concept-one .hero-approved .hero-support-rail ul {
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(8, 8, 8, 0.12);
    border-bottom: 0;
  }

  .concept-one .hero-approved .hero-support-rail li {
    border-left: 0;
    border-bottom: 1px solid rgba(8, 8, 8, 0.12);
  }

  .concept-one .hero-approved .hero-support-rail li:nth-child(even) {
    border-left: 1px solid rgba(8, 8, 8, 0.12);
  }
}

@media (max-width: 640px) {
  .concept-one .hero-approved.section-frame {
    width: 100%;
    margin-top: 0;
  }

  .concept-one .hero-approved .hero-room-image {
    height: 330px;
    object-position: 48% 50%;
  }

  .concept-one .hero-approved .hero-arc-panel {
    width: 100%;
    min-height: 540px;
    padding: 48px 24px 38px;
    border-radius: 0 0 42% 0;
  }

  .concept-one .hero-approved .hero-kicker {
    margin-bottom: 28px;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }

  .concept-one .hero-approved h1 {
    font-size: clamp(3.65rem, 15vw, 5rem);
    line-height: 0.87;
  }

  .concept-one .hero-approved .hero-intro {
    max-width: 300px;
    font-size: 1.22rem;
  }

  .concept-one .hero-approved .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .concept-one .hero-approved .hero-button,
  .concept-one .hero-approved .hero-contact {
    width: 100%;
  }

  .concept-one .hero-booking-card {
    width: calc(100% - 28px);
    margin-top: -48px;
    padding: 20px;
  }

  .concept-one .hero-card-row {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .concept-one .hero-card-icon {
    width: 40px;
    height: 40px;
  }

  .concept-one .hero-card-button {
    min-height: 58px;
  }

  .concept-one .hero-card-proof {
    grid-template-columns: 54px 1fr;
  }

  .concept-one .hero-card-proof img {
    width: 54px;
    height: 54px;
  }

  .concept-one .hero-approved .hero-support-rail {
    padding: 18px 14px 24px;
    border-top-width: 3px;
  }

  .concept-one .hero-approved .hero-support-rail ul {
    grid-template-columns: 1fr;
  }

  .concept-one .hero-approved .hero-support-rail li,
  .concept-one .hero-approved .hero-support-rail li:nth-child(even) {
    min-height: 78px;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 12px 16px;
    border-left: 0;
  }

  .concept-one .hero-approved .hero-support-icon {
    width: 46px;
    height: 46px;
  }
}

/* Final site-wide clinical polish: black, white and beige consistency */
.hero-approved .hero-contact-ribbon,
.concept-one .hero-approved .hero-contact-ribbon {
  position: static;
  z-index: 4;
  width: min(100%, 392px);
  margin-top: 16px;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 54px rgba(8, 8, 8, 0.08);
}

.hero-approved .hero-contact-ribbon .hero-card-row,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-row {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-right: 1px solid rgba(8, 8, 8, 0.1);
}

.hero-approved .hero-contact-ribbon .hero-card-row:nth-of-type(2),
.concept-one .hero-approved .hero-contact-ribbon .hero-card-row:nth-of-type(2) {
  border-right: 0;
}

.hero-approved .hero-contact-ribbon .hero-card-icon,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-icon {
  width: 32px;
  height: 32px;
}

.hero-approved .hero-contact-ribbon .hero-card-icon svg,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-icon svg {
  width: 16px;
  height: 16px;
}

.hero-approved .hero-contact-ribbon .hero-card-row strong,
.hero-approved .hero-contact-ribbon .hero-card-proof strong,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-row strong,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-proof strong {
  font-size: 0.78rem;
  line-height: 1.15;
}

.hero-approved .hero-contact-ribbon .hero-card-row small,
.hero-approved .hero-contact-ribbon .hero-card-proof span,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-row small,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-proof span {
  font-size: 0.68rem;
  line-height: 1.2;
}

.hero-approved .hero-contact-ribbon .hero-card-proof,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-proof {
  display: none;
  grid-template-columns: 32px 1fr;
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 9px 12px;
  border: 0;
}

.hero-approved .hero-contact-ribbon .hero-card-proof img,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-proof img {
  width: 32px;
  height: 32px;
}

.hero-approved .hero-contact-ribbon .hero-card-button,
.concept-one .hero-approved .hero-contact-ribbon .hero-card-button {
  display: none;
}

.concept-one .hero-approved .hero-contact-me-button {
  width: fit-content;
  min-height: 46px;
  margin-top: 16px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 8, 8, 0.65);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(8, 8, 8, 0.06);
}

body:not(.concept-one) {
  background: #ffffff;
  color: #080808;
}

body:not(.concept-one) .site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
  box-shadow: 0 10px 36px rgba(8, 8, 8, 0.045);
}

body:not(.concept-one) .nav-shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 3.8vw, 64px);
}

@media (min-width: 901px) {
  body:not(.concept-one) .nav-shell {
    min-height: 110px;
  }
}

body:not(.concept-one) main,
body:not(.concept-one) .page-main {
  width: 100%;
}

body:not(.concept-one) .page-main {
  padding-bottom: 70px;
}

body:not(.concept-one) .page-hero,
body:not(.concept-one) .page-hero.narrow,
body:not(.concept-one) .blog-hero,
body:not(.concept-one) .conditions-hero,
body:not(.concept-one) .contact-hero {
  width: 100%;
  min-height: clamp(310px, 38vw, 500px);
  margin: 0 0 clamp(44px, 6vw, 82px);
  padding: clamp(64px, 9vw, 116px) clamp(32px, 7vw, 108px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-bottom: 4px solid #050505;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 47%, rgba(255, 255, 255, 0.82) 47% 100%),
    linear-gradient(110deg, #ffffff 0 48%, #ebe4d9 48% 100%);
  box-shadow: none;
}

body:not(.concept-one) .page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #030303;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(4rem, 8vw, 7.6rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

body:not(.concept-one) .page-hero p {
  max-width: 720px;
  margin-top: clamp(28px, 4vw, 44px);
  color: #111111;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: clamp(1.12rem, 1.55vw, 1.36rem);
  font-weight: 500;
  line-height: 1.55;
}

body:not(.concept-one) .page-section,
body:not(.concept-one) .page-grid,
body:not(.concept-one) .section-heading,
body:not(.concept-one) .blog-grid,
body:not(.concept-one) .condition-overview,
body:not(.concept-one) .condition-detail {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

body:not(.concept-one) .page-grid .page-grid,
body:not(.concept-one) .content-card .page-grid,
body:not(.concept-one) .booking-shell .page-grid {
  width: 100%;
}

body:not(.concept-one) .content-card,
body:not(.concept-one) .content-card.soft,
body:not(.concept-one) .journal-feature,
body:not(.concept-one) .article-card,
body:not(.concept-one) .condition-card,
body:not(.concept-one) .process-item,
body:not(.concept-one) .practitioner-card,
body:not(.concept-one) .review-panel {
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 24px 70px rgba(8, 8, 8, 0.07);
}

body:not(.concept-one) .content-card.soft,
body:not(.concept-one) .source-card,
body:not(.concept-one) .booking-shell,
body:not(.concept-one) .condition-overview {
  background: #f3eee7;
}

body:not(.concept-one) .content-card.dark,
body:not(.concept-one) .bottom-cta {
  border-radius: 0;
  background: #050505;
  color: #ffffff;
}

body:not(.concept-one) .content-card h2,
body:not(.concept-one) .content-card h3,
body:not(.concept-one) .section-heading h2,
body:not(.concept-one) .condition-detail-copy h2,
body:not(.concept-one) .journal-feature h2 {
  color: #050505;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

body:not(.concept-one) .content-card.dark h2,
body:not(.concept-one) .content-card.dark h3,
body:not(.concept-one) .bottom-cta h2 {
  color: #ffffff;
}

body:not(.concept-one) .mini-label,
body:not(.concept-one) .section-heading .mini-label {
  color: #ad9b80;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body:not(.concept-one) .button,
body:not(.concept-one) .button-small,
body:not(.concept-one) .secondary-button {
  border-radius: 6px;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body:not(.concept-one) .button,
body:not(.concept-one) .button-small {
  background: #050505;
  color: #ffffff;
  border-color: #050505;
}

body:not(.concept-one) .secondary-button {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(8, 8, 8, 0.65);
}

body:not(.concept-one) .light-button {
  background: #ffffff;
  color: #050505;
  border-color: #ffffff;
}

body:not(.concept-one) .practitioner-photo,
body:not(.concept-one) .practitioner-photo img {
  border-radius: 0;
}

body:not(.concept-one) .practitioner-photo img,
body:not(.concept-one) .article-card img {
  filter: saturate(0.32) contrast(1.04) brightness(1.03);
}

body:not(.concept-one) .floating-booking {
  background: #050505;
  color: #ffffff;
  border-radius: 999px;
}

@media (max-width: 900px) {
  .hero-approved .hero-contact-ribbon,
  .concept-one .hero-approved .hero-contact-ribbon {
    width: 100%;
    flex-wrap: wrap;
  }

  body:not(.concept-one) .page-section,
  body:not(.concept-one) .page-grid,
  body:not(.concept-one) .section-heading,
  body:not(.concept-one) .blog-grid,
  body:not(.concept-one) .condition-overview,
  body:not(.concept-one) .condition-detail {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  .hero-approved .hero-contact-ribbon,
  .concept-one .hero-approved .hero-contact-ribbon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-approved .hero-contact-ribbon .hero-card-row,
  .concept-one .hero-approved .hero-contact-ribbon .hero-card-row {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 8, 8, 0.1);
  }

  .hero-approved .hero-contact-ribbon .hero-card-row:nth-of-type(2),
  .concept-one .hero-approved .hero-contact-ribbon .hero-card-row:nth-of-type(2) {
    border-bottom: 0;
  }

  .hero-approved .hero-contact-ribbon .hero-card-proof,
  .concept-one .hero-approved .hero-contact-ribbon .hero-card-proof {
    display: none;
  }

  .concept-one .hero-approved .hero-contact-me-button {
    width: 100%;
  }

  body:not(.concept-one) .page-hero,
  body:not(.concept-one) .page-hero.narrow,
  body:not(.concept-one) .blog-hero,
  body:not(.concept-one) .conditions-hero,
  body:not(.concept-one) .contact-hero {
    min-height: 340px;
    padding: 54px 24px;
  }

  body:not(.concept-one) .page-hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }
}

/* Mobile hero refinement: make the approved editorial concept stack cleanly */
.concept-one .hero-approved .hero-support-title {
  display: none;
}

@media (max-width: 720px) {
  .concept-one .hero-approved.section-frame {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "media"
      "copy"
      "support";
    margin-bottom: 0;
    overflow: visible;
    background:
      linear-gradient(180deg, #ffffff 0 58%, #f1ebe3 58% 100%);
  }

  .concept-one .hero-approved .hero-room-image {
    grid-area: media;
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    height: clamp(300px, 78vw, 410px);
    object-fit: cover;
    object-position: 55% 50%;
    filter: saturate(0.18) contrast(1.08) brightness(1.02);
    transform: none;
    border-bottom: 4px solid #050505;
  }

  .concept-one .hero-approved .hero-arc-panel {
    grid-area: copy;
    width: calc(100% - 32px);
    min-height: 0;
    height: auto;
    margin: -54px auto 0;
    padding: 30px 22px 24px;
    border: 1px solid rgba(8, 8, 8, 0.1);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -22px 52px rgba(8, 8, 8, 0.12);
  }

  .concept-one .hero-approved .hero-kicker {
    margin-bottom: 20px;
    padding-left: 18px;
    color: #a9977b;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  .concept-one .hero-approved .hero-kicker::before {
    top: -5px;
    height: 26px;
  }

  .concept-one .hero-approved h1 {
    max-width: 5.4em;
    font-size: clamp(3.55rem, 16vw, 4.9rem);
    line-height: 0.84;
    letter-spacing: -0.055em;
  }

  .concept-one .hero-approved .hero-rule {
    width: 58px;
    height: 2px;
    margin: 24px 0 18px;
  }

  .concept-one .hero-approved .hero-intro {
    max-width: 310px;
    font-size: clamp(1.14rem, 5.2vw, 1.38rem);
    line-height: 1.24;
  }

  .concept-one .hero-approved .hero-actions {
    width: 100%;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .concept-one .hero-approved .hero-button,
  .concept-one .hero-approved .hero-contact,
  .concept-one .hero-approved .hero-contact-me-button {
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
    font-size: 0.68rem;
  }

  .concept-one .hero-approved .hero-contact-me-button {
    margin-top: 12px;
    background: #050505;
    color: #ffffff;
    border-color: #050505;
  }

  .concept-one .hero-approved .hero-support-rail {
    grid-area: support;
    padding: 20px 0 24px;
    border-top: 0;
    background: #f1ebe3;
    overflow: hidden;
  }

  .concept-one .hero-approved .hero-support-title {
    width: calc(100% - 32px);
    margin: 0 auto 14px;
    padding: 0;
    display: block;
    border: 0;
    color: #9d8d74;
    font-family: "DM Sans", "Montserrat", Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .concept-one .hero-approved .hero-support-rail ul {
    width: 100%;
    margin: 0;
    padding: 0 16px 8px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    list-style: none;
    border: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .concept-one .hero-approved .hero-support-rail ul::-webkit-scrollbar {
    display: none;
  }

  .concept-one .hero-approved .hero-support-rail li,
  .concept-one .hero-approved .hero-support-rail li:nth-child(even) {
    flex: 0 0 min(78vw, 300px);
    min-height: 108px;
    padding: 18px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
    border: 1px solid rgba(8, 8, 8, 0.11);
    border-radius: 16px;
    background: #ffffff;
    color: #080808;
    box-shadow: 0 18px 42px rgba(8, 8, 8, 0.08);
    scroll-snap-align: start;
  }

  .concept-one .hero-approved .hero-support-rail li:first-child {
    margin-left: 0;
  }

  .concept-one .hero-approved .hero-support-icon {
    width: 46px;
    height: 46px;
    background: #f6f2ec;
    border-color: #c8b89f;
    color: #a9977b;
  }
}

@media (max-width: 420px) {
  .concept-one .hero-approved .hero-room-image {
    height: 290px;
  }

  .concept-one .hero-approved .hero-arc-panel {
    width: calc(100% - 24px);
    margin-top: -42px;
    padding: 26px 18px 22px;
    border-radius: 18px 18px 0 0;
  }

  .concept-one .hero-approved h1 {
    font-size: clamp(3.05rem, 15.5vw, 3.75rem);
  }

  .concept-one .hero-approved .hero-support-title {
    width: calc(100% - 24px);
  }

  .concept-one .hero-approved .hero-support-rail ul {
    padding-inline: 12px;
  }

  .concept-one .hero-approved .hero-support-rail li,
  .concept-one .hero-approved .hero-support-rail li:nth-child(even) {
    flex-basis: min(84vw, 286px);
    min-height: 102px;
    padding: 16px;
  }
}

/* Conditions page: keep detail panels aligned with the crisp clinical card system. */
body:not(.concept-one) .condition-detail-copy,
body:not(.concept-one) .condition-detail > .content-card.soft {
  background: var(--lx-paper, #fffcf8);
  border: 1px solid rgba(8, 8, 8, 0.1);
  box-shadow: 0 24px 70px rgba(8, 8, 8, 0.07);
}

body:not(.concept-one) .condition-detail > .content-card.soft .clinical-note,
body:not(.concept-one) .condition-detail .clinical-note {
  background: var(--lx-paper, #fffcf8);
  border-color: rgba(8, 8, 8, 0.1);
}

/* Homepage mobile polish */
.concept-one .hero-swipe-note {
  display: none;
}

@media (max-width: 720px) {
  .concept-one .hero-approved .hero-actions {
    margin-bottom: 12px;
  }

  .concept-one .hero-approved .hero-contact-me-button {
    margin-top: 0;
  }

  .concept-one .hero-swipe-note {
    width: calc(100% - 32px);
    margin: -4px auto 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(8, 8, 8, 0.62);
    font-family: "DM Sans", "Montserrat", Arial, sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .concept-one .hero-swipe-note::after {
    content: "Swipe";
    min-width: 72px;
    padding: 8px 13px;
    border: 1px solid rgba(8, 8, 8, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #080808;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(8, 8, 8, 0.06);
  }
}

/* Booking page step flow */
.booking-hero p::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-top: 28px;
  background: #c5b59c;
}

.booking-wizard {
  display: block;
  width: min(980px, calc(100% - 48px));
}

.booking-flow-panel {
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
}

.booking-progress {
  margin: 0 0 clamp(28px, 5vw, 44px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
}

.booking-progress li {
  min-width: 0;
  padding: 14px 12px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(8, 8, 8, 0.09);
  border-radius: 999px;
  background: #ffffff;
  color: rgba(8, 8, 8, 0.48);
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-progress li span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f0e8dd;
  color: #080808;
}

.booking-progress li.is-active {
  border-color: #050505;
  color: #050505;
}

.booking-progress li.is-active span {
  background: #050505;
  color: #ffffff;
}

.booking-stage[hidden],
.new-client-fields[hidden] {
  display: none !important;
}

.booking-stage {
  display: grid;
  gap: 24px;
}

.booking-stage-header {
  max-width: 720px;
}

.booking-stage-header h2 {
  margin: 10px 0 14px;
}

.booking-stage-header p {
  margin: 0;
  max-width: 660px;
  color: var(--muted-text);
}

.booking-selected-pill,
.deposit-card {
  padding: 18px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 18px;
  background: #f0e8dd;
}

.booking-selected-pill span,
.deposit-card span {
  display: block;
  margin-bottom: 6px;
  color: #9d8d74;
  font-family: "DM Sans", "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-selected-pill strong,
.deposit-card strong {
  display: block;
  color: #050505;
  font-size: 1rem;
  line-height: 1.35;
}

.booking-selected-pill small,
.deposit-card p {
  display: block;
  margin: 4px 0 0;
  color: var(--muted-text);
  font-size: 0.82rem;
  line-height: 1.55;
}

.booking-step-block {
  display: grid;
  gap: 14px;
}

.booking-step-block h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.booking-step-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.booking-step-actions .button,
.booking-step-actions .secondary-button,
.booking-form > .secondary-button {
  width: 100%;
  min-height: 52px;
}

.booking-step-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  box-shadow: none;
}

.new-client-fields {
  display: grid;
  gap: 14px;
}

.deposit-card {
  background: linear-gradient(135deg, #f0e8dd, #fffdf9);
}

.service-menu-section {
  padding-top: 0;
}

.service-menu-section .section-heading {
  width: min(760px, 100%);
  margin-inline: auto;
}

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

.service-menu-card {
  grid-column: span 2;
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 14px;
  background: rgba(252, 251, 248, 0.84);
  box-shadow: 0 12px 26px rgba(31, 31, 29, 0.055);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-menu-card-featured {
  grid-column: span 3;
  background: linear-gradient(135deg, #f0e8dd, #fffdf9);
}

.service-menu-card h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.service-menu-card p {
  margin: 0 0 20px;
  color: var(--muted-text);
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-menu-card .secondary-button {
  width: 100%;
  margin-top: auto;
  min-height: 46px;
}

@media (max-width: 640px) {
  .booking-wizard {
    width: calc(100% - 24px);
  }

  .booking-flow-panel {
    padding: 22px 16px;
  }

  .booking-progress {
    gap: 8px;
    margin-bottom: 26px;
  }

  .booking-progress li {
    min-height: 76px;
    padding: 9px 8px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    border-radius: 16px;
    text-align: center;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .booking-progress li span {
    width: 28px;
    height: 28px;
  }

  .booking-stage {
    gap: 20px;
  }

  .booking-stage-header h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .booking-stage-header p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .booking-options {
    gap: 10px;
  }

  .booking-option {
    padding: 16px;
  }

  .calendar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .time-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .date-card,
  .time-card {
    min-height: 58px;
  }

  .booking-step-actions {
    grid-template-columns: 1fr;
  }
}

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

  .service-menu-card,
  .service-menu-card-featured {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .service-menu-grid {
    grid-template-columns: 1fr;
  }

  .service-menu-card {
    min-height: 0;
  }
}

/* Premium booking flow polish */
body:not(.concept-one) .booking-flow-panel {
  position: relative;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 249, 244, 0.92)),
    radial-gradient(circle at 10% 0%, rgba(215, 204, 189, 0.38), transparent 24rem);
}

body:not(.concept-one) .booking-progress {
  position: relative;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: linear-gradient(135deg, rgba(241, 235, 227, 0.72), rgba(255, 255, 255, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 44px rgba(17, 17, 17, 0.08);
}

body:not(.concept-one) .booking-progress::before,
body:not(.concept-one) .booking-progress li::before,
body:not(.concept-one) .booking-progress li::after {
  display: none;
  content: none;
}

body:not(.concept-one) .booking-progress li {
  position: relative;
  min-height: 70px;
  padding: 13px 16px;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(17, 17, 17, 0.46);
  box-shadow: none;
  overflow: hidden;
}

body:not(.concept-one) .booking-progress li span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #f4efe7;
  color: #111111;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
}

body:not(.concept-one) .booking-progress li strong {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
}

body:not(.concept-one) .booking-progress li.is-active {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.18);
}

body:not(.concept-one) .booking-progress li.is-active span {
  border-color: rgba(255, 255, 255, 0.24);
  background: #ffffff;
  color: #111111;
}

body:not(.concept-one) .booking-option {
  position: relative;
  min-height: 94px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 237, 0.86));
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

body:not(.concept-one) .booking-option::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.06), transparent 28%);
  opacity: 0;
  transition: opacity 180ms ease;
}

body:not(.concept-one) .booking-option:hover::after,
body:not(.concept-one) .booking-option:focus-visible::after,
body:not(.concept-one) .booking-option.is-selected::after {
  opacity: 1;
}

body:not(.concept-one) .booking-option-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: #f1ebe3;
  color: #111111;
}

body:not(.concept-one) .booking-option-mark svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body:not(.concept-one) .booking-option-copy,
body:not(.concept-one) .booking-option-copy span,
body:not(.concept-one) .booking-option-copy small {
  display: block;
}

body:not(.concept-one) .booking-option-copy strong {
  margin: 0 0 6px;
  color: #111111;
  font-size: 0.96rem;
  line-height: 1.35;
}

body:not(.concept-one) .booking-option-copy span,
body:not(.concept-one) .booking-option-copy small {
  color: #5b5650;
  font-size: 0.8rem;
  line-height: 1.55;
}

body:not(.concept-one) .booking-option-copy small {
  margin-top: 3px;
}

body:not(.concept-one) .booking-option.is-selected {
  border-color: #111111;
  background: linear-gradient(135deg, #efe6da, #fffdf9);
  box-shadow: 0 22px 48px rgba(17, 17, 17, 0.14);
}

body:not(.concept-one) .booking-option.is-selected .booking-option-mark {
  background: #111111;
  color: #ffffff;
}

body:not(.concept-one) .booking-empty-action {
  width: min(420px, 100%);
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, #f1ebe3, #fffdf9);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
}

body:not(.concept-one) .booking-empty-action p {
  margin: 0 0 16px;
  color: #111111;
  font-size: 0.9rem;
  line-height: 1.65;
}

body:not(.concept-one) .booking-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body:not(.concept-one) .booking-empty-actions .button,
body:not(.concept-one) .booking-empty-actions .secondary-button {
  min-height: 42px;
  padding-inline: 17px;
}

@media (max-width: 640px) {
  body:not(.concept-one) .booking-progress {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }

  body:not(.concept-one) .booking-progress li {
    min-height: 58px;
    grid-template-columns: 36px 1fr;
    justify-items: stretch;
    text-align: left;
  }

  body:not(.concept-one) .booking-progress li span {
    width: 36px;
    height: 36px;
  }

  body:not(.concept-one) .booking-option {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }

  body:not(.concept-one) .booking-option-mark {
    width: 38px;
    height: 38px;
  }
}

/* Live premium booking layer */
.booking-experience-live {
  background:
    radial-gradient(circle at 12% 6rem, rgba(210, 190, 160, 0.32), transparent 28rem),
    linear-gradient(180deg, #fbfaf6 0%, #f0ebe2 48%, #faf8f3 100%);
}

.booking-experience-main {
  overflow: hidden;
}

.booking-live-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0 clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.booking-live-hero-copy {
  max-width: 720px;
}

.booking-live-kicker,
.booking-companion-dark span {
  display: block;
  margin-bottom: 14px;
  color: #786c5d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-live-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #14120f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.25rem, 8vw, 7.2rem);
  font-weight: 600;
  line-height: 0.9;
}

.booking-live-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #4c463d;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.75;
}

.booking-live-trust {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 230px);
  gap: 10px;
}

.booking-live-trust span {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(28, 24, 18, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  color: #5a5247;
  font-size: 0.82rem;
  line-height: 1.35;
  box-shadow: 0 16px 38px rgba(42, 34, 25, 0.08);
}

.booking-live-trust strong {
  display: block;
  color: #1d1a16;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.booking-live-visual {
  position: relative;
  min-height: clamp(360px, 44vw, 560px);
  border-radius: 26px 26px 120px 26px;
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(44, 37, 29, 0.22);
  isolation: isolate;
}

.booking-live-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(22, 18, 14, 0.58));
  z-index: 1;
  pointer-events: none;
}

.booking-live-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.booking-live-visual-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.84);
  backdrop-filter: blur(14px);
}

.booking-live-visual-card span {
  display: block;
  margin-bottom: 6px;
  color: #756858;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-live-visual-card strong {
  color: #181510;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.05;
}

.booking-experience-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto clamp(54px, 8vw, 96px);
  display: grid;
  grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.booking-experience-shell .booking-flow-panel {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(24, 21, 16, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 237, 0.9)),
    radial-gradient(circle at 16% 0%, rgba(213, 199, 178, 0.36), transparent 24rem);
  box-shadow: 0 26px 70px rgba(37, 30, 23, 0.14);
  overflow: hidden;
}

.booking-companion {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.booking-companion-card {
  padding: 18px;
  border: 1px solid rgba(24, 21, 16, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 52px rgba(38, 30, 22, 0.1);
  backdrop-filter: blur(16px);
}

.booking-companion-dark {
  background: #151410;
  color: #fffaf0;
}

.booking-companion-dark strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.05;
}

.booking-companion-dark p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}

.booking-experience-shell .booking-progress {
  margin-bottom: clamp(24px, 4vw, 36px);
  border-radius: 14px;
}

.booking-experience-shell .booking-stage {
  animation: bookingStageIn 360ms ease both;
}

@keyframes bookingStageIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.booking-experience-shell .booking-stage-header {
  max-width: 820px;
}

.booking-experience-shell .booking-stage-header h2 {
  margin: 6px 0 12px;
  color: #15120f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.55rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 0.95;
}

.booking-experience-shell .booking-stage-header p {
  color: #5b5248;
  font-size: 1rem;
  line-height: 1.75;
}

.booking-service-deck {
  display: grid;
  gap: 14px;
}

.booking-experience-shell .booking-option {
  min-height: 132px;
  padding: clamp(20px, 2.6vw, 30px);
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 233, 0.9)),
    radial-gradient(circle at 0% 0%, rgba(197, 181, 156, 0.18), transparent 22rem);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.booking-experience-shell .booking-option:hover,
.booking-experience-shell .booking-option:focus-visible {
  transform: translateY(-2px);
}

.booking-experience-shell .booking-option-copy {
  align-self: center;
}

.booking-experience-shell .booking-option-copy strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.08;
}

.booking-experience-shell .booking-option-copy span,
.booking-experience-shell .booking-option-copy small {
  font-size: 0.86rem;
}

.booking-experience-shell .booking-option-mark {
  align-self: center;
  justify-self: end;
  margin: 0;
  width: 34px;
  height: 34px;
  opacity: 0.46;
}

.booking-experience-shell .booking-option.is-selected {
  border-color: #151410;
  box-shadow: 0 24px 56px rgba(37, 31, 24, 0.18);
}

.booking-experience-shell .booking-option.is-selected .booking-option-mark {
  opacity: 1;
}

body.booking-experience-live .booking-experience-shell .booking-service-deck {
  gap: 18px;
}

body.booking-experience-live .booking-experience-shell .booking-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  min-height: 152px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
}

body.booking-experience-live .booking-experience-shell .booking-option::after {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.04), transparent 48%);
}

body.booking-experience-live .booking-experience-shell .booking-option-copy {
  display: flex;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

body.booking-experience-live .booking-experience-shell .booking-option-main {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, max-content);
  gap: clamp(18px, 4vw, 46px);
  align-items: start;
  width: 100%;
}

body.booking-experience-live .booking-experience-shell .booking-option-copy strong {
  display: block;
  max-width: 520px;
  margin: 0;
  color: #15120f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.28rem, 2.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.1;
}

body.booking-experience-live .booking-experience-shell .booking-option-meta {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

body.booking-experience-live .booking-experience-shell .booking-option-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(21, 18, 15, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #4f463d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.booking-experience-live .booking-experience-shell .booking-option-copy small {
  display: block;
  max-width: 620px;
  margin: 0;
  color: #675d53;
  font-size: 0.94rem;
  line-height: 1.6;
}

body.booking-experience-live .booking-experience-shell .booking-option-mark {
  align-self: center;
  justify-self: end;
  width: 46px;
  height: 46px;
}

body.booking-experience-live .booking-experience-shell .booking-option.is-selected .booking-option-meta span {
  border-color: rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: #15120f;
}

.booking-date-rail {
  display: flex;
  grid-template-columns: none;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.booking-date-rail .date-card {
  flex: 0 0 122px;
  min-height: 132px;
  scroll-snap-align: start;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.booking-date-rail .date-card:hover,
.booking-date-rail .date-card:focus-visible {
  transform: translateY(-2px);
}

.booking-date-rail .date-card strong {
  display: block;
  margin: 3px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  line-height: 0.9;
}

.booking-date-rail .date-card small,
.booking-date-rail .date-card em {
  display: block;
  color: #746859;
  font-style: normal;
  font-size: 0.78rem;
}

.booking-date-rail .date-card.is-selected {
  border-color: #151410;
  background: #151410;
  color: #fffaf0;
  box-shadow: 0 20px 42px rgba(24, 20, 16, 0.18);
}

.booking-date-rail .date-card.is-selected span,
.booking-date-rail .date-card.is-selected small,
.booking-date-rail .date-card.is-selected em {
  color: rgba(255, 250, 240, 0.72);
}

.booking-time-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-time-grid .time-card {
  min-height: 114px;
  padding: 18px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.booking-time-grid .time-card:hover,
.booking-time-grid .time-card:focus-visible {
  transform: translateY(-2px);
}

.booking-time-grid .time-card span,
.booking-time-grid .time-card small {
  color: #756a5d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-time-grid .time-card strong {
  color: #151410;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 0.95;
}

.booking-time-grid .time-card.is-selected {
  border-color: #151410;
  background: linear-gradient(135deg, #151410, #31291f);
  box-shadow: 0 22px 44px rgba(24, 20, 16, 0.22);
}

.booking-time-grid .time-card.is-selected strong,
.booking-time-grid .time-card.is-selected span,
.booking-time-grid .time-card.is-selected small {
  color: #fffaf0;
}

.booking-experience-shell .booking-selected-pill,
.booking-experience-shell .booking-summary,
.booking-experience-shell .deposit-card {
  border-radius: 14px;
  background: rgba(247, 241, 232, 0.88);
}

.booking-companion .booking-selected-pill {
  margin-top: 14px;
}

.booking-companion .booking-summary {
  margin-top: 12px;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-experience-shell .booking-form input,
.booking-experience-shell .booking-form textarea {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.booking-experience-shell .confirmation.is-visible {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: #eef4eb;
  color: #253d2b;
}

.booking-experience-shell .confirmation.is-visible[data-status="error"] {
  background: #f7e8de;
  color: #6d2c18;
}

@media (prefers-reduced-motion: reduce) {
  .booking-experience-shell .booking-stage,
  .booking-experience-shell .booking-option,
  .booking-date-rail .date-card,
  .booking-time-grid .time-card {
    animation: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .booking-live-hero,
  .booking-experience-shell {
    grid-template-columns: 1fr;
  }

  .booking-companion {
    position: static;
    order: 2;
  }

  .booking-experience-shell .booking-flow-panel {
    order: 1;
  }

  .booking-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .booking-live-hero,
  .booking-experience-shell {
    width: min(100% - 20px, 1180px);
  }

  .booking-live-hero {
    padding-top: 30px;
  }

  .booking-live-hero h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .booking-live-trust {
    grid-template-columns: 1fr;
  }

  .booking-live-visual {
    min-height: 320px;
    border-radius: 18px 18px 72px 18px;
  }

  .booking-experience-shell .booking-progress {
    grid-template-columns: 1fr;
  }

  .booking-experience-shell .booking-option {
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  body.booking-experience-live .booking-experience-shell .booking-option {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body.booking-experience-live .booking-experience-shell .booking-option-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.booking-experience-live .booking-experience-shell .booking-option-meta {
    justify-content: flex-start;
  }

  .booking-experience-shell .booking-option-mark {
    position: static;
  }

  body.booking-experience-live .booking-experience-shell .booking-option-mark {
    justify-self: start;
  }

  .booking-time-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .booking-time-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile booking and contact polish */
body:not(.concept-one) .sticky-booking {
  right: max(16px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: auto;
  min-height: 54px;
  padding: 8px 13px 8px 9px;
  gap: 9px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 46px rgba(5, 5, 5, 0.22);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.concept-one .sticky-booking {
  display: inline-flex;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: auto;
  min-height: 54px;
  padding: 8px 13px 8px 9px;
  gap: 9px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 46px rgba(5, 5, 5, 0.22);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body:not(.concept-one) .sticky-booking-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #050505;
}

body.concept-one .sticky-booking-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #050505;
}

body.concept-one .sticky-booking-copy,
body:not(.concept-one) .sticky-booking-copy {
  width: auto;
  height: auto;
  min-width: 44px;
  display: grid;
  gap: 2px;
  place-items: start;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  line-height: 1;
}

body.concept-one .sticky-booking,
body:not(.concept-one) .sticky-booking {
  width: 54px;
  height: 54px;
  min-width: 0;
  padding: 9px;
  gap: 0;
  justify-content: center;
}

body.concept-one .sticky-booking-copy,
body:not(.concept-one) .sticky-booking-copy {
  display: none;
}

body.concept-one .sticky-booking-copy strong,
body:not(.concept-one) .sticky-booking-copy strong {
  font-family: var(--lx-sans);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.concept-one .sticky-booking-copy small,
body:not(.concept-one) .sticky-booking-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--lx-sans);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.whatsapp-contact-button {
  width: 100%;
  margin-top: 18px;
  background: #1f3f34;
  border-color: #1f3f34;
  color: #ffffff;
}

@media (max-width: 640px) {
  .site-header .button-small,
  .concept-one .site-header .button-small {
    display: none;
  }

  body.concept-one .sticky-booking,
  body:not(.concept-one) .sticky-booking {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: auto;
    width: auto;
    height: 54px;
    min-width: 150px;
    padding: 9px 15px 9px 9px;
    gap: 10px;
    justify-content: flex-start;
  }

  body.concept-one .sticky-booking-icon,
  body:not(.concept-one) .sticky-booking-icon {
    flex: 0 0 36px;
  }

  body.concept-one .sticky-booking-copy,
  body:not(.concept-one) .sticky-booking-copy {
    display: grid;
    min-width: 68px;
  }

  body.concept-one .sticky-booking::after,
  body:not(.concept-one) .sticky-booking::after {
    content: none;
  }
}

@media (max-width: 380px) {
  body.concept-one .sticky-booking,
  body:not(.concept-one) .sticky-booking {
    min-width: 132px;
    padding-right: 12px;
  }
}

@media (max-width: 640px) {
  .contact-section .content-card:first-child {
    position: relative;
    overflow: hidden;
  }

  .contact-section .content-card:first-child::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -46px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(31, 63, 52, 0.08);
    pointer-events: none;
  }
}
