/* Blissrer enhanced footer */
.site-footer--enhanced {
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
  padding: 80px 0 0;
}

.site-footer--enhanced .u-en {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer--enhanced .site-footer__inner {
  align-items: stretch;
  max-width: 1100px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__brand {
  text-align: left;
}

.site-footer--enhanced .site-footer__logo {
  display: inline-block;
  max-width: none;
  margin-bottom: 16px;
}

.site-footer__brand-name {
  display: block;
  font-family: "trajan-sans-pro", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1;
}

.site-footer__tagline {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
}

.site-footer__tagline .u-en {
  margin-top: 0.4em;
  font-size: 0.88em;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer--enhanced .site-footer__reserve {
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
}

.site-footer--enhanced .site-footer__reserve__panel {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 36px 40px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.site-footer--enhanced .site-footer__reserve__panel:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.22);
}

.site-footer--enhanced .p-reserve {
  align-items: flex-start;
}

.site-footer--enhanced .p-reserve__title {
  margin-bottom: 24px;
  font-family: "trajan-sans-pro", serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer--enhanced .p-reserve__title .u-en {
  display: block;
  margin-top: 0.35em;
  font-size: 0.82em;
  color: rgba(255, 255, 255, 0.45);
}

.site-footer--enhanced .c-button02 {
  width: 100%;
  max-width: 100%;
  height: 58px;
  font-size: 15px;
  letter-spacing: 0.06em;
  border-radius: 4px;
}

.site-footer--enhanced .c-button02 .icon {
  right: 24px;
}

.site-footer--enhanced .site-footer__nav {
  width: 100%;
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}

.site-footer__nav-label {
  margin: 0 0 20px;
  font-family: "Barlow", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.site-footer--enhanced .site-footer__menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
}

.site-footer--enhanced .site-footer__menu-link {
  justify-content: flex-start;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}

.site-footer--enhanced .site-footer__menu-link:hover {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 28px 0 36px;
}

.site-footer--enhanced .site-footer__copyright {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
  .site-footer--enhanced {
    padding-top: 60px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 40px;
  }

  .site-footer__brand {
    text-align: center;
  }

  .site-footer--enhanced .p-reserve {
    align-items: center;
  }

  .site-footer--enhanced .p-reserve__title {
    text-align: center;
  }

  .site-footer__nav-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .site-footer--enhanced .site-footer__menu {
    align-items: flex-start;
  }
}

@media (max-width: 479.98px) {
  .site-footer__nav-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer--enhanced .site-footer__reserve__panel {
    padding: 28px 24px;
  }
}
