/* generated 20260816-launch1 · 不要手改；改源 CSS 后重新 npm run build */

/* minsurf 官网底稿：色板、导航、卡片、页脚。新版式写 class，不要再往 HTML 里塞 <style> */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f7f4ed;--bg-alt:#f0ede5;--text:#1c1c1c;--text-muted:#5f5f5d;
  --border:#eceae4;--border-active:rgba(28,28,28,.4);
  --btn-shadow:rgba(255,255,255,.2) 0 .5px 0 0 inset,rgba(0,0,0,.2) 0 0 0 .5px inset,rgba(0,0,0,.05) 0 1px 2px 0;
  --font:'DM Sans','PingFang SC','Hiragino Sans GB',ui-sans-serif,system-ui,sans-serif;
  --amber:#C8973A;--r-sm:6px;--r-card:12px;--r-pill:9999px;--dark:#1c1c1c;
}
body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(247,244,237,.93);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);padding:0 40px;height:60px;display:flex;align-items:center;gap:32px}
.nav-logo{font-size:16px;font-weight:700;letter-spacing:-.02em;flex-shrink:0}
.nav-links{display:flex;align-items:center;gap:4px;flex:1}
.nav-links a{font-size:14px;color:var(--text-muted);padding:6px 10px;border-radius:var(--r-pill);
  font-weight:500;transition:all .15s;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--text);background:rgba(28,28,28,.06)}
.nav-right{display:flex;align-items:center;gap:16px;margin-left:auto;flex-shrink:0}
.lang-switch{display:flex;align-items:center;gap:2px;font-size:12px;white-space:nowrap}
.lang-switch a{color:var(--text-muted);padding:4px 7px;border-radius:9999px;font-weight:500;transition:all .15s}
.lang-switch a:hover{color:var(--text);background:rgba(28,28,28,.06)}
.lang-switch a.cur{color:var(--text);background:rgba(28,28,28,.07)}
.lang-sep{color:rgba(28,28,28,.3);font-size:11px}
.btn-nav{display:inline-flex;align-items:center;background:var(--dark);color:#fff;font-size:13px;
  font-weight:600;padding:8px 18px;border-radius:var(--r-pill);box-shadow:var(--btn-shadow);
  transition:opacity .15s;white-space:nowrap;font-family:var(--font);border:none;cursor:pointer}
.btn-nav:hover{opacity:.85}
/* LAYOUT */
.wrap{max-width:1200px;margin:0 auto;padding:0 40px}
.sec{padding:80px 40px;max-width:1200px;margin:0 auto}
.sec-dark{background:var(--dark);color:#fff;padding:80px 0}
.sec-alt{background:var(--bg-alt);padding:80px 0}
hr.div{border:none;border-top:1px solid var(--border)}
/* TAGS */
.tag{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);display:block;margin-bottom:14px}
.tag-muted{color:var(--text-muted)}
/* TYPE */
h1{font-size:54px;font-weight:700;line-height:1.08;letter-spacing:-.03em}
h2{font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.15}
h3{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.25}
.lead{font-size:18px;color:var(--text-muted);line-height:1.6}
/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font);cursor:pointer;border:none;font-weight:600;border-radius:var(--r-pill);transition:all .15s}
.btn-dark{background:var(--dark);color:#fff;font-size:14px;padding:12px 26px;box-shadow:var(--btn-shadow)}
.btn-dark:hover{opacity:.85}
.btn-light{background:#fff;color:var(--dark);font-size:14px;padding:12px 26px}
.btn-light:hover{opacity:.9}
.btn-outline{background:transparent;color:var(--text);font-size:14px;padding:11px 22px;border:1px solid var(--border-active)}
.btn-outline:hover{background:rgba(28,28,28,.04)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.75);font-size:14px;padding:11px 22px;border:1px solid rgba(255,255,255,.2)}
.btn-ghost:hover{color:#fff;border-color:rgba(255,255,255,.5)}
/* IMG PLACEHOLDER */
.img-ph{background:var(--bg-alt);border:1.5px dashed var(--amber);border-radius:var(--r-card);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding:28px 20px;gap:8px;position:relative;overflow:hidden}
.img-ph::before{content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(200,151,58,.04) 10px,rgba(200,151,58,.04) 20px)}
.img-ph-id{font-size:10px;font-weight:700;letter-spacing:.14em;color:#fff;background:var(--amber);
  border-radius:99px;padding:3px 12px;position:relative;z-index:1;text-transform:uppercase}
.img-ph-title{font-size:13px;font-weight:600;color:var(--text);position:relative;z-index:1}
.img-ph-spec{font-size:11px;color:var(--text-muted);position:relative;z-index:1}
/* Dark-context placeholder */
.img-ph-dk{background:rgba(255,255,255,.05);border:1.5px dashed rgba(200,151,58,.5);border-radius:var(--r-card);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding:28px 20px;gap:8px;position:relative;overflow:hidden}
.img-ph-dk::before{content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(200,151,58,.04) 10px,rgba(200,151,58,.04) 20px)}
.img-ph-dk .img-ph-id{font-size:10px;font-weight:700;letter-spacing:.14em;color:#fff;background:rgba(200,151,58,.8);
  border-radius:99px;padding:3px 12px;position:relative;z-index:1;text-transform:uppercase}
