:root {
  --navy: #242b36;
  --gold: #eccb81;
  --slate: #313a49;
  --bronze: #83642d;
  --canvas: #f6f8fb;
  --ink: #212529;
  --gold-deep: #c49b2a;
}

html { scroll-behavior: smooth; }

body {
  font-family: Arapey, "Times New Roman", serif;
  color: var(--ink);
  background: var(--canvas);
}

.font-display { font-family: Lobster, cursive; }
.font-body { font-family: Arapey, "Times New Roman", serif; }

.nav-sheen {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.photo-veil {
  background-image:
    linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent);
}

.pass-sleeve {
  border: 1px solid rgba(236, 203, 129, 0.45);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}

.shot {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 24px;
  display: block;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

#mobile-nav[hidden] { display: none !important; }

.faq-panel[hidden] { display: none !important; }

.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  background: var(--navy);
  color: var(--canvas);
  border-top: 1px solid rgba(236, 203, 129, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
