/* Final production polish: responsive width, readability, booking flow. */
:root {
  --prod-paper: #fbf8f2;
  --prod-ink: #2d2924;
  --prod-muted: rgba(45, 41, 36, 0.68);
  --prod-line: rgba(176, 131, 77, 0.24);
  --prod-brass: #a77945;
  --prod-sage: #68735f;
  --prod-measure: min(100% - 64px, 1180px);
}

html {
  background: var(--prod-paper) !important;
  overflow-x: hidden;
}

body.home-body,
body.subpage-body,
body.reserve-body,
body.column-body,
body.menu-body,
body.legal-body {
  min-width: 0;
  overflow-x: hidden;
  background: var(--prod-paper) !important;
  color: var(--prod-ink);
}

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 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: clip !important;
  border-radius: 0 !important;
  background: var(--prod-paper) !important;
  box-shadow: none !important;
}

body.home-body .ambient,
body.home-body .page-shell::before,
body.home-body .page-shell::after,
body.home-body .site-header::after,
body.home-body .nav-wrap::after {
  display: none !important;
  content: none !important;
}

body.home-body .boutique-guide-links {
  display: 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 {
  width: var(--prod-measure) !important;
  margin: 0 auto !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 {
  min-width: 112px !important;
  text-align: center !important;
}

img {
  max-width: 100%;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(176, 131, 77, 0.18);
}

.reserve-note-strip {
  display: grid;
  gap: 0;
  width: var(--prod-measure);
  margin: 24px auto 0;
  border-top: 1px solid var(--prod-line);
  border-bottom: 1px solid var(--prod-line);
}

.reserve-note-strip div {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid var(--prod-line);
}

.reserve-note-strip div:last-child {
  border-bottom: 0;
}

.reserve-note-strip span {
  color: var(--prod-brass);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 0.72rem;
  line-height: 1;
}

.reserve-note-strip strong {
  color: var(--prod-ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.55;
}

.reserve-note-strip p {
  max-width: 48em;
  margin: 0;
  color: var(--prod-muted);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.86rem;
  line-height: 1.85;
}

body.home-body .boutique-column-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

body.home-body .boutique-column-actions a {
  color: var(--prod-brass);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
}

body.home-body .boutique-column-reserve {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 150px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--prod-line);
}

body.home-body .boutique-column-reserve::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--prod-line);
}

