/* ==========================================================================
   广东御福律师事务所 · 全站样式
   主色：深酒红 #5A1A1A   辅色：奶白 #F5EFE6   强调：古铜金 #A08453
   ========================================================================== */

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:"Noto Sans SC","Inter",-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  font-size:16px;line-height:1.75;color:#2A2522;background:#FBF8F3;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .25s ease}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul{list-style:none}
h1,h2,h3,h4{font-family:"Noto Serif SC","Cormorant Garamond",Georgia,"Times New Roman",serif;font-weight:600;line-height:1.3;color:#1F1A18}

/* ---------- 排版工具 ---------- */
.container{max-width:1200px;margin:0 auto;padding:0 28px}
.eyebrow{
  display:inline-flex;align-items:center;gap:14px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:14px;letter-spacing:.32em;text-transform:uppercase;color:#A08453;
}
.eyebrow::before{content:"";width:36px;height:1px;background:#A08453}
.section-title{font-size:clamp(36px,4.2vw,56px);margin:14px 0 16px;letter-spacing:.02em;font-weight:700}
.section-sub{color:#6B5F58;font-size:16px;max-width:640px;margin-bottom:48px}
.section{padding:96px 0;position:relative}
.section--dark{background:#2A1414;color:#F5EFE6}
.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:#F5EFE6}
.section--cream{background:#F5EFE6}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 30px;font-size:15px;letter-spacing:.04em;
  border:1px solid currentColor;transition:all .3s ease;cursor:pointer;
}
.btn--primary{
  background:linear-gradient(180deg,#E8CFA2 0%,#D4B98A 100%);
  color:#5A1A1A;border-color:#D4B98A;font-weight:600;
  box-shadow:
    0 0 0 1px rgba(212,185,138,.4),
    0 0 18px -2px rgba(212,185,138,.7),
    0 0 36px -4px rgba(212,185,138,.55),
    0 0 70px -8px rgba(212,185,138,.45),
    0 0 120px -16px rgba(212,185,138,.32),
    0 0 180px -24px rgba(212,185,138,.22),
    inset 0 1px 0 rgba(255,235,200,.55);
}
.btn--primary:hover{
  background:linear-gradient(180deg,#F0D6A8 0%,#E0C290 100%);
  border-color:#E0C290;color:#3E0F0F;transform:translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(212,185,138,.55),
    0 0 24px -2px rgba(212,185,138,.85),
    0 0 50px -4px rgba(212,185,138,.7),
    0 0 90px -10px rgba(212,185,138,.55),
    0 0 150px -18px rgba(212,185,138,.38),
    0 0 220px -28px rgba(212,185,138,.25),
    inset 0 1px 0 rgba(255,235,200,.65);
}
.btn--ghost{color:#F5EFE6;border-color:#F5EFE6}
.btn--ghost:hover{background:#F5EFE6;color:#5A1A1A}
.btn--outline{color:#5A1A1A;border-color:#5A1A1A}
.btn--outline:hover{background:#5A1A1A;color:#F5EFE6}
.btn--small{padding:10px 20px;font-size:14px}

/* ---------- 顶部导航 ---------- */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  padding:20px 0;transition:all .35s ease;
  background:transparent;
}
.nav.scrolled{
  background:rgba(251,248,243,.96);backdrop-filter:saturate(180%) blur(14px);
  box-shadow:0 1px 0 rgba(42,21,21,.06);
  padding:14px 0;
}
.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav__brand{display:flex;align-items:center;gap:14px}
.nav__brand img{height:46px;width:auto}
.nav__brand-text{display:flex;flex-direction:column;line-height:1.1}
.nav__brand-name{font-family:"Noto Serif SC",serif;font-size:22px;font-weight:700;color:#F5EFE6;letter-spacing:.06em}
.nav__brand-en{font-family:"Cormorant Garamond",serif;font-size:12px;letter-spacing:.32em;color:#D4B98A;text-transform:uppercase;margin-top:2px}
.nav.scrolled .nav__brand-name{color:#2A1414}
.nav.scrolled .nav__brand-en{color:#A08453}
.nav__menu{display:flex;align-items:center;gap:6px}
.nav__menu a{
  padding:8px 18px;font-size:19px;letter-spacing:.06em;color:#F5EFE6;
  font-weight:500;
  position:relative;
}
.nav.scrolled .nav__menu a{color:#2A2522}
.nav__menu a::after{
  content:"";position:absolute;left:16px;right:16px;bottom:4px;height:1px;background:#A08453;
  transform:scaleX(0);transform-origin:left;transition:transform .3s ease;
}
.nav__menu a:hover::after,.nav__menu a.active::after{transform:scaleX(1)}
.nav__cta{margin-left:10px}
.nav__burger{display:none;width:36px;height:36px;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.nav__burger span{display:block;width:22px;height:1.5px;background:#F5EFE6;transition:all .3s}
.nav.scrolled .nav__burger span{background:#2A1414}
.nav__burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav__burger.open span:nth-child(2){opacity:0}
.nav__burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
@media (max-width:900px){
  .nav__menu{
    position:fixed;inset:0 0 0 auto;width:78%;max-width:340px;background:#2A1414;color:#F5EFE6;
    flex-direction:column;align-items:flex-start;padding:90px 32px 32px;gap:0;
    transform:translateX(100%);transition:transform .35s ease;
    box-shadow:-12px 0 30px rgba(0,0,0,.18);
  }
  .nav__menu.open{transform:translateX(0)}
  .nav__menu a{width:100%;padding:16px 0;font-size:16px;border-bottom:1px solid rgba(245,239,230,.08);color:#F5EFE6!important}
  .nav__menu a::after{display:none}
  .nav__cta{margin:24px 0 0}
  .nav__burger{display:flex}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  background:linear-gradient(135deg,#3E0F0F 0%,#5A1A1A 55%,#6B2020 100%);
  color:#F5EFE6;overflow:hidden;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 80% 20%,rgba(160,132,83,.22),transparent 50%),
    radial-gradient(circle at 10% 90%,rgba(160,132,83,.12),transparent 50%);
  pointer-events:none;
}
.hero__decor{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:520px;height:520px;border:1px solid rgba(245,239,230,.08);pointer-events:none}
.hero__decor::before{content:"";position:absolute;inset:48px;border:1px solid rgba(245,239,230,.06)}
.hero__inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;padding:120px 0 80px}
.hero__eyebrow{color:#D4B98A}
.hero__eyebrow::before{background:#D4B98A}
.hero__title{font-size:clamp(40px,5.6vw,76px);line-height:1.08;letter-spacing:.04em;color:#F5EFE6;margin:18px 0 24px;font-weight:500}
.hero__title em{font-style:normal;color:#D4B98A;font-family:"Cormorant Garamond",serif;font-weight:500}
.hero__sub{font-size:18px;line-height:1.9;color:rgba(245,239,230,.82);max-width:540px;margin-bottom:36px}
.hero__actions{display:flex;gap:18px;flex-wrap:wrap}
.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:56px;padding-top:36px;border-top:1px solid rgba(245,239,230,.18);max-width:560px}
.hero__stat-num{font-family:"Noto Sans SC","Inter",sans-serif;font-size:46px;font-weight:700;color:#D4B98A;line-height:1;font-feature-settings:"tnum" 1;text-shadow:0 0 18px rgba(212,185,138,.55),0 0 36px rgba(212,185,138,.28),0 1px 0 rgba(0,0,0,.15)}
.hero__stat-label{margin-top:8px;font-size:13px;letter-spacing:.18em;color:rgba(245,239,230,.7)}
.hero__visual{position:relative;height:640px;align-self:stretch;padding:18px;isolation:isolate}
.hero__visual::before{
  content:"";position:absolute;top:0;left:42px;right:0;bottom:42px;
  border:1.5px solid #D4B98A;z-index:0;
  box-shadow:0 0 24px -8px rgba(212,185,138,.4);
}
.hero__visual::after{
  content:"";position:absolute;top:42px;left:0;right:42px;bottom:0;
  border:1.5px solid #5A1A1A;z-index:0;
  box-shadow:0 0 24px -8px rgba(90,26,26,.5);
}
.hero__photo{
  position:relative;z-index:1;
  width:100%;height:100%;
  background:url("../assets/images/firm-entrance.jpg") center 35%/cover no-repeat;
  box-shadow:0 20px 60px -20px rgba(0,0,0,.55);
}
.hero__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(42,20,20,.5) 100%);pointer-events:none}
.hero__caption{
  position:absolute;left:36px;bottom:32px;color:#F5EFE6;z-index:3;
  font-family:"Noto Serif SC",serif;font-size:18px;letter-spacing:.1em;
}
.hero__caption small{display:block;font-family:"Cormorant Garamond",serif;font-size:12px;letter-spacing:.32em;color:#D4B98A;margin-top:6px;text-transform:uppercase}
.hero__badge{
  position:absolute;left:-28px;top:36px;z-index:4;width:136px;height:136px;
  border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  color:#D4B98A;
  background:
    radial-gradient(circle at 35% 30%,#7A2424 0%,#5A1A1A 45%,#3E0F0F 100%);
  font-family:"Noto Serif SC\",serif;font-size:15px;line-height:1.35;letter-spacing:.14em;font-weight:600;
  transform:rotate(-8deg);
  box-shadow:
    inset 0 0 0 2px rgba(212,185,138,.6),
    inset 0 0 0 6px rgba(90,26,26,.85),
    inset 0 0 0 7px rgba(212,185,138,.3),
    inset 0 -8px 16px rgba(0,0,0,.45),
    inset 0 6px 12px rgba(255,200,150,.18),
    0 0 0 4px rgba(90,26,26,.25),
    0 0 50px -8px rgba(122,36,36,.85),
    0 14px 30px -10px rgba(0,0,0,.6);
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
.hero__badge::before{
  content:"";position:absolute;inset:14px;border:1px solid rgba(212,185,138,.5);border-radius:50%;
}
.hero__badge::after{
  content:"";position:absolute;inset:22px;border:1px dashed rgba(212,185,138,.25);border-radius:50%;
}
.hero__badge small{font-size:10px;letter-spacing:.3em;color:rgba(212,185,138,.75);margin-top:2px;font-weight:400}
@media (max-width:900px){
  .hero__inner{grid-template-columns:1fr;gap:40px;padding:110px 0 60px}
  .hero__visual{height:420px;order:-1}
  .hero__badge{left:14px;top:14px;width:96px;height:96px;font-size:11px;letter-spacing:.1em}
  .hero__badge::before{inset:10px}
  .hero__badge::after{inset:16px}
  .hero__stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}
  .hero__stat-num{font-size:30px}
  .hero__stat-label{font-size:11px}
}

/* ---------- 内页 Hero（次级） ---------- */
.page-hero{
  padding:160px 0 80px;
  background:linear-gradient(135deg,#3E0F0F,#5A1A1A);
  color:#F5EFE6;position:relative;overflow:hidden;
}
.page-hero::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 70% 30%,rgba(160,132,83,.18),transparent 50%);
}
.page-hero__inner{position:relative;z-index:2;max-width:760px}
.page-hero h1{font-size:clamp(44px,5.4vw,68px);color:#F5EFE6;margin:14px 0 18px;font-weight:700;letter-spacing:.04em}
.page-hero p{font-size:17px;line-height:1.9;color:rgba(245,239,230,.78);max-width:580px}
.page-hero__eyebrow{color:#D4B98A}
.page-hero__eyebrow::before{background:#D4B98A}
.crumbs{margin-top:30px;font-size:13px;letter-spacing:.06em;color:rgba(245,239,230,.6)}
.crumbs a:hover{color:#D4B98A}
.crumbs span{margin:0 10px}

/* ---------- 关于本所 ---------- */
.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}
.about-prose p{font-size:16.5px;line-height:2;color:#4A403A;margin-bottom:18px}
.about-prose p:first-child{font-family:"Noto Serif SC",serif;font-size:19px;color:#2A2522;font-weight:500}
.about-side{padding:40px;background:#F5EFE6;border-left:3px solid #5A1A1A}
.about-side h3{font-size:22px;margin-bottom:24px}
.about-side dl{display:grid;gap:20px}
.about-side dt{font-size:13px;letter-spacing:.18em;color:#A08453;text-transform:uppercase}
.about-side dd{font-size:18px;color:#2A2522;font-family:"Noto Serif SC",serif;margin-top:6px}
@media (max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px}}

/* ---------- 业务领域 ---------- */
.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #E6DDD0;background:#E6DDD0}
.practice-card{
  position:relative;padding:46px 36px;background:#FBF8F3;
  transition:all .35s ease;cursor:default;overflow:hidden;
}
.practice-card::before{
  content:"";position:absolute;left:0;top:0;width:0;height:3px;background:#5A1A1A;transition:width .5s ease;
}
.practice-card:hover{background:#5A1A1A;color:#F5EFE6;transform:translateY(-3px)}
.practice-card:hover::before{width:100%}
.practice-card:hover h3,.practice-card:hover li{color:#F5EFE6}
.practice-card__no{font-family:"Cormorant Garamond",serif;font-size:14px;letter-spacing:.3em;color:#A08453;margin-bottom:18px}
.practice-card:hover .practice-card__no{color:#D4B98A}
.practice-card h3{font-size:24px;margin-bottom:18px;transition:color .35s}
.practice-card ul{display:grid;gap:8px}
.practice-card li{font-size:14.5px;color:#5C524C;padding-left:16px;position:relative;transition:color .35s}
.practice-card li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:1px;background:#A08453}
.practice-card:hover li::before{background:#D4B98A}
@media (max-width:900px){.practice-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.practice-grid{grid-template-columns:1fr}}

/* 预约咨询卡片 - 强突出高亮 */
.practice-card--highlight{
  background:linear-gradient(135deg,#3E0F0F 0%,#5A1A1A 60%,#7A2828 100%)!important;
  color:#F5EFE6!important;
  border:2px solid #D4B98A!important;
  box-shadow:0 20px 50px -20px rgba(212,185,138,.45);
  position:relative;
}
.practice-card--highlight::after{
  content:"推荐";position:absolute;top:16px;right:16px;
  padding:5px 12px;background:#D4B98A;color:#3E0F0F;
  font-size:11px;letter-spacing:.18em;font-weight:600;border-radius:2px;
}
.practice-card--highlight .practice-card__no{color:#D4B98A!important;font-weight:600}
.practice-card--highlight h3{color:#F5EFE6!important;font-size:28px!important;margin-bottom:20px}
.practice-card--highlight li{color:#F5EFE6!important;font-weight:500}
.practice-card--highlight li::before{background:#D4B98A!important}
.practice-card--highlight .practice-card__cta{
  display:inline-flex;align-items:center;gap:8px;margin-top:18px;
  padding:12px 22px;background:#D4B98A;color:#3E0F0F;
  font-weight:600;letter-spacing:.06em;border-radius:2px;transition:all .3s;
  box-shadow:0 0 0 1px rgba(212,185,138,.3),0 8px 22px -6px rgba(212,185,138,.6),0 0 32px -8px rgba(212,185,138,.5),inset 0 1px 0 rgba(255,235,200,.4);
}
.practice-card--highlight .practice-card__cta:hover{background:#E8CFA2;transform:translateX(4px);box-shadow:0 0 0 1px rgba(212,185,138,.5),0 12px 28px -6px rgba(212,185,138,.75),0 0 44px -6px rgba(212,185,138,.6),inset 0 1px 0 rgba(255,235,200,.5)}

/* ---------- 主任介绍 ---------- */
.director-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start}
.director-photo{position:relative}
.director-photo img{width:100%;box-shadow:0 30px 60px -30px rgba(42,20,20,.4)}
.director-photo::before{
  content:"";position:absolute;left:-20px;top:-20px;right:20px;bottom:20px;
  border:1px solid #A08453;z-index:-1;
}
.director-photo__caption{margin-top:18px;text-align:center;font-family:"Cormorant Garamond",serif;font-size:13px;letter-spacing:.32em;color:#A08453;text-transform:uppercase}
.director-bio h2{font-size:clamp(28px,3vw,40px);margin-bottom:8px}
.director-bio__role{color:#A08453;font-size:15px;letter-spacing:.12em;margin-bottom:30px}
.director-bio__lead{font-family:"Noto Serif SC",serif;font-size:18px;line-height:1.95;color:#2A2522;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #E6DDD0}
.director-bio__lists{display:grid;grid-template-columns:1fr 1fr;gap:22px 40px}

/* 主任简介 - 关键信息突出 */
.director-bio .hi-num{
  color:#A08453;
  font-weight:700;
  font-size:1.12em;
  letter-spacing:.02em;
  text-shadow:0 0 16px rgba(212,185,138,.22);
}
.director-bio__lead .hi-num{
  font-size:1.22em;
}
.director-bio .hi-key{
  color:#5A1A1A;
  font-weight:700;
  position:relative;
  display:inline-block;
  padding:0 4px;
  background:linear-gradient(180deg,transparent 62%,rgba(232,205,164,.45) 62%,rgba(232,205,164,.45) 92%,transparent 92%);
}
.bio-block--full{grid-column:1 / -1}
.bio-block h4{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12.5px;letter-spacing:.22em;color:#3E0F0F;
  text-transform:uppercase;font-family:"Noto Sans SC",sans-serif;
  font-weight:700;padding:7px 16px 7px 12px;
  border-radius:5px;
  background:linear-gradient(180deg,#F0D9A8 0%,#E8CFA2 50%,#D4B98A 100%);
  border:1px solid #B98C5E;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(122,74,40,.22),
    0 1px 2px rgba(0,0,0,.06),
    0 2px 6px -1px rgba(160,132,83,.35),
    0 0 0 1px rgba(212,185,138,.4),
    0 0 18px rgba(212,185,138,.25);
  margin-bottom:16px;transition:all .3s ease;cursor:default;
}
.bio-block h4::before{
  content:"";width:5px;height:5px;background:#5A1A1A;
  border-radius:1px;flex-shrink:0;
  box-shadow:0 0 4px rgba(90,26,26,.5);
}
.bio-block h4:hover{
  transform:translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.65),
    inset 0 -1px 0 rgba(122,74,40,.25),
    0 2px 4px rgba(0,0,0,.08),
    0 4px 10px -1px rgba(160,132,83,.45),
    0 0 0 1px rgba(212,185,138,.5),
    0 0 28px rgba(212,185,138,.45);
}
.bio-block p,.bio-block li{font-size:15.5px;line-height:1.9;color:#4A403A}
.bio-block ul{display:grid;gap:8px}
@media (max-width:900px){.director-grid{grid-template-columns:1fr;gap:50px}.director-photo::before{left:-14px;top:-14px;right:14px;bottom:14px}.director-bio__lists{grid-template-columns:1fr}}

/* ---------- 团队 ---------- */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.team-card{background:#fff;border:1px solid #E6DDD0;transition:all .3s}
.team-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px -28px rgba(42,20,20,.3)}
.team-card__photo{aspect-ratio:3/4;overflow:hidden;background:#F5EFE6;display:flex;align-items:center;justify-content:center;color:#A08453}
.team-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.team-card:hover .team-card__photo img{transform:scale(1.04)}
.team-card__body{padding:24px 26px 28px}
.team-card__name{font-family:"Noto Serif SC",serif;font-size:22px;margin-bottom:4px}
.team-card__title{color:#A08453;font-size:13px;letter-spacing:.16em;margin-bottom:14px}
.team-card__desc{font-size:14.5px;line-height:1.85;color:#5C524C}
@media (max-width:900px){.team-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.team-grid{grid-template-columns:1fr}}

/* ---------- 资讯 ---------- */
.news-list{display:grid;gap:0;border-top:1px solid #E6DDD0}
.news-item{
  display:grid;grid-template-columns:140px 1fr auto;gap:36px;align-items:center;
  padding:32px 0;border-bottom:1px solid #E6DDD0;transition:padding .3s;
}
.news-item:hover{padding-left:14px;background:linear-gradient(90deg,#F5EFE6,transparent 40%)}
.news-item__date{display:flex;flex-direction:column;align-items:flex-start;color:#A08453}
.news-item__day{font-family:"Cormorant Garamond",serif;font-size:48px;line-height:1;font-weight:500}
.news-item__ym{margin-top:4px;font-size:13px;letter-spacing:.18em}
.news-item__title{font-family:"Noto Serif SC",serif;font-size:20px;color:#2A2522;margin-bottom:8px}
.news-item__title:hover{color:#5A1A1A}
.news-item__excerpt{color:#6B5F58;font-size:14.5px;line-height:1.7;max-width:640px}
.news-item__arrow{color:#A08453;font-size:24px;transition:transform .3s}
.news-item:hover .news-item__arrow{transform:translateX(6px)}
@media (max-width:700px){
  .news-item{grid-template-columns:90px 1fr;gap:20px}
  .news-item__day{font-size:34px}
  .news-item__arrow{display:none}
}

/* ---------- 联系方式 ---------- */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:start}
.contact-info{display:grid;gap:30px}
.contact-block{padding-left:24px;border-left:2px solid #A08453}
.contact-block h4{font-size:13px;letter-spacing:.24em;color:#A08453;text-transform:uppercase;margin-bottom:10px}
.contact-block p,.contact-block a{font-size:18px;color:#2A2522;line-height:1.7}
.contact-block a:hover{color:#5A1A1A}
.contact-block__mains{
  display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-bottom:4px;
}
.contact-block__main{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
}
.contact-block__main a{font-size:20px;font-weight:600;color:#5A1A1A;letter-spacing:.02em}
.contact-block__tag{
  display:inline-block;
  font-size:11px;letter-spacing:.14em;
  color:#5A1A1A;background:linear-gradient(135deg,rgba(212,185,138,.18),rgba(160,132,83,.10));
  border:1px solid rgba(160,132,83,.35);
  padding:3px 9px;border-radius:2px;font-weight:500;
}
.contact-block__tag--gold{
  color:#3E0F0F;
  background:linear-gradient(135deg,#E8CFA2,#D4B98A);
  border:1px solid #D4B98A;
  font-weight:600;
  box-shadow:0 0 10px -3px rgba(212,185,138,.5);
}
.contact-block__phones{
  list-style:none;padding:0;margin:14px 0 0;
  display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;
}
.contact-block__phones li{
  display:flex;align-items:center;gap:10px;
  font-size:15px;color:#2A2522;
}
.contact-block__phones a{font-size:15px;font-weight:500;color:#2A2522;letter-spacing:.02em}
.contact-block__phones a:hover{color:#5A1A1A}
.contact-block__phones span{
  font-size:13px;color:#7A6E66;
  padding-left:10px;border-left:1px solid rgba(160,132,83,.3);
}
@media (max-width:520px){
  .contact-block__mains{grid-template-columns:1fr;gap:10px}
  .contact-block__phones{grid-template-columns:1fr;gap:6px}
}

/* 联系电话可点击复制提示：PC 端 hover 时显示小图标 */
a[data-copy]{
  position:relative;
  cursor:pointer;
  transition:color var(--transition-fast);
}
a[data-copy]:hover{
  color:#5A1A1A;
}
a[data-copy]:hover::after{
  content:"";
  display:inline-block;
  width:11px;height:11px;
  margin-left:6px;
  vertical-align:middle;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A08453' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='9' y='9' width='13' height='13' rx='2'/><path d='M5 15V5a2 2 0 0 1 2-2h10'/></svg>");
  background-size:contain;
  background-repeat:no-repeat;
  opacity:.7;
}

/* 复制成功提示 toast */
.toast{
  position:fixed;left:50%;bottom:56px;z-index:9999;
  transform:translateX(-50%) translateY(20px);
  background:rgba(42,37,34,.95);
  color:#F5EFE6;
  font-family:"Noto Sans SC",sans-serif;
  font-size:14px;letter-spacing:.04em;font-weight:500;
  padding:13px 26px;
  border-radius:6px;
  box-shadow:
    0 10px 30px -8px rgba(0,0,0,.45),
    0 0 0 1px rgba(212,185,138,.35);
  opacity:0;pointer-events:none;
  transition:all .3s cubic-bezier(.22,.61,.36,1);
  white-space:nowrap;
}
.toast.show{
  opacity:1;transform:translateX(-50%) translateY(0);
}

/* 微信名片卡片 - 3D 悬浮 */
.wechat-card{
  position:relative;
  background:
    /* 左上柔光：模拟从左上照过来的自然光 */
    radial-gradient(ellipse at 25% 12%, rgba(255,246,228,.55), transparent 55%),
    /* 右下深色：强化景深 */
    radial-gradient(ellipse at 88% 95%, rgba(140,80,40,.22), transparent 50%),
    /* 主色调：温暖沙金渐变 */
    linear-gradient(155deg, #E8CDA4 0%, #D2A878 55%, #B98C5E 100%);
  color:#3D2418;
  padding:50px 40px 40px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:22px;
  text-align:center;
  box-shadow:
    /* 主投影：右下方大偏移柔和阴影 */
    0 35px 70px -18px rgba(70, 35, 10, .38),
    /* 中层阴影 */
    0 18px 36px -12px rgba(70, 35, 10, .26),
    /* 紧贴阴影 */
    0 6px 14px -4px rgba(70, 35, 10, .16),
    /* 顶部 1px 内高光：被光照射的顶面 */
    inset 0 1px 0 rgba(255,255,255,.50),
    /* 底部内阴影：增加厚度感 */
    inset 0 -2px 8px rgba(120, 70, 30, .14);
  transition:transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease;
  overflow:hidden;
}
.wechat-card:hover{
  transform:translateY(-6px);
  box-shadow:
    0 48px 95px -20px rgba(70, 35, 10, .42),
    0 26px 50px -14px rgba(70, 35, 10, .30),
    0 10px 22px -6px rgba(70, 35, 10, .20),
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -2px 8px rgba(120, 70, 30, .16);
}

.eyebrow--light{color:#8B5E3C}
.eyebrow--light::before{background:#8B5E3C}
.wechat-card__head{margin-bottom:24px}
.wechat-card__head h3{
  font-family:'Noto Serif SC',serif;
  font-size:26px;font-weight:600;color:#3D2418;
  letter-spacing:.04em;margin:6px 0 10px;
}
.wechat-card__name{
  display:inline-block;
  font-size:14px;letter-spacing:.12em;
  color:#7A4A28;
  padding:4px 14px;
  border-top:1px solid rgba(122, 74, 40, .45);
  border-bottom:1px solid rgba(122, 74, 40, .45);
}

.wechat-card__qr-wrap{
  display:flex;justify-content:center;
  margin:8px 0 22px;
}
.wechat-card__qr{
  position:relative;
  background:#FFFFFF;
  padding:14px;
  border-radius:6px;
  box-shadow:
    /* 暖棕 1px 描边 */
    0 0 0 1px rgba(122, 74, 40, .25),
    /* QR 卡漂浮投影（暖色阴影） */
    0 16px 32px -8px rgba(70, 35, 10, .30),
    0 6px 14px -4px rgba(70, 35, 10, .18),
    /* 顶部 1px 高光 */
    inset 0 1px 0 rgba(255,255,255,.95);
}
.wechat-card__qr img{
  display:block;
  width:200px;height:200px;
  object-fit:contain;
}

.wechat-card__foot{
  display:inline-flex;align-items:center;gap:12px;
  font-size:13px;letter-spacing:.18em;
  color:#5A1A1A;
  padding-top:14px;
  border-top:1px solid rgba(122, 74, 40, .25);
  width:100%;justify-content:center;
}
.wechat-card__scan-icon{
  display:inline-block;
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(135deg,#E8CFA0,#A08453);
  box-shadow:
    0 0 8px rgba(212,185,138,.55),
    inset 0 1px 0 rgba(255,255,255,.45);
  flex-shrink:0;
}

@media (max-width:900px){
  .contact-grid{grid-template-columns:1fr;gap:40px}
  .wechat-card{padding:38px 28px 32px}
  .wechat-card__qr img{width:180px;height:180px}
}

/* ---------- 数字展示 ---------- */
.metrics{background:#5A1A1A;color:#F5EFE6;padding:80px 0;position:relative;overflow:hidden}
.metrics::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(160,132,83,.18),transparent 50%)}
.metrics__grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.metric{padding:0 30px;border-left:1px solid rgba(245,239,230,.16);text-align:center}
.metric:first-child{border-left:none}
.metric__num{font-family:"Noto Sans SC","Inter",sans-serif;font-size:72px;font-weight:700;color:#D4B98A;line-height:1;font-feature-settings:"tnum" 1, "lnum" 1;text-shadow:0 0 20px rgba(212,185,138,.55),0 0 44px rgba(212,185,138,.28),0 1px 0 rgba(0,0,0,.2)}
.metric__label{margin-top:14px;font-size:14px;letter-spacing:.18em;color:rgba(245,239,230,.85)}
@media (max-width:700px){.metrics__grid{grid-template-columns:1fr 1fr;gap:30px 0}.metric{border-left:none}}

/* ---------- CTA Section ---------- */
.cta{
  padding:100px 0;text-align:center;color:#F5EFE6;
  background:linear-gradient(135deg,#3E0F0F,#5A1A1A);
  position:relative;overflow:hidden;
}
.cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(160,132,83,.16),transparent 60%)}
.cta__inner{position:relative;z-index:2;max-width:720px;margin:0 auto}
.cta h2{color:#F5EFE6;font-size:clamp(28px,3.4vw,42px);margin-bottom:18px}
.cta p{color:rgba(245,239,230,.78);font-size:17px;margin-bottom:36px}
.cta__actions{display:inline-flex;gap:16px;flex-wrap:wrap;justify-content:center}

/* ---------- Footer ---------- */
.footer{background:#1A0E0E;color:rgba(245,239,230,.65);padding:60px 0 24px}
.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:50px;margin-bottom:50px}
.footer h5{color:#F5EFE6;font-size:14px;letter-spacing:.2em;margin-bottom:18px;font-family:"Noto Sans SC",sans-serif;text-transform:uppercase}
.footer__brand{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.footer__brand img{height:48px}
.footer__brand-name{font-family:"Noto Serif SC",serif;font-size:22px;color:#F5EFE6;letter-spacing:.06em;font-weight:600}
.footer p{font-size:14px;line-height:1.85}
.footer ul{display:grid;gap:10px}
.footer a:hover{color:#D4B98A}
.footer__bottom{padding-top:24px;border-top:1px solid rgba(245,239,230,.1);display:flex;justify-content:space-between;align-items:center;font-size:12.5px;letter-spacing:.06em;flex-wrap:wrap;gap:12px}
@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr;gap:36px}}
@media (max-width:500px){.footer__grid{grid-template-columns:1fr}}

/* ---------- 团队成员卡片（带照片） ---------- */
.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.member-card{
  background:#FBF8F3;border:1px solid #E6DDD0;
  transition:transform .35s ease,box-shadow .35s ease;
}
.member-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px -28px rgba(42,20,20,.35)}
.member-card__photo{aspect-ratio:4/5;overflow:hidden;background:#ECE4D6;position:relative}
.member-card__photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .5s}
.member-card:hover .member-card__photo img{transform:scale(1.04)}
.member-card__body{padding:30px 28px 32px}
.member-card__name{font-family:"Noto Serif SC",serif;font-size:30px;font-weight:600;color:#2A1414;margin-bottom:8px;letter-spacing:.04em}
.member-card__title{color:#A08453;font-size:14px;letter-spacing:.22em;margin-bottom:16px}
.member-card__edu{font-size:15px;color:#6B5F58;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed #E6DDD0}
.member-card__desc{font-size:15px;line-height:1.85;color:#5C524C;margin-bottom:20px}
.member-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.member-card__tags span{font-size:13px;padding:6px 12px;border:1px solid rgba(160,132,83,.4);color:#8C6F3F;letter-spacing:.05em;border-radius:2px}
.member-card--assistant .member-card__tags span{border-color:rgba(160,132,83,.4);color:#8C6F3F}
.member-card__cta{
  position:relative;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:14px 20px;
  font-size:15px;font-weight:600;letter-spacing:.08em;
  color:#F5EFE6;
  background:linear-gradient(180deg, #6B1F1F 0%, #5A1A1A 50%, #3E0F0F 100%);
  border:1px solid rgba(212,185,138,.35);border-radius:3px;
  text-decoration:none;cursor:pointer;
  box-shadow:
    /* 1px 金色描边 */
    0 0 0 1px rgba(212,185,138,.25),
    /* 三层黑色投影：远中近，柔和扩散 */
    0 10px 22px -8px rgba(0,0,0,.55),
    0 4px 10px -2px rgba(0,0,0,.35),
    0 1px 2px rgba(0,0,0,.25),
    /* 酒红光晕：品牌识别 */
    0 0 24px -6px rgba(90,26,26,.65),
    0 0 48px -10px rgba(139,30,30,.45),
    /* 顶部内高光：模拟从上方打光 */
    inset 0 1px 0 rgba(255,235,200,.18),
    /* 底部内阴影：增加厚度感 */
    inset 0 -2px 4px rgba(0,0,0,.30);
  transition:transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, background .3s;
}
.member-card__cta::after{content:"→";font-size:16px;transition:transform .3s}
.member-card__cta:hover{
  background:linear-gradient(180deg, #7A2424 0%, #681F1F 50%, #4A1313 100%);
  transform:translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(212,185,138,.40),
    0 14px 30px -10px rgba(0,0,0,.60),
    0 6px 14px -2px rgba(0,0,0,.40),
    0 2px 4px rgba(0,0,0,.28),
    0 0 32px -6px rgba(90,26,26,.75),
    0 0 64px -10px rgba(139,30,30,.55),
    0 0 90px -16px rgba(212,185,138,.28),
    inset 0 1px 0 rgba(255,235,200,.24),
    inset 0 -2px 4px rgba(0,0,0,.30);
}
.member-card__cta:hover::after{transform:translateX(3px)}
@media (max-width:1100px){.member-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.member-grid{grid-template-columns:1fr}}

/* ---------- 动画 ---------- */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.in{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}

/* ---------- 通用工具 ---------- */
.mt-0{margin-top:0!important}
.mb-0{margin-bottom:0!important}
.text-center{text-align:center}
.divider{height:1px;background:linear-gradient(90deg,transparent,#A08453,transparent);margin:30px 0}

/* ---------- CMS 动态内容 ---------- */
/* 新闻列表扩展（CMS 渲染时可能有图片和分类标签） */
.news-item__img{width:100%;max-height:200px;overflow:hidden;border-radius:8px;margin-bottom:14px}
.news-item__img img{width:100%;height:100%;object-fit:cover}
.news-item__body{flex:1}
.news-item__cat{
  display:inline-block;font-size:11px;letter-spacing:.15em;
  color:#A08453;background:rgba(160,132,83,.1);
  padding:3px 10px;border-radius:2px;margin-bottom:8px;
}

/* 执业证号 */
.member-card__license{
  font-size:13px;color:#8C7A6E;
  padding:8px 0;margin-bottom:16px;
  border-top:1px dashed #E6DDD0;
  letter-spacing:.04em;
}

/* 新闻详情弹窗 */
.news-modal{
  position:fixed;inset:0;z-index:9999;
  display:none;align-items:center;justify-content:center;
  padding:20px;
}
.news-modal.show{display:flex}
.news-modal__overlay{
  position:absolute;inset:0;
  background:rgba(26,14,14,.75);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.news-modal__panel{
  position:relative;z-index:2;
  background:#FBF8F3;
  border-radius:16px;
  max-width:720px;width:100%;
  max-height:85vh;overflow-y:auto;
  padding:50px 48px 40px;
  box-shadow:
    0 40px 80px -20px rgba(0,0,0,.5),
    0 0 0 1px rgba(160,132,83,.2),
    inset 0 1px 0 rgba(255,255,255,.6);
  animation:modalIn .4s cubic-bezier(.2,.7,.2,1);
}
@keyframes modalIn{
  from{opacity:0;transform:translateY(30px) scale(.96)}
  to{opacity:1;transform:none}
}
.news-modal__close{
  position:absolute;top:16px;right:20px;
  background:none;border:none;
  font-size:32px;line-height:1;
  color:#8C7A6E;cursor:pointer;
  padding:8px 12px;border-radius:8px;
  transition:background .2s,color .2s;
}
.news-modal__close:hover{background:rgba(160,132,83,.12);color:#5A1A1A}
.news-modal__date{
  font-size:13px;letter-spacing:.15em;
  color:#A08453;margin-bottom:12px;
}
.news-modal__title{
  font-family:'Noto Serif SC',serif;
  font-size:28px;font-weight:600;
  color:#2A1414;line-height:1.4;
  margin-bottom:24px;
}
.news-modal__text{
  font-size:16px;line-height:1.9;
  color:#5C524C;
}
@media (max-width:600px){
  .news-modal__panel{padding:36px 24px 28px}
  .news-modal__title{font-size:22px}
  .news-modal__text{font-size:15px}
}

/* ---------- 执业信息公示 ---------- */
.compliance-table{
  margin-top:36px;
  border:1px solid #E6DDD0;
  border-radius:8px;
  overflow:hidden;
  background:#FBF8F3;
}
.compliance-row{
  display:grid;
  grid-template-columns:200px 1fr;
  border-bottom:1px solid #ECE4D6;
}
.compliance-row:last-child{border-bottom:none}
.compliance-row__label{
  padding:16px 20px;
  font-size:14px;font-weight:500;
  color:#8C7A6E;
  letter-spacing:.08em;
  background:rgba(160,132,83,.06);
  border-right:1px solid #ECE4D6;
}
.compliance-row__value{
  padding:16px 20px;
  font-size:15px;
  color:#3D2418;
  line-height:1.7;
}
.compliance-row__value a{color:#A08453}
.compliance-row__value a:hover{color:#5A1A1A}
@media (max-width:600px){
  .compliance-row{grid-template-columns:1fr}
  .compliance-row__label{border-right:none;border-bottom:1px solid #ECE4D6}
}

/* ---------- 隐私政策页 ---------- */
.privacy-content h3{
  font-family:'Noto Serif SC',serif;
  font-size:19px;font-weight:600;
  color:#2A1414;
  margin:36px 0 14px;
  padding-bottom:8px;
  border-bottom:1px solid #E6DDD0;
}
.privacy-content h3:first-child{margin-top:0}
.privacy-content ul{
  margin:10px 0 10px 20px;
  padding-left:0;
  list-style:none;
}
.privacy-content ul li{
  position:relative;
  padding-left:18px;
  margin-bottom:8px;
  line-height:1.9;
}
.privacy-content ul li::before{
  content:"";
  position:absolute;
  left:0;top:11px;
  width:6px;height:6px;
  border-radius:50%;
  background:#A08453;
}
.privacy-content strong{color:#5A1A1A;font-weight:600}
.privacy-content a{color:#A08453;text-decoration:none}
.privacy-content a:hover{color:#5A1A1A;text-decoration:underline}

/* ==========================================================================
   深色主题（dark mode）
   通过 <html data-theme="dark"> 启用；默认跟随系统，用户可手动切换
   切换按钮：导航栏 .theme-toggle
   ========================================================================== */

/* ---------- 主题切换按钮 ---------- */
.theme-toggle{
  width:34px;height:34px;border-radius:50%;margin-left:8px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(245,239,230,.35);color:#F5EFE6;
  font-size:15px;line-height:1;transition:all .3s ease;flex:none;
}
.theme-toggle:hover{border-color:#D4B98A;color:#D4B98A;transform:rotate(15deg)}
.nav.scrolled .theme-toggle{border-color:rgba(42,20,20,.3);color:#5A1A1A}
.nav.scrolled .theme-toggle:hover{border-color:#A08453;color:#A08453}
html[data-theme="dark"] .nav.scrolled .theme-toggle{border-color:rgba(245,239,230,.3);color:#D4B98A}
/* 切换图标：light 显示月亮（点击切到 dark），dark 显示太阳 */
.theme-toggle .icon-sun{display:none}
html[data-theme="dark"] .theme-toggle .icon-sun{display:inline}
html[data-theme="dark"] .theme-toggle .icon-moon{display:none}

/* ---------- 全局背景与文字 ---------- */
html[data-theme="dark"] body{background:#171110;color:#E4D9CC}
html[data-theme="dark"] h1,html[data-theme="dark"] h2,
html[data-theme="dark"] h3,html[data-theme="dark"] h4{color:#F0E7DC}
html[data-theme="dark"] .section-sub{color:#A89888}
html[data-theme="dark"] .section--cream{background:#211713}

/* ---------- 导航栏（scrolled 状态在 dark 下为深色玻璃） ---------- */
html[data-theme="dark"] .nav.scrolled{
  background:rgba(23,17,16,.94);backdrop-filter:saturate(160%) blur(14px);
  box-shadow:0 1px 0 rgba(245,239,230,.08);
}
html[data-theme="dark"] .nav.scrolled .nav__brand-name{color:#F5EFE6}
html[data-theme="dark"] .nav.scrolled .nav__brand-en{color:#D4B98A}
html[data-theme="dark"] .nav.scrolled .nav__menu a{color:#E4D9CC}
html[data-theme="dark"] .nav.scrolled .nav__burger span{background:#F5EFE6}

/* ---------- 按钮 ---------- */
html[data-theme="dark"] .btn--outline{color:#D4B98A;border-color:#D4B98A}
html[data-theme="dark"] .btn--outline:hover{background:#D4B98A;color:#3E0F0F}

/* ---------- 卡片组件 ---------- */
html[data-theme="dark"] .practice-card{background:#221713;color:#E4D9CC}
html[data-theme="dark"] .practice-card h3{color:#F0E7DC}
html[data-theme="dark"] .practice-card li{color:#B8A898}
html[data-theme="dark"] .practice-card:hover{background:#5A1A1A}
html[data-theme="dark"] .team-card{background:#221713;border-color:#3A2A22}
html[data-theme="dark"] .team-card__name{color:#F0E7DC}
html[data-theme="dark"] .team-card__desc{color:#B8A898}
html[data-theme="dark"] .member-card{background:#221713;border-color:#3A2A22}
html[data-theme="dark"] .member-card__photo{background:#2C1F19}
html[data-theme="dark"] .member-card__name{color:#F0E7DC}
html[data-theme="dark"] .member-card__title{color:#C9A96E}
html[data-theme="dark"] .member-card__edu,html[data-theme="dark"] .member-card__desc{color:#A89888}
html[data-theme="dark"] .member-card__license{color:#8C7A6E}
html[data-theme="dark"] .member-card__tags span{
  background:rgba(212,185,138,.12);color:#D4B98A;border-color:rgba(212,185,138,.3);
}

/* ---------- 新闻列表 ---------- */
html[data-theme="dark"] .news-item{border-bottom-color:#3A2A22}
html[data-theme="dark"] .news-item:hover{background:linear-gradient(90deg,#2C1F19,transparent 40%)}
html[data-theme="dark"] .news-item__title{color:#F0E7DC}
html[data-theme="dark"] .news-item__excerpt{color:#A89888}

/* ---------- 主任简介 ---------- */
html[data-theme="dark"] .director-bio__lead{color:#E4D9CC;border-bottom-color:#3A2A22}
html[data-theme="dark"] .bio-block h4{color:#C9A96E}
html[data-theme="dark"] .bio-block p,html[data-theme="dark"] .bio-block li{color:#B8A898}
html[data-theme="dark"] .director-photo img{box-shadow:0 30px 60px -30px rgba(0,0,0,.7)}

/* ---------- 联系页 ---------- */
html[data-theme="dark"] .contact-block p,html[data-theme="dark"] .contact-block a{color:#E4D9CC}
html[data-theme="dark"] .contact-block a:hover{color:#D4B98A}
html[data-theme="dark"] .contact-block__main a{color:#D4B98A}
html[data-theme="dark"] .contact-block__phones li a{color:#E4D9CC}
html[data-theme="dark"] .contact-block__phones li span{color:#A89888}

/* ---------- 执业信息表 ---------- */
html[data-theme="dark"] .compliance-table{background:#221713;border-color:#3A2A22}
html[data-theme="dark"] .compliance-row{border-bottom-color:#2C1F19}
html[data-theme="dark"] .compliance-row__label{
  color:#A89888;background:rgba(212,185,138,.08);border-right-color:#2C1F19;
}
html[data-theme="dark"] .compliance-row__value{color:#E4D9CC}
html[data-theme="dark"] .compliance-row__value a{color:#D4B98A}

/* ---------- 隐私政策正文（页面内联色需 !important 覆盖） ---------- */
html[data-theme="dark"] .privacy-content{color:#C9BBAE !important}
html[data-theme="dark"] .privacy-content h3{color:#F0E7DC}
html[data-theme="dark"] .privacy-content strong{color:#D4B98A}
html[data-theme="dark"] .privacy-content a:hover{color:#E8CFA2}

/* ---------- 新闻详情日期 ---------- */
html[data-theme="dark"] .news-item__day{color:#C9A96E}

/* ---------- 页脚（原本深色，微调对比度） ---------- */
html[data-theme="dark"] .footer{background:#120B0A}

/* ---------- 首页备案信任标识（方案三） ---------- */
.icp-banner{background:#FBF8F3;border-top:1px solid #ECE4D6;padding:28px 0}
.icp-banner__inner{
  display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  padding:18px 28px;
  background:linear-gradient(135deg,rgba(212,185,138,.14),rgba(160,132,83,.06));
  border:1px solid rgba(160,132,83,.32);
  border-radius:10px;
  transition:all .3s ease;
}
.icp-banner__inner:hover{
  border-color:#A08453;background:linear-gradient(135deg,rgba(212,185,138,.22),rgba(160,132,83,.1));
  box-shadow:0 10px 30px -14px rgba(90,26,26,.25);
}
.icp-banner__badge{
  flex:none;width:44px;height:44px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  color:#3E9B4F;
  background:linear-gradient(135deg,#F0F7EE,#E4F0E2);
  border:1px solid #B9D4B4;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6);
}
.icp-banner__text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:200px}
.icp-banner__text strong{font-size:16px;color:#2A2522;font-weight:600;letter-spacing:.02em}
.icp-banner__text em{font-style:normal;font-size:13px;color:#8C7A6E;letter-spacing:.06em}
.icp-banner__arrow{
  font-size:13px;letter-spacing:.08em;color:#A08453;font-weight:600;
  transition:transform .3s ease;
}
.icp-banner__inner:hover .icp-banner__arrow{transform:translateX(4px)}
@media (max-width:600px){
  .icp-banner{padding:20px 0}
  .icp-banner__inner{padding:16px 18px;gap:14px}
  .icp-banner__text strong{font-size:15px}
  .icp-banner__arrow{width:100%;padding-left:58px}
}

/* ---------- Footer 备案信息链接 ---------- */
.footer__beian{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}
.footer__beian a{color:rgba(245,239,230,.65);transition:color .25s}
.footer__beian a:hover{color:#D4B98A}
.footer__beian-sep{color:rgba(245,239,230,.28)}
@media (max-width:600px){
  .footer__bottom{flex-direction:column;align-items:flex-start;gap:8px}
}

/* ---------- 备案详情页深色主题 ---------- */
html[data-theme="dark"] .icp-banner{background:#171110;border-top-color:#3A2A22}
html[data-theme="dark"] .icp-banner__inner{background:rgba(212,185,138,.08);border-color:rgba(160,132,83,.35)}
html[data-theme="dark"] .icp-banner__text strong{color:#F0E7DC}
html[data-theme="dark"] .icp-banner__text em{color:#A89888}
html[data-theme="dark"] .icp-banner__arrow{color:#D4B98A}

/* ---------- 备案查询截图展示 ---------- */
.icp-screenshot{
  margin:32px auto 36px;max-width:760px;
  text-align:center;
}
.icp-screenshot img{
  width:100%;height:auto;display:block;
  border:1px solid rgba(160,132,83,.35);
  border-radius:8px;
  box-shadow:0 16px 40px -18px rgba(42,20,20,.35),inset 0 1px 0 rgba(255,255,255,.4);
  background:#FBF8F3;
}
.icp-screenshot figcaption{
  margin-top:12px;
  font-size:13px;letter-spacing:.06em;
  color:rgba(245,239,230,.7);
  font-family:"Cormorant Garamond",Georgia,serif;
}
html[data-theme="dark"] .icp-screenshot img{
  border-color:rgba(160,132,83,.45);
  box-shadow:0 16px 40px -18px rgba(0,0,0,.7);
  background:#211713;
}
@media (max-width:600px){
  .icp-screenshot{margin:22px auto 28px}
}

/* ---------- 滚动条（webkit） ---------- */
html[data-theme="dark"] ::-webkit-scrollbar{width:10px;height:10px}
html[data-theme="dark"] ::-webkit-scrollbar-track{background:#171110}
html[data-theme="dark"] ::-webkit-scrollbar-thumb{background:#3A2A22;border-radius:5px}
html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover{background:#5A4438}

/* ---------- 主题过渡（切换时平滑渐变，避免生硬跳变） ---------- */
html.theme-transition,
html.theme-transition *,
html.theme-transition *::before,
html.theme-transition *::after{
  transition:background-color .35s ease,color .35s ease,border-color .35s ease !important;
}
