/* ============================================================
   Hotel dossiers — 七十二湯
   After the reference set: a white sheet over dark foliage,
   vertical titles, small centred photographs, one ring button,
   and a plum colophon. Vast whitespace does the composing.
   ============================================================ */

body.hotel-page {
  min-width: 280px;
  background:
    radial-gradient(52% 38% at 88% 5%, rgba(84, 111, 84, .24), transparent 72%),
    radial-gradient(44% 30% at 8% 42%, rgba(70, 91, 68, .18), transparent 74%),
    #10160f;
}

body.hotel-page img {
  max-width: 100%;
}

body.hotel-page a {
  overflow-wrap: anywhere;
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
}

body.hotel-page :where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--plum, #574768);
  outline-offset: 4px;
  border-radius: 2px;
}

.hotel-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--paper, #fbfaf7);
  color: var(--ink, #26232b);
  font-family: var(--util, sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(calc(-100% - 20px));
  transition: transform .2s ease;
}

.hotel-skip:focus {
  transform: translateY(0);
}

.hotel-loading {
  display: grid;
  min-height: min(72vh, 720px);
  place-items: center;
  padding: 40px;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- the sheet ---------- */

.hotel-shell {
  --hotel-pad: clamp(22px, 7vw, 130px);
  --measure: 41rem;
  width: calc(100% - clamp(16px, 3vw, 44px));
  max-width: 1480px;
  margin: clamp(10px, 1.6vw, 22px) auto;
  overflow: clip;
  border-radius: 12px;
  background: var(--paper, #fbfaf7);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
}

/* ---------- reveal ---------- */

.motion-ok [data-rv] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .9s cubic-bezier(.2, .6, .2, 1), transform .9s cubic-bezier(.2, .6, .2, 1);
}

.motion-ok [data-rv].is-seen {
  opacity: 1;
  transform: none;
}

/* ---------- mast ---------- */

.hotel-mast {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 2.2vw, 32px) var(--hotel-pad) 0;
}

.mast-wordmark {
  text-decoration: none;
  color: var(--ink, #26232b);
}

.mast-jp {
  display: inline-block;
  writing-mode: vertical-rl;
  font-family: var(--jp, serif);
  font-weight: 500;
  font-size: 16.5px;
  letter-spacing: .34em;
}

.mast-wordmark:hover .mast-jp {
  color: var(--plum, #574768);
}

.mast-side {
  padding-top: 4px;
}

.mast-link {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  color: var(--ink, #26232b);
  text-decoration: none;
  transition: color .3s ease;
}

.mast-link span {
  font-family: var(--jp, serif);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: .3em;
}

.mast-link em {
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 8.5px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mast-link:hover {
  color: var(--plum, #574768);
}

/* ---------- hero ---------- */

.hotel-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(30px, 3.6vw, 56px) var(--hotel-pad) clamp(40px, 5vw, 76px);
  text-align: center;
}

/* One plate: title column seated beside the photograph, the way the
   reference pages seat a vertical title beside a single dish. */
.hero-plate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(250px, 29vw, 392px);
  gap: clamp(34px, 4.6vw, 80px);
  align-items: center;
  width: 100%;
  text-align: left;
}

.hero-plate.is-solo {
  grid-template-columns: minmax(0, 42rem);
  justify-content: center;
}

.hero-eyebrow {
  color: var(--plum, #574768);
  font-family: var(--util, sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.hotel-title {
  margin-top: clamp(14px, 1.7vw, 22px);
  font-family: var(--serif, serif);
  font-size: clamp(33px, 3.6vw, 58px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.04;
  text-wrap: balance;
}

.hero-standing {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: clamp(15px, 1.8vw, 22px);
  color: var(--ink-60, rgba(38, 35, 43, .6));
  font-family: var(--util, sans-serif);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.hero-rule {
  flex: none;
  width: clamp(24px, 3vw, 44px);
  height: 1px;
  background: var(--ink-30, rgba(38, 35, 43, .3));
}

.standing-sep {
  margin: 0 12px;
  color: var(--plum, #574768);
}

.hero-text .hotel-dek {
  max-width: 34em;
  margin-top: clamp(17px, 2vw, 26px);
  font-size: clamp(15.5px, 1.15vw, 17.5px);
  line-height: 1.74;
}

.hero-close {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: clamp(24px, 3vw, 40px);
}

.hero-address {
  max-width: 22em;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
}

/* photograph + the vertical whisper in its gutter */

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(12px, 1.4vw, 22px);
  align-items: start;
}

.hero-photo {
  margin: 0;
  min-width: 0;
}

.hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-photo.is-unavailable::before {
  content: 'Photograph unavailable';
  display: grid;
  aspect-ratio: 4 / 5;
  place-items: center;
  border: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
  background: var(--paper-2, #f3f1ea);
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-rail {
  display: flex;
  padding-top: 6px;
}

.hero-tate {
  writing-mode: vertical-rl;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--jp, serif);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: .5em;
}

.hotel-dek {
  max-width: 33em;
  margin-top: clamp(28px, 3.4vw, 46px);
  color: var(--ink-80, rgba(38, 35, 43, .82));
  font-size: clamp(17px, 1.5vw, 21px);
  font-style: italic;
  line-height: 1.66;
  text-wrap: pretty;
}

/* ---------- ring button ---------- */

.ring-btn {
  display: grid;
  flex: none;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid var(--ink-30, rgba(38, 35, 43, .3));
  border-radius: 50%;
  color: var(--ink-60, rgba(38, 35, 43, .6));
  text-decoration: none;
  transition: border-color .45s ease, color .45s ease, transform .45s ease;
}

.ring-btn span {
  padding-left: .32em;
  font-family: var(--util, sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.ring-btn:hover,
.ring-btn:focus-visible {
  border-color: var(--plum, #574768);
  color: var(--plum, #574768);
  transform: scale(1.04);
}

/* ---------- jump nav ---------- */

.hotel-jump {
  position: sticky;
  top: 0;
  z-index: 6;
  border-top: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
  border-bottom: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
  background: rgba(251, 250, 247, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hotel-jump-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(20px, 3vw, 40px);
  padding: 0 var(--hotel-pad);
}

.hotel-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 47px;
  padding: 2px 0 0;
  border-bottom: 1px solid transparent;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .24em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s ease, border-color .3s ease;
}

.hotel-jump a:hover,
.hotel-jump a:focus-visible {
  border-bottom-color: var(--plum, #574768);
  color: var(--plum, #574768);
}

/* ---------- sections ---------- */

.hotel-section {
  padding: clamp(68px, 7.6vw, 124px) var(--hotel-pad) 0;
  scroll-margin-top: 70px;
}

.hotel-section:last-of-type {
  padding-bottom: clamp(72px, 8vw, 128px);
}

.hotel-section > * + * {
  margin-top: clamp(42px, 4.8vw, 72px);
}

/* the vertical title cluster */

.tate-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  min-height: 150px;
}

.tate-jp {
  writing-mode: vertical-rl;
  font-family: var(--jp, serif);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 500;
  letter-spacing: .42em;
  line-height: 1;
  color: var(--ink, #26232b);
}

.tate-rule {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 16px;
  background: var(--ink-30, rgba(38, 35, 43, .3));
}

.tate-en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-top: 3px;
  color: var(--ink-60, rgba(38, 35, 43, .6));
  font-family: var(--serif, serif);
  font-size: 11.5px;
  font-style: italic;
  letter-spacing: .14em;
  line-height: 2;
}

/* section opening: first photograph seated beside the vertical title */

.section-opening {
  display: flex;
  justify-content: center;
}

.section-opening.has-lead {
  display: grid;
  grid-template-columns: minmax(0, 620px) auto;
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  justify-content: center;
}

.section-opening .photo-card.is-lead {
  width: 100%;
}

.photo-card.is-lead .photo-frame {
  aspect-ratio: 4 / 3;
}

/* ---------- photographs ---------- */

.photo-card {
  margin: 0;
  min-width: 0;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 180px;
  background: var(--paper-2, #f3f1ea);
  aspect-ratio: 3 / 2;
}

.photo-frame > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
  background: transparent;
}

.photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}

.photo-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 16px;
  margin-top: 11px;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-size: 12.5px;
  font-style: italic;
  line-height: 1.5;
}

.photo-credit {
  min-width: 0;
}

.photo-source {
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration-color: var(--hairline, rgba(38, 35, 43, .16));
}

.photo-source:hover {
  color: var(--plum, #574768);
}

/* the flow: quiet diagonal pairs, two to a row */

.photo-flow {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(48px, 5.6vw, 86px) clamp(16px, 2.5vw, 34px);
}

.photo-flow .photo-card:nth-child(odd) {
  grid-column: 2 / span 6;
}

.photo-flow .photo-card:nth-child(even) {
  grid-column: 9 / span 3;
  margin-top: clamp(40px, 6.4vw, 96px);
}

.photo-flow .photo-card:nth-child(even) .photo-frame {
  aspect-ratio: 4 / 5;
}

.photo-flow .photo-card:only-child {
  grid-column: 4 / span 6;
  margin-top: 0;
}

/* ---------- prose ---------- */

.prose {
  max-width: var(--measure, 41rem);
  margin-inline: auto;
  color: var(--ink-80, rgba(38, 35, 43, .82));
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.9;
}

.prose > * + * {
  margin-top: 1.2em;
}

.prose :where(h2, h3, h4) {
  margin-top: 1.8em;
  color: var(--ink, #26232b);
  font-style: italic;
  font-weight: 400;
  line-height: 1.22;
}

.prose h3 {
  font-size: clamp(23px, 2.2vw, 30px);
}

.prose :where(ul, ol) {
  padding-left: 1.25em;
}

.prose li + li {
  margin-top: .45em;
}

.prose a,
.source-list a {
  color: var(--plum, #574768);
  text-decoration-color: rgba(87, 71, 104, .35);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.prose a:hover,
.source-list a:hover {
  text-decoration-color: currentColor;
}

.hotel-empty {
  max-width: 34em;
  margin-inline: auto;
  color: var(--ink-60, rgba(38, 35, 43, .6));
  font-size: 15px;
  font-style: italic;
  line-height: 1.75;
  text-align: center;
}

.hotel-empty::before {
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  margin: 0 auto 22px;
  background: var(--ink-30, rgba(38, 35, 43, .3));
}

.prose .hotel-empty {
  text-align: left;
}

.prose .hotel-empty::before {
  margin-left: 0;
}

/* ---------- meals ---------- */

.venue {
  margin-top: clamp(58px, 6.8vw, 106px);
}

.venue > * + * {
  margin-top: clamp(32px, 3.8vw, 52px);
}

.venue-head {
  text-align: center;
}

.hotel-kicker {
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.venue-name {
  margin-top: 14px;
  font-size: clamp(25px, 2.6vw, 36px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}

.short-rule {
  display: block;
  width: 44px;
  height: 1px;
  margin: 22px auto 0;
  background: var(--ink-30, rgba(38, 35, 43, .3));
}

.review-block {
  max-width: var(--measure, 41rem);
  margin-inline: auto;
}

.review-block > .hotel-kicker {
  letter-spacing: .26em;
}

/* ---------- source & review lists ---------- */

.source-list {
  margin-top: 20px;
  padding: 0;
  border-top: 1px solid var(--hairline, rgba(38, 35, 43, .16));
  list-style: none;
  counter-reset: hotel-source;
}

.source-list li {
  position: relative;
  min-width: 0;
  padding: 13px 0 14px 32px;
  border-bottom: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
  color: var(--ink-60, rgba(38, 35, 43, .6));
  font-family: var(--util, sans-serif);
  font-size: 10px;
  line-height: 1.65;
  counter-increment: hotel-source;
  overflow-wrap: anywhere;
}

.source-list li::before {
  content: counter(hotel-source, decimal-leading-zero);
  position: absolute;
  top: 15px;
  left: 0;
  color: var(--ink-30, rgba(38, 35, 43, .3));
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .12em;
}

.source-list.is-columned {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(30px, 5vw, 72px);
  max-width: 62rem;
  margin-inline: auto;
}

.section-note {
  max-width: 40em;
  margin-inline: auto;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.rights-note {
  max-width: 46rem;
  margin-inline: auto;
  padding-top: 16px;
  border-top: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 9px;
  letter-spacing: .08em;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.rights-note a {
  color: inherit;
}

/* ---------- nearby ---------- */

.nearby-list {
  max-width: var(--measure, 41rem);
  margin-inline: auto;
}

.nearby-row {
  padding: clamp(24px, 3vw, 34px) 0;
  border-top: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
}

.nearby-row:last-child {
  border-bottom: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
}

.nearby-name {
  font-size: clamp(19px, 1.8vw, 24px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.nearby-body {
  margin-top: 10px;
  color: var(--ink-60, rgba(38, 35, 43, .6));
  font-size: 14.5px;
  line-height: 1.7;
}

.nearby-body > * + * {
  margin-top: 8px;
}

.nearby-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--plum, #574768);
  font-family: var(--util, sans-serif);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-decoration-color: rgba(87, 71, 104, .3);
  text-transform: uppercase;
}

.nearby-link:hover {
  text-decoration-color: currentColor;
}

/* ---------- report ---------- */

.report-intro {
  max-width: 36em;
  font-size: clamp(19px, 1.7vw, 23px);
  font-style: italic;
  line-height: 1.72;
}

.report-part > h3:first-child {
  margin-top: 0;
}

.report-part > h3:first-child::before {
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 20px;
  background: rgba(87, 71, 104, .4);
}

.report-bottom {
  max-width: 46rem;
  margin-inline: auto;
  padding: clamp(34px, 4.6vw, 60px) clamp(28px, 4vw, 56px);
  background: var(--plum-deep, #332b3b);
  color: rgba(238, 233, 241, .88);
}

.report-bottom > .hotel-kicker {
  color: var(--wisteria, #8b7a9e);
}

.report-bottom-body {
  margin-top: 18px;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.85;
}

.report-bottom-body > * + * {
  margin-top: 1.1em;
}

/* ---------- directory ---------- */

.directory-hero {
  align-items: center;
  padding-bottom: clamp(46px, 5.4vw, 82px);
  text-align: center;
}

.directory-hero .hero-standing {
  justify-content: center;
}

.directory-title {
  margin-top: clamp(20px, 2.4vw, 32px);
  min-height: 180px;
}

.directory-title .tate-jp {
  font-size: clamp(36px, 4vw, 50px);
}

.directory-section {
  padding-bottom: clamp(72px, 8vw, 128px);
}

.hotel-directory-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 5.4vw, 76px) clamp(48px, 7vw, 110px);
  max-width: 1150px;
  margin-inline: auto;
}

.hotel-directory-group {
  min-width: 0;
}

.directory-area {
  font-size: clamp(24px, 2.4vw, 33px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.16;
}

.hotel-directory-count {
  margin-top: 8px;
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.hotel-directory {
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.hotel-directory li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 18px;
  min-width: 0;
  padding: 13px 2px;
  border-bottom: 1px solid var(--hairline-soft, rgba(38, 35, 43, .09));
}

.hotel-directory a {
  color: var(--ink, #26232b);
  font-size: 16.5px;
  text-decoration-color: var(--hairline, rgba(38, 35, 43, .16));
}

.hotel-directory a:hover {
  color: var(--plum, #574768);
}

.hotel-directory-meta {
  color: var(--ink-45, rgba(38, 35, 43, .45));
  font-family: var(--util, sans-serif);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- error ---------- */

.hotel-error {
  max-width: 34rem;
  margin: clamp(60px, 8vw, 110px) auto 0;
  padding: 0 var(--hotel-pad);
  text-align: center;
}

.hotel-error :where(h1, h2) {
  margin-top: 14px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
}

.hotel-error p {
  margin-top: 14px;
  color: var(--ink-60, rgba(38, 35, 43, .6));
  font-size: 15.5px;
  line-height: 1.7;
}

/* ---------- colophon ---------- */

.hotel-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(64px, 7vw, 118px);
  padding: clamp(44px, 5.2vw, 72px) var(--hotel-pad) clamp(32px, 4vw, 52px);
  background: var(--plum-deep, #332b3b);
  color: rgba(238, 233, 241, .66);
}

.colophon-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min-content;
}

.foot-ring {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(238, 233, 241, .45);
  border-radius: 50%;
}

.foot-jp {
  writing-mode: vertical-rl;
  color: #eee9f1;
  font-family: var(--jp, serif);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .4em;
}

.foot-name {
  color: #eee9f1;
  font-size: 19px;
  font-style: italic;
  line-height: 1.3;
}

.foot-line {
  margin-top: 10px;
  max-width: 44em;
  font-family: var(--util, sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.9;
  text-transform: uppercase;
}

.foot-links {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.foot-links a {
  color: #eee9f1;
  font-family: var(--util, sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-decoration-color: rgba(238, 233, 241, .3);
  text-transform: uppercase;
}

.foot-links a:hover {
  text-decoration-color: currentColor;
}

.foot-fine {
  grid-column: 1 / -1;
  margin-top: clamp(24px, 3.4vw, 40px);
  padding-top: 18px;
  border-top: 1px solid rgba(238, 233, 241, .14);
  font-family: var(--util, sans-serif);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(238, 233, 241, .45);
}

/* ---------- responsive ---------- */

@media (max-width: 960px) {
  .section-opening.has-lead {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    justify-items: center;
  }

  .section-opening.has-lead .tate-head {
    order: -1;
  }

  .hero-plate {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(30px, 5vw, 48px);
    max-width: 42rem;
    margin-inline: auto;
  }

  .hero-stage {
    max-width: 26rem;
  }
}

@media (max-width: 700px) {
  .hotel-shell {
    --hotel-pad: 22px;
    width: calc(100% - 16px);
    border-radius: 8px;
  }

  .hotel-title {
    font-size: clamp(32px, 9vw, 46px);
  }

  .hero-close {
    gap: 20px;
  }

  .ring-btn {
    width: 78px;
    height: 78px;
  }

  .hotel-jump-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .hotel-jump a {
    flex: none;
  }

  .tate-head {
    min-height: 118px;
    gap: 18px;
  }

  .tate-jp {
    font-size: 27px;
  }

  .photo-flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .photo-flow .photo-card:nth-child(odd),
  .photo-flow .photo-card:nth-child(even),
  .photo-flow .photo-card:only-child {
    grid-column: 1;
    margin-top: 0;
  }

  .photo-flow .photo-card:nth-child(even) {
    width: 86%;
    margin-left: auto;
  }

  .photo-flow .photo-card:nth-child(even) .photo-frame {
    aspect-ratio: 4 / 3;
  }

  .source-list.is-columned {
    grid-template-columns: 1fr;
  }

  .hotel-directory-groups {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hotel-footer {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .colophon-mark {
    order: -1;
  }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  body.hotel-page {
    scroll-behavior: auto;
  }

  body.hotel-page *,
  body.hotel-page *::before,
  body.hotel-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ---------- print ---------- */

@media print {
  @page {
    margin: 15mm;
  }

  body.hotel-page {
    background: #fff !important;
    color: #000;
    font-size: 11pt;
  }

  .hotel-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .motion-ok [data-rv] {
    opacity: 1 !important;
    transform: none !important;
  }

  .hotel-mast,
  .hotel-jump,
  .ring-btn {
    display: none;
  }

  .hotel-hero,
  .hotel-section {
    padding: 10mm 0;
  }

  .hero-plate {
    grid-template-columns: minmax(0, 1fr);
    gap: 8mm;
  }

  .hero-stage {
    max-width: 90mm;
  }

  .hotel-footer {
    margin-top: 10mm;
    padding: 8mm 0 0;
    background: transparent;
    color: #555;
  }

  .foot-jp,
  .foot-name,
  .foot-links a {
    color: #000;
  }

  .hotel-title {
    font-size: 38pt;
  }

  .tate-head,
  .photo-card,
  .venue-head,
  .nearby-row,
  .report-part,
  .report-bottom,
  .source-list li {
    break-inside: avoid;
  }

  .photo-flow {
    gap: 8mm;
  }

  .photo-frame {
    min-height: 0;
  }
}
