/* Area-guide rules kept separate so publishing a guide does not rebuild hotel assets. */
@media (min-width: 821px) {
  .barrio-hero-grid {
    height: auto;
    min-height: clamp(38rem, calc(100vh - 8rem), 46rem);
  }
}

.barrio-editorial-link {
  color: inherit;
  text-decoration-color: rgba(192, 0, 0, 0.55);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.barrio-editorial-link:hover,
.barrio-editorial-link:focus-visible {
  color: var(--red);
  text-decoration-color: currentColor;
}
