/* A shared, full-width navigation row with consistent touch targets. */
.site-footer .footer-links-row {display:block;padding-top:8px;padding-bottom:28px}
.site-footer .footer-button-grid {display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;width:100%;justify-content:stretch}
.site-footer .footer-button-grid .footer-nav-button {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:0;min-height:104px;margin:0;padding:17px 10px;border:1px solid #34626f;border-radius:14px;background:linear-gradient(135deg,#173d49,#245867);color:#fff;font-family:inherit;font-size:.94rem;font-weight:650;line-height:1.35;text-align:center;text-decoration:none;cursor:pointer;box-shadow:inset 0 1px 0 #ffffff14,0 5px 14px #16384512;transition:background .18s,border-color .18s,box-shadow .18s}
.footer-nav-icon {display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#ffffff0e;color:#fba57d}
.footer-nav-icon svg {display:block;width:23px;height:23px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.site-footer .footer-nav-button:after {content:'';position:absolute;bottom:0;width:26px;height:2px;border-radius:2px;background:#e37a4d;opacity:.8;transition:width .18s}
.site-footer .footer-nav-button:focus-visible {outline:3px solid #c7572c;outline-offset:4px}
@media(hover:hover){.site-footer .footer-button-grid .footer-nav-button:hover{background:linear-gradient(135deg,#20505f,#2d6876);border-color:#72949e;color:#fff;box-shadow:inset 0 1px 0 #ffffff20,0 8px 19px #16384520}.site-footer .footer-nav-button:hover:after{width:44px}}
.site-footer .footer-button-grid .footer-nav-button:active {background:#143743;box-shadow:inset 0 2px 6px #0002}
@media(max-width:1100px){.site-footer .footer-button-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer .footer-nav-button:last-child{grid-column:span 2}}
@media(max-width:620px){.site-footer .footer-button-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.site-footer .footer-button-grid .footer-nav-button{min-height:82px;flex-direction:row;justify-content:flex-start;padding:16px 13px;gap:10px;font-size:.875rem}.site-footer .footer-nav-button:last-child{justify-content:center}.footer-nav-icon{flex-shrink:0;width:30px;height:30px}.site-footer .footer-links-row{padding-bottom:24px}}
@media(prefers-reduced-motion:reduce){.site-footer .footer-nav-button,.site-footer .footer-nav-button:after{transition:none}}