.img-ph-dk .img-ph-title{font-size:13px;font-weight:600;color:rgba(255,255,255,.8);position:relative;z-index:1}
.img-ph-dk .img-ph-spec{font-size:11px;color:rgba(255,255,255,.45);position:relative;z-index:1}
/* CARDS */
.card{border:1px solid var(--border);border-radius:16px;background:#fff;overflow:hidden}
.card-body{padding:28px}
.card-hover{transition:border-color .2s,box-shadow .2s}
.card-hover:hover{border-color:var(--border-active);box-shadow:0 4px 20px rgba(28,28,28,.07)}
/* BADGES */
.badge{display:inline-block;font-size:11px;font-weight:600;padding:3px 10px;border-radius:99px;letter-spacing:.03em}
.badge-a{background:rgba(200,151,58,.12);color:#9B6F1B}
.badge-b{background:rgba(28,28,28,.07);color:var(--text-muted)}
/* FOOTER */
footer{background:#111;color:rgba(255,255,255,.6);padding:60px 40px 36px}
.foot-inner{max-width:1200px;margin:0 auto}
.foot-grid{display:grid;grid-template-columns:200px repeat(4,1fr);gap:40px;
  padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:28px}
.foot-brand .logo{font-size:16px;font-weight:700;color:#fff;display:block;margin-bottom:10px}
.foot-brand p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.4)}
.foot-col h4{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(255,255,255,.3);margin-bottom:14px}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.foot-col ul li a{font-size:13px;color:rgba(255,255,255,.55);transition:color .15s}
.foot-col ul li a:hover{color:#fff}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.3)}
@media(max-width:768px){
  h1{font-size:36px}h2{font-size:26px}
  nav{padding:0 20px;gap:16px}.nav-links{display:none}
  .sec{padding:60px 20px}.wrap{padding:0 20px}
  .foot-grid{grid-template-columns:1fr 1fr}
}

@media print{
  nav,.btn-nav,.ms-cms-fab,footer .foot-grid{display:none!important}
  body{background:#fff}
}
/* 404 */
.ms-404 main,.ms-page-404{max-width:560px;margin:0 auto;padding:80px 24px}
.ms-404 p,.ms-page-404 p{color:#5f5f5d;line-height:1.6}
.ms-404 a,.ms-page-404 a{color:#1c1c1c}
.links{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.links a{display:inline-flex;padding:10px 18px;border-radius:999px;text-decoration:none;font-weight:600;font-size:14px}
.links a.pri{background:#1c1c1c;color:#fff}
.links a.sec{border:1px solid rgba(28,28,28,.28)}
.ms-kicker-404{letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700;color:#9B6F1B}
.ms-404-title{font-size:36px;letter-spacing:-.03em;margin:8px 0 12px}


/* minsurf-site · polish layer (layout fixes + motion) · 暖纸杂志配套 */
:root{
  --ease-out:cubic-bezier(.22,1,.36,1);
  --ease-soft:cubic-bezier(.4,0,.2,1);
  --amber-glow:rgba(200,151,58,.18);
}
html{scroll-behavior:smooth}
body.ms-theme-editorial{
  overflow-x:hidden;
}
body{
  overflow-x:hidden;
}
/* Back to hub (when opened from 五库) */
.ms-hub-bar{
  display:none;align-items:center;justify-content:space-between;gap:12px;
  padding:8px 20px;background:#111;color:rgba(255,255,255,.78);font-size:12px;
  position:sticky;top:0;z-index:120;border-bottom:1px solid rgba(255,255,255,.08);
}
.ms-hub-bar.is-on{display:flex}
.ms-hub-bar a{color:#fff;font-weight:600;text-decoration:none}
.ms-hub-bar a:hover{color:var(--amber)}
.ms-hub-bar .ms-hub-hint{opacity:.55}
body.has-hub-bar nav{top:36px}

/* Nav polish */
nav{
  transition:background .25s var(--ease-soft), box-shadow .25s var(--ease-soft), border-color .25s;
}
nav.is-scrolled{
  background:rgba(247,244,237,.96)!important;
  box-shadow:0 10px 32px rgba(26,24,20,.07);
  border-bottom-color:transparent;
}
.nav-links a{
  position:relative;
  transition:color .2s var(--ease-soft), background .2s var(--ease-soft), transform .2s var(--ease-soft);
}
.nav-links a:hover{transform:translateY(-1px)}
.nav-links a.active::after{
  content:'';position:absolute;left:10px;right:10px;bottom:2px;height:2px;
  background:var(--amber);border-radius:2px;opacity:.85;
}
.btn-nav,.btn{
  transition:opacity .2s, transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .2s, border-color .2s, color .2s;
}
.btn-nav:hover,.btn-dark:hover,.btn-light:hover{transform:translateY(-1px)}
.btn-nav:active,.btn:active{transform:translateY(0) scale(.98)}

/* Cards / placeholders */
.card{
  transition:border-color .25s var(--ease-soft), box-shadow .35s var(--ease-out), transform .35s var(--ease-out);
}
.card-hover:hover,.card.is-lift:hover{
  border-color:var(--border-active);
  box-shadow:0 14px 40px rgba(28,28,28,.08);
}
.img-ph,.img-ph-dk{
  transition:transform .45s var(--ease-out), border-color .3s;
}
.card:hover .img-ph,.card:hover .img-ph-dk{transform:scale(1.02)}
.img-ph--flush{
  border-radius:0!important;border:none!important;border-bottom:1px solid var(--border)!important;
}
.img-ph--flush-plain{border-radius:0!important;border:none!important}

/* Reveal on scroll */
.ms-reveal{
  opacity:0;transform:translateY(22px);
  transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);
  will-change:opacity,transform;
}
.ms-reveal.is-in{opacity:1;transform:none}
.ms-reveal-delay-1{transition-delay:.08s}
.ms-reveal-delay-2{transition-delay:.16s}
.ms-reveal-delay-3{transition-delay:.24s}
.ms-stagger > .ms-reveal:nth-child(1){transition-delay:.04s}
.ms-stagger > .ms-reveal:nth-child(2){transition-delay:.1s}
.ms-stagger > .ms-reveal:nth-child(3){transition-delay:.16s}
.ms-stagger > .ms-reveal:nth-child(4){transition-delay:.22s}

/* Hero soft entrance */
.ms-hero-in{animation:msHeroIn .85s var(--ease-out) both}
.ms-hero-in-delay{animation:msHeroIn .9s var(--ease-out) .12s both}
@keyframes msHeroIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}

/* Trust bar shimmer dots */
.ms-trust-dot{
  width:4px;height:4px;border-radius:50%;background:var(--amber);display:inline-block;flex-shrink:0;
  box-shadow:0 0 0 0 var(--amber-glow);
  animation:msPulse 2.4s var(--ease-soft) infinite;
}
@keyframes msPulse{
  0%,100%{box-shadow:0 0 0 0 var(--amber-glow)}
  50%{box-shadow:0 0 0 6px transparent}
}

/* Mobile menu */
.ms-nav-toggle{
  display:none;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:999px;border:1px solid var(--border);
  background:transparent;cursor:pointer;flex-shrink:0;margin-left:auto;
}
.ms-nav-toggle span{
  display:block;width:16px;height:1.5px;background:var(--text);position:relative;
}
.ms-nav-toggle span::before,.ms-nav-toggle span::after{
  content:'';position:absolute;left:0;right:0;height:1.5px;background:var(--text);
}
.ms-nav-toggle span::before{top:-5px}
.ms-nav-toggle span::after{top:5px}
.ms-mobile-panel{
  display:none;position:fixed;inset:60px 0 auto 0;z-index:99;
  background:rgba(247,244,237,.98);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);padding:16px 20px 20px;
  flex-direction:column;gap:4px;
  box-shadow:0 16px 40px rgba(28,28,28,.08);
}
body.has-hub-bar .ms-mobile-panel{top:96px}
.ms-mobile-panel.is-open{display:flex}
.ms-mobile-panel a{
  font-size:15px;font-weight:560;padding:12px 14px;border-radius:12px;color:var(--text);
}
.ms-mobile-panel a:hover,.ms-mobile-panel a.active{background:rgba(28,28,28,.06)}
.ms-mobile-panel .btn-nav{margin-top:10px;align-self:flex-start}
.img-ph:not(:has(img)):not(.ms-cms-has-img) .img-ph-id,
.img-ph:not(:has(img)):not(.ms-cms-has-img) .img-ph-title,
.img-ph:not(:has(img)):not(.ms-cms-has-img) .img-ph-spec,
.img-ph-dk:not(:has(img)):not(.ms-cms-has-img) .img-ph-id,
.img-ph-dk:not(:has(img)):not(.ms-cms-has-img) .img-ph-title,
.img-ph-dk:not(:has(img)):not(.ms-cms-has-img) .img-ph-spec{
  display:none !important;
}
.img-ph:not(:has(img)):not(.ms-cms-has-img),
.img-ph-dk:not(:has(img)):not(.ms-cms-has-img){
  border-style:solid;
  border-color:var(--border);
  background:var(--bg-alt);
}
.img-ph:not(:has(img)):not(.ms-cms-has-img)::before,
.img-ph-dk:not(:has(img)):not(.ms-cms-has-img)::before{
  display:none;
}

/* Layout helpers for inline grids that break on small screens */
.ms-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ms-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ms-hero-grid{
  max-width:1200px;margin:0 auto;padding:80px 40px 60px;
  display:grid;grid-template-columns:55% 1fr;gap:60px;align-items:center;min-height:520px;
}
.ms-path-tabs{
  background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:20px 40px;
}
.ms-path-tabs-inner{
  max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;
}

@media (max-width:900px){
  .ms-hero-grid{grid-template-columns:1fr;gap:36px;min-height:0;padding:56px 24px 40px}
  .ms-grid-2,.ms-grid-3{grid-template-columns:1fr}
  /* Catch remaining inline marketing grids */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:repeat(3, 1fr)"]{
    grid-template-columns:1fr !important;
  }
  [style*="grid-template-columns:55% 1fr"]{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:768px){
  .ms-nav-toggle{display:inline-flex}
  .nav-links{display:none !important}
  .nav-right .lang-switch{display:none}
  .nav-right .ms-lang{display:block}
  .btn-nav{padding:7px 14px;font-size:12px}
  .foot-grid{grid-template-columns:1fr 1fr !important;gap:28px !important}
  .foot-bottom{flex-direction:column;gap:8px;align-items:flex-start}
  .ms-path-tabs{padding:16px 20px}
}

.ms-skip{
  position:absolute;left:-999px;top:8px;z-index:200;
  padding:8px 14px;background:#1c1c1c;color:#fff;font-size:13px;font-weight:600;
  text-decoration:none;border-radius:999px;
}
.ms-skip:focus{left:12px}
.ms-consent__label{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;color:var(--text-muted);cursor:pointer}
.ms-consent__label input{margin-top:3px;flex:0 0 auto}
.ms-fieldset{border:0;margin:0;padding:0;min-width:0}
.ms-mobile-contact{margin-top:8px;justify-content:center}
.ms-fieldset legend{font-size:14px;font-weight:600;margin-bottom:8px}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .ms-reveal,.ms-hero-in,.ms-hero-in-delay,.card,.btn,.btn-nav,.img-ph,.img-ph-dk,.nav-links a{
    animation:none !important;transition:none !important;opacity:1 !important;transform:none !important;
  }
  .ms-trust-dot{animation:none}
}


/* minsurf-site CMS toolbar + edit chrome */
.ms-cms-fab{
  position:fixed;right:18px;bottom:18px;z-index:9999;
  display:flex;flex-direction:column;align-items:flex-end;gap:8px;
  font-family:var(--font, system-ui, sans-serif);
}
.ms-cms-fab button{
  border:none;cursor:pointer;font-family:inherit;font-weight:600;
  border-radius:999px;padding:10px 16px;font-size:13px;
  box-shadow:0 8px 28px rgba(28,28,28,.18);
  transition:transform .2s, opacity .2s;
}
.ms-cms-fab button:hover{transform:translateY(-1px)}
.ms-cms-fab .ms-cms-primary{background:#1c1c1c;color:#fff}
.ms-cms-fab .ms-cms-accent{background:#C8973A;color:#fff}
.ms-cms-fab .ms-cms-ghost{background:#fff;color:#1c1c1c;border:1px solid rgba(28,28,28,.12)}
.ms-cms-fab .ms-cms-danger{background:#b91c1c;color:#fff}
.ms-cms-status{
  font-size:11px;color:rgba(28,28,28,.55);background:rgba(255,255,255,.92);
  padding:6px 10px;border-radius:999px;border:1px solid rgba(28,28,28,.08);
  max-width:240px;text-align:right;
}
body.ms-cms-editing .ms-cms-status{color:#9B6F1B}

/* Editable highlights */
body.ms-cms-editing [data-ms-text],
body.ms-cms-editing [data-ms-html]{
  outline:1.5px dashed rgba(200,151,58,.55);
  outline-offset:3px;
  border-radius:4px;
  min-height:1em;
}
body.ms-cms-editing [data-ms-text]:focus,
body.ms-cms-editing [data-ms-html]:focus{
  outline:2px solid #C8973A;
  background:rgba(200,151,58,.06);
}
body.ms-cms-editing [data-ms-img]{
  cursor:pointer;position:relative;
  outline:1.5px dashed rgba(200,151,58,.55);
  outline-offset:2px;
}
body.ms-cms-editing [data-ms-img]::after{
  content:'点击换图';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  z-index:2;background:rgba(28,28,28,.82);color:#fff;font-size:12px;font-weight:600;
  padding:8px 14px;border-radius:999px;pointer-events:none;white-space:nowrap;
  opacity:0;transition:opacity .2s;
}
body.ms-cms-editing [data-ms-img]:hover::after{opacity:1}

.ms-cms-img-fill{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:inherit;
}
[data-ms-img]:has(> img.ms-cms-img-fill),
[data-ms-img].ms-cms-has-img{
  border:none !important;
  padding:0 !important;
  gap:0 !important;
}
[data-ms-img]:has(> img.ms-cms-img-fill):not(.ms-hero-banner__bg):not(.ms-page-banner__bg),
[data-ms-img].ms-cms-has-img:not(.ms-hero-banner__bg):not(.ms-page-banner__bg){
  background:transparent !important;
}
[data-ms-img]:has(> img.ms-cms-img-fill)::before,
[data-ms-img].ms-cms-has-img::before{display:none !important}

/* Modal */
.ms-cms-modal{
  position:fixed;inset:0;z-index:10000;display:none;
  align-items:center;justify-content:center;
  background:rgba(28,28,28,.45);backdrop-filter:blur(6px);
  padding:20px;
}
.ms-cms-modal.is-open{display:flex}
.ms-cms-card{
  width:min(400px,100%);background:#fff;border-radius:16px;padding:24px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);font-family:var(--font,system-ui,sans-serif);
}
.ms-cms-card h3{margin:0 0 6px;font-size:18px}
.ms-cms-card p{margin:0 0 16px;font-size:13px;color:#5f5f5d;line-height:1.5}
.ms-cms-card label{display:block;font-size:12px;font-weight:600;margin:0 0 6px;color:#5f5f5d}
.ms-cms-card input{
  width:100%;box-sizing:border-box;padding:10px 12px;border-radius:10px;
  border:1px solid #eceae4;font-size:14px;margin-bottom:12px;font-family:inherit;
}
.ms-cms-card .ms-cms-row{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}
.ms-cms-card .ms-cms-err{color:#b91c1c;font-size:12px;min-height:16px;margin:0 0 8px}
.ms-cms-toast{
  position:fixed;left:50%;bottom:28px;transform:translateX(-50%);
  background:#1c1c1c;color:#fff;padding:10px 16px;border-radius:999px;
  font-size:13px;z-index:10001;opacity:0;pointer-events:none;transition:opacity .25s;
  font-family:var(--font,system-ui,sans-serif);
}
.ms-cms-toast.is-on{opacity:1}
.ms-cms-toast.is-err{background:#b91c1c}


/**
 * minsurf-site · 暖纸杂志（Editorial Warm Paper）
 * 统一形式语言：DM Sans 全站 + 暖纸底 + 琥珀点缀 + 温润墨色
 */
:root{
  --bg:#f7f4ed;
  --bg-alt:#efebe2;
  --paper:#fffef9;
  --text:#1c1c1c;
  --text-muted:#5f5f5d;
  --border:#e8e4da;
  --border-active:rgba(28,28,28,.32);
  --ink:#1a1814;
  --ink-soft:#2a2722;
  --amber:#C8973A;
  --amber-deep:#9B6F1B;
  --amber-soft:rgba(200,151,58,.11);
  --amber-line:rgba(200,151,58,.42);
  --font:'DM Sans','PingFang SC','Hiragino Sans GB',ui-sans-serif,system-ui,sans-serif;
  --shadow-soft:0 10px 36px rgba(26,24,20,.06);
  --shadow-card:0 4px 24px rgba(26,24,20,.05);
  --r-card:14px;
  --r-pill:9999px;
  --dark:var(--ink);
}

/* —— 纸面与排版 —— */
body.ms-theme-editorial{
  font-family:var(--font);
  background:
    radial-gradient(1100px 520px at 8% -8%, rgba(200,151,58,.07), transparent 58%),
    radial-gradient(800px 420px at 92% 4%, rgba(26,24,20,.025), transparent 52%),
    linear-gradient(180deg, var(--bg) 0%, #f5f2ea 100%);
  color:var(--text);
  letter-spacing:.01em;
}

h1,h2,h3,.foot-brand .logo{
  font-family:var(--font);
  font-weight:700;
  letter-spacing:-.03em;
}
h1{font-weight:700;line-height:1.08;letter-spacing:-.03em}
h2{line-height:1.15;letter-spacing:-.02em;font-weight:700}
h3{font-weight:650;letter-spacing:-.015em;line-height:1.25}

.tag{
  font-family:var(--font);
  letter-spacing:.14em;
  color:var(--amber-deep);
  position:relative;
  padding-left:14px;
}
.tag::before{
  content:'';position:absolute;left:0;top:.55em;width:6px;height:6px;
  border-radius:50%;background:var(--amber);
  box-shadow:0 0 0 3px var(--amber-soft);
}
.tag-muted{color:var(--text-muted)}
.tag-muted::before{background:var(--text-muted);box-shadow:0 0 0 3px rgba(95,95,93,.12)}

.lead{
  font-size:17px;line-height:1.65;color:var(--text-muted);
  max-width:42em;
}

/* —— 导航 —— */
nav{
  background:rgba(247,244,237,.88)!important;
  border-bottom-color:var(--border)!important;
}
.nav-logo{
  font-size:19px!important;
  letter-spacing:-.03em!important;
  font-weight:650!important;
}
.nav-links a{
  font-size:13px;
  letter-spacing:.02em;
}
.nav-links a.active{
  color:var(--text)!important;
  background:var(--amber-soft)!important;
}
.lang-switch a.cur{
  background:var(--amber-soft)!important;
  color:var(--amber-deep)!important;
}

.btn-nav,.btn-dark{
  background:var(--ink)!important;
  box-shadow:var(--shadow-soft), rgba(255,255,255,.15) 0 1px 0 inset!important;
}
.btn-nav:hover,.btn-dark:hover{opacity:1!important;background:var(--ink-soft)!important}

.btn-outline{
  border-color:var(--border-active)!important;
  background:rgba(255,254,249,.6)!important;
}
.btn-outline:hover{
  background:var(--paper)!important;
  border-color:var(--amber-line)!important;
}

.btn-light{
  background:var(--paper)!important;
  color:var(--ink)!important;
  box-shadow:var(--shadow-card)!important;
}

/* —— 卡片与区块 —— */
.card{
  background:var(--paper)!important;
  border-color:var(--border)!important;
  border-radius:var(--r-card)!important;
  box-shadow:var(--shadow-card);
}
.card-hover:hover{
  border-color:var(--amber-line)!important;
  box-shadow:var(--shadow-soft)!important;
}

.sec-alt{
  background:
    linear-gradient(180deg, var(--bg-alt) 0%, #ebe6dc 100%)!important;
}

hr.div{
  border:none!important;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--border) 12%, var(--amber-line) 50%, var(--border) 88%, transparent);
  opacity:.9;
}

/* 卡片内链接 */
.card a[style*="font-weight:600"],
.card a:not(.btn):not(.btn-nav){
  color:var(--amber-deep);
  transition:color .2s, gap .2s;
}
.card a[style*="font-weight:600"]:hover{color:var(--ink)}

/* —— 暗色带（信任栏 / sec-dark / 页脚）统一暖墨 —— */
[style*="background:var(--dark)"],
.sec-dark,
footer{
  background:
    radial-gradient(900px 400px at 20% 0%, rgba(200,151,58,.12), transparent 55%),
    linear-gradient(165deg, #222018 0%, var(--ink) 48%, #141210 100%)!important;
}
.sec-dark{color:rgba(255,252,245,.92)!important}

.foot-col h4{color:rgba(200,151,58,.45)!important;letter-spacing:.1em!important}
.foot-col ul li a:hover{color:var(--amber)!important}
.foot-brand .logo{color:#fff!important}

/* —— 图片占位 —— */
.img-ph{
  border-color:var(--amber-line)!important;
  background:linear-gradient(145deg, var(--bg-alt), #e8e2d6)!important;
}
.img-ph::before{
  background:repeating-linear-gradient(
    -12deg, transparent, transparent 11px,
    rgba(200,151,58,.035) 11px, rgba(200,151,58,.035) 12px
  )!important;
}
.img-ph-id{background:var(--amber)!important;color:#fff!important}

/* —— 表单（合作页） —— */
.ms-contact-grid{
  max-width:1200px;margin:0 auto;padding:80px 40px;
  display:grid;grid-template-columns:1fr min(440px,38%);gap:72px;align-items:start;
}
@media (max-width:900px){
  .ms-contact-grid{grid-template-columns:1fr;gap:40px;padding:56px 24px}
}

input,textarea,select{
  background:var(--paper)!important;
  border-color:var(--border)!important;
  border-radius:12px!important;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
}
input:focus,textarea:focus,select:focus{
  border-color:var(--amber)!important;
  box-shadow:0 0 0 3px var(--amber-soft)!important;
}
.radio-card{
  background:var(--paper)!important;
  border-radius:12px!important;
}
.radio-card.selected{
  border-color:var(--amber)!important;
  background:linear-gradient(180deg, rgba(200,151,58,.08), rgba(200,151,58,.03))!important;
  box-shadow:0 0 0 1px rgba(200,151,58,.15);
}

/* FAQ */
details{
  background:var(--paper)!important;
  border-color:var(--border)!important;
  border-radius:12px!important;
}
summary{font-weight:650}

/* —— 路径 Tab / 徽章 —— */
.ms-path-tabs{
  background:var(--bg-alt)!important;
  border-color:var(--border)!important;
}
.badge-a{background:var(--amber-soft)!important;color:var(--amber-deep)!important}

/* —— 内页横幅（FAQ 等）：背景图与标题分层 —— */
.ms-page-banner{
  position:relative;
  overflow:hidden;
  min-height:220px;
  display:grid;
  place-items:stretch;
}
.ms-page-banner__bg{
  position:absolute!important;
  inset:0;
  min-height:100%!important;
  height:100%!important;
  width:100%;
  border:none!important;
  border-radius:0!important;
  z-index:0;
  pointer-events:none;
  padding:0!important;
  gap:0!important;
  justify-content:flex-start!important;
  align-items:flex-start!important;
}
.ms-page-banner__bg .img-ph-title,
.ms-page-banner__bg .img-ph-spec{
  display:none!important;
}
.ms-page-banner__bg .img-ph-id{
  position:absolute;
  top:12px;
  left:12px;
  z-index:1;
  opacity:.42;
  transform:scale(.88);
  transform-origin:left top;
  pointer-events:auto;
}
body.ms-cms-editing .ms-page-banner__bg .img-ph-id{opacity:.75}
.ms-page-banner__bg.ms-cms-has-img{
  pointer-events:auto;
}
.ms-page-banner__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
  padding:52px 28px 48px;
  background:
    linear-gradient(180deg, rgba(247,244,237,.94) 0%, rgba(247,244,237,.82) 100%);
  backdrop-filter:blur(6px);
}
.ms-page-banner__overlay .tag{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0 auto 4px;
  padding-left:0!important;
  text-align:center;
}
.ms-page-banner__overlay .tag::before{
  position:static;
  flex-shrink:0;
  margin:0;
}
.ms-page-banner__overlay h1{
  position:relative;
  z-index:1;
  margin:0 auto;
  text-align:center;
  width:100%;
  max-width:600px;
}
.ms-page-banner__bg.ms-cms-has-img + .ms-page-banner__overlay{
  background:linear-gradient(180deg, rgba(247,244,237,.88), rgba(247,244,237,.72));
}

/* —— Hero 微调 —— */
.ms-hero-banner__content h1,
.ms-hero-grid h1{margin-bottom:.35em!important}
.ms-hero-banner__content .lead,
.ms-hero-grid .lead{
  margin-bottom:1.6rem!important;
  font-size:19px!important;
  line-height:1.55!important;
  color:var(--text-muted)!important;
}

/* —— 信任条（关键卖点 · 加大字号） —— */
.ms-trust-bar{
  background:var(--ink)!important;
  color:#fff;
  padding:22px 40px 18px;
}
.ms-trust-bar__inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px 36px;
}
.ms-trust-item{
  font-family:var(--font)!important;
  font-size:16px!important;
  font-weight:650!important;
  letter-spacing:.01em;
  color:rgba(255,255,255,.94)!important;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.ms-trust-item::before{
  content:'';
  width:5px;height:5px;border-radius:50%;
  background:var(--amber);
  box-shadow:0 0 0 3px var(--amber-soft);
  flex-shrink:0;
}
.ms-trust-bar__note{
  max-width:1200px;
  margin:10px auto 0;
  text-align:center;
  font-size:12px;
  color:rgba(255,255,255,.42);
  line-height:1.5;
}

/* —— 品牌 Logo / MinSurf —— */
.ms-brand{
  display:inline-flex!important;
  align-items:center;
  gap:0;
  padding:0!important;
  min-height:32px;
}
.ms-brand__img{
  display:block;
  height:28px;
  width:auto;
  max-width:none;
  flex-shrink:0;
  object-fit:contain;
}
.ms-brand-text,.foot-brand .logo.ms-brand-text{
  font-family:var(--font)!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}

/* —— 排版收敛：减少层级杂乱 —— */
.ms-theme-editorial .tag{
  font-size:11px!important;
  font-weight:700!important;
  margin-bottom:12px!important;
}
.ms-theme-editorial h2{margin-bottom:.65em!important}
.ms-theme-editorial h3{font-weight:650!important}
.ms-theme-editorial .card p[style*="font-size:14px"],
.ms-theme-editorial .card p[style*="font-size:15px"]{
  font-size:15px!important;
  line-height:1.6!important;
}
.ms-theme-editorial .sec .lead,
.ms-theme-editorial p.lead{
  font-size:17px!important;
  max-width:36em;
}

/* —— 表单：选填标注 —— */
label .ms-opt{
  font-weight:500;
  color:var(--text-muted);
  font-size:12px;
}
.form-group.is-optional label{font-weight:600}

/* —— CMS 与编辑浮层 —— */
.ms-cms-card{
  background:var(--paper)!important;
  border:1px solid var(--border)!important;
  border-radius:16px!important;
}
.ms-cms-card h3{font-family:var(--font);font-weight:650}
.ms-cms-card input{
  border-radius:10px!important;
}
.ms-cms-fab .ms-cms-primary{background:var(--ink)!important}
.ms-cms-fab .ms-cms-accent{background:var(--amber)!important}
.ms-cms-toast{
  background:var(--ink)!important;
  font-family:var(--font)!important;
  box-shadow:var(--shadow-soft)!important;
}

/* —— 内链 hover 统一 —— */
.sec a:not(.btn):not(.btn-nav):not(.btn-dark):not(.btn-light):not(.btn-outline):not(.btn-ghost){
  transition:color .2s;
}
.sec a:not(.btn):hover{color:var(--amber-deep)}

@media (max-width:768px){
  h1{font-size:clamp(32px,8vw,40px)!important}
  h2{font-size:clamp(24px,6vw,30px)!important}
}

@media (prefers-reduced-motion:reduce){
  .card,.btn,.btn-nav{transition:none!important}
}


/**
 * minsurf-site · 美学增强层 v2
 * 图片呈现 / 排版阶梯 / 节凑 / 品牌光感 / 内页模板
 */

/* —— 字号阶梯 —— */
:root{
  --ms-text-xs:11px;
  --ms-text-sm:13px;
  --ms-text-base:16px;
  --ms-text-md:17px;
  --ms-text-lg:19px;
  --ms-h3:22px;
  --ms-h2:clamp(28px,3.2vw,36px);
  --ms-h1:clamp(36px,5vw,54px);
  --ms-r-img:16px;
  --ms-r-img-lg:20px;
  --ms-r-card:16px;
  --ms-glow:radial-gradient(ellipse 80% 60% at 50% 40%, rgba(200,151,58,.14), transparent 68%);
}

html[lang^="zh"] body.ms-theme-editorial{
  line-height:1.65;
}
html[lang^="zh"] .lead,
html[lang^="zh"] .ms-prose p{
  line-height:1.72;
}

body.ms-theme-editorial{
  font-size:var(--ms-text-base);
}
.ms-theme-editorial h1{font-size:var(--ms-h1)!important}
.ms-theme-editorial h2{font-size:var(--ms-h2)!important}
.ms-theme-editorial h3{font-size:var(--ms-h3)!important}
.ms-theme-editorial .lead{font-size:var(--ms-text-lg)!important}
.ms-prose{
  max-width:42em;
  font-size:var(--ms-text-md);
  line-height:1.65;
  color:var(--text-muted);
}
.ms-prose p + p{margin-top:1em}

/* —— Hero 全宽背景 —— */
.ms-hero-banner{
  position:relative;
  min-height:min(72vh, 620px);
  display:flex;
  align-items:stretch;
  overflow:hidden;
  background:var(--ink);
}
.ms-hero-banner__bg{
  position:absolute!important;
  inset:0!important;
  min-height:100%!important;
  border-radius:0!important;
  box-shadow:none!important;
  border:none!important;
  padding:0!important;
  gap:0!important;
  display:block!important;
  z-index:0;
  background:var(--ink)!important;
}
.ms-hero-banner__bg::before{display:none!important}
.ms-hero-banner__bg .img-ph-id,
.ms-hero-banner__bg .img-ph-title,
.ms-hero-banner__bg .img-ph-spec{display:none!important}
.ms-hero-banner__bg .ms-cms-img-fill{
  position:absolute;
  inset:0;
  object-fit:cover;
  object-position:center;
  width:100%;
  height:100%;
  min-height:0;
  filter:saturate(1.06) contrast(1.04);
}
.ms-hero-banner__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    102deg,
    rgba(12,10,8,.86) 0%,
    rgba(12,10,8,.72) 36%,
    rgba(12,10,8,.48) 62%,
    rgba(12,10,8,.32) 100%
  );
}
.ms-hero-banner__bg.ms-cms-has-img + .ms-hero-banner__overlay{
  background:linear-gradient(
    102deg,
    rgba(10,8,6,.88) 0%,
    rgba(10,8,6,.74) 34%,
    rgba(10,8,6,.5) 58%,
    rgba(10,8,6,.28) 100%
  );
}
.ms-hero-banner__content{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  padding:96px 40px 72px;
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
}
.ms-hero-banner__content h1{
  color:#fff!important;
  max-width:640px;
}
.ms-hero-banner__content .lead{
  color:rgba(255,252,245,.78)!important;
  max-width:480px!important;
}
.ms-hero-banner__content .tag{
  color:rgba(232,196,130,.95)!important;
}
.ms-hero-banner__content .tag::before{
  background:var(--amber)!important;
  box-shadow:0 0 0 3px rgba(200,151,58,.25)!important;
}
.ms-hero-banner__content .btn-light{
  background:#fff!important;
  color:var(--ink)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.22)!important;
}
.ms-hero-banner__content .btn-light:hover{
  background:var(--amber-soft)!important;
}
.ms-hero-banner__content .btn-outline{
  border-color:rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  backdrop-filter:blur(4px);
}
.ms-hero-banner__content .btn-outline:hover{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.62)!important;
  color:#fff!important;
}
.ms-hero-banner--page{
  min-height:min(64vh, 560px);
}
.ms-hero-banner--page .ms-hero-banner__bg .ms-cms-img-fill{
  object-position:68% 50%;
}

@media (max-width:900px){
  .ms-hero-banner{min-height:min(68vh, 540px)}
  .ms-hero-banner--page{min-height:min(58vh, 480px)}
  .ms-hero-banner__content{
    padding:72px 24px 56px;
  }
  .ms-hero-banner__overlay{
    background:linear-gradient(
      180deg,
      rgba(10,8,6,.82) 0%,
      rgba(10,8,6,.68) 55%,
      rgba(10,8,6,.45) 100%
    )!important;
  }
}

/* 卡片顶图 */
.card > div:first-child .img-ph.img-ph--flush,
.card > div:first-child .img-ph.img-ph--flush-plain,
.card .img-ph.img-ph--flush,
.card .img-ph.img-ph--flush-plain{
  border-radius:0!important;
  border:none!important;
  min-height:200px;
}
.card .ms-cms-has-img.img-ph--flush,
.card .ms-cms-has-img.img-ph--flush-plain{
  border-radius:0!important;
}
.card .ms-cms-img-fill{
  object-fit:cover;
  filter:saturate(1.03);
}

/* 独立图块（路径卡顶图除外） */
.sec .img-ph:not(.img-ph--flush):not(.img-ph--flush-plain):not(.ms-path-card__media){
  border-radius:var(--ms-r-img)!important;
  overflow:hidden!important;
  border:none!important;
  box-shadow:var(--shadow-card)!important;
}

/* 暗色区小图 */
.sec-dark .img-ph-dk,
.ms-timeline .img-ph-dk{
  border-radius:12px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.sec-dark .ms-cms-has-img.img-ph-dk{
  border-color:rgba(255,255,255,.1)!important;
}

/* 访客页不露槽位编号；五库编辑态 body.ms-cms-editing 仍可见 */
body:not(.ms-cms-editing) .img-ph-id,
body:not(.ms-cms-editing) .img-ph-title,
body:not(.ms-cms-editing) .img-ph-spec{
  display:none!important;
}
body:not(.ms-cms-editing) [data-ms-img].ms-cms-has-img{
  outline:none!important;
}

/* 图片 hover：仅图缩放 */
.card .ms-cms-has-img{
  overflow:hidden;
  transition:box-shadow .35s var(--ease-out, ease);
}
.card:hover .ms-cms-img-fill{
  transform:scale(1.03);
  transition:transform .5s var(--ease-out, ease);
}
.card .ms-cms-img-fill{
  transition:transform .5s var(--ease-out, ease);
}
.card.is-lift:hover,
.card.card-hover:hover{
  transform:none;
}
.card.is-lift:hover .ms-cms-img-fill,
.card.card-hover:hover .ms-cms-img-fill{
  transform:scale(1.03);
}

.ms-trust-bar{
  margin-top:0;
  padding:24px 40px 20px!important;
}
@media (max-width:768px){
  .ms-trust-bar{padding:20px 20px 16px!important}
  .ms-trust-bar__inner{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:12px 20px!important;
    justify-items:start;
  }
  .ms-trust-item{
    white-space:normal!important;
    font-size:14px!important;
  }
  .ms-trust-bar__note{
    grid-column:1/-1;
    text-align:left!important;
    margin-top:4px!important;
  }
}

/* —— 两路径卡片 —— */
.ms-path-card{
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
.ms-path-card__media{
  position:relative;
  flex-shrink:0;
  width:100%;
  min-height:0!important;
  aspect-ratio:16/9;
  max-height:220px;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  border:none!important;
  overflow:hidden;
  background:var(--bg-alt)!important;
}
.ms-path-card__media .ms-cms-img-fill{
  border-radius:0!important;
}
.ms-path-card__body{
  padding:24px 28px 28px;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}
.ms-path-card__body > span:first-child{
  margin-top:2px;
}

/* —— 服务时间轴（首页暗色区） —— */
.ms-timeline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  position:relative;
  border-radius:var(--ms-r-card);
  overflow:hidden;
  background:rgba(255,255,255,.05);
}
.ms-timeline::before{
  content:'';
  position:absolute;
  top:52px;
  left:8%;
  right:8%;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(200,151,58,.45) 15%, rgba(200,151,58,.45) 85%, transparent);
  z-index:0;
  pointer-events:none;
}
.ms-timeline__step{
  padding:32px 28px!important;
  background:rgba(255,255,255,.04)!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  position:relative;
  z-index:1;
  border-radius:0!important;
}
.ms-timeline__step:first-child{border-radius:16px 0 0 16px!important}
.ms-timeline__step:last-child{border-radius:0 16px 16px 0!important}
.ms-timeline__step .ms-timeline__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;height:28px;
  border-radius:999px;
  background:var(--amber);
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:2px;
  box-shadow:0 0 0 4px rgba(200,151,58,.2);
}
@media (max-width:900px){
  .ms-timeline{
    grid-template-columns:1fr;
    gap:2px;
  }
  .ms-timeline::before{display:none}
  .ms-timeline__step,
  .ms-timeline__step:first-child,
  .ms-timeline__step:last-child{
    border-radius:12px!important;
  }
}

/* —— Full-bleed 案例带 —— */
.ms-case-bleed{
  background:
    radial-gradient(900px 320px at 15% 0%, rgba(200,151,58,.08), transparent 55%),
    var(--bg-alt)!important;
  padding:88px 0!important;
  max-width:none!important;
}
.ms-case-bleed .wrap-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;
}
.ms-case-bleed .ms-grid-2{
  gap:28px;
}
.ms-case-bleed .card{
  border-radius:18px!important;
  overflow:hidden;
}

/* —— 品牌分隔：弧光 —— */
.ms-wave-divider{
  height:48px;
  margin:-1px 0;
  background:
    radial-gradient(120% 80px at 50% 0%, var(--bg-alt), transparent 70%),
    linear-gradient(180deg, var(--bg), var(--bg-alt));
  pointer-events:none;
}

/* —— 内链箭头 —— */
.ms-link-arrow,
.card a[style*="font-weight:600"],
.card a[style*="font-weight:600"]:not(.btn){
  display:inline-flex!important;
  align-items:center;
  gap:6px;
  transition:gap .2s ease, color .2s ease!important;
}
.card a[style*="font-weight:600"]:hover,
a.ms-link-arrow:hover{
  gap:10px!important;
}

/* —— 服务页 sticky 路径 —— */
.ms-path-tabs{
  position:sticky;
  top:60px;
  z-index:50;
}
body.has-hub-bar .ms-path-tabs{top:96px}
.ms-path-tabs-inner a,
.ms-path-tabs-inner span{
  font-size:13px;
  padding:8px 14px;
  border-radius:999px;
  transition:background .2s, color .2s, border-color .2s;
}
.ms-path-tabs-inner .ms-path-tab,
.ms-path-tabs-inner a[href="#retailer"],
.ms-path-tabs-inner a[href="#distributor"]{
  cursor:pointer;
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:600;
  color:var(--text)!important;
  background:transparent!important;
  border:1px solid var(--border)!important;
}
.ms-path-tabs-inner a:hover{background:rgba(28,28,28,.06)!important}
.ms-path-tabs-inner a.ms-path-tab.is-active,
.ms-path-tabs-inner a.is-active{
  background:var(--dark)!important;
  color:#fff!important;
  border-color:var(--dark)!important;
  font-weight:650;
}
.ms-path-anchor{
  display:block;
  height:0;
  overflow:hidden;
  scroll-margin-top:140px;
}
#stage02,#stage03,#retailer,#distributor{scroll-margin-top:140px}
.ms-path-stage{
  transition:opacity .25s, box-shadow .25s, background .25s;
}
.ms-path-stage.is-path-dim{opacity:.42}
.ms-path-stage.is-path-focus{
  opacity:1;
  box-shadow:inset 3px 0 0 var(--amber);
}
body[data-ms-path="retailer"] table th:nth-child(2),
body[data-ms-path="retailer"] table td:nth-child(2){color:var(--text)!important;font-weight:600}
body[data-ms-path="distributor"] table th:nth-child(3),
body[data-ms-path="distributor"] table td:nth-child(3){color:var(--text)!important;font-weight:600}

.ms-path-card{position:relative}
.ms-path-card__body > a::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:2;
}

.ms-hash-tabs a{
  cursor:pointer;
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  font-weight:600;
  color:var(--text)!important;
  background:transparent!important;
  border:1px solid var(--border)!important;
  border-radius:999px;
  padding:7px 16px;
}
.ms-hash-tabs a:hover{background:rgba(28,28,28,.06)!important}
.ms-hash-tabs a.is-active{
  background:var(--dark)!important;
  color:#fff!important;
  border-color:var(--dark)!important;
}
#sine,#bio,#minsurf,#case-retail,#case-label,#case-hotel,#label,
#parametric,#slicing,#farm,#retailer,#distributor,#general{
  scroll-margin-top:120px;
}

/* —— 技术页：pillar 版式 —— */
.ms-pillar{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  padding:64px 0;
  border-bottom:1px solid var(--border);
}
.ms-pillar:nth-child(even){direction:rtl}
.ms-pillar:nth-child(even) > *{direction:ltr}
.ms-pillar:last-child{border-bottom:none}
@media (max-width:900px){
  .ms-pillar{grid-template-columns:1fr;gap:28px}
  .ms-pillar:nth-child(even){direction:ltr}
}

/* —— 案例页：杂志错落 —— */
.ms-case-magazine{
  display:grid;
  gap:48px;
}
.ms-case-feature{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:40px;
  align-items:center;
}
.ms-case-feature:nth-child(even){
  grid-template-columns:1fr 1.1fr;
}
.ms-case-feature:nth-child(even) .ms-case-feature__media{order:2}
.ms-case-feature:nth-child(even) .ms-case-feature__body{order:1}
@media (max-width:900px){
  .ms-case-feature,
  .ms-case-feature:nth-child(even){
    grid-template-columns:1fr;
  }
  .ms-case-feature:nth-child(even) .ms-case-feature__media{order:0}
}

/* —— FAQ 横幅：有图时减遮罩 —— */
.ms-page-banner__bg.ms-cms-has-img + .ms-page-banner__overlay{
  background:linear-gradient(180deg, rgba(247,244,237,.78) 0%, rgba(247,244,237,.58) 100%)!important;
}

/* —— 联系页：图表单对半 —— */
.ms-contact-grid{
  grid-template-columns:min(480px,42%) 1fr!important;
  gap:64px!important;
}
.ms-contact-grid > div:last-child .img-ph{
  border-radius:var(--ms-r-img-lg)!important;
  min-height:420px!important;
  box-shadow:var(--shadow-soft)!important;
}
@media (max-width:900px){
  .ms-contact-grid{grid-template-columns:1fr!important}
}

/* —— CMS 浮层：默认隐藏 —— */
.ms-cms-fab{
  display:none!important;
}
body.ms-cms-show-fab .ms-cms-fab,
body.ms-cms-editing .ms-cms-fab{
  display:flex!important;
}

/* —— 导航栏 · 三栏平衡 —— */
.ms-nav{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  height:64px!important;
  padding:0 20px!important;
  gap:0!important;
  display:flex!important;
  justify-content:center!important;
  background:rgba(247,244,237,.9)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  border-bottom:1px solid rgba(232,228,218,.95)!important;
  transition:background .25s ease, box-shadow .25s ease, border-color .25s ease!important;
}
.ms-nav.is-scrolled{
  background:rgba(247,244,237,.97)!important;
  box-shadow:0 8px 28px rgba(26,24,20,.06)!important;
  border-bottom-color:transparent!important;
}
body.has-hub-bar .ms-nav{top:36px!important}
.ms-nav__inner{
  width:100%;
  max-width:1200px;
  height:100%;
  display:grid;
  grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);
  align-items:center;
  column-gap:20px;
}
.ms-nav .nav-logo,
.ms-nav .ms-brand{
  justify-self:start;
  align-self:center;
  min-height:0!important;
}
.ms-nav .ms-brand__img{
  height:22px!important;
  width:auto!important;
  opacity:.92;
}
.ms-nav .nav-links{
  justify-self:center;
  flex:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  flex-wrap:nowrap;
}
.ms-nav .nav-links a{
  font-size:14px!important;
  font-weight:560!important;
  letter-spacing:.01em!important;
  color:var(--text-muted)!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  line-height:1.2!important;
  transform:none!important;
}
.ms-nav .nav-links a:hover{
  color:var(--text)!important;
  background:rgba(28,28,28,.06)!important;
  transform:none!important;
}
.ms-nav .nav-links a.is-active,
.ms-nav .nav-links a.active{
  color:var(--ink)!important;
  background:var(--amber-soft)!important;
  font-weight:650!important;
}
.ms-nav .nav-links a.active::after,
.ms-nav .nav-links a.is-active::after{
  display:none!important;
}
.ms-nav .nav-right{
  justify-self:end;
  margin-left:0!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.ms-nav .lang-switch{
  display:none!important;
}
.ms-lang{
  position:relative;
  z-index:50;
}
.ms-lang__btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0;
  padding:5px 11px 5px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(28,28,28,.04);
  color:var(--ink);
  font:inherit;
  font-size:12px;
  font-weight:650;
  letter-spacing:.01em;
  cursor:pointer;
  line-height:1.2;
}
.ms-lang__btn:hover{
  background:rgba(28,28,28,.07);
}
.ms-lang.is-open .ms-lang__btn{
  background:var(--paper);
  box-shadow:0 1px 4px rgba(26,24,20,.08);
}
.ms-lang__chev{
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.55;
}
.ms-lang.is-open .ms-lang__chev{
  transform:rotate(225deg) translateY(-1px);
}
.ms-lang__menu{
  display:none;
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  min-width:168px;
  padding:6px;
  border-radius:14px;
  background:var(--paper, #f7f4ed);
  border:1px solid var(--border);
  box-shadow:0 16px 36px rgba(26,24,20,.14);
}
.ms-lang.is-open .ms-lang__menu{
  display:block;
}
.ms-lang__menu a{
  display:block;
  padding:8px 12px;
  border-radius:10px;
  font-size:13px;
  font-weight:600;
  color:var(--text);
  text-decoration:none;
  line-height:1.3;
}
.ms-lang__menu a:hover{
  background:rgba(28,28,28,.05);
}
.ms-lang__menu a.is-cur{
  background:var(--amber-soft);
  color:var(--ink);
}
.ms-mobile-langs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--border);
}
.ms-mobile-langs a{
  font-size:12px;
  font-weight:650;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  color:var(--text-muted);
  text-decoration:none;
}
.ms-mobile-langs a.is-cur{
  background:var(--amber-soft);
  color:var(--ink);
  border-color:transparent;
}
.ms-nav .btn-nav{
  font-size:13px!important;
  font-weight:650!important;
  padding:9px 18px!important;
  letter-spacing:.01em!important;
  box-shadow:0 4px 14px rgba(26,24,20,.12)!important;
}
@media (max-width:900px){
  .ms-nav__inner{
    grid-template-columns:1fr auto;
    column-gap:12px;
  }
  .ms-nav .nav-links{display:none!important}
  .ms-nav .nav-right .lang-switch{display:none!important}
  .ms-nav .nav-right .ms-lang{display:block!important}
  .ms-nav .btn-nav{
    padding:8px 14px!important;
    font-size:12px!important;
  }
}
@media (max-width:768px){
  .ms-nav{padding:0 16px!important}
  .ms-nav .ms-brand__img{height:20px!important}
}

/* —— 导航当前页（legacy） —— */
.nav-links a.is-active{
  color:var(--text)!important;
  background:var(--amber-soft)!important;
}

/* —— 能力卡片统一链接 —— */
.ms-cap-card a[href*="technology"]{
  color:var(--amber-deep)!important;
  font-weight:600!important;
  font-size:var(--ms-text-sm)!important;
}

a.ms-link-arrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

/* —— 系列 / 场景 / 规范 / 规格 —— */
.ms-series-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
  gap:22px;
}
@media (min-width:1100px){
  .ms-series-grid{grid-template-columns:repeat(3,1fr)}
}
.ms-series-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.ms-series-split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:center;
}
.ms-series-points{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:20px;
  width:100%;
  align-items:stretch;
}
.card.ms-series-point{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:28px 26px 24px;
  min-height:148px;
  box-sizing:border-box;
}
.ms-series-point h3{margin:0}
.ms-series-point p{
  margin:0;
  font-size:15px;
  color:var(--text-muted);
  line-height:1.65;
}
.ms-series-cta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}
.ms-series-others{margin-top:12px}
.ms-series-others__row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.ms-series-card{
  display:flex;
  flex-direction:column;
}
.ms-series-card .img-ph{
  border-radius:0!important;
  box-shadow:none!important;
  min-height:220px!important;
}
.ms-series-card__body{
  padding:22px 24px 24px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.ms-series-card__body p{
  font-size:15px;
  color:var(--text-muted);
  line-height:1.6;
  flex:1;
}
.ms-series-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}
.ms-spec-band{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:center;
  padding:72px 0;
}
.ms-app-row{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:48px;
  align-items:center;
}
.ms-app-row.is-flip{grid-template-columns:.85fr 1.15fr}
.ms-app-row.is-flip > :first-child{order:2}
.ms-guide-table{
  width:100%;
  border-collapse:collapse;
  background:var(--paper);
  border-radius:var(--ms-r-card);
  overflow:hidden;
  box-shadow:var(--shadow-card);
}
.ms-guide-table th,.ms-guide-table td{
  padding:14px 18px;
  text-align:left;
  border-bottom:1px solid var(--border);
  font-size:15px;
  line-height:1.55;
  vertical-align:top;
}
.ms-guide-table th{
  width:28%;
  font-weight:650;
  color:var(--ink);
  background:color-mix(in srgb, var(--amber) 8%, var(--paper));
}
.ms-plain-list{
  padding-left:1.1em;
  color:var(--text-muted);
  line-height:1.7;
}
.ms-evidence{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 16px;
  margin:8px 0 24px;
  padding:16px 18px;
  background:color-mix(in srgb, var(--amber) 7%, var(--panel-soft, var(--bg-alt)));
  border:1px solid color-mix(in srgb, var(--amber) 22%, var(--border));
  border-radius:12px;
}
.ms-evidence div{font-size:13px;color:var(--text);line-height:1.5}
.ms-evidence b{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--amber-deep);margin-bottom:2px}
.ms-visit-band{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}
@media (max-width:900px){
  .ms-series-grid,
  .ms-series-split,
  .ms-spec-band,
  .ms-app-row,
  .ms-app-row.is-flip,
  .ms-visit-band,
  .ms-evidence{grid-template-columns:1fr}
  .ms-app-row.is-flip > :first-child{order:0}
}

/* —— B2B 主体 / 货盘 / 条款 —— */
.ms-id-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:28px 0 8px;
}
.ms-id-card{
  padding:16px 16px 14px;
  background:var(--paper, #fffef9);
  border:1px solid var(--border);
  border-radius:12px;
  color:var(--text);
}
.ms-id-card b{
  display:block;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--amber-deep);
  margin-bottom:6px;
}
.ms-id-card p{font-size:14px;line-height:1.55;color:var(--text);margin:0 0 8px}
.ms-id-card p:last-child{margin-bottom:0}
.ms-id-card a{font-weight:650;color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.ms-id-card--wide{grid-column:span 2}
.ms-id-grid--about{
  grid-template-columns:repeat(3,1fr);
  gap:14px 16px;
  margin:0;
}
.ms-about-id{margin:0 0 8px}
.img-ph.ms-about-hero{
  margin-top:8px;
  margin-bottom:40px;
  min-height:min(48vw, 420px);
}
.ms-about-entity{
  display:grid;
  grid-template-columns:1.1fr 1.5fr .9fr;
  gap:18px 32px;
  margin:28px 0 4px;
  padding:22px 0 2px;
  border-top:1px solid var(--border);
}
.ms-about-entity b{
  display:block;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--amber-deep);
  margin-bottom:6px;
}
.ms-about-entity p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:var(--text);
}
.ms-about-entity p + p{margin-top:4px}
.ms-about-entity a{font-weight:650;color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.ms-contact-id{margin-top:4px}
.ms-b2b-sec{padding-top:8px}
.ms-b2b-block{margin:28px 0 8px}
.ms-b2b-block h3{margin-bottom:10px}
.ms-sku-table thead th{
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--amber-deep);
  background:color-mix(in srgb, var(--amber) 10%, var(--paper, #fffef9));
}
.ms-sku-table td,.ms-sku-table th{font-size:14px}
.ms-swatches{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin:18px 0 8px;
}
.ms-swatch{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--text);
}
.ms-swatch i{
  width:22px;height:22px;border-radius:99px;
  border:1px solid rgba(28,28,28,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);
}
.ms-fineprint{
  font-size:13px;
  line-height:1.6;
  color:var(--text-muted);
  margin:10px 0 0;
}
.ms-fineprint a{font-weight:650;text-decoration:underline;text-underline-offset:2px}
.ms-b2b-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.ms-terms-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.ms-terms-item{
  padding:20px 20px 16px;
  background:var(--paper, #fffef9);
  border:1px solid var(--border);
  border-radius:14px;
}
.ms-terms-item h3{font-size:17px;margin-bottom:8px}
.ms-terms-item p{font-size:14px;line-height:1.65;color:var(--text-muted);margin:0}
.ms-line-head{
  display:none;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--amber-deep);
  margin-bottom:12px;
}
.ms-foot-meta{
  font-size:13px!important;
  line-height:1.6!important;
  color:rgba(255,255,255,.55)!important;
  margin-top:10px!important;
}
.ms-foot-meta a{color:#fff;font-weight:650}
.foot-bottom a{color:rgba(255,255,255,.55)}
@media (max-width:900px){
  .ms-id-grid,
  .ms-id-grid--about,
  .ms-terms-grid,
  .ms-about-entity{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .ms-id-grid,
  .ms-id-grid--about,
  .ms-terms-grid,
  .ms-about-entity{grid-template-columns:1fr}
  .ms-id-card--wide{grid-column:auto}
}
@media print{
  .ms-b2b-actions,.ms-lang{display:none!important}
  .ms-line-head{display:block}
  .ms-spec-sheet{padding-top:16px}
}


[data-ms-min-height="160px"]{min-height:160px}
[data-ms-min-height="180px"]{min-height:180px}
[data-ms-min-height="200px"]{min-height:200px}
[data-ms-min-height="220px"]{min-height:220px}
[data-ms-min-height="240px"]{min-height:240px}
[data-ms-min-height="260px"]{min-height:260px}
[data-ms-min-height="280px"]{min-height:280px}
[data-ms-min-height="300px"]{min-height:300px}
[data-ms-min-height="320px"]{min-height:320px}
[data-ms-min-height="360px"]{min-height:360px}
[data-ms-min-height="380px"]{min-height:380px}
[data-ms-min-height="420px"]{min-height:420px}

html body [class].ms-u-accent-color-45c6aa8d{accent-color:var(--amber)}
html body [class].ms-u-align-items-baseline{align-items:baseline}
html body [class].ms-u-align-items-center{align-items:center}
html body [class].ms-u-align-items-flex-end{align-items:flex-end}
html body [class].ms-u-align-items-flex-start{align-items:flex-start}
html body [class].ms-u-align-items-start{align-items:start}
html body [class].ms-u-align-self-flex-start{align-self:flex-start}
html body [class].ms-u-background-#3A3A38{background:#3A3A38}
html body [class].ms-u-background-#6B7A5A{background:#6B7A5A}
html body [class].ms-u-background-#8A8680{background:#8A8680}
html body [class].ms-u-background-#A67C5D{background:#A67C5D}
html body [class].ms-u-background-#B56B4A{background:#B56B4A}
html body [class].ms-u-background-#C4A574{background:#C4A574}
html body [class].ms-u-background-#E8DCC8{background:#E8DCC8}
html body [class].ms-u-background-#F3EDE0{background:#F3EDE0}
html body [class].ms-u-background-#fff{background:#fff}
html body [class].ms-u-background-5776b26a{background:rgba(200,151,58,.06)}
html body [class].ms-u-background-6a684992{background:var(--dark)}
html body [class].ms-u-background-8014d762{background:var(--amber)}
html body [class].ms-u-background-90802f81{background:rgba(200,151,58,.05)}
html body [class].ms-u-background-b2454e65{background:var(--bg-alt)}
html body [class].ms-u-background-c53f81d4{background:rgba(255,255,255,.05)}
html body [class].ms-u-background-df878f66{background:rgba(200,151,58,.04)}
html body [class].ms-u-background-f8053b04{background:rgba(200,151,58,.1)}
html body [class].ms-u-border-0d17987b{border:1.5px solid rgba(200,151,58,.3)}
html body [class].ms-u-border-19d93ab8{border:1.5px solid var(--amber)}
html body [class].ms-u-border-810550aa{border:1px solid var(--border)}
html body [class].ms-u-border-bottom-1008415a{border-bottom:1px solid var(--border)}
html body [class].ms-u-border-bottom-32ffded8{border-bottom:2px solid var(--border)}
html body [class].ms-u-border-collapse-collapse{border-collapse:collapse}
html body [class].ms-u-border-left-26148ba1{border-left:3px solid var(--amber)}
html body [class].ms-u-border-left-44081ce8{border-left:2px solid var(--amber)}
html body [class].ms-u-border-none{border:none}
html body [class].ms-u-border-radius-0-16px-16px-0{border-radius:0 16px 16px 0}
html body [class].ms-u-border-radius-16px{border-radius:16px}
html body [class].ms-u-border-radius-16px-0-0-16px{border-radius:16px 0 0 16px}
html body [class].ms-u-border-radius-20px{border-radius:20px}
html body [class].ms-u-border-radius-3f3e80a9{border-radius:var(--r-card)}
html body [class].ms-u-border-radius-99px{border-radius:99px}
html body [class].ms-u-border-radius-d8fdc5a1{border-radius:0 var(--r-card) var(--r-card) 0}
html body [class].ms-u-color-#999{color:#999}
html body [class].ms-u-color-#9B6F1B{color:#9B6F1B}
html body [class].ms-u-color-#fff{color:#fff}
html body [class].ms-u-color-08935a7e{color:var(--amber)}
html body [class].ms-u-color-3425973f{color:rgba(255,255,255,.35)}
html body [class].ms-u-color-5872de20{color:var(--text-muted)}
html body [class].ms-u-color-829c6276{color:rgba(255,255,255,.55)}
html body [class].ms-u-color-8761ef62{color:rgba(255,255,255,.4)}
html body [class].ms-u-color-a3518f6e{color:rgba(255,255,255,.6)}
html body [class].ms-u-color-f045bbed{color:var(--text)}
html body [class].ms-u-direction-ltr{direction:ltr}
html body [class].ms-u-direction-rtl{direction:rtl}
html body [class].ms-u-display-block{display:block}
html body [class].ms-u-display-flex{display:flex}
html body [class].ms-u-display-grid{display:grid}
html body [class].ms-u-flex-1{flex:1}
html body [class].ms-u-flex-direction-column{flex-direction:column}
html body [class].ms-u-flex-shrink-0{flex-shrink:0}
html body [class].ms-u-flex-wrap-wrap{flex-wrap:wrap}
html body [class].ms-u-font-size-11px{font-size:11px}
html body [class].ms-u-font-size-12px{font-size:12px}
html body [class].ms-u-font-size-13px{font-size:13px}
html body [class].ms-u-font-size-14px{font-size:14px}
html body [class].ms-u-font-size-15px{font-size:15px}
html body [class].ms-u-font-size-16px{font-size:16px}
html body [class].ms-u-font-size-17px{font-size:17px}
html body [class].ms-u-font-size-18px{font-size:18px}
html body [class].ms-u-font-size-19px{font-size:19px}
html body [class].ms-u-font-size-20px{font-size:20px}
html body [class].ms-u-font-size-22px{font-size:22px}
html body [class].ms-u-font-size-26px{font-size:26px}
html body [class].ms-u-font-size-28px{font-size:28px}
html body [class].ms-u-font-size-30px{font-size:30px}
html body [class].ms-u-font-size-36px{font-size:36px}
html body [class].ms-u-font-size-42px{font-size:42px}
html body [class].ms-u-font-size-44px{font-size:44px}
html body [class].ms-u-font-size-48px{font-size:48px}
html body [class].ms-u-font-style-italic{font-style:italic}
html body [class].ms-u-font-style-normal{font-style:normal}
html body [class].ms-u-font-weight-500{font-weight:500}
html body [class].ms-u-font-weight-600{font-weight:600}
html body [class].ms-u-font-weight-700{font-weight:700}
html body [class].ms-u-font-weight-800{font-weight:800}
html body [class].ms-u-gap-10px{gap:10px}
html body [class].ms-u-gap-12px{gap:12px}
html body [class].ms-u-gap-14px{gap:14px}
html body [class].ms-u-gap-16px{gap:16px}
html body [class].ms-u-gap-20px{gap:20px}
html body [class].ms-u-gap-24px{gap:24px}
html body [class].ms-u-gap-32px{gap:32px}
html body [class].ms-u-gap-40px{gap:40px}
html body [class].ms-u-gap-60px{gap:60px}
html body [class].ms-u-gap-64px{gap:64px}
html body [class].ms-u-gap-6px{gap:6px}
html body [class].ms-u-gap-8px{gap:8px}
html body [class].ms-u-grid-template-columns-155a4936{grid-template-columns:repeat(3,1fr)}
html body [class].ms-u-grid-template-columns-1fr-1fr{grid-template-columns:1fr 1fr}
html body [class].ms-u-height-1px{height:1px}
html body [class].ms-u-hide{display:none}
html body [class].ms-u-inset-0{inset:0}
html body [class].ms-u-justify-content-center{justify-content:center}
html body [class].ms-u-justify-content-space-between{justify-content:space-between}
html body [class].ms-u-left--9999px{left:-9999px}
html body [class].ms-u-letter-spacing--p02em{letter-spacing:-.02em}
html body [class].ms-u-letter-spacing--p03em{letter-spacing:-.03em}
html body [class].ms-u-letter-spacing-p08em{letter-spacing:.08em}
html body [class].ms-u-letter-spacing-p12em{letter-spacing:.12em}
html body [class].ms-u-letter-spacing-p15em{letter-spacing:.15em}
html body [class].ms-u-line-height-1{line-height:1}
html body [class].ms-u-line-height-1p5{line-height:1.5}
html body [class].ms-u-line-height-1p55{line-height:1.55}
html body [class].ms-u-line-height-1p6{line-height:1.6}
html body [class].ms-u-line-height-1p65{line-height:1.65}
html body [class].ms-u-line-height-1p7{line-height:1.7}
html body [class].ms-u-margin-0-auto{margin:0 auto}
html body [class].ms-u-margin-0-auto-16px{margin:0 auto 16px}
html body [class].ms-u-margin-8px-0-12px{margin:8px 0 12px}
html body [class].ms-u-margin-bottom-0{margin-bottom:0}
html body [class].ms-u-margin-bottom-10px{margin-bottom:10px}
html body [class].ms-u-margin-bottom-12px{margin-bottom:12px}
html body [class].ms-u-margin-bottom-14px{margin-bottom:14px}
html body [class].ms-u-margin-bottom-16px{margin-bottom:16px}
html body [class].ms-u-margin-bottom-20px{margin-bottom:20px}
html body [class].ms-u-margin-bottom-22px{margin-bottom:22px}
html body [class].ms-u-margin-bottom-24px{margin-bottom:24px}
html body [class].ms-u-margin-bottom-28px{margin-bottom:28px}
html body [class].ms-u-margin-bottom-32px{margin-bottom:32px}
html body [class].ms-u-margin-bottom-36px{margin-bottom:36px}
html body [class].ms-u-margin-bottom-40px{margin-bottom:40px}
html body [class].ms-u-margin-bottom-48px{margin-bottom:48px}
html body [class].ms-u-margin-bottom-4px{margin-bottom:4px}
html body [class].ms-u-margin-bottom-5px{margin-bottom:5px}
html body [class].ms-u-margin-bottom-6px{margin-bottom:6px}
html body [class].ms-u-margin-bottom-8px{margin-bottom:8px}
html body [class].ms-u-margin-right-8px{margin-right:8px}
html body [class].ms-u-margin-top--8px{margin-top:-8px}
html body [class].ms-u-margin-top-16px{margin-top:16px}
html body [class].ms-u-margin-top-20px{margin-top:20px}
html body [class].ms-u-margin-top-22px{margin-top:22px}
html body [class].ms-u-margin-top-28px{margin-top:28px}
html body [class].ms-u-margin-top-2px{margin-top:2px}
html body [class].ms-u-margin-top-32px{margin-top:32px}
html body [class].ms-u-margin-top-36px{margin-top:36px}
html body [class].ms-u-margin-top-40px{margin-top:40px}
html body [class].ms-u-margin-top-48px{margin-top:48px}
html body [class].ms-u-margin-top-4px{margin-top:4px}
html body [class].ms-u-margin-top-6px{margin-top:6px}
html body [class].ms-u-margin-top-8px{margin-top:8px}
html body [class].ms-u-max-width-1200px{max-width:1200px}
html body [class].ms-u-max-width-440px{max-width:440px}
html body [class].ms-u-max-width-560px{max-width:560px}
html body [class].ms-u-max-width-580px{max-width:580px}
html body [class].ms-u-max-width-600px{max-width:600px}
html body [class].ms-u-max-width-620px{max-width:620px}
html body [class].ms-u-max-width-640px{max-width:640px}
html body [class].ms-u-max-width-680px{max-width:680px}
html body [class].ms-u-max-width-720px{max-width:720px}
html body [class].ms-u-min-height-100pct{min-height:100%}
html body [class].ms-u-min-height-160px{min-height:160px}
html body [class].ms-u-min-height-180px{min-height:180px}
html body [class].ms-u-min-height-200px{min-height:200px}
html body [class].ms-u-min-height-220px{min-height:220px}
html body [class].ms-u-min-height-240px{min-height:240px}
html body [class].ms-u-min-height-260px{min-height:260px}
html body [class].ms-u-min-height-280px{min-height:280px}
html body [class].ms-u-min-height-300px{min-height:300px}
html body [class].ms-u-min-height-320px{min-height:320px}
html body [class].ms-u-min-height-340px{min-height:340px}
html body [class].ms-u-min-height-360px{min-height:360px}
html body [class].ms-u-min-height-380px{min-height:380px}
html body [class].ms-u-min-height-420px{min-height:420px}
html body [class].ms-u-min-width-0{min-width:0}
html body [class].ms-u-min-width-100px{min-width:100px}
html body [class].ms-u-min-width-120px{min-width:120px}
html body [class].ms-u-opacity-0{opacity:0}
html body [class].ms-u-overflow-hidden{overflow:hidden}
html body [class].ms-u-overflow-x-auto{overflow-x:auto}
html body [class].ms-u-padding-0{padding:0}
html body [class].ms-u-padding-100px-40px{padding:100px 40px}
html body [class].ms-u-padding-10px-14px{padding:10px 14px}
html body [class].ms-u-padding-12px-14px{padding:12px 14px}
html body [class].ms-u-padding-12px-16px{padding:12px 16px}
html body [class].ms-u-padding-13px-24px{padding:13px 24px}
html body [class].ms-u-padding-13px-28px{padding:13px 28px}
html body [class].ms-u-padding-14px-16px{padding:14px 16px}
html body [class].ms-u-padding-14px-32px{padding:14px 32px}
html body [class].ms-u-padding-16px{padding:16px}
html body [class].ms-u-padding-16px-20px{padding:16px 20px}
html body [class].ms-u-padding-16px-40px{padding:16px 40px}
html body [class].ms-u-padding-18px{padding:18px}
html body [class].ms-u-padding-20px{padding:20px}
html body [class].ms-u-padding-24px{padding:24px}
html body [class].ms-u-padding-28px{padding:28px}
html body [class].ms-u-padding-36px{padding:36px}
html body [class].ms-u-padding-48px{padding:48px}
html body [class].ms-u-padding-4px-12px{padding:4px 12px}
html body [class].ms-u-padding-60px-0{padding:60px 0}
html body [class].ms-u-padding-7px-16px{padding:7px 16px}
html body [class].ms-u-padding-80px-0{padding:80px 0}
html body [class].ms-u-padding-80px-40px{padding:80px 40px}
html body [class].ms-u-padding-bottom-40px{padding-bottom:40px}
html body [class].ms-u-padding-left-0{padding-left:0}
html body [class].ms-u-padding-left-16px{padding-left:16px}
html body [class].ms-u-padding-top-0{padding-top:0}
html body [class].ms-u-padding-top-1px{padding-top:1px}
html body [class].ms-u-position-absolute{position:absolute}
html body [class].ms-u-position-relative{position:relative}
html body [class].ms-u-position-sticky{position:sticky}
html body [class].ms-u-scroll-margin-top-100px{scroll-margin-top:100px}
html body [class].ms-u-scroll-margin-top-140px{scroll-margin-top:140px}
html body [class].ms-u-text-align-center{text-align:center}
html body [class].ms-u-text-align-left{text-align:left}
html body [class].ms-u-text-transform-uppercase{text-transform:uppercase}
html body [class].ms-u-top-80px{top:80px}
html body [class].ms-u-white-space-nowrap{white-space:nowrap}
html body [class].ms-u-width-100pct{width:100%}
html body [class].ms-u-width-1px{width:1px}
html body [class].ms-u-width-32pct{width:32%}
html body [class].ms-u-width-35pct{width:35%}
html body [class].ms-u-width-auto{width:auto}

.ms-mobile-contact{margin-top:8px;justify-content:center}

.ms-u-hide{display:none}
