/* P2.7 step 1: night admission links; retain every existing navigation item. */
@media (min-width: 1101px) {
  .header-in { gap: 12px; }
  .nav { flex-wrap: wrap; justify-content: flex-end; gap: 8px clamp(8px, calc(5vw - 52px), 20px); }
  .nav a { white-space: nowrap; }
  .header-in > .booking-link { flex-shrink: 0; }
}
.p27-night-link:focus-visible { outline: 2px solid #55caff; outline-offset: 3px; }
.night-details { display: block; width: fit-content; margin-top: 12px; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
footer .footer-night-link { display: inline; color: inherit; font: inherit; margin: 0; }
