:root {
  --ink: #102844;
  --ink-2: #173757;
  --blue: #154f8b;
  --blue-2: #0c3d70;
  --blue-soft: #eaf2f9;
  --gold: #7b5a1f;
  --gold-2: #d2ad64;
  --gold-light: #f2d99d;
  --gold-soft: #f6f0e4;
  --paper: #f5f7f9;
  --line: #dce3ea;
  --text: #28394e;
  --muted: #5d6f82;
  --white: #fff;
  --shadow: 0 18px 48px rgba(16, 40, 68, .10);
  --shadow-sm: 0 8px 24px rgba(16, 40, 68, .08);
  --radius: 6px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--gold); }
:where(a, button, summary, input, textarea, select):focus-visible { outline: 3px solid var(--gold-2); outline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .7em; color: var(--ink); line-height: 1.3; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
ul, ol { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 820px); }
.site-main { min-height: 45vh; overflow: hidden; }
.limin-icon { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { top: 8px; left: 8px; width: auto; height: auto; padding: 10px 16px; clip: auto; z-index: 99999; color: var(--ink); background: var(--white); border-radius: 3px; }

/* Header */
.site-header { position: relative; z-index: 80; background: var(--white); box-shadow: 0 1px 0 rgba(16,40,68,.09); }
.utility-bar { color: rgba(255,255,255,.78); background: var(--ink); font-size: 13px; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { display: flex; align-items: center; gap: 12px; margin: 0; }
.utility-badge { color: var(--gold-2); font-weight: 700; }
.utility-text { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.18); }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-links a, .utility-links span { display: inline-flex; align-items: center; gap: 6px; color: inherit; }
.utility-links a:hover { color: var(--white); }
.branding-inner { min-height: 105px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.site-branding { display: flex; align-items: center; gap: 15px; }
.custom-logo { width: 68px; max-height: 68px; object-fit: contain; }
.brand-mark { width: 66px; height: 66px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--gold-2); border: 3px solid #d8bd79; border-radius: 50%; box-shadow: inset 0 0 0 3px var(--ink); }
.brand-mark > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold-2); background: var(--ink); border-radius: 50%; font-family: SimSun, serif; font-size: 27px; font-weight: 800; }
.brand-mark.small { width: 48px; height: 48px; border-width: 2px; box-shadow: inset 0 0 0 2px var(--ink); }
.brand-mark.small > span { width: 34px; height: 34px; font-size: 21px; }
.site-title { margin: 0; font-family: "Noto Serif SC", "Source Han Serif SC", SimSun, serif; font-size: clamp(24px, 2.2vw, 33px); font-weight: 800; letter-spacing: .06em; line-height: 1.2; }
.site-title a { color: var(--ink); }
.site-tagline { margin: 7px 0 0; color: var(--muted); font-size: 13px; letter-spacing: .32em; }
.header-contact { display: flex; align-items: center; gap: 12px; padding-left: 28px; border-left: 1px solid var(--line); }
.header-contact-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.header-contact-icon .limin-icon { width: 21px; height: 21px; }
.header-contact small { display: block; color: var(--muted); font-size: 12px; }
.header-contact a { color: var(--ink); font-family: Georgia, serif; font-size: 23px; font-weight: 700; letter-spacing: .03em; }
.main-navigation { color: var(--white); background: var(--blue-2); }
.nav-inner { min-height: 54px; display: flex; align-items: stretch; justify-content: space-between; }
.primary-menu-wrap { flex: 1; }
.primary-menu { display: flex; align-items: stretch; min-height: 54px; margin: 0; padding: 0; list-style: none; }
.primary-menu > li { position: relative; display: flex; align-items: stretch; }
.primary-menu > li > a { min-width: 104px; padding: 14px 23px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.9); font-size: 15px; font-weight: 600; }
.primary-menu > li:first-child > a { padding-left: 0; justify-content: flex-start; min-width: 82px; }
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { color: var(--gold-2); }
.primary-menu > li > a::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 3px; background: var(--gold-2); transform: scaleX(0); transition: transform .2s ease; }
.primary-menu > li > a:hover::after, .primary-menu > li.current-menu-item > a::after { transform: scaleX(1); }
.primary-menu .sub-menu { position: absolute; top: 100%; left: 0; width: 220px; margin: 0; padding: 8px; list-style: none; background: var(--white); box-shadow: var(--shadow); border-top: 3px solid var(--gold); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-menu .sub-menu a { display: block; padding: 9px 12px; color: var(--text); }
.primary-menu .sub-menu a:hover { color: var(--blue); background: var(--blue-soft); }
.menu-toggle { display: none; }
.search-toggle { width: 54px; margin: 0; padding: 0; color: var(--white); background: rgba(255,255,255,.07); border: 0; cursor: pointer; }
.search-toggle:hover { color: var(--gold-2); background: rgba(255,255,255,.12); }
.header-search { padding: 16px 0; color: var(--text); background: var(--white); box-shadow: var(--shadow-sm); }
.search-form { display: flex; gap: 0; width: 100%; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 16px; color: var(--text); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius) 0 0 var(--radius); outline: none; }
.search-field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,79,139,.12); }
.search-submit { min-width: 105px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--blue); border: 0; border-radius: 0 var(--radius) var(--radius) 0; cursor: pointer; }

