:root{--c-primary:#2a9d8f;}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Serif SC', 'STSong', serif; background: #ffffff; color: #1f4e5f; line-height: 1.8; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.fun { font-family: 'Baloo 2', cursive; letter-spacing: 1px; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #ffffff; box-shadow: 0 2px 18px rgba(0, 150, 199, 0.12); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; color: #0096c7; font-family: 'Baloo 2', 'Noto Serif SC', sans-serif; font-size: 22px; font-weight: 600; letter-spacing: 2px; }
.brand .sun { width: 30px; height: 15px; border-radius: 30px 30px 0 0; background: #ffd166; position: relative; }
.brand .sun::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 6px; height: 6px; border-radius: 50%; background: #ffd166; transform: translateX(-50%); box-shadow: -10px 2px 0 -1px #ffd166, 10px 2px 0 -1px #ffd166; }
.brand small { display: block; font-size: 10px; letter-spacing: 4px; color: #2a9d8f; font-family: 'Noto Serif SC', serif; }
.nav-links { list-style: none; display: flex; gap: 30px; }
.nav-links a { color: #2a9d8f; font-size: 14px; letter-spacing: 2px; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: #0096c7; border-bottom-color: #ffd166; }
.menu-toggle { display: none; background: none; border: 2px solid #0096c7; color: #0096c7; border-radius: 30px; font-size: 13px; letter-spacing: 2px; padding: 7px 14px; cursor: pointer; font-family: inherit; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #bfe9ff 0%, #e6f8ff 55%, #ffffff 100%); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.hero-sky { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.75)); }
.hero .sun-big { position: absolute; top: 70px; right: 10%; width: 150px; height: 75px; border-radius: 150px 150px 0 0; background: radial-gradient(circle, #ffd166, #ffb703); opacity: 0.9; }
.waves { position: absolute; left: -5%; right: -5%; bottom: 0; height: 46px; background-image: radial-gradient(circle at 22px 0, transparent 20px, #0096c7 21px, #0096c7 24px, transparent 25px); background-size: 44px 46px; }
.waves.w2 { bottom: 26px; opacity: 0.7; background-image: radial-gradient(circle at 22px 0, transparent 20px, #2a9d8f 21px, #2a9d8f 24px, transparent 25px); }
.hero .parasol { position: absolute; z-index: 3; }
.parasol-l { left: 6%; bottom: 90px; }
.parasol-r { right: 6%; bottom: 70px; }
.parasol { width: 130px; height: 65px; border-radius: 130px 130px 0 0; background: repeating-linear-gradient(90deg, #0096c7 0 26px, #ffffff 26px 52px); position: relative; box-shadow: 0 12px 22px rgba(0, 150, 199, 0.25); }
.parasol::after { content: ""; position: absolute; left: 50%; top: 100%; width: 5px; height: 46px; background: #8c6a4a; transform: translateX(-50%); border-radius: 3px; }
.parasol.pink { background: repeating-linear-gradient(90deg, #ef476f 0 26px, #ffffff 26px 52px); }
.hero-content { position: relative; z-index: 4; min-height: 88vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 140px 20px 200px; }
.hero .eyebrow { font-family: 'Baloo 2', cursive; color: #2a9d8f; letter-spacing: 6px; font-size: 14px; text-transform: uppercase; }
.hero h1 { font-size: 54px; color: #0077b6; letter-spacing: 6px; margin: 16px 0 12px; font-weight: 600; font-family: 'Baloo 2', 'Noto Serif SC', sans-serif; }
.hero .slogan { color: #2a9d8f; letter-spacing: 5px; font-size: 16px; margin-bottom: 36px; }
.btn-aqua { display: inline-block; background: #0096c7; color: #fff; padding: 15px 50px; border-radius: 50px; letter-spacing: 5px; font-size: 15px; box-shadow: 0 10px 22px rgba(0, 150, 199, 0.35); transition: all .3s; font-family: 'Baloo 2', 'Noto Serif SC', sans-serif; }
.btn-aqua:hover { background: #0077b6; transform: translateY(-3px); }
.btn-sand { display: inline-block; border: 2px solid #ffd166; color: #b07d2b; background: #f4e4c1; padding: 13px 48px; border-radius: 50px; letter-spacing: 5px; font-size: 15px; transition: all .3s; font-family: 'Baloo 2', 'Noto Serif SC', sans-serif; }
.btn-sand:hover { background: #ffd166; }
.btn-gap { margin-left: 14px; }

.section { padding: 96px 0; }
.section.sand { background: #f4e4c1; }
.section.sea { background: #e6f8ff; }
.section.white { background: #fff; }
.section-title { text-align: center; margin-bottom: 54px; }
.section-title .fun { color: #2a9d8f; font-size: 13px; letter-spacing: 5px; text-transform: uppercase; }
.section-title h2 { font-size: 36px; color: #0077b6; letter-spacing: 5px; margin-top: 6px; font-weight: 600; }
.section-title .wave-ico { display: inline-block; width: 70px; height: 12px; margin-top: 14px; background-image: radial-gradient(circle at 12px 0, transparent 10px, #ffd166 11px, #ffd166 13px, transparent 14px); background-size: 24px 12px; }
.section.sand .section-title h2 { color: #a86a1f; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-card { background: #fff; border: 3px solid #ffd166; border-radius: 30px; padding: 12px; box-shadow: 0 16px 34px rgba(0, 150, 199, 0.12); position: relative; }
.about-card img { width: 100%; height: 430px; object-fit: cover; border-radius: 22px; }
.about-card .shell { position: absolute; top: -22px; left: 30px; width: 46px; height: 46px; border-radius: 50%; background: #f4e4c1; border: 3px dashed #2a9d8f; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #2a9d8f; }
.about-text h3 { font-size: 30px; color: #0077b6; letter-spacing: 3px; margin-bottom: 18px; }
.about-text p { color: #3f6d7d; margin-bottom: 16px; }
.about-text .sun-half { width: 46px; height: 23px; border-radius: 46px 46px 0 0; background: #ffd166; margin-top: 22px; }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.room-card { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid rgba(0, 150, 199, 0.2); box-shadow: 0 14px 30px rgba(0, 150, 199, 0.1); position: relative; transition: all .3s; }
.room-card:hover { transform: translateY(-8px); }
.room-card .para-top { width: 90px; height: 45px; border-radius: 90px 90px 0 0; background: repeating-linear-gradient(90deg, #0096c7 0 18px, #fff 18px 36px); margin: 0 auto; position: relative; top: -1px; }
.room-card .para-top.pink { background: repeating-linear-gradient(90deg, #ef476f 0 18px, #fff 18px 36px); }
.room-card .para-top.green { background: repeating-linear-gradient(90deg, #2a9d8f 0 18px, #fff 18px 36px); }
.room-card img { width: 100%; height: 220px; object-fit: cover; }
.room-body { padding: 22px 24px 26px; }
.room-body h3 { font-size: 21px; color: #0077b6; letter-spacing: 2px; }
.room-body .en { font-family: 'Baloo 2', cursive; color: #2a9d8f; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin: 4px 0 12px; }
.room-body p { font-size: 13px; color: #3f6d7d; }
.room-price { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; border-top: 2px dashed #ffd166; padding-top: 14px; }
.room-price .num { color: #e07a1f; font-size: 22px; font-family: 'Baloo 2', cursive; }
.room-price .num small { font-size: 12px; color: #8aa6ae; }
.room-price a { background: #0096c7; color: #fff; border-radius: 30px; padding: 8px 22px; font-size: 13px; letter-spacing: 2px; }
.room-price a:hover { background: #2a9d8f; }

.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.facility-card { background: #fff; border-radius: 24px; padding: 34px 20px; text-align: center; box-shadow: 0 10px 24px rgba(0, 150, 199, 0.08); border: 2px solid rgba(255, 209, 102, 0.6); }
.facility-ico { width: 66px; height: 66px; margin: 0 auto 16px; border-radius: 50%; border: 3px dashed #2a9d8f; background: #e6f8ff; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #0096c7; }
.facility-card h4 { font-size: 17px; color: #0077b6; letter-spacing: 2px; }
.facility-card p { font-size: 12px; color: #3f6d7d; margin-top: 8px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gal-item { position: relative; border-radius: 22px; overflow: hidden; border: 3px solid #fff; box-shadow: 0 10px 24px rgba(0, 150, 199, 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(0, 119, 182, 0.9)); color: #fff; padding: 30px 16px 12px; font-size: 13px; letter-spacing: 2px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.blog-card { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid rgba(0, 150, 199, 0.2); box-shadow: 0 10px 24px rgba(0, 150, 199, 0.08); }
.blog-card img { width: 100%; height: 210px; object-fit: cover; }
.blog-body { padding: 20px 22px 24px; }
.blog-date { font-family: 'Baloo 2', cursive; font-size: 12px; color: #2a9d8f; letter-spacing: 2px; }
.blog-card h4 { font-size: 18px; color: #0077b6; margin: 8px 0 10px; letter-spacing: 1px; }
.blog-card p { font-size: 13px; color: #3f6d7d; margin-bottom: 14px; }
.blog-more { color: #e07a1f; font-size: 13px; letter-spacing: 2px; border-bottom: 2px solid #ffd166; padding-bottom: 3px; }
.blog-more:hover { color: #0096c7; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; text-align: center; }
.team-item img { width: 170px; height: 170px; border-radius: 50%; margin: 0 auto 18px; border: 4px solid #fff; box-shadow: 0 0 0 3px #ffd166, 0 12px 24px rgba(0, 150, 199, 0.2); object-fit: cover; }
.team-item h4 { font-size: 19px; color: #0077b6; letter-spacing: 2px; }
.team-item .post { font-family: 'Baloo 2', cursive; color: #2a9d8f; font-size: 13px; letter-spacing: 2px; margin: 4px 0 10px; }
.team-item p { font-size: 13px; color: #3f6d7d; max-width: 260px; margin: 0 auto; }

.cta { position: relative; overflow: hidden; padding: 96px 0; text-align: center; background: linear-gradient(180deg, #e6f8ff, #bfe9ff); }
.cta .waves { bottom: -10px; opacity: 0.5; }
.cta h2 { font-size: 36px; color: #0077b6; letter-spacing: 4px; margin-bottom: 12px; }
.cta p { color: #2a9d8f; letter-spacing: 3px; margin-bottom: 34px; }

.footer { background: #006d8f; color: #cfeffc; padding: 54px 0 30px; text-align: center; }
.footer .brand { justify-content: center; color: #fff; 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: #cfeffc; font-size: 13px; letter-spacing: 2px; }
.footer .foot-nav a:hover { color: #ffd166; }
.footer p { font-size: 12px; letter-spacing: 1px; color: #9fd7ec; }

.banner { position: relative; overflow: hidden; padding: 150px 0 100px; text-align: center; background: linear-gradient(180deg, #bfe9ff, #ffffff); }
.banner .waves { opacity: 0.5; }
.banner .fun { color: #2a9d8f; letter-spacing: 5px; font-size: 13px; text-transform: uppercase; }
.banner h1 { font-size: 42px; color: #0077b6; letter-spacing: 6px; margin-top: 8px; }
.banner p { color: #2a9d8f; letter-spacing: 4px; margin-top: 12px; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.value-card { background: #fff; border-radius: 24px; padding: 42px 26px; text-align: center; border: 2px solid rgba(255, 209, 102, 0.7); box-shadow: 0 10px 24px rgba(0, 150, 199, 0.08); }
.value-card .shell { width: 52px; height: 52px; border-radius: 50%; border: 3px dashed #2a9d8f; background: #e6f8ff; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #0096c7; }
.value-card h4 { font-size: 19px; color: #0077b6; letter-spacing: 2px; margin-bottom: 10px; }
.value-card p { font-size: 13px; color: #3f6d7d; }

.port-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.port-item .about-card img { height: 400px; }
.port-cap { text-align: center; padding: 18px; }
.port-cap h3 { font-size: 22px; color: #0077b6; letter-spacing: 3px; }
.port-cap p { font-family: 'Baloo 2', cursive; font-size: 12px; color: #2a9d8f; 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: 24px; padding: 14px; margin-bottom: 34px; border: 2px solid rgba(255, 209, 102, 0.7); box-shadow: 0 10px 24px rgba(0, 150, 199, 0.08); }
.blog-post img { width: 100%; height: 230px; object-fit: cover; border-radius: 18px; }
.blog-post h3 { font-size: 22px; color: #0077b6; margin: 10px 0 12px; letter-spacing: 2px; }
.blog-post p { font-size: 14px; color: #3f6d7d; margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h3 { font-size: 26px; color: #0077b6; letter-spacing: 3px; margin-bottom: 28px; }
.info-line { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.info-ico { width: 44px; height: 44px; border-radius: 50%; border: 3px dashed #2a9d8f; background: #e6f8ff; color: #0096c7; display: flex; align-items: center; justify-content: center; flex: none; font-size: 16px; }
.info-line h4 { font-size: 15px; color: #0077b6; letter-spacing: 2px; }
.info-line p { font-size: 13px; color: #3f6d7d; }
.contact-form { background: #fff; border-radius: 24px; padding: 40px; border: 2px solid rgba(255, 209, 102, 0.7); box-shadow: 0 12px 30px rgba(0, 150, 199, 0.1); }
.contact-form h3 { font-size: 24px; color: #0077b6; margin-bottom: 26px; letter-spacing: 3px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 13px; letter-spacing: 2px; margin-bottom: 8px; color: #0077b6; }
.form-row input, .form-row textarea { width: 100%; border: 2px solid #bde4f5; border-radius: 14px; padding: 13px; font-family: inherit; color: #1f4e5f; background: #f4fcff; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: #0096c7; }
.form-row textarea { height: 130px; resize: vertical; }
.btn-submit { width: 100%; background: #0096c7; color: #fff; border: none; border-radius: 50px; padding: 15px; font-family: 'Baloo 2', 'Noto Serif SC', sans-serif; font-size: 16px; letter-spacing: 5px; cursor: pointer; transition: all .3s; }
.btn-submit:hover { background: #2a9d8f; }
.map-box { margin-top: 60px; height: 340px; border-radius: 24px; border: 2px solid rgba(255, 209, 102, 0.8); background: linear-gradient(180deg, #bfe9ff, #e6f8ff); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.map-box .waves { opacity: 0.4; }
.map-pin { width: 42px; height: 42px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #0096c7; border: 3px solid #ffd166; position: relative; }
.map-pin::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #fff; position: absolute; left: 13px; top: 13px; }
.map-text { position: absolute; bottom: 22px; font-family: 'Baloo 2', cursive; font-size: 13px; letter-spacing: 3px; color: #0077b6; }

@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: 36px; letter-spacing: 3px; }
  .hero-content { padding-bottom: 170px; }
  .parasol-l { left: 2%; }
  .parasol-r { right: 2%; }
  .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; }
  .about-card 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}
