:root {
  --b-ivory: #f4eee4;
  --b-paper: #fbf7ef;
  --b-earth: #d7c8b4;
  --b-clay: #9a745c;
  --b-soil: #3b3029;
  --b-bark: #241f1b;
  --b-moss: #69725a;
  --b-teal: #207c80;
  --b-teal-dark: #176164;
  --b-red: #b7222c;
  --b-greige: #91877b;
  --b-line: rgba(46, 38, 31, 0.16);
  --b-soft-line: rgba(32, 124, 128, 0.2);
  --b-shadow: 0 28px 80px rgba(47, 39, 31, 0.13);
  --b-content: 1220px;
  --b-padding: clamp(24px, 5.2vw, 76px);
  --b-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --b-sans: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.plan-b {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(32, 124, 128, 0.1), transparent 30vw),
    linear-gradient(180deg, #f4eee4 0%, #eee3d3 46%, #f8f3eb 100%);
  color: var(--b-soil);
  font-family: var(--b-sans);
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.b-section-inner {
  width: min(var(--b-content), 100%);
  margin-inline: auto;
  padding-inline: var(--b-padding);
}

.b-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 76px;
  padding: 18px clamp(22px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(246, 240, 230, 0.9);
  transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease, backdrop-filter 220ms ease;
}

.b-header.is-scrolled,
.nav-open .b-header {
  color: var(--b-soil);
  background: rgba(244, 238, 228, 0.88);
  box-shadow: 0 14px 42px rgba(42, 33, 26, 0.1);
  backdrop-filter: blur(18px);
}

.b-brand {
  width: 112px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.b-brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: invert(1) brightness(1.18);
  opacity: 0.92;
}

.b-header.is-scrolled .b-brand img,
.nav-open .b-brand img {
  filter: none;
  opacity: 1;
}

.b-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.b-nav a {
  opacity: 0.84;
}

.b-nav-cta {
  padding: 8px 16px;
  border: 1px solid rgba(246, 240, 230, 0.42);
  border-radius: 999px;
}

.b-header.is-scrolled .b-nav-cta,
.nav-open .b-nav-cta {
  border-color: rgba(32, 124, 128, 0.3);
  color: var(--b-teal-dark);
}

.b-nav-toggle {
  display: none;
}

.b-hero {
  position: relative;
  min-height: 96svh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 132px 0 90px;
  color: #f9f3ea;
}

.b-hero-media,
.b-hero-media::after {
  position: absolute;
  inset: 0;
}

.b-hero-media {
  z-index: -3;
  background:
    radial-gradient(circle at 70% 28%, rgba(32, 124, 128, 0.22), transparent 34vw),
    linear-gradient(135deg, #171411 0%, #2b241f 48%, #171b19 100%);
}

.b-hero-fallback[hidden] {
  display: none !important;
}

.b-hero-fallback,
.b-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78svh;
  min-height: 100svh;
  transform: translate(-50%, -50%);
  display: block;
  border: 0;
  filter: saturate(0.72) contrast(1.12) brightness(0.72);
}

.b-hero-fallback {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.b-hero-video {
  z-index: 1;
  pointer-events: none;
}

.b-hero-video-sp {
  display: none;
}

.b-hero-video-pc {
  display: block;
}

.b-hero-media::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(24, 21, 18, 0.84) 0%, rgba(52, 41, 32, 0.72) 38%, rgba(32, 124, 128, 0.18) 72%, rgba(246, 240, 230, 0.22) 100%),
    radial-gradient(circle at 77% 46%, rgba(32, 124, 128, 0.38), transparent 34vw);
}

.b-hero-illustration {
  display: none;
}

.b-hero-inner {
  width: min(680px, calc(100% - var(--b-padding) * 2));
  margin-left: clamp(24px, 9vw, 132px);
  position: relative;
  z-index: 2;
}

.b-kicker,
.b-label span {
  display: block;
  font-size: 0.72rem;
  line-height: 1.35;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.b-kicker {
  color: rgba(246, 240, 230, 0.78);
  margin-bottom: 32px;
}

.b-hero h1 {
  font-family: var(--b-serif);
  font-size: clamp(4rem, 7vw, 7.4rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.b-hero h1 span,
.b-section-inner h2 span,
.b-reserve h2 span {
  display: block;
}

.b-natural-title {
  text-wrap: balance;
}

.b-hero-inner > p:not(.b-kicker) {
  width: min(560px, 100%);
  margin-top: 34px;
  color: rgba(249, 243, 234, 0.86);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 2.05;
}

.b-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 38px;
}

.b-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1.3;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.b-button:hover {
  transform: translateY(-2px);
}

.b-button.primary {
  background: var(--b-teal-dark);
  border: 1px solid rgba(246, 240, 230, 0.26);
  color: #fff8ee;
  box-shadow: 0 16px 44px rgba(18, 74, 77, 0.25);
}

.b-button.secondary {
  border: 1px solid rgba(32, 124, 128, 0.34);
  color: var(--b-teal-dark);
  background: rgba(251, 247, 239, 0.45);
}

.b-text-link {
  color: rgba(249, 243, 234, 0.82);
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(249, 243, 234, 0.38);
}

.b-vertical-note {
  position: absolute;
  right: clamp(18px, 3vw, 48px);
  bottom: clamp(40px, 8vw, 90px);
  writing-mode: vertical-rl;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(249, 243, 234, 0.42);
}

.b-quick-balance,
.b-condition,
.b-statement,
.b-belief,
.b-rasayana,
.b-for-you,
.b-rooms,
.b-menu,
.b-main-care,
.b-option,
.b-trial,
.b-maintenance-guide,
.b-flow,
.b-before,
.b-voice,
.b-faq,
.b-info {
  padding-block: clamp(100px, 13vw, 170px);
}

.b-quick-balance {
  padding-block: clamp(92px, 11vw, 148px);
  background:
    linear-gradient(180deg, rgba(247, 240, 230, 0.96) 0%, rgba(239, 228, 212, 0.9) 100%),
    radial-gradient(circle at 92% 12%, rgba(32, 124, 128, 0.08), transparent 26vw);
}

.b-quick-inner {
  display: block;
}

.b-quick-heading {
  width: min(720px, 100%);
}

.b-quick-heading h2 {
  margin-top: 24px;
  font-family: var(--b-serif);
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: 1.2;
  font-weight: 400;
  color: var(--b-bark);
}

.b-quick-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(48px, 6vw, 72px);
}

.b-quick-list article {
  min-height: 220px;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(32, 124, 128, 0.22);
  border-top-color: rgba(32, 124, 128, 0.54);
  background: rgba(251, 247, 239, 0.58);
}

.b-quick-list span {
  color: var(--b-teal);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.b-quick-list p {
  margin-top: clamp(44px, 5vw, 64px);
  color: var(--b-soil);
  font-family: var(--b-serif);
  font-size: clamp(1.2rem, 1.75vw, 1.58rem);
  line-height: 1.48;
}


.b-condition {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(238, 226, 208, 0.98) 0%, rgba(247, 240, 230, 0.96) 100%),
    radial-gradient(circle at 88% 18%, rgba(32, 124, 128, 0.1), transparent 28vw);
}

.b-condition::after {
  content: "";
  position: absolute;
  right: -14vw;
  top: -18vw;
  width: min(46vw, 640px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.18;
  background: repeating-radial-gradient(
    circle,
    transparent 0 42px,
    rgba(32, 124, 128, 0.12) 43px 44px,
    transparent 45px 92px
  );
}

.b-condition-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(52px, 8vw, 108px);
  align-items: start;
}

.b-condition-copy {
  width: min(660px, 100%);
}

.b-condition-lead {
  width: min(600px, 100%);
  margin-top: clamp(30px, 4vw, 48px);
}

.b-condition-lead p + p {
  margin-top: 18px;
}

.b-condition-panel {
  padding-top: clamp(12px, 3vw, 36px);
}

.b-condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.b-condition-list li {
  min-height: 86px;
  padding: 18px 18px 17px;
  border: 1px solid rgba(32, 124, 128, 0.2);
  border-left-color: rgba(32, 124, 128, 0.48);
  background: rgba(251, 247, 239, 0.58);
  line-height: 1.74;
}

.b-condition-note {
  margin-top: clamp(28px, 4vw, 42px);
  padding-top: 24px;
  border-top: 1px solid rgba(32, 124, 128, 0.22);
}

.b-condition .b-button {
  margin-top: 28px;
}

.b-statement {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.92), rgba(234, 221, 203, 0.75)),
    radial-gradient(circle at 18% 78%, rgba(32, 124, 128, 0.1), transparent 34vw);
  padding-top: clamp(118px, 14vw, 188px);
}

