/* ============================================================
   云旅梵 · 热带度假风全站样式
   ============================================================ */
:root{
  --sand:#FAF5EB; --cream:#FFFDF7; --ink:#22362F; --muted:#6E8079;
  --teal:#0E7C7B; --lagoon:#22A39C; --coral:#FF8A5C; --gold:#E4B95B;
  --palm:#1F4D3F; --line:#E9DFC9;
  --shadow:0 18px 44px rgba(31,77,63,.12);
  --radius:22px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'PingFang SC','Microsoft YaHei','Hiragino Sans GB',sans-serif;
  background:var(--sand);color:var(--ink);line-height:1.85;
  font-size:15.5px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%230E7C7B' stroke-opacity='.05' stroke-width='1.4'%3E%3Cpath d='M20 120c30-10 50-30 55-60M20 120c5-35 25-55 60-62M20 120c-8-28-2-52 18-70'/%3E%3Cpath d='M115 30c10 8 12 20 6 28-8-6-10-18-6-28z'/%3E%3C/g%3E%3C/svg%3E");
}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
img,svg{vertical-align:middle}
.wrap{max-width:1180px;margin:0 auto;padding:0 26px}
.serif{font-family:'Noto Serif SC','Source Han Serif SC','STZhongsong','SimSun',serif}

/* ---------- 顶栏 ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(250,245,235,.88);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 26px;max-width:1180px;margin:0 auto}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo img{height:44px;width:auto}
.logo .mark{width:42px;height:42px;border-radius:11px;background:linear-gradient(135deg,var(--teal),var(--coral));display:grid;place-items:center;color:#fff;flex-shrink:0}
.main-nav{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}
.main-nav a{padding:7px 13px;border-radius:999px;font-size:14px;color:var(--palm);transition:.25s;white-space:nowrap}
.main-nav a:hover{background:rgba(14,124,123,.1);color:var(--teal)}
.main-nav a.on{background:var(--palm);color:#fff}

/* ---------- 按钮 / 标签 ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 30px;border-radius:999px;font-weight:600;font-size:15px;transition:.3s;letter-spacing:.5px}
.btn-primary{background:linear-gradient(120deg,var(--teal),var(--lagoon));color:#fff;box-shadow:0 10px 26px rgba(14,124,123,.35)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(14,124,123,.45)}
.btn-ghost{border:1.5px solid rgba(255,255,255,.75);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.15)}
.btn-solid-light{background:var(--cream);color:var(--palm);border:1.5px solid var(--line)}
.btn-solid-light:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.tag{display:inline-flex;align-items:center;gap:5px;padding:3px 12px;border-radius:999px;background:rgba(34,163,156,.12);color:var(--teal);font-size:12px;font-weight:600}
.tag.warm{background:rgba(255,138,92,.14);color:#D96B3B}
.tag.gold{background:rgba(228,185,91,.2);color:#9A7524}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;letter-spacing:5px;color:var(--teal);font-weight:600;text-transform:uppercase}
.eyebrow::before,.eyebrow::after{content:"";width:34px;height:1.5px;background:linear-gradient(90deg,transparent,var(--gold))}
.eyebrow::after{background:linear-gradient(90deg,var(--gold),transparent)}

/* ---------- 首页 Hero ---------- */
.hero{position:relative;overflow:hidden;color:#FFFDF7;background:linear-gradient(155deg,#0B5F5E 0%,#0E7C7B 34%,#22A39C 62%,#FFB27A 100%)}
.hero::before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-140px;top:-220px;background:radial-gradient(circle,rgba(244,201,93,.55),rgba(244,201,93,0) 68%)}
.hero::after{content:"";position:absolute;left:-120px;bottom:-260px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 66%)}
.hero-inner{position:relative;z-index:2;padding:104px 0 128px;max-width:1180px;margin:0 auto;text-align:center}
.hero .brand-line{font-family:Georgia,serif;letter-spacing:9px;font-size:13px;opacity:.85;margin-bottom:22px}
.hero h1{font-size:clamp(42px,6.4vw,72px);letter-spacing:14px;font-weight:700;text-shadow:0 8px 30px rgba(11,60,58,.35);margin-bottom:18px}
.hero .slogan{font-size:clamp(16px,2vw,21px);letter-spacing:4px;opacity:.94;margin-bottom:14px}
.hero .sub{max-width:640px;margin:0 auto 34px;font-size:15px;opacity:.82;letter-spacing:1px}
.hero .cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero .stats{display:flex;gap:clamp(20px,5vw,64px);justify-content:center;margin-top:56px;flex-wrap:wrap}
.hero .stats b{display:block;font-size:30px;font-family:Georgia,serif}
.hero .stats span{font-size:12.5px;letter-spacing:3px;opacity:.75}
.hero-palms{position:absolute;bottom:-6px;left:0;right:0;z-index:1;pointer-events:none;opacity:.35}

