/* Logotype texte AFECCAV */

.afeccav-wordmark {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  flex-shrink: 0;
}

.afeccav-wordmark:hover,
.afeccav-wordmark:focus {
  text-decoration: none !important;
  opacity: 0.88;
}

.afeccav-wordmark-svg {
  display: block;
  width: auto;
  height: 2.35rem;
  overflow: visible;
}

.afeccav-wordmark-svg-text {
  font-family: var(--afeccav-font, 'Montserrat', sans-serif);
  font-weight: var(--afeccav-font-weight-extrabold, 800);
  font-size: 28px;
  fill: var(--afeccav-blue, #202f5b);
  letter-spacing: -0.04em;
}

/* Variante CSS pure (fallback si SVG masqué) */
.afeccav-wordmark-text {
  font-family: var(--afeccav-font, 'Montserrat', sans-serif);
  font-weight: var(--afeccav-font-weight-extrabold, 800);
  font-size: clamp(1.55rem, 2.8vw, 1.95rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--afeccav-blue, #202f5b);
  text-transform: lowercase;
}

body.afeccav-header-inline .afeccav-header-logo .afeccav-wordmark {
  max-width: none;
}

@media (max-width: 991px) {
  .afeccav-wordmark-svg {
    height: 1.75rem;
  }

  .afeccav-wordmark-svg-text {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .afeccav-wordmark-svg {
    height: 1.55rem;
  }

  .afeccav-wordmark-svg-text {
    font-size: 21px;
  }
}
