.site-footer{--footer-bg: var(--app-surface-dark);--footer-text: rgba(255, 255, 255, .9);--footer-muted: rgba(255, 255, 255, .58);--footer-soft: rgba(255, 255, 255, .7);--footer-strong: #fff;--footer-border: rgba(255, 255, 255, .08);position:relative;z-index:1;padding:clamp(2.5rem,6vw,4.5rem) 0 1.25rem;background:var(--footer-bg);border-top:1px solid var(--footer-border);color:var(--footer-text);content-visibility:auto;contain-intrinsic-size:75svh}.site-footer.light{--footer-bg: var(--app-surface-light);--footer-text: rgba(0, 0, 0, .9);--footer-muted: rgba(0, 0, 0, .58);--footer-soft: rgba(0, 0, 0, .68);--footer-strong: #090909;--footer-border: rgba(0, 0, 0, .08)}.site-footer.dark{--footer-bg: var(--app-surface-dark);--footer-text: rgba(255, 255, 255, .9);--footer-muted: rgba(255, 255, 255, .58);--footer-soft: rgba(255, 255, 255, .7);--footer-strong: #fff;--footer-border: rgba(255, 255, 255, .08)}.site-footer__inner{width:var(--app-content-width);margin:0 auto;display:grid;grid-template-columns:minmax(18rem,1.05fr) minmax(0,1.95fr);gap:clamp(2rem,4vw,4rem);align-items:start}.site-footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:26rem}.site-footer__logo{width:clamp(5.5rem,9vw,7rem);height:auto;display:block;-webkit-user-select:none;user-select:none}.site-footer__copy{margin:0;color:var(--footer-soft);font-size:.92rem;line-height:1.7}.site-footer__address{color:var(--footer-text);font-size:.84rem;line-height:1.6;text-decoration:none;max-width:23rem;transition:color .18s ease,opacity .18s ease}.site-footer__address:hover{color:var(--footer-strong)}.site-footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.site-footer__group{display:flex;flex-direction:column;gap:.9rem;min-width:0}.site-footer__groupTitle{margin:0;color:var(--footer-muted);font-size:.72rem;font-weight:var(--font-weight-bold);letter-spacing:.16em;text-transform:uppercase}.site-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.site-footer__link,.site-footer__bottomLink{display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;color:var(--footer-text);text-decoration:none;font-size:.88rem;line-height:1.35;transition:color .18s ease,opacity .18s ease,transform .18s ease}.site-footer__link span:first-child,.site-footer__bottomLink{white-space:nowrap}.site-footer__link span:last-child{flex:0 0 auto;opacity:.5}.site-footer__link:hover,.site-footer__bottomLink:hover{color:var(--footer-strong);transform:translate(.14rem)}.site-footer__link:hover span:last-child{opacity:.9}.site-footer__bottom{width:var(--app-content-width);margin:clamp(2rem,4vw,3rem) auto 0;padding-top:1rem;border-top:1px solid var(--footer-border);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem 1.5rem;color:var(--footer-muted);font-size:.78rem;line-height:1.4}.site-footer__bottom p{margin:0}.site-footer__bottomLink{width:auto;color:var(--footer-muted)}@media(max-width:1100px){.site-footer__inner{grid-template-columns:1fr}.site-footer__brand{max-width:100%}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.site-footer{padding-top:2.25rem}.site-footer__inner{gap:2rem}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1rem}.site-footer__group{gap:.7rem}.site-footer__groupTitle{font-size:.65rem;letter-spacing:.12em}.site-footer__link{align-items:flex-start;gap:.4rem;font-size:.8rem}.site-footer__link span:first-child{min-width:0;white-space:normal;overflow-wrap:anywhere}.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-footer__bottomLink{width:100%;white-space:normal;overflow-wrap:anywhere}}
