:root {
    --ink: #10231c;
    --ink-soft: #40534b;
    --forest: #123f31;
    --forest-deep: #082b21;
    --green: #13865f;
    --green-bright: #45c38a;
    --mint: #e8f3ed;
    --paper: #f7f8f4;
    --white: #ffffff;
    --line: #dce5df;
    --warm: #d9b96e;
    --shadow: 0 20px 60px rgba(8, 43, 33, 0.09);
    --radius: 20px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }
.site-container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 251, 248, 0.94);
    border-bottom: 1px solid rgba(18, 63, 49, 0.1);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-logo-image { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--forest);
    border-radius: 13px 13px 13px 4px;
    font-family: Georgia, serif;
    font-size: 17px;
    letter-spacing: -1px;
    box-shadow: inset -7px -7px 16px rgba(0, 0, 0, 0.12);
}
.brand-copy strong { display: block; font-size: 19px; line-height: 1.2; letter-spacing: 0.06em; }
.brand-copy small { display: block; margin-top: 3px; color: #718078; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { position: relative; color: #30443b; font-size: 15px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); font-size: 14px; font-weight: 700; }
.header-phone:hover { background: var(--forest); color: #fff; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: #fff; border-radius: 11px; color: var(--ink); }

.hero { position: relative; overflow: hidden; background: var(--forest-deep); color: #fff; }
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to right, #000, transparent 68%);
}
.hero::after { content: ""; position: absolute; right: -150px; top: -260px; width: 640px; height: 640px; border: 1px solid rgba(126, 220, 174, .24); border-radius: 50%; box-shadow: 0 0 0 90px rgba(126,220,174,.035), 0 0 0 180px rgba(126,220,174,.025); }
.hero-inner { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding: 96px 0 86px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green-bright); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.hero h1 { max-width: 700px; margin: 22px 0 24px; font-family: "Noto Serif SC", "Songti SC", SimSun, serif; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.15; font-weight: 700; letter-spacing: -.03em; }
.hero-lead { max-width: 670px; margin: 0; color: #c8d8d0; font-size: 19px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-deep); background: var(--green-bright); }
.button-primary:hover { background: #62d59e; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.hero-aside { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.hero-aside::before { content: ""; position: absolute; left: -1px; top: -1px; width: 54px; height: 4px; background: var(--warm); }
.hero-aside-label { color: #8fd7b2; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hero-aside h2 { margin: 14px 0 24px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 28px; line-height: 1.45; }
.hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.15); }
.hero-proof div { min-height: 100px; padding: 18px; background: #123c2f; }
.hero-proof strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 24px; }
.hero-proof span { display: block; margin-top: 6px; color: #aabdb4; font-size: 13px; line-height: 1.5; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-inner { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: stretch; }
.trust-title, .trust-item { min-height: 96px; display: flex; align-items: center; padding: 20px 28px; border-right: 1px solid var(--line); }
.trust-title { padding-left: 0; color: var(--forest); font-weight: 800; line-height: 1.6; }
.trust-item { gap: 13px; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.trust-item b { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; color: var(--green); background: var(--mint); border-radius: 50%; }

.section { padding: 108px 0; }
.section-white { background: #fff; }
.section-dark { color: #fff; background: var(--forest-deep); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-kicker { display: block; margin-bottom: 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-title { margin: 0; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.28; }
.section-desc { max-width: 540px; margin: 0; color: #697a72; font-size: 16px; line-height: 1.85; }
.section-dark .section-kicker { color: var(--green-bright); }
.section-dark .section-desc { color: #aebfb7; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 290px; padding: 34px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 120px; height: 120px; border: 1px solid #d7e8df; border-radius: 50%; transition: transform .35s ease; }
.service-card:hover::after { transform: scale(1.5); }
.service-no { color: #9aae9f; font-family: Georgia, serif; font-size: 13px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 28px 0 20px; color: var(--green); background: var(--mint); border-radius: 14px; font-size: 19px; }
.service-card h3 { margin: 0 0 13px; font-size: 20px; }
.service-card p { max-width: 280px; margin: 0; color: #64756d; font-size: 14px; line-height: 1.8; }

.capability-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.capability-copy h2 { margin: 16px 0 24px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.32; }
.capability-copy > p { color: #b2c2ba; line-height: 1.95; }
.capability-list { display: grid; gap: 14px; }
.capability-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; padding: 23px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.capability-item b { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(69,195,138,.55); color: var(--green-bright); font-family: Georgia, serif; }
.capability-item h3 { margin: 0 0 7px; font-size: 16px; }
.capability-item p { margin: 0; color: #aebfb7; font-size: 13px; line-height: 1.65; }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: start; }
.about-copy h2 { margin: 14px 0 28px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(34px, 4vw, 49px); line-height: 1.34; }
.about-copy p { margin: 0 0 18px; color: #586a61; font-size: 16px; line-height: 2; }
.about-panel { position: relative; padding: 42px; background: var(--mint); }
.about-panel::before { content: ""; position: absolute; right: 0; top: 0; width: 90px; height: 90px; border-top: 2px solid var(--green); border-right: 2px solid var(--green); }
.about-stat { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.about-stat div { padding: 26px 18px; border-bottom: 1px solid #c8dbd0; }
.about-stat div:nth-child(odd) { border-right: 1px solid #c8dbd0; }
.about-stat strong { display: block; color: var(--forest); font-family: Georgia, "Songti SC", serif; font-size: 30px; }
.about-stat span { display: block; margin-top: 7px; color: #65776d; font-size: 13px; }
.about-note { margin: 26px 0 0; color: #627269; font-size: 13px; line-height: 1.8; }

.news-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.news-layout > *, .news-list { min-width: 0; }
.news-intro { position: sticky; top: 120px; align-self: start; }
.news-intro h2 { margin: 15px 0 20px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 43px; }
.news-intro p { color: #6e7e76; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--green); font-weight: 800; }
.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 105px 1fr 24px; gap: 26px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.news-row:hover { padding: 0 16px; background: #fff; }
.news-date { color: #87968e; font-family: Georgia, serif; font-size: 13px; }
.news-row h3 { margin: 0; font-size: 16px; line-height: 1.6; }
.news-arrow { color: var(--green); font-size: 18px; }
.empty-news { padding: 60px 0; color: #7f8d86; border-top: 1px solid var(--line); }

.contact-band { padding: 76px 0; background: #dcebe3; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band h2 { margin: 10px 0 0; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(30px, 4vw, 47px); }
.contact-actions { display: flex; align-items: center; gap: 16px; }
.contact-phone { color: var(--forest); font-size: 20px; font-weight: 900; }
.button-dark { color: #fff; background: var(--forest); }

.page-hero { padding: 82px 0 68px; color: #fff; background: var(--forest-deep); }
.breadcrumbs { margin-bottom: 28px; color: #95afa3; font-size: 13px; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 { max-width: 850px; margin: 0 0 18px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.3; }
.page-hero p { max-width: 700px; margin: 0; color: #b6c7bf; line-height: 1.8; }
.page-content { padding: 74px 0 100px; }

.search-bar { display: flex; gap: 12px; max-width: 760px; margin-bottom: 38px; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 32px rgba(8,43,33,.05); }
.search-bar input { flex: 1; min-width: 0; height: 46px; padding: 0 15px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-bar button { min-width: 94px; border-radius: 8px; }
.notice-list { background: #fff; border: 1px solid var(--line); }
.notice-row { display: grid; grid-template-columns: 120px 1fr 28px; align-items: center; gap: 28px; min-height: 118px; padding: 24px 30px; border-bottom: 1px solid var(--line); cursor: pointer; transition: background .2s ease; }
.notice-row:last-child { border-bottom: 0; }
.notice-row:hover { background: #f2f7f4; }
.notice-row time { color: #77877f; font-family: Georgia, serif; font-size: 14px; }
.notice-row h2 { margin: 0 0 7px; font-size: 18px; line-height: 1.55; }
.notice-row p { margin: 0; color: #75847c; font-size: 13px; }
.notice-row .arrow { color: var(--green); font-size: 20px; }
.load-status { padding: 28px; text-align: center; color: #75847c; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; display: none; border: 0; border-radius: 50%; color: #fff; background: var(--forest); box-shadow: var(--shadow); cursor: pointer; }

.article-shell { max-width: 900px; margin: 0 auto; }
.article-card { padding: 52px 64px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.article-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 32px; padding-bottom: 26px; border-bottom: 1px solid var(--line); color: #74847c; font-size: 13px; }
.article-content { color: #33483e; font-size: 16px; line-height: 2; overflow-wrap: anywhere; }
.article-content p { margin: 0 0 1.2em; }
.attachment-section { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.attachment-section h2 { margin: 0 0 18px; font-size: 18px; }
.file-list { display: grid; gap: 10px; }
.file-link { display: flex; align-items: center; gap: 14px; padding: 15px 17px; background: var(--paper); border: 1px solid var(--line); }
.file-link:hover { border-color: var(--green); }
.file-link strong { display: block; font-size: 14px; }
.file-link small { display: block; margin-top: 3px; color: #839089; }
.article-back { margin-top: 28px; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: start; }
.contact-card, .contact-form-card { padding: 38px; background: #fff; border: 1px solid var(--line); }
.contact-card { color: #fff; background: var(--forest); border-color: var(--forest); }
.contact-card h2, .contact-form-card h2 { margin: 0 0 28px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 28px; }
.contact-detail { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-detail i { color: var(--green-bright); }
.contact-detail b { display: block; margin-bottom: 5px; font-size: 13px; }
.contact-detail span, .contact-detail a { color: #bfcec7; font-size: 14px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { display: block; margin-bottom: 8px; color: #40534a; font-size: 13px; font-weight: 800; }
.form-control { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #ccd8d1; border-radius: 6px; outline: 0; background: #fbfcfa; }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(19,134,95,.1); }
textarea.form-control { min-height: 126px; resize: vertical; }
.form-message { display: none; margin-bottom: 18px; padding: 12px 14px; border-radius: 6px; font-size: 13px; }
.form-message.success { color: #0a6748; background: #e4f5ec; }
.form-message.error { color: #9d2b24; background: #fcebea; }

.empty-state { padding: 70px 24px; text-align: center; background: #fff; border: 1px solid var(--line); }
.empty-state h2 { margin: 16px 0 8px; }
.empty-state p { color: #74847c; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.official-masthead { padding: 38px 0 46px; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); }
.official-masthead::before { content: ""; display: block; position: absolute; left: 0; right: 0; top: 76px; height: 3px; background: linear-gradient(90deg, var(--forest) 0 28%, var(--green) 28% 42%, #d5e5dc 42%); }
.official-breadcrumbs { display: flex; align-items: center; gap: 9px; margin: 18px 0 35px; color: #7d8b84; }
.official-breadcrumbs strong { color: var(--forest); font-weight: 700; }
.official-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.official-overline { display: block; margin-bottom: 9px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.official-heading h1 { margin: 0; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 44px; line-height: 1.2; letter-spacing: .04em; }
.official-heading p { max-width: 530px; margin: 0 0 4px; padding-left: 24px; color: #627269; border-left: 2px solid var(--green); font-size: 15px; line-height: 1.8; }
.official-content { padding: 54px 0 90px; background: #f5f7f4; }
.notice-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 21px 24px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--forest); }
.notice-toolbar-title { display: flex; align-items: center; gap: 14px; color: var(--forest); }
.notice-toolbar-title > i { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--forest); }
.notice-toolbar-title b, .notice-toolbar-title small { display: block; }
.notice-toolbar-title b { font-size: 15px; }
.notice-toolbar-title small { margin-top: 4px; color: #89958f; font-size: 12px; font-weight: 400; }
.official-search { display: flex; width: min(100%, 510px); height: 44px; border: 1px solid #cbd6d0; }
.official-search input { flex: 1; min-width: 0; padding: 0 15px; border: 0; outline: 0; background: #fafbf9; }
.official-search input:focus { box-shadow: inset 0 0 0 2px rgba(19,134,95,.16); }
.official-search button { width: 90px; border: 0; color: #fff; background: var(--forest); font-size: 14px; font-weight: 800; cursor: pointer; }
.official-search button:hover { background: var(--green); }
.notice-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin: 48px 0 18px; }
.notice-list-heading > div { display: flex; align-items: baseline; gap: 12px; }
.notice-list-heading h2 { margin: 0; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 25px; }
.notice-list-heading small { color: #9aa69f; font-size: 10px; letter-spacing: .15em; }
.notice-list-heading > span { color: #839089; font-size: 12px; }
.section-rule { width: 4px; height: 22px; background: var(--green); }
.official-notice-list { background: #fff; border-top: 2px solid var(--forest); border-bottom: 1px solid var(--line); }
.official-notice-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) 74px 18px; align-items: center; gap: 22px; min-height: 108px; padding: 18px 26px; border-bottom: 1px solid #e5ebe7; transition: background .18s ease; }
.official-notice-row:last-child { border-bottom: 0; }
.official-notice-row:hover { background: #f4f8f5; }
.notice-type { display: grid; place-items: center; width: 48px; height: 28px; color: var(--forest); background: #e6f0ea; border: 1px solid #cedfd5; font-size: 12px; font-weight: 800; }
.notice-document-main { min-width: 0; }
.notice-document-main strong { display: block; color: #1b2e25; font-size: 16px; line-height: 1.65; font-weight: 700; }
.notice-document-main small { display: block; margin-top: 8px; color: #839089; font-size: 12px; }
.notice-document-main small i { margin-right: 7px; }
.official-notice-row time { display: block; padding-left: 20px; border-left: 1px solid var(--line); text-align: center; }
.official-notice-row time b { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1; }
.official-notice-row time span { display: block; margin-top: 6px; color: #87958e; font-family: Georgia, serif; font-size: 11px; }
.notice-chevron { color: #a1ada7; font-size: 12px; }
.official-masthead-compact { padding-bottom: 20px; }
.official-masthead-compact .official-breadcrumbs { margin-bottom: 22px; }
.official-article-wrap { padding: 42px 0 80px; background: #f5f7f4; }
.official-article { padding: 58px 68px 48px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(8,43,33,.055); }
.official-article-header { text-align: center; border-bottom: 1px solid var(--line); }
.article-category { display: inline-block; margin-bottom: 19px; padding: 5px 13px; color: var(--forest); background: #e8f1ec; border: 1px solid #d4e3da; font-size: 12px; font-weight: 800; }
.official-article-header h1 { max-width: 760px; margin: 0 auto 25px; color: #172a21; font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(27px, 3.2vw, 38px); line-height: 1.55; font-weight: 700; }
.official-article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; padding: 16px 0; color: #839089; font-size: 12px; }
.official-article-body { min-height: 260px; padding: 38px 6px 20px; color: #263a31; font-size: 16px; line-height: 2.05; }
.official-attachments { border-top-style: dashed; }
.official-attachments h2 { color: var(--forest); font-size: 16px; }
.official-attachments h2 i { margin-right: 9px; }
.official-attachments .file-link em { margin-left: auto; color: var(--green); font-size: 12px; font-style: normal; }
.article-source { margin-top: 36px; padding-top: 18px; color: #89958f; border-top: 1px solid var(--line); text-align: right; font-size: 12px; }
.official-article-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.official-article-actions a, .official-article-actions button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; color: #53675d; border: 0; background: transparent; font-size: 13px; cursor: pointer; }
.official-article-actions a:hover, .official-article-actions button:hover { color: var(--green); }

.site-footer { color: #b9c8c1; background: #071f18; }
.footer-main { display: grid; grid-template-columns: 1.45fr .8fr 1fr; gap: 80px; padding: 68px 0 52px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand p { max-width: 470px; margin: 23px 0 0; font-size: 14px; line-height: 1.9; }
.footer-col h2 { margin: 0 0 19px; color: #fff; font-size: 14px; }
.footer-links { display: grid; gap: 11px; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 10px; font-size: 13px; line-height: 1.6; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #7f958b; font-size: 12px; }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (max-width: 980px) {
    .site-nav, .header-phone { display: none; }
    .menu-toggle { display: grid; place-items: center; }
    .site-nav.is-open { position: absolute; display: grid; left: 20px; right: 20px; top: 68px; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
    .site-nav.is-open a { padding: 13px 12px; }
    .site-nav a::after { display: none; }
    .hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 80px 0; }
    .hero-aside { max-width: 650px; }
    .trust-inner { grid-template-columns: 1fr 1fr; }
    .trust-title, .trust-item { border-bottom: 1px solid var(--line); }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .capability-grid, .about-grid, .news-layout, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .news-intro { position: static; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 50px; }
    .footer-brand { grid-column: 1 / -1; }
    .official-masthead::before { top: 76px; }
}

@media (max-width: 680px) {
    .site-container { width: min(calc(100% - 28px), var(--container)); }
    .header-inner { min-height: 68px; }
    .brand-mark { width: 38px; height: 38px; }
    .brand-logo-image { width: 40px; height: 40px; }
    .brand-copy strong { font-size: 16px; }
    .brand-copy small { display: none; }
    .hero-inner { min-height: auto; padding: 66px 0 60px; }
    .hero h1 { font-size: 39px; }
    .hero-lead { font-size: 16px; }
    .hero-aside { padding: 24px; }
    .hero-aside h2 { font-size: 23px; }
    .hero-proof { grid-template-columns: 1fr; }
    .hero-proof div { min-height: auto; }
    .trust-inner, .service-grid, .about-stat, .form-grid { grid-template-columns: 1fr; }
    .trust-title, .trust-item { min-height: 74px; padding: 17px 0; border-right: 0; }
    .service-card { min-height: 250px; padding: 28px; }
    .section { padding: 76px 0; }
    .section-head { display: block; margin-bottom: 34px; }
    .section-desc { margin-top: 18px; }
    .capability-copy h2, .about-copy h2 { font-size: 35px; }
    .about-panel { padding: 26px; }
    .about-stat div, .about-stat div:nth-child(odd) { border-right: 0; }
    .news-row { grid-template-columns: minmax(0, 1fr) 22px; grid-template-rows: auto auto; gap: 7px 12px; min-height: 104px; padding: 20px 0; }
    .news-date { grid-column: 1; grid-row: 1; margin: 0; }
    .news-row h3 { grid-column: 1; grid-row: 2; min-width: 0; overflow-wrap: anywhere; }
    .news-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; justify-self: end; }
    .contact-band-inner { display: block; }
    .contact-actions { display: grid; margin-top: 28px; }
    .page-hero { padding: 58px 0 48px; }
    .page-content { padding: 48px 0 70px; }
    .search-bar { display: grid; }
    .notice-row { grid-template-columns: 1fr 24px; gap: 12px; min-height: 110px; padding: 22px 20px; }
    .notice-row time { grid-column: 1 / -1; margin-bottom: -7px; }
    .notice-row p { display: none; }
    .article-card { padding: 30px 22px; }
    .article-meta { display: grid; gap: 9px; }
    .contact-card, .contact-form-card { padding: 28px 22px; }
    .form-group.full { grid-column: auto; }
    .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 50px 0 38px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { display: block; line-height: 1.8; }
    .official-masthead { padding: 28px 0 36px; }
    .official-masthead::before { top: 68px; }
    .official-breadcrumbs { margin: 14px 0 28px; }
    .official-heading { display: block; }
    .official-heading h1 { font-size: 36px; }
    .official-heading p { margin-top: 20px; padding-left: 15px; }
    .official-content { padding: 35px 0 65px; }
    .notice-toolbar { display: block; padding: 18px; }
    .official-search { width: 100%; margin-top: 18px; }
    .notice-list-heading > span { display: none; }
    .official-notice-row { grid-template-columns: 45px minmax(0, 1fr) 18px; gap: 13px; min-height: 100px; padding: 17px 15px; }
    .notice-type { width: 42px; }
    .official-notice-row time { grid-column: 2; grid-row: 2; padding: 0; border: 0; text-align: left; }
    .official-notice-row time b, .official-notice-row time span { display: none; }
    .official-notice-row time::before { content: attr(datetime); color: #87958e; font-family: Georgia, serif; font-size: 11px; }
    .official-notice-row .notice-chevron { grid-column: 3; grid-row: 1 / 3; }
    .notice-document-main small { display: none; }
    .notice-document-main strong { font-size: 15px; }
    .official-masthead-compact { padding-bottom: 12px; }
    .official-article-wrap { padding: 24px 0 58px; }
    .official-article { padding: 36px 20px 30px; }
    .official-article-header h1 { font-size: 25px; }
    .official-article-meta { display: grid; gap: 7px; }
    .official-article-body { padding: 28px 0 10px; font-size: 15px; }
}

@media print {
    .site-header, .site-footer, .official-masthead, .official-article-actions, .back-to-top { display: none !important; }
    .official-article-wrap { padding: 0; background: #fff; }
    .official-article { border: 0; box-shadow: none; }
}
