/* ALMISSUM brand architecture and Guest Guide connection — 2026-07 */

.footer-corporate-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
}

.footer-corporate-link p {
  max-width: 760px;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.7;
}

.footer-corporate-link a {
  color: #c6a15b;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-corporate-link a:hover,
.footer-corporate-link a:focus-visible {
  color: #efd493;
}

.site-nav .guest-guide-nav {
  color: #dfc17c;
}

.site-nav .guest-guide-nav::before {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: currentColor;
  content: "";
  display: inline-block;
  transform: rotate(45deg) translateY(-1px);
}

.site-nav .guest-guide-nav:hover,
.site-nav .guest-guide-nav:focus-visible {
  color: #fff;
}

.footer-guest-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(201, 166, 90, 0.35);
}

.footer-guest-guide__copy {
  max-width: 780px;
}

.footer-guest-guide__label {
  margin: 0 0 8px;
  color: #dfc17c;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-guest-guide h3 {
  margin: 0;
  color: #fff;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.footer-guest-guide__description {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.7;
}

.footer-guest-guide__action {
  min-width: 190px;
  padding: 14px 18px;
  border: 1px solid #c9a65a;
  color: #dfc17c;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.footer-guest-guide__action:hover,
.footer-guest-guide__action:focus-visible {
  background: #c9a65a;
  color: #080b0b;
}

/*
 * The primary navigation contains nine destinations. Switch to the menu before
 * the brand and navigation can compete for the same horizontal space.
 */
@media (max-width: 1240px) {
  .header-inner {
    width: calc(100% - 30px);
    min-height: 76px;
  }

  .menu-button {
    display: grid;
    width: 48px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    align-content: center;
    justify-items: end;
    gap: 5px;
  }

  .menu-button span {
    display: block;
    width: 25px;
    height: 1px;
    background: currentColor;
  }

  .menu-button b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 76px);
    padding: 24px 20px 32px;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 8, 8, 0.98);
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .site-nav > a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 11px;
  }

  .site-nav > a[aria-current="page"]::after {
    display: none;
  }

  .site-nav .nav-cta {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-nav .guest-guide-nav {
    margin-top: 7px;
    border-top: 1px solid rgba(201, 166, 90, 0.35);
  }

  .footer-corporate-link {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-corporate-link a {
    white-space: normal;
  }

  .footer-guest-guide {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-guest-guide__action {
    width: 100%;
  }
}
