.hv2-ville-archive .preloader,
.hv2-ville-archive .wpo-page-title-section { display: none !important; }

.hv2-nav a.is-active { color: #fff; background: rgba(255,255,255,.08); }
.hv2-nav a.is-active::after { opacity: 1; transform: translateX(-50%); }

.hv2-city-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--hv2-navy);
}

.hv2-city-hero-bg,
.hv2-city-hero-bg img,
.hv2-city-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hv2-city-hero-bg img { object-fit: cover; }
.hv2-city-hero-shade { background: linear-gradient(90deg, rgba(4,16,32,.94), rgba(7,24,45,.72) 52%, rgba(7,24,45,.42)), linear-gradient(0deg, rgba(4,16,32,.45), transparent); }

.hv2-city-hero-content { position: relative; z-index: 1; padding-top: 7rem; padding-bottom: 4rem; }
.hv2-city-hero .hv2-eyebrow { color: var(--hv2-amber); }
.hv2-city-hero h1 { max-width: 820px; margin: .75rem 0 1.25rem; color: #fff !important; font: 600 clamp(3rem, 6vw, 5.3rem)/1 var(--hv2-font-display); letter-spacing: -.035em; }
.hv2-city-hero h1 em { color: var(--hv2-amber); font-style: italic; }
.hv2-city-hero > .hv2-container > p,
.hv2-city-hero-content > p { max-width: 690px; margin: 0 0 2.3rem; color: rgba(255,255,255,.82) !important; font-size: 1.08rem; line-height: 1.7; }

.hv2-city-stats { display: flex; flex-wrap: wrap; gap: .8rem; }
.hv2-city-stats > div { min-width: 145px; padding: .9rem 1.1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.hv2-city-stats strong { display: block; color: #fff; font-size: 1.15rem; }
.hv2-city-stats span { display: block; margin-top: .15rem; color: rgba(255,255,255,.62); font-size: .72rem; }

.hv2-city-finder { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--hv2-cream); }
.hv2-city-finder-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.hv2-city-finder-head h2 { margin: .6rem 0 .5rem; color: var(--hv2-navy) !important; font: 600 clamp(2.1rem, 4vw, 3.2rem)/1.08 var(--hv2-font-display); }
.hv2-city-finder-head p { margin: 0; color: var(--hv2-slate); }

.hv2-geoloc-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: 0 1.3rem; color: var(--hv2-navy); background: linear-gradient(135deg,#f0d27a,#d5ad43); border: 0; border-radius: 999px; font: 800 .9rem var(--hv2-font-body); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.hv2-geoloc-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -14px rgba(138,101,0,.65); }

.hv2-city-search-panel { position: relative; display: grid; grid-template-columns: 1.4fr .9fr; gap: .9rem; padding: 1rem; background: #fff; border: 1px solid var(--hv2-line); border-radius: 18px; box-shadow: var(--hv2-shadow-sm); }
.hv2-city-search-field,
.hv2-city-select-field { min-height: 56px; display: flex; align-items: center; gap: .75rem; padding: 0 1rem; color: #8a6500; background: #faf9f6; border: 1px solid var(--hv2-line); border-radius: 12px; }
.hv2-city-search-field:focus-within,
.hv2-city-select-field:focus-within { border-color: #b58b23; box-shadow: 0 0 0 3px rgba(213,173,67,.18); }
.hv2-city-search-field input,
.hv2-city-select-field select { width: 100%; color: var(--hv2-ink); background: transparent; border: 0; outline: 0; font: 600 1rem var(--hv2-font-body); }
.hv2-city-select-field select { cursor: pointer; }

.hv2-autocomplete { position: absolute; z-index: 20; top: calc(100% - .25rem); left: 1rem; width: calc(58.3% - 1.4rem); display: none; overflow: hidden; background: #fff; border: 1px solid var(--hv2-line); border-radius: 0 0 14px 14px; box-shadow: var(--hv2-shadow); }
.hv2-autocomplete.is-visible { display: block; }
.hv2-autocomplete a { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; color: var(--hv2-ink); border-bottom: 1px solid var(--hv2-line); }
.hv2-autocomplete a:last-child { border-bottom: 0; }
.hv2-autocomplete a:hover { background: #fff8e8; }
.hv2-autocomplete span { color: var(--hv2-slate); font-size: .82rem; }

.hv2-city-results-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 2rem 0 1rem; }
.hv2-city-results-bar p { margin: 0; color: var(--hv2-slate); font-size: .9rem; }
.hv2-city-results-bar p strong { color: var(--hv2-navy); }
.hv2-city-results-bar button { padding: .4rem 0; color: #8a6500; background: none; border: 0; font: 800 .82rem var(--hv2-font-body); cursor: pointer; }

.hv2-city-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.hv2-city-card { min-width: 0; display: grid; grid-template-columns: 46px 1fr auto; gap: .9rem; align-items: center; padding: 1.2rem; background: #fff; border: 1px solid var(--hv2-line); border-radius: 16px; box-shadow: 0 8px 24px -20px rgba(12,30,47,.28); transition: transform .25s var(--hv2-ease), border-color .25s, box-shadow .25s; }
.hv2-city-card:hover { transform: translateY(-3px); border-color: #d5ad43; box-shadow: var(--hv2-shadow-sm); }
.hv2-city-card[hidden] { display: none; }
.hv2-city-card-icon { width: 46px; height: 46px; display: grid; place-items: center; color: #8a6500; background: #fff4d8; border-radius: 12px; }
.hv2-city-card-copy { min-width: 0; }
.hv2-city-card h2 { overflow: hidden; margin: 0 0 .3rem; color: var(--hv2-navy) !important; font: 600 1.12rem/1.25 var(--hv2-font-display); text-overflow: ellipsis; white-space: nowrap; }
.hv2-city-card h2 a { color: inherit; }
.hv2-city-card p { margin: 0; color: var(--hv2-slate); font-size: .76rem; }
.hv2-city-card-actions { display: flex; align-items: center; gap: .4rem; }
.hv2-city-card .services { display: inline-flex; align-items: center; gap: .35rem; color: #8a6500; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.hv2-city-card .call { width: 38px; height: 38px; display: grid; place-items: center; color: var(--hv2-navy); background: #f0d27a; border-radius: 10px; }

.hv2-city-empty { padding: 4rem 1rem; text-align: center; }
.hv2-city-empty h2 { color: var(--hv2-navy) !important; font-family: var(--hv2-font-display); }
.hv2-city-empty p { color: var(--hv2-slate); }

.hv2-location-modal { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(4,16,32,.7); opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
.hv2-location-modal.is-visible { opacity: 1; visibility: visible; }
.hv2-location-dialog { width: min(460px,100%); padding: 2rem; text-align: center; background: #fff; border-radius: 20px; box-shadow: var(--hv2-shadow); }
.hv2-location-dialog-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 1rem; color: #8a6500; background: #fff4d8; border-radius: 16px; }
.hv2-location-dialog h2 { margin: 0 0 .6rem; color: var(--hv2-navy) !important; font-family: var(--hv2-font-display); }
.hv2-location-dialog p { margin: 0 0 1.4rem; color: var(--hv2-slate); }
.hv2-location-dialog > div:last-child { display: flex; justify-content: center; gap: .7rem; }

.hv2-city-loading { position: fixed; z-index: 10000; inset: 0; display: grid; place-content: center; gap: 1rem; text-align: center; color: #fff; background: rgba(4,16,32,.86); }
.hv2-city-loading span { width: 46px; height: 46px; margin: auto; border: 3px solid rgba(255,255,255,.25); border-top-color: var(--hv2-amber); border-radius: 50%; animation: city-spin .8s linear infinite; }
.hv2-city-loading p { margin: 0; }
@keyframes city-spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
    .hv2-city-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
    .hv2-city-hero { min-height: 700px; }
    .hv2-city-hero-bg img { object-position: 64% center; }
    .hv2-city-hero-shade { background: linear-gradient(180deg,rgba(4,16,32,.78),rgba(4,16,32,.9)); }
    .hv2-city-hero-content { padding-top: 8rem; padding-bottom: 4rem; }
    .hv2-city-hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
    .hv2-city-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .45rem; }
    .hv2-city-stats > div { min-width: 0; padding: .8rem .55rem; text-align: center; }
    .hv2-city-stats strong { font-size: .9rem; }
    .hv2-city-stats span { font-size: .61rem; }
    .hv2-city-finder-head { align-items: stretch; flex-direction: column; }
    .hv2-geoloc-button { width: 100%; }
    .hv2-city-search-panel { grid-template-columns: 1fr; }
    .hv2-autocomplete { left: 1rem; right: 1rem; width: auto; }
    .hv2-city-grid { grid-template-columns: 1fr; }
    .hv2-city-card { grid-template-columns: 42px 1fr auto; padding: 1rem; }
    .hv2-city-card-icon { width: 42px; height: 42px; }
    .hv2-city-card .services { font-size: 0; }
    .hv2-city-card .services span { font-size: 1.1rem; }
    .hv2-location-dialog > div:last-child { flex-direction: column-reverse; }
}

@media (max-width: 380px) {
    .hv2-city-results-bar { align-items: flex-start; flex-direction: column; }
    .hv2-city-card { grid-template-columns: 40px minmax(0,1fr) auto; gap: .65rem; }
}
