:root {
  --forest: #27322d;
  --forest-deep: #18201d;
  --moss: #68766c;
  --paper: #d9d2c5;
  --paper-light: #eee9df;
  --mist: #b8c0be;
  --clay: #a65b43;
  --ink: #1e2421;
  --muted: rgba(30, 36, 33, .64);
  --line: rgba(30, 36, 33, .28);
  --gutter: clamp(20px, 4.4vw, 72px);
  --content: 1480px;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", Consolas, monospace;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); border: 1px solid currentColor; padding: 10px 14px; background: var(--paper-light); color: var(--ink); }
.skip-link:focus { transform: none; }
.progress { position: fixed; z-index: 90; inset: 0 0 auto; height: 3px; pointer-events: none; }
.progress i { display: block; width: 0; height: 100%; background: var(--clay); }

.demo-notice { position: absolute; z-index: 12; top: 92px; right: var(--gutter); display: flex; max-width: min(620px, 52vw); align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.55); padding: 10px 14px; background: rgba(20,28,25,.42); color: white; backdrop-filter: blur(12px); }
.demo-notice b { flex: 0 0 auto; color: #efaa8e; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.demo-notice span { font-size: 9px; line-height: 1.6; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; height: 76px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.3); padding: 0 var(--gutter); color: white; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand svg { width: 37px; height: 37px; }
.brand svg path:first-child { fill: currentColor; }
.brand svg path:last-child { fill: none; stroke: var(--clay); stroke-width: 4; }
.brand span { display: grid; gap: 2px; }
.brand b { font-family: var(--serif); font-size: 15px; font-weight: 600; letter-spacing: .12em; }
.brand small { font-family: var(--mono); font-size: 6px; letter-spacing: .18em; opacity: .64; }
.desktop-nav { display: flex; gap: clamp(28px, 4vw, 64px); align-items: center; }
.desktop-nav a { position: relative; font-size: 10px; letter-spacing: .15em; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; transform: scaleX(0); background: white; content: ""; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: none; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: var(--forest-deep); color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,18,16,.78) 0%, rgba(10,18,16,.38) 38%, rgba(10,18,16,.05) 72%), linear-gradient(0deg, rgba(10,18,16,.5), transparent 48%); }
.hero-copy { position: relative; z-index: 2; display: grid; width: min(760px, 62vw); min-height: max(760px, 100svh); align-content: center; padding: 120px var(--gutter) 90px; }
.hero-copy > p { margin: 0 0 30px; color: rgba(255,255,255,.66); font-family: var(--mono); font-size: 8px; letter-spacing: .16em; }
.hero-copy h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(68px, 8.2vw, 136px); font-weight: 500; letter-spacing: -.08em; line-height: .88; text-wrap: balance; }
.hero-copy > span { max-width: 500px; margin-top: 36px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 16px; line-height: 1.9; }
.hero-copy > a { display: flex; width: 210px; min-height: 58px; align-items: center; justify-content: space-between; margin-top: 34px; border: 1px solid rgba(255,255,255,.64); padding: 0 19px; font-size: 10px; letter-spacing: .06em; transition: background 180ms ease, color 180ms ease; }
.hero-copy > a:hover { background: white; color: var(--ink); }
.hero-copy > a i { font-size: 17px; font-style: normal; }
.hero-coordinate { position: absolute; z-index: 3; right: var(--gutter); bottom: 86px; display: grid; width: 260px; gap: 8px; border-top: 1px solid white; padding-top: 18px; text-align: right; }
.hero-coordinate small { font-family: var(--mono); font-size: 7px; letter-spacing: .12em; }
.hero-coordinate b { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.hero-coordinate span { color: rgba(255,255,255,.6); font-size: 9px; }
.image-disclosure { position: absolute; z-index: 3; right: var(--gutter); bottom: 22px; margin: 0; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 7px; letter-spacing: .12em; }

.section { position: relative; padding-right: max(var(--gutter), calc((100vw - var(--content))/2 + var(--gutter))); padding-left: max(var(--gutter), calc((100vw - var(--content))/2 + var(--gutter))); }
.eyebrow { margin: 0; color: var(--clay); font-family: var(--mono); font-size: 8px; letter-spacing: .14em; }
.orientation { display: grid; grid-template-columns: .72fr 1.3fr; gap: clamp(60px, 8vw, 140px); padding-top: 130px; padding-bottom: 140px; background: var(--paper-light); }
.orientation-copy h2, .stay-heading h2, .season-intro h2, .experience-copy h2, .arrival-copy h2, .planner-copy h2 { margin: 34px 0 0; font-family: var(--serif); font-size: clamp(48px, 5.8vw, 88px); font-weight: 500; letter-spacing: -.06em; line-height: 1.03; }
h2 span { color: var(--clay); }
.orientation-copy > p:last-child, .season-intro > p:last-child, .planner-copy > p:last-of-type { max-width: 580px; margin: 34px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.orientation-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.orientation-grid div { display: grid; min-height: 180px; align-content: space-between; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 24px; }
.orientation-grid dt { color: var(--muted); font-size: 9px; }
.orientation-grid dd { margin: 0; font-family: var(--serif); font-size: 30px; }
.orientation-grid small { color: var(--muted); font-size: 9px; }

.stay { padding-top: 130px; padding-bottom: 140px; background: var(--forest); color: var(--paper-light); }
.stay-heading { display: grid; grid-template-columns: .42fr 1.4fr; align-items: start; gap: 60px; margin-bottom: 72px; }
.stay-heading h2 { margin-top: 0; }
.stay-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(34px, 6vw, 92px); align-items: start; }
.room-visual { position: sticky; top: 20px; margin: 0; }
.room-visual img { width: 100%; aspect-ratio: 1.15; object-fit: cover; filter: saturate(.8) contrast(1.03); }
.room-visual figcaption, .experience-visual figcaption { margin-top: 12px; color: rgba(255,255,255,.52); font-family: var(--mono); font-size: 7px; letter-spacing: .1em; }
.room-list { border-top: 1px solid rgba(255,255,255,.45); }
.room-list article { display: grid; grid-template-columns: 90px 1fr; gap: 12px 22px; border-bottom: 1px solid rgba(255,255,255,.28); padding: 34px 0; }
.room-list article > span { padding-top: 7px; color: #d68b6e; font-family: var(--mono); font-size: 7px; }
.room-list h3 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.room-list article > p { grid-column: 2; margin: 0; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.8; }
.room-list dl { grid-column: 2; margin: 12px 0 0; }
.room-list dl div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; border-top: 1px dashed rgba(255,255,255,.25); padding: 12px 0; }
.room-list dt { color: rgba(255,255,255,.42); font-size: 9px; }
.room-list dd { margin: 0; font-size: 10px; }

.seasons { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 8vw, 140px); padding-top: 130px; padding-bottom: 140px; background: var(--paper); }
.season-intro h2 { font-size: clamp(48px, 5.2vw, 80px); }
.season-console { align-self: start; border: 1px solid var(--ink); background: var(--paper-light); }
.season-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); }
.season-tabs button { position: relative; display: grid; min-height: 106px; place-content: center; gap: 7px; border: 0; border-right: 1px solid var(--ink); padding: 12px; background: transparent; color: var(--ink); cursor: pointer; }
.season-tabs button:last-child { border-right: 0; }
.season-tabs span { font-family: var(--mono); font-size: 7px; }
.season-tabs b { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.season-tabs button[aria-selected="true"] { background: var(--clay); color: white; }
.season-tabs button:focus-visible { z-index: 2; outline: 3px solid var(--forest); outline-offset: -4px; }
.season-sheet { padding: clamp(34px, 5vw, 68px); }
.season-sheet > p:first-child { display: flex; justify-content: space-between; margin: 0; color: var(--muted); font-family: var(--mono); font-size: 7px; letter-spacing: .1em; }
.season-sheet h3 { margin: 26px 0 48px; font-family: var(--serif); font-size: clamp(38px, 4vw, 64px); font-weight: 500; }
.season-details { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.season-details article { display: grid; min-height: 154px; align-content: space-between; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 18px; }
.season-details span { color: var(--muted); font-size: 9px; }
.season-details b { font-size: 10px; font-weight: 500; line-height: 1.7; }
.season-sheet > p:last-child { margin: 25px 0 0; color: var(--muted); font-size: 10px; line-height: 1.8; }

.experience { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(56px, 8vw, 130px); align-items: center; padding-top: 130px; padding-bottom: 130px; background: var(--forest-deep); color: white; }
.experience-visual { margin: 0; }
.experience-visual img { width: 100%; aspect-ratio: 1.38; object-fit: cover; filter: saturate(.72); }
.experience-copy h2 { font-size: clamp(48px, 5vw, 78px); }
.experience-copy ol { margin: 55px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.4); }
.experience-copy li { display: grid; grid-template-columns: 74px 1fr; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.23); padding: 22px 0; }
.experience-copy li > span { color: #d68b6e; font-family: var(--mono); font-size: 8px; }
.experience-copy li b { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.experience-copy li p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.7; }

.arrival { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 8vw, 130px); align-items: center; padding-top: 130px; padding-bottom: 140px; background: var(--paper-light); }
.arrival-map { border: 1px solid var(--ink); padding: clamp(18px, 3vw, 38px); }
.arrival-map svg { width: 100%; color: var(--ink); }
.arrival-map .contour { fill: none; stroke: rgba(30,36,33,.16); stroke-width: 1; }
.arrival-map .route { fill: none; stroke: var(--clay); stroke-width: 4; stroke-dasharray: 7 8; }
.arrival-map circle { fill: var(--forest); }
.arrival-map .pin { fill: var(--clay); }
.arrival-map text { fill: var(--ink); font-family: var(--sans); font-size: 12px; }
.arrival-map > span { display: block; border-top: 1px solid var(--ink); padding-top: 14px; color: var(--muted); font-family: var(--mono); font-size: 7px; letter-spacing: .1em; }
.arrival-copy h2 { font-size: clamp(48px, 5vw, 78px); }
.arrival-copy dl { margin: 48px 0 0; border-top: 1px solid var(--ink); }
.arrival-copy dl div { display: grid; grid-template-columns: 100px 1fr; gap: 28px; border-bottom: 1px solid var(--ink); padding: 20px 0; }
.arrival-copy dt { color: var(--clay); font-size: 10px; }
.arrival-copy dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.planner { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(60px, 8vw, 130px); padding-top: 130px; padding-bottom: 140px; background: #b5b4a9; }
.planner-copy h2 { font-size: clamp(52px, 5.6vw, 86px); }
.local-stamp { display: grid; width: fit-content; gap: 6px; margin-top: 32px; border: 2px solid var(--clay); padding: 13px 16px; transform: rotate(-1.2deg); color: #7d3f2d; }
.local-stamp b { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.local-stamp span { font-size: 9px; }
.planner-form fieldset { margin: 0 0 30px; border: 0; padding: 0; }
.planner-form legend { width: 100%; margin-bottom: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 11px; font-size: 12px; font-weight: 700; }
.planner-form legend span { display: inline-block; width: 38px; color: var(--clay); font-family: var(--mono); font-size: 8px; }
.choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choices--four { grid-template-columns: repeat(4, 1fr); }
.choices label { position: relative; cursor: pointer; }
.choices input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choices label span { display: grid; min-height: 52px; place-items: center; border: 1px solid rgba(30,36,33,.62); padding: 8px; font-size: 10px; }
.choices input:focus-visible + span { outline: 3px solid var(--clay); outline-offset: 2px; }
.choices input:checked + span { background: var(--forest); color: white; }
.planner-form > button { display: flex; width: 100%; min-height: 60px; align-items: center; justify-content: space-between; border: 0; padding: 0 22px; background: var(--clay); color: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.planner-form > button span { font-size: 18px; }
.planner-result { align-self: center; border: 1px solid var(--paper-light); padding: clamp(34px, 5vw, 64px); background: var(--forest); color: white; }
.planner-result[hidden] { display: none; }
.planner-result > p:first-child { margin: 0; color: #d68b6e; font-family: var(--mono); font-size: 8px; }
.planner-result h3 { margin: 15px 0 30px; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.planner-result dl { margin: 0; border-top: 1px solid rgba(255,255,255,.25); }
.planner-result dl div { display: grid; grid-template-columns: .45fr 1.55fr; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.2); padding: 13px 0; }
.planner-result dt { color: rgba(255,255,255,.46); font-size: 9px; }
.planner-result dd { margin: 0; font-size: 10px; line-height: 1.7; }
.planner-result > p:nth-of-type(2) { margin: 22px 0 0; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.8; }
.planner-result > p b { color: white; }
.planner-result > button { margin-top: 20px; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 5px; background: transparent; color: white; font-size: 10px; cursor: pointer; }

.site-footer { display: grid; grid-template-columns: .7fr 1.35fr .45fr; gap: 52px; align-items: end; max-width: var(--content); margin: 0 auto; padding: 82px var(--gutter) 108px; background: var(--paper); }
.brand--dark { color: var(--forest); }
.site-footer > div b { font-size: 11px; }
.site-footer > div p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.site-footer > p { display: grid; justify-items: end; gap: 10px; margin: 0; color: var(--muted); font-family: var(--mono); font-size: 8px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 680ms var(--ease), transform 680ms var(--ease); }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .orientation, .seasons { grid-template-columns: .85fr 1.15fr; gap: 60px; }
  .stay-heading { grid-template-columns: .35fr 1.4fr; }
  .stay-layout { grid-template-columns: 1fr 1fr; gap: 45px; }
  .experience, .arrival { gap: 60px; }
  .planner { grid-template-columns: .75fr 1fr; gap: 60px; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { position: relative; z-index: 52; display: flex; width: 76px; height: 40px; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.55); padding: 0 11px; background: rgba(20,28,25,.22); color: white; font-family: var(--mono); font-size: 9px; cursor: pointer; }
  .menu-toggle i, .menu-toggle i::before { display: block; width: 15px; height: 1px; background: currentColor; content: ""; transition: transform 180ms ease; }
  .menu-toggle i::before { transform: translateY(4px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .mobile-nav { position: fixed; inset: 0 0 0 auto; z-index: 50; display: flex; width: min(88vw, 390px); transform: translateX(102%); flex-direction: column; justify-content: center; border-left: 1px solid var(--ink); padding: 90px 38px; background: var(--paper-light); color: var(--ink); transition: transform 280ms var(--ease); }
  .mobile-nav.is-open { transform: none; }
  .mobile-nav a { border-bottom: 1px solid var(--ink); padding: 21px 0; font-family: var(--serif); font-size: 18px; }
  .demo-notice { top: 88px; right: var(--gutter); left: var(--gutter); max-width: none; }
  .hero-copy { width: 78vw; }
  .orientation, .seasons, .experience, .arrival, .planner { grid-template-columns: 1fr; }
  .orientation-grid { margin-top: 10px; }
  .stay-heading { grid-template-columns: 1fr; gap: 30px; }
  .stay-layout { grid-template-columns: 1fr; }
  .room-visual { position: static; }
  .experience-copy { order: -1; }
  .arrival-copy { order: -1; }
  .planner-result { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr 1.3fr; }
  .site-footer > p { grid-column: 1 / -1; grid-auto-flow: column; justify-content: space-between; justify-items: start; }
}

@media (max-width: 620px) {
  :root { --gutter: 18px; }
  .site-header { height: 66px; }
  .brand { gap: 9px; }
  .brand svg { width: 32px; height: 32px; }
  .brand b { font-size: 13px; }
  .brand small { font-size: 5px; }
  .demo-notice { top: 76px; gap: 8px; padding: 8px 10px; }
  .demo-notice b { font-size: 6px; }
  .demo-notice span { font-size: 7px; }
  .hero { min-height: 780px; }
  .hero > img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,18,16,.75), rgba(10,18,16,.1)), linear-gradient(0deg, rgba(10,18,16,.7), transparent 55%); }
  .hero-copy { width: 94vw; min-height: 780px; align-content: end; padding: 170px var(--gutter) 170px; }
  .hero-copy > p { margin-bottom: 20px; font-size: 7px; }
  .hero-copy h1 { max-width: 330px; font-size: clamp(55px, 18vw, 76px); line-height: .9; }
  .hero-copy > span { max-width: 330px; margin-top: 24px; font-size: 12px; line-height: 1.7; }
  .hero-copy > a { width: 190px; min-height: 52px; margin-top: 25px; }
  .hero-coordinate { right: var(--gutter); bottom: 68px; left: var(--gutter); width: auto; text-align: left; }
  .hero-coordinate b { font-size: 15px; }
  .image-disclosure { right: var(--gutter); bottom: 18px; left: var(--gutter); font-size: 6px; }
  .orientation, .stay, .seasons, .experience, .arrival, .planner { padding-top: 88px; padding-bottom: 92px; }
  .orientation, .seasons, .experience, .arrival, .planner { gap: 48px; }
  .orientation-copy h2, .stay-heading h2, .season-intro h2, .experience-copy h2, .arrival-copy h2, .planner-copy h2 { margin-top: 25px; font-size: 45px; line-height: 1.03; }
  .orientation-copy > p:last-child, .season-intro > p:last-child, .planner-copy > p:last-of-type { margin-top: 25px; font-size: 11px; }
  .orientation-grid div { min-height: 142px; padding: 17px; }
  .orientation-grid dd { font-size: 23px; }
  .orientation-grid small { font-size: 8px; }
  .stay-heading { margin-bottom: 44px; }
  .room-visual img { aspect-ratio: .95; }
  .room-list article { grid-template-columns: 68px 1fr; gap: 10px 12px; padding: 26px 0; }
  .room-list h3 { font-size: 28px; }
  .room-list article > p, .room-list dl { grid-column: 1 / -1; }
  .room-list dl div { grid-template-columns: 78px 1fr; }
  .season-tabs button { min-height: 86px; padding: 8px; }
  .season-tabs span { font-size: 5px; }
  .season-tabs b { font-size: 23px; }
  .season-sheet { padding: 28px 20px 30px; }
  .season-sheet h3 { margin: 22px 0 30px; font-size: 38px; }
  .season-details { grid-template-columns: 1fr; border-left: 0; }
  .season-details article { min-height: 96px; border-left: 1px solid var(--ink); padding: 14px; }
  .experience-visual img { aspect-ratio: 1; }
  .experience-copy ol { margin-top: 38px; }
  .experience-copy li { grid-template-columns: 58px 1fr; }
  .arrival-map { padding: 12px; }
  .arrival-map text { font-size: 15px; }
  .arrival-copy dl { margin-top: 35px; }
  .arrival-copy dl div { grid-template-columns: 78px 1fr; gap: 18px; }
  .choices--four { grid-template-columns: repeat(2, 1fr); }
  .planner-result { padding: 30px 22px; }
  .planner-result dl div { grid-template-columns: 80px 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding-top: 62px; padding-bottom: 78px; }
  .site-footer > p { grid-column: auto; }
}

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