:root{--c-primary:#4c956c;}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Serif SC', 'STSong', serif; background: #bfe3ff; color: #2f4633; line-height: 1.8; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.en { font-family: 'Marcellus', 'Noto Serif SC', serif; letter-spacing: 4px; text-transform: uppercase; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255, 255, 255, 0.75); border-bottom: 1px solid rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: #3a5a40; font-size: 21px; letter-spacing: 3px; font-weight: 600; }
.brand .leaf-dot { width: 22px; height: 22px; border-radius: 50% 50% 50% 0; background: #4c956c; transform: rotate(-45deg); }
.brand small { display: block; font-size: 10px; letter-spacing: 4px; color: #4c956c; font-family: 'Marcellus', serif; text-transform: uppercase; }
.nav-links { list-style: none; display: flex; gap: 30px; }
.nav-links a { color: #3a5a40; font-size: 14px; letter-spacing: 2px; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: #4c956c; border-bottom-color: #4c956c; }
.menu-toggle { display: none; background: none; border: 1px solid #4c956c; color: #4c956c; font-size: 13px; letter-spacing: 2px; padding: 8px 12px; cursor: pointer; font-family: inherit; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #a9d8ff 0%, #d7f0ff 60%, #bfe3ff 100%); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.hero-sheen { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.02) 100%); }
.garden-band { position: absolute; top: 0; bottom: 0; width: 110px; background: repeating-linear-gradient(0deg, #4c956c 0 16px, #3a5a40 16px 32px); opacity: 0.85; }
.garden-band.left { left: 0; }
.garden-band.right { right: 0; }
.skyline { position: absolute; left: 0; right: 0; bottom: 0; height: 210px; background: #3a5a40; clip-path: polygon(0 100%, 0 42%, 5% 42%, 5% 24%, 11% 24%, 11% 56%, 18% 56%, 18% 18%, 26% 18%, 26% 46%, 34% 46%, 34% 28%, 42% 28%, 42% 62%, 49% 62%, 49% 14%, 57% 14%, 57% 50%, 65% 50%, 65% 26%, 73% 26%, 73% 56%, 81% 56%, 81% 20%, 90% 20%, 90% 48%, 100% 48%, 100% 100%); }
.skyline::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 241, 178, 0.85) 1.5px, transparent 2px); background-size: 26px 30px; }
.skyline-garden { position: absolute; left: 0; right: 0; bottom: 0; height: 52px; background: repeating-linear-gradient(90deg, #4c956c 0 46px, #6aa84f 46px 92px, #3a5a40 92px 138px); opacity: 0.95; }
.hero-content { position: relative; z-index: 2; min-height: 88vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 150px 20px 260px; }
.hero .eyebrow { font-family: 'Marcellus', serif; letter-spacing: 8px; text-transform: uppercase; color: #3a5a40; font-size: 13px; }
.hero h1 { font-size: 52px; color: #23402b; letter-spacing: 10px; margin: 18px 0 14px; font-weight: 500; }
.hero .slogan { color: #4c956c; letter-spacing: 6px; font-size: 15px; margin-bottom: 40px; }
.btn-green { display: inline-block; background: #4c956c; color: #fff; padding: 16px 48px; letter-spacing: 6px; font-size: 15px; border-radius: 40px; box-shadow: 0 10px 24px rgba(76, 149, 108, 0.35); transition: all .3s; }
.btn-green:hover { background: #3a5a40; transform: translateY(-2px); }
.btn-glass { display: inline-block; border: 1px solid #4c956c; color: #3a5a40; background: rgba(255, 255, 255, 0.7); padding: 16px 48px; letter-spacing: 6px; font-size: 15px; border-radius: 40px; transition: all .3s; }
.btn-glass:hover { background: #4c956c; color: #fff; }
.btn-gap { margin-left: 14px; }

.section { padding: 96px 0; }
.section.white { background: #ffffff; }
.section.sky { background: linear-gradient(180deg, #eaf6ff, #dceffb); }
.section-title { text-align: center; margin-bottom: 54px; }
.section-title .en { color: #4c956c; font-size: 12px; letter-spacing: 6px; }
.section-title h2 { font-size: 34px; letter-spacing: 8px; color: #23402b; margin-top: 8px; font-weight: 500; }
.section-title .line { width: 70px; height: 3px; background: linear-gradient(90deg, transparent, #4c956c, transparent); margin: 16px auto 0; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.glass-frame { border: 1px solid rgba(255, 255, 255, 0.9); background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.55)); box-shadow: 0 16px 40px rgba(58, 90, 64, 0.18); border-radius: 18px; overflow: hidden; position: relative; }
.glass-frame img { width: 100%; height: 430px; object-fit: cover; }
.glass-frame .reflect { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 255, 255, 0.35), transparent 40%, transparent 70%, rgba(255, 255, 255, 0.2)); pointer-events: none; }
.about-text h3 { font-size: 28px; letter-spacing: 4px; color: #23402b; margin-bottom: 18px; font-weight: 500; }
.about-text p { color: #4a6450; margin-bottom: 16px; }
.leaf-line { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.leaf-line .leaf-mini { width: 26px; height: 26px; border-radius: 50% 50% 50% 0; background: #4c956c; transform: rotate(-45deg); }
.leaf-line span { color: #4c956c; letter-spacing: 3px; font-size: 14px; }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.room-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 34px rgba(58, 90, 64, 0.12); border: 1px solid rgba(76, 149, 108, 0.2); transition: all .3s; }
.room-card:hover { transform: translateY(-6px); }
.room-card .img-wrap { position: relative; }
.room-card .img-wrap img { width: 100%; height: 230px; object-fit: cover; }
.window-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px); background-size: 34px 34px; mix-blend-mode: overlay; }
.room-tag { position: absolute; top: 14px; left: 14px; background: rgba(76, 149, 108, 0.92); color: #fff; font-size: 12px; letter-spacing: 2px; padding: 6px 14px; border-radius: 20px; }
.room-body { padding: 22px; }
.room-body h3 { font-size: 20px; color: #23402b; letter-spacing: 2px; }
.room-body .en { font-size: 11px; color: #4c956c; margin: 4px 0 12px; letter-spacing: 3px; }
.room-body p { font-size: 13px; color: #5a7160; }
.room-price { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; border-top: 1px dashed #cfe4d6; padding-top: 14px; }
.room-price .num { color: #4c956c; font-size: 22px; }
.room-price .num small { font-size: 12px; color: #7a937f; }
.room-price a { color: #3a5a40; font-size: 13px; letter-spacing: 2px; border-bottom: 1px solid #4c956c; }

.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.facility-card { background: #fff; border-radius: 16px; padding: 34px 20px; text-align: center; box-shadow: 0 10px 26px rgba(58, 90, 64, 0.1); border: 1px solid rgba(76, 149, 108, 0.2); position: relative; overflow: hidden; }
.facility-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #4c956c, #6aa84f, #4c956c); }
.facility-ico { width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%; border: 2px dashed #4c956c; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #3a5a40; background: #eef8f1; }
.facility-card h4 { font-size: 17px; color: #23402b; letter-spacing: 2px; }
.facility-card p { font-size: 12px; color: #5a7160; margin-top: 8px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gal-item { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 24px rgba(58, 90, 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(35, 64, 43, 0.9)); color: #fff; padding: 28px 16px 12px; font-size: 13px; letter-spacing: 2px; }
.gal-cap::before { content: ""; display: block; width: 22px; height: 3px; background: #6aa84f; margin-bottom: 8px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid rgba(76, 149, 108, 0.2); box-shadow: 0 10px 26px rgba(58, 90, 64, 0.1); }
.blog-card img { width: 100%; height: 210px; object-fit: cover; }
.blog-body { padding: 20px 22px 24px; }
.blog-date { font-size: 12px; color: #4c956c; letter-spacing: 2px; }
.blog-card h4 { font-size: 18px; color: #23402b; margin: 8px 0 10px; letter-spacing: 1px; }
.blog-card p { font-size: 13px; color: #5a7160; margin-bottom: 14px; }
.blog-more { color: #3a5a40; font-size: 13px; letter-spacing: 2px; border-bottom: 1px solid #4c956c; padding-bottom: 3px; }
.blog-more:hover { color: #4c956c; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; }
.team-item img { width: 170px; height: 170px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); object-fit: cover; margin: 30px auto 10px; border: 4px solid #fff; box-shadow: 0 10px 24px rgba(58, 90, 64, 0.2); }
.team-item .name-wrap { margin-top: 30px; }
.team-item h4 { font-size: 19px; color: #23402b; letter-spacing: 2px; }
.team-item .post { font-size: 13px; color: #4c956c; letter-spacing: 2px; margin: 4px 0 10px; }
.team-item p { font-size: 13px; color: #5a7160; max-width: 260px; margin: 0 auto; }

.cta { position: relative; padding: 96px 0; overflow: hidden; background: linear-gradient(180deg, #d7f0ff, #bfe3ff); text-align: center; }
.cta .skyline { height: 120px; opacity: 0.7; }
.cta h2 { font-size: 34px; color: #23402b; letter-spacing: 6px; font-weight: 500; }
.cta p { color: #4a6450; margin: 14px 0 34px; letter-spacing: 3px; }

.footer { background: #3a5a40; color: #cfe4d6; padding: 54px 0 30px; text-align: center; }
.footer .brand { color: #fff; justify-content: center; margin-bottom: 8px; }
.footer .brand .leaf-dot { background: #6aa84f; }
.footer .brand small { color: #a9cfb4; }
.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: #cfe4d6; font-size: 13px; letter-spacing: 2px; }
.footer .foot-nav a:hover { color: #fff; }
.footer p { font-size: 12px; letter-spacing: 1px; color: #9dc0a9; }

.banner { position: relative; overflow: hidden; padding: 150px 0 110px; text-align: center; background: linear-gradient(180deg, #a9d8ff, #eaf6ff); }
.banner .skyline { height: 150px; opacity: 0.8; }
.banner .en { color: #4c956c; font-size: 12px; letter-spacing: 6px; }
.banner h1 { font-size: 40px; color: #23402b; letter-spacing: 10px; font-weight: 500; margin-top: 10px; }
.banner p { color: #4a6450; letter-spacing: 4px; margin-top: 12px; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.value-card { background: #fff; border-radius: 16px; padding: 44px 28px; text-align: center; border: 1px solid rgba(76, 149, 108, 0.2); box-shadow: 0 10px 26px rgba(58, 90, 64, 0.1); }
.value-card .leaf-mini { width: 30px; height: 30px; border-radius: 50% 50% 50% 0; background: #4c956c; transform: rotate(-45deg); margin: 0 auto 18px; }
.value-card h4 { font-size: 19px; color: #23402b; letter-spacing: 2px; margin-bottom: 10px; }
.value-card p { font-size: 13px; color: #5a7160; }

.port-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.port-item .glass-frame img { height: 400px; }
.port-cap { text-align: center; padding: 18px; }
.port-cap h3 { font-size: 22px; color: #23402b; letter-spacing: 3px; }
.port-cap p { font-size: 13px; color: #4c956c; letter-spacing: 2px; margin-top: 6px; }

.blog-list { max-width: 900px; margin: 0 auto; }
.blog-post { display: grid; grid-template-columns: 320px 1fr; gap: 30px; background: #fff; border-radius: 16px; padding: 16px; margin-bottom: 34px; border: 1px solid rgba(76, 149, 108, 0.2); box-shadow: 0 10px 26px rgba(58, 90, 64, 0.1); }
.blog-post img { width: 100%; height: 230px; object-fit: cover; border-radius: 12px; }
.blog-post h3 { font-size: 22px; color: #23402b; margin: 10px 0 12px; letter-spacing: 2px; }
.blog-post p { font-size: 14px; color: #5a7160; margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h3 { font-size: 26px; color: #23402b; letter-spacing: 3px; margin-bottom: 28px; font-weight: 500; }
.info-line { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.info-ico { width: 44px; height: 44px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #4c956c; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; flex: none; }
.info-ico span { transform: rotate(45deg); }
.info-line h4 { font-size: 15px; color: #23402b; letter-spacing: 2px; }
.info-line p { font-size: 13px; color: #5a7160; }
.contact-form { background: #fff; border-radius: 18px; padding: 40px; border: 1px solid rgba(76, 149, 108, 0.2); box-shadow: 0 12px 30px rgba(58, 90, 64, 0.1); }
.contact-form h3 { font-size: 24px; color: #23402b; margin-bottom: 26px; letter-spacing: 3px; font-weight: 500; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 13px; letter-spacing: 2px; margin-bottom: 8px; color: #23402b; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #cfe4d6; border-radius: 10px; padding: 13px; font-family: inherit; color: #2f4633; background: #f7fcf9; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: #4c956c; }
.form-row textarea { height: 130px; resize: vertical; }
.btn-submit { width: 100%; background: #4c956c; color: #fff; border: none; border-radius: 40px; padding: 15px; font-family: inherit; font-size: 16px; letter-spacing: 6px; cursor: pointer; transition: all .3s; }
.btn-submit:hover { background: #3a5a40; }
.map-box { margin-top: 60px; height: 340px; border-radius: 18px; background: linear-gradient(180deg, #d7f0ff, #a9d8ff); border: 1px solid rgba(76, 149, 108, 0.25); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.map-box .skyline { height: 110px; }
.map-pin { width: 42px; height: 42px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #3a5a40; border: 3px solid #4c956c; position: relative; }
.map-pin::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #6aa84f; position: absolute; left: 13px; top: 13px; }
.map-text { position: absolute; bottom: 22px; font-size: 13px; letter-spacing: 3px; color: #3a5a40; }

@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 h1 { font-size: 34px; letter-spacing: 6px; }
  .garden-band { width: 46px; }
  .hero-content { padding-bottom: 220px; }
  .about-split, .contact-grid, .blog-post { grid-template-columns: 1fr; }
  .room-grid, .blog-grid, .team-grid, .value-grid { grid-template-columns: 1fr; }
  .facility-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; }
  .glass-frame 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}
