:root { --ink:#193345; --muted:#586c79; --blue:#176ba0; --green:#788b50; --gold:#bf8c32; --line:#dce5e9; --paper:#f4f6f5; --dark:#163647; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:110px; }
body { margin:0; color:var(--ink); background:#fff; font:16px/1.8 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif; }
a { color:inherit; text-decoration:none; }
button { font:inherit; cursor:pointer; }
img { display:block; max-width:100%; }
p { margin:0 0 18px; }
:focus-visible { outline:3px solid var(--gold); outline-offset:5px; }
h1,h2,h3 { text-wrap:balance; line-height:1.4; }
h1 { margin:0; font-size:clamp(32px,3.4vw,48px); font-weight:650; }
h2 { margin:0 0 22px; font-size:32px; font-weight:600; }
h3 { margin:0 0 12px; font-size:22px; font-weight:600; }
small { font-size:13px; font-weight:400; }
.wrap { width:min(1180px,calc(100% - 64px)); margin-inline:auto; }
.content-shell { width:min(960px,calc(100% - 64px)); margin-inline:auto; }
.skip-link { position:fixed; top:-100px; z-index:40; padding:12px; background:white; }
.skip-link:focus { top:0; }
.site-header { position:sticky; top:0; z-index:20; background:#fff; border-bottom:1px solid var(--line); }
.header-inner { display:flex; align-items:center; justify-content:space-between; min-height:82px; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.brand img { width:48px; height:48px; }
.brand-copy { display:flex; flex-direction:column; }
.brand strong { font-size:19px; font-weight:650; line-height:1.4; white-space:nowrap; }
.brand small { font-size:11px; color:var(--muted); line-height:1.5; margin-top:3px; }
.main-nav { display:flex; align-items:center; gap:22px; font-size:14px; }
.main-nav a { display:flex; align-items:center; min-height:44px; white-space:nowrap; border-bottom:2px solid transparent; }
.main-nav a:hover,.main-nav a[aria-current="page"] { color:var(--blue); border-bottom-color:var(--blue); }
.main-nav .nav-cta { background:var(--blue); color:white; padding:8px 18px; border:0; border-radius:8px; }
.main-nav .nav-cta:hover,.main-nav .nav-cta[aria-current="page"] { background:#125980; color:white; }
.menu-toggle { display:none; }
.eyebrow { color:var(--blue); font-size:12px; font-weight:600; letter-spacing:.08em; margin:0 0 14px; }
.section { padding-block:72px; }
.text-link { display:inline-flex; align-items:center; justify-content:space-between; gap:24px; min-height:44px; color:var(--blue); font-size:14px; font-weight:600; }
.text-link:hover { text-decoration:underline; text-underline-offset:5px; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:20px; min-height:48px; padding:12px 24px; border:1px solid var(--blue); border-radius:8px; background:var(--blue); color:white; font-size:14px; font-weight:600; transition:background .15s; }
.button:hover { background:#125980; }
.button.secondary { background:white; color:var(--ink); border-color:var(--line); }
.button.secondary:hover { background:#eaf1f3; }
.actions { display:flex; flex-wrap:wrap; gap:12px; }
.hero { position:relative; height:clamp(700px,calc(100svh - 82px),760px); min-height:700px; overflow:hidden; background:var(--dark); color:white; }
.hero-inner { position:relative; z-index:2; display:flex; flex-direction:column; height:100%; }
.hero-heading { width:min(650px,60%); padding-top:52px; }
.hero .eyebrow { color:#c6d3b6; }
.hero h1 { margin-top:12px; font-weight:750; letter-spacing:.01em; }
.hero h1 span { display:block; }
.hero h1 span:first-child { font-size:clamp(50px,4.7vw,68px); line-height:1.12; }
.hero h1 span:last-child { margin-top:10px; font-size:clamp(34px,3.3vw,48px); line-height:1.2; }
.hero-intro { margin-top:24px; color:#edf2f4; font-size:16px; line-height:1.7; }
.hero-intro p { margin:0 0 3px; }
.hero-actions { margin-top:25px; }
.hero-actions .button { min-width:144px; }
.hero-actions .secondary { color:white; border-color:#ffffff80; background:#102f3f57; }
.hero-actions .secondary:hover { background:#ffffff1a; }
.hero-contact-row { display:flex; align-items:start; gap:28px; margin-top:20px; }
.hero-phone { margin:0; color:#cfdae0; font-size:12px; }
.hero-phone a { margin-left:10px; color:white; font-size:20px; font-weight:600; font-variant-numeric:tabular-nums; }
.hero-phone span { display:block; margin-top:2px; }
.hero-wechat { display:inline-flex; align-items:center; gap:7px; min-height:44px; padding:4px 0; border:0; background:transparent; color:white; font-size:14px; font-weight:600; }
.hero-wechat:hover { text-decoration:underline; text-underline-offset:5px; }
.hero-wechat svg,.desktop-contact svg { width:21px; height:21px; fill:currentColor; }
.hero-photo { position:absolute; inset:0; margin:0; background:#102b38; }
.hero-photo picture { display:block; height:100%; }
.hero-photo img { width:100%; height:100%; object-fit:cover; object-position:center 52%; }
.hero-photo::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,#0d2c3cdd 0%,#0d2c3cb8 30%,#0d2c3c42 59%,#0d2c3c0a 78%); pointer-events:none; }
.hero-photo figcaption { position:absolute; z-index:1; right:max(24px,calc((100% - 1180px)/2)); bottom:164px; padding:5px 10px; color:#e9eff2; background:#102b38b8; font-size:11px; border-radius:4px; }
.hero-data { margin-top:auto; margin-bottom:24px; border:1px solid #ffffff24; background:#0c2b3bd4; backdrop-filter:blur(9px); }
.trust { display:grid; grid-template-columns:repeat(4,1fr); padding:18px 24px 14px; }
.trust > div { padding-left:26px; border-left:1px solid #ffffff2e; }
.trust > div:first-child { padding-left:0; border:0; }
.trust b { display:block; color:white; font-size:30px; line-height:1.3; font-weight:650; font-variant-numeric:tabular-nums; }
.trust small { margin-left:4px; font-size:14px; }
.trust span { font-size:12px; color:#c9d5db; }
.stock-note { margin:0; padding:0 24px 15px; color:#adbec7; font-size:11px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:28px; }
.section-heading h2 { margin-bottom:0; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.cards article { display:flex; flex-direction:column; border:1px solid var(--line); border-radius:12px; padding:30px; background:linear-gradient(155deg,#f2f8fc,#fff 60%); }
.cards article:nth-child(2) { background:linear-gradient(155deg,#f2f7ed,#fff 60%); }
.service-icon { width:44px; height:44px; flex-shrink:0; color:#087dbe; }
.cards article:nth-child(2) .service-icon { color:#6b9a22; }
.cards article:nth-child(3) .service-icon { color:#b97d0d; }
.cards h3 { font-size:23px; margin:20px 0 12px; }
.cards p { margin-bottom:22px; font-size:15px; line-height:1.9; color:var(--muted); }
.cards a { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:48px; border-top:1px solid var(--line); padding-top:16px; color:var(--blue); font-size:14px; margin-top:auto; }
.cards a:hover { text-decoration:underline; text-underline-offset:4px; }
.gallery { padding-bottom:16px; }
.gallery-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; grid-template-rows:190px 190px; gap:14px; }
.gallery figure { position:relative; margin:0; overflow:hidden; min-width:0; border-radius:10px; background:var(--paper); }
.gallery-main { grid-row:span 2; }
.gallery figure:nth-child(4) { grid-column:2 / 4; }
.gallery figure a,.gallery picture { display:block; width:100%; height:100%; }
.gallery img { width:100%; height:100%; object-fit:cover; transition:transform .25s; }
.gallery figure a:hover img { transform:scale(1.025); }
.gallery figure a:focus-visible { outline-offset:-6px; }
.gallery figcaption { pointer-events:none; position:absolute; inset:auto 0 0; display:flex; justify-content:space-between; padding:34px 18px 13px; color:white; font-size:13px; background:linear-gradient(transparent,#102d36dc); }
.gallery-note { margin:10px 0 0; color:var(--muted); font-size:12px; }
.about { display:grid; grid-template-columns:1fr 1.5fr; gap:70px; }
.about-title h2 { max-width:330px; }
.about-copy { padding-left:34px; border-left:1px solid var(--line); color:var(--muted); }
.about-copy p:last-child { margin-bottom:0; }
.location { padding-block:64px; background:var(--paper); }
.location-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:center; }
.location p { color:var(--muted); }
.location .location-address,.location-address { color:var(--ink); font-size:19px; font-weight:500; }
.visit-card,.aside-card { padding:28px; border:1px solid var(--line); border-radius:12px; background:white; }
.visit-label { display:inline-block; color:var(--blue); font-size:12px; margin-bottom:20px; }
.visit-card h3 { font-size:24px; margin-bottom:12px; }
.visit-card h3 small,.aside-card h2 small,.contact-panel h2 small { margin-left:8px; color:var(--muted); }
.visit-card > a { display:flex; justify-content:space-between; align-items:center; min-height:48px; font-size:30px; font-weight:600; color:var(--blue); font-variant-numeric:tabular-nums; }
.visit-card p { margin:8px 0 20px; font-size:14px; }
.visit-card small { color:var(--muted); }
.secondary-phone { display:inline-block; min-height:32px; text-decoration:underline; text-underline-offset:4px; }
.faq { max-width:920px; }
.faq details { border-bottom:1px solid var(--line); }
.faq summary { display:flex; justify-content:space-between; align-items:center; gap:20px; cursor:pointer; padding:22px 0; min-height:52px; font-size:16px; font-weight:500; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:'＋'; color:var(--blue); font-size:22px; font-weight:400; flex-shrink:0; }
.faq details[open] summary::after { content:'−'; }
.faq details[open] summary { color:var(--blue); }
.faq details p { color:var(--muted); margin:0; padding:0 36px 24px 0; font-size:15px; }
.guide-banner { display:flex; align-items:center; justify-content:space-between; gap:32px; padding:36px; margin-bottom:72px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.guide-banner h2 { font-size:26px; margin-bottom:12px; }
.guide-banner p:last-child { margin-bottom:0; color:var(--muted); }
.guide-banner > a { flex-shrink:0; }
.wechat-contact { padding-block:64px; background:var(--paper); border-top:1px solid var(--line); }
.wechat-contact-grid { display:grid; grid-template-columns:1.4fr .6fr; gap:80px; align-items:center; }
.wechat-contact h2 { margin-bottom:16px; }
.wechat-contact-lead { color:var(--muted); }
.contact-person { display:flex; flex-direction:column; margin:28px 0 22px; }
.contact-person strong { font-size:20px; }
.contact-person strong small { margin-left:7px; color:var(--muted); }
.contact-person a { width:max-content; min-height:48px; color:var(--blue); font-size:30px; font-weight:600; font-variant-numeric:tabular-nums; }
.contact-person span { color:var(--muted); font-size:13px; }
.wechat-qr-block { justify-self:end; width:260px; padding:22px; border:1px solid var(--line); background:white; text-align:center; }
.wechat-qr-block h3 { margin-bottom:14px; font-size:20px; }
.wechat-qr-block img { width:100%; height:auto; }
.wechat-qr-block p { margin:12px 0 0; color:var(--muted); font-size:13px; line-height:1.7; }
.desktop-contact { display:none; }
.wechat-popover { width:258px; top:50%; right:128px; left:auto; margin:0; padding:22px; border:1px solid var(--line); background:white; box-shadow:0 12px 32px #19334526; color:var(--ink); transform:translateY(-50%); text-align:center; }
.wechat-popover h2 { margin:0 0 14px; font-size:20px; }
.wechat-popover img { width:210px; height:210px; }
.wechat-popover p { margin:12px 0 8px; color:var(--muted); font-size:13px; line-height:1.65; }
.wechat-popover strong { display:block; font-size:14px; }
.popover-close { position:absolute; top:7px; right:9px; width:34px; height:34px; padding:0; border:0; background:transparent; color:var(--muted); font-size:24px; line-height:1; }
.save-wechat,.mobile-wechat-copy { display:none; }
.save-wechat { align-items:center; justify-content:center; min-height:44px; margin-top:12px; border:1px solid var(--blue); color:var(--blue); font-size:14px; font-weight:600; }
.page-hero { padding-block:36px 38px; background:var(--paper); border-bottom:1px solid var(--line); }
.breadcrumbs ol { display:flex; flex-wrap:wrap; gap:7px; list-style:none; padding:0; margin:0 0 24px; color:var(--muted); font-size:12px; }
.breadcrumbs li:not(:last-child)::after { content:'/'; margin-left:7px; color:var(--muted); }
.breadcrumbs a:hover { color:var(--blue); text-decoration:underline; }
.page-hero h1 { max-width:880px; font-size:clamp(30px,3.4vw,44px); }
.page-lead { max-width:780px; margin:18px 0 0; color:var(--muted); font-size:17px; }
.section-nav { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }
.section-nav a { display:flex; align-items:center; min-height:44px; padding:7px 17px; border:1px solid #cbd8de; border-radius:8px; font-size:14px; background:white; }
.section-nav a:hover { color:var(--blue); border-color:var(--blue); }
.page-main { padding-block:48px 72px; }
.article-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(250px,.8fr); gap:60px; align-items:start; }
.prose { min-width:0; }
.prose > :first-child { margin-top:0; }
.prose h2 { margin:44px 0 18px; font-size:28px; }
.prose h3 { font-size:20px; }
.prose p,.prose li { color:var(--muted); }
.prose strong { color:var(--ink); }
.prose a:not(.button):not(.article-feature) { color:var(--blue); }
.prose a:not(.button):hover { text-decoration:underline; text-underline-offset:4px; }
.prose ul,.prose ol { padding-left:1.3em; }
.aside-card { position:sticky; top:108px; border-top:3px solid var(--blue); }
.aside-card h2 { margin:0 0 12px; font-size:24px; }
.aside-card p { margin:14px 0; color:var(--muted); font-size:14px; }
.aside-card .eyebrow { margin-top:0; }
.phone-number { display:inline-block; font-size:28px; font-weight:600; letter-spacing:.01em; min-height:48px; color:var(--blue); font-variant-numeric:tabular-nums; }
.aside-card .button { width:100%; margin-top:10px; }
.aside-card .text-link { width:100%; margin-top:12px; }
.page-figure { margin:28px 0 36px; }
.page-figure a { display:block; }
.page-figure picture { display:block; }
.page-figure img { width:100%; height:auto; border-radius:10px; }
.page-figure figcaption { display:flex; flex-wrap:wrap; justify-content:space-between; gap:4px 12px; margin-top:9px; color:var(--muted); font-size:12px; }
.page-figure figcaption span { white-space:nowrap; }
.info-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-block:24px 28px; }
.info-card { padding:24px; border:1px solid var(--line); border-radius:12px; background:linear-gradient(155deg,#f5f9fb,#fff 65%); }
.prose .info-card h2,.prose .info-card h3 { margin:0 0 12px; font-size:20px; }
.info-card p { margin-bottom:0; font-size:15px; }
.info-card .text-link { margin-top:18px; }
#facilities + .info-grid .info-card::before { display:grid; place-items:center; width:36px; height:36px; margin-bottom:16px; border-radius:8px; background:#e8f2f7; color:var(--blue); font-size:20px; line-height:1; }
#facilities + .info-grid .info-card:nth-child(1)::before { content:'⇩'; }
#facilities + .info-grid .info-card:nth-child(2)::before { content:'⚡'; background:#f1f5e9; color:var(--green); }
#facilities + .info-grid .info-card:nth-child(3)::before { content:'✓'; }
#facilities + .info-grid .info-card:nth-child(4)::before { content:'❄'; background:#eef5f8; }
.feature-strip { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:0 0 32px; }
.feature-strip article { min-width:0; padding:20px; border:1px solid var(--line); border-radius:12px; background:#f5f8f9; }
.feature-strip b { display:block; color:var(--blue); font-size:26px; line-height:1.35; font-weight:600; font-variant-numeric:tabular-nums; }
.feature-strip span { display:block; margin-top:6px; color:var(--muted); font-size:13px; }
.photo-pair { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:28px 0 36px; }
.photo-pair .page-figure { margin:0; }
.photo-pair img { height:250px; object-fit:cover; }
.process-flow { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:24px 0 34px; padding:0; list-style:none; counter-reset:process; }
.process-flow li { position:relative; min-width:0; padding:20px; border:1px solid var(--line); border-radius:12px; background:#f5f8f9; counter-increment:process; }
.process-flow li::before { content:'0' counter(process); display:block; margin-bottom:14px; color:var(--blue); font-size:13px; font-weight:600; }
.process-flow strong { display:block; color:var(--ink); font-size:17px; }
.process-flow span { display:block; margin-top:6px; color:var(--muted); font-size:13px; }
.operation-note { margin:0 0 30px; padding:16px 20px; border-left:3px solid var(--green); background:#f3f6ef; color:var(--ink); }
.check-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 22px; margin:20px 0 36px; padding:0; list-style:none; }
.check-list li { position:relative; padding:13px 16px 13px 42px; border-bottom:1px solid var(--line); color:var(--ink); }
.check-list li::before { content:'✓'; position:absolute; left:14px; color:var(--green); font-weight:700; }
.facts-table { width:100%; border-collapse:collapse; margin:0 0 16px; font-size:15px; }
.facts-table caption { text-align:left; font-size:28px; font-weight:600; margin-bottom:18px; }
.facts-table th,.facts-table td { padding:14px 18px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.facts-table th { width:32%; font-weight:500; background:var(--paper); }
.facts-table td small { display:block; color:var(--muted); font-size:12px; }
.related-links { margin-top:44px; padding-top:24px; border-top:1px solid var(--line); }
.prose .related-links h2 { margin-top:0; font-size:22px; }
.related-links ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px 24px; padding:0; list-style:none; }
.related-links a { display:flex; align-items:center; min-height:44px; font-size:14px; }
.source-list { margin-top:44px; padding-top:24px; border-top:1px solid var(--line); }
.prose .source-list h2 { margin-top:0; font-size:22px; }
.source-list li { font-size:13px; padding-block:4px; }
.source-list a { text-decoration:underline; text-underline-offset:3px; }
.updated,.article-meta { color:var(--muted); font-size:12px; margin-top:24px; }
.steps { margin:24px 0; list-style:decimal-leading-zero; }
.steps li { padding:0 0 18px 12px; }
.steps li::marker { color:var(--blue); font-weight:600; }
.steps li p { margin:5px 0 0; font-size:15px; }
.planning-details { border-block:1px solid var(--line); margin-top:32px; }
.planning-details summary { padding:18px 0; cursor:pointer; }
.contact-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:32px; }
.contact-panel { padding:32px; border:1px solid var(--line); border-top:3px solid var(--blue); border-radius:12px; background:linear-gradient(155deg,#f3f8fb,#fff 70%); }
.contact-panel .phone-number { font-size:36px; }
.prose .contact-panel h2 { margin:18px 0 10px; font-size:28px; }
.contact-panel p:not(.eyebrow) { margin-top:16px; font-size:14px; }
.secondary-contact { padding-top:18px; border-top:1px solid var(--line); }
.secondary-contact a { display:inline-block; min-height:32px; }
.hours-panel { padding:32px 0; }
.prose .hours-panel h2 { font-size:22px; margin:0 0 20px; }
.hours-list { margin:0 0 18px; }
.hours-list div { display:flex; flex-wrap:wrap; justify-content:space-between; gap:6px 16px; padding:13px 0; border-bottom:1px solid var(--line); }
.hours-list dt { color:var(--muted); font-size:14px; }
.hours-list dd { margin:0; white-space:nowrap; font-variant-numeric:tabular-nums; }
.article-feature { display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center; padding:24px; border:1px solid var(--line); border-radius:12px; background:#f7f9f9; }
.article-feature img { width:100%; height:auto; aspect-ratio:4 / 3; object-fit:cover; border-radius:10px; }
.prose .article-feature h2 { margin:0 0 18px; font-size:28px; }
.topic-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.topic-links a { display:flex; flex-direction:column; gap:12px; padding:22px; border:1px solid var(--line); border-radius:12px; background:linear-gradient(155deg,#f5f9fb,#fff 68%); }
.topic-links strong { color:var(--blue); font-size:16px; }
.topic-links span { color:var(--muted); font-size:14px; }
.not-found { min-height:75vh; padding-block:60px; }
.not-found .brand { width:max-content; margin-bottom:70px; }
.not-found h1 { margin-bottom:18px; }
.site-footer { display:grid; grid-template-columns:1fr auto; gap:24px; padding-block:30px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }
.site-footer > div { display:flex; flex-direction:column; gap:4px; }
.site-footer strong { color:var(--ink); font-size:13px; }
.site-footer > span { grid-column:1 / -1; }
.footer-nav { display:flex; flex-wrap:wrap; gap:4px 22px; align-items:center; }
.footer-nav a { display:inline-flex; align-items:center; min-height:32px; }
.footer-nav a:hover { color:var(--blue); }
.mobile-quick { display:none; }
@media (min-width:1041px) {
 .desktop-contact { position:fixed; z-index:15; top:58%; right:24px; display:flex; width:92px; flex-direction:column; border:1px solid #d5e0e5; background:white; box-shadow:0 8px 22px #1933451f; transform:translateY(-50%); }
 .desktop-contact > * { display:flex; align-items:center; justify-content:center; min-height:48px; padding:7px; border:0; border-bottom:1px solid var(--line); background:white; color:var(--ink); font-size:13px; }
 .desktop-contact > :first-child { flex-direction:column; gap:3px; min-height:64px; background:var(--blue); color:white; }
 .desktop-contact > :last-child { border-bottom:0; }
 .desktop-contact > *:hover { color:var(--blue); background:#f2f7fa; }
 .desktop-contact > :first-child:hover { color:white; background:#125980; }
}
@media (max-width:1040px) {
 .header-inner { min-height:76px; }
 .menu-toggle { display:flex; align-items:center; gap:10px; min-height:44px; border:1px solid var(--line); border-radius:4px; background:white; padding:8px 12px; color:var(--ink); font-size:13px; }
 .main-nav { display:none; position:absolute; top:100%; left:0; right:0; background:white; flex-direction:column; align-items:stretch; padding:16px 32px; gap:4px; border-bottom:1px solid var(--line); box-shadow:0 12px 18px #1933450d; }
 .main-nav.is-open { display:flex; }
 .main-nav a { padding:10px 12px; }
 .main-nav .nav-cta { justify-content:center; }
 .hero { height:700px; min-height:700px; }
 .hero-heading { width:64%; padding-top:40px; }
 .hero h1 span:first-child { font-size:52px; }
 .hero h1 span:last-child { font-size:38px; }
 .hero-photo img { object-position:58% 52%; }
 .cards { gap:16px; }
 .cards article { padding:24px; }
 .article-layout { gap:30px; }
 .location-grid { gap:40px; }
 .about { gap:36px; }
 .phone-number { font-size:24px; }
 .site-footer { grid-template-columns:1fr; gap:12px; }
}
@media (max-width:767px) {
 .hero { height:auto; min-height:720px; }
 .hero-inner { width:calc(100% - 40px); min-height:720px; }
 .hero-heading { width:100%; padding-top:30px; }
 .hero h1 { margin-top:10px; }
 .hero h1 span:first-child { font-size:38px; }
 .hero h1 span:last-child { margin-top:8px; font-size:29px; }
 .hero-intro { margin-top:18px; font-size:14px; line-height:1.65; }
 .hero-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:20px; }
 .hero-actions .button { min-width:0; padding-inline:12px; }
 .hero-contact-row { gap:20px; margin-top:14px; }
 .hero-phone a { font-size:18px; }
 .hero-wechat { margin-top:-2px; }
 .hero-photo img { object-position:62% center; }
 .hero-photo::after { display:block; background:linear-gradient(180deg,#0d2c3ce8 0%,#0d2c3c80 43%,#0d2c3c24 62%,#0d2c3cce 100%); }
 .hero-photo figcaption { right:20px; bottom:240px; font-size:10px; }
 .hero-data { margin-bottom:16px; }
 .trust { grid-template-columns:1fr 1fr; padding:8px 16px 6px; }
 .trust > div { padding:10px 12px; }
 .trust > div:nth-child(odd) { padding-left:0; border-left:0; }
 .trust > div:nth-child(n+3) { border-top:1px solid #ffffff24; }
 .trust b { font-size:25px; }
 .trust span { font-size:11px; }
 .stock-note { padding:6px 16px 12px; font-size:10px; }
 .wechat-contact { padding-block:48px; }
 .wechat-contact-grid { grid-template-columns:1fr; gap:34px; }
 .wechat-qr-block { justify-self:start; width:100%; }
 .wechat-qr-block img { width:min(220px,100%); height:auto; margin-inline:auto; }
 body { padding-bottom:calc(72px + env(safe-area-inset-bottom)); }
 .mobile-quick { position:fixed; left:0; right:0; bottom:0; z-index:25; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; padding:9px 12px calc(9px + env(safe-area-inset-bottom)); border-top:1px solid var(--line); background:white; }
 .mobile-quick.three { grid-template-columns:repeat(3,minmax(0,1fr)); }
 .mobile-quick a,.mobile-quick button { display:flex; align-items:center; justify-content:center; min-width:0; min-height:48px; padding:5px; border:1px solid var(--blue); border-radius:8px; background:white; color:var(--blue); font-size:13px; font-weight:600; white-space:nowrap; }
 .mobile-quick a:first-child { background:var(--blue); color:white; }
 .wechat-popover { top:auto; right:12px; bottom:calc(76px + env(safe-area-inset-bottom)); left:12px; width:auto; max-width:none; max-height:calc(100svh - 100px); margin:0; padding:24px; transform:none; overflow:auto; }
 .wechat-popover img { width:min(260px,100%); height:auto; margin-inline:auto; }
 .desktop-wechat-copy { display:none; }
 .wechat-popover .mobile-wechat-copy,.save-wechat { display:flex; }
 .wechat-popover .mobile-wechat-copy { justify-content:center; }
}
@media (max-width:720px) {
 .wrap,.content-shell { width:calc(100% - 40px); }
 .cards { grid-template-columns:1fr; }
 .service-icon { width:36px; height:36px; }
 .cards h3 { margin-top:14px; }
 .gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:230px 160px 160px; }
 .gallery-main { grid-row:auto; grid-column:1 / -1; }
 .gallery figure:nth-child(4) { grid-column:1 / -1; }
 .about,.location-grid,.article-layout,.contact-grid,.article-feature { grid-template-columns:1fr; gap:28px; }
 .feature-strip,.process-flow { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .photo-pair { grid-template-columns:1fr; }
 .photo-pair img { height:auto; }
 .about-title h2 { max-width:none; }
 .about-copy { border:0; padding:0; }
 .aside-card { position:static; }
 .guide-banner { align-items:start; flex-direction:column; gap:20px; padding:28px 0; }
 .contact-panel { padding:26px; }
 .hours-panel { padding:0; }
 .topic-links { grid-template-columns:1fr; }
 .article-feature img { max-height:280px; }
}
@media (max-width:600px) {
 html { scroll-padding-top:92px; }
 .header-inner { min-height:70px; gap:8px; }
 .brand { gap:8px; min-width:0; }
 .brand img { width:36px; height:36px; }
 .brand strong { font-size:15px; }
 .brand small { font-size:9px; }
 .menu-toggle { padding:8px 10px; font-size:12px; flex-shrink:0; }
 .menu-toggle span { display:none; }
 .main-nav { padding-inline:20px; }
 .section { padding-block:48px; }
 h2 { font-size:26px; }
 .hero .eyebrow { font-size:11px; }
 .section-heading { align-items:start; gap:12px; }
 .section-heading .text-link { font-size:12px; gap:8px; white-space:nowrap; }
 .section-heading h2 { font-size:25px; }
 .cards h3 { font-size:23px; }
 .gallery-grid { gap:10px; grid-template-rows:220px 150px 160px; }
 .gallery figcaption { padding-inline:12px; font-size:12px; }
 .location { padding-block:44px; }
 .location .location-address { font-size:17px; }
 .visit-card { padding:24px; }
 .visit-card > a { font-size:29px; }
 .faq summary { font-size:15px; padding-block:20px; }
 .faq details p { padding-right:8px; }
 .guide-banner { margin-bottom:44px; }
 .guide-banner h2 { font-size:24px; }
 .page-hero { padding-block:26px 28px; }
 .page-hero h1 { font-size:30px; }
 .page-lead { font-size:15px; line-height:1.85; }
 .breadcrumbs ol { margin-bottom:18px; }
 .section-nav { gap:8px; margin-top:22px; }
 .section-nav a { padding:8px 12px; font-size:13px; }
 .page-main { padding-block:32px 44px; }
 .prose h2 { font-size:25px; margin-top:36px; }
 .facts-table { font-size:14px; }
 .facts-table caption { font-size:25px; }
 .facts-table th,.facts-table td { padding:12px 10px; }
 .facts-table th { width:34%; }
 .info-grid,.related-links ul { grid-template-columns:1fr; }
 .check-list { grid-template-columns:1fr; }
 .info-card { padding:22px; }
 .contact-panel .phone-number { font-size:29px; }
 .article-layout > .aside-card { display:none; }
 .guide-banner .text-link { width:100%; }
 .footer-nav { gap:2px 18px; }
 .site-footer { padding-block:24px; }
}
@media (max-width:360px) {
 .brand strong { font-size:13px; }
 .brand small { font-size:8px; }
 .brand img { width:32px; height:32px; }
 .hero h1 span:first-child { font-size:32px; }
 .hero h1 span:last-child { font-size:25px; }
 .section-heading { flex-wrap:wrap; }
 .feature-strip,.process-flow { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto; }
 a,.gallery img { transition:none; }
 .gallery figure a:hover img { transform:none; }
}
