:root {
  --blue: #4f93a9;
  --blue-dark: #2f6f82;
  --cream: #fff8cf;
  --yellow: #f4d84e;
  --ink: #071316;
  --white: #fffdf0;
  --muted: rgba(7, 19, 22, 0.72);
  color-scheme: light;
  font-family:
    "Arial Rounded MT Bold", Arial, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  text-align: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 7%, rgba(244, 216, 78, 0.42), transparent 17rem),
    linear-gradient(rgba(7, 19, 22, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 22, 0.06) 1px, transparent 1px),
    var(--blue);
  background-size: auto, 26px 26px, 26px 26px, auto;
}

a {
  color: inherit;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--cream);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.map-strip,
.venue-section,
.about-section,
.faq-section {
  animation: print-in 420ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero-logo {
  animation: stamp-settle 560ms cubic-bezier(0.16, 0.9, 0.32, 1.22) both;
}

.eyebrow,
.hero-copy,
.hero-actions {
  animation: print-in 420ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.eyebrow {
  animation-delay: 120ms;
}

.hero-copy {
  animation-delay: 520ms;
}

.hero-actions {
  animation-delay: 640ms;
}

.map-strip {
  animation-delay: 140ms;
}

.venue-section {
  animation-delay: 190ms;
}

.about-section,
.faq-section {
  animation-delay: 240ms;
}

.section-pad {
  width: min(1120px, calc(100% - 1.35rem));
  margin: 0 auto;
  padding: 2.4rem 0;
}

.hero {
  min-height: 92svh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.25rem;
  padding-top: 1.4rem;
}

.hero-logo {
  display: block;
  width: min(64vw, 300px);
  height: auto;
  border: 5px solid var(--ink);
  border-radius: 50%;
}

.hero-copy-block {
  display: grid;
  justify-items: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0.8rem;
  padding: 0.42rem 0.62rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  box-shadow: 2px 2px 0 var(--ink);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  display: grid;
  justify-items: center;
  max-width: none;
  margin-bottom: 1rem;
  color: var(--cream);
  font-size: clamp(3rem, 12.7vw, 8.6rem);
  font-weight: 1000;
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--ink);
}

h1 span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  animation: screen-print 620ms cubic-bezier(0.16, 0.84, 0.24, 1) both;
}

h1 span + span {
  animation-delay: 210ms;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.1rem, 8vw, 4.6rem);
  font-weight: 1000;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-section h2 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(2rem, 7.2vw, 4.15rem);
  line-height: 1.04;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.3rem;
  font-size: 1.18rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 650px;
  margin-inline: auto;
  color: var(--cream);
  font-size: clamp(1.24rem, 4.6vw, 1.7rem);
  font-weight: 900;
  line-height: 1.22;
  text-shadow: 1px 1px 0 rgba(7, 19, 22, 0.42);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 0.84rem 1rem;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.86rem;
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.primary {
  background: var(--yellow);
}

.map-strip,
.venue-section,
.about-section,
.faq-section {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 4px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.map-strip {
  display: grid;
  justify-items: center;
  gap: 1.1rem;
}

.map-copy {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  max-width: 640px;
  margin: 0 auto;
}

.map-art-link {
  position: relative;
  display: block;
  width: min(100%, 820px);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 16px;
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--ink);
  color: inherit;
  text-decoration: none;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.map-art-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.map-strip p,
.about-section p,
.faq-section p,
.venue-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.venue-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.venue-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.75rem;
  min-height: 198px;
  overflow: hidden;
  padding: 1.25rem 1rem 1rem;
  border: 4px solid var(--ink);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 253, 240, 0.58), transparent 58%),
    var(--cream);
  box-shadow: 6px 6px 0 var(--ink);
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.motion-ready .venue-card {
  opacity: 0;
  transform: translateY(22px) rotate(-1.4deg) scale(0.96);
}

.motion-ready .venue-card.is-visible {
  animation: card-stamp 520ms cubic-bezier(0.16, 0.86, 0.24, 1.18) both;
  animation-delay: var(--stamp-delay, 0ms);
}

.venue-card h3 {
  max-width: 16ch;
  margin: 0.1rem auto 0;
  padding-bottom: 0.55rem;
  border-bottom: 3px solid var(--ink);
  font-size: clamp(1.28rem, 4.3vw, 1.52rem);
  line-height: 0.98;
  text-wrap: balance;
}

.venue-card p {
  display: grid;
  gap: 0.28rem;
  min-height: 3.1rem;
  margin-bottom: 0;
  justify-items: center;
}

.venue-card p strong {
  width: fit-content;
  padding: 0.34rem 0.54rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--blue-dark);
  color: var(--cream);
  font-size: 0.82rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.venue-card p span {
  font-size: 0.96rem;
}

.venue-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  width: 100%;
}

.venue-card a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  flex: 1 1 92px;
  max-width: 128px;
  padding: 0.56rem 0.72rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 0.86rem;
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.venue-card a + a {
  margin-top: 0;
  background: var(--yellow);
}

.faq-section {
  display: grid;
  gap: 0.5rem;
}

details {
  border-top: 3px solid var(--ink);
  text-align: left;
}

details:last-of-type {
  border-bottom: 3px solid var(--ink);
}

summary {
  cursor: pointer;
  padding: 0.95rem 0;
  font-weight: 1000;
  text-transform: uppercase;
}

details p {
  padding-bottom: 0.9rem;
  text-align: center;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: min(1120px, calc(100% - 1.35rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  color: var(--ink);
}

.site-footer a,
.site-footer strong {
  font-weight: 1000;
}

.footer-social {
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.site-footer p {
  max-width: 720px;
  margin: 0.45rem auto 0;
  line-height: 1.45;
}

@keyframes print-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes stamp-settle {
  0% {
    opacity: 0;
    transform: translateY(-18px) rotate(-2deg) scale(1.06);
  }

  58% {
    opacity: 1;
    transform: translateY(2px) rotate(0.7deg) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes screen-print {
  0% {
    clip-path: inset(0 100% 0 0);
    filter: contrast(1.3);
    transform: translateX(-0.08em);
  }

  72% {
    clip-path: inset(0 0 0 0);
    filter: contrast(1.12);
    transform: translateX(0.015em);
  }

  100% {
    clip-path: inset(0 0 0 0);
    filter: none;
    transform: translateX(0);
  }
}

@keyframes card-stamp {
  0% {
    opacity: 0;
    transform: translateY(22px) rotate(-1.4deg) scale(0.96);
  }

  68% {
    opacity: 1;
    transform: translateY(-2px) rotate(0.45deg) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .venue-card a:hover,
  .footer-social:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0 var(--ink);
  }

  .map-art-link:hover,
  .venue-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 var(--ink);
  }
}

.button:active,
.venue-card a:active,
.footer-social:active,
.map-art-link:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

@media (min-width: 760px) {
  .section-pad {
    width: min(1120px, calc(100% - 3rem));
    padding-block: 3.8rem;
  }

  .map-strip,
  .venue-section,
  .about-section,
  .faq-section {
    padding: 1.5rem;
  }

  .venue-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1050px) {
  .hero {
    grid-template-columns: 310px minmax(0, 1fr);
    align-items: center;
    justify-items: center;
  }

  h1 {
    font-size: clamp(5rem, 7.2vw, 7.7rem);
    text-shadow: 5px 5px 0 var(--ink);
  }
}

@media (min-width: 1050px) {
  .venue-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

  html {
    scroll-behavior: auto;
  }
}
