/* =========================================================
   INDEX — Header / Hero / Story
   Desktop artboard target:1920 × 1440
   Mobile artboard target:430 × 932
========================================================= */
.hero {
  position: relative;
  z-index: 1;
  height: clamp(760px, 56.25vw, 1080px);
  min-height: 760px;
  overflow: hidden;
  background: #182019;
  isolation: isolate;
}
.heroFallback {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #dda25f url("../images/banner.png") center 55% / cover no-repeat;
  transform: scale(1.04);
  opacity: 1;
  pointer-events: none;
  transition:
    opacity 0.8s ease,
    visibility 0s linear 0.8s;
}
.heroVideo,
.hero .mbYTP_wrapper {
  position: absolute !important;
  inset: 0 !important;
  z-index: -3 !important;
}
.hero .mbYTP_wrapper {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.65s ease;
}
.hero.videoPlaying .mbYTP_wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.hero.videoPlaying .heroFallback {
  visibility: hidden;
  opacity: 0;
}
.hero .mb_YTPBar,
.hero .mb_YTPProgress,
.hero .mb_YTPPlaypause,
.hero .mb_YTPMuteUnmute,
.hero .mb_YTPFullscreen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.hero .mbYTP_wrapper iframe {
  filter: saturate(0.72) contrast(1.08) brightness(0.78);
}
.heroShade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 11, 8, 0.16) 0%,
      rgba(5, 8, 6, 0.06) 42%,
      rgba(7, 8, 6, 0.43) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 9, 7, 0.18) 0%,
      rgba(7, 8, 7, 0.06) 42%,
      rgba(15, 12, 8, 0.33) 77%,
      rgba(218, 161, 96, 0.12) 100%
    );
  pointer-events: none;
}
/* The wide atmospheric bridge between video and story. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: -2px;
  height: clamp(210px, 17vw, 330px);
  background: linear-gradient(
    180deg,
    rgba(220, 163, 96, 0) 0%,
    rgba(220, 163, 96, 0.06) 16%,
    rgba(220, 163, 96, 0.21) 39%,
    rgba(220, 163, 96, 0.48) 66%,
    rgba(220, 163, 96, 0.78) 84%,
    #dda25f 100%
  );
  pointer-events: none;
}
.heroTitle {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 41.5%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 1.72vw, 34px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.17em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.38);
}
.heroTitle span {
  display: block;
}
.heroDate {
  position: absolute;
  z-index: 8;
  right: 5.9vw;
  bottom: 21.2%;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.heroDate span {
  font-family: var(--serif);
  margin-right: 8px;
  font-size: 12px;
}
.scrollHint {
  position: absolute;
  z-index: 8;
  left: 4.1vw;
  bottom: 21%;
  width: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scrollHint span {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.23em;
}
.scrollHint i {
  position: relative;
  display: block;
  width: 1px;
  height: 74px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.82);
}
.scrollHint i::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 1px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
/* Full-screen content sections */
.hero,
.story,
.rooms,
.nupass,
.reviews,
.reels,
.about,
.footer {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.story,
.rooms,
.nupass,
.reviews,
.reels,
.about {
  box-sizing: border-box;
  min-height: var(--section-vh);
  scroll-margin-top: 0;
}
@supports (height: 100svh) {
  .story,
  .rooms,
  .nupass,
  .reviews,
  .reels,
  .about {
    min-height: calc(100svh - var(--header-h));
  }
}
/* Story */
.story {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  margin-top: -2px;
  color: #fff;
  background: #dda25f url("../images/story_bg.png") center 20px / cover
    no-repeat;
  overflow: hidden;
}
@supports (height: 100svh) {
  .story {
    min-height: 100svh;
  }
}
.story::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 0;
  width: min(54vw, 980px);
  height: 390px;
  background: url("../images/story_bg2.png") right top/contain no-repeat;
  opacity: 0.72;
  pointer-events: none;
}
.storyInner {
  position: relative;
  z-index: 2;
  width: min(89.5vw, 1720px);
  min-height: 860px;
  margin: 0 auto;
  padding: 170px 0 95px;
}
.storyCopy {
  position: absolute;
  left: 1.2%;
  top: 205px;
  width: 43%;
  max-width: 670px;
}
.storyCopy h2 {
  margin: 0 0 62px;
  font-size: clamp(24px, 1.6vw, 32px);
  line-height: 2.05;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.storyCopy h2 span {
  display: inline-block;
  margin-left: 5.4em;
}
.storyText {
  font-size: clamp(14px, 0.88vw, 17px);
  line-height: 2.12;
  letter-spacing: 0.055em;
}
.storyText p {
  margin: 0 0 27px;
}
.storyImage {
  --story-scroll-x: 110%;
  position: absolute;
  z-index: 3;
  right: calc((100vw - 100%) / -2);
  top: 360px;
  width: min(40vw, 756px);
  max-width: none;
  margin: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}
.storyImage.reveal {
  transform: translate3d(var(--story-scroll-x), 28px, 0);
  transition: opacity 1s;
}
.storyImage.reveal.show {
  transform: translate3d(var(--story-scroll-x), 0, 0);
}
.storyImage img {
  width: 100%;
  height: clamp(365px, 27vh, 380px);
  object-fit: cover;
  object-position: center 60%;
}
@media (max-width: 1100px) {
  .hero {
    height: 760px;
  }
  .storyInner {
    width: 90vw;
  }
  .storyCopy {
    left: 0;
    width: 46%;
  }
  .storyImage {
    width: 40%;
  }
}
/* Rooms */
.rooms {
  height: 100vh;
  min-height: 100vh;
  background: #241e19;
  position: relative;
  overflow: hidden;
}
@supports (height: 100svh) {
  .rooms {
    height: 100svh;
    min-height: 100svh;
  }
}
.roomPanels {
  height: 100%;
  display: flex;
}
.roomPanel {
  position: relative;
  flex: 1;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(48, 29, 17, 0.72), rgba(35, 21, 13, 0.78)), var(--room);
  background-size: cover;
  background-position: center;
  transition: flex 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.roomPanel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(202, 123, 51, 0.72) 0%,
    rgba(184, 101, 35, 0.48) 26%,
    transparent 62%
  );
  opacity: 0;
  transition: 0.5s;
}
.roomPanel.active {
  flex: 4;
  background-image: var(--room);
}
.roomPanel.active:after {
  opacity: 1;
}
.roomName {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
  transition: 0.35s opacity;
}
.roomName span {
  font-size: clamp(17px, 1.55vw, 24px);
  letter-spacing: 0.14em;
  color: #efe2d6;
}
.roomPanel.active .roomName {
  opacity: 0;
}
.roomDetail {
  position: absolute;
  z-index: 3;
  left: 7%;
  right: 7%;
  bottom: 12%;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px);
  transition: 0.45s 0.2s;
}
.roomPanel.active .roomDetail {
  opacity: 1;
  transform: none;
}
.roomDetail h3 {
  font-size: clamp(22px, 1.65vw, 24px);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0 0 20px;
}
.roomDetail p {
  max-width: 540px;
  margin: 0;
  font-size: clamp(13px, 0.9vw, 17px);
  line-height: 1.65;
  letter-spacing: 0.12em;
}
.roomCapacity {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  font-family: var(--serif);
  font-size: clamp(12px, 0.8vw, 15px);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.roomCapacity b {
  font-weight: 400;
}
.roomCapacity i {
  margin: 0 2px;
  font-size: 20px;
  font-style: normal;
}
.roomCapacity em {
  align-self: stretch;
  width: 1px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.78);
}
.roomIcon {
  display: block;
  width: 28px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}
