/* Footer component for NightVenueHotel */

.nvh-footer {
  background: radial-gradient(circle at 0 0, #27111d, #050507);
  color: #f2e7d9;
  border-top: 1px solid rgba(255, 215, 0, 0.08);
  padding-top: 2.5rem;
}

.nvh-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

/* Branding */

.nvh-footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  margin-bottom: 0.75rem;
}

.nvh-footer__logo-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #f6e6c3, #b8860b 45%, #5c3a00 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #050305;
  box-shadow: 0 0 0 1px rgba(255, 248, 220, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7);
}

.nvh-footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.nvh-footer__logo-name {
  font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nvh-footer__logo-tagline {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(243, 234, 222, 0.7);
}

.nvh-footer__description {
  margin: 0.25rem 0 0.9rem;
  font-size: 0.9rem;
  color: rgba(247, 237, 227, 0.85);
  max-width: 32rem;
}

.nvh-footer__contact-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.25rem 0;
  font-size: 0.9rem;
  color: rgba(246, 236, 222, 0.9);
}

.nvh-footer__contact-line i {
  color: #e0b15b;
  font-size: 0.95rem;
}

.nvh-footer__contact-line a {
  color: inherit;
  text-decoration: none;
}

.nvh-footer__contact-line a:hover,
.nvh-footer__contact-line a:focus-visible {
  text-decoration: underline;
}

/* Nav columns */

.nvh-footer__nav-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 0.9rem;
  color: rgba(249, 238, 224, 0.88);
}

.nvh-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.nvh-footer__nav-list--policies {
  gap: 0.25rem;
}

.nvh-footer__nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: rgba(246, 234, 219, 0.9);
  text-decoration: none;
  position: relative;
}

.nvh-footer__nav-list a::before {
  content: "";
  width: 0.4rem;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(224, 177, 91, 0.5), transparent);
  transform-origin: left;
  transform: scaleX(0.2);
  opacity: 0.6;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.nvh-footer__nav-list a:hover::before,
.nvh-footer__nav-list a:focus-visible::before {
  transform: scaleX(1);
  opacity: 1;
}

.nvh-footer__nav-list a:hover,
.nvh-footer__nav-list a:focus-visible {
  color: #ffffff;
}

.nvh-footer__nav-list a:focus-visible {
  outline: 2px solid #f5e0a3;
  outline-offset: 2px;
}

.nvh-footer__age-note {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: rgba(253, 236, 214, 0.9);
}

/* Bottom bar */

.nvh-footer__bottom {
  border-top: 1px solid rgba(255, 215, 0, 0.08);
  margin-top: 0.25rem;
  padding: 0.85rem 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin-inline: auto;
  font-size: 0.8rem;
  color: rgba(249, 239, 225, 0.8);
}

.nvh-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nvh-footer__social-link {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: rgba(250, 240, 225, 0.9);
  background: radial-gradient(circle at 20% 0, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.95));
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.nvh-footer__social-link:hover,
.nvh-footer__social-link:focus-visible {
  color: #050305;
  background: linear-gradient(135deg, #f6e7c1, #e0b15b);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.8);
  transform: translateY(-1px);
}

.nvh-footer__social-link:focus-visible {
  outline: 2px solid #f5e0a3;
  outline-offset: 2px;
}

/* Cookie banner */

.nvh-cookie-banner {
  position: fixed;
  inset-inline: 0.75rem;
  bottom: 0.75rem;
  z-index: 60;
  max-width: 1200px;
  margin-inline: auto;
  background: radial-gradient(circle at 0 0, rgba(40, 23, 36, 0.98), rgba(4, 4, 5, 0.98));
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 215, 0, 0.45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.9);
  transform: translateY(120%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;
}

.nvh-cookie-banner[aria-hidden="true"] {
  visibility: hidden;
}

.nvh-cookie-banner--visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nvh-cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9rem 1.2rem;
}

.nvh-cookie-banner__title {
  margin: 0 0 0.25rem;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
}

.nvh-cookie-banner__description {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(252, 242, 229, 0.9);
}

.nvh-cookie-banner__link {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #f6e7c1;
}

.nvh-cookie-banner__link:hover,
.nvh-cookie-banner__link:focus-visible {
  text-decoration: underline;
}

.nvh-cookie-banner__actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.nvh-cookie-banner__button {
  min-width: 7rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, border-color 0.18s ease;
}

.nvh-cookie-banner__button--secondary {
  background: transparent;
  border-color: rgba(255, 215, 0, 0.4);
  color: rgba(249, 239, 225, 0.9)!important;
}

.nvh-cookie-banner__button--secondary:hover,
.nvh-cookie-banner__button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

.nvh-cookie-banner__button--primary {
  background: linear-gradient(135deg, #e0b15b, #f6e7c1 45%, #b8860b 100%);
  color: #130b02;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.9);
}

.nvh-cookie-banner__button--primary:hover,
.nvh-cookie-banner__button--primary:focus-visible {
  background: linear-gradient(135deg, #f6e7c1, #ffde8c 40%, #c79410 100%);
  transform: translateY(-1px);
}

.nvh-cookie-banner__button:focus-visible {
  outline: 2px solid #f5e0a3;
  outline-offset: 2px;
}

/* Responsive */

@media (max-width: 900px) {
  .nvh-footer__inner {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .nvh-footer__policies {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .nvh-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nvh-footer__brand {
    border-bottom: 1px solid rgba(255, 215, 0, 0.08);
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 640px) {
  .nvh-footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .nvh-cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nvh-cookie-banner__actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .nvh-cookie-banner {
    inset-inline: 0.5rem;
    bottom: 0.5rem;
  }

  .nvh-cookie-banner__inner {
    padding: 0.8rem 0.9rem;
  }
}
