/*
 * Optional Muse luxe accents.
 * Disable in scripts/build-site.mjs and rebuild to return to the base design.
 */

:root {
  --luxe-gold-bright: #eadfca;
  --luxe-gold-soft: rgba(212, 199, 175, 0.5);
  --luxe-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes luxe-frame-arrive {
  0% {
    clip-path: inset(0 100% 100% 0);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes luxe-button-sheen {
  0%,
  68%,
  100% {
    transform: translateX(-180%) skewX(-18deg);
  }
  78% {
    transform: translateX(360%) skewX(-18deg);
  }
}

@keyframes luxe-glint-one {
  0%,
  76%,
  100% {
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  83% {
    opacity: 0.9;
    transform: scale(1) rotate(45deg);
  }
  90% {
    opacity: 0;
    transform: scale(0.7) rotate(90deg);
  }
}

.luxe-hero-frame {
  animation: luxe-frame-arrive 1.45s var(--luxe-ease) 120ms both;
  box-shadow:
    inset 0 0 0 1px rgba(234, 223, 202, 0.18),
    0 0 28px rgba(212, 199, 175, 0.14);
}

.luxe-booking {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.luxe-booking::after {
  position: absolute;
  inset: -45% auto -45% -30%;
  z-index: 1;
  width: 28%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 248, 223, 0.62),
    transparent
  );
  content: "";
  pointer-events: none;
  transform: translateX(-180%) skewX(-18deg);
  animation: luxe-button-sheen 7.2s ease-in-out var(--luxe-delay, 0s) infinite;
}

.luxe-booking > * {
  position: relative;
  z-index: 2;
}

.luxe-gold-booking {
  border-color: transparent !important;
  background: var(--muse-gold) !important;
  color: var(--muse-espresso) !important;
}

.luxe-gold-booking:hover {
  background: #9a7a40 !important;
  color: var(--muse-espresso) !important;
}

.luxe-arch {
  position: relative !important;
  box-shadow:
    inset 0 0 0 1px rgba(234, 223, 202, 0.38),
    0 12px 26px rgba(20, 17, 15, 0.08);
  transition:
    box-shadow 520ms var(--luxe-ease),
    transform 520ms var(--luxe-ease);
}

.luxe-arch::after {
  position: absolute;
  inset: 7px;
  z-index: 3;
  border: 1px solid rgba(234, 223, 202, 0.25);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-color 420ms var(--luxe-ease);
}

.luxe-arch:hover {
  box-shadow:
    inset 0 0 0 1px rgba(234, 223, 202, 0.7),
    0 16px 32px rgba(20, 17, 15, 0.13),
    0 0 26px rgba(212, 199, 175, 0.14);
  transform: translateY(-3px);
}

.luxe-arch:hover::after {
  border-color: rgba(234, 223, 202, 0.48);
}

.luxe-google-reviews {
  display: flex;
  width: min(100%, 760px);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto 34px;
  border-bottom: 1px solid rgba(244, 239, 232, 0.18);
  padding-bottom: 22px;
  text-align: left;
}

.luxe-google-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.luxe-google-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 239, 232, 0.35);
  border-radius: 50%;
  color: #f4efe8;
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.luxe-google-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.luxe-google-label {
  color: #e8e0d4;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.luxe-google-stars {
  color: #d8b874;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

.luxe-google-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(244, 239, 232, 0.4);
  color: #f4efe8 !important;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    border-color 240ms var(--luxe-ease),
    color 240ms var(--luxe-ease);
}

.luxe-google-link:hover {
  border-color: #b79253;
  color: #d8b874 !important;
}

.home-muse-accent {
  position: relative;
}

.home-muse-accent::after {
  position: absolute;
  top: 0.02em;
  right: -0.18em;
  width: 0.18em;
  height: 0.18em;
  background:
    linear-gradient(90deg, transparent 42%, var(--luxe-gold-bright) 44% 56%, transparent 58%),
    linear-gradient(0deg, transparent 42%, var(--luxe-gold-bright) 44% 56%, transparent 58%);
  content: "";
  filter: drop-shadow(0 0 4px rgba(234, 223, 202, 0.65));
  opacity: 0;
  pointer-events: none;
  animation: luxe-glint-one 6.4s ease-in-out 1.1s infinite;
}

.luxe-footer-word {
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: 10px;
  z-index: 0;
  margin: 0;
  color: transparent;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.76;
  opacity: 0.16;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(118, 107, 93, 0.6);
}

footer > *:not(.luxe-footer-word) {
  position: relative;
  z-index: 1;
}

.luxe-mobile-booking {
  display: none;
}

@media (max-width: 700px) {
  .luxe-accents body {
    padding-bottom: 76px;
  }

  .luxe-mobile-booking {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 90;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(234, 223, 202, 0.62);
    border-radius: 4px;
    background: rgba(38, 34, 30, 0.96);
    box-shadow: 0 6px 8px rgba(20, 17, 15, 0.22);
    color: #f4efe8 !important;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition:
      background 240ms var(--luxe-ease),
      transform 240ms var(--luxe-ease);
  }

  .luxe-mobile-booking::before {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    background: var(--muse-gold);
    content: "";
    transform: rotate(45deg);
  }

  .luxe-mobile-booking:active {
    background: #2b2620;
    transform: translateY(1px) scale(0.99);
  }

  .luxe-footer-word {
    right: 14px;
    bottom: 88px;
    font-size: clamp(4.25rem, 26vw, 8rem);
  }

  .luxe-google-reviews {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxe-hero-frame,
  .luxe-booking::after,
  .home-muse-accent::after {
    animation: none !important;
  }

  .luxe-hero-frame {
    clip-path: inset(0);
    opacity: 1;
  }

  .luxe-arch:hover {
    transform: none;
  }
}
