/* Matches Next `globals.css` + layout “site-canvas” visuals */

:root {
  --background: #0a0a0a;
  --foreground: #fafafa;
  --muted: #a1a1aa;
  --border: #3f3f46;
  --font-dm-sans: "DM Sans", system-ui, sans-serif;
  --font-cormorant: "Cormorant Garamond", Georgia, serif;
  --font-graffiti: "Rock Salt", cursive;
}

html {
  scroll-behavior: smooth;
}

html[data-age-verified] #age-verification-overlay {
  display: none !important;
  pointer-events: none;
}

body.site-canvas {
  background-color: #0a0a0a;
  background-image:
    radial-gradient(ellipse 90% 70% at 50% -20%, rgba(255, 255, 255, 0.07), transparent 52%),
    radial-gradient(ellipse 60% 48% at 100% 5%, rgba(255, 255, 255, 0.04), transparent 48%),
    radial-gradient(ellipse 55% 42% at 0% 60%, rgba(255, 255, 255, 0.03), transparent 42%),
    radial-gradient(ellipse 90% 55% at 50% 100%, rgba(10, 10, 10, 0.75), transparent 55%);
  background-attachment: fixed;
}

::selection {
  background: #fafafa;
  color: #0a0a0a;
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.float-slow {
  animation: float-slow 10s ease-in-out infinite;
}

.graffiti-title {
  font-family: var(--font-graffiti), "Impact", "Arial Black", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.28;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hero-graffiti-headline {
  isolation: isolate;
  transform: translateZ(0);
}

.spray-overlay {
  background-image:
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.18) 0 1.5px, transparent 2px),
    radial-gradient(circle at 78% 66%, rgba(255, 255, 255, 0.14) 0 1.4px, transparent 2px),
    radial-gradient(circle at 40% 82%, rgba(255, 255, 255, 0.16) 0 1.5px, transparent 2px);
  background-size: 210px 180px, 190px 160px, 170px 140px;
}

.graffiti-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-image:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 36px rgba(0, 0, 0, 0.18);
}

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

html.a11y-large-text {
  font-size: 106.25%;
}

@media (min-width: 768px) {
  html.a11y-large-text {
    font-size: 112.5%;
  }
}

html.a11y-highlight-links main a,
html.a11y-highlight-links #main-content a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #0a0a0a;
  border-radius: 0.375rem;
  outline: 2px solid #0a0a0a;
}

.map-embed-visit iframe {
  filter: grayscale(1) contrast(1.1) brightness(0.82);
}