/* 跑马灯 */
.marquee{background:var(--palm);color:#EAF4EE;overflow:hidden;padding:13px 0;position:relative}
.marquee-track{display:flex;gap:44px;white-space:nowrap;animation:slide 42s linear infinite;width:max-content}
.marquee-track span{font-size:13.5px;letter-spacing:3px;opacity:.9}
.marquee-track i{color:var(--gold);font-style:normal}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- 波浪分隔 ---------- */
.wave{display:block;width:100%;height:56px;margin-bottom:-1px}

/* ---------- 区块 ---------- */
.section{padding:84px 0}
.section.tint{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sec-head{text-align:center;margin-bottom:48px}
.sec-head h2{font-size:clamp(26px,3.4vw,38px);letter-spacing:6px;margin:12px 0 10px;font-weight:700}
.sec-head p{color:var(--muted);font-size:15px;letter-spacing:1px}

/* ---------- 栏目卡片 ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.cat-card{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px 22px;transition:.35s cubic-bezier(.2,.8,.3,1);overflow:hidden}
.cat-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-52px;top:-52px;background:radial-gradient(circle,var(--cb),transparent 70%);opacity:.18;transition:.4s}
.cat-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}
.cat-card:hover::after{opacity:.32;width:170px;height:170px}
.cat-card .glyph{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--ca),var(--cb));box-shadow:0 8px 18px rgba(31,77,63,.18);margin-bottom:16px}
.cat-card h3{font-size:21px;letter-spacing:3px;margin-bottom:6px}
.cat-card .en{font-size:11px;letter-spacing:2.5px;color:var(--muted);text-transform:uppercase;margin-bottom:10px}
.cat-card p{font-size:13.5px;color:var(--muted);line-height:1.7}
.cat-card .num{position:absolute;right:18px;bottom:12px;font-family:Georgia,serif;font-size:26px;color:var(--ca);opacity:.22;font-weight:700}

/* ---------- 文章卡片 ---------- */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.35s;display:flex;flex-direction:column}
.post-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.post-art{position:relative;height:150px;display:grid;place-items:center;background:linear-gradient(135deg,var(--ca),var(--cb))}
.post-art .big{font-family:Georgia,serif;font-size:54px;font-weight:700;color:rgba(255,255,255,.92);text-shadow:0 6px 18px rgba(0,0,0,.18)}
.post-art .cat-chip{position:absolute;left:14px;top:14px;background:rgba(255,253,247,.92);color:var(--palm);font-size:12px;padding:4px 13px;border-radius:999px;font-weight:600;letter-spacing:2px}
.post-body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.post-body h3{font-size:18.5px;letter-spacing:1px;margin-bottom:9px;line-height:1.45}
.post-body .hook{color:var(--muted);font-size:13.5px;margin-bottom:14px;flex:1}
.post-meta{display:flex;gap:8px;flex-wrap:wrap}

/* 灵感清单 */
.list-board{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.list-board li{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px dashed var(--line);transition:.25s}
.list-board li:last-child{border-bottom:0}
.list-board li:hover{background:rgba(34,163,156,.06)}
.list-board .idx{font-family:Georgia,serif;color:var(--gold);font-weight:700;width:34px;font-size:16px}
.list-board .t{flex:1}
.list-board .t b{font-size:15.5px;letter-spacing:.5px}
.list-board .t small{color:var(--muted);margin-left:10px;font-size:12.5px}
.list-board .cat-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}

/* 品牌块 */
.brand-block{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.brand-block .mark-card{background:linear-gradient(150deg,var(--palm),#0B5F5E);border-radius:28px;padding:52px 44px;color:#EAF4EE;position:relative;overflow:hidden}
.brand-block .mark-card::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,179,122,.4),transparent 65%);right:-90px;top:-110px}
.brand-block .mark-card img{height:64px;margin-bottom:22px}
.brand-block .mark-card p{font-size:14.5px;opacity:.85;line-height:2}
.brand-block h2{font-size:clamp(24px,3vw,34px);letter-spacing:4px;margin-bottom:16px}
.brand-block .points{margin-top:22px;display:grid;gap:13px}
.brand-block .points li{display:flex;gap:12px;align-items:flex-start}
.brand-block .points b{color:var(--teal)}

/* ---------- 栏目页 ---------- */
.col-hero{position:relative;overflow:hidden;color:#FFFDF7;background:linear-gradient(145deg,var(--ca),var(--cb));padding:76px 0 66px}
.col-hero::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 62%);right:-110px;top:-150px}
.col-hero .inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:0 26px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}
.col-hero .crumb{font-size:13px;opacity:.85;margin-bottom:14px;letter-spacing:2px}
.col-hero .crumb a:hover{color:var(--gold)}
.col-hero h1{font-size:clamp(36px,5vw,52px);letter-spacing:10px;margin-bottom:8px}
.col-hero .en{font-family:Georgia,serif;letter-spacing:6px;font-size:13px;opacity:.8;text-transform:uppercase}
.col-hero p.desc{max-width:600px;opacity:.92;font-size:15px;margin-top:16px;line-height:1.95}
.col-hero .count{background:rgba(255,253,247,.16);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(6px);border-radius:18px;padding:18px 28px;text-align:center}
.col-hero .count b{display:block;font-size:38px;font-family:Georgia,serif}
.col-hero .count span{font-size:12px;letter-spacing:3px;opacity:.85}

