@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --bg: #f7f3ec;
  --bg2: #eee6da;
  --ink: #24211d;
  --sub: #777065;
  --line: rgba(36, 33, 29, 0.16);
  --line-light: rgba(36, 33, 29, 0.08);
  --accent: #85715c;
  --deep: #2f2922;
  --sans:
    "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --display: "Outfit", "Zen Kaku Gothic New", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.9;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0;
}
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px 30px;
  min-height: 68px;
  color: #fff;
  transition: 0.35s ease;
}
.site-header.is-scrolled {
  padding: 10px 24px;
  min-height: 56px;
  color: rgba(36, 33, 29, 0.68);
  background: rgba(247, 243, 236, 0.68);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-bottom: 1px solid rgba(36, 33, 29, 0.05);
}
body.menu-open .site-header {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.menu-open .menu-button {
  color: rgba(255, 255, 255, 0.9);
}
.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.header-right {
  justify-content: flex-end;
}
.logo {
  display: inline-grid;
  justify-items: center;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: 0.35s ease;
}
.site-header.is-scrolled .logo,
body.menu-open .site-header .logo {
  opacity: 0.9;
  pointer-events: auto;
  transform: translateY(0);
}
.moda-logo-image {
  position: relative;
  display: block;
  width: 220px;
  height: 84px;
  background: none;
  color: currentColor;
}
.moda-logo-image span {
  display: block;
}
.moda-logo-line {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 152px;
  height: 30px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20260%2054%22%3E%0A%3Cpath%20d%3D%22M16%2036%20C60%2030%2C%20106%2017%2C%20130%2014%20C142%2012%2C%20142%2022%2C%20154%2022%20C176%2021%2C%20206%2018%2C%20244%2030%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E")
    center/contain no-repeat;
  opacity: 0.9;
}
.moda-logo-line:before,
.moda-logo-line:after {
  content: none;
}
.moda-logo-hotel {
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.46em;
  line-height: 1;
  font-weight: 400;
  opacity: 0.72;
}
.moda-logo-name {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.56em;
  line-height: 1;
  font-weight: 400;
}
.site-header.is-scrolled .moda-logo-image {
  opacity: 0.68;
}
.site-footer-logo .moda-logo-image {
  color: #fff;
  opacity: 0.9;
}
.site-header .moda-logo-image {
  width: 118px;
  height: 50px;
  opacity: 0.86;
}
.site-header .moda-logo-line {
  width: 84px;
  height: 18px;
  top: 0;
}
.site-header .moda-logo-hotel {
  top: 21px;
  font-size: 6px;
  letter-spacing: 0.42em;
}
.site-header .moda-logo-name {
  top: 31px;
  font-size: 14px;
  letter-spacing: 0.48em;
}
.reserve-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 17px;
  letter-spacing: 0.11em;
}
.menu-button {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.9;
}
.menu-button:before,
.menu-button:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  background: currentColor;
  transition:
    top 0.28s ease,
    transform 0.28s ease,
    opacity 0.28s ease;
}
.menu-button:before {
  top: 9px;
}
.menu-button:after {
  top: 19px;
}
.menu-button.is-open:before {
  top: 14px;
  transform: rotate(28deg);
}
.menu-button.is-open:after {
  top: 14px;
  transform: rotate(-28deg);
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 70px 28px 34px;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(255, 255, 255, 0.08),
      transparent 32%
    ),
    rgba(31, 27, 22, 0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.35s ease;
	overflow: scroll;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-menu-nav {
  display: grid;
  align-content: center;
  gap: 26px;
}
.mobile-menu-nav a {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: baseline;
  gap: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--display);
  font-size: clamp(30px, 8vw, 54px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.08em;
}
.mobile-menu-nav a span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.mobile-menu-sub {
  display: grid;
  gap: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  padding-top: 24px;
}
.mobile-menu-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: min(100%, 260px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.12em;
}
.hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  overflow: hidden;
  background: var(--deep);
}
.hero-video-layer,
.hero-slides {
  position: absolute;
  inset: 0;
}
.hero-video-layer {
  z-index: 1;
  opacity: 1;
  transition: opacity 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-video-layer.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) brightness(0.9);
}
.hero-slides {
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-slides.is-active {
  opacity: 1;
}
.hero-slides:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(23, 20, 17, 0.1), rgba(23, 20, 17, 0.58)),
    linear-gradient(
      90deg,
      rgba(23, 20, 17, 0.22),
      rgba(23, 20, 17, 0.06),
      rgba(23, 20, 17, 0.18)
    );
  pointer-events: none;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity;
  backface-visibility: hidden;
}
.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.hero-slide img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 6.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.hero-slide.is-active img {
  transform: scale(1.08);
}
.hero-logo-mark {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  transform: translateY(-1svh);
  pointer-events: none;
}
.hero-logo-mark .moda-logo-image {
  width: min(300px, 34vw);
  height: min(148px, 18vw);
  opacity: 0.86;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}
.hero-bottom {
  position: absolute;
  z-index: 3;
  left: 46px;
  right: 46px;
  bottom: 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}
.hero-lead {
  width: min(560px, 100%);
  font-size: 14px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.86);
}
.scroll {
  writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.82);
}
.section {
  padding: 118px 0;
}
.container {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}
.wide {
  width: min(1360px, calc(100% - 56px));
  margin: 0 auto;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 90px;
  align-items: start;
}
.section-label {
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.18em;
}
.section-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.6;
}
.section-copy {
  color: var(--sub);
  font-size: 15px;
  line-height: 2.25;
}
.en-copy {
  margin-top: 32px;
  color: rgba(36, 33, 29, 0.48);
  font-family: var(--display);
  font-size: 14px;
  line-height: 2.1;
}
a.more-btn {
  margin-top: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  min-width: 154px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.32);
  color: var(--accent);
  font-size: 15px;
  letter-spacing: 0.08em;
}
a.more-btn:after {
  content: "›";
  font-size: 20px;
}
.visual-band {
  padding: 0 0 118px;
}
.visual-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.82fr 0.92fr;
  gap: 18px;
  align-items: start;
}
.visual-grid img {
  object-fit: cover;
}
.visual-grid img:nth-child(1) {
  aspect-ratio: 4/5.3;
}
.visual-grid img:nth-child(2) {
  aspect-ratio: 1/1.28;
  margin-top: 92px;
}
.visual-grid img:nth-child(3) {
  aspect-ratio: 4/5;
  margin-top: 34px;
}
.feature-section {
  padding: 148px 0 132px;
  text-align: center;
  border-top: 1px solid var(--line-light);
}
.feature-head {
  margin-bottom: 58px;
}
.feature-title-en {
  margin: 0;
  color: var(--accent);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.feature-mark {
  margin: 18px 0 0;
  color: var(--accent);
  font-size: 14px;
  opacity: 0.75;
}
.feature-copy {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}
.feature-copy-ja {
  color: #958875;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.08em;
}
.feature-copy-en {
  margin: 30px 0 0;
  color: rgba(36, 33, 29, 0.45);
  font-family: var(--display);
  font-size: 15px;
  line-height: 2.15;
}
.feature-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 106px;
}
.feature-gallery figure {
  margin: 0;
}
.feature-gallery img {
  aspect-ratio: 4/5.15;
  object-fit: cover;
}
.feature-gallery-caption {
  margin-top: 20px;
  color: rgba(36, 33, 29, 0.46);
  font-family: var(--display);
  font-size: 13px;
  text-align: left;
}
.room-carousel-wrap {
  width: min(1480px, calc(100% - 56px));
  margin: 106px auto 0;
}
.room-carousel {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  cursor: grab;
  padding-bottom: 34px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
}
.room-carousel::-webkit-scrollbar {
  display: none;
}
.room-slide {
  flex: 0 0 min(420px, 30vw);
  min-width: 340px;
  user-select: none;
}
.room-slide figure {
  margin: 0;
}
.room-slide img {
  aspect-ratio: 4/5.15;
  object-fit: cover;
  pointer-events: none;
}
.room-slide-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-top: 24px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
}
.room-slide-title span {
  color: rgba(36, 33, 29, 0.44);
  font-size: 13px;
}
.room-slide-caption {
  margin-top: 14px;
  color: rgba(36, 33, 29, 0.52);
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
}
.room-carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}
.room-carousel-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(133, 113, 92, 0.34);
  border-radius: 999px;
  background: transparent;
  color: var(--accent);
  font-size: 20px;
  cursor: pointer;
}
.room-carousel-hint {
  margin-top: 12px;
  color: rgba(36, 33, 29, 0.38);
  font-size: 12px;
  text-align: right;
}
.dining-editorial-section {
  padding: 128px 0 160px;
  background: #f7f3ec;
  overflow: hidden;
  border-top: 1px solid var(--line-light);
}
.dining-editorial-top {
  width: min(1360px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 54px;
}
.dining-vertical-title {
  position: sticky;
  top: 112px;
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 460px;
  padding-top: 12px;
}
.dining-vertical-title .small {
  writing-mode: vertical-rl;
  color: rgba(36, 33, 29, 0.44);
  font-family: var(--display);
  font-size: 12px;
}
.dining-vertical-title h2 {
  margin: 0;
  writing-mode: vertical-rl;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.11em;
}
.dining-vertical-title:before,
.dining-vertical-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(36, 33, 29, 0.08);
}
.dining-vertical-title:before {
  left: 42px;
}
.dining-vertical-title:after {
  right: 42px;
}
.dining-photo-grid figure {
  margin: 0;
  overflow: hidden;
}
.dining-photo-grid img {
  aspect-ratio: 16/6.4;
  object-fit: cover;
}
.dining-editorial-bottom {
  width: min(1360px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  padding-top: 112px;
}
.dining-text-block {
  padding: 18px 0 0 34px;
}
.dining-label {
  margin-bottom: 24px;
  color: var(--accent);
  font-family: var(--display);
  font-size: 15px;
}
.dining-title {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.11em;
}
.dining-copy-ja {
  margin-top: 46px;
  color: #4f4840;
  font-size: 15px;
  line-height: 2.45;
}
.dining-copy-en {
  margin-top: 30px;
  color: rgba(36, 33, 29, 0.48);
  font-family: var(--display);
  font-size: 14px;
}
.dining-layered-visual {
  position: relative;
  min-height: 650px;
}
.dining-main-photo {
  width: 86%;
  margin-left: auto;
  overflow: hidden;
}
.dining-main-photo img {
  aspect-ratio: 4/3.25;
  object-fit: cover;
}
.dining-sub-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  overflow: hidden;
  filter: grayscale(1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
}
.dining-sub-photo img {
  aspect-ratio: 4/3.2;
  object-fit: cover;
}
.breakfast-editorial {
  padding: 72px 0 160px;
  background: #f7f3ec;
  border-top: 1px solid var(--line-light);
}
.breakfast-editorial .dining-editorial-bottom {
  padding-top: 0;
}
.breakfast-editorial .dining-layered-visual {
  min-height: 560px;
}
.lounge-parallax-section {
  padding: 150px 0 180px;
  border-top: 1px solid var(--line-light);
  overflow: hidden;
}
.lounge-parallax-inner {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 78px;
}
.lounge-copy-panel {
  position: sticky;
  top: 112px;
  padding-top: 12px;
}
.lounge-kicker {
  margin-bottom: 24px;
  color: var(--accent);
  font-family: var(--display);
  font-size: 17px;
}
.lounge-title {
  margin: 0;
  font-size: clamp(36px, 3.4vw, 56px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.09em;
}
.lounge-mark {
  margin: 22px 0 42px;
  color: rgba(36, 33, 29, 0.44);
}
.lounge-copy-ja {
  color: #5f574d;
  font-size: 15px;
  line-height: 2.25;
}
.lounge-copy-en {
  margin-top: 30px;
  color: rgba(36, 33, 29, 0.5);
  font-family: var(--display);
  font-size: 14px;
}
.lounge-visual {
  position: relative;
  min-height: 980px;
}
.lounge-visual-main {
  width: 88%;
  margin-left: auto;
  overflow: hidden;
}
.lounge-visual-main img {
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.lounge-visual-sub {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 42%;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}
.lounge-visual-sub img {
  aspect-ratio: 4/4.8;
  object-fit: cover;
}
.js-parallax {
  will-change: transform;
  transition: transform 0.08s linear;
}
.stay-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--deep);
  text-align: center;
}
.stay-bg {
  position: absolute;
  inset: 0;
}
.stay-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at center,
      rgba(30, 27, 22, 0.12),
      rgba(30, 27, 22, 0.58) 58%,
      rgba(30, 27, 22, 0.74)
    ),
    linear-gradient(180deg, rgba(30, 27, 22, 0.08), rgba(30, 27, 22, 0.64));
}
.stay-bg img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.82);
  transform: scale(1.02);
}
.stay-hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 42px;
}
.stay-hero-content:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}
.stay-hero-inner {
  position: relative;
  z-index: 2;
}
.stay-title-en {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 400;
}
.stay-copy-ja {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.stay-copy-en {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 14px;
}
.stay-hero-inner .more-btn{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.stay-thumbs {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 138px);
  gap: 18px;
}
.stay-thumb {
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.72;
}
.stay-thumb.is-active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.86);
}
.stay-thumb img {
  height: 100%;
  object-fit: cover;
}
.journal-section {
  padding: 118px 0;
  background: var(--bg2);
  overflow: hidden;
}
.journal-head {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 78px;
}
.block-title-en {
  margin: 0;
  color: var(--accent);
  font-family: var(--display);
  font-size: 42px;
  font-weight: 500;
}
.block-title-ja {
  margin-top: 10px;
  color: var(--accent);
  font-size: 13px;
}
.block-copy {
  color: var(--sub);
  font-size: 15px;
  line-height: 2.25;
}
.journal-flow {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: slide 34s linear infinite;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.journal-card {
  width: 280px;
  background: var(--bg);
}
.journal-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.journal-card p {
  padding-top: 18px;
  font-size: 13px;
  color: var(--sub);
}
.reserve-section {
  position: relative;
  min-height: 72svh;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--deep);
  overflow: hidden;
}
.reserve-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(25, 22, 18, 0.18), rgba(25, 22, 18, 0.62)),
    linear-gradient(
      90deg,
      rgba(25, 22, 18, 0.26),
      rgba(25, 22, 18, 0.08),
      rgba(25, 22, 18, 0.28)
    ),
    url("../images/food02.jpg") center/cover no-repeat;
  filter: saturate(0.82) brightness(0.94);
}
.reserve-section:after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.reserve-inner {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 48px));
  text-align: center;
}
.reserve-label {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--display);
  font-size: 17px;
}
.reserve-mark {
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.62);
}
.reserve-inner h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 700;
  line-height: 1.72;
}
.reserve-inner p {
  margin: 34px auto 0;
  width: min(540px, 100%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 2.18;
}
.reserve-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 44px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 46px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}
.button.fill {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
}
.access {
  padding: 100px 0;
}
.access-grid {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 78px;
  padding-top: 68px;
  border-top: 1px solid var(--line);
}
.access-text {
  color: var(--sub);
  font-size: 14px;
  line-height: 2.1;
}
.site-footer-visual {
  position: relative;
  color: #fff;
  background: #1f1b17;
  overflow: hidden;
  min-height: 56svh;
  display: grid;
  align-items: end;
}
.site-footer-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.site-footer-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.site-footer-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 14, 11, 0.18),
    rgba(17, 14, 11, 0.52) 42%,
    rgba(17, 14, 11, 0.86) 100%
  );
}
.site-footer-logo{
	margin-top: 130px;
}
.site-footer-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 72px;
  align-items: end;
}
.site-footer-info {
  display: grid;
  gap: 34px;
}
.site-footer-logo .moda-logo-image {
  width: 150px;
  height: 68px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.site-footer-address {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}
.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.site-footer-nav a {
  font-size: 13px;
}
.site-footer-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.site-footer-copy {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}
.mobile-fixed {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 80;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(60, 49, 39, 0.1);
  border-radius: 22px;
  background: rgba(247, 243, 236, 0.92);
  box-shadow: 0 14px 38px rgba(26, 21, 16, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.mobile-fixed-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  min-height: 60px;
  padding: 6px 8px;
  border-radius: 16px;
  color: rgba(54, 44, 35, 0.86);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.mobile-fixed-item-emphasis {
  background: rgba(54, 44, 35, 0.06);
}
.mobile-fixed-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: currentColor;
}
.mobile-fixed-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-fixed-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 12px 18px;
    min-height: 58px;
  }
  .site-header.is-scrolled {
    padding: 8px 14px;
    min-height: 50px;
  }
  .header-left,
  .header-right a:not(.reserve-link) {
    display: none;
  }
  .menu-button {
    display: inline-flex;
  }
  .logo {
    justify-self: center;
  }
  .site-header .moda-logo-image {
    width: 96px;
    height: 42px;
  }
  .site-header .moda-logo-line {
    width: 66px;
    height: 15px;
    top: 0;
  }
  .site-header .moda-logo-hotel {
    top: 18px;
    font-size: 5px;
  }
  .site-header .moda-logo-name {
    top: 27px;
    font-size: 12px;
  }
  .hero-bottom {
    left: 24px;
    right: 24px;
  }
  .section {
    padding: 86px 0;
  }
  .container,
  .wide {
    width: calc(100% - 36px);
  }
  .intro-grid,
  .journal-head,
  .access-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .feature-section {
    padding: 106px 0 96px;
  }
  .feature-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature-gallery img {
    aspect-ratio: 4/3.35;
  }
  .room-carousel-wrap {
    width: calc(100% - 36px);
    margin-top: 68px;

  }
  .room-carousel {
    gap: 22px;
  }
  .room-slide {
    flex-basis: min(360px, 72vw);
    min-width: min(360px, 72vw);
  }
  .visual-grid {
    grid-template-columns: 1fr;
  }
  .visual-grid img:nth-child(n) {
    margin-top: 0;
    aspect-ratio: 4/3.4;
  }
  .site-footer-visual {
    min-height: 52svh;
  }
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 92px 0 48px;
  }
  .site-footer-copy {
    padding-bottom: 84px;
  }
  .dining-editorial-section {
    padding: 104px 0 128px;
  }
  .dining-editorial-top,
  .dining-editorial-bottom {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .dining-vertical-title {
    position: relative;
    min-height: auto;
    display: block;
  }
  .dining-vertical-title .small,
  .dining-vertical-title h2 {
    writing-mode: horizontal-tb;
  }
  .dining-vertical-title:before,
  .dining-vertical-title:after {
    display: none;
  }
  .dining-photo-grid img {
    aspect-ratio: 16/7.2;
  }
  .dining-text-block {
    padding-left: 0;
  }
  .dining-layered-visual {
    min-height: 520px;
  }
  .lounge-parallax-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
  }
  .lounge-copy-panel {
    position: relative;
  }
  .lounge-visual {
    min-height: auto;
    padding-bottom: 112px;
  }
  .lounge-visual-main {
    width: 100%;
  }
  .lounge-visual-sub {
    width: 54%;
    bottom: 0;
  }
  .footer-cta {
    grid-template-columns: 1fr;
  }
  .site-footer-inner {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }
}
@media (max-width: 640px) {
  .reserve-link {
    display: none;
  }
  .hero-logo-mark .moda-logo-image {
    width: min(210px, 54vw);
    height: 102px;
    opacity: 0.86;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
  }
  .scroll {
    display: none;
  }
  .dining-photo-grid img {
    aspect-ratio: 4/3.2;
  }
  .dining-title {
    font-size: 30px;
  }
  .dining-layered-visual {
    min-height: 420px;
  }
  .dining-main-photo {
    width: 100%;
  }
  .dining-sub-photo {
    width: 58%;
  }
  .lounge-title {
    font-size: 34px;
  }
  .stay-hero-content {
    width: min(360px, calc(100% - 28px));
    min-height: 360px;
  }
  .stay-title-en {
    font-size: 42px;
  }
  .stay-thumbs {
    left: 16px;
    right: 16px;
    bottom: 18px;
    transform: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .stay-thumb {
    height: 42px;
  }
  .room-slide {
    flex-basis: 82vw;
    min-width: 82vw;
  }
  .reserve-actions {
    display: grid;
  }
  .mobile-fixed {
    display: grid;
  }
  body.menu-open .mobile-fixed {
    display: none;
  }
  .footer-cta-card {
    min-height: 270px;
    padding: 34px 22px;
  }
  .site-footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .site-footer-reserve {
    width: 100%;
  }
  .site-footer-visual {
    padding-bottom: 92px;
  }
}

#facility.dining-editorial-section {
  padding: 96px 0 84px;
}
#dinner-detail.feature-section {
  padding: 84px 0 112px;
}
.feature-section#breakfast {
  padding-top: 108px;
}
.dinner-showcase-section {
  position: relative;
  padding: 138px 0 150px;
  background: linear-gradient(180deg, #f7f3ee 0%, #f3eee8 100%);
  overflow: hidden;
}
.dinner-showcase-wrap {
  position: relative;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: stretch;
  min-height: 740px;
}
.dinner-showcase-copy {
  position: relative;
  z-index: 3;
  padding: 96px 54px 120px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(44, 36, 31, 0.2),
    rgba(44, 36, 31, 0.66)
  );
  overflow: hidden;
}
.dinner-showcase-copy:before {
  content: "";
  position: absolute;
  inset: -40px;
  z-index: -2;
  background: url("../images/dinner-showcase-main.jpg") center/cover no-repeat;
  filter: blur(20px) brightness(0.55);
  transform: scale(1.12);
}
.dinner-showcase-copy:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(182, 110, 87, 0.26),
      transparent 28%
    ),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 48%);
}
.dinner-showcase-kicker {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--display);
  font-size: 18px;
}
.dinner-showcase-title {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.08em;
}
.dinner-showcase-text {
  margin-top: 34px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 2.14;
}
.dinner-showcase-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  margin-top: 34px;
  padding: 18px 34px;
  border-radius: 999px;
  background: #c6a04f;
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  box-shadow: 0 16px 40px rgba(76, 54, 16, 0.18);
}
.dinner-showcase-button:after {
  content: "→";
  font-size: 18px;
}
.dinner-showcase-word {
  position: absolute;
  left: 2px;
  bottom: -18px;
  font-family: var(--display);
  font-size: clamp(96px, 13vw, 210px);
  line-height: 0.84;
  color: rgba(198, 160, 79, 0.16);
  letter-spacing: -0.02em;
  pointer-events: none;
}
.dinner-showcase-visual {
  position: relative;
  min-height: 740px;
}
.dinner-showcase-visual:before {
  content: "";
  position: absolute;
  left: -19%;
  top: -9%;
  width: 54%;
  height: 92%;
  background: radial-gradient(
    circle at 100% 10%,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.04) 54%,
    transparent 56%
  );
  border-radius: 48% 52% 50% 50%/54% 54% 46% 46%;
  pointer-events: none;
}
.dinner-showcase-main {
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
}
.dinner-showcase-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dinner-showcase-floating {
  position: absolute;
  left: -11%;
  bottom: 8%;
  width: min(34vw, 460px);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  background: #fff;
}
.dinner-showcase-floating img {
  width: 100%;
  aspect-ratio: 4/4.7;
  object-fit: cover;
  display: block;
}
.dinner-showcase-floating figcaption {
  padding: 12px 16px;
  color: #786b5f;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #f8f4ef;
}
.dinner-showcase-arch {
  position: absolute;
  left: -26%;
  top: -1%;
  width: 46%;
  height: 84%;
  background: linear-gradient(
    180deg,
    rgba(246, 240, 233, 0.32),
    rgba(246, 240, 233, 0.12)
  );
  border-radius: 46% 54% 0 0 / 62% 62% 0 0;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 960px) {
  .dinner-showcase-section {
    padding: 96px 0 106px;
  }
  .dinner-showcase-wrap {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .dinner-showcase-copy {
    padding: 42px 24px 82px;
    min-height: 420px;
  }
  .dinner-showcase-title {
    font-size: 38px;
  }
  .dinner-showcase-text {
    font-size: 14px;
    line-height: 2;
  }
  .dinner-showcase-visual {
    min-height: 520px;
  }
  .dinner-showcase-floating {
    left: 18px;
    bottom: 18px;
    width: 46%;
  }
  .dinner-showcase-word {
    font-size: 88px;
    bottom: -8px;
  }
}
@media (max-width: 640px) {
  .dinner-showcase-copy {
    padding: 34px 20px 74px;
    min-height: 360px;
  }
  .dinner-showcase-kicker {
    font-size: 16px;
  }
  .dinner-showcase-title {
    font-size: 32px;
  }
  .dinner-showcase-button {
    padding: 15px 24px;
    font-size: 16px;
  }
  .dinner-showcase-visual {
    min-height: 420px;
  }
  .dinner-showcase-floating {
    width: 56%;
  }
  .dinner-showcase-word {
    font-size: 68px;
  }
}

/* correct MODA logo image */
.moda-logo-image {
  display: block;
  width: 420px;
  height: 170px;
  background: url("../images/logo-moda-correct.png") center/contain no-repeat !important;
  color: transparent;
}
.moda-logo-image span {
  display: none !important;
}
.site-header .moda-logo-image {
  width: 118px;
  height: 48px;
  opacity: 0.92;
}
.site-header.is-scrolled .moda-logo-image {
  filter: brightness(0) saturate(0);
  opacity: 0.68;
}
.hero-logo-mark .moda-logo-image {
  width: min(330px, 36vw);
  height: min(150px, 18vw);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}
.site-footer-logo .moda-logo-image {
  width: 180px;
  height: 78px;
  filter: none;
  opacity: 0.92;
}
@media (max-width: 960px) {
  .site-header .moda-logo-image {
    width: 96px;
    height: 42px;
  }
}
@media (max-width: 640px) {
  .hero-logo-mark .moda-logo-image {
    width: min(300px, 70vw);
    height: 138px;
  }
}

.breakfast-balance-section {
  padding: 108px 0 132px;
  border-top: 1px solid var(--line-light);
  background: var(--bg);
}
.breakfast-balance-inner {
  width: min(1360px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
.breakfast-balance-copy {
  padding: 12px 0 0 4px;
}
.breakfast-balance-kicker {
  margin: 0 0 26px;
  color: var(--accent);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.04em;
}
.breakfast-balance-title {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.05em;
}
.breakfast-balance-ja {
  margin: 42px 0 0;
  color: #4f4840;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.breakfast-balance-en {
  margin: 30px 0 0;
  color: rgba(36, 33, 29, 0.5);
  font-family: var(--display);
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}
.breakfast-balance-visual {
  margin: 0;
  overflow: hidden;
}
.breakfast-balance-visual img {
  width: 100%;
  aspect-ratio: 1.55/1;
  object-fit: cover;
}
.site-footer-logo img {
  display: block;
  height: auto;
}
@media (max-width: 960px) {
  .breakfast-balance-section {
    padding: 92px 0 104px;
  }
  .breakfast-balance-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .breakfast-balance-copy {
    padding-top: 0;
  }
  .breakfast-balance-title {
    font-size: clamp(34px, 9vw, 52px);
  }
  .breakfast-balance-visual img {
    aspect-ratio: 4/3;
  }
}

.about-bath-image {
  object-position: 14% center;
}
.breakfast-balance-visual img {
  object-position: center 54%;
}
.lounge-kicker {
  letter-spacing: 0.04em;
}
.stay-section-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: 0.08em;
}
.stay-bg img {
  transition:
    opacity 0.45s ease,
    transform 0.85s ease;
}
.stay-section.is-switching .stay-bg img {
  opacity: 0.35;
  transform: scale(1.05);
}
.stay-thumbs {
  grid-template-columns: repeat(4, 152px);
  gap: 16px;
}
.stay-thumb {
  appearance: none;
  background: none;
  padding: 0;
  height: auto;
  border: 0;
  display: grid;
  gap: 10px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  opacity: 0.76;
}
.stay-thumb img {
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  object-fit: cover;
  transition:
    border-color 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.stay-thumb span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.stay-thumb.is-active {
  opacity: 1;
}
.stay-thumb.is-active img {
  border-color: rgba(255, 255, 255, 0.88);
  transform: translateY(-2px);
}
.stay-thumb.is-active span {
  color: #fff;
}
.journal-loop {
  overflow: hidden;
  width: 100%;
}
.journal-track {
  display: flex;
  gap: 28px;
  width: max-content;
  will-change: transform;
  padding: 0 28px;
}
.journal-card {
  width: 320px;
  flex: 0 0 auto;
  background: var(--bg);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.04);
}
.journal-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.journal-card-body {
  padding: 18px 18px 22px;
}
.journal-card-title {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}
.journal-card-meta {
  margin: 8px 0 0;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.journal-card-copy {
  margin: 12px 0 0;
  color: var(--sub);
  font-size: 13px;
  line-height: 1.9;
}
.reserve-section:before {
  background:
    linear-gradient(180deg, rgba(25, 22, 18, 0.28), rgba(25, 22, 18, 0.72)),
    linear-gradient(
      90deg,
      rgba(25, 22, 18, 0.34),
      rgba(25, 22, 18, 0.12),
      rgba(25, 22, 18, 0.34)
    ),
    url("../images/food02.jpg") center/cover no-repeat;
  filter: saturate(0.88) brightness(0.84);
}
.reserve-inner {
  display: grid;
  justify-items: center;
  gap: 0;
}
.reserve-inner p {
  max-width: 620px;
}
.reserve-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.reserve-points li {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.84);
}
.site-footer-logo .moda-logo-image,
.hero-logo-mark .moda-logo-image,
.site-header .moda-logo-image {
  background-image: url("../images/logo-moda-correct.png") !important;
}
@media (max-width: 960px) {
  .stay-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 18px;
    right: 18px;
    bottom: 18px;
    transform: none;
    gap: 10px;
  }
  .stay-thumb img {
    height: 50px;
  }
  .journal-card {
    width: 260px;
  }
  .breakfast-balance-visual img {
    aspect-ratio: 4/3;
  }
}

/* v29 stability cleanup */
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.moda-logo {
  display: block;
  width: 100%;
  height: auto;
}
.moda-logo-header {
  width: 118px;
  opacity: 0.94;
  transition:
    filter 0.35s ease,
    opacity 0.35s ease;
}
.site-header.is-scrolled .moda-logo-header {
  filter: brightness(0) saturate(0);
  opacity: 0.78;
}
body.menu-open .site-header .moda-logo-header {
  filter: none;
  opacity: 0.94;
}
.hero-logo-mark {
  z-index: 3;
}
.hero-logo-mark .moda-logo-hero {
  width: min(320px, 38vw);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
  opacity: 0.92;
}
.site-footer-logo .moda-logo-footer {
  width: 182px;
  opacity: 0.94;
}
@media (max-width: 960px) {
  .moda-logo-header {
    width: 96px;
  }
  .hero-logo-mark .moda-logo-hero {
    width: min(260px, 68vw);
  }
}

/* neutralize older logo drawing rules */
.moda-logo-image {
  background: none !important;
  color: inherit !important;
}
.moda-logo-image span,
.moda-logo-line,
.moda-logo-hotel,
.moda-logo-name {
  display: none !important;
}

/* smoother FV motion */
.hero {
  background: #211f1b;
}
.hero-video-layer {
  z-index: 2;
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-video-layer.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.96) brightness(0.9);
}
.hero-slides {
  z-index: 1;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-slides.is-active {
  opacity: 1;
}
.hero-slide {
  transition: opacity 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-slide img {
  transition: transform 7.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-slide.is-active img {
  transform: scale(1.06);
}

/* reservation redesign */
.reserve-section {
  position: relative;
  padding: 132px 28px !important;
  min-height: auto;
  display: block;
  background: #211f1b;
  color: #fff;
  overflow: hidden;
}
.reserve-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 20, 17, 0.26), rgba(23, 20, 17, 0.76)),
    linear-gradient(
      90deg,
      rgba(23, 20, 17, 0.68),
      rgba(23, 20, 17, 0.18),
      rgba(23, 20, 17, 0.54)
    ),
    url("../images/food02.jpg") center/cover no-repeat !important;
  filter: saturate(0.88) brightness(0.78);
  transform: scale(1.04);
}
.reserve-section:after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
.reserve-shell {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: 86px;
  align-items: center;
}
.reserve-copy-side {
  text-align: left;
}
.reserve-content-side {
  text-align: left;
}
.reserve-label {
  margin: 0 0 16px !important;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.14em;
}
.reserve-mark {
  margin: 0 0 34px !important;
  color: rgba(255, 255, 255, 0.56);
}
.reserve-copy-side h2 {
  margin: 0;
  font-size: clamp(40px, 4.7vw, 74px);
  line-height: 1.44;
  letter-spacing: 0.06em;
  color: #fff;
}
.reserve-lead {
  margin: 34px 0 0 !important;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 2.18;
  letter-spacing: 0.055em;
}
.reserve-points-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.reserve-point-card {
  padding: 22px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 170px;
}
.reserve-point-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.44);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.22em;
}
.reserve-point-card strong {
  display: block;
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.reserve-point-card p {
  margin: 14px 0 0 !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 2;
  max-width: none !important;
}
.reserve-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0 !important;
  padding: 0;
  list-style: none;
}
.reserve-points li {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.11em;
}
.reserve-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}
.reserve-actions .button {
  min-width: 178px;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.reserve-actions .button.fill {
  background: #fff;
  color: #26231f;
  border-color: #fff;
}
@media (max-width: 960px) {
  .reserve-shell {
    grid-template-columns: 1fr;
    gap: 42px;
    width: calc(100% - 12px);
  }
  .reserve-copy-side,
  .reserve-content-side {
    text-align: center;
  }
  .reserve-lead {
    max-width: 640px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .reserve-points-grid {
    grid-template-columns: 1fr;
  }
  .reserve-points {
    justify-content: center;
  }
  .reserve-actions {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .reserve-section {
    padding: 92px 20px !important;
  }
  .reserve-section:after {
    inset: 14px;
  }
  .reserve-copy-side h2 {
    font-size: 38px;
  }
  .reserve-point-card {
    min-height: auto;
  }
  .reserve-actions {
    flex-direction: column;
  }
  .reserve-actions .button {
    width: 100%;
  }
}

/* v31 logo hard-fix: use only clean uploaded logo, no textured asset */
.site-header .logo,
.hero-logo-mark,
.site-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.moda-logo,
.moda-logo-header,
.moda-logo-hero,
.moda-logo-footer {
  display: block !important;
  height: auto !important;
  max-width: 100%;
  background: none !important;
  object-fit: contain !important;
}
.site-header .moda-logo-header {
  width: 116px !important;
  opacity: 0.94 !important;
  filter: none !important;
}
.site-header.is-scrolled .moda-logo-header {
  filter: brightness(0) saturate(0) !important;
  opacity: 0.82 !important;
}
body.menu-open .site-header .moda-logo-header {
  filter: none !important;
  opacity: 0.94 !important;
}
.hero-logo-mark .moda-logo-hero {
  width: min(318px, 38vw) !important;
  opacity: 0.92 !important;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18)) !important;
}
.site-footer-logo .moda-logo-footer {
  width: 182px !important;
  opacity: 0.94 !important;
  filter: none !important;
}
/* disable old CSS-drawn logo parts completely */
.moda-logo-image,
.moda-logo-line,
.moda-logo-hotel,
.moda-logo-name {
  display: none !important;
  background: none !important;
}
.moda-logo-image span {
  display: none !important;
}
@media (max-width: 960px) {
  .site-header .moda-logo-header {
    width: 96px !important;
  }
  .hero-logo-mark .moda-logo-hero {
    width: min(250px, 66vw) !important;
  }
  .site-footer-logo .moda-logo-footer {
    width: 166px !important;
  }
}

/* v33 OFFICIAL LOGO LOCK
   Use the official HOTEL MODA logo asset only.
   No CSS-drawn logo, no extracted screenshot logo, no content:url swap. */
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none !important;
}
.moda-logo,
.moda-logo-header,
.moda-logo-hero,
.moda-logo-footer {
  display: block !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  background: none !important;
  content: normal !important;
}
.site-header .moda-logo-header {
  width: 118px !important;
  opacity: 0.94 !important;
  filter: none !important;
}
.site-header.is-scrolled .moda-logo-header {
  content: normal !important;
  filter: brightness(0) saturate(0) !important;
  opacity: 0.72 !important;
}
body.menu-open .site-header .moda-logo-header {
  content: normal !important;
  filter: none !important;
  opacity: 0.94 !important;
}
.hero-logo-mark {
  z-index: 3 !important;
}
.hero-logo-mark .moda-logo-hero {
  width: min(330px, 38vw) !important;
  opacity: 0.94 !important;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22)) !important;
}
.site-footer-logo .moda-logo-footer {
  width: 190px !important;
  opacity: 0.94 !important;
  filter: none !important;
}
.moda-logo-image,
.moda-logo-line,
.moda-logo-hotel,
.moda-logo-name,
.moda-logo-image span {
  display: none !important;
  background: none !important;
  content: none !important;
}
@media (max-width: 960px) {
  .site-header .moda-logo-header {
    width: 96px !important;
  }
  .hero-logo-mark .moda-logo-hero {
    width: min(270px, 70vw) !important;
  }
  .site-footer-logo .moda-logo-footer {
    width: 170px !important;
  }
}

/* v34 FV slide timing: after video, images switch every 2 seconds */
.hero-video-layer {
  transition: opacity 1.05s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
.hero-slides {
  transition: opacity 1.05s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
.hero-slide {
  transition: opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
.hero-slide img {
  transition: transform 2.2s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
.hero-slide.is-active img {
  transform: scale(1.045) !important;
}

/* v35 typography adjustment: NOT A HOTEL body scale / BLANC-like restrained titles */
.section-title,
.dining-title,
.breakfast-balance-title,
.lounge-title {
  font-size: clamp(32px, 3.2vw, 46px) !important;
  line-height: 1.48 !important;
  letter-spacing: 0.06em !important;
}

.feature-title-en,
.block-title-en {
  font-size: clamp(20px, 2.2vw, 34px) !important;
  line-height: 1.3 !important;
}

.section-copy,
.feature-copy-ja,
.breakfast-balance-ja,
.lounge-copy-ja,
.block-copy,
.access-text,
.reserve-lead,
.reserve-point-card p {
  font-size: 14px !important;
  line-height: 2.15 !important;
  letter-spacing: 0.045em !important;
}

.en-copy,
.feature-copy-en,
.breakfast-balance-en,
.lounge-copy-en,
.feature-copy-en,
.stay-copy-en {
  font-size: 13px !important;
  line-height: 2.05 !important;
}

.feature-copy-ja {
  color: #6f675d !important;
}

.reserve-copy-side h2 {
  font-size: clamp(34px, 3.2vw, 48px) !important;
  line-height: 1.52 !important;
}

.stay-title-en {
  font-size: clamp(42px, 5vw, 64px) !important;
}

.hero-lead {
  font-size: 13px !important;
  line-height: 2.05 !important;
}

@media (max-width: 640px) {
  .section-title,
  .dining-title,
  .breakfast-balance-title,
  .lounge-title {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.5 !important;
  }

  .feature-title-en,
  .block-title-en {
    font-size: 26px !important;
  }

  .section-copy,
  .feature-copy-ja,
  .breakfast-balance-ja,
  .lounge-copy-ja,
  .block-copy,
  .access-text,
  .reserve-lead,
  .reserve-point-card p {
    font-size: 13px !important;
    line-height: 2.05 !important;
  }

  .en-copy,
  .feature-copy-en,
  .breakfast-balance-en,
  .lounge-copy-en,
  .stay-copy-en {
    font-size: 12px !important;
    line-height: 1.95 !important;
  }

  .reserve-copy-side h2 {
    font-size: clamp(30px, 8vw, 36px) !important;
    line-height: 1.55 !important;
  }

  .stay-title-en {
    font-size: 38px !important;
  }

  .hero-lead {
    font-size: 12px !important;
    line-height: 1.95 !important;
  }
}

/* v179 specificity lock for shared lower intro */
.lower-common-intro.lower-common-intro h2 {
  font-size: clamp(26px, 2.8vw, 40px) !important;
  line-height: 1.72 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

.lower-common-intro.lower-common-intro p:not(.section-label) {
  font-size: 15px !important;
  line-height: 2.24 !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .lower-common-intro.lower-common-intro h2 {
    font-size: 26px !important;
    line-height: 1.62 !important;
    text-align: left !important;
  }

  .lower-common-intro.lower-common-intro p:not(.section-label) {
    font-size: 13px !important;
    line-height: 2 !important;
    text-align: left !important;
  }
}

/* v178: Lounge page refined from editorial restaurant references */
.page-lounge {
  background: #f4efe6;
}

.page-lounge .lower-fullscreen-hero-image img {
  object-position: center 58%;
  filter: saturate(0.84) brightness(0.72);
}

.lounge-ref-lead {
  width: min(980px, calc(100% - 72px));
  margin: 0 auto;
  padding: 118px 0 108px;
  text-align: center;
}

.lounge-ref-lead h2,
.lounge-ref-gallery-head h2,
.lounge-ref-time-copy h2 {
  margin: 0;
  color: #2d2924;
  font-family: var(--display);
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.08em;
}

.lounge-ref-lead p:not(.section-label) {
  width: min(760px, 100%);
  margin: 34px auto 0;
  color: #5d554c;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}

.lounge-ref-duo {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}

.lounge-ref-duo figure {
  margin: 0;
  overflow: hidden;
  background: #ddd4c9;
}

.lounge-ref-duo img,
.lounge-ref-grid img,
.lounge-ref-time img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lounge-ref-duo-main img {
  aspect-ratio: 4/5.2;
  object-position: center;
}

.lounge-ref-duo-sub {
  margin-top: 86px !important;
}

.lounge-ref-duo-sub img {
  aspect-ratio: 4/4.85;
  object-position: center;
}

.lounge-ref-duo-center {
  min-height: 440px;
  padding: 48px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.lounge-ref-duo-center:before,
.lounge-ref-duo-center:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 72px;
  background: rgba(133, 113, 92, 0.24);
}

.lounge-ref-duo-center:before {
  top: 0;
}

.lounge-ref-duo-center:after {
  bottom: 0;
}

.lounge-ref-duo-center h2 {
  margin: 0;
  color: #6f5e4a;
  font-family: var(--display);
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.22em;
}

.lounge-ref-duo-center p:not(.section-label) {
  margin: 28px auto 0;
  color: #655c52;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.06em;
}

.lounge-ref-gallery {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 124px 0 132px;
}

.lounge-ref-gallery-head {
  width: min(760px, 100%);
  margin: 0 auto 70px;
  text-align: center;
}

.lounge-ref-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.82fr 1.04fr;
  gap: 22px;
  align-items: start;
}

.lounge-ref-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd4c9;
}

.lounge-ref-grid figure:nth-child(1) {
  grid-row: span 2;
}

.lounge-ref-grid figure:nth-child(1) img {
  aspect-ratio: 4/5.35;
}

.lounge-ref-grid figure:nth-child(2) {
  margin-top: 74px;
}

.lounge-ref-grid figure:nth-child(2) img,
.lounge-ref-grid figure:nth-child(3) img {
  aspect-ratio: 4/3.35;
}

.lounge-ref-grid figure:nth-child(4) {
  grid-column: 2 / 4;
}

.lounge-ref-grid figure:nth-child(4) img {
  aspect-ratio: 16/6.5;
}

.lounge-ref-grid figcaption {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.lounge-ref-grid figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 17, 14, 0),
    rgba(20, 17, 14, 0.38)
  );
  pointer-events: none;
}

.lounge-ref-time {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 142px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
  align-items: center;
}

.lounge-ref-time-copy {
  padding: 28px 0;
}

.lounge-ref-time-copy p:not(.section-label) {
  margin: 30px 0 0;
  color: #5d554c;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.lounge-ref-time-copy a {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  margin-top: 38px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(111, 94, 74, 0.34);
  color: #6f5e4a;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lounge-ref-time-copy a:after {
  content: "";
  width: 64px;
  height: 1px;
  background: currentColor;
  opacity: 0.42;
}

.lounge-ref-time figure {
  margin: 0;
  overflow: hidden;
  background: #ddd4c9;
}

.lounge-ref-time img {
  aspect-ratio: 16/8.2;
  object-position: center;
}

@media (max-width: 960px) {
  .lounge-ref-lead,
  .lounge-ref-duo,
  .lounge-ref-gallery,
  .lounge-ref-time {
    width: calc(100% - 40px);
  }

  .lounge-ref-lead {
    padding: 92px 0 84px;
  }

  .lounge-ref-duo,
  .lounge-ref-time {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lounge-ref-duo {
    padding-bottom: 92px;
  }

  .lounge-ref-duo-center {
    min-height: auto;
    padding: 72px 20px;
  }

  .lounge-ref-duo-sub {
    margin-top: 0 !important;
  }

  .lounge-ref-gallery {
    padding: 92px 0 98px;
  }

  .lounge-ref-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .lounge-ref-grid figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .lounge-ref-grid figure:nth-child(4) {
    grid-column: 1 / -1;
  }

  .lounge-ref-time {
    padding-bottom: 104px;
  }
}

@media (max-width: 640px) {
  .lounge-ref-lead,
  .lounge-ref-duo,
  .lounge-ref-gallery,
  .lounge-ref-time {
    width: calc(100% - 32px);
  }

  .lounge-ref-lead {
    padding: 76px 0 68px;
    text-align: left;
  }

  .lounge-ref-lead p:not(.section-label) {
    margin-top: 24px;
    font-size: 13px;
    line-height: 2;
  }

  .lounge-ref-lead h2,
  .lounge-ref-gallery-head h2,
  .lounge-ref-time-copy h2 {
    font-size: 28px;
    line-height: 1.58;
  }

  .lounge-ref-duo {
    gap: 22px;
    padding-bottom: 78px;
  }

  .lounge-ref-duo-main img,
  .lounge-ref-duo-sub img {
    aspect-ratio: 4/3.55;
  }

  .lounge-ref-duo-center {
    padding: 58px 8px;
  }

  .lounge-ref-duo-center:before,
  .lounge-ref-duo-center:after {
    height: 44px;
  }

  .lounge-ref-gallery {
    padding: 78px 0 82px;
  }

  .lounge-ref-gallery-head {
    margin-bottom: 42px;
    text-align: left;
  }

  .lounge-ref-grid {
    grid-template-columns: 1fr;
  }

  .lounge-ref-grid figure:nth-child(n),
  .lounge-ref-grid figure:nth-child(4) {
    grid-column: auto;
  }

  .lounge-ref-grid figure:nth-child(n) img,
  .lounge-ref-grid figure:nth-child(4) img {
    aspect-ratio: 4/3.15;
  }

  .lounge-ref-time {
    gap: 28px;
    padding-bottom: 82px;
  }

  .lounge-ref-time-copy {
    padding: 0;
  }

  .lounge-ref-time-copy p:not(.section-label) {
    font-size: 13px;
    line-height: 2;
  }

  .lounge-ref-time img {
    aspect-ratio: 4/3.2;
  }
}

/* v179: shared lower-page intro rule below the FV */
.lower-common-intro {
  box-sizing: border-box !important;
  width: min(1040px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  padding: 104px 0 108px !important;
  display: block !important;
  text-align: center !important;
  border: 0 !important;
  background: transparent !important;
}

.lower-common-intro:before,
.lower-common-intro:after,
.lower-common-intro .dorokyo-guide-typo {
  display: none !important;
}

.lower-common-intro > div,
.lower-common-intro .dorokyo-guide-copy {
  width: min(820px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  text-align: center !important;
}

.lower-common-intro .section-label {
  margin: 0 0 22px !important;
  color: #8c7862 !important;
  font-family: var(--display) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.18em !important;
  text-align: center !important;
}

.lower-common-intro h2 {
  width: min(760px, 100%) !important;
  margin: 0 auto !important;
  color: #2b2722 !important;
  font-family: var(--display) !important;
  font-size: clamp(26px, 2.8vw, 40px) !important;
  font-weight: 600 !important;
  line-height: 1.72 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

.lower-common-intro p:not(.section-label) {
  width: min(860px, 100%) !important;
  margin: 30px auto 0 !important;
  color: #4b433b !important;
  font-size: 15px !important;
  line-height: 2.24 !important;
  letter-spacing: 0.06em !important;
  text-align: center !important;
}

.lower-common-intro p:not(.section-label) + p:not(.section-label) {
  margin-top: 18px !important;
}

@media (max-width: 960px) {
  .lower-common-intro {
    width: calc(100% - 40px) !important;
    padding: 86px 0 90px !important;
  }
}

@media (max-width: 640px) {
  .lower-common-intro {
    width: calc(100% - 32px) !important;
    padding: 72px 0 76px !important;
    text-align: left !important;
  }

  .lower-common-intro > div,
  .lower-common-intro .dorokyo-guide-copy {
    text-align: left !important;
  }

  .lower-common-intro .section-label,
  .lower-common-intro h2,
  .lower-common-intro p:not(.section-label) {
    text-align: left !important;
  }

  .lower-common-intro h2 {
    font-size: 26px !important;
    line-height: 1.62 !important;
  }

  .lower-common-intro p:not(.section-label) {
    margin-top: 24px !important;
    font-size: 13px !important;
    line-height: 2 !important;
  }
}

/* v179 specificity lock for shared lower intro */
.lower-common-intro.lower-common-intro h2 {
  font-size: clamp(26px, 2.8vw, 40px) !important;
  line-height: 1.72 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

.lower-common-intro.lower-common-intro p:not(.section-label) {
  font-size: 15px !important;
  line-height: 2.24 !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .lower-common-intro.lower-common-intro h2 {
    font-size: 26px !important;
    line-height: 1.62 !important;
    text-align: left !important;
  }

  .lower-common-intro.lower-common-intro p:not(.section-label) {
    font-size: 13px !important;
    line-height: 2 !important;
    text-align: left !important;
  }
}

/* v36 typography rebalance: body slightly larger / titles more restrained */
.section-title {
  font-size: clamp(30px, 2.65vw, 40px) !important;
  line-height: 1.58 !important;
  letter-spacing: 0.065em !important;
}

.dining-title,
.breakfast-balance-title,
.lounge-title {
  font-size: clamp(30px, 2.8vw, 42px) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
}

.feature-title-en,
.block-title-en {
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.045em !important;
}

.feature-head {
  margin-bottom: 48px !important;
}

.feature-copy {
  width: min(800px, calc(100% - 40px)) !important;
}

.section-copy,
.feature-copy-ja,
.breakfast-balance-ja,
.lounge-copy-ja,
.block-copy,
.access-text,
.reserve-lead,
.reserve-point-card p {
  font-size: 15px !important;
  line-height: 2.18 !important;
  letter-spacing: 0.045em !important;
}

.en-copy,
.feature-copy-en,
.breakfast-balance-en,
.lounge-copy-en,
.stay-copy-en {
  font-size: 13.5px !important;
  line-height: 2.05 !important;
}

.reserve-copy-side h2 {
  font-size: clamp(32px, 2.85vw, 44px) !important;
  line-height: 1.56 !important;
  letter-spacing: 0.065em !important;
}

.stay-title-en {
  font-size: clamp(40px, 4.5vw, 58px) !important;
}

.hero-lead {
  font-size: 14px !important;
  line-height: 2.05 !important;
}

.intro-grid {
  align-items: center !important;
}

@media (max-width: 960px) {
  .section-title {
    font-size: clamp(28px, 6.4vw, 36px) !important;
    line-height: 1.56 !important;
  }

  .dining-title,
  .breakfast-balance-title,
  .lounge-title {
    font-size: clamp(28px, 6.6vw, 36px) !important;
    line-height: 1.52 !important;
  }

  .feature-title-en,
  .block-title-en {
    font-size: 26px !important;
  }
}

@media (max-width: 640px) {
  .section-title {
    font-size: clamp(26px, 7.2vw, 32px) !important;
    line-height: 1.58 !important;
  }

  .dining-title,
  .breakfast-balance-title,
  .lounge-title {
    font-size: clamp(26px, 7.4vw, 32px) !important;
    line-height: 1.55 !important;
  }

  .section-copy,
  .feature-copy-ja,
  .breakfast-balance-ja,
  .lounge-copy-ja,
  .block-copy,
  .access-text,
  .reserve-lead,
  .reserve-point-card p {
    font-size: 14px !important;
    line-height: 2.08 !important;
  }

  .en-copy,
  .feature-copy-en,
  .breakfast-balance-en,
  .lounge-copy-en,
  .stay-copy-en {
    font-size: 12.5px !important;
    line-height: 1.95 !important;
  }

  .reserve-copy-side h2 {
    font-size: clamp(28px, 7.2vw, 34px) !important;
    line-height: 1.58 !important;
  }

  .stay-title-en {
    font-size: 36px !important;
  }

  .hero-lead {
    font-size: 13px !important;
    line-height: 1.95 !important;
  }
}

/* v37 simplify reservation section */
.reserve-section {
  padding: 120px 28px !important;
}
.reserve-section:before {
  background:
    linear-gradient(180deg, rgba(20, 18, 15, 0.3), rgba(20, 18, 15, 0.78)),
    linear-gradient(
      90deg,
      rgba(20, 18, 15, 0.58),
      rgba(20, 18, 15, 0.18) 45%,
      rgba(20, 18, 15, 0.45)
    ),
    url("../images/food02.jpg") center/cover no-repeat !important;
  filter: saturate(0.9) brightness(0.84);
}
.reserve-section:after {
  inset: 26px;
  border-color: rgba(255, 255, 255, 0.1);
}
.reserve-shell-simple {
  grid-template-columns: minmax(320px, 520px) minmax(280px, 420px);
  gap: 64px;
  align-items: center;
}
.reserve-copy-side h2 {
  font-size: clamp(34px, 4.2vw, 60px) !important;
  line-height: 1.42 !important;
  letter-spacing: 0.04em !important;
}
.reserve-lead {
  max-width: 34em;
  color: rgba(255, 255, 255, 0.82);
}
.reserve-content-simple {
  display: flex;
  justify-content: flex-end;
}
.reserve-simple-panel {
  width: min(100%, 390px);
  padding: 28px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.reserve-simple-kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.08em;
}
.reserve-simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}
.reserve-simple-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.reserve-simple-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.reserve-simple-list li:last-child {
  padding-bottom: 0;
}
.reserve-simple-list > li > span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.44);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.2em;
  padding-top: 2px;
}
.reserve-simple-list strong {
  display: block;
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.reserve-simple-list p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}
.reserve-points-grid,
.reserve-points {
  display: none !important;
}
.reserve-actions {
  margin-top: 30px;
}
.reserve-actions .button {
  min-width: 180px;
}
@media (max-width: 960px) {
  .reserve-shell-simple {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .reserve-content-simple {
    justify-content: center;
  }
  .reserve-simple-panel {
    width: min(100%, 520px);
  }
}
@media (max-width: 640px) {
  .reserve-section {
    padding: 88px 20px !important;
  }
  .reserve-copy-side h2 {
    font-size: clamp(30px, 8.5vw, 42px) !important;
  }
  .reserve-simple-panel {
    padding: 22px 20px;
  }
  .reserve-simple-list li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .reserve-simple-list strong {
    font-size: 17px;
  }
  .reserve-simple-list p {
    font-size: 12.5px;
    line-height: 1.8;
  }
}

/* v38 mobile dinner / breakfast / lounge refinements */
.dining-vertical-title,
.dining-photo-grid,
.lounge-copy-panel,
.lounge-visual {
  position: relative;
  z-index: 1;
}
.breakfast-balance-section {
  padding: 92px 0 108px;
}
.breakfast-balance-inner {
  gap: 56px;
  align-items: center;
}
.breakfast-balance-visual img {
  aspect-ratio: 1.72/1;
  object-position: center 52%;
}
.lounge-parallax-section {
  padding: 120px 0 138px;
}
.lounge-parallax-inner {
  gap: 62px;
  align-items: start;
}
.lounge-visual {
  min-height: 860px;
}
.lounge-visual-main {
  width: 86%;
  margin-left: auto;
}
.lounge-visual-sub {
  left: 5%;
  bottom: -56px;
  width: 40%;
}

@media (max-width: 960px) {
  #facility.dining-editorial-section {
    padding: 82px 0 62px !important;
  }
  #dinner-detail.feature-section {
    padding: 70px 0 88px !important;
  }
  .dining-editorial-top {
    gap: 22px !important;
  }
  .dining-vertical-title {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  .dining-vertical-title .small {
    display: block;
    writing-mode: horizontal-tb !important;
    margin: 0 0 12px;
    color: rgba(36, 33, 29, 0.52);
    font-size: 15px;
    line-height: 1.2;
  }
  .dining-vertical-title h2 {
    writing-mode: horizontal-tb !important;
    display: block;
    margin: 0;
    font-size: clamp(34px, 9.8vw, 50px);
    line-height: 1.22;
    letter-spacing: 0.03em;
  }
  .dining-photo-grid {
    margin-top: 4px;
  }
  .dining-photo-grid figure {
    margin: 0;
  }
  .dining-photo-grid img {
    aspect-ratio: 4/3.08 !important;
  }

  .breakfast-balance-section {
    padding: 74px 0 82px !important;
  }
  .breakfast-balance-inner {
    width: calc(100% - 36px);
    gap: 22px !important;
  }
  .breakfast-balance-title {
    font-size: clamp(32px, 8.6vw, 48px) !important;
    line-height: 1.28;
  }
  .breakfast-balance-ja {
    margin-top: 26px !important;
    line-height: 2.05;
  }
  .breakfast-balance-en {
    margin-top: 18px !important;
    line-height: 1.9;
  }
  .breakfast-balance-visual img {
    aspect-ratio: 4/2.52 !important;
  }

  .lounge-parallax-section {
    padding: 82px 0 88px !important;
  }
  .lounge-parallax-inner {
    width: calc(100% - 36px);
    gap: 18px !important;
  }
  .lounge-copy-panel {
    position: relative !important;
    top: auto !important;
    padding-top: 0;
    margin-bottom: 6px;
  }
  .lounge-kicker {
    margin-bottom: 16px;
  }
  .lounge-title {
    font-size: clamp(32px, 9vw, 46px) !important;
    line-height: 1.24;
  }
  .lounge-mark {
    margin: 16px 0 26px;
  }
  .lounge-copy-ja {
    line-height: 2;
  }
  .lounge-copy-en {
    margin-top: 18px;
    line-height: 1.85;
  }
  .lounge-visual {
    min-height: auto;
    padding-bottom: 70px !important;
    margin-top: 4px;
  }
  .lounge-visual-main {
    width: 88% !important;
    margin-left: auto !important;
  }
  .lounge-visual-main img {
    aspect-ratio: 4/4.2;
  }
  .lounge-visual-sub {
    width: 54% !important;
    left: 0 !important;
    bottom: -18px !important;
  }
  .lounge-visual-sub img {
    aspect-ratio: 4/4.6;
  }
}

@media (max-width: 640px) {
  #facility.dining-editorial-section {
    padding: 72px 0 52px !important;
  }
  .dining-editorial-top {
    gap: 18px !important;
  }
  .dining-vertical-title .small {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .dining-vertical-title h2 {
    font-size: clamp(30px, 10.6vw, 42px);
    line-height: 1.2;
  }
  .dining-photo-grid img {
    aspect-ratio: 4/3.14 !important;
  }

  .breakfast-balance-section {
    padding: 64px 0 70px !important;
  }
  .breakfast-balance-inner {
    gap: 18px !important;
  }
  .breakfast-balance-title {
    font-size: clamp(28px, 9.6vw, 40px) !important;
  }
  .breakfast-balance-ja {
    margin-top: 22px !important;
    font-size: 14px;
  }
  .breakfast-balance-en {
    font-size: 13px;
  }
  .breakfast-balance-visual img {
    aspect-ratio: 4/2.44 !important;
  }

  .lounge-parallax-section {
    padding: 68px 0 74px !important;
  }
  .lounge-title {
    font-size: clamp(28px, 10vw, 38px) !important;
  }
  .lounge-copy-ja {
    font-size: 14px;
    line-height: 1.95;
  }
  .lounge-copy-en {
    font-size: 13px;
  }
  .lounge-visual {
    padding-bottom: 54px !important;
  }
  .lounge-visual-main {
    width: 90% !important;
  }
  .lounge-visual-sub {
    width: 56% !important;
    left: 0 !important;
    bottom: -12px !important;
  }
}

/* v39 simple reservation / footer-near section */
.reserve-section {
  position: relative;
  padding: 110px 28px 124px !important;
  background: var(--bg) !important;
  color: var(--text) !important;
  overflow: visible;
}
.reserve-section:before,
.reserve-section:after {
  display: none !important;
  content: none !important;
}
.reserve-shell-minimal {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding-top: 46px;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
}
.reserve-minimal-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.reserve-label {
  margin: 0 0 16px !important;
  color: var(--accent) !important;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.12em;
}
.reserve-mark {
  margin: 0 0 28px !important;
  color: rgba(133, 113, 92, 0.56) !important;
}
.reserve-copy-side h2,
.reserve-minimal-card h2 {
  margin: 0;
  color: var(--text) !important;
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 62px) !important;
  font-weight: 400;
  line-height: 1.45 !important;
  letter-spacing: 0.1em;
}
.reserve-lead {
  margin: 32px auto 0 !important;
  max-width: 560px;
  color: #5a544d !important;
  font-size: 15px !important;
  line-height: 2.2 !important;
  letter-spacing: 0.05em;
}
.reserve-actions.reserve-actions-minimal,
.reserve-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
}
.reserve-actions.reserve-actions-minimal .button,
.reserve-actions .button {
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(133, 113, 92, 0.42) !important;
  background: transparent !important;
  color: var(--accent) !important;
  font-size: 15px;
  letter-spacing: 0.06em;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none;
}
.reserve-actions.reserve-actions-minimal .button.fill,
.reserve-actions .button.fill {
  background: #2a2723 !important;
  border-color: #2a2723 !important;
  color: #fff !important;
}
.reserve-actions.reserve-actions-minimal .button:hover,
.reserve-actions .button:hover {
  transform: translateY(-1px);
}
@media (max-width: 960px) {
  .reserve-section {
    padding: 92px 20px 100px !important;
  }
  .reserve-shell-minimal {
    width: calc(100% - 12px);
    padding-top: 34px;
  }
  .reserve-copy-side h2,
  .reserve-minimal-card h2 {
    font-size: clamp(32px, 9vw, 48px) !important;
    line-height: 1.4 !important;
  }
  .reserve-lead {
    font-size: 14px !important;
    line-height: 2.05 !important;
  }
}
@media (max-width: 640px) {
  .reserve-section {
    padding: 78px 18px 86px !important;
  }
  .reserve-shell-minimal {
    width: calc(100% - 4px);
    padding-top: 28px;
  }
  .reserve-label {
    margin-bottom: 12px !important;
    font-size: 16px;
  }
  .reserve-mark {
    margin-bottom: 22px !important;
  }
  .reserve-copy-side h2,
  .reserve-minimal-card h2 {
    font-size: clamp(28px, 10.6vw, 38px) !important;
    line-height: 1.36 !important;
    letter-spacing: 0.08em;
  }
  .reserve-lead {
    margin-top: 24px !important;
    font-size: 14px !important;
    line-height: 1.95 !important;
  }
  .reserve-actions.reserve-actions-minimal,
  .reserve-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }
  .reserve-actions.reserve-actions-minimal .button,
  .reserve-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
}


/* v40 remove dining header section and tighten transition */
#dinner-detail.feature-section {
  padding-top: 96px !important;
}
@media (max-width: 960px) {
  #dinner-detail.feature-section {
    padding-top: 70px !important;
  }
}

/* v42 opening loader before FV movie */
body.is-loading {
  overflow: hidden;
}
.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #2b251f;
  color: #fff;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
}
.site-preloader:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 0.055),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(43, 37, 31, 0.94), rgba(28, 24, 20, 1));
}
.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-preloader-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 34px;
  width: min(360px, 72vw);
}
.site-preloader-logo {
  width: min(260px, 58vw);
  height: auto;
  display: block;
  opacity: 0.92;
}
.site-preloader-status {
  position: relative;
  width: min(260px, 58vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}
.site-preloader-status span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.86);
  transition: width 0.16s linear;
}
@media (max-width: 640px) {
  .site-preloader-inner {
    gap: 30px;
  }
  .site-preloader-logo,
  .site-preloader-status {
    width: min(230px, 60vw);
  }
}

/* v43 remove reservation section */
.reserve-section,
.reserve-shell,
.reserve-shell-minimal,
.reserve-minimal-card {
  display: none !important;
}

/* v45 loading / FV motion lightening */
.site-preloader {
  transition:
    opacity 0.38s ease,
    visibility 0.38s ease !important;
}
.site-preloader-inner {
  gap: 24px !important;
}
.site-preloader-logo {
  width: min(220px, 54vw) !important;
}
.site-preloader-status {
  width: min(220px, 54vw) !important;
}
.hero-video-layer {
  transition: opacity 0.55s ease !important;
}
.hero-slides {
  transition: opacity 0.55s ease !important;
}
.hero-slide {
  transition: opacity 0.65s ease !important;
}
.hero-slide img {
  transition: none !important;
  transform: none !important;
}
.hero-slide.is-active img {
  transform: none !important;
}
@media (max-width: 960px) {
  .hero-video-layer {
    display: none !important;
  }
  .hero-slides {
    opacity: 1 !important;
  }
}

/* v46 mobile FV movie enabled with lightweight video */
@media (max-width: 960px) {
  .hero-video-layer {
    display: block !important;
    opacity: 1;
  }
  .hero-video-layer.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
  }
}

/* v47 stable opening: prevent half-loaded FV from showing */
body.is-loading .hero {
  visibility: hidden !important;
}
body.is-loading .site-header,
body.is-loading .mobile-fixed {
  opacity: 0 !important;
  pointer-events: none !important;
}
.site-preloader {
  background: #2b251f !important;
  will-change: opacity;
}
.site-preloader:before {
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 0.04),
      transparent 34%
    ),
    linear-gradient(180deg, #2b251f, #1f1b17) !important;
}
.site-preloader-logo {
  width: min(200px, 52vw) !important;
}
.site-preloader-status {
  width: min(200px, 52vw) !important;
}
.site-preloader-status span {
  transition: width 0.08s linear !important;
}
.hero-video-layer {
  opacity: 1;
  background: #211d19;
  will-change: opacity;
}
.hero-video-layer.is-hidden {
  opacity: 0 !important;
}
.hero-video {
  transform: none !important;
  will-change: auto;
}
.hero-slide,
.hero-slides,
.hero-video-layer {
  transition: opacity 0.42s ease !important;
}
.hero-slide img,
.hero-slide.is-active img {
  transform: none !important;
  transition: none !important;
}
@media (max-width: 960px) {
  .hero-video-layer {
    display: block !important;
  }
  .hero-video {
    object-fit: cover;
  }
}

/* v49 force video-first sequence */
.hero:not(.is-video-ended) .hero-slides {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hero.is-video-ended .hero-slides {
  visibility: visible !important;
}
body.is-loading .hero-video-layer,
body.is-loading .hero-slides {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hero-video-layer {
  visibility: visible;
}
.hero-video-layer.is-hidden {
  visibility: hidden;
}

/* v52 interaction adjustments */
.hero-slide-control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 50%;
  border: 0;
  padding: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  display: block;
}
.hero-slide-control-prev {
  left: 0;
}
.hero-slide-control-next {
  right: 0;
}
.hero-slide-control:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.45);
  outline-offset: -18px;
}
.hero:not(.is-video-ended) .hero-slide-control {
  pointer-events: none;
}
.hero.is-video-ended .hero-slide-control {
  pointer-events: auto;
}

/* mobile fixed nav: show only after FV */
.mobile-fixed {
  background: rgba(247, 243, 236, 0.72) !important;
  border-color: rgba(60, 49, 39, 0.08) !important;
  box-shadow: 0 12px 34px rgba(26, 21, 16, 0.14) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.45s ease;
}
.mobile-fixed.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-fixed-item {
  background: rgba(255, 255, 255, 0.18);
}
.mobile-fixed-item-emphasis {
  background: rgba(54, 44, 35, 0.09) !important;
}

/* room carousel: smoother manual drag */
.room-carousel {
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity;
  touch-action: pan-x pan-y !important;
  cursor: grab;
}
.room-carousel.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}
.room-slide {
  scroll-snap-align: start;
}
.room-carousel-button {
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.room-carousel-button:hover {
  background: rgba(133, 113, 92, 0.08);
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .hero-slide-control {
    display: none;
  }
  .mobile-fixed {
    left: 14px !important;
    right: 14px !important;
    bottom: 12px !important;
    padding: 8px !important;
    border-radius: 20px !important;
    background: rgba(247, 243, 236, 0.68) !important;
  }
  .mobile-fixed-item {
    min-height: 56px !important;
    border-radius: 15px !important;
  }
}

/* v53 mobile fixed nav redesign */
.mobile-fixed.mobile-fixed-os {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 0;
  padding: 8px 16px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(5, 4, 3, 0.58) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(14px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.04) !important;
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.42s ease;
}
.mobile-fixed.mobile-fixed-os.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item {
  min-height: auto;
  background: none !important;
  border-radius: 0;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item-emphasis {
  background: none !important;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item:hover {
  background: none;
  transform: none;
}
.mobile-fixed.mobile-fixed-os {
  color: rgba(244, 239, 231, 0.52);
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-height: 48px;
  padding: 6px 0 2px;
  color: rgba(244, 239, 231, 0.52);
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item-emphasis {
  color: rgba(255, 255, 255, 0.96);
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-icon {
  width: 17px;
  height: 17px;
  display: block;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-label {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  white-space: nowrap;
  line-height: 1;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item-emphasis .mobile-fixed-label {
  color: #fff;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-item,
.mobile-fixed.mobile-fixed-os .mobile-fixed-item:link,
.mobile-fixed.mobile-fixed-os .mobile-fixed-item:visited {
  text-decoration: none;
}
.mobile-fixed.mobile-fixed-os .mobile-fixed-indicator {
  grid-column: 1 / -1;
  display: block;
  width: 98px;
  height: 4px;
  margin: 2px auto 0;
  border-radius: 999px;
  background: rgba(244, 239, 231, 0.24);
}
@media (min-width: 641px) {
  .mobile-fixed.mobile-fixed-os {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .mobile-fixed.mobile-fixed-os {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    padding: 8px 12px 10px !important;
    background: rgba(5, 4, 3, 0.62) !important;
  }
  .mobile-fixed.mobile-fixed-os .mobile-fixed-item {
    min-height: 52px !important;
  }
  .mobile-fixed.mobile-fixed-os .mobile-fixed-icon {
    width: 16px;
    height: 16px;
  }
  .mobile-fixed.mobile-fixed-os .mobile-fixed-label {
    font-size: 8.7px;
    letter-spacing: 0.14em;
  }
}

/* v57 short loading adjustment */
.site-preloader {
  transition:
    opacity 0.36s ease,
    visibility 0.36s ease !important;
}
.site-preloader-status span {
  transition: width 0.06s linear !important;
}
body.is-loading .hero {
  visibility: hidden !important;
}
body:not(.is-loading) .hero {
  visibility: visible !important;
}
.hero-video-layer {
  background: #211d19;
}
.hero:not(.is-video-ended) .hero-slides {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hero.is-video-ended .hero-slides {
  visibility: visible !important;
}

/* v58 FV and room carousel adjustments */
.site-preloader {
  transition:
    opacity 0.34s ease,
    visibility 0.34s ease !important;
}
.site-preloader-status span {
  transition: width 0.055s linear !important;
}
body.is-loading .hero {
  visibility: hidden !important;
}
body:not(.is-loading) .hero {
  visibility: visible !important;
}
.hero-video-layer {
  background: #211d19;
}
.hero:not(.is-video-ended) .hero-slides {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hero.is-video-ended .hero-slides {
  visibility: visible !important;
}

/* Room carousel: native, seamless, smartphone-like */
.room-carousel {
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y !important;
  cursor: grab;
}
.room-carousel.is-touching {
  scroll-snap-type: x proximity;
}
.room-slide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@media (max-width: 960px) {
  .room-carousel-wrap {
    width: 100% !important;
    margin-top: 58px !important;
    overflow: hidden;
  }
  .room-carousel {
    gap: 18px !important;
    padding: 0 18px 28px !important;
    scroll-padding-left: 18px;
  }
  .room-slide {
    flex: 0 0 82vw !important;
    min-width: 82vw !important;
  }
  .room-slide img {
    aspect-ratio: 4/5.08 !important;
  }
  .room-carousel-nav {
    width: calc(100% - 36px);
    margin: 14px auto 0 !important;
  }
}
@media (max-width: 640px) {
  .room-slide {
    flex-basis: 84vw !important;
    min-width: 84vw !important;
  }
  .room-carousel {
    gap: 16px !important;
  }
}

/* v59 strict video-first FV */
body.is-loading .hero {
  visibility: hidden !important;
}
body:not(.is-loading) .hero {
  visibility: visible !important;
}
.hero-video-layer {
  background: #211d19;
  opacity: 1;
  visibility: visible;
}
.hero-video-layer.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hero:not(.is-video-ended) .hero-slides {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.hero.is-video-ended .hero-slides {
  visibility: visible !important;
}
.site-preloader {
  transition:
    opacity 0.34s ease,
    visibility 0.34s ease !important;
}
.site-preloader-status span {
  transition: width 0.055s linear !important;
}

/* v64 Lounge free-flow below existing layout */
.lounge-freeflow-lower {
  width: min(1120px, calc(100% - 64px));
  margin: 118px auto 0;
  padding: 52px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.lounge-freeflow-lower-copy {
  min-width: 0;
}
.lounge-freeflow-label {
  margin: 0 0 18px;
  color: #8c7862;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.lounge-freeflow-time {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 7px 12px 8px;
  border: 1px solid rgba(140, 120, 98, 0.26);
  color: #8c7862;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6);
}
.lounge-freeflow-heading {
  margin: 0 0 24px;
  color: #2b2621;
  font-size: clamp(27px, 2.45vw, 38px);
  line-height: 1.58;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.lounge-freeflow-ja {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.lounge-freeflow-en {
  margin: 18px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.lounge-freeflow-photo {
  margin: 0;
  justify-self: end;
  width: min(100%, 560px);
  overflow: hidden;
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.07);
}
.lounge-freeflow-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.7;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .lounge-freeflow-lower {
    gap: 52px;
    margin-top: 100px;
  }
}
@media (max-width: 960px) {
  .lounge-freeflow-lower {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 78px;
    padding-top: 34px;
  }
  .lounge-freeflow-lower-copy {
    max-width: 640px;
  }
  .lounge-freeflow-photo {
    justify-self: start;
    width: min(100%, 620px);
  }
}
@media (max-width: 640px) {
  .lounge-freeflow-time {
    font-size: 10px;
    padding: 6px 10px 7px;
    margin-bottom: 12px;
  }
  .lounge-freeflow-lower {
    width: calc(100% - 32px);
    margin-top: 56px;
    padding-top: 26px;
    gap: 20px;
  }
  .lounge-freeflow-label {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .lounge-freeflow-heading {
    font-size: 22px;
    line-height: 1.52;
    margin-bottom: 14px;
  }
  .lounge-freeflow-ja {
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
  .lounge-freeflow-en {
    display: none;
  }
  .lounge-freeflow-photo {
    box-shadow: none;
  }
}

/* v66 footer contact display */
.site-footer-address a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition:
    opacity 0.25s ease,
    border-color 0.25s ease;
}
.site-footer-address a:hover {
  opacity: 0.72;
  border-color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 640px) {
  .site-footer-address a {
    border-bottom-color: rgba(255, 255, 255, 0.22);
  }
}

/* v67 room drag/swipe and navigation link refinements */
.room-carousel {
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y !important;
  cursor: grab;
}
.room-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.room-carousel.is-dragging * {
  user-select: none;
}
.room-carousel.is-touching {
  scroll-snap-type: x proximity;
}
.room-slide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.room-slide img {
  -webkit-user-drag: none;
  user-drag: none;
}
.site-footer-reserve[target="_blank"]::after,
.reserve-link[target="_blank"]::after,
.mobile-menu-reserve[target="_blank"]::after {
  content: "";
}
@media (max-width: 960px) {
  .room-carousel-wrap {
    overflow: hidden;
  }
  .room-carousel {
    padding-left: 18px !important;
    padding-right: 18px !important;
    scroll-padding-left: 18px;
  }
  .room-slide {
    flex: 0 0 82vw !important;
    min-width: 82vw !important;
  }
}
@media (max-width: 640px) {
  .room-slide {
    flex-basis: 84vw !important;
    min-width: 84vw !important;
  }
}

/* v70 Yufuin Guide drag/swipe carousel */
.journal-loop {
  overflow: hidden !important;
  width: 100%;
}
.journal-track {
  display: flex;
  gap: 28px;
  width: auto !important;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 28px 34px;
  transform: none !important;
  will-change: auto !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  cursor: grab;
  scrollbar-width: none;
}
.journal-track::-webkit-scrollbar {
  display: none;
}
.journal-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.journal-track.is-dragging * {
  user-select: none;
}
.journal-track.is-touching {
  scroll-snap-type: x proximity;
}
.journal-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.journal-card img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.journal-carousel-nav {
  width: min(1480px, calc(100% - 56px));
  margin: 20px auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.journal-carousel-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(133, 113, 92, 0.34);
  border-radius: 999px;
  background: transparent;
  color: var(--accent);
  font-size: 20px;
  cursor: pointer;
}
.journal-carousel-hint {
  width: min(1480px, calc(100% - 56px));
  margin: 12px auto 0;
  color: rgba(36, 33, 29, 0.38);
  font-size: 12px;
  text-align: right;
}
@media (max-width: 960px) {
  .journal-track {
    gap: 18px;
    padding: 0 18px 28px !important;
    scroll-padding-left: 18px;
  }
  .journal-card {
    width: 82vw !important;
    flex: 0 0 82vw !important;
  }
  .journal-carousel-nav,
  .journal-carousel-hint {
    width: calc(100% - 36px);
  }
}
@media (max-width: 640px) {
  .journal-card {
    width: 84vw !important;
    flex-basis: 84vw !important;
  }
  .journal-track {
    gap: 16px;
  }
}

/* v74 infinite carousel refinement */
.room-carousel,
.journal-track {
  scroll-behavior: smooth;
}
.room-carousel .is-clone,
.journal-track .is-clone {
  pointer-events: auto;
}
.room-carousel.is-dragging,
.journal-track.is-dragging {
  scroll-behavior: auto !important;
}
.room-carousel.is-dragging .room-slide,
.journal-track.is-dragging .journal-card {
  cursor: grabbing;
}

/* v77 Dining page layout inspired by brand/product/feature composition */
.site-header.is-page {
  color: #2b2621;
  background: rgba(248, 245, 239, 0.82);
  border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header.is-page .moda-logo-header {
  filter: brightness(0) saturate(0);
  opacity: 0.78;
}
.page-dining-ref {
  background: var(--bg);
  color: var(--ink);
}
.dining-ref-hero {
  position: relative;
  min-height: 100svh;
  padding: 140px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: end;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}
.dining-ref-hero-copy {
  padding-bottom: 54px;
}
.dining-ref-label {
  margin: 0 0 20px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}
.dining-ref-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.dining-ref-hero-copy > p:last-child {
  max-width: 540px;
  margin: 34px 0 0;
  color: #5f574d;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.dining-ref-hero-image {
  margin: 0;
  overflow: hidden;
}
.dining-ref-hero-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.1;
  object-fit: cover;
}
.dining-ref-localnav {
  position: absolute;
  left: 0;
  bottom: 34px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.dining-ref-localnav a {
  color: rgba(36, 33, 29, 0.54);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.dining-ref-story {
  padding: 130px 0 150px;
  background: #f7f3ec;
  border-top: 1px solid var(--line-light);
}
.dining-ref-story-head {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 86px;
}
.dining-ref-story-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.dining-ref-story-grid {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.72fr 0.88fr;
  gap: 44px;
  align-items: center;
}
.story-img {
  margin: 0;
  overflow: hidden;
}
.story-img-large img {
  aspect-ratio: 4/4.8;
  object-fit: cover;
}
.story-img-small img {
  aspect-ratio: 4/3.1;
  object-fit: cover;
}
.dining-ref-story-copy p {
  margin: 0 0 24px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.dining-ref-en {
  color: rgba(36, 33, 29, 0.48) !important;
  font-family: var(--display);
  font-size: 13px !important;
  line-height: 1.9 !important;
}
.dining-ref-product {
  padding: 130px 0 150px;
  background: var(--bg);
}
.dining-ref-section-title {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 78px;
  text-align: center;
}
.dining-ref-spaced {
  margin: 0 0 18px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.34em;
  text-transform: lowercase;
}
.dining-ref-section-title h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.dining-ref-product-list {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.dining-ref-product-card {
  position: relative;
  padding-top: 48px;
}
.dining-ref-number {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}
.dining-ref-product-card figure {
  margin: 0 0 26px;
  overflow: hidden;
  background: #e8e0d4;
}
.dining-ref-product-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.6;
  object-fit: cover;
}
.dining-ref-time {
  margin: 0 0 12px;
  color: #8c7862;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.dining-ref-product-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  letter-spacing: 0.16em;
}
.dining-ref-product-card p:last-child {
  margin: 0;
  color: #5f574d;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.dining-ref-feature {
  padding: 140px 0;
  background: #f7f3ec;
  border-top: 1px solid var(--line-light);
}
.dining-ref-feature-block {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 112px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: center;
}
.dining-ref-feature-block:last-child {
  margin-bottom: 0;
}
.dining-ref-feature-block.is-reverse {
  grid-template-columns: 1.18fr 0.82fr;
}
.dining-ref-feature-block.is-reverse .dining-ref-feature-copy {
  order: 2;
}
.dining-ref-feature-block figure {
  margin: 0;
  overflow: hidden;
}
.dining-ref-feature-block img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.05;
  object-fit: cover;
}
.dining-ref-feature-copy h3 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.dining-ref-feature-copy p:last-child {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.dining-ref-gallery {
  padding: 120px 0 150px;
  background: var(--bg);
  border-top: 1px solid var(--line-light);
}
.dining-gallery {
  margin-top: 0;
}
.dining-reserve-cta {
  position: relative;
  padding: 150px 0;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(25, 22, 18, 0.42), rgba(25, 22, 18, 0.76)),
    url("../images/food02.jpg") center/cover no-repeat;
}
.dining-reserve-inner {
  width: min(720px, calc(100% - 48px));
  margin: 0 auto;
}
.dining-reserve-inner h2 {
  margin: 18px 0 26px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.dining-reserve-inner p {
  margin: 0 auto 42px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.15;
}
@media (max-width: 960px) {
  .dining-ref-hero {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 118px 0 70px;
  }
  .dining-ref-hero-copy {
    padding-bottom: 0;
  }
  .dining-ref-hero-image img {
    aspect-ratio: 4/3.2;
  }
  .dining-ref-localnav {
    position: static;
    margin-top: 16px;
  }
  .dining-ref-story-head,
  .dining-ref-story-grid,
  .dining-ref-section-title,
  .dining-ref-product-list,
  .dining-ref-feature-block {
    width: calc(100% - 40px);
  }
  .dining-ref-story-grid,
  .dining-ref-product-list,
  .dining-ref-feature-block,
  .dining-ref-feature-block.is-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .dining-ref-feature-block.is-reverse .dining-ref-feature-copy {
    order: 0;
  }
  .dining-ref-story,
  .dining-ref-product,
  .dining-ref-feature,
  .dining-ref-gallery {
    padding: 92px 0 104px;
  }
  .dining-ref-feature-block {
    margin-bottom: 76px;
  }
}
@media (max-width: 640px) {
  .dining-ref-hero {
    width: calc(100% - 32px);
    padding-top: 104px;
  }
  .dining-ref-hero h1 {
    font-size: 38px;
  }
  .dining-ref-story-head,
  .dining-ref-story-grid,
  .dining-ref-section-title,
  .dining-ref-product-list,
  .dining-ref-feature-block {
    width: calc(100% - 32px);
  }
  .dining-ref-story-head {
    margin-bottom: 48px;
  }
  .dining-ref-section-title {
    text-align: left;
    margin-bottom: 48px;
  }
  .dining-ref-product-list {
    gap: 58px;
  }
  .dining-ref-product-card img {
    aspect-ratio: 4/3.4;
  }
  .dining-reserve-cta {
    padding: 104px 0;
  }
}

/* v78 dinner / breakfast volume sections */
.dining-detail-section {
  padding: 140px 0 150px;
  background: var(--bg);
  border-top: 1px solid var(--line-light);
}
.dining-breakfast-detail {
  background: #f7f3ec;
}
.dining-detail-head {
  width: min(1040px, calc(100% - 64px));
  margin: 0 auto 82px;
  text-align: center;
}
.dining-detail-head h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.dining-detail-head > p:last-child {
  max-width: 680px;
  margin: 30px auto 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
  text-align: left;
}
.dining-detail-layout {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 76px;
  align-items: center;
}
.dining-detail-layout.is-reverse {
  grid-template-columns: 0.88fr 1.12fr;
}
.dining-detail-layout.is-reverse .dining-detail-main {
  order: 2;
}
.dining-detail-main {
  margin: 0;
  overflow: hidden;
}
.dining-detail-main img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.25;
  object-fit: cover;
}
.dining-detail-copy h3 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.48;
  letter-spacing: 0.1em;
}
.dining-detail-copy p:not(.dining-ref-label) {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.dining-detail-points {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.dining-detail-points li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid rgba(133, 113, 92, 0.16);
  color: #4f463d;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.dining-detail-points li:last-child {
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.dining-detail-points span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.dining-detail-gallery {
  width: min(1180px, calc(100% - 64px));
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.dining-detail-gallery figure {
  margin: 0;
  overflow: hidden;
}
.dining-detail-gallery img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.4;
  object-fit: cover;
}
.dining-detail-gallery figcaption {
  margin-top: 14px;
  color: rgba(36, 33, 29, 0.46);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .dining-detail-section {
    padding: 96px 0 108px;
  }
  .dining-detail-head,
  .dining-detail-layout,
  .dining-detail-gallery {
    width: calc(100% - 40px);
  }
  .dining-detail-layout,
  .dining-detail-layout.is-reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .dining-detail-layout.is-reverse .dining-detail-main {
    order: 0;
  }
  .dining-detail-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .dining-detail-head,
  .dining-detail-layout,
  .dining-detail-gallery {
    width: calc(100% - 32px);
  }
  .dining-detail-head {
    margin-bottom: 48px;
    text-align: left;
  }
  .dining-detail-head > p:last-child {
    margin-top: 24px;
    font-size: 13px;
    line-height: 2;
  }
  .dining-detail-main img {
    aspect-ratio: 4/3.5;
  }
  .dining-detail-copy p:not(.dining-ref-label) {
    font-size: 13px;
    line-height: 2;
  }
  .dining-detail-points li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    font-size: 13px;
  }
}

/* v79 dining FV sticky image view */
@media (min-width: 961px) {
  .page-dining-ref .dining-ref-hero {
    min-height: 132svh;
    align-items: start;
    padding-top: 150px;
    padding-bottom: 96px;
  }
  .page-dining-ref .dining-ref-hero-copy {
    padding-top: calc(50svh - 220px);
    padding-bottom: 0;
  }
  .page-dining-ref .dining-ref-hero-image.is-sticky-view {
    position: sticky;
    top: 92px;
    align-self: start;
    height: calc(100svh - 124px);
    max-height: 760px;
  }
  .page-dining-ref .dining-ref-hero-image.is-sticky-view img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .page-dining-ref .dining-ref-localnav {
    bottom: 56px;
  }
}
@media (max-width: 960px) {
  .page-dining-ref .dining-ref-hero-image.is-sticky-view {
    position: relative;
    top: auto;
    height: auto;
  }
}

/* v81 dining FV fullscreen and remove point-list visual */
.dining-full-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1d1915;
  color: #fff;
}
.dining-full-hero-image {
  position: absolute;
  inset: 0;
  margin: 0;
}
.dining-full-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82);
}
.dining-full-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 21, 18, 0.72),
      rgba(24, 21, 18, 0.34) 46%,
      rgba(24, 21, 18, 0.1)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.18), rgba(24, 21, 18, 0.72));
}
.dining-full-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.dining-full-hero-copy .dining-ref-label {
  color: rgba(255, 255, 255, 0.72);
}
.dining-full-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.8vw, 84px);
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.dining-full-hero-copy p:last-child {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.dining-full-localnav {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 64px));
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.dining-full-localnav a {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.dining-detail-points {
  display: none !important;
}
@media (max-width: 960px) {
  .dining-full-hero-copy,
  .dining-full-localnav {
    width: calc(100% - 40px);
  }
  .dining-full-hero-copy {
    padding-bottom: 94px;
  }
  .dining-full-localnav {
    bottom: 28px;
  }
}
@media (max-width: 640px) {
  .dining-full-hero {
    min-height: 88svh;
  }
  .dining-full-hero-copy,
  .dining-full-localnav {
    width: calc(100% - 32px);
  }
  .dining-full-hero-copy {
    padding-bottom: 86px;
  }
  .dining-full-hero-copy h1 {
    font-size: 38px;
  }
  .dining-full-hero-copy p:last-child {
    font-size: 13px;
    line-height: 2;
  }
}

/* v82 richer dinner menu showcase */
.dining-menu-summary {
  width: min(1180px, calc(100% - 64px));
  margin: 74px auto 0;
  padding: 48px 52px 52px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.dining-menu-summary-head {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: end;
}
.dining-menu-summary-head h3 {
  margin: 10px 0 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.52;
  letter-spacing: 0.1em;
}
.dining-menu-summary-head p:last-child {
  margin: 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.06em;
}
.dining-menu-course {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.dining-menu-course-item {
  min-height: 198px;
  padding: 22px 20px 24px;
  background: #fff;
  border: 1px solid rgba(133, 113, 92, 0.12);
}
.dining-menu-course-item span {
  display: inline-block;
  margin-bottom: 18px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.dining-menu-course-item h4 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.dining-menu-course-item p {
  margin: 0;
  color: #5b5148;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.dining-menu-note {
  margin: 18px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.dining-detail-gallery-rich {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
  align-items: start;
}
.dining-detail-gallery-rich .is-large {
  grid-row: span 2;
}
.dining-detail-gallery-rich .is-large img {
  aspect-ratio: 4/5.12;
}
@media (max-width: 1200px) {
  .dining-menu-course {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .dining-menu-summary {
    width: calc(100% - 40px);
    padding: 34px 28px 36px;
  }
  .dining-menu-summary-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .dining-menu-course {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .dining-detail-gallery-rich {
    grid-template-columns: 1fr 1fr;
  }
  .dining-detail-gallery-rich .is-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .dining-detail-gallery-rich .is-large img {
    aspect-ratio: 4/3.25;
  }
}
@media (max-width: 640px) {
  .dining-menu-summary {
    width: calc(100% - 32px);
    padding: 28px 20px 30px;
  }
  .dining-menu-summary-head h3 {
    font-size: 28px;
  }
  .dining-menu-summary-head p:last-child {
    font-size: 13px;
    line-height: 2;
  }
  .dining-menu-course {
    grid-template-columns: 1fr;
  }
  .dining-menu-course-item {
    min-height: auto;
    padding: 18px 18px 20px;
  }
  .dining-menu-course-item h4 {
    font-size: 18px;
  }
  .dining-detail-gallery-rich {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* v83 lower pages */
.lower-page {
  background: var(--bg);
  color: var(--ink);
}
.lower-hero {
  position: relative;
  min-height: 92svh;
  padding: 138px 0 84px;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 72px;
  align-items: end;
}
.lower-hero figure {
  margin: 0;
  overflow: hidden;
}
.lower-hero img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.9;
  object-fit: cover;
}
.lower-kicker {
  margin: 0 0 20px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.14em;
}
.lower-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.lower-hero p:last-child {
  max-width: 540px;
  margin: 32px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.lower-lead {
  padding: 128px 0;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  border-top: 1px solid var(--line-light);
}
.lower-lead > p {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.lower-image-grid {
  padding: 0 0 140px;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
.lower-image-grid figure {
  margin: 0;
  overflow: hidden;
}
.lower-image-grid img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.6;
  object-fit: cover;
}
.lower-room-list {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 40px 0 140px;
  display: grid;
  gap: 38px;
}
.lower-room-list article {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line-light);
  padding-top: 38px;
}
.lower-room-list img {
  width: 100%;
  aspect-ratio: 4/2.7;
  object-fit: cover;
}
.lower-room-list span,
.lower-flow span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.lower-room-list h2,
.lower-flow h2 {
  margin: 12px 0 14px;
  font-size: 34px;
  letter-spacing: 0.08em;
}
.lower-room-list p,
.lower-flow p {
  margin: 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.lower-flow {
  width: min(1080px, calc(100% - 64px));
  margin: 0 auto;
  padding: 80px 0 140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.lower-flow article {
  padding: 32px 26px;
  border: 1px solid rgba(133, 113, 92, 0.16);
  background: #f7f3ec;
}
.lower-guide-grid {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 40px 0 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.lower-guide-grid article {
  background: #f7f3ec;
}
.lower-guide-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.lower-guide-grid h2 {
  margin: 24px 22px 12px;
  font-size: 21px;
  line-height: 1.55;
}
.lower-guide-grid p {
  margin: 0 22px 26px;
  color: #5b5148;
  font-size: 14px;
  line-height: 1.9;
}
.lower-access-card {
  padding: 100px 0 150px;
}
.lower-access-card > div {
  width: min(880px, calc(100% - 64px));
  margin: 0 auto;
  padding: 62px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.lower-access-card h2 {
  margin: 18px 0 24px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.6;
}
.lower-access-card p {
  color: #5b5148;
  line-height: 2;
}
.lower-access-card a,
.lower-cta a {
  display: inline-flex;
  margin-top: 28px;
  padding: 15px 28px;
  border: 1px solid rgba(133, 113, 92, 0.35);
  color: #3f3932;
  letter-spacing: 0.08em;
}
.lower-cta {
  padding: 120px 0 150px;
  text-align: center;
  background: #f7f3ec;
}
.lower-cta h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .lower-hero,
  .lower-lead,
  .lower-room-list article {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lower-hero,
  .lower-lead,
  .lower-image-grid,
  .lower-room-list,
  .lower-flow,
  .lower-guide-grid {
    width: calc(100% - 40px);
  }
  .lower-image-grid,
  .lower-flow,
  .lower-guide-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lower-hero {
    padding-top: 116px;
  }
  .lower-hero img {
    aspect-ratio: 4/3.2;
  }
}
@media (max-width: 640px) {
  .lower-hero,
  .lower-lead,
  .lower-image-grid,
  .lower-room-list,
  .lower-flow,
  .lower-guide-grid,
  .lower-access-card > div {
    width: calc(100% - 32px);
  }
  .lower-hero {
    min-height: auto;
    padding: 104px 0 70px;
  }
  .lower-hero h1 {
    font-size: 38px;
  }
  .lower-image-grid,
  .lower-flow,
  .lower-guide-grid {
    grid-template-columns: 1fr;
  }
  .lower-lead {
    padding: 82px 0;
  }
  .lower-access-card > div {
    padding: 36px 24px;
  }
  .lower-room-list h2,
  .lower-flow h2 {
    font-size: 28px;
  }
}

/* v84 lower page content refinement */
.lower-full-hero {
  position: relative;
  min-height: 96svh;
  padding: 136px 0 86px;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 76px;
  align-items: end;
}
.lower-full-hero figure {
  margin: 0;
  overflow: hidden;
}
.lower-full-hero img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.75;
  object-fit: cover;
}
.lower-full-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.32;
  letter-spacing: 0.1em;
}
.lower-full-hero p:last-child {
  max-width: 560px;
  margin: 34px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.lower-story-block {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 76px;
  border-top: 1px solid var(--line-light);
}
.lower-story-title h2 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.lower-story-text p {
  margin: 0 0 24px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.lower-feature-grid {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lower-feature-grid article {
  padding: 34px 30px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.lower-feature-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.lower-feature-grid h3 {
  margin: 20px 0 16px;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.lower-feature-grid p {
  margin: 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.lower-room-list.rich article a {
  display: inline-flex;
  margin-top: 24px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.lower-lounge-flow {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lower-lounge-flow article {
  padding: 34px 30px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.lower-lounge-flow span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.lower-lounge-flow h2 {
  margin: 18px 0 14px;
  font-size: 30px;
  letter-spacing: 0.08em;
}
.lower-lounge-flow p {
  margin: 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.lower-guide-grid.rich article {
  display: grid;
  grid-template-rows: auto 1fr;
}
.lower-guide-grid.rich div {
  padding: 0 22px 26px;
}
.lower-guide-grid.rich h2 {
  margin: 24px 0 12px;
}
.lower-guide-grid.rich p {
  margin: 0;
}
@media (max-width: 960px) {
  .lower-full-hero,
  .lower-story-block {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .lower-full-hero {
    padding-top: 116px;
    min-height: auto;
  }
  .lower-full-hero img {
    aspect-ratio: 4/3.15;
  }
  .lower-feature-grid,
  .lower-lounge-flow {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
  }
  .lower-story-block {
    padding: 90px 0;
  }
}
@media (max-width: 640px) {
  .lower-full-hero,
  .lower-story-block,
  .lower-feature-grid,
  .lower-lounge-flow {
    width: calc(100% - 32px);
  }
  .lower-full-hero {
    padding-top: 104px;
  }
  .lower-full-hero h1 {
    font-size: 38px;
  }
  .lower-full-hero p:last-child,
  .lower-story-text p {
    font-size: 13px;
    line-height: 2;
  }
  .lower-feature-grid article,
  .lower-lounge-flow article {
    padding: 28px 22px;
  }
}

/* v85 lower pages: full-screen FV + richer content */
.lower-fullscreen-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1d1915;
  color: #fff;
}
.lower-fullscreen-hero-image {
  position: absolute;
  inset: 0;
  margin: 0;
}
.lower-fullscreen-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82);
}
.lower-fullscreen-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 21, 18, 0.72),
      rgba(24, 21, 18, 0.34) 46%,
      rgba(24, 21, 18, 0.1)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.18), rgba(24, 21, 18, 0.72));
}
.lower-fullscreen-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.lower-fullscreen-hero-copy .lower-kicker {
  color: rgba(255, 255, 255, 0.72);
}
.lower-fullscreen-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.8vw, 84px);
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.lower-fullscreen-hero-copy p:last-child {
  max-width: 640px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.lower-full-localnav {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 64px));
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.lower-full-localnav a {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.rich-lead {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 78px;
  border-bottom: 1px solid var(--line-light);
}
.rich-lead h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.rich-lead p {
  margin: 0 0 24px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.rich-split {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 78px;
  align-items: center;
}
.rich-split figure {
  margin: 0;
  overflow: hidden;
}
.rich-split img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.3;
  object-fit: cover;
}
.rich-split h2 {
  margin: 0 0 28px;
  font-size: clamp(32px, 3.7vw, 56px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.rich-split p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.rich-card-grid {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.rich-card-grid article,
.rich-timeline article {
  padding: 34px 28px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.rich-card-grid span,
.rich-timeline span,
.rich-stay-flow span,
.rich-guide-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.rich-card-grid h3,
.rich-timeline h3 {
  margin: 20px 0 16px;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.rich-card-grid p,
.rich-timeline p {
  margin: 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.rich-room-grid {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 80px 0 150px;
  display: grid;
  gap: 44px;
}
.rich-room-grid article {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 52px;
  align-items: center;
  padding-top: 44px;
  border-top: 1px solid var(--line-light);
}
.rich-room-grid img {
  width: 100%;
  aspect-ratio: 4/2.85;
  object-fit: cover;
}
.rich-room-grid h2 {
  margin: 14px 0 16px;
  font-size: 36px;
  letter-spacing: 0.08em;
}
.rich-room-grid p {
  color: #5b5148;
  line-height: 2;
}
.rich-room-grid a {
  display: inline-flex;
  margin-top: 22px;
  color: #8c7862;
  font-family: var(--display);
  letter-spacing: 0.12em;
}
.rich-timeline {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rich-stay-flow {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 80px 0 140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.rich-stay-flow article {
  background: #f7f3ec;
}
.rich-stay-flow img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.rich-stay-flow span,
.rich-stay-flow h3,
.rich-stay-flow p {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}
.rich-stay-flow span {
  margin-top: 24px;
}
.rich-stay-flow h3 {
  font-size: 28px;
  margin-top: 14px;
  margin-bottom: 12px;
}
.rich-stay-flow p {
  padding-bottom: 26px;
  color: #5b5148;
  line-height: 1.9;
}
.rich-guide-grid {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 70px 0 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.rich-guide-grid article {
  background: #f7f3ec;
}
.rich-guide-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.rich-guide-grid div {
  padding: 24px 24px 28px;
}
.rich-guide-grid h2 {
  margin: 14px 0 12px;
  font-size: 22px;
  line-height: 1.5;
}
.rich-guide-grid p {
  margin: 0;
  color: #5b5148;
  line-height: 1.9;
}
.rich-access-card {
  padding: 110px 0 80px;
}
.rich-access-card > div {
  width: min(900px, calc(100% - 64px));
  margin: 0 auto;
  padding: 64px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.rich-access-card h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.6;
}
.rich-access-card p {
  color: #5b5148;
  line-height: 2;
}
.rich-access-card a {
  display: inline-flex;
  margin-top: 28px;
  padding: 15px 28px;
  border: 1px solid rgba(133, 113, 92, 0.35);
  color: #3f3932;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .lower-fullscreen-hero-copy,
  .lower-full-localnav,
  .rich-lead,
  .rich-split,
  .rich-card-grid,
  .rich-room-grid,
  .rich-timeline,
  .rich-stay-flow,
  .rich-guide-grid {
    width: calc(100% - 40px);
  }
  .rich-lead,
  .rich-split,
  .rich-room-grid article {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .rich-card-grid,
  .rich-timeline,
  .rich-stay-flow,
  .rich-guide-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rich-lead,
  .rich-split {
    padding: 92px 0;
  }
  .rich-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .lower-fullscreen-hero {
    min-height: 88svh;
  }
  .lower-fullscreen-hero-copy,
  .lower-full-localnav,
  .rich-lead,
  .rich-split,
  .rich-card-grid,
  .rich-room-grid,
  .rich-timeline,
  .rich-stay-flow,
  .rich-guide-grid,
  .rich-access-card > div {
    width: calc(100% - 32px);
  }
  .lower-fullscreen-hero-copy {
    padding-bottom: 86px;
  }
  .lower-fullscreen-hero-copy h1 {
    font-size: 38px;
  }
  .lower-fullscreen-hero-copy p:last-child,
  .rich-lead p,
  .rich-split p {
    font-size: 13px;
    line-height: 2;
  }
  .rich-card-grid,
  .rich-timeline,
  .rich-stay-flow,
  .rich-guide-grid {
    grid-template-columns: 1fr;
  }
  .rich-access-card > div {
    padding: 36px 24px;
  }
}

/* v86 additional lower content depth */
.thick-page-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  border-top: 1px solid var(--line-light);
}
.thick-section-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 72px;
}
.thick-section-head h2 {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.thick-section-head p:last-child {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.thick-sequence-grid,
.thick-lounge-card-grid,
.thick-model-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.thick-sequence-grid article,
.thick-lounge-card-grid article,
.thick-model-timeline article {
  min-height: 238px;
  padding: 34px 28px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
  display: flex;
  flex-direction: column;
}
.thick-sequence-grid span,
.thick-lounge-card-grid span,
.thick-model-timeline span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.thick-sequence-grid h3,
.thick-lounge-card-grid h3,
.thick-model-timeline h3 {
  margin: 26px 0 16px;
  font-size: 23px;
  line-height: 1.58;
  letter-spacing: 0.08em;
}
.thick-sequence-grid p,
.thick-lounge-card-grid p,
.thick-model-timeline p {
  margin: auto 0 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.thick-image-story {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 76px;
  align-items: center;
}
.thick-image-story.is-reverse {
  grid-template-columns: 0.88fr 1.12fr;
}
.thick-image-story.is-reverse figure {
  order: 2;
}
.thick-image-story figure {
  margin: 0;
  overflow: hidden;
}
.thick-image-story img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.25;
  object-fit: cover;
}
.thick-image-story h2 {
  margin: 0 0 26px;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.thick-image-story p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.thick-image-story a {
  display: inline-flex;
  margin-top: 20px;
  color: #8c7862;
  font-family: var(--display);
  letter-spacing: 0.12em;
}
.thick-room-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.thick-room-choice-grid article {
  background: #f7f3ec;
}
.thick-room-choice-grid img {
  width: 100%;
  aspect-ratio: 4/3.1;
  object-fit: cover;
}
.thick-room-choice-grid div {
  padding: 28px 24px 32px;
}
.thick-room-choice-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.thick-room-choice-grid h3 {
  font-size: 24px;
  line-height: 1.5;
}
.thick-room-choice-grid p {
  color: #5b5148;
  line-height: 2;
}
.thick-room-note {
  width: min(980px, calc(100% - 64px));
  margin: 0 auto 132px;
  padding: 56px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
}
.thick-room-note h2 {
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.55;
}
.thick-room-note p {
  color: #5b5148;
  line-height: 2.2;
}
@media (max-width: 1100px) {
  .thick-sequence-grid,
  .thick-model-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .thick-lounge-card-grid,
  .thick-room-choice-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  .thick-page-section,
  .thick-image-story,
  .thick-room-note {
    width: calc(100% - 40px);
  }
  .thick-section-head,
  .thick-image-story,
  .thick-image-story.is-reverse,
  .thick-room-note {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .thick-image-story.is-reverse figure {
    order: 0;
  }
}
@media (max-width: 640px) {
  .thick-page-section,
  .thick-image-story,
  .thick-room-note {
    width: calc(100% - 32px);
  }
  .thick-page-section {
    padding: 90px 0;
  }
  .thick-section-head {
    margin-bottom: 48px;
  }
  .thick-sequence-grid,
  .thick-lounge-card-grid,
  .thick-model-timeline,
  .thick-room-choice-grid {
    grid-template-columns: 1fr;
  }
  .thick-sequence-grid article,
  .thick-lounge-card-grid article,
  .thick-model-timeline article {
    min-height: auto;
  }
  .thick-room-note {
    padding: 34px 24px;
  }
  .thick-image-story {
    padding-bottom: 90px;
  }
}

/* v87 atmosphere enhancement */
.lower-rich-page {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(142, 119, 92, 0.06),
      transparent 28%
    ),
    linear-gradient(180deg, #f8f4ed 0%, #f4eee5 100%);
}
.lower-fullscreen-hero:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 108px;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent);
  pointer-events: none;
}
.lower-fullscreen-hero-copy h1 {
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
}
.atmosphere-label {
  margin: 0 0 18px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.atmosphere-night-band,
.atmosphere-guide-band,
.atmosphere-access-band {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 130px 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid rgba(133, 113, 92, 0.15);
}
.atmosphere-night-band figure,
.atmosphere-guide-band figure,
.atmosphere-access-band figure {
  margin: 0;
  overflow: hidden;
}
.atmosphere-night-band img,
.atmosphere-guide-band img,
.atmosphere-access-band img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.1;
  object-fit: cover;
  filter: saturate(0.92);
}
.atmosphere-night-copy h2,
.atmosphere-guide-band h2,
.atmosphere-access-band h2 {
  margin: 0 0 26px;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.52;
  letter-spacing: 0.1em;
}
.atmosphere-night-copy p:not(.atmosphere-label),
.atmosphere-guide-band p:not(.atmosphere-label),
.atmosphere-access-band p:not(.atmosphere-label) {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.atmosphere-room-band {
  position: relative;
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0 150px;
  display: grid;
  grid-template-columns: 1.05fr 0.88fr;
  gap: 78px;
  align-items: center;
  border-bottom: 1px solid rgba(133, 113, 92, 0.15);
}
.atmosphere-room-main,
.atmosphere-room-sub {
  margin: 0;
  overflow: hidden;
}
.atmosphere-room-main img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.85;
  object-fit: cover;
}
.atmosphere-room-sub {
  position: absolute;
  left: 34%;
  bottom: 100px;
  width: 24%;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}
.atmosphere-room-sub img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.atmosphere-room-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.52;
  letter-spacing: 0.1em;
}
.atmosphere-room-copy p:not(.atmosphere-label) {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.atmosphere-lounge-band {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 124px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.15);
}
.atmosphere-lounge-head {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 54px;
}
.atmosphere-lounge-head h2 {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.52;
  letter-spacing: 0.1em;
}
.atmosphere-lounge-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr 0.8fr;
  gap: 28px;
  align-items: end;
}
.atmosphere-lounge-grid figure {
  margin: 0;
  overflow: hidden;
}
.atmosphere-lounge-grid img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.1;
  object-fit: cover;
}
.atmosphere-lounge-grid figure:nth-child(2) {
  transform: translateY(56px);
}
.atmosphere-lounge-grid p {
  margin: 0 0 18px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.atmosphere-stay-band {
  padding: 126px 0 138px;
  background: #211d19;
  color: #fff;
}
.atmosphere-stay-title {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 66px;
}
.atmosphere-stay-title .atmosphere-label {
  color: rgba(255, 255, 255, 0.58);
}
.atmosphere-stay-title h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.48;
  letter-spacing: 0.1em;
}
.atmosphere-stay-scenes {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.atmosphere-stay-scenes figure {
  margin: 0;
  overflow: hidden;
}
.atmosphere-stay-scenes img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82);
}
.atmosphere-stay-scenes figcaption {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.thick-card-band article,
.thick-timeline article,
.rich-stay-flow article,
.thick-stay-flow article,
.thick-guide-grid article,
.rich-card-grid article {
  box-shadow: 0 18px 48px rgba(59, 47, 35, 0.035);
}
.rich-lead,
.thick-editorial {
  position: relative;
}
.rich-lead:before,
.thick-editorial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(133, 113, 92, 0.32),
    transparent
  );
}
@media (max-width: 960px) {
  .atmosphere-night-band,
  .atmosphere-guide-band,
  .atmosphere-access-band,
  .atmosphere-room-band,
  .atmosphere-lounge-band,
  .atmosphere-stay-title,
  .atmosphere-stay-scenes {
    width: calc(100% - 40px);
  }
  .atmosphere-night-band,
  .atmosphere-guide-band,
  .atmosphere-access-band,
  .atmosphere-room-band,
  .atmosphere-lounge-head,
  .atmosphere-lounge-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .atmosphere-room-sub {
    display: none;
  }
  .atmosphere-lounge-grid figure:nth-child(2) {
    transform: none;
  }
  .atmosphere-stay-scenes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .lower-fullscreen-hero:after {
    width: calc(100% - 32px);
    bottom: 78px;
  }
  .atmosphere-night-band,
  .atmosphere-guide-band,
  .atmosphere-access-band,
  .atmosphere-room-band,
  .atmosphere-lounge-band,
  .atmosphere-stay-title,
  .atmosphere-stay-scenes {
    width: calc(100% - 32px);
  }
  .atmosphere-night-band,
  .atmosphere-guide-band,
  .atmosphere-access-band,
  .atmosphere-room-band,
  .atmosphere-lounge-band,
  .atmosphere-stay-band {
    padding: 82px 0;
  }
  .atmosphere-stay-scenes {
    grid-template-columns: 1fr;
  }
  .atmosphere-stay-scenes img {
    aspect-ratio: 4/3.4;
  }
}

/* v88 typography/tone unification with TOP page */
.page-dining-ref .dining-full-hero-copy h1,
.lower-fullscreen-hero-copy h1 {
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.6 !important;
  letter-spacing: 0.09em !important;
  font-weight: 700 !important;
}
.page-dining-ref .dining-full-hero-copy p:last-child,
.lower-fullscreen-hero-copy p:last-child {
  max-width: 620px !important;
  margin-top: 28px !important;
  font-size: 15px !important;
  line-height: 2.25 !important;
  letter-spacing: 0.06em !important;
}
.lower-kicker,
.dining-ref-label,
.atmosphere-label,
.section-label {
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
}
.dining-full-localnav a,
.lower-full-localnav a {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}
.rich-lead h2,
.rich-split h2,
.thick-editorial h2,
.thick-horizontal-scene h2,
.atmosphere-night-copy h2,
.atmosphere-guide-band h2,
.atmosphere-access-band h2,
.atmosphere-room-copy h2,
.atmosphere-lounge-head h2,
.atmosphere-stay-title h2,
.thick-mosaic h2,
.thick-guide-map h2,
.lower-full-hero h1,
.dining-detail-head h2,
.dining-ref-section-title h2,
.dining-ref-story-head h2 {
  font-size: clamp(28px, 4vw, 54px) !important;
  line-height: 1.6 !important;
  letter-spacing: 0.09em !important;
}
.dining-ref-feature-copy h3,
.dining-detail-copy h3,
.dining-menu-summary-head h3,
.thick-card-band h3,
.thick-timeline h3,
.thick-stay-flow h3,
.rich-card-grid h3,
.rich-room-grid h2,
.thick-room-showcase h2,
.rich-guide-grid h2,
.thick-guide-grid h2,
.lower-room-list h2,
.lower-flow h2 {
  font-size: clamp(22px, 2.6vw, 38px) !important;
  line-height: 1.65 !important;
  letter-spacing: 0.08em !important;
}
.rich-lead p,
.rich-split p,
.thick-editorial p,
.thick-horizontal-scene p,
.atmosphere-night-copy p:not(.atmosphere-label),
.atmosphere-guide-band p:not(.atmosphere-label),
.atmosphere-access-band p:not(.atmosphere-label),
.atmosphere-room-copy p:not(.atmosphere-label),
.atmosphere-lounge-grid p,
.dining-ref-story-copy p,
.dining-ref-product-card p:last-child,
.dining-ref-feature-copy p:last-child,
.dining-detail-copy p:not(.dining-ref-label),
.dining-detail-head > p:last-child,
.thick-card-band p,
.thick-timeline p,
.thick-stay-flow p,
.thick-guide-grid p,
.rich-guide-grid p,
.rich-access-card p,
.thick-access-panel p {
  font-size: 15px !important;
  line-height: 2.25 !important;
  letter-spacing: 0.06em !important;
}
.lower-fullscreen-hero-copy {
  padding-bottom: 110px !important;
}
.dining-full-hero-copy {
  padding-bottom: 110px !important;
}
.lower-fullscreen-hero-overlay,
.dining-full-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(24, 21, 18, 0.66),
      rgba(24, 21, 18, 0.3) 48%,
      rgba(24, 21, 18, 0.12)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.14), rgba(24, 21, 18, 0.68)) !important;
}
.site-header.is-page {
  min-height: 68px;
}
@media (max-width: 960px) {
  .page-dining-ref .dining-full-hero-copy h1,
  .lower-fullscreen-hero-copy h1 {
    font-size: clamp(29px, 8vw, 44px) !important;
    line-height: 1.58 !important;
  }
  .page-dining-ref .dining-full-hero-copy p:last-child,
  .lower-fullscreen-hero-copy p:last-child {
    font-size: 14px !important;
    line-height: 2.1 !important;
  }
}
@media (max-width: 640px) {
  .page-dining-ref .dining-full-hero-copy h1,
  .lower-fullscreen-hero-copy h1 {
    font-size: 32px !important;
    line-height: 1.6 !important;
  }
  .page-dining-ref .dining-full-hero-copy p:last-child,
  .lower-fullscreen-hero-copy p:last-child {
    font-size: 13px !important;
    line-height: 2 !important;
  }
  .rich-lead h2,
  .rich-split h2,
  .thick-editorial h2,
  .thick-horizontal-scene h2,
  .atmosphere-night-copy h2,
  .atmosphere-guide-band h2,
  .atmosphere-access-band h2,
  .atmosphere-room-copy h2,
  .atmosphere-lounge-head h2,
  .atmosphere-stay-title h2,
  .dining-detail-head h2,
  .dining-ref-section-title h2,
  .dining-ref-story-head h2 {
    font-size: 28px !important;
    line-height: 1.58 !important;
  }
}

/* v90 room detail pages */
.room-list-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.room-list-actions a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.room-list-actions .room-reserve-link {
  color: rgba(36, 33, 29, 0.52);
}
.room-detail-page {
  background: var(--bg);
  color: var(--ink);
}
.room-detail-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #211d19;
}
.room-detail-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.room-detail-hero figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 21, 18, 0.72),
      rgba(24, 21, 18, 0.34) 46%,
      rgba(24, 21, 18, 0.12)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.18), rgba(24, 21, 18, 0.72));
}
.room-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.82);
}
.room-detail-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.room-detail-label {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.room-detail-hero h1 {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.room-detail-hero-copy p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.room-detail-meta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 64px));
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.room-detail-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.room-detail-intro {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 78px;
  border-bottom: 1px solid var(--line-light);
}
.room-detail-title h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-detail-text p {
  margin: 0 0 24px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.room-detail-note {
  color: rgba(36, 33, 29, 0.5) !important;
  font-family: var(--display);
  font-size: 14px !important;
}
.room-detail-layout,
.room-detail-scene {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 78px;
  align-items: center;
}
.room-detail-layout {
  border-bottom: 1px solid var(--line-light);
}
.room-detail-main-image,
.room-detail-scene figure {
  margin: 0;
  overflow: hidden;
}
.room-detail-main-image img,
.room-detail-scene img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.8;
  object-fit: cover;
}
.room-detail-data h2,
.room-detail-scene-copy h2,
.room-detail-amenity h2 {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.7vw, 50px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-detail-data dl {
  margin: 38px 0 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.room-detail-data dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.room-detail-data dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-detail-data dd {
  margin: 0;
  color: #4f463d;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.room-detail-scene {
  grid-template-columns: 0.92fr 1.08fr;
  background: linear-gradient(180deg, #f7f3ec, #f4eee5);
  padding-left: max(0px, calc((100vw - min(1180px, calc(100% - 64px))) / 2));
  padding-right: max(0px, calc((100vw - min(1180px, calc(100% - 64px))) / 2));
  width: 100%;
}
.room-detail-scene-copy p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.room-detail-gallery {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 28px;
}
.room-detail-gallery figure {
  margin: 0;
  overflow: hidden;
}
.room-detail-gallery img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.4;
  object-fit: cover;
}
.room-detail-gallery figure:first-child img {
  aspect-ratio: 4/5;
}
.room-detail-gallery figcaption {
  margin-top: 14px;
  color: rgba(36, 33, 29, 0.48);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.12em;
}
.room-detail-amenity {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
}
.room-detail-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.room-detail-amenity-grid article {
  padding: 30px 26px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.room-detail-amenity-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-detail-amenity-grid h3 {
  margin: 20px 0 14px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.room-detail-amenity-grid p {
  margin: 0;
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.room-detail-nav {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.room-detail-nav a {
  padding: 28px 24px;
  color: #3f3932;
  text-align: center;
  border-right: 1px solid rgba(133, 113, 92, 0.14);
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.08em;
}
.room-detail-nav a:last-child {
  border-right: 0;
}
.room-detail-nav span {
  display: block;
  margin-bottom: 8px;
  color: #8c7862;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .room-detail-hero-copy,
  .room-detail-meta,
  .room-detail-intro,
  .room-detail-layout,
  .room-detail-gallery,
  .room-detail-amenity,
  .room-detail-nav {
    width: calc(100% - 40px);
  }
  .room-detail-intro,
  .room-detail-layout,
  .room-detail-scene,
  .room-detail-amenity {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .room-detail-scene {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .room-detail-gallery {
    grid-template-columns: 1fr;
  }
  .room-detail-gallery figure:first-child img {
    aspect-ratio: 4/3.4;
  }
  .room-detail-amenity-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .room-detail-hero {
    min-height: 88svh;
  }
  .room-detail-hero-copy,
  .room-detail-meta,
  .room-detail-intro,
  .room-detail-layout,
  .room-detail-gallery,
  .room-detail-amenity,
  .room-detail-nav {
    width: calc(100% - 32px);
  }
  .room-detail-hero-copy {
    padding-bottom: 90px;
  }
  .room-detail-hero h1 {
    font-size: 36px;
  }
  .room-detail-intro,
  .room-detail-layout,
  .room-detail-scene,
  .room-detail-gallery {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .room-detail-data dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .room-detail-nav {
    grid-template-columns: 1fr;
  }
  .room-detail-nav a {
    border-right: 0;
    border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  }
}

/* v91 room list case-style and auto/manual carousel */
.room-slide-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.room-slide-link:focus-visible {
  outline: 1px solid rgba(133, 113, 92, 0.45);
  outline-offset: 6px;
}
.room-case-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 92px 0 150px;
}
.room-case-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 74px;
  align-items: end;
  margin-bottom: 76px;
}
.room-case-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-case-head p:last-child {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.room-case-list {
  display: grid;
  gap: 76px;
}
.room-case-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
  padding-top: 54px;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.room-case-card.is-reverse {
  grid-template-columns: 0.92fr 1.08fr;
}
.room-case-card.is-reverse .room-case-image {
  order: 2;
}
.room-case-image {
  display: block;
  overflow: hidden;
  background: #e8e0d4;
}
.room-case-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.75;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-case-image:hover img {
  transform: scale(1.035);
}
.room-case-body {
  min-width: 0;
}
.room-case-number {
  margin: 0 0 16px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.room-case-body h2 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.room-case-jp {
  margin: 14px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.room-case-copy {
  margin: 28px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.room-case-tags {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.room-case-tags li {
  padding: 8px 13px;
  border: 1px solid rgba(133, 113, 92, 0.18);
  color: #8c7862;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.room-case-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.room-case-actions a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.room-case-actions .room-reserve-link {
  color: rgba(36, 33, 29, 0.48);
}
.room-carousel,
.journal-track {
  scroll-behavior: smooth;
}
.room-carousel.is-dragging,
.journal-track.is-dragging {
  scroll-behavior: auto !important;
}
.room-carousel .is-clone,
.journal-track .is-clone {
  pointer-events: auto;
}
@media (max-width: 960px) {
  .room-case-section {
    width: calc(100% - 40px);
    padding-top: 76px;
  }
  .room-case-head,
  .room-case-card,
  .room-case-card.is-reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .room-case-card.is-reverse .room-case-image {
    order: 0;
  }
}
@media (max-width: 640px) {
  .room-case-section {
    width: calc(100% - 32px);
    padding-top: 54px;
  }
  .room-case-list {
    gap: 58px;
  }
  .room-case-card {
    padding-top: 38px;
  }
  .room-case-image img {
    aspect-ratio: 4/3.25;
  }
  .room-case-copy {
    font-size: 13px;
    line-height: 2;
  }
}

/* v92 TOP room / guide carousel autoplay + manual fix */
.room-carousel,
.journal-track {
  display: flex !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: auto !important;
  max-width: none !important;
  transform: none !important;
  will-change: scroll-position !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y !important;
  cursor: grab;
  scrollbar-width: none;
}
.room-carousel::-webkit-scrollbar,
.journal-track::-webkit-scrollbar {
  display: none;
}
.room-carousel.is-dragging,
.journal-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
  user-select: none;
}
.room-carousel.is-dragging *,
.journal-track.is-dragging * {
  user-select: none;
}
.room-slide,
.journal-card {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}
.room-carousel .is-clone,
.journal-track .is-clone {
  pointer-events: auto;
}
.room-slide-link {
  display: block;
}
.room-slide img,
.journal-card img {
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 960px) {
  .room-carousel,
  .journal-track {
    scroll-snap-type: none !important;
    touch-action: pan-x pan-y !important;
  }
}

/* v93 carousel speed and room click fix */
.room-slide-link {
  position: relative;
  z-index: 2;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.room-slide-link figure,
.room-slide-link figcaption {
  pointer-events: auto;
}
.room-slide-link img {
  pointer-events: none;
}
.room-carousel,
.journal-track {
  scroll-behavior: auto !important;
}
.room-carousel.is-dragging,
.journal-track.is-dragging {
  cursor: grabbing;
}

/* v94 rooms index inspired by suites listing */
.rooms-index-page {
  background: var(--bg);
  color: var(--ink);
}
.rooms-index-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #211d19;
  color: #fff;
}
.rooms-index-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.rooms-index-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82);
}
.rooms-index-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 21, 18, 0.68),
      rgba(24, 21, 18, 0.28) 48%,
      rgba(24, 21, 18, 0.1)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.16), rgba(24, 21, 18, 0.7));
}
.rooms-index-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.rooms-index-label {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.rooms-index-hero-copy h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-index-hero-copy p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.suite-index-intro {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0 92px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 82px;
}
.suite-index-intro h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.suite-index-intro p {
  margin: 0 0 24px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.suite-index-note {
  color: rgba(36, 33, 29, 0.45) !important;
  font-size: 13px !important;
}
.suite-filter-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 54px;
}
.suite-filter-head {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
  padding: 20px 0;
}
.suite-filter-head > p {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.suite-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.suite-filter-buttons button {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(36, 33, 29, 0.48);
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.suite-filter-buttons button.is-active {
  color: #2b2621;
  border-bottom: 1px solid rgba(43, 38, 33, 0.36);
}
.suite-list-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 150px;
}
.suite-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.suite-list-item {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
  padding: 58px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}
.suite-list-item.is-hidden {
  display: none;
}
.suite-list-image {
  display: block;
  overflow: hidden;
  background: #e8e0d4;
}
.suite-list-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.85;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.suite-list-image:hover img {
  transform: scale(1.035);
}
.suite-list-number {
  margin: 0 0 16px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.suite-list-body h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.suite-list-jp {
  margin: 14px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.suite-list-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.suite-list-spec {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(133, 113, 92, 0.16);
  border-left: 1px solid rgba(133, 113, 92, 0.16);
}
.suite-list-spec div {
  padding: 17px 16px;
  border-right: 1px solid rgba(133, 113, 92, 0.16);
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.suite-list-spec dt {
  margin: 0 0 8px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
}
.suite-list-spec dd {
  margin: 0;
  color: #4f463d;
  font-size: 13px;
  line-height: 1.55;
}
.suite-list-actions {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.suite-list-actions a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rooms-index-night {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 142px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 74px;
  align-items: center;
}
.rooms-index-night figure {
  margin: 0;
  overflow: hidden;
}
.rooms-index-night img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.2;
  object-fit: cover;
}
.rooms-index-night h2 {
  margin: 0 0 26px;
  font-size: clamp(28px, 3.7vw, 50px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-index-night p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.rooms-index-night a {
  display: inline-flex;
  margin-top: 26px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .rooms-index-hero-copy,
  .suite-index-intro,
  .suite-filter-section,
  .suite-list-section,
  .rooms-index-night {
    width: calc(100% - 40px);
  }
  .suite-index-intro,
  .suite-list-item,
  .rooms-index-night {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .suite-list-spec {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .rooms-index-hero {
    min-height: 88svh;
  }
  .rooms-index-hero-copy,
  .suite-index-intro,
  .suite-filter-section,
  .suite-list-section,
  .rooms-index-night {
    width: calc(100% - 32px);
  }
  .rooms-index-hero-copy {
    padding-bottom: 86px;
  }
  .rooms-index-hero-copy h1 {
    font-size: 32px;
  }
  .rooms-index-hero-copy p:last-child,
  .suite-index-intro p,
  .suite-list-copy,
  .rooms-index-night p {
    font-size: 13px;
    line-height: 2;
  }
  .suite-index-intro {
    padding: 82px 0 56px;
  }
  .suite-filter-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .suite-list-item {
    padding: 44px 0;
  }
  .suite-list-image img {
    aspect-ratio: 4/3.2;
  }
  .suite-list-spec {
    grid-template-columns: 1fr;
  }
}

/* v95 room detail concept / floorplan / amenity redesign */
.room-concept-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1d1915;
  color: #fff;
}
.room-concept-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.room-concept-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82);
}
.room-concept-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 21, 18, 0.7),
      rgba(24, 21, 18, 0.3) 48%,
      rgba(24, 21, 18, 0.1)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.16), rgba(24, 21, 18, 0.7));
}
.room-concept-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.room-concept-copy h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-concept-copy p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.room-concept-nav {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 64px));
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.room-concept-nav a {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.room-concept-story {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 82px;
  border-bottom: 1px solid var(--line-light);
}
.room-concept-story h2,
.room-plan-copy h2,
.room-stay-sequence-head h2,
.room-amenity-head h2,
.room-check-section h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-concept-story-text p,
.room-plan-copy p,
.room-amenity-head p {
  margin: 0 0 24px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.room-concept-visual {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.82fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}
.room-concept-visual figure {
  margin: 0;
  overflow: hidden;
}
.room-concept-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-concept-visual .main {
  grid-row: span 2;
}
.room-concept-visual div {
  padding: 42px;
  background: #f7f3ec;
}
.room-concept-visual h2 {
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-concept-visual p {
  color: #5b5148;
  line-height: 2.15;
}
.room-plan-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0;
  display: grid;
  grid-template-columns: 0.75fr 0.95fr 0.8fr;
  gap: 42px;
  align-items: start;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.room-floorplan-card {
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
  padding: 24px;
}
.room-floorplan-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.room-floorplan-card svg {
  width: 100%;
  display: block;
  background: #fbf8f2;
}
.plan-wall {
  fill: none;
  stroke: #6f5f4c;
  stroke-width: 4;
}
.plan-zone {
  fill: rgba(140, 120, 98, 0.08);
  stroke: rgba(111, 95, 76, 0.4);
  stroke-width: 2;
}
.plan-terrace {
  fill: rgba(111, 95, 76, 0.07);
  stroke: rgba(111, 95, 76, 0.45);
  stroke-width: 2;
}
.plan-bath {
  fill: none;
  stroke: #8c7862;
  stroke-width: 3;
}
.plan-line {
  stroke: rgba(111, 95, 76, 0.45);
  stroke-width: 2;
}
.room-floorplan-card text {
  font-family: serif;
  font-size: 20px;
  fill: #6f5f4c;
}
.room-floorplan-card p {
  margin: 14px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 12px;
  line-height: 1.8;
}
.room-spec-list {
  margin: 0;
  display: grid;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.room-spec-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.room-spec-list dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-spec-list dd {
  margin: 0;
  color: #4f463d;
  font-size: 14px;
  line-height: 1.7;
}
.room-stay-sequence {
  padding: 128px 0;
  background: #211d19;
  color: #fff;
}
.room-stay-sequence-head,
.room-stay-sequence-list {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}
.room-stay-sequence-head {
  margin-bottom: 58px;
}
.room-stay-sequence-head .section-label {
  color: rgba(255, 255, 255, 0.58);
}
.room-stay-sequence-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.room-stay-sequence-list article {
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.room-stay-sequence-list span {
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-stay-sequence-list h3 {
  font-size: 26px;
  margin: 18px 0 12px;
}
.room-stay-sequence-list p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 2;
}
.room-amenity-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
}
.room-amenity-head {
  max-width: 760px;
  margin-bottom: 64px;
}
.room-amenity-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.room-amenity-groups article {
  padding: 34px 30px;
  background: #f7f3ec;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.amenity-category {
  margin: 0 0 18px !important;
  color: #8c7862 !important;
  font-family: var(--display);
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
}
.room-amenity-groups h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.55;
}
.room-amenity-groups p {
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.room-check-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
}
.room-check-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.room-check-section li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
  color: #5b5148;
  font-size: 14px;
  line-height: 1.9;
}
.room-check-section span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-detail-gallery.refined {
  padding-top: 0;
}
.room-detail-gallery.refined figure:first-child img {
  aspect-ratio: 4/4.7;
}
@media (max-width: 1100px) {
  .room-plan-section {
    grid-template-columns: 1fr 1fr;
  }
  .room-plan-copy {
    grid-column: 1 / -1;
  }
  .room-amenity-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .room-concept-copy,
  .room-concept-nav,
  .room-concept-story,
  .room-concept-visual,
  .room-plan-section,
  .room-stay-sequence-head,
  .room-stay-sequence-list,
  .room-amenity-section,
  .room-check-section {
    width: calc(100% - 40px);
  }
  .room-concept-story,
  .room-concept-visual,
  .room-plan-section,
  .room-check-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .room-concept-visual .main {
    grid-row: auto;
  }
  .room-stay-sequence-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .room-amenity-groups {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .room-concept-hero {
    min-height: 88svh;
  }
  .room-concept-copy,
  .room-concept-nav,
  .room-concept-story,
  .room-concept-visual,
  .room-plan-section,
  .room-stay-sequence-head,
  .room-stay-sequence-list,
  .room-amenity-section,
  .room-check-section {
    width: calc(100% - 32px);
  }
  .room-concept-copy {
    padding-bottom: 90px;
  }
  .room-concept-copy h1 {
    font-size: 32px;
  }
  .room-concept-copy p:last-child,
  .room-concept-story-text p,
  .room-plan-copy p,
  .room-amenity-head p {
    font-size: 13px;
    line-height: 2;
  }
  .room-concept-story,
  .room-plan-section,
  .room-amenity-section {
    padding: 88px 0;
  }
  .room-stay-sequence {
    padding: 88px 0;
  }
  .room-stay-sequence-list {
    grid-template-columns: 1fr;
  }
  .room-spec-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .room-check-section {
    padding-bottom: 88px;
  }
}

/* v96 dynamic room pages: quiet luxury direction */
.rooms-finished-page,
.room-finished-page {
  background: #f7f2e9;
  color: #2b2621;
}
.rooms-finished-hero,
.room-finished-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1f1b17;
  color: #fff;
}
.rooms-finished-hero figure,
.room-finished-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.rooms-finished-hero img,
.room-finished-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(0.78);
}
.rooms-finished-overlay,
.room-finished-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 20, 17, 0.72),
      rgba(23, 20, 17, 0.28) 52%,
      rgba(23, 20, 17, 0.08)
    ),
    linear-gradient(180deg, rgba(23, 20, 17, 0.08), rgba(23, 20, 17, 0.72));
}
.rooms-finished-copy,
.room-finished-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.room-small-label {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.rooms-finished-copy h1,
.room-finished-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-finished-copy p:last-child,
.room-finished-copy p:last-child {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.room-finished-nav {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 64px));
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.room-finished-nav a {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.rooms-finished-intro,
.room-finished-concept {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0 104px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 82px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.rooms-finished-intro h2,
.room-finished-concept h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-finished-concept h2 span {
  color: #8c7862;
  font-size: 0.44em;
  letter-spacing: 0.18em;
}
.rooms-finished-intro p,
.room-finished-concept p,
.room-layout-copy p,
.room-amenity-head p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.rooms-finished-note {
  color: rgba(36, 33, 29, 0.48) !important;
  font-size: 13px !important;
}
.rooms-finished-filter {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 58px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: center;
}
.rooms-finished-filter p {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.rooms-finished-filter div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.rooms-finished-filter button {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(36, 33, 29, 0.46);
  font-size: 13px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.rooms-finished-filter button.is-active {
  color: #2b2621;
  border-bottom: 1px solid rgba(43, 38, 33, 0.36);
}
.moda-suite-list {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 150px;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.moda-suite-row {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.moda-suite-row.is-reverse {
  grid-template-columns: 0.98fr 1.02fr;
}
.moda-suite-row.is-reverse .moda-suite-image {
  order: 2;
}
.moda-suite-image {
  display: block;
  overflow: hidden;
}
.moda-suite-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.86;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.moda-suite-image:hover img {
  transform: scale(1.035);
}
.moda-suite-index {
  margin: 0 0 16px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.moda-suite-info h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.32;
  letter-spacing: 0.08em;
}
.moda-suite-jp {
  margin: 14px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.moda-suite-copy {
  margin: 28px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.moda-suite-spec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 0;
  border-top: 1px solid rgba(133, 113, 92, 0.16);
  border-left: 1px solid rgba(133, 113, 92, 0.16);
}
.moda-suite-spec div {
  padding: 16px 14px;
  border-right: 1px solid rgba(133, 113, 92, 0.16);
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.moda-suite-spec dt {
  margin: 0 0 8px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
}
.moda-suite-spec dd {
  margin: 0;
  color: #4f463d;
  font-size: 13px;
  line-height: 1.55;
}
.moda-suite-actions {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.moda-suite-actions a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rooms-common-comfort {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 142px;
}
.rooms-common-head {
  max-width: 760px;
  margin-bottom: 54px;
}
.rooms-common-head h2 {
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-common-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.rooms-common-grid article,
.room-amenity-list article {
  padding: 32px 26px;
  background: #f2ece2;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.rooms-common-grid span,
.room-amenity-list span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.rooms-common-grid h3,
.room-amenity-list h3 {
  margin: 20px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.rooms-common-grid p,
.room-amenity-list p {
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.room-finished-photos {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 24px;
}
.room-finished-photos figure {
  margin: 0;
  overflow: hidden;
}
.room-finished-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-finished-photos .main {
  grid-row: span 2;
}
.room-finished-photos .main img {
  aspect-ratio: 4/5;
}
.room-finished-photos figure:not(.main) img {
  aspect-ratio: 4/2.4;
}
.room-finished-layout,
.room-finished-data,
.room-finished-amenity,
.room-finished-stay {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
  border-top: 1px solid rgba(133, 113, 92, 0.16);
}
.room-finished-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 76px;
  align-items: center;
}
.room-layout-copy h2,
.room-data-head h2,
.room-amenity-head h2,
.room-finished-stay h2 {
  margin: 0 0 28px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.room-plan-art {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(133, 113, 92, 0.28);
  background:
    linear-gradient(90deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}
.plan-zone {
  position: absolute;
  border: 1px solid rgba(133, 113, 92, 0.42);
  background: rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
}
.plan-zone span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.plan-entry {
  left: 6%;
  top: 8%;
  width: 22%;
  height: 18%;
}
.plan-bed {
  left: 6%;
  top: 34%;
  width: 42%;
  height: 38%;
}
.plan-living {
  left: 54%;
  top: 8%;
  width: 38%;
  height: 42%;
}
.plan-bath {
  left: 58%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.plan-terrace {
  left: 6%;
  bottom: 6%;
  width: 86%;
  height: 9%;
}
.room-data-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 42px 0 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
  border-left: 1px solid rgba(133, 113, 92, 0.18);
}
.room-data-table div {
  padding: 22px 20px;
  border-right: 1px solid rgba(133, 113, 92, 0.18);
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.room-data-table dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-data-table dd {
  margin: 8px 0 0;
  color: #4f463d;
  font-size: 14px;
}
.room-amenity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 54px;
}
.room-finished-stay {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 70px;
}
.room-finished-stay ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.room-finished-stay li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.room-finished-stay span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.room-finished-stay p {
  margin: 0;
  color: #5b5148;
  line-height: 1.9;
}
.room-finished-pager {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.room-finished-pager a {
  padding: 28px 24px;
  text-align: center;
  color: #3f3932;
  border-right: 1px solid rgba(133, 113, 92, 0.14);
  font-family: var(--display);
  letter-spacing: 0.08em;
}
.room-finished-pager a:last-child {
  border-right: 0;
}
.room-finished-pager span {
  display: block;
  margin-bottom: 8px;
  color: #8c7862;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .rooms-finished-copy,
  .rooms-finished-intro,
  .rooms-finished-filter,
  .moda-suite-list,
  .rooms-common-comfort,
  .room-finished-copy,
  .room-finished-nav,
  .room-finished-concept,
  .room-finished-photos,
  .room-finished-layout,
  .room-finished-data,
  .room-finished-amenity,
  .room-finished-stay,
  .room-finished-pager {
    width: calc(100% - 40px);
  }
  .rooms-finished-intro,
  .moda-suite-row,
  .moda-suite-row.is-reverse,
  .room-finished-concept,
  .room-finished-layout,
  .room-finished-stay {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .moda-suite-row.is-reverse .moda-suite-image {
    order: 0;
  }
  .moda-suite-spec,
  .room-data-table {
    grid-template-columns: repeat(2, 1fr);
  }
  .rooms-common-grid,
  .room-amenity-list {
    grid-template-columns: 1fr 1fr;
  }
  .room-finished-photos {
    grid-template-columns: 1fr;
  }
  .room-finished-photos .main {
    grid-row: auto;
  }
}
@media (max-width: 640px) {
  .rooms-finished-hero,
  .room-finished-hero {
    min-height: 88svh;
  }
  .rooms-finished-copy,
  .rooms-finished-intro,
  .rooms-finished-filter,
  .moda-suite-list,
  .rooms-common-comfort,
  .room-finished-copy,
  .room-finished-nav,
  .room-finished-concept,
  .room-finished-photos,
  .room-finished-layout,
  .room-finished-data,
  .room-finished-amenity,
  .room-finished-stay,
  .room-finished-pager {
    width: calc(100% - 32px);
  }
  .rooms-finished-copy,
  .room-finished-copy {
    padding-bottom: 88px;
  }
  .rooms-finished-copy h1,
  .room-finished-copy h1 {
    font-size: 32px;
  }
  .rooms-finished-filter {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .moda-suite-row {
    padding: 48px 0;
  }
  .moda-suite-image img {
    aspect-ratio: 4/3.25;
  }
  .moda-suite-spec,
  .room-data-table,
  .rooms-common-grid,
  .room-amenity-list {
    grid-template-columns: 1fr;
  }
  .room-plan-art {
    min-height: 390px;
  }
  .room-finished-stay li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .room-finished-pager {
    grid-template-columns: 1fr;
  }
  .room-finished-pager a {
    border-right: 0;
    border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  }
}

/* v97 MAHORA-inspired room detail layout */
.mahora-room-page {
  background: #f7f2e9;
  color: #2b2621;
}
.mahora-room-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #1f1b17;
  color: #fff;
}
.mahora-room-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.mahora-room-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.74);
}
.mahora-room-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at center,
      rgba(24, 21, 18, 0.12),
      rgba(24, 21, 18, 0.58) 64%,
      rgba(24, 21, 18, 0.72)
    ),
    linear-gradient(180deg, rgba(24, 21, 18, 0.12), rgba(24, 21, 18, 0.68));
}
.mahora-room-hero-center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.mahora-room-number {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
}
.mahora-room-hero-center h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(56px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.14em;
}
.mahora-room-hero-center p:last-child {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  letter-spacing: 0.18em;
}
.mahora-scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mahora-scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  margin: 12px auto 0;
  background: rgba(255, 255, 255, 0.38);
}
.mahora-room-intro {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0 110px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
}
.mahora-room-title-block h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.62;
  letter-spacing: 0.09em;
}
.mahora-room-lead p {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.mahora-room-visual-story {
  position: relative;
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 150px;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: 78px;
  align-items: center;
}
.mahora-room-main-photo,
.mahora-room-sub-photo {
  margin: 0;
  overflow: hidden;
}
.mahora-room-main-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.15;
  object-fit: cover;
}
.mahora-room-sub-photo {
  position: absolute;
  left: 34%;
  bottom: 92px;
  width: 24%;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}
.mahora-room-sub-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.mahora-room-story-copy h2,
.mahora-room-spec-head h2,
.mahora-room-amenity-head h2,
.mahora-room-stay h2 {
  margin: 0 0 28px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.62;
  letter-spacing: 0.09em;
}
.mahora-room-story-copy p:not(.section-label),
.mahora-room-spec-head p,
.mahora-room-amenity-head p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.mahora-room-spec-section {
  background: #f2ece2;
  padding: 132px 0;
}
.mahora-room-spec-head {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 76px;
}
.mahora-room-spec-grid {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.mahora-room-plan {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(133, 113, 92, 0.32);
  background:
    linear-gradient(90deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}
.plan-space {
  position: absolute;
  border: 1px solid rgba(133, 113, 92, 0.45);
  background: rgba(255, 255, 255, 0.32);
  display: grid;
  place-items: center;
}
.plan-space span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: center;
}
.plan-entry {
  left: 7%;
  top: 8%;
  width: 23%;
  height: 18%;
}
.plan-bed {
  left: 7%;
  top: 35%;
  width: 42%;
  height: 36%;
}
.plan-living {
  left: 55%;
  top: 8%;
  width: 37%;
  height: 42%;
}
.plan-bath {
  left: 59%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.plan-terrace {
  left: 7%;
  bottom: 6%;
  width: 85%;
  height: 9%;
}
.mahora-room-data {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.mahora-room-data div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.mahora-room-data dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.mahora-room-data dd {
  margin: 0;
  color: #4f463d;
  font-size: 14px;
  line-height: 1.7;
}
.mahora-room-amenity {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
}
.mahora-room-amenity-head {
  max-width: 800px;
  margin-bottom: 58px;
}
.mahora-room-amenity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mahora-room-amenity-list article {
  padding: 32px 26px;
  background: #f2ece2;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.mahora-room-amenity-list span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.mahora-room-amenity-list h3 {
  margin: 20px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.mahora-room-amenity-list p {
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.mahora-room-stay {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
}
.mahora-room-stay ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.mahora-room-stay li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.mahora-room-stay span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.mahora-room-stay p {
  margin: 0;
  color: #5b5148;
  line-height: 1.95;
}
.mahora-room-pager {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.mahora-room-pager a {
  padding: 28px 24px;
  text-align: center;
  color: #3f3932;
  border-right: 1px solid rgba(133, 113, 92, 0.14);
  font-family: var(--display);
  letter-spacing: 0.08em;
}
.mahora-room-pager a:last-child {
  border-right: 0;
}
.mahora-room-pager span {
  display: block;
  margin-bottom: 8px;
  color: #8c7862;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .mahora-room-intro,
  .mahora-room-visual-story,
  .mahora-room-spec-head,
  .mahora-room-spec-grid,
  .mahora-room-amenity,
  .mahora-room-stay,
  .mahora-room-pager {
    width: calc(100% - 40px);
  }
  .mahora-room-intro,
  .mahora-room-visual-story,
  .mahora-room-spec-head,
  .mahora-room-spec-grid,
  .mahora-room-stay {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mahora-room-sub-photo {
    display: none;
  }
  .mahora-room-amenity-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .mahora-room-hero {
    min-height: 88svh;
  }
  .mahora-room-hero-center h1 {
    font-size: 56px;
  }
  .mahora-room-intro,
  .mahora-room-visual-story,
  .mahora-room-spec-head,
  .mahora-room-spec-grid,
  .mahora-room-amenity,
  .mahora-room-stay,
  .mahora-room-pager {
    width: calc(100% - 32px);
  }
  .mahora-room-intro,
  .mahora-room-spec-section,
  .mahora-room-amenity {
    padding: 86px 0;
  }
  .mahora-room-visual-story {
    padding-bottom: 86px;
  }
  .mahora-room-main-photo img {
    aspect-ratio: 4/3.4;
  }
  .mahora-room-plan {
    min-height: 390px;
  }
  .mahora-room-data div,
  .mahora-room-stay li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .mahora-room-amenity-list {
    grid-template-columns: 1fr;
  }
  .mahora-room-pager {
    grid-template-columns: 1fr;
  }
  .mahora-room-pager a {
    border-right: 0;
    border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  }
}

/* v99 prototype: rooms list + Room Type 01 only */
.moda-rooms-v99,
.moda-room-v99 {
  background: #f7f2e9;
  color: #2b2621;
}
.moda-rooms-v99-hero,
.moda-room-v99-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #201c18;
  color: #fff;
}
.moda-rooms-v99-hero figure,
.moda-room-v99-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.moda-rooms-v99-hero img,
.moda-room-v99-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(0.76);
}
.moda-rooms-v99-hero-shade,
.moda-room-v99-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 20, 17, 0.68),
      rgba(23, 20, 17, 0.24) 55%,
      rgba(23, 20, 17, 0.1)
    ),
    linear-gradient(180deg, rgba(23, 20, 17, 0.1), rgba(23, 20, 17, 0.72));
}
.moda-rooms-v99-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.moda-rooms-v99-hero-copy p,
.moda-room-v99-center p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.moda-rooms-v99-hero-copy h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.moda-rooms-v99-hero-copy small {
  display: block;
  max-width: 640px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.moda-rooms-v99-intro,
.moda-room-v99-lead {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0 94px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 82px;
}
.moda-rooms-v99-intro h2,
.moda-room-v99-lead h2,
.moda-room-v99-story-copy h2,
.moda-room-v99-darkcopy h2,
.moda-room-v99-amenity-head h2,
.moda-room-v99-stay h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.moda-rooms-v99-intro p,
.moda-room-v99-lead p,
.moda-room-v99-story-copy p,
.moda-room-v99-darkcopy p,
.moda-room-v99-amenity-head p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.moda-rooms-v99-filter {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 56px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: center;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.moda-rooms-v99-filter p {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.moda-rooms-v99-filter div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.moda-rooms-v99-filter button {
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.moda-rooms-v99-filter button.is-active {
  color: #2b2621;
  border-bottom: 1px solid rgba(43, 38, 33, 0.36);
}
.moda-rooms-v99-list {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 44px 0 150px;
  display: grid;
  gap: 0;
}
.moda-rooms-v99-row {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.moda-rooms-v99-image {
  display: block;
  overflow: hidden;
}
.moda-rooms-v99-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.9;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.moda-rooms-v99-image:hover img {
  transform: scale(1.035);
}
.moda-rooms-v99-no {
  margin: 0 0 16px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.moda-rooms-v99-info h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.32;
  letter-spacing: 0.08em;
}
.moda-rooms-v99-jp {
  margin: 14px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.moda-rooms-v99-copy {
  margin: 28px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.moda-rooms-v99-spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0 0;
  border-top: 1px solid rgba(133, 113, 92, 0.16);
  border-left: 1px solid rgba(133, 113, 92, 0.16);
}
.moda-rooms-v99-spec div {
  padding: 16px 14px;
  border-right: 1px solid rgba(133, 113, 92, 0.16);
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.moda-rooms-v99-spec dt {
  margin: 0 0 8px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
}
.moda-rooms-v99-spec dd {
  margin: 0;
  color: #4f463d;
  font-size: 13px;
}
.moda-rooms-v99-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.moda-rooms-v99-actions a,
.moda-rooms-v99-closing a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.moda-rooms-v99-closing {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 140px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 74px;
  align-items: center;
}
.moda-rooms-v99-closing figure {
  margin: 0;
  overflow: hidden;
}
.moda-rooms-v99-closing img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.2;
  object-fit: cover;
}
.moda-rooms-v99-closing h2 {
  margin: 0 0 26px;
  font-size: clamp(28px, 3.7vw, 50px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.moda-rooms-v99-closing p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.moda-room-v99-hero {
  place-items: center;
}
.moda-room-v99-center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.moda-room-v99-center h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(56px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.14em;
}
.moda-room-v99-center span {
  display: block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  letter-spacing: 0.18em;
}
.moda-room-v99-scroll {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.moda-room-v99-scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  margin: 12px auto 0;
  background: rgba(255, 255, 255, 0.38);
}
.moda-room-v99-story {
  position: relative;
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 150px;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: 78px;
  align-items: center;
}
.moda-room-v99-story-main,
.moda-room-v99-story-sub {
  margin: 0;
  overflow: hidden;
}
.moda-room-v99-story-main img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.15;
  object-fit: cover;
}
.moda-room-v99-story-sub {
  position: absolute;
  left: 34%;
  bottom: 92px;
  width: 24%;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}
.moda-room-v99-story-sub img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.moda-room-v99-darkdata {
  position: relative;
  min-height: 110svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #211d19;
}
.moda-room-v99-darkdata > figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.moda-room-v99-darkdata > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.58);
}
.moda-room-v99-darkdata-shade {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 17, 0.56);
}
.moda-room-v99-darkdata-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.82fr 0.98fr;
  gap: 70px;
  align-items: start;
}
.moda-room-v99-darkcopy {
  grid-column: 1;
}
.moda-room-v99-darkcopy .section-label {
  color: rgba(255, 255, 255, 0.58);
}
.moda-room-v99-darkcopy p {
  color: rgba(255, 255, 255, 0.78);
}
.moda-room-v99-plan {
  grid-column: 2;
  min-height: 500px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}
.moda-room-v99-data {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  margin: 64px 0 0;
}
.moda-room-v99-data div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.moda-room-v99-data dt {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.moda-room-v99-data dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}
.moda-room-v99-plan .plan-zone {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
}
.moda-room-v99-plan .plan-zone span {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: center;
}
.moda-room-v99-plan .entry {
  left: 7%;
  top: 8%;
  width: 22%;
  height: 18%;
}
.moda-room-v99-plan .living {
  left: 54%;
  top: 8%;
  width: 38%;
  height: 42%;
}
.moda-room-v99-plan .bed {
  left: 7%;
  top: 35%;
  width: 42%;
  height: 36%;
}
.moda-room-v99-plan .bath {
  left: 59%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.moda-room-v99-plan .terrace {
  left: 7%;
  bottom: 6%;
  width: 85%;
  height: 9%;
}
.moda-room-v99-amenity,
.moda-room-v99-stay {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
}
.moda-room-v99-amenity-head {
  max-width: 800px;
  margin-bottom: 58px;
}
.moda-room-v99-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.moda-room-v99-amenity-grid article {
  padding: 32px 26px;
  background: #f2ece2;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.moda-room-v99-amenity-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.moda-room-v99-amenity-grid h3 {
  margin: 20px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.moda-room-v99-amenity-grid p {
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.moda-room-v99-stay {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
}
.moda-room-v99-stay ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.moda-room-v99-stay li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.moda-room-v99-stay span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.moda-room-v99-stay p {
  margin: 0;
  color: #5b5148;
  line-height: 1.95;
}
.moda-room-v99-pager {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.moda-room-v99-pager a {
  padding: 28px 24px;
  text-align: center;
  color: #3f3932;
  border-right: 1px solid rgba(133, 113, 92, 0.14);
  font-family: var(--display);
  letter-spacing: 0.08em;
}
.moda-room-v99-pager a:last-child {
  border-right: 0;
}
.moda-room-v99-pager span {
  display: block;
  margin-bottom: 8px;
  color: #8c7862;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .moda-rooms-v99-hero-copy,
  .moda-rooms-v99-intro,
  .moda-rooms-v99-filter,
  .moda-rooms-v99-list,
  .moda-rooms-v99-closing,
  .moda-room-v99-lead,
  .moda-room-v99-story,
  .moda-room-v99-darkdata-inner,
  .moda-room-v99-amenity,
  .moda-room-v99-stay,
  .moda-room-v99-pager {
    width: calc(100% - 40px);
  }
  .moda-rooms-v99-intro,
  .moda-rooms-v99-row,
  .moda-rooms-v99-closing,
  .moda-room-v99-lead,
  .moda-room-v99-story,
  .moda-room-v99-darkdata-inner,
  .moda-room-v99-stay {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .moda-room-v99-story-sub {
    display: none;
  }
  .moda-room-v99-plan,
  .moda-room-v99-darkcopy,
  .moda-room-v99-data {
    grid-column: auto;
  }
  .moda-room-v99-data {
    grid-template-columns: 1fr;
  }
  .moda-room-v99-amenity-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .moda-rooms-v99-hero,
  .moda-room-v99-hero {
    min-height: 88svh;
  }
  .moda-rooms-v99-hero-copy,
  .moda-rooms-v99-intro,
  .moda-rooms-v99-filter,
  .moda-rooms-v99-list,
  .moda-rooms-v99-closing,
  .moda-room-v99-lead,
  .moda-room-v99-story,
  .moda-room-v99-darkdata-inner,
  .moda-room-v99-amenity,
  .moda-room-v99-stay,
  .moda-room-v99-pager {
    width: calc(100% - 32px);
  }
  .moda-rooms-v99-hero-copy {
    padding-bottom: 88px;
  }
  .moda-rooms-v99-hero-copy h1 {
    font-size: 32px;
  }
  .moda-rooms-v99-filter {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .moda-rooms-v99-row {
    padding: 46px 0;
  }
  .moda-rooms-v99-image img {
    aspect-ratio: 4/3.2;
  }
  .moda-rooms-v99-spec {
    grid-template-columns: 1fr;
  }
  .moda-room-v99-center h1 {
    font-size: 58px;
  }
  .moda-room-v99-lead,
  .moda-room-v99-amenity,
  .moda-room-v99-stay {
    padding: 86px 0;
  }
  .moda-room-v99-story {
    padding-bottom: 86px;
  }
  .moda-room-v99-story-main img {
    aspect-ratio: 4/3.4;
  }
  .moda-room-v99-darkdata-inner {
    padding: 86px 0;
  }
  .moda-room-v99-plan {
    min-height: 390px;
  }
  .moda-room-v99-amenity-grid,
  .moda-room-v99-pager {
    grid-template-columns: 1fr;
  }
  .moda-room-v99-data div,
  .moda-room-v99-stay li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .moda-room-v99-pager a {
    border-right: 0;
    border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  }
}

/* v100 focused room list + room01 prototype */
.rooms-hover-page,
.room-single-v100 {
  background: #f7f2e9;
  color: #2b2621;
}
.rooms-hover-hero,
.room-single-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #211d19;
  color: #fff;
}
.room-single-hero {
  place-items: center;
}
.rooms-hover-hero figure,
.room-single-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.rooms-hover-hero img,
.room-single-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(0.76);
}
.rooms-hover-shade,
.room-single-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 20, 17, 0.68),
      rgba(23, 20, 17, 0.24) 55%,
      rgba(23, 20, 17, 0.1)
    ),
    linear-gradient(180deg, rgba(23, 20, 17, 0.1), rgba(23, 20, 17, 0.72));
}
.rooms-hover-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
}
.rooms-hover-copy p,
.room-single-center p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.rooms-hover-copy h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-hover-copy small {
  display: block;
  max-width: 640px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.rooms-hover-intro,
.room-single-lead {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0 94px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 82px;
}
.rooms-hover-intro h2,
.room-single-lead h2,
.room-single-story-copy h2,
.room-single-dark-copy h2,
.room-single-amenity-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-hover-intro p,
.room-single-lead p,
.room-single-story-copy p,
.room-single-dark-copy p,
.room-single-amenity-head p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.rooms-hover-filter {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: center;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.rooms-hover-filter p {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.rooms-hover-filter div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rooms-hover-filter button {
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.rooms-hover-filter button.is-active {
  color: #2b2621;
  border-bottom: 1px solid rgba(43, 38, 33, 0.36);
}
.room-hover-grid {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 64px 0 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 46px;
}
.room-hover-card.is-hidden {
  display: none;
}
.room-hover-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.room-hover-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eee7dc;
}
.room-hover-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.15;
  object-fit: cover;
  transition:
    opacity 0.45s ease,
    transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
  background: rgba(247, 242, 233, 0.84);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.room-hover-overlay dl {
  margin: 0;
  display: grid;
  gap: 14px;
}
.room-hover-overlay dl div {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 22px;
  align-items: baseline;
}
.room-hover-overlay dt,
.room-hover-overlay dd {
  margin: 0;
  color: #3f3932;
  font-size: clamp(14px, 1.8vw, 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.room-hover-overlay dt {
  color: #5b5148;
}
.room-hover-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 42px;
  color: #3f3932;
  font-size: clamp(14px, 1.6vw, 20px);
  letter-spacing: 0.08em;
}
.room-hover-overlay span:after {
  content: "";
  width: 86px;
  height: 1px;
  background: currentColor;
}
.room-hover-link:hover .room-hover-visual img {
  opacity: 0.22;
  transform: scale(1.035);
}
.room-hover-link:hover .room-hover-overlay {
  opacity: 1;
}
.room-hover-caption {
  padding-top: 24px;
}
.room-hover-number {
  margin: 0 0 10px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.room-hover-caption h2 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.room-hover-jp {
  margin: 12px 0 0;
  color: rgba(36, 33, 29, 0.48);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.room-hover-copy {
  margin: 20px 0 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.rooms-hover-after {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 140px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 74px;
  align-items: center;
}
.rooms-hover-after figure {
  margin: 0;
  overflow: hidden;
}
.rooms-hover-after img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.2;
  object-fit: cover;
}
.rooms-hover-after h2 {
  margin: 0 0 26px;
  font-size: clamp(28px, 3.7vw, 50px);
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.rooms-hover-after p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.rooms-hover-after a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.room-single-center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.room-single-center h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(56px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.14em;
}
.room-single-center span {
  display: block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  letter-spacing: 0.18em;
}
.room-single-scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.room-single-scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  margin: 12px auto 0;
  background: rgba(255, 255, 255, 0.38);
}
.room-single-story {
  position: relative;
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 150px;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: 78px;
  align-items: center;
}
.room-single-main-photo,
.room-single-sub-photo {
  margin: 0;
  overflow: hidden;
}
.room-single-main-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.15;
  object-fit: cover;
}
.room-single-sub-photo {
  position: absolute;
  left: 34%;
  bottom: 92px;
  width: 24%;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}
.room-single-sub-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.room-single-darkdata {
  position: relative;
  min-height: 110svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #211d19;
  color: #fff;
}
.room-single-darkdata > figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.room-single-darkdata > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.58);
}
.room-single-dark-shade {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 17, 0.56);
}
.room-single-dark-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.82fr 0.98fr;
  gap: 70px;
  align-items: start;
}
.room-single-dark-copy .section-label {
  color: rgba(255, 255, 255, 0.58);
}
.room-single-dark-copy p {
  color: rgba(255, 255, 255, 0.78);
}
.room-single-plan {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}
.room-single-plan .plan-zone {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
}
.room-single-plan .plan-zone span {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: center;
}
.room-single-plan .entry {
  left: 7%;
  top: 8%;
  width: 22%;
  height: 18%;
}
.room-single-plan .living {
  left: 54%;
  top: 8%;
  width: 38%;
  height: 42%;
}
.room-single-plan .bed {
  left: 7%;
  top: 35%;

  width: 42%;
  height: 36%;
}
.room-single-plan .bath {
  left: 59%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.room-single-plan .terrace {
  left: 7%;
  bottom: 6%;
  width: 85%;
  height: 9%;
}
.room-single-data {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  margin: 64px 0 0;
}
.room-single-data div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.room-single-data dt {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-single-data dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}
.room-single-amenity,
.room-single-stay {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
}
.room-single-amenity-head {
  max-width: 800px;
  margin-bottom: 58px;
}
.room-single-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.room-single-amenity-grid article {
  padding: 32px 26px;
  background: #f2ece2;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.room-single-amenity-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room-single-amenity-grid h3 {
  margin: 20px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.room-single-amenity-grid p {
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.room-single-pager {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.room-single-pager a {
  padding: 28px 24px;
  text-align: center;
  color: #3f3932;
  border-right: 1px solid rgba(133, 113, 92, 0.14);
  font-family: var(--display);
  letter-spacing: 0.08em;
}
.room-single-pager a:last-child {
  border-right: 0;
}
.room-single-pager span {
  display: block;
  margin-bottom: 8px;
  color: #8c7862;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .rooms-hover-copy,
  .rooms-hover-intro,
  .rooms-hover-filter,
  .room-hover-grid,
  .rooms-hover-after,
  .room-single-lead,
  .room-single-story,
  .room-single-dark-inner,
  .room-single-amenity,
  .room-single-pager {
    width: calc(100% - 40px);
  }
  .rooms-hover-intro,
  .rooms-hover-after,
  .room-single-lead,
  .room-single-story,
  .room-single-dark-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .room-hover-grid {
    grid-template-columns: 1fr;
  }
  .room-hover-overlay {
    position: static;
    opacity: 1;
    background: #f2ece2;
    padding: 26px 22px;
  }
  .room-hover-link:hover .room-hover-visual img {
    opacity: 1;
    transform: none;
  }
  .room-single-sub-photo {
    display: none;
  }
  .room-single-data {
    grid-template-columns: 1fr;
  }
  .room-single-amenity-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .rooms-hover-hero,
  .room-single-hero {
    min-height: 88svh;
  }
  .rooms-hover-copy,
  .rooms-hover-intro,
  .rooms-hover-filter,
  .room-hover-grid,
  .rooms-hover-after,
  .room-single-lead,
  .room-single-story,
  .room-single-dark-inner,
  .room-single-amenity,
  .room-single-pager {
    width: calc(100% - 32px);
  }
  .rooms-hover-copy {
    padding-bottom: 88px;
  }
  .rooms-hover-copy h1 {
    font-size: 32px;
  }
  .rooms-hover-filter {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .room-hover-visual img {
    aspect-ratio: 4/3.2;
  }
  .room-hover-overlay dl div {
    grid-template-columns: 5.4em 1fr;
    gap: 16px;
  }
  .room-hover-overlay dt,
  .room-hover-overlay dd {
    font-size: 14px;
  }
  .room-single-center h1 {
    font-size: 58px;
  }
  .room-single-lead,
  .room-single-amenity {
    padding: 86px 0;
  }
  .room-single-story {
    padding-bottom: 86px;
  }
  .room-single-main-photo img {
    aspect-ratio: 4/3.4;
  }
  .room-single-dark-inner {
    padding: 86px 0;
  }
  .room-single-plan {
    min-height: 390px;
  }
  .room-single-amenity-grid,
  .room-single-pager {
    grid-template-columns: 1fr;
  }
  .room-single-data div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .room-single-pager a {
    border-right: 0;
    border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  }
}

/* v101 Room Type 01 dynamic redesign */
.room01-dynamic-page {
  background: #f7f2e9;
  color: #2b2621;
}
.room01-dynamic-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: #fff;
  background: #191613;
}
.room01-dynamic-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.room01-dynamic-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.72);
}
.room01-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 66% 38%,
      rgba(255, 255, 255, 0.06),
      transparent 26%
    ),
    linear-gradient(
      90deg,
      rgba(18, 16, 14, 0.76),
      rgba(18, 16, 14, 0.36) 50%,
      rgba(18, 16, 14, 0.08)
    ),
    linear-gradient(180deg, rgba(18, 16, 14, 0.1), rgba(18, 16, 14, 0.78));
}
.room01-hero-frame {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 128px;
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 58px;
  align-items: end;
}
.room01-label,
.room01-label-light,
.room01-label-dark {
  margin: 0;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.room01-label {
  color: rgba(255, 255, 255, 0.64);
}
.room01-label-light {
  color: rgba(255, 255, 255, 0.62);
}
.room01-label-dark {
  color: #8c7862;
}
.room01-hero-frame h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(64px, 10vw, 154px);
  line-height: 0.88;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.room01-hero-frame h1 span {
  display: block;
}
.room01-hero-frame h1 small {
  display: block;
  max-width: 660px;
  margin-top: 34px;
  font-family: inherit;
  font-size: clamp(22px, 2.7vw, 42px);
  line-height: 1.65;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.room01-hero-meta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 64px));
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.room01-hero-meta span {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.room01-scroll {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 42px;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.room01-essay {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 138px 0 118px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 84px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.room01-essay-title h2,
.room01-dual-sticky h2,
.room01-sequence-head h2,
.room01-technical-copy h2,
.room01-plan-copy h2,
.room01-amenity-head h2 {
  margin: 22px 0 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.58;
  letter-spacing: 0.09em;
}
.room01-essay-text p,
.room01-dual-sticky p,
.room01-plan-copy p,
.room01-amenity-head p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.28;
  letter-spacing: 0.06em;
}
.room01-dual-visual {
  position: relative;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 140px 0 160px;
  display: grid;
  grid-template-columns: 0.44fr 0.56fr;
  gap: 78px;
}
.room01-dual-sticky {
  position: sticky;
  top: 110px;
  align-self: start;
  padding-top: 20px;
}
.room01-dual-images {
  position: relative;
  min-height: 760px;
}
.room01-dual-images figure {
  margin: 0;
  overflow: hidden;
}
.room01-dual-images .large img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.room01-dual-images .small {
  position: absolute;
  left: -22%;
  bottom: 8%;
  width: 42%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
}
.room01-dual-images .small img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.1;
  object-fit: cover;
}
.room01-sequence {
  position: relative;
  overflow: hidden;
  padding: 130px 0 148px;
  background: #201c18;
  color: #fff;
}
.room01-sequence-bg {
  position: absolute;
  inset: auto 0 -38px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--display);
  font-size: clamp(120px, 20vw, 310px);
  line-height: 0.8;
  letter-spacing: 0.06em;
  white-space: nowrap;
  pointer-events: none;
}
.room01-sequence-head,
.room01-sequence-grid {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}
.room01-sequence-head h2 {
  color: #fff;
}
.room01-sequence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 64px;
}
.room01-sequence-grid article {
  min-height: 240px;
  padding: 34px 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.room01-sequence-grid span {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room01-sequence-grid h3 {
  margin: 28px 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.room01-sequence-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 2;
}
.room01-technical {
  position: relative;
  min-height: 110svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: #fff;
  background: #211d19;
}
.room01-technical figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.room01-technical figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) brightness(0.54);
}
.room01-technical-shade {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 17, 0.56);
}
.room01-technical-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 76px;
  align-items: start;
}
.room01-technical-copy h2 {
  color: #fff;
}
.room01-technical-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.room01-data-table {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 58px;
}
.room01-data-table div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.room01-data-table dt {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room01-data-table dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}
.room01-plan-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 138px 0 150px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 82px;
  align-items: center;
}
.room01-plan-art {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(133, 113, 92, 0.3);
  background:
    linear-gradient(90deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}
.room01-plan-art .zone {
  position: absolute;
  border: 1px solid rgba(133, 113, 92, 0.42);
  background: rgba(255, 255, 255, 0.26);
  display: grid;
  place-items: center;
}
.room01-plan-art .zone span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.room01-plan-art .entry {
  left: 7%;
  top: 8%;
  width: 22%;
  height: 18%;
}
.room01-plan-art .living {
  left: 54%;
  top: 8%;
  width: 38%;
  height: 42%;
}
.room01-plan-art .bed {
  left: 7%;
  top: 35%;
  width: 42%;
  height: 36%;
}
.room01-plan-art .bath {
  left: 59%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.room01-plan-art .terrace {
  left: 7%;
  bottom: 6%;
  width: 85%;
  height: 9%;
}
.room01-amenity {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 140px;
}
.room01-amenity-head {
  max-width: 820px;
  margin-bottom: 60px;
}
.room01-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.room01-amenity-grid article {
  min-height: 210px;
  padding: 32px 26px;
  background: #f2ece2;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.room01-amenity-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.room01-amenity-grid h3 {
  margin: 22px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.room01-amenity-grid p {
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.room01-pager {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.room01-pager a {
  padding: 28px 24px;
  text-align: center;
  color: #3f3932;
  border-right: 1px solid rgba(133, 113, 92, 0.14);
  font-family: var(--display);
  letter-spacing: 0.08em;
}
.room01-pager a:last-child {
  border-right: 0;
}
.room01-pager span {
  display: block;
  margin-bottom: 8px;
  color: #8c7862;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .room01-hero-frame,
  .room01-hero-meta,
  .room01-essay,
  .room01-dual-visual,
  .room01-sequence-head,
  .room01-sequence-grid,
  .room01-technical-inner,
  .room01-plan-section,
  .room01-amenity,
  .room01-pager {
    width: calc(100% - 40px);
  }
  .room01-hero-frame,
  .room01-essay,
  .room01-dual-visual,
  .room01-technical-inner,
  .room01-plan-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .room01-dual-sticky {
    position: relative;
    top: auto;
  }
  .room01-dual-images {
    min-height: auto;
  }
  .room01-dual-images .small {
    position: relative;
    left: auto;
    bottom: auto;
    width: 70%;
    margin: -70px 0 0 auto;
  }
  .room01-sequence-grid,
  .room01-amenity-grid {
    grid-template-columns: 1fr 1fr;
  }
  .room01-data-table {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .room01-dynamic-hero {
    min-height: 88svh;
  }
  .room01-hero-frame,
  .room01-hero-meta,
  .room01-essay,
  .room01-dual-visual,
  .room01-sequence-head,
  .room01-sequence-grid,
  .room01-technical-inner,
  .room01-plan-section,
  .room01-amenity,
  .room01-pager {
    width: calc(100% - 32px);
  }
  .room01-hero-frame {
    padding-bottom: 110px;
  }
  .room01-hero-frame h1 {
    font-size: 58px;
  }
  .room01-hero-frame h1 small {
    font-size: 24px;
  }
  .room01-scroll {
    display: none;
  }
  .room01-essay,
  .room01-dual-visual,
  .room01-plan-section {
    padding: 86px 0;
  }
  .room01-sequence,
  .room01-technical-inner {
    padding: 86px 0;
  }
  .room01-sequence-grid,
  .room01-amenity-grid,
  .room01-pager {
    grid-template-columns: 1fr;
  }
  .room01-data-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .room01-plan-art {
    min-height: 390px;
  }
  .room01-pager a {
    border-right: 0;
    border-bottom: 1px solid rgba(133, 113, 92, 0.14);
  }
}

/* v102 Room Type 01 full redesign */
.room-editorial-v102 {
  background: #f5efe5;
  color: #2b2621;
}
.roomv102-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: #fff;
  background: #191613;
}
.roomv102-hero-bg {
  position: absolute;
  inset: 0;
  margin: 0;
}
.roomv102-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.7);
}
.roomv102-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 64% 36%,
      rgba(255, 255, 255, 0.06),
      transparent 28%
    ),
    linear-gradient(
      90deg,
      rgba(18, 16, 14, 0.78),
      rgba(18, 16, 14, 0.34) 54%,
      rgba(18, 16, 14, 0.08)
    ),
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.82));
}
.roomv102-hero-layout {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 138px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 70px;
  align-items: end;
}
.roomv102-hero-side {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 28px;
}
.roomv102-hero-side p,
.roomv102-small,
.roomv102-kicker {
  margin: 0;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.roomv102-hero-side p,
.roomv102-small {
  color: rgba(255, 255, 255, 0.64);
}
.roomv102-hero-side span {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
  letter-spacing: 0.08em;
}
.roomv102-hero-main h1 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(34px, 5.2vw, 76px);
  line-height: 1.42;
  letter-spacing: 0.1em;
}
.roomv102-hero-main p:last-child {
  max-width: 680px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.roomv102-hero-nav {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 64px));
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.roomv102-hero-nav a {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.roomv102-kicker {
  color: #8c7862;
}
.roomv102-kicker.is-light {
  color: rgba(255, 255, 255, 0.58);
}
.roomv102-manifest {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 142px 0 122px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 84px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.roomv102-manifest h2,
.roomv102-image-essay-text h2,
.roomv102-values-head h2,
.roomv102-dark-title h2,
.roomv102-layout-copy h2,
.roomv102-amenity-head h2,
.roomv102-final h2 {
  margin: 22px 0 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.58;
  letter-spacing: 0.09em;
}
.roomv102-manifest p:not(.roomv102-kicker),
.roomv102-image-essay-text p,
.roomv102-layout-copy p,
.roomv102-amenity-head p {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.28;
  letter-spacing: 0.06em;
}
.roomv102-image-essay {
  position: relative;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 142px 0 160px;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 82px;
  align-items: center;
}
.roomv102-image-essay-text {
  position: sticky;
  top: 112px;
  align-self: start;
}
.roomv102-image-essay-large,
.roomv102-image-essay-small {
  margin: 0;
  overflow: hidden;
}
.roomv102-image-essay-large img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5.2;
  object-fit: cover;
}
.roomv102-image-essay-small {
  position: absolute;
  left: 30%;
  bottom: 104px;
  width: 25%;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.14);
}
.roomv102-image-essay-small img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.roomv102-values {
  padding: 132px 0 144px;
  background: #201c18;
  color: #fff;
}
.roomv102-values-head,
.roomv102-values-grid {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}
.roomv102-values-head h2 {
  color: #fff;
}
.roomv102-values-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.roomv102-values-grid article {
  min-height: 260px;
  padding: 38px 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
}
.roomv102-values-grid span {
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv102-values-grid h3 {
  margin: 34px 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.roomv102-values-grid p {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 2;
}
.roomv102-dark-story {
  position: relative;
  min-height: 110svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #211d19;
  color: #fff;
}
.roomv102-dark-story figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.roomv102-dark-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.48);
}
.roomv102-dark-shade {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 17, 0.54);
}
.roomv102-dark-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 82px;
}
.roomv102-dark-title h2 {
  color: #fff;
}
.roomv102-sequence {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.roomv102-sequence li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.roomv102-sequence span {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv102-sequence p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 2;
}
.roomv102-layout {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 142px 0 150px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 82px;
  align-items: start;
}
.roomv102-layout-copy {
  position: sticky;
  top: 112px;
}
.roomv102-layout-board {
  display: grid;
  gap: 52px;
}
.roomv102-plan {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(133, 113, 92, 0.32);
  background:
    linear-gradient(90deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}
.roomv102-plan .zone {
  position: absolute;
  border: 1px solid rgba(133, 113, 92, 0.42);
  background: rgba(255, 255, 255, 0.26);
  display: grid;
  place-items: center;
}
.roomv102-plan .zone span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: center;
}
.roomv102-plan .entry {
  left: 7%;
  top: 8%;
  width: 22%;
  height: 18%;
}
.roomv102-plan .living {
  left: 54%;
  top: 8%;
  width: 38%;
  height: 42%;
}
.roomv102-plan .bed {
  left: 7%;
  top: 35%;
  width: 42%;
  height: 36%;
}
.roomv102-plan .bath {
  left: 59%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.roomv102-plan .terrace {
  left: 7%;
  bottom: 6%;
  width: 85%;
  height: 9%;
}
.roomv102-data {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 42px;
}
.roomv102-data div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.roomv102-data dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv102-data dd {
  margin: 0;
  color: #4f463d;
  font-size: 14px;
  line-height: 1.7;

}
.roomv102-amenity {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 142px;
}
.roomv102-amenity-head {
  max-width: 820px;
  margin-bottom: 62px;
}
.roomv102-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.roomv102-amenity-grid article {
  min-height: 210px;
  padding: 34px 28px;
  background: #f0e8dd;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.roomv102-amenity-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv102-amenity-grid h3 {
  margin: 24px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.roomv102-amenity-grid p {
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
}
.roomv102-final {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 120px;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.roomv102-final-actions {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.roomv102-final-actions a {
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .roomv102-hero-layout,
  .roomv102-hero-nav,
  .roomv102-manifest,
  .roomv102-image-essay,
  .roomv102-values-head,
  .roomv102-values-grid,
  .roomv102-dark-inner,
  .roomv102-layout,
  .roomv102-amenity,
  .roomv102-final {
    width: calc(100% - 40px);
  }
  .roomv102-hero-layout,
  .roomv102-manifest,
  .roomv102-image-essay,
  .roomv102-dark-inner,
  .roomv102-layout,
  .roomv102-final {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .roomv102-image-essay-text,
  .roomv102-layout-copy {
    position: relative;
    top: auto;
  }
  .roomv102-image-essay-small {
    position: relative;
    left: auto;
    bottom: auto;
    width: 70%;
    margin: -70px 0 0 auto;
  }
  .roomv102-values-grid,
  .roomv102-amenity-grid {
    grid-template-columns: 1fr 1fr;
  }
  .roomv102-data {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .roomv102-hero {
    min-height: 88svh;
  }
  .roomv102-hero-layout,
  .roomv102-hero-nav,
  .roomv102-manifest,
  .roomv102-image-essay,
  .roomv102-values-head,
  .roomv102-values-grid,
  .roomv102-dark-inner,
  .roomv102-layout,
  .roomv102-amenity,
  .roomv102-final {
    width: calc(100% - 32px);
  }
  .roomv102-hero-layout {
    padding-bottom: 118px;
  }
  .roomv102-hero-main h1 {
    font-size: 32px;
  }
  .roomv102-hero-side span {
    font-size: 38px;
  }
  .roomv102-manifest,
  .roomv102-image-essay,
  .roomv102-layout {
    padding: 86px 0;
  }
  .roomv102-values,
  .roomv102-dark-inner {
    padding: 86px 0;
  }
  .roomv102-values-grid,
  .roomv102-amenity-grid {
    grid-template-columns: 1fr;
  }
  .roomv102-sequence li,
  .roomv102-data div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .roomv102-plan {
    min-height: 390px;
  }
}

/* v103 second area + amenity product expression */
.roomv103-second {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0 146px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px 78px;
  align-items: end;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.roomv103-second-left {
  align-self: start;
}
.roomv103-second-left h2 {
  margin: 22px 0 0;
  color: #2b2621;
  font-family: var(--display);
  font-size: clamp(58px, 10vw, 138px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.08em;
}
.roomv103-second-left p:not(.roomv102-kicker) {
  max-width: 520px;
  margin: 42px 0 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.28;
  letter-spacing: 0.06em;
}
.roomv103-second-visual {
  margin: 0;
  overflow: hidden;
}
.roomv103-second-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.18;
  object-fit: cover;
}
.roomv103-second-details {
  grid-column: 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  align-items: start;
  padding-top: 34px;
  border-top: 1px solid rgba(133, 113, 92, 0.22);
}
.roomv103-details-title {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.12em;
}
.roomv103-second-details dl {
  margin: 0;
}
.roomv103-second-details dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.roomv103-second-details dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv103-second-details dd {
  margin: 0;
  color: #4f463d;
  font-size: 14px;
  line-height: 1.7;
}
.roomv103-amenity {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 148px;
}
.roomv103-amenity-head {
  max-width: 840px;
  margin-bottom: 64px;
}
.roomv103-amenity-head h2 {
  margin: 22px 0 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.58;
  letter-spacing: 0.09em;
}
.roomv103-amenity-head p:not(.roomv102-kicker) {
  margin-top: 26px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.28;
  letter-spacing: 0.06em;
}
.roomv103-amenity-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
  padding: 48px;
  background: #f0e8dd;
  border: 1px solid rgba(133, 113, 92, 0.14);
}
.roomv103-amenity-feature figure {
  margin: 0;
  overflow: hidden;
}
.roomv103-amenity-feature img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.15;
  object-fit: cover;
}
.roomv103-product-label {
  margin: 0 0 18px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv103-amenity-feature h3 {
  margin: 0 0 34px;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.roomv103-amenity-feature h3 span {
  display: block;
  margin-top: 14px;
  color: #5b5148;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.roomv103-amenity-feature dl,
.roomv103-amenity-list dl {
  margin: 0;
}
.roomv103-amenity-feature dl div,
.roomv103-amenity-list dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.roomv103-amenity-feature dt,
.roomv103-amenity-list dt {
  color: #8c7862;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.16em;
}
.roomv103-amenity-feature dd,
.roomv103-amenity-list dd {
  margin: 0;
  color: #4f463d;
  font-size: 13px;
  line-height: 1.75;
}
.roomv103-amenity-list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.roomv103-amenity-list article {
  padding: 34px 30px;
  border: 1px solid rgba(133, 113, 92, 0.14);
  background: rgba(255, 255, 255, 0.28);
}
.roomv103-amenity-list article > p {
  margin: 0 0 24px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.roomv103-amenity-list h3 {
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .roomv103-second,
  .roomv103-amenity {
    width: calc(100% - 40px);
  }
  .roomv103-second,
  .roomv103-amenity-feature {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .roomv103-second-details {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .roomv103-second,
  .roomv103-amenity {
    width: calc(100% - 32px);
  }
  .roomv103-second {
    padding: 86px 0;
  }
  .roomv103-second-left h2 {
    font-size: 58px;
  }
  .roomv103-second-details dl div,
  .roomv103-amenity-feature dl div,
  .roomv103-amenity-list dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .roomv103-amenity-feature {
    padding: 24px;
  }
  .roomv103-amenity-list {
    grid-template-columns: 1fr;
  }
}

/* v104 Room Type 01 based on SOSO-style calm editorial layout */
.soso-room-page {
  background: #f6f1e8;
  color: #2b2621;
}
.soso-room-hero {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0 120px;
}
.soso-room-hero-title {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  margin-bottom: 54px;
}
.soso-room-hero-title p,
.soso-section-head p,
.soso-card-label {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.soso-room-hero-title h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.32;
  letter-spacing: 0.1em;
}
.soso-room-hero-body {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 72px;
  align-items: end;
}
.soso-room-hero-body figure {
  margin: 0;
  overflow: hidden;
}
.soso-room-hero-body img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.65;
  object-fit: cover;
}
.soso-room-en {
  margin: 0 0 18px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.14em;
}
.soso-room-hero-copy h2,
.soso-section-head h2,
.soso-room-access h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.62;
  letter-spacing: 0.09em;
}
.soso-room-hero-copy p:last-child,
.soso-room-time-text p,
.soso-layout-copy p,
.soso-room-access p:not(:first-child) {
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.soso-room-time,
.soso-room-menu,
.soso-room-layout,
.soso-room-amenity {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.soso-room-time {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 82px;
}
.soso-room-cards {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 118px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.soso-room-cards article figure {
  margin: 0 0 26px;
  overflow: hidden;
}
.soso-room-cards img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.85;
  object-fit: cover;
}
.soso-room-cards h3 {
  margin: 18px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.soso-room-cards p:last-child {
  margin: 0;
  color: #5b5148;
  font-size: 14px;
  line-height: 2;
}
.soso-menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 82px;
  margin-top: 54px;
}
.soso-menu-group h3 {
  margin: 0 0 26px;
  color: #2b2621;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.16em;
}
.soso-menu-group dl,
.soso-amenity-list {
  margin: 0;
}
.soso-menu-group dl div,
.soso-amenity-list article {
  padding: 20px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.soso-menu-group dt {
  float: left;
  width: 9em;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.soso-menu-group dd {
  margin: 0 0 0 9em;
  color: #4f463d;
  font-size: 14px;
  line-height: 1.8;
}
.soso-layout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 76px;
  align-items: start;
  margin-top: 54px;
}
.soso-plan {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(133, 113, 92, 0.3);
  background:
    linear-gradient(90deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 113, 92, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}
.soso-plan .zone {
  position: absolute;
  border: 1px solid rgba(133, 113, 92, 0.42);
  background: rgba(255, 255, 255, 0.24);
  display: grid;
  place-items: center;
}
.soso-plan .zone span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.soso-plan .entry {
  left: 7%;
  top: 8%;
  width: 22%;
  height: 18%;
}
.soso-plan .living {
  left: 54%;
  top: 8%;
  width: 38%;
  height: 42%;
}
.soso-plan .bed {
  left: 7%;
  top: 35%;
  width: 42%;
  height: 36%;
}
.soso-plan .bath {
  left: 59%;
  top: 60%;
  width: 26%;
  height: 26%;
}
.soso-plan .terrace {
  left: 7%;
  bottom: 6%;
  width: 85%;
  height: 9%;
}
.soso-amenity-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 82px;
  margin-top: 46px;
}
.soso-amenity-list h3 {
  margin: 0 0 8px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
}
.soso-amenity-list p {
  margin: 0;
  color: #2b2621;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.soso-amenity-list small {
  display: block;
  margin-top: 8px;
  color: #5b5148;
  font-size: 13px;
  line-height: 1.8;
}
.soso-room-access {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 132px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 76px;
  align-items: center;
}
.soso-room-access figure {
  margin: 0;
  overflow: hidden;
}
.soso-room-access img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.1;
  object-fit: cover;
}
.soso-room-access p:first-child {
  margin: 0 0 18px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.soso-room-access a {
  display: inline-flex;
  margin-top: 28px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .soso-room-hero,
  .soso-room-time,
  .soso-room-menu,
  .soso-room-layout,
  .soso-room-amenity,
  .soso-room-cards,
  .soso-room-access {
    width: calc(100% - 40px);
  }
  .soso-room-hero-title,
  .soso-room-hero-body,
  .soso-room-time,
  .soso-menu-columns,
  .soso-layout-grid,
  .soso-room-access {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .soso-room-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .soso-room-hero,
  .soso-room-time,
  .soso-room-menu,
  .soso-room-layout,
  .soso-room-amenity,
  .soso-room-cards,
  .soso-room-access {
    width: calc(100% - 32px);
  }
  .soso-room-hero {
    padding: 96px 0 78px;
  }
  .soso-room-hero-body img {
    aspect-ratio: 4/3.1;
  }
  .soso-room-time,
  .soso-room-menu,
  .soso-room-layout,
  .soso-room-amenity {
    padding: 78px 0;
  }
  .soso-amenity-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .soso-plan {
    min-height: 390px;
  }
  .soso-menu-group dt {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 6px;
  }
  .soso-menu-group dd {
    margin-left: 0;
  }
}

/* v105 calm room direction: production-ready rooms list + Room Type 01 */
.page-rooms .site-header.is-page,
.page-room-detail .site-header.is-page {
  color: rgba(36, 33, 29, 0.72);
  background: rgba(247, 243, 236, 0.72);
  border-bottom: 1px solid rgba(36, 33, 29, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.page-rooms .site-header.is-page .logo,
.page-room-detail .site-header.is-page .logo {
  opacity: 0.9;
  pointer-events: auto;
  transform: none;
}
.rooms-hover-page,
.soso-room-page {
  background: #f6f1e8;
  color: #2b2621;
}
.rooms-hover-hero {
  min-height: 92svh;
  align-items: end;
}
.rooms-hover-hero img {
  filter: saturate(0.78) brightness(0.72);
  object-position: center 48%;
}
.rooms-hover-shade {
  background:
    linear-gradient(
      90deg,
      rgba(27, 23, 19, 0.68),
      rgba(27, 23, 19, 0.28) 48%,
      rgba(27, 23, 19, 0.16)
    ),
    linear-gradient(180deg, rgba(27, 23, 19, 0.1), rgba(27, 23, 19, 0.76));
}
.rooms-hover-copy {
  padding-bottom: 104px;
}
.rooms-hover-copy p,
.rooms-hover-filter p,
.room-hover-number,
.soso-room-hero-title p,
.soso-section-head p,
.soso-card-label,
.soso-room-en {
  letter-spacing: 0.18em;
}
.rooms-hover-copy h1 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.62;
}
.rooms-hover-copy small {
  width: min(620px, 100%);
  font-size: 14px;
  line-height: 2.25;
}
.rooms-hover-intro {
  padding: 126px 0 82px;
  grid-template-columns: 0.78fr 1fr;
  gap: 96px;
}
.rooms-hover-intro h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
}
.rooms-hover-intro p + p {
  margin-top: 24px;
}
.rooms-hover-filter {
  padding: 22px 0;
}
.rooms-hover-filter button {
  min-height: 36px;
}
.room-hover-grid {
  width: min(1180px, calc(100% - 72px));
  padding: 72px 0 152px;
  grid-template-columns: 1fr;
  gap: 88px;
}
.room-hover-card {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 64px;
  align-items: center;
  padding-bottom: 88px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.room-hover-card:nth-child(even) {
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
}
.room-hover-card:nth-child(even) .room-hover-visual {
  order: 2;
}
.room-hover-card:nth-child(even) .room-hover-caption {
  order: 1;
}
.room-hover-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.room-hover-visual {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ece3d7;
}
.room-hover-visual img {
  aspect-ratio: 4/3.08;
  filter: saturate(0.92) contrast(0.97);
  transition:
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-hover-overlay {
  position: absolute;
  right: 22px;
  bottom: 22px;
  inset: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 42px;
  padding: 0 18px;
  color: #2b2621;
  background: rgba(246, 241, 232, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.42);
  opacity: 0;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transform: translateY(8px);
}
.room-hover-visual:hover img {
  transform: scale(1.025);
  filter: saturate(0.86) contrast(0.96) brightness(0.94);
}
.room-hover-visual:hover .room-hover-overlay {
  opacity: 1;
  transform: translateY(0);
}
.room-hover-caption {
  padding-top: 0;
}
.room-hover-caption h2 {
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 500;
  line-height: 1.22;
}
.room-hover-jp {
  margin-top: 10px;
}
.room-hover-copy {
  margin-top: 28px;
  max-width: 520px;
  font-size: 14px;
  line-height: 2.12;
}
.room-card-specs {
  margin: 34px 0 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.room-card-specs div {
  display: grid;
  grid-template-columns: 8.5em 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.16);
}
.room-card-specs dt,
.room-card-specs dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.room-card-specs dt {
  color: #8c7862;
  font-family: var(--display);
  letter-spacing: 0.14em;
}
.room-card-specs dd {
  color: #4f463d;
}
.room-card-actions,
.soso-room-hero-actions,
.soso-room-access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.room-card-actions a,
.soso-room-hero-actions a,
.soso-room-access-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 144px;
  padding: 0 22px;
  border: 1px solid rgba(133, 113, 92, 0.28);
  color: #3f3932;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.room-card-actions a:nth-child(2),
.soso-room-hero-actions a:nth-child(2),
.soso-room-access-actions a:first-child {
  color: #f8f3ea;
  background: #3a3028;
  border-color: #3a3028;
}
.rooms-hover-after {
  padding-bottom: 132px;
}
.rooms-hover-after h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
}

.soso-room-hero {
  padding: 136px 0 118px;
}
.soso-room-hero-title {
  grid-template-columns: 180px 1fr;
  align-items: end;
}
.soso-room-hero-title h1 {
  font-size: clamp(38px, 5.5vw, 76px);
  font-weight: 500;
  line-height: 1.18;
}
.soso-room-hero-title h1 span {
  display: block;
  margin-top: 16px;
  color: #6a5d50;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.14em;
}
.soso-room-hero-body {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  align-items: center;
}
.soso-room-hero-body img {
  aspect-ratio: 4/2.78;
  filter: saturate(0.92) contrast(0.98);
}
.soso-room-hero-copy h2,
.soso-section-head h2,
.soso-room-access h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
}
.soso-room-hero-copy p:last-child,
.soso-room-time-text p,
.soso-layout-copy p,
.soso-room-access p:not(:first-child) {
  font-size: 14px;
  line-height: 2.2;
}
.soso-room-time,
.soso-room-menu,
.soso-room-layout,
.soso-room-amenity {
  padding: 108px 0;
}
.soso-room-time {
  grid-template-columns: 0.76fr 1fr;
  gap: 96px;
}
.soso-room-cards {
  gap: 48px;
}
.soso-room-cards article {
  display: flex;
  flex-direction: column;
}
.soso-room-cards article:nth-child(2) {
  margin-top: 54px;
}
.soso-room-cards article:nth-child(3) {
  margin-top: 108px;
}
.soso-room-cards img {
  aspect-ratio: 4/3.18;
  filter: saturate(0.92) contrast(0.98);
}
.soso-menu-group dl div,
.soso-amenity-list article {
  padding: 18px 0;
}
.soso-plan {
  min-height: 500px;
  background-size: 42px 42px;
}
.soso-plan .zone {
  background: rgba(255, 255, 255, 0.28);
}
.soso-room-access {
  padding-bottom: 132px;
}
.soso-room-access a {
  margin-top: 0;
}

@media (max-width: 960px) {
  .room-hover-grid {
    width: calc(100% - 40px);
    gap: 58px;
  }
  .room-hover-card,
  .room-hover-card:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 58px;
  }
  .room-hover-card:nth-child(even) .room-hover-visual,
  .room-hover-card:nth-child(even) .room-hover-caption {
    order: initial;
  }
  .room-hover-overlay {
    opacity: 1;
    transform: none;
  }
  .rooms-hover-intro,
  .soso-room-time {
    gap: 42px;
  }
  .soso-room-cards article:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .page-rooms .site-header.is-page,
  .page-room-detail .site-header.is-page {
    min-height: 58px;
  }
  .rooms-hover-hero {
    min-height: 82svh;
  }
  .rooms-hover-copy {
    width: calc(100% - 32px);
    padding-bottom: 76px;
  }
  .rooms-hover-copy h1 {
    font-size: 30px;
  }
  .rooms-hover-copy small {
    font-size: 13px;
    line-height: 2.05;
  }
  .rooms-hover-intro {
    padding: 82px 0 56px;
  }
  .rooms-hover-filter div {
    gap: 10px 16px;
  }
  .room-hover-grid {
    width: calc(100% - 32px);
    padding: 48px 0 96px;
  }
  .room-hover-visual img {
    aspect-ratio: 4/3.35;
  }
  .room-hover-overlay {
    right: 14px;
    bottom: 14px;
    min-width: 108px;
    min-height: 38px;
  }
  .room-hover-caption h2 {
    font-size: 30px;
  }
  .room-card-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .room-card-actions,
  .soso-room-hero-actions,
  .soso-room-access-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .room-card-actions a,
  .soso-room-hero-actions a,
  .soso-room-access-actions a {
    width: 100%;
  }
  .soso-room-hero {
    padding: 98px 0 76px;
  }
  .soso-room-hero-title {
    margin-bottom: 34px;
  }
  .soso-room-hero-body {
    gap: 32px;
  }
  .soso-room-hero-body img {
    aspect-ratio: 4/3.25;
  }
  .soso-room-time,
  .soso-room-menu,
  .soso-room-layout,
  .soso-room-amenity {
    padding: 78px 0;
  }
  .soso-room-cards {
    padding-bottom: 82px;
  }
  .soso-plan .zone span {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

/* v106 Room Type 01 large visual slider */
.page-room-detail .site-header.is-page:not(.is-scrolled) {
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(28, 24, 20, 0.32),
    rgba(28, 24, 20, 0)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.page-room-detail .site-header.is-page:not(.is-scrolled) .moda-logo-header {
  filter: none !important;
  opacity: 0.95 !important;
}
.room-detail-hero-slider {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #211d19;
}
.room-detail-slides,
.room-detail-slide {
  position: absolute;
  inset: 0;
  margin: 0;
}
.room-detail-slide {
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 1.15s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 5.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-detail-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.room-detail-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.78);
}
.room-detail-slide:nth-child(1) img {
  object-position: center center;
}
.room-detail-slide:nth-child(2) img {
  object-position: 34% center;
}
.room-detail-slide:nth-child(3) img {
  object-position: right center;
}
.room-detail-slide:nth-child(4) img {
  object-position: left center;
}
.room-detail-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(21, 18, 15, 0.72),
      rgba(21, 18, 15, 0.32) 48%,
      rgba(21, 18, 15, 0.18)
    ),
    linear-gradient(
      180deg,
      rgba(21, 18, 15, 0.08),
      rgba(21, 18, 15, 0.42) 72%,
      rgba(21, 18, 15, 0.68)
    );
  pointer-events: none;
}
.room-detail-hero-content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 72px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 168px 0 128px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.room-detail-kicker {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.room-detail-hero-content h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(72px, 13vw, 180px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.12em;
}
.room-detail-hero-content > span {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  letter-spacing: 0.2em;
}
.room-detail-hero-count {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--display);
  letter-spacing: 0.16em;
}
.room-detail-hero-count i {
  display: block;
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.48);
}
.room-detail-summary-actions,
.room-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.room-detail-summary-actions a,
.room-detail-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.room-detail-hero-actions a:nth-child(2) {
  color: #2b2621;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
}
.room-detail-summary {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 118px 0 112px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 64px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.room-detail-summary-side {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  padding-top: 8px;
}
.room-detail-summary-side p {
  margin: 0;
  writing-mode: vertical-rl;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
}
.room-detail-summary-side span {
  display: block;
  width: 1px;
  height: 120px;
  background: rgba(133, 113, 92, 0.3);
}
.room-detail-summary-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: 72px;
  align-items: center;
}
.room-detail-summary-image {
  margin: 0;
  overflow: hidden;
}
.room-detail-summary-image img {
  aspect-ratio: 4/3.2;
  object-fit: cover;
}
.room-detail-summary-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.08em;
}
.room-detail-summary-copy > p:not(.section-label) {
  margin-top: 28px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.055em;
}
.room-detail-summary-actions a {
  border-color: rgba(133, 113, 92, 0.28);
  color: #3f3932;
  background: transparent;
}
.room-detail-summary-actions a:nth-child(2) {
  color: #f8f3ea;
  background: #3a3028;
  border-color: #3a3028;
}
.soso-room-time {
  padding-top: 104px;
}
.room-detail-slider-ui {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 10px;
  width: min(520px, calc(100% - 84px));
}
.room-detail-slider-ui button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  min-height: 58px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(28, 24, 20, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}
.room-detail-slider-ui button span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  letter-spacing: 0.18em;
}
.room-detail-slider-ui button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.64);
}
.soso-room-time {
  border-top: 0;
}
@media (max-width: 960px) {
  .room-detail-hero-content {
    width: calc(100% - 40px);
    padding: 132px 0 142px;
  }
  .room-detail-summary {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 86px 0 86px;
  }
  .room-detail-summary-side {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .room-detail-summary-side p {
    writing-mode: horizontal-tb;
  }
  .room-detail-summary-side span {
    width: 72px;
    height: 1px;
  }
  .room-detail-summary-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .room-detail-slider-ui {
    left: 20px;
    right: 20px;
    bottom: 22px;
    width: auto;
  }
}
@media (max-width: 640px) {
  .room-detail-hero-slider {
    min-height: 88svh;
  }
  .room-detail-slide img {
    filter: saturate(0.9) brightness(0.72);
  }
  .room-detail-hero-content {
    width: calc(100% - 32px);
    min-height: 88svh;
    padding: 104px 0 152px;
  }
  .room-detail-hero-content h1 {
    font-size: clamp(66px, 22vw, 92px);
    line-height: 0.92;
  }
  .room-detail-hero-content > span {
    margin-top: 24px;
    font-size: 13px;
  }
  .room-detail-hero-count {
    margin-top: 28px;
  }
  .room-detail-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .room-detail-hero-actions a {
    width: 100%;
  }
  .room-detail-slider-ui {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .room-detail-slider-ui button {
    min-height: 48px;
    padding: 9px 8px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .room-detail-summary {
    width: calc(100% - 32px);
    padding: 72px 0 74px;
  }
  .room-detail-summary-copy h2 {
    font-size: 30px;
  }
  .room-detail-summary-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .room-detail-summary-actions a {
    width: 100%;
  }
}

/* v110: room detail reference structure */
.page-room-detail .room-section-legacy {
  display: none !important;
}
.page-room-detail .room-detail-hero-slider {
  height: clamp(300px, 30vw, 420px);
  min-height: 0;
  background: #17130f;
}
.page-room-detail .room-detail-slide img {
  height: 100%;
  filter: saturate(0.88) brightness(0.74);
}
.page-room-detail .room-detail-hero-static .room-detail-slide {
  opacity: 1;
  transform: none;
}
.page-room-detail .room-detail-hero-shade {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32),
    rgba(0, 0, 0, 0.08) 42%,
    rgba(0, 0, 0, 0.42)
  );
}
.page-room-detail .room-detail-hero-content {
  width: min(1240px, calc(100% - 72px));
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}
.page-room-detail .room-detail-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.page-room-detail .room-detail-hero-content h1 {
  font-family: var(--display);
  font-size: clamp(62px, 8vw, 112px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: 0.06em;
}
.page-room-detail .room-detail-hero-content > span {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.22em;
}
.page-room-detail .room-detail-hero-count {
  margin-top: 22px;
  gap: 17px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.page-room-detail .room-detail-hero-count i {
  width: 126px;
  background: rgba(255, 255, 255, 0.58);
}
.room-detail-arrow {
  appearance: none;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(20, 16, 12, 0.14);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background 0.28s ease,
    border-color 0.28s ease;
}
.room-detail-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-62%, -50%) rotate(45deg);
}
.room-detail-arrow:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}
.room-detail-prev {
  left: 54px;
}
.room-detail-prev:before {
  transform: translate(-38%, -50%) rotate(-135deg);
}
.room-detail-next {
  right: 54px;
}
.room-ref-category {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 65px 0 0;
  color: #3b322b;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
}
.room-ref-category p {
  margin: 0;
}
.room-ref-category b {
  font-weight: 500;
}
.room-ref-category span {
  display: block;
  width: 1px;
  height: 12px;
  background: rgba(59, 50, 43, 0.6);
}
.room-ref-overview {
  padding: 86px 0 132px;
  overflow: hidden;
}
.room-ref-overview-inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}
.room-ref-copy-side {
  order: 2;
  width: 100%;
  padding-top: 0;
  display: grid;
  grid-template-columns: minmax(260px, auto) 1fr;
  align-items: end;
  gap: 40px;
}
.room-ref-thumb,
.room-ref-layer-large,
.room-ref-layer-small {
  margin: 0;
  overflow: hidden;
  background: #ddd4c7;
}
.room-ref-thumb img,
.room-ref-layer-large img,
.room-ref-layer-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-ref-thumb img {
  aspect-ratio: 4/2.85;
}
.room-ref-overview .room-ref-thumb {
  display: none;
}
.room-ref-copy-side > p {
  order: 2;
  justify-self: end;
  margin: 0;
  padding: 0;
  color: #80766d;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: right;
}
.room-ref-title-row {
  order: 1;
  display: flex;
  align-items: center;
  gap: 28px;
}
.room-ref-title-row h2 {
  margin: 0;
  color: #3a3028;
  font-family: var(--display);
  font-size: clamp(54px, 5.4vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.room-ref-title-row button {
  appearance: none;
  border: 0;
  padding: 14px 0;
  background: transparent;
  cursor: pointer;
}
.room-ref-title-row button span {
  position: relative;
  display: block;
  width: 188px;
  height: 1px;
  background: #3a3028;
}
.room-ref-title-row button span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #3a3028;
  border-right: 1px solid #3a3028;
  transform: rotate(45deg);
}
.room-ref-title-row small {
  color: #71675d;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.room-ref-visual-side {
  order: 1;
  width: 100%;
}
.room-content-gallery {
  position: relative;
  overflow: hidden;
  background: #ddd4c7;
}
.room-content-track {
  position: relative;
  height: 100%;
}
.room-content-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 0.75s ease,
    transform 1.2s ease;
}
.room-content-slide.is-active {
  position: relative;
  opacity: 1;
  transform: scale(1);
}
.room-content-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  min-height: 0;
  object-fit: cover;
}
.room-content-ui {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  pointer-events: none;
}
.room-content-ui button {
  appearance: none;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: rgba(18, 14, 10, 0.18);
  cursor: pointer;
  pointer-events: auto;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}
.room-content-ui button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-62%, -50%) rotate(45deg);
}
.room-content-ui button:first-child:before {
  transform: translate(-38%, -50%) rotate(-135deg);
}
.room-content-ui button:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}
.room-content-ui div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  background: rgba(18, 14, 10, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.room-content-ui span {
  display: block;
  width: 46px;
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
}
.room-ref-info {
  padding: 0 0 136px;
}
.room-ref-info-inner {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: start;
}
.room-ref-info-list {
  padding-top: 10px;
}
.room-ref-info-row {
  border-bottom: 1px solid rgba(86, 73, 60, 0.24);
}
.room-ref-info-row:first-child {
  border-top: 1px solid rgba(86, 73, 60, 0.24);
}
.room-ref-info-head {
  appearance: none;
  width: 100%;
  min-height: 84px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3a3028;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: left;
}
.room-ref-info-head i {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
}
.room-ref-info-head i:before,
.room-ref-info-head i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 1px;
  background: #3a3028;
}
.room-ref-info-head i:after {
  transform: rotate(90deg);
}
.room-ref-info-row dl {
  margin: 0;
  padding: 0 0 30px;
}
.room-ref-info-row dl div {
  display: grid;
  grid-template-columns: 9.5em 1fr;
  gap: 24px;
  margin-bottom: 17px;
}
.room-ref-info-row dt {
  color: #9a8f84;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.room-ref-info-row dd {
  margin: 0;
  color: #4d443b;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.055em;
}
.room-ref-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.room-ref-info-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(58, 48, 40, 0.34);
  color: #3a3028;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.room-ref-info-actions a:first-child {
  color: #fff;
  background: #3a3028;
  border-color: #3a3028;
}
.room-ref-layered-images {
  position: relative;
  min-height: 472px;
}
.room-ref-layer-large {
  width: 76%;
  margin-left: auto;
}
.room-ref-layer-large img {
  aspect-ratio: 4/5.1;
}
.room-ref-layer-small {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 44%;
  box-shadow: 0 28px 60px rgba(46, 37, 28, 0.16);
}
.room-ref-layer-small img {
  aspect-ratio: 4/3;
}

@media (max-width: 960px) {
  .room-ref-overview-inner,
  .room-ref-info-inner {
    width: calc(100% - 40px);
  }
  .room-ref-overview {
    padding: 64px 0 102px;
  }
  .room-ref-copy-side {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .room-ref-title-row {
    gap: 18px;
  }
  .room-ref-title-row button span {
    width: 118px;
  }
  .room-ref-info-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .room-ref-layered-images {
    order: -1;
    width: min(620px, 100%);
    min-height: 430px;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .page-room-detail .room-detail-hero-slider,
  .page-room-detail .room-detail-hero-content {
    height: 260px;
    min-height: 0;
  }
  .page-room-detail .room-detail-hero-content {
    width: calc(100% - 30px);
    padding: 0 0 24px;
  }
  .page-room-detail .room-detail-kicker {
    margin-bottom: 9px;
    font-size: 10px;
  }
  .page-room-detail .room-detail-hero-content h1 {
    font-size: 52px;
    letter-spacing: 0.06em;
  }
  .page-room-detail .room-detail-hero-content > span {
    margin-top: 9px;
    font-size: 11px;
  }
  .page-room-detail .room-detail-hero-count {
    margin-top: 16px;
    font-size: 13px;
  }
  .page-room-detail .room-detail-hero-count i {
    width: 74px;
  }
  .room-detail-arrow {
    width: 38px;
    height: 38px;
  }
  .room-detail-arrow:before {
    width: 11px;
    height: 11px;
  }
  .room-detail-prev {
    left: 16px;
  }
  .room-detail-next {
    right: 16px;
  }
  .room-ref-category {
    padding-top: 34px;
    gap: 14px;
    font-size: 11px;
  }
  .room-ref-overview {
    padding: 38px 0 72px;
  }
  .room-ref-overview-inner {
    width: calc(100% - 30px);
    gap: 20px;
  }
  .room-ref-copy-side,
  .room-ref-visual-side {
    width: 100%;
  }
  .room-ref-copy-side {
    padding-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .room-ref-thumb {
    display: none;
  }
  .room-ref-copy-side > p {
    justify-self: start;
    padding: 0;
    font-size: 12px;
    line-height: 1.9;
    text-align: left;
  }
  .room-ref-title-row {
    gap: 14px;
  }
  .room-ref-title-row h2 {
    font-size: 42px;
  }
  .room-ref-title-row button span {
    width: 92px;
  }
  .room-content-slide img {
    aspect-ratio: 3/2;
    min-height: 0;
  }
  .room-content-ui {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .room-content-ui button {
    width: 38px;
    height: 38px;
  }
  .room-content-ui div {
    gap: 10px;
    padding: 8px 12px;
    font-size: 10px;
  }
  .room-content-ui span {
    width: 28px;
  }
  .room-ref-info {
    padding-bottom: 86px;
  }
  .room-ref-info-inner {
    width: calc(100% - 30px);
    gap: 34px;
  }
  .room-ref-layered-images {
    min-height: 286px;
  }
  .room-ref-layer-large {
    width: 78%;
  }
  .room-ref-layer-small {
    width: 46%;
    bottom: 0;
  }
  .room-ref-info-head {
    min-height: 70px;
    font-size: 18px;
  }
  .room-ref-info-row dl {
    padding-bottom: 20px;
  }
  .room-ref-info-row dl div {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-bottom: 16px;
  }
  .room-ref-info-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .room-ref-info-actions a {
    width: 100%;
  }
}

/* v117: shared lower-page header balance */
@media (min-width: 961px) and (max-width: 1440px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(178px, 1fr);
    gap: 18px;
  }
  .header-left {
    gap: clamp(18px, 1.8vw, 28px);
  }
  .header-left a {
    white-space: nowrap;
    font-size: clamp(13px, 1.02vw, 16px);
    letter-spacing: 0.13em;
  }
}

/* v117: About page */
.about-ref-page {
  background: #f4efe6;
  color: #302922;
}
.about-ref-hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #201a15;
  color: #fff;
}
.about-ref-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.about-ref-hero figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.84);
}
.about-ref-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(22, 18, 14, 0.72),
      rgba(22, 18, 14, 0.32) 48%,
      rgba(22, 18, 14, 0.08)
    ),
    linear-gradient(180deg, rgba(22, 18, 14, 0.12), rgba(22, 18, 14, 0.68));
}
.about-ref-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 170px 0 82px;
}
.about-ref-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 1.28;
  letter-spacing: 0.08em;
}
.about-ref-hero-copy p:last-child {
  width: min(620px, 100%);
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
.about-ref-localnav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 38px;
  padding: 18px 24px;
  background: rgba(244, 239, 230, 0.86);
  border-bottom: 1px solid rgba(128, 111, 92, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.about-ref-localnav a {
  color: #5b5148;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.about-ref-lead {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 126px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
  border-bottom: 1px solid rgba(128, 111, 92, 0.2);
}
.about-ref-lead h2,
.about-ref-visual-copy h2,
.about-ref-section-head h2,
.about-ref-story h2 {
  margin: 0;
  color: #302922;
  font-size: clamp(32px, 3.7vw, 56px);
  line-height: 1.58;
  letter-spacing: 0.09em;
}
.about-ref-lead p:not(.section-label),
.about-ref-visual-copy p:not(.section-label),
.about-ref-section-head p:not(.section-label),
.about-ref-story p {
  color: #62574e;
  font-size: 14px;
  line-height: 2.18;
  letter-spacing: 0.065em;
}
.about-ref-lead p:not(.section-label) {
  margin: 0 0 24px;
}
.about-ref-visual-band {
  position: relative;
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 128px 0 150px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.74fr);
  gap: 76px;
  align-items: center;
}
.about-ref-visual-band figure {
  margin: 0;
  overflow: hidden;
  background: #ddd4c7;
}
.about-ref-visual-band img,
.about-ref-story img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.about-ref-visual-main img {
  aspect-ratio: 4/3.05;
}
.about-ref-visual-sub {
  position: absolute;
  left: 46%;
  bottom: 78px;
  width: 28%;
  box-shadow: 0 30px 72px rgba(52, 42, 34, 0.18);
}
.about-ref-visual-sub img {
  aspect-ratio: 4/3.25;
}
.about-ref-visual-copy {
  padding: 0 0 84px;
}
.about-ref-principles {
  padding: 126px 0 132px;
  background: #ede5d9;
}
.about-ref-section-head {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 66px;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 68px;
  align-items: end;
}
.about-ref-section-head p:last-child {
  margin: 0;
}
.about-ref-principle-grid {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(91, 78, 65, 0.22);
}
.about-ref-principle-grid article {
  min-height: 250px;
  padding: 34px 30px 32px;
  border-right: 1px solid rgba(91, 78, 65, 0.18);
  border-bottom: 1px solid rgba(91, 78, 65, 0.22);
}
.about-ref-principle-grid article:nth-child(3n) {
  border-right: 0;
}
.about-ref-principle-grid span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.about-ref-principle-grid h3 {
  margin: 24px 0 14px;
  color: #302922;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.about-ref-principle-grid p {
  margin: 0;
  color: #62574e;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.055em;
}
.about-ref-story {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 132px 0 0;
  display: grid;
  grid-template-columns: 1.04fr 0.86fr;
  gap: 76px;
  align-items: center;
}
.about-ref-story.is-reverse {
  grid-template-columns: 0.86fr 1.04fr;
  padding-bottom: 132px;
}
.about-ref-story.is-reverse figure {
  order: 2;
}
.about-ref-story figure {
  margin: 0;
  overflow: hidden;
  background: #ddd4c7;
}
.about-ref-story img {
  aspect-ratio: 4/3.15;
}
.about-ref-story a {
  display: inline-flex;
  margin-top: 22px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .about-ref-hero-copy,
  .about-ref-lead,
  .about-ref-visual-band,
  .about-ref-section-head,
  .about-ref-principle-grid,
  .about-ref-story {
    width: calc(100% - 40px);
  }
  .about-ref-lead,
  .about-ref-visual-band,
  .about-ref-section-head,
  .about-ref-story,
  .about-ref-story.is-reverse {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-ref-visual-copy {
    padding: 0;
  }
  .about-ref-visual-sub {
    position: relative;
    left: auto;
    bottom: auto;
    width: 54%;
    margin: -92px 0 0 auto;
  }
  .about-ref-principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-ref-principle-grid article:nth-child(3n) {
    border-right: 1px solid rgba(91, 78, 65, 0.18);
  }
  .about-ref-principle-grid article:nth-child(2n) {
    border-right: 0;
  }
  .about-ref-story.is-reverse figure {
    order: 0;
  }
}

@media (max-width: 640px) {
  .about-ref-hero {
    min-height: 68svh;
  }
  .about-ref-hero-copy,
  .about-ref-lead,
  .about-ref-visual-band,
  .about-ref-section-head,
  .about-ref-principle-grid,
  .about-ref-story {
    width: calc(100% - 30px);
  }
  .about-ref-hero-copy {
    padding: 124px 0 58px;
  }
  .about-ref-hero-copy h1 {
    font-size: 38px;
  }
  .about-ref-hero-copy p:last-child {
    font-size: 12px;
    line-height: 2;
  }
  .about-ref-localnav {
    justify-content: flex-start;
    gap: 24px;
    overflow: auto;
    padding: 14px 15px;
  }
  .about-ref-lead,
  .about-ref-visual-band,
  .about-ref-principles,
  .about-ref-story {
    padding-top: 82px;
  }
  .about-ref-lead {
    padding-bottom: 82px;
  }
  .about-ref-visual-band {
    padding-bottom: 90px;
  }
  .about-ref-principles {
    padding-bottom: 86px;
  }
  .about-ref-story.is-reverse {
    padding-bottom: 86px;
  }
  .about-ref-lead h2,
  .about-ref-visual-copy h2,
  .about-ref-section-head h2,
  .about-ref-story h2 {
    font-size: 30px;
  }
  .about-ref-principle-grid {
    grid-template-columns: 1fr;
  }
  .about-ref-principle-grid article,
  .about-ref-principle-grid article:nth-child(n) {
    min-height: auto;
    border-right: 0;
    padding: 28px 0;
  }
  .about-ref-visual-sub {
    width: 68%;
    margin-top: -58px;
  }
}

/* v118: Matter-inspired About and unified lower-page header image height */
.about-ref-page {
  background: #fff;
  color: #143948;
}
.about-ref-page .site-footer-visual {
  margin-top: 0;
}
.about-ref-hero,
.lower-fullscreen-hero,
.dining-full-hero,
.rooms-hover-hero,
.rooms-index-hero,
.rooms-finished-hero,
.faq-hero {
  height: clamp(300px, 30vw, 420px);
  min-height: 0 !important;
}
.about-ref-hero {
  align-items: end;
  color: #fff;
}
.about-ref-hero figure img {
  filter: saturate(0.82) brightness(0.7);
}
.about-ref-hero-shade {
  background: linear-gradient(
    180deg,
    rgba(13, 28, 34, 0.18),
    rgba(13, 28, 34, 0.56)
  );
}
.about-ref-hero-copy,
.lower-fullscreen-hero-copy,
.dining-full-hero-copy,
.rooms-hover-copy,
.rooms-index-hero-copy,
.rooms-finished-copy,
.faq-hero-copy {
  width: min(1240px, calc(100% - 72px));
  padding: 0 0 30px;
}
.about-ref-hero-copy h1 {
  max-width: none;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 92px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0.04em;
}
.about-ref-hero-copy p:last-child {
  width: auto;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about-matter-layout {
  width: min(660px, calc(100% - 30px));
  margin: 0 auto 118px 15px;
  padding: 64px 0 0;
}
.about-matter-section {
  padding: 0 0 72px;
}
.about-matter-section + .about-matter-section,
.about-matter-photo + .about-matter-section {
  padding-top: 34px;
  border-top: 1px solid rgba(20, 57, 72, 0.16);
}
.about-matter-section h2 {
  margin: 0 0 72px;
  color: #143948;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}
.about-matter-section p {
  margin: 0 0 16px;
  color: #143948;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
.about-matter-contact p {
  color: #939598;
  font-size: 12px;
  line-height: 2.08;
}
.about-matter-section a {
  color: inherit;
  text-decoration: none;
}
.about-matter-photo {
  width: 100%;
  margin: 0 0 72px;
  overflow: hidden;
  background: #eef1f1;
}
.about-matter-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.75;
  object-fit: cover;
}
.about-matter-photo.is-wide img {
  aspect-ratio: 4/2.4;
}
.about-matter-list {
  margin: 0;
}
.about-matter-list div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 57, 72, 0.14);
}
.about-matter-list div:last-child {
  border-bottom: 1px solid rgba(20, 57, 72, 0.14);
}
.about-matter-list dt {
  color: #143948;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.about-matter-list dd {
  margin: 0;
  color: #143948;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0;
}
.about-matter-link {
  display: inline-flex;
  margin: 14px 28px 0 0;
  color: #143948;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(20, 57, 72, 0.35);
}
.lower-fullscreen-hero-copy h1,
.dining-full-hero-copy h1,
.rooms-hover-copy h1,
.rooms-index-hero-copy h1,
.rooms-finished-copy h1,
.faq-hero-copy h1 {
  font-size: clamp(42px, 6.2vw, 92px);
  line-height: 0.98;
}
.lower-fullscreen-hero-copy p:last-child,
.dining-full-hero-copy p:last-child,
.rooms-hover-copy p:last-child,
.rooms-index-hero-copy p:last-child,
.rooms-finished-copy p:last-child,
.faq-hero-copy p:last-child {
  max-width: 620px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.9;
}
.lower-full-localnav,
.dining-full-localnav {
  bottom: 24px;
}

@media (max-width: 960px) {
  .about-ref-hero,
  .lower-fullscreen-hero,
  .dining-full-hero,
  .rooms-hover-hero,
  .rooms-index-hero,
  .rooms-finished-hero,
  .faq-hero {
    height: 340px;
  }
  .about-ref-hero-copy,
  .lower-fullscreen-hero-copy,
  .dining-full-hero-copy,
  .rooms-hover-copy,
  .rooms-index-hero-copy,
  .rooms-finished-copy,
  .faq-hero-copy {
    width: calc(100% - 40px);
    padding-bottom: 28px;
  }
  .about-matter-layout {
    width: min(660px, calc(100% - 30px));
    margin-left: 15px;
  }
}

@media (max-width: 640px) {
  .about-ref-hero,
  .lower-fullscreen-hero,
  .dining-full-hero,
  .rooms-hover-hero,
  .rooms-index-hero,
  .rooms-finished-hero,
  .faq-hero {
    height: 260px;
  }
  .about-ref-hero-copy,
  .lower-fullscreen-hero-copy,
  .dining-full-hero-copy,
  .rooms-hover-copy,
  .rooms-index-hero-copy,
  .rooms-finished-copy,
  .faq-hero-copy {
    width: calc(100% - 30px);
    padding-bottom: 24px;
  }
  .about-ref-hero-copy h1,
  .lower-fullscreen-hero-copy h1,
  .dining-full-hero-copy h1,
  .rooms-hover-copy h1,
  .rooms-index-hero-copy h1,
  .rooms-finished-copy h1,
  .faq-hero-copy h1 {
    font-size: 42px;
  }
  .about-ref-hero-copy p:last-child,
  .lower-fullscreen-hero-copy p:last-child,
  .dining-full-hero-copy p:last-child,
  .rooms-hover-copy p:last-child,
  .rooms-index-hero-copy p:last-child,
  .rooms-finished-copy p:last-child,
  .faq-hero-copy p:last-child {
    display: block;
    font-size: 11px;
    line-height: 1.7;
  }
  .about-matter-layout {
    width: calc(100% - 30px);
    margin: 0 15px 82px;
    padding-top: 48px;
  }
  .about-matter-section {
    padding-bottom: 58px;
  }
  .about-matter-section h2 {
    margin-bottom: 54px;
    font-size: 30px;
  }
  .about-matter-section p {
    font-size: 15px;
    line-height: 1.65;
  }
  .about-matter-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about-matter-photo {
    margin-bottom: 58px;
  }
  .about-matter-photo img,
  .about-matter-photo.is-wide img {
    aspect-ratio: 4/3;
  }
}

/* v116: FAQ page */
.faq-page {
  background: #f4efe6;
  color: #2f2923;
}
.faq-hero {
  position: relative;
  height: clamp(340px, 38vw, 500px);
  overflow: hidden;
  display: grid;
  align-items: end;
  color: #fff;
  background: #1d1915;
}
.faq-hero figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.faq-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.74);
}
.faq-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(22, 18, 14, 0.74),
      rgba(22, 18, 14, 0.26) 54%,
      rgba(22, 18, 14, 0.18)
    ),
    linear-gradient(180deg, rgba(22, 18, 14, 0.2), rgba(22, 18, 14, 0.7));
}
.faq-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 64px;
}
.faq-hero-copy .lower-kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.2em;
}
.faq-hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.faq-hero-copy p:last-child {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.faq-intro {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 104px 0 78px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 78px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
}
.faq-intro h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.faq-intro p {
  margin: 0 0 22px;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.faq-category-nav {
  position: sticky;
  top: 78px;
  z-index: 5;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(244, 239, 230, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.faq-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(58, 48, 40, 0.18);
  color: #3a3028;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.faq-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 0;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 72px;
}
.faq-section-head {
  position: sticky;
  top: 156px;
  align-self: start;
}
.faq-section-head p {
  margin: 0 0 22px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
}
.faq-section-head h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.faq-list {
  border-top: 1px solid rgba(86, 73, 60, 0.26);
}
.faq-list details {
  border-bottom: 1px solid rgba(86, 73, 60, 0.26);
}
.faq-list summary {
  list-style: none;
  min-height: 86px;
  display: grid;
  grid-template-columns: 36px 1fr 22px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  color: #332c25;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: #8c7862;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.14em;
}
.faq-list summary:after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 1px solid #3a3028;
  border-bottom: 1px solid #3a3028;
  transform: rotate(45deg) translateY(-4px);
  transition: transform 0.25s ease;
}
.faq-list details[open] summary:after {
  transform: rotate(225deg) translateY(-2px);
}
.faq-list details div {
  padding: 0 58px 32px 56px;
}
.faq-list details p {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.055em;
}
.faq-contact-band {
  width: min(1120px, calc(100% - 64px));
  margin: 108px auto 132px;
  padding: 46px 0 0;
  border-top: 1px solid rgba(133, 113, 92, 0.25);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}
.faq-contact-band h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.55;
  letter-spacing: 0.09em;
}
.faq-contact-band p {
  margin: 0;
  color: #5b5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.055em;
}
.faq-contact-band a {
  display: inline-flex;
  margin-top: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(58, 48, 40, 0.4);
  color: #3a3028;
  font-family: var(--display);
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .faq-hero-copy,
  .faq-intro,
  .faq-category-nav,
  .faq-section,
  .faq-contact-band {
    width: calc(100% - 40px);
  }
  .faq-intro,
  .faq-section,
  .faq-contact-band {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-section-head {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .faq-hero {
    height: 360px;
  }
  .faq-hero-copy {
    width: calc(100% - 32px);
    padding-bottom: 42px;
  }
  .faq-hero-copy h1 {
    font-size: 38px;
  }
  .faq-hero-copy p:last-child,
  .faq-intro p,
  .faq-list details p,
  .faq-contact-band p {
    font-size: 13px;
    line-height: 2;
  }
  .faq-intro {
    width: calc(100% - 32px);
    padding: 72px 0 48px;
  }
  .faq-category-nav {
    position: relative;
    top: auto;
    width: calc(100% - 32px);
    padding: 16px 0 4px;
  }
  .faq-category-nav a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }
  .faq-section {
    width: calc(100% - 32px);
    padding-top: 56px;
    gap: 24px;
  }
  .faq-list summary {
    min-height: 76px;
    grid-template-columns: 28px 1fr 18px;
    gap: 12px;
    font-size: 15px;
  }
  .faq-list details div {
    padding: 0 30px 26px 40px;
  }
  .faq-contact-band {
    width: calc(100% - 32px);
    margin: 76px auto 96px;
  }
}

/* v118 final overrides: keep all lower header images aligned with room detail */
.about-ref-hero,
.lower-fullscreen-hero,
.dining-full-hero,
.rooms-hover-hero,
.rooms-index-hero,
.rooms-finished-hero,
.faq-hero,
.page-room-detail .room-detail-hero-slider {
  height: clamp(300px, 30vw, 420px) !important;
  min-height: 0 !important;
}
.about-ref-hero-copy,
.lower-fullscreen-hero-copy,
.dining-full-hero-copy,
.rooms-hover-copy,
.rooms-index-hero-copy,
.rooms-finished-copy,
.faq-hero-copy,
.page-room-detail .room-detail-hero-content {
  min-height: 100% !important;
  padding-bottom: 30px !important;
}

@media (max-width: 960px) {
  .about-ref-hero,
  .lower-fullscreen-hero,
  .dining-full-hero,
  .rooms-hover-hero,
  .rooms-index-hero,
  .rooms-finished-hero,
  .faq-hero,
  .page-room-detail .room-detail-hero-slider {
    height: 340px !important;
  }
}

@media (max-width: 640px) {
  .about-ref-hero,
  .lower-fullscreen-hero,
  .dining-full-hero,
  .rooms-hover-hero,
  .rooms-index-hero,
  .rooms-finished-hero,
  .faq-hero,
  .page-room-detail .room-detail-hero-slider {
    height: 260px !important;
  }
  .about-ref-hero-copy,
  .lower-fullscreen-hero-copy,
  .dining-full-hero-copy,
  .rooms-hover-copy,
  .rooms-index-hero-copy,
  .rooms-finished-copy,
  .faq-hero-copy,
  .page-room-detail .room-detail-hero-content {
    padding-bottom: 24px !important;
  }
}

/* v119: About catalog direction inspired by Matter homepage */
.about-ref-page {
  background: #f7f6f1 !important;
  color: #1b2f37;
}
.about-ref-hero {
  margin-bottom: 0;
}
.about-ref-hero-copy h1 {
  font-size: clamp(38px, 5.2vw, 78px);
  letter-spacing: 0.02em;
}
.about-catalog-intro {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 76px;
  text-align: center;
}
.about-catalog-intro h2 {
  margin: 0 0 22px;
  color: #142f3a;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.about-catalog-intro p {
  margin: 0 auto;
  max-width: 620px;
  color: #58666d;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.about-catalog {
  width: 100%;
  overflow: hidden;
  background: #f7f6f1;
}
.about-catalog-row {
  display: grid;
  gap: 8px;
  margin: 0 8px 8px;
}
.about-catalog-row.is-three {
  grid-template-columns: repeat(3, 1fr);
}
.about-catalog-row.is-two {
  grid-template-columns: 1fr 1fr;
}
.about-catalog-tile {
  position: relative;
  margin: 0 0 8px;
  overflow: hidden;
  background: #f2f0ea;
}
.about-catalog-tile a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  overflow: hidden;
}
.about-catalog-tile a:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(
    180deg,
    rgba(10, 18, 22, 0),
    rgba(10, 18, 22, 0.32)
  );
  opacity: 0.74;
  transition: opacity 0.32s ease;
  pointer-events: none;
}
.about-catalog-tile:hover a:after {
  opacity: 0.86;
}
.about-catalog-tile:hover img {
  transform: scale(1.025);
}
.about-catalog-row .about-catalog-tile {
  margin: 0;
}
.about-catalog-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-catalog-tile.is-hero {
  height: min(78svh, 760px);
  margin: 0 8px 8px;
}
.about-catalog-tile.is-wide {
  height: min(70svh, 680px);
  margin: 0 0 8px;
}
.about-catalog-row.is-three .about-catalog-tile {
  height: 430px;
  background: #fff;
}
.about-catalog-row.is-two .about-catalog-tile {
  height: 620px;
}
.about-catalog-tile.is-contain {
  background: #f3f1ea;
}
.about-catalog-tile.is-contain img {
  width: min(68%, 520px);
  height: 72%;
  margin: 8% auto 0;
  object-fit: cover;
}
.about-catalog-tile figcaption {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  width: min(560px, calc(100% - 36px));
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.58),
    0 8px 24px rgba(0, 0, 0, 0.42);
}
.about-catalog-tile.is-hero figcaption,
.about-catalog-tile.is-wide figcaption {
  color: #fff;
}
.about-catalog-tile figcaption span {
  display: block;
  margin: 0 0 4px;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.02em;
  opacity: 0.86;
}
.about-catalog-note {
  width: min(720px, calc(100% - 48px));
  margin: 0 auto;
  padding: 98px 0 124px;
  text-align: center;
}
.about-catalog-note h2 {
  margin: 0 0 24px;
  color: #142f3a;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.about-catalog-note p {
  margin: 0 auto;
  max-width: 620px;
  color: #58666d;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.about-catalog-note div {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
}
.about-catalog-note a {
  color: #142f3a;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(20, 47, 58, 0.35);
}

@media (max-width: 960px) {
  .about-catalog-intro {
    padding: 68px 0 58px;
  }
  .about-catalog-row.is-three,
  .about-catalog-row.is-two {
    grid-template-columns: 1fr;
  }
  .about-catalog-tile.is-hero,
  .about-catalog-tile.is-wide,
  .about-catalog-row.is-three .about-catalog-tile,
  .about-catalog-row.is-two .about-catalog-tile {
    height: auto;
  }
  .about-catalog-tile img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .about-catalog-tile.is-hero img,
  .about-catalog-tile.is-wide img {
    aspect-ratio: 4/3.15;
  }
  .about-catalog-tile.is-contain img {
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 4/3;
  }
}

@media (max-width: 640px) {
  .about-catalog-intro,
  .about-catalog-note {
    width: calc(100% - 32px);
  }
  .about-catalog-row,
  .about-catalog-tile.is-hero {
    margin-left: 0;
    margin-right: 0;
  }
  .about-catalog-tile figcaption {
    bottom: 12px;
    font-size: 10px;
  }
  .about-catalog-note {
    padding: 72px 0 96px;
  }
  .about-catalog-note div {
    display: grid;
    gap: 18px;
  }
}

/* v120: keep About hero title clear of the fixed header */
.about-ref-hero .about-ref-hero-copy {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100% !important;
  padding-top: 112px !important;
  padding-bottom: 34px !important;
}
.about-ref-hero .about-ref-hero-copy h1 {
  font-size: clamp(30px, 3.8vw, 58px);
  line-height: 1.04;
}
.about-ref-hero .about-ref-hero-copy .lower-kicker {
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .about-ref-hero .about-ref-hero-copy {
    padding-top: 86px !important;
    padding-bottom: 24px !important;
  }
  .about-ref-hero .about-ref-hero-copy h1 {
    font-size: 34px;
    line-height: 1.05;
  }
}

/* v124: lower-page hero title clipping guard */
.rooms-hover-copy,
.rooms-index-hero-copy,
.rooms-finished-copy,
.dining-full-hero-copy,
.lower-fullscreen-hero-copy,
.faq-hero-copy {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100% !important;
  padding-top: 112px !important;
  padding-bottom: 34px !important;
}
.rooms-hover-copy h1,
.rooms-index-hero-copy h1,
.rooms-finished-copy h1,
.dining-full-hero-copy h1,
.lower-fullscreen-hero-copy h1,
.faq-hero-copy h1 {
  margin-top: 0 !important;
  font-size: clamp(30px, 3.8vw, 58px) !important;
  line-height: 1.18 !important;
}
.rooms-hover-copy p:last-child,
.rooms-index-hero-copy p:last-child,
.rooms-finished-copy p:last-child,
.dining-full-hero-copy p:last-child,
.lower-fullscreen-hero-copy p:last-child,
.faq-hero-copy p:last-child {
  margin-top: 12px !important;
}
.lower-full-localnav,
.dining-full-localnav {
  display: none;
}

@media (max-width: 640px) {
  .rooms-hover-copy,
  .rooms-index-hero-copy,
  .rooms-finished-copy,
  .dining-full-hero-copy,
  .lower-fullscreen-hero-copy,
  .faq-hero-copy {
    padding-top: 86px !important;
    padding-bottom: 24px !important;
  }
  .rooms-hover-copy h1,
  .rooms-index-hero-copy h1,
  .rooms-finished-copy h1,
  .dining-full-hero-copy h1,
  .lower-fullscreen-hero-copy h1,
  .faq-hero-copy h1 {
    font-size: 30px !important;
    line-height: 1.22 !important;
  }
}

/* v126: Ace Hotel inspired rooms index body */
.page-rooms .rooms-hover-page {
  background: #f7f3ec;
}
.page-rooms .rooms-hover-copy small {
  max-width: 560px;
}
.ace-rooms-lead {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 92px 0 78px;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: 72px;
  border-bottom: 1px solid rgba(64, 54, 46, 0.18);
}
.ace-rooms-lead h2 {
  margin: 12px 0 0;
  color: #24211d;
  font-family: var(--display);
  font-size: clamp(34px, 4.6vw, 70px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.01em;
}
.ace-rooms-lead > p {
  align-self: end;
  margin: 0;
  max-width: 620px;
  color: #5a5148;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.ace-room-list {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
}
.ace-room-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 58px;
  align-items: center;
  padding: 76px 0;
  border-bottom: 1px solid rgba(64, 54, 46, 0.18);
}
.ace-room-card:nth-child(even) {
  grid-template-columns: minmax(360px, 0.65fr) minmax(0, 1.35fr);
}
.ace-room-card:nth-child(even) .ace-room-visual {
  order: 2;
}
.ace-room-card:nth-child(even) .ace-room-body {
  order: 1;
}
.ace-room-visual {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #e8dfd3;
}
.ace-room-visual:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(
    180deg,
    rgba(15, 20, 22, 0),
    rgba(15, 20, 22, 0.46)
  );
  opacity: 0.72;
  pointer-events: none;
}
.ace-room-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
  transition:
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ace-room-visual span {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  font-family: var(--display);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}
.ace-room-visual:hover img {
  transform: scale(1.025);
  filter: saturate(0.86) contrast(0.98) brightness(0.94);
}
.ace-room-body {
  color: #2b2621;
}
.ace-room-number {
  margin: 0 0 18px;
  color: #8d7b68;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ace-room-body h2 {
  margin: 0;
  color: #24211d;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0.01em;
}
.ace-room-jp {
  margin: 14px 0 0;
  color: #6f6256;
  font-size: 14px;
  letter-spacing: 0.22em;
}
.ace-room-copy {
  margin: 30px 0 0;
  max-width: 480px;
  color: #5a5148;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.06em;
}
.ace-room-specs {
  margin: 34px 0 0;
  border-top: 1px solid rgba(64, 54, 46, 0.17);
}
.ace-room-specs div {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(64, 54, 46, 0.14);
}
.ace-room-specs dt,
.ace-room-specs dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.ace-room-specs dt {
  color: #927f6a;
  font-family: var(--display);
  letter-spacing: 0.14em;
}
.ace-room-specs dd {
  color: #40382f;
}
.ace-room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.ace-room-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 45px;
  padding: 0 22px;
  border: 1px solid rgba(64, 54, 46, 0.3);
  color: #302a24;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ace-room-actions a:nth-child(2) {
  color: #f7f3ec;
  background: #2f2923;
  border-color: #2f2923;
}
.ace-room-amenities {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 86px 0 112px;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(440px, 1.18fr);
  gap: 72px;
}
.ace-room-amenities h2 {
  margin: 12px 0 0;
  color: #24211d;
  font-family: var(--display);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.35;
}
.ace-room-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(64, 54, 46, 0.18);
}
.ace-room-amenities-grid p {
  margin: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(64, 54, 46, 0.16);
  color: #4f463d;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.ace-room-amenities-grid p:nth-child(odd) {
  border-right: 1px solid rgba(64, 54, 46, 0.16);
}
.ace-room-amenities-grid p:nth-child(even) {
  padding-left: 28px;
}

@media (max-width: 960px) {
  .ace-rooms-lead,
  .ace-room-card,
  .ace-room-card:nth-child(even),
  .ace-room-amenities {
    grid-template-columns: 1fr;
  }
  .ace-room-card:nth-child(even) .ace-room-visual,
  .ace-room-card:nth-child(even) .ace-room-body {
    order: initial;
  }
  .ace-rooms-lead,
  .ace-room-list,
  .ace-room-amenities {
    width: min(100% - 40px, 760px);
  }
  .ace-room-card {
    gap: 34px;
    padding: 56px 0;
  }
  .ace-room-amenities {
    gap: 34px;
    padding: 64px 0 86px;
  }
}

@media (max-width: 640px) {
  .ace-rooms-lead {
    padding: 62px 0 48px;
  }
  .ace-rooms-lead h2 {
    font-size: 36px;
  }
  .ace-room-visual img {
    aspect-ratio: 3/2.18;
  }
  .ace-room-body h2 {
    font-size: 38px;
  }
  .ace-room-specs div {
    grid-template-columns: 6.5em 1fr;
    gap: 14px;
  }
  .ace-room-actions a {
    flex: 1 1 136px;
  }
  .ace-room-amenities-grid {
    grid-template-columns: 1fr;
  }
  .ace-room-amenities-grid p,
  .ace-room-amenities-grid p:nth-child(odd),
  .ace-room-amenities-grid p:nth-child(even) {
    border-right: 0;
    padding-left: 0;
  }
}

/* v127: Belmond inspired Yufuin guide body */
.page-guide .lower-rich-page {
  background: #f8f4ed;
  color: #29231d;
}
.belmond-guide-lead {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 92px 0 74px;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(440px, 1.12fr);
  gap: 76px;
  border-bottom: 1px solid rgba(58, 49, 41, 0.16);
}
.belmond-guide-lead h2 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.4vw, 66px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
}
.belmond-guide-lead p {
  margin: 0;
  max-width: 640px;
  color: #5c5146;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}
.belmond-guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.belmond-guide-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(58, 49, 41, 0.22);
  color: #3f372f;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.belmond-guide-section {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 84px 0 22px;
}
.belmond-guide-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}
.belmond-guide-section-head h2 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.04em;
}
.belmond-guide-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.belmond-guide-cards.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.belmond-guide-cards article {
  background: #fffaf1;
}
.belmond-guide-cards a {
  display: block;
  height: 100%;
  color: inherit;
  border: 1px solid rgba(58, 49, 41, 0.13);
  transition:
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 0.45s ease;
}
.belmond-guide-cards img {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.75;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}
.belmond-guide-cards div {
  padding: 26px 28px 30px;
}
.belmond-guide-cards span {
  color: #927d66;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.belmond-guide-cards h3 {
  margin: 16px 0 14px;
  color: #28221d;
  font-size: clamp(22px, 2.25vw, 32px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.belmond-guide-cards p {
  margin: 0;
  color: #5c5146;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.belmond-guide-cards small {
  display: inline-flex;
  margin-top: 24px;
  color: #40372f;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.belmond-guide-cards a:hover {
  transform: translateY(-4px);
  border-color: rgba(58, 49, 41, 0.3);
}
.belmond-guide-course {
  width: min(1220px, calc(100% - 72px));
  margin: 70px auto 132px;
  padding-top: 78px;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(480px, 1.18fr);
  gap: 76px;
  border-top: 1px solid rgba(58, 49, 41, 0.18);
}
.belmond-guide-course h2 {
  margin: 12px 0 24px;
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.04em;
}
.belmond-guide-course-copy p:not(.section-label) {
  margin: 0;
  color: #5c5146;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.05em;
}
.belmond-guide-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(58, 49, 41, 0.18);
}
.belmond-guide-timeline article {
  min-height: 178px;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(58, 49, 41, 0.16);
}
.belmond-guide-timeline article:nth-child(odd) {
  border-right: 1px solid rgba(58, 49, 41, 0.16);
}
.belmond-guide-timeline span {
  color: #927d66;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.belmond-guide-timeline h3 {
  margin: 18px 0 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.belmond-guide-timeline p {
  margin: 0;
  color: #5c5146;
  font-size: 13px;
  line-height: 1.85;
}

@media (max-width: 960px) {
  .belmond-guide-lead,
  .belmond-guide-course {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .belmond-guide-lead,
  .belmond-guide-section,
  .belmond-guide-course {
    width: min(100% - 40px, 760px);
  }
  .belmond-guide-cards,
  .belmond-guide-cards.is-three {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .belmond-guide-lead {
    padding: 64px 0 50px;
  }
  .belmond-guide-lead h2 {
    font-size: 36px;
  }
  .belmond-guide-section {
    padding-top: 58px;
  }
  .belmond-guide-section-head {
    display: block;
    margin-bottom: 24px;
  }
  .belmond-guide-cards,
  .belmond-guide-cards.is-three,
  .belmond-guide-timeline {
    grid-template-columns: 1fr;
  }
  .belmond-guide-cards img {
    aspect-ratio: 4/3.05;
  }
  .belmond-guide-cards div {
    padding: 22px 22px 26px;
  }
  .belmond-guide-course {
    margin-top: 48px;
    margin-bottom: 92px;
    padding-top: 58px;
  }
  .belmond-guide-timeline article:nth-child(odd) {
    border-right: 0;
  }
}

/* v128: Country Willows inspired dining body */
.page-dining-ref {
  background: #f8f4ec;
}
.willows-dining-lead {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 96px 0 84px;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: 76px;
  align-items: center;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}
.willows-dining-lead h2 {
  margin: 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(36px, 4.6vw, 72px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.03em;
}
.willows-dining-lead p:not(.dining-ref-label) {
  margin: 30px 0 0;
  color: #5d5147;
  font-size: 15px;
  line-height: 2.18;
  letter-spacing: 0.06em;
}
.willows-dining-lead figure,
.willows-dining-feature figure,
.willows-dining-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #e9dfd1;
}
.willows-dining-lead img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.68;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}
.willows-dining-moments {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 72px 0 114px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.willows-dining-moments article {
  background: #fffaf2;
  border: 1px solid rgba(70, 58, 47, 0.13);
}
.willows-dining-moments img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3.15;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}
.willows-dining-moments div {
  padding: 24px 24px 28px;
}
.willows-dining-moments span,
.willows-course-list span {
  color: #967f66;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.willows-dining-moments h3 {
  margin: 16px 0 14px;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.16;
}
.willows-dining-moments p {
  margin: 0;
  color: #5d5147;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.willows-dining-feature {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 96px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(380px, 0.86fr);
  gap: 70px;
  align-items: center;
  border-top: 1px solid rgba(70, 58, 47, 0.16);
}
.willows-dining-feature.is-reverse {
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
}
.willows-dining-feature.is-reverse figure {
  order: 2;
}
.willows-dining-feature.is-reverse > div {
  order: 1;
}
.willows-dining-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3.05;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}
.willows-dining-feature h2,
.willows-course-head h2 {
  margin: 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.04em;
}
.willows-dining-feature p:not(.dining-ref-label),
.willows-course-head p {
  margin: 28px 0 0;
  color: #5d5147;
  font-size: 15px;
  line-height: 2.08;
  letter-spacing: 0.05em;
}
.willows-dining-feature dl {
  margin: 34px 0 0;
  border-top: 1px solid rgba(70, 58, 47, 0.17);
}
.willows-dining-feature dl div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}
.willows-dining-feature dt,
.willows-dining-feature dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.willows-dining-feature dt {
  color: #967f66;
  font-family: var(--display);
  letter-spacing: 0.14em;
}
.willows-dining-feature dd {
  color: #473e36;
}
.willows-course {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 92px 0 104px;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  border-top: 1px solid rgba(70, 58, 47, 0.16);
}
.willows-course-head p {
  margin-top: 24px;
}
.willows-course-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(70, 58, 47, 0.17);
}
.willows-course-list article {
  min-height: 240px;
  padding: 24px 22px;
  border-right: 1px solid rgba(70, 58, 47, 0.14);
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}
.willows-course-list article:last-child {
  border-right: 0;
}
.willows-course-list h3 {
  margin: 18px 0 13px;
  color: #28221d;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.willows-course-list p {
  margin: 0;
  color: #5d5147;
  font-size: 13px;
  line-height: 1.85;
}
.willows-dining-gallery {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 92px 0 112px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  border-top: 1px solid rgba(70, 58, 47, 0.16);
}
.willows-dining-gallery .is-wide {
  grid-row: span 3;
}
.willows-dining-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3.1;
  object-fit: cover;
}
.willows-dining-gallery .is-wide img {
  height: 100%;
  min-height: 690px;
  aspect-ratio: auto;
}
.willows-dining-gallery figcaption {
  margin-top: 10px;
  color: #7b6a59;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.willows-dining-voice {
  padding: 104px 0 118px;
  background: #efe5d6;
  text-align: center;
}
.willows-dining-voice p {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  color: #3c332c;
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .willows-dining-lead,
  .willows-dining-feature,
  .willows-dining-feature.is-reverse,
  .willows-course {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .willows-dining-lead,
  .willows-dining-moments,
  .willows-dining-feature,
  .willows-course,
  .willows-dining-gallery {
    width: min(100% - 40px, 760px);
  }
  .willows-dining-feature.is-reverse figure,
  .willows-dining-feature.is-reverse > div {
    order: initial;
  }
  .willows-dining-moments {
    grid-template-columns: 1fr 1fr;
  }
  .willows-course-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .willows-course-list article:nth-child(even) {
    border-right: 0;
  }
  .willows-dining-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .willows-dining-gallery .is-wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .willows-dining-gallery .is-wide img {
    min-height: auto;
    aspect-ratio: 4/2.8;
  }
}

@media (max-width: 640px) {
  .willows-dining-lead {
    padding: 66px 0 54px;
  }
  .page-dining-ref .dining-full-hero-copy {
    box-sizing: border-box !important;
    height: 100% !important;
    min-height: 0 !important;
    padding-top: 108px !important;
  }
  .page-dining-ref .dining-full-hero-copy h1 {
    font-size: 28px !important;
    line-height: 1.22 !important;
  }
  .page-dining-ref .dining-full-hero-copy p:last-child {
    display: none !important;
  }
  .willows-dining-lead h2 {
    font-size: 38px;
  }
  .willows-dining-moments {
    grid-template-columns: 1fr;
    padding: 52px 0 76px;
  }
  .willows-dining-feature,
  .willows-course,
  .willows-dining-gallery {
    padding: 66px 0;
  }
  .willows-dining-feature h2,
  .willows-course-head h2 {
    font-size: 34px;
  }
  .willows-dining-feature dl div {
    grid-template-columns: 6em 1fr;
  }
  .willows-course-list,
  .willows-dining-gallery {
    grid-template-columns: 1fr;
  }
  .willows-course-list article,
  .willows-course-list article:nth-child(even) {
    min-height: auto;
    border-right: 0;
  }
  .willows-dining-gallery .is-wide img,
  .willows-dining-gallery img {
    aspect-ratio: 4/3.1;
  }
  .willows-dining-voice {
    padding: 74px 0 84px;
  }
}

/* v130: paper-note FAQ direction */
.page-faq .faq-page {
  background: #e9e7e2;
  color: #222;
}
.page-faq .faq-hero {
  height: clamp(300px, 30vw, 420px) !important;
  min-height: 0 !important;
  display: grid;
  align-items: end;
  color: #222;
  background: #e9e7e2;
}
.page-faq .faq-hero figure,
.page-faq .faq-hero-overlay {
  display: none;
}
.page-faq .faq-hero-copy {
  box-sizing: border-box;
  width: min(960px, calc(100% - 64px));
  min-height: 100% !important;
  padding: 112px 0 48px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-faq .faq-hero-copy .lower-kicker,
.page-faq .faq-hero-copy p:last-child {
  display: none;
}
.page-faq .faq-hero-copy h1 {
  margin: 0;
  color: #242424;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(96px, 14vw, 184px) !important;
  font-weight: 400;
  line-height: 0.9 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.page-faq .faq-intro {
  width: min(980px, calc(100% - 72px));
  padding: 54px 0 48px;
  display: block;
  text-align: center;
  border-bottom: 0;
}
.page-faq .faq-intro .section-label {
  display: none;
}
.page-faq .faq-intro h2 {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(22px, 2.7vw, 36px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.page-faq .faq-intro div:last-child {
  margin: 28px auto 0;
  max-width: 720px;
}
.page-faq .faq-intro p {
  color: #4c4944;
  font-size: 14px;
  line-height: 2.08;
}
.page-faq .faq-category-nav {
  position: relative;
  top: auto;
  z-index: 1;
  width: min(920px, calc(100% - 64px));
  justify-content: center;
  padding: 10px 0 42px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.page-faq .faq-category-nav a {
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  color: #292724;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-faq .faq-section {
  width: min(1040px, calc(100% - 72px));
  padding: 64px 0 0;
  display: block;
}
.page-faq .faq-section-head {
  position: relative;
  top: auto;
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.page-faq .faq-section-head p {
  margin: 0 0 10px;
  color: #242424;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.page-faq .faq-section-head h2 {
  margin: 0;
  color: #292724;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
.page-faq .faq-list {
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.page-faq .faq-list details {
  position: relative;
  border: 0;
  background: #f7f7f4;
  box-shadow:
    0 18px 46px rgba(33, 31, 28, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  transform: rotate(-1.1deg);
}
.page-faq .faq-list details:nth-child(even) {
  transform: rotate(1.2deg);
  margin-top: 26px;
}
.page-faq .faq-list details:nth-child(3n) {
  transform: rotate(0.4deg);
}
.page-faq .faq-list details:before,
.page-faq .faq-list details:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-faq .faq-list details:before {
  background:
    linear-gradient(
      90deg,
      transparent 49%,
      rgba(0, 0, 0, 0.045) 50%,
      transparent 51%
    ),
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(0, 0, 0, 0.035) 49%,
      transparent 51%
    );
  opacity: 0.55;
}
.page-faq .faq-list details:after {
  box-shadow:
    inset 16px 0 22px rgba(0, 0, 0, 0.025),
    inset -12px 0 18px rgba(0, 0, 0, 0.018);
}
.page-faq .faq-list summary {
  position: relative;
  z-index: 1;
  min-height: 0;
  display: block;
  padding: 38px 42px 16px;
  color: #222;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}
.page-faq .faq-list summary span {
  display: block;
  margin: 0 0 14px;
  color: #222;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.85;
  letter-spacing: 0.02em;
  text-align: left;
}
.page-faq .faq-list summary:after {
  display: none;
}
.page-faq .faq-list details div {
  position: relative;
  z-index: 1;
  padding: 18px 46px 44px;
}
.page-faq .faq-list details p {
  margin: 0;
  color: #292724;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
}
.page-faq .faq-list details p:after {
  content: "A";
  display: block;
  margin: 16px 0 -6px auto;
  width: max-content;
  color: #222;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 0.9;
}
.page-faq .faq-contact-band {
  width: min(920px, calc(100% - 64px));
  margin: 118px auto 138px;
  padding: 52px 0 0;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(36, 34, 31, 0.18);
}
.page-faq .faq-contact-band h2 {
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.65;
}
.page-faq .faq-contact-band div:last-child {
  margin: 28px auto 0;
  max-width: 660px;
}
.page-faq .faq-contact-band p {
  color: #4c4944;
  font-size: 14px;
}
.page-faq .faq-contact-band a {
  color: #222;
  border-bottom-color: rgba(34, 34, 34, 0.5);
}

@media (max-width: 960px) {
  .page-faq .faq-list {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    margin: 0 auto;
  }
  .page-faq .faq-list details:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page-faq .faq-hero {
    height: 260px !important;
  }
  .page-faq .faq-hero-copy {
    width: calc(100% - 32px);
    padding: 86px 0 24px !important;
  }
  .page-faq .faq-hero-copy h1 {
    font-size: 78px !important;
  }
  .page-faq .faq-intro,
  .page-faq .faq-category-nav,
  .page-faq .faq-section,
  .page-faq .faq-contact-band {
    width: calc(100% - 32px);
  }
  .page-faq .faq-intro {
    padding: 42px 0 28px;
  }
  .page-faq .faq-category-nav {
    justify-content: flex-start;
    padding-bottom: 24px;
  }
  .page-faq .faq-section {
    padding-top: 48px;
  }
  .page-faq .faq-list {
    gap: 26px;
  }
  .page-faq .faq-list summary {
    padding: 30px 28px 14px;
    font-size: 24px;
  }
  .page-faq .faq-list summary span {
    font-size: 54px;
  }
  .page-faq .faq-list details div {
    padding: 14px 30px 34px;
  }
  .page-faq .faq-list details p {
    font-size: 22px;
  }
  .page-faq .faq-contact-band {
    margin: 82px auto 100px;
  }
}

/* v131: MODA x Yufuin experiential guide story */
.moda-yufuin-story {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 88px 0 36px;
  border-bottom: 1px solid rgba(58, 49, 41, 0.16);
}
.moda-yufuin-story-head {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(440px, 1.14fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 48px;
}
.moda-yufuin-story-head h2 {
  margin: 12px 0 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(32px, 3.8vw, 58px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.04em;
}
.moda-yufuin-story-head p:not(.section-label) {
  margin: 0;
  max-width: 660px;
  color: #5c5146;
  font-size: 15px;
  line-height: 2.12;
  letter-spacing: 0.055em;
}
.moda-yufuin-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: start;
}
.moda-yufuin-story-grid article {
  position: relative;
  background: #fffaf1;
  border: 1px solid rgba(58, 49, 41, 0.13);
}
.moda-yufuin-story-grid article.is-large {
  grid-row: span 2;
}
.moda-yufuin-story-grid article.is-return {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: center;
}
.moda-yufuin-story-grid figure {
  margin: 0;
  overflow: hidden;
  background: #e8dfd2;
}
.moda-yufuin-story-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.86;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}
.moda-yufuin-story-grid .is-large img {
  aspect-ratio: 4/4.35;
}
.moda-yufuin-story-grid .is-return img {
  aspect-ratio: 4/2.55;
  height: 100%;
}
.moda-yufuin-story-grid article > div {
  padding: 26px 28px 30px;
}
.moda-yufuin-story-grid span {
  color: #927d66;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.moda-yufuin-story-grid h3 {
  margin: 16px 0 14px;
  color: #28221d;
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.moda-yufuin-story-grid p {
  margin: 0;
  color: #5c5146;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.moda-yufuin-story-grid a {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(58, 49, 41, 0.38);
  color: #40372f;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .moda-yufuin-story {
    width: min(100% - 40px, 760px);
  }
  .moda-yufuin-story-head,
  .moda-yufuin-story-grid,
  .moda-yufuin-story-grid article.is-return {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .moda-yufuin-story-grid article.is-large,
  .moda-yufuin-story-grid article.is-return {
    grid-row: auto;
    grid-column: auto;
  }
  .moda-yufuin-story-grid .is-large img,
  .moda-yufuin-story-grid .is-return img,
  .moda-yufuin-story-grid img {
    aspect-ratio: 4/3.05;
  }
}

@media (max-width: 640px) {
  .moda-yufuin-story {
    width: calc(100% - 32px);
    padding: 62px 0 22px;
  }
  .moda-yufuin-story-head {
    gap: 26px;
    margin-bottom: 32px;
  }
  .moda-yufuin-story-head h2 {
    font-size: 32px;
  }
  .moda-yufuin-story-grid {
    gap: 24px;
  }
  .moda-yufuin-story-grid article > div {
    padding: 22px 22px 26px;
  }
}

/* v133: rooms intro copy scale aligned with About page */
.page-rooms .ace-rooms-lead {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 76px;
  display: block;
  text-align: center;
  border-bottom: 0;
}
.page-rooms .ace-rooms-lead h2 {
  margin: 0 0 22px;
  color: #142f3a;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.page-rooms .ace-rooms-lead > p {
  margin: 0 auto;
  max-width: 660px;
  color: #58666d;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.page-rooms .rooms-hover-copy h1 {
  letter-spacing: 0.04em;
}
.page-rooms .rooms-hover-copy small {
  width: auto;
  max-width: none;
  margin-top: 12px;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .page-rooms .ace-rooms-lead {
    padding: 64px 0 54px;
  }
  .page-rooms .rooms-hover-copy small {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}

/* v134: keep room page secondary typography in the same scale as Top/About */
.page-rooms .ace-room-amenities {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 74px 0 96px;
  display: block;
  text-align: center;
}
.page-rooms .ace-room-amenities-head {
  margin: 0 auto 34px;
}
.page-rooms .ace-room-amenities .section-label {
  margin: 0 0 18px;
  color: #8b7760;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.16em;
}
.page-rooms .ace-room-amenities h2 {
  margin: 0;
  color: #142f3a;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.page-rooms .ace-room-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(133, 113, 92, 0.2);
  border-left: 0;
  text-align: left;
}
.page-rooms .ace-room-amenities-grid p,
.page-rooms .ace-room-amenities-grid p:nth-child(odd),
.page-rooms .ace-room-amenities-grid p:nth-child(even) {
  margin: 0;
  min-height: 56px;
  padding: 18px 20px;
  border-right: 0;
  border-bottom: 1px solid rgba(133, 113, 92, 0.2);
  color: #58666d;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.page-rooms .lower-cta {
  padding: 86px 0 112px;
}
.page-rooms .lower-cta h2 {
  color: #142f3a;
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .page-rooms .ace-room-amenities {
    width: calc(100% - 32px);
    padding: 58px 0 74px;
  }
  .page-rooms .ace-room-amenities h2 {
    font-size: 17px;
    line-height: 1.8;
  }
  .page-rooms .ace-room-amenities-grid {
    grid-template-columns: 1fr;
  }
  .page-rooms .ace-room-amenities-grid p,
  .page-rooms .ace-room-amenities-grid p:nth-child(odd),
  .page-rooms .ace-room-amenities-grid p:nth-child(even) {
    min-height: 0;
    padding: 16px 4px;
    text-align: center;
  }
  .page-rooms .lower-cta h2 {
    font-size: 22px;
  }
}

/* v136: final lower-page hero title system */
.about-ref-hero,
.lower-fullscreen-hero,
.dining-full-hero,
.rooms-hover-hero,
.faq-hero,
.page-room-detail .room-detail-hero-slider {
  height: clamp(300px, 30vw, 420px) !important;
  min-height: 0 !important;
}
.about-ref-hero-copy,
.lower-fullscreen-hero-copy,
.dining-full-hero-copy,
.rooms-hover-copy,
.faq-hero-copy,
.page-room-detail .room-detail-hero-content {
  box-sizing: border-box !important;
  width: min(1240px, calc(100% - 72px)) !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  padding: 118px 0 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  text-align: left !important;
}
.about-ref-hero-copy .lower-kicker,
.lower-fullscreen-hero-copy .lower-kicker,
.dining-full-hero-copy .dining-ref-label,
.rooms-hover-copy p,
.faq-hero-copy .lower-kicker,
.page-room-detail .room-detail-kicker {
  display: block !important;
  margin: 0 0 12px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: var(--display) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.18em !important;
  text-transform: none !important;
}
.about-ref-hero-copy h1,
.lower-fullscreen-hero-copy h1,
.dining-full-hero-copy h1,
.rooms-hover-copy h1,
.faq-hero-copy h1,
.page-room-detail .room-detail-hero-content h1 {
  max-width: min(920px, 100%) !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--display) !important;
  font-size: clamp(30px, 3.8vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}
.page-dining-ref .dining-full-hero-copy h1,
.page-faq .faq-hero-copy h1 {
  max-width: min(920px, 100%) !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--display) !important;
  font-size: clamp(30px, 3.8vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}
.about-ref-hero-copy p:last-child,
.lower-fullscreen-hero-copy p:last-child,
.dining-full-hero-copy p:last-child,
.rooms-hover-copy small,
.faq-hero-copy p:last-child,
.page-room-detail .room-detail-hero-content > span {
  display: block !important;
  width: auto !important;
  max-width: min(620px, 100%) !important;
  margin: 12px 0 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-family: var(--display) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}
.page-faq .faq-hero {
  color: #fff !important;
  background: #17130f !important;
}
.page-faq .faq-hero-copy {
  box-sizing: border-box !important;
  width: min(1240px, calc(100% - 72px)) !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  padding: 118px 0 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  text-align: left !important;
}
.page-faq .faq-hero-copy .lower-kicker,
.page-faq .faq-hero-copy p:last-child {
  display: block !important;
}
.page-faq .faq-hero figure,
.page-faq .faq-hero-overlay {
  display: block !important;
}
.page-faq .faq-hero figure {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
}
.page-faq .faq-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.82) brightness(0.62) !important;
}
.page-faq .faq-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0.12) 42%,
    rgba(0, 0, 0, 0.48)
  ) !important;
}
.page-room-detail .room-detail-hero-count {
  display: none !important;
}
.page-room-detail .room-detail-hero-content > span {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 960px) {
  .about-ref-hero-copy,
  .lower-fullscreen-hero-copy,
  .dining-full-hero-copy,
  .rooms-hover-copy,
  .faq-hero-copy,
  .page-room-detail .room-detail-hero-content,
  .page-faq .faq-hero-copy {
    width: calc(100% - 40px) !important;
    padding: 104px 0 28px !important;
  }
}

@media (max-width: 640px) {
  .about-ref-hero,
  .lower-fullscreen-hero,
  .dining-full-hero,
  .rooms-hover-hero,
  .faq-hero,
  .page-room-detail .room-detail-hero-slider {
    height: 260px !important;
  }
  .about-ref-hero-copy,
  .lower-fullscreen-hero-copy,
  .dining-full-hero-copy,
  .rooms-hover-copy,
  .faq-hero-copy,
  .page-room-detail .room-detail-hero-content,
  .page-faq .faq-hero-copy {
    width: calc(100% - 30px) !important;
    padding: 88px 0 24px !important;
  }
  .about-ref-hero-copy h1,
  .lower-fullscreen-hero-copy h1,
  .dining-full-hero-copy h1,
  .rooms-hover-copy h1,
  .faq-hero-copy h1,
  .page-room-detail .room-detail-hero-content h1,
  .page-dining-ref .dining-full-hero-copy h1,
  .page-faq .faq-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }
  .about-ref-hero-copy p:last-child,
  .lower-fullscreen-hero-copy p:last-child,
  .dining-full-hero-copy p:last-child,
  .rooms-hover-copy small,
  .faq-hero-copy p:last-child,
  .page-room-detail .room-detail-hero-content > span {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
}

/* v137: MODA shared typography scale across lower pages */
.about-ref-hero-copy h1,
.lower-fullscreen-hero-copy h1,
.dining-full-hero-copy h1,
.rooms-hover-copy h1,
.faq-hero-copy h1,
.page-dining-ref .dining-full-hero-copy h1,
.page-faq .faq-hero-copy h1,
.page-room-detail .room-detail-hero-content h1 {
  font-size: clamp(32px, 3.65vw, 56px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.055em !important;
}
.about-catalog-intro h2,
.page-rooms .ace-rooms-lead h2,
.page-faq .faq-intro h2,
.lower-rich-page .rich-lead h2,
.willows-dining-lead h2,
.belmond-guide-lead h2 {
  color: #142f3a !important;
  font-family: var(--display) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
}
.about-catalog-intro p,
.page-rooms .ace-rooms-lead > p,
.page-faq .faq-intro p,
.lower-rich-page .rich-lead p,
.willows-dining-lead p:not(.dining-ref-label),
.belmond-guide-lead p {
  color: #58666d !important;
  font-size: 13px !important;
  line-height: 2 !important;
  letter-spacing: 0.02em !important;
}
.lower-rich-page .rich-split h2,
.lower-rich-page .thick-page-copy h2,
.lower-rich-page .rich-access-card h2,
.lower-rich-page .atmosphere-access-band h2,
.lower-rich-page .moda-yufuin-story-head h2,
.willows-dining-feature h2,
.willows-course-head h2,
.belmond-guide-section-head h2,
.belmond-guide-course h2,
.page-faq .faq-section-head h2,
.page-faq .faq-contact-band h2,
.lower-page .lower-cta h2,
.page-rooms .lower-cta h2,
.page-room-detail .room-ref-title-row h2,
.page-room-detail .room-detail-summary-copy h2,
.page-room-detail .soso-section-head h2,
.page-room-detail .soso-room-cta h2,
.page-room-detail .soso-room-access h2 {
  font-family: var(--display) !important;
  font-size: clamp(22px, 2.25vw, 32px) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.04em !important;
}
.lower-rich-page .rich-split p,
.lower-rich-page .thick-page-copy p,
.lower-rich-page .rich-access-card p,
.lower-rich-page .atmosphere-access-band p,
.lower-rich-page .moda-yufuin-story-grid p,
.willows-dining-feature p:not(.dining-ref-label),
.willows-course-head p,
.belmond-guide-course-copy p:not(.section-label),
.page-faq .faq-contact-band p,
.page-room-detail .room-detail-summary-copy > p:not(.section-label) {
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: 0.03em !important;
}
.willows-dining-moments h3,
.willows-course-list h3,
.belmond-guide-cards h3,
.belmond-guide-timeline h3,
.lower-rich-page .rich-timeline h3,
.lower-rich-page .rich-stay-flow h3 {
  font-size: clamp(18px, 1.75vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.04em !important;
}
.willows-dining-moments p,
.willows-course-list p,
.belmond-guide-cards p,
.belmond-guide-timeline p,
.lower-rich-page .rich-timeline p,
.lower-rich-page .rich-stay-flow p {
  font-size: 13px !important;
  line-height: 1.85 !important;
  letter-spacing: 0.03em !important;
}
.page-faq .faq-list summary {
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.45 !important;
}
.page-faq .faq-list summary span {
  font-size: clamp(38px, 4vw, 54px) !important;
}
.page-faq .faq-list details p {
  font-size: clamp(17px, 1.8vw, 23px) !important;
  line-height: 1.55 !important;
}
.page-faq .faq-list details p:after {
  font-size: clamp(38px, 4vw, 56px) !important;
}

@media (max-width: 640px) {
  .about-ref-hero-copy h1,
  .lower-fullscreen-hero-copy h1,
  .dining-full-hero-copy h1,
  .rooms-hover-copy h1,
  .faq-hero-copy h1,
  .page-dining-ref .dining-full-hero-copy h1,
  .page-faq .faq-hero-copy h1,
  .page-room-detail .room-detail-hero-content h1 {
    font-size: 32px !important;
  }
  .about-catalog-intro h2,
  .page-rooms .ace-rooms-lead h2,
  .page-faq .faq-intro h2,
  .lower-rich-page .rich-lead h2,
  .willows-dining-lead h2,
  .belmond-guide-lead h2 {
    font-size: 17px !important;
  }
  .lower-rich-page .rich-split h2,
  .lower-rich-page .thick-page-copy h2,
  .lower-rich-page .rich-access-card h2,
  .lower-rich-page .atmosphere-access-band h2,
  .lower-rich-page .moda-yufuin-story-head h2,
  .willows-dining-feature h2,
  .willows-course-head h2,
  .belmond-guide-section-head h2,
  .belmond-guide-course h2,
  .page-faq .faq-section-head h2,
  .page-faq .faq-contact-band h2,
  .lower-page .lower-cta h2,
  .page-rooms .lower-cta h2,
  .page-room-detail .room-ref-title-row h2,
  .page-room-detail .room-detail-summary-copy h2,
  .page-room-detail .soso-section-head h2,
  .page-room-detail .soso-room-cta h2,
  .page-room-detail .soso-room-access h2 {
    font-size: 22px !important;
  }
}

/* v140: FAQ paper accordion behavior and type tuning */
.page-faq .faq-list {
  align-items: start !important;
}
.page-faq .faq-list details {
  overflow: hidden !important;
  align-self: start !important;
  transition:
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.45s ease,
    background 0.45s ease !important;
}
.page-faq .faq-list details[open],
.page-faq .faq-list details.is-open {
  box-shadow:
    0 22px 54px rgba(33, 31, 28, 0.11),
    inset 0 0 0 1px rgba(255, 255, 255, 0.86) !important;
}
.page-faq .faq-list summary {
  padding: 30px 34px 28px !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.65 !important;
  cursor: pointer !important;
}
.page-faq .faq-list summary span {
  margin: 0 0 12px !important;
  font-size: clamp(25px, 2.8vw, 36px) !important;
}
.page-faq .faq-list summary:after {
  content: "";
  display: block !important;
  width: 34px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(34, 34, 34, 0.32);
  transform: scaleX(0.7);
  transform-origin: center;
  transition:
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.45s ease;
}
.page-faq .faq-list details[open] summary:after,
.page-faq .faq-list details.is-open summary:after {
  opacity: 0.58;
  transform: scaleX(1);
}
.page-faq .faq-list details div {
  max-height: 0;
  overflow: hidden;
  padding: 0 34px !important;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.58s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.42s ease,
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    padding 0.5s ease;
}
.page-faq .faq-list details[open] div,
.page-faq .faq-list details.is-open div {
  padding: 0 34px 34px !important;
  opacity: 1;
  transform: translateY(0);
}
.page-faq .faq-list details p {
  font-size: clamp(14px, 1.15vw, 16px) !important;
  line-height: 1.9 !important;
}
.page-faq .faq-list details p:after {
  margin-top: 18px !important;
  font-size: clamp(28px, 3vw, 40px) !important;
}

@media (max-width: 640px) {
  .page-faq .faq-list summary {
    padding: 26px 26px 24px !important;
    font-size: 15px !important;
  }
  .page-faq .faq-list summary span {
    font-size: 30px !important;
  }
  .page-faq .faq-list details div {
    padding: 0 26px !important;
  }
  .page-faq .faq-list details[open] div,
  .page-faq .faq-list details.is-open div {
    padding: 0 26px 30px !important;
  }
  .page-faq .faq-list details p {
    font-size: 14px !important;
  }
}

/* v142: keep dining closing copy in Japanese MODA tone */
.willows-dining-voice {
  padding: 86px 0 96px !important;
  background: #f8f4ec !important;
  border-top: 1px solid rgba(70, 58, 47, 0.14) !important;
  text-align: center !important;
}
.willows-dining-voice p {
  width: min(640px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  color: #142f3a !important;
  font-family: var(--display) !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.04em !important;
}

@media (max-width: 640px) {
  .willows-dining-voice {
    padding: 64px 0 72px !important;
  }
  .willows-dining-voice p {
    font-size: 20px !important;
  }
}

/* v144: accessibility/SEO helper, visually hidden without affecting layout */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* v146: dining dinner course inspired by quiet restaurant editorial layouts */
.page-dining-ref .due-course {
  width: min(1220px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  padding: 116px 0 132px !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr) !important;
  gap: 76px !important;
  border-top: 1px solid rgba(70, 58, 47, 0.18) !important;
  background: transparent !important;
}
.page-dining-ref .due-course-head {
  align-self: start !important;
  position: sticky !important;
  top: 112px !important;
}
.page-dining-ref .due-course-head h2 {
  margin-top: 18px !important;
  font-size: clamp(32px, 3.3vw, 48px) !important;
  line-height: 1.42 !important;
}
.page-dining-ref .due-course-head p:not(.dining-ref-label) {
  width: min(340px, 100%) !important;
  margin-top: 30px !important;
  font-size: 14px !important;
  line-height: 2.05 !important;
}
.page-dining-ref .due-course-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 64px 42px !important;
  border: 0 !important;
}
.page-dining-ref .due-course-card {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.page-dining-ref .due-course-card:nth-child(even) {
  transform: translateY(88px);
}
.page-dining-ref .due-course-card figure {
  margin: 0 !important;
  overflow: hidden !important;
  background: #e7dfd2 !important;
}
.page-dining-ref .due-course-card img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/5 !important;
  object-fit: cover !important;
  filter: saturate(0.86) contrast(0.98) !important;
  transition:
    transform 0.8s ease,
    filter 0.8s ease !important;
}
.page-dining-ref .due-course-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.94) contrast(1) !important;
}
.page-dining-ref .due-course-card div {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  column-gap: 20px !important;
  margin-top: 20px !important;
  padding-top: 17px !important;
  border-top: 1px solid rgba(70, 58, 47, 0.16) !important;
}
.page-dining-ref .due-course-card span {
  grid-row: 1 / span 2 !important;
  margin: 0 !important;
  color: #a18c73 !important;
  font-family: var(--display) !important;
  font-size: 14px !important;
  letter-spacing: 0.16em !important;
}
.page-dining-ref .due-course-card p {
  margin: 0 !important;
  color: #7f6e5c !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.12em !important;
}
.page-dining-ref .due-course-card h3 {
  margin: 8px 0 0 !important;
  color: #2b251f !important;
  font-family: var(--display) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.06em !important;
}

@media (max-width: 960px) {
  .page-dining-ref .due-course {
    width: min(100% - 44px, 760px) !important;
    padding: 86px 0 96px !important;
    display: block !important;
  }
  .page-dining-ref .due-course-head {
    position: static !important;
    margin-bottom: 42px !important;
  }
  .page-dining-ref .due-course-head p:not(.dining-ref-label) {
    width: 100% !important;
  }
  .page-dining-ref .due-course-list {
    grid-template-columns: 1fr !important;
    gap: 46px !important;
  }
  .page-dining-ref .due-course-card:nth-child(even) {
    transform: none;
  }
  .page-dining-ref .due-course-card img {
    aspect-ratio: 4/3.1 !important;
  }
}

@media (max-width: 640px) {
  .page-dining-ref .due-course {
    width: calc(100% - 32px) !important;
    padding: 70px 0 80px !important;
  }
  .page-dining-ref .due-course-card div {
    grid-template-columns: 34px 1fr !important;
    column-gap: 14px !important;
  }
  .page-dining-ref .due-course-card h3 {
    font-size: 20px !important;
  }
}

/* v147: Yufuin guide inspired by tour/editorial storytelling */
.page-guide .lower-rich-page {
  background: #f7f2e9;
}
.dorokyo-guide-intro {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 128px 0 112px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 74px;
  align-items: end;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}
.dorokyo-guide-typo {
  color: #2a241e;
  font-family: var(--display);
  font-size: clamp(70px, 12vw, 188px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.015em;
}
.dorokyo-guide-typo span {
  display: block;
}
.dorokyo-guide-typo span:nth-child(2) {
  margin-left: 0.34em;
}
.dorokyo-guide-typo span:nth-child(3) {
  margin-left: 0.1em;
}
.dorokyo-guide-typo span:nth-child(4) {
  margin-top: 0.12em;
  color: #a08769;
  font-size: 0.52em;
  letter-spacing: 0.08em;
}
.dorokyo-guide-copy h2,
.dorokyo-tour-card h2,
.dorokyo-sense-head h2,
.dorokyo-route h2,
.dorokyo-spots-head h2 {
  margin: 0;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.04em;
}
.dorokyo-guide-copy p:not(.section-label),
.dorokyo-tour-card p,
.dorokyo-sense p,
.dorokyo-route p,
.dorokyo-spots p {
  color: #5f5348;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.045em;
}
.dorokyo-guide-copy p:not(.section-label) {
  margin: 34px 0 0;
}
.dorokyo-tour-card {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 118px 0 128px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: 72px;
  align-items: center;
}
.dorokyo-tour-card figure {
  margin: 0;
  overflow: hidden;
}
.dorokyo-tour-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10.5;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98);
}
.dorokyo-tour-card-body {
  padding: 8px 0;
}
.dorokyo-tour-card-body > p:not(.section-label) {
  margin: 30px 0 0;
}
.dorokyo-tour-card dl {
  margin: 42px 0 0;
  border-top: 1px solid rgba(70, 58, 47, 0.18);
}
.dorokyo-tour-card dl div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.15);
}
.dorokyo-tour-card dt,
.dorokyo-tour-card dd {
  margin: 0;
  color: #5d5147;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.dorokyo-tour-card dt {
  color: #a08769;
}
.dorokyo-tour-card a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  color: #2c251f;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dorokyo-tour-card a:after {
  content: "";
  width: 72px;
  height: 1px;
  background: rgba(70, 58, 47, 0.42);
}
.dorokyo-sense {
  padding: 118px 0 122px;
  background: #efe8dc;
}
.dorokyo-sense-head {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto 62px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 70px;
  align-items: end;
}
.dorokyo-sense-grid {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.dorokyo-sense article {
  display: grid;
  grid-template-rows: auto 1fr;
}
.dorokyo-sense figure {
  margin: 0 0 26px;
  overflow: hidden;
}
.dorokyo-sense img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}
.dorokyo-sense span,
.dorokyo-route-list span,
.dorokyo-spots span {
  color: #9c8469;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.dorokyo-sense h3 {
  margin: 16px 0 18px;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.dorokyo-route {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 122px 0 118px;
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1.52fr);
  gap: 74px;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}
.dorokyo-route-copy p:not(.section-label) {
  margin-top: 30px;
}
.dorokyo-route-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(70, 58, 47, 0.17);
}
.dorokyo-route-list article {
  min-height: 238px;
  padding: 25px 20px 28px;
  border-right: 1px solid rgba(70, 58, 47, 0.14);
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}
.dorokyo-route-list article:last-child {
  border-right: 0;
}
.dorokyo-route-list h3 {
  margin: 26px 0 14px;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(19px, 1.9vw, 27px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.dorokyo-spots {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 120px 0 150px;
}
.dorokyo-spots-head {
  display: grid;
  grid-template-columns: 0.54fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 58px;
}
.dorokyo-spots-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 42px;
}
.dorokyo-spots article a {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr);
  gap: 28px;
  color: inherit;
  align-items: end;
}
.dorokyo-spots figure {
  margin: 0;
  overflow: hidden;
  background: #e5ddd1;
}
.dorokyo-spots img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3.05;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
  transition: transform 0.7s ease;
}
.dorokyo-spots a:hover img {
  transform: scale(1.035);
}
.dorokyo-spots h3 {
  margin: 14px 0 12px;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .dorokyo-guide-intro,
  .dorokyo-tour-card,
  .dorokyo-route {
    width: calc(100% - 44px);
    display: block;
  }
  .dorokyo-guide-intro {
    padding: 92px 0 84px;
  }
  .dorokyo-guide-copy {
    margin-top: 44px;
  }
  .dorokyo-tour-card {
    padding: 84px 0 94px;
  }
  .dorokyo-tour-card-body {
    margin-top: 42px;
  }
  .dorokyo-sense-head,
  .dorokyo-sense-grid,
  .dorokyo-spots,
  .dorokyo-spots-head {
    width: calc(100% - 44px);
  }
  .dorokyo-sense-head,
  .dorokyo-spots-head {
    display: block;
  }
  .dorokyo-sense-grid,
  .dorokyo-spots-list {
    grid-template-columns: 1fr;
  }
  .dorokyo-route {
    padding: 92px 0;
  }
  .dorokyo-route-list {
    margin-top: 42px;
    grid-template-columns: 1fr 1fr;
  }
  .dorokyo-route-list article:nth-child(even) {
    border-right: 0;
  }
  .dorokyo-spots {
    padding: 92px 0 112px;
  }
}

@media (max-width: 640px) {
  .dorokyo-guide-intro,
  .dorokyo-tour-card,
  .dorokyo-route,
  .dorokyo-sense-head,
  .dorokyo-sense-grid,
  .dorokyo-spots,
  .dorokyo-spots-head {
    width: calc(100% - 32px);
  }
  .dorokyo-guide-typo {
    font-size: clamp(58px, 21vw, 96px);
  }
  .dorokyo-guide-copy h2,
  .dorokyo-tour-card h2,
  .dorokyo-sense-head h2,
  .dorokyo-route h2,
  .dorokyo-spots-head h2 {
    font-size: 30px;
  }
  .dorokyo-tour-card img,
  .dorokyo-sense img {
    aspect-ratio: 4/3.35;
  }
  .dorokyo-tour-card dl div {
    grid-template-columns: 5.5em 1fr;
    gap: 14px;
  }
  .dorokyo-sense {
    padding: 76px 0 82px;
  }
  .dorokyo-route-list {
    grid-template-columns: 1fr;
  }
  .dorokyo-route-list article,
  .dorokyo-route-list article:nth-child(even) {
    min-height: auto;
    border-right: 0;
  }
  .dorokyo-spots article a {
    display: block;
  }
  .dorokyo-spots article div {
    margin-top: 18px;
  }
}

/* v210: Yufuin guide inspired by Eigamura navigation structure */
.page-guide .lower-rich-page {
  background: #f7f2e9;
}

.guide210-section-head {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 42px;
  text-align: center;

}

.guide210-section-head h2 {
  margin: 10px 0 0;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.guide210-pickup {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 44px 0 110px;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.guide210-pickup .guide210-section-head {
  width: 100%;
}

.guide210-pickup-grid {
  display: grid;
  grid-template-columns: 1.26fr 0.74fr;
  gap: 26px;
}

.guide210-pickup-grid a {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  color: #fff;
  background: #211d18;
}

.guide210-pickup-grid a:not(.guide210-pickup-main) {
  min-height: 247px;
}

.guide210-pickup-main {
  grid-row: span 2;
}

.guide210-pickup-grid figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.guide210-pickup-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.82);
  transition: transform 0.9s ease;
}

.guide210-pickup-grid a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(22, 18, 14, 0.08),
    rgba(22, 18, 14, 0.72)
  );
}

.guide210-pickup-grid a:hover img {
  transform: scale(1.035);
}

.guide210-pickup-grid div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 32px;
}

.guide210-pickup-main div {
  padding: 46px;
}

.guide210-pickup-grid span,
.guide210-mood-grid span,
.guide210-route-list span,
.guide210-spots-grid span {
  color: #a88d71;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide210-pickup-grid a span {
  color: rgba(255, 255, 255, 0.76);
}

.guide210-pickup-grid h3 {
  max-width: 620px;
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.guide210-pickup-grid a:not(.guide210-pickup-main) h3 {
  font-size: clamp(19px, 1.7vw, 25px);
}

.guide210-pickup-grid p {
  max-width: 600px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.guide210-mood {
  padding: 98px 0 112px;
  background: #eee6d8;
}

.guide210-mood-grid {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(70, 58, 47, 0.18);
  border-left: 1px solid rgba(70, 58, 47, 0.14);
}

.guide210-mood-grid a {
  min-height: 250px;
  padding: 30px 26px 28px;
  border-right: 1px solid rgba(70, 58, 47, 0.14);
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
  color: inherit;
  background: rgba(247, 242, 233, 0.42);
  transition:
    background-color 0.28s ease,
    transform 0.28s ease;
}

.guide210-mood-grid a:hover {
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-2px);
}

.guide210-mood-grid h3 {
  margin: 26px 0 16px;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(19px, 1.8vw, 27px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.guide210-mood-grid p,
.guide210-route-copy p,
.guide210-route-list p,
.guide210-spots-grid p {
  margin: 0;
  color: #5f554b;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.guide210-route {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 116px 0 122px;
  display: grid;
  grid-template-columns: 0.62fr 0.38fr;
  gap: 58px 74px;
  align-items: end;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.guide210-route-visual {
  grid-row: span 2;
}

.guide210-route-visual figure {
  margin: 0;
  overflow: hidden;
  background: #d8d0c4;
}

.guide210-route-visual img {
  width: 100%;
  aspect-ratio: 4/4.9;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}

.guide210-route-copy {
  align-self: start;
}

.guide210-route-copy h2 {
  margin: 16px 0 26px;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.guide210-route-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(70, 58, 47, 0.18);
}

.guide210-route-list article {
  display: grid;
  grid-template-columns: 48px minmax(120px, 0.38fr) 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}

.guide210-route-list h3 {
  margin: 0;
  color: #2b2722;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.guide210-spots {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 108px 0 148px;
}

.guide210-spots .guide210-section-head {
  width: 100%;
}

.guide210-spots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
}

.guide210-spots-grid article {
  display: block;
  color: inherit;
}

.guide210-spots-grid figure {
  margin: 0 0 18px;
  overflow: hidden;
  background: #dfd7cc;
}

.guide210-spots-grid img {
  width: 100%;
  aspect-ratio: 4/3.05;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
  transition: transform 0.8s ease;
}

.guide210-spots-grid article:hover img {
  transform: scale(1.035);
}

.guide210-spots-grid h3 {
  margin: 10px 0 10px;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

@media (max-width: 960px) {
  .guide210-section-head,
  .guide210-pickup,
  .guide210-mood-grid,
  .guide210-route,
  .guide210-spots {
    width: calc(100% - 44px);
  }

  .guide210-pickup-grid,
  .guide210-route {
    grid-template-columns: 1fr;
  }

  .guide210-pickup-main {
    grid-row: auto;
  }

  .guide210-pickup-grid a,
  .guide210-pickup-grid a:not(.guide210-pickup-main) {
    min-height: 330px;
  }

  .guide210-mood-grid,
  .guide210-spots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide210-route-visual {
    grid-row: auto;
  }

  .guide210-route-visual img {
    aspect-ratio: 16/10;
  }
}

@media (max-width: 640px) {
  .guide210-section-head,
  .guide210-pickup,
  .guide210-mood-grid,
  .guide210-route,
  .guide210-spots {
    width: calc(100% - 32px);
  }

  .guide210-section-head {
    text-align: left;
  }

  .guide210-pickup {
    padding: 30px 0 76px;
  }

  .guide210-pickup-grid {
    gap: 18px;
  }

  .guide210-pickup-grid a,
  .guide210-pickup-grid a:not(.guide210-pickup-main) {
    min-height: 300px;
  }

  .guide210-pickup-grid div,
  .guide210-pickup-main div {
    padding: 28px 24px;
  }

  .guide210-pickup-grid h3,
  .guide210-pickup-grid a:not(.guide210-pickup-main) h3,
  .guide210-section-head h2,
  .guide210-route-copy h2 {
    font-size: 26px;
  }

  .guide210-mood {
    padding: 76px 0 84px;
  }

  .guide210-mood-grid,
  .guide210-spots-grid {
    grid-template-columns: 1fr;
  }

  .guide210-mood-grid a {
    min-height: auto;
    padding: 26px 22px;
  }

  .guide210-route {
    padding: 78px 0 88px;
    gap: 34px;
  }

  .guide210-route-list article {
    grid-template-columns: 42px 1fr;
    gap: 10px 18px;
  }

  .guide210-route-list p {
    grid-column: 2;
  }

  .guide210-spots {
    padding: 76px 0 106px;
  }
}

/* v148: access page transport guide inspired by regional tourism access pages */
.page-access .lower-rich-page {
  background: #f7f2e9;
}
.shiobara-access-index {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 96px 0 58px;
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  border-bottom: 1px solid rgba(70, 58, 47, 0.18);
}
.shiobara-access-index h2,
.shiobara-access-lead h2,
.shiobara-access-location h2,
.shiobara-access-route h2,
.shiobara-access-note h2 {
  margin: 0;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.04em;
}
.shiobara-access-index nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(70, 58, 47, 0.16);
}
.shiobara-access-index nav a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 20px;
  color: #3a322b;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-right: 1px solid rgba(70, 58, 47, 0.14);
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}
.shiobara-access-index nav a:nth-child(even) {
  border-right: 0;
}
.shiobara-access-index nav a:before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(70, 58, 47, 0.38);
}
.shiobara-access-lead {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 86px 0 92px;
  display: grid;
  grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1fr);
  gap: 78px;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}
.shiobara-access-lead p,
.shiobara-access-location p,
.shiobara-access-route p,
.shiobara-access-note p {
  color: #5d5147;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.045em;
}
.shiobara-access-lead p {
  margin: 0 0 22px;
}
.shiobara-access-location {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 92px 0 104px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: stretch;
}
.shiobara-access-location-card {
  padding: 52px;
  background: #efe8dc;
  border: 1px solid rgba(70, 58, 47, 0.14);
}
.shiobara-access-location-card h2 {
  margin-top: 18px;
  font-size: clamp(28px, 3vw, 42px);
}
.shiobara-access-location-card a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  color: #2d261f;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shiobara-access-location-card a:after {
  content: "";
  width: 64px;
  height: 1px;
  background: rgba(70, 58, 47, 0.42);
}
.shiobara-access-location figure {
  margin: 0;
  overflow: hidden;
}
.shiobara-access-location img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}
.shiobara-access-routes {
  padding: 20px 0 96px;
}
.shiobara-access-route {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 72px;
  padding-top: 58px;
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: 68px;
  border-top: 1px solid rgba(70, 58, 47, 0.18);
}
.shiobara-access-route-head p:not(.section-label) {
  margin-top: 24px;
}
.shiobara-access-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(70, 58, 47, 0.16);
}
.shiobara-access-route-list.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.shiobara-access-route-list article {
  min-height: 238px;
  padding: 26px 24px 30px;
  border-right: 1px solid rgba(70, 58, 47, 0.14);
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}
.shiobara-access-route-list article:last-child {
  border-right: 0;
}
.shiobara-access-route-list span,
.shiobara-access-note-list span {
  color: #9b856d;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.shiobara-access-route-list h3,
.shiobara-access-note-list h3 {
  margin: 22px 0 14px;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.shiobara-access-route-list p,
.shiobara-access-note-list p {
  margin: 0;
  font-size: 14px;
}
.shiobara-access-note {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 94px 0 138px;
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: 70px;
  border-top: 1px solid rgba(70, 58, 47, 0.18);
}
.shiobara-access-note-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(70, 58, 47, 0.16);
}
.shiobara-access-note-list article {
  display: grid;
  grid-template-columns: 64px minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}
.shiobara-access-note-list h3 {
  margin: 0;
}

@media (max-width: 960px) {
  .shiobara-access-index,
  .shiobara-access-lead,
  .shiobara-access-location,
  .shiobara-access-route,
  .shiobara-access-note {
    width: calc(100% - 44px);
    display: block;
  }
  .shiobara-access-index {
    padding: 76px 0 44px;
  }
  .shiobara-access-index nav,
  .shiobara-access-lead > div:last-child,
  .shiobara-access-route-list,
  .shiobara-access-route-list.is-two,
  .shiobara-access-note-list {
    margin-top: 36px;
  }
  .shiobara-access-location {
    padding: 72px 0 82px;
  }
  .shiobara-access-location figure {
    margin-top: 28px;
  }
  .shiobara-access-route {
    padding-top: 48px;
    margin-bottom: 56px;
  }
  .shiobara-access-route-list {
    grid-template-columns: 1fr;
  }
  .shiobara-access-route-list.is-two {
    grid-template-columns: 1fr;
  }
  .shiobara-access-route-list article,
  .shiobara-access-route-list article:last-child {
    min-height: auto;
    border-right: 0;
  }
  .shiobara-access-note {
    padding: 76px 0 112px;
  }
}

@media (max-width: 640px) {
  .shiobara-access-index,
  .shiobara-access-lead,
  .shiobara-access-location,
  .shiobara-access-route,
  .shiobara-access-note {
    width: calc(100% - 32px);
  }
  .shiobara-access-index h2,
  .shiobara-access-lead h2,
  .shiobara-access-location h2,
  .shiobara-access-route h2,
  .shiobara-access-note h2 {
    font-size: 30px;
  }
  .shiobara-access-index nav {
    grid-template-columns: 1fr;
  }
  .shiobara-access-index nav a,
  .shiobara-access-index nav a:nth-child(even) {
    border-right: 0;
  }
  .shiobara-access-location-card {
    padding: 34px 24px;
  }
  .shiobara-access-location img {
    min-height: 280px;
  }
  .shiobara-access-route-list article {
    padding: 24px 0;
  }
  .shiobara-access-note-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* v149: room detail photo story */
.page-room-detail .room-ref-info {
  padding-top: 0;
}

.page-room-detail .room-ref-info-inner {
  width: min(1480px, calc(100% - 80px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 78px;
}

.page-room-detail .room-ref-layered-images {
  grid-row: 1;
  position: relative;
  width: 100%;
  min-height: clamp(540px, 54vw, 790px);
  margin: 0;
}

.page-room-detail .room-ref-info-list {
  grid-row: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 0;
}

.page-room-detail .room-ref-layer-large {
  position: relative;
  z-index: 1;
  width: 82%;
  margin-left: auto;
}

.page-room-detail .room-ref-layer-large img {
  aspect-ratio: 3/2;
  height: auto;
  min-height: 0;
  object-fit: cover;
}

.page-room-detail .room-ref-layer-small {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 8%;
  width: 42%;
  box-shadow: 0 34px 82px rgba(42, 34, 26, 0.18);
}

.page-room-detail .room-ref-layer-small img {
  aspect-ratio: 16/10.5;
  object-fit: cover;
}

@media (max-width: 960px) {
  .page-room-detail .room-ref-info {
    padding-bottom: 112px;
  }

  .page-room-detail .room-ref-info-inner {
    width: 100%;
    gap: 62px;
  }

  .page-room-detail .room-ref-layered-images {
    width: 100vw;
    min-height: auto;
    margin-left: calc(50% - 50vw);
    display: grid;
  }

  .page-room-detail .room-ref-layer-large {
    width: 100%;
    margin-left: 0;
  }

  .page-room-detail .room-ref-layer-large img {
    aspect-ratio: 4/3;
  }

  .page-room-detail .room-ref-layer-small {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(70vw, 520px);
    margin: -14vw 0 0 0;
  }

  .page-room-detail .room-ref-info-list {
    width: calc(100% - 44px);
  }
}

@media (max-width: 640px) {
  .page-room-detail .room-ref-info {
    padding-bottom: 92px;
  }

  .page-room-detail .room-ref-info-inner {
    gap: 48px;
  }

  .page-room-detail .room-ref-layer-large img {
    aspect-ratio: 4/5;
  }

  .page-room-detail .room-ref-layer-small {
    width: 84vw;
    margin-top: -22vw;
    box-shadow: 0 22px 54px rgba(42, 34, 26, 0.18);
  }

  .page-room-detail .room-ref-layer-small img {
    aspect-ratio: 4/3;
  }

  .page-room-detail .room-ref-info-list {
    width: calc(100% - 32px);
  }
}

/* v150: header logo is the persistent home link */
.site-header .logo,
.site-header.is-scrolled .logo,
.site-header.is-page .logo,
body.menu-open .site-header .logo {
  opacity: 0.94 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.site-header .logo {
  min-width: 118px;
}

@media (max-width: 960px) {
  .site-header .logo {
    min-width: 96px;
  }
}

/* v151: rebuilt MODA dining page */
.dining-atelier-page {
  background: #f8f4ec;
  color: #28221d;
}

.dining-atelier-hero .dining-full-hero-image img {
  object-position: center 54%;
  filter: saturate(0.88) brightness(0.82);
}

.dining-atelier-intro {
  width: min(980px, calc(100% - 72px));
  margin: 0 auto;
  padding: 96px 0 84px;
  text-align: center;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-intro h2 {
  margin: 0;
  color: #142f3a;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.dining-atelier-intro p {
  width: min(780px, 100%);
  margin: 34px auto 0;
  color: #58666d;
  font-size: 13px;
  line-height: 2.12;
  letter-spacing: 0.035em;
}

.dining-atelier-flow {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 62px 0 110px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-flow article {
  min-height: 230px;
  padding: 6px 34px 0;
  border-right: 1px solid rgba(70, 58, 47, 0.14);
}

.dining-atelier-flow article:first-child {
  padding-left: 0;
}

.dining-atelier-flow article:last-child {
  padding-right: 0;
  border-right: 0;
}

.dining-atelier-flow span,
.dining-atelier-course-list span {
  color: #9a8369;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dining-atelier-flow h3 {
  margin: 28px 0 22px;
  color: #2a241f;
  font-family: var(--display);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.dining-atelier-flow p {
  margin: 0;
  color: #5d5147;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.045em;
}

.dining-atelier-dinner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding: 116px 0 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 78px;
  align-items: center;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-dinner figure,
.dining-atelier-pair figure,
.dining-atelier-course-list figure,
.dining-atelier-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #e7dfd2;
}

.dining-atelier-dinner img {
  width: 100%;
  aspect-ratio: 1.38/1;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.dining-atelier-dinner-copy h2,
.dining-atelier-course-head h2,
.dining-atelier-pair h2 {
  margin: 0;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(32px, 3.45vw, 52px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.055em;
}

.dining-atelier-dinner-copy p:not(.dining-ref-label),
.dining-atelier-course-head p,
.dining-atelier-pair p:not(.dining-ref-label),
.dining-atelier-cta p {
  margin: 30px 0 0;
  color: #5d5147;
  font-size: 14px;
  line-height: 2.12;
  letter-spacing: 0.045em;
}

.dining-atelier-dinner dl,
.dining-atelier-pair dl {
  margin: 40px 0 0;
  border-top: 1px solid rgba(70, 58, 47, 0.17);
}

.dining-atelier-dinner dl div,
.dining-atelier-pair dl div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}

.dining-atelier-dinner dt,
.dining-atelier-dinner dd,
.dining-atelier-pair dt,
.dining-atelier-pair dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.dining-atelier-dinner dt,
.dining-atelier-pair dt {
  color: #9a8369;
  font-family: var(--display);
  letter-spacing: 0.14em;
}

.dining-atelier-dinner dd,
.dining-atelier-pair dd {
  color: #473e36;
}

.dining-atelier-course {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding: 116px 0 136px;
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1.64fr);
  gap: 58px;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-course-head {
  position: sticky;
  top: 112px;
  align-self: start;
}

.dining-atelier-course-head p:not(.dining-ref-label) {
  width: min(360px, 100%);
}

.dining-atelier-course-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(70, 58, 47, 0.16);
  border-left: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-course-list article {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 0 20px 28px;
  border-right: 1px solid rgba(70, 58, 47, 0.16);
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-course-list figure {
  margin: 0 -20px 28px;
}

.dining-atelier-course-list img {
  width: 100%;
  aspect-ratio: 4/4.65;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98);
}

.dining-atelier-course-list h3 {
  margin: 22px 0 16px;
  color: #2a241f;
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.dining-atelier-course-list p {
  margin: 0;
  color: #62574d;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.035em;
}

.dining-atelier-pair {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 110px 0 118px;
  display: grid;
  gap: 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-pair article {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 70px;
  align-items: center;
  padding: 0 0 86px;
}

.dining-atelier-pair article + article {
  grid-template-columns: minmax(360px, 1.08fr) minmax(0, 0.92fr);
  padding: 86px 0 0;
  border-top: 1px solid rgba(70, 58, 47, 0.14);
}

.dining-atelier-pair article + article figure {
  order: 2;
}

.dining-atelier-pair article + article div {
  order: 1;
}

.dining-atelier-pair img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.dining-atelier-gallery {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 98px 0 116px;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 28px;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.dining-atelier-gallery .is-wide {
  grid-row: span 3;
}

.dining-atelier-gallery img {
  width: 100%;
  aspect-ratio: 4/3.1;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}

.dining-atelier-gallery .is-wide img {
  height: 100%;
  min-height: 650px;
  aspect-ratio: auto;
}

.dining-atelier-gallery figcaption {
  margin-top: 10px;
  color: #7b6a59;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dining-atelier-voice {
  padding: 88px 0 98px;
  text-align: center;
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}

.dining-atelier-voice p {
  width: min(680px, calc(100% - 48px));
  margin: 0 auto;
  color: #142f3a;
  font-family: var(--display);
  font-size: clamp(22px, 2.35vw, 32px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.dining-atelier-cta {
  background:
    linear-gradient(180deg, rgba(25, 22, 18, 0.34), rgba(25, 22, 18, 0.76)),
    url("../images/dining-night.jpg") center/cover no-repeat !important;
}

@media (max-width: 1100px) {
  .dining-atelier-course-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .dining-atelier-intro,
  .dining-atelier-flow,
  .dining-atelier-dinner,
  .dining-atelier-course,
  .dining-atelier-pair,
  .dining-atelier-gallery {
    width: min(100% - 44px, 760px);
  }

  .dining-atelier-flow {
    grid-template-columns: 1fr;
    padding: 54px 0 82px;
  }

  .dining-atelier-flow article,
  .dining-atelier-flow article:first-child,
  .dining-atelier-flow article:last-child {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(70, 58, 47, 0.14);
  }

  .dining-atelier-flow article:last-child {
    border-bottom: 0;
  }

  .dining-atelier-dinner,
  .dining-atelier-course,
  .dining-atelier-pair article,
  .dining-atelier-pair article + article {
    display: block;
  }

  .dining-atelier-dinner,
  .dining-atelier-course,
  .dining-atelier-pair {
    padding: 82px 0 92px;
  }

  .dining-atelier-dinner-copy,
  .dining-atelier-pair article div,
  .dining-atelier-course-head {
    margin-top: 36px;
  }

  .dining-atelier-course-head {
    position: static;
    margin-bottom: 44px;
  }

  .dining-atelier-course-head p:not(.dining-ref-label) {
    width: 100%;
  }

  .dining-atelier-course-list {
    grid-template-columns: 1fr 1fr;
  }

  .dining-atelier-course-list article {
    min-height: auto;
  }

  .dining-atelier-pair article {
    padding: 0 0 70px;
  }

  .dining-atelier-pair article + article {
    padding: 70px 0 0;
  }

  .dining-atelier-pair article + article figure,
  .dining-atelier-pair article + article div {
    order: initial;
  }

  .dining-atelier-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .dining-atelier-gallery .is-wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .dining-atelier-gallery .is-wide img {
    min-height: auto;
    aspect-ratio: 4/2.8;
  }
}

@media (max-width: 640px) {
  .dining-atelier-intro,
  .dining-atelier-flow,
  .dining-atelier-dinner,
  .dining-atelier-course,
  .dining-atelier-pair,
  .dining-atelier-gallery {
    width: calc(100% - 32px);
  }

  .dining-atelier-intro {
    padding: 72px 0 62px;
  }

  .dining-atelier-flow {
    padding: 36px 0 64px;
  }

  .dining-atelier-flow h3 {
    margin: 18px 0 14px;
  }

  .dining-atelier-dinner,
  .dining-atelier-course,
  .dining-atelier-pair {
    padding: 68px 0 76px;
  }

  .dining-atelier-dinner img,
  .dining-atelier-pair img {
    aspect-ratio: 4/3.25;
  }

  .dining-atelier-dinner-copy h2,
  .dining-atelier-course-head h2,
  .dining-atelier-pair h2 {
    font-size: 30px;
  }

  .dining-atelier-dinner dl div,
  .dining-atelier-pair dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .dining-atelier-course-list,
  .dining-atelier-gallery {
    grid-template-columns: 1fr;
  }

  .dining-atelier-course-list article {
    padding: 0 0 34px;
    border-right: 0;
  }

  .dining-atelier-course-list figure {
    margin: 0 0 22px;
  }

  .dining-atelier-course-list img,
  .dining-atelier-gallery .is-wide img,
  .dining-atelier-gallery img {
    aspect-ratio: 4/3.1;
  }

  .dining-atelier-gallery {
    padding: 70px 0 82px;
  }

  .dining-atelier-voice {
    padding: 66px 0 74px;
  }
}

/* v153: make dinner the hero of the dining page */
.dining-atelier-intro {
  padding-bottom: 72px;
}

.dining-atelier-dinner {
  width: min(1540px, calc(100% - 56px));
  padding: 72px 0 142px;
  grid-template-columns: minmax(0, 1.5fr) minmax(400px, 0.62fr);
  gap: 86px;
  align-items: center;
}

.dining-atelier-dinner img {
  aspect-ratio: 16/10.2;
  min-height: 620px;
  object-position: center;
}

.dining-atelier-dinner-copy {
  padding-right: min(4vw, 44px);
}

.dining-atelier-dinner-copy .dining-ref-label {
  margin-bottom: 30px;
}

.dining-atelier-dinner-copy h2 {
  font-size: clamp(40px, 4.6vw, 74px);
  line-height: 1.38;
}

.dining-atelier-dinner-copy p:not(.dining-ref-label) {
  margin-top: 42px;
  font-size: 15px;
  line-height: 2.22;
}

.dining-atelier-dinner dl {
  margin-top: 52px;
}

.dining-atelier-course {
  width: min(1420px, calc(100% - 72px));
  display: block;
  padding: 132px 0 148px;
}

.dining-atelier-course-head {
  position: relative;
  top: auto;
  width: min(680px, 100%);
  margin: 0 0 78px;
}

.dining-atelier-course-head h2 {
  font-size: clamp(38px, 4.2vw, 64px);
}

.dining-atelier-course-head p:not(.dining-ref-label) {
  width: min(620px, 100%);
}

.dining-atelier-course-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 92px 58px;
  border: 0;
}

.dining-atelier-course-list article {
  min-height: auto;
  padding: 0;
  border: 0;
}

.dining-atelier-course-list article:nth-child(even) {
  transform: translateY(94px);
}

.dining-atelier-course-list article:nth-child(5) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 46px;
  align-items: end;
}

.dining-atelier-course-list figure {
  margin: 0 0 24px;
}

.dining-atelier-course-list article:nth-child(5) figure {
  margin: 0;
}

.dining-atelier-course-list img {
  aspect-ratio: 4/3.08;
  transition:
    transform 0.85s ease,
    filter 0.85s ease;
}

.dining-atelier-course-list article:nth-child(5) img {
  aspect-ratio: 16/7.4;
}

.dining-atelier-course-list article:hover img {
  transform: scale(1.025);
  filter: saturate(0.94) contrast(1);
}

.dining-atelier-course-list span {
  display: block;
  margin-top: 0;
}

.dining-atelier-course-list h3 {
  margin: 18px 0 14px;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.38;
}

.dining-atelier-course-list p {
  max-width: 520px;
  font-size: 14px;
  line-height: 2;
}

.dining-atelier-flow {
  padding-top: 84px;
}

@media (max-width: 960px) {
  .dining-atelier-dinner,
  .dining-atelier-course {
    width: min(100% - 44px, 780px);
  }

  .dining-atelier-dinner {
    padding: 74px 0 92px;
  }

  .dining-atelier-dinner img {
    min-height: 0;
    aspect-ratio: 4/3.1;
  }

  .dining-atelier-dinner-copy {
    padding-right: 0;
  }

  .dining-atelier-dinner-copy h2 {
    font-size: clamp(36px, 7vw, 54px);
  }

  .dining-atelier-course {
    padding: 92px 0 112px;
  }

  .dining-atelier-course-head {
    margin-bottom: 52px;
  }

  .dining-atelier-course-list {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .dining-atelier-course-list article:nth-child(even) {
    transform: none;
  }

  .dining-atelier-course-list article:nth-child(5) {
    display: block;
  }

  .dining-atelier-course-list article:nth-child(5) figure {
    margin: 0 0 24px;
  }

  .dining-atelier-course-list article:nth-child(5) img {
    aspect-ratio: 4/3.08;
  }
}

@media (max-width: 640px) {
  .dining-atelier-intro {
    padding-bottom: 52px;
  }

  .dining-atelier-dinner,
  .dining-atelier-course {
    width: calc(100% - 32px);
  }

  .dining-atelier-dinner {
    padding: 56px 0 76px;
  }

  .dining-atelier-dinner-copy h2,
  .dining-atelier-course-head h2 {
    font-size: 34px;
  }

  .dining-atelier-dinner-copy p:not(.dining-ref-label) {
    margin-top: 28px;
    font-size: 14px;
  }

  .dining-atelier-course {
    padding: 74px 0 90px;
  }

  .dining-atelier-course-list h3 {
    font-size: 28px;
  }
}

/* v154: dining page exhibit direction */
.dining-exhibit-page {
  background: #f7f2e9;
  color: #2b2520;
}

.dining-exhibit-hero .dining-full-hero-image img {
  object-position: center 54%;
  filter: saturate(0.88) brightness(0.78);
}

.dining-exhibit-intro {
  width: min(980px, calc(100% - 72px));
  margin: 0 auto;
  padding: 96px 0 84px;
  text-align: center;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-exhibit-intro h2 {
  margin: 0;
  color: #152f3a;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.dining-exhibit-intro p {
  width: min(780px, 100%);
  margin: 34px auto 0;
  color: #5a666b;
  font-size: 13px;
  line-height: 2.12;
  letter-spacing: 0.035em;
}

.dining-due-opening {
  width: min(1500px, calc(100% - 56px));
  margin: 0 auto;
  padding: 92px 0 118px;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: end;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-due-opening-text {
  padding: 0 0 18px min(5vw, 72px);
}

.dining-due-opening-text h2 {
  margin: 24px 0 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(42px, 5.1vw, 78px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.06em;
}

.dining-due-opening-text p:not(.dining-ref-label) {
  width: min(500px, 100%);
  margin: 42px 0 0;
  color: #62564d;
  font-size: 14px;
  line-height: 2.18;
  letter-spacing: 0.04em;
}

.dining-due-opening figure {
  margin: 0;
  overflow: hidden;
}

.dining-due-opening img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10.2;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.dining-due-opening figcaption {
  padding-top: 14px;
  color: #9a8369;
  font-family: var(--display);
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
}

.dining-exhibit-dinner {
  width: min(1540px, calc(100% - 56px));
  margin: 0 auto;
  padding: 106px 0 150px;
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1.08fr) minmax(
      360px,
      0.58fr
    );
  gap: 44px;
  align-items: end;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-exhibit-dinner-title {
  align-self: start;
  padding-top: 10px;
}

.dining-exhibit-dinner-title h2 {
  margin: 14px 0 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(74px, 10vw, 160px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.015em;
}

.dining-exhibit-dinner-title span {
  display: block;
  margin-top: 30px;
  color: #9a8369;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.18em;
}

.dining-exhibit-dinner figure,
.dining-exhibit-course-list figure,
.dining-exhibit-breakfast figure,
.dining-exhibit-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #e4dacb;
}

.dining-exhibit-dinner img,
.dining-exhibit-course-list img,
.dining-exhibit-breakfast img,
.dining-exhibit-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dining-exhibit-dinner img {
  aspect-ratio: 4/4.7;
  filter: saturate(0.9) contrast(0.98);
}

.dining-exhibit-dinner-copy h3 {
  margin: 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(34px, 3.4vw, 58px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.055em;
}

.dining-exhibit-dinner-copy p {
  margin: 34px 0 0;
  color: #5c5148;
  font-size: 14px;
  line-height: 2.16;
  letter-spacing: 0.04em;
}

.dining-exhibit-dinner-copy dl {
  margin: 44px 0 0;
  border-top: 1px solid rgba(72, 60, 48, 0.18);
}

.dining-exhibit-dinner-copy dl div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(72, 60, 48, 0.18);
}

.dining-exhibit-dinner-copy dt,
.dining-exhibit-dinner-copy dd {
  margin: 0;
  color: #5d5147;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.dining-exhibit-dinner-copy dt {
  color: #9a8369;
}

.dining-exhibit-course {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  padding: 132px 0 152px;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-exhibit-course-head {
  width: min(720px, 100%);
  margin: 0 0 88px;
}

.dining-exhibit-course-head h2,
.dining-exhibit-night-flow h2,
.dining-exhibit-breakfast h2,
.dining-exhibit-cta h2 {
  margin: 0;
  color: #28221d;
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.055em;
}

.dining-exhibit-course-head h2 {
  font-size: clamp(38px, 4.2vw, 64px);
}

.dining-exhibit-course-head p:not(.dining-ref-label) {
  width: min(640px, 100%);
  margin: 28px 0 0;
  color: #62564d;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.dining-exhibit-course-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 86px 34px;
}

.dining-exhibit-course-list article {
  display: grid;
  gap: 22px;
}

.dining-exhibit-course-list article.is-large {
  grid-column: 1 / span 7;
}

.dining-exhibit-course-list article:nth-child(2) {
  grid-column: 9 / -1;
  margin-top: 116px;
}

.dining-exhibit-course-list article:nth-child(3) {
  grid-column: 2 / span 4;
}

.dining-exhibit-course-list article.is-wide {
  grid-column: 7 / -1;
  margin-top: 42px;
}

.dining-exhibit-course-list article:nth-child(5) {
  grid-column: 4 / span 6;
}

.dining-exhibit-course-list img {
  aspect-ratio: 4/3.08;
  transition:
    transform 0.85s ease,
    filter 0.85s ease;
}

.dining-exhibit-course-list .is-large img {
  aspect-ratio: 4/4.65;
}

.dining-exhibit-course-list .is-wide img {
  aspect-ratio: 16/8;
}

.dining-exhibit-course-list article:hover img {
  transform: scale(1.025);
  filter: saturate(0.94) contrast(1.01);
}

.dining-exhibit-course-list span,
.dining-exhibit-night-flow span,
.dining-exhibit-gallery figcaption {
  display: block;
  color: #9a8369;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.dining-exhibit-course-list h3,
.dining-exhibit-night-flow h3 {
  margin: 10px 0 10px;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.055em;
}

.dining-exhibit-course-list p,
.dining-exhibit-night-flow p,
.dining-exhibit-breakfast p,
.dining-exhibit-cta p {
  margin: 0;
  color: #62564d;
  font-size: 14px;
  line-height: 2.04;
  letter-spacing: 0.04em;
}

.dining-exhibit-night-flow {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 96px 0 108px;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 44px;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-exhibit-night-flow h2 {
  margin-top: 20px;
  font-size: clamp(32px, 3.4vw, 50px);
}

.dining-exhibit-night-flow article {
  padding-top: 16px;
  border-top: 1px solid rgba(72, 60, 48, 0.18);
}

.dining-exhibit-breakfast {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 110px 0 126px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-exhibit-breakfast img {
  aspect-ratio: 4/3.05;
}

.dining-exhibit-breakfast h2 {
  margin-top: 18px;
  font-size: clamp(30px, 3.2vw, 48px);
}

.dining-exhibit-breakfast p:not(.dining-ref-label) {
  margin-top: 30px;
}

.dining-exhibit-gallery {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  padding: 110px 0 128px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-exhibit-gallery figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.dining-exhibit-gallery img {
  aspect-ratio: 4/5;
}

.dining-exhibit-gallery figure:first-child img {
  height: 100%;
  min-height: 620px;
  aspect-ratio: auto;
}

.dining-exhibit-gallery figcaption {
  padding-top: 12px;
  text-align: center;
  letter-spacing: 0.08em;
}

.dining-exhibit-cta {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .dining-due-opening {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .dining-due-opening-text {
    padding: 0;
  }

  .dining-exhibit-dinner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px 36px;
  }

  .dining-exhibit-dinner-title {
    grid-column: 1 / -1;
  }

  .dining-exhibit-dinner-title h2 {
    font-size: clamp(68px, 15vw, 132px);
  }

  .dining-exhibit-dinner img {
    aspect-ratio: 4/3.6;
  }
}

@media (max-width: 960px) {
  .dining-exhibit-intro,
  .dining-due-opening,
  .dining-exhibit-dinner,
  .dining-exhibit-course,
  .dining-exhibit-night-flow,
  .dining-exhibit-breakfast,
  .dining-exhibit-gallery {
    width: min(100% - 44px, 780px);
  }

  .dining-exhibit-intro {
    padding: 78px 0 68px;
  }

  .dining-due-opening {
    padding: 70px 0 86px;
  }

  .dining-due-opening-text h2 {
    font-size: clamp(36px, 8vw, 58px);
  }

  .dining-due-opening-text p:not(.dining-ref-label) {
    margin-top: 30px;
  }

  .dining-exhibit-dinner {
    padding: 72px 0 96px;
    grid-template-columns: 1fr;
  }

  .dining-exhibit-dinner img,
  .dining-exhibit-course-list .is-large img,
  .dining-exhibit-course-list .is-wide img {
    aspect-ratio: 4/3.1;
  }

  .dining-exhibit-dinner-copy h3 {
    font-size: clamp(34px, 7vw, 52px);
  }

  .dining-exhibit-course {
    padding: 88px 0 104px;
  }

  .dining-exhibit-course-head {
    margin-bottom: 54px;
  }

  .dining-exhibit-course-list {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .dining-exhibit-course-list article,
  .dining-exhibit-course-list article.is-large,
  .dining-exhibit-course-list article:nth-child(2),
  .dining-exhibit-course-list article:nth-child(3),
  .dining-exhibit-course-list article.is-wide,
  .dining-exhibit-course-list article:nth-child(5) {
    grid-column: auto;
    margin-top: 0;
  }

  .dining-exhibit-night-flow,
  .dining-exhibit-breakfast {
    grid-template-columns: 1fr;
  }

  .dining-exhibit-night-flow {
    padding: 78px 0 86px;
    gap: 34px;
  }

  .dining-exhibit-breakfast {
    padding: 86px 0 94px;
    gap: 38px;
  }

  .dining-exhibit-gallery {
    padding: 84px 0 94px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .dining-exhibit-gallery figure:first-child {
    grid-column: 1 / -1;
  }

  .dining-exhibit-gallery figure:first-child img {
    min-height: 0;
    aspect-ratio: 4/3.1;
  }
}

@media (max-width: 640px) {
  .dining-exhibit-intro,
  .dining-due-opening,
  .dining-exhibit-dinner,
  .dining-exhibit-course,
  .dining-exhibit-night-flow,
  .dining-exhibit-breakfast,
  .dining-exhibit-gallery {
    width: calc(100% - 32px);
  }

  .dining-exhibit-intro {
    padding: 64px 0 56px;
  }

  .dining-exhibit-intro p {
    margin-top: 26px;
    font-size: 12.5px;
    line-height: 2;
  }

  .dining-due-opening {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .dining-due-opening-text h2 {
    font-size: 32px;
  }

  .dining-due-opening-text p:not(.dining-ref-label) {
    font-size: 13px;
    line-height: 2;
  }

  .dining-due-opening img {
    aspect-ratio: 4/3.15;
  }

  .dining-exhibit-dinner-title h2 {
    font-size: 64px;
  }

  .dining-exhibit-dinner {
    padding: 58px 0 78px;
  }

  .dining-exhibit-dinner-copy h3,
  .dining-exhibit-course-head h2,
  .dining-exhibit-night-flow h2,
  .dining-exhibit-breakfast h2,
  .dining-exhibit-cta h2 {
    font-size: 30px;
  }

  .dining-exhibit-dinner-copy dl div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 16px 0;
  }

  .dining-exhibit-course {
    padding: 72px 0 84px;
  }

  .dining-exhibit-course-list h3,
  .dining-exhibit-night-flow h3 {
    font-size: 25px;
  }

  .dining-exhibit-night-flow {
    padding: 66px 0 72px;
  }

  .dining-exhibit-breakfast {
    padding: 72px 0 82px;
  }

  .dining-exhibit-gallery {
    padding: 70px 0 82px;
    grid-template-columns: 1fr;
  }
}

/* v156: dinner opening closer to ristorante due mamme course layout */
.dining-due-copy {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 96px 0 108px;
}

.dining-due-copy p {
  margin: 0;
  color: #2a2520;
  font-family: var(--display);
  text-align: center;
  letter-spacing: 0.055em;
}

.dining-due-copy p:first-child {
  font-size: clamp(24px, 2.55vw, 38px);
  line-height: 1.65;
}

.dining-due-copy p:last-child {
  margin-top: 12px;
  color: #8f7b64;
  font-size: clamp(14px, 1.55vw, 24px);
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.dining-due-course {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0 0 164px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 112px;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-due-course-head {
  padding-top: 100px;
}

.dining-due-course-head .dining-due-course-catch {
  margin: 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.055em;
}

.dining-due-course-head h2 {
  margin: 0;
  color: #28221d;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.dining-due-course-head > p:not(.dining-due-course-catch) {
  margin: 14px 0 0;
  color: #8f7b64;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.dining-due-course-head dl {
  width: 240px;
  margin: 58px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(72, 60, 48, 0.18);
}

.dining-due-course-head dl div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(72, 60, 48, 0.14);
}

.dining-due-course-head dt,
.dining-due-course-head dd {
  margin: 0;
  color: #62564d;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.dining-due-course-head dt {
  color: #9a8369;
}

.dining-due-course-list {
  min-width: 0;
}

.dining-due-course-list article {
  position: relative;
  padding-top: 108px;
}

.dining-due-dish-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 16px;
}

.dining-due-dish-head p {
  margin: 0;
  color: #2a2520;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.dining-due-dish-head h3 {
  margin: 0;
  color: #2a2520;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: right;
}

.dining-due-course-list figure {
  margin: 0;
  overflow: hidden;
  background: #e4dacb;
}

.dining-due-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.992);
  filter: blur(10px);
  transition:
    opacity 1.05s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 1.05s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--dining-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

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

.dining-due-course-list img {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.72;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.dining-due-course-list article:nth-child(5) img {
  object-position: center 58%;
}

.dining-due-photo-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 108px;
  padding: 34px 0 18px;
  border-top: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-due-photo-strip-head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 10px;
}

.dining-due-photo-strip-head p {
  margin: 0;
  color: #2a2520;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.dining-due-photo-strip-head h3 {
  margin: 0;
  color: #2a2520;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: right;
}

.dining-due-photo-strip figure {
  margin: 0;
  overflow: hidden;
  background: #e4dacb;
}

.dining-due-photo-strip figure:first-of-type {
  grid-column: 1 / -1;
}

.dining-due-photo-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.4;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.dining-due-photo-strip figure:not(:first-of-type) img {
  aspect-ratio: 4/3.15;
}

@media (prefers-reduced-motion: reduce) {
  .dining-due-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .dining-due-course {
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 54px;
  }

  .dining-due-course-head dl {
    width: 210px;
  }
}

@media (max-width: 840px) {
  .dining-due-copy,
  .dining-due-course {
    width: calc(100% - 40px);
  }

  .dining-due-copy {
    padding: 76px 0 82px;
  }

  .dining-due-course {
    display: block;
    padding-bottom: 104px;
  }

  .dining-due-course-head {
    padding-top: 0;
    margin-bottom: 4px;
  }

  .dining-due-course-head dl {
    width: 100%;
    margin-top: 32px;
  }

  .dining-due-course-list article {
    padding-top: 66px;
  }

  .dining-due-dish-head {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .dining-due-dish-head h3,
  .dining-due-photo-strip-head h3 {
    text-align: left;
    font-size: 17px;
  }

  .dining-due-photo-strip-head {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 640px) {
  .dining-due-copy,
  .dining-due-course {
    width: calc(100% - 32px);
  }

  .dining-due-copy {
    padding: 62px 0 66px;
  }

  .dining-due-copy p:first-child {
    font-size: 23px;
  }

  .dining-due-copy p:last-child {
    font-size: 14px;
  }

  .dining-due-course {
    padding-bottom: 82px;
  }

  .dining-due-course-list article {
    padding-top: 54px;
  }

  .dining-due-course-list img {
    aspect-ratio: 4/2.75;
  }

  .dining-due-photo-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 58px;
    padding-top: 28px;
  }

  .dining-due-photo-strip img,
  .dining-due-photo-strip figure:not(:first-child) img {
    aspect-ratio: 4/3;
  }
}

/* v158: turn lower dining content into visual stay sequence */
.dining-stay-sequence {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 124px 0 150px;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-stay-sequence-copy {
  width: min(720px, 100%);
  margin: 0 0 74px;
}

.dining-stay-sequence-copy h2 {
  margin: 22px 0 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.055em;
}

.dining-stay-sequence-copy p:not(.dining-ref-label) {
  width: min(620px, 100%);
  margin: 32px 0 0;
  color: #62564d;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.dining-stay-sequence-list {
  display: grid;
  gap: 112px;
}

.dining-stay-sequence-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 52px;
  align-items: end;
}

.dining-stay-sequence-list article:nth-child(even) {
  grid-template-columns: 330px minmax(0, 1fr);
}

.dining-stay-sequence-list article:nth-child(even) figure {
  order: 2;
}

.dining-stay-sequence-list article:nth-child(even) div {
  order: 1;
}

.dining-stay-sequence-list figure {
  margin: 0;
  overflow: hidden;
  background: #e4dacb;
}

.dining-stay-sequence-list img {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.7;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.dining-stay-sequence-list article:first-child img {
  object-position: center 55%;
}

.dining-stay-sequence-list article:last-child img {
  object-position: center 52%;
}

.dining-stay-sequence-list span {
  display: block;
  color: #9a8369;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.dining-stay-sequence-list h3 {
  margin: 18px 0 18px;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(20px, 1.85vw, 28px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.055em;
}

.dining-stay-sequence-list p {
  margin: 0;
  color: #62564d;
  font-size: 14px;
  line-height: 2.02;
  letter-spacing: 0.04em;
}

.dining-morning-section {
  width: min(1200px, calc(100% - 80px));
  padding: 128px 0 134px;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 78px;
}

.dining-breakfast-slider {
  position: relative;
  overflow: hidden;
  background: #e4dacb;
}

.dining-breakfast-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition:
    opacity 1.05s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 1.05s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.012);
}

.dining-breakfast-slide.is-active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.dining-breakfast-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/8.9;
  object-fit: cover;
}

.dining-breakfast-slider-ui {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 20px;
  display: grid;
  grid-template-columns: auto 52px auto;
  gap: 14px;
  align-items: center;
  color: #fff;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.dining-breakfast-slider-ui i {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.dining-morning-section img {
  aspect-ratio: 16/8.9;
}

.dining-morning-section h2 {
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.62;
}

.dining-exhibit-page .dining-reserve-inner h2 {
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.62;
  letter-spacing: 0.075em;
}

.dining-venue-section {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 126px 0 148px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
  border-bottom: 1px solid rgba(72, 60, 48, 0.16);
}

.dining-venue-copy {
  position: sticky;
  top: 112px;
  padding-top: 10px;
}

.dining-venue-copy h2 {
  margin: 22px 0 0;
  color: #28221d;
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.055em;
}

.dining-venue-copy p:not(.dining-ref-label) {
  margin: 30px 0 0;
  color: #62564d;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.dining-venue-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.dining-venue-visuals figure {
  margin: 0;
  overflow: hidden;
  background: #e4dacb;
}

.dining-venue-visuals .is-main,
.dining-venue-visuals .is-wide {
  grid-column: 1 / -1;
}

.dining-venue-visuals img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/8.7;
  filter: saturate(0.9) contrast(0.98);
}

.dining-venue-visuals figure:not(.is-main):not(.is-wide):not(.is-portrait) img {
  aspect-ratio: 4/3.25;
}

.dining-venue-visuals .is-portrait img {
  aspect-ratio: 3/4.15;
  object-position: center 42%;
}

.dining-venue-visuals .is-wide img {
  aspect-ratio: 16/7.4;
}

.dining-exhibit-gallery {
  width: min(1200px, calc(100% - 80px));
  padding-top: 126px;
}

@media (max-width: 960px) {
  .dining-stay-sequence,
  .dining-morning-section,
  .dining-venue-section {
    width: min(100% - 44px, 780px);
  }

  .dining-stay-sequence {
    padding: 86px 0 104px;
  }

  .dining-stay-sequence-copy {
    margin-bottom: 56px;
  }

  .dining-stay-sequence-list {
    gap: 68px;
  }

  .dining-stay-sequence-list article,
  .dining-stay-sequence-list article:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dining-stay-sequence-list article:nth-child(even) figure,
  .dining-stay-sequence-list article:nth-child(even) div {
    order: initial;
  }

  .dining-stay-sequence-list img,
  .dining-morning-section img,
  .dining-breakfast-slide img {
    aspect-ratio: 4/2.9;
  }

  .dining-morning-section {
    padding: 86px 0 94px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dining-venue-section {
    padding: 86px 0 104px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dining-venue-copy {
    position: relative;
    top: auto;
    padding-top: 0;
  }

  .dining-venue-visuals {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .dining-stay-sequence,
  .dining-morning-section,
  .dining-venue-section {
    width: calc(100% - 32px);
  }

  .dining-stay-sequence {
    padding: 72px 0 82px;
  }

  .dining-stay-sequence-copy h2,
  .dining-morning-section h2,
  .dining-venue-copy h2 {
    font-size: 28px;
  }

  .dining-stay-sequence-copy p:not(.dining-ref-label),
  .dining-stay-sequence-list p {
    font-size: 13px;
    line-height: 1.95;
  }

  .dining-stay-sequence-list {
    gap: 58px;
  }

  .dining-stay-sequence-list h3 {
    font-size: 22px;
  }

  .dining-stay-sequence-list img,
  .dining-morning-section img,
  .dining-breakfast-slide img,
  .dining-venue-visuals img,
  .dining-venue-visuals figure:not(.is-main) img,
  .dining-venue-visuals .is-portrait img,
  .dining-venue-visuals .is-wide img {
    aspect-ratio: 4/3;
  }

  .dining-venue-section {
    padding: 72px 0 86px;
  }

  .dining-venue-visuals {
    grid-template-columns: 1fr;
  }

  .dining-breakfast-slider-ui {
    left: 16px;
    bottom: 14px;
    grid-template-columns: auto 40px auto;
  }
}

/* v179 final: all lower-page intro text directly below FV uses one rule */
.lower-common-intro {
  box-sizing: border-box !important;
  width: min(1040px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  padding: 104px 0 108px !important;
  display: block !important;
  text-align: center !important;
  border: 0 !important;
  background: transparent !important;
}

.lower-common-intro:before,
.lower-common-intro:after,
.lower-common-intro .dorokyo-guide-typo {
  display: none !important;
}

.lower-common-intro > div,
.lower-common-intro .dorokyo-guide-copy {
  width: min(820px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  text-align: center !important;
}

.lower-common-intro .section-label {
  margin: 0 0 22px !important;
  color: #8c7862 !important;
  font-family: var(--display) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.18em !important;
  text-align: center !important;
}

.lower-common-intro h2 {
  width: min(760px, 100%) !important;
  margin: 0 auto !important;
  color: #2b2722 !important;
  font-family: var(--display) !important;
  font-size: clamp(26px, 2.8vw, 40px) !important;
  font-weight: 600 !important;
  line-height: 1.72 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

.lower-common-intro p:not(.section-label) {
  width: min(860px, 100%) !important;
  margin: 30px auto 0 !important;
  color: #4b433b !important;
  font-size: 15px !important;
  line-height: 2.24 !important;
  letter-spacing: 0.06em !important;
  text-align: center !important;
}

.lower-common-intro p:not(.section-label) + p:not(.section-label) {
  margin-top: 18px !important;
}

@media (max-width: 960px) {
  .lower-common-intro {
    width: calc(100% - 40px) !important;
    padding: 86px 0 90px !important;
  }
}

@media (max-width: 640px) {
  .lower-common-intro {
    width: calc(100% - 32px) !important;
    padding: 72px 0 76px !important;
    text-align: left !important;
  }

  .lower-common-intro > div,
  .lower-common-intro .dorokyo-guide-copy {
    text-align: left !important;
  }

  .lower-common-intro .section-label,
  .lower-common-intro h2,
  .lower-common-intro p:not(.section-label) {
    text-align: left !important;
  }

  .lower-common-intro h2 {
    font-size: 26px !important;
    line-height: 1.62 !important;
  }

  .lower-common-intro p:not(.section-label) {
    margin-top: 24px !important;
    font-size: 13px !important;
    line-height: 2 !important;
  }
}

/* v179 final specificity lock for shared lower intro */
.lower-common-intro.lower-common-intro h2 {
  font-size: clamp(26px, 2.8vw, 40px) !important;
  line-height: 1.72 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}
.lower-common-intro.lower-common-intro p:not(.section-label) {
  font-size: 15px !important;
  line-height: 2.24 !important;
  text-align: center !important;
}
@media (max-width: 640px) {
  .lower-common-intro.lower-common-intro h2 {
    font-size: 26px !important;
    line-height: 1.62 !important;
    text-align: left !important;
  }
  .lower-common-intro.lower-common-intro p:not(.section-label) {
    font-size: 13px !important;
    line-height: 2 !important;
    text-align: left !important;
  }
}

/* v180: shared FV-under intro typography lock */
.lower-common-intro.lower-common-intro {
  max-width: 1120px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.lower-common-intro.lower-common-intro > div,
.lower-common-intro.lower-common-intro .dorokyo-guide-copy {
  text-align: center !important;
}

.lower-common-intro.lower-common-intro .section-label {
  font-size: 12px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.18em !important;
  text-align: center !important;
}

.lower-common-intro.lower-common-intro h2 {
  font-size: clamp(24px, 2.05vw, 30px) !important;
  line-height: 1.72 !important;
  letter-spacing: 0.08em !important;
  color: #2b2722 !important;
  text-align: center !important;
}

.lower-common-intro.lower-common-intro p:not(.section-label) {
  max-width: 920px !important;
  margin-inline: auto !important;
  color: #4b433b !important;
  font-size: 15px !important;
  line-height: 2.18 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .lower-common-intro.lower-common-intro {
    width: calc(100% - 32px) !important;
    padding: 72px 0 76px !important;
    text-align: center !important;
  }

  .lower-common-intro.lower-common-intro > div,
  .lower-common-intro.lower-common-intro .dorokyo-guide-copy,
  .lower-common-intro.lower-common-intro .section-label,
  .lower-common-intro.lower-common-intro h2,
  .lower-common-intro.lower-common-intro p:not(.section-label) {
    text-align: center !important;
  }

  .lower-common-intro.lower-common-intro h2 {
    font-size: 24px !important;
    line-height: 1.68 !important;
  }

  .lower-common-intro.lower-common-intro p:not(.section-label) {
    margin-top: 22px !important;
    font-size: 13px !important;
    line-height: 2 !important;
  }
}

/* v182: Lounge actual-scene gallery expansion */
.page-lounge .lounge-ref-grid figure:nth-child(5) img,
.page-lounge .lounge-ref-grid figure:nth-child(6) img {
  aspect-ratio: 4/3.35;
}

.page-lounge .lounge-ref-grid figure:nth-child(5) {
  margin-top: -34px;
}

.page-lounge .lounge-ref-grid figure:nth-child(6) {
  margin-top: 36px;
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-grid figure:nth-child(5),
  .page-lounge .lounge-ref-grid figure:nth-child(6) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-grid figure:nth-child(5) img,
  .page-lounge .lounge-ref-grid figure:nth-child(6) img {
    aspect-ratio: 4/3.15;
  }
}

/* v183: header logo is visible from the first view */
.site-header .moda-logo-header,
.site-header.is-page .moda-logo-header,
.site-header.is-scrolled .moda-logo-header,
body.menu-open .site-header .moda-logo-header {
  filter: brightness(0) saturate(0) !important;
  opacity: 0.84 !important;
}

/* v186: Lounge gallery density and fire crop */
.page-lounge .lounge-ref-grid figure:nth-child(4) img {
  object-position: center 78% !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(7) {
  grid-column: 1 / 3;
  margin-top: 14px;
}

.page-lounge .lounge-ref-grid figure:nth-child(7) img {
  aspect-ratio: 16/6.8;
  object-position: center 54%;
}

.page-lounge .lounge-ref-grid figure:nth-child(8) {
  margin-top: 86px;
}

.page-lounge .lounge-ref-grid figure:nth-child(8) img,
.page-lounge .lounge-ref-grid figure:nth-child(9) img {
  aspect-ratio: 4/3.35;
}

.page-lounge .lounge-ref-grid figure:nth-child(10) {
  grid-column: 2 / 4;
  margin-top: -28px;
}

.page-lounge .lounge-ref-grid figure:nth-child(10) img {
  aspect-ratio: 16/6.4;
  object-position: center 46%;
}

.page-lounge .lounge-ref-grid figure:nth-child(11) {
  margin-top: 44px;
}

.page-lounge .lounge-ref-grid figure:nth-child(11) img {
  aspect-ratio: 4/3.25;
  object-position: center 44%;
}

.page-lounge .lounge-ref-grid figure:nth-child(12) {
  grid-column: 1 / 3;
}

.page-lounge .lounge-ref-grid figure:nth-child(12) img {
  aspect-ratio: 16/6.6;
  object-position: center 50%;
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-grid figure:nth-child(7),
  .page-lounge .lounge-ref-grid figure:nth-child(10),
  .page-lounge .lounge-ref-grid figure:nth-child(12) {
    grid-column: auto;
  }

  .page-lounge .lounge-ref-grid figure:nth-child(7),
  .page-lounge .lounge-ref-grid figure:nth-child(8),
  .page-lounge .lounge-ref-grid figure:nth-child(10),
  .page-lounge .lounge-ref-grid figure:nth-child(11),
  .page-lounge .lounge-ref-grid figure:nth-child(12) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-grid figure:nth-child(7) img,
  .page-lounge .lounge-ref-grid figure:nth-child(8) img,
  .page-lounge .lounge-ref-grid figure:nth-child(9) img,
  .page-lounge .lounge-ref-grid figure:nth-child(10) img,
  .page-lounge .lounge-ref-grid figure:nth-child(11) img,
  .page-lounge .lounge-ref-grid figure:nth-child(12) img {
    aspect-ratio: 4/3.15;
  }
}

/* v189: Simple access layout */
.moda-simple-access {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 112px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: start;
  border-bottom: 1px solid rgba(55, 47, 39, 0.18);
}

.moda-simple-access-head {
  border-top: 1px solid rgba(55, 47, 39, 0.2);
  padding-top: 42px;
}

.moda-simple-access-head h2 {
  margin: 24px 0 24px;
  font-family: var(--display);
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #2b2722;
}

.moda-simple-access-head p:not(.section-label) {
  margin: 0;
  color: #665d53;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.moda-simple-access-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.moda-simple-access-actions a {
  min-width: 148px;
  padding: 15px 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(55, 47, 39, 0.32);
  color: #332d27;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.moda-simple-access-map {
  width: 100%;
  aspect-ratio: 16/9.6;
  overflow: hidden;
  background: #e2ded5;
}

.moda-simple-access-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.78) contrast(0.96);
}

.moda-access-list {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 86px 0 92px;
}

.moda-access-list article {
  display: grid;
  grid-template-columns: 170px minmax(210px, 0.42fr) 1fr;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid rgba(55, 47, 39, 0.18);
}

.moda-access-list article:last-child {
  border-bottom: 1px solid rgba(55, 47, 39, 0.18);
}

.moda-access-list span {
  color: #9a8269;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.moda-access-list h3 {
  margin: 0;
  color: #2c2722;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.moda-access-list p {
  margin: 0;
  color: #655d54;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.moda-access-note {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 116px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(55, 47, 39, 0.18);
}

.moda-access-note p {
  max-width: 760px;
  margin: 0;
  color: #766c62;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (max-width: 960px) {
  .moda-simple-access,
  .moda-access-list,
  .moda-access-note {
    width: calc(100% - 40px);
  }

  .moda-simple-access {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 82px;
  }

  .moda-access-list article {
    grid-template-columns: 140px 1fr;
  }

  .moda-access-list p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .moda-simple-access,
  .moda-access-list,
  .moda-access-note {
    width: calc(100% - 32px);
  }

  .moda-simple-access {
    padding-bottom: 64px;
  }

  .moda-simple-access-head {
    padding-top: 32px;
  }

  .moda-simple-access-head h2 {
    font-size: 24px;
  }

  .moda-simple-access-actions a {
    width: 100%;
  }

  .moda-simple-access-map {
    aspect-ratio: 1/1.12;
  }

  .moda-access-list {
    padding: 62px 0 70px;
  }

  .moda-access-list article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .moda-access-list p {
    grid-column: auto;
    font-size: 13px;
  }

  .moda-access-note {
    margin-bottom: 86px;
  }
}

/* v192: subtle motion pieces in lounge gallery */
.page-lounge .lounge-ref-grid video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.92);
}

.page-lounge .lounge-ref-motion video {
  aspect-ratio: 4/3.35;
}

.page-lounge .lounge-ref-grid figure:nth-child(6) video {
  aspect-ratio: 4/3.35;
}

.page-lounge .lounge-ref-grid figure:nth-child(9) video {
  aspect-ratio: 4/3.25;
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-motion video,
  .page-lounge .lounge-ref-grid figure:nth-child(6) video,
  .page-lounge .lounge-ref-grid figure:nth-child(9) video {
    aspect-ratio: 4/3.15;
  }
}

/* v193: lounge more navigation with moving line */
.page-lounge .lounge-ref-time-copy a {
  position: relative;
  min-width: 210px;
  min-height: 50px;
  margin-top: 42px;
  padding: 0 76px 0 24px;
  gap: 0;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(111, 94, 74, 0.34);
  border-radius: 999px;
  background: rgba(247, 243, 236, 0.24);
  transition:
    color 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease,
    transform 0.28s ease;
}

.page-lounge .lounge-ref-time-copy a:before,
.page-lounge .lounge-ref-time-copy a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 42px;
  height: 1px;
  background: currentColor;
  pointer-events: none;
}

.page-lounge .lounge-ref-time-copy a:before {
  opacity: 0.36;
  transform: translateY(-50%);
}

.page-lounge .lounge-ref-time-copy a:after {
  opacity: 0.95;
  transform: translate(-54px, -50%) scaleX(0);
  transform-origin: left center;
}

.page-lounge .lounge-ref-time-copy a:hover,
.page-lounge .lounge-ref-time-copy a:focus-visible {
  color: #3c3329;
  border-color: rgba(111, 94, 74, 0.58);
  background: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.page-lounge .lounge-ref-time-copy a:hover:after,
.page-lounge .lounge-ref-time-copy a:focus-visible:after {
  animation: modaMoreLineMove 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-lounge .lounge-ref-time-copy a:focus-visible {
  outline: 2px solid rgba(111, 94, 74, 0.28);
  outline-offset: 4px;
}

@keyframes modaMoreLineMove {
  0% {
    transform: translate(-54px, -50%) scaleX(0);
  }
  46% {
    transform: translate(-24px, -50%) scaleX(1);
  }
  100% {
    transform: translate(0, -50%) scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-lounge .lounge-ref-time-copy a,
  .page-lounge .lounge-ref-time-copy a:hover,
  .page-lounge .lounge-ref-time-copy a:focus-visible {
    transition: none;
    transform: none;
  }

  .page-lounge .lounge-ref-time-copy a:hover:after,
  .page-lounge .lounge-ref-time-copy a:focus-visible:after {
    animation: none;
    transform: translate(0, -50%) scaleX(1);
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-time-copy a {
    min-width: 190px;
    min-height: 48px;
    padding-right: 68px;
  }

  .page-lounge .lounge-ref-time-copy a:before,
  .page-lounge .lounge-ref-time-copy a:after {
    right: 22px;
    width: 36px;
  }
}

/* v194: remove unintended hairlines over lower-page hero images */
.site-header.is-page {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.lower-fullscreen-hero,
.dining-full-hero,
.rooms-hover-hero,
.rooms-index-hero,
.rooms-finished-hero,
.faq-hero,
.page-room-detail .room-detail-hero-slider {
  border: 0 !important;
  box-shadow: none !important;
}

.lower-fullscreen-hero:before,
.lower-fullscreen-hero:after,
.dining-full-hero:before,
.dining-full-hero:after,
.rooms-hover-hero:before,
.rooms-hover-hero:after,
.rooms-index-hero:before,
.rooms-index-hero:after,
.rooms-finished-hero:before,
.rooms-finished-hero:after,
.faq-hero:before,
.faq-hero:after,
.page-room-detail .room-detail-hero-slider:before,
.page-room-detail .room-detail-hero-slider:after {
  content: none !important;
  display: none !important;
}

.lower-fullscreen-hero-image,
.lower-fullscreen-hero-image img,
.dining-full-hero-image,
.dining-full-hero-image img,
.faq-hero figure,
.faq-hero figure img {
  border: 0 !important;
  box-shadow: none !important;
}

.lower-full-localnav,
.dining-full-localnav {
  border: 0 !important;
  box-shadow: none !important;
}

/* v195: access address text follows the normal lower-page scale */
.page-access .moda-simple-access-head h2 {
  margin: 20px 0 12px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.page-access .moda-simple-access-head p:not(.section-label) {
  font-size: 14px;
  line-height: 1.9;
}

/* v196: photo guide for car access */
.moda-access-drive {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 92px;
  border-bottom: 1px solid rgba(55, 47, 39, 0.18);
}

.moda-access-drive-head {
  max-width: 720px;
  padding-top: 42px;
  border-top: 1px solid rgba(55, 47, 39, 0.2);
}

.moda-access-drive-head h2 {
  margin: 18px 0 16px;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.moda-access-drive-head p:not(.section-label) {
  margin: 0;
  color: #665d53;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.moda-access-drive-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  margin-top: 40px;
}

.moda-access-drive-steps article {
  position: relative;
}

.moda-access-drive-steps article:not(:last-child):after {
  content: "";
  position: absolute;
  top: clamp(82px, 8vw, 116px);
  right: -39px;
  width: 24px;
  height: 1px;
  background: rgba(55, 47, 39, 0.38);
  transform: rotate(32deg);
  transform-origin: right center;
}

.moda-access-drive-steps figure {
  margin: 0;
  overflow: hidden;
  background: #ddd7ce;
}

.moda-access-drive-steps img {
  aspect-ratio: 1.42/1;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.moda-access-drive-steps p {
  margin: 18px 0 0;
  color: #655d54;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (max-width: 960px) {
  .moda-access-drive {
    width: calc(100% - 40px);
    padding-bottom: 76px;
  }

  .moda-access-drive-steps {
    gap: 28px;
  }

  .moda-access-drive-steps article:not(:last-child):after {
    display: none;
  }
}

@media (max-width: 640px) {
  .moda-access-drive {
    width: calc(100% - 32px);
    padding-bottom: 64px;
  }

  .moda-access-drive-head {
    padding-top: 32px;
  }

  .moda-access-drive-head h2 {
    font-size: 22px;
  }

  .moda-access-drive-steps {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 30px;
  }

  .moda-access-drive-steps p {
    font-size: 13px;
  }
}

/* v197: lounge intro text color aligned to the shared dark brown rule */
.page-lounge .lounge-ref-lead .section-label {
  color: #7b6b59 !important;
}

.page-lounge .lounge-ref-lead h2 {
  color: #2b2722 !important;
}

.page-lounge .lounge-ref-lead p:not(.section-label) {
  color: #4b433b !important;
}

/* v199: lounge scene layout with a small motion accent and no repeated-looking hero image */
.page-lounge .lounge-ref-grid {
  grid-template-columns: 1.08fr 0.74fr 1.02fr;
  gap: 24px;
}

.page-lounge .lounge-ref-grid figure:nth-child(1) {
  grid-row: span 2;
}

.page-lounge .lounge-ref-grid figure:nth-child(1) img {
  aspect-ratio: 4/5.7;
  object-position: center 52%;
}

.page-lounge .lounge-ref-grid figure:nth-child(6) {
  margin-top: 28px;
}

.page-lounge .lounge-ref-grid figure:nth-child(6) img {
  aspect-ratio: 4/3.25;
}

.page-lounge .lounge-ref-grid figure:nth-child(10) {
  grid-column: auto;
  width: min(68%, 260px);
  justify-self: center;
  margin: -10px 0 0;
}

.page-lounge .lounge-ref-grid figure:nth-child(10) video {
  aspect-ratio: 3/4;
}

.page-lounge .lounge-ref-grid figure:nth-child(10):after {
  background: linear-gradient(
    180deg,
    rgba(20, 17, 14, 0),
    rgba(20, 17, 14, 0.28)
  );
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-lounge .lounge-ref-grid figure:nth-child(1),
  .page-lounge .lounge-ref-grid figure:nth-child(4),
  .page-lounge .lounge-ref-grid figure:nth-child(7),
  .page-lounge .lounge-ref-grid figure:nth-child(12) {
    grid-column: auto;
    grid-row: auto;
  }

  .page-lounge .lounge-ref-grid figure:nth-child(10) {
    width: 72%;
    justify-self: start;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-lounge .lounge-ref-grid figure:nth-child(1) img,
  .page-lounge .lounge-ref-grid figure:nth-child(6) img {
    aspect-ratio: 4/3.15;
  }

  .page-lounge .lounge-ref-grid figure:nth-child(10) {
    width: 64%;
    justify-self: end;
  }
}

/* v201: add lounge shelf/sofa portraits without repeating the same wall detail */
.page-lounge .lounge-ref-grid .lounge-ref-portrait img {
  aspect-ratio: 4/5.35;
  object-fit: cover;
  object-position: center;
}

.page-lounge .lounge-ref-grid .lounge-ref-portrait:nth-last-child(2) {
  margin-top: 34px;
}

.page-lounge .lounge-ref-grid .lounge-ref-portrait:nth-last-child(1) {
  margin-top: -18px;
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-grid .lounge-ref-portrait:nth-last-child(n) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-grid .lounge-ref-portrait img {
    aspect-ratio: 4/4.8;
  }
}

/* v207: Lounge speed pass */
.page-lounge .lounge-ref-grid .lounge-ref-still img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-grid .lounge-ref-still {
    width: 64%;
    justify-self: end;
  }
}

/* v202 room detail amenity photos */
.soso-amenity-photo-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 64px;
  margin-top: 54px;
}
.soso-amenity-photo-list article {
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(133, 113, 92, 0.18);
}
.soso-amenity-photo-list figure {
  margin: 0 0 22px;
  overflow: hidden;
  background: #211d19;
}
.soso-amenity-photo-list img {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.75;
  object-fit: cover;
  object-position: center;
  transition: transform 0.9s ease;
}
.soso-amenity-photo-list article:hover img {
  transform: scale(1.035);
}
.soso-amenity-photo-list .soso-amenity-wide {
  grid-column: auto;
}
.soso-amenity-photo-list .soso-amenity-wide img {
  aspect-ratio: 4/2.75;
  object-position: center 52%;
}
.soso-amenity-copy {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 24px;
  align-items: start;
}
.soso-amenity-copy h3 {
  margin: 4px 0 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.soso-amenity-copy p {
  margin: 0;
  color: #2b2621;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.soso-amenity-copy small {
  grid-column: 2;
  display: block;
  margin-top: -12px;
  color: #5b5148;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.soso-amenity-equipment {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.soso-amenity-equipment h3 {
  margin: 0;
  color: #8c7862;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.soso-amenity-equipment dl {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 42px;
}
.soso-amenity-equipment div {
  padding: 18px 0;
  border-top: 1px solid rgba(133, 113, 92, 0.18);
}
.soso-amenity-equipment dt {
  margin: 0 0 8px;
  color: #8c7862;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.soso-amenity-equipment dd {
  margin: 0;
  color: #4f463d;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  .soso-amenity-photo-list {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .soso-amenity-equipment dl {
    grid-template-columns: 1fr;
  }
  .soso-amenity-photo-list .soso-amenity-wide {
    grid-column: auto;
  }
  .soso-amenity-photo-list .soso-amenity-wide img {
    aspect-ratio: 4/2.75;
  }
}
@media (max-width: 640px) {
  .soso-amenity-photo-list {
    margin-top: 40px;
  }
  .soso-amenity-photo-list img {
    aspect-ratio: 4/3.2;
  }
  .soso-amenity-copy {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .soso-amenity-copy small {
    grid-column: auto;
    margin-top: 0;
  }
  .soso-amenity-equipment {
    margin-top: 44px;
  }
}

/* v206: dining test design - quiet meal journey */
.dining-test-page {
  background: #f7f2e9;
  color: #29231e;
}
.dining-test-page .dining-exhibit-hero .dining-full-hero-image img {
  object-position: center 58%;
  filter: saturate(0.86) brightness(0.72);
}
.dining-test-page .dining-full-hero-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(24, 20, 17, 0.18),
      rgba(24, 20, 17, 0.2) 42%,
      rgba(24, 20, 17, 0.74)
    ),
    linear-gradient(
      90deg,
      rgba(24, 20, 17, 0.46),
      rgba(24, 20, 17, 0.08) 52%,
      rgba(24, 20, 17, 0.2)
    );
}
.dining-test-page .dining-full-hero-copy h1 {
  letter-spacing: 0.08em !important;
}
.dining-test-page .dining-full-hero-copy p:last-child {
  letter-spacing: 0.18em !important;
}
.dining-test-page .dining-exhibit-intro {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 86px;
  text-align: center;
  border-bottom: 1px solid rgba(91, 76, 61, 0.16);
}
.dining-test-page .dining-exhibit-intro h2 {
  margin: 0 0 26px;
  color: #142f3a;
  font-family: var(--display);
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.8 !important;
  letter-spacing: 0.02em;
}
.dining-test-page .dining-exhibit-intro p {
  margin: 0 auto;
  max-width: 680px;
  color: #58666d;
  font-size: 14px !important;
  line-height: 2.18 !important;
  letter-spacing: 0.025em;
}
.dining-test-page .dining-due-course {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
  padding: 112px 0 122px;
  border-top: 0;
}
.dining-test-page .dining-due-course-head {
  position: relative;
  min-height: 56vh;
  display: grid;
  align-items: end;
  margin-bottom: 86px;
  padding: 0 0 48px 46%;
}
.dining-test-page .dining-due-course-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background: url("../images/dinner-moda-opening.jpg") center/cover no-repeat;
}
.dining-test-page .dining-due-course-head:after {
  content: "dinner";
  position: absolute;
  left: calc(58% + 34px);
  top: 34px;
  color: #a28c72;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.24em;
}
.dining-test-page .dining-due-course-head .dining-due-course-catch {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  color: #29231e;
  font-size: clamp(30px, 3.4vw, 52px) !important;
  font-weight: 500;
  line-height: 1.62 !important;
  letter-spacing: 0.08em;
}
.dining-test-page .dining-due-course-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 80px 28px;
}
.dining-test-page .dining-due-course-list article,
.dining-test-page .dining-due-photo-strip {
  grid-column: span 6;
}
.dining-test-page .dining-due-course-list article:nth-of-type(1) {
  grid-column: 2 / span 5;
}
.dining-test-page .dining-due-course-list article:nth-of-type(2) {
  grid-column: 8 / span 4;
  margin-top: 110px;
}
.dining-test-page .dining-due-photo-strip {
  grid-column: 1 / -1;
  margin: 12px 0 18px;
}
.dining-test-page .dining-due-course-list article:nth-of-type(3) {
  grid-column: 1 / span 5;
}
.dining-test-page .dining-due-course-list article:nth-of-type(4) {
  grid-column: 7 / span 6;
  margin-top: 92px;
}
.dining-test-page .dining-due-course-list article:nth-of-type(5) {
  grid-column: 2 / span 4;
}
.dining-test-page .dining-due-course-list article:nth-of-type(6) {
  grid-column: 8 / span 4;
  margin-top: -34px;
}
.dining-test-page .dining-due-dish-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.dining-test-page .dining-due-dish-head p,
.dining-test-page .dining-due-photo-strip-head p {
  margin: 0;
  color: #9a8268;
  font-family: var(--display);
  font-size: 12px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.16em;
}
.dining-test-page .dining-due-dish-head h3,
.dining-test-page .dining-due-photo-strip-head h3 {
  margin: 0;
  color: #302922;
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 24px) !important;
  font-weight: 500;
  line-height: 1.55 !important;
  letter-spacing: 0.055em;
  text-align: right;
}
.dining-test-page .dining-due-course-list figure {
  margin: 0;
  overflow: hidden;
  background: #ddd2c4;
}
.dining-test-page .dining-due-course-list article img {
  width: 100%;
  aspect-ratio: 4/4.75;
  object-fit: cover;
  transition:
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.9s ease;
}
.dining-test-page .dining-due-course-list article:nth-of-type(4) img {
  aspect-ratio: 16/11;
}
.dining-test-page .dining-due-course-list article:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}
.dining-test-page .dining-due-photo-strip {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 0.8fr;
  gap: 20px;
  align-items: end;
  padding: 52px 0 0;
  border-top: 1px solid rgba(91, 76, 61, 0.16);
}
.dining-test-page .dining-due-photo-strip-head {
  grid-column: 1 / -1;
  width: min(540px, 100%);
  margin-bottom: 10px;
}
.dining-test-page .dining-due-photo-strip-head h3 {
  margin-top: 8px;
  text-align: left;
}
.dining-test-page .dining-due-photo-strip figure:first-of-type {
  grid-row: 2 / span 2;
}
.dining-test-page .dining-due-photo-strip img {
  width: 100%;
  aspect-ratio: 4/5.3;
  object-fit: cover;
}
.dining-test-page .dining-due-photo-strip figure:first-of-type img {
  aspect-ratio: 4/3.2;
}
.dining-test-page .dining-morning-section {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 116px 0 122px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 76px;
  align-items: center;
  border-top: 1px solid rgba(91, 76, 61, 0.16);
}
.dining-test-page .dining-breakfast-slider {
  position: relative;
  overflow: hidden;
}
.dining-test-page .dining-breakfast-slide {
  margin: 0;
}
.dining-test-page .dining-breakfast-slide:not(.is-active) {
  display: none;
}
.dining-test-page .dining-morning-section img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.dining-test-page .dining-breakfast-slider-ui {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  color: #fff;
  background: rgba(30, 25, 20, 0.64);
  backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.12em;
}
.dining-test-page .dining-breakfast-slider-ui i {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.58);
}
.dining-test-page .dining-morning-section h2,
.dining-test-page .dining-venue-copy h2 {
  margin: 0;
  color: #29231e;
  font-family: var(--display);
  font-size: clamp(26px, 2.8vw, 42px) !important;
  font-weight: 500;
  line-height: 1.68 !important;
  letter-spacing: 0.075em;
}
.dining-test-page .dining-morning-section p:not(.dining-ref-label),
.dining-test-page .dining-venue-copy p:not(.dining-ref-label) {
  margin: 30px 0 0;
  color: #5d5147;
  font-size: 14px !important;
  line-height: 2.15 !important;
  letter-spacing: 0.035em;
}
.dining-test-page .dining-venue-section {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
  padding: 118px 0 148px;
  border-top: 1px solid rgba(91, 76, 61, 0.16);
}
.dining-test-page .dining-venue-copy {
  width: min(680px, 100%);
  margin: 0 auto 76px;
  text-align: center;
}
.dining-test-page .dining-venue-copy p:not(.dining-ref-label) {
  margin-left: auto;
  margin-right: auto;
}
.dining-test-page .dining-venue-visuals {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  align-items: start;
}
.dining-test-page .dining-venue-visuals figure {
  margin: 0;
  overflow: hidden;
}
.dining-test-page .dining-venue-visuals .is-main {
  grid-column: 1 / span 7;
}
.dining-test-page .dining-venue-visuals figure:nth-child(2) {
  grid-column: 8 / span 5;
  margin-top: 64px;
}
.dining-test-page .dining-venue-visuals figure:nth-child(3) {
  grid-column: 2 / span 4;
}
.dining-test-page .dining-venue-visuals .is-portrait {
  grid-column: 6 / span 3;
  margin-top: 54px;
}
.dining-test-page .dining-venue-visuals figure:nth-child(5) {
  grid-column: 9 / span 4;
  margin-top: -34px;
}
.dining-test-page .dining-venue-visuals .is-wide {
  grid-column: 1 / -1;
  margin-top: 28px;
}
.dining-test-page .dining-venue-visuals img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.dining-test-page .dining-venue-visuals .is-main img,
.dining-test-page .dining-venue-visuals .is-wide img {
  aspect-ratio: 16/8;
}
.dining-test-page .dining-venue-visuals .is-portrait img {
  aspect-ratio: 3/4.2;
}

@media (max-width: 960px) {
  .dining-test-page .dining-exhibit-intro,
  .dining-test-page .dining-due-course,
  .dining-test-page .dining-morning-section,
  .dining-test-page .dining-venue-section {
    width: calc(100% - 44px);
  }
  .dining-test-page .dining-due-course-head {
    min-height: auto;
    padding: 0;
    display: block;
  }
  .dining-test-page .dining-due-course-head:before {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 34px;
  }
  .dining-test-page .dining-due-course-head:after {
    left: 0;
    top: auto;
    bottom: calc(100% + 8px);
  }
  .dining-test-page .dining-due-course-list,
  .dining-test-page .dining-due-photo-strip,
  .dining-test-page .dining-morning-section,
  .dining-test-page .dining-venue-visuals {
    display: grid;
    grid-template-columns: 1fr;
  }
  .dining-test-page .dining-due-course-list article,
  .dining-test-page .dining-due-course-list article:nth-of-type(n),
  .dining-test-page .dining-due-photo-strip,
  .dining-test-page .dining-venue-visuals figure,
  .dining-test-page .dining-venue-visuals .is-main,
  .dining-test-page .dining-venue-visuals .is-portrait,
  .dining-test-page .dining-venue-visuals .is-wide {
    grid-column: auto;
    margin-top: 0;
  }
  .dining-test-page .dining-due-course-list {
    gap: 48px;
  }
  .dining-test-page .dining-due-photo-strip {
    gap: 16px;
  }
  .dining-test-page .dining-morning-section {
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .dining-test-page .dining-exhibit-intro,
  .dining-test-page .dining-due-course,
  .dining-test-page .dining-morning-section,
  .dining-test-page .dining-venue-section {
    width: calc(100% - 32px);
  }
  .dining-test-page .dining-exhibit-intro {
    padding: 70px 0 66px;
    text-align: left;
  }
  .dining-test-page .dining-exhibit-intro h2 {
    font-size: 17px !important;
  }
  .dining-test-page .dining-exhibit-intro p {
    font-size: 13px !important;
    line-height: 2 !important;
  }
  .dining-test-page .dining-due-course {
    padding: 72px 0 82px;
  }
  .dining-test-page .dining-due-course-head {
    margin-bottom: 56px;
  }
  .dining-test-page .dining-due-course-head .dining-due-course-catch,
  .dining-test-page .dining-morning-section h2,
  .dining-test-page .dining-venue-copy h2 {
    font-size: 25px !important;
    line-height: 1.62 !important;
  }
  .dining-test-page .dining-due-dish-head {
    display: block;
  }
  .dining-test-page .dining-due-dish-head h3 {
    margin-top: 8px;
    text-align: left;
    font-size: 18px !important;
  }
  .dining-test-page .dining-due-course-list article img,
  .dining-test-page .dining-due-course-list article:nth-of-type(4) img,
  .dining-test-page .dining-due-photo-strip img,
  .dining-test-page .dining-due-photo-strip figure:first-of-type img {
    aspect-ratio: 4/3.25;
  }
  .dining-test-page .dining-morning-section {
    padding: 76px 0 82px;
  }
  .dining-test-page .dining-morning-section img {
    aspect-ratio: 4/3.1;
  }
  .dining-test-page .dining-venue-section {
    padding: 78px 0 100px;
  }
  .dining-test-page .dining-venue-copy {
    margin-bottom: 42px;
    text-align: left;
  }
  .dining-test-page .dining-venue-visuals {
    gap: 14px;
  }
  .dining-test-page .dining-venue-visuals img,
  .dining-test-page .dining-venue-visuals .is-main img,
  .dining-test-page .dining-venue-visuals .is-wide img,
  .dining-test-page .dining-venue-visuals .is-portrait img {
    aspect-ratio: 4/3.1;
  }
}

/* v211: soft reveal for top page sections below FV */
#top > section:not(.hero) .top-reveal,
#top > section:not(.hero).top-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(8px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 1.05s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--top-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

#top > section:not(.hero) .top-reveal.is-visible,
#top > section:not(.hero).top-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  #top > section:not(.hero) .top-reveal,
  #top > section:not(.hero).top-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* v212: Stay page one-day schedule */
.page-stay .lower-rich-page {
  background: #f7f2e9;
}

.stay212-overview {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 32px 0 118px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.stay212-overview figure,
.stay212-after figure,
.stay212-timeline figure {
  margin: 0;
  overflow: hidden;
  background: #ded6ca;
}

.stay212-overview img {
  width: 100%;
  aspect-ratio: 4/5.15;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}

.stay212-overview h2,
.stay212-schedule-head h2,
.stay212-after h2,
.stay212-cta h2 {
  margin: 14px 0 24px;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.stay212-overview p:not(.section-label),
.stay212-schedule-head p,
.stay212-copy p,
.stay212-after p {
  margin: 0;
  color: #5f554b;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.055em;
}

.stay212-overview dl {
  margin: 42px 0 0;
  border-top: 1px solid rgba(70, 58, 47, 0.18);
}

.stay212-overview dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(70, 58, 47, 0.14);
}

.stay212-overview dt,
.stay212-overview dd {
  margin: 0;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.13em;
}

.stay212-overview dt {
  color: #9a8269;
}

.stay212-overview dd {
  color: #4d433a;
}

.stay212-schedule {
  padding: 116px 0 124px;
}

.stay212-schedule-head {
  width: min(920px, calc(100% - 72px));
  margin: 0 auto 66px;
  text-align: center;
}

.stay212-timeline {
  position: relative;
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.stay212-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(70, 58, 47, 0.18);
}

.stay212-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 112px minmax(0, 0.9fr);
  gap: 42px;
  align-items: center;
  padding: 0 0 92px;
}

.stay212-timeline article:last-child {
  padding-bottom: 0;
}

.stay212-timeline article:nth-child(even) figure {
  grid-column: 3;
}

.stay212-timeline article:nth-child(even) .stay212-copy {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.stay212-timeline img {
  width: 100%;
  aspect-ratio: 4/3.1;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.stay212-time {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  border: 1px solid rgba(70, 58, 47, 0.25);
  border-radius: 50%;
  background: #f7f2e9;
  color: #7f6b56;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.stay212-copy span {
  color: #9a8269;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stay212-copy h3 {
  margin: 16px 0 16px;
  color: #2b2722;
  font-family: var(--display);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.07em;
}

.stay212-after {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 124px;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid rgba(70, 58, 47, 0.16);
}

.stay212-after img {
  width: 100%;
  aspect-ratio: 16/9.5;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
}

.stay212-after a,
.stay212-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 50px;
  margin-top: 34px;
  border: 1px solid rgba(70, 58, 47, 0.28);
  border-radius: 999px;
  color: #3b332b;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stay212-cta {
  width: min(920px, calc(100% - 72px));
  margin: 0 auto;
  padding: 104px 0 132px;
  text-align: center;
}

.stay212-cta h2 {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .stay212-overview,
  .stay212-after,
  .stay212-timeline,
  .stay212-schedule-head,
  .stay212-cta {
    width: calc(100% - 44px);
  }

  .stay212-overview,
  .stay212-after {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .stay212-overview img {
    aspect-ratio: 16/10.5;
  }

  .stay212-timeline:before {
    left: 47px;
  }

  .stay212-timeline article,
  .stay212-timeline article:nth-child(even) {
    grid-template-columns: 94px 1fr;
    gap: 26px;
    align-items: start;
  }

  .stay212-timeline article figure,
  .stay212-timeline article:nth-child(even) figure {
    grid-column: 2;
    grid-row: 1;
  }

  .stay212-time,
  .stay212-timeline article:nth-child(even) .stay212-copy,
  .stay212-copy {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .stay212-time {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 84px;
    height: 84px;
    font-size: 14px;
  }

  .stay212-copy {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .stay212-overview,
  .stay212-after,
  .stay212-timeline,
  .stay212-schedule-head,
  .stay212-cta {
    width: calc(100% - 32px);
  }

  .stay212-overview {
    padding-bottom: 76px;
  }

  .stay212-overview h2,
  .stay212-schedule-head h2,
  .stay212-after h2,
  .stay212-cta h2 {
    font-size: 26px;
    line-height: 1.62;
  }

  .stay212-overview dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .stay212-schedule {
    padding: 78px 0 90px;
  }

  .stay212-schedule-head {
    margin-bottom: 44px;
    text-align: left;
  }

  .stay212-timeline:before {
    left: 27px;
  }

  .stay212-timeline article,
  .stay212-timeline article:nth-child(even) {
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding-bottom: 58px;
  }

  .stay212-time {
    width: 54px;
    height: 54px;
    font-size: 11px;
  }

  .stay212-timeline img {
    aspect-ratio: 4/3.15;
  }

  .stay212-copy h3 {
    font-size: 20px;
  }

  .stay212-copy p,
  .stay212-schedule-head p,
  .stay212-overview p:not(.section-label),
  .stay212-after p {
    font-size: 13px;
    line-height: 2;
  }

  .stay212-after {
    padding-bottom: 82px;
  }

  .stay212-cta {
    padding: 78px 0 104px;
  }
}

/* v213: keep tourism page headings aligned with lower-page typography */
.page-guide .guide210-section-head h2,
.page-guide .guide210-route-copy h2 {
  font-size: clamp(24px, 2.45vw, 36px);
  line-height: 1.62;
  letter-spacing: 0.07em;
}

.page-guide .guide210-section-head {
  margin-bottom: 34px;
}

.page-guide .guide210-mood {
  padding-top: 82px;
}

.page-guide .guide210-mood-grid h3 {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.62;
}

.page-guide .guide210-pickup-grid h3 {
  font-size: clamp(21px, 2vw, 31px);
}

.page-guide .guide210-pickup-grid a:not(.guide210-pickup-main) h3,
.page-guide .guide210-spots-grid h3,
.page-guide .guide210-route-list h3 {
  font-size: clamp(18px, 1.45vw, 22px);
}

@media (max-width: 640px) {
  .page-guide .guide210-section-head h2,
  .page-guide .guide210-route-copy h2 {
    font-size: 24px;
    line-height: 1.58;
  }

  .page-guide .guide210-mood {
    padding-top: 70px;
  }
}

/* v216: lounge gallery replacement images */
.page-lounge .lounge-ref-grid figure.lounge-ref-add {
  width: auto;
  grid-column: auto;
  grid-row: auto;
  justify-self: stretch;
  margin-top: 0;
}

.page-lounge .lounge-ref-grid figure.lounge-ref-wide {
  grid-column: span 2;
}

.page-lounge .lounge-ref-grid figure.lounge-ref-wide img {
  aspect-ratio: 16/7.4;
  object-fit: cover;
  object-position: center;
}

.page-lounge .lounge-ref-grid figure.lounge-ref-detail img {
  aspect-ratio: 4/3.1;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-grid figure.lounge-ref-wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-grid figure.lounge-ref-wide img,
  .page-lounge .lounge-ref-grid figure.lounge-ref-detail img {
    aspect-ratio: 4/3.15;
  }
}

/* v217: stable lounge gallery after additional photos */
.page-lounge .lounge-ref-gallery {
  width: min(1380px, calc(100% - 72px));
}

.page-lounge .lounge-ref-grid {
  display: block;
  columns: 3 300px;
  column-gap: 28px;
}

.page-lounge .lounge-ref-grid figure,
.page-lounge .lounge-ref-grid figure:nth-child(n),
.page-lounge .lounge-ref-grid figure.lounge-ref-add,
.page-lounge .lounge-ref-grid figure.lounge-ref-wide,
.page-lounge .lounge-ref-grid figure.lounge-ref-medium,
.page-lounge .lounge-ref-grid figure.lounge-ref-tall,
.page-lounge .lounge-ref-grid figure.lounge-ref-terrace,
.page-lounge .lounge-ref-grid figure.lounge-ref-motion {
  display: inline-block;
  width: 100% !important;
  grid-column: auto !important;
  grid-row: auto !important;
  justify-self: auto !important;
  margin: 0 0 28px !important;
  break-inside: avoid;
  vertical-align: top;
}

.page-lounge .lounge-ref-grid figure:after {
  background: linear-gradient(
    180deg,
    rgba(20, 17, 14, 0) 44%,
    rgba(20, 17, 14, 0.42)
  );
}

.page-lounge .lounge-ref-grid .lounge-ref-wide img,
.page-lounge .lounge-ref-grid .lounge-ref-add.lounge-ref-wide img {
  aspect-ratio: 4/2.72;
  object-position: center;
}

.page-lounge .lounge-ref-grid .lounge-ref-medium img,
.page-lounge .lounge-ref-grid .lounge-ref-add.lounge-ref-medium img {
  aspect-ratio: 4/3.18;
  object-position: center;
}

.page-lounge .lounge-ref-grid .lounge-ref-tall img {
  aspect-ratio: 4/5.25;
  object-position: center;
}

.page-lounge .lounge-ref-grid .lounge-ref-terrace {
  margin-top: 34px !important;
}

.page-lounge .lounge-ref-grid .lounge-ref-terrace img {
  aspect-ratio: 4/5.8;
  object-position: center 50%;
}

.page-lounge .lounge-ref-grid .lounge-ref-motion video {
  aspect-ratio: 4/3.18;
  object-position: center;
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-gallery {
    width: calc(100% - 40px);
  }

  .page-lounge .lounge-ref-grid {
    columns: 2 280px;
    column-gap: 20px;
  }

  .page-lounge .lounge-ref-grid figure,
  .page-lounge .lounge-ref-grid figure:nth-child(n) {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-gallery {
    width: calc(100% - 32px);
  }

  .page-lounge .lounge-ref-grid {
    columns: 1;
  }

  .page-lounge .lounge-ref-grid figure,
  .page-lounge .lounge-ref-grid figure:nth-child(n) {
    margin-bottom: 18px !important;
  }

  .page-lounge .lounge-ref-grid .lounge-ref-wide img,
  .page-lounge .lounge-ref-grid .lounge-ref-medium img,
  .page-lounge .lounge-ref-grid .lounge-ref-add.lounge-ref-wide img,
  .page-lounge .lounge-ref-grid .lounge-ref-add.lounge-ref-medium img,
  .page-lounge .lounge-ref-grid .lounge-ref-motion video {
    aspect-ratio: 4/3.15;
  }

  .page-lounge .lounge-ref-grid .lounge-ref-tall img,
  .page-lounge .lounge-ref-grid .lounge-ref-terrace img {
    aspect-ratio: 4/4.95;
  }
}

/* v218: editorial rhythm for lounge gallery without oversized dead space */
.page-lounge .lounge-ref-gallery {
  width: min(1280px, calc(100% - clamp(88px, 9vw, 168px))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-lounge .lounge-ref-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(42px, 3.8vw, 66px);
  grid-auto-flow: dense;
  gap: clamp(56px, 4.4vw, 86px);
  align-items: stretch;
  columns: auto;
  column-gap: normal;
}

.page-lounge .lounge-ref-grid figure,
.page-lounge .lounge-ref-grid figure:nth-child(n),
.page-lounge .lounge-ref-grid figure.lounge-ref-add,
.page-lounge .lounge-ref-grid figure.lounge-ref-wide,
.page-lounge .lounge-ref-grid figure.lounge-ref-medium,
.page-lounge .lounge-ref-grid figure.lounge-ref-tall,
.page-lounge .lounge-ref-grid figure.lounge-ref-terrace,
.page-lounge .lounge-ref-grid figure.lounge-ref-motion {
  display: block;
  width: auto !important;
  margin: 0 !important;
  grid-column: auto / span 4 !important;
  grid-row: auto / span 4 !important;
  justify-self: stretch !important;
  break-inside: auto;
  vertical-align: initial;
}

.page-lounge .lounge-ref-grid figure:nth-child(1) {
  grid-column: 1 / span 5 !important;
  grid-row: auto / span 8 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(3) {
  grid-column: auto / span 3 !important;
  grid-row: auto / span 3 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(4) {
  grid-column: auto / span 7 !important;
  grid-row: auto / span 3 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(6) {
  grid-column: auto / span 4 !important;
  grid-row: auto / span 8 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(7) {
  grid-column: auto / span 8 !important;
  grid-row: auto / span 3 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(10) {
  grid-column: auto / span 3 !important;
  grid-row: auto / span 4 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(11),
.page-lounge .lounge-ref-grid figure:nth-child(13),
.page-lounge .lounge-ref-grid figure:nth-child(15) {
  grid-column: auto / span 8 !important;
  grid-row: auto / span 4 !important;
}

.page-lounge .lounge-ref-grid figure:nth-child(14),
.page-lounge .lounge-ref-grid figure:nth-child(16) {
  grid-column: auto / span 4 !important;
  grid-row: auto / span 7 !important;
}

.page-lounge .lounge-ref-grid img,
.page-lounge .lounge-ref-grid video,
.page-lounge .lounge-ref-grid .lounge-ref-wide img,
.page-lounge .lounge-ref-grid .lounge-ref-medium img,
.page-lounge .lounge-ref-grid .lounge-ref-tall img,
.page-lounge .lounge-ref-grid .lounge-ref-terrace img,
.page-lounge .lounge-ref-grid .lounge-ref-add.lounge-ref-wide img,
.page-lounge .lounge-ref-grid .lounge-ref-add.lounge-ref-medium img,
.page-lounge .lounge-ref-grid .lounge-ref-motion video {
  width: 100%;
  height: 100%;
  aspect-ratio: auto !important;
  object-fit: cover;
}

.page-lounge .lounge-ref-grid figure:nth-child(6) img {
  object-position: center 52%;
}

.page-lounge .lounge-ref-grid figure:nth-child(8) img,
.page-lounge .lounge-ref-grid figure:nth-child(10) video {
  object-position: center 44%;
}

@media (max-width: 960px) {
  .page-lounge .lounge-ref-gallery {
    width: calc(100% - 48px) !important;
  }

  .page-lounge .lounge-ref-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: clamp(42px, 8vw, 72px);
    gap: 34px;
  }

  .page-lounge .lounge-ref-grid figure,
  .page-lounge .lounge-ref-grid figure:nth-child(n),
  .page-lounge .lounge-ref-grid figure:nth-child(1),
  .page-lounge .lounge-ref-grid figure:nth-child(3),
  .page-lounge .lounge-ref-grid figure:nth-child(4),
  .page-lounge .lounge-ref-grid figure:nth-child(6),
  .page-lounge .lounge-ref-grid figure:nth-child(7),
  .page-lounge .lounge-ref-grid figure:nth-child(10),
  .page-lounge .lounge-ref-grid figure:nth-child(11),
  .page-lounge .lounge-ref-grid figure:nth-child(13),
  .page-lounge .lounge-ref-grid figure:nth-child(14),
  .page-lounge .lounge-ref-grid figure:nth-child(15),
  .page-lounge .lounge-ref-grid figure:nth-child(16) {
    grid-column: auto / span 3 !important;
    grid-row: auto / span 4 !important;
  }

  .page-lounge .lounge-ref-grid figure:nth-child(1),
  .page-lounge .lounge-ref-grid figure:nth-child(6),
  .page-lounge .lounge-ref-grid figure:nth-child(14),
  .page-lounge .lounge-ref-grid figure:nth-child(16) {
    grid-row: auto / span 6 !important;
  }
}

@media (max-width: 640px) {
  .page-lounge .lounge-ref-gallery {
    width: calc(100% - 40px) !important;
  }

  .page-lounge .lounge-ref-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 26px;
  }

  .page-lounge .lounge-ref-grid figure,
  .page-lounge .lounge-ref-grid figure:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .page-lounge .lounge-ref-grid img,
  .page-lounge .lounge-ref-grid video {
    height: auto;
    aspect-ratio: 4/3.15 !important;
  }

  .page-lounge .lounge-ref-grid .lounge-ref-tall img,
  .page-lounge .lounge-ref-grid .lounge-ref-terrace img {
    aspect-ratio: 4/4.9 !important;
  }
}

/* v224: keep visible breathing room between lounge images on desktop/tablet */
@media (min-width: 641px) {
  .page-lounge .lounge-ref-grid {
    gap: clamp(18px, 2vw, 34px);
  }

  .page-lounge .lounge-ref-grid figure,
  .page-lounge .lounge-ref-grid figure:nth-child(n),
  .page-lounge .lounge-ref-grid figure.lounge-ref-add,
  .page-lounge .lounge-ref-grid figure.lounge-ref-wide,
  .page-lounge .lounge-ref-grid figure.lounge-ref-medium,
  .page-lounge .lounge-ref-grid figure.lounge-ref-tall,
  .page-lounge .lounge-ref-grid figure.lounge-ref-terrace,
  .page-lounge .lounge-ref-grid figure.lounge-ref-motion {
    box-sizing: border-box;
    padding: clamp(16px, 1.45vw, 26px) !important;
    background: #f4efe6 !important;
    overflow: visible;
  }

  .page-lounge .lounge-ref-grid figure:after {
    inset: clamp(16px, 1.45vw, 26px);
  }

  .page-lounge .lounge-ref-grid figcaption {
    left: calc(clamp(16px, 1.45vw, 26px) + 22px);
    bottom: calc(clamp(16px, 1.45vw, 26px) + 18px);
  }
}

/* v215: Privacy policy */
.page-privacy .privacy-policy-section {
  padding: clamp(72px, 9vw, 140px) clamp(24px, 7vw, 120px)
    clamp(96px, 12vw, 180px);
  background: #f4f1eb;
}
.page-privacy .privacy-policy-list {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: privacy-item;
}
.page-privacy .privacy-policy-list > li {
  position: relative;
  padding: clamp(30px, 4vw, 54px) 0 clamp(30px, 4vw, 54px)
    clamp(58px, 8vw, 112px);
  border-top: 1px solid rgba(24, 24, 24, 0.2);
  counter-increment: privacy-item;
}
.page-privacy .privacy-policy-list > li:last-child {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.page-privacy .privacy-policy-list > li:before {
  content: counter(privacy-item, decimal-leading-zero);
  position: absolute;
  top: clamp(34px, 4vw, 58px);
  left: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.page-privacy .privacy-policy-list h2 {
  margin: 0 0 18px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.page-privacy .privacy-policy-list p {
  margin: 0;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 2;
}
.page-privacy .privacy-policy-list p + p {
  margin-top: 14px;
}
.page-privacy .privacy-policy-list a {
  color: inherit;
  text-underline-offset: 0.25em;
}
@media (max-width: 640px) {
  .page-privacy .privacy-policy-section {
    padding: 64px 20px 96px;
  }
  .page-privacy .privacy-policy-list > li {
    padding: 28px 0 34px 42px;
  }
  .page-privacy .privacy-policy-list > li:before {
    top: 31px;
  }
}

/* v225: readable long-form FAQ answer for shuttle information */
.page-faq .faq-list details .faq-answer-plain {
  text-align: left;
}
.page-faq .faq-list details .faq-answer-plain p,
.page-faq .faq-list details .faq-answer-plain a {
  font-family: var(--sans) !important;
  font-size: clamp(13px, 1.05vw, 15px) !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  letter-spacing: 0.06em !important;
  text-align: left !important;
}
.page-faq .faq-list details .faq-answer-plain p + p {
  margin-top: 16px !important;
}
.page-faq .faq-list details .faq-answer-plain p:after {
  content: none !important;
}
.page-faq .faq-list details .faq-answer-plain:after {
  content: "A";
  display: block;
  margin: 22px 0 0 auto;
  width: max-content;
  color: #222;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.9;
}
.page-faq .faq-list details .faq-answer-plain a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

/* v230: multilingual language switcher */
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 18px;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.language-switch a {
  color: inherit;
  opacity: 0.56;
  text-decoration: none;
}
.language-switch a.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.language-switch span {
  opacity: 0.28;
}
.mobile-language-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.mobile-language-switch a {
  color: inherit;
  opacity: 0.62;
  text-decoration: none;
}
.mobile-language-switch a.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
@media (max-width: 960px) {
  .header-right .language-switch {
    display: none;
  }
}
