/* Final shared finish for the current VEIL SUITE pages. */
body.home-body,
body.subpage-body {
  background: #171512 !important;
}

body.home-body .topbar,
body.subpage-body .topbar {
  display: none !important;
}

body.home-body .site-header,
body.subpage-body .site-header,
body.reserve-body .site-header,
body.column-body .site-header,
body.menu-body .site-header,
body.legal-body .site-header {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  z-index: 80 !important;
  width: 100% !important;
  height: 72px !important;
  min-height: 72px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home-body .site-header::before,
body.home-body .site-header::after,
body.subpage-body .site-header::before,
body.subpage-body .site-header::after,
body.home-body .nav-wrap::before,
body.home-body .nav-wrap::after,
body.subpage-body .nav-wrap::before,
body.subpage-body .nav-wrap::after,
body.home-body .floating-header-micro,
body.home-body .floating-header-menu,
body.home-body .header-menu-mark,
body.column-body .header-menu-mark {
  display: none !important;
  content: none !important;
}

body.home-body .nav-wrap,
body.subpage-body .nav-wrap,
body.reserve-body .nav-wrap,
body.column-body .nav-wrap,
body.menu-body .nav-wrap,
body.legal-body .nav-wrap {
  position: relative !important;
  width: 100% !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home-body .brand,
body.subpage-body .brand,
body.reserve-body .brand,
body.column-body .brand,
body.menu-body .brand,
body.legal-body .brand {
  position: absolute !important;
  left: 24px !important;
  top: 9px !important;
  z-index: 130 !important;
  display: block !important;
  width: 116px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  text-decoration: none !important;
  transform: none !important;
}

body.home-body .brand-logo-img,
body.subpage-body .brand-logo-img,
body.reserve-body .brand-logo-img,
body.column-body .brand-logo-img,
body.menu-body .brand-logo-img,
body.legal-body .brand-logo-img {
  display: block !important;
  width: 116px !important;
  height: auto !important;
  max-width: none !important;
  filter: saturate(0.92) brightness(1.02) contrast(0.94) !important;
}

body.home-body .header-micro,
body.access-body .access-nav-note,
body.column-body .header-micro {
  position: absolute !important;
  top: 30px !important;
  right: 54px !important;
  z-index: 130 !important;
  color: #302b26 !important;
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-size: 0.52rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  background: transparent !important;
}

body.home-body .menu-toggle,
body.subpage-body .menu-toggle,
body.reserve-body .menu-toggle,
body.column-body .menu-toggle,
body.menu-body .menu-toggle,
body.legal-body .menu-toggle {
  position: absolute !important;
  top: 26px !important;
  right: 19px !important;
  z-index: 140 !important;
  display: flex !important;
  width: 22px !important;
  height: 16px !important;
  min-width: 22px !important;
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home-body .menu-toggle span,
body.subpage-body .menu-toggle span,
body.reserve-body .menu-toggle span,
body.column-body .menu-toggle span,
body.menu-body .menu-toggle span,
body.legal-body .menu-toggle span {
  display: block !important;
  width: 22px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  background: #ad8147 !important;
  border-radius: 0 !important;
}

body.home-body .site-nav,
body.subpage-body .site-nav,
body.reserve-body .site-nav,
body.column-body .site-nav,
body.menu-body .site-nav,
body.legal-body .site-nav {
  top: 56px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 135 !important;
  width: 184px !important;
  max-width: calc(100vw - 42px) !important;
  background: rgba(251, 248, 242, 0.985) !important;
  border: 1px solid rgba(176, 131, 77, 0.26) !important;
  border-radius: 0 !important;
  box-shadow: 0 22px 42px rgba(61, 49, 35, 0.13) !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home-body .page-shell,
body.subpage-body .page-shell {
  width: min(100%, 460px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden !important;
  background: #fbf8f2 !important;
  border-radius: 8px !important;
  color: #302b26 !important;
}

body.home-body .boutique-guide-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  min-height: 94px !important;
  overflow: hidden !important;
  background: #fbf8f2 !important;
}

body.home-body .boutique-guide-links a {
  display: grid !important;
  min-width: 0 !important;
  min-height: 94px !important;
  padding: 17px 10px 14px !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 6px !important;
  text-align: center !important;
  writing-mode: horizontal-tb !important;
}

body.home-body .boutique-guide-links span,
body.home-body .boutique-guide-links strong,
body.home-body .boutique-guide-links small {
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
}

body.home-body .boutique-guide-links strong {
  font-size: 0.74rem !important;
  line-height: 1.3 !important;
}

body.home-body .boutique-guide-links small {
  font-size: 0.42rem !important;
  line-height: 1.35 !important;
}

body.home-body .treatment-spotlight-copy {
  left: 50% !important;
  width: min(64%, 250px) !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

body.home-body .treatment-spotlight-title,
body.home-body .treatment-spotlight-lead,
body.home-body .treatment-spotlight-link {
  text-align: center !important;
}

body.home-body .boutique-reserve-button,
.menu-page-reserve-copy a,
.faq-reserve-cta a,
.access-reserve-cta a,
.article-cta-panel a,
.reserve-progress-button,
.reserve-step-form .submit-button {
  min-width: 164px !important;
  min-height: 38px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
  font-size: 0.68rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

body.reserve-body .reserve-progress-button[aria-disabled="true"] {
  opacity: 0.45 !important;
  cursor: default !important;
}

body.reserve-body .reserve-progress-button.is-ready {
  opacity: 1 !important;
  background: rgba(255, 253, 248, 0.82) !important;
}

body.reserve-body .reserve-step-selected {
  display: block !important;
  width: 100% !important;
  padding: 10px 0 12px !important;
  border-top: 1px solid rgba(176, 131, 77, 0.16) !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.16) !important;
  text-align: center !important;
}

body.reserve-body .booking-feedback {
  margin: 0 28px 24px !important;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(176, 131, 77, 0.22) !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.22) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.column-bottom-icon,
.column-bottom-icon::before,
.column-bottom-icon::after {
  display: none !important;
  content: none !important;
}

.column-bottom-nav {
  min-height: 62px !important;
  padding: 10px 28px !important;
  background: #fbf8f2 !important;
}

.column-bottom-nav a {
  gap: 0 !important;
  font-size: 0.68rem !important;
}

body.column-body.article-body .brand-copy {
  display: none !important;
}

body.subpage-body .site-footer {
  background: #fbf8f2 !important;
  border-top: 1px solid rgba(176, 131, 77, 0.18) !important;
}

/* Reference-tight TOP pass: poster-like rhythm, shorter page, finer lines. */
body.home-body .brand {
  left: 23px !important;
  top: 10px !important;
  width: 132px !important;
  height: 78px !important;
}

body.home-body .brand-logo-img {
  width: 132px !important;
}

body.home-body .header-micro {
  top: 31px !important;
  right: 54px !important;
  font-size: 0.48rem !important;
}

body.home-body .boutique-hero {
  height: 438px !important;
  min-height: 438px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.home-body .boutique-hero > .boutique-script-ghost {
  left: 28px !important;
  top: 86px !important;
  width: 322px !important;
  max-width: 322px !important;
  color: rgba(176, 131, 77, 0.13) !important;
  font-size: 6.9rem !important;
  line-height: 0.8 !important;
  transform: rotate(-8deg) !important;
}

body.home-body .boutique-hero-photo {
  left: 204px !important;
  top: 68px !important;
  width: 172px !important;
  height: 286px !important;
  border-radius: 112px 112px 0 0 !important;
}

body.home-body .boutique-hero-photo img {
  object-position: 50% 50% !important;
  filter: saturate(0.82) brightness(1.06) contrast(0.93) !important;
}

body.home-body .boutique-hero-copy {
  left: 46px !important;
  top: 184px !important;
  width: 142px !important;
  max-width: 142px !important;
}

body.home-body .boutique-hero .boutique-kicker {
  margin-bottom: 12px !important;
  font-size: 0.45rem !important;
}

body.home-body .boutique-hero h1 {
  font-size: 1rem !important;
  line-height: 1.74 !important;
}

body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
  margin-top: 12px !important;
  font-size: 0.34rem !important;
  line-height: 1.9 !important;
}

body.home-body .boutique-hero-links {
  margin-top: 18px !important;
  gap: 24px !important;
}

body.home-body .boutique-hero-links a {
  min-width: 58px !important;
  padding-bottom: 8px !important;
  font-size: 0.58rem !important;
}

body.home-body .boutique-index {
  min-height: 124px !important;
  padding: 17px 48px 18px !important;
  border-top: 1px solid rgba(176, 131, 77, 0.2) !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.14) !important;
}

body.home-body .boutique-index .boutique-index-link {
  min-height: 22px !important;
  grid-template-columns: 38px minmax(0, 1fr) 54px !important;
  padding: 0 !important;
}

body.home-body .boutique-index .boutique-index-link::after {
  width: 36px !important;
  background: rgba(176, 131, 77, 0.48) !important;
}

body.home-body .boutique-index-number {
  font-size: 0.95rem !important;
}

body.home-body .boutique-index-text strong {
  font-size: 0.55rem !important;
  line-height: 1 !important;
}

body.home-body .boutique-concept {
  height: 266px !important;
  min-height: 266px !important;
}

body.home-body .boutique-section-label {
  top: 48px !important;
  left: 46px !important;
}

body.home-body .boutique-concept-copy {
  left: 46px !important;
  top: 82px !important;
  width: 154px !important;
}

body.home-body .boutique-concept-copy h2 {
  font-size: 0.98rem !important;
  line-height: 1.82 !important;
}

body.home-body .boutique-concept-copy p {
  width: 132px !important;
  margin-top: 12px !important;
  font-size: 0.31rem !important;
  line-height: 1.78 !important;
}

body.home-body .boutique-concept-photo {
  right: 0 !important;
  top: 54px !important;
  width: 186px !important;
  height: 152px !important;
}

body.home-body .boutique-concept-photo figcaption {
  display: none !important;
}

body.home-body .treatment-spotlight {
  height: 188px !important;
  min-height: 188px !important;
  background:
    linear-gradient(90deg, rgba(78, 88, 72, 0.48) 0%, rgba(78, 88, 72, 0.24) 34%, rgba(78, 88, 72, 0.76) 100%),
    url("./assets/photos/ref15-treatment-onepiece.webp") 48% 55% / cover no-repeat !important;
}

body.home-body .treatment-spotlight-copy {
  top: 30px !important;
  left: 50% !important;
  width: 232px !important;
  max-width: 232px !important;
  transform: translateX(-50%) !important;
}

body.home-body .treatment-spotlight-kicker {
  font-size: 0.38rem !important;
}

body.home-body .treatment-spotlight-title {
  margin-top: 7px !important;
  font-size: 0.98rem !important;
}

body.home-body .treatment-spotlight-title span {
  margin-left: 8px !important;
  font-size: 0.38rem !important;
}

body.home-body .treatment-spotlight-lead {
  width: 210px !important;
  max-width: 210px !important;
  margin: 8px auto 0 !important;
  font-size: 0.29rem !important;
  line-height: 1.5 !important;
}

body.home-body .treatment-spotlight-link {
  margin-top: 8px !important;
  font-size: 0.42rem !important;
}

body.home-body .treatment-spotlight-lines {
  left: 116px !important;
  right: 46px !important;
  bottom: 14px !important;
}

body.home-body .treatment-spotlight-lines a {
  min-height: 18px !important;
}

body.home-body .boutique-access {
  height: 184px !important;
  min-height: 184px !important;
  background:
    linear-gradient(90deg, #fbf8f2 0%, #fbf8f2 48%, rgba(251, 248, 242, 0.72) 68%, rgba(251, 248, 242, 0.96) 100%),
    url("./assets/ui/access-route-map-v1.png") right 10px top 20px / 124px auto no-repeat !important;
}

body.home-body .boutique-access-copy {
  left: 46px !important;
  top: 30px !important;
  width: 148px !important;
}

body.home-body .boutique-access h2 {
  margin-top: 16px !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
}

body.home-body .boutique-access p:not(.boutique-kicker) {
  width: 142px !important;
  margin-top: 9px !important;
  font-size: 0.3rem !important;
  line-height: 1.74 !important;
}

body.home-body .boutique-access-points {
  display: none !important;
}

body.home-body .boutique-access .boutique-inline-link {
  margin-top: 10px !important;
  font-size: 0.48rem !important;
}

body.home-body .boutique-access-photo {
  left: 216px !important;
  top: 34px !important;
  width: 118px !important;
  height: 118px !important;
}

body.home-body .boutique-info-strip {
  display: none !important;
}

body.home-body .boutique-column-section {
  padding: 34px 48px 28px !important;
  background: #fbf8f2 !important;
}

body.home-body .boutique-column-head {
  margin-bottom: 0 !important;
}

body.home-body .boutique-column-head h2 {
  margin-top: 18px !important;
  font-size: 1.08rem !important;
}

body.home-body .boutique-column-head p:not(.boutique-kicker) {
  width: 245px !important;
  margin-top: 12px !important;
  font-size: 0.34rem !important;
  line-height: 1.78 !important;
}

body.home-body .boutique-column-articles {
  margin-top: 20px !important;
  border-top: 1px solid rgba(176, 131, 77, 0.22) !important;
}

body.home-body .boutique-column-article {
  grid-template-columns: 40px minmax(0, 1fr) 52px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  column-gap: 10px !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.22) !important;
}

body.home-body .boutique-column-article::after {
  content: "" !important;
  width: 32px !important;
  height: 1px !important;
  justify-self: end !important;
  background: rgba(176, 131, 77, 0.48) !important;
}

body.home-body .boutique-column-article img,
body.home-body .boutique-column-article p,
body.home-body .boutique-column-article small {
  display: none !important;
}

body.home-body .boutique-column-number {
  font-size: 0.9rem !important;
}

body.home-body .boutique-column-article strong {
  margin-top: 0 !important;
  font-size: 0.51rem !important;
  line-height: 1.55 !important;
}

body.home-body .boutique-column-more {
  margin-top: 16px !important;
  font-size: 0.5rem !important;
}

body.home-body .boutique-guide-links {
  height: 78px !important;
  min-height: 78px !important;
}

body.home-body .boutique-guide-links a {
  height: 78px !important;
  min-height: 78px !important;
  padding: 12px 10px !important;
  gap: 4px !important;
}

body.home-body .boutique-guide-links strong {
  font-size: 0.62rem !important;
}

body.home-body .boutique-guide-links small {
  display: none !important;
}

body.home-body .boutique-reserve {
  height: 172px !important;
  min-height: 172px !important;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.98) 0%, rgba(251, 248, 242, 0.84) 44%, rgba(251, 248, 242, 0.35) 100%),
    url("./assets/photos/ref17-reserve-background.webp") 50% 58% / cover no-repeat !important;
}

body.home-body .boutique-reserve > .boutique-script-ghost {
  top: 22px !important;
  font-size: 4.8rem !important;
}

body.home-body .boutique-reserve-copy {
  top: 28px !important;
}

body.home-body .boutique-reserve h2 {
  margin-top: 4px !important;
  font-size: 1.08rem !important;
}

body.home-body .boutique-reserve-copy p:not(.boutique-kicker) {
  width: 220px !important;
  margin: 8px auto 0 !important;
  font-size: 0.32rem !important;
  line-height: 1.6 !important;
}

body.home-body .boutique-reserve-button {
  min-width: 148px !important;
  min-height: 34px !important;
  margin-top: 13px !important;
  font-size: 0.6rem !important;
}

body.home-body .site-footer {
  min-height: 54px !important;
  padding: 8px 22px 10px !important;
}

body.home-body .site-footer > p:not(.boutique-footer-script):not(.footer-links) {
  display: none !important;
}

body.home-body .footer-links {
  gap: 8px !important;
  font-size: 0.34rem !important;
}

@media (max-width: 374px) {
  body.home-body .brand,
  body.home-body .brand-logo-img {
    width: 124px !important;
  }

  body.home-body .boutique-hero-photo {
    left: 192px !important;
    width: 164px !important;
  }

  body.home-body .boutique-hero-copy,
  body.home-body .boutique-section-label,
  body.home-body .boutique-concept-copy,
  body.home-body .boutique-access-copy {
    left: 38px !important;
  }

  body.home-body .boutique-index,
  body.home-body .boutique-column-section {
    padding-right: 38px !important;
    padding-left: 38px !important;
  }
}

@media (max-width: 430px) {
  body.home-body .page-shell,
  body.subpage-body .page-shell {
    width: 100% !important;
  }

  body.home-body .brand,
  body.subpage-body .brand,
  body.reserve-body .brand,
  body.column-body .brand,
  body.menu-body .brand,
  body.legal-body .brand {
    left: 24px !important;
    top: 9px !important;
  }
}

@media (max-width: 374px) {
  body.home-body .brand,
  body.subpage-body .brand,
  body.reserve-body .brand,
  body.column-body .brand,
  body.menu-body .brand,
  body.legal-body .brand {
    left: 18px !important;
  }

  body.home-body .header-micro,
  body.access-body .access-nav-note,
  body.column-body .header-micro {
    right: 50px !important;
  }
}

/* Web layout pass: keep the boutique direction, but stop the site from behaving like a fixed poster. */
body.home-body,
body.subpage-body,
body.reserve-body,
body.column-body,
body.menu-body,
body.legal-body,
body.access-body,
body.faq-body {
  background: #171512 !important;
}

body.home-body .page-shell,
body.subpage-body .page-shell,
body.reserve-body .page-shell,
body.column-body .page-shell,
body.menu-body .page-shell,
body.legal-body .page-shell,
body.access-body .page-shell,
body.faq-body .page-shell {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden !important;
  background: #fbf8f2 !important;
  color: #302b26 !important;
}

body.home-body .page-shell::before,
body.home-body .page-shell::after,
body.home-body .boutique-hero::before,
body.home-body .boutique-hero::after,
body.home-body .boutique-hero-photo::before,
body.home-body .boutique-hero-photo::after,
body.home-body .boutique-concept-photo::before,
body.home-body .boutique-concept-photo::after,
body.home-body .boutique-access-photo::before,
body.home-body .boutique-access-photo::after,
body.home-body .boutique-reserve::before,
body.home-body .boutique-reserve::after,
body.home-body .treatment-spotlight::before,
body.home-body .treatment-spotlight::after {
  display: none !important;
  content: none !important;
}

body.home-body .boutique-main {
  background: #fbf8f2 !important;
}

body.home-body .boutique-hero,
body.home-body .boutique-index,
body.home-body .boutique-concept,
body.home-body .treatment-spotlight,
body.home-body .boutique-access,
body.home-body .boutique-info-strip,
body.home-body .boutique-column-section,
body.home-body .boutique-guide-links,
body.home-body .boutique-reserve {
  box-sizing: border-box !important;
}

body.home-body .boutique-hero-photo img,
body.home-body .boutique-concept-photo img,
body.home-body .boutique-access-photo img,
body.home-body .boutique-column-article img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (min-width: 760px) {
  body.home-body .page-shell,
  body.subpage-body .page-shell,
  body.reserve-body .page-shell,
  body.column-body .page-shell,
  body.menu-body .page-shell,
  body.legal-body .page-shell,
  body.access-body .page-shell,
  body.faq-body .page-shell {
    width: min(calc(100% - 48px), 1180px) !important;
    border-radius: 14px !important;
  }

  body.home-body .site-header,
  body.subpage-body .site-header,
  body.reserve-body .site-header,
  body.column-body .site-header,
  body.menu-body .site-header,
  body.legal-body .site-header,
  body.access-body .site-header,
  body.faq-body .site-header {
    height: 94px !important;
    min-height: 94px !important;
  }

  body.home-body .nav-wrap,
  body.subpage-body .nav-wrap,
  body.reserve-body .nav-wrap,
  body.column-body .nav-wrap,
  body.menu-body .nav-wrap,
  body.legal-body .nav-wrap,
  body.access-body .nav-wrap,
  body.faq-body .nav-wrap {
    min-height: 94px !important;
  }

  body.home-body .brand,
  body.subpage-body .brand,
  body.reserve-body .brand,
  body.column-body .brand,
  body.menu-body .brand,
  body.legal-body .brand,
  body.access-body .brand,
  body.faq-body .brand {
    left: clamp(38px, 5.2vw, 72px) !important;
    top: 18px !important;
    width: 154px !important;
    height: 76px !important;
  }

  body.home-body .brand-logo-img,
  body.subpage-body .brand-logo-img,
  body.reserve-body .brand-logo-img,
  body.column-body .brand-logo-img,
  body.menu-body .brand-logo-img,
  body.legal-body .brand-logo-img,
  body.access-body .brand-logo-img,
  body.faq-body .brand-logo-img {
    width: 154px !important;
  }

  body.home-body .header-micro,
  body.column-body .header-micro,
  body.access-body .access-nav-note {
    display: none !important;
  }

  body.home-body .menu-toggle,
  body.subpage-body .menu-toggle,
  body.reserve-body .menu-toggle,
  body.column-body .menu-toggle,
  body.menu-body .menu-toggle,
  body.legal-body .menu-toggle,
  body.access-body .menu-toggle,
  body.faq-body .menu-toggle {
    display: none !important;
  }

  body.home-body .site-nav,
  body.subpage-body .site-nav,
  body.reserve-body .site-nav,
  body.column-body .site-nav,
  body.menu-body .site-nav,
  body.legal-body .site-nav,
  body.access-body .site-nav,
  body.faq-body .site-nav {
    position: absolute !important;
    top: 30px !important;
    right: clamp(38px, 5.2vw, 72px) !important;
    left: auto !important;
    z-index: 140 !important;
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 22px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.home-body .site-nav a,
  body.subpage-body .site-nav a,
  body.reserve-body .site-nav a,
  body.column-body .site-nav a,
  body.menu-body .site-nav a,
  body.legal-body .site-nav a,
  body.access-body .site-nav a,
  body.faq-body .site-nav a {
    display: inline-flex !important;
    width: auto !important;
    min-height: 34px !important;
    padding: 0 !important;
    align-items: center !important;
    color: #302b26 !important;
    border: 0 !important;
    font-family: "Cormorant Garamond", "Hiragino Mincho ProN", "Yu Mincho", serif !important;
    font-size: 0.92rem !important;
    font-style: normal !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.home-body .site-nav .nav-cta,
  body.subpage-body .site-nav .nav-cta,
  body.reserve-body .site-nav .nav-cta,
  body.column-body .site-nav .nav-cta,
  body.menu-body .site-nav .nav-cta,
  body.legal-body .site-nav .nav-cta,
  body.access-body .site-nav .nav-cta,
  body.faq-body .site-nav .nav-cta {
    min-width: 104px !important;
    min-height: 36px !important;
    padding: 0 18px !important;
    justify-content: center !important;
    border: 1px solid rgba(176, 131, 77, 0.48) !important;
    border-radius: 999px !important;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
    font-size: 0.72rem !important;
  }

  body.home-body .boutique-hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(300px, 0.9fr) minmax(390px, 1.1fr) !important;
    grid-template-rows: 1fr !important;
    min-height: 720px !important;
    height: auto !important;
    padding: 126px clamp(56px, 7vw, 92px) 84px !important;
    align-items: center !important;
    column-gap: clamp(42px, 6vw, 90px) !important;
    overflow: hidden !important;
    background:
      linear-gradient(180deg, rgba(251, 248, 242, 0.98) 0%, rgba(248, 241, 234, 0.96) 100%) !important;
  }

  body.home-body .boutique-hero-location {
    position: absolute !important;
    top: 116px !important;
    left: clamp(56px, 7vw, 92px) !important;
    width: auto !important;
    margin: 0 !important;
  }

  body.home-body .boutique-hero > .boutique-script-ghost {
    position: absolute !important;
    top: 118px !important;
    left: clamp(54px, 7vw, 90px) !important;
    width: 520px !important;
    max-width: none !important;
    color: rgba(174, 134, 80, 0.1) !important;
    font-size: 8.8rem !important;
    line-height: 0.78 !important;
    pointer-events: none !important;
  }

  body.home-body .boutique-hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    align-self: center !important;
    transform: none !important;
  }

  body.home-body .boutique-hero h1 {
    width: auto !important;
    max-width: none !important;
    font-size: clamp(2.1rem, 3.2vw, 3.2rem) !important;
    line-height: 1.42 !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 360px !important;
    margin-top: 24px !important;
    font-size: 0.92rem !important;
    line-height: 2 !important;
  }

  body.home-body .boutique-hero-links {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 30px !important;
    gap: 28px !important;
  }

  body.home-body .boutique-hero-links a {
    display: inline-flex !important;
    width: auto !important;
    min-width: 92px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 28px 0 0 !important;
    align-items: center !important;
    color: #302b26 !important;
    font-size: 0.84rem !important;
  }

  body.home-body .boutique-hero-photo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: min(100%, 500px) !important;
    height: 560px !important;
    margin: 0 !important;
    border-radius: 240px 240px 0 0 !important;
    transform: none !important;
  }

  body.home-body .boutique-hero-photo img {
    object-position: 50% 54% !important;
  }

  body.home-body .boutique-index {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 32px clamp(56px, 7vw, 92px) !important;
    gap: 0 !important;
  }

  body.home-body .boutique-index .boutique-index-link {
    display: grid !important;
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 38px minmax(0, 1fr) 34px !important;
    min-height: 62px !important;
    padding: 0 22px 0 0 !important;
    align-items: center !important;
  }

  body.home-body .boutique-index-text strong {
    font-size: 0.78rem !important;
  }

  body.home-body .boutique-index-text small {
    display: block !important;
    margin-top: 6px !important;
    font-size: 0.5rem !important;
    line-height: 1.45 !important;
  }

  body.home-body .boutique-concept {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr) !important;
    grid-template-rows: auto 1fr !important;
    height: auto !important;
    min-height: 440px !important;
    padding: 88px clamp(56px, 7vw, 92px) !important;
    column-gap: clamp(44px, 6vw, 86px) !important;
    align-items: center !important;
  }

  body.home-body .boutique-section-label {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 0 24px !important;
    align-self: end !important;
  }

  body.home-body .boutique-concept-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: auto !important;
    max-width: 360px !important;
    transform: none !important;
  }

  body.home-body .boutique-concept-copy h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.1rem) !important;
    line-height: 1.72 !important;
  }

  body.home-body .boutique-concept-copy p {
    width: auto !important;
    max-width: 330px !important;
    margin-top: 22px !important;
    font-size: 0.82rem !important;
    line-height: 2 !important;
  }

  body.home-body .boutique-concept-photo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    height: 360px !important;
    margin: 0 !important;
  }

  body.home-body .treatment-spotlight {
    position: relative !important;
    height: 360px !important;
    min-height: 360px !important;
    padding: 72px clamp(56px, 7vw, 92px) 52px !important;
    background:
      linear-gradient(90deg, rgba(78, 90, 72, 0.46) 0%, rgba(78, 90, 72, 0.58) 48%, rgba(78, 90, 72, 0.74) 100%),
      url("./assets/photos/ref15-treatment-onepiece.webp") center 55% / cover no-repeat !important;
  }

  body.home-body .treatment-spotlight-copy {
    position: absolute !important;
    top: 76px !important;
    left: 50% !important;
    width: min(500px, 52%) !important;
    max-width: 500px !important;
    transform: translateX(-50%) !important;
  }

  body.home-body .treatment-spotlight-title {
    font-size: clamp(1.65rem, 2.5vw, 2.35rem) !important;
  }

  body.home-body .treatment-spotlight-lead {
    width: auto !important;
    max-width: 420px !important;
    font-size: 0.82rem !important;
    line-height: 1.75 !important;
  }

  body.home-body .treatment-spotlight-link {
    font-size: 0.78rem !important;
  }

  body.home-body .treatment-spotlight-lines {
    left: clamp(96px, 17vw, 220px) !important;
    right: clamp(96px, 17vw, 220px) !important;
    bottom: 44px !important;
  }

  body.home-body .treatment-spotlight-lines a {
    min-height: 30px !important;
    grid-template-columns: 58px minmax(0, 1fr) 116px !important;
  }

  body.home-body .boutique-access {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr) !important;
    grid-template-rows: 1fr !important;
    height: auto !important;
    min-height: 420px !important;
    padding: 76px clamp(56px, 7vw, 92px) !important;
    column-gap: clamp(42px, 6vw, 86px) !important;
    align-items: center !important;
    background:
      linear-gradient(90deg, #fbf8f2 0%, #fbf8f2 64%, rgba(251, 248, 242, 0.7) 100%),
      url("./assets/ui/access-route-map-v1.png") right 54px center / 250px auto no-repeat !important;
  }

  body.home-body .boutique-access-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    width: auto !important;
    max-width: 380px !important;
    transform: none !important;
  }

  body.home-body .boutique-access h2 {
    width: auto !important;
    max-width: none !important;
    font-size: clamp(1.45rem, 2.3vw, 2rem) !important;
    line-height: 1.55 !important;
  }

  body.home-body .boutique-access p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 340px !important;
    margin-top: 20px !important;
    font-size: 0.82rem !important;
    line-height: 1.9 !important;
  }

  body.home-body .boutique-access-points {
    display: flex !important;
    width: auto !important;
    margin-top: 20px !important;
  }

  body.home-body .boutique-access-points span {
    font-size: 0.68rem !important;
  }

  body.home-body .boutique-access-points img {
    width: 18px !important;
    height: 18px !important;
  }

  body.home-body .boutique-access .boutique-inline-link {
    margin-top: 24px !important;
    font-size: 0.82rem !important;
  }

  body.home-body .boutique-access-photo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(100%, 430px) !important;
    height: 300px !important;
    margin: 0 !important;
  }

  body.home-body .boutique-info-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 44px clamp(56px, 7vw, 92px) !important;
    gap: 34px !important;
  }

  body.home-body .boutique-info-strip div {
    display: block !important;
    padding: 0 !important;
    border-top: 1px solid rgba(176, 131, 77, 0.22) !important;
  }

  body.home-body .boutique-column-section {
    padding: 76px clamp(56px, 7vw, 92px) !important;
  }

  body.home-body .boutique-column-head {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.64fr) minmax(320px, 1fr) !important;
    column-gap: 60px !important;
    align-items: end !important;
  }

  body.home-body .boutique-column-head p:not(.boutique-kicker) {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: auto !important;
    max-width: 460px !important;
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.9 !important;
  }

  body.home-body .boutique-column-head h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem) !important;
  }

  body.home-body .boutique-column-articles {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 42px !important;
    gap: 32px !important;
    border: 0 !important;
  }

  body.home-body .boutique-column-article {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 24px !important;
    column-gap: 16px !important;
    border-bottom: 1px solid rgba(176, 131, 77, 0.24) !important;
  }

  body.home-body .boutique-column-article::after {
    display: none !important;
  }

  body.home-body .boutique-column-article img {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 210px !important;
    margin: 0 0 18px !important;
  }

  body.home-body .boutique-column-number {
    grid-column: 1 !important;
    font-size: 1.6rem !important;
  }

  body.home-body .boutique-column-article div {
    grid-column: 2 !important;
  }

  body.home-body .boutique-column-article small {
    display: block !important;
    font-size: 0.58rem !important;
  }

  body.home-body .boutique-column-article strong {
    margin-top: 10px !important;
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }

  body.home-body .boutique-column-article p {
    display: block !important;
    font-size: 0.7rem !important;
    line-height: 1.75 !important;
  }

  body.home-body .boutique-column-more {
    margin-top: 30px !important;
    font-size: 0.82rem !important;
  }

  body.home-body .boutique-guide-links {
    height: auto !important;
    min-height: 124px !important;
  }

  body.home-body .boutique-guide-links a {
    height: auto !important;
    min-height: 124px !important;
    padding: 28px 36px !important;
  }

  body.home-body .boutique-guide-links strong {
    font-size: 1.1rem !important;
  }

  body.home-body .boutique-guide-links small {
    display: block !important;
    font-size: 0.64rem !important;
  }

  body.home-body .boutique-reserve {
    height: auto !important;
    min-height: 320px !important;
    padding: 78px clamp(56px, 7vw, 92px) !important;
    background:
      linear-gradient(90deg, rgba(251, 248, 242, 0.98) 0%, rgba(251, 248, 242, 0.78) 48%, rgba(251, 248, 242, 0.36) 100%),
      url("./assets/photos/ref17-reserve-background.webp") center 56% / cover no-repeat !important;
  }

  body.home-body .boutique-reserve-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: min(100%, 440px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  body.home-body .boutique-reserve h2 {
    font-size: 2rem !important;
  }

  body.home-body .boutique-reserve-copy p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 380px !important;
    font-size: 0.82rem !important;
  }

  body.home-body .boutique-reserve-button {
    width: auto !important;
    min-width: 154px !important;
    min-height: 40px !important;
  }

  body.home-body .site-footer {
    min-height: 96px !important;
    padding: 28px clamp(56px, 7vw, 92px) !important;
  }

  body.home-body .site-footer > p:not(.boutique-footer-script):not(.footer-links) {
    display: block !important;
  }
}

