/* AtendePraVocê — Brand contract v5
   Smaller brand footprint + restrained hover. Footer intentionally uses the light PVC mark. */

.apv-brand,
.apv-site-footer__brand {
  gap: 0 !important;
  text-decoration: none !important;
}

.apv-brand-logo-motion {
  position: relative;
  display: inline-grid;
  width: clamp(108px, 9.5vw, 132px);
  max-width: 100%;
  flex: 0 0 auto;
  place-items: center;
  transform-origin: center;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.apv-brand-logo-motion img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

/* v4 shimmer intentionally removed: hover should feel almost static. */
.apv-brand-logo-motion::after { content: none !important; display: none !important; }

.apv-brand:hover .apv-brand-logo-motion,
.apv-brand:focus-visible .apv-brand-logo-motion {
  filter: drop-shadow(0 4px 8px rgba(3, 30, 60, .10));
  transform: translateY(-1px) scale(1.012);
}

.apv-brand__name,
.apv-brand__accent,
.apv-site-footer__brand > span:not(.apv-brand-logo-motion) {
  display: none !important;
}

.apv-brand .apv-brand__logo--full {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Footer is the one dark closing surface. Use a light PVC mark, no card behind it. */
.apv-site-footer__brand {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  align-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.apv-site-footer__logo--pvc-light {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
}
.apv-site-footer__brand:hover .apv-site-footer__logo--pvc-light,
.apv-site-footer__brand:focus-visible .apv-site-footer__logo--pvc-light {
  opacity: .96;
  filter: drop-shadow(0 4px 10px rgba(159,196,232,.12));
  transform: translateY(-1px) scale(1.02);
}

@media (max-width: 760px) {
  .apv-brand-logo-motion { width: 112px; }
  .apv-site-footer__logo--pvc-light { width: 42px !important; height: 42px !important; flex-basis: 42px !important; }
}

@media (max-width: 480px) {
  .apv-brand-logo-motion { width: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  .apv-brand-logo-motion,
  .apv-site-footer__logo--pvc-light { transition: none !important; }
  .apv-brand:hover .apv-brand-logo-motion,
  .apv-brand:focus-visible .apv-brand-logo-motion,
  .apv-site-footer__brand:hover .apv-site-footer__logo--pvc-light,
  .apv-site-footer__brand:focus-visible .apv-site-footer__logo--pvc-light { transform: none !important; }
}
