/* Phase 1 STEP 1: scoped copy of refactor/css/main.css. Preserve source order.
   No business page markup or data is migrated. See docs/phase1/step1/README.md. */
/* ============================================================
   东至绿色食品出海平台 · 首页样式
   ------------------------------------------------------------
   模块顺序：
     1. Design tokens (CSS variables)
     2. Base / Reset
     3. Layout / Stage
     4. SiteHeader
     5. HeroSection
     6. CoreServicesSection
     7. DataPlatformSection
     8. NewsSection
     9. EventsSection
     10. DongzhiServiceZoneSection
     11. ProductSelectionSection
     12. PartnerPlatformsSection
     13. SiteFooter
     14. Detail page
     15. Responsive (media queries)
     16. Animation (reveal)
   注：当前仍为单文件，未做按需加载；迁移 Next.js 时按上述注释拆分。
   ============================================================ */

/* ============================================================
   东至绿色食品出海平台 · 门户首页高保真原型
   Design System Tokens
   ============================================================ */
.refactor-site{
  --ink:#285B47;  /* 主墨绿 · 标题/按钮/核心文字 */
  --ink-deep:#1F4A3A;          /* 深墨绿 · hover / Footer */
  --ink-2:#356852;        /* 墨绿次级 */
  --ink-3:#62756C;        /* 中灰绿 · 辅助文字 */
  --cream:#FAF9F5;        /* 暖白 · 页面大背景 */
  --cream-2:#FFFFFF;      /* 更浅米白 */
  --sage:#E7EEE9;         /* 浅灰绿 · 卡片辅助底 */
  --sage-2:#F5F7F3;       /* 模块浅底 */
  --gold:#B9943B;         /* 品牌金 · 旧金 · 仅强调 */
  --gold-soft:#C3A04A;
  --text:#3F4F47;
  --text-2:#62756C;
  --line:#DCE5DF;
  --radius:8px;
  --radius-s:4px;
  --shadow-hover:0 10px 28px rgba(30,58,47,.08);
  --content:1200px;
  /* ---- 纵向节奏 spacing tokens（2026-09-22 全站收紧）----
     档位：首页品牌型 = lg(72) / 二级业务页 = md(56) / 目录·表单·移动端 = sm(40)
     图标/结构/文案不受影响，仅控制 section 间距、标题到内容、卡片 gap 与卡内边距 */
  --section-space-lg:72px;
  --section-space-md:56px;
  --section-space-sm:40px;
  --section-head-gap:28px;   /* 栏目标题 → 内容 */
  --content-gap-lg:28px;
  --content-gap-md:24px;
  --content-gap-sm:16px;
  --card-padding-lg:28px;
  --card-padding-md:24px;
  --card-padding-sm:20px;
  --font-sans:'Noto Sans SC','PingFang SC','Hiragino Sans GB','Microsoft YaHei',sans-serif;
  --font-serif:'Songti SC','Source Han Serif SC','Noto Serif SC','STSong','SimSun',serif;
  --font:var(--font-sans);
}
/* Shared type and spacing scale for the four core business detail pages only. */
.refactor-site:is(.page-service,.page-ops,.page-overseas,.page-park){
  --business-hero-title:44px;
  --business-h2:30px;
  --business-eyebrow:12px;
  --business-lead:17px;
  --business-lead-line:28px;
  --business-section-space:64px;
  --business-heading-content-gap:32px;
  --business-eyebrow-title-gap:12px;
  --business-title-intro-gap:12px;
  --business-hero-padding-top:64px;
  --business-hero-padding-bottom:56px;
}
@media(max-width:1023px){
  .refactor-site:is(.page-service,.page-ops,.page-overseas,.page-park){
    --business-hero-title:36px;
    --business-h2:28px;
    --business-section-space:56px;
  }
}
@media(max-width:767px){
  .refactor-site:is(.page-service,.page-ops,.page-overseas,.page-park){
    --business-hero-title:30px;
    --business-h2:24px;
    --business-lead:15.5px;
    --business-lead-line:26px;
    --business-section-space:40px;
    --business-heading-content-gap:24px;
    --business-eyebrow-title-gap:10px;
    --business-title-intro-gap:10px;
    --business-hero-padding-top:40px;
    --business-hero-padding-bottom:32px;
  }
}
/* Brand display scale is local to Home and About; business pages keep their own scale. */
.refactor-site:is(.page-home,.page-about){
  --brand-display-title:64px;
  --brand-h2:42px;
  --brand-eyebrow:12px;
  --brand-section-space:72px;
  --brand-section-half:36px;
  --brand-heading-content-gap:40px;
  --brand-eyebrow-title-gap:12px;
  --brand-title-intro-gap:16px;
  --brand-card-height:340px;
  --brand-card-gap:24px;
  --brand-card-radius:12px;
  --brand-card-title:21px;
}
@media(max-width:1199px){
  .refactor-site:is(.page-home,.page-about){
    --brand-display-title:56px;
    --brand-h2:32px;
    --brand-section-space:56px;
    --brand-section-half:28px;
    --brand-heading-content-gap:32px;
    --brand-card-height:300px;
    --brand-card-gap:16px;
  }
}
@media(max-width:767px){
  .refactor-site:is(.page-home,.page-about){
    --brand-display-title:40px;
    --brand-h2:30px;
    --brand-section-space:48px;
    --brand-section-half:24px;
    --brand-heading-content-gap:28px;
    --brand-eyebrow-title-gap:10px;
    --brand-title-intro-gap:12px;
  }
}
.refactor-site,:where(.refactor-site) *{margin:0;padding:0;box-sizing:border-box;}
html:has(> body > .refactor-site){scroll-behavior:smooth;scroll-padding-top:64px;}
.refactor-site{font-family:var(--font);color:var(--text);background:#FAF9F5;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;}
:where(.refactor-site) a{color:inherit;text-decoration:none;}
:where(.refactor-site) ul,:where(.refactor-site) ol{list-style:none;}
:where(.refactor-site) img{display:block;max-width:100%;}
:where(.refactor-site) button{font-family:var(--font);cursor:pointer;border:none;background:none;}
:where(.refactor-site) :focus-visible{outline:2px solid var(--gold);outline-offset:2px;}

/* ============ 舞台 ============ */
:where(.refactor-site) .stage{max-width:100%;margin:0 auto;padding:0;}
:where(.refactor-site) .stage-head{display:none;}
:where(.refactor-site) .stage-head .mode-hint b{color:var(--ink);}
:where(.refactor-site) .view-toggle{display:inline-flex;background:#fff;border:1px solid var(--line);border-radius:999px;padding:3px;gap:2px;}
:where(.refactor-site) .view-toggle button{font-size:12px;color:var(--text-2);padding:6px 14px;border-radius:999px;}
:where(.refactor-site) .view-toggle button.on{background:var(--ink);color:#fff;}
:where(.refactor-site) .view-frames{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;align-items:flex-start;}

/* 桌面画布 */
/* overflow 用 clip 而非 hidden：hidden 会把该容器变成滚动容器，导致内部 .d-header 的 position:sticky 失效（首页吸顶失效的根因） */
:where(.refactor-site) .frame-desktop{width:100%;background:var(--cream);overflow:clip;}
/* 移动画布 */
:where(.refactor-site) .frame-mobile{display:none !important;}
:where(.refactor-site) .hidden{display:none !important;}

/* ============ 通用组件 ============ */
:where(.refactor-site) .wrap{max-width:var(--content);margin:0 auto;padding:0;}
:where(.refactor-site) .sec{padding:var(--section-space-lg) 0;}
:where(.refactor-site) .sec-tag{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;color:var(--gold);letter-spacing:4px;font-weight:500;text-transform:uppercase;}
:where(.refactor-site) .sec-tag::before{content:"";width:28px;height:1px;background:var(--gold);opacity:.8;}
:where(.refactor-site) .sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--section-head-gap);gap:20px;}
:where(.refactor-site) .sec-title{font-size:42px;font-weight:800;color:var(--ink);letter-spacing:1px;line-height:1.2;}
:where(.refactor-site) .sec-sub{font-size:16px;color:var(--text-2);margin-top:8px;}
:where(.refactor-site) .sec-more{font-size:15px;color:var(--ink-3);display:inline-flex;align-items:center;gap:6px;padding-bottom:4px;border-bottom:1px solid transparent;transition:color .25s cubic-bezier(.2,.8,.2,1),border-color .25s cubic-bezier(.2,.8,.2,1);}
:where(.refactor-site) .sec-more:hover{color:var(--gold);border-color:var(--gold);}
:where(.refactor-site) .sec-more svg{width:14px;height:14px;transition:transform .25s cubic-bezier(.2,.8,.2,1);}
@media (hover:hover) and (pointer:fine){:where(.refactor-site) .sec-more:hover svg{transform:translateX(3px);}}
:where(.refactor-site) .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;border-radius:var(--radius-s);transition:.2s;}
:where(.refactor-site) .btn-primary{background:var(--ink);color:#fff;padding:12px 28px;font-size:16px;}
:where(.refactor-site) .btn-primary:hover{background:var(--ink-2);transform:translateY(-1px);}
:where(.refactor-site) .btn-outline{border:1px solid var(--ink-3);color:var(--ink-3);padding:10px 24px;font-size:14px;background:transparent;}
:where(.refactor-site) .btn-outline:hover{border-color:var(--ink);color:var(--ink);background:var(--sage-2);}
:where(.refactor-site) .btn-goldline{border:1px solid var(--gold);color:var(--gold);padding:10px 24px;font-size:14px;background:transparent;}
:where(.refactor-site) .btn-goldline:hover{background:var(--gold);color:#fff;}
:where(.refactor-site) .btn-banner-cta{background:#285B47;color:#fff;padding:12px 26px;font-size:14.5px;border-radius:6px;display:inline-flex;align-items:center;gap:8px;transition:.25s;}
:where(.refactor-site) .btn-banner-cta:hover{background:#1F4A3A;}

/* 印章 Logo */
:where(.refactor-site) .seal{width:44px;height:44px;border-radius:10px;background:var(--ink);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;}
:where(.refactor-site) .seal::after{content:"";position:absolute;inset:3px;border:1.5px solid var(--gold-soft);border-radius:7px;}
:where(.refactor-site) .seal span{font-size:17px;font-weight:800;color:var(--gold-soft);letter-spacing:1px;}
:where(.refactor-site) .seal-sm{width:38px;height:38px;border-radius:8px;}
:where(.refactor-site) .seal-sm span{font-size:14px;}

/* Two normal-flow rows: the brand leaves the viewport; only navigation sticks. */
:where(.refactor-site) .d-brand-bar{position:relative;background:#fffefa;border-bottom:1px solid var(--line);}
:where(.refactor-site) .d-header-top{
  display:flex;align-items:center;justify-content:space-between;gap:24px;height:74px;
}
:where(.refactor-site) .d-brand-bar .brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0;}
:where(.refactor-site) .d-brand-bar .brand-logo{height:52px;width:auto;object-fit:contain;display:block;flex:none;}
:where(.refactor-site) .d-brand-bar .brand-text{display:flex;flex-direction:column;justify-content:center;min-width:0;}
:where(.refactor-site) .d-brand-bar .brand-name{
  font-size:18.5px;font-weight:700;color:var(--ink-deep);letter-spacing:.4px;line-height:1.25;white-space:nowrap;
}
:where(.refactor-site) .d-brand-bar .brand-sub{
  margin-top:4px;font-size:12.5px;line-height:1.3;letter-spacing:.7px;color:#718178;white-space:nowrap;
}
:where(.refactor-site) .header-right{display:flex;align-items:center;flex:none;}
:where(.refactor-site) .d-brand-bar .btn-primary,
:where(.refactor-site) .d-nav-collapse .collapse-cta .btn-primary{
  height:44px;padding:0 20px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:#c6a34f;color:#203e32;font-size:14.5px;font-weight:700;white-space:nowrap;
  transition:background .2s cubic-bezier(.2,.8,.2,1);
}
:where(.refactor-site) .d-brand-bar .btn-primary:hover,
:where(.refactor-site) .d-nav-collapse .collapse-cta .btn-primary:hover{background:#d3b05a;}
/* Existing CTA arrow remains CSS-only. */
:where(.refactor-site) .d-brand-bar .btn-primary::after{
  content:"";width:14px;height:14px;flex-shrink:0;background:currentColor;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>") center/contain no-repeat;
  mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>") center/contain no-repeat;
}

:where(.refactor-site) .d-nav-sticky{
  position:sticky;top:0;z-index:1000;background:#0f5a3f;
}
:where(.refactor-site) .d-nav-sticky.scrolled{box-shadow:0 4px 14px rgba(22,55,41,.12);}
:where(.refactor-site) .d-nav-sticky-inner{height:56px;}
:where(.refactor-site) .d-nav{height:100%;}
:where(.refactor-site) .d-nav ul{display:flex;align-items:center;height:100%;min-width:0;}
:where(.refactor-site) .d-nav li{flex:1;min-width:0;}
:where(.refactor-site) .d-nav li a{
  position:relative;display:flex;align-items:center;justify-content:center;
  height:48px;margin:4px;border-radius:0;white-space:nowrap;
  font-size:15.5px;font-weight:600;letter-spacing:.3px;color:rgba(255,255,255,.92);
  transition:background .2s cubic-bezier(.2,.8,.2,1),color .2s cubic-bezier(.2,.8,.2,1);
}
:where(.refactor-site) .d-nav li a:not(.active):hover{background:rgba(255,255,255,.1);color:#fff;}
:where(.refactor-site) .d-nav li a.active{
  background:rgba(63,150,98,.55);color:#fff;font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
:where(.refactor-site) .d-nav li a.active::after{
  content:"";position:absolute;left:50%;bottom:5px;transform:translateX(-50%);
  width:32px;height:3px;border-radius:3px;background:#fff;
}
:where(.refactor-site) .d-nav-mobile{display:none;}

@media (max-width:1199px){
  :where(.refactor-site) .d-header-top{height:70px;}
  :where(.refactor-site) .d-brand-bar .brand-logo{height:48px;}
  :where(.refactor-site) .d-brand-bar .brand-name{font-size:18px;}
  :where(.refactor-site) .d-nav-sticky-inner{height:54px;}
  :where(.refactor-site) .d-nav li a{height:46px;font-size:14px;margin:4px 2px;letter-spacing:0;}
}
@media (max-width:767px){
  :where(.refactor-site) .d-header-top{height:68px;gap:10px;}
  :where(.refactor-site) .d-brand-bar .brand-logo{height:44px;}
  :where(.refactor-site) .d-brand-bar .brand{gap:9px;}
  :where(.refactor-site) .d-brand-bar .brand-name{font-size:16px;}
  :where(.refactor-site) .d-brand-bar .brand-sub{font-size:11px;letter-spacing:.5px;margin-top:3px;}
  :where(.refactor-site) .d-brand-bar .header-right{display:none;}
  :where(.refactor-site) .d-nav-sticky-inner{height:52px;}
  :where(.refactor-site) .d-nav{display:none;}
  :where(.refactor-site) .d-nav-mobile{
    display:flex;align-items:center;justify-content:space-between;height:100%;color:#fff;
  }
  :where(.refactor-site) .d-nav-mobile-current{font-size:14px;font-weight:600;letter-spacing:.5px;}
}


/* ============================================================
   桌面端 HERO
   ============================================================ */
/* Hero 高度对齐参考图比例（1440 宽约 590px，占宽 41%），下方模块整体顺延 */
:where(.refactor-site) .d-hero{position:relative;overflow:hidden;isolation:isolate;min-height:clamp(520px,41vw,760px);background:var(--cream);}
/* 1) 背景层：山水 / 港口 / 茶园实景底图；入场时从 1.06 缓缓缩回 1.0，给首屏一点动感（结束后回到正常比例） */
:where(.refactor-site) .d-hero-bg{position:absolute;inset:0;pointer-events:none;}
:where(.refactor-site) .d-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center bottom;transform-origin:center bottom;filter:sepia(.06) saturate(1.06) contrast(1.02) brightness(1.01);animation:refactor-heroZoom 8s cubic-bezier(.25,.6,.3,1) both;}
/* 全局一层极淡暖雾：贴合参考图的柔暖调性 */
:where(.refactor-site) .d-hero-bg::before{content:"";position:absolute;inset:0;background:rgba(250,249,244,.07);}
/* 左侧暖白渐隐：托住标题，向下淡出，保留左下茶园的通透 */
:where(.refactor-site) .d-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,249,244,.94) 0%,rgba(250,249,244,.84) 18%,rgba(250,249,244,.48) 34%,rgba(250,249,244,.12) 46%,rgba(250,249,244,0) 56%);
  -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 46%,rgba(0,0,0,.42) 64%,rgba(0,0,0,0) 80%);
  mask-image:linear-gradient(180deg,#000 0%,#000 46%,rgba(0,0,0,.42) 64%,rgba(0,0,0,0) 80%);}
/* 2) 世界地图 / 航线：独立半透明装饰层，白底乘算混合，与底图自带地图对位 */
:where(.refactor-site) .d-hero-map{position:absolute;left:57.4%;top:-9%;width:26.7%;pointer-events:none;opacity:.3;mix-blend-mode:multiply;}
:where(.refactor-site) .d-hero-map img{width:100%;height:auto;}
/* 3) 右侧「东至」书法（按用户标记位置：视口右侧 15%、Hero 高度 10%） */
:where(.refactor-site) .d-hero-calligraphy{position:absolute;right:15%;top:10%;width:94px;pointer-events:none;}
:where(.refactor-site) .d-hero-calligraphy img{width:100%;height:auto;}
/* 4) 底部与下一屏的柔和衔接（压在底图之上、装饰层之下） */
:where(.refactor-site) .d-hero-fade{position:absolute;left:0;right:0;bottom:0;height:10%;background:linear-gradient(180deg,rgba(250,249,245,0) 0%,rgba(250,249,245,.22) 60%,rgba(250,249,245,.5) 100%);pointer-events:none;z-index:1;}
/* 5) 文案层：左起线与全站内容区同一条竖线（1200 内容区） */
:where(.refactor-site) .d-hero-inner{position:relative;z-index:3;max-width:var(--content);margin:0 auto;padding:100px 0 280px;}
:where(.refactor-site) .d-hero-eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;color:var(--ink-3);letter-spacing:2px;margin-bottom:12px;}
:where(.refactor-site) .d-hero-eyebrow::before{content:"";width:32px;height:1px;background:var(--gold);}
/* 标题：衬线（宋）字面；字号/行高用设计系统 Display 64/76 */
:where(.refactor-site) .d-hero-title{font-family:var(--font-serif);font-size:64px;font-weight:900;line-height:1.19;letter-spacing:0;color:var(--ink);}
:where(.refactor-site) .d-hero-title .gold{color:var(--gold);}
/* 简介：Body Large 17/28，段落容器上限 720px */
:where(.refactor-site) .d-hero-sub{font-size:17px;color:#4F6157;margin-top:24px;max-width:720px;font-weight:400;line-height:28px;letter-spacing:0;}
/* 6) 首屏入场：眉题 → 标题 → 简介 依次淡入上移，地图最后淡入；底图缓缓缩回
     节奏遵循设计系统（250/300ms 量级、cubic-bezier(.2,.8,.2,1)、无漂浮与视差）
     「东至」书法按用户要求不加动效，直接显示
     注意：默认状态就是可见，动画只负责「入场」——动画不执行时内容不会消失 */
:where(.refactor-site) .d-hero-eyebrow,:where(.refactor-site) .d-hero-title,:where(.refactor-site) .d-hero-sub{animation:refactor-heroIn .42s cubic-bezier(.2,.8,.2,1) both;}
:where(.refactor-site) .d-hero-eyebrow{animation-delay:.06s;}
:where(.refactor-site) .d-hero-title{animation-delay:.14s;}
:where(.refactor-site) .d-hero-sub{animation-delay:.22s;}
:where(.refactor-site) .d-hero-map{animation:refactor-heroMapFade .5s ease-out .36s both;}
@keyframes refactor-heroIn{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:translateY(0);}}
@keyframes refactor-heroMapFade{from{opacity:0;}to{opacity:.3;}}
@keyframes refactor-heroZoom{from{transform:scale(1.06);}to{transform:scale(1);}}
:where(.refactor-site) .d-hero-actions{display:flex;align-items:center;gap:30px;margin-top:46px;}
:where(.refactor-site) .d-hero-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:var(--ink);font-weight:600;border-bottom:1px solid var(--ink-3);padding-bottom:3px;transition:.2s;}
:where(.refactor-site) .d-hero-link:hover{color:var(--gold);border-color:var(--gold);}
:where(.refactor-site) .d-hero-link svg{width:15px;height:15px;}

/* ============================================================
   桌面端 四大核心服务
   ============================================================ */

/* === CoreServices 大图卡片 === */
:where(.refactor-site) .d-services{padding:var(--section-space-lg) 0 0;}
:where(.refactor-site) .service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
:where(.refactor-site) .service-card{position:relative;border-radius:12px;overflow:hidden;height:340px;cursor:pointer;display:block;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s;}
:where(.refactor-site) .service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1);}
@media (hover:hover) and (pointer:fine){
  :where(.refactor-site) .service-card:hover img{transform:scale(1.03);}
}
:where(.refactor-site) .sc-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,35,27,0) 25%,rgba(15,35,27,.85) 100%);
  transition:background .35s ease;
}
:where(.refactor-site) .service-card-wrap:focus-within .sc-overlay{
  background:linear-gradient(180deg,rgba(15,35,27,0) 8%,rgba(15,35,27,.95) 100%);
}
/* 可交互卡片：hover 上移 2px（设计系统微交互） */
:where(.refactor-site) .service-card-wrap:focus-within .service-card{transform:translateY(-2px);box-shadow:var(--shadow-hover);}
:where(.refactor-site) .sc-num{position:absolute;top:18px;left:20px;font-size:13px;font-weight:700;color:var(--gold);letter-spacing:3px;z-index:2;}
:where(.refactor-site) .sc-text{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;}
:where(.refactor-site) .sc-title{font-size:21px;font-weight:800;color:#fff;letter-spacing:.5px;line-height:1.3;}
:where(.refactor-site) .sc-sub{font-size:14.5px;font-weight:400;color:rgba(255,255,255,.85);margin-top:6px;letter-spacing:.3px;line-height:1.4;}

/* === Service Card Hover Submenu（卡片内叠加） === */
:where(.refactor-site) .service-card-wrap{position:relative;}
:where(.refactor-site) .sc-menu{
  max-height:0;overflow:hidden;opacity:0;
  transition:max-height .35s ease,opacity .3s ease,margin .3s ease;
  display:flex;flex-direction:column;gap:8px;
  margin-top:0;padding-top:12px;
  border-top:1px solid rgba(255,255,255,.22);
}
:where(.refactor-site) .service-card-wrap:focus-within .sc-menu{
  max-height:160px;opacity:1;margin-top:14px;
}
:where(.refactor-site) .sc-menu a{
  display:flex;align-items:center;gap:6px;
  font-size:13.5px;font-weight:500;color:rgba(255,255,255,.9);
  letter-spacing:.3px;line-height:1.4;
  text-decoration:none;transition:color .2s,transform .2s;
}
:where(.refactor-site) .sc-menu a::before{
  content:"→";font-size:11px;opacity:.6;flex-shrink:0;color:rgba(255,255,255,.7);
}
@media (hover:hover) and (pointer:fine){
  :where(.refactor-site) .service-card-wrap:hover .sc-overlay{background:linear-gradient(180deg,rgba(15,35,27,0) 8%,rgba(15,35,27,.95) 100%);}
  :where(.refactor-site) .service-card-wrap:hover .service-card{transform:translateY(-3px);box-shadow:0 7px 18px rgba(20,40,32,.13);}
  :where(.refactor-site) .service-card-wrap:hover .sc-menu{max-height:160px;opacity:1;margin-top:14px;}
  :where(.refactor-site) .sc-menu a:hover{color:var(--gold);transform:translateX(3px);}
}
:where(.refactor-site) .service-card:active{transform:translateY(-1px);}
:where(.refactor-site) .service-grid{gap:24px;}
:where(.refactor-site) .d-services{padding-bottom:0;}

/* ============================================================
   桌面端 东至数据服务平台专题
   ============================================================ */
:where(.refactor-site) .d-banner{padding:var(--section-space-lg) 0 0;}
:where(.refactor-site) .banner-panel{position:relative;border-radius:14px;overflow:hidden;background:#F5F7F3;color:var(--text);display:grid;grid-template-columns:1.05fr 1fr;min-height:360px;border:1px solid #DCE5DF;}
:where(.refactor-site) .banner-panel::before{content:"";position:absolute;inset:0;background:
  radial-gradient(700px 360px at 85% -10%,rgba(201,162,39,.10),transparent 60%),
  radial-gradient(560px 300px at 10% 110%,rgba(47,93,74,.06),transparent 60%);}
:where(.refactor-site) .banner-panel::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(38,88,68,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(38,88,68,.035) 1px,transparent 1px);background-size:44px 44px;pointer-events:none;}
:where(.refactor-site) .banner-left{position:relative;z-index:2;padding:60px 0 60px 60px;display:flex;flex-direction:column;justify-content:center;color:var(--text);}
:where(.refactor-site) .banner-tag{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--gold-soft);letter-spacing:3px;margin-bottom:16px;}
:where(.refactor-site) .banner-tag::before{content:"";width:20px;height:2px;background:var(--gold);}
:where(.refactor-site) .banner-title{font-size:32px;font-weight:800;letter-spacing:.5px;color:var(--ink);}
:where(.refactor-site) .banner-sub{font-size:15px;color:#6A786F;margin-top:6px;}
:where(.refactor-site) .banner-desc{font-size:14.5px;color:#4F6058;margin-top:16px;max-width:460px;line-height:1.8;}
:where(.refactor-site) .banner-left .btn{margin-top:26px;align-self:flex-start;}
:where(.refactor-site) .banner-right{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:40px 48px;}
:where(.refactor-site) .flow{width:100%;max-width:520px;}
:where(.refactor-site) .flow-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
:where(.refactor-site) .flow-col{display:flex;flex-direction:column;align-items:center;gap:10px;}
:where(.refactor-site) .flow-node{background:#FBFCFA;border:1px solid #DCE5DF;border-radius:8px;padding:12px 8px;text-align:center;width:100%;transition:border-color .3s,box-shadow .3s,background .3s;}
:where(.refactor-site) .flow-node:hover{background:#EEF4F0;border-color:#B9CCBF;box-shadow:0 4px 14px rgba(47,93,74,.06);}
:where(.refactor-site) .flow-node .lbl{font-size:13px;font-weight:600;color:var(--ink);}
:where(.refactor-site) .flow-node .sub{font-size:11px;color:#62756C;margin-top:2px;}
:where(.refactor-site) .flow-cap{font-size:12.5px;color:#6A786F;letter-spacing:2px;margin-bottom:16px;display:flex;align-items:center;gap:8px;justify-content:center;}
:where(.refactor-site) .flow-cap::before,:where(.refactor-site) .flow-cap::after{content:"";flex:1;height:1px;background:rgba(38,88,68,.18);}
:where(.refactor-site) .flow-link{width:100%;height:2px;background:linear-gradient(90deg,rgba(38,88,68,.28),rgba(38,88,68,.08));position:relative;margin:2px 0;}
:where(.refactor-site) .flow-link::after{content:"";position:absolute;right:0;top:-3px;border:4px solid transparent;border-left-color:rgba(38,88,68,.45);}

/* ============================================================
   桌面端 最新动态
   ============================================================ */
:where(.refactor-site) .d-news{padding:var(--section-space-lg) 0 0;}
:where(.refactor-site) .news-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:var(--content-gap-md);align-items:stretch;}
:where(.refactor-site) .news-feature{position:relative;border-radius:10px;overflow:hidden;min-height:340px;cursor:pointer;}
:where(.refactor-site) .news-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s;}
:where(.refactor-site) .news-feature:hover img{transform:scale(1.03);}
:where(.refactor-site) .news-feature .veil{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(30,58,47,.85) 100%);}
:where(.refactor-site) .news-feature .tag{position:absolute;top:18px;left:18px;background:var(--gold);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:var(--radius-s);letter-spacing:1px;}
:where(.refactor-site) .news-feature .txt{position:absolute;left:20px;right:20px;bottom:20px;color:#fff;}
:where(.refactor-site) .news-feature .txt .t{font-size:19px;font-weight:700;line-height:1.5;}
:where(.refactor-site) .news-feature .txt .d{font-size:12.5px;color:rgba(255,255,255,.75);margin-top:6px;}
:where(.refactor-site) .news-list{display:flex;flex-direction:column;}
:where(.refactor-site) .news-item{display:flex;align-items:center;gap:16px;padding:18px 8px;border-bottom:1px solid rgba(216,216,208,.55);cursor:pointer;transition:background .25s,padding-left .25s;}
:where(.refactor-site) .news-item:last-child{border-bottom:none;}
:where(.refactor-site) .news-item:hover{padding-left:18px;background:var(--sage-2);}
:where(.refactor-site) .news-item:hover .title{color:var(--ink);}
:where(.refactor-site) .news-item .tag{background:var(--ink-3);color:#fff;font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:var(--radius-s);letter-spacing:1px;flex-shrink:0;}
:where(.refactor-site) .news-item .tag.gold{background:var(--gold);}
:where(.refactor-site) .news-item .title{flex:1;font-size:16px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .25s;}
:where(.refactor-site) .news-item .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;}
:where(.refactor-site) .news-item .date{font-size:13px;color:#66746D;flex-shrink:0;}

/* ============================================================
   桌面端 出海活动
   ============================================================ */
:where(.refactor-site) .d-events{padding:64px 0 0;}
:where(.refactor-site) .events-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px;}
:where(.refactor-site) .events-title-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:14px;}
:where(.refactor-site) .events-sub{display:flex;align-items:center;gap:12px;font-size:16px;color:var(--text-2);}
:where(.refactor-site) .month-switch{display:flex;align-items:center;gap:6px;}
:where(.refactor-site) .month-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--ink-3);color:var(--ink-3);display:flex;align-items:center;justify-content:center;transition:.2s;}
:where(.refactor-site) .month-btn:hover{background:var(--ink);border-color:var(--ink);color:#fff;}
:where(.refactor-site) .month-btn svg{width:14px;height:14px;}
:where(.refactor-site) .month-btn:disabled{opacity:.35;cursor:default;}
:where(.refactor-site) .month-btn:disabled:hover{background:transparent;border-color:var(--ink-3);color:var(--ink-3);}
:where(.refactor-site) .event-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
:where(.refactor-site) .event-card{border-radius:10px;padding:26px 22px;cursor:pointer;transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s cubic-bezier(.2,.8,.2,1);border:1px solid transparent;min-height:210px;display:flex;flex-direction:column;animation:refactor-cardIn .3s cubic-bezier(.2,.8,.2,1) backwards;}
@media (hover:hover) and (pointer:fine){:where(.refactor-site) .event-card:hover{transform:translateY(-2px);}}
/* 活动卡入场：季度切换 / 首次渲染时轻微上移淡入 */
@keyframes refactor-cardIn{from{opacity:0;transform:translateY(8px);}}
:where(.refactor-site) .event-grid .event-card:nth-child(2){animation-delay:.05s;}
:where(.refactor-site) .event-grid .event-card:nth-child(3){animation-delay:.1s;}
:where(.refactor-site) .event-grid .event-card:nth-child(4){animation-delay:.15s;}
:where(.refactor-site) .event-grid .event-card:nth-child(5){animation-delay:.2s;}
:where(.refactor-site) .event-card.bg-sage{background:#EEF3EF;color:var(--text);}
:where(.refactor-site) .event-card.bg-cream{background:#FFFFFF;border:1px solid #DCE5DF;color:var(--text);}
:where(.refactor-site) .event-card.bg-ink{background:#EEF3EF;color:var(--text);}
:where(.refactor-site) .event-card .edate{display:flex;align-items:baseline;gap:8px;}
:where(.refactor-site) .event-card .edate .day{font-size:40px;font-weight:800;line-height:1;letter-spacing:1px;color:#285B47;}
:where(.refactor-site) .event-card .edate .mon{font-size:14px;font-weight:600;letter-spacing:1px;color:#285B47;}
:where(.refactor-site) .event-card.bg-ink .edate .day,:where(.refactor-site) .event-card.bg-ink .edate .mon{color:#285B47;}
:where(.refactor-site) .event-card .etime{font-size:12.5px;margin-top:10px;color:#687970;}
:where(.refactor-site) .event-card .etitle{font-size:15.5px;font-weight:700;margin-top:10px;line-height:1.5;color:#304F43;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
:where(.refactor-site) .event-card .eloc{font-size:12.5px;margin-top:auto;padding-top:12px;color:#77857E;display:flex;align-items:center;gap:6px;}
:where(.refactor-site) .event-card .eloc::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;}
:where(.refactor-site) .event-card.bg-ink .eloc::before{background:#B9943B;}

/* ============================================================
   桌面端 东至服务专区
   ============================================================ */
:where(.refactor-site) .d-zone{padding:64px 0 0;}
:where(.refactor-site) .zone-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
:where(.refactor-site) .zone-card{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;height:180px;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s,border-color .4s;border:1px solid transparent;}
:where(.refactor-site) .zone-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
:where(.refactor-site) .zone-card .veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(47,93,74,0),rgba(47,93,74,.45) 100%);}
:where(.refactor-site) .zone-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--gold);}
:where(.refactor-site) .zone-card img{transition:transform .8s cubic-bezier(.2,.7,.2,1);}
:where(.refactor-site) .zone-card:hover img{transform:scale(1.05);}
:where(.refactor-site) .zone-card .txt{position:absolute;left:20px;right:20px;bottom:16px;color:#fff;z-index:2;}
:where(.refactor-site) .zone-card .t{font-size:17px;font-weight:700;letter-spacing:.5px;}
:where(.refactor-site) .zone-card .s{font-size:12.5px;color:rgba(255,255,255,.85);margin-top:4px;}
:where(.refactor-site) .zone-card .idx{position:absolute;top:14px;right:16px;font-size:11px;color:var(--gold-soft);letter-spacing:1.5px;z-index:2;}

/* 选品 */
:where(.refactor-site) .zone-products{margin-top:32px;}
:where(.refactor-site) .product-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--card-padding-sm);}
:where(.refactor-site) .product-title{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:800;color:var(--ink);}
:where(.refactor-site) .product-sub{font-size:13.5px;color:var(--text-2);margin-top:4px;margin-left:17px;}
:where(.refactor-site) .product-title::before{content:"";width:5px;height:22px;background:var(--gold);border-radius:2px;}
:where(.refactor-site) .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
:where(.refactor-site) .product-card{border-radius:10px;overflow:hidden;background:#fff;border:1px solid rgba(216,216,208,.55);cursor:pointer;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s,border-color .35s;display:flex;flex-direction:column;}
:where(.refactor-site) .product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--gold);}
:where(.refactor-site) .product-card .pic{aspect-ratio:1/1;overflow:hidden;position:relative;background:var(--sage);}
:where(.refactor-site) .product-card .pic img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
:where(.refactor-site) .product-card:hover .pic img{transform:scale(1.05);}
:where(.refactor-site) .product-card .pbody{padding:14px 16px 16px;}
:where(.refactor-site) .product-card .pname{font-size:15.5px;font-weight:700;color:var(--ink);}
:where(.refactor-site) .product-card .pcat{display:inline-block;font-size:11.5px;color:#4A5A52;background:var(--sage);padding:2px 8px;border-radius:var(--radius-s);margin-top:8px;letter-spacing:.5px;}
:where(.refactor-site) .product-card .pdesc{font-size:13px;color:#5A6A61;margin-top:8px;line-height:1.6;}

/* 活动培训（专区下辅助） */
:where(.refactor-site) .zone-train{margin-top:32px;background:transparent;border-top:1px solid rgba(216,216,208,.55);border-radius:0;padding:28px 4px;display:flex;align-items:center;gap:36px;flex-wrap:wrap;}
:where(.refactor-site) .zone-train .tt{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:var(--ink);}
:where(.refactor-site) .zone-train .tt svg{width:18px;height:18px;color:var(--gold);}
:where(.refactor-site) .train-list{display:flex;gap:12px;flex:1;min-width:280px;flex-wrap:wrap;}
:where(.refactor-site) .train-item{display:flex;align-items:center;gap:10px;background:transparent;border:none;border-bottom:1px solid transparent;border-radius:0;padding:6px 2px;font-size:13px;cursor:pointer;transition:.2s;color:var(--text);}
:where(.refactor-site) .train-item:hover{color:var(--ink);border-bottom-color:var(--gold);}
:where(.refactor-site) .train-item .tag{background:transparent;color:var(--gold);padding:0;}
:where(.refactor-site) .train-item .tag{font-size:11px;background:transparent;color:var(--gold);padding:0;letter-spacing:1px;}
:where(.refactor-site) .train-item .date{color:var(--text-2);font-size:12px;}

/* ============================================================
   相关服务平台
   ============================================================ */
:where(.refactor-site) .d-related{padding:64px 0 0;}
:where(.refactor-site) .rel-tabs{display:flex;gap:8px;margin-bottom:var(--card-padding-sm);flex-wrap:wrap;}
:where(.refactor-site) .rel-tab{padding:8px 22px;font-size:14px;color:var(--text-2);border:1px solid var(--line);background:#fff;border-radius:999px;transition:.2s;font-weight:500;}
:where(.refactor-site) .rel-tab.on{background:#EAF1EC;color:var(--ink);border-color:#C9DCD0;}
:where(.refactor-site) .rel-tab:not(.on):hover{border-color:var(--ink-3);color:var(--ink);}
:where(.refactor-site) .rel-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
:where(.refactor-site) .partner-card{display:flex;flex-direction:column;min-width:0;height:196px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;color:var(--ink);text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
@media (hover:hover) and (pointer:fine){:where(.refactor-site) .partner-card:hover{border-color:#9db9a5;box-shadow:0 4px 14px rgba(22,65,39,.07);transform:translateY(-2px);text-decoration:none;}}
:where(.refactor-site) .partner-card:focus-visible{outline:2px solid var(--ink);outline-offset:3px;}
:where(.refactor-site) .partner-logo-area{display:flex;align-items:center;justify-content:center;height:128px;min-height:128px;padding:20px;background:#fff;overflow:hidden;}
:where(.refactor-site) .partner-logo-area img{display:block;width:100%;height:100%;object-fit:contain;}
:where(.refactor-site) .partner-name{display:flex;align-items:center;justify-content:center;min-height:0;flex:1;padding:7px 12px;background:#f8faf7;color:var(--ink);font-size:15px;line-height:1.45;font-weight:600;text-align:center;overflow:hidden;overflow-wrap:anywhere;}
:where(.refactor-site) .partner-name > span{display:-webkit-box;width:100%;min-width:0;margin-inline:auto;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
:where(.refactor-site) .rel-empty{padding:32px 16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--text-2);text-align:center;}
@media(prefers-reduced-motion:reduce){:where(.refactor-site) .partner-card{transition:none}:where(.refactor-site) .partner-card:hover{transform:none}}

/* ============================================================
   全站 Footer（深墨绿纯色：内容栏 + 版权，不叠纹理、无 CTA 横幅）
   ============================================================ */
:where(.refactor-site) .d-footer{
  margin-top:var(--section-space-md);color:rgba(255,255,255,.78);
  position:relative;overflow:hidden;isolation:isolate;background:#22463A;
}
:where(.refactor-site) .footer-main,:where(.refactor-site) .footer-bottom{position:relative;z-index:1;}
/* Footer 主体：统一走 .d-footer 的纯色底，自身不铺色 */
:where(.refactor-site) .footer-main{background:transparent;}
:where(.refactor-site) .footer-grid{
  max-width:1200px;margin:0 auto;padding:64px 0 48px;
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:56px;
}
:where(.refactor-site) .footer-brand .brand{display:flex;align-items:center;gap:12px;min-height:52px;}
:where(.refactor-site) .footer-brand-logo{display:block;height:40px;width:auto;object-fit:contain;flex:none;padding:4px;border-radius:8px;background:var(--cream-2);}
:where(.refactor-site) .footer-brand .brand-name{color:#fff;font-size:18px;font-weight:700;letter-spacing:.5px;}
:where(.refactor-site) .footer-brand .brand-sub{color:rgba(255,255,255,.55);font-size:12px;margin-top:3px;letter-spacing:.5px;}
:where(.refactor-site) .footer-brand p{font-size:13.5px;color:rgba(255,255,255,.7);margin-top:18px;line-height:1.9;max-width:300px;}
:where(.refactor-site) .footer-col .ft{font-size:13.5px;font-weight:600;color:#fff;margin-bottom:16px;letter-spacing:.5px;}
:where(.refactor-site) .footer-col li{margin-bottom:10px;}
:where(.refactor-site) .footer-col li a{font-size:13px;color:rgba(255,255,255,.72);transition:color .2s;}
:where(.refactor-site) .footer-col li a:hover{color:var(--gold-soft);}
:where(.refactor-site) .footer-contact .hotline-label{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:4px;}
:where(.refactor-site) .footer-contact .hotline{font-size:22px;font-weight:700;color:var(--gold-soft);letter-spacing:.5px;margin-bottom:14px;}
:where(.refactor-site) .footer-contact .qrcode{
  width:88px;height:88px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  border-radius:8px;display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.7);font-size:11px;text-align:center;line-height:1.6;margin-bottom:12px;
}
:where(.refactor-site) .footer-contact .qlabel{font-size:12px;color:rgba(255,255,255,.6);line-height:1.6;}
/* ⑤ 底部版权：极细分隔线 + 左对齐（与内容区同一条左边线） */
:where(.refactor-site) .footer-bottom{
  background:transparent;border-top:1px solid rgba(255,255,255,.09);
  max-width:var(--content);margin:0 auto;padding:18px 0;
  text-align:left;font-size:12px;color:rgba(255,255,255,.55);
}
/* Footer 响应式 */
@media (max-width:1199px){
  :where(.refactor-site) .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:36px;padding-left:32px;padding-right:32px;}
  :where(.refactor-site) .footer-bottom{padding-left:32px;padding-right:32px;}
  :where(.refactor-site) .footer-grid .footer-brand{grid-column:1/-1;}
  :where(.refactor-site) .footer-grid .footer-contact{grid-column:1/-1;}
}
@media (max-width:767px){
  :where(.refactor-site) .footer-grid{grid-template-columns:1fr;gap:32px;padding:48px 20px 32px;}
  :where(.refactor-site) .footer-bottom{padding-left:20px;padding-right:20px;}
  :where(.refactor-site) .d-footer{margin-top:var(--section-space-sm);}
}


/* ============================================================
   移动端 390px
   ============================================================ */
:where(.refactor-site) .m-topbar{position:sticky;top:0;z-index:100;background:rgba(247,243,234,.98);border-bottom:1px solid var(--line);}
:where(.refactor-site) .m-topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;gap:10px;}
:where(.refactor-site) .m-brand{display:flex;align-items:center;gap:10px;}
:where(.refactor-site) .m-brand .brand-name{font-size:16px;font-weight:800;color:var(--ink);letter-spacing:.5px;line-height:1.3;}
:where(.refactor-site) .m-brand .brand-sub{font-size:10.5px;color:var(--text-2);margin-top:1px;letter-spacing:.5px;}
:where(.refactor-site) .m-search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:0 12px;height:34px;flex:1;max-width:150px;}
:where(.refactor-site) .m-search svg{width:14px;height:14px;color:var(--text-2);flex-shrink:0;}
:where(.refactor-site) .m-search input{border:none;outline:none;font-size:12px;flex:1;padding-left:8px;background:transparent;font-family:var(--font);min-width:0;}
:where(.refactor-site) .m-search input::placeholder{color:#A9A69B;}
:where(.refactor-site) .m-burger{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid var(--ink-3);border-radius:8px;}
:where(.refactor-site) .m-burger i{display:block;width:18px;height:2px;background:var(--ink);transition:.25s;}
:where(.refactor-site) .m-burger.open i:nth-child(1){transform:translateY(7px) rotate(45deg);}
:where(.refactor-site) .m-burger.open i:nth-child(2){opacity:0;}
:where(.refactor-site) .m-burger.open i:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

:where(.refactor-site) .m-nav{display:none;background:#fff;border-top:1px solid var(--line);}
:where(.refactor-site) .m-nav.open{display:block;}
:where(.refactor-site) .m-nav ul{padding:8px 0;}
:where(.refactor-site) .m-nav li a{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;font-size:15px;color:var(--text);border-bottom:1px solid #F0EDE4;font-weight:500;}
:where(.refactor-site) .m-nav li a.active{background:var(--ink);color:#fff;font-weight:700;}
:where(.refactor-site) .m-nav li:last-child a{border-bottom:none;}
:where(.refactor-site) .m-nav li a .arr{color:var(--text-2);font-size:12px;}
:where(.refactor-site) .m-nav li a.active .arr{color:var(--gold-soft);}
:where(.refactor-site) .m-nav-cta{padding:14px 22px 20px;display:flex;gap:10px;}
:where(.refactor-site) .m-nav-cta .btn{flex:1;padding:12px 0;font-size:14px;}

:where(.refactor-site) .m-hero{padding:44px 20px 50px;position:relative;overflow:hidden;}
:where(.refactor-site) .m-hero-bg{position:absolute;inset:0;}
:where(.refactor-site) .m-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.55;}
:where(.refactor-site) .m-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(247,243,234,.9),rgba(247,243,234,.72));}
:where(.refactor-site) .m-hero-inner{position:relative;z-index:2;}
:where(.refactor-site) .m-hero-eyebrow{font-size:12px;color:var(--ink-3);letter-spacing:2px;display:flex;align-items:center;gap:8px;margin-bottom:16px;}
:where(.refactor-site) .m-hero-eyebrow::before{content:"";width:18px;height:1px;background:var(--gold);}
:where(.refactor-site) .m-hero-title{font-size:40px;font-weight:900;color:var(--ink);letter-spacing:1px;line-height:1.2;}
:where(.refactor-site) .m-hero-title .gold{color:var(--gold);}
:where(.refactor-site) .m-hero-sub{font-size:13.5px;color:var(--text-2);margin-top:14px;line-height:1.8;}
:where(.refactor-site) .m-hero-actions{display:flex;align-items:center;gap:18px;margin-top:24px;}
:where(.refactor-site) .m-hero-actions .btn{padding:11px 22px;font-size:14px;}
:where(.refactor-site) .m-hero-link{font-size:13.5px;color:var(--ink);font-weight:600;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid var(--ink-3);padding-bottom:2px;}

:where(.refactor-site) .m-sec{padding:44px 18px 0;}
:where(.refactor-site) .m-sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;}
:where(.refactor-site) .m-sec-title{font-size:22px;font-weight:800;color:var(--ink);letter-spacing:.5px;}
:where(.refactor-site) .m-sec-more{font-size:12.5px;color:var(--ink-3);display:inline-flex;align-items:center;gap:4px;}
:where(.refactor-site) .m-sec-more svg{width:12px;height:12px;}

:where(.refactor-site) .m-service-grid{display:grid;gap:14px;}
:where(.refactor-site) .m-service-card{position:relative;border-radius:var(--radius);overflow:hidden;height:168px;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;border:1px solid transparent;transition:transform .2s;}
:where(.refactor-site) .m-service-card:active{transform:scale(.99);border-color:var(--gold-soft);}
:where(.refactor-site) .m-service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
:where(.refactor-site) .m-service-card .cover{position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,58,47,.15),rgba(30,58,47,.8));}
:where(.refactor-site) .m-service-card .num{position:absolute;top:12px;left:14px;font-size:11px;font-weight:700;color:var(--gold-soft);letter-spacing:1.5px;z-index:2;}
:where(.refactor-site) .m-service-card .body{position:relative;z-index:2;padding:14px;color:#fff;}
:where(.refactor-site) .m-service-card .t1{font-size:18px;font-weight:800;}
:where(.refactor-site) .m-service-card .t2{font-size:12.5px;color:rgba(255,255,255,.9);margin-top:2px;}
:where(.refactor-site) .m-service-card .keys{font-size:10.5px;color:var(--gold-soft);margin-top:6px;}

:where(.refactor-site) .m-banner{margin:40px 18px 0;background:var(--ink);border-radius:12px;padding:28px 22px;color:#fff;position:relative;overflow:hidden;}
:where(.refactor-site) .m-banner::before{content:"";position:absolute;inset:0;background:radial-gradient(300px 160px at 100% 0%,rgba(201,162,39,.2),transparent 60%);}
:where(.refactor-site) .m-banner .tag{font-size:11px;color:var(--gold-soft);letter-spacing:2px;display:flex;align-items:center;gap:8px;}
:where(.refactor-site) .m-banner .tag::before{content:"";width:16px;height:2px;background:var(--gold);}
:where(.refactor-site) .m-banner .title{font-size:22px;font-weight:800;margin-top:12px;}
:where(.refactor-site) .m-banner .sub{font-size:13px;color:var(--gold-soft);margin-top:4px;}
:where(.refactor-site) .m-banner .desc{font-size:12.5px;color:rgba(255,255,255,.82);margin-top:12px;line-height:1.8;}
:where(.refactor-site) .m-banner .btn{margin-top:18px;padding:10px 22px;font-size:13.5px;background:var(--gold);color:#fff;}
:where(.refactor-site) .m-banner .flow{margin-top:22px;}

:where(.refactor-site) .m-news{padding:40px 18px 0;}
:where(.refactor-site) .m-news-item{display:flex;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--line);cursor:pointer;}
:where(.refactor-site) .m-news-item:last-child{border-bottom:none;}
:where(.refactor-site) .m-news-item .tag{background:var(--ink-3);color:#fff;font-size:10.5px;font-weight:600;padding:2px 8px;border-radius:3px;flex-shrink:0;letter-spacing:.5px;}
:where(.refactor-site) .m-news-item .title{flex:1;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
:where(.refactor-site) .m-news-item .dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;}
:where(.refactor-site) .m-news-item .date{font-size:11.5px;color:var(--text-2);flex-shrink:0;}

:where(.refactor-site) .m-events{padding:40px 0 0;}
:where(.refactor-site) .m-events .m-sec-head{padding:0 18px;}
:where(.refactor-site) .m-events-scroll{display:flex;gap:12px;overflow-x:auto;padding:0 18px 6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}
:where(.refactor-site) .m-events-scroll::-webkit-scrollbar{display:none;}
:where(.refactor-site) .m-event-card{flex:0 0 210px;scroll-snap-align:start;border-radius:var(--radius);padding:18px 16px;min-height:160px;cursor:pointer;border:1px solid var(--line);}
:where(.refactor-site) .m-event-card .day{font-size:28px;font-weight:800;line-height:1;color:var(--ink);}
:where(.refactor-site) .m-event-card .mon{font-size:12px;color:var(--text-2);margin-top:2px;}
:where(.refactor-site) .m-event-card .etime{font-size:11.5px;margin-top:8px;color:var(--text-2);}
:where(.refactor-site) .m-event-card .etitle{font-size:14px;font-weight:700;margin-top:8px;line-height:1.5;color:var(--text);}
:where(.refactor-site) .m-event-card .eloc{font-size:11.5px;margin-top:10px;color:var(--text-2);display:flex;align-items:center;gap:5px;}
:where(.refactor-site) .m-event-card .eloc::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--gold);}
:where(.refactor-site) .m-event-card.c-ink{background:var(--ink);}
:where(.refactor-site) .m-event-card.c-ink .day,:where(.refactor-site) .m-event-card.c-ink .etitle{color:#fff;}
:where(.refactor-site) .m-event-card.c-ink .mon,:where(.refactor-site) .m-event-card.c-ink .etime,:where(.refactor-site) .m-event-card.c-ink .eloc{color:rgba(255,255,255,.75);}
:where(.refactor-site) .m-event-card.c-ink .day{color:var(--gold-soft);}
:where(.refactor-site) .m-event-card.c-sage{background:var(--sage);}
:where(.refactor-site) .m-event-card.c-cream{background:var(--cream-2);}

:where(.refactor-site) .m-zone{padding:40px 18px 0;}
:where(.refactor-site) .m-zone-card{position:relative;border-radius:var(--radius);overflow:hidden;height:150px;cursor:pointer;margin-bottom:14px;}
:where(.refactor-site) .m-zone-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
:where(.refactor-site) .m-zone-card .veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,58,47,.15),rgba(30,58,47,.78));}
:where(.refactor-site) .m-zone-card .txt{position:absolute;left:18px;right:18px;bottom:16px;color:#fff;z-index:2;}
:where(.refactor-site) .m-zone-card .t{font-size:18px;font-weight:800;}
:where(.refactor-site) .m-zone-card .s{font-size:12px;color:rgba(255,255,255,.85);margin-top:4px;}

:where(.refactor-site) .m-products{padding:36px 18px 0;}
:where(.refactor-site) .m-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
:where(.refactor-site) .m-product-card{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line);cursor:pointer;}
:where(.refactor-site) .m-product-card .pic{aspect-ratio:1/1;background:var(--sage);}
:where(.refactor-site) .m-product-card .pic img{width:100%;height:100%;object-fit:cover;}
:where(.refactor-site) .m-product-card .pbody{padding:10px 12px 12px;}
:where(.refactor-site) .m-product-card .pname{font-size:13.5px;font-weight:700;color:var(--ink);}
:where(.refactor-site) .m-product-card .pcat{font-size:10.5px;color:var(--ink-3);background:var(--sage);display:inline-block;padding:1px 7px;border-radius:3px;margin-top:6px;}
:where(.refactor-site) .m-product-card .pdesc{font-size:11px;color:var(--text-2);margin-top:6px;line-height:1.5;}

:where(.refactor-site) .m-train{padding:36px 18px 0;}
:where(.refactor-site) .m-train-item{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-s);padding:11px 14px;margin-bottom:10px;cursor:pointer;}
:where(.refactor-site) .m-train-item .tag{font-size:10.5px;background:var(--ink-3);color:#fff;padding:2px 7px;border-radius:3px;flex-shrink:0;}
:where(.refactor-site) .m-train-item .t{flex:1;font-size:13px;}
:where(.refactor-site) .m-train-item .date{font-size:11px;color:var(--text-2);}

:where(.refactor-site) .m-related{padding:40px 18px 0;}
:where(.refactor-site) .m-rel-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;}
:where(.refactor-site) .m-rel-card{border:1px dashed var(--line);background:var(--cream-2);border-radius:var(--radius);padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;}
:where(.refactor-site) .m-rel-card .logo-ph{width:32px;height:32px;border-radius:6px;border:1.5px solid var(--line);color:#B9B6AA;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;background:#fff;}
:where(.refactor-site) .m-rel-card .nm{font-size:11.5px;color:var(--text-2);}
:where(.refactor-site) .m-rel-card .wait{font-size:10px;color:#B9B6AA;}

:where(.refactor-site) .m-footer{background:var(--ink);color:rgba(255,255,255,.85);margin-top:44px;padding:40px 20px 24px;}
:where(.refactor-site) .m-footer .brand-name{color:#fff;font-size:17px;}
:where(.refactor-site) .m-footer .brand-sub{color:rgba(255,255,255,.6);font-size:11px;margin-top:4px;}
:where(.refactor-site) .m-footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:26px;}
:where(.refactor-site) .m-footer-col .ft{font-size:13.5px;font-weight:700;color:#fff;margin-bottom:14px;}
:where(.refactor-site) .m-footer-col li{margin-bottom:9px;}
:where(.refactor-site) .m-footer-col a{font-size:12.5px;color:rgba(255,255,255,.72);}
:where(.refactor-site) .m-footer-contact{margin-top:26px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);}
:where(.refactor-site) .m-footer-contact .hotline{font-size:22px;font-weight:800;color:var(--gold-soft);margin:6px 0 16px;}
:where(.refactor-site) .m-footer-contact .qrow{display:flex;align-items:center;gap:14px;}
:where(.refactor-site) .m-footer-contact .qrcode{width:76px;height:76px;background:#8A938A;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;text-align:center;color:rgba(255,255,255,.85);line-height:1.5;}
:where(.refactor-site) .m-footer .fbottom{margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);text-align:center;font-size:11.5px;color:rgba(255,255,255,.5);}

/* ============ 二级页占位 ============ */
:where(.refactor-site) .detail-page{background:var(--cream);border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(30,58,47,.12);}
:where(.refactor-site) .detail-bar{display:flex;align-items:center;gap:16px;padding:22px 48px;background:var(--ink);color:#fff;}
:where(.refactor-site) .detail-bar .back{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#fff;border:1px solid rgba(255,255,255,.4);padding:8px 18px;border-radius:var(--radius-s);transition:.2s;}
:where(.refactor-site) .detail-bar .back:hover{background:rgba(255,255,255,.12);}
:where(.refactor-site) .detail-bar .dt{font-size:20px;font-weight:800;letter-spacing:1px;}
:where(.refactor-site) .detail-body{padding:64px 48px 80px;max-width:var(--content);margin:0 auto;}
:where(.refactor-site) .detail-body .ph{font-size:14px;color:var(--text-2);margin-top:16px;line-height:2;}
:where(.refactor-site) .detail-body .ph .box{border:1px dashed var(--line);background:var(--cream-2);border-radius:var(--radius);padding:40px;text-align:center;color:#A9A69B;margin-top:32px;}

/* ============ 右下角悬浮切换 ============ */

@media (max-width:1500px){
  :where(.refactor-site) .view-frames{flex-direction:column;align-items:center;}
}

/* ===== 响应式：桌面端汉堡（仅 ≤767 显示） ===== */
:where(.refactor-site) .d-burger{display:none;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;border:1px solid rgba(255,255,255,.58);border-radius:8px;cursor:pointer;}
:where(.refactor-site) .d-burger i{display:block;width:18px;height:2px;background:#fff;transition:.25s;}
:where(.refactor-site) .d-burger.open i:nth-child(1){transform:translateY(7px) rotate(45deg);}
:where(.refactor-site) .d-burger.open i:nth-child(2){opacity:0;}
:where(.refactor-site) .d-burger.open i:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
/* 移动端折叠导航 */
:where(.refactor-site) .d-nav-collapse{display:none;}
:where(.refactor-site) .d-nav-collapse.open{display:block;background:#0f5a3f;border-top:1px solid rgba(255,255,255,.18);}
:where(.refactor-site) .d-nav-collapse ul{display:flex;flex-direction:column;padding:8px 16px 0;}
:where(.refactor-site) .d-nav-collapse li a{
  position:relative;display:flex;align-items:center;min-height:48px;padding:0 20px;margin:2px 0;
  border-radius:0;font-size:15px;color:rgba(255,255,255,.92);font-weight:600;
}
:where(.refactor-site) .d-nav-collapse li a:not(.active):hover{background:rgba(255,255,255,.1);color:#fff;}
:where(.refactor-site) .d-nav-collapse li a.active{
  color:#fff;font-weight:700;background:rgba(63,150,98,.55);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
:where(.refactor-site) .d-nav-collapse li a.active::after{
  content:"";position:absolute;bottom:5px;left:20px;width:30px;height:3px;border-radius:3px;background:#fff;
}
:where(.refactor-site) .d-nav-collapse .collapse-cta{padding:12px 16px 20px;}
:where(.refactor-site) .d-nav-collapse .collapse-cta .btn-primary{
  width:100%;height:44px;font-size:14.5px;border-radius:8px;
}


@media (max-width:1199px){
  :where(.refactor-site) .wrap{padding:0 32px;}
  :where(.refactor-site) .sec-title{font-size:32px !important;}
  :where(.refactor-site) .d-hero-title{font-size:56px !important;}
  :where(.refactor-site) .d-hero-inner{padding:72px 32px 150px !important;}
  :where(.refactor-site) .d-hero-calligraphy{width:80px;}
  :where(.refactor-site) .service-grid{grid-template-columns:repeat(2,1fr) !important;gap:16px !important;}
  :where(.refactor-site) .service-card{height:260px !important;}
  :where(.refactor-site) .vs-left{flex:0 0 50% !important;padding:48px 36px !important;}
  :where(.refactor-site) .vs-title{font-size:24px !important;}
  :where(.refactor-site) .event-grid{grid-template-columns:repeat(2,1fr) !important;}
  :where(.refactor-site) .zone-cards{grid-template-columns:repeat(3,1fr) !important;gap:18px !important;}
  :where(.refactor-site) .product-grid{grid-template-columns:repeat(2,1fr) !important;gap:18px !important;}
  :where(.refactor-site) .rel-grid{grid-template-columns:repeat(3,1fr) !important;gap:12px !important;}
  /* footer-main 响应式已迁移至新 .footer-grid */
}
@media (max-width:767px){
  :where(.refactor-site) .wrap{padding:0 20px;}
  /* Shared mobile Header rules are defined with the two-row Header above. */
  :where(.refactor-site) .d-burger{display:flex;}
  :where(.refactor-site) .sec{padding:var(--section-space-sm) 0 !important;}
  :where(.refactor-site) .d-services{padding:var(--section-space-sm) 0 0 !important;}
  :where(.refactor-site) .d-banner{padding:32px 0 0 !important;}
  :where(.refactor-site) .d-news{padding:var(--section-space-sm) 0 0 !important;}
  :where(.refactor-site) .d-events{padding:var(--section-space-sm) 0 0 !important;}
  :where(.refactor-site) .d-zone{padding:var(--section-space-sm) 0 0 !important;}
  :where(.refactor-site) .d-related{padding:var(--section-space-sm) 0 0 !important;}
  :where(.refactor-site) .sec-title{font-size:26px !important;}
  :where(.refactor-site) .sec-tag{font-size:11px !important;letter-spacing:3px !important;}
  :where(.refactor-site) .d-hero{min-height:0;}
  :where(.refactor-site) .d-hero-title{font-size:40px !important;letter-spacing:0 !important;}
  :where(.refactor-site) .d-hero-sub{font-size:17px !important;max-width:none !important;line-height:28px !important;margin-top:20px !important;}
  :where(.refactor-site) .d-hero-inner{padding:40px 20px 140px !important;}
  :where(.refactor-site) .d-hero-calligraphy{display:none !important;}
  :where(.refactor-site) .d-hero-map{left:auto;right:-26%;top:4%;width:104%;opacity:.48 !important;}
  :where(.refactor-site) .service-grid{grid-template-columns:1fr !important;gap:14px !important;}
  :where(.refactor-site) .service-card{height:220px !important;}
  :where(.refactor-site) .sc-title{font-size:19px !important;}
  :where(.refactor-site) .value-strip{flex-direction:column !important;}
  :where(.refactor-site) .vs-left{flex:none !important;padding:40px 24px !important;}
  :where(.refactor-site) .vs-right{display:none !important;}
  :where(.refactor-site) .vs-title{font-size:22px !important;}
  :where(.refactor-site) .banner-panel{grid-template-columns:1fr !important;min-height:0 !important;}
  :where(.refactor-site) .banner-left{padding:36px 24px 10px !important;}
  :where(.refactor-site) .banner-right{padding:10px 24px 36px !important;}
  :where(.refactor-site) .banner-title{font-size:24px !important;}
  :where(.refactor-site) .news-grid{grid-template-columns:1fr !important;}
  :where(.refactor-site) .news-feature{min-height:220px !important;}
  :where(.refactor-site) .event-grid{grid-template-columns:1fr !important;}
  :where(.refactor-site) .zone-cards{grid-template-columns:1fr !important;}
  :where(.refactor-site) .product-grid{grid-template-columns:1fr 1fr !important;gap:14px !important;}
  :where(.refactor-site) .rel-grid{grid-template-columns:repeat(2,1fr) !important;}
  /* footer-main 响应式已迁移至新 .footer-grid */
}
@media (max-width:480px){
  :where(.refactor-site) .product-grid{grid-template-columns:1fr !important;}
  :where(.refactor-site) .d-hero-title{font-size:38px !important;}
}

/* ============================================================
   二级页面通用样式（PageHero / Section / ContentGrid / ProcessSteps / ContactCTA）
   ============================================================ */
:where(.refactor-site) .page-hero{
  padding:var(--section-space-md) 0 32px;
  background:var(--cream);
  border-bottom:1px solid rgba(220,229,223,.5);
}
:where(.refactor-site) .page-hero .eyebrow{
  font-size:13px;letter-spacing:4px;color:var(--gold);font-weight:600;text-transform:uppercase;
}
:where(.refactor-site) .page-hero h1{
  font-size:48px;font-weight:800;color:var(--ink);letter-spacing:1px;line-height:1.2;margin-top:16px;
}
:where(.refactor-site) .page-hero .lead{
  font-size:17px;color:var(--text-2);margin-top:18px;max-width:680px;line-height:1.8;
}
:where(.refactor-site) .page-section{padding:32px 0 var(--content-gap-md);}
:where(.refactor-site) .page-section.alt{background:var(--sage-2);}
:where(.refactor-site) .section-heading{margin-bottom:var(--section-head-gap);}
:where(.refactor-site) .section-heading .tag{
  font-size:12.5px;letter-spacing:4px;color:var(--gold);font-weight:600;text-transform:uppercase;
}
:where(.refactor-site) .section-heading h2{
  font-size:34px;font-weight:800;color:var(--ink);letter-spacing:.5px;line-height:1.25;margin-top:8px;
}
:where(.refactor-site) .section-heading .sub{
  font-size:15.5px;color:var(--text-2);margin-top:8px;max-width:640px;line-height:1.7;
}
:where(.refactor-site) .content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--content-gap-md);}
:where(.refactor-site) .content-grid.cols-2{grid-template-columns:repeat(2,1fr);}
:where(.refactor-site) .content-grid.cols-4{grid-template-columns:repeat(4,1fr);}
:where(.refactor-site) .info-card{
  background:#fff;border:1px solid var(--line);border-radius:12px;padding:var(--card-padding-lg);
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
:where(.refactor-site) .info-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(30,58,47,.07);border-color:#B9CCBF;}
:where(.refactor-site) .info-card .ic-num{
  font-size:13px;font-weight:700;color:var(--gold);letter-spacing:3px;
}
:where(.refactor-site) .info-card h3{font-size:19px;font-weight:700;color:var(--ink);margin-top:10px;letter-spacing:.3px;}
:where(.refactor-site) .info-card p{font-size:14.5px;color:var(--text-2);margin-top:10px;line-height:1.75;}
:where(.refactor-site) .info-card .tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;}
:where(.refactor-site) .info-card .tags span{
  font-size:12px;color:var(--ink-3);background:var(--sage);padding:3px 10px;border-radius:20px;
}
:where(.refactor-site) .process-list{display:flex;align-items:stretch;gap:0;}
:where(.refactor-site) .process-step{flex:1;text-align:center;position:relative;padding:0 12px;}
:where(.refactor-site) .process-step .dot{
  width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:16px;font-weight:700;
}
:where(.refactor-site) .process-step h4{font-size:15.5px;font-weight:600;color:var(--ink);margin-top:14px;}
:where(.refactor-site) .process-step p{font-size:13.5px;color:var(--text-2);margin-top:6px;line-height:1.6;}
:where(.refactor-site) .process-step::after{
  content:"";position:absolute;top:24px;left:calc(50% + 30px);right:calc(-50% + 30px);
  height:1px;background:var(--line);
}
:where(.refactor-site) .process-step:last-child::after{display:none;}
:where(.refactor-site) .contact-cta{
  background:var(--ink);border-radius:16px;padding:48px 40px;text-align:center;
}
:where(.refactor-site) .contact-cta h2{font-size:28px;font-weight:800;color:#fff;letter-spacing:.5px;}
:where(.refactor-site) .contact-cta p{font-size:15px;color:rgba(255,255,255,.75);margin-top:12px;}
:where(.refactor-site) .contact-cta .btn{margin-top:24px;display:inline-block;}
:where(.refactor-site) .split-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--content-gap-lg);align-items:start;}
:where(.refactor-site) .split-2 .txt h3{font-size:22px;font-weight:700;color:var(--ink);}
:where(.refactor-site) .split-2 .txt p{font-size:15px;color:var(--text-2);margin-top:12px;line-height:1.8;}
:where(.refactor-site) .split-2 .txt ul{margin-top:16px;display:flex;flex-direction:column;gap:8px;}
:where(.refactor-site) .split-2 .txt ul li{font-size:14.5px;color:var(--text);padding-left:18px;position:relative;line-height:1.6;}
:where(.refactor-site) .split-2 .txt ul li::before{
  content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--gold);
}

/* 二级页响应式 */
@media (max-width:1199px){
  :where(.refactor-site) .content-grid{grid-template-columns:repeat(2,1fr);}
  :where(.refactor-site) .content-grid.cols-4{grid-template-columns:repeat(2,1fr);}
  :where(.refactor-site) .page-hero h1{font-size:38px;}
  :where(.refactor-site) .section-heading h2{font-size:28px;}
}
@media (max-width:767px){
  :where(.refactor-site) .content-grid,:where(.refactor-site) .content-grid.cols-2,:where(.refactor-site) .content-grid.cols-4{grid-template-columns:1fr;}
  :where(.refactor-site) .process-list{flex-direction:column;gap:var(--card-padding-sm);}
  :where(.refactor-site) .process-step::after{display:none;}
  :where(.refactor-site) .split-2{grid-template-columns:1fr;gap:var(--content-gap-md);}
  :where(.refactor-site) .page-hero{padding:var(--section-space-sm) 0 32px;}
  :where(.refactor-site) .page-hero h1{font-size:30px;}
  :where(.refactor-site) .page-section{padding:24px 0 var(--content-gap-sm);}
  :where(.refactor-site) .contact-cta{padding:32px 24px;}
}

/* ============================================================
   二级页：分类导航 + 卡片目录
   ============================================================ */
:where(.refactor-site) .subnav{
  background:#fff;border-bottom:1px solid var(--line);
}
:where(.refactor-site) .subnav .wrap{
  display:flex;gap:4px;overflow-x:auto;
}
:where(.refactor-site) .subnav a{
  flex-shrink:0;padding:14px 18px;font-size:14.5px;color:var(--text-2);
  border-bottom:2px solid transparent;white-space:nowrap;transition:.2s;
}
:where(.refactor-site) .subnav a:hover{color:var(--ink);}
:where(.refactor-site) .subnav a.active{color:var(--ink);border-bottom-color:var(--gold);font-weight:600;}

/* 服务目录卡（轻量版） */
:where(.refactor-site) .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--content-gap-md);}
:where(.refactor-site) .svc-card{
  display:block;background:#fff;border:1px solid var(--line);border-radius:14px;
  padding:var(--card-padding-lg) var(--card-padding-md);text-decoration:none;color:inherit;
  transition:transform .25s,box-shadow .25s,border-color .25s;
}
:where(.refactor-site) .svc-card:hover{
  transform:translateY(-3px);border-color:#B9CCBF;
  box-shadow:0 8px 24px rgba(30,58,47,.06);
}
:where(.refactor-site) .svc-card .ic{
  width:44px;height:44px;border-radius:10px;background:var(--sage);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
:where(.refactor-site) .svc-card .ic svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.8;}
:where(.refactor-site) .svc-card h3{font-size:17px;font-weight:700;color:var(--ink);letter-spacing:.2px;}
:where(.refactor-site) .svc-card p{font-size:13.5px;color:var(--text-2);margin-top:8px;line-height:1.65;}
:where(.refactor-site) .svc-card .tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;}
:where(.refactor-site) .svc-card .tags span{
  font-size:11.5px;color:var(--ink-3);background:var(--sage);padding:2px 10px;border-radius:20px;
}
:where(.refactor-site) .svc-card.alt{background:var(--sage-2);}

/* Tab 切换（overseas） */
:where(.refactor-site) .tabbar{
  display:inline-flex;background:var(--sage);border-radius:10px;padding:4px;margin-bottom:28px;
}
:where(.refactor-site) .tabbar button{
  border:none;background:transparent;padding:9px 20px;font-size:14px;color:var(--text-2);
  border-radius:8px;cursor:pointer;transition:.2s;font-family:var(--font);
}
:where(.refactor-site) .tabbar button.active{background:#fff;color:var(--ink);font-weight:600;box-shadow:0 2px 6px rgba(0,0,0,.05);}

@media (max-width:1199px){
  :where(.refactor-site) .svc-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:767px){
  :where(.refactor-site) .svc-grid{grid-template-columns:1fr;}
  :where(.refactor-site) .subnav .wrap{padding:0 20px;}
}

/* ============================================================
   二级页：Hero 结构说明 + 3 Part 总览卡 + 服务领航卡
   （service / ops 样板页专用；其他二级页暂不使用）
   ============================================================ */

/* Hero 底部"本页围绕 X/Y/Z 展开"说明 */
:where(.refactor-site) .hero-structure{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--line);
  font-size:14.5px;
  line-height:1.7;
  color:var(--text-2);
  max-width:680px;
}
:where(.refactor-site) .hero-structure strong{color:var(--ink);font-weight:600;}

/* 3 Part 总览卡 */
:where(.refactor-site) .part-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:var(--content-gap-md);
}
:where(.refactor-site) .part-card{
  display:block;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:var(--card-padding-lg);
  min-height:180px;
  text-decoration:none;
  color:inherit;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
:where(.refactor-site) .part-card:hover{
  transform:translateY(-3px);
  border-color:#B9CCBF;
  box-shadow:0 8px 24px rgba(30,58,47,.06);
}
:where(.refactor-site) .part-card .ic{
  width:56px;
  height:56px;
  border-radius:14px;
  background:var(--sage);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}
:where(.refactor-site) .part-card .ic svg{
  width:28px;
  height:28px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:var(--ink);
}
:where(.refactor-site) .part-card h3{
  font-size:18px;
  font-weight:700;
  color:var(--ink);
  line-height:1.35;
}
:where(.refactor-site) .part-card p{
  font-size:13.5px;
  color:var(--text-2);
  margin-top:8px;
  line-height:1.65;
}

/* 服务领航卡（推荐理解顺序，非强制流程） */
:where(.refactor-site) .step-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
:where(.refactor-site) .step-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:var(--card-padding-lg);
  min-height:190px;
}
:where(.refactor-site) .step-card .num{
  font-size:12.5px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--gold);
}
:where(.refactor-site) .step-card .ic{
  width:42px;
  height:42px;
  border-radius:12px;
  background:var(--sage);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:14px 0 16px;
}
:where(.refactor-site) .step-card .ic svg{
  width:21px;
  height:21px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:var(--ink);
}
:where(.refactor-site) .step-card h3{
  font-size:16.5px;
  font-weight:700;
  color:var(--ink);
  line-height:1.35;
}
:where(.refactor-site) .step-card p{
  font-size:13.5px;
  color:var(--text-2);
  margin-top:8px;
  line-height:1.65;
}

/* 二级页容器收紧（service/ops 专用；不影响首页） */
:where(.refactor-site) main .wrap.secondary-wrap{
  max-width:1200px;
}
:where(.refactor-site) .page-hero{padding:var(--section-space-md) 0 32px;}
:where(.refactor-site) .page-section{padding:32px 0 var(--content-gap-md);}
:where(.refactor-site) .page-section.alt{background:var(--cream);}
:where(.refactor-site) .contact-cta{padding:48px 40px;}

/* CTA 作为页面收尾：CTA 上方 56px，CTA 与 Footer 之间 32px（不叠加 Footer 的 56px margin） */
:where(.refactor-site) .page-section:has(.contact-cta){padding-bottom:32px;}
:where(.refactor-site) main:has(.contact-cta) ~ .d-footer{margin-top:0;}
/* service 页的 CTA 是圆角卡片，与深墨绿的 Footer 直接贴死会粘成一块，
   所以单独给 40px 间距（不再参与上面的 :has 归零规则） */

/* 响应式 */
@media (max-width:1199px){
  :where(.refactor-site) .part-grid,:where(.refactor-site) .step-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
}
@media (max-width:767px){
  :where(.refactor-site) .part-grid,:where(.refactor-site) .step-grid{grid-template-columns:1fr;gap:16px;}
  :where(.refactor-site) .part-card{padding:24px;min-height:0;}
  :where(.refactor-site) .step-card{padding:22px;min-height:0;}
}

/* ============================================================
   二级页样板 · service.html（v3 · 2026-09-22）
   ------------------------------------------------------------
   仅作用于 body.page-service，不影响首页与其他二级页。
   结构：ServiceHero（轻量业务页头）/ DataFlow（数据链路）
         / CoreServices（核心服务 ×3）/ PlatformCTA（全页唯一主 CTA）
   依据：dongzhi-design-system-v2/DESIGN.md + dongzhi-icons-master/ICON-SPEC.md
     · 内容容器 1200px（1440 视口左右约 120px）
     · 区块间距 96px；卡片圆角 16px；1px subtle 边框；无重阴影
     · 图标：24×24 画布 / 线宽 1.6 / 圆头圆角 / 单色 currentColor
     · 运营文字一律 data-content；结构 / 图标 / 颜色 / 动效不进 CMS
   ============================================================ */

/* 统一 header / main / footer 内容左边线（1200px）
   注意：footer 的宽度与居中由全站 .footer-grid / .footer-bottom 负责，
   这里不要再给 .footer-main 加 max-width（会丢掉 margin:auto 造成页脚左移）。 */
:where(.refactor-site).page-service .d-header .wrap.sp-wrap{max-width:1200px;}
:where(.refactor-site).page-service main .wrap.sp-wrap{max-width:1200px;}

/* ---- 通用：区块头（小英文 eyebrow + 标题 + 一句说明） ---- */
:where(.refactor-site) .sp-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:var(--business-eyebrow);line-height:18px;font-weight:500;
  letter-spacing:.16em;color:#806522;text-transform:uppercase;
}
:where(.refactor-site) .sp-eyebrow::before{content:"";width:28px;height:1px;background:var(--gold);}
:where(.refactor-site) .sp-sec{padding:var(--business-section-space) 0;}
/* Adjacent service sections share one visual gap on their continuous white surface. */
:where(.refactor-site.page-service) .sp-sec + .sp-sec{margin-top:calc(-1 * var(--business-section-space));}
:where(.refactor-site) .sp-sec-head{max-width:760px;}
:where(.refactor-site) .sp-sec-title{
  margin-top:var(--business-eyebrow-title-gap);
  font-size:var(--business-h2);line-height:1.35;font-weight:700;
  letter-spacing:.5px;color:var(--ink);
}
:where(.refactor-site) .sp-sec-intro{
  margin-top:var(--business-title-intro-gap);
  font-size:15.5px;line-height:1.8;color:var(--text-2);
}

/* ============================================================
   1) ServiceHero：轻量业务页头（左文案 / 右世界地图 + 节点）
   ============================================================ */
:where(.refactor-site) .sp-hero{
  position:relative;overflow:hidden;isolation:isolate;
  background:linear-gradient(180deg,#FDFCF8 0%,#F7FAF6 100%);
  border-bottom:1px solid var(--line);
}
/* 极淡山水氛围层（透明度很低，不压文字） */
:where(.refactor-site) .sp-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;}
:where(.refactor-site) .sp-hero-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 82%;
  opacity:.34;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.5) 44%,#000 100%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.5) 44%,#000 100%);
}
/* 右侧：世界地图 + 细金线 + 图标节点（固定 UI，不进 CMS） */
:where(.refactor-site) .sp-hero-deco{position:absolute;top:0;right:0;bottom:0;width:56%;z-index:1;pointer-events:none;}
:where(.refactor-site) .sp-hero-map{position:absolute;left:4%;top:8%;width:98%;height:auto;opacity:.2;mix-blend-mode:multiply;}
/* 文案层 */
:where(.refactor-site) .sp-hero-inner{position:relative;z-index:2;max-width:620px;padding:var(--business-hero-padding-top) 0 var(--business-hero-padding-bottom);}
:where(.refactor-site) .sp-hero-title{
  margin-top:12px;
  font-family:var(--font-serif);
  font-size:var(--business-hero-title);line-height:1.3;font-weight:700;letter-spacing:1px;color:var(--ink);
}
:where(.refactor-site) .sp-hero-lead{
  margin-top:16px;max-width:520px;
  font-size:var(--business-lead);line-height:var(--business-lead-line);color:var(--text-2);
}

/* /service Hero 右侧正式平台入口。 */
:where(.refactor-site).page-service .service-hero-layout{
  position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px;
}
:where(.refactor-site).page-service .service-hero-layout .sp-hero-inner{flex:1 1 auto;min-width:0;}
:where(.refactor-site).page-service .service-hero-entry{
  position:relative;flex:0 0 38%;min-width:0;min-height:184px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:30px 32px;border-radius:18px;overflow:hidden;
  background:#0d4635;color:#fff;text-decoration:none;
}
:where(.refactor-site).page-service .service-hero-entry:focus-visible{outline:3px solid #d4af5a;outline-offset:4px}
:where(.refactor-site).page-service .service-hero-entry::after{
  content:"";position:absolute;right:-20px;bottom:-76px;width:260px;height:140px;
  border:1px solid rgba(225,193,117,.25);border-radius:50%;
  box-shadow:0 0 0 18px rgba(225,193,117,.045),0 0 0 40px rgba(225,193,117,.035);
  pointer-events:none;
}
:where(.refactor-site).page-service .service-hero-entry-copy{position:relative;z-index:1;min-width:0;}
:where(.refactor-site).page-service .service-hero-entry-title{
  display:block;font-size:23px;line-height:1.4;font-weight:700;letter-spacing:.04em;
}
:where(.refactor-site).page-service .service-hero-entry-summary{
  display:block;margin-top:12px;font-size:14px;line-height:1.7;color:rgba(255,255,255,.84);
}
:where(.refactor-site).page-service .service-hero-entry-arrow{
  position:relative;z-index:1;flex:none;display:grid;place-items:center;
  width:52px;height:52px;border-radius:50%;background:#e4c77f;color:#123f30;
  font-size:29px;line-height:1;font-weight:400;
}

/* （旧 2) DataFlow + 3) CoreServices 已移除，由 ServiceBody v2 替代） */

/* ============================================================
   2) ServiceBody v2（2026-09-22）：核心服务 / 出口业务协同 / 平台优势
   ------------------------------------------------------------
   来自 service-body-v1 preview.css 的确认版本；替换旧 DataFlow + CoreServices
   ============================================================ */

/* ---------- 01 核心服务：6 卡 3 列 × 2 行，左文右图 ---------- */
:where(.refactor-site) .sv1-grid{
  margin-top:var(--section-head-gap);
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;
}
:where(.refactor-site) .sv1-card{
  display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;
  background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;
  min-height:224px;
}
:where(.refactor-site) .sv1-card-text{
  padding:26px 20px 24px 26px;display:flex;flex-direction:column;min-width:0;
}
:where(.refactor-site) .sv1-num{
  font-family:'Songti SC','Source Han Serif SC','STSong',serif;
  font-size:28px;line-height:1;font-weight:700;color:var(--gold);opacity:.85;
}
:where(.refactor-site) .sv1-card-title{
  margin-top:12px;font-size:18.5px;line-height:1.45;font-weight:700;
  letter-spacing:.3px;color:var(--ink);
}
:where(.refactor-site) .sv1-card-summary{
  margin-top:8px;font-size:13.5px;line-height:1.8;color:var(--text-2);
}
:where(.refactor-site) .sv1-card-img{width:100%;height:100%;object-fit:cover;display:block;min-height:224px;}

/* /service 核心服务：素材本身即为完整卡片。 */
:where(.refactor-site).page-service .service-core-image-grid{
  margin-top:var(--business-heading-content-gap);display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;
}
:where(.refactor-site).page-service .service-core-image-card{min-width:0;margin:0;background:transparent;border:0;box-shadow:none;}
:where(.refactor-site).page-service .service-core-image-card img{display:block;width:100%;height:auto;}

/* ---------- 02 出口业务协同：左 70% 五环节链 + 右 30% 三流协同 ---------- */
:where(.refactor-site) .sv1-flow{
  margin-top:var(--business-heading-content-gap);
  display:grid;grid-template-columns:1fr .34fr;gap:56px;align-items:center;
}
:where(.refactor-site) .sv1-chain{
  list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;
}
:where(.refactor-site) .sv1-node{
  position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;
  padding:0 8px;text-align:center;
}
:where(.refactor-site) .sv1-node-ico{
  width:84px;height:84px;border-radius:50%;flex:none;
  background:var(--sage);color:var(--ink);
  display:flex;align-items:center;justify-content:center;
}
:where(.refactor-site) .sv1-node-ico svg{width:38px;height:38px;}
:where(.refactor-site) .sv1-node-t{font-size:15.5px;font-weight:600;color:var(--ink);letter-spacing:.5px;}
/* 细金线箭头：画在节点间隙中央（最后一个不出箭头） */
:where(.refactor-site) .sv1-node:not(:last-child)::after{
  content:"";position:absolute;right:-14px;top:33px;width:20px;height:20px;
  background:var(--gold);opacity:.55;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h13M13 6l6 6-6 6'/></svg>") center/contain no-repeat;
  mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h13M13 6l6 6-6 6'/></svg>") center/contain no-repeat;
}
/* 三流协同：三个半透明圆交叠 + 下方说明 */
:where(.refactor-site) .sv1-flows{display:flex;flex-direction:column;align-items:center;gap:18px;}
/* 品字形三圆（按用户参考图）：同色浅绿半透明、图标在上文字在下、轻微交叠 */
:where(.refactor-site) .sv1-circles{position:relative;width:290px;height:245px;}
:where(.refactor-site) .sv1-circle{
  position:absolute;width:150px;height:150px;border-radius:50%;
  background:rgba(79,117,100,.13);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;
}
:where(.refactor-site) .sv1-circle svg{width:38px;height:38px;color:var(--ink);}
:where(.refactor-site) .sv1-circle-t{font-style:normal;font-size:14px;font-weight:700;color:var(--ink);letter-spacing:1px;}
:where(.refactor-site) .sv1-circle.c1{left:70px;top:0;}
:where(.refactor-site) .sv1-circle.c2{left:0;top:95px;}
:where(.refactor-site) .sv1-circle.c3{left:140px;top:95px;}
:where(.refactor-site) .sv1-flows-label{
  font-size:21px;font-weight:700;color:var(--ink);letter-spacing:3px;
}

/* ---------- 03 平台优势：一行 4 项，竖向细线分隔 ---------- */
:where(.refactor-site) .sv1-adv{
  list-style:none;margin-top:var(--business-heading-content-gap);
  display:grid;grid-template-columns:repeat(4,1fr);
}
:where(.refactor-site) .sv1-adv-item{
  padding:6px 28px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:10px;
}
:where(.refactor-site) .sv1-adv-item + .sv1-adv-item{border-left:1px solid var(--line);}
:where(.refactor-site) .sv1-adv-ico{
  width:72px;height:72px;border-radius:50%;flex:none;
  background:var(--sage);color:var(--ink);
  display:flex;align-items:center;justify-content:center;
}
:where(.refactor-site) .sv1-adv-ico svg{width:38px;height:38px;}
:where(.refactor-site) .sv1-adv-title{font-size:16.5px;font-weight:700;color:var(--ink);letter-spacing:.3px;}
:where(.refactor-site) .sv1-adv-summary{font-size:13.5px;color:var(--text-2);line-height:1.7;}

/* ============================================================
   4) PlatformCTA：全页唯一主 CTA（深墨绿 + 极淡山水）
   ============================================================ */
:where(.refactor-site) .sp-cta-section{padding:32px 0 0;}
:where(.refactor-site) .sp-cta{
  position:relative;overflow:hidden;isolation:isolate;
  background:#22463A;border-radius:16px;
  padding:48px 56px;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
}
:where(.refactor-site) .sp-cta-bg{position:absolute;inset:0;z-index:0;pointer-events:none;}
:where(.refactor-site) .sp-cta-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 58%;
  opacity:.22;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 58%,rgba(0,0,0,.12) 100%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 58%,rgba(0,0,0,.12) 100%);
}
:where(.refactor-site) .sp-cta-text{position:relative;z-index:1;max-width:640px;}
:where(.refactor-site) .sp-cta-title{font-size:26px;line-height:1.4;font-weight:700;letter-spacing:.5px;color:#fff;}
:where(.refactor-site) .sp-cta-summary{margin-top:10px;font-size:15px;line-height:1.8;color:rgba(255,255,255,.72);}
:where(.refactor-site) .sp-cta-btn{
  position:relative;z-index:1;flex:none;
  display:inline-flex;align-items:center;gap:10px;
  height:48px;padding:0 26px;border-radius:10px;
  background:var(--gold-soft);color:#203E32;
  font-size:15px;font-weight:600;letter-spacing:.3px;white-space:nowrap;
  transition:background .25s cubic-bezier(.2,.8,.2,1),transform .25s cubic-bezier(.2,.8,.2,1);
}
:where(.refactor-site) .sp-cta-btn:hover{background:#D4B45C;transform:translateY(-1px);}
:where(.refactor-site) .sp-cta-btn svg{width:16px;height:16px;}
:where(.refactor-site).page-service .d-footer{margin-top:var(--section-space-sm);}

/* 平板（768–1023）：数据链 6 列会挤（列宽 107px / 说明文字 100px，只剩 3.5px 余量）
   → 降为 3 列 × 2 行，箭头只保留同一行内的（第 3、6 个不显示） */
@media (max-width:1023px){
  /* 旧 data-flow 规则保留（无匹配元素，不生效） */
  :where(.refactor-site) .sp-chain{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 12px;}
  :where(.refactor-site) .sp-chain-node:nth-child(3n)::after{display:none;}
  /* ServiceBody v2 */
  :where(.refactor-site) .sv1-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
  :where(.refactor-site) .sv1-flow{grid-template-columns:1fr;gap:40px;}
  :where(.refactor-site) .sv1-flows{justify-content:flex-start;}
  :where(.refactor-site) .sv1-adv{grid-template-columns:repeat(2,1fr);gap:28px 0;}
  :where(.refactor-site) .sv1-adv-item:nth-child(3){border-left:none;}
}

/* ---- service.html 响应式 ---- */
@media (max-width:1199px){
  :where(.refactor-site).page-service .service-hero-layout{gap:28px;}
  :where(.refactor-site).page-service .service-hero-entry{flex-basis:40%;padding:24px;}
  :where(.refactor-site).page-service .service-hero-entry-title{font-size:20px;}
  :where(.refactor-site).page-service .service-core-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  :where(.refactor-site) .sp-hero-deco{width:52%;}
  :where(.refactor-site) .sp-chain-ico{width:64px;height:64px;}
  :where(.refactor-site) .sp-chain-ico svg{width:26px;height:26px;}
  :where(.refactor-site) .sp-chain-node:not(:last-child)::after{top:24px;}
  :where(.refactor-site) .sp-core-grid{gap:var(--card-padding-sm);}
  :where(.refactor-site) .sp-cta{padding:48px 40px;}
}
@media (max-width:767px){
  :where(.refactor-site).page-service .service-hero-layout{display:block;}
  :where(.refactor-site).page-service .service-hero-entry{width:100%;min-height:170px;margin-bottom:32px;}
  :where(.refactor-site).page-service .service-hero-entry-copy{width:100%;}
  :where(.refactor-site).page-service .service-hero-entry-title{max-width:calc(100% - 64px);}
  :where(.refactor-site).page-service .service-hero-entry-arrow{position:absolute;top:24px;right:24px;}
  :where(.refactor-site).page-service .service-core-image-grid{grid-template-columns:1fr;gap:16px;}
  /* Hero：右侧装饰整体收起，保证标题与简介干净可读 */
  :where(.refactor-site) .sp-hero-deco{display:none;}
  :where(.refactor-site) .sp-hero-bg img{opacity:.28;}
  :where(.refactor-site) .sp-hero-inner{max-width:none;}
  :where(.refactor-site) .sp-sec-intro{font-size:15px;}
  /* 数据链：2 列 × 3 行，箭头只保留同一行内的 */
  :where(.refactor-site) .sp-chain{margin-top:var(--card-padding-md);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px;}
  :where(.refactor-site) .sp-chain-node::after{display:none !important;}
  :where(.refactor-site) .sp-chain-node:nth-child(odd):not(:last-child)::after{display:block !important;top:20px;}
  :where(.refactor-site) .sp-chain-ico{width:60px;height:60px;}
  :where(.refactor-site) .sp-chain-ico svg{width:26px;height:26px;}
  :where(.refactor-site) .sp-chain-t{margin-top:14px;font-size:15px;}
  :where(.refactor-site) .sp-core-grid{margin-top:var(--card-padding-md);grid-template-columns:1fr;gap:var(--content-gap-sm);}
  :where(.refactor-site) .sp-core-col{padding:22px 18px 18px;}
  /* ServiceBody v2 */
  :where(.refactor-site) .sv1-grid{grid-template-columns:1fr;gap:16px;}
  :where(.refactor-site) .sv1-card{grid-template-columns:1fr;min-height:0;}
  :where(.refactor-site) .sv1-card-text{padding:22px 20px 18px;}
  :where(.refactor-site) .sv1-card-img{min-height:0;height:180px;}
  :where(.refactor-site) .sv1-chain{grid-template-columns:repeat(3,1fr);gap:24px 8px;}
  :where(.refactor-site) .sv1-node::after{display:none !important;}
  :where(.refactor-site) .sv1-node:nth-child(odd):not(:last-child)::after{display:block !important;}
  :where(.refactor-site) .sv1-node:nth-child(5)::after{display:none !important;}
  :where(.refactor-site) .sv1-adv{grid-template-columns:1fr;gap:24px;}
  :where(.refactor-site) .sv1-adv-item + .sv1-adv-item{border-left:none;border-top:1px solid var(--line);padding-top:24px;}
  :where(.refactor-site) .sp-cta-section{padding:24px 0 0;}
  :where(.refactor-site) .sp-cta{flex-direction:column;align-items:flex-start;gap:24px;padding:36px 24px;}
  :where(.refactor-site) .sp-cta-title{font-size:21px;}
  :where(.refactor-site) .sp-cta-summary{font-size:14.5px;}
  :where(.refactor-site) .sp-cta-btn{width:100%;justify-content:center;}
  :where(.refactor-site).page-service .d-footer{margin-top:32px;}
}
/* ============================================================
   二级页 · ops.html 出海服务（Editorial Service Page · 2026-09-22）
   ------------------------------------------------------------
   结构：ServiceHero / EditorialSection ×4 / PlatformCTA
   四个模块共用同一套类（.ops-editorial-*），图片一律在右，不做左右交替。
   依据：出海服务视觉方案（已确认）+ DESIGN.md v2
     · 内容容器 1200px；业务页 section 间距 48px（48–56 区间）
     · 模块之间用 1px 细线 + 留白，不用卡片边框包住整块
     · 图片统一 16:10，圆角 16px，无重阴影
     · 运营文字一律 data-content；布局 / 图片位置 / 顺序 / 间距不进 CMS
   ============================================================ */

/* ---- Hero：编辑式版头（明显轻于首页） ---- */
:where(.refactor-site) .ops-hero{
  position:relative;overflow:hidden;isolation:isolate;
  background:linear-gradient(180deg,#FDFCF8 0%,#F7FAF6 100%);
  border-bottom:1px solid var(--line);
}
:where(.refactor-site) .ops-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;}
:where(.refactor-site) .ops-hero-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 82%;opacity:.32;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.45) 46%,#000 100%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.45) 46%,#000 100%);
}
:where(.refactor-site) .ops-hero-map{
  position:absolute;right:0;top:0;bottom:0;width:52%;z-index:1;pointer-events:none;
  display:flex;align-items:center;justify-content:center;
}
:where(.refactor-site) .ops-hero-map img{width:96%;height:auto;opacity:.2;mix-blend-mode:multiply;}
:where(.refactor-site) .ops-hero-inner{position:relative;z-index:2;max-width:660px;padding:var(--business-hero-padding-top) 0 var(--business-hero-padding-bottom);}
:where(.refactor-site) .ops-eyebrow,:where(.refactor-site) .ov-body .ov-kicker,:where(.refactor-site) .park-body:not(.park-events-page) .park-section__eyebrow{
  display:inline-flex;align-items:center;gap:10px;font-family:var(--font);
  font-size:var(--business-eyebrow);line-height:18px;font-weight:500;letter-spacing:.16em;
  color:#806522;text-transform:uppercase;
}
:where(.refactor-site) .ops-eyebrow::before,:where(.refactor-site) .ov-body .ov-kicker::before,:where(.refactor-site) .park-body:not(.park-events-page) .park-section__eyebrow::before{content:"";width:28px;height:1px;background:var(--gold);}
:where(.refactor-site) .ops-hero-title{
  margin-top:12px;
  font-family:var(--font-serif);
  font-size:var(--business-hero-title);line-height:1.3;font-weight:700;letter-spacing:1px;color:var(--ink);
}
:where(.refactor-site) .ops-hero-lead{margin-top:16px;max-width:520px;font-size:var(--business-lead);line-height:var(--business-lead-line);color:var(--text-2);}

/* ---- 四个 Editorial 模块（统一：左文字 / 右图片 / 最右序号） ---- */
:where(.refactor-site) .ops-editorial-section{padding:var(--business-section-space) 0;border-top:1px solid var(--line);}
:where(.refactor-site) .ops-editorial-section:first-of-type{border-top:none;}
:where(.refactor-site) .ops-editorial-row{
  display:grid;grid-template-columns:1fr .75fr .28fr;gap:0 24px;align-items:start;
}
:where(.refactor-site) .ops-editorial-copy{min-width:0;}
:where(.refactor-site) .ops-editorial-title,:where(.refactor-site) .ov-body h2,:where(.refactor-site) .park-body:not(.park-events-page) .park-section__head h2{
  margin-top:var(--business-eyebrow-title-gap);font-family:var(--font);font-size:var(--business-h2);line-height:1.35;font-weight:700;
  letter-spacing:.5px;color:var(--ink);
}
:where(.refactor-site) .ops-editorial-lead{
  margin-top:var(--business-title-intro-gap);font-size:17px;line-height:1.7;font-weight:500;color:#31473E;
}
:where(.refactor-site) .ops-editorial-body{
  margin-top:12px;font-size:15px;line-height:1.85;color:var(--text-2);max-width:560px;
}
:where(.refactor-site) .ops-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;}
:where(.refactor-site) .ops-keywords li{
  font-size:12.5px;line-height:1.6;color:var(--ink);
  background:var(--sage);border-radius:20px;padding:5px 12px;
}
:where(.refactor-site) .ops-text-link{
  display:inline-flex;align-items:center;gap:6px;margin-top:22px;
  font-size:14.5px;font-weight:600;color:var(--ink);
  border-bottom:1px solid transparent;padding-bottom:3px;
  transition:color .25s cubic-bezier(.2,.8,.2,1),border-color .25s cubic-bezier(.2,.8,.2,1);
}
:where(.refactor-site) .ops-text-link:hover{color:var(--gold);border-bottom-color:var(--gold);}
:where(.refactor-site) .ops-text-link svg{width:14px;height:14px;}

/* 图片：统一 16:10，圆角 16
   注意：必须写 height:auto —— HTML 上给 img 加了 width/height 属性做比例提示，
   不覆盖的话 height="750" 会当成定高，aspect-ratio 失效、图被拉成竖条。 */
:where(.refactor-site) .ops-editorial-visual{margin:0;min-width:0;}
:where(.refactor-site) .ops-editorial-image{
  width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;
  border-radius:16px;background:var(--sage);display:block;
}
/* 辅助信息列：大号金序号 + 竖细线（固定 UI，不进 CMS） */
:where(.refactor-site) .ops-editorial-aside{
  display:flex;flex-direction:column;align-items:flex-end;gap:14px;padding-top:2px;
}
:where(.refactor-site) .ops-editorial-index{
  font-family:'Songti SC','Source Han Serif SC','STSong',serif;
  font-size:40px;line-height:1;font-weight:700;color:var(--gold);opacity:.85;letter-spacing:1px;
}
:where(.refactor-site) .ops-editorial-rule{width:1px;flex:1;min-height:120px;background:var(--line);}

/* ---- ops.html 响应式 ---- */
@media (max-width:1023px){
  :where(.refactor-site) .ops-editorial-row{grid-template-columns:1fr .8fr;gap:0 20px;}
  :where(.refactor-site) .ops-editorial-aside{display:none;}
}
@media (max-width:767px){
  :where(.refactor-site) .ops-hero-map{display:none;}
  :where(.refactor-site) .ops-editorial-row{grid-template-columns:1fr;gap:var(--business-heading-content-gap);}
  :where(.refactor-site) .ops-editorial-lead{font-size:16px;}
  :where(.refactor-site) .ops-editorial-body{font-size:14.5px;}
}

/* ============================================================
   业务页 Hero 统一背景（与 ops/service 同一套素材：暖白渐变 + 淡山水 + 世界地图）
   用法：<section class="page-hero hero-scene">（或独立 hero-scene）+ .hero-bg / .hero-map 两层
   固定 UI，不进 CMS；service.html 的 Hero 本就用这套素材，无需改动
   ============================================================ */
:where(.refactor-site) .hero-scene{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#FDFCF8 0%,#F7FAF6 100%);}
:where(.refactor-site) .hero-scene .hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;}
:where(.refactor-site) .hero-scene .hero-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 82%;opacity:.32;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.5) 44%,#000 100%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.5) 44%,#000 100%);
}
:where(.refactor-site) .hero-scene .hero-map{
  position:absolute;right:0;top:0;bottom:0;width:52%;z-index:1;pointer-events:none;
  display:flex;align-items:center;justify-content:center;
}
:where(.refactor-site) .hero-scene .hero-map img{width:96%;height:auto;opacity:.2;mix-blend-mode:multiply;}
:where(.refactor-site) .hero-scene > .wrap{position:relative;z-index:2;}
@media (max-width:767px){
  :where(.refactor-site) .hero-scene .hero-map{display:none;}
}


/* 业务页 Hero 高度统一参考跨境运营页（1440 下 347px），内容纵向居中 */
@media (min-width:1200px){
  :where(.refactor-site) .sp-hero,:where(.refactor-site) .ops-hero,:where(.refactor-site) .hero-scene{min-height:347px;display:flex;align-items:center;}
  :where(.refactor-site) .sp-hero>.wrap,:where(.refactor-site) .ops-hero>.wrap,:where(.refactor-site) .hero-scene>.wrap{width:100%;}
}
@media (prefers-reduced-motion:reduce){
  :where(.refactor-site) .sp-core-item,:where(.refactor-site) .sp-cta-btn,:where(.refactor-site) .ops-text-link{transition:none;}
  /* 首页：减少动效模式取消位移与缩放，只保留必要的状态变化 */
  :where(.refactor-site) .d-hero-eyebrow,:where(.refactor-site) .d-hero-title,:where(.refactor-site) .d-hero-sub,:where(.refactor-site) .d-hero-calligraphy,:where(.refactor-site) .d-hero-map,:where(.refactor-site) .d-hero-bg img{animation:none;}
  :where(.refactor-site) .d-hero-bg img{transform:none;}
  :where(.refactor-site) .event-card{animation:none;}
  :where(.refactor-site) .sec-more svg,:where(.refactor-site) .service-card,:where(.refactor-site) .event-card,:where(.refactor-site) .news-item{transition:none;}
  :where(.refactor-site) .service-card-wrap:hover .service-card,:where(.refactor-site) .event-card:hover{transform:none;box-shadow:none;}
  :where(.refactor-site) .sec-more:hover svg{transform:none;}
  :where(.refactor-site) .service-card:hover img{transform:none;}
}

/* Overseas / park narrative heroes: match the existing ops hero scale. */
:where(.refactor-site) :is(.overseas-hero,.park-hero){border-bottom:1px solid var(--line);}
:where(.refactor-site) :is(.overseas-hero,.park-hero) .secondary-hero-inner{position:relative;z-index:2;max-width:660px;padding:var(--business-hero-padding-top) 0 var(--business-hero-padding-bottom);}
:where(.refactor-site) :is(.overseas-hero,.park-hero) .secondary-hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;font-family:var(--font);
  font-size:var(--business-eyebrow);line-height:18px;font-weight:500;letter-spacing:.16em;color:#806522;text-transform:uppercase;
}
:where(.refactor-site) :is(.overseas-hero,.park-hero) .secondary-hero-eyebrow::before{content:"";width:28px;height:1px;background:var(--gold);}
:where(.refactor-site) :is(.overseas-hero,.park-hero) .secondary-hero-title{
  margin-top:12px;font-family:var(--font-serif);
  font-size:var(--business-hero-title);line-height:1.3;font-weight:700;letter-spacing:1px;color:var(--ink);
}
:where(.refactor-site) :is(.overseas-hero,.park-hero) .secondary-hero-lead{margin-top:16px;max-width:520px;font-family:var(--font);font-size:var(--business-lead);line-height:var(--business-lead-line);color:var(--text-2);}

