/* finesse · component-scope: CZWX contact footer; inherited navy/blue; no QR pixel edits. */
.site-footer:has(.contact-footer), .news-contact-footer {
  --cf-bg: #0b1927; --cf-text: #f4f7fb; --cf-muted: #bbc7d5;
  --cf-accent: #9ec5ff; --cf-border: #d9e7ff26; --cf-qr: #fff;
  background: var(--cf-bg); color: var(--cf-text);
}
.contact-footer {display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.8fr) minmax(0,1fr);gap:clamp(32px,4vw,64px);max-width:1248px;margin:0 auto;padding:8px 0 44px;}
.contact-footer > * {min-width:0;}
.contact-footer h2 {font:inherit;font-size:20px;font-weight:600;line-height:1.4;margin:0 0 24px;letter-spacing:-.02em;color:var(--cf-text);}
.contact-footer h2::after {content:'';display:block;width:36px;height:2px;background:var(--cf-accent);margin-top:14px;}
.contact-footer a {color:inherit;text-decoration:none;transition:color .18s ease,background-color .18s ease;}
.contact-footer a:focus-visible {outline:3px solid var(--cf-accent);outline-offset:5px;border-radius:3px;}
.contact-footer a:active {color:var(--cf-accent);}
.contact-footer-logo {display:inline-flex;background:var(--cf-qr);padding:10px 14px;border-radius:4px;}
.contact-footer-logo img {display:block;max-width:100%;width:170px;height:auto;}
.contact-footer-purpose {color:var(--cf-muted);font-size:14px;line-height:1.7;margin:20px 0;max-width:34ch;}
.contact-footer address {display:flex;flex-direction:column;align-items:flex-start;font-style:normal;color:var(--cf-muted);font-size:14px;line-height:1.7;}
.contact-footer address a {display:inline-flex;align-items:center;min-height:44px;white-space:nowrap;}
.contact-footer address .contact-footer-phone {font-size:clamp(20px,2vw,26px);color:var(--cf-accent);letter-spacing:-.025em;margin-top:10px;}
.contact-footer-address {margin-top:10px;max-width:36ch;}
.contact-footer-navigation > div {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;}
.contact-footer-navigation a {min-height:44px;display:flex;align-items:center;font-size:14px;white-space:nowrap;}
.contact-footer-codes {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:372px;}
.contact-footer-codes figure {margin:0;min-width:0;}
/* Functional white quiet zone, no cropping, filters, rounded QR pixels or overlays. */
.contact-footer-qr {display:block;background:var(--cf-qr);padding:12%;aspect-ratio:1;border-radius:4px;}
.contact-footer-qr img {display:block;width:100%;height:100%;object-fit:contain;background:var(--cf-qr);}
.contact-footer-codes figcaption {text-align:center;font-size:15px;font-weight:600;margin-top:12px;line-height:1.5;}
.contact-footer-hint {color:var(--cf-muted);font-size:13px;line-height:1.7;margin:18px 0 0;max-width:42ch;}
.site-footer:has(.contact-footer) .footer-bottom {font-size:13px;}
.site-footer:has(.contact-footer) .footer-legal a, .site-footer:has(.contact-footer) .footer-legal button {min-height:44px;color:var(--cf-muted);}
.site-footer:has(.contact-footer) .footer-colophon {font-size:12px;line-height:1.7;gap:16px;color:var(--cf-muted);}
.news-contact-footer {padding:56px 5% 24px;}
.news-contact-footer .news-footer {max-width:1248px;margin:auto;padding:24px 0 0;border-top:1px solid var(--cf-border);background:transparent;color:var(--cf-muted);}
@media (hover:hover) and (pointer:fine) {.contact-footer a:hover {color:var(--cf-accent);}.contact-footer-qr:hover {outline:2px solid var(--cf-accent);outline-offset:4px;}}
@media (max-width:1000px) {.contact-footer {grid-template-columns:repeat(2,minmax(0,1fr));}.contact-footer-connect {grid-column:1/-1;}.contact-footer-codes {max-width:392px;}}
@media (max-width:600px) {.contact-footer {grid-template-columns:minmax(0,1fr);gap:36px;}.contact-footer-connect {grid-column:auto;}.contact-footer-codes {gap:16px;max-width:372px;}.contact-footer h2 {margin-bottom:20px;}.contact-footer-navigation > div {max-width:360px;}.site-footer:has(.contact-footer) .footer-colophon {flex-direction:column;}.news-contact-footer {padding:40px 20px 24px;}}
@media (prefers-reduced-motion:reduce) {.contact-footer a {transition:none;}}