.b-statement::after,
.b-quick-balance::after,
.b-for-you::before,
.b-faq::after,
.b-info::before,
.b-reserve::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 54px,
    rgba(32, 124, 128, 0.13) 55px 56px,
    transparent 57px 108px
  );
}

.b-statement::before {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: clamp(56px, 7vw, 104px);
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.52;
  background: repeating-radial-gradient(
    circle,
    transparent 0 44px,
    rgba(32, 124, 128, 0.28) 45px 46px,
    transparent 47px 88px
  );
}

.b-statement::after {
  left: -18vw;
  bottom: -20vw;
  width: min(46vw, 640px);
  aspect-ratio: 1;
  opacity: 0.24;
}

.b-quick-balance,
.b-faq,
.b-info {
  position: relative;
  overflow: hidden;
}

.b-quick-balance::after {
  right: -10vw;
  top: -18vw;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  opacity: 0.18;
  background: repeating-radial-gradient(
    circle,
    transparent 0 34px,
    rgba(32, 124, 128, 0.1) 35px 36px,
    transparent 37px 78px
  );
}

.b-statement-grid {
  position: relative;
  min-height: clamp(560px, 54vw, 740px);
  display: block;
}

.b-statement-grid::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: max(-16vw, -220px);
  bottom: clamp(72px, 8vw, 116px);
  width: min(58vw, 820px);
  height: clamp(190px, 20vw, 290px);
  border-top: 2px solid rgba(32, 124, 128, 0.36);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
  transform: rotate(-7deg);
  transform-origin: right center;
}

.b-statement-copy {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
}

.b-label {
  color: var(--b-teal-dark);
}

.b-label small {
  display: block;
  margin-top: 8px;
  color: var(--b-greige);
  font-size: 0.78rem;
  line-height: 1.4;
}

.b-statement h2,
.b-condition h2,
.b-heading h2,
.b-rasayana h2,
.b-for-you h2,
.b-rooms h2,
.b-trial h2,
.b-care-copy h2,
.b-option h2,
.b-reserve h2 {
  margin-top: 28px;
  font-family: var(--b-serif);
  font-size: clamp(2.35rem, 4.3vw, 5.2rem);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--b-bark);
}