@media (max-width: 759px) {
  body.home-body,
  body.subpage-body,
  body.reserve-body,
  body.column-body,
  body.menu-body,
  body.legal-body,
  body.access-body,
  body.faq-body {
    background: #fbf8f2 !important;
  }

  body.home-body .page-shell,
  body.subpage-body .page-shell,
  body.reserve-body .page-shell,
  body.column-body .page-shell,
  body.menu-body .page-shell,
  body.legal-body .page-shell,
  body.access-body .page-shell,
  body.faq-body .page-shell {
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
  }

  body.home-body .boutique-hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(136px, 44%) !important;
    grid-template-rows: 1fr !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 94px 24px 42px !important;
    column-gap: 16px !important;
    align-items: end !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #fbf8f2 0%, #f9f3ec 100%) !important;
  }

  body.home-body .boutique-hero-location {
    display: none !important;
  }

  body.home-body .boutique-hero > .boutique-script-ghost {
    position: absolute !important;
    top: 106px !important;
    left: 24px !important;
    width: 250px !important;
    max-width: none !important;
    color: rgba(174, 134, 80, 0.1) !important;
    font-size: 5.7rem !important;
    line-height: 0.78 !important;
    pointer-events: none !important;
  }

  body.home-body .boutique-hero-photo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 0.58 / 1 !important;
    margin: 0 !important;
    border-radius: 120px 120px 0 0 !important;
    transform: none !important;
  }

  body.home-body .boutique-hero-photo img {
    object-position: 50% 55% !important;
  }

  body.home-body .boutique-hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    align-self: end !important;
    padding-bottom: 8px !important;
    transform: none !important;
  }

  body.home-body .boutique-hero .boutique-kicker {
    margin-bottom: 14px !important;
    font-size: 0.56rem !important;
  }

  body.home-body .boutique-hero h1 {
    width: auto !important;
    max-width: none !important;
    font-size: 1.32rem !important;
    line-height: 1.62 !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 180px !important;
    margin-top: 16px !important;
    font-size: 0.58rem !important;
    line-height: 1.9 !important;
  }

  body.home-body .boutique-hero-links {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 20px !important;
    gap: 18px !important;
  }

  body.home-body .boutique-hero-links a {
    display: inline-flex !important;
    width: auto !important;
    min-width: 58px !important;
    height: 24px !important;
    min-height: 24px !important;
    padding: 0 18px 7px 0 !important;
    font-size: 0.64rem !important;
  }

  body.home-body .boutique-index {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 22px 24px 24px !important;
  }

  body.home-body .boutique-index .boutique-index-link {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 44px !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    padding: 0 !important;
  }

  body.home-body .boutique-index-text strong {
    font-size: 0.7rem !important;
  }

  body.home-body .boutique-index-text small {
    display: block !important;
    font-size: 0.42rem !important;
    line-height: 1.35 !important;
  }

  body.home-body .boutique-concept {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 44%) !important;
    grid-template-rows: auto 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 46px 24px !important;
    column-gap: 18px !important;
    align-items: center !important;
  }

  body.home-body .boutique-section-label {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    margin: 0 0 18px !important;
  }

  body.home-body .boutique-concept-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    width: auto !important;
    max-width: none !important;
  }

  body.home-body .boutique-concept-copy h2 {
    font-size: 1.14rem !important;
    line-height: 1.75 !important;
  }

  body.home-body .boutique-concept-copy p {
    width: auto !important;
    max-width: 170px !important;
    margin-top: 14px !important;
    font-size: 0.52rem !important;
    line-height: 1.85 !important;
  }

  body.home-body .boutique-concept-photo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 0.86 / 1 !important;
    margin: 0 !important;
  }

  body.home-body .treatment-spotlight {
    position: relative !important;
    height: 250px !important;
    min-height: 250px !important;
    padding: 0 !important;
    background:
      linear-gradient(90deg, rgba(76, 88, 72, 0.48) 0%, rgba(76, 88, 72, 0.48) 100%),
      url("./assets/photos/ref15-treatment-onepiece.webp") center 54% / cover no-repeat !important;
  }

  body.home-body .treatment-spotlight-copy {
    position: absolute !important;
    top: 42px !important;
    left: 50% !important;
    width: min(78%, 300px) !important;
    max-width: 300px !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }

  body.home-body .treatment-spotlight-title {
    justify-content: center !important;
    font-size: 1.18rem !important;
  }

  body.home-body .treatment-spotlight-title span {
    font-size: 0.48rem !important;
  }

  body.home-body .treatment-spotlight-lead {
    width: auto !important;
    max-width: 250px !important;
    font-size: 0.46rem !important;
    line-height: 1.65 !important;
  }

  body.home-body .treatment-spotlight-link {
    font-size: 0.56rem !important;
  }

  body.home-body .treatment-spotlight-lines {
    left: 24px !important;
    right: 24px !important;
    bottom: 20px !important;
  }

  body.home-body .treatment-spotlight-lines a {
    min-height: 24px !important;
    grid-template-columns: 42px minmax(0, 1fr) 86px !important;
  }

  body.home-body .boutique-access {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(118px, 40%) !important;
    grid-template-rows: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 42px 24px !important;
    column-gap: 18px !important;
    align-items: center !important;
    background:
      linear-gradient(90deg, #fbf8f2 0%, #fbf8f2 72%, rgba(251, 248, 242, 0.76) 100%),
      url("./assets/ui/access-route-map-v1.png") right 18px center / 118px auto no-repeat !important;
  }

  body.home-body .boutique-access-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    width: auto !important;
    max-width: none !important;
  }

  body.home-body .boutique-access h2 {
    width: auto !important;
    max-width: 172px !important;
    font-size: 1.04rem !important;
    line-height: 1.58 !important;
  }

  body.home-body .boutique-access p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 170px !important;
    margin-top: 12px !important;
    font-size: 0.5rem !important;
    line-height: 1.75 !important;
  }

  body.home-body .boutique-access-points {
    display: flex !important;
    width: auto !important;
    margin-top: 12px !important;
    gap: 8px !important;
  }

  body.home-body .boutique-access-photo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 2 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 0.86 / 1 !important;
    margin: 0 !important;
  }

  body.home-body .boutique-info-strip {
    display: block !important;
    padding: 28px 24px !important;
  }

  body.home-body .boutique-info-strip div {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    padding: 13px 0 !important;
  }

  body.home-body .boutique-info-strip p {
    grid-column: 2 !important;
    width: auto !important;
  }

  body.home-body .boutique-column-section {
    padding: 42px 24px 36px !important;
  }

  body.home-body .boutique-column-head {
    display: block !important;
  }

  body.home-body .boutique-column-head h2 {
    font-size: 1.42rem !important;
  }

  body.home-body .boutique-column-head p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 280px !important;
    margin-top: 14px !important;
    font-size: 0.58rem !important;
    line-height: 1.85 !important;
  }

  body.home-body .boutique-column-articles {
    display: grid !important;
    margin-top: 26px !important;
    gap: 18px !important;
    border: 0 !important;
  }

  body.home-body .boutique-column-article {
    display: grid !important;
    grid-template-columns: 90px 34px minmax(0, 1fr) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 18px !important;
    column-gap: 14px !important;
    align-items: start !important;
    border-bottom: 1px solid rgba(176, 131, 77, 0.22) !important;
  }

  body.home-body .boutique-column-article::after {
    display: none !important;
  }

  body.home-body .boutique-column-article img {
    display: block !important;
    grid-column: 1 !important;
    width: 90px !important;
    height: 90px !important;
    margin: 0 !important;
  }

  body.home-body .boutique-column-number {
    grid-column: 2 !important;
    font-size: 1.26rem !important;
  }

  body.home-body .boutique-column-article div {
    grid-column: 3 !important;
  }

  body.home-body .boutique-column-article small {
    display: block !important;
    font-size: 0.38rem !important;
  }

  body.home-body .boutique-column-article strong {
    font-size: 0.62rem !important;
    line-height: 1.6 !important;
  }

  body.home-body .boutique-column-article p {
    display: block !important;
    font-size: 0.42rem !important;
    line-height: 1.6 !important;
  }

  body.home-body .boutique-guide-links {
    height: auto !important;
    min-height: 96px !important;
  }

  body.home-body .boutique-guide-links a {
    height: auto !important;
    min-height: 96px !important;
    padding: 18px 12px !important;
  }

  body.home-body .boutique-guide-links strong {
    font-size: 0.76rem !important;
  }

  body.home-body .boutique-guide-links small {
    display: block !important;
    font-size: 0.42rem !important;
  }

  body.home-body .boutique-reserve {
    height: auto !important;
    min-height: 224px !important;
    padding: 40px 24px !important;
    background:
      linear-gradient(90deg, rgba(251, 248, 242, 0.98) 0%, rgba(251, 248, 242, 0.82) 62%, rgba(251, 248, 242, 0.5) 100%),
      url("./assets/photos/ref17-reserve-background.webp") center 55% / cover no-repeat !important;
  }

  body.home-body .boutique-reserve-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: min(100%, 280px) !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  body.home-body .boutique-reserve-copy p:not(.boutique-kicker) {
    width: auto !important;
    max-width: 240px !important;
    font-size: 0.52rem !important;
  }

  body.home-body .boutique-reserve-button {
    width: auto !important;
    min-width: 132px !important;
    min-height: 34px !important;
  }
}

