/* Shared footer: real contacts and useful destinations in the sold four-column rhythm. */
.site-footer { padding: 0; background: #252b27; color: #f8f4e9; font-family: "Segoe UI",Arial,sans-serif; }
html[data-theme=dark] .site-footer { background: #171b18; }
.site-footer .container { width: min(1240px,calc(100% - 64px)); max-width: 1240px; padding-inline: 0; }
.site-footer .footer-grid { grid-template-columns: 1.3fr .7fr 1.1fr .9fr; gap: 40px; padding-block: 72px 52px; }
.site-footer .footer-brand { display: block; }
.site-footer .brand { color: #f8f4e9; width: fit-content; text-decoration: none; }
.site-footer .brand-mark { width: 40px; height: 46px; flex-basis: 40px; }
.site-footer .brand-copy strong { font-size: 18px; }
.site-footer .brand-copy small { color: #e2c1a1; }
.site-footer .footer-brand>p { color: #bec0b6; max-width: 300px; margin: 22px 0 0; font-size: 15px; }
.site-footer h2 { color: #c0c3b9; font: 700 11px/1.5 "Segoe UI",Arial,sans-serif; text-transform: uppercase; letter-spacing: .13em; margin: 0 0 10px; }
.site-footer .footer-navigation,.site-footer .footer-contact,.site-footer .footer-visit { grid-column: auto; grid-row: auto; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; gap: 2px; }
.site-footer :is(.footer-navigation,.footer-contact,.footer-visit)>a,
.site-footer .footer-contact p>a { display: inline-flex; align-items: center; min-height: 44px; color: #e0e2d8; font-size: 13px; text-decoration: none; }
.site-footer .footer-contact p,.site-footer .footer-visit p { margin: 0; color: #e0e2d8; font-size: 13px; }
.site-footer .footer-visit p { margin-bottom: 12px; }
.site-footer a:hover { color: #e2c1a1; text-decoration: underline; text-underline-offset: 4px; }
.site-footer a:focus-visible { outline-color: #e2c1a1; }
.site-footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 16px; border-top: 1px solid #ffffff1f; }
.site-footer .footer-bottom p { color: #b9bcb2; font-size: 12px; margin: 0; }
.site-footer .developer-credit a { color: #e0e2d8; margin-left: 4px; }
@media(max-width:1100px) { .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 64px; } }
@media(max-width:600px) {
 .site-footer .container { width: calc(100% - 32px); }
 .site-footer .footer-grid { grid-template-columns: minmax(0,1fr); gap: 32px; padding-block: 48px 32px; }
 .site-footer .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0; }
}