.b-statement-core {
  width: min(640px, 100%);
  margin-top: clamp(40px, 5vw, 62px);
  padding-block: clamp(28px, 3.8vw, 44px);
  border-block: 1px solid rgba(32, 124, 128, 0.24);
}

.b-statement-core p {
  color: var(--b-teal-dark);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.b-statement-core strong {
  display: block;
  margin-top: 22px;
  color: var(--b-bark);
  font-family: var(--b-serif);
  font-size: clamp(1.8rem, 2.9vw, 3rem);
  font-weight: 400;
  line-height: 1.38;
}

.b-statement-core strong span,
.b-statement-core small span {
  display: block;
}

.b-statement-core small {
  display: block;
  margin-top: 22px;
  color: rgba(59, 48, 41, 0.66);
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.8;
}

.b-text {
  width: min(620px, 100%);
  margin-top: clamp(36px, 4.5vw, 56px);
  color: rgba(59, 48, 41, 0.82);
}

.b-text p + p,
.b-rasayana-copy p + p {
  margin-top: 20px;
}

.b-commitment {
  width: min(660px, 100%);
  margin-top: clamp(34px, 4.5vw, 56px);
  padding-top: clamp(26px, 3vw, 38px);
  border-top: 1px solid rgba(32, 124, 128, 0.24);
  color: rgba(59, 48, 41, 0.8);
}

.b-commitment h3 {
  color: var(--b-teal-dark);
  font-size: 0.78rem;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.b-commitment p {
  margin-top: 18px;
}

.b-commitment p + p {
  margin-top: 16px;
}

.b-commitment-photo {
  position: absolute;
  z-index: 2;
  top: clamp(650px, 48vw, 730px);
  right: calc(-1 * clamp(400px, 37vw, 540px));
  width: clamp(320px, 28vw, 410px);
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 11%, 91% 0, 100% 86%, 12% 100%);
  background: var(--b-earth);
}

.b-commitment-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.05) brightness(0.95);
}

.b-illustration-panel {
  position: absolute;
  z-index: 1;
  right: max(-18vw, -260px);
  top: clamp(-28px, 1vw, 12px);
  bottom: auto;
  width: min(78vw, 1120px);
  padding: 0;
  opacity: 0.068;
  pointer-events: none;
  transform: rotate(-10deg);
  transform-origin: 58% 46%;
}

.b-illustration-panel img {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}

.b-belief {
  background:
    linear-gradient(180deg, #efe4d4 0%, #f6efe5 100%),
    radial-gradient(circle at 8% 90%, rgba(32, 124, 128, 0.08), transparent 28vw);
}

.b-heading {
  width: min(760px, 100%);
}

.b-elements {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 20px;
  margin-top: 76px;
}

.b-elements article {
  min-height: 260px;
  padding: 36px 32px 34px;
  border: 1px solid rgba(32, 124, 128, 0.2);
  background: rgba(251, 247, 239, 0.62);
}

.b-elements span,
.b-care-cards article > p:first-child {
  color: var(--b-teal);
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.b-elements h3,
.b-care-cards h3,
.b-option-list h3,
.b-before-list h3 {
  margin-top: 34px;
  color: var(--b-bark);
  font-family: var(--b-serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.b-elements p {
  margin-top: 20px;
  line-height: 1.78;
}

.b-elements p,
.b-condition-lead,
.b-condition-list li,
.b-condition-note,
.b-care-copy p,
.b-care-cards p,
.b-option-copy p,
.b-option-list p,
.b-option-panel p,
.b-room-card p,
.b-menu-card p,
.b-trial-copy p,
.b-maintenance-grid p,
.b-before-list p,
.b-faq-list p,
.b-info-card,
.b-for-you-note,
.b-rasayana-copy p {
  color: rgba(59, 48, 41, 0.8);
}

.b-photo {
  overflow: hidden;
  background: var(--b-earth);
}

.b-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06) sepia(0.08) brightness(0.96);
}

.b-rasayana {
  background: var(--b-paper);
}

.b-rasayana-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.98fr) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

.b-rasayana-photo {
  width: min(620px, 100%);
  aspect-ratio: 3 / 2;
  margin-left: 0;
  border-radius: 50% 50% 8px 8px / 30% 30% 8px 8px;
  box-shadow: 0 24px 60px rgba(59, 48, 41, 0.1);
}

.b-rasayana-photo img {
  object-position: center;
  filter: saturate(0.68) contrast(1.04) sepia(0.11) brightness(0.97);
}

.b-rasayana-copy {
  width: min(640px, 100%);
}

.b-rasayana-copy > p {
  margin-top: 30px;
}

.b-for-you {
  background: var(--b-bark);
  color: #f6efe5;
  position: relative;
  overflow: hidden;
}

.b-for-you::before {
  right: -16vw;
  bottom: -22vw;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  opacity: 0.34;
  background: repeating-radial-gradient(
    circle,
    transparent 0 62px,
    rgba(32, 124, 128, 0.16) 63px 64px,
    transparent 65px 124px
  );
}

.b-for-you::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -18vw;
  width: 46vw;
  aspect-ratio: 1;
  border: 1px solid rgba(32, 124, 128, 0.32);
  border-radius: 50%;
}