@media (min-width: 760px) {
  :root {
    --prod-measure: min(100% - 80px, 1180px);
  }

  body.home-body .boutique-main,
  body.reserve-body .reserve-tool-page,
  body.column-body .column-main,
  body.menu-body .menu-page,
  body.faq-body .faq-main,
  body.access-body .access-main,
  body.legal-body .legal-page,
  body.article-body .article-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !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-reserve,
  body.column-body .column-magazine > section,
  body.menu-body .menu-page > section,
  body.faq-body .faq-main > section,
  body.access-body .access-main > section,
  body.article-body .article-main > article,
  body.legal-body .legal-wrap {
    width: var(--prod-measure) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-body .boutique-hero {
    min-height: clamp(640px, 72vh, 820px) !important;
  }

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

  body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
    font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
    line-height: 2.05 !important;
  }

  body.home-body .boutique-index-text strong,
  body.home-body .boutique-column-article strong,
  body.home-body .boutique-info-strip strong {
    font-size: clamp(0.98rem, 1.05vw, 1.12rem) !important;
  }

  body.home-body .boutique-index-text small,
  body.home-body .boutique-info-strip p,
  body.home-body .boutique-column-article p {
    font-size: clamp(0.78rem, 0.86vw, 0.92rem) !important;
    line-height: 1.8 !important;
  }

  body.home-body .treatment-spotlight,
  body.home-body .boutique-treatment {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(300px, 32vw, 390px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home-body .treatment-spotlight-copy,
  body.home-body .boutique-treatment > .boutique-treatment-copy {
    left: 50% !important;
    right: auto !important;
    top: 44% !important;
    width: min(520px, 72vw) !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    justify-items: center !important;
    align-items: center !important;
  }

  body.home-body .treatment-spotlight-kicker,
  body.home-body .treatment-spotlight-title,
  body.home-body .treatment-spotlight-lead,
  body.home-body .treatment-spotlight-link,
  body.home-body .boutique-treatment > .boutique-treatment-copy .boutique-kicker,
  body.home-body .boutique-treatment > .boutique-treatment-copy h2,
  body.home-body .boutique-treatment > .boutique-treatment-copy p,
  body.home-body .boutique-treatment > .boutique-treatment-copy .boutique-inline-link {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-body .treatment-spotlight-title,
  body.home-body .boutique-treatment > .boutique-treatment-copy h2 {
    font-size: clamp(1.72rem, 2vw, 2.24rem) !important;
    line-height: 1.35 !important;
  }

  body.home-body .treatment-spotlight-lead,
  body.home-body .boutique-treatment > .boutique-treatment-copy p:not(.boutique-kicker) {
    font-size: clamp(0.78rem, 0.9vw, 0.96rem) !important;
    line-height: 1.9 !important;
  }

  body.column-body .column-filter a,
  body.faq-body .faq-category-nav a {
    font-size: clamp(0.82rem, 0.86vw, 0.94rem) !important;
    line-height: 1.2 !important;
  }

  body.home-body .boutique-column-article strong,
  body.column-body .column-post h3,
  body.menu-body .menu-course-name strong,
  body.menu-body .menu-option-row strong,
  body.faq-body .faq-accordion summary,
  body.access-body .access-flow-list strong {
    font-size: clamp(1.04rem, 1.14vw, 1.24rem) !important;
    line-height: 1.7 !important;
  }

  body.home-body .boutique-column-article p,
  body.column-body .column-post p:not(.column-post-date):not(.column-post-featured-label),
  body.menu-body .menu-course-name em,
  body.faq-body .faq-accordion p,
  body.access-body .access-lead,
  body.access-body .access-area-copy p,
  body.access-body .access-flow-list p {
    font-size: clamp(0.96rem, 1vw, 1.06rem) !important;
    line-height: 2 !important;
  }

  body.home-body .treatment-spotlight-lines,
  body.home-body .boutique-treatment > .boutique-menu-lines {
    left: 50% !important;
    right: auto !important;
    bottom: 32px !important;
    width: min(760px, 78vw) !important;
    transform: translateX(-50%) !important;
  }

  body.reserve-body .reserve-tool-hero {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 0.9fr) !important;
    align-items: center !important;
    gap: clamp(42px, 7vw, 92px) !important;
    width: var(--prod-measure) !important;
    min-height: 470px !important;
    margin: 0 auto !important;
    padding: 104px 0 56px !important;
  }

  body.reserve-body .reserve-tool-copy {
    position: relative !important;
    z-index: 2 !important;
    width: auto !important;
    padding: 0 !important;
  }

  body.reserve-body .reserve-tool-copy h1 {
    font-size: clamp(2.2rem, 3.8vw, 3.8rem) !important;
    line-height: 1.2 !important;
  }

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

  body.reserve-body .reserve-tool-photo {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    justify-self: end !important;
    width: min(430px, 38vw) !important;
    height: min(430px, 38vw) !important;
    border-radius: 50% 50% 0 0 !important;
  }

  body.reserve-body .reserve-calendar-tool,
  body.reserve-body .reserve-step-form,
  body.reserve-body .booking-feedback,
  body.reserve-body .reserve-note-strip {
    width: min(100% - 80px, 920px) !important;
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

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

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

  body.reserve-body .field-row {
    grid-template-columns: 0.72fr 1.28fr !important;
  }

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

  .reserve-note-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reserve-note-strip div {
    padding: 22px 24px;
    border-right: 1px solid var(--prod-line);
    border-bottom: 0;
  }

  .reserve-note-strip div:last-child {
    border-right: 0;
  }
}

@media (min-width: 1180px) {
  :root {
    --prod-measure: min(100% - 112px, 1240px);
  }

  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-reserve,
  body.column-body .column-magazine > section,
  body.menu-body .menu-page > section,
  body.faq-body .faq-main > section,
  body.access-body .access-main > section,
  body.article-body .article-main > article,
  body.legal-body .legal-wrap {
    max-width: 1240px !important;
  }
}

@media (max-width: 759px) {
  :root {
    --prod-measure: min(100% - 48px, 430px);
  }

  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 {
    width: calc(100% - 48px) !important;
  }

  body.home-body .boutique-hero h1 {
    font-size: clamp(1.58rem, 6.4vw, 1.94rem) !important;
    line-height: 1.48 !important;
  }

  body.home-body .boutique-hero-copy p:not(.boutique-kicker) {
    font-size: 0.9rem !important;
    line-height: 2 !important;
  }

  body.home-body .boutique-hero-links a,
  body.home-body .boutique-index-link,
  body.home-body .boutique-reserve-button,
  body.column-body .column-bottom-nav a,
  body.reserve-body .reserve-progress-button,
  body.reserve-body .reserve-step-form .submit-button {
    min-height: 42px !important;
  }

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

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

  body.home-body .boutique-concept {
    min-height: 480px !important;
    padding-top: 38px !important;
    padding-bottom: 54px !important;
  }

  body.home-body .boutique-concept-copy {
    width: min(210px, 56vw) !important;
  }

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

  body.home-body .boutique-concept-copy p,
  body.home-body .boutique-access p:not(.boutique-kicker),
  body.home-body .boutique-column-head p:not(.boutique-kicker),
  body.home-body .boutique-reserve-copy p:not(.boutique-kicker),
  body.reserve-body .reserve-tool-copy p:not(.reserve-tool-kicker),
  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,
  .reserve-note-strip p {
    font-size: 0.9rem !important;
    line-height: 1.9 !important;
  }

  body.home-body .treatment-spotlight-title {
    font-size: 1.46rem !important;
    line-height: 1.36 !important;
  }

  body.home-body .treatment-spotlight-lead {
    font-size: 0.84rem !important;
    line-height: 1.8 !important;
  }

  body.home-body .boutique-column-article strong,
  body.column-body .column-post h3,
  body.menu-body .menu-course-name strong,
  body.menu-body .menu-option-row strong {
    font-size: 0.96rem !important;
    line-height: 1.65 !important;
  }

  body.home-body .boutique-column-article p,
  body.column-body .column-post p:not(.column-post-date):not(.column-post-featured-label),
  body.column-body .column-post-link,
  body.menu-body .menu-course-name em,
  body.menu-body .menu-course-price,
  body.menu-body .menu-option-row span,
  body.faq-body .faq-accordion p,
  body.access-body .access-lead,
  body.access-body .access-area-copy p,
  body.access-body .access-flow-list p,
  body.article-body .article-hero-copy p:not(.column-kicker),
  body.article-body .article-content p:not(.article-date):not(.article-source-note) {
    font-size: 0.86rem !important;
    line-height: 1.95 !important;
  }

  body.column-body .column-filter a,
  body.faq-body .faq-category-nav a {
    font-size: 0.78rem !important;
    min-height: 34px !important;
    line-height: 1.1 !important;
  }

  body.faq-body .faq-accordion summary,
  body.access-body .access-flow-list strong,
  body.article-body .article-content h2 {
    font-size: 1.08rem !important;
    line-height: 1.75 !important;
  }

  body.article-body .article-hero-copy h1 {
    font-size: 1.62rem !important;
    line-height: 1.65 !important;
  }

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

  body.reserve-body .availability-slot,
  body.reserve-body .availability-empty,
  body.reserve-body .reserve-progress-button,
  body.reserve-body .reserve-step-form .submit-button {
    min-height: 42px !important;
    font-size: 0.82rem !important;
  }
}

@media (max-width: 390px) {
  :root {
    --prod-measure: calc(100% - 36px);
  }

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

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

/* Concept: keep the copy and photo paired horizontally instead of floating apart. */
body.home-body .boutique-concept {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.82fr) minmax(420px, 1.18fr) !important;
  grid-template-areas:
    "label photo"
    "copy photo" !important;
  align-items: center !important;
  column-gap: clamp(44px, 6vw, 86px) !important;
  width: var(--prod-measure) !important;
  height: auto !important;
  min-height: clamp(390px, 42vw, 520px) !important;
  margin: clamp(72px, 8vw, 116px) auto 0 !important;
  padding: clamp(72px, 7vw, 104px) 0 clamp(76px, 7vw, 110px) !important;
  background: transparent !important;
}

body.home-body .boutique-concept > .boutique-section-label {
  position: relative !important;
  inset: auto !important;
  grid-area: label !important;
  align-self: end !important;
  margin: 0 0 22px !important;
}

body.home-body .boutique-concept-copy {
  position: relative !important;
  inset: auto !important;
  grid-area: copy !important;
  width: auto !important;
  max-width: 390px !important;
  margin: 0 !important;
  transform: none !important;
}

body.home-body .boutique-concept-copy h2 {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(1.72rem, 2.2vw, 2.26rem) !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
}

body.home-body .boutique-concept-copy p {
  width: auto !important;
  max-width: 30em !important;
  margin: 24px 0 0 !important;
  font-size: clamp(0.92rem, 0.98vw, 1.02rem) !important;
  line-height: 2.05 !important;
}

body.home-body .boutique-concept-photo {
  position: relative !important;
  inset: auto !important;
  grid-area: photo !important;
  align-self: center !important;
  width: 100% !important;
  height: clamp(300px, 30vw, 390px) !important;
  margin: 0 !important;
}

body.home-body .boutique-concept-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 58% 50% !important;
}

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

@media (max-width: 759px) {
  body.home-body .boutique-concept {
    grid-template-columns: minmax(0, 0.92fr) minmax(150px, 1.08fr) !important;
    column-gap: clamp(18px, 5vw, 30px) !important;
    min-height: 330px !important;
    margin-top: 38px !important;
    padding: 54px 0 58px !important;
  }

  body.home-body .boutique-concept > .boutique-section-label {
    margin-bottom: 16px !important;
  }

  body.home-body .boutique-concept-copy {
    max-width: none !important;
  }

  body.home-body .boutique-concept-copy h2 {
    font-size: clamp(1.22rem, 5.1vw, 1.52rem) !important;
    line-height: 1.7 !important;
  }

  body.home-body .boutique-concept-copy p {
    max-width: 18em !important;
    margin-top: 18px !important;
    font-size: clamp(0.74rem, 3.2vw, 0.88rem) !important;
    line-height: 1.92 !important;
  }

  body.home-body .boutique-concept-photo {
    height: clamp(220px, 49vw, 300px) !important;
  }
}

@media (max-width: 390px) {
  body.home-body .boutique-concept {
    grid-template-columns: minmax(0, 0.95fr) minmax(142px, 1.05fr) !important;
    column-gap: 16px !important;
    min-height: 310px !important;
    padding-top: 48px !important;
    padding-bottom: 52px !important;
  }

  body.home-body .boutique-concept-copy h2 {
    font-size: 1.16rem !important;
  }

  body.home-body .boutique-concept-copy p {
    font-size: 0.72rem !important;
  }

  body.home-body .boutique-concept-photo {
    height: 218px !important;
  }
}

/* Site-wide motion: quiet, slow, and salon-like. */
@keyframes veiloHeaderIn {
  from {
    opacity: 0;
    transform: translate3d(0, -16px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes veiloImageBreathe {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.018);
  }
}

@keyframes veiloSoftGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(167, 121, 69, 0);
  }
  50% {
    box-shadow: 0 14px 34px rgba(167, 121, 69, 0.13);
  }
}

@keyframes veiloLineDraw {
  from {
    transform: scaleX(0);
    opacity: 0.2;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

body.motion-enabled.home-body .site-header,
body.motion-enabled.subpage-body .site-header,
body.motion-enabled.reserve-body .site-header,
body.motion-enabled.column-body .site-header,
body.motion-enabled.menu-body .site-header,
body.motion-enabled.legal-body .site-header {
  opacity: 0;
}

body.is-loaded .site-header {
  animation: veiloHeaderIn 980ms cubic-bezier(0.19, 1, 0.22, 1) 80ms both;
}

.motion-reveal {
  opacity: 0 !important;
  transform: translate3d(0, 28px, 0) scale(0.992) !important;
  filter: blur(8px) !important;
  transition:
    opacity 980ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 980ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 980ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition-delay: calc(var(--reveal-delay, 0ms) + (var(--motion-index, 0) * 45ms)) !important;
  will-change: opacity, transform, filter;
}

.motion-reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: blur(0) !important;
}

body.is-loaded .boutique-hero-photo img,
body.is-loaded .boutique-concept-photo img,
body.is-loaded .treatment-spotlight::after,
body.is-loaded .boutique-access-photo img,
body.is-loaded .boutique-reserve-photo img,
body.is-loaded .access-hero-photo img,
body.is-loaded .access-area-photo img,
body.is-loaded .column-hero-photo img,
body.is-loaded .column-post-photo img,
body.is-loaded .menu-hero-photo img,
body.is-loaded .reserve-tool-photo img,
body.is-loaded .article-hero-photo img {
  transform-origin: center;
  animation: veiloImageBreathe 16s ease-in-out 1.2s infinite alternate;
}

body.is-loaded .boutique-index-link::after,
body.is-loaded .boutique-hero-links a::after,
body.is-loaded .boutique-column-reserve::after,
body.is-loaded .access-rule,
body.is-loaded .access-title-rule,
body.is-loaded .column-filter a::after,
body.is-loaded .menu-course-row::after,
body.is-loaded .menu-option-row::after,
body.is-loaded .faq-category-nav a::after {
  transform-origin: left center;
  animation: veiloLineDraw 900ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

body.home-body .boutique-hero-links a,
body.home-body .boutique-index-link,
body.home-body .boutique-column-article,
body.home-body .boutique-column-actions a,
body.home-body .boutique-reserve-button,
body.subpage-body .site-nav a,
body.reserve-body .reserve-progress-button,
body.reserve-body .reserve-step-form .submit-button,
body.menu-body .menu-course-row,
body.menu-body .menu-option-row,
body.column-body .column-post,
body.faq-body .faq-accordion summary,
body.access-body .access-reserve-cta a,
body.article-body .article-related a,
body.article-body .article-cta a {
  transition:
    transform 240ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 240ms ease,
    color 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 300ms ease !important;
}

body.is-loaded .nav-cta,
body.is-loaded .boutique-reserve-button,
body.is-loaded .reserve-progress-button,
body.is-loaded .reserve-step-form .submit-button,
body.is-loaded .access-reserve-cta a,
body.is-loaded .article-cta a {
  animation: veiloSoftGlow 5.8s ease-in-out 1.4s infinite;
}

@media (hover: hover) and (pointer: fine) {
  body.home-body .boutique-hero-links a:hover,
  body.home-body .boutique-index-link:hover,
  body.home-body .boutique-column-article:hover,
  body.home-body .boutique-reserve-button:hover,
  body.reserve-body .reserve-progress-button:hover,
  body.reserve-body .reserve-step-form .submit-button:hover,
  body.menu-body .menu-course-row:hover,
  body.menu-body .menu-option-row:hover,
  body.column-body .column-post:hover,
  body.access-body .access-reserve-cta a:hover,
  body.article-body .article-related a:hover,
  body.article-body .article-cta a:hover {
    transform: translate3d(0, -3px, 0) !important;
  }

  body.home-body .boutique-hero-photo:hover img,
  body.home-body .boutique-concept-photo:hover img,
  body.home-body .boutique-access-photo:hover img,
  body.access-body .access-hero-photo:hover img,
  body.access-body .access-area-photo:hover img,
  body.column-body .column-post-photo:hover img,
  body.menu-body .menu-hero-photo:hover img,
  body.reserve-body .reserve-tool-photo:hover img,
  body.article-body .article-hero-photo:hover img {
    animation-play-state: paused;
    transform: scale(1.025) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  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,
  .reveal,
  .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Visual balance pass: readability, CTA hierarchy, and desktop density. */
body.subpage-body .topbar {
  display: none !important;
}

body.menu-body .menu-course-row,
body.menu-body .menu-option-row {
  text-decoration: none !important;
}

body.menu-body .menu-signature-label {
  min-width: 68px !important;
  color: rgba(255, 250, 242, 0.82) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em !important;
}

body.menu-body .menu-course-name strong,
body.menu-body .menu-option-row strong {
  font-size: clamp(1.02rem, 1.1vw, 1.2rem) !important;
  line-height: 1.55 !important;
}

body.menu-body .menu-course-name em {
  margin-top: 5px !important;
  font-size: clamp(0.78rem, 0.82vw, 0.92rem) !important;
  line-height: 1.75 !important;
}

body.menu-body .menu-course-time {
  font-size: clamp(1.42rem, 1.7vw, 1.9rem) !important;
}

body.menu-body .menu-course-time small,
body.menu-body .menu-option-row span {
  font-size: 0.76rem !important;
}

body.menu-body .menu-course-price,
body.menu-body .menu-option-row em {
  font-size: clamp(1.02rem, 1.12vw, 1.22rem) !important;
  line-height: 1.15 !important;
}

body.menu-body .menu-course-price small {
  margin-bottom: 4px !important;
  font-size: 0.78rem !important;
}

body.column-body .column-reserve-strip,
body.faq-body .faq-inline-reserve,
body.access-body .access-hero-cta {
  color: var(--prod-brass) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
  text-decoration: none !important;
}

body.access-body .access-hero-cta,
body.faq-body .faq-inline-reserve,
body.column-body .column-reserve-strip a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 26px !important;
  border: 1px solid rgba(167, 121, 69, 0.5) !important;
  border-radius: 999px !important;
  background: rgba(251, 248, 242, 0.62) !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
}

body.access-body .access-hero-cta {
  margin-top: 24px !important;
}

body.faq-body .faq-inline-reserve {
  margin: 18px 0 20px !important;
}

body.column-body .column-reserve-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 18px 0 28px !important;
  padding: 18px 0 !important;
  border-top: 1px solid var(--prod-line) !important;
  border-bottom: 1px solid var(--prod-line) !important;
}

body.column-body .column-reserve-strip p {
  margin: 0 !important;
  color: var(--prod-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

body.column-body .column-reserve-strip a {
  flex: 0 0 auto !important;
}

body.column-body .column-post-date {
  font-size: 0.78rem !important;
}

body.column-body .column-post-date span {
  font-size: 0.68rem !important;
}

body.column-body .column-post h3 {
  font-size: clamp(1.04rem, 1.18vw, 1.3rem) !important;
  line-height: 1.72 !important;
}

body.column-body .column-post-copy > p:not(.column-post-featured-label):not(.column-post-date),
body.column-body .column-post-link {
  font-size: 0.9rem !important;
}

body.reserve-body .availability-day {
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
}

body.reserve-body .reserve-progress-button {
  min-width: 220px !important;
  font-size: 0.86rem !important;
}

@media (min-width: 900px) {
  body.menu-body .menu-page-hero,
  body.column-body .column-mag-hero,
  body.faq-body .faq-hero,
  body.reserve-body .reserve-tool-hero,
  body.access-body .access-hero {
    min-height: clamp(500px, 47vw, 600px) !important;
    padding-top: 88px !important;
    padding-bottom: 42px !important;
  }

  body.menu-body .menu-page-hero-photo,
  body.column-body .column-mag-photo,
  body.faq-body .faq-hero-photo,
  body.reserve-body .reserve-tool-photo,
  body.access-body .access-hero-photo {
    height: clamp(390px, 38vw, 500px) !important;
  }

  body.menu-body .menu-page-list,
  body.menu-body .menu-page-options,
  body.menu-body .menu-page-reserve,
  body.column-body .column-latest,
  body.faq-body .faq-list-section,
  body.faq-body .faq-note-section,
  body.faq-body .faq-reserve-cta,
  body.access-body .access-area,
  body.access-body .access-flow,
  body.access-body .access-reserve-cta {
    margin-top: 0 !important;
  }

  body.access-body .access-area {
    grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 0.72fr) !important;
    min-height: 560px !important;
    align-items: center !important;
  }

  body.access-body .access-area-photo {
    height: 560px !important;
  }

  body.access-body .access-flow {
    min-height: 540px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  body.faq-body .faq-list-section {
    padding-top: 60px !important;
  }

  body.faq-body .faq-accordion summary {
    min-height: 58px !important;
  }

  body.menu-body .menu-page-list {
    padding-top: 58px !important;
  }

  body.menu-body .menu-course-row {
    grid-template-columns: 112px minmax(0, 1fr) 150px !important;
    min-height: 94px !important;
    padding: 0 34px 0 10px !important;
  }

  body.menu-body .menu-course-row-signature {
    min-height: 108px !important;
    margin: 16px -10px !important;
    padding-left: 18px !important;
  }

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

  body.column-body .column-latest {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(42px, 5vw, 76px) !important;
    row-gap: 0 !important;
    padding-top: 60px !important;
  }

  body.column-body .column-latest > h2,
  body.column-body .column-filter,
  body.column-body .column-reserve-strip,
  body.column-body .column-post:nth-of-type(-n + 3) {
    grid-column: 1 / -1 !important;
  }

  body.column-body .column-post:nth-of-type(-n + 3) {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
    gap: clamp(32px, 4vw, 56px) !important;
    padding: 28px 0 32px !important;
  }

  body.column-body .column-post-featured .column-post-photo {
    height: 240px !important;
  }

  body.column-body .column-post:not(:nth-of-type(-n + 3)) {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    gap: 20px !important;
    padding: 24px 0 !important;
  }

  body.column-body .column-post:not(:nth-of-type(-n + 3)) .column-post-photo {
    height: 118px !important;
  }

  body.column-body .column-post:not(:nth-of-type(-n + 3)) .column-post-copy > p:not(.column-post-date),
  body.column-body .column-post:not(:nth-of-type(-n + 3)) .column-post-link {
    display: none !important;
  }

  body.reserve-body .reserve-tool-page {
    display: grid !important;
    grid-template-columns: minmax(0, 0.64fr) minmax(360px, 0.36fr) !important;
    column-gap: clamp(36px, 4.8vw, 72px) !important;
    width: var(--prod-measure) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
  }

  body.reserve-body .reserve-tool-hero,
  body.reserve-body .reserve-note-strip,
  body.reserve-body .booking-feedback {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  body.reserve-body .reserve-calendar-tool {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 42px 0 46px !important;
  }

  body.reserve-body .reserve-step-form {
    grid-column: 2 !important;
    align-self: start !important;
    position: sticky !important;
    top: 104px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 0 !important;
  }

  body.reserve-body.has-reserve-slot .reserve-step-form {
    display: grid !important;
  }

  body.reserve-body .availability-calendar {
    gap: 8px !important;
  }

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

  body.reserve-body .availability-slots {
    margin-top: 28px !important;
  }

  body.reserve-body .availability-slot-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 759px) {
  body.menu-body .menu-course-row {
    grid-template-columns: 62px minmax(0, 1fr) 82px !important;
    min-height: 76px !important;
    padding-right: 18px !important;
  }

  body.menu-body .menu-course-row-signature {
    min-height: 88px !important;
    padding-left: 12px !important;
  }

  body.menu-body .menu-signature-label {
    position: absolute !important;
    top: 8px !important;
    left: 74px !important;
    font-size: 0.58rem !important;
  }

  body.menu-body .menu-course-name strong,
  body.menu-body .menu-option-row strong {
    font-size: 0.94rem !important;
  }

  body.menu-body .menu-course-name em {
    font-size: 0.72rem !important;
  }

  body.menu-body .menu-course-price,
  body.menu-body .menu-option-row em {
    font-size: 0.9rem !important;
  }

  body.menu-body .menu-course-price small {
    font-size: 0.62rem !important;
  }

  body.column-body .column-reserve-strip {
    display: grid !important;
    gap: 12px !important;
  }

  body.column-body .column-post {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body.column-body .column-post-photo,
  body.column-body .column-post-featured .column-post-photo {
    height: 118px !important;
  }

  body.column-body .column-post h3 {
    font-size: 0.94rem !important;
  }

  body.column-body .column-post-copy > p:not(.column-post-featured-label):not(.column-post-date),
  body.column-body .column-post-link {
    font-size: 0.78rem !important;
  }

  body.access-body .access-hero-cta,
  body.faq-body .faq-inline-reserve,
  body.column-body .column-reserve-strip a {
    width: fit-content !important;
    min-height: 38px !important;
    padding: 0 20px !important;
    font-size: 0.82rem !important;
  }

  body.faq-body .faq-hero,
  body.access-body .access-hero,
  body.reserve-body .reserve-tool-hero,
  body.column-body .column-mag-hero,
  body.menu-body .menu-page-hero {
    min-height: 360px !important;
  }

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