.roomDetailArrow {
  position: absolute;
  right: 0;
  bottom: 54px;
  font-size: 42px;
  font-family: var(--serif);
  font-weight: 200;
  transition: transform 0.28s ease;
}
.roomDetail:hover .roomDetailArrow,
.roomDetail:focus-visible .roomDetailArrow {
  transform: translateX(8px);
}
.roomDetail:focus-visible {
  border-radius: 2px;
  outline: 1px solid rgba(255, 255, 255, 0.78);
  outline-offset: 12px;
}
.roomDots {
  display: none;
}
.roomArrow {
  display: none;
}
/* NU PASS（CR-128 改版：互動地圖入口，取代原本的靜態視差圖片＋跑馬燈） */
.nupass {
  position: relative;
  min-height: max(760px, 100vh);
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #fbfaf7 0%,
    #f8f6ed 48%,
    #f2f1d8 76%,
    #e9edbd 100%
  );
}
.nupassInner {
  position: relative;
  width: min(1760px, 100%);
  min-height: max(760px, 100vh);
  margin: 0 auto;
}
.nupassIntro {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 5.7%;
  width: 51%;
}
.nupassTitle {
  position: relative;
  width: min(760px, 90%);
  height: clamp(116px, 7.3vw, 140px);
  margin-bottom: clamp(32px, 4vh, 46px);
}
.nupassTitleHouses {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 72%;
  height: auto;
  transform: translateY(-50%);
}
.nupassTitleText {
  position: absolute;
  top: 50%;
  left: 36%;
  display: block;
  width: 48%;
  height: auto;
  transform: translate(-50%, -52%);
}
.nupassTitleMobile {
  display: none;
}
.nupassIntro p {
  margin: 0;
  color: #46453f;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 2;
  white-space: nowrap;
}
.nupassMapStage {
  position: absolute;
  z-index: 2;
  top: 4%;
  right: -7.5%;
  width: 62%;
  aspect-ratio: 1836 / 1469;
}
.nupassMap {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nupassVillage {
  position: absolute;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(9px 11px 0 rgba(105, 91, 66, 0.16));
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}
.nupassVillage:hover,
.nupassVillage:focus-visible,
.nupassVillage.is-active {
  z-index: 8;
  filter: drop-shadow(11px 15px 0 rgba(105, 91, 66, 0.19));
  transform: translateY(-7px) scale(1.06);
}
.nupassVillage:focus-visible {
  outline: 2px solid #e99b55;
  outline-offset: 7px;
}
.nupassVillage img {
  display: block;
  width: 100%;
  height: auto;
  animation: nupassIconFloat 3.4s ease-in-out infinite;
}
.village02 img { animation-delay: -0.7s; }
.village03 img { animation-delay: -1.4s; }
.village04 img { animation-delay: -2.1s; }
.village05 img { animation-delay: -2.8s; }

@keyframes nupassIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (prefers-reduced-motion: reduce) {
  .nupassVillage img { animation: none; }
}
.village01 {
  top: 25%;
  left: 32%;
  width: 9.5%;
}
.village02 {
  top: 49%;
  left: 18%;
  width: 14%;
}
.village03 {
  right: 31%;
  bottom: 19%;
  width: 12.7%;
}
.village04 {
  top: 46%;
  right: 20%;
  width: 10.3%;
}
.village05 {
  top: 23%;
  right: 10%;
  width: 11.2%;
}
.nupassPreviews {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}
.nupassPreview {
  position: absolute;
  width: 15.5%;
  margin: 0;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 10px 13px 13px rgba(69, 62, 51, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.92);
  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    visibility 0s linear 0.32s;
}
.nupassPreview.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}
.nupassPreview a {
  display: block;
  border-radius: 50%;
}
.nupassPreview img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.nupassPreview::after {
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: 50%;
  width: 34px;
  height: 25px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transform: translateX(-50%);
}
.preview01 {
  top: 3%;
  left: 29%;
}
.preview02 {
  top: 27%;
  left: 17.2%;
}
.preview03 {
  right: 29.5%;
  bottom: 35%;
}
.preview04 {
  top: 24%;
  right: 17.4%;
}
.preview05 {
  top: 1%;
  right: 7.9%;
}
.nupassCta {
  position: absolute;
  z-index: 4;
  bottom: 18%;
  left: 5.7%;
  display: flex;
  width: min(370px, 27%);
  height: 86px;
  align-items: center;
  justify-content: center;
  background: #f59d4d;
  color: #fff;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.nupassCta:hover {
  background: #f59d4d;
  color: #fff;
  transform: translateY(-3px);
}
/* Reviews */
.reviews {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #eee3bf 0, #f5f0e4 36%, #fff 100%);
  padding: 60px 0;
}
.reviewHeading {
  position: relative;
  width: min(1180px, 88%);
  height: 245px;
  margin: 0 auto;
}
.quoteMark {
  position: absolute;
  top: 0;
  left: 7%;
  font-family: var(--serif);
  font-size: 170px;
  font-weight: 700;
  color: #fff;
  line-height: 0.72;
}
.reviewTitle {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 700px;
  max-width: 61%;
  transform: translateX(-50%);
}
.reviewShell {
  position: relative;
  width: min(1600px, 84%);
  margin: 0 auto;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(255, 255, 255, 0.96) 48%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 76px 76px 0 0;
  padding: 108px 0 42px;
}
.reviewViewport {
  overflow-x: auto;
  overflow-y: visible;
  width: calc(100vw - 40px);
  margin-left: calc((100% - 100vw + 40px) / 2);
  padding: 0 0 55px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.reviewViewport:active {
  cursor: grabbing;
}
.reviewViewport.isDragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.reviewViewport.isLoopReset {
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.reviewViewport.isDragging .reviewCard {
  pointer-events: none;
}
.reviewViewport::-webkit-scrollbar {
  display: none;
}
.reviewTrack {
  display: flex;
  gap: 32px;
  width: max-content;
  padding: 0 24px;
}
.reviewCard {
  flex: 0 0 390px;
  min-height: 490px;
  background: #f8f9fa;
  border-radius: 20px;
  padding: 32px 42px 36px;
  box-shadow: 0 10px 10px rgba(68, 59, 46, 0.16);
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  scroll-snap-align: start;
}
.reviewCard .avatar {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  overflow: hidden;
  margin: -12px auto 26px;
}
.reviewCard .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviewDivider {
  height: 1px;
  margin: 0 0 28px;
  background: #ddd;
}
.reviewCard b {
  display: block;
  font-size: 19px;
  font-weight: 500;
}
.reviewCard small {
  display: block;
  color: #454545;
  font-size: 14px;
  margin: 4px 0 6px;
}
.reviewRating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.reviewRating span {
  color: #ee9b35;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.reviewRating em {
  color: #4b4b4b;
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
}
.reviewCard p {
  margin: 30px 0 0;
  text-align: center;
}
.reviewNav {
  display: none;
}
/* Reels */
.reels {
  position: relative;
  z-index: 2;
  height: 600px;
  /*background:#fff;*/
  /*padding-top:62px;*/
  padding: 60px 0 120px;
  overflow: hidden;
  margin-bottom: -72px;
  border-radius: 0 0 50% 50% / 0 0 72px 72px;
  background: #fff url("../images/reels_bg.png") top center/cover no-repeat;
}
.sectionHeading {
  text-align: center;
}
.sectionHeading h2 {
  font-size: 27px;
  letter-spacing: 0.2em;
  margin: 0 0 7px;
}
.sectionHeading span {
  font-family: var(--serif);
  font-size: 16px;
  color: #8e8476;
}
.reelsStage {
  position: relative;
  height: 470px;
  margin-top: 18px;
  /*background:#f7d9ad*/
}
.reelsMobile {
  display: none;
}
.reelItem {
  position: absolute;
  left: 100%;
  top: var(--top);
  width: var(--size);
  height: var(--size);
  animation: floatLeft var(--duration) linear infinite;
  animation-delay: var(--delay);
}
.reelItem:hover,
.reelItem.previewOpen {
  animation-play-state: paused;
  z-index: 10;
}
.reelItem > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.14);
}
.reelPreview {
  position: fixed;
  z-index: 200;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(55, 45, 34, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.94);
  transform-origin: center;
  transition:
    opacity 0.22s,
    transform 0.22s,
    visibility 0.22s;
}
.reelPreview img {
  display: block;
  width: 100%;
  height: auto;
}
/* FT-005：桌面版 hover 預覽新增創作者名稱，切版原本沒有這個標籤 */
.reelPreviewName {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
.reelPreview.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@keyframes floatLeft {
  from {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-35vw) translateY(18px);
  }
  50% {
    transform: translateX(-75vw) translateY(-14px);
  }
  75% {
    transform: translateX(-115vw) translateY(12px);
  }
  to {
    transform: translateX(-160vw) translateY(0);
  }
}
/* About */
.about {
  position: relative;
  z-index: 1;
  min-height: 790px;
  background: #faf8f1;
  padding: 227px 5vw 0;
  overflow: hidden;
}
.about:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -4%;
  bottom: -2px;
  width: 20%;
  height: 255px;
  background: #d7d9d9;
  clip-path: polygon(0 8%, 100% 100%, 0 100%);
}
.aboutInner {
  max-width: 1510px;
  margin: auto;
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 65px;
  align-items: end;
  position: relative;
  z-index: 2;
}
.aboutImage {
  align-self: end;
  margin: 0;
}
.aboutImage img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50% 50% 0 0;
}
.aboutCopy {
  position: relative;
  max-width: 750px;
  padding: 0 0 105px 50px;
}
.aboutGhost {
  position: absolute;
  left: -15px;
  top: -260px;
  font-family: "Poiret One", sans-serif;
  font-size: 102px;
  line-height: 1.08;
  font-weight: 100;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: rgba(72, 67, 60, 0.085);
}
.aboutCopy > span {
  display: block;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.aboutCopy p {
  max-width: 680px;
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.aboutCopy .aboutLead {
  margin-bottom: 34px;
  font-size: 19px;
  line-height: 1.8;
}
.aboutHills {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.aboutHills i {
  position: absolute;
  display: block;
  bottom: 0;
  transform: none;
  border-radius: 0;
}
.aboutHills i:nth-child(1) {
  left: 43%;
  width: 22%;
  height: 250px;
  background: rgba(230, 219, 198, 0.38);
  clip-path: polygon(
    0 100%,
    39% 17%,
    42% 11%,
    45% 6%,
    48% 3%,
    50% 2%,
    52% 3%,
    55% 6%,
    58% 11%,
    61% 17%,
    100% 100%
  );
}
.aboutHills i:nth-child(2) {
  left: 56%;
  bottom: -35px;
  width: 32%;
  height: 330px;
  background: rgba(236, 227, 211, 0.42);
  clip-path: polygon(
    0 100%,
    38% 18%,
    41% 11%,
    45% 5%,
    48% 2%,
    50% 1%,
    52% 2%,
    55% 5%,
    59% 11%,
    62% 18%,
    100% 100%
  );
}
.aboutHills i:nth-child(3) {
  right: -3%;
  width: 29%;
  height: 260px;
  background: rgba(244, 221, 211, 0.5);
  clip-path: polygon(
    0 100%,
    39% 18%,
    42% 11%,
    45% 6%,
    48% 3%,
    50% 2%,
    52% 3%,
    55% 6%,
    58% 11%,
    61% 18%,
    100% 100%
  );
}
/* Tablet and mobile */
@media (max-width: 900px) {
  .hero {
    height: 875px;
    min-height: 875px;
    padding: 0;
  }
  .hero:after {
    height: 175px;
  }
  .heroTitle {
    top: 34%;
    font-size: 21px;
    line-height: 1.65;
    letter-spacing: 0.15em;
  }
  .heroDate {
    display: block;
    right: auto;
    bottom: clamp(82px, 12vh, 120px);
    left: 50%;
    width: max-content;
    max-width: calc(100% - 40px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
    transform: translateX(-50%);
  }
  .scrollHint {
    display: none;
  }
  .story {
    min-height: 840px;
    padding: 0;
    background-position: center top;
  }
  .story::before {
    top: 28px;
    width: 102vw;
    height: 340px;
    opacity: 0.58;
  }
  .storyInner {
    display: block;
    width: 100%;
    min-height: 840px;
    padding: 76px 0 0;
  }
  .storyCopy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: none;
    padding: 0 30px 38px;
  }
  .storyCopy h2,
  .story h2 {
    font-size: 21px;
    line-height: 2.05;
    letter-spacing: 0.12em;
    margin: 0 0 30px;
  }
  .storyCopy h2 span {
    margin-left: 3em;
  }
  .storyText {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
  .storyText p {
    margin-bottom: 16px;
  }
  .storyImage {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }
  .storyImage.reveal,
  .storyImage.reveal.show {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .storyImage img {
    height: 275px;
    object-fit: cover;
    object-position: center 42%;
  }
  .rooms {
    height: 100vh;
    min-height: 100vh;
  }
  @supports (height: 100svh) {
    .rooms {
      height: 100svh;
      min-height: 100svh;
    }
  }
  .roomPanels {
    display: block;
    position: relative;
  }
  .roomPanel {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background-image:
      linear-gradient(
        0deg,
        rgba(174, 100, 41, 0.68) 0%,
        rgba(141, 79, 34, 0.25) 42%,
        transparent 68%
      ),
      var(--room);
    background-position: center;
    transition: 0.6s opacity;
  }
  .roomPanel.active {
    opacity: 1;
    pointer-events: auto;
  }
  .roomPanel:after {
    display: block;
    opacity: 1;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(104, 63, 35, 0.08) 42%,
      rgba(132, 78, 39, 0.62) 66%,
      rgba(117, 66, 31, 0.84) 100%
    );
  }
  .roomName {
    display: none;
  }
  .roomDetail {
    left: 12%;
    right: 12%;
    bottom: 13%;
    opacity: 1;
    transform: none;
  }
  .roomDetail h3 {
    width: auto;
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
  }
  .roomDetail p {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .roomCapacity {
    gap: 7px;
    margin-top: 17px;
    padding-top: 17px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .roomCapacity em {
    margin: 0 5px;
  }
  .roomIcon {
    width: 24px;
  }
  .roomDetailArrow {
    right: 0;
    bottom: 94px;
    font-size: 38px;
  }
  .roomArrow {
    position: absolute;
    z-index: 6;
    top: 44%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: none;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
    cursor: pointer;
  }
  .roomPrev {
    left: 28px;
    transform: rotate(-135deg);
  }
  .roomNext {
    right: 28px;
    transform: rotate(45deg);
  }
  .roomDots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    gap: 8px;
    z-index: 5;
  }
  .roomDots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: rgba(74, 70, 62, 0.6);
    padding: 0;
  }
  .roomDots button.active {
    background: #f2cc75;
  }
  .nupass {
    min-height: 980px;
  }
  .nupassInner {
    display: flex;
    min-height: 980px;
    flex-direction: column;
    align-items: center;
    padding: 53px 0 70px;
  }
  .nupassIntro {
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
    width: 100%;
    text-align: center;
  }
  .nupassTitle {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0 0 32px;
  }
  .nupassTitleText {
    position: static;
    width: 56%;
    transform: none;
  }
  .nupassTitleHouses {
    display: none;
  }
  .nupassTitleMobile {
    display: block;
    width: 45%;
    height: auto;
  }
  .nupassIntro p {
    width: min(88%, 590px);
    margin: 0 auto;
    font-size: clamp(15px, 3.9vw, 18px);
    font-weight: 500;
    letter-spacing: 0.035em;
    line-height: 1.9;
    white-space: normal;
  }
  .nupassIntro p br {
    display: none;
  }
  .nupassMapStage {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 38px;
    margin-right: auto;
    margin-left: auto;
    align-self: center;
    flex: 0 0 auto;
  }
  .nupassVillage {
    filter: drop-shadow(5px 7px 0 rgba(105, 91, 66, 0.15));
  }
  .nupassVillage:hover,
  .nupassVillage:focus-visible,
  .nupassVillage.is-active {
    filter: drop-shadow(6px 9px 0 rgba(105, 91, 66, 0.18));
    transform: translateY(-4px) scale(1.05);
  }
  .village01 {
    top: 22%;
    left: 28%;
  }
  .village02 {
    top: 48%;
    left: 5%;
  }
  .village03 {
    right: 34%;
    bottom: 19%;
  }
  .village04 {
    top: 44%;
    right: 18%;
  }
  .village05 {
    top: 20%;
    right: 13%;
  }
  .nupassPreview {
    width: 20%;
    padding: 4px;
  }
  .nupassPreview::after {
    bottom: -11px;
    width: 25px;
    height: 19px;
  }
  .preview01 {
    top: -7%;
    left: 22.8%;
  }
  .preview02 {
    top: 18%;
    left: 3%;
  }
  .preview03 {
    right: 30.4%;
    bottom: 37%;
  }
  .preview04 {
    top: 14%;
    right: 13.2%;
  }
  .preview05 {
    top: -8%;
    right: 8.6%;
  }
  .nupassCta {
    position: relative;
    bottom: auto;
    left: auto;
    width: min(72%, 390px);
    height: 76px;
    margin-top: 35px;
    flex: 0 0 auto;
    font-size: clamp(21px, 5.8vw, 27px);
  }
  .reviews {
    min-height: 690px;
    padding: 20px 0 72px;
    background: linear-gradient(180deg, #eee1b9 0, #f7f3e9 54%, #fff 100%);
  }
  .reviewHeading {
    width: 100%;
    height: 175px;
  }
  .quoteMark {
    top: 50px;
    left: 25px;
    font-size: 118px;
  }
  .reviewTitle {
    top: 90px;
    width: 355px;
    max-width: 92%;
  }
  .reviewShell {
    width: 87%;
    min-height: 480px;
    border-radius: 34px 34px 0 0;
    padding: 68px 0 25px;
  }
  .reviewNav {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 14px;
    overflow: hidden;
    border: 1px solid #c8ae86;
    border-radius: 30px;
  }
  .reviewNav button {
    width: 34px;
    height: 30px;
    padding: 0;
    border: 0;
    color: #c8ae86;
    background: #fff;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }
  .reviewViewport {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding: 0 14px 50px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .reviewViewport::-webkit-scrollbar {
    display: none;
  }
  .reviewTrack {
    gap: 24px;
    padding: 0;
  }
  .reviewCard {
    flex-basis: 210px;
    min-height: 345px;
    padding: 22px 20px 25px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.3;
    box-shadow: 0 10px 10px rgba(68, 59, 46, 0.16);
  }
  .reviewCard .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
  }
  .reviewDivider {
    margin-bottom: 17px;
  }
  .reviewCard b {
    font-size: 15px;
  }
  .reviewCard small {
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
  }
  .reviewRating {
    gap: 8px;
  }
  .reviewRating span {
    font-size: 18px;
  }
  .reviewRating em {
    font-size: 12px;
  }
  .reviewCard p {
    margin-top: 20px;
  }
  .reels {
    min-height: 930px;
    padding: 48px 0 150px;
    margin-bottom: -54px;
    border-radius: 0 0 50% 50% / 0 0 54px 54px;
    background: #fff url("../images/reels_bg.png") center top/100% 100%
      no-repeat;
  }
  .reels:after {
    content: none;
  }
  .reels .sectionHeading {
    position: relative;
    z-index: 2;
  }
  .reels .sectionHeading h2 {
    font-size: 28px;
    letter-spacing: 0.16em;
    margin-bottom: 5px;
  }
  .reels .sectionHeading span {
    font-size: 19px;
    letter-spacing: 0.04em;
  }
  .reelsStage {
    display: none;
  }
  .reelsMobile {
    display: grid;
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 6px;
    padding: 54px 18px 75px;
    background: transparent;
    margin-top: 18px;
  }
  .reelsMobile .mobileReel {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
  }
  .reelsMobile .mobileReel > img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, 0.94);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }
  .mobileReelName {
    display: flex;
    /*min-height:42px;*/
    align-items: center;
    justify-content: center;
    margin: 6px 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
  }
  .mobileReelIg {
    display: flex;
    width: max-content;
    max-width: 118px;
    height: 29px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 9px 3px;
    border: 1px solid rgba(116, 107, 91, 0.55);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.34);
    white-space: nowrap;
  }
  .reelsMobile .igIcon {
    position: relative;
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 0;
    border-radius: 5px;
    background: radial-gradient(
      circle at 68% 68%,
      #ffd36a 0 13%,
      #f04a48 32%,
      #c13584 57%,
      #654acb 78%
    );
  }
  .reelsMobile .igIcon:before {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fff;
    border-radius: 4px;
  }
  .reelsMobile .igIcon:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    border: 1.5px solid #fff;
    border-radius: 50%;
  }
  .reelsMobile .igHandle {
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    text-overflow: ellipsis;
  }
  .about {
    min-height: 980px;
    padding: 166px 27px 0;
  }
  .about:before {
    left: -15%;
    bottom: 0;
    width: 42%;
    height: 150px;
    clip-path: polygon(38% 0, 100% 100%, 0 100%);
  }
  .aboutInner {
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
    align-items: stretch;
  }
  .aboutCopy {
    max-width: none;
    padding: 0;
  }
  .aboutGhost {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 40px;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: normal;
    color: rgba(72, 67, 60, 0.42);
  }
  .aboutCopy > span {
    display: none;
  }
  .aboutCopy p {
    max-width: none;
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .aboutCopy .aboutLead {
    margin-bottom: 37px;
    font-size: 17px;
    line-height: 1.75;
  }
  .aboutImage {
    width: 94%;
    margin: 0 auto;
  }
  .aboutImage img {
    height: 445px;
    border-radius: 50% 50% 0 0;
  }
  .aboutHills {
    inset: 0;
  }
  .aboutHills i:nth-child(1) {
    top: 55px;
    right: -19%;
    bottom: auto;
    left: auto;
    width: 53%;
    height: 250px;
    background: rgba(237, 224, 211, 0.66);
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 66%);
  }
  .aboutHills i:nth-child(2) {
    right: -18%;
    bottom: 250px;
    left: auto;
    width: 58%;
    height: 260px;
    background: rgba(232, 222, 203, 0.55);
    clip-path: polygon(100% 35%, 100% 100%, 0 100%);
  }
  .aboutHills i:nth-child(3) {
    display: none;
  }
}
/* Keep every homepage panel at least one complete mobile viewport tall. */
@media (max-width: 900px) {
  .hero,
  .story,
  .rooms,
  .nupass,
  .reviews,
  .reels,
  .about {
    min-height: 100vh;
  }
  .hero,
  .rooms {
    height: 100vh;
  }
  .storyInner {
    min-height: 100vh;
  }
}
@supports (height: 100svh) {
  @media (max-width: 900px) {
    .hero,
    .story,
    .rooms,
    .nupass,
    .reviews,
    .reels,
    .about {
      min-height: 100svh;
    }
    .hero,
    .rooms {
      height: 100svh;
    }
    .storyInner {
      min-height: 100svh;
    }
  }
}
/* Small mobile */
@media (max-width: 480px) {
  .hero {
    height: 875px;
    min-height: 875px;
  }
  .heroTitle {
    top: 45%;
    font-size: 21px;
    letter-spacing: 0.5em;
  }
  .story {
    min-height: 840px;
  }
  .storyInner {
    min-height: 840px;
    padding-top: 30%;
  }
  .storyCopy {
    padding: 0 28px 38px;
  }
  .storyCopy h2,
  .story h2 {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .storyText {
    font-size: 15px;
    line-height: 1.8;
  }
  .storyImage {
    width: 100%;
  }
  .storyImage img {
    height: 275px;
  }
  .rooms {
    height: 100vh;
    min-height: 100vh;
  }
  @supports (height: 100svh) {
    .rooms {
      height: 100svh;
      min-height: 100svh;
    }
  }
  .nupass {
    height: auto;
    min-height: 980px;
  }
  .reviews {
    padding-bottom: 55px;
  }
  .reelsMobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px 4px;
    padding: 50px 10px 75px;
  }
  .reelsMobile .mobileReel > img {
    width: 68px;
    height: 68px;
  }
  .mobileReelName {
    font-size: 14px;
  }
  .mobileReelIg {
    max-width: 112px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .about {
    min-height: 980px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .aboutImage img {
    height: 405px;
  }
  .aboutGhost {
    font-size: 62px;
  }
}
/* 首頁：捲動一段距離才滑入右側預約／LINE 浮鈕；其餘內頁固定顯示，見 inner-common.css */
.homePage .sideActions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}
.homePage .sideActions.isVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

/* Homepage booking button */
.homePage .siteHeader .bookBtn {
  border: 1px solid #fff;
  background: rgba(237, 227, 213, 0.9);
  color: #404e43;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.homePage .siteHeader .bookBtn:hover,
.homePage .siteHeader .bookBtn:focus-visible {
  border-color: #ede3d5;
  background: rgba(64, 78, 67, 0.9);
  color: #d4c2aa;
}

/* Final iOS viewport guard: later than all handset-specific artwork rules. */
@media (max-width: 900px) {
  .hero,
  .rooms {
    height: 100vh;
    min-height: 100vh;
  }
  .story,
  .storyInner {
    min-height: max(840px, 100vh);
  }
  .reviews {
    min-height: 100vh;
  }
  .reels {
    min-height: max(930px, 100vh);
  }
  .about {
    min-height: max(980px, 100vh);
  }
}
@supports (height: 100svh) {
  @media (max-width: 900px) {
    .hero,
    .rooms {
      height: 100svh;
      min-height: 100svh;
    }
    .story,
    .storyInner {
      min-height: max(840px, 100svh);
    }
    .reviews {
      min-height: 100svh;
    }
    .reels {
      min-height: max(930px, 100svh);
    }
    .about {
      min-height: max(980px, 100svh);
    }
  }
}

/* Desktop hero always fills the complete visible viewport. */
@media (min-width: 901px) {
  .hero {
    height: 100vh;
    min-height: 100vh;
    max-height: none;
  }
}
@supports (height: 100dvh) {
  @media (min-width: 901px) {
    .hero {
      height: 100dvh;
      min-height: 100dvh;
    }
  }
}
/* Keep the desktop story composition proportional at every resolution. */
@media (min-width: 901px) {
  .story {
    min-height: 100vh;
  }
  .storyInner {
    width: 89.5vw;
    max-width: none;
    min-height: 100vh;
    padding-top: 8.85vw;
    padding-bottom: 5vw;
  }
  .storyCopy {
    top: 10.7vw;
    width: 38.5vw;
    max-width: none;
  }
  .storyCopy h2 {
    margin-bottom: 3.25vw;
    font-size: 1.6vw;
  }
  .storyText {
    font-size: 0.88vw;
  }
  .storyImage {
    right: calc((100vw - 100%) / -2);
    top: 18.75vw;
    width: 44vw;
  }
  .storyImage img {
    height: 21.8vw;
  }
}
@supports (height: 100dvh) {
  @media (min-width: 901px) {
    .story,
    .storyInner {
      min-height: 100dvh;
    }
  }
}