.b-for-you-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.9fr);
  gap: clamp(58px, 9vw, 116px);
  align-items: start;
}

.b-for-you .b-label,
.b-for-you .b-label small,
.b-for-you h2,
.b-for-you-note {
  color: #f6efe5;
}

.b-for-you .b-label span {
  color: rgba(246, 239, 229, 0.72);
}

.b-for-you-list {
  border-top: 1px solid rgba(246, 239, 229, 0.28);
}

.b-for-you-list p {
  padding: 18px 0;
  border-bottom: 1px solid rgba(246, 239, 229, 0.18);
  color: rgba(246, 239, 229, 0.86);
}

.b-for-you-note {
  grid-column: 2;
  max-width: 520px;
  padding-top: 18px;
  color: rgba(246, 239, 229, 0.8);
}

.b-rooms {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #2a241f 0%, #211d19 100%),
    radial-gradient(circle at 82% 18%, rgba(32, 124, 128, 0.18), transparent 32vw);
  color: #f6efe5;
}

.b-rooms::before,
.b-menu::before,
.b-trial::after,
.b-maintenance-guide::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 46px,
    rgba(32, 124, 128, 0.12) 47px 48px,
    transparent 49px 96px
  );
}

.b-rooms::before {
  right: -18vw;
  top: 8vw;
  width: min(54vw, 740px);
  aspect-ratio: 1;
  opacity: 0.28;
}

.b-rooms::after {
  content: "";
  position: absolute;
  left: -16vw;
  bottom: -13vw;
  width: min(60vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.42;
  background: repeating-radial-gradient(
    circle,
    transparent 0 42px,
    rgba(74, 156, 149, 0.24) 43px 44px,
    transparent 45px 78px,
    rgba(246, 239, 229, 0.13) 79px 80px,
    transparent 81px 116px
  );
}

.b-rooms-heading,
.b-room-grid,
.b-menu .b-section-inner,
.b-trial-grid,
.b-maintenance-grid {
  position: relative;
  z-index: 1;
}

.b-rooms-heading {
  width: min(780px, 100%);
}

.b-rooms .b-label,
.b-rooms .b-label small,
.b-rooms h2 {
  color: #f6efe5;
}

.b-rooms .b-label span {
  color: rgba(246, 239, 229, 0.72);
}

.b-rooms-heading > p:not(.b-label) {
  margin-top: 34px;
  max-width: 680px;
  color: rgba(246, 239, 229, 0.76);
}

.b-rooms-photo {
  position: relative;
  z-index: 1;
  width: min(620px, 58%);
  aspect-ratio: 16 / 9;
  margin: clamp(40px, 5vw, 58px) 0 0 auto;
  overflow: hidden;
  clip-path: polygon(6% 0, 100% 0, 100% 84%, 93% 100%, 0 100%, 0 14%);
  background: #1f1b18;
}

.b-rooms-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.05) brightness(0.82);
}

.b-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  margin-top: clamp(56px, 7vw, 82px);
}

.b-room-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4vw, 54px);
  border: 1px solid rgba(246, 239, 229, 0.34);
  background:
    linear-gradient(145deg, rgba(84, 66, 50, 0.92), rgba(34, 29, 25, 0.94)),
    rgba(25, 22, 19, 0.86);
}

.b-room-card.light {
  border-color: rgba(186, 221, 213, 0.42);
  background:
    linear-gradient(145deg, rgba(24, 102, 105, 0.9), rgba(29, 43, 37, 0.94)),
    rgba(25, 22, 19, 0.86);
}

