/*
Theme Name: 企业模板 10 · 变体 A（暖灰）
Template: revive-minimal
Description: 变体 A（暖灰）：在极简白描基础上把中性灰调暖、强调色换为赭石色（仅配色变量，不改结构）
Version: 1.0.0
Template Version: v1.0.0
*/

:root {
  --rv-primary: #1b1a17;
  --rv-primary-dark: #000000;
  --rv-primary-light: #f5f2ed;
  --rv-accent: #a2591f;
  --rv-dark: #1b1a17;
  --rv-dark-2: #262420;
  --rv-text: #201e1a;
  --rv-text-2: #5d574e;
  --rv-text-3: #6e6a62;
  --rv-line: #e8e2d9;
  --rv-line-2: #f2eee8;
  --rv-bg: #fffefb;
  --rv-bg-2: #faf7f2;
  --rv-bg-3: #f4efe7;
}

/* rv-header-fix v1 */
.logo img + span, .logo img ~ span.host { display: none !important; }
.logo > span > b { display: inline-block; max-width: 44vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }
@media (max-width: 782px) {
  .logo > span > b { max-width: 38vw; font-size: 16px; }
  .logo .host { display: none !important; }
  .hdr .wrap { gap: 8px; }
}

/* rv-imgfix v2 */
img[src=""], img:not([src]), img[src="#"] { display: none !important; }
.hero .imgbox, .hero .pic, .ban, .heroimg { background: linear-gradient(135deg,var(--in-key,#1e5e5e) 0%, #16324a 100%); }
