:root {
  --ink: #3a3a3a;
  --muted: #6f675e;
  --paper: #f5f2ec;
  --ivory: #f5f2ec;
  --white: #f9f6f0;
  --line: rgba(107, 78, 55, .18);
  --gold: #c8543a;
  --gold-dark: #2d5a4a;
  --walnut: #6b4e37;
  --night: #2d5a4a;
  --blue: #1b3a5c;
  --peach: #e8a595;
  --sand: #d4b896;
  --brass: #b8915a;
  --shadow: 0 24px 70px rgba(36, 29, 22, .12);
  --radius: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.local-ribbon {
  min-height: 34px;
  padding: 6px 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--paper);
  background: var(--blue);
  font-size: 12px;
  letter-spacing: .08em;
}
.local-ribbon span { color: var(--sand); }

.site-header {
  height: 84px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 30;
  background: rgba(245, 242, 236, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 270px; }
.brand-logo {
  width: 58px; height: 58px; flex: 0 0 58px; display: block; object-fit: contain;
  background: #f5f2ec; border: 1px solid rgba(107,78,55,.12);
}
.brand b { display: block; font-family: "SimSun", serif; font-size: 17px; letter-spacing: .04em; }
.brand small { display: block; margin-top: -3px; color: var(--muted); font-size: 8px; letter-spacing: .16em; }
.main-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(13px, 1.4vw, 26px); }
.main-nav a { position: relative; white-space: nowrap; font-size: 14px; color: #514a42; padding: 30px 0 26px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--gold); transition: .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav a.active { color: var(--ink); font-weight: 700; }
.header-phone { padding-left: 20px; border-left: 1px solid var(--line); line-height: 1.25; }
.header-phone small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.header-phone strong { font-size: 15px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle i { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--ink); }

.home-hero, .page-hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background-color: var(--paper);
  background-image: var(--hero);
  background-size: cover;
  background-position: center;
}
.home-hero { min-height: 670px; }
.page-hero { height: 280px; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(245,242,236,0) 0%, rgba(245,242,236,.06) 46%, rgba(245,242,236,.64) 68%, rgba(245,242,236,.96) 100%);
}
.home-hero .hero-overlay { background: linear-gradient(90deg, rgba(245,242,236,0) 0%, rgba(245,242,236,.04) 44%, rgba(245,242,236,.38) 64%, rgba(245,242,236,.76) 100%); }
.hero-content {
  width: min(48%, 610px);
  position: absolute;
  z-index: 2;
  right: max(5vw, calc((100vw - var(--max)) / 2));
  top: 50%;
  transform: translateY(-50%);
}
.home-hero .hero-content {
  padding: 44px 48px 36px;
  background: rgba(245,242,236,.92);
  border: 0;
  border-left: 1px solid var(--brass);
  box-shadow: 0 24px 70px rgba(58,45,33,.13);
  backdrop-filter: blur(10px);
}
.home-hero .hero-content::before { content: ""; display: block; width: 42px; height: 1px; margin-bottom: 18px; background: var(--brass); }
.home-hero .hero-content h1 { margin: 15px 0 20px; font-size: clamp(38px, 2.55vw, 48px); line-height: 1.16; letter-spacing: .01em; }
.home-title span, .home-title small { display: block; }
.home-title small { margin: 15px 0 0 58px; color: #2d5a4a; font-family: inherit; font-size: .7em; font-weight: 500; letter-spacing: .14em; }
.home-hero .hero-content > p:not(.hero-slogan) { color: #4f4942; font-size: 19px; }
.hero-slogan { width: fit-content; margin: 16px 0 0 !important; padding-top: 14px; color: #2d5a4a !important; border-top: 1px solid rgba(45,90,74,.22); font-size: 15px !important; font-weight: 600; }
.page-hero .hero-content { padding-left: 28px; border-left: 3px solid var(--brass); }
.hero-content .eyebrow { color: var(--gold-dark); }
.hero-content h1 { margin: 12px 0 14px; max-width: 660px; font-family: "SimSun", serif; font-size: clamp(36px, 4vw, 64px); font-weight: 500; line-height: 1.18; letter-spacing: .025em; }
.page-hero .hero-content h1 { font-size: clamp(28px, 2.45vw, 42px); margin: 5px 0 8px; }
.hero-content p { max-width: 620px; margin: 0; color: #5c554d; font-size: 16px; line-height: 1.8; }
.page-hero .hero-content p { font-size: 14px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.image-label {
  display: inline-flex; margin-top: 20px; padding: 5px 10px; border-radius: 999px;
  color: var(--gold-dark); background: rgba(245,242,236,.72); border: 1px solid rgba(45,90,74,.22); font-size: 11px;
}
.page-hero .image-label { margin-top: 10px; }
.home-hero .btn.ghost { color: var(--gold-dark); border-color: rgba(45,90,74,.36); background: rgba(245,242,236,.66); }

.eyebrow { display: inline-block; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h2 { margin: 10px 0 18px; font-family: "SimSun", serif; font-size: clamp(30px, 3.2vw, 48px); font-weight: 500; line-height: 1.28; letter-spacing: .02em; }
h3 { line-height: 1.4; }
.lead { color: #4f4942; font-size: 18px; line-height: 1.9; }
.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 96px 0; }
.section.soft { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.section-head { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head > div { max-width: 800px; }
.section-head h2 { margin-bottom: 10px; }
.section-head p { margin: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; color: var(--gold-dark); font-size: 14px; font-weight: 700; white-space: nowrap; }
.text-link:hover { color: var(--ink); }
.btn { min-height: 48px; padding: 12px 22px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 14px; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #f5f2ec; background: #c8543a; }
.btn.ghost { color: var(--paper); border-color: rgba(245,242,236,.42); background: rgba(245,242,236,.04); }
.btn.dark { color: var(--paper); background: var(--night); }

.proof-strip {
  width: min(var(--max), calc(100% - 48px)); min-height: 106px; margin: -54px auto 0; padding: 24px 34px;
  position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); box-shadow: var(--shadow);
}
.proof-strip div { padding: 0 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-family: "SimSun", serif; font-size: 22px; font-weight: 500; }
.proof-strip span { color: var(--muted); font-size: 12px; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.method-list { border-top: 1px solid var(--line); }
.method-list > div { padding: 23px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.method-list b { font-family: Georgia, serif; color: var(--gold); font-size: 22px; font-style: italic; }
.method-list span { color: var(--muted); }
.method-list strong { margin-bottom: 4px; display: block; color: var(--ink); font-size: 17px; }

.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.content-card { overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(51,42,33,.11); }
.card-media { height: 236px; overflow: hidden; position: relative; background: #e7e0d5; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.content-card:hover .card-media img { transform: scale(1.035); }
.card-media em { position: absolute; left: 12px; bottom: 12px; padding: 5px 9px; color: var(--paper); background: rgba(27,58,92,.78); font-size: 10px; font-style: normal; }
.card-body { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.tag-row { min-height: 27px; display: flex; gap: 5px; flex-wrap: wrap; }
.tag-row span { padding: 3px 7px; color: var(--gold-dark); background: #f2eadf; font-size: 10px; }
.card-body h3 { margin: 14px 0 10px; font-family: "SimSun", serif; font-size: 22px; font-weight: 600; }
.card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.card-foot { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 12px; }
.card-foot a { color: var(--gold-dark); font-weight: 700; }
.status { padding: 4px 8px; border-radius: 999px; color: #35624b; background: #e8f2eb; font-size: 10px; white-space: nowrap; }
.status.pending { color: #8a5b22; background: #f8ecdc; }

.material-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.story-image { height: 480px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.story-image span { position: absolute; left: 18px; bottom: 18px; padding: 6px 10px; color: var(--paper); background: rgba(27,58,92,.78); font-size: 11px; }
.material-story p { color: var(--muted); }
.mini-points { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-points span { padding: 13px 14px; border-left: 2px solid var(--gold); background: var(--paper); font-size: 13px; }

.region-panel { padding: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; color: #f5f2ec; background: var(--night); }
.region-panel p { color: rgba(245,242,236,.7); }
.region-tags { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.region-tags a { min-height: 56px; display: grid; place-items: center; border: 1px solid rgba(245,242,236,.18); color: var(--sand); font-size: 13px; }
.region-tags a:hover { background: rgba(245,242,236,.07); }

.article-list { border-top: 1px solid var(--line); }
.article-list article { padding: 24px 0; display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.article-list article > span { color: var(--gold-dark); font-size: 11px; font-weight: 700; }
.article-list h3 { margin: 0 0 5px; font-size: 18px; }
.article-list p { margin: 0; color: var(--muted); font-size: 13px; }
.article-list a { color: var(--gold-dark); font-size: 12px; font-weight: 700; }
.article-list.large article { padding: 34px 0; }
.article-list.large h3 { font-family: "SimSun", serif; font-size: 25px; }
.news-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.news-category-card { min-height: 190px; padding: 28px; display: flex; flex-direction: column; color: inherit; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: background .2s ease, transform .2s ease; }
.news-category-card:hover { background: var(--paper); transform: translateY(-2px); }
.news-category-card small { color: var(--gold-dark); font-family: "SimSun", serif; font-size: 24px; }
.news-category-card strong { margin: 30px 0 10px; font-family: "SimSun", serif; font-size: 22px; font-weight: 500; }
.news-category-card span { color: var(--muted); font-size: 12px; line-height: 1.8; }
.news-category-library { padding-top: 0; }
.news-category-section { padding: 54px 0; border-top: 1px solid var(--line); scroll-margin-top: 125px; }
.news-category-head { display: grid; grid-template-columns: 240px 1fr auto; align-items: baseline; gap: 40px; }
.news-category-head > span { font-family: "SimSun", serif; font-size: 30px; }
.news-category-head p { margin: 0; color: var(--muted); }
.news-archive-head { padding-bottom: 34px; }
.news-archive-head h1 { margin: 14px 0 10px; font-family: "SimSun",serif; font-size: clamp(36px,5vw,62px); font-weight: 400; }
.news-archive-head p { max-width: 760px; color: var(--muted); font-size: 15px; }
.news-archive-head small { color: var(--gold-dark); }
.pagination { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.pagination a { min-width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); border: 1px solid var(--line); background: var(--paper); }
.pagination a.active { color: white; border-color: var(--green); background: var(--green); }
.news-empty { padding: 30px 0; color: var(--muted); border-bottom: 1px solid var(--line); }

.appointment {
  width: min(var(--max), calc(100% - 48px)); margin: 20px auto 96px; padding: 64px;
  display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; color: var(--paper);
  background: linear-gradient(135deg, var(--blue), var(--night));
}
.appointment-copy h2 { font-size: 40px; }
.appointment-copy p, .appointment-copy li { color: rgba(245,242,236,.7); }
.appointment-copy ul { padding-left: 20px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.lead-form label { color: rgba(245,242,236,.76); font-size: 12px; }
.lead-form input, .lead-form textarea {
  width: 100%; margin-top: 7px; padding: 12px 14px; color: var(--paper); background: rgba(245,242,236,.08); border: 1px solid rgba(245,242,236,.2); outline: 0;
}
.lead-form input:focus, .lead-form textarea:focus { border-color: #c6a170; }
.lead-form textarea { min-height: 92px; resize: vertical; }
.lead-form .wide { grid-column: 1 / -1; }
.lead-form .privacy { display: flex; gap: 8px; align-items: flex-start; }
.lead-form .privacy input { width: 16px; margin-top: 4px; }
.form-result { margin: 0; color: #e2c79f; font-size: 13px; }

.split-note { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.split-note p { color: var(--muted); }
.split-note ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; list-style-position: inside; }
.split-note li { padding: 15px; background: var(--paper); border-left: 2px solid var(--gold); font-size: 13px; }

.area-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.area-card { min-height: 235px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: linear-gradient(145deg, #f9f6f0, #eee7dc); }
.area-card > span { color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.area-card h3 { margin: 18px 0 8px; font-family: "SimSun", serif; font-size: 25px; }
.area-card p { margin: 0; color: var(--muted); font-size: 13px; }
.area-card a { margin-top: auto; color: var(--gold-dark); font-size: 12px; font-weight: 700; }
.process { padding: 70px; width: min(var(--max), calc(100% - 48px)); background: var(--paper); }
.process-row { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-row > div { padding: 30px 28px; border-right: 1px solid var(--line); }
.process-row > div:last-child { border: 0; }
.process-row b { color: var(--gold); font-family: Georgia, serif; font-style: italic; }
.process-row h3 { margin: 20px 0 8px; }
.process-row p { color: var(--muted); font-size: 13px; }

.case-template { padding: 72px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; color: #f5f2ec; background: var(--walnut); }
.case-template p { color: rgba(245,242,236,.72); }
.template-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.template-fields span { padding: 15px; border: 1px solid rgba(245,242,236,.18); color: var(--sand); font-size: 13px; }

.content-rule { padding: 60px 70px; background: var(--paper); }
.rule-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.rule-grid div { padding: 25px; background: var(--white); border: 1px solid var(--line); }
.rule-grid b { display: block; margin-bottom: 26px; color: var(--gold); font-family: Georgia, serif; font-style: italic; }
.rule-grid span { font-size: 14px; }

.about-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.fact-board { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.fact-board > div { min-height: 155px; padding: 24px; background: var(--paper); }
.fact-board span { color: var(--gold-dark); font-size: 10px; letter-spacing: .12em; }
.fact-board strong { margin: 10px 0 6px; display: block; font-size: 14px; }
.fact-board p { margin: 0; color: var(--muted); font-size: 13px; }
.values { padding-top: 0; display: grid; grid-template-columns: repeat(3,1fr); }
.values article { min-height: 260px; padding: 44px; color: var(--paper); background: var(--night); border-right: 1px solid rgba(245,242,236,.12); }
.values article:nth-child(2) { background: var(--walnut); }
.values b { color: var(--gold); font-family: Georgia, serif; font-size: 25px; font-style: italic; }
.values h3 { margin: 42px 0 10px; font-family: "SimSun", serif; font-size: 28px; }
.values p { color: rgba(245,242,236,.68); font-size: 13px; }

.faq-layout { display: grid; grid-template-columns: 350px 1fr; gap: 80px; align-items: start; }
.faq-layout aside { position: sticky; top: 30px; }
.faq-layout aside p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--gold); font-size: 22px; font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > div { padding: 0 45px 26px 0; color: var(--muted); font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.contact-card, .map-placeholder { min-height: 440px; padding: 56px; }
.contact-card { color: var(--paper); background: var(--night); }
.contact-line { margin: 30px 0; display: block; }
.contact-line small { display: block; color: #c5a67c; font-size: 11px; }
.contact-line strong { margin-top: 7px; display: block; font-family: "SimSun", serif; font-size: 26px; font-weight: 500; line-height: 1.55; }
.contact-card > p { color: rgba(245,242,236,.64); font-size: 13px; }
.map-placeholder { display: flex; flex-direction: column; justify-content: end; background: linear-gradient(135deg, #eee6d9, #d8ccba); position: relative; overflow: hidden; }
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(80,64,48,.15); border-radius: 50%; }
.map-placeholder::before { width: 440px; height: 440px; left: -80px; top: -160px; }
.map-placeholder::after { width: 260px; height: 260px; right: -40px; top: 40px; }
.map-placeholder span { color: var(--gold-dark); font-size: 11px; letter-spacing: .2em; }
.map-placeholder h3, .map-placeholder p { position: relative; z-index: 1; }
.map-placeholder h3 { margin: 8px 0; font-family: "SimSun", serif; font-size: 30px; }
.map-placeholder p { max-width: 410px; color: var(--muted); }
.map-links { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; }
.map-links a { color: var(--gold-dark); font-weight: 600; font-size: 14px; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.map-links a:hover { opacity: .75; }
.map-note { margin-top: 12px; font-size: 12px; opacity: .8; }

.detail-intro { padding-top: 54px; padding-bottom: 48px; }
.breadcrumb { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb i { color: var(--sand); font-style: normal; }
.breadcrumb span { max-width: 540px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.detail-lead { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; background: var(--paper); box-shadow: var(--shadow); }
.detail-lead figure { min-height: 520px; margin: 0; position: relative; overflow: hidden; background: var(--walnut); }
.detail-lead figure img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.detail-lead figcaption { position: absolute; left: 18px; bottom: 18px; padding: 6px 10px; color: var(--paper); background: rgba(27,58,92,.8); font-size: 11px; }
.detail-title { padding: clamp(42px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, var(--paper), #eee7dc); }
.detail-title h1 { margin: 12px 0 20px; font-family: "SimSun", serif; font-size: clamp(34px, 3.4vw, 52px); font-weight: 500; line-height: 1.25; }
.detail-title > p { margin: 0 0 25px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.detail-title .tag-row { margin-bottom: 22px; }
.detail-title .status { align-self: flex-start; }
.detail-content { padding-top: 48px; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: start; }
.detail-content article { min-width: 0; }
.detail-copy { margin: 0; color: #4f4942; font-size: 17px; line-height: 2.05; white-space: normal; }
.detail-copy h2 { margin: 46px 0 14px; padding-bottom: 12px; color: var(--green); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 25px; line-height: 1.45; border-bottom: 1px solid rgba(184,145,90,.28); }
.detail-copy h2:first-child { margin-top: 0; }
.detail-copy h3 { margin: 30px 0 8px; color: var(--brown); font-size: 19px; line-height: 1.55; }
.detail-copy p { margin: 0 0 18px; }
.detail-copy ul { margin: 4px 0 22px; padding: 18px 22px 18px 42px; background: rgba(245,242,236,.75); border-left: 3px solid var(--brass); }
.detail-copy li { margin: 5px 0; }
.detail-content aside { padding: 36px; position: sticky; top: 26px; color: var(--paper); background: var(--night); }
.detail-content aside h3 { margin: 10px 0 22px; font-family: "SimSun", serif; font-size: 27px; font-weight: 500; }
.detail-content aside ol { margin: 0 0 30px; padding-left: 22px; }
.detail-content aside li { padding: 9px 0; color: rgba(245,242,236,.72); border-bottom: 1px solid rgba(245,242,236,.12); font-size: 13px; }
.detail-content aside .btn { width: 100%; color: var(--blue); background: var(--sand); }
.detail-gallery > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.detail-gallery figure { margin: 0; position: relative; overflow: hidden; background: var(--paper); }
.detail-gallery img { width: 100%; height: 280px; display: block; object-fit: cover; }
.detail-gallery figcaption { padding: 6px 9px; position: absolute; left: 8px; bottom: 8px; color: var(--white); background: rgba(27,58,92,.74); font-size: 9px; }
.evidence-note { margin: 34px 0; padding: 24px 26px; border-left: 3px solid var(--gold); background: rgba(200,84,58,.08); }
.evidence-note b { color: var(--gold); }
.evidence-note p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.detail-meta { margin-top: 38px; display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); }
.detail-meta div { min-height: 105px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-meta div:nth-child(2n) { border-right: 0; }
.detail-meta small { display: block; color: var(--muted); }
.detail-meta strong { margin-top: 10px; display: block; font-size: 15px; }
.related { padding-top: 35px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-grid a { min-height: 190px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, border-color .2s ease; }
.related-grid a:hover { transform: translateY(-3px); border-color: var(--gold); }
.related-grid span { color: var(--gold-dark); font-size: 10px; letter-spacing: .12em; }
.related-grid strong { margin: 24px 0; font-family: "SimSun", serif; font-size: 21px; line-height: 1.55; }
.related-grid small { margin-top: auto; color: var(--gold); }

.site-footer { padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 26px; color: #f5f2ec; background: #1b3a5c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1.1fr .9fr; gap: 50px; }
.footer-brand { font-family: "SimSun", serif; font-size: 25px; }
.site-footer p { color: rgba(245,242,236,.6); font-size: 12px; }
.site-footer h3 { margin-top: 0; color: #d6bb94; font-size: 12px; }
.site-footer a { display: block; margin: 7px 0; color: rgba(245,242,236,.72); font-size: 12px; }
.site-footer .admin-entry { color: #e1c69e; font-weight: 700; }
.draft-note { padding: 5px 9px; color: #d6bb94; border: 1px solid rgba(214,187,148,.25); font-size: 10px; }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(245,242,236,.42); border-top: 1px solid rgba(245,242,236,.11); font-size: 10px; }
.footer-bottom .filing-links { display: inline-flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.site-footer .footer-bottom .filing-link { display: inline-flex; align-items: center; margin: 0; color: rgba(245,242,236,.68); font-size: inherit; text-decoration: none; }
.site-footer .footer-bottom .police-filing-link::before { width: 12px; height: 14px; margin-right: 5px; display: inline-block; content: ""; border: 1px solid rgba(214,187,148,.72); border-radius: 6px 6px 8px 8px; box-sizing: border-box; }
.site-footer .footer-bottom .filing-link:hover { color: #f5f2ec; }
.mobile-cta { display: none; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto auto 1fr; padding: 0 24px; }
  .header-phone { display: none; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 12px; }
}

@media (max-width: 900px) {
  .news-category-grid { grid-template-columns: repeat(2, 1fr); }
  .news-category-head { grid-template-columns: 1fr; gap: 8px; }
  body { padding-bottom: 58px; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .brand { min-width: 0; }
  .brand b { font-size: 15px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 10px 24px 22px; flex-direction: column; align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(30,25,20,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 0; font-size: 14px; }
  .main-nav a::after { bottom: 6px; }
  .home-hero { min-height: 620px; background-position: 34% center; }
  .page-hero { height: 360px; background-position: 40% center; }
  .hero-overlay, .home-hero .hero-overlay { background: linear-gradient(180deg, rgba(245,242,236,.02) 0%, rgba(245,242,236,.18) 42%, rgba(245,242,236,.96) 78%, rgba(245,242,236,1) 100%); }
  .hero-content { width: auto; left: 24px; right: 24px; top: auto; bottom: 34px; transform: none; }
  .home-hero .hero-content { padding: 26px 24px; background: rgba(245,242,236,.88); box-shadow: 0 16px 36px rgba(58,45,33,.12); }
  .page-hero .hero-content { padding-left: 20px; }
  .hero-content h1 { font-size: 38px; }
  .home-hero .hero-content h1 { font-size: 32px; }
  .home-title small { margin-left: 30px; }
  .page-hero .hero-content h1 { font-size: 30px; }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-top: 0; }
  .proof-strip div { padding: 16px 20px; border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .intro-grid, .material-story, .region-panel, .appointment, .split-note, .case-template, .about-intro, .contact-grid, .detail-lead, .detail-content { grid-template-columns: 1fr; gap: 42px; }
  .card-grid.three { grid-template-columns: 1fr 1fr; }
  .area-grid, .process-row, .rule-grid { grid-template-columns: 1fr 1fr; }
  .detail-gallery > div:last-child { grid-template-columns: repeat(2,1fr); }
  .region-tags { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-layout aside { position: static; }
  .detail-lead { min-height: 0; }
  .detail-lead figure { min-height: 430px; }
  .detail-content aside { position: static; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .mobile-cta { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 26px rgba(31,25,20,.15); }
  .mobile-cta a { display: grid; place-items: center; color: var(--paper); background: var(--night); font-size: 14px; font-weight: 700; }
  .mobile-cta a:last-child { color: var(--paper); background: var(--gold); }
}

@media (max-width: 620px) {
  .news-category-grid { grid-template-columns: 1fr; }
  .news-category-card { min-height: auto; }
  .local-ribbon { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .local-ribbon strong { display: none; }
  .site-header { padding: 0 18px; }
  .brand-logo { width: 44px; height: 44px; flex-basis: 44px; }
  .brand b { font-size: 14px; }
  .home-hero { min-height: 590px; }
  .hero-content h1 { font-size: 34px; }
  .hero-content p { font-size: 14px; }
  .detail-intro { padding-top: 28px; }
  .breadcrumb span { max-width: 220px; }
  .detail-lead figure { min-height: 330px; }
  .detail-title { padding: 32px 24px; }
  .detail-title h1 { font-size: 32px; }
  .detail-content { padding-top: 15px; }
  .detail-copy { font-size: 15px; }
  .detail-content aside { padding: 28px 24px; }
  .detail-meta, .related-grid { grid-template-columns: 1fr; }
  .detail-meta div { border-right: 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .section, .appointment, .process { width: calc(100% - 32px); padding: 72px 0; }
  .detail-intro { padding-top: 28px; padding-bottom: 38px; }
  .detail-content { padding-top: 18px; }
  .section.soft { width: 100%; padding-left: 16px; padding-right: 16px; }
  .section-head { align-items: start; flex-direction: column; }
  h2 { font-size: 31px; }
  .proof-strip { width: 100%; padding: 12px 16px; box-shadow: none; border-bottom: 1px solid var(--line); }
  .proof-strip div { padding: 14px 8px; }
  .proof-strip strong { font-size: 18px; }
  .card-grid.three, .area-grid, .process-row, .rule-grid, .values { grid-template-columns: 1fr; }
  .card-media { height: 245px; }
  .story-image { height: 340px; }
  .region-panel, .case-template, .content-rule, .appointment, .contact-card, .map-placeholder { width: calc(100% - 32px); padding: 38px 24px; }
  .region-panel, .case-template { margin-left: auto; margin-right: auto; }
  .process { padding: 38px 24px; }
  .process-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .article-list article { grid-template-columns: 1fr; gap: 8px; }
  .article-list a { margin-top: 5px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .wide { grid-column: auto; }
  .split-note ol, .fact-board { grid-template-columns: 1fr; }
  .detail-gallery > div:last-child { grid-template-columns: 1fr; }
  .detail-gallery img { height: 240px; }
  .values article { min-height: 220px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-bottom .filing-links { justify-content: flex-start; gap: 8px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.adaptive-product { padding-top: 52px; padding-bottom: 52px; }
.adaptive-head { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; }
.adaptive-head h2 { margin: 8px 0 10px; font-family: "SimSun", serif; font-size: 32px; font-weight: 500; }
.adaptive-head p { max-width: 760px; margin: 0; color: #71695f; line-height: 1.8; }
.adaptive-tabs { display: flex; gap: 6px; padding: 5px; background: #e9e3d9; }
.adaptive-tabs button { min-height: 44px; padding: 10px 14px; color: #615b53; background: transparent; border: 0; cursor: pointer; touch-action: manipulation; }
.adaptive-tabs button.active { color: #f5f2ec; background: #2d5a4a; }
.adaptive-panes { margin-top: 24px; border: 1px solid var(--line); border-left: 3px solid var(--brass); background: rgba(255,255,255,.72); }
.adaptive-panes article { min-height: 148px; padding: 30px 34px; }
.adaptive-panes article[hidden] { display: none; }
.adaptive-panes b { display: block; margin-bottom: 10px; color: var(--gold-dark); letter-spacing: .08em; }
.adaptive-panes p { max-width: 980px; margin: 0 0 14px; color: #514b44; font-size: 16px; line-height: 1.9; }
.adaptive-panes a { color: #2d5a4a; font-weight: 700; }

.qa-widget { position: fixed; z-index: 80; right: 24px; bottom: 24px; font-family: inherit; }
.qa-trigger { min-width: 164px; min-height: 48px; padding: 13px 18px; display: grid; gap: 2px; text-align: left; color: #f5f2ec; background: #234c40; border: 1px solid rgba(214,181,130,.65); box-shadow: 0 15px 35px rgba(27,49,43,.22); cursor: pointer; touch-action: manipulation; }
.qa-trigger span { font-family: "SimSun", serif; font-size: 20px; }
.qa-trigger small { color: rgba(245,242,236,.74); font-size: 10px; letter-spacing: .04em; }
.qa-panel { width: min(420px, calc(100vw - 32px)); max-height: min(680px, calc(100vh - 110px)); position: absolute; right: 0; bottom: calc(100% + 12px); overflow: hidden; color: #3e3933; background: #f7f4ee; border: 1px solid #d7cdbf; box-shadow: 0 28px 75px rgba(24,40,35,.28); }
.qa-panel[hidden] { display: none; }
.qa-panel > header { padding: 18px 20px; display: flex; justify-content: space-between; gap: 14px; color: #f5f2ec; background: #234c40; }
.qa-panel > header span, .qa-panel > header small { display: block; }
.qa-panel > header span { font-size: 16px; font-weight: 700; }
.qa-panel > header small { margin-top: 4px; color: rgba(245,242,236,.68); font-size: 10px; }
.qa-close { width: 30px; height: 30px; flex: 0 0 auto; color: #f5f2ec; background: transparent; border: 1px solid rgba(255,255,255,.25); font-size: 20px; cursor: pointer; }
.qa-messages { max-height: 340px; padding: 16px; overflow-y: auto; background: #f2eee7; }
.qa-message, .qa-answer-card { max-width: 92%; margin: 0 0 12px; padding: 12px 14px; color: #49433d; background: #fff; border: 1px solid #ddd4c8; font-size: 13px; line-height: 1.7; }
.qa-message.user { margin-left: auto; color: #f5f2ec; background: #315f50; border-color: #315f50; }
.qa-answer-card p { margin: 0; }
.qa-sources { margin-top: 12px; padding-top: 10px; display: grid; gap: 5px; border-top: 1px solid #e5ddd2; }
.qa-sources b { color: #8c6f4c; font-size: 11px; }
.qa-sources a, .qa-sources span { color: #315f50; font-size: 11px; }
.qa-feedback { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; color: #71695f; font-size: 10px; }
.qa-feedback button { padding: 5px 8px; color: #315f50; background: transparent; border: 1px solid #cfc4b7; cursor: pointer; }
.qa-suggestions { padding: 0 16px 10px; display: flex; gap: 6px; overflow-x: auto; background: #f2eee7; }
.qa-suggestions button { padding: 7px 9px; flex: 0 0 auto; color: #315f50; background: #fff; border: 1px solid #d8cec2; font-size: 10px; cursor: pointer; }
.qa-form { padding: 14px 16px 8px; background: #fff; border-top: 1px solid #ded5c8; }
.qa-form label { display: block; margin-bottom: 6px; color: #736b61; font-size: 10px; }
.qa-form > div { display: grid; grid-template-columns: 1fr auto; }
.qa-form input { min-width: 0; padding: 11px 12px; border: 1px solid #cec3b6; outline: none; }
.qa-form input:focus { border-color: #315f50; }
.qa-form button { padding: 0 16px; color: #f5f2ec; background: #c66c4b; border: 0; font-weight: 700; cursor: pointer; }
.qa-form button:disabled { opacity: .55; }
.qa-privacy { margin: 0; padding: 0 16px 14px; color: #8a8177; background: #fff; font-size: 9px; line-height: 1.5; }

@media (min-width: 1180px) {
  body[data-page="products"] .adaptive-head { padding-right: 196px; }
}

@media (max-width: 1179px) {
  body[data-page="products"] .public-contact-widget { display: none; }
}

body[data-page="faq"] .public-contact-widget { display: none; }

@media (max-width: 760px) {
  .adaptive-head { grid-template-columns: 1fr; gap: 18px; }
  .adaptive-tabs { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .adaptive-tabs button { min-width: 0; padding: 9px 6px; white-space: normal; line-height: 1.35; }
  .adaptive-panes article { padding: 24px 20px; }
  .qa-widget { right: 12px; bottom: 70px; }
  .qa-trigger { min-width: 136px; padding: 10px 13px; }
  .qa-panel { max-height: calc(100vh - 150px); }
  .qa-messages { max-height: 260px; }
}
