:root{--c-primary:#3498db;}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif; background: #f4f6f9; color: #1d2a3d; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.o { font-family: 'Oswald', sans-serif; letter-spacing: 2px; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #0f2040; border-bottom: 2px solid #3498db; }
.topbar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: rgba(255, 255, 255, 0.2); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; font-family: 'Oswald', 'Noto Sans SC', sans-serif; font-size: 20px; letter-spacing: 3px; text-transform: uppercase; }
.brand .logo-case { width: 36px; height: 26px; border: 2px solid #3498db; position: relative; flex: none; }
.brand .logo-case::before { content: ""; position: absolute; top: -9px; left: 9px; width: 14px; height: 9px; border: 2px solid #3498db; border-bottom: none; }
.brand small { display: block; font-size: 10px; letter-spacing: 4px; color: #9db2cf; font-family: 'Noto Sans SC', sans-serif; }
.nav-links { list-style: none; display: flex; gap: 30px; }
.nav-links a { color: #c6d3e6; font-size: 14px; letter-spacing: 2px; padding: 8px 2px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: #fff; border-bottom-color: #3498db; }
.menu-toggle { display: none; background: none; border: 1px solid #3498db; color: #3498db; font-size: 13px; letter-spacing: 2px; padding: 8px 12px; cursor: pointer; font-family: inherit; }

.hero { position: relative; background: #0f2040; color: #fff; overflow: hidden; padding: 150px 0 110px; }
.hero-grid { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 59px, rgba(255, 255, 255, 0.05) 59px 60px), repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.05) 79px 80px); }
.hero .container { position: relative; z-index: 2; }
.hero-eyebrow { font-family: 'Oswald', sans-serif; letter-spacing: 5px; font-size: 14px; color: #3498db; text-transform: uppercase; border-left: 4px solid #3498db; padding-left: 14px; }
.hero h1 { font-size: 54px; font-weight: 600; letter-spacing: 4px; margin: 22px 0 18px; text-transform: uppercase; font-family: 'Oswald', sans-serif; line-height: 1.15; }
.hero h1 span { color: #3498db; }
.hero p { max-width: 620px; color: #b8c6dd; font-size: 15px; margin-bottom: 36px; }
.btn-blue { display: inline-block; background: #3498db; color: #fff; font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 4px; text-transform: uppercase; padding: 15px 44px; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); transition: all .3s; }
.btn-blue:hover { background: #fff; color: #0f2040; }
.btn-outline { display: inline-block; border: 1px solid #3498db; color: #3498db; font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 4px; text-transform: uppercase; padding: 15px 44px; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); transition: all .3s; }
.btn-outline:hover { background: #3498db; color: #fff; }
.btn-gap { margin-left: 14px; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 64px; border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 40px; }
.stat-block .num { font-family: 'Oswald', sans-serif; font-size: 44px; color: #3498db; line-height: 1; }
.stat-block .num sup { font-size: 20px; color: #fff; }
.stat-block .label { font-size: 12px; letter-spacing: 3px; color: #9db2cf; margin-top: 8px; }

.section { padding: 96px 0; }
.section.light { background: #fff; }
.section.gray { background: #f4f6f9; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 52px; border-bottom: 1px solid #d6dee9; padding-bottom: 22px; flex-wrap: wrap; gap: 16px; }
.section-head .num { font-family: 'Oswald', sans-serif; color: #3498db; font-size: 14px; letter-spacing: 5px; text-transform: uppercase; }
.section-head h2 { font-size: 34px; letter-spacing: 3px; color: #0f2040; font-weight: 600; }
.section-head .en { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 4px; color: #8a97ab; text-transform: uppercase; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.clip-img { clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
.clip-img img { width: 100%; height: 440px; object-fit: cover; }
.about-text .tag { font-family: 'Oswald', sans-serif; color: #3498db; letter-spacing: 4px; font-size: 13px; text-transform: uppercase; }
.about-text h3 { font-size: 30px; color: #0f2040; margin: 12px 0 18px; letter-spacing: 2px; }
.about-text p { color: #5a6b83; font-size: 15px; margin-bottom: 16px; }
.check-list { list-style: none; margin: 18px 0 26px; }
.check-list li { padding: 6px 0; color: #2c3e50; font-size: 14px; }
.check-list li::before { content: "▣"; color: #3498db; margin-right: 10px; }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.room-card { background: #fff; border: 1px solid #d6dee9; position: relative; transition: all .3s; }
.room-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #3498db, #0f2040); }
.room-card:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(15, 32, 64, 0.12); }
.room-card .clip-img img { height: 220px; }
.room-card .clip-img { margin: 12px 12px 0; }
.room-body { padding: 20px 22px 24px; }
.room-body h3 { font-size: 19px; color: #0f2040; letter-spacing: 1px; }
.room-body .code { font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 3px; color: #3498db; text-transform: uppercase; margin: 4px 0 12px; }
.room-meta { display: flex; justify-content: space-between; border-top: 1px dashed #d6dee9; padding-top: 12px; font-size: 12px; color: #5a6b83; }
.room-meta strong { font-family: 'Oswald', sans-serif; font-size: 14px; color: #0f2040; }
.room-body .price { text-align: right; margin-top: 14px; font-family: 'Oswald', sans-serif; font-size: 24px; color: #3498db; }
.room-body .price small { font-size: 12px; color: #8a97ab; letter-spacing: 1px; }

.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.facility-card { background: #0f2040; color: #fff; padding: 36px 24px; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); position: relative; }
.facility-card .num { font-family: 'Oswald', sans-serif; font-size: 40px; color: #3498db; }
.facility-card .line { width: 34px; height: 3px; background: #3498db; margin: 14px 0 12px; }
.facility-card h4 { font-size: 17px; letter-spacing: 2px; }
.facility-card p { font-size: 12px; color: #9db2cf; margin-top: 8px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gal-item { position: relative; overflow: hidden; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); }
.gal-item img { width: 100%; height: 260px; object-fit: cover; transition: transform .4s; }
.gal-item:hover img { transform: scale(1.08); }
.gal-cap { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent, rgba(15, 32, 64, 0.92)); color: #fff; padding: 30px 16px 14px; font-size: 13px; letter-spacing: 2px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #fff; border: 1px solid #d6dee9; }
.blog-card .clip-img img { height: 200px; }
.blog-card .clip-img { margin: 12px 12px 0; }
.blog-body { padding: 18px 22px 22px; }
.blog-date { font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 3px; color: #3498db; text-transform: uppercase; }
.blog-card h4 { font-size: 17px; color: #0f2040; margin: 8px 0 10px; }
.blog-card p { font-size: 13px; color: #5a6b83; margin-bottom: 14px; }
.blog-more { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 3px; color: #0f2040; text-transform: uppercase; border-bottom: 2px solid #3498db; padding-bottom: 3px; }
.blog-more:hover { color: #3498db; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.team-card { background: #fff; border: 1px solid #d6dee9; padding: 34px 28px; text-align: center; position: relative; }
.team-card::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #3498db, transparent); }
.team-card .clip-img img { width: 130px; height: 130px; margin: 0 auto 18px; }
.team-card .clip-img { display: inline-block; }
.team-card h4 { font-size: 18px; color: #0f2040; letter-spacing: 1px; }
.team-card .post { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 3px; color: #3498db; text-transform: uppercase; margin: 6px 0 12px; }
.team-card p { font-size: 13px; color: #5a6b83; }

.cta { background: #0f2040; color: #fff; padding: 90px 0; position: relative; overflow: hidden; }
.cta .hero-grid { opacity: 0.6; }
.cta .container { position: relative; z-index: 2; text-align: center; }
.cta h2 { font-family: 'Oswald', sans-serif; font-size: 40px; letter-spacing: 4px; text-transform: uppercase; }
.cta h2 span { color: #3498db; }
.cta p { color: #9db2cf; margin: 14px 0 34px; letter-spacing: 2px; }

.footer { background: #0c1a33; color: #9db2cf; padding: 54px 0 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 26px; border-bottom: 1px solid #1d3460; flex-wrap: wrap; gap: 16px; }
.footer .brand small { color: #6d83a8; }
.footer .foot-nav { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; }
.footer .foot-nav a { color: #9db2cf; font-size: 13px; letter-spacing: 2px; }
.footer .foot-nav a:hover { color: #3498db; }
.footer p { font-size: 12px; letter-spacing: 1px; text-align: center; margin-top: 26px; color: #5f7496; }

.banner { background: #0f2040; color: #fff; padding: 160px 0 80px; position: relative; overflow: hidden; }
.banner .hero-grid { opacity: 0.5; }
.banner .container { position: relative; z-index: 2; }
.banner .en { font-family: 'Oswald', sans-serif; letter-spacing: 5px; font-size: 13px; color: #3498db; text-transform: uppercase; }
.banner h1 { font-size: 42px; letter-spacing: 4px; margin-top: 10px; font-weight: 600; }
.banner p { color: #9db2cf; margin-top: 10px; letter-spacing: 2px; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.value-card { background: #fff; border: 1px solid #d6dee9; padding: 44px 30px; text-align: center; }
.value-card .num { font-family: 'Oswald', sans-serif; font-size: 40px; color: #3498db; }
.value-card .line { width: 36px; height: 3px; background: #3498db; margin: 16px auto 14px; }
.value-card h4 { font-size: 19px; color: #0f2040; letter-spacing: 2px; }
.value-card p { font-size: 13px; color: #5a6b83; margin-top: 10px; }

.port-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.port-item { position: relative; }
.port-item .clip-img img { height: 420px; }
.port-cap { background: #0f2040; color: #fff; padding: 18px 24px; position: relative; margin-top: -6px; display: flex; justify-content: space-between; align-items: center; }
.port-cap h3 { font-size: 17px; letter-spacing: 2px; }
.port-cap span { font-family: 'Oswald', sans-serif; font-size: 12px; color: #3498db; letter-spacing: 3px; text-transform: uppercase; }

.blog-list { max-width: 900px; margin: 0 auto; }
.blog-post { display: grid; grid-template-columns: 300px 1fr; gap: 30px; background: #fff; border: 1px solid #d6dee9; padding: 14px; margin-bottom: 32px; }
.blog-post .clip-img img { height: 210px; }
.blog-post h3 { font-size: 22px; color: #0f2040; margin: 10px 0 12px; }
.blog-post p { font-size: 14px; color: #5a6b83; margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h3 { font-size: 28px; color: #0f2040; margin-bottom: 28px; letter-spacing: 2px; }
.info-line { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.info-ico { width: 44px; height: 44px; background: #0f2040; color: #3498db; font-family: 'Oswald', sans-serif; font-size: 16px; display: flex; align-items: center; justify-content: center; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); flex: none; }
.info-line h4 { font-size: 15px; color: #0f2040; letter-spacing: 1px; }
.info-line p { font-size: 13px; color: #5a6b83; }
.contact-form { background: #fff; border: 1px solid #d6dee9; padding: 40px; }
.contact-form h3 { font-size: 24px; color: #0f2040; margin-bottom: 26px; letter-spacing: 2px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 13px; letter-spacing: 2px; margin-bottom: 8px; color: #0f2040; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #d6dee9; padding: 13px; font-family: inherit; color: #1d2a3d; background: #fbfcfe; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: #3498db; }
.form-row textarea { height: 130px; resize: vertical; }
.btn-submit { width: 100%; background: #0f2040; color: #fff; border: none; padding: 15px; font-family: 'Oswald', sans-serif; font-size: 15px; letter-spacing: 5px; cursor: pointer; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }
.btn-submit:hover { background: #3498db; }
.map-box { margin-top: 60px; height: 340px; border: 1px solid #d6dee9; background: #e8eef5; 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: #0f2040; border: 3px solid #3498db; position: relative; }
.map-pin::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #3498db; position: absolute; left: 13px; top: 13px; }
.map-text { position: absolute; bottom: 22px; font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 3px; color: #5a6b83; text-transform: uppercase; }

@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: 130px 0 80px; }
  .hero h1 { font-size: 34px; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .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; }
  .banner { padding: 130px 0 60px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .clip-img 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}
