﻿@import url("https://fonts.googleapis.com/css2?family=Creepster&display=swap");
@import "tailwindcss";

@font-face {
  font-family: "Disgusting";
  src: url("fonts/disgusting.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Badhouse";
  src: url("fonts/badhousebold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "BadhouseLight";
  src: url("fonts/badhouselight.woff") format("woff");
  font-display: swap;
}

:root {
  --black: #050303;
  --charcoal: #12100f;
  --blood: #8f0d0d;
  --deep-red: #330606;
  --rust: #d96b18;
  --amber: #f2a51b;
  --neon: #8cff4b;
  --bone: #efe0bf;
  --ash: #bcb3a3;
  --steel: #4d5967;
  --line: rgba(239, 224, 191, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(5, 3, 3, 0.32), rgba(5, 3, 3, 0.62)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat,
    #050303;
  color: var(--bone);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: clip;
  width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 28px 28px, 34px 34px;
  mix-blend-mode: screen;
  opacity: 0.22;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

main {
  max-width: 100%;
  overflow: hidden;
}

.site-nav {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(5, 3, 3, 0.72);
  border-bottom: 1px solid var(--line);
  display: flex;
  font-family: "BadhouseLight", Arial, sans-serif;
  gap: clamp(0.7rem, 2vw, 2rem);
  justify-content: center;
  letter-spacing: 0;
  min-height: 58px;
  padding: 0.75rem 1rem;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 20;
}

.site-nav a {
  color: var(--bone);
  font-size: clamp(0.92rem, 1.6vw, 1.35rem);
  transition: color 160ms ease, text-shadow 160ms ease;
  white-space: nowrap;
}

.site-nav a:first-child {
  color: var(--neon);
  text-shadow: 0 0 16px rgba(140, 255, 75, 0.65);
}

.site-nav a:hover {
  color: var(--amber);
}

.hero {
  background: #030202;
  min-height: 100svh;
  position: relative;
}

.hero-intro {
  align-items: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(143, 13, 13, 0.28), transparent 28rem),
    #030202;
  border-bottom: 1px solid rgba(242, 165, 27, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(430px, 54svh, 590px);
  padding: 6.2rem clamp(1rem, 4vw, 4rem) 2.35rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.intro-brand-mark {
  aspect-ratio: 1800 / 970;
  filter: drop-shadow(0 0 24px rgba(255, 132, 22, 0.48));
  height: auto;
  margin: 0 auto;
  max-height: 270px;
  object-fit: contain;
  object-position: center;
  width: min(500px, 78vw);
}

.hero-intro p {
  color: var(--neon);
  font-family: "BadhouseLight", Arial, sans-serif;
  font-size: clamp(1.55rem, 3.5vw, 3rem);
  margin: clamp(-0.6rem, -1vw, -0.25rem) 0 0.5rem;
  text-shadow:
    0 0 10px #000,
    0 0 18px rgba(140, 255, 75, 0.55);
  text-transform: uppercase;
}

.hero-intro h1 {
  font-size: clamp(3.4rem, 9vw, 8.7rem);
  margin: 0 auto;
  max-width: none;
}

.hero-scene {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(5, 3, 3, 0.66) 0%, rgba(5, 3, 3, 0.22) 44%, rgba(5, 3, 3, 0.04) 100%),
    linear-gradient(0deg, rgba(5, 3, 3, 0.48) 0%, rgba(5, 3, 3, 0.03) 40%, rgba(5, 3, 3, 0.12) 100%),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  display: grid;
  min-height: 76svh;
  padding: clamp(3.2rem, 8vw, 6rem) clamp(1rem, 4vw, 4rem) 3rem;
}

.hero-content {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.kicker,
.section-label {
  color: var(--neon);
  font-family: "BadhouseLight", Arial, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  color: var(--amber);
  font-family: "Disgusting", Impact, sans-serif;
  font-size: clamp(4.1rem, 14vw, 10.8rem);
  line-height: 0.78;
  max-width: 680px;
  text-shadow:
    0 0 8px #000,
    0 0 28px rgba(217, 107, 24, 0.65),
    3px 4px 0 rgba(92, 5, 5, 0.95);
}

h2 {
  color: var(--amber);
  font-family: "Disgusting", Impact, sans-serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.86;
  text-shadow: 2px 3px 0 #000;
}

.blood-year {
  color: #e01818;
  display: inline-block;
  font-family: "Creepster", "Badhouse", Impact, sans-serif;
  position: relative;
  text-shadow:
    0 0 8px #000,
    0 0 16px rgba(224, 24, 24, 0.8),
    0 0 22px rgba(255, 122, 24, 0.42),
    2px 3px 0 #260101;
}

h3 {
  color: var(--bone);
  font-family: "Badhouse", Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 0.98;
}

.hero-copy,
.section-copy p,
.ticket-copy p,
.directions-panel p,
.ticket-widget p {
  color: var(--ash);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.55;
}

.hero-copy {
  color: #f7e7c4;
  max-width: 610px;
  text-shadow: 0 2px 10px #000;
}

.hero-actions,
.ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-family: "Badhouse", Arial, sans-serif;
  font-size: 1.25rem;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  padding: 0.85rem 1.15rem;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(180deg, #f7bd3b, var(--rust) 58%, #9c180e);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 0 24px rgba(217, 107, 24, 0.42);
  color: #140302;
}

.button.ghost {
  background: rgba(5, 3, 3, 0.62);
  border-color: rgba(239, 224, 191, 0.35);
  color: var(--bone);
}

.notice-strip {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
  padding-top: 1rem;
}

.notice-strip span,
.quick-info span {
  color: var(--ash);
}

.notice-strip span {
  background: rgba(5, 3, 3, 0.62);
  border: 1px solid var(--line);
  padding: 0.48rem 0.65rem;
}

.quick-info {
  background: rgba(8, 4, 4, 0.84);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-info div {
  background:
    linear-gradient(180deg, rgba(143, 13, 13, 0.18), rgba(255, 255, 255, 0)),
    rgba(18, 16, 15, 0.86);
  display: grid;
  gap: 0.35rem;
  min-height: 130px;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.quick-info strong {
  color: var(--amber);
  font-family: "Badhouse", Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  text-transform: uppercase;
}

.sponsor-prime {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 3, 3, 0.86), rgba(51, 6, 6, 0.68)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  border-bottom: 1px solid rgba(242, 165, 27, 0.3);
  display: grid;
  gap: clamp(0.75rem, 2vw, 1.4rem);
  grid-template-columns: minmax(180px, 0.45fr) minmax(280px, 0.9fr);
  padding: clamp(1.05rem, 3vw, 2rem) clamp(1rem, 5vw, 5rem);
}

.sponsor-copy {
  max-width: 330px;
}

.sponsor-copy h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.35rem);
}

.sponsor-copy p:not(.section-label) {
  color: var(--ash);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.5;
}

.sponsor-image-wrap {
  background:
    linear-gradient(180deg, rgba(242, 165, 27, 0.13), rgba(72, 28, 111, 0.18)),
    rgba(5, 3, 3, 0.72);
  border: 1px solid rgba(242, 165, 27, 0.34);
  box-shadow:
    0 0 24px rgba(244, 122, 31, 0.16),
    inset 0 0 20px rgba(0, 0, 0, 0.36);
  padding: clamp(0.42rem, 1.2vw, 0.75rem);
}

.sponsor-image-wrap img {
  height: auto;
  margin: 0 auto;
  max-height: 82px;
  object-fit: contain;
  width: min(706px, 100%);
}

.story-band,
.calendar-section,
.reviews-section,
.tickets-section,
.visit-flow,
.split-section,
.faq-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.story-band {
  background:
    linear-gradient(180deg, rgba(5, 3, 3, 0.46), rgba(5, 3, 3, 0.6)),
    radial-gradient(circle at 90% 22%, rgba(140, 255, 75, 0.09), transparent 24rem),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
  grid-template-columns: 1fr;
}

.section-copy {
  max-width: 660px;
}

.section-copy.centered {
  margin: 0 auto 2.4rem;
  max-width: 820px;
  text-align: center;
}

.feature-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-list article {
  background:
    linear-gradient(90deg, rgba(143, 13, 13, 0.24), rgba(72, 28, 111, 0.22)),
    rgba(18, 16, 15, 0.82);
  border: 1px solid rgba(242, 165, 27, 0.26);
  border-left: 5px solid var(--rust);
  min-height: 145px;
  padding: 1.25rem 1.35rem;
  position: relative;
}

.feature-list span {
  color: var(--neon);
  font-family: "Badhouse", Arial, sans-serif;
  font-size: 1.1rem;
}

.feature-list p {
  color: var(--ash);
  line-height: 1.5;
  margin-bottom: 0;
}

.calendar-section {
  background:
    radial-gradient(circle at 72% 16%, rgba(140, 255, 75, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(51, 6, 6, 0.44), rgba(5, 3, 3, 0.62)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  align-items: start;
}

.calendar-wrap {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: 1fr;
  justify-self: end;
  width: min(340px, 100%);
}

.month-panel {
  background:
    linear-gradient(180deg, rgba(72, 28, 111, 0.55), rgba(5, 3, 3, 0.82)),
    rgba(5, 3, 3, 0.75);
  border: 1px solid rgba(217, 107, 24, 0.46);
  box-shadow:
    inset 0 0 26px rgba(72, 28, 111, 0.35),
    0 0 22px rgba(140, 255, 75, 0.08);
  min-width: 0;
  padding: 0.55rem;
}

.month-heading,
.weekday-row,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.month-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}

.month-heading h3 {
  color: #e01818;
  font-family: "Disgusting", Impact, sans-serif;
  font-size: clamp(1.65rem, 3.6vw, 2.55rem);
  line-height: 0.8;
  text-shadow:
    0 0 6px #000,
    0 0 14px rgba(224, 24, 24, 0.55),
    2px 3px 0 rgba(16, 0, 0, 0.95);
}

.month-heading span {
  background:
    linear-gradient(180deg, rgba(72, 28, 111, 0.96), rgba(13, 5, 19, 0.96));
  border: 1px solid rgba(140, 255, 75, 0.72);
  box-shadow:
    inset 0 0 10px rgba(140, 255, 75, 0.16),
    0 0 14px rgba(72, 28, 111, 0.5);
  color: #fff0a8;
  font-family: "Badhouse", Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1;
  padding: 0.25rem 0.42rem 0.18rem;
  text-shadow:
    0 0 8px rgba(242, 165, 27, 0.62),
    1px 1px 0 #000;
}

.weekday-row {
  border-bottom: 1px solid rgba(242, 165, 27, 0.34);
  color: rgba(140, 255, 75, 0.82);
  font-size: 0.55rem;
  gap: 0.16rem;
  padding-bottom: 0.28rem;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid {
  gap: 0.16rem;
  margin-top: 0.42rem;
}

.calendar-day {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(72, 28, 111, 0.36);
  border: 1px solid rgba(217, 107, 24, 0.16);
  color: rgba(239, 224, 191, 0.76);
  display: grid;
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  justify-items: center;
  min-width: 0;
  position: relative;
}

.calendar-day small {
  color: var(--black);
  font-size: clamp(0.34rem, 0.58vw, 0.46rem);
  font-weight: 900;
  line-height: 1;
}

.calendar-day.open {
  background: #f47a1f;
  border-color: rgba(255, 191, 91, 0.86);
  box-shadow:
    0 0 16px rgba(244, 122, 31, 0.5),
    inset 0 0 10px rgba(255, 220, 130, 0.22);
  color: #080404;
  font-weight: 900;
}

.calendar-day.blank {
  background: transparent;
  border-color: transparent;
}

.month-panel p {
  color: var(--ash);
  font-size: 0.7rem;
  line-height: 1.25;
  min-height: 0;
}

.reviews-section {
  background:
    radial-gradient(circle at 16% 14%, rgba(244, 122, 31, 0.13), transparent 22rem),
    linear-gradient(180deg, rgba(5, 3, 3, 0.64), rgba(33, 6, 6, 0.62)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  padding-bottom: clamp(2.1rem, 4.5vw, 3.6rem);
  padding-top: clamp(2.1rem, 4.5vw, 3.6rem);
}

.reviews-section .section-copy.centered {
  margin-bottom: 0.9rem;
  max-width: 640px;
}

.reviews-section h2 {
  font-size: clamp(2.1rem, 4.3vw, 4.1rem);
}

.review-link-grid {
  align-items: center;
  display: grid;
  gap: clamp(0.5rem, 1.5vw, 0.9rem);
  grid-template-columns: minmax(0, 1fr) minmax(110px, 150px);
  margin: 0.9rem auto 0;
  max-width: 760px;
}

.review-link {
  background:
    linear-gradient(180deg, rgba(244, 122, 31, 0.12), rgba(72, 28, 111, 0.16)),
    rgba(5, 3, 3, 0.76);
  border: 1px solid rgba(244, 122, 31, 0.34);
  box-shadow:
    0 0 22px rgba(244, 122, 31, 0.16),
    inset 0 0 22px rgba(0, 0, 0, 0.36);
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: clamp(0.42rem, 1.2vw, 0.68rem);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.review-link:hover {
  border-color: rgba(140, 255, 75, 0.5);
  box-shadow:
    0 0 26px rgba(244, 122, 31, 0.26),
    0 0 20px rgba(140, 255, 75, 0.12),
    inset 0 0 22px rgba(0, 0, 0, 0.36);
  transform: translateY(-2px);
}

.review-link img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.review-link-wide img {
  max-height: 92px;
  max-width: 610px;
}

.review-link-rate img {
  max-height: 92px;
  width: auto;
}

.review-widget-social {
  background:
    linear-gradient(180deg, rgba(72, 28, 111, 0.18), rgba(5, 3, 3, 0.84)),
    rgba(5, 3, 3, 0.74);
  border: 1px solid rgba(140, 255, 75, 0.24);
  box-shadow:
    0 0 18px rgba(140, 255, 75, 0.08),
    inset 0 0 18px rgba(0, 0, 0, 0.4);
  height: clamp(340px, 42vw, 520px);
  margin: 0.85rem auto 0;
  max-width: 960px;
  overflow: auto;
  padding: clamp(0.35rem, 1vw, 0.65rem);
  scrollbar-color: rgba(244, 122, 31, 0.75) rgba(5, 3, 3, 0.8);
  width: min(960px, 100%);
}

.review-widget-social-scale {
  min-height: 430px;
  transform: scale(0.78);
  transform-origin: top left;
  width: 128.3%;
}

.tickets-section {
  background:
    linear-gradient(90deg, rgba(5, 3, 3, 0.62), rgba(18, 16, 15, 0.38)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
}

.ticket-widget,
.rules-panel,
.directions-panel {
  background: rgba(5, 3, 3, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
  min-width: 0;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.portal-shell {
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(239, 224, 191, 0.28);
  min-height: 170px;
  padding: 0.75rem;
}

.split-section {
  background:
    linear-gradient(180deg, rgba(7, 4, 4, 0.58), rgba(7, 4, 4, 0.68)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.visit-flow {
  background:
    radial-gradient(circle at 12% 18%, rgba(140, 255, 75, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(8, 4, 4, 0.54) 0%, rgba(21, 8, 8, 0.58) 100%),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
}

.step-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-grid article,
.faq-grid article {
  background: rgba(18, 16, 15, 0.86);
  border: 1px solid var(--line);
  min-width: 0;
  padding: 1.25rem;
}

.step-grid span {
  color: var(--neon);
  font-family: "Badhouse", Arial, sans-serif;
  font-size: 1.25rem;
}

.step-grid p,
.faq-grid p {
  color: var(--ash);
  line-height: 1.5;
}

.rules-panel ul {
  color: var(--ash);
  display: grid;
  gap: 0.85rem;
  line-height: 1.45;
  margin: 1.5rem 0 0;
  padding-left: 1.1rem;
}

.rules-panel li::marker {
  color: var(--neon);
}

.map-frame {
  border: 1px solid rgba(242, 165, 27, 0.32);
  height: min(48vh, 420px);
  margin-top: 1.5rem;
  min-height: 290px;
}

.address-heading {
  color: #ffb532;
  font-family: "Creepster", "Badhouse", Impact, sans-serif;
  font-size: clamp(2.75rem, 5.4vw, 4.85rem);
  line-height: 0.98;
  overflow-wrap: normal;
  text-transform: uppercase;
  text-shadow:
    0 0 10px #000,
    0 0 16px rgba(255, 122, 24, 0.58),
    0 0 20px rgba(140, 255, 75, 0.18),
    2px 3px 0 rgba(83, 3, 3, 0.98);
}

.address-heading span {
  color: #e6ff75;
  display: block;
  font-family: "Creepster", "Badhouse", Impact, sans-serif;
  font-size: 0.76em;
  line-height: 1;
  margin-top: 0.34rem;
  text-transform: uppercase;
  text-shadow:
    0 0 10px #000,
    0 0 13px rgba(140, 255, 75, 0.48),
    0 0 16px rgba(255, 122, 24, 0.28),
    2px 3px 0 rgba(18, 0, 0, 0.95);
}

.map-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(5, 3, 3, 0.56), rgba(51, 6, 6, 0.44)),
    url("images/rest-ez-inn-scroll-bg.webp") center center / cover fixed no-repeat;
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
}

.know-before-content {
  display: grid;
  gap: 1.1rem;
  min-width: 0;
}

.know-before-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.know-before-grid span {
  background:
    linear-gradient(90deg, rgba(244, 122, 31, 0.18), rgba(72, 28, 111, 0.18)),
    rgba(18, 16, 15, 0.88);
  border: 1px solid rgba(244, 122, 31, 0.32);
  border-left: 4px solid var(--neon);
  color: var(--bone);
  font-weight: 800;
  letter-spacing: 0;
  min-width: 0;
  padding: 0.85rem 0.95rem;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

footer {
  align-items: center;
  background: #030202;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 160px 1fr auto;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
}

footer img {
  filter: drop-shadow(0 0 12px rgba(217, 107, 24, 0.35));
}

footer div {
  display: grid;
  gap: 0.2rem;
}

footer strong {
  color: var(--amber);
  font-family: "Badhouse", Arial, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

footer span,
footer a {
  color: var(--ash);
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: end;
}

footer a:hover {
  color: var(--neon);
}

@media (max-width: 1050px) {
  .story-band,
  .sponsor-prime,
  .calendar-section,
  .reviews-section,
  .tickets-section,
  .step-grid,
  .split-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .calendar-wrap {
    justify-self: center;
    max-width: 360px;
    margin: 0 auto;
  }

  .review-link-grid {
    grid-template-columns: minmax(0, 1fr) minmax(105px, 140px);
    max-width: 720px;
  }

  .review-link-rate img {
    max-height: 82px;
  }

  .review-widget-social {
    margin-top: 0.65rem;
  }

  .hero-intro {
    min-height: clamp(320px, 42svh, 460px);
    padding-bottom: 1.65rem;
  }

  .intro-brand-mark {
    max-height: 210px;
    width: min(430px, 72vw);
  }

  .hero-scene {
    min-height: 62svh;
  }

  .sponsor-prime {
    text-align: center;
  }

  .sponsor-copy {
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .site-nav {
    display: grid;
    gap: 0.18rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: stretch;
    min-height: 54px;
    overflow: hidden;
    padding: 0.62rem 0.36rem;
  }

  .site-nav a {
    font-size: clamp(0.58rem, 2.75vw, 0.78rem);
    line-height: 0.95;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    min-height: 0;
  }

  .hero-intro {
    min-height: 265px;
    padding: 4.75rem 1rem 1.05rem;
  }

  .intro-brand-mark {
    max-height: 124px;
    width: min(230px, 70vw);
  }

  .hero-intro h1 {
    font-size: clamp(2.45rem, 13.5vw, 4.45rem);
    line-height: 0.84;
  }

  .hero-intro p {
    font-size: clamp(1.05rem, 5.6vw, 1.75rem);
    margin-top: -0.25rem;
  }

  .hero-scene {
    background:
      linear-gradient(180deg, rgba(5, 3, 3, 0.34) 0%, rgba(5, 3, 3, 0.2) 36%, rgba(5, 3, 3, 0.72) 100%),
      linear-gradient(90deg, rgba(5, 3, 3, 0.56), rgba(5, 3, 3, 0.12)),
      url("images/rest-ez-inn-scroll-bg.webp") center center / cover scroll no-repeat;
    background-position: center top;
    min-height: 48svh;
    padding: 2.2rem 1rem 1.6rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.45;
  }

  .notice-strip {
    margin-top: 1.25rem;
  }

  .story-band,
  .sponsor-prime,
  .calendar-section,
  .reviews-section,
  .tickets-section,
  .visit-flow,
  .split-section,
  .faq-section {
    padding: 3rem 1rem;
  }

  .sponsor-prime,
  .reviews-section {
    padding: 2rem 1rem;
  }

  .sponsor-image-wrap {
    padding: 0.55rem;
  }

  .sponsor-image-wrap img {
    max-height: 68px;
  }

  .review-link-grid {
    grid-template-columns: minmax(0, 1fr) minmax(82px, 105px);
    margin-top: 0.75rem;
  }

  .review-link {
    padding: 0.35rem;
  }

  .review-link-wide img {
    max-height: 64px;
  }

  .review-link-rate img {
    max-height: 72px;
  }

  .review-widget-social {
    height: 370px;
    max-width: 100%;
  }

  .review-widget-social-scale {
    min-height: 390px;
    transform: scale(0.72);
    width: 138.9%;
  }

  .quick-info,
  footer {
    grid-template-columns: 1fr;
  }

  .quick-info div {
    min-height: 0;
  }

  .button {
    width: 100%;
  }

  .calendar-grid {
    gap: 0.25rem;
  }

  .month-panel {
    padding: 0.55rem;
  }

  .month-heading h3 {
    font-size: 1.85rem;
  }

  .month-heading span {
    font-size: 0.82rem;
  }

  .address-heading {
    font-size: clamp(2.35rem, 9.5vw, 3.55rem);
    line-height: 1;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  footer nav {
    justify-content: start;
  }

  .know-before-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .site-nav {
    gap: 0.08rem;
    padding-inline: 0.22rem;
  }

  .site-nav a {
    font-size: 0.56rem;
  }
}

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