:root {
  /* 色彩系统：暖米白底 + 深墨绿 + 青绿渐变 + 铜金点缀（常青主题） */
  --ink: #10231c;
  --ink-2: #1d3a2f;
  --muted: #6b7a72;
  --line: #e2e9e4;
  --paper: #fdfdfb;
  --surface: #f3f7f4;
  --surface-2: #eaf1ec;
  --brand: #0e6f5c;
  --brand-2: #35936b;
  --gold: #b07d3f;
  --gold-ink: #7a5a20;
  --gold-soft: #f3ead7;
  --ok: #1f9d57;
  --maxw: 1160px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(10,40,30,.08);
  --shadow-lg: 0 20px 50px rgba(10,40,30,.14);
  --grad: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { line-height: 1.25; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 800; }
h2 { font-size: clamp(23px, 3vw, 32px); font-weight: 800; }
h3 { font-size: 19px; font-weight: 700; }
p { margin: 0 0 1em; color: var(--muted); }
.text-brand { color: var(--brand); }
.text-gold { color: var(--gold-ink); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section.alt { background: var(--surface); }
.section.dark {
  background: radial-gradient(120% 120% at 80% 0%, #16412f 0%, var(--ink) 55%);
  color: #eef4ef;
}
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark p { color: #b3c6ba; }
.eyebrow {
  display: inline-block; font-weight: 700; font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 14px;
}
.eyebrow.gold { color: var(--gold-ink); }
.lead { font-size: clamp(16px, 1.7vw, 19px); max-width: 660px; }
.center { text-align: center; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253,253,251,.88);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--ink); font-size: 18px; letter-spacing: -.01em; }
.brand .logo {
  width: 32px; height: 32px; border-radius: 9px; background: var(--grad);
  display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 16px;
}
.nav-links { display: flex; gap: 26px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink-2); font-weight: 600; font-size: 15px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--brand); text-decoration: none; }
.nav-cta { background: var(--ink); color: #fff !important; padding: 10px 18px; border-radius: 999px; font-weight: 700; }
.nav-cta:hover { background: var(--brand); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 9px; padding: 8px 12px; cursor: pointer; font-weight: 700; color: var(--ink); }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(130% 130% at 85% -10%, #16412f 0%, var(--ink) 60%);
  color: #eef4ef; padding: 96px 0 88px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(120% 90% at 70% 0%, #000 30%, transparent 75%);
}
.hero .wrap { position: relative; }
.hero h1 { color: #fff; }
.hero .eyebrow { color: #d9b36a; }
.hero p.lead { color: #c2d4c8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero .badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.hero .badges span {
  font-size: 13px; color: #b3c6ba; border: 1px solid rgba(255,255,255,.16);
  padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.04);
}
/* 企业微信官方认证徽标：文字胶囊 + 白底小卡一行排布，深色 hero 上自成一体 */
.hero-cert { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero-cert .cert-label {
  font-size: 13px; color: #b3c6ba; border: 1px solid rgba(255,255,255,.16);
  padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.04);
}
.hero-cert .cert-badge {
  display: inline-block; background: #fff; border-radius: 8px; padding: 4px 10px;
  line-height: 0; box-shadow: 0 4px 16px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero-cert .cert-badge:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.32); }
.hero-cert img { display: block; height: 30px; width: auto; }

/* 子页面头部（page-hero）：标题居中、宽度收敛，与首页形成层级 */
.hero.page-hero { padding: 72px 0 58px; text-align: center; }
.hero.page-hero h1 { font-size: clamp(25px, 2.8vw, 33px); margin-bottom: 12px; }
.hero.page-hero .eyebrow { margin-bottom: 10px; }
.hero.page-hero .lead {
  max-width: 760px; margin: 0 auto; color: #c2d4c8; line-height: 1.7;
}
.hero.page-hero .crumb {
  display: inline-block; text-align: left; margin-bottom: 12px;
  font-size: 13px; color: #b3c6ba;
}
.hero.page-hero .crumb a { color: #b3c6ba; text-decoration: none; }
.hero.page-hero .crumb a:hover { color: #d9b36a; }
.hero.page-hero .hero-actions { justify-content: center; }
/* 兼容旧结构：section 上仍带 .wrap 的页面（如外部模板复用） */
.hero.page-hero.wrap { padding: 56px 0 48px; }
.hero.page-hero.wrap h1 { font-size: clamp(25px, 2.8vw, 33px); }
/* 文章页标题：长标题按文章版式收敛，避免 2-3 行巨字 */
.article h1 { font-size: clamp(24px, 2.7vw, 33px); line-height: 1.32; letter-spacing: -.015em; margin-bottom: 16px; }

/* 文章版式：阅读行宽 + 排版节奏 */
.article.wrap { max-width: 820px; padding-top: 44px; padding-bottom: 72px; text-align: center; }
.article .crumb { margin-bottom: 14px; display: inline-block; text-align: left; }
.article .eyebrow { margin-bottom: 10px; }
.article h1 { margin-bottom: 14px; }
.article .lead { margin: 0 auto 38px; max-width: 720px; text-align: left; }
.article p, .article li, .article h2, .article h3, .article .ans { text-align: left; }
.article .faq summary { text-align: left; }
.article h2 { font-size: clamp(20px, 2.3vw, 24px); margin: 1.9em 0 .55em; }
.article h3 { font-size: 18px; margin: 1.6em 0 .5em; }
.article p { line-height: 1.95; }
.article ul, .article ol { padding-left: 1.5em; margin: 0 0 1.2em; }
.article li { margin: 7px 0; }
.article li::marker { color: var(--brand); }
.article .more { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 15px; }
.callout {
  margin: 30px 0; padding: 20px 24px; border-radius: var(--radius-sm);
  background: var(--gold-soft); border-left: 4px solid var(--gold);
}
.callout h3, .callout h4 { margin: 0 0 8px; font-size: 16px; }
.callout p, .callout li { font-size: 15px; margin: 0; color: var(--ink-2); }
.callout ul { margin: 0; }

/* Buttons */
.btn { display: inline-block; padding: 13px 24px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; transition: .18s; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 22px rgba(14,111,92,.30); }
.btn-primary:hover { text-decoration: none; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(14,111,92,.40); }
.btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.section:not(.dark) .btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: rgba(255,255,255,.1); text-decoration: none; color: #fff; }
.section:not(.dark) .btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-outline { border-color: var(--brand); color: var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; text-decoration: none; }

/* Section heading block */
.head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.head p { font-size: 16px; }

/* Grid & cards */
.grid { display: grid; gap: 24px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow); transition: .2s; position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #d3e0f7; }
.card .icon {
  width: 50px; height: 50px; border-radius: 13px; background: var(--surface-2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--brand);
}
.card .icon svg { width: 26px; height: 26px; }
.card .tag { color: var(--gold-ink); font-weight: 700; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; }
.card h3 { margin: 8px 0 10px; }
.card ul { margin: 14px 0 0; padding-left: 0; list-style: none; color: var(--muted); }
.card ul li { padding: 7px 0 7px 24px; position: relative; border-top: 1px dashed var(--line); }
.card ul li:first-child { border-top: none; }
.card ul li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.card .more { display: inline-block; margin-top: 16px; font-weight: 700; color: var(--brand); }

/* 业务卡片配色变体 */
.card.c-wecom .icon { color: #0e6f5c; background: #e3f1ea; }
.card.c-agent .icon { color: #35936b; background: #e7f3ec; }
.card.c-geo .icon { color: var(--gold-ink); background: #f6edd6; }

/* Flow / 协同闭环 */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; align-items: stretch; }
.flow .step { padding: 30px 26px; position: relative; }
.flow .step:not(:last-child)::after {
  content: "→"; position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  color: var(--brand-2); font-size: 22px; font-weight: 700; opacity: .65; z-index: 2;
}
.flow .step .num {
  width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 14px;
}
.flow .step h3 { margin: 0 0 6px; }
.flow .step .sub { font-size: 13px; color: var(--brand); font-weight: 700; letter-spacing: .04em; }

/* 行业网格 */
.industries { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ind { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; text-align: center; transition: .2s; }
.ind:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: var(--shadow); }
.ind .ic { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 13px; background: var(--surface-2); color: var(--brand); transition: .2s; }
.ind .ic svg { width: 26px; height: 26px; }
.ind:hover .ic { background: var(--grad); color: #fff; }
.ind h4 { margin: 0 0 4px; font-size: 16px; }
.ind p { font-size: 13px; margin: 0; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .num { font-size: 42px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.05; }
.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 6px; }

/* FAQ */
.faq { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.faq details { border-bottom: 1px solid var(--line); padding: 0 22px; }
.faq details:last-child { border-bottom: none; }
.faq summary { cursor: pointer; font-weight: 700; padding: 17px 0; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--brand); font-weight: 800; font-size: 20px; }
.faq details[open] summary::after { content: "–"; }
.faq .ans { padding: 0 0 17px; color: var(--muted); }

/* Breadcrumb */
.crumb { font-size: 13px; color: var(--muted); padding: 18px 0 0; }
.crumb a { color: var(--muted); }

/* 联系页入口图标 */
.channels { align-items: stretch; }
.channel { display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.channel .ic {
  width: 56px; height: 56px; border-radius: 14px; background: var(--surface-2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--brand);
}
.channel .ic svg { width: 28px; height: 28px; }
.channel h4 { margin: 0 0 6px; }
.channel p { flex: 1 0 auto; margin: 0 0 10px; font-size: 14.5px; }
.channel .link { margin-top: auto; }
.channel .link + .link { margin-top: 6px; }

/* 服务承诺卡片图标 */
.promise .card { display: flex; flex-direction: column; }
.promise .card .ic {
  width: 48px; height: 48px; border-radius: 12px; background: var(--surface-2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--brand);
}
.promise .card .ic svg { width: 24px; height: 24px; }
.promise .card p { flex: 1 0 auto; }

/* 特性清单（业务页） */
.feat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feat .item { display: flex; gap: 14px; align-items: flex-start; }
.feat .item .ic { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 11px; background: var(--surface-2); display: flex; align-items: center; justify-content: center; color: var(--brand); }
.feat .item .ic svg { width: 22px; height: 22px; }
.feat .item h4 { margin: 2px 0 4px; font-size: 16px; }
.feat .item p { margin: 0; font-size: 14.5px; }

/* 步骤条（业务页流程） */
.steps { counter-reset: s; display: grid; gap: 14px; }
.steps .s { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.steps .s::before { counter-increment: s; content: counter(s); flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: var(--surface-2); color: var(--brand); font-weight: 800; display: flex; align-items: center; justify-content: center; }
.steps .s h4 { margin: 4px 0 4px; font-size: 16px; }
.steps .s p { margin: 0; font-size: 14px; }

/* Footer */
.site-footer { background: var(--ink); color: #b3c6ba; padding: 56px 0 30px; }
.site-footer a { color: #d9b36a; }
.site-footer h4 { color: #fff; margin: 0 0 14px; font-size: 15px; }
.foot-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 32px; }
.foot-grid p, .foot-grid li { color: #b3c6ba; font-size: 14px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { margin: 8px 0; }
.foot-bottom { border-top: 1px solid #23483a; margin-top: 36px; padding-top: 20px; font-size: 13px; color: #93a89b; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
/* 友情链接行（footer）：展示已审核友链 + 申请入口 */
.foot-links { border-top: 1px solid #23483a; margin-top: 16px; padding-top: 16px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13.5px; }
.foot-links .fl-label { color: #d9b36a; font-weight: 600; margin-right: 2px; }
.foot-links a { color: #b3c6ba; text-decoration: none; transition: color .15s; }
.foot-links a:hover { color: #d9b36a; }
.foot-links .fl-apply { color: #d9b36a; border: 1px solid rgba(217,179,106,.4); border-radius: 999px; padding: 3px 13px; font-size: 12.5px; }
.foot-links .fl-apply:hover { background: rgba(217,179,106,.14); }

/* Form */
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 14px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px;
  font: inherit; background: #fff; color: var(--ink);
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { outline: 2px solid var(--brand); outline-offset: 1px; }
.form-status { padding: 12px 14px; border-radius: 11px; margin-top: 8px; font-size: 14px; display: none; }
.form-status.ok { display: block; background: #e7f6ee; color: var(--ok); border: 1px solid #bfe6cf; }
.form-status.err { display: block; background: #fdecec; color: #b3261e; border: 1px solid #f3c2c0; }

/* Insight list */
.post { border-bottom: 1px solid var(--line); padding: 24px 0; }
.post h3 { margin: 0 0 6px; }
.post .meta { font-size: 13px; color: var(--muted); }
.post a { color: var(--ink); }
.post a:hover { color: var(--brand); }

/* CTA band */
.cta-band { background: var(--grad); color: #fff; border-radius: var(--radius); padding: 44px; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #dff0e5; }

/* a11y */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .grid-4, .grid-3, .grid-2, .stats, .industries, .feat { grid-template-columns: 1fr; }
  .case .case-points { grid-template-columns: 1fr; }
  .case .case-side { flex-direction: column; align-items: flex-start; gap: 14px; }
  .flow { grid-template-columns: 1fr; }
  .flow .step:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -14px; transform: translateX(50%); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links {
    position: absolute; top: 68px; left: 0; right: 0; background: var(--paper);
    flex-direction: column; gap: 0; border-bottom: 1px solid var(--line);
    max-height: 0; overflow: hidden; transition: max-height .25s ease; box-shadow: var(--shadow);
  }
  .nav-links.open { max-height: 420px; }
  .nav-links li { width: 100%; border-top: 1px solid var(--line); }
  .nav-links a { display: block; padding: 15px 24px; }
  .menu-toggle { display: inline-flex; }
  .section { padding: 60px 0; }
  .cta-band { padding: 32px 22px; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .hero { padding: 70px 0 60px; }
}

/* ══ 案例卡片（cases）与文章卡片（insights 列表） ══ */
.post-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 26px 22px; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
/* 案例卡：单栏满宽 + 底部横向成效条，整体居中均衡不左偏 */
.case {
  background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--brand);
  border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow);
}
.case-agent { border-left-color: var(--brand-2); }
.case-geo { border-left-color: var(--gold); }
.case h3 { margin: 10px 0 8px; font-size: 19px; line-height: 1.4; }
.case > p { font-size: 14.5px; }
.case .tag {
  display: inline-block; color: var(--gold-ink); font-weight: 700; font-size: 12.5px;
  letter-spacing: .06em; text-transform: uppercase;
}
.case .muted { font-size: 13.5px; color: var(--muted); margin: 0 0 14px; }
.case .case-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.case .case-points p { font-size: 14.5px; margin: 0 0 8px; }
.case .case-side {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--line);
}
.case .metrics {
  display: grid; grid-template-columns: repeat(2, auto); gap: 32px;
  margin: 0; padding: 0; border: none;
}
.case .metrics b { display: block; font-size: 26px; color: var(--brand); line-height: 1.15; letter-spacing: -.01em; }
.case .metrics span { font-size: 12.5px; color: var(--muted); }
.case .more { font-weight: 700; font-size: 14.5px; color: var(--brand); white-space: nowrap; }
.post-card h3 { margin: 10px 0 8px; font-size: 18px; line-height: 1.4; }
.post-card > p { font-size: 14.5px; }
.post-card .tag {
  display: inline-block; color: var(--gold-ink); font-weight: 700; font-size: 12.5px;
  letter-spacing: .06em; text-transform: uppercase; align-self: flex-start;
}
.post-card .muted { font-size: 13.5px; color: var(--muted); margin: 0 0 10px; }
.post-card .more { margin-top: auto; padding-top: 14px; font-weight: 700; font-size: 14.5px; }
.post-card .meta { font-size: 13px; color: var(--muted); margin: 0 0 10px; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--brand); }

/* cases 分组标题 + 项目彩点 */
.sec-title { display: flex; align-items: center; gap: 12px; font-size: clamp(20px, 2.4vw, 26px); }
.dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; }
.dot-wecom { background: var(--brand); }
.dot-agent { background: var(--brand-2); }
.dot-geo { background: var(--gold); }

/* 成效数据格（案例卡内） */
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0 4px; padding: 14px 0 4px; border-top: 1px dashed var(--line); }
.metrics b { display: block; font-size: 22px; color: var(--brand); line-height: 1.25; letter-spacing: -.01em; }
.metrics span { font-size: 12.5px; color: var(--muted); }

/* 表单必填星号 */
.req { color: var(--brand); font-weight: 800; }

/* 导航 brand：主名 + 公司副名（移动端自动隐藏副名避免换行） */
.brand .bname { display: inline-flex; align-items: baseline; gap: 7px; line-height: 1.1; }
.brand .bsub { font-size: 12.5px; color: var(--muted); font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
@media (max-width: 720px) { .brand .bsub { display: none; } }
