/* V7: approved premium blue / red / green identity. */
:root{
  --navy:#093678;--navy-2:#124788;--navy-3:#092657;
  --green:#559d20;--green-2:#78bf32;--green-dark:#357718;
  --red:#c50928;--red-dark:#a40723;--soft:#f7f9fc;
}
.topbar,.footer{background:linear-gradient(110deg,#092657,#103d7b)}
.topbar__cta,.btn--primary{background:linear-gradient(180deg,#cf1232,var(--red-dark));color:#fff;box-shadow:0 6px 18px rgba(165,7,35,.16)}
.topbar__cta:hover,.btn--primary:hover{background:linear-gradient(180deg,#bb0a2a,#90051d)}
.finder button{background:var(--red);color:#fff}
.finder button:hover{background:var(--red-dark)}
.nav a:after{background:var(--red)}
.nav a.active{color:var(--red-dark)}
.btn--secondary:hover{background:#f2f5fb}
.site-header{border-bottom-color:#dce3ef}
.brand{min-width:320px}
.brand img{width:320px;height:auto;max-height:none}
.header__inner{min-height:136px}
.footer__brand img{width:300px;height:auto;max-height:none}
.footer__logo-wrap{max-width:100%;background:#fff;padding:8px 10px}
.service-visual{background:linear-gradient(135deg,#092657,#124788)}
.location-band{background:linear-gradient(110deg,#092657 0%,#103d7b 65%,#16487c 100%);border-top:3px solid var(--red)}
.text-link:hover{color:var(--red-dark)}
:focus-visible{outline-color:var(--navy-2)}
@media(max-width:1050px){.brand{min-width:260px}.brand img{width:260px}.header__inner{min-height:112px}}
@media(max-width:780px){.brand{min-width:0}.brand img{width:240px}.header__inner{min-height:100px}.nav a.active{color:var(--red-dark)}}
@media(max-width:520px){.brand img{width:220px}.header__inner{min-height:94px}.footer__brand img{width:280px}}

/* Approved facade identity, V8. */
.hero__image{background-image:url("../img/hero-storefront-v8.webp")}
