.contact-hero { position: relative; isolation: isolate; display: flex; align-items: center; height: 320px; overflow: hidden; background: #373839; color: white; }
.contact-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.contact-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #14161726, transparent 60%); }
.contact-hero-copy p { color: white; font-size: 15px; margin-bottom: 12px; text-shadow: 0 1px 8px #0008; }
.contact-hero-copy h1 { font-size: 38px; text-shadow: 0 2px 12px #0008; }
.contact-breadcrumb { background: white; border-bottom: 1px solid var(--line); }
.contact-breadcrumb .breadcrumb { display: flex; align-items: center; gap: 12px; min-height: 68px; margin-block: 0; font-size: 13px; }
.contact-breadcrumb [aria-current] { color: var(--ink); }
.contact-content { padding: 56px 0 72px; background: var(--soft); }
.contact-content .inquiry-context { background: white; margin-bottom: 32px; }
.contact-section-heading { margin-bottom: 32px; }
.contact-section-heading h2 { font-size: 30px; }
.contact-section-heading::after { content: ""; display: block; width: 42px; height: 3px; margin-top: 16px; background: var(--accent); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 0; }
.contact-channel { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 248px; padding: 28px 24px; border-radius: 4px; background: white; }
.contact-channel::after { content: ""; position: absolute; bottom: 0; left: 24px; right: 24px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.contact-channel:focus-within::after { transform: scaleX(1); }
.contact-channel h3 { color: var(--accent-hover); font-size: 20px; margin-bottom: 8px; }
.contact-channel-label { font-size: 13px; margin-bottom: 18px; }
.contact-channel-links { display: grid; gap: 4px; font-size: 19px; font-variant-numeric: tabular-nums; }
.contact-channel-links a { display: flex; align-items: center; min-height: 32px; }
.contact-channel-more { margin-top: auto; padding-bottom: 0; font-size: 13px; }
.contact-email { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 6px; width: 100%; }
.contact-email > a { font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; min-width: 0; }
.contact-email .copy-address { flex-shrink: 0; width: 36px; height: 36px; }
.contact-email .copy-status { line-height: 1.6; }
.contact-channel-wechat .contact-channel-label { margin-bottom: 12px; }
.contact-channel-wechat > img { width: 112px; height: 112px; object-fit: contain; }
.contact-location-wide { margin-top: 48px; }
.company-map-frame { width: 100%; height: 400px; background: #eef1f3; }
.company-map { width: 100%; height: 100%; }
.company-map img { max-width: none; }
.company-map .BMap_ZoomControl_item_svg { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.company-map .BMap_cpyCtrl { max-width: calc(100% - 4px); white-space: normal !important; }
.company-map-status { padding: 16px 32px; background: white; border-top: 1px solid var(--line); font-size: 13px; }
.location-actions { flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.location-actions .text-link { font-size: 12px; font-weight: 400; }
.company-map-popup { width: 220px; max-width: 100%; }
.company-map-popup h3 { font-size: 16px; line-height: 1.6; margin: 0 0 8px; }
.company-map-popup p, .company-map-popup a { font-size: 13px; line-height: 1.8; }
.company-map-popup a { display: inline-block; margin-top: 10px; color: var(--accent-hover); }
.contact-location-wide .location-caption { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 30px 32px; background: white; }
.location-details { min-width: 0; }
.location-details .eyebrow { margin-bottom: 6px; }
.location-details h2 { font-size: 24px; }
.location-details address { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 12px; }
.contact-location-wide .button { flex-shrink: 0; }
@media (hover: hover) and (pointer: fine) {
  .contact-channel:hover::after { transform: scaleX(1); }
}
@media (max-width: 1100px) {
  .contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .contact-channel { min-height: 234px; }
  .contact-location-wide .location-caption { align-items: flex-start; }
  .location-details h2 { font-size: 22px; }
}
@media (max-width: 700px) {
  .contact-hero { height: 248px; }
  .contact-hero-image { object-position: 42% center; }
  .contact-hero-copy h1 { font-size: 30px; }
  .contact-hero-copy p { font-size: 13px; }
  .contact-breadcrumb .breadcrumb { min-height: 56px; }
  .contact-content { padding: 36px 0 48px; }
  .contact-section-heading { margin-bottom: 26px; }
  .contact-section-heading h2 { font-size: 26px; }
  .contact-channel-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-channel { min-height: 188px; padding: 24px; }
  .contact-channel-links { font-size: 20px; }
  .contact-channel-more { margin-top: 16px; }
  .contact-channel-wechat { min-height: 160px; padding-right: 160px; justify-content: center; }
  .contact-channel-wechat .contact-channel-label { margin-bottom: 0; }
  .contact-channel-wechat > img { position: absolute; top: 24px; right: 24px; }
  .contact-location-wide { margin-top: 32px; }
  .company-map-frame { height: 340px; }
  .company-map > .anchorBL:has(img[src*="/images/logo"]) { bottom: 36px !important; }
  .company-map .BMap_scaleCtrl { bottom: 60px !important; }
  .company-map-status { padding: 14px 20px; }
  .location-actions { width: 100%; align-items: flex-start; }
  .contact-location-wide .location-caption { flex-direction: column; gap: 22px; padding: 24px 20px; }
  .location-details h2 { font-size: 21px; overflow-wrap: anywhere; }
  .location-details address { font-size: 13px; }
  .contact-location-wide .button { width: 100%; }
}
@media (max-width: 360px) {
  .contact-channel-wechat { padding-right: 138px; padding-left: 20px; }
  .contact-channel-wechat > img { width: 100px; height: 100px; right: 20px; top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-channel::after { transition: none; }
}