/* Document defaults apply only while the new shell is actually present. */
body:has(> .refactor-site) { margin: 0; background: #FAF9F5; }
.refactor-site { min-height: 100vh; display: flow-root; }
:where(.refactor-site) .sp-eyebrow,
:where(.refactor-site) .sp-hero-lead,
:where(.refactor-site) .ops-eyebrow,
:where(.refactor-site) .ops-hero-lead { font-family: var(--font-sans); }
@media (prefers-reduced-motion: reduce) {
  html:has(> body > .refactor-site) { scroll-behavior: auto; }
}

/* 首页会议调整：四项子服务展开时保留文字对比与编号空间。 */
@media(min-width:768px) and (max-width:1199px){
  :where(.refactor-site) #core-services [data-key="platform"] .service-card img{object-position:50% 25%;}
}
:where(.refactor-site) #core-services .service-card-wrap:focus-within .sc-menu{max-height:200px;}
:where(.refactor-site) #core-services .service-card-wrap:focus-within .sc-overlay{
  background:linear-gradient(180deg,rgba(15,35,27,.06) 0%,rgba(15,35,27,.68) 35%,rgba(15,35,27,.95) 100%);
}
@media (hover:hover) and (pointer:fine){
  :where(.refactor-site) #core-services .service-card-wrap:hover .sc-menu{max-height:200px;}
  :where(.refactor-site) #core-services .service-card-wrap:hover .sc-overlay{background:linear-gradient(180deg,rgba(15,35,27,.06) 0%,rgba(15,35,27,.68) 35%,rgba(15,35,27,.95) 100%);}
}
@media(max-width:767px){
  :where(.refactor-site) #core-services .service-card{height:280px !important;}
}

