/* One footer layout shared by the homepage and companion pages. */
.site-footer{--gutter:clamp(24px,5vw,150px);--line:#d8dfda;position:relative;z-index:2;pointer-events:auto;padding:80px var(--gutter) 30px;background:#fafaf6;color:#04050a;border-top:1px solid #bdcfca;display:grid;grid-template-columns:1fr 1fr;gap:50px;font-family:Geist,Arial,sans-serif;line-height:1.5;text-align:left}
.site-footer .brand{display:flex;flex-direction:column;gap:3px;flex-shrink:0}
.site-footer .brand img{width:150px;height:34px;object-fit:contain;object-position:left center}
.site-footer>div>p{margin:25px 0 0;font-size:18px;line-height:1.65;color:#2a2a24}
.site-footer .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 40px}
.site-footer .text-link{display:inline-flex;gap:22px;align-items:center;border:0;border-bottom:1px solid #8f9995;background:none;padding:12px 0;font-size:16px}
.site-footer .text-link:hover{color:#356776}
.site-footer .footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:space-between;gap:20px;font-size:14px}
@media(min-width:2200px){.site-footer .brand img{width:190px;height:43px}.site-footer .text-link{font-size:22px}}
@media(max-width:1100px){.site-footer .brand img{width:130px;height:30px}}
@media(max-width:700px){.site-footer{grid-template-columns:1fr;padding:55px 24px 25px;gap:35px}.site-footer .brand img{width:115px;height:28px}.site-footer .footer-bottom{flex-direction:column;font-size:13px}.site-footer .footer-links{gap:8px 25px}}
