/* ============================================================
   弥登 MEON x 干将莫邪 VI 标准色卡覆盖层（仅首页 index.html 加载）
   审定版 2026-08-01 | 火(名望)生土(财运)，暖褐避水
   只作用于首页，不改动全站 base.css；要返回删此文件+首页link即可
   ============================================================ */

/* 1. 基底：宣纸米黄铺满，正文暖茶黑（弃冷黑/冷白） */
body { background-color: #F5F0E8 !important; color: #584638 !important; }
*::selection { background: #C83220 !important; color: #fff !important; }

/* 2. 导航 navbar-default → 米黄底 + 赭红高亮 */
nav.navbar-default.menu, #header.navbar-default {
  background-color: #F5F0E8 !important; border-color: #725643 !important;
}
nav.navbar-default .navbar-brand { color: #C83220 !important; }
nav.navbar-default .navbar-nav > li > a { color: #584638 !important; }
nav.navbar-default .navbar-nav > li > a:hover,
nav.navbar-default .navbar-nav > li > a:focus { color: #2D1F15 !important; background: transparent !important; }
nav.navbar-default .navbar-nav > .active > a,
nav.navbar-default .navbar-nav > .active > a:hover { color: #fff !important; background-color: #C83220 !important; }
nav.navbar-default .dropdown-menu { background-color: #F5F0E8 !important; border-color: #725643 !important; }
nav.navbar-default .dropdown-menu > li > a { color: #584638 !important; }
nav.navbar-default .dropdown-menu > li > a:hover { color: #fff !important; background-color: #C83220 !important; }
.navbar-default .navbar-toggle { border-color: #725643 !important; }
.navbar-default .navbar-toggle .icon-bar { background-color: #725643 !important; }

/* 3. 链接：弃冷蓝，改赭红 */
a { color: #C83220 !important; }
a:hover, a:focus { color: #2D1F15 !important; text-decoration: underline !important; }

/* 4. 标题层级：暖深褐 / 茶褐 */
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6 { color: #423225 !important; }
.page-header { border-bottom-color: #725643 !important; }

/* 5. 按钮 */
.btn { color: #584638 !important; border-color: #725643 !important; }
.btn-default { background-color: #D9C8B4 !important; color: #423225 !important; border-color: #725643 !important; }
.btn-default:hover { background-color: #C83220 !important; color: #fff !important; }
.btn-primary { background-color: #C83220 !important; border-color: #C83220 !important; color: #fff !important; }
.btn-primary:hover { background-color: #C9964F !important; color: #fff !important; }
.btn-link { color: #C83220 !important; }

/* 6. 首页板块：浅咖底 + 深棕描边 */
.service.container-fluid { background-color: #D9C8B4 !important; }
hr { border-top-color: #725643 !important; }

/* 7. 卡片/面板：暖米白底 + 深棕边 */
.panel, .thumbnail, .well { background-color: #F3ECE2 !important; border-color: #725643 !important; color: #584638 !important; }
.panel-heading, .thumbnail .caption { background-color: #D9C8B4 !important; color: #423225 !important; }

/* 8. 点缀：蜜蜡暖黄徽章 */
.badge, .label { background-color: #C9964F !important; color: #fff !important; }
.text-muted { color: #867260 !important; }

/* 9. 表单聚焦：赭红描边（弃蓝） */
.form-control:focus { border-color: #C83220 !important; box-shadow: 0 0 0 2px rgba(200,50,32,0.25) !important; outline: 0; }

/* 强制覆盖导航栏白色背景 */
.navbar-default,.navbar,#header,nav.navbar-default,.navbar-default .container-fluid,.navbar-default .container{background-color:#F5F0E8!important;background-image:none!important}

/* 对比度强化 */
.btn { }
h1, h2, h3 { color: #2D1F15 !important; }
.text-muted { color: #6B5A4A !important; }

/* 首页 slogan 和电话用浅金色，但 strong 保持红色 */
.text-success,
h3.text-success,
h3.text-success.tel {
  color: #C9964F !important;
}
.text-success strong,
h3.text-success strong,
h3.text-success.tel strong {
  color: #C83220 !important;
}

/* 服务区块文字改为柔和浅米色，不刺眼 */
.service .s a,
.service .s a b,
.service .s .text,
.service .s .text h3,
.service .s .text p {
  color: #D9C8B4 !important;
}
.service .s a:hover,
.service .s a:hover b,
.service .s a:hover .text,
.service .s a:hover .text h3,
.service .s a:hover .text p {
  color: #EBE2D6 !important;
}
