/* Identité commune Immo-courtage — chargée après les styles propres à chaque page. */
.brand,
.wm {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 750 !important;
  letter-spacing: -.045em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: .18em !important;
  white-space: nowrap;
  text-decoration: none;
}

.brand b {
  width: 11px;
  height: 11px;
  margin-left: 3px !important;
  display: inline-block;
  flex: 0 0 auto;
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
  border-radius: 1.5px;
  background:
    linear-gradient(#fff 0 0) center / 64% 24% no-repeat,
    linear-gradient(#fff 0 0) center / 24% 64% no-repeat,
    #da291c;
}

.wm-dash { color: #da291c !important; }
.ch-flag { border-radius: 1.5px !important; }

/* Preserve the photographic identity while improving readability and tablet navigation. */
::selection { background: #dce5ee; color: #0d2240; }
.nav { gap: 28px; }
.nav-logo { flex-shrink: 0; }
.nav-links { gap: clamp(14px, 1.8vw, 26px); }
.nav-links > a, .nav-cta { white-space: nowrap; }
.hero-video-bg::after { background: linear-gradient(90deg, rgba(7,24,41,.72), rgba(7,24,41,.25) 75%); }
.hero-text-panel { max-width: 920px; }
.hero-text-panel .hero-headline { font-size: clamp(44px, 5.5vw, 80px); line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.hero-headline .accent { color: #fff; }
.hero-cta-group .btn { min-height: 52px; font-size: 12px; letter-spacing: .12em; }
.hero-cta-group .btn-ghost-w { background: rgba(7,24,41,.4); border-color: rgba(255,255,255,.75); }
.listing-card { border-radius: 12px; overflow: hidden; }
.listing-copy h3 { line-height: 1.2; }
.listing-copy p { font-size: 15px; line-height: 1.6; }
.listing-copy strong { font-size: 18px; font-variant-numeric: tabular-nums; }
.form input, .form select, .form textarea { font-size: 16px; }
.showcase-heading h2, .contact-grid h2 { text-wrap: balance; }
@media (min-width: 801px) and (max-width: 1100px) {
  .nav, .nav.compact { padding: 20px 28px; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; width: 44px; height: 32px; margin-left: auto; }
}
@media (max-width: 800px) {
  .hero-text-panel .hero-headline { font-size: clamp(40px, 7vw, 62px); }
  .nav-burger { min-width: 44px; min-height: 28px; }
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid #da291c;
  outline-offset: 4px;
}

@media (max-width: 800px) {
  .brand b { width: 10px; height: 10px; }
}