/* The static prototype clipped this row at narrow widths; contain it within the new shell. */
:where(.refactor-site.page-home) .news-grid > *{min-width:0;}
:where(.refactor-site.page-home) .news-item .title{min-width:0;}

/* Home brand sections: one spacing scale, without changing the page's content or interactions. */
.refactor-site.page-home .d-hero-title{font-size:var(--brand-display-title) !important;}
.refactor-site.page-home .d-hero-eyebrow{font-size:var(--brand-eyebrow);margin-bottom:var(--brand-eyebrow-title-gap);}
.refactor-site.page-home .d-hero-sub{font-size:17px;line-height:1.8;margin-top:var(--brand-title-intro-gap);}
.refactor-site.page-home .sec-tag{font-size:var(--brand-eyebrow) !important;}
.refactor-site.page-home .sec-title{font-size:var(--brand-h2) !important;}
.refactor-site.page-home .sec-tag + .sec-title{margin-top:var(--brand-eyebrow-title-gap);}
.refactor-site.page-home .sec-head,
.refactor-site.page-home .events-head{margin-bottom:var(--brand-heading-content-gap);}
.refactor-site.page-home :is(.d-services,.d-news,.d-events,.d-related){padding-top:var(--brand-section-space) !important;}
.refactor-site.page-home .service-grid{gap:var(--brand-card-gap) !important;}
.refactor-site.page-home .service-card{height:var(--brand-card-height) !important;border-radius:var(--brand-card-radius);}
@media(max-width:767px){
  .refactor-site.page-home .d-hero-title > span{display:block;}
  .refactor-site.page-home .d-hero-sub{font-size:15.5px !important;line-height:1.8 !important;margin-top:var(--brand-title-intro-gap) !important;}
  .refactor-site.page-home .service-grid{gap:14px !important;}
  .refactor-site.page-home .service-card{height:280px !important;}
  .refactor-site.page-home .sc-title{font-size:19px !important;}
}