.art-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.art-item{display:flex;gap:18px;background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:18px 20px;transition:.3s;align-items:center}
.art-item:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}
.art-item .no{width:52px;height:52px;flex-shrink:0;border-radius:15px;background:linear-gradient(135deg,var(--ca),var(--cb));color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:19px;font-weight:700}
.art-item h3{font-size:16.5px;letter-spacing:.5px;margin-bottom:5px;line-height:1.5}
.art-item .s{font-size:13px;color:var(--muted)}
.art-item .m{margin-top:7px;display:flex;gap:7px;flex-wrap:wrap}

/* 侧栏 */
.col-layout{display:grid;grid-template-columns:1fr 300px;gap:34px;align-items:start}
.side-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-bottom:20px}
.side-card h4{font-size:15px;letter-spacing:3px;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.side-card h4::before{content:"";width:5px;height:16px;border-radius:3px;background:linear-gradient(var(--ca),var(--cb))}
.side-card ol li{padding:8px 0;border-bottom:1px dashed var(--line);font-size:13.5px;display:flex;gap:10px}
.side-card ol li:last-child{border-bottom:0}
.side-card ol li i{font-style:normal;font-family:Georgia,serif;color:var(--gold);font-weight:700}
.side-card ol li a:hover{color:var(--teal)}
.side-cats a{display:flex;justify-content:space-between;padding:10px 4px;border-bottom:1px dashed var(--line);font-size:14px;transition:.2s}
.side-cats a:last-child{border-bottom:0}
.side-cats a:hover{color:var(--teal);padding-left:8px}

/* ---------- 文章页 ---------- */
.article-hero{position:relative;overflow:hidden;padding:64px 0 52px;color:#FFFDF7;background:linear-gradient(145deg,var(--ca),var(--cb))}
.article-hero::after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 60%);left:-130px;bottom:-200px}
.article-hero .inner{position:relative;z-index:2;max-width:840px;margin:0 auto;padding:0 26px}
.article-hero .crumb{font-size:13px;opacity:.85;margin-bottom:18px;letter-spacing:2px}
.article-hero .crumb a:hover{color:var(--gold)}
.article-hero h1{font-size:clamp(27px,4vw,40px);letter-spacing:2px;line-height:1.4;margin-bottom:16px}
.article-hero .meta{display:flex;gap:10px;flex-wrap:wrap}
.article-hero .meta .tag{background:rgba(255,253,247,.2);color:#fff}
.article-hero .meta .tag.warm{background:rgba(255,255,255,.26);color:#FFE3D2}

.article{max-width:840px;margin:-34px auto 0;padding:44px 46px 36px;background:var(--cream);border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);position:relative}
.article .hook-line{font-family:'Noto Serif SC','SimSun',serif;font-size:17.5px;color:var(--palm);border-left:4px solid var(--gold);padding:4px 0 4px 18px;margin-bottom:30px;letter-spacing:1.5px}
.article p{margin-bottom:20px;color:#3A4C45;text-align:justify}
.article p.lead::first-letter{font-family:Georgia,'Noto Serif SC',serif;font-size:52px;float:left;line-height:.9;margin:8px 12px 0 0;color:var(--teal);font-weight:700}
.article h2{font-size:22.5px;letter-spacing:2px;margin:42px 0 20px;display:flex;align-items:center;gap:12px;font-weight:700}
.article h2::before{content:"";width:26px;height:26px;flex-shrink:0;border-radius:8px 2px 8px 2px;background:linear-gradient(135deg,var(--ca),var(--cb));opacity:.85}
.article h2 .en{font-size:11px;letter-spacing:3px;color:var(--muted);font-weight:400;font-family:Georgia,serif;text-transform:uppercase}
.hl-list{display:grid;gap:12px;margin:6px 0 24px}
.hl-list li{display:flex;gap:14px;background:var(--sand);border:1px solid var(--line);border-radius:14px;padding:14px 18px;font-size:14.5px;color:#3A4C45;transition:.25s}
.hl-list li:hover{border-color:var(--lagoon);transform:translateX(4px)}
.hl-list li::before{content:"✦";color:var(--gold);flex-shrink:0}
.timeline{margin:6px 0 26px;border-left:2px dashed var(--lagoon);padding-left:26px;display:grid;gap:18px}
.timeline li{position:relative}
.timeline li::before{content:"";position:absolute;left:-33px;top:7px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--ca),var(--cb));box-shadow:0 0 0 4px rgba(34,163,156,.15)}
.timeline b{display:block;font-size:15.5px;margin-bottom:3px;letter-spacing:1px}
.timeline span{font-size:14px;color:var(--muted)}
.tip-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:6px 0 22px}
.tip-list li{background:rgba(228,185,91,.1);border:1px solid rgba(228,185,91,.35);border-radius:14px;padding:13px 16px;font-size:13.8px;color:#5A4A26;display:flex;gap:10px}
.tip-list li::before{content:"✓";color:#B98A2B;font-weight:700;flex-shrink:0}
.qa{display:grid;gap:26px;margin:6px 0 20px}
.qa .q{font-weight:700;color:var(--palm);margin-bottom:8px;font-size:16px;letter-spacing:1px}
.qa .q::before{content:"Q";display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--ca),var(--cb));color:#fff;font-size:14px;margin-right:10px;font-family:Georgia,serif}
.qa .a{color:#3A4C45;font-size:14.8px;text-align:justify}
.schedule{display:grid;gap:20px;margin:6px 0 22px}
.day-card{border:1px solid var(--line);border-radius:18px;padding:20px 24px;background:var(--sand)}
.day-card .d-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(120deg,var(--ca),var(--cb));color:#fff;border-radius:999px;padding:4px 16px;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:10px}
.day-card p{margin-bottom:0;font-size:14.5px}
blockquote.note{position:relative;background:var(--sand);border:1.5px dashed var(--gold);border-radius:18px;padding:24px 28px 24px 56px;margin:30px 0;color:#6B5A33;font-size:14.5px;line-height:2}
blockquote.note::before{content:"❝";position:absolute;left:18px;top:10px;font-size:26px;color:var(--gold);font-family:Georgia,serif}
blockquote.note b{color:#9A7524}
.ed-note{margin-top:36px;padding-top:24px;border-top:1px dashed var(--line);font-size:13.5px;color:var(--muted);display:flex;gap:12px;align-items:flex-start}
.ed-note::before{content:"编";flex-shrink:0;width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--palm),var(--teal));color:#fff;display:grid;place-items:center;font-size:13px}

/* 上下篇 */
.pager{max-width:840px;margin:26px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.pager a{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:18px 22px;transition:.25s}
.pager a:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.pager a.next{text-align:right}
.pager small{color:var(--muted);font-size:12px;letter-spacing:2px;display:block;margin-bottom:5px}
.pager b{font-size:15px;line-height:1.5}

/* 相关推荐 */
.related{max-width:840px;margin:30px auto 0}
.related h3{font-size:17px;letter-spacing:3px;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.related h3::before{content:"";width:22px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--ca),var(--cb))}
.related ul{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.related a{display:flex;gap:10px;background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:13px 18px;font-size:14.2px;transition:.25s;align-items:center}
.related a:hover{color:var(--teal);transform:translateX(4px)}
.related a i{font-style:normal;font-family:Georgia,serif;color:var(--gold);font-weight:700}

/* ---------- 页脚 ---------- */
.site-footer{margin-top:90px;background:var(--palm);color:#D9E8E0}
.footer-wave{display:block;width:100%;height:52px;margin-bottom:-1px;transform:scaleY(-1)}
.footer-top{padding:56px 0 40px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-brand{display:flex;gap:36px;justify-content:space-between;flex-wrap:wrap;margin-bottom:36px}
.footer-brand .about{max-width:420px;font-size:13.5px;opacity:.8;line-height:2}
.footer-brand img{height:46px;margin-bottom:14px}
.footer-cols{display:flex;gap:clamp(24px,5vw,80px);flex-wrap:wrap}
.footer-cols h5{font-size:14px;letter-spacing:3px;margin-bottom:14px;color:#fff}
.footer-cols a{display:block;font-size:13.5px;padding:4px 0;opacity:.78;transition:.2s}
.footer-cols a:hover{opacity:1;color:var(--gold)}
.footer-bottom{text-align:center;padding:22px 0;font-size:12.5px;letter-spacing:1px;opacity:.75}
.footer-bottom .icp{display:inline-block;padding:2px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;margin-left:12px}
.footer-bottom a:hover{color:var(--gold)}

/* ---------- 响应式 ---------- */
@media (max-width:1020px){
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .post-grid{grid-template-columns:1fr 1fr}
  .col-layout{grid-template-columns:1fr}
  .brand-block{grid-template-columns:1fr}
}
@media (max-width:680px){
  .cat-grid{grid-template-columns:1fr 1fr}
  .post-grid,.art-list,.related ul,.tip-list,.pager{grid-template-columns:1fr}
  .article{padding:32px 22px}
  .header-inner{flex-direction:column;gap:10px}
  .main-nav{justify-content:center}
  .footer-brand{flex-direction:column}
  .hero h1{letter-spacing:8px}
}