/* Common components */
.section { padding: 92px 0; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-eyebrow.light { color: var(--gold-light); }
.section-heading h2, .process-heading h2, .about-copy h2, .faq-intro h2 { font-family: "Noto Serif SC", "Source Han Serif SC", SimSun, serif; font-size: clamp(30px, 4vw, 44px); }
.section-heading h2::after { content: ""; width: 46px; height: 3px; display: block; margin: 18px auto 0; background: var(--gold); }
.section-description { max-width: 680px; margin: 20px auto 0; color: var(--muted); }
.button { min-height: 48px; padding: 11px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); border: 1px solid transparent; border-radius: 3px; font-weight: 700; line-height: 1.4; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-2); }
.button-gold:hover { color: var(--ink); background: #e1bf79; }
.button-glass { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }
.button-glass:hover { color: var(--white); background: rgba(255,255,255,.16); }
.button-blue { color: var(--white); background: var(--blue); }
.button-blue:hover { color: var(--white); background: var(--blue-2); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--blue); background: var(--gold-soft); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.45); }
.button-outline-light:hover { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 700; }
.text-link .limin-icon { width: 16px; transition: transform .2s ease; }
.text-link:hover .limin-icon { transform: translateX(4px); }

/* Hero */
.hero { position: relative; min-height: 655px; display: flex; align-items: center; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media picture { width: 100%; height: 100%; display: block; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-shade { background: linear-gradient(90deg, rgba(7,30,55,.94) 0%, rgba(7,30,55,.82) 43%, rgba(7,30,55,.28) 75%, rgba(7,30,55,.1) 100%), linear-gradient(0deg, rgba(7,30,55,.45), transparent 50%); }
.hero-inner { position: relative; z-index: 2; padding-top: 12px; padding-bottom: 108px; }
.hero-content { max-width: 760px; }
.hero-kicker { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; color: var(--gold-2); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.hero-kicker span { padding: 5px 11px; background: rgba(8,32,59,.45); border: 1px solid rgba(210,173,100,.45); }
.hero h1 { margin-bottom: 22px; color: var(--white); font-family: "Noto Serif SC", "Source Han Serif SC", SimSun, serif; font-size: clamp(40px, 5vw, 62px); font-weight: 800; letter-spacing: .02em; line-height: 1.24; text-shadow: 0 3px 20px rgba(0,0,0,.28); }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero-lead { max-width: 700px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-note { margin: 20px 0 0; display: flex; align-items: flex-start; gap: 8px; color: rgba(255,255,255,.64); font-size: 13px; }
.hero-facts-wrap { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; background: rgba(7,30,55,.88); border-top: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.hero-facts { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.hero-facts > div { padding: 13px 28px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts strong { color: var(--gold-2); font-family: Georgia, serif; font-size: 38px; line-height: 1; white-space: nowrap; }
.hero-facts sup { font-family: inherit; font-size: 14px; }
.hero-facts span { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.answer-strip { color: var(--text); background: var(--gold-soft); border-bottom: 1px solid #eadfc6; }
.answer-strip-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.answer-strip p { margin: 0; font-size: 14px; }
.answer-label { display: flex; align-items: center; gap: 8px; color: #79591c; font-size: 13px; font-weight: 800; white-space: nowrap; }
.answer-label .limin-icon { width: 18px; height: 18px; }
.answer-strip a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; white-space: nowrap; }

/* Services */
.services-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 300px; padding: 32px 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-6px); border-top-color: var(--gold); box-shadow: var(--shadow); }
.service-card::after { content: "鉴"; position: absolute; right: -6px; bottom: -36px; color: rgba(16,40,68,.035); font-family: SimSun, serif; font-size: 132px; font-weight: 900; line-height: 1; }
.service-icon { width: 52px; height: 52px; margin-bottom: 24px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 50%; }
.service-icon .limin-icon { width: 25px; height: 25px; }
.service-meta { margin: -12px 0 7px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.service-card h2, .service-card h3 { font-size: 21px; }
.service-card h2 a, .service-card h3 a { color: inherit; }
.service-card > p:not(.service-meta) { min-height: 78px; color: var(--muted); font-size: 14px; }
.service-card .text-link { position: relative; z-index: 1; font-size: 14px; }
.scope-notice { margin-top: 28px; padding: 19px 22px; display: flex; align-items: flex-start; gap: 13px; background: var(--blue-soft); border-left: 4px solid var(--blue); }
.scope-notice > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); }
.scope-notice p { margin: 0; font-size: 14px; }

/* Process */
.process-section { color: rgba(255,255,255,.72); background: var(--ink); }
.process-section .section-eyebrow, .ability-copy .section-eyebrow { color: var(--gold-light); }
.process-heading { margin-bottom: 46px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.process-heading h2 { margin: 0; color: var(--white); }
.process-heading > p { max-width: 380px; margin: 0; font-size: 14px; }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { position: relative; padding: 0 30px; border-left: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { padding-left: 0; border-left: 0; }
.process-list li:last-child { padding-right: 0; }
.step-no { margin-bottom: 23px; display: block; color: var(--gold-2); font-family: Georgia, serif; font-size: 37px; font-weight: 700; line-height: 1; }
.process-list h3 { margin-bottom: 9px; color: var(--white); font-size: 18px; }
.process-list p { margin: 0; font-size: 13px; line-height: 1.8; }

/* About */
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 78px; }
.about-gallery { position: relative; min-height: 0; }
.about-photo-main { position: relative; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.about-photo-main img { width: 100%; height: auto; object-fit: contain; }
.about-badge { position: absolute; left: -20px; bottom: 38px; width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--gold-2); border-radius: 50%; box-shadow: var(--shadow); }
.about-badge strong { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.about-badge span { margin-top: 7px; font-size: 12px; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p { color: var(--muted); }
.citation-summary { margin-bottom: 22px; padding: 20px 23px; background: var(--white); border-left: 4px solid var(--gold); box-shadow: var(--shadow-sm); }
.citation-summary .citation-label { margin: 0 0 7px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.citation-summary p:last-child { margin: 0; color: var(--text); font-size: 14px; }
.check-list { margin: 24px 0 30px; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 650; }
.check-list .limin-icon { width: 21px; height: 21px; padding: 3px; color: var(--white); background: var(--blue); border-radius: 50%; }

/* Qualifications */
.qualification-section { background: var(--white); }
.qualification-grid { display: grid; grid-template-columns: 1.45fr .775fr .775fr; gap: 20px; align-items: stretch; }
.certificate-card { position: relative; min-height: 420px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.certificate-card img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.certificate-card:hover img { transform: scale(1.025); }
.certificate-main img { object-fit: cover; }
.certificate-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(7,30,55,.92)); pointer-events: none; }
.certificate-card > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 21px; }
.certificate-card strong { display: block; color: var(--white); font-size: 18px; }
.certificate-card small { color: rgba(255,255,255,.68); }
.ability-row { margin-top: 24px; padding: 32px 36px; display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 45px; background: var(--ink); border-radius: var(--radius); }
.ability-copy h3 { color: var(--white); font-size: 24px; }
.ability-copy p:last-child { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.ability-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.ability-tags span { padding: 9px 14px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 2px; font-size: 13px; }
.ability-gallery { margin-top: 24px; padding-bottom: 8px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(145px, 1fr); gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-color: var(--gold) var(--paper); }
.ability-gallery a { position: relative; height: 225px; overflow: hidden; scroll-snap-align: start; color: var(--white); background: var(--ink); border-radius: 4px; }
.ability-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .25s ease; }
.ability-gallery a:hover img { transform: scale(1.035); }
.ability-gallery a::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(7,30,55,.92)); }
.ability-gallery span { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; font-size: 11px; font-weight: 700; line-height: 1.5; }

/* Locations */
.locations-section { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.location-card { overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.location-image { position: relative; height: 225px; overflow: hidden; background: var(--ink); }
.location-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.location-card:hover .location-image img { transform: scale(1.04); }
.location-image span { position: absolute; left: 0; bottom: 0; padding: 6px 13px; color: var(--ink); background: var(--gold-2); font-size: 12px; font-weight: 800; }
.location-content { padding: 26px 26px 28px; }
.location-content h3 { font-size: 21px; }
.location-content > p { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 13px; }
.location-content .limin-icon { margin-top: 4px; color: var(--gold); }
.location-note { min-height: 46px; padding-left: 23px; }

/* FAQ */
.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: 340px 1fr; gap: 90px; }
.faq-intro { position: sticky; top: 30px; align-self: start; }
.faq-intro > p:not(.section-eyebrow) { color: var(--muted); }
.faq-contact-card { margin-top: 28px; padding: 18px; display: flex; align-items: center; gap: 13px; color: var(--white); background: var(--blue); border-radius: var(--radius); }
.faq-contact-card > .limin-icon { width: 31px; height: 31px; }
.faq-contact-card strong, .faq-contact-card span { display: block; }
.faq-contact-card span { color: rgba(255,255,255,.72); font-size: 13px; }
.faq-contact-card:hover { color: var(--white); background: var(--blue-2); }
.faq-contact-card:hover span { color: rgba(255,255,255,.78); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 23px 55px 23px 0; color: var(--ink); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: absolute; top: 20px; right: 3px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.faq-item[open] summary { color: var(--blue); }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer { padding: 0 55px 24px 0; color: var(--muted); font-size: 14px; }
.faq-answer > *:last-child { margin-bottom: 0; }

/* News */
.news-section { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); border-radius: var(--radius); }
.news-image { height: 218px; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.55); background: var(--ink); }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card:hover .news-image img { transform: scale(1.04); }
.news-image .limin-icon { width: 52px; height: 52px; }
.news-content { padding: 25px; }
.news-content time, .post-meta { color: var(--gold); font-size: 12px; font-weight: 700; }
.news-content h3 { margin: 8px 0 11px; font-size: 19px; }
.news-content h3 a { color: var(--ink); }
.news-content p { color: var(--muted); font-size: 14px; }

/* Inner content */
.page-hero { color: rgba(255,255,255,.7); background: linear-gradient(120deg, var(--ink), var(--blue-2)); }
.page-hero.compact { padding: 68px 0; }
.page-hero h1 { margin: 0; color: var(--white); font-family: "Noto Serif SC", "Source Han Serif SC", SimSun, serif; font-size: clamp(32px, 4vw, 48px); }
.page-hero .section-eyebrow { color: var(--gold-2); }
.breadcrumbs { margin-bottom: 18px; font-size: 12px; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: rgba(255,255,255,.35); }
.breadcrumbs a { color: rgba(255,255,255,.72); }
.breadcrumbs a:hover { color: var(--gold-2); }
.breadcrumbs span { color: rgba(255,255,255,.5); }
.not-found .breadcrumbs { text-align: left; }
.not-found .breadcrumbs a { color: var(--blue); }
.not-found .breadcrumbs span, .not-found .breadcrumbs li:not(:last-child)::after { color: var(--muted); }
.archive-description { max-width: 700px; margin-top: 16px; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 18px 0 0; font-size: 13px; }
.content-layout { padding-top: 65px; padding-bottom: 85px; display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 58px; }
.post-list { min-width: 0; }
.post-list-item { padding: 0 0 34px; margin-bottom: 34px; display: grid; grid-template-columns: minmax(0, 250px) 1fr; gap: 28px; border-bottom: 1px solid var(--line); }
.post-list-item.no-thumb { grid-template-columns: 1fr; }
.post-list-thumb { height: 165px; overflow: hidden; background: var(--paper); }
.post-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-list-item h2 { margin: 5px 0 10px; font-size: 24px; }
.post-list-item h2 a { color: var(--ink); }
.post-list-item p { color: var(--muted); font-size: 14px; }
.site-sidebar { display: grid; gap: 20px; align-self: start; }
.sidebar-card { padding: 24px; background: var(--paper); border-top: 3px solid var(--blue); }
.sidebar-card h2 { font-size: 18px; }
.sidebar-card p, .sidebar-card dl { color: var(--muted); font-size: 13px; }
.sidebar-phone { display: flex; align-items: center; gap: 8px; color: var(--ink); font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.sidebar-card dl { margin-bottom: 0; }
.sidebar-card dt { color: var(--ink); font-weight: 700; }
.sidebar-card dd { margin: 1px 0 12px; }
.article-shell { padding-top: 58px; padding-bottom: 85px; }
.service-detail-layout { padding-top: 62px; padding-bottom: 88px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; align-items: start; }
.service-detail-main { min-width: 0; }
.service-detail-aside { display: grid; gap: 20px; }
.sticky-card { position: sticky; top: 24px; }
.aside-button { width: 100%; margin-top: 18px; }
.general-process { margin-top: 48px; }
.general-process > h2 { padding-bottom: .45em; border-bottom: 1px solid var(--line); font-size: 27px; }
.general-process ol { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; list-style: none; counter-reset: service-steps; }
.general-process li { position: relative; min-height: 118px; padding: 20px 20px 18px 54px; background: var(--paper); counter-increment: service-steps; }
.general-process li::before { content: counter(service-steps, decimal-leading-zero); position: absolute; left: 18px; top: 17px; color: var(--gold); font-family: Georgia, serif; font-weight: 800; }
.general-process strong, .general-process span { display: block; }
.general-process strong { margin-bottom: 5px; color: var(--ink); }
.general-process span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-citation-box { padding: 30px 32px; background: var(--gold-soft); border-top: 4px solid var(--gold); }
.faq-citation-box > span { display: block; margin-bottom: 8px; color: #806025; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.faq-citation-box .entry-content > *:first-child { margin-top: 0; }
.faq-citation-box .entry-content > *:last-child { margin-bottom: 0; }
.back-link { margin-top: 30px; }
.service-archive .pagination, .faq-archive .pagination { margin-top: 32px; }
.answer-first { margin-bottom: 35px; padding: 25px 28px; background: var(--gold-soft); border-left: 4px solid var(--gold); }
.answer-first span { color: #806025; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.answer-first p { margin: 7px 0 0; color: var(--ink); font-size: 17px; font-weight: 600; }
.entry-featured { margin: 0 0 38px; }
.entry-featured img { width: 100%; }
.entry-content { font-size: 17px; line-height: 1.95; }
.entry-content h2 { margin-top: 2.2em; padding-bottom: .45em; border-bottom: 1px solid var(--line); font-size: 27px; }
.entry-content h3 { margin-top: 1.8em; font-size: 21px; }
.entry-content blockquote { margin: 28px 0; padding: 18px 24px; color: var(--ink); background: var(--blue-soft); border-left: 4px solid var(--blue); }
.entry-content table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 14px; }
.entry-content th, .entry-content td { padding: 12px 14px; text-align: left; border: 1px solid var(--line); }
.entry-content th { color: var(--ink); background: var(--paper); }
.entry-content figure { margin-top: 32px; margin-bottom: 32px; }
.entry-footer-note { margin-top: 55px; padding: 20px 23px; background: var(--paper); border-left: 4px solid var(--gold); }
.entry-footer-note p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.comments-area { margin-top: 55px; padding-top: 38px; border-top: 1px solid var(--line); }
.comments-area h2 { font-size: 22px; }
.comment-list { padding-left: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { margin-bottom: 22px; padding: 20px; background: var(--paper); }
.comment-meta { font-size: 13px; }
.comment-form label { display: block; color: var(--ink); font-weight: 700; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); }
.comment-form .submit { padding: 11px 20px; color: var(--white); background: var(--blue); border: 0; cursor: pointer; }
.empty-state, .not-found { text-align: center; }
.empty-state { padding: 60px 25px; background: var(--paper); }
.not-found { padding: 100px 0; }
.not-found .error-code { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 96px; font-weight: 800; line-height: 1; }
.not-found .search-form { margin: 28px auto; max-width: 620px; }
.pagination .nav-links { display: flex; gap: 7px; }
.page-numbers { min-width: 40px; height: 40px; padding: 6px 10px; display: grid; place-items: center; background: var(--paper); }
.page-numbers.current { color: var(--white); background: var(--blue); }
.alignwide { width: min(1180px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

/* Footer */
.contact-band { padding: 45px 0; color: rgba(255,255,255,.72); background: var(--blue); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.contact-band h2 { margin-bottom: 8px; color: var(--white); font-size: 29px; }
.contact-band p:last-child { margin: 0; }
.contact-band-actions { display: flex; flex-wrap: wrap; gap: 11px; flex: 0 0 auto; }
.site-footer { color: rgba(255,255,255,.62); background: #0a1e34; }
.footer-grid { padding-top: 62px; padding-bottom: 52px; display: grid; grid-template-columns: 1.35fr .75fr 1.2fr; gap: 70px; }
.footer-brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand-row strong { color: var(--white); font-family: SimSun, serif; font-size: 21px; }
.footer-brand p { max-width: 410px; font-size: 13px; }
.license-line { color: var(--gold-2); }
.footer-title { margin-bottom: 20px; color: var(--white); font-size: 16px; }
.footer-menu { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; list-style: none; }
.footer-menu a { color: rgba(255,255,255,.62); font-size: 13px; }
.footer-menu a:hover { color: var(--gold-2); }
.footer-contact-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer-contact-list .limin-icon { margin-top: 4px; color: var(--gold-2); }
.footer-contact-list a { min-height: 28px; display: inline-flex; align-items: center; padding: 4px 0; color: rgba(255,255,255,.78); }
.footer-bottom { padding: 18px 0; background: rgba(0,0,0,.18); border-top: 1px solid rgba(255,255,255,.07); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; font-size: 12px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal-links a { color: rgba(255,255,255,.68); }
.footer-legal-links a:hover { color: var(--gold-2); }
.mobile-action-bar { display: none; }

@media (max-width: 1024px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .primary-menu > li > a { min-width: auto; padding-inline: 16px; }
  .hero-facts > div { padding-inline: 18px; }
  .hero-facts strong { font-size: 31px; }
  .about-grid { gap: 45px; }
  .about-gallery { min-height: 0; }
  .process-list li { padding-inline: 18px; }
  .faq-layout { gap: 55px; }
  .footer-grid { gap: 42px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 66px; }
  .utility-bar { display: none; }
  .branding-inner { min-height: 78px; }
  .brand-mark { width: 52px; height: 52px; }
  .brand-mark > span { width: 36px; height: 36px; font-size: 22px; }
  .site-title { font-size: 22px; }
  .site-tagline { margin-top: 4px; font-size: 11px; letter-spacing: .18em; }
  .header-contact { display: none; }
  .main-navigation { position: relative; }
  .nav-inner { min-height: 50px; }
  .menu-toggle { min-height: 50px; padding: 0; display: inline-flex; align-items: center; gap: 8px; color: var(--white); background: transparent; border: 0; font-size: 14px; cursor: pointer; }
  .menu-toggle .limin-icon { width: 22px; height: 22px; }
  .menu-icon-close { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-icon-close { display: inline-flex; }
  .primary-menu-wrap { position: fixed; z-index: 95; top: 128px; left: 0; right: 0; bottom: 0; padding: 18px 20px 90px; overflow-y: auto; background: var(--white); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .primary-menu-wrap.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-menu { display: block; }
  .primary-menu > li { display: block; border-bottom: 1px solid var(--line); }
  .primary-menu > li > a, .primary-menu > li:first-child > a { min-height: 52px; padding: 12px 2px; justify-content: flex-start; color: var(--ink); font-size: 16px; }
  .primary-menu > li > a::after { display: none; }
  .primary-menu .sub-menu { position: static; width: auto; padding: 0 0 10px 15px; box-shadow: none; border: 0; opacity: 1; visibility: visible; transform: none; }
  .hero { min-height: 660px; align-items: flex-start; }
  .hero-media img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,30,55,.94), rgba(7,30,55,.64)), linear-gradient(0deg, rgba(7,30,55,.62), transparent 50%); }
  .hero-inner { padding-top: 76px; padding-bottom: 190px; }
  .hero-content { max-width: 640px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); padding: 8px 0; }
  .hero-facts > div, .hero-facts > div:first-child { padding: 10px 15px; border-right: 1px solid rgba(255,255,255,.13); }
  .hero-facts > div:nth-child(2n) { border-right: 0; }
  .answer-strip-inner { padding-block: 16px; grid-template-columns: auto 1fr; }
  .answer-strip a { display: none; }
  .section { padding: 72px 0; }
  .service-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .process-heading { align-items: flex-start; flex-direction: column; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .process-list li { padding-inline: 24px; }
  .process-list li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-gallery { width: min(100%, 680px); }
  .qualification-grid { grid-template-columns: 1fr 1fr; }
  .certificate-main { grid-column: 1 / -1; }
  .certificate-main { height: 430px; }
  .ability-row { grid-template-columns: 1fr; gap: 24px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { display: grid; grid-template-columns: 40% 1fr; }
  .location-image { height: 100%; min-height: 245px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .faq-contact-card { max-width: 330px; }
  .content-layout { grid-template-columns: 1fr; }
  .service-detail-layout { grid-template-columns: 1fr; gap: 36px; }
  .service-detail-aside { grid-template-columns: 1fr 1fr; }
  .sticky-card { position: static; }
  .site-sidebar { grid-template-columns: 1fr 1fr; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); font-size: 15px; }
  .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
  .branding-inner { min-height: 72px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-mark > span { width: 33px; height: 33px; font-size: 20px; }
  .site-title { font-size: 19px; letter-spacing: .02em; }
  .site-tagline { font-size: 10px; }
  .primary-menu-wrap { top: 122px; }
  .search-toggle { width: 46px; }
  .search-submit { min-width: 80px; }
  .search-submit span { display: none; }
  .hero { min-height: 680px; }
  .hero-media img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,30,55,.94), rgba(7,30,55,.68)), linear-gradient(0deg, rgba(7,30,55,.78), transparent 55%); }
  .hero-inner { padding-top: 58px; padding-bottom: 182px; }
  .hero-kicker { gap: 7px; margin-bottom: 18px; }
  .hero-kicker span { padding: 4px 8px; font-size: 11px; }
  .hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .hero-lead { font-size: 16px; line-height: 1.8; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { display: none; }
  .hero-facts { min-height: 148px; }
  .hero-facts strong { font-size: 27px; }
  .hero-facts span { font-size: 11px; }
  .answer-strip-inner { grid-template-columns: 1fr; gap: 5px; }
  .answer-label { margin-bottom: 2px; }
  .section { padding: 60px 0; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .section-heading h2::after { margin-left: 0; }
  .section-heading h2, .process-heading h2, .about-copy h2, .faq-intro h2 { font-size: 30px; }
  .section-description { margin-left: 0; }
  .service-grid, .news-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 27px 24px; }
  .service-card > p:not(.service-meta) { min-height: auto; }
  .process-heading { margin-bottom: 36px; gap: 16px; }
  .process-list { grid-template-columns: 1fr; gap: 0; }
  .process-list li, .process-list li:nth-child(odd) { padding: 24px 0; display: grid; grid-template-columns: 60px 1fr; gap: 15px; border: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .process-list li:first-child { border-top: 0; }
  .step-no { margin: 0; font-size: 28px; }
  .about-gallery { min-height: 0; }
  .about-photo-main { right: auto; bottom: auto; }
  .about-badge { left: -8px; bottom: 25px; width: 100px; height: 100px; }
  .about-badge strong { font-size: 27px; }
  .about-badge span { font-size: 10px; }
  .qualification-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .certificate-card { min-height: 275px; }
  .certificate-main { height: 270px; }
  .certificate-card > span { left: 15px; right: 15px; bottom: 14px; }
  .certificate-card strong { font-size: 15px; }
  .certificate-card small { font-size: 10px; }
  .ability-row { padding: 26px 22px; }
  .ability-tags { gap: 7px; }
  .ability-tags span { padding: 7px 10px; font-size: 12px; }
  .location-card { display: block; }
  .location-image { height: 215px; min-height: 0; }
  .faq-item summary { padding-block: 20px; font-size: 15px; }
  .faq-item summary span { top: 17px; }
  .faq-answer { padding-right: 0; }
  .page-hero.compact { padding: 48px 0; }
  .content-layout, .article-shell { padding-top: 42px; padding-bottom: 60px; }
  .post-list-item, .post-list-item.no-thumb { grid-template-columns: 1fr; gap: 18px; }
  .post-list-thumb { height: 190px; }
  .site-sidebar { grid-template-columns: 1fr; }
  .entry-content { font-size: 16px; }
  .entry-content h2 { font-size: 23px; }
  .entry-content table { display: block; overflow-x: auto; }
  .service-detail-layout { padding-top: 42px; padding-bottom: 60px; }
  .service-detail-aside { grid-template-columns: 1fr; }
  .general-process ol { grid-template-columns: 1fr; }
  .faq-citation-box { padding: 24px 21px; }
  .contact-band { padding: 38px 0; }
  .contact-band h2 { font-size: 24px; }
  .contact-band-actions { width: 100%; }
  .contact-band-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom-inner { flex-direction: column; gap: 7px; }
  .mobile-action-bar { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; height: calc(66px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: 1fr 1.12fr 1fr; align-items: stretch; background: var(--white); box-shadow: 0 -5px 18px rgba(16,40,68,.14); }
  .mobile-action-bar a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--ink); font-size: 11px; }
  .mobile-action-bar .limin-icon { width: 20px; height: 20px; }
  .mobile-action-bar a.is-primary { color: var(--white); background: var(--blue); }
}

@media (max-width: 782px) {
  body.admin-bar .primary-menu-wrap { top: 174px; }
}

@media (max-width: 600px) {
  body.admin-bar .primary-menu-wrap { top: 168px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .contact-band, .site-footer, .mobile-action-bar { display: none !important; }
  body { color: #000; background: #fff; }
  .page-hero { padding: 20px 0; color: #000; background: #fff; border-bottom: 1px solid #bbb; }
  .page-hero h1 { color: #000; }
  a { color: #000; text-decoration: underline; }
}

/* v1.2.0 refinements */
.header-contact-copy { min-width: 0; }
.header-contact-numbers { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 12px; max-width: 390px; }
.header-contact-numbers a { position: relative; color: var(--ink); font-family: inherit; font-size: 15px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.header-contact-numbers a:not(:last-child)::after { content: "·"; position: absolute; right: -8px; color: #a7b2bd; }
.hero-media img { object-position: center 26%; }
.location-image img { object-position: center 28%; }
.ability-result-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.ability-result-item { min-height: 64px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.ability-result-item span { color: var(--ink); font-weight: 700; }
.ability-result-item strong { flex: 0 0 auto; padding: 3px 11px; color: #0b6b45; background: #e7f6ef; border-radius: 999px; font-size: 13px; }
.core-page-shell { padding-top: 60px; padding-bottom: 88px; }
.core-page-shell h2 { font-family: "Noto Serif SC", "Source Han Serif SC", SimSun, serif; }
.core-lead { margin-bottom: 34px; padding: 20px 24px; color: var(--ink); background: var(--blue-soft); border-left: 4px solid var(--blue); }
.core-lead p:last-child { margin-bottom: 0; }
.core-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.core-intro-grid h2 { font-size: 36px; }
.core-feature-image { margin: 0; aspect-ratio: 16/9; overflow: hidden; box-shadow: var(--shadow); }
.core-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; }
.core-stat-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: var(--paper); }
.core-stat-grid > div { padding: 25px 20px; text-align: center; border-right: 1px solid var(--line); }
.core-stat-grid > div:last-child { border-right: 0; }
.core-stat-grid strong { display: block; color: var(--blue); font-size: 27px; line-height: 1.2; }
.core-stat-grid span { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; }
.core-section-block { margin-top: 54px; }
.core-section-block > h2 { margin-bottom: 24px; font-size: 29px; }
.core-card-grid { display: grid; gap: 18px; }
.core-card-grid.four { grid-template-columns: repeat(4,1fr); }
.core-card-grid.three { grid-template-columns: repeat(3,1fr); }
.core-info-card { padding: 24px; background: var(--paper); border: 1px solid var(--line); }
.core-info-card h3 { margin-bottom: 8px; font-size: 18px; }
.core-info-card p:last-child { margin-bottom: 0; }
.core-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.core-service-card { padding: 30px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.core-service-card h2 { margin-top: 16px; margin-bottom: 16px; font-size: 25px; }
.core-service-card ul { margin: 0; padding-left: 1.25em; }
.core-service-card li { margin: 6px 0; }
.core-process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); list-style: none; background: var(--ink); color: rgba(255,255,255,.82); }
.core-process-grid li { padding: 28px 22px; border-left: 1px solid rgba(255,255,255,.12); }
.core-process-grid li:first-child { border-left: 0; }
.core-process-grid strong { display: block; margin-bottom: 14px; color: var(--gold-2); font-size: 26px; }
.core-process-grid h3 { color: var(--white); font-size: 18px; }
.core-process-grid p:last-child { margin-bottom: 0; font-size: 14px; }
.core-faq-list details { border-top: 1px solid var(--line); }
.core-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.core-faq-list summary { padding: 21px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }
.core-faq-list summary::-webkit-details-marker { display: none; }
.core-faq-list details > div { padding: 0 0 20px; color: var(--muted); }
.core-certificate-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; }
.core-certificate-grid figure { margin: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.core-certificate-grid img { width: 100%; height: 360px; object-fit: contain; background: #f4f7f9; }
.core-certificate-grid figcaption { padding: 18px; display: grid; gap: 5px; }
.core-certificate-grid figcaption strong { color: var(--ink); }
.core-certificate-grid figcaption span { color: var(--muted); font-size: 13px; }
.core-location-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.core-location-grid article { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.core-location-grid img { width: 100%; height: 250px; object-fit: cover; }
.core-location-grid article:first-child img { object-position: center 28%; }
.core-location-grid article > div { padding: 22px; }
.core-location-grid h2 { font-size: 23px; }
.core-location-grid p { display: flex; align-items: flex-start; gap: 7px; color: var(--muted); }
.core-phone-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.core-phone-card { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--white); background: var(--blue); border-radius: 3px; font-size: 20px; font-weight: 800; }
.core-phone-card:hover { color: var(--white); background: var(--blue-2); }
.core-phone-card span { font-size: 12px; font-weight: 500; opacity: .8; }
.core-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.core-contact-layout h2 { font-size: 30px; }
.core-contact-address { padding: 28px; background: var(--paper); border: 1px solid var(--line); }
.core-contact-address h2 { margin-top: 24px; margin-bottom: 8px; font-size: 21px; }
.core-contact-address h2:first-child { margin-top: 0; }
.core-contact-note { margin-top: 22px; color: var(--muted); }

@media (max-width: 1100px) {
  .header-contact-numbers { max-width: 300px; gap: 1px 10px; }
  .header-contact-numbers a { font-size: 13px; }
  .core-process-grid { grid-template-columns: repeat(3,1fr); }
  .core-card-grid.four { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .ability-result-list, .core-service-grid, .core-certificate-grid, .core-location-grid, .core-contact-layout { grid-template-columns: 1fr; }
  .core-intro-grid { grid-template-columns: 1fr; }
  .core-stat-grid { grid-template-columns: repeat(2,1fr); }
  .core-stat-grid > div:nth-child(2) { border-right: 0; }
  .core-stat-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .core-process-grid { grid-template-columns: 1fr 1fr; }
  .core-card-grid.three { grid-template-columns: 1fr; }
  .core-phone-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .core-page-shell { padding-top: 42px; padding-bottom: 60px; }
  .ability-result-list { grid-template-columns: 1fr; }
  .core-stat-grid { grid-template-columns: 1fr; }
  .core-stat-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .core-stat-grid > div:last-child { border-bottom: 0; }
  .core-card-grid.four, .core-process-grid { grid-template-columns: 1fr; }
  .core-process-grid li { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .core-process-grid li:first-child { border-top: 0; }
  .core-certificate-grid img { height: 285px; }
  .core-location-grid img { height: 220px; }
}


/* 1.3 contact, maps, credentials and public-safety filing */
.map-link-group { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.map-link-group a { min-height: 34px; padding: 6px 10px; display: inline-flex; align-items: center; gap: 5px; color: var(--blue); background: var(--blue-soft); border: 1px solid #cfdeec; border-radius: 3px; font-size: 12px; font-weight: 700; line-height: 1.35; }
.map-link-group a:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.map-link-group .limin-icon { width: 14px; height: 14px; }
.map-link-group-compact { margin-top: 6px; gap: 5px; }
.map-link-group-compact a { min-height: 27px; padding: 3px 7px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); font-size: 11px; }
.map-link-group-compact a:hover { color: var(--white); background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }

.wechat-contact { margin-top: 18px; padding: 14px 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; color: var(--ink); background: #f3f8f5; border: 1px solid #d6e9de; border-radius: 4px; }
.wechat-label { display: inline-flex; align-items: center; gap: 7px; color: #147a46; font-weight: 800; }
.wechat-numbers { font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.wechat-contact-compact { margin-top: 10px; padding: 0; color: rgba(255,255,255,.82); background: transparent; border: 0; }
.wechat-contact-compact .wechat-label { color: rgba(255,255,255,.9); }
.wechat-contact-compact .wechat-numbers { font-size: 12px; }

.contact-band-actions-wrap { flex: 0 1 650px; }
.contact-band-actions { justify-content: flex-end; }
.contact-band-actions .button { padding: 10px 14px; font-size: 13px; }

.footer-grid { grid-template-columns: 1.05fr .62fr 1.72fr; gap: 46px; }
.footer-contact-list strong { color: rgba(255,255,255,.92); }
.footer-location-row > span { min-width: 0; }
.footer-location-row .map-link-group { margin-top: 7px; }
.police-beian-link { display: inline-flex; align-items: center; gap: 6px; }
.police-beian-icon { padding: 1px 4px; color: #9ec4ff; border: 1px solid rgba(158,196,255,.45); border-radius: 2px; font-size: 10px; line-height: 1.25; }

/* Certificates are presented in view-only UI: no direct original-image link, no drag/right-click UI. */
.protected-certificate { position: relative; -webkit-user-select: none; user-select: none; }
.protected-certificate img { -webkit-user-drag: none; user-select: none; pointer-events: none; }
.protected-certificate::before { content: "仅供网页查看"; position: absolute; z-index: 3; top: 10px; right: 10px; padding: 4px 8px; color: rgba(255,255,255,.92); background: rgba(16,40,68,.68); border-radius: 2px; font-size: 10px; letter-spacing: .06em; pointer-events: none; }
.core-certificate-grid .protected-certificate { overflow: hidden; }
.core-certificate-grid .protected-certificate::before { top: 12px; right: 12px; }

@media (max-width: 1060px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .contact-band-actions-wrap { flex-basis: auto; width: 100%; }
  .contact-band-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .about-gallery { min-height: 0; }
  .about-photo-main { bottom: auto; }
  .map-link-group a { flex: 1 1 calc(33.333% - 6px); justify-content: center; text-align: center; }
  .map-link-group-compact a { flex: 0 0 auto; }
  .contact-band-actions .button { flex: 1 1 100%; justify-content: center; }
  .wechat-contact { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
}
