:root {
  --ink: #1b1713;
  --paper: #f2ede4;
  --paper-deep: #e7dfd2;
  --sand: #d6ba8c;
  --gold: #c89042;
  --terracotta: #a45235;
  --muted: #776c61;
  --line: rgba(27, 23, 19, .16);
  --max: 1320px;
  --serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --sans: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.75; }
body.nav-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #fff; background: var(--terracotta); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 300; padding: 10px 16px; color: #000; background: #fff; }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 210; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress i { display: block; width: 0; height: 100%; background: #e7b669; box-shadow: 0 0 10px rgba(231, 182, 105, .6); }

.site-header { position: fixed; z-index: 200; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(20px, 4vw, 68px); color: #fff; transition: padding .35s ease, background .35s ease, box-shadow .35s ease; }
.site-header::after { content: ""; position: absolute; inset: auto clamp(20px, 4vw, 68px) 0; height: 1px; background: rgba(255, 255, 255, .24); transition: opacity .3s; }
.site-header.is-scrolled { padding-top: 13px; padding-bottom: 13px; background: rgba(23, 19, 15, .92); backdrop-filter: blur(16px); box-shadow: 0 12px 35px rgba(0, 0, 0, .12); }
.site-header.is-scrolled::after { opacity: 0; }
.brand { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 14px; letter-spacing: .12em; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .1em; }
.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: .16em; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); font-size: 14px; }
.main-nav > a { position: relative; white-space: nowrap; }
.main-nav > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-laundry { color: #f0c67c; }
.nav-book { padding: 10px 18px; border: 1px solid rgba(255, 255, 255, .72); transition: .25s; }
.nav-book:hover, .nav-book:focus-visible { color: var(--ink); background: #fff; }
.nav-toggle { display: none; position: relative; z-index: 2; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; display: flex; min-height: 100svh; align-items: center; overflow: hidden; color: #fff; background: #21170f; }
.hero-image, .hero-shade, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: hero-in 1.7s ease both; will-change: transform; }
.hero-shade { background: linear-gradient(90deg, rgba(13, 10, 7, .77) 0%, rgba(13, 10, 7, .38) 52%, rgba(13, 10, 7, .16) 100%), linear-gradient(0deg, rgba(13, 10, 7, .58), transparent 55%); }
.hero-grain { opacity: .12; background-image: radial-gradient(rgba(255, 255, 255, .5) .55px, transparent .55px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 2; width: min(880px, 86vw); margin-left: max(7vw, 28px); padding-top: 70px; }
.eyebrow { margin: 0 0 24px; color: #efd09c; font-size: 11px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; }
.eyebrow.dark { color: var(--terracotta); }
.hero-kicker { animation: rise-in .9s .2s ease both; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.7vw, 104px); font-weight: 400; letter-spacing: .02em; line-height: 1.16; animation: rise-in 1s .3s ease both; }
.hero h1 em { color: #edc887; font-style: normal; }
.hero-lead { max-width: 630px; margin: 28px 0 36px; color: rgba(255, 255, 255, .82); font-family: var(--serif); font-size: clamp(16px, 1.5vw, 22px); letter-spacing: .08em; animation: rise-in 1s .45s ease both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; animation: rise-in 1s .55s ease both; }
.button { display: inline-flex; min-width: 142px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid rgba(255, 255, 255, .65); font-size: 14px; letter-spacing: .12em; transition: transform .25s, color .25s, background .25s, border-color .25s; }
.button-primary { color: #17130f; border-color: #d29a50; background: #d29a50; }
.button-primary:hover, .button-primary:focus-visible { border-color: #e2b370; background: #e2b370; transform: translateY(-2px); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--ink); background: #fff; transform: translateY(-2px); }
.button-dark { color: #fff; border-color: var(--ink); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); }
.hero-aside { position: absolute; z-index: 2; top: 50%; right: max(4vw, 30px); display: grid; gap: 2px; color: rgba(255, 255, 255, .58); font-size: 9px; letter-spacing: .18em; transform: translateY(-50%); }
.hero-aside b { margin-top: 10px; color: #fff; font-size: 10px; font-weight: 500; writing-mode: vertical-rl; }
.hero-scroll { position: absolute; z-index: 2; right: clamp(24px, 5vw, 70px); bottom: 42px; display: flex; gap: 14px; align-items: center; font-size: 11px; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero-scroll i { display: block; width: 1px; height: 50px; background: rgba(255, 255, 255, .65); animation: scroll-line 1.8s ease-in-out infinite; transform-origin: top; }

.facts { display: grid; max-width: var(--max); grid-template-columns: repeat(4, 1fr); margin: 0 auto; padding: 34px clamp(22px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.facts div { display: grid; place-items: center; padding: 10px 20px; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 38px); font-weight: 500; }
.facts span { color: var(--muted); font-size: 12px; letter-spacing: .08em; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(82px, 10vw, 150px) clamp(22px, 5vw, 72px); }
.section h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 72px); font-weight: 400; letter-spacing: .03em; line-height: 1.28; }
.story { display: grid; grid-template-columns: .8fr 1.1fr; gap: 7vw; }
.story-copy { align-self: end; max-width: 610px; padding-bottom: 40px; color: var(--muted); }
.story-lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.7; }
.story-sign { margin-top: 42px; color: var(--terracotta); font-family: var(--serif); letter-spacing: .22em; }
.story-image { position: relative; grid-column: 1 / -1; margin: 20px 0 0; overflow: hidden; }
.story-image img { aspect-ratio: 16 / 7.7; object-fit: cover; transition: transform 1.2s ease; }
.story-image:hover img { transform: scale(1.015); }
.story-image figcaption { position: absolute; right: 0; bottom: 0; max-width: 390px; padding: 18px 24px; color: rgba(255, 255, 255, .75); background: rgba(23, 19, 15, .9); font-size: 12px; letter-spacing: .04em; }

.rooms { display: grid; max-width: none; grid-template-columns: minmax(0, 1.35fr) minmax(420px, .85fr); padding: 0; background: var(--paper-deep); }
.rooms-image { position: relative; min-height: 730px; overflow: hidden; }
.rooms-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.rooms-image:hover img { transform: scale(1.02); }
.image-note { position: absolute; left: 22px; bottom: 28px; padding: 8px 12px; color: #fff; background: rgba(23, 19, 15, .72); font-size: 9px; letter-spacing: .2em; }
.rooms-content { padding: clamp(60px, 8vw, 120px) clamp(28px, 6vw, 100px); }
.rooms-content > p:not(.eyebrow) { margin: 24px 0 34px; color: var(--muted); }
.room-list { margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.room-list li { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.room-list li > span { color: var(--terracotta); font-family: var(--serif); font-size: 12px; }
.room-list strong { font-family: var(--serif); font-weight: 500; }
.room-list small { color: var(--muted); }
.text-link { display: inline-flex; gap: 20px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; letter-spacing: .08em; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.experiences { max-width: none; color: #fff; background: #1a1612; }
.experiences > * { max-width: calc(var(--max) - 144px); margin-right: auto; margin-left: auto; }
.section-heading { display: flex; gap: 60px; align-items: end; justify-content: space-between; margin-bottom: 58px; }
.section-heading > p { max-width: 430px; color: rgba(255, 255, 255, .6); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-card { position: relative; min-height: 610px; overflow: hidden; background: #2b241e; }
.experience-card img { min-height: 610px; height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-card::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(12, 9, 7, .94)); }
.experience-card > div { position: absolute; z-index: 2; inset: auto 30px 34px; }
.experience-card span { color: #e2b36f; font-family: var(--serif); }
.experience-card h3 { margin: 9px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.experience-card p { color: rgba(255, 255, 255, .7); font-size: 14px; }
.experience-card a { display: inline-block; margin-top: 6px; color: #e7bd7d; font-size: 13px; }
.experience-card:hover img { transform: scale(1.04); }

.services { max-width: none; padding-right: max(5vw, calc((100vw - var(--max)) / 2 + 72px)); padding-left: max(5vw, calc((100vw - var(--max)) / 2 + 72px)); color: #fff; background: #a95d3f; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .3); border-left: 1px solid rgba(255, 255, 255, .3); }
.service-grid > div { min-height: 260px; padding: 36px 28px; border-right: 1px solid rgba(255, 255, 255, .3); border-bottom: 1px solid rgba(255, 255, 255, .3); transition: color .3s, background .3s; }
.service-grid > div:hover { color: var(--ink); background: #e2bd83; }
.service-grid b { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.service-grid h3 { margin: 45px 0 10px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.service-grid p { color: rgba(255, 255, 255, .74); font-size: 13px; transition: color .3s; }
.service-grid > div:hover p { color: rgba(27, 23, 19, .72); }

.gallery { max-width: none; padding-right: max(5vw, calc((100vw - var(--max)) / 2 + 72px)); padding-left: max(5vw, calc((100vw - var(--max)) / 2 + 72px)); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.gallery-heading > p { max-width: 360px; color: var(--muted); }
.gallery-grid { display: grid; min-height: 650px; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.gallery-item { position: relative; margin: 0; padding: 0; overflow: hidden; border: 0; background: #d8c7ad; cursor: zoom-in; }
.gallery-large { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.gallery-item span { position: absolute; z-index: 2; left: 22px; bottom: 18px; padding: 6px 10px; color: #fff; background: rgba(23, 19, 15, .68); font-size: 11px; letter-spacing: .15em; }
.gallery-item::after { content: "+"; position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: #fff; font-size: 22px; transition: transform .35s, background .35s; }
.gallery-item:hover img { filter: brightness(.87); transform: scale(1.035); }
.gallery-item:hover::after { color: var(--ink); background: #fff; transform: rotate(90deg); }

.location { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: stretch; }
.location-card { padding: 30px 0; }
.location-card h2 { font-size: clamp(36px, 4.5vw, 64px); }
.address { margin: 30px 0; color: var(--muted); }
.location dl { margin: 0; border-top: 1px solid var(--line); }
.location dl div { display: flex; gap: 20px; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.location dt { font-family: var(--serif); }
.location dd { margin: 0; color: var(--muted); }
.location-actions { display: flex; gap: 25px; align-items: center; margin-top: 35px; }
.location-visual { position: relative; min-height: 550px; overflow: hidden; background: #dbbd8f; }
.sun { position: absolute; top: 15%; right: 16%; width: 160px; height: 160px; border-radius: 50%; background: #c75637; box-shadow: 0 0 70px rgba(199, 86, 55, .24); animation: sun-breathe 4s ease-in-out infinite; }
.dune { position: absolute; left: -15%; width: 140%; border-radius: 50% 50% 0 0; transform: rotate(-5deg); }
.dune-back { bottom: 10%; height: 52%; background: #bd8958; }
.dune-front { bottom: -10%; height: 39%; background: #8c5b38; transform: rotate(6deg); }
.map-pin { position: absolute; z-index: 2; top: 47%; left: 47%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50% 50% 50% 0; color: #fff; background: var(--ink); transform: rotate(-45deg); box-shadow: 0 14px 30px rgba(0, 0, 0, .22); }
.map-pin i { font-family: var(--serif); font-size: 12px; font-style: normal; transform: rotate(45deg); }
.location-visual > p { position: absolute; z-index: 2; bottom: 20px; left: 32px; color: rgba(255, 255, 255, .62); font-size: 10px; letter-spacing: .2em; }

.final-cta { position: relative; display: grid; min-height: 620px; place-items: center; padding: 80px 24px; overflow: hidden; color: #fff; text-align: center; }
.final-cta > img, .final-cta-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; }
.final-cta-shade { background: rgba(18, 13, 10, .7); }
.final-cta-content { position: relative; z-index: 2; max-width: 760px; }
.final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 78px); font-weight: 400; }
.final-cta p:not(.eyebrow) { margin: 20px 0 30px; color: rgba(255, 255, 255, .72); }
.final-cta .hero-actions { justify-content: center; }

.site-footer { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 60px; padding: 68px max(5vw, calc((100vw - var(--max)) / 2 + 72px)) 30px; color: rgba(255, 255, 255, .72); background: #15110e; }
.footer-brand { display: flex; gap: 18px; align-items: center; color: #fff; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: .08em; }
.footer-brand small { margin-top: 5px; color: rgba(255, 255, 255, .5); font-size: 8px; letter-spacing: .12em; }
.site-footer h3 { margin: 0 0 13px; color: #fff; font-family: var(--serif); font-size: 15px; font-weight: 400; }
.site-footer p, .site-footer a { display: block; margin: 6px 0; font-size: 12px; }
.site-footer a:hover { color: #edc887; }
.copyright { grid-column: 1 / -1; margin-top: 28px !important; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .38); }

.floating-actions { position: fixed; z-index: 90; right: 20px; bottom: 24px; display: grid; gap: 8px; }
.floating-actions a { display: flex; gap: 9px; align-items: center; width: 48px; height: 48px; padding: 6px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; color: #fff; background: rgba(23, 19, 15, .88); backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0, 0, 0, .18); transition: width .3s ease, background .3s; }
.floating-actions a:hover { width: 122px; background: var(--terracotta); }
.floating-actions span { display: grid; min-width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.floating-actions b { font-size: 12px; font-weight: 500; white-space: nowrap; }
.mobile-booking { display: none; }

.lightbox { width: min(1100px, calc(100vw - 40px)); max-width: none; padding: 0; border: 0; color: #fff; background: transparent; }
.lightbox::backdrop { background: rgba(10, 8, 6, .92); backdrop-filter: blur(8px); }
.lightbox img { max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 14px 0 0; text-align: center; font-family: var(--serif); letter-spacing: .08em; }
.lightbox-close { position: fixed; z-index: 2; top: 20px; right: 24px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; color: #fff; background: rgba(0, 0, 0, .25); font-size: 29px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: .55; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scroll-line { 0%, 100% { opacity: .4; transform: scaleY(.2); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes sun-breathe { 0%, 100% { box-shadow: 0 0 60px rgba(199, 86, 55, .2); } 50% { box-shadow: 0 0 95px rgba(199, 86, 55, .38); } }

@media (max-width: 1120px) {
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 26px; color: #fff; background: rgba(23, 19, 15, .98); font-family: var(--serif); font-size: 22px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; }
  .nav-toggle { display: block; }
  .hero-aside { display: none; }
  .rooms { grid-template-columns: 1fr; }
  .rooms-image { min-height: 56vw; }
  .experience-card, .experience-card img { min-height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 62px; }
  .site-header { padding: 13px 18px; }
  .site-header::after { inset-inline: 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 6px; }
  .hero-content { width: calc(100% - 48px); margin-left: 24px; padding-top: 45px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-scroll { display: none; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 78px 22px; }
  .story { grid-template-columns: 1fr; gap: 38px; }
  .story-copy { padding-bottom: 0; }
  .story-image img { aspect-ratio: 4 / 3; }
  .story-image figcaption { position: static; max-width: none; }
  .rooms-image { min-height: 72vw; }
  .rooms-content { padding: 72px 24px; }
  .room-list li { grid-template-columns: 30px 1fr; }
  .room-list small { grid-column: 2; }
  .section-heading, .gallery-heading { display: block; }
  .section-heading > p, .gallery-heading > p { margin-top: 20px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card img { min-height: 500px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid > div { min-height: 220px; }
  .service-grid h3 { margin-top: 28px; }
  .gallery-grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 340px 220px; }
  .gallery-large { grid-row: auto; grid-column: 1 / -1; }
  .location { grid-template-columns: 1fr; }
  .location-visual { min-height: 420px; }
  .location-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding: 54px 24px 24px; }
  .final-cta { min-height: 560px; }
  .floating-actions { display: none; }
  .mobile-booking { position: fixed; z-index: 180; inset: auto 0 0; display: grid; height: 62px; grid-template-columns: 1fr 1fr; padding: 7px; gap: 7px; border-top: 1px solid rgba(255, 255, 255, .12); color: #fff; background: rgba(23, 19, 15, .96); backdrop-filter: blur(14px); }
  .mobile-booking a { display: grid; place-items: center; font-size: 13px; letter-spacing: .06em; }
  .mobile-booking a:last-child { color: var(--ink); background: #d9a15b; }
}

@media (max-width: 430px) {
  .hero-actions .button { width: 100%; }
  .facts { padding-inline: 12px; }
  .facts div { padding-inline: 8px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .gallery-large { grid-column: auto; }
}

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