@media (min-width: 760px) {
  body.menu-body .menu-page-hero,
  body.reserve-body .reserve-tool-hero,
  body.access-body .access-hero,
  body.faq-body .faq-hero,
  body.column-body .column-mag-hero {
    display: grid !important;
    grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr) !important;
    grid-template-rows: 1fr !important;
    min-height: 560px !important;
    height: auto !important;
    padding: 118px clamp(56px, 7vw, 92px) 72px !important;
    column-gap: clamp(44px, 6vw, 90px) !important;
    align-items: center !important;
  }

  body.menu-body .menu-page-hero-copy,
  body.reserve-body .reserve-tool-copy,
  body.access-body .access-hero-copy,
  body.faq-body .faq-hero-copy,
  body.column-body .column-mag-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    width: auto !important;
    max-width: 430px !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  body.menu-body .menu-page-hero-photo,
  body.reserve-body .reserve-tool-photo,
  body.access-body .access-hero-photo,
  body.faq-body .faq-hero-photo,
  body.column-body .column-mag-photo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(100%, 420px) !important;
    height: 460px !important;
    margin: 0 !important;
    border-radius: 210px 210px 0 0 !important;
  }

  body.menu-body .menu-page-hero-photo img,
  body.reserve-body .reserve-tool-photo img,
  body.access-body .access-hero-photo img,
  body.faq-body .faq-hero-photo img,
  body.column-body .column-mag-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.menu-body .menu-page-list,
  body.menu-body .menu-page-options,
  body.menu-body .menu-page-reserve,
  body.reserve-body .availability-tool,
  body.reserve-body .reserve-next-panel,
  body.reserve-body .reserve-form-section,
  body.access-body .access-area,
  body.access-body .access-steps,
  body.access-body .access-reserve-cta,
  body.faq-body .faq-list-section,
  body.faq-body .faq-reserve-cta,
  body.column-body .column-latest {
    margin-right: clamp(56px, 7vw, 92px) !important;
    margin-left: clamp(56px, 7vw, 92px) !important;
  }
}

