/* Ajuste final del logo: más presencia y una cola claramente reconocible. */
.site-header .nav-wrap {
  min-height: 84px;
  height: 84px;
}

.site-header .brand-reference {
  padding-bottom: 11px !important;
}

.site-header .brand-reference strong {
  font-size: 38px !important;
  letter-spacing: -1.3px !important;
}

.brand-reference .devil-tail {
  width: 88px !important;
  height: 25px !important;
  right: -18px !important;
  bottom: -8px !important;
  border-right: 4px solid #ef143f !important;
  border-bottom: 4px solid #ef143f !important;
  border-radius: 0 0 72% 0 !important;
  transform: rotate(4deg) !important;
  overflow: visible !important;
  z-index: 4 !important;
}

.brand-reference .devil-tail::after {
  right: -17px !important;
  top: -17px !important;
  width: 25px !important;
  height: 27px !important;
  background: #ef143f !important;
  clip-path: polygon(0 48%, 100% 0, 77% 100%, 55% 62%) !important;
  transform: rotate(-9deg) !important;
  filter: drop-shadow(0 0 3px rgba(239, 20, 63, .55));
  z-index: 8 !important;
}

.brand-reference .devil-tail .tail-tip {
  position: absolute !important;
  display: block !important;
  right: -17px !important;
  top: -17px !important;
  width: 25px !important;
  height: 27px !important;
  margin: 0 !important;
  background: #ef143f !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: polygon(0 48%, 100% 0, 77% 100%, 55% 62%) !important;
  transform: rotate(-9deg) !important;
  filter: drop-shadow(0 0 3px rgba(239, 20, 63, .55));
  z-index: 9 !important;
}

.brand-reference strong::before,
.brand-reference strong::after {
  top: -14px !important;
  width: 13px !important;
  height: 18px !important;
}

.brand-reference strong::before { left: -6px !important; }
.brand-reference strong::after { left: 18px !important; }

footer .brand-reference strong {
  font-size: 39px !important;
}

@media (max-width: 600px) {
  .site-header .nav-wrap {
    min-height: 72px;
    height: 72px;
  }

  .site-header .brand-reference {
    padding-bottom: 7px !important;
  }

  .site-header .brand-reference strong {
    font-size: 29px !important;
    letter-spacing: -0.9px !important;
  }

  .brand-reference .devil-tail {
    width: 63px !important;
    height: 18px !important;
    right: -12px !important;
    bottom: -5px !important;
    border-width: 3px !important;
  }

  .brand-reference .devil-tail::after {
    right: -13px !important;
    top: -13px !important;
    width: 19px !important;
    height: 21px !important;
  }

  .brand-reference .devil-tail .tail-tip {
    right: -13px !important;
    top: -13px !important;
    width: 19px !important;
    height: 21px !important;
  }

  .brand-reference strong::before,
  .brand-reference strong::after {
    top: -11px !important;
    width: 10px !important;
    height: 14px !important;
  }

  .brand-reference strong::before { left: -5px !important; }
  .brand-reference strong::after { left: 13px !important; }
}
