:root{--c-primary:#c9a86a;}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Serif SC', 'STSong', serif; background: #e5e0d8; color: #26201a; line-height: 1.8; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #26201a; border-bottom: 1px solid #c9a86a; }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; font-family: 'Cinzel', 'Noto Serif SC', serif; color: #c9a86a; font-size: 24px; letter-spacing: 10px; line-height: 1.15; }
.brand .brand-en { display: block; font-size: 9px; letter-spacing: 8px; color: #e5e0d8; margin-top: 2px; }
.nav-left, .nav-right { list-style: none; display: flex; align-items: center; gap: 32px; }
.nav-left { margin-right: auto; }
.nav-right { margin-left: auto; }
.nav-left a, .nav-right a { color: #e5e0d8; font-size: 14px; letter-spacing: 4px; }
.nav-left a:hover, .nav-right a:hover, .nav-left a.active, .nav-right a.active { color: #c9a86a; }
.menu-toggle { display: none; background: none; border: 1px solid #c9a86a; color: #c9a86a; font-size: 14px; letter-spacing: 3px; padding: 8px 14px; cursor: pointer; font-family: inherit; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-top: 78px; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: rgba(38, 32, 26, 0.6); }
.marble-column { position: absolute; top: 0; bottom: 0; width: 150px; z-index: 1; background: repeating-linear-gradient(90deg, #e8e3da 0 4px, #cdc5b8 4px 6px, #f6f3ec 6px 10px, #e8e3da 10px 30px); }
.marble-column.left { left: 0; border-right: 3px solid #c9a86a; }
.marble-column.right { right: 0; border-left: 3px solid #c9a86a; }
.hero-content { position: relative; z-index: 2; text-align: center; color: #e5e0d8; max-width: 840px; padding: 40px 20px; }
.emblem { width: 150px; height: 150px; margin: 0 auto 36px; border-radius: 50%; border: 2px solid #c9a86a; box-shadow: 0 0 0 1px #c9a86a, 0 0 0 9px rgba(201, 168, 106, 0.18), 0 0 0 10px #c9a86a; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 42px; letter-spacing: 6px; color: #c9a86a; }
.emblem small { font-size: 10px; letter-spacing: 5px; color: #e5e0d8; }
.hero h1 { font-size: 56px; font-weight: 400; letter-spacing: 18px; margin-bottom: 20px; }
.hero .slogan { font-size: 16px; letter-spacing: 8px; color: #d9c9a0; margin-bottom: 36px; }
.hero-divider { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 44px; color: #c9a86a; font-size: 12px; letter-spacing: 8px; }
.hero-divider::before, .hero-divider::after { content: ""; width: 90px; height: 1px; }
.hero-divider::before { background: linear-gradient(90deg, transparent, #c9a86a); }
.hero-divider::after { background: linear-gradient(90deg, #c9a86a, transparent); }
.btn-gold { display: inline-block; border: 1px solid #c9a86a; color: #c9a86a; padding: 16px 52px; font-size: 15px; letter-spacing: 8px; font-family: inherit; transition: all .3s; }
.btn-gold:hover { background: #c9a86a; color: #26201a; }
.key-icon { display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: 2px solid currentColor; position: relative; margin-right: 10px; vertical-align: -2px; }
.key-icon::after { content: ""; position: absolute; left: 12px; top: 5px; width: 18px; height: 2px; background: currentColor; }

.section { padding: 90px 0; }
.section.gold { background: #26201a; color: #e5e0d8; }
.section-title { text-align: center; }
.section-title .en { font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 8px; color: #c9a86a; text-transform: uppercase; margin-bottom: 8px; }
.section-title .cn { font-size: 34px; letter-spacing: 12px; color: #26201a; }
.section.gold .section-title .cn { color: #e5e0d8; }
.section-ornament { text-align: center; color: #c9a86a; font-size: 14px; letter-spacing: 16px; margin: 14px 0 50px; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dframe { border: 2px solid #c9a86a; padding: 10px; }
.dframe-inner { border: 1px solid #c9a86a; padding: 10px; }
.dframe img { width: 100%; height: 420px; object-fit: cover; }
.about-text h3 { font-size: 26px; letter-spacing: 6px; margin-bottom: 20px; color: #6d1a2d; }
.about-text p { margin-bottom: 16px; color: #3d362c; }
.link-more { display: inline-block; margin-top: 10px; color: #6d1a2d; font-size: 14px; letter-spacing: 4px; border-bottom: 1px solid #6d1a2d; padding-bottom: 4px; }
.link-more:hover { color: #c9a86a; border-color: #c9a86a; }

.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.room-card { background: #fbfaf6; border: 2px solid #c9a86a; padding: 10px; }
.room-card-inner { border: 1px solid #c9a86a; padding: 10px; }
.room-card img { width: 100%; height: 300px; object-fit: cover; }
.room-card h3 { text-align: center; letter-spacing: 6px; font-size: 20px; padding: 18px 0 6px; }
.room-card .price { text-align: center; color: #6d1a2d; font-size: 14px; letter-spacing: 2px; }
.room-card .price span { color: #c9a86a; font-family: 'Cinzel', serif; font-size: 26px; margin-right: 4px; }
.room-card .desc { text-align: center; color: #6b6255; font-size: 13px; padding: 10px 16px 22px; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; text-align: center; }
.service-item { padding: 36px 18px; border: 1px solid rgba(201, 168, 106, 0.5); background: #fff; }
.service-icon { width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%; border: 2px solid #c9a86a; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #6d1a2d; background: #f6f2e9; }
.service-item h4 { letter-spacing: 4px; font-size: 17px; margin-bottom: 8px; }
.service-item p { font-size: 13px; color: #6b6255; }

.gallery-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { position: relative; overflow: hidden; border: 1px solid #c9a86a; }
.gallery-item img { width: 100%; height: 280px; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-cap { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(38, 32, 26, 0.8); color: #e5e0d8; text-align: center; padding: 10px; font-size: 13px; letter-spacing: 3px; }

.blog-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.blog-card { background: #fff; border: 2px solid #c9a86a; padding: 8px; }
.blog-card-inner { border: 1px solid rgba(201, 168, 106, 0.4); padding: 6px; }
.blog-card img { width: 100%; height: 240px; object-fit: cover; }
.blog-meta { font-size: 12px; color: #9a8f7e; letter-spacing: 2px; padding: 14px 10px 6px; }
.blog-card h4 { font-size: 17px; letter-spacing: 2px; padding: 0 10px; color: #26201a; }
.blog-card p { font-size: 13px; color: #6b6255; padding: 8px 10px; }
.read-more { display: inline-block; margin: 6px 10px 16px; color: #6d1a2d; font-size: 13px; letter-spacing: 2px; }
.read-more:hover { color: #c9a86a; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; }
.team-item img { width: 180px; height: 180px; border-radius: 50%; margin: 0 auto 18px; border: 2px solid #c9a86a; padding: 5px; object-fit: cover; }
.team-item h4 { letter-spacing: 4px; font-size: 17px; }
.team-item .post { font-size: 13px; color: #c9a86a; letter-spacing: 4px; margin-top: 4px; }
.team-item p { font-size: 13px; color: #6b6255; margin-top: 10px; }

.cta { text-align: center; padding: 96px 0; background: #6d1a2d; color: #e5e0d8; }
.cta .en { font-family: 'Cinzel', serif; letter-spacing: 6px; font-size: 12px; color: #d9b8a0; }
.cta h2 { letter-spacing: 12px; font-size: 32px; margin: 12px 0 16px; font-weight: 400; }
.cta p { letter-spacing: 4px; margin-bottom: 36px; color: #d9b8a0; font-size: 14px; }

.footer { background: #26201a; color: #9a9186; padding: 56px 0 32px; text-align: center; }
.footer .brand { position: static; transform: none; display: block; margin-bottom: 14px; font-size: 22px; }
.footer .foot-nav { display: flex; justify-content: center; gap: 30px; list-style: none; margin-bottom: 22px; flex-wrap: wrap; }
.footer .foot-nav a { color: #9a9186; font-size: 13px; letter-spacing: 3px; }
.footer .foot-nav a:hover { color: #c9a86a; }
.footer .ornament { color: #c9a86a; letter-spacing: 10px; margin-bottom: 10px; }
.footer p { font-size: 12px; letter-spacing: 2px; }

.banner { position: relative; padding: 190px 0 100px; text-align: center; overflow: hidden; }
.banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner-overlay { position: absolute; inset: 0; background: rgba(38, 32, 26, 0.62); }
.banner h1 { position: relative; z-index: 2; color: #e5e0d8; font-size: 40px; letter-spacing: 16px; font-weight: 400; }
.banner p { position: relative; z-index: 2; color: #c9a86a; letter-spacing: 8px; font-size: 14px; margin-top: 14px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; }
.value-item { border-top: 3px double #c9a86a; border-bottom: 3px double #c9a86a; padding: 44px 22px; }
.value-item .num { font-family: 'Cinzel', serif; font-size: 42px; color: #c9a86a; }
.value-item h4 { margin: 12px 0 10px; letter-spacing: 4px; font-size: 18px; }
.value-item p { font-size: 13px; color: #6b6255; }

.port-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px; }
.port-item .frame { border: 2px solid #c9a86a; padding: 10px; }
.port-item .frame-inner { border: 1px solid #c9a86a; padding: 8px; }
.port-item img { width: 100%; height: 420px; object-fit: cover; }
.port-cap { text-align: center; padding: 18px; }
.port-cap h3 { letter-spacing: 6px; font-size: 20px; color: #6d1a2d; }
.port-cap p { font-size: 13px; color: #6b6255; letter-spacing: 2px; margin-top: 4px; }

.blog-list { max-width: 880px; margin: 0 auto; }
.blog-post { background: #fff; border: 2px solid #c9a86a; padding: 10px; margin-bottom: 40px; }
.blog-post-inner { border: 1px solid rgba(201, 168, 106, 0.4); padding: 6px; display: grid; grid-template-columns: 300px 1fr; gap: 24px; }
.blog-post img { width: 100%; height: 230px; object-fit: cover; }
.blog-post .date { font-size: 12px; color: #9a8f7e; letter-spacing: 2px; }
.blog-post h3 { font-size: 22px; letter-spacing: 3px; margin: 8px 0; }
.blog-post p { font-size: 13px; color: #6b6255; margin-bottom: 12px; }
.blog-post .read-more { margin: 4px 0 0; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h3 { letter-spacing: 4px; margin-bottom: 26px; font-size: 24px; color: #6d1a2d; }
.info-line { display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; }
.info-ico { width: 42px; height: 42px; border-radius: 50%; border: 1px solid #c9a86a; display: flex; align-items: center; justify-content: center; color: #c9a86a; font-size: 18px; flex: none; margin-top: 4px; }
.info-line h4 { font-size: 15px; letter-spacing: 2px; }
.info-line p { font-size: 13px; color: #6b6255; }
.contact-form { background: #fff; border: 2px solid #c9a86a; padding: 12px; }
.contact-form-inner { border: 1px solid #c9a86a; padding: 36px; }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-size: 13px; letter-spacing: 3px; margin-bottom: 8px; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #c9a86a; background: #fbfaf6; padding: 12px; font-family: inherit; color: #26201a; }
.form-row textarea { height: 130px; resize: vertical; }
.btn-submit { width: 100%; background: #26201a; color: #c9a86a; border: 1px solid #c9a86a; padding: 14px; letter-spacing: 8px; cursor: pointer; font-size: 15px; font-family: inherit; }
.btn-submit:hover { background: #c9a86a; color: #26201a; }
.map-box { margin-top: 60px; height: 340px; background: #ddd5c8; border: 2px solid #c9a86a; position: relative; display: flex; align-items: center; justify-content: center; }
.map-pin { width: 40px; height: 40px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #6d1a2d; border: 2px solid #c9a86a; position: relative; }
.map-pin::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: #c9a86a; position: absolute; left: 12px; top: 12px; }
.map-text { position: absolute; bottom: 24px; color: #6b6255; font-size: 13px; letter-spacing: 3px; }

@media (max-width: 768px) {
  .nav-left, .nav-right { display: none; }
  .menu-toggle { display: block; }
  .topbar.open .nav-wrap { height: auto; flex-wrap: wrap; padding: 14px 0; justify-content: center; gap: 14px; }
  .topbar.open .nav-left, .topbar.open .nav-right { display: flex; flex-direction: column; gap: 14px; width: 100%; text-align: center; }
  .topbar.open .brand { position: static; transform: none; order: -1; margin-bottom: 6px; }
  .hero h1 { font-size: 34px; letter-spacing: 10px; }
  .hero .slogan { letter-spacing: 4px; }
  .marble-column { width: 56px; }
  .about-split, .contact-grid, .blog-post-inner { grid-template-columns: 1fr; }
  .rooms-grid, .services-grid, .team-grid, .blog-preview, .values-grid { grid-template-columns: 1fr; }
  .gallery-preview { grid-template-columns: repeat(2, 1fr); }
  .port-grid { grid-template-columns: 1fr; }
  .blog-post img { height: 200px; }
  .section { padding: 60px 0; }
  .banner { padding: 150px 0 70px; }
  .dframe img { height: 300px; }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}