/* True site structure pass: full-width website behavior without changing the boutique look. */
body.home-body,
body.subpage-body,
body.reserve-body,
body.column-body,
body.menu-body,
body.legal-body,
body.access-body,
body.faq-body {
  --site-paper: #fbf8f2;
  --site-cream: #f8f1ea;
  --site-ink: #302b26;
  --site-brass: #b0834d;
  --site-line: rgba(176, 131, 77, 0.24);
  --site-pad: max(24px, calc((100vw - 1180px) / 2 + 48px));
  margin: 0 !important;
  overflow-x: hidden !important;
  background: var(--site-paper) !important;
}

body.home-body .page-shell,
body.subpage-body .page-shell,
body.reserve-body .page-shell,
body.column-body .page-shell,
body.menu-body .page-shell,
body.legal-body .page-shell,
body.access-body .page-shell,
body.faq-body .page-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  background: var(--site-paper) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home-body .ambient,
body.subpage-body .ambient,
body.reserve-body .ambient,
body.column-body .ambient,
body.menu-body .ambient,
body.access-body .ambient,
body.faq-body .ambient {
  display: none !important;
}

@media (min-width: 760px) {
  body.home-body .site-header,
  body.subpage-body .site-header,
  body.reserve-body .site-header,
  body.column-body .site-header,
  body.menu-body .site-header,
  body.legal-body .site-header,
  body.access-body .site-header,
  body.faq-body .site-header {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    height: 100px !important;
    min-height: 100px !important;
    background: transparent !important;
  }

  body.home-body .brand,
  body.subpage-body .brand,
  body.reserve-body .brand,
  body.column-body .brand,
  body.menu-body .brand,
  body.legal-body .brand,
  body.access-body .brand,
  body.faq-body .brand {
    left: var(--site-pad) !important;
    top: 18px !important;
    width: 154px !important;
  }

  body.home-body .brand-logo-img,
  body.subpage-body .brand-logo-img,
  body.reserve-body .brand-logo-img,
  body.column-body .brand-logo-img,
  body.menu-body .brand-logo-img,
  body.legal-body .brand-logo-img,
  body.access-body .brand-logo-img,
  body.faq-body .brand-logo-img {
    width: 154px !important;
  }

  body.home-body .site-nav,
  body.subpage-body .site-nav,
  body.reserve-body .site-nav,
  body.column-body .site-nav,
  body.menu-body .site-nav,
  body.legal-body .site-nav,
  body.access-body .site-nav,
  body.faq-body .site-nav {
    top: 32px !important;
    right: var(--site-pad) !important;
  }

  body.home-body .boutique-hero {
    width: 100% !important;
    min-height: 720px !important;
    padding: 126px var(--site-pad) 82px !important;
    grid-template-columns: minmax(280px, 430px) minmax(390px, 520px) !important;
    justify-content: space-between !important;
    column-gap: 72px !important;
  }

  body.home-body .boutique-hero-location,
  body.home-body .boutique-hero > .boutique-script-ghost {
    left: var(--site-pad) !important;
  }

  body.home-body .boutique-hero-copy {
    width: 100% !important;
    max-width: 430px !important;
  }

  body.home-body .boutique-hero-photo {
    width: min(42vw, 500px) !important;
    max-width: 500px !important;
    min-width: 390px !important;
    height: 560px !important;
  }

  body.home-body .boutique-index {
    width: 100% !important;
    padding: 30px var(--site-pad) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
    background: rgba(251, 248, 242, 0.96) !important;
  }

  body.home-body .boutique-concept {
    width: 100% !important;
    min-height: 430px !important;
    padding: 82px var(--site-pad) !important;
    grid-template-columns: minmax(260px, 360px) minmax(420px, 560px) !important;
    justify-content: space-between !important;
    column-gap: 72px !important;
  }

  body.home-body .boutique-concept-photo {
    width: min(48vw, 560px) !important;
    max-width: 560px !important;
    height: 350px !important;
  }

  body.home-body .treatment-spotlight {
    width: 100% !important;
    min-height: 340px !important;
    height: 340px !important;
    padding-right: var(--site-pad) !important;
    padding-left: var(--site-pad) !important;
  }

  body.home-body .treatment-spotlight-lines {
    left: calc(var(--site-pad) + 130px) !important;
    right: calc(var(--site-pad) + 130px) !important;
  }

  body.home-body .boutique-access {
    width: 100% !important;
    min-height: 400px !important;
    padding: 72px var(--site-pad) !important;
    grid-template-columns: minmax(260px, 380px) minmax(360px, 500px) !important;
    justify-content: space-between !important;
    column-gap: 72px !important;
  }

  body.home-body .boutique-access-photo {
    width: min(42vw, 430px) !important;
    max-width: 430px !important;
    height: 290px !important;
  }

  body.home-body .boutique-info-strip,
  body.home-body .boutique-column-section,
  body.home-body .boutique-guide-links,
  body.home-body .boutique-reserve,
  body.home-body .site-footer {
    width: 100% !important;
    padding-right: var(--site-pad) !important;
    padding-left: var(--site-pad) !important;
  }

  body.home-body .boutique-column-head,
  body.home-body .boutique-column-articles {
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home-body .boutique-column-articles {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home-body .boutique-reserve-copy {
    max-width: 440px !important;
  }

  body.menu-body .menu-page-hero,
  body.reserve-body .reserve-tool-hero,
  body.access-body .access-hero,
  body.faq-body .faq-hero,
  body.column-body .column-mag-hero {
    width: 100% !important;
    min-height: 560px !important;
    padding: 118px var(--site-pad) 72px !important;
    grid-template-columns: minmax(280px, 430px) minmax(360px, 460px) !important;
    justify-content: space-between !important;
    column-gap: 72px !important;
  }

  body.menu-body .menu-page-hero-photo,
  body.reserve-body .reserve-tool-photo,
  body.access-body .access-hero-photo,
  body.faq-body .faq-hero-photo,
  body.column-body .column-mag-photo {
    width: min(40vw, 420px) !important;
    min-width: 360px !important;
    max-width: 420px !important;
  }

  body.menu-body .menu-page-list,
  body.menu-body .menu-page-options,
  body.menu-body .menu-page-reserve,
  body.reserve-body .availability-tool,
  body.reserve-body .reserve-next-panel,
  body.reserve-body .reserve-form-section,
  body.access-body .access-area,
  body.access-body .access-steps,
  body.access-body .access-reserve-cta,
  body.faq-body .faq-list-section,
  body.faq-body .faq-reserve-cta,
  body.column-body .column-latest,
  body.column-body .article-main > section {
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 759px) {
  body.home-body,
  body.subpage-body,
  body.reserve-body,
  body.column-body,
  body.menu-body,
  body.legal-body,
  body.access-body,
  body.faq-body {
    --site-pad: 24px;
  }

  body.home-body .site-header,
  body.subpage-body .site-header,
  body.reserve-body .site-header,
  body.column-body .site-header,
  body.menu-body .site-header,
  body.legal-body .site-header,
  body.access-body .site-header,
  body.faq-body .site-header {
    position: absolute !important;
    width: 100% !important;
  }

  body.home-body .boutique-hero,
  body.home-body .boutique-index,
  body.home-body .boutique-concept,
  body.home-body .boutique-access,
  body.home-body .boutique-info-strip,
  body.home-body .boutique-column-section,
  body.home-body .boutique-guide-links,
  body.home-body .boutique-reserve,
  body.home-body .site-footer {
    width: 100% !important;
  }
}

/* Kill the old poster backdrop at the document root. */
html {
  background: #fbf8f2 !important;
}

body.home-body,
body.subpage-body,
body.reserve-body,
body.column-body,
body.menu-body,
body.legal-body,
body.access-body,
body.faq-body {
  min-width: 0 !important;
  min-height: 100vh !important;
  background: #fbf8f2 !important;
}

body.home-body::before,
body.home-body::after,
body.subpage-body::before,
body.subpage-body::after,
body.reserve-body::before,
body.reserve-body::after,
body.column-body::before,
body.column-body::after,
body.menu-body::before,
body.menu-body::after,
body.legal-body::before,
body.legal-body::after,
body.access-body::before,
body.access-body::after,
body.faq-body::before,
body.faq-body::after,
body.home-body .page-shell::before,
body.home-body .page-shell::after,
body.subpage-body .page-shell::before,
body.subpage-body .page-shell::after,
body.reserve-body .page-shell::before,
body.reserve-body .page-shell::after,
body.column-body .page-shell::before,
body.column-body .page-shell::after,
body.menu-body .page-shell::before,
body.menu-body .page-shell::after,
body.legal-body .page-shell::before,
body.legal-body .page-shell::after,
body.access-body .page-shell::before,
body.access-body .page-shell::after,
body.faq-body .page-shell::before,
body.faq-body .page-shell::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Desktop responsive pass: use a real PC layout from 1024px upward. */
@media (min-width: 1024px) {
  body.home-body,
  body.subpage-body,
  body.reserve-body,
  body.column-body,
  body.menu-body,
  body.legal-body,
  body.access-body,
  body.faq-body {
    --site-max: 1180px;
    --site-gutter: clamp(56px, 6vw, 96px);
    --site-pad: max(var(--site-gutter), calc((100vw - var(--site-max)) / 2));
  }

  body.home-body .site-header,
  body.subpage-body .site-header,
  body.reserve-body .site-header,
  body.column-body .site-header,
  body.menu-body .site-header,
  body.legal-body .site-header,
  body.access-body .site-header,
  body.faq-body .site-header {
    height: 104px !important;
    min-height: 104px !important;
  }

  body.home-body .site-nav,
  body.subpage-body .site-nav,
  body.reserve-body .site-nav,
  body.column-body .site-nav,
  body.menu-body .site-nav,
  body.legal-body .site-nav,
  body.access-body .site-nav,
  body.faq-body .site-nav {
    top: 34px !important;
    gap: clamp(18px, 2vw, 30px) !important;
  }

  body.home-body .boutique-hero {
    grid-template-columns: minmax(340px, 460px) minmax(420px, 560px) !important;
    min-height: 730px !important;
    padding: 132px var(--site-pad) 88px !important;
    column-gap: clamp(48px, 6vw, 92px) !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body.home-body .boutique-hero-copy {
    width: 100% !important;
    max-width: 460px !important;
  }

  body.home-body .boutique-hero h1 {
    font-size: clamp(2.35rem, 3vw, 3.35rem) !important;
    line-height: 1.42 !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
    max-width: 390px !important;
    font-size: 0.92rem !important;
  }

  body.home-body .boutique-hero-photo {
    width: min(43vw, 560px) !important;
    min-width: 420px !important;
    max-width: 560px !important;
    height: min(46vw, 590px) !important;
    min-height: 540px !important;
  }

  body.home-body .boutique-index {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    padding: 34px var(--site-pad) !important;
    column-gap: clamp(24px, 3vw, 42px) !important;
  }

  body.home-body .boutique-index .boutique-index-link {
    min-height: 66px !important;
    grid-template-columns: 40px minmax(0, 1fr) 42px !important;
  }

  body.home-body .boutique-index-text strong {
    font-size: 0.84rem !important;
  }

  body.home-body .boutique-index-text small {
    font-size: 0.52rem !important;
  }

  body.home-body .boutique-concept {
    grid-template-columns: minmax(300px, 390px) minmax(460px, 600px) !important;
    min-height: 460px !important;
    padding: 88px var(--site-pad) !important;
    column-gap: clamp(52px, 6vw, 94px) !important;
    justify-content: space-between !important;
  }

  body.home-body .boutique-concept-photo {
    width: min(48vw, 600px) !important;
    max-width: 600px !important;
    height: 360px !important;
  }

  body.home-body .treatment-spotlight {
    min-height: 360px !important;
    height: 360px !important;
  }

  body.home-body .treatment-spotlight-copy {
    width: min(520px, 44vw) !important;
    max-width: 520px !important;
  }

  body.home-body .treatment-spotlight-lines {
    left: calc(var(--site-pad) + clamp(90px, 10vw, 150px)) !important;
    right: calc(var(--site-pad) + clamp(90px, 10vw, 150px)) !important;
  }

  body.home-body .boutique-access {
    grid-template-columns: minmax(300px, 410px) minmax(420px, 520px) !important;
    min-height: 420px !important;
    padding: 78px var(--site-pad) !important;
    column-gap: clamp(52px, 6vw, 94px) !important;
    justify-content: space-between !important;
  }

  body.home-body .boutique-access-photo {
    width: min(42vw, 460px) !important;
    max-width: 460px !important;
    height: 310px !important;
  }

  body.home-body .boutique-info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(28px, 4vw, 52px) !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  body.home-body .boutique-column-section {
    padding-top: 84px !important;
    padding-bottom: 76px !important;
  }

  body.home-body .boutique-column-head,
  body.home-body .boutique-column-articles {
    width: min(100%, var(--site-max)) !important;
  }

  body.home-body .boutique-column-articles {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(28px, 3.5vw, 44px) !important;
  }

  body.home-body .boutique-column-article img {
    height: clamp(190px, 18vw, 230px) !important;
  }

  body.home-body .boutique-guide-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-body .boutique-guide-links a {
    min-height: 132px !important;
  }

  body.home-body .boutique-reserve {
    min-height: 330px !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  body.menu-body .menu-page-hero,
  body.reserve-body .reserve-tool-hero,
  body.access-body .access-hero,
  body.faq-body .faq-hero,
  body.column-body .column-mag-hero {
    grid-template-columns: minmax(340px, 460px) minmax(390px, 480px) !important;
    min-height: 590px !important;
    padding: 126px var(--site-pad) 82px !important;
    column-gap: clamp(52px, 6vw, 94px) !important;
    justify-content: space-between !important;
  }

  body.menu-body .menu-page-hero-photo,
  body.reserve-body .reserve-tool-photo,
  body.access-body .access-hero-photo,
  body.faq-body .faq-hero-photo,
  body.column-body .column-mag-photo {
    width: min(40vw, 460px) !important;
    min-width: 390px !important;
    max-width: 460px !important;
    height: 490px !important;
  }
}

@media (min-width: 1440px) {
  body.home-body .boutique-hero,
  body.home-body .boutique-concept,
  body.home-body .boutique-access,
  body.menu-body .menu-page-hero,
  body.reserve-body .reserve-tool-hero,
  body.access-body .access-hero,
  body.faq-body .faq-hero,
  body.column-body .column-mag-hero {
    column-gap: 96px !important;
  }
}

/* Public pages PC completion: article, legal, reserve, menu, access, FAQ, and column bodies. */
@media (min-width: 1024px) {
  body.column-body.article-body .article-main,
  body.legal-body .legal-page,
  body.reserve-body .reserve-main,
  body.menu-body .menu-page,
  body.access-body .access-main,
  body.faq-body .faq-main,
  body.column-body .column-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
    background: #fbf8f2 !important;
  }

  body.column-body.article-body .article-main > article,
  body.legal-body .legal-wrap,
  body.reserve-body .availability-tool,
  body.reserve-body .reserve-next-panel,
  body.reserve-body .booking-feedback,
  body.reserve-body .reserve-step-form,
  body.menu-body .menu-page-list,
  body.menu-body .menu-page-options,
  body.menu-body .menu-page-reserve,
  body.access-body .access-area,
  body.access-body .access-steps,
  body.access-body .access-reserve-cta,
  body.faq-body .faq-list-section,
  body.faq-body .faq-reserve-cta,
  body.column-body .column-latest {
    width: min(100% - calc(var(--site-pad) * 2), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.column-body.article-body .article-hero {
    display: grid !important;
    grid-template-columns: minmax(340px, 520px) minmax(360px, 460px) !important;
    grid-template-rows: auto !important;
    min-height: 580px !important;
    padding: 124px 0 74px !important;
    column-gap: clamp(52px, 6vw, 94px) !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body.column-body.article-body .article-back {
    position: absolute !important;
    top: 118px !important;
    left: 0 !important;
  }

  body.column-body.article-body .article-hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 520px !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  body.column-body.article-body .article-hero h1 {
    font-size: clamp(2rem, 3vw, 3rem) !important;
    line-height: 1.45 !important;
  }

  body.column-body.article-body .article-hero-copy p:not(.column-kicker) {
    max-width: 450px !important;
    font-size: 0.9rem !important;
    line-height: 2 !important;
  }

  body.column-body.article-body .article-hero-photo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(38vw, 460px) !important;
    min-width: 360px !important;
    max-width: 460px !important;
    height: 460px !important;
    margin: 0 !important;
  }

  body.column-body.article-body .article-content {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    margin: 0 auto !important;
    padding: 62px 0 46px !important;
  }

  body.column-body.article-body .article-content h2 {
    font-size: 1.45rem !important;
    line-height: 1.8 !important;
  }

  body.column-body.article-body .article-content p {
    font-size: 0.92rem !important;
    line-height: 2.15 !important;
  }

  body.column-body.article-body .article-inline-photo {
    width: min(100%, 720px) !important;
    margin: 46px auto !important;
  }

  body.column-body.article-body .article-related,
  body.column-body.article-body .article-cta-panel,
  body.column-body.article-body .article-nav {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.legal-body .legal-page {
    padding: 128px var(--site-pad) 76px !important;
  }

  body.legal-body .legal-wrap {
    padding: 0 !important;
  }

  body.legal-body .legal-page h1 {
    font-size: clamp(2.2rem, 3vw, 3.2rem) !important;
    line-height: 1.35 !important;
  }

  body.legal-body .legal-page .lead {
    max-width: 720px !important;
    font-size: 0.95rem !important;
    line-height: 2 !important;
  }

  body.legal-body .legal-stack {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-top: 44px !important;
  }

  body.legal-body .legal-stack .policy-card {
    min-height: 150px !important;
    padding: 28px !important;
  }

  body.reserve-body .availability-tool,
  body.reserve-body .reserve-step-form {
    padding-right: clamp(32px, 5vw, 64px) !important;
    padding-left: clamp(32px, 5vw, 64px) !important;
  }

  body.reserve-body .reserve-next-panel {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  body.reserve-body .reserve-next-panel > .reserve-tool-kicker,
  body.reserve-body .reserve-next-panel > h2 {
    grid-column: 1 / -1 !important;
  }

  body.reserve-body .reserve-step-form .field-row {
    display: grid !important;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr) !important;
    gap: 24px !important;
  }

  body.menu-body .menu-page-list,
  body.menu-body .menu-page-options {
    padding-right: clamp(32px, 5vw, 64px) !important;
    padding-left: clamp(32px, 5vw, 64px) !important;
  }

  body.menu-body .menu-course-row {
    grid-template-columns: 110px minmax(0, 1fr) 116px !important;
    min-height: 90px !important;
  }

  body.access-body .access-area,
  body.access-body .access-steps {
    grid-template-columns: minmax(320px, 430px) minmax(360px, 480px) !important;
    column-gap: clamp(52px, 6vw, 94px) !important;
    justify-content: space-between !important;
  }

  body.faq-body .faq-list-section {
    padding-right: clamp(32px, 5vw, 64px) !important;
    padding-left: clamp(32px, 5vw, 64px) !important;
  }

  body.column-body .column-latest {
    padding-right: clamp(32px, 5vw, 64px) !important;
    padding-left: clamp(32px, 5vw, 64px) !important;
  }

  body.column-body .column-post {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
    column-gap: clamp(34px, 5vw, 64px) !important;
  }

  body.home-body .site-footer,
  body.subpage-body .site-footer,
  body.reserve-body .site-footer,
  body.column-body .site-footer,
  body.menu-body .site-footer,
  body.legal-body .site-footer,
  body.access-body .site-footer,
  body.faq-body .site-footer {
    width: 100% !important;
    padding-right: var(--site-pad) !important;
    padding-left: var(--site-pad) !important;
    background: #fbf8f2 !important;
  }
}

/* Mobile image visibility and readability pass. */
body.home-body *,
body.home-body *::before,
body.home-body *::after,
body.subpage-body *,
body.subpage-body *::before,
body.subpage-body *::after,
body.reserve-body *,
body.reserve-body *::before,
body.reserve-body *::after,
body.column-body *,
body.column-body *::before,
body.column-body *::after,
body.menu-body *,
body.menu-body *::before,
body.menu-body *::after,
body.legal-body *,
body.legal-body *::before,
body.legal-body *::after,
body.access-body *,
body.access-body *::before,
body.access-body *::after,
body.faq-body *,
body.faq-body *::before,
body.faq-body *::after {
  box-sizing: border-box !important;
}

body.home-body .site-footer,
body.subpage-body .site-footer,
body.reserve-body .site-footer,
body.column-body .site-footer,
body.menu-body .site-footer,
body.legal-body .site-footer,
body.access-body .site-footer,
body.faq-body .site-footer {
  margin-right: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 759px) {
  body.home-body img,
  body.subpage-body img,
  body.reserve-body img,
  body.column-body img,
  body.menu-body img,
  body.legal-body img,
  body.access-body img,
  body.faq-body img {
    max-width: 100% !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker),
  body.home-body .boutique-concept-copy p,
  body.home-body .boutique-access p:not(.boutique-kicker),
  body.home-body .boutique-info-strip p,
  body.home-body .boutique-column-head p:not(.boutique-kicker),
  body.home-body .boutique-reserve-copy p:not(.boutique-kicker),
  body.menu-body .menu-page-lead,
  body.menu-body .menu-course-copy p,
  body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker),
  body.reserve-body .availability-lead,
  body.reserve-body .reserve-next-panel p,
  body.access-body .access-lead,
  body.access-body .access-area-copy p,
  body.access-body .access-flow-list p,
  body.faq-body .faq-hero-copy p:not(.faq-kicker),
  body.faq-body .faq-item p,
  body.column-body .column-mag-lead,
  body.column-body .column-post p,
  body.column-body.article-body .article-content p,
  body.legal-body .legal-page .lead,
  body.legal-body .legal-stack .policy-card p {
    font-size: 0.64rem !important;
    line-height: 1.9 !important;
  }

  body.home-body .boutique-column-section {
    padding: 46px 24px 40px !important;
    overflow: visible !important;
  }

  body.home-body .boutique-concept-photo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    justify-self: end !important;
    align-self: center !important;
    transform: none !important;
  }

  body.home-body .boutique-column-head p:not(.boutique-kicker) {
    max-width: 310px !important;
  }

  body.home-body .boutique-column-articles {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 26px 0 0 !important;
    gap: 18px !important;
    overflow: visible !important;
    border: 0 !important;
  }

  body.home-body .boutique-column-article {
    display: grid !important;
    grid-template-columns: 92px 34px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 96px !important;
    margin: 0 !important;
    padding: 0 0 18px !important;
    column-gap: 13px !important;
    align-items: start !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(176, 131, 77, 0.22) !important;
  }

  body.home-body .boutique-column-article::after {
    display: none !important;
  }

  body.home-body .boutique-column-article img {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    margin: 0 !important;
    object-fit: cover !important;
  }

  body.home-body .boutique-column-number {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 1.22rem !important;
    line-height: 1 !important;
  }

  body.home-body .boutique-column-article div {
    grid-column: 3 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  body.home-body .boutique-column-article small {
    display: block !important;
    font-size: 0.46rem !important;
    line-height: 1.35 !important;
  }

  body.home-body .boutique-column-article strong {
    display: block !important;
    margin-top: 6px !important;
    font-size: 0.68rem !important;
    line-height: 1.55 !important;
  }

  body.home-body .boutique-column-article p {
    display: block !important;
    margin-top: 8px !important;
    font-size: 0.54rem !important;
    line-height: 1.7 !important;
  }

  body.home-body .boutique-access-points span {
    min-width: 0 !important;
    font-size: 0.55rem !important;
    line-height: 1.2 !important;
  }

  body.home-body .boutique-access-points img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain !important;
  }

  body.access-body .access-area,
  body.access-body .access-flow,
  body.access-body .access-reserve-cta {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: hidden !important;
  }

  body.access-body .access-area {
    grid-template-columns: minmax(0, 1fr) minmax(118px, 40%) !important;
    min-height: 300px !important;
  }

  body.access-body .access-area-copy {
    min-width: 0 !important;
    padding: 40px 18px 36px 30px !important;
  }

  body.access-body .access-area-icon {
    display: block !important;
    width: 28px !important;
    height: 38px !important;
  }

  body.access-body .access-flow {
    padding: 52px 28px 48px !important;
  }

  body.access-body .access-route-map-img {
    display: block !important;
    right: 8px !important;
    top: 74px !important;
    width: 148px !important;
    max-width: 42vw !important;
    opacity: 0.17 !important;
  }

  body.access-body .access-flow-list li {
    grid-template-columns: 38px 38px minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 110px !important;
    gap: 10px !important;
  }

  body.access-body .access-flow-icon {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
  }

  body.access-body .access-flow-list strong {
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
  }

  body.access-body .access-flow-note {
    gap: 10px !important;
    font-size: 0.6rem !important;
  }

  body.access-body .access-note-rule {
    width: 28px !important;
    flex-basis: 28px !important;
  }

  body.access-body .access-reserve-cta {
    min-height: 230px !important;
    padding: 48px 28px !important;
  }

  body.access-body .access-reserve-cta a {
    width: auto !important;
    min-width: 152px !important;
    max-width: 220px !important;
    min-height: 42px !important;
    margin-top: 24px !important;
    gap: 14px !important;
  }

  body.access-body .access-cta-arrow {
    display: block !important;
    width: 32px !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 374px) {
  body.home-body .boutique-column-article {
    grid-template-columns: 78px 28px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.home-body .boutique-column-article img {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
  }

  body.home-body .boutique-column-number {
    font-size: 1.05rem !important;
  }

  body.home-body .boutique-column-article strong {
    font-size: 0.62rem !important;
  }

  body.home-body .boutique-column-article p {
    font-size: 0.5rem !important;
  }

  body.access-body .access-area {
    grid-template-columns: minmax(0, 1fr) 112px !important;
  }

  body.access-body .access-flow-list li {
    grid-template-columns: 34px 34px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
}

@media (min-width: 760px) {
  body.home-body .boutique-concept-photo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    justify-self: end !important;
    align-self: center !important;
    transform: none !important;
  }

  body.access-body .access-route-map-img {
    right: var(--site-pad) !important;
    max-width: min(302px, 28vw) !important;
  }
}

/* Wide viewport guard: never show the old black poster background outside the site. */
html,
body.home-body,
body.subpage-body,
body.reserve-body,
body.column-body,
body.menu-body,
body.legal-body,
body.access-body,
body.faq-body {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow-x: clip !important;
  background: #fbf8f2 !important;
}

body.home-body .page-shell,
body.subpage-body .page-shell,
body.reserve-body .page-shell,
body.column-body .page-shell,
body.menu-body .page-shell,
body.legal-body .page-shell,
body.access-body .page-shell,
body.faq-body .page-shell {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: visible !important;
  background: #fbf8f2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home-body .boutique-main,
body.subpage-body main,
body.reserve-body main,
body.column-body main,
body.menu-body main,
body.legal-body main,
body.access-body main,
body.faq-body main {
  background: #fbf8f2 !important;
}

/* Home guide links repair: keep the two links clean at mobile and tablet widths. */
body.home-body .boutique-guide-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-height: 116px !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fbf8f2 !important;
  border-top: 1px solid rgba(176, 131, 77, 0.22) !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.22) !important;
}

body.home-body .boutique-guide-links::before,
body.home-body .boutique-guide-links::after,
body.home-body .boutique-guide-links a::before,
body.home-body .boutique-guide-links span::before,
body.home-body .boutique-guide-links strong::before,
body.home-body .boutique-guide-links small::before {
  display: none !important;
  content: none !important;
}

body.home-body .boutique-guide-links a {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  min-width: 0 !important;
  min-height: 116px !important;
  height: auto !important;
  padding: 22px 18px 20px !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 8px !important;
  color: #302b26 !important;
  text-align: center !important;
  text-decoration: none !important;
  writing-mode: horizontal-tb !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-body .boutique-guide-links a + a {
  border-left: 1px solid rgba(176, 131, 77, 0.2) !important;
}

body.home-body .boutique-guide-links a::after {
  position: static !important;
  display: block !important;
  width: 42px !important;
  height: 1px !important;
  margin: 4px auto 0 !important;
  content: "" !important;
  background: rgba(176, 131, 77, 0.42) !important;
  transform: none !important;
}

body.home-body .boutique-guide-links span,
body.home-body .boutique-guide-links strong,
body.home-body .boutique-guide-links small {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: 140px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: inherit !important;
  text-align: center !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

body.home-body .boutique-guide-links span {
  color: #ad8147 !important;
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-size: 0.62rem !important;
  font-style: italic !important;
  line-height: 1 !important;
}

body.home-body .boutique-guide-links strong {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
}

body.home-body .boutique-guide-links small {
  color: #756b60 !important;
  font-size: 0.5rem !important;
  line-height: 1.45 !important;
}

@media (min-width: 760px) {
  body.home-body .boutique-guide-links {
    min-height: 132px !important;
  }

  body.home-body .boutique-guide-links a {
    min-height: 132px !important;
    padding-top: 26px !important;
    padding-bottom: 24px !important;
  }

  body.home-body .boutique-guide-links strong {
    font-size: 1rem !important;
  }

  body.home-body .boutique-guide-links small {
    font-size: 0.6rem !important;
  }
}

/* Remove legacy ornament that overlaps the concept copy. */
body.home-body .boutique-concept-copy::before,
body.home-body .boutique-concept-copy::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
}

/* Desktop readability pass: the PC layout needs real reading sizes. */
@media (min-width: 1024px) {
  body.home-body,
  body.subpage-body,
  body.reserve-body,
  body.column-body,
  body.menu-body,
  body.legal-body,
  body.access-body,
  body.faq-body {
    font-size: 16px !important;
  }

  body.home-body .site-nav a,
  body.subpage-body .site-nav a,
  body.reserve-body .site-nav a,
  body.column-body .site-nav a,
  body.menu-body .site-nav a,
  body.legal-body .site-nav a,
  body.access-body .site-nav a,
  body.faq-body .site-nav a {
    font-size: 0.96rem !important;
    line-height: 1.35 !important;
  }

  body.home-body .header-micro,
  body.column-body .header-micro,
  body.access-body .access-nav-note {
    font-size: 0.72rem !important;
  }

  body.home-body .boutique-hero .boutique-kicker,
  body.home-body .boutique-section-label,
  body.home-body .boutique-kicker,
  body.home-body .treatment-spotlight-kicker,
  body.home-body .boutique-column-head .boutique-kicker,
  body.menu-body .menu-page-kicker,
  body.reserve-body .reserve-tool-kicker,
  body.access-body .access-kicker,
  body.faq-body .faq-kicker,
  body.column-body .column-kicker {
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
  }

  body.home-body .boutique-hero h1 {
    font-size: clamp(2.7rem, 3.3vw, 4.15rem) !important;
    line-height: 1.38 !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker),
  body.home-body .boutique-concept-copy p,
  body.home-body .treatment-spotlight-lead,
  body.home-body .boutique-access p:not(.boutique-kicker),
  body.home-body .boutique-info-strip p,
  body.home-body .boutique-column-head p:not(.boutique-kicker),
  body.home-body .boutique-column-article p,
  body.home-body .boutique-reserve-copy p:not(.boutique-kicker),
  body.menu-body .menu-page-lead,
  body.reserve-body .reserve-tool-copy p,
  body.access-body .access-lead,
  body.access-body .access-area-copy p,
  body.access-body .access-flow-list p,
  body.faq-body .faq-hero-copy p,
  body.faq-body .faq-accordion p,
  body.faq-body .faq-note-section p,
  body.column-body .column-mag-lead,
  body.column-body .column-post p,
  body.legal-body .legal-page .lead,
  body.legal-body .policy-card p {
    font-size: 0.98rem !important;
    line-height: 2 !important;
    letter-spacing: 0 !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
    max-width: 360px !important;
  }

  body.home-body .boutique-index-number {
    font-size: 1.35rem !important;
  }

  body.home-body .boutique-index-text strong {
    font-size: 1rem !important;
    line-height: 1.35 !important;
  }

  body.home-body .boutique-index-text small {
    font-size: 0.72rem !important;
    line-height: 1.5 !important;
  }

  body.home-body .boutique-concept-copy h2,
  body.home-body .boutique-access h2,
  body.home-body .boutique-column-head h2 {
    font-size: clamp(2rem, 2.5vw, 2.65rem) !important;
    line-height: 1.6 !important;
  }

  body.home-body .treatment-spotlight-title {
    font-size: clamp(2.05rem, 2.8vw, 2.95rem) !important;
    line-height: 1.25 !important;
  }

  body.home-body .treatment-spotlight-title span,
  body.home-body .treatment-spotlight-lines span,
  body.home-body .treatment-spotlight-lines small {
    font-size: 0.78rem !important;
  }

  body.home-body .treatment-spotlight-link,
  body.home-body .boutique-inline-link,
  body.home-body .boutique-column-more,
  body.home-body .boutique-reserve-button {
    font-size: 0.95rem !important;
  }

  body.home-body .treatment-spotlight-lines strong {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }

  body.home-body .boutique-info-strip strong {
    font-size: 1.08rem !important;
    line-height: 1.55 !important;
  }

  body.home-body .boutique-info-strip span,
  body.home-body .boutique-column-article small,
  body.home-body .boutique-guide-links span {
    font-size: 0.76rem !important;
  }

  body.home-body .boutique-column-number {
    font-size: 1.8rem !important;
  }

  body.home-body .boutique-column-article strong {
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
  }

  body.home-body .boutique-guide-links strong {
    font-size: 1.16rem !important;
  }

  body.home-body .boutique-guide-links small {
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
  }

  body.home-body .boutique-reserve h2 {
    font-size: clamp(2.2rem, 3vw, 3rem) !important;
  }

  body.menu-body .menu-page-hero-copy h1,
  body.reserve-body .reserve-tool-copy h1,
  body.access-body .access-hero h1,
  body.faq-body .faq-hero h1,
  body.column-body .column-mag-copy h1 {
    font-size: clamp(3.2rem, 4.6vw, 5.6rem) !important;
    line-height: 1.05 !important;
  }

  body.menu-body .menu-course-name strong,
  body.menu-body .menu-option-row strong,
  body.reserve-body .reserve-next-panel strong,
  body.access-body .access-flow-list strong,
  body.faq-body .faq-accordion summary,
  body.column-body .column-post h3,
  body.column-body .article-related a {
    font-size: 1.04rem !important;
    line-height: 1.6 !important;
  }

  body.menu-body .menu-course-name em,
  body.menu-body .menu-course-price,
  body.menu-body .menu-option-row span,
  body.menu-body .menu-option-row em,
  body.reserve-body .availability-legend,
  body.reserve-body .availability-weekdays,
  body.reserve-body .reserve-next-panel small,
  body.access-body .access-area-note,
  body.faq-body .faq-category-nav a,
  body.column-body .column-post-date,
  body.column-body .column-post-link {
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
  }

  body.reserve-body .availability-calendar button,
  body.reserve-body .availability-slot-list button,
  body.reserve-body .reserve-progress-button,
  body.reserve-body .reserve-step-form label,
  body.reserve-body .reserve-step-form input,
  body.reserve-body .reserve-step-form select,
  body.reserve-body .reserve-step-form textarea,
  body.reserve-body .reserve-step-form .submit-button {
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  body.column-body.article-body .article-content {
    max-width: 880px !important;
  }

  body.column-body.article-body .article-content p,
  body.column-body.article-body .article-hero-copy p:not(.column-kicker),
  body.column-body.article-body .article-source-note {
    font-size: 1.05rem !important;
    line-height: 2.05 !important;
  }

  body.column-body.article-body .article-content h2 {
    font-size: 1.75rem !important;
    line-height: 1.7 !important;
  }

  body.home-body .site-footer,
  body.subpage-body .site-footer,
  body.reserve-body .site-footer,
  body.column-body .site-footer,
  body.menu-body .site-footer,
  body.legal-body .site-footer,
  body.access-body .site-footer,
  body.faq-body .site-footer,
  body.home-body .site-footer p,
  body.subpage-body .site-footer p,
  body.reserve-body .site-footer p,
  body.column-body .site-footer p,
  body.menu-body .site-footer p,
  body.legal-body .site-footer p,
  body.access-body .site-footer p,
  body.faq-body .site-footer p {
    font-size: 0.9rem !important;
    line-height: 1.75 !important;
  }
}

/* Reserve calendar completeness pass. */
body.reserve-body .reserve-calendar-tool,
body.reserve-body .availability-tool {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.reserve-body .availability-weekdays,
body.reserve-body .availability-calendar {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.reserve-body .availability-calendar {
  align-items: stretch !important;
  grid-auto-rows: minmax(48px, auto) !important;
  gap: 5px !important;
  margin-top: 10px !important;
}

body.reserve-body .availability-day {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 8px 2px 12px !important;
  line-height: 1.1 !important;
  overflow: visible !important;
}

body.reserve-body .availability-day.is-empty {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.reserve-body .availability-day-number {
  font-size: 0.94rem !important;
  line-height: 1 !important;
}

body.reserve-body .availability-day-status {
  font-size: 0 !important;
  line-height: 1 !important;
}

body.reserve-body .availability-day::after {
  bottom: 7px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media (min-width: 1024px) {
  body.reserve-body .availability-calendar {
    grid-auto-rows: minmax(64px, auto) !important;
    gap: 8px !important;
  }

  body.reserve-body .availability-day {
    min-height: 64px !important;
    padding: 10px 4px 15px !important;
  }

  body.reserve-body .availability-day-number {
    font-size: 1.08rem !important;
  }
}

@media (max-width: 420px) {
  body.reserve-body .availability-calendar {
    grid-auto-rows: minmax(44px, auto) !important;
    gap: 4px !important;
  }

  body.reserve-body .availability-day {
    min-height: 44px !important;
    padding: 7px 1px 11px !important;
  }

  body.reserve-body .availability-day-number {
    font-size: 0.9rem !important;
  }
}

/* Readability and booking layout refinement. */
body.home-body .boutique-column-head p,
body.home-body .boutique-column-article p,
body.home-body .boutique-info-strip p,
body.home-body .boutique-reserve p,
body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker),
body.reserve-body .availability-legend,
body.reserve-body .reserve-step-selected,
body.reserve-body .booking-contact-hint {
  letter-spacing: 0 !important;
}

body.home-body .boutique-column-head p,
body.home-body .boutique-column-article p,
body.home-body .boutique-info-strip p,
body.home-body .boutique-reserve p {
  color: rgba(43, 39, 34, 0.68) !important;
  line-height: 1.9 !important;
}

body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker) {
  color: rgba(43, 39, 34, 0.72) !important;
  line-height: 1.9 !important;
}

body.reserve-body .availability-legend {
  align-items: center !important;
  color: rgba(43, 39, 34, 0.64) !important;
  line-height: 1.4 !important;
}

body.reserve-body .availability-weekdays span {
  text-align: center !important;
}

@media (min-width: 1024px) {
  body.reserve-body .reserve-tool-hero,
  body.reserve-body .reserve-calendar-tool,
  body.reserve-body .reserve-next-panel,
  body.reserve-body .booking-feedback,
  body.reserve-body .reserve-step-form {
    width: min(100% - calc(var(--site-pad) * 2), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.reserve-body .reserve-tool-hero {
    min-height: 540px !important;
    padding: 132px 0 78px !important;
  }

  body.reserve-body .reserve-tool-copy {
    width: min(36vw, 420px) !important;
    padding-top: 92px !important;
  }

  body.reserve-body .reserve-tool-copy h1 {
    font-size: clamp(3rem, 4.2vw, 4.9rem) !important;
    line-height: 1.08 !important;
  }

  body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker) {
    max-width: 300px !important;
    font-size: 1rem !important;
  }

  body.reserve-body .reserve-tool-photo {
    right: clamp(8px, 2vw, 28px) !important;
    top: 118px !important;
    width: min(38vw, 470px) !important;
    height: 382px !important;
    border-radius: 220px 220px 0 0 !important;
  }

  body.reserve-body .reserve-calendar-tool {
    padding: 54px 0 24px !important;
  }

  body.reserve-body .reserve-calendar-tool .availability-head {
    grid-template-columns: minmax(240px, 1fr) minmax(420px, 520px) !important;
    align-items: end !important;
    gap: 56px !important;
  }

  body.reserve-body .reserve-calendar-tool .availability-head h2 {
    font-size: 2rem !important;
    line-height: 1.4 !important;
  }

  body.reserve-body .reserve-calendar-tool .availability-controls {
    justify-self: end !important;
    width: min(100%, 520px) !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    gap: 18px !important;
  }

  body.reserve-body .reserve-calendar-tool .availability-nav {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.35rem !important;
  }

  body.reserve-body #availability-month {
    font-size: 2.15rem !important;
  }

  body.reserve-body .availability-legend {
    justify-content: flex-end !important;
    gap: 34px !important;
    margin: 24px 0 20px !important;
    font-size: 0.92rem !important;
  }

  body.reserve-body .availability-dot {
    width: 8px !important;
    height: 8px !important;
  }

  body.reserve-body .availability-weekdays {
    padding-bottom: 14px !important;
  }

  body.reserve-body .availability-weekdays,
  body.reserve-body .availability-calendar {
    gap: 10px !important;
  }

  body.reserve-body .availability-weekdays span {
    font-size: 1rem !important;
  }

  body.reserve-body .availability-calendar {
    grid-auto-rows: minmax(88px, auto) !important;
    margin-top: 16px !important;
  }

  body.reserve-body .availability-day {
    min-height: 88px !important;
    padding: 16px 8px 22px !important;
  }

  body.reserve-body .availability-day-number {
    font-size: 1.22rem !important;
  }

  body.reserve-body .availability-day::after {
    bottom: 13px !important;
    width: 6px !important;
    height: 6px !important;
  }

  body.reserve-body .reserve-next-panel,
  body.reserve-body .reserve-step-form {
    margin-top: 64px !important;
  }
}

@media (min-width: 1360px) {
  body.reserve-body .availability-calendar {
    grid-auto-rows: minmax(96px, auto) !important;
  }

  body.reserve-body .availability-day {
    min-height: 96px !important;
  }
}

@media (max-width: 767px) {
  body.home-body .boutique-index {
    padding-right: 28px !important;
    padding-left: 28px !important;
    overflow: hidden !important;
  }

  body.home-body .boutique-index .boutique-index-link {
    width: 100% !important;
    max-width: calc(100vw - 56px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    grid-template-columns: 38px minmax(0, 1fr) 42px !important;
  }

  body.home-body .boutique-column-head p,
  body.home-body .boutique-column-article p,
  body.home-body .boutique-info-strip p,
  body.home-body .boutique-reserve p {
    font-size: 0.74rem !important;
    line-height: 1.85 !important;
  }

  body.home-body .boutique-column-head h2,
  body.home-body .boutique-reserve h2 {
    line-height: 1.35 !important;
  }

  body.reserve-body .reserve-tool-copy {
    width: 178px !important;
  }

  body.reserve-body .reserve-tool-copy h1 {
    font-size: 1.82rem !important;
    line-height: 1.22 !important;
  }

  body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker) {
    font-size: 0.64rem !important;
  }

  body.reserve-body .reserve-calendar-tool {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  body.reserve-body .reserve-calendar-tool .availability-head h2 {
    font-size: 1.22rem !important;
  }

  body.reserve-body #availability-month {
    font-size: 1.48rem !important;
  }

  body.reserve-body .availability-legend {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 8px 18px !important;
    font-size: 0.66rem !important;
  }

  body.reserve-body .availability-weekdays span {
    font-size: 0.68rem !important;
  }

  body.reserve-body .availability-day-number {
    font-size: 0.98rem !important;
  }
}

/* Booking operations finish: wider desktop, stronger readability, no poster-like squeeze. */
@media (min-width: 1180px) {
  body.home-body,
  body.subpage-body,
  body.reserve-body,
  body.column-body,
  body.menu-body,
  body.legal-body,
  body.access-body,
  body.faq-body {
    --site-pad: max(56px, calc((100vw - 1320px) / 2 + 64px)) !important;
  }

  body.reserve-body .reserve-tool-hero,
  body.reserve-body .reserve-calendar-tool,
  body.reserve-body .booking-feedback,
  body.reserve-body .reserve-step-form {
    width: min(100% - calc(var(--site-pad) * 2), 1240px) !important;
    max-width: 1240px !important;
  }

  body.reserve-body .reserve-calendar-tool {
    padding-top: 64px !important;
    padding-bottom: 34px !important;
  }

  body.reserve-body .availability-calendar {
    grid-auto-rows: minmax(104px, auto) !important;
    gap: 12px !important;
  }

  body.reserve-body .availability-day {
    min-height: 104px !important;
  }

  body.reserve-body .availability-day-number {
    font-size: 1.32rem !important;
  }

  body.reserve-body .reserve-step-form {
    max-width: 980px !important;
  }
}

body.reserve-body .reserve-step-form,
body.reserve-body .booking-feedback {
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

body.reserve-body .reserve-step-form label,
body.reserve-body .reserve-step-form input,
body.reserve-body .reserve-step-form select,
body.reserve-body .reserve-step-form textarea {
  font-size: 0.98rem !important;
}

@media (max-width: 767px) {
  body.reserve-body .reserve-tool-copy {
    width: min(56vw, 220px) !important;
  }

  body.reserve-body .reserve-tool-copy h1 {
    font-size: 2.02rem !important;
  }

  body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker) {
    font-size: 0.74rem !important;
    line-height: 1.85 !important;
  }

  body.reserve-body .reserve-calendar-tool {
    margin-right: 18px !important;
    margin-left: 18px !important;
  }

  body.reserve-body .availability-slot,
  body.reserve-body .availability-empty,
  body.reserve-body .reserve-progress-button,
  body.reserve-body .reserve-step-form input,
  body.reserve-body .reserve-step-form select,
  body.reserve-body .reserve-step-form textarea,
  body.reserve-body .reserve-step-form .submit-button {
    min-height: 46px !important;
    font-size: 0.9rem !important;
  }
}

/* Treatment spotlight type balance. */
body.home-body .treatment-spotlight-copy {
  width: min(68vw, 340px) !important;
  max-width: 340px !important;
  gap: 0 !important;
  text-align: center !important;
}

body.home-body .treatment-spotlight-kicker {
  margin: 0 0 9px !important;
  font-size: clamp(0.44rem, 1.2vw, 0.68rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
}

body.home-body .treatment-spotlight-title {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: rgba(255, 253, 248, 0.96) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
  font-size: clamp(1.24rem, 4.4vw, 1.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

body.home-body .treatment-spotlight-title span {
  display: inline-block !important;
  margin: 0 !important;
  align-self: baseline !important;
  color: rgba(255, 253, 248, 0.82) !important;
  font-size: 0.46em !important;
  font-style: italic !important;
  line-height: 1 !important;
  transform: translateY(-0.08em) !important;
}

body.home-body .treatment-spotlight-lead {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 268px !important;
  margin: 12px auto 0 !important;
  gap: 4px !important;
  color: rgba(255, 253, 248, 0.86) !important;
  font-size: clamp(0.66rem, 1.75vw, 0.86rem) !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

body.home-body .treatment-spotlight-lead span {
  display: block !important;
}

body.home-body .treatment-spotlight-lead span + span {
  color: rgba(255, 253, 248, 0.78) !important;
  font-size: 0.9em !important;
  line-height: 1.45 !important;
}

body.home-body .treatment-spotlight-link {
  margin-top: 13px !important;
  color: rgba(255, 253, 248, 0.9) !important;
  font-size: clamp(0.7rem, 1.55vw, 0.86rem) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
}

@media (min-width: 768px) {
  body.home-body .treatment-spotlight-copy {
    width: min(56vw, 420px) !important;
    max-width: 420px !important;
  }

  body.home-body .treatment-spotlight-title {
    font-size: clamp(1.72rem, 3vw, 2.35rem) !important;
  }

  body.home-body .treatment-spotlight-lead {
    max-width: 360px !important;
    font-size: clamp(0.82rem, 1.35vw, 1rem) !important;
  }
}

@media (max-width: 420px) {
  body.home-body .treatment-spotlight-copy {
    width: min(74vw, 288px) !important;
  }

  body.home-body .treatment-spotlight-title {
    gap: 6px !important;
    font-size: clamp(1.12rem, 5vw, 1.32rem) !important;
  }

  body.home-body .treatment-spotlight-lead {
    max-width: 232px !important;
    font-size: 0.62rem !important;
  }
}