.b-room-card .b-room-mark {
  color: rgba(249, 243, 234, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.b-room-card h3 {
  margin-top: clamp(34px, 4vw, 56px);
  color: #fffaf0;
  font-family: var(--b-serif);
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 400;
  line-height: 1.16;
}

.b-room-card .b-room-role {
  margin-top: 14px;
  color: #e5c6a8;
  font-size: 0.92rem;
}

.b-room-card.light .b-room-role {
  color: #c8e5df;
}

.b-room-card > p:not(.b-room-mark):not(.b-room-role) {
  margin-top: 34px;
  color: rgba(255, 250, 240, 0.9);
}

.b-room-card dl,
.b-room-card ul {
  margin-top: auto;
  padding-top: 38px;
}

.b-room-card dl {
  display: grid;
  gap: 14px;
}

.b-room-card dl div,
.b-room-card li {
  padding-top: 14px;
  border-top: 1px solid rgba(249, 243, 234, 0.28);
}

.b-room-card dt {
  color: rgba(249, 243, 234, 0.74);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.b-room-card dd {
  margin-top: 4px;
  color: #fffaf0;
}

.b-room-card li {
  color: rgba(255, 250, 240, 0.88);
  font-size: 0.92rem;
  line-height: 1.58;
}

.b-menu {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #efe4d4 0%, #f8f3eb 100%),
    radial-gradient(circle at 8% 16%, rgba(32, 124, 128, 0.08), transparent 30vw);
}

.b-menu::before {
  left: -18vw;
  bottom: -22vw;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  opacity: 0.16;
}

.b-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  margin-top: clamp(56px, 7vw, 84px);
}

.b-menu-card {
  min-height: 340px;
  padding: clamp(28px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(46, 38, 31, 0.12);
  background: rgba(251, 247, 239, 0.68);
}

.b-menu-card.featured {
  border-color: rgba(32, 124, 128, 0.32);
  background:
    linear-gradient(145deg, rgba(32, 124, 128, 0.09), rgba(251, 247, 239, 0.76));
}

.b-menu-card > p:first-child {
  color: var(--b-teal);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.b-menu-card h3 {
  margin-top: 24px;
  color: var(--b-bark);
  font-family: var(--b-serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.34;
}

.b-menu-card strong {
  display: block;
  margin-top: 14px;
  color: var(--b-teal-dark);
  font-family: var(--b-serif);
  font-size: 1.1rem;
  font-weight: 400;
}

.b-menu-card p:last-child {
  margin-top: auto;
  padding-top: 28px;
  font-size: 0.93rem;
  line-height: 1.82;
}

.b-menu-note {
  margin-top: 22px;
  color: rgba(59, 48, 41, 0.58);
  font-size: 0.8rem;
}

.b-trial-note,
.b-flow-note {
  color: rgba(59, 48, 41, 0.62);
  font-size: 0.82rem;
  line-height: 1.75;
}

.b-trial-note {
  margin-top: 24px;
}

.b-flow-note {
  max-width: 760px;
  margin-top: 28px;
}

.b-option-panel {
  padding: clamp(32px, 4vw, 48px);
  border-left: 1px solid var(--b-teal);
  background:
    linear-gradient(145deg, rgba(32, 124, 128, 0.07), rgba(251, 247, 239, 0.68));
}

.b-option-panel p + p {
  margin-top: 18px;
}

.b-option-panel .b-button {
  margin-top: 32px;
}

.b-trial {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8f3eb 0%, #e9ddcb 100%);
}

.b-trial::after {
  right: -12vw;
  bottom: -16vw;
  width: min(40vw, 560px);
  aspect-ratio: 1;
  opacity: 0.18;
}

.b-trial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: center;
}

.b-trial-copy {
  max-width: 720px;
}

.b-trial-copy p:not(.b-label) {
  margin-top: 34px;
  max-width: 640px;
}

.b-trial-card {
  padding: clamp(34px, 4vw, 50px);
  border: 1px solid rgba(32, 124, 128, 0.28);
  background: rgba(251, 247, 239, 0.76);
  box-shadow: 0 26px 70px rgba(47, 39, 31, 0.1);
}

.b-trial-card > p {
  color: var(--b-teal);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.b-trial-card h3 {
  margin-top: 24px;
  color: var(--b-bark);
  font-family: var(--b-serif);
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.38;
  font-weight: 400;
}

.b-price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.b-price span {
  color: rgba(59, 48, 41, 0.56);
  text-decoration: line-through;
}

.b-price strong {
  color: var(--b-bark);
  font-family: var(--b-serif);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 400;
}

.b-trial-card .b-button {
  margin-top: 34px;
}

.b-maintenance-guide {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #e9ddcb 0%, #fbf7ef 100%);
}

.b-maintenance-guide::before {
  left: -12vw;
  top: 18vw;
  width: min(34vw, 470px);
  aspect-ratio: 1;
  opacity: 0.13;
}

.b-maintenance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: start;
}

.b-maintenance-grid .b-heading p:not(.b-label) {
  margin-top: 30px;
  max-width: 620px;
}

.b-maintenance-list {
  display: grid;
  gap: 18px;
}

.b-maintenance-list article {
  padding: clamp(28px, 3.2vw, 40px);
  border: 1px solid rgba(32, 124, 128, 0.18);
  background: rgba(251, 247, 239, 0.65);
}

.b-maintenance-list span {
  color: var(--b-teal);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.b-maintenance-list h3 {
  margin-top: 20px;
  color: var(--b-bark);
  font-family: var(--b-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.b-maintenance-list p {
  margin-top: 14px;
  font-size: 0.95rem;
}

.b-main-care {
  background:
    linear-gradient(180deg, #efe4d4 0%, #f8f3eb 100%);
}

.b-care-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}

.b-care-copy {
  position: sticky;
  top: 116px;
}

.b-care-copy p {
  margin-top: 34px;
  max-width: 520px;
}

.b-care-copy .b-button {
  margin-top: 36px;
}

.b-care-photo {
  aspect-ratio: 5 / 4;
  min-height: 420px;
}

.b-care-cards {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: -18px;
}

.b-care-cards article {
  padding: 32px;
  background: rgba(251, 247, 239, 0.76);
  border: 1px solid rgba(46, 38, 31, 0.12);
}

.b-care-cards h3 {
  margin-top: 14px;
}

.b-care-cards p:not(:first-child) {
  margin-top: 18px;
  font-size: 0.95rem;
  line-height: 1.85;
}

.b-care-cards dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 26px;
  background: rgba(46, 38, 31, 0.12);
}

.b-care-cards dl div {
  padding: 13px 14px;
  background: rgba(251, 247, 239, 0.78);
}

.b-care-cards dt {
  color: var(--b-greige);
  font-size: 0.72rem;
}

.b-care-cards dd {
  margin-top: 4px;
  color: var(--b-soil);
}

.b-option {
  background: #f8f3eb;
}

.b-option-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: start;
}

.b-option-copy {
  max-width: 580px;
}

.b-option-copy p {
  margin-top: 32px;
}

.b-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.b-option-list article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid rgba(32, 124, 128, 0.16);
  background: rgba(239, 228, 212, 0.54);
}

.b-option-list h3 {
  margin-top: 0;
  font-size: 1.28rem;
}

.b-option-list p {
  margin-top: 24px;
  font-size: 0.88rem;
  line-height: 1.75;
}

.b-option-grid > .b-button {
  grid-column: 2;
  justify-self: start;
  margin-top: 16px;
}

.b-flow {
  background: #e9ddcb;
}

.b-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 72px;
  background: rgba(46, 38, 31, 0.14);
  border: 1px solid rgba(46, 38, 31, 0.14);
}

.b-steps li {
  min-height: 170px;
  padding: 24px 18px;
  background: rgba(251, 247, 239, 0.76);
}

.b-steps span {
  color: var(--b-teal);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.b-steps p {
  margin-top: 42px;
  color: var(--b-soil);
  line-height: 1.65;
}

.b-before {
  background: var(--b-paper);
}

.b-before-grid,
.b-faq-grid,
.b-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: start;
}

.b-before-list {
  display: grid;
  gap: 18px;
}

.b-before-list article {
  padding: 30px 32px;
  border-left: 1px solid var(--b-teal);
  background: rgba(239, 228, 212, 0.44);
}

.b-before-list h3 {
  margin-top: 0;
  font-size: 1.25rem;
}

.b-before-list p {
  margin-top: 14px;
  font-size: 0.94rem;
}

.b-policy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.b-policy-columns h4 {
  margin: 0 0 12px;
  color: var(--b-teal-dark);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.b-policy-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-left: 1em;
  list-style: disc;
}

.b-policy-list li {
  color: rgba(59, 48, 41, 0.78);
  font-size: 0.88rem;
  line-height: 1.75;
}

.b-policy-list strong {
  color: var(--b-soil);
  font-weight: 500;
}

.b-faq {
  position: relative;
  overflow: hidden;
  background: #f3ecdf;
}

.b-faq::after {
  right: 6vw;
  bottom: -16vw;
  width: min(28vw, 380px);
  aspect-ratio: 1;
  opacity: 0.14;
  background: repeating-radial-gradient(
    circle,
    transparent 0 26px,
    rgba(92, 76, 62, 0.11) 27px 28px,
    transparent 29px 62px
  );
}

.b-voice {
  background:
    linear-gradient(180deg, #f3ecdf 0%, #fbf7ef 100%),
    radial-gradient(circle at 4% 18%, rgba(32, 124, 128, 0.08), transparent 28vw);
}

.b-voice-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: start;
}

.b-voice-list {
  display: grid;
  gap: 18px;
}

.b-voice-list figure {
  padding: clamp(26px, 3.2vw, 38px);
  border-left: 1px solid rgba(32, 124, 128, 0.42);
  background: rgba(251, 247, 239, 0.6);
}

.b-voice-list blockquote {
  margin: 0;
  color: var(--b-soil);
  font-family: var(--b-serif);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.78;
}

.b-voice-list figcaption {
  margin-top: 18px;
  color: var(--b-teal-dark);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.b-voice-source {
  margin-top: 8px;
  color: rgba(59, 48, 41, 0.55);
  font-size: 0.76rem;
  line-height: 1.6;
}

.b-faq-list {
  border-top: 1px solid var(--b-line);
}

.b-faq-list details {
  border-bottom: 1px solid var(--b-line);
  padding: 24px 0;
}

.b-faq-list summary {
  cursor: pointer;
  color: var(--b-soil);
  font-family: var(--b-serif);
  font-size: 1.08rem;
}

.b-faq-list p {
  margin-top: 16px;
  max-width: 680px;
  font-size: 0.95rem;
}

.b-info {
  position: relative;
  overflow: hidden;
  background: var(--b-paper);
}

.b-info::before {
  left: -12vw;
  top: 8vw;
  width: min(32vw, 440px);
  aspect-ratio: 1;
  opacity: 0.12;
  background: repeating-radial-gradient(
    circle,
    transparent 0 38px,
    rgba(32, 124, 128, 0.11) 39px 40px,
    transparent 41px 84px
  );
}

.b-info-photo {
  width: min(520px, 100%);
  aspect-ratio: 4 / 3;
  margin-top: clamp(42px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(46, 38, 31, 0.12);
  background: var(--b-earth);
}

.b-info-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.76) contrast(1.03) brightness(0.94);
}

.b-info-card {
  padding: 34px;
  border: 1px solid rgba(46, 38, 31, 0.12);
  background: rgba(251, 247, 239, 0.72);
}

.b-info-card dl {
  display: grid;
  gap: 0;
}

.b-info-card div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(46, 38, 31, 0.1);
}

.b-info-card div:last-child {
  border-bottom: 0;
}

.b-info-card dt {
  color: var(--b-greige);
  font-size: 0.78rem;
}

.b-info-card dd {
  line-height: 1.65;
}

.b-info-card a {
  color: var(--b-teal-dark);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
  transition: color 180ms ease, opacity 180ms ease;
}

.b-info-card a:hover {
  color: var(--b-teal);
  opacity: 0.78;
}

.b-map {
  grid-column: 2;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(46, 38, 31, 0.12);
  background:
    linear-gradient(135deg, rgba(239, 228, 212, 0.7), rgba(251, 247, 239, 0.9)),
    var(--b-earth);
  position: relative;
  z-index: 1;
}

.b-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  border: 0;
  filter: saturate(0.72) contrast(0.92);
}

.b-map-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid rgba(46, 38, 31, 0.1);
  background: rgba(251, 247, 239, 0.88);
  color: rgba(59, 48, 41, 0.78);
  font-size: 0.82rem;
  line-height: 1.5;
}

