.hotel-detail {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: clamp(46px, 4.8vw, 78px) clamp(26px, 3.7vw, 58px) clamp(72px, 7vw, 112px);
}

.hotel-detail__intro { max-width: 700px; margin-bottom: clamp(66px, 7vw, 110px); }
.hotel-detail__intro h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.hotel-detail__intro p {
  max-width: 610px;
  margin: 25px 0 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.hotel-advisory .development-area__header { max-width: 620px; }

.detail-item__panel ul {
  margin: 0;
  padding: 0 46px 25px 24px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.preopening {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: clamp(72px, 7vw, 112px);
  padding: clamp(72px, 7vw, 112px) clamp(34px, 7vw, 112px) clamp(58px, 6vw, 94px);
  transform: translateX(-50%);
  background: var(--paper);
  color: var(--ink);
}

.preopening__header { text-align: center; }
.preopening__header h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1.05;
}

.preopening__header p {
  width: min(620px, 100%);
  margin: 28px auto 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.preopening__carousel {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: clamp(48px, 5vw, 76px) auto 0;
  overflow: hidden;
  background: #f7f4ed;
  color: #161512;
  box-shadow: 24px 18px 0 rgba(22, 21, 18, .075), 46px 34px 0 rgba(22, 21, 18, .035);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.preopening__carousel.is-dragging { cursor: grabbing; }

.preopening__track {
  display: flex;
  background: #f7f4ed;
  transition: transform .85s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.preopening__slide {
  min-width: 100%;
  min-height: clamp(360px, 39vw, 520px);
  padding: clamp(58px, 8vw, 118px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.preopening__slide span {
  font-family: 'forma-djr-micro', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.preopening__slide h3 {
  max-width: 650px;
  margin: 20px 0 0;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.18;
}

.preopening__slide p {
  margin: 20px 0 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.preopening__controls {
  margin-top: clamp(42px, 4vw, 62px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
}

.preopening__pagination { display: flex; justify-content: center; gap: 6px; }
.preopening__pagination button {
  width: clamp(18px, 2.1vw, 30px);
  height: 1px;
  padding: 0;
  border: 0;
  background: rgba(22, 21, 18, .16);
  cursor: pointer;
  transform: scaleX(1);
  transition: background-color .35s ease, transform .35s ease;
}

.preopening__pagination button.is-active { background: var(--ink); transform: scaleX(1.12); }
.preopening__pagination button:focus-visible { outline: 1px solid var(--ink); outline-offset: 3px; }

@media (max-width: 760px) {
  .hotel-detail { padding: 38px 24px 68px; }
  .hotel-detail__intro { margin-bottom: 58px; }
  .hotel-detail__intro h1 { font-size: 36px; }
  .hotel-detail__intro p { margin-top: 20px; font-size: 18px; }
  .detail-item__panel ul { padding: 0 34px 22px 20px; font-size: 18px; }
  .preopening { padding-top: 58px; }
  .preopening__header h2 { font-size: 36px; }
  .preopening__header p { margin-top: 22px; font-size: 18px; }
  .preopening { margin-top: 58px; padding: 58px 22px 52px; }
  .preopening__carousel { width: calc(100% - 22px); margin-top: 40px; box-shadow: 10px 9px 0 rgba(22,21,18,.07), 18px 17px 0 rgba(22,21,18,.035); }
  .preopening__slide { min-height: 390px; padding: 48px 28px; }
  .preopening__slide h3 { font-size: 28px; }
  .preopening__controls { margin-top: 38px; gap: 18px; }
  .preopening__pagination { gap: 4px; }
  .preopening__pagination button { width: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .preopening__track { transition: none; }
}
