/* Branding-only wordmark replacement; original layouts and breakpoints are retained. */
.home-original .brand { width: auto; align-items: center; }
.home-original .brand .home-wordmark { margin: 0; font: 600 30px/1 Arial,Helvetica,sans-serif; letter-spacing: -1.5px; }
@media (max-width: 540px) { .home-original .brand .home-wordmark { font-size: 25px; } }

.brand .velarivo-mark { display: block; width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }

footer .footer-socials { display: flex; flex-wrap: wrap; gap: 8px 20px; width: 100%; grid-column: 1 / -1; padding-top: 16px; }
footer .footer-socials a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: inherit; text-decoration: none; font-size: 13px; transition: opacity .18s ease; }
footer .footer-socials a:hover { opacity: .7; }
footer .footer-socials a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; border-radius: 4px; }
footer .footer-socials svg { display: block; width: 19px; height: 19px; flex-shrink: 0; }
