:root{--c-primary:#6f4e37;}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Serif SC', 'STSong', serif; background: #f8f9fa; color: #343a40; line-height: 1.9; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.zh { font-family: 'Ma Shan Zheng', 'Noto Serif SC', cursive; font-weight: 400; }

.wall { background: #f8f9fa; }
.ink { background: #343a40; color: #f1f3f5; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #343a40; border-bottom: 4px solid #6f4e37; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; color: #f1f3f5; }
.brand .mark { width: 40px; height: 40px; border-radius: 50%; border: 3px solid #e08dac; position: relative; flex: none; }
.brand .mark::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; border: 2px solid #6f4e37; background: #f8f9fa; }
.brand .mark::after { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: #e08dac; }
.brand .name { font-size: 20px; letter-spacing: 4px; }
.brand .name small { display: block; font-size: 10px; letter-spacing: 5px; color: #e08dac; }
.nav-links { list-style: none; display: flex; gap: 30px; }
.nav-links a { color: #ced4da; font-size: 14px; letter-spacing: 3px; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: #e08dac; border-bottom-color: #e08dac; }
.menu-toggle { display: none; background: none; border: 1px solid #e08dac; color: #e08dac; font-size: 13px; letter-spacing: 3px; padding: 7px 12px; cursor: pointer; font-family: inherit; }

.hero { position: relative; overflow: hidden; padding: 140px 0 150px; }
.hero-tile { position: absolute; top: 0; left: 0; right: 0; height: 60px; background: repeating-linear-gradient(90deg, #343a40 0 46px, #6f4e37 46px 50px); }
.hero-wall { position: absolute; top: 60px; left: 0; right: 0; height: 46px; background: #f8f9fa; box-shadow: 0 4px 10px rgba(52, 58, 64, 0.18); }
.hero-img { position: relative; width: min(900px, 94%); height: 440px; object-fit: cover; margin: 0 auto; border: 8px solid #f8f9fa; box-shadow: 0 24px 50px rgba(52, 58, 64, 0.28); display: block; }
.water { position: absolute; left: 0; right: 0; bottom: 0; height: 130px; background: linear-gradient(180deg, #c8d6de, #a8bec9); }
.ripples { position: absolute; inset: 0; background-image: repeating-radial-gradient(circle at 20% 30%, transparent 0 26px, rgba(52, 58, 64, 0.14) 26px 29px), repeating-radial-gradient(circle at 78% 60%, transparent 0 34px, rgba(52, 58, 64, 0.12) 34px 37px), repeating-radial-gradient(circle at 50% 80%, transparent 0 22px, rgba(52, 58, 64, 0.1) 22px 25px); }
.lotus-dot { position: absolute; width: 26px; height: 26px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, #e08dac 0 9px, transparent 10px); }
.lotus-pos1 { left: 12%; bottom: 26px; }
.lotus-pos2 { left: 84%; bottom: 44px; }
.hero-content { position: absolute; z-index: 4; left: 50%; top: 150px; transform: translateX(-50%); text-align: center; background: rgba(248, 249, 250, 0.92); padding: 34px 60px; border: 3px solid #6f4e37; box-shadow: 0 14px 34px rgba(52, 58, 64, 0.3); }
.hero h1 { font-size: 42px; letter-spacing: 12px; font-weight: 400; }
.hero .slogan { letter-spacing: 8px; color: #6f4e37; margin-top: 8px; font-size: 15px; }
.btn-wood { display: inline-block; background: #6f4e37; color: #f8f9fa; padding: 15px 50px; letter-spacing: 6px; font-size: 15px; margin-top: 20px; transition: all .3s; }
.btn-wood:hover { background: #573d2c; }
.btn-ink { display: inline-block; background: #343a40; color: #f8f9fa; padding: 13px 46px; letter-spacing: 6px; font-size: 15px; transition: all .3s; border: 2px solid #343a40; }
.btn-ink:hover { background: transparent; color: #343a40; }
.btn-gap { margin-left: 14px; }

.section { padding: 96px 0; }
.section-title { text-align: center; margin-bottom: 54px; }
.section-title .zh { color: #6f4e37; font-size: 15px; letter-spacing: 6px; }
.section-title h2 { font-size: 34px; letter-spacing: 10px; font-weight: 400; margin-top: 6px; }
.section.ink .section-title h2 { color: #f8f9fa; }
.section.ink .section-title .zh { color: #e08dac; }
.section-title .arch-mini { width: 60px; height: 30px; border: 3px solid #6f4e37; border-bottom: none; border-radius: 60px 60px 0 0; margin: 18px auto 0; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.frame-wood { border: 10px solid #6f4e37; border-top-width: 16px; padding: 8px; position: relative; }
.frame-wood::before { content: ""; position: absolute; top: -26px; left: 50%; transform: translateX(-50%); width: 40px; height: 22px; background: repeating-linear-gradient(90deg, #343a40 0 10px, #6f4e37 10px 14px); }
.frame-wood img { width: 100%; height: 430px; object-fit: cover; }
.about-text h3 { font-size: 28px; letter-spacing: 6px; margin-bottom: 18px; }
.about-text p { color: #495057; margin-bottom: 16px; }
.about-text .quote { border-left: 4px solid #e08dac; padding-left: 16px; color: #6f4e37; letter-spacing: 2px; margin-top: 24px; font-size: 14px; }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.room-card { background: #fff; border: 1px solid #dee2e6; box-shadow: 0 10px 24px rgba(52, 58, 64, 0.08); overflow: hidden; }
.room-card img { width: 100%; height: 220px; object-fit: cover; }
.room-body { padding: 24px 22px 28px; text-align: center; }
.room-body h3 { font-size: 20px; letter-spacing: 5px; font-weight: 400; }
.room-body .room-en { font-size: 11px; letter-spacing: 4px; color: #e08dac; margin: 6px 0 14px; }
.room-body .price { color: #6f4e37; font-size: 20px; letter-spacing: 2px; }
.room-body .price small { font-size: 12px; color: #adb5bd; }
.room-body p { font-size: 13px; color: #6c757d; margin-top: 12px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.feature-card { text-align: center; background: rgba(248, 249, 250, 0.06); border: 1px solid rgba(224, 141, 172, 0.45); padding: 34px 18px; }
.feature-card .lotus { width: 54px; height: 54px; border-radius: 50%; background: radial-gradient(circle, #e08dac 0 12px, rgba(224, 141, 172, 0.35) 12px 18px, transparent 19px); border: 2px solid rgba(224, 141, 172, 0.6); margin: 0 auto 18px; }
.feature-card h4 { font-size: 17px; letter-spacing: 4px; color: #f8f9fa; }
.feature-card p { font-size: 12px; color: #adb5bd; margin-top: 8px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gal-item { position: relative; overflow: hidden; border: 3px solid #f8f9fa; box-shadow: 0 8px 20px rgba(52, 58, 64, 0.15); }
.gal-item img { width: 100%; height: 250px; object-fit: cover; transition: transform .5s; }
.gal-item:hover img { transform: scale(1.08); }
.gal-cap { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent, rgba(52, 58, 64, 0.9)); color: #f8f9fa; text-align: center; padding: 30px 12px 12px; font-size: 13px; letter-spacing: 4px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.blog-card { background: #fff; border: 1px solid #dee2e6; box-shadow: 0 10px 24px rgba(52, 58, 64, 0.08); }
.blog-card img { width: 100%; height: 210px; object-fit: cover; }
.blog-body { padding: 18px 16px 22px; }
.blog-date { font-size: 12px; color: #e08dac; letter-spacing: 3px; }
.blog-card h4 { font-size: 18px; letter-spacing: 2px; margin: 8px 0 10px; font-weight: 400; }
.blog-card p { font-size: 13px; color: #6c757d; margin-bottom: 12px; }
.blog-more { color: #6f4e37; font-size: 13px; letter-spacing: 3px; border-bottom: 1px solid #6f4e37; padding-bottom: 3px; }
.blog-more:hover { color: #e08dac; border-color: #e08dac; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; }
.team-item img { width: 170px; height: 170px; border-radius: 50%; margin: 0 auto 18px; border: 5px solid #f8f9fa; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); object-fit: cover; }
.team-item h4 { font-size: 19px; letter-spacing: 4px; color: #f8f9fa; font-weight: 400; }
.team-item .post { font-size: 13px; color: #e08dac; letter-spacing: 3px; margin: 6px 0 10px; }
.team-item p { font-size: 13px; color: #adb5bd; max-width: 260px; margin: 0 auto; }

.cta { padding: 96px 0; text-align: center; position: relative; overflow: hidden; }
.cta .water-band { position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(180deg, #c8d6de, #a8bec9); }
.cta .ripples { position: absolute; inset: 0; }
.cta h2 { font-size: 32px; letter-spacing: 10px; font-weight: 400; position: relative; }
.cta p { color: #6f4e37; letter-spacing: 4px; margin: 12px 0 32px; position: relative; }

.footer { background: #343a40; color: #adb5bd; padding: 54px 0 30px; text-align: center; }
.footer .brand { justify-content: center; margin-bottom: 8px; }
.footer .foot-nav { display: flex; justify-content: center; gap: 30px; list-style: none; margin: 18px 0 22px; flex-wrap: wrap; }
.footer .foot-nav a { color: #adb5bd; font-size: 13px; letter-spacing: 4px; }
.footer .foot-nav a:hover { color: #e08dac; }
.footer p { font-size: 12px; letter-spacing: 2px; color: #868e96; }

.banner { position: relative; overflow: hidden; padding: 150px 0 90px; text-align: center; }
.banner .tile { position: absolute; top: 0; left: 0; right: 0; height: 60px; background: repeating-linear-gradient(90deg, #343a40 0 46px, #6f4e37 46px 50px); }
.banner .wall-line { position: absolute; top: 60px; left: 0; right: 0; height: 40px; background: #f8f9fa; }
.banner h1 { position: relative; font-size: 40px; letter-spacing: 12px; font-weight: 400; }
.banner .en { position: relative; color: #6f4e37; letter-spacing: 8px; font-size: 13px; margin-top: 14px; }
.banner .arch-mini { position: relative; width: 60px; height: 30px; border: 3px solid #6f4e37; border-bottom: none; border-radius: 60px 60px 0 0; margin: 18px auto 0; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; }
.value-card { background: #fff; border: 1px solid #dee2e6; padding: 42px 24px; box-shadow: 0 10px 24px rgba(52, 58, 64, 0.08); }
.value-card .zh-char { width: 56px; height: 56px; margin: 0 auto 18px; background: #6f4e37; color: #f8f9fa; font-size: 26px; line-height: 56px; }
.value-card h4 { font-size: 19px; letter-spacing: 5px; margin-bottom: 10px; font-weight: 400; }
.value-card p { font-size: 13px; color: #6c757d; }

.port-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px; }
.port-item .frame-wood img { height: 400px; }
.port-cap { text-align: center; padding: 18px; }
.port-cap h3 { font-size: 22px; letter-spacing: 5px; font-weight: 400; }
.port-cap p { font-size: 12px; color: #e08dac; letter-spacing: 3px; margin-top: 6px; }

.blog-list { max-width: 900px; margin: 0 auto; }
.blog-post { display: grid; grid-template-columns: 300px 1fr; gap: 28px; background: #fff; border: 1px solid #dee2e6; box-shadow: 0 10px 24px rgba(52, 58, 64, 0.08); padding: 14px; margin-bottom: 36px; }
.blog-post img { width: 100%; height: 220px; object-fit: cover; }
.blog-post h3 { font-size: 22px; letter-spacing: 3px; font-weight: 400; margin: 10px 0 12px; }
.blog-post p { font-size: 14px; color: #6c757d; margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h3 { font-size: 26px; letter-spacing: 6px; margin-bottom: 28px; font-weight: 400; }
.info-line { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.info-ico { width: 44px; height: 44px; background: #6f4e37; color: #f8f9fa; display: flex; align-items: center; justify-content: center; flex: none; font-size: 17px; }
.info-line h4 { font-size: 15px; letter-spacing: 3px; }
.info-line p { font-size: 13px; color: #6c757d; }
.contact-form { background: #fff; border: 1px solid #dee2e6; padding: 16px; box-shadow: 0 10px 24px rgba(52, 58, 64, 0.08); }
.contact-form h3 { font-size: 22px; letter-spacing: 6px; margin-bottom: 26px; text-align: center; font-weight: 400; }
.form-row { margin-bottom: 18px; }
.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 #ced4da; background: #f8f9fa; padding: 13px; font-family: inherit; color: #343a40; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: #6f4e37; }
.form-row textarea { height: 130px; resize: vertical; }
.btn-submit { width: 100%; background: #6f4e37; color: #f8f9fa; border: none; padding: 15px; font-family: inherit; font-size: 15px; letter-spacing: 8px; cursor: pointer; transition: all .3s; }
.btn-submit:hover { background: #573d2c; }
.map-box { margin-top: 60px; height: 340px; border: 1px solid #dee2e6; background: linear-gradient(180deg, #e9ecef 0 40%, #c8d6de 40% 100%); position: relative; display: flex; align-items: center; justify-content: center; }
.map-pin { width: 42px; height: 42px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #e08dac; border: 2px solid #6f4e37; position: relative; }
.map-pin::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #f8f9fa; position: absolute; left: 14px; top: 14px; }
.map-text { position: absolute; bottom: 22px; font-size: 13px; letter-spacing: 4px; color: #343a40; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .topbar.open .nav-wrap { height: auto; flex-wrap: wrap; padding: 14px 0; }
  .topbar.open .nav-links { display: flex; flex-direction: column; gap: 12px; width: 100%; }
  .hero { padding: 120px 0 130px; }
  .hero h1 { font-size: 30px; letter-spacing: 8px; }
  .hero-content { position: static; transform: none; padding: 26px 22px; }
  .hero-img { height: 260px; }
  .about-split, .contact-grid, .blog-post { grid-template-columns: 1fr; }
  .room-grid, .blog-grid, .team-grid, .value-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .port-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .frame-wood 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}