.b-map-fallback a {
  color: var(--b-teal-dark);
  white-space: nowrap;
  border-bottom: 1px solid rgba(32, 124, 128, 0.34);
}

.b-reserve {
  position: relative;
  overflow: hidden;
  padding-block: clamp(112px, 14vw, 184px);
  background: var(--b-bark);
  color: #f6efe5;
}

.b-reserve::before {
  right: -30vw;
  bottom: -28vw;
  width: min(84vw, 1180px);
  aspect-ratio: 1;
  opacity: 0.28;
  background: repeating-radial-gradient(
    circle,
    transparent 0 70px,
    rgba(32, 124, 128, 0.16) 71px 72px,
    transparent 73px 140px
  );
}

.b-reserve > img {
  position: absolute;
  right: max(-40vw, -640px);
  bottom: max(-36vw, -540px);
  width: min(118vw, 1580px);
  opacity: 0.07;
  mix-blend-mode: screen;
  filter: saturate(0.62) contrast(0.78);
}

.b-reserve-inner {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
}

.b-reserve .b-label,
.b-reserve .b-label small,
.b-reserve h2,
.b-reserve p {
  color: #f6efe5;
}

.b-reserve p {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(246, 239, 229, 0.82);
}

.b-reserve .b-button.secondary {
  border-color: rgba(246, 239, 229, 0.3);
  color: #f6efe5;
  background: transparent;
}

