/* $$$$$ City directory layout extends the shared blue system without changing any live stylesheet. */
.gl-cities-refresh-page .gl-cities-hero .gl-hero__media img{object-position:center 42%}
.gl-cities-refresh-page .gl-city-directory{overflow:hidden}
.gl-cities-refresh-page .gl-section--soft{background:#f2f6fb}
/* $$$$$ Replace image-heavy CTA cards with a compact, scannable directory matching the purpose of the All Cities page. */
.gl-city-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 36px;margin:38px 0 0;padding:0;list-style:none;border-top:1px solid rgba(10,45,79,.13)}
.gl-city-link-item{min-width:0;border-bottom:1px solid rgba(10,45,79,.13)}
.gl-city-link-item a{display:flex;min-height:58px;align-items:center;padding:13px 4px;color:#0b5d8f;font-size:15px;font-weight:600;line-height:1.4;text-decoration:none;transition:color .2s ease,transform .2s ease}
.gl-city-link-item a:hover,.gl-city-link-item a:focus-visible{color:#082b4b;transform:translateX(4px)}
.gl-city-empty{margin-top:32px;padding:36px;border:1px dashed rgba(10,45,79,.25);border-radius:18px;background:#fff;text-align:center}
.gl-city-empty h3{color:#082b4b}.gl-city-empty p{margin:10px auto 22px;max-width:620px;color:#506477}
/* $$$$$ Preserve the legacy contact form as a meaningful section while restyling it locally for the refresh page. */
.gl-cities-refresh-page .homecontact{padding:72px 0;background:#eef4f9;color:#082b4b}
.gl-cities-refresh-page .homecontact h4{margin-bottom:28px;font-family:"Cormorant Garamond",serif;font-size:42px}
.gl-cities-refresh-page .homecontact label{font-weight:600;color:#294d69}
.gl-cities-refresh-page .homecontact .form-control{min-height:48px;border:1px solid #bfd0de;border-radius:8px;background:#fff}
.gl-cities-refresh-page .homecontact .btn-orange{min-height:48px;margin-top:29px;border:0;border-radius:8px;background:#0b5d8f;color:#fff}
@media(max-width:991px){.gl-city-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}}
@media(max-width:575px){.gl-city-link-grid{grid-template-columns:1fr}.gl-city-link-item a{min-height:54px}.gl-cities-refresh-page .homecontact{padding:52px 0}.gl-cities-refresh-page .homecontact .btn-orange{margin-top:8px}}
