
:root {
  --ink: #11110f;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --gold: #d6b16a;
  --line: rgba(17,17,15,.13);
  --muted: #78736a;
  --shadow: 0 22px 70px rgba(18,17,14,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; color: white; background: linear-gradient(to bottom, rgba(7,7,6,.74), rgba(7,7,6,.08)); transition: .3s ease; }
.site-header.scrolled { height: 72px; background: rgba(17,17,15,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 40px; height: 40px; border: 1px solid rgba(214,177,106,.8); display: grid; place-items: center; color: var(--gold); font-family: Georgia, serif; font-size: 22px; }
.brand-text { display: flex; flex-direction: column; letter-spacing: .12em; line-height: 1.05; }
.brand-text strong { font-size: 14px; }
.brand-text small { margin-top: 5px; font-size: 8px; opacity: .7; letter-spacing: .22em; }
.desktop-nav { display: flex; gap: 32px; font-size: 13px; letter-spacing: .04em; }
.desktop-nav a:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.lang-switch, .mobile-lang { display: flex; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 3px; }
.lang-switch button, .mobile-lang button { border: 0; background: transparent; color: white; border-radius: 999px; min-width: 31px; height: 28px; font-size: 10px; cursor: pointer; }
.lang-switch button.active, .mobile-lang button.active { color: var(--ink); background: var(--gold); }
.header-book { border: 1px solid rgba(255,255,255,.65); padding: 10px 16px; font-size: 12px; letter-spacing: .04em; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 24px; }
.mobile-menu { position: fixed; z-index: 999; top: 72px; left: 0; right: 0; display: none; flex-direction: column; padding: 20px 5vw 26px; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-lang { width: max-content; margin-bottom: 12px; }
.hero { height: min(860px, 94vh); min-height: 680px; position: relative; color: white; overflow: hidden; background: #1d1c18; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,6,.72) 0%, rgba(7,7,6,.34) 45%, rgba(7,7,6,.18) 100%), linear-gradient(to top, rgba(7,7,6,.76) 0%, transparent 38%); }
.hero-content { position: relative; z-index: 2; max-width: 810px; padding: 190px 7vw 0; }
.eyebrow, .section-kicker { display: inline-block; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .22em; font-weight: 600; }
.hero h1 { margin: 17px 0 22px; line-height: .93; }
.hero h1 span { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(68px, 9vw, 140px); font-weight: 400; letter-spacing: -.055em; }
.hero h1 em { display: block; margin-top: 14px; font-family: Georgia, serif; font-size: clamp(28px, 3.1vw, 46px); font-weight: 400; letter-spacing: -.025em; }
.hero-content > p { max-width: 580px; font-size: 16px; color: rgba(255,255,255,.82); }
.hero-buttons { display: flex; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 22px; border: 1px solid transparent; font-size: 12px; letter-spacing: .055em; text-transform: uppercase; transition: .2s ease; }
.btn.primary { background: var(--gold); color: var(--ink); }
.btn.primary:hover { background: #e3c47f; transform: translateY(-1px); }
.btn.ghost { border-color: rgba(255,255,255,.7); color: white; background: rgba(0,0,0,.08); }
.btn.dark { background: var(--ink); color: white; }
.btn.outline-dark { border-color: var(--ink); color: var(--ink); }
.hero-facts { position: absolute; z-index: 3; right: 5vw; bottom: 34px; display: grid; grid-template-columns: repeat(2, auto); gap: 38px; }
.hero-facts div { display: flex; flex-direction: column; gap: 4px; }
.hero-facts strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.hero-facts span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.booking-wrap { position: relative; z-index: 5; margin-top: -1px; padding: 0 5vw; }
.booking-card { transform: translateY(-28px); max-width: 1280px; margin: 0 auto; background: white; box-shadow: var(--shadow); padding: 26px 28px 20px; display: grid; grid-template-columns: 230px 1fr; gap: 28px; align-items: center; }
.booking-intro h2 { margin: 3px 0 0; font: 400 25px/1.1 Georgia, serif; }
#bookingForm { display: grid; grid-template-columns: 1fr 1fr .72fr 1.5fr; gap: 8px; }
#bookingForm label { display: flex; flex-direction: column; padding: 8px 12px; border: 1px solid var(--line); background: #fff; }
#bookingForm label span { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
#bookingForm input, #bookingForm select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); padding: 4px 0 0; min-height: 31px; }
.booking-submit { border: 0; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; cursor: pointer; text-transform: uppercase; letter-spacing: .055em; font-size: 11px; }
.booking-note { grid-column: 2; margin: -4px 0 0; color: var(--muted); font-size: 10px; }
.section { max-width: 1280px; margin: 0 auto; padding: 105px 5vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.intro h2, .section-head h2, .restaurant-copy h2, .location h2 { margin: 12px 0 0; font: 400 clamp(40px, 4.7vw, 67px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.intro-copy { padding-top: 28px; max-width: 620px; }
.intro-copy > p, .restaurant-copy > p, .section-head > p, .location-copy > p { color: #5f5a52; font-size: 16px; }
.amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.amenities span { border: 1px solid var(--line); padding: 9px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.rooms { max-width: 1400px; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 40px; }
.section-head > p { max-width: 470px; margin: 0 0 6px auto; }
.room-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 14px; }
.room-card { position: relative; min-height: 540px; overflow: hidden; background: #222; }
.room-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-card:hover > img { transform: scale(1.035); }
.room-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,7,.84), rgba(8,8,7,.03) 65%); }
.room-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; color: white; }
.room-info > span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.room-info h3 { margin: 6px 0 10px; font: 400 27px/1.1 Georgia, serif; }
.room-info p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.room-bottom { margin-top: 26px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.room-bottom strong { font: 400 20px Georgia, serif; }
.room-bottom small { display: block; margin-bottom: 3px; font: 500 8px Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.room-bottom a { font-size: 11px; letter-spacing: .05em; }
.rate-note { text-align: right; margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.restaurant { max-width: none; padding-left: 0; padding-right: 0; display: grid; grid-template-columns: 1.12fr .88fr; background: var(--cream); }
.restaurant-image { min-height: 650px; }
.restaurant-image img { height: 100%; object-fit: cover; }
.restaurant-copy { align-self: center; padding: 70px 8vw 70px 7vw; max-width: 690px; }
.restaurant-copy h2 { font-size: clamp(42px, 4.6vw, 68px); }
.restaurant-copy > p { margin-top: 24px; }
.restaurant-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 34px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.restaurant-meta div { display: flex; flex-direction: column; gap: 6px; }
.restaurant-meta span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.restaurant-meta strong { font: 400 21px Georgia, serif; }
.text-link { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.gallery { max-width: 1400px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 290px 290px; gap: 12px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.g1 { grid-row: 1 / 3; }
.g4 { grid-column: 3; grid-row: 1 / 3; }
.location { max-width: 1400px; }
.location-card { display: grid; grid-template-columns: .9fr 1.1fr; background: white; box-shadow: var(--shadow); overflow: hidden; }
.location-copy { padding: 65px; }
.location-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.contact-list { display: flex; flex-direction: column; gap: 7px; margin: 30px 0; }
.contact-list a { width: max-content; border-bottom: 1px solid var(--line); font-size: 14px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.map-wrap { min-height: 560px; background: #eee; }
.map-wrap iframe { border: 0; width: 100%; height: 100%; min-height: 560px; filter: grayscale(.35) contrast(.95); }
.final-cta { position: relative; min-height: 530px; overflow: hidden; display: grid; place-items: center; color: white; }
.final-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 46%; }
.final-cta-overlay { position: absolute; inset: 0; background: rgba(7,7,6,.58); }
.final-cta-content { position: relative; text-align: center; max-width: 850px; padding: 60px 5vw; }
.final-cta-content span { color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.final-cta-content h2 { margin: 14px 0 30px; font: 400 clamp(43px, 5.4vw, 78px)/.98 Georgia, serif; letter-spacing: -.04em; }
footer { background: var(--ink); color: white; padding: 44px 5vw 35px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand div { display: flex; flex-direction: column; line-height: 1.05; }
.footer-brand strong { font-size: 13px; letter-spacing: .1em; }
.footer-brand small { margin-top: 5px; font-size: 7px; opacity: .6; letter-spacing: .2em; }
.footer-links { display: flex; gap: 23px; font-size: 11px; color: rgba(255,255,255,.7); }
footer > p { text-align: right; color: rgba(255,255,255,.5); font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 900; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 12px; background: white; color: var(--ink); padding: 11px 13px 11px 16px; border-radius: 999px; box-shadow: 0 13px 38px rgba(0,0,0,.2); font-size: 11px; }
.floating-whatsapp b { width: 29px; height: 29px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 50%; }
@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-book { display: none; }
  .menu-toggle { display: block; }
  .hero-facts { left: 7vw; right: auto; gap: 30px; }
  .booking-card { grid-template-columns: 1fr; }
  .booking-intro { display: none; }
  .booking-note { grid-column: 1; }
  #bookingForm { grid-template-columns: 1fr 1fr .7fr 1.25fr; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-card.large { grid-column: 1 / 3; }
  .restaurant { grid-template-columns: 1fr; }
  .restaurant-image { min-height: 500px; }
  .restaurant-copy { padding: 70px 7vw; }
}
@media (max-width: 740px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand-mark { width: 35px; height: 35px; font-size: 19px; }
  .brand-text strong { font-size: 12px; }
  .lang-switch { display: none; }
  .mobile-menu { top: 70px; }
  .hero { min-height: 740px; height: 92svh; }
  .hero > img { object-position: 60% center; }
  .hero-content { padding: 160px 22px 0; }
  .hero h1 span { font-size: clamp(62px, 22vw, 96px); }
  .hero h1 em { font-size: 28px; max-width: 320px; }
  .hero-content > p { font-size: 14px; max-width: 340px; }
  .hero-buttons { flex-direction: column; width: 220px; }
  .hero-facts { bottom: 25px; left: 22px; right: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; }
  .hero-facts div { border-top: 1px solid rgba(255,255,255,.18); padding-top: 9px; }
  .booking-wrap { padding: 0 14px; }
  .booking-card { padding: 14px; transform: translateY(-14px); }
  #bookingForm { grid-template-columns: 1fr 1fr; }
  #bookingForm label:nth-child(3) { grid-column: 1; }
  .booking-submit { min-height: 55px; }
  .booking-note { font-size: 9px; }
  .section { padding: 74px 20px; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { padding-top: 0; }
  .intro h2, .section-head h2 { font-size: 44px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head > p { margin: 0; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card, .room-card.large { grid-column: auto; min-height: 520px; }
  .room-info { padding: 24px; }
  .rate-note { text-align: left; }
  .restaurant { padding: 0; }
  .restaurant-image { min-height: 390px; }
  .restaurant-copy { padding: 60px 20px; }
  .restaurant-copy h2 { font-size: 45px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 220px 260px; }
  .g1 { grid-column: 1 / 3; grid-row: 1; }
  .g2 { grid-column: 1; grid-row: 2; }
  .g3 { grid-column: 2; grid-row: 2; }
  .g4 { grid-column: 1 / 3; grid-row: 3; }
  .g5 { display: none; }
  .location { padding-left: 14px; padding-right: 14px; }
  .location-card { grid-template-columns: 1fr; }
  .location-copy { padding: 42px 24px; }
  .map-wrap, .map-wrap iframe { min-height: 380px; }
  .final-cta { min-height: 460px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footer-links { flex-wrap: wrap; }
  footer > p { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}
html[lang="zh"] body { font-family: "PingFang SC","Microsoft YaHei",Inter,sans-serif; }
html[lang="zh"] h1 em, html[lang="zh"] .intro h2, html[lang="zh"] .section-head h2, html[lang="zh"] .restaurant-copy h2, html[lang="zh"] .location h2, html[lang="zh"] .final-cta-content h2 { font-family: "Songti SC","STSong",Georgia,serif; }

/* v2: photo viewer and variable-rate room cards */
.room-bottom.no-price { align-items: center; }
.room-bottom.no-price a { margin-left: auto; }
.image-open { border: 0; padding: 0; background: transparent; color: white; cursor: pointer; font-size: 11px; letter-spacing: .05em; }
.lightbox-image { cursor: zoom-in; }
.gallery-actions { margin-top: 18px; display: flex; justify-content: flex-end; }
body.lightbox-open { overflow: hidden; }
.lightbox { position: fixed; z-index: 3000; inset: 0; background: rgba(7,7,7,.94); display: none; align-items: center; justify-content: center; color: white; }
.lightbox.open { display: flex; }
.lightbox-stage { margin: 0; width: min(84vw, 1320px); height: min(84vh, 900px); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox-stage img { width: auto; height: auto; max-width: 100%; max-height: calc(100% - 42px); object-fit: contain; box-shadow: 0 18px 70px rgba(0,0,0,.42); }
.lightbox-stage figcaption { margin-top: 12px; font-size: 11px; letter-spacing: .04em; color: rgba(255,255,255,.62); }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; border: 0; color: white; background: rgba(255,255,255,.08); cursor: pointer; display: grid; place-items: center; }
.lightbox-close { top: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%; font-size: 30px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); width: 48px; height: 72px; font-size: 44px; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-count { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); font-size: 11px; color: rgba(255,255,255,.68); }
.g6 { grid-column: 2; }
@media (max-width: 740px) {
  .gallery-actions { justify-content: stretch; }
  .gallery-actions .btn { width: 100%; }
  .g5, .g6 { display: block; }
  .gallery-grid { grid-template-rows: 240px 210px 240px 210px; }
  .g5 { grid-column: 1; grid-row: 4; }
  .g6 { grid-column: 2; grid-row: 4; }
  .lightbox-stage { width: 94vw; height: 82vh; }
  .lightbox-prev, .lightbox-next { width: 42px; height: 60px; background: rgba(0,0,0,.28); }
  .lightbox-prev { left: 5px; } .lightbox-next { right: 5px; }
  .lightbox-close { top: 12px; right: 12px; }
}


/* v3: compact WeChat contact — no extra backend or QR required */
.wechat-contact {
  width: max-content;
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 2px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.wechat-contact span { font-size: 14px; }
.wechat-contact strong { font-size: 13px; font-weight: 600; }
.wechat-contact small {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.wechat-contact:hover small { color: var(--ink); }


/* v5: WhatsApp-only contact */
.whatsapp-only-note {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.whatsapp-contact {
  width: min(100%, 360px);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  background: #fff;
  transition: .2s ease;
}
.whatsapp-contact:hover {
  transform: translateY(-1px);
  border-color: rgba(17,17,15,.28);
  box-shadow: 0 8px 24px rgba(17,17,15,.06);
}
.whatsapp-contact .wa-label {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.whatsapp-contact strong {
  font-size: 16px;
  font-weight: 600;
}


/* v6 adjustments */
.g5 { grid-column: 1 / 3; }
.g6 { display: none !important; }
.whatsapp-contact small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