.b-footer {
  padding: 34px var(--b-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #1f1b18;
  color: rgba(246, 239, 229, 0.74);
  font-size: 0.78rem;
}

.b-footer p,
.b-footer small {
  margin: 0;
}

.b-footer p {
  color: rgba(246, 239, 229, 0.9);
  font-family: var(--b-serif);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.b-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
}

.b-footer-links a {
  color: rgba(246, 239, 229, 0.82);
  border-bottom: 1px solid rgba(32, 124, 128, 0.42);
  transition: color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.b-footer-links a:hover {
  color: #f6efe5;
  border-color: rgba(246, 239, 229, 0.62);
  opacity: 0.82;
}

.reveal {
  opacity: 1;
  transform: none;
}

body.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .b-nav {
    gap: 16px;
  }

  .b-elements,
  .b-menu-grid,
  .b-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b-commitment-photo {
    position: relative;
    top: auto;
    right: auto;
    width: min(500px, 88%);
    margin: clamp(34px, 4.5vw, 52px) 0 0 clamp(20px, 6vw, 72px);
  }

  .b-illustration-panel {
    right: -184px;
    top: 34px;
    width: min(82vw, 840px);
    opacity: 0.064;
    transform: rotate(-10deg);
  }

  .b-statement-grid::after {
    right: -150px;
    width: min(66vw, 680px);
    bottom: 80px;
  }

  .b-care-copy {
    position: static;
  }

  .b-before-grid,
  .b-voice-grid,
  .b-faq-grid,
  .b-info-grid,
  .b-maintenance-grid,
  .b-trial-grid,
  .b-option-grid,
  .b-care-grid,
  .b-for-you-grid,
  .b-rasayana-grid,
  .b-statement-grid {
    grid-template-columns: 1fr;
  }

  .b-care-cards,
  .b-option-grid > .b-button,
  .b-for-you-note,
  .b-map {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --b-padding: 24px;
  }

  body.plan-b {
    font-size: 15px;
    line-height: 1.84;
  }

  .b-header {
    min-height: 70px;
    padding: 14px 20px;
  }

  .b-brand {
    width: 94px;
    height: 36px;
  }

  .b-nav-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(246, 239, 229, 0.34);
    border-radius: 999px;
    background: rgba(36, 31, 27, 0.2);
    color: inherit;
  }

  .b-header.is-scrolled .b-nav-toggle,
  .nav-open .b-nav-toggle {
    border-color: rgba(36, 31, 27, 0.18);
    background: rgba(251, 247, 239, 0.6);
  }

  .b-nav-toggle span:not(.sr-only) {
    width: 16px;
    height: 1px;
    background: currentColor;
    display: block;
  }

  .b-nav {
    position: fixed;
    inset: 70px 16px auto;
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(46, 38, 31, 0.12);
    background: rgba(244, 238, 228, 0.96);
    color: var(--b-soil);
    box-shadow: var(--b-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .b-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .b-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid rgba(46, 38, 31, 0.08);
  }

  .b-nav a:last-child {
    border-bottom: 0;
  }

  .b-nav-cta {
    border: 0;
    border-radius: 0;
  }

  .b-hero {
    min-height: 94svh;
    padding: 112px 0 58px;
    align-items: flex-end;
  }

  .b-hero-fallback {
    object-position: 60% center;
  }

  .b-hero-video-pc {
    display: none;
  }

  .b-hero-video-sp {
    display: block;
    width: 56.25svh;
    height: 100svh;
    min-width: 100vw;
    min-height: 177.78vw;
  }

  .b-hero-media::after {
    background:
      linear-gradient(180deg, rgba(20, 18, 15, 0.42) 0%, rgba(30, 24, 20, 0.58) 34%, rgba(24, 21, 18, 0.9) 100%),
      radial-gradient(circle at 76% 20%, rgba(32, 124, 128, 0.32), transparent 54vw);
  }

  .b-hero-illustration {
    display: none;
  }

  .b-hero-inner {
    width: 100%;
    margin-inline: 0;
    padding-inline: var(--b-padding);
  }

  .b-kicker {
    margin-bottom: 24px;
    font-size: 0.66rem;
  }

  .b-hero h1 {
    font-size: clamp(2.05rem, 8.6vw, 3rem);
    line-height: 1.18;
  }

  .b-hero h1 span {
    white-space: nowrap;
  }

  .b-hero-inner > p:not(.b-kicker) {
    margin-top: 26px;
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .b-actions {
    margin-top: 30px;
    gap: 16px;
  }

  .b-button {
    width: auto;
    min-height: 46px;
    padding: 12px 20px;
    font-size: 0.88rem;
  }

  .b-hero .b-button.primary {
    width: 100%;
  }

  .b-text-link {
    font-size: 0.82rem;
  }

  .b-vertical-note {
    display: none;
  }

  .b-quick-balance,
  .b-condition,
  .b-statement,
  .b-belief,
  .b-rasayana,
  .b-for-you,
  .b-rooms,
  .b-menu,
  .b-main-care,
  .b-option,
  .b-trial,
  .b-maintenance-guide,
  .b-flow,
  .b-before,
  .b-voice,
  .b-faq,
  .b-info {
    padding-block: 86px;
  }

  .b-quick-inner {
    display: block;
  }

  .b-quick-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .b-quick-list article {
    min-height: auto;
    padding: 26px 22px;
  }

  .b-quick-list p {
    margin-top: 34px;
  }

  .b-condition-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .b-condition h2 span {
    white-space: nowrap;
  }

  .b-condition-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .b-condition-list li {
    min-height: auto;
    padding: 16px 18px;
  }

  .b-condition-panel {
    padding-top: 0;
  }

  .b-condition-note {
    margin-top: 26px;
    padding-top: 22px;
  }

  .b-condition .b-button {
    width: 100%;
  }

  .b-statement-grid {
    min-height: auto;
  }

  .b-commitment-photo {
    width: 88%;
    margin-left: auto;
    margin-right: -24px;
    clip-path: polygon(0 8%, 92% 0, 100% 88%, 10% 100%);
  }

  .b-illustration-panel {
    display: none;
  }

  .b-statement h2,
  .b-heading h2,
  .b-rasayana h2,
  .b-for-you h2,
  .b-rooms h2,
  .b-trial h2,
  .b-care-copy h2,
  .b-option h2,
  .b-reserve h2 {
    margin-top: 22px;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.28;
  }

  .b-label span {
    font-size: 0.66rem;
  }

  .b-text,
  .b-care-copy p,
  .b-option-copy p,
  .b-option-panel p,
  .b-trial-copy p:not(.b-label),
  .b-maintenance-grid .b-heading p:not(.b-label),
  .b-rasayana-copy > p {
    margin-top: 28px;
  }

  .b-elements {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  .b-elements article {
    min-height: auto;
    padding: 28px 24px;
  }

  .b-elements h3 {
    margin-top: 28px;
  }

  .b-rasayana-photo {
    width: min(94%, 620px);
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    border-radius: 50% 50% 6px 6px / 28% 28% 6px 6px;
  }

  .b-for-you-grid,
  .b-room-grid,
  .b-trial-grid,
  .b-maintenance-grid,
  .b-care-grid,
  .b-option-grid,
  .b-before-grid,
  .b-voice-grid,
  .b-faq-grid,
  .b-info-grid {
    gap: 42px;
  }

  .b-for-you-list p {
    padding: 15px 0;
  }

  .b-care-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .b-care-cards,
  .b-room-grid,
  .b-option-list,
  .b-menu-grid,
  .b-steps {
    grid-template-columns: 1fr;
  }

  .b-rooms-photo {
    width: 82%;
    aspect-ratio: 4 / 3;
    margin: 34px 0 0 auto;
    clip-path: polygon(4% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 10%);
  }

  .b-room-grid {
    margin-top: 36px;
  }

  .b-room-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .b-room-card h3 {
    margin-top: 32px;
  }

  .b-room-card dl,
  .b-room-card ul {
    padding-top: 32px;
  }

  .b-menu-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .b-menu-card p:last-child {
    margin-top: 0;
  }

  .b-option-panel,
  .b-trial-card,
  .b-maintenance-list article {
    padding: 28px 24px;
  }

  .b-price {
    gap: 10px;
    margin-top: 28px;
  }

  .b-care-cards {
    margin-top: 0;
  }

  .b-care-cards article,
  .b-option-list article,
  .b-before-list article,
  .b-info-card {
    padding: 24px 22px;
  }

  .b-care-cards dl {
    grid-template-columns: 1fr;
  }

  .b-steps {
    margin-top: 44px;
  }

  .b-steps li {
    min-height: auto;
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: baseline;
    gap: 16px;
  }

  .b-steps p {
    margin-top: 0;
  }

  .b-info-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .b-policy-columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .b-map,
  .b-map iframe {
    min-height: 280px;
  }

  .b-map-fallback {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
  }

  .b-reserve {
    padding-block: 96px;
  }

  .b-reserve > img {
    width: 210vw;
    right: -126vw;
    bottom: -58vw;
    opacity: 0.06;
  }

  .b-footer {
    display: grid;
    gap: 14px;
    padding: 30px 24px;
  }

  .b-footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .b-button {
    transition: none;
  }
}
