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

:root {
  --navy: #071a2f;
  --navy-light: #12395a;
  --gold: #d5a85d;
  --gold-light: #f1d39b;
  --warm: #f5f1e9;
  --ink: #172230;
  --muted: #67717c;
  --white: #fff;
  --shadow: 0 24px 60px rgba(7, 26, 47, .12);
  --serif: "Noto Serif TC", serif;
  --sans: "Noto Sans TC", sans-serif;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.8;
  background: var(--white);
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .04em;
}
h2 {
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.35;
}
img { display: block; }
a { text-underline-offset: .2em; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--navy);
}
.skip-link:focus { top: 1rem; }

.navbar {
  padding: .9rem 0;
  background: rgba(5, 19, 34, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand-logo {
  width: 310px;
  max-height: 58px;
  object-fit: contain;
}
.navbar .nav-link { color: rgba(255,255,255,.78); font-size: .92rem; letter-spacing: .05em; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--gold-light); }

.btn {
  border-radius: 0;
  padding: .72rem 1.45rem;
  font-weight: 600;
  letter-spacing: .06em;
}
.btn-lg { padding: .95rem 1.8rem; font-size: 1rem; }
.btn-gold { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.btn-gold:hover, .btn-gold:focus { color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.btn-navy { color: var(--white); background: var(--navy); border-color: var(--navy); }
.btn-navy:hover, .btn-navy:focus { color: var(--white); background: var(--navy-light); border-color: var(--navy-light); }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 9rem 0 3.5rem;
  color: var(--white);
  background: url("image/22_slider_66c5cff9220cc.jpg") center/cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3,16,31,.9) 0%, rgba(3,16,31,.58) 48%, rgba(3,16,31,.13) 78%), linear-gradient(0deg, rgba(3,16,31,.72), transparent 55%);
}
.hero-content { z-index: 1; }
.hero h1 { max-width: 9em; font-size: clamp(3.1rem, 7vw, 6.5rem); line-height: 1.18; text-shadow: 0 4px 28px rgba(0,0,0,.25); }
.hero-lead { max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.17rem; }
.eyebrow, .section-kicker { color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.hero-facts { border: 1px solid rgba(255,255,255,.22); background: rgba(4,20,37,.55); backdrop-filter: blur(10px); }
.fact { min-height: 110px; padding: 1.25rem 1.4rem; border-right: 1px solid rgba(255,255,255,.18); }
.fact strong, .fact span { display: block; }
.fact strong { color: var(--gold-light); font-size: 1.25rem; }
.fact span { margin-top: .25rem; color: rgba(255,255,255,.7); font-size: .85rem; line-height: 1.45; }

.section-pad { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.about-section { overflow-x: clip; overflow-y: visible; }
.section-title { margin: 0; font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.35; }
.section-heading { max-width: 720px; }
.text-gold { color: var(--gold) !important; }
.bg-warm { background: var(--warm); }

.image-stack { position: relative; padding: 0 0 4rem 3rem; }
.main-image { width: 100%; min-height: 460px; object-fit: cover; box-shadow: var(--shadow); }
.accent-image { position: absolute; left: 0; bottom: 0; width: 48%; height: 230px; object-fit: cover; border: .65rem solid var(--white); box-shadow: var(--shadow); }
.notice-card { display: flex; gap: 1.25rem; align-items: center; padding: 1.25rem 1.5rem; border-left: 3px solid var(--gold); background: var(--warm); }
.notice-card span { flex: 0 0 auto; color: var(--navy); font-weight: 800; }
.notice-card p { color: var(--muted); }

.feature-section { background: var(--navy); }
.feature-card { padding: 2rem; color: var(--white); border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(213,168,93,.65); background: rgba(255,255,255,.07); }
.feature-no { color: var(--gold); font-family: Arial, sans-serif; font-size: .8rem; letter-spacing: .16em; }
.feature-card h3 { margin: 2.7rem 0 1rem; font-size: 1.35rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .95rem; }

.room-card { overflow: hidden; background: var(--white); box-shadow: 0 15px 40px rgba(7,26,47,.08); }
.room-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; transition: transform .6s ease; }
.room-card:hover img { transform: scale(1.035); }
.room-body { padding: 2rem; }
.room-type { margin-bottom: .5rem; color: var(--gold); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.room-body h3 { font-size: 1.55rem; }
.room-body p:last-child { margin-bottom: 0; color: var(--muted); }

.view-photo { min-height: 650px; background: url("image/21_slider_66c5cfc296944.jpg") center/cover no-repeat; }
.view-copy { min-height: 650px; padding: clamp(3.5rem, 7vw, 7rem); background: var(--navy); }
.view-tags span { padding: .35rem .9rem; color: var(--gold-light); border: 1px solid rgba(213,168,93,.4); font-size: .85rem; letter-spacing: .1em; }

.location-list li { display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid #dfe2e5; }
.location-list span { color: var(--gold); font-family: Arial, sans-serif; font-size: .75rem; font-weight: 700; }
.location-image { width: 100%; max-height: 560px; object-fit: cover; box-shadow: var(--shadow); }

.contact-section { background: linear-gradient(115deg, rgba(7,26,47,.98), rgba(7,26,47,.88)), url("image/07_gallery_1724635112.jpg") center/cover; }
.contact-email { display: inline-block; margin-top: 1rem; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 1.05rem; }
.contact-form { padding: 2rem; color: var(--white); border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.contact-form .form-label { color: rgba(255,255,255,.76); font-size: .88rem; }
.contact-form .form-control { min-height: 50px; color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 0; background: rgba(255,255,255,.07); }
.contact-form textarea.form-control { min-height: 140px; }
.contact-form .form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(213,168,93,.15); }

.site-footer { padding: 2.2rem 0 5rem; color: rgba(255,255,255,.6); background: #03101f; }
.site-footer strong { color: var(--white); letter-spacing: .08em; }
.site-footer p { font-size: .85rem; }
.footer-note { color: rgba(255,255,255,.42); }
.footer-credit { color: rgba(255,255,255,.42); font-family: Arial, sans-serif; font-size: .78rem; letter-spacing: .05em; }
.footer-credit a { color: var(--gold-light); text-decoration: none; }
.footer-credit a:hover, .footer-credit a:focus { color: var(--white); text-decoration: underline; }
.mobile-booking { position: fixed; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); left: 1rem; z-index: 1030; padding: .9rem; color: var(--navy); background: var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,.25); font-weight: 800; letter-spacing: .12em; text-align: center; text-decoration: none; touch-action: pan-y pinch-zoom; }

section, header { scroll-margin-top: 72px; }
@media (max-width: 991.98px) {
  .navbar { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .navbar-collapse { padding: 1rem 0 .4rem; }
  .navbar-nav { align-items: stretch !important; }
  .navbar .btn { margin-top: .7rem; text-align: center; }
  .brand-logo { width: 255px; max-height: 50px; }
  .hero { min-height: 900px; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .view-photo, .view-copy { min-height: 500px; }
}
@media (max-width: 575.98px) {
  h2, .section-title { font-size: 2.15rem; }
  .brand-logo { width: 220px; max-height: 44px; }
  .hero { min-height: 820px; padding-bottom: 2rem; }
  .hero h1 { font-size: 3rem; }
  .hero-lead { font-size: 1rem; }
  .hero-facts { margin-top: 2.2rem !important; }
  .fact { min-height: 95px; padding: 1rem; }
  .fact:nth-child(even) { border-right: 0; }
  .image-stack { padding: 0 0 3rem 1.2rem; }
  .main-image { min-height: 360px; }
  .accent-image { width: 54%; height: 150px; border-width: .35rem; }
  .notice-card { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .view-photo, .view-copy { min-height: 420px; }
  .view-copy { padding: 3rem 1.5rem; }
  .contact-form { padding: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
