@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap');

:root {
  --ink: #17221f;
  --paper: #f5f1e8;
  --paper-deep: #e8e0d1;
  --green: #183f36;
  --green-soft: #2c5b4d;
  --gold: #b79052;
  --red: #a64434;
  --white: #fffdf8;
  --line: rgba(23, 34, 31, .15);
  --serif: 'Noto Serif SC', 'Songti SC', serif;
  --sans: 'Source Sans 3', 'Microsoft YaHei', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.concept-notice {
  min-height: 31px;
  padding: 6px 5vw;
  color: rgba(255,255,255,.72);
  background: #102c26;
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
}
.concept-notice span { margin-right: 8px; padding: 2px 7px; color: #fff; border: 1px solid rgba(255,255,255,.45); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 31px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 5vw;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 20px;
}
.brand b, .brand small { display: block; }
.brand b { font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }
.brand small { margin-top: 1px; opacity: .65; font-size: 9px; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s ease; }
.site-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.7); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 760px; color: #fff; background: var(--green); overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1594631252845-29fc4cc8cde9?auto=format&fit=crop&w=2200&q=88') center 55%/cover; transform: scale(1.025); animation: hero-in 1.5s ease both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,25,.82) 0%, rgba(10,30,25,.52) 42%, rgba(10,30,25,.1) 76%), linear-gradient(0deg, rgba(5,18,15,.55), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, 90vw); margin: auto; padding-top: 230px; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 600; letter-spacing: .28em; }
.eyebrow.dark { color: var(--green-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(46px, 6.6vw, 88px); line-height: 1.18; letter-spacing: .02em; }
.hero-copy { max-width: 610px; margin-bottom: 36px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; font: 600 14px var(--sans); letter-spacing: .06em; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.04); }
.button-light { color: var(--green); background: var(--white); }
.booking-strip { position: absolute; z-index: 3; right: 5vw; bottom: 0; left: 5vw; display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; align-items: stretch; color: var(--ink); background: rgba(255,253,248,.96); box-shadow: 0 24px 70px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.booking-strip div { padding: 19px 24px; border-right: 1px solid var(--line); }
.booking-strip span, .booking-strip strong { display: block; }
.booking-strip span { margin-bottom: 3px; color: #7a817e; font-size: 11px; letter-spacing: .1em; }
.booking-strip strong { font-family: var(--serif); font-size: 14px; }
.booking-strip > a { display: flex; align-items: center; padding: 0 28px; color: #fff; background: var(--green); font-size: 13px; text-decoration: none; }

.section { padding: 120px 7vw; }
.section-heading { max-width: 1180px; margin: 0 auto 58px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.2; }
.intro-grid { display: grid; max-width: 1180px; margin: auto; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.intro-copy .lead { font-family: var(--serif); font-size: 23px; line-height: 1.8; }
.intro-copy > p:not(.lead) { color: #57615d; }
.feature-image { position: relative; margin: 0; }
.feature-image::before { content: ''; position: absolute; top: -22px; left: -22px; width: 48%; height: 48%; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.feature-image img { position: relative; z-index: 1; aspect-ratio: 4/5; object-fit: cover; }
.feature-image figcaption { position: absolute; z-index: 2; right: 12px; bottom: 10px; padding: 4px 8px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.38); font-size: 10px; }
.facts { display: grid; margin-top: 38px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.facts div { padding: 24px 12px 14px 0; }
.facts b, .facts span { display: block; }
.facts b { color: var(--green); font: 600 32px var(--serif); }
.facts span { color: #737a77; font-size: 11px; }
.fineprint { color: #858b88; }

.section-tint { background: var(--paper-deep); }
.experience-grid { display: grid; max-width: 1180px; margin: auto; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(23,34,31,.22); border-bottom: 1px solid rgba(23,34,31,.22); }
.experience-card { min-height: 270px; padding: 40px 34px; border-right: 1px solid rgba(23,34,31,.22); }
.experience-card:last-child { border-right: 0; }
.card-index { color: var(--red); font-size: 12px; letter-spacing: .12em; }
.experience-card h3 { margin: 45px 0 16px; font-size: 26px; }
.experience-card p { margin-bottom: 0; color: #5f6965; }

.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 440px; margin-bottom: 4px; color: #68716e; }
.room-grid { display: grid; max-width: 1180px; margin: auto; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card { background: #fffaf1; border: 1px solid rgba(23,34,31,.08); transition: transform .35s ease, box-shadow .35s ease; }
.room-card:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(37,47,43,.12); }
.room-photo { position: relative; aspect-ratio: 4/3; background-position: center; background-size: cover; overflow: hidden; }
.room-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 45%); }
.room-photo span { position: absolute; z-index: 2; right: 12px; bottom: 10px; color: rgba(255,255,255,.85); font-size: 10px; }
.room-photo-one { background-image: url('https://images.unsplash.com/photo-1611892440504-42a792e24d32?auto=format&fit=crop&w=1000&q=82'); }
.room-photo-two { background-image: url('https://images.unsplash.com/photo-1590490360182-c33d57733427?auto=format&fit=crop&w=1000&q=82'); }
.room-photo-three { background-image: url('https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=1000&q=82'); }
.room-body { padding: 26px; }
.room-kicker { margin-bottom: 6px; color: var(--red); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.room-body h3 { margin-bottom: 8px; font-size: 23px; }
.room-body > p:not(.room-kicker) { color: #626c68; font-size: 14px; }
.room-body ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.room-body li { padding: 4px 10px; border: 1px solid var(--line); color: #5b6561; font-size: 11px; }

.section-dark { color: #fff; background: var(--green); }
.section-dark .section-heading > p:last-child { max-width: 550px; color: rgba(255,255,255,.63); }
.nearby-layout { display: grid; max-width: 1180px; margin: auto; grid-template-columns: 70px 1fr; }
.route-line { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-around; }
.route-line::before { content: ''; position: absolute; top: 10%; bottom: 10%; width: 1px; background: rgba(255,255,255,.25); }
.route-line span { position: relative; z-index: 1; width: 9px; height: 9px; border: 2px solid var(--green); border-radius: 50%; background: #afc3ba; box-shadow: 0 0 0 1px rgba(255,255,255,.5); }
.route-line span.active { width: 15px; height: 15px; background: var(--gold); }
.nearby-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.nearby-item { padding: 34px 24px; border-right: 1px solid rgba(255,255,255,.2); }
.nearby-item:last-child { border-right: 0; }
.nearby-item b { color: #d7bd91; font-size: 11px; font-weight: 500; }
.nearby-item h3 { margin: 28px 0 8px; font-size: 22px; }
.nearby-item p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; }

.center { max-width: 780px; text-align: center; }
.center > p:last-child { color: #68716e; }
.wheel-stage { display: grid; max-width: 980px; margin: auto; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.wheel-wrap { position: relative; width: min(420px, 84vw); margin: auto; filter: drop-shadow(0 26px 30px rgba(35,39,37,.18)); }
.wheel-pointer { position: absolute; z-index: 5; top: -13px; left: 50%; width: 32px; height: 44px; background: var(--red); clip-path: polygon(50% 100%, 0 0, 100% 0); transform: translateX(-50%); }
.wheel { position: relative; width: 100%; aspect-ratio: 1; border: 12px solid #fffaf0; border-radius: 50%; background: conic-gradient(from -60deg, #bd4837 0deg 120deg, #d4b06f 120deg 240deg, #2e6253 240deg 360deg); box-shadow: inset 0 0 0 2px rgba(255,255,255,.5), 0 0 0 1px rgba(23,34,31,.13); transition: transform 4.2s cubic-bezier(.13,.78,.12,1); }
.wheel::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.wheel-label { position: absolute; z-index: 2; width: 130px; color: #fff; font-family: var(--serif); font-size: 17px; line-height: 1.35; text-align: center; text-shadow: 0 1px 4px rgba(0,0,0,.2); }
.wheel-label small { font: 10px var(--sans); opacity: .82; }
.label-one { top: 18%; left: 50%; transform: translateX(-50%); }
.label-two { right: 4%; bottom: 24%; transform: rotate(0deg); }
.label-three { bottom: 24%; left: 4%; }
.spin-button { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 102px; height: 102px; place-items: center; padding: 0; color: var(--green); background: #fffaf0; border: 8px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.2); transform: translate(-50%, -50%); font: 700 18px/1.15 var(--serif); cursor: pointer; }
.spin-button:disabled { cursor: wait; opacity: .78; }
.prize-eyebrow { color: var(--red); font-size: 11px; font-weight: 600; letter-spacing: .2em; }
.prize-panel ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.prize-panel li { display: flex; align-items: center; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.prize-panel li > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; color: var(--green); border: 1px solid var(--green); border-radius: 50%; font: 600 17px var(--serif); }
.prize-panel b, .prize-panel small { display: block; }
.prize-panel b { font-family: var(--serif); }
.prize-panel small { margin-top: 2px; color: #89908d; }
.activity-note { margin-top: 25px; color: #767e7b; font-size: 12px; }
.interpretation { margin: 34px 0 0; color: #8b918f; font-size: 11px; text-align: center; }

.closing { position: relative; display: grid; min-height: 580px; place-items: center; color: #fff; overflow: hidden; }
.closing-image { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=2200&q=85') center/cover; }
.closing-overlay { position: absolute; inset: 0; background: rgba(10,39,32,.52); }
.closing-copy { position: relative; z-index: 2; padding: 50px; text-align: center; }
.closing-copy h2 { margin-bottom: 34px; font-size: clamp(36px, 5vw, 60px); }
.site-footer { display: grid; padding: 52px 7vw; grid-template-columns: .7fr 1.3fr; gap: 50px; color: rgba(255,255,255,.66); background: #102c26; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 14px; color: #fff; }
.footer-brand b, .footer-brand small { display: block; }
.footer-brand b { font: 600 18px var(--serif); }
.footer-brand small { opacity: .55; }
.footer-meta { max-width: 760px; }
.footer-meta p { margin-bottom: 7px; }
.footer-meta a { color: #ddd0b8; }

.result-dialog { width: min(470px, calc(100vw - 32px)); padding: 50px 42px 40px; color: var(--ink); background: var(--paper); border: 0; text-align: center; box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.result-dialog::backdrop { background: rgba(7,22,18,.72); backdrop-filter: blur(6px); }
.result-dialog h2 { margin-bottom: 10px; font-size: 30px; }
.result-dialog #resultText { color: var(--red); font: 600 21px var(--serif); }
.result-dialog small { display: block; margin-bottom: 25px; color: #7b8380; }
.dialog-close { position: absolute; top: 12px; right: 16px; color: #6a716e; background: none; border: 0; font-size: 28px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: .2; transform: scale(1.08); } to { opacity: 1; transform: scale(1.025); } }

@media (max-width: 980px) {
  .site-header { padding: 18px 5vw; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; top: 0; right: 0; display: flex; width: min(84vw, 390px); height: 100vh; padding: 110px 36px; flex-direction: column; align-items: stretch; gap: 0; color: #fff; background: #102c26; box-shadow: -20px 0 60px rgba(0,0,0,.28); transform: translateX(110%); transition: transform .35s ease; }
  .menu-open .site-nav { transform: translateX(0); }
  .site-nav a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav .nav-cta { margin-top: 24px; text-align: center; }
  .booking-strip { grid-template-columns: repeat(3, 1fr); }
  .booking-strip > a { grid-column: 1/-1; justify-content: center; min-height: 48px; }
  .intro-grid { gap: 6vw; }
  .room-grid { gap: 14px; }
  .nearby-layout { grid-template-columns: 1fr; }
  .route-line { display: none; }
  .nearby-list { grid-template-columns: repeat(3, 1fr); }
  .nearby-item:nth-child(3) { border-right: 0; }
  .nearby-item:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.2); }
  .wheel-stage { gap: 34px; }
}

@media (max-width: 720px) {
  .concept-notice { padding: 6px 14px; text-align: left; }
  .concept-notice span { display: inline-block; }
  .site-header { top: 48px; }
  .brand small { display: none; }
  .hero { min-height: 790px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,28,23,.78), rgba(8,28,23,.28)), linear-gradient(0deg, rgba(5,18,15,.72), transparent 55%); }
  .hero-content { padding-top: 210px; }
  h1 { font-size: 47px; }
  .hero-copy { font-size: 16px; }
  .booking-strip { right: 16px; bottom: 16px; left: 16px; grid-template-columns: 1fr 1fr; }
  .booking-strip div { padding: 13px 14px; }
  .booking-strip div:nth-child(3) { display: none; }
  .booking-strip strong { font-size: 12px; }
  .booking-strip > a { min-height: 44px; }
  .section { padding: 86px 20px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: 36px; }
  .intro-grid, .wheel-stage, .site-footer { grid-template-columns: 1fr; }
  .intro-grid { gap: 54px; }
  .intro-copy .lead { font-size: 19px; }
  .facts b { font-size: 25px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: auto; padding: 30px 12px; border-right: 0; border-bottom: 1px solid rgba(23,34,31,.22); }
  .experience-card:last-child { border-bottom: 0; }
  .experience-card h3 { margin: 20px 0 10px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .room-grid { grid-template-columns: 1fr; gap: 22px; }
  .room-card:hover { transform: none; }
  .nearby-list { grid-template-columns: 1fr; }
  .nearby-item, .nearby-item:nth-child(3) { padding: 24px 6px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .nearby-item h3 { margin: 10px 0 4px; }
  .wheel-stage { gap: 52px; }
  .wheel { border-width: 9px; }
  .wheel-label { width: 112px; font-size: 15px; }
  .label-one { top: 17%; }
  .label-two { right: 1%; bottom: 23%; }
  .label-three { bottom: 23%; left: 1%; }
  .spin-button { width: 88px; height: 88px; font-size: 16px; }
  .prize-panel { padding: 0 6px; }
  .closing { min-height: 480px; }
  .site-footer { gap: 28px; padding: 42px 20px; }
  .result-dialog { padding: 48px 24px 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
