:root {
  --navy: #141b45;
  --ink: #121429;
  --muted: #525970;
  --pink: #ee0e72;
  --orange: #ff7900;
  --gold: #ffc41f;
  --teal: #00aeb0;
  --green: #68b62c;
  --blue: #0876d8;
  --purple: #5d2dc6;
  --line: #e3e7ef;
  --paper: #fff;
  --soft: #f8fafc;
  --shadow: 0 16px 38px rgba(18, 20, 41, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
}

body.menu-open {
  overflow: hidden;
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled,
body.menu-open .site-header {
  background: rgba(255, 255, 255, 0.72);
  border-bottom-color: rgba(227, 231, 239, 0.58);
  box-shadow: 0 12px 30px rgba(18, 20, 41, 0.08);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand img {
  width: 158px;
  filter: drop-shadow(0 6px 10px rgba(18, 20, 41, 0.12));
}

.nav-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.86);
}

.nav-menu a {
  padding: 12px 0 10px;
  border-bottom: 2px solid transparent;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--orange);
  border-color: var(--orange);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  background: var(--navy);
  border-radius: 99px;
}

@media screen and (min-width: 701px) {
  .nav-toggle { 
    display: none;
    /*hide the icon on larger screens*/
    visibility: hidden;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 24px rgba(18, 20, 41, 0.16);
  filter: saturate(1.08);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff0f80, #d90b68);
}

.btn-outline {
  color: #f04d16;
  background: #fff;
  border-color: #f04d16;
}

.btn-teal {
  color: #fff;
  background: var(--teal);
}

.btn-orange {
  color: #fff;
  background: var(--orange);
}

.btn-yellow {
  color: var(--navy);
  background: var(--gold);
}

.section-anchor {
  scroll-margin-top: 96px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 112px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 33%, rgba(255, 255, 255, 0.26) 57%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, #fff 100%),
    url("https://rf.host0.co/assets/generated-hero-crowd.png") center top / cover no-repeat;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 350px;
  height: 210px;
  opacity: 0.36;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 88%, #2f821c 0 7%, transparent 8%),
    repeating-linear-gradient(70deg, transparent 0 13px, rgba(48, 131, 28, 0.62) 14px 17px, transparent 18px 32px);
}

.hero::before {
  top: -58px;
  left: -128px;
  transform: rotate(-24deg);
}

.hero::after {
  top: -66px;
  right: -118px;
  transform: rotate(26deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 680px) 1fr;
  align-items: center;
  min-height: 668px;
}

.hero-copy {
  padding: 16px 0 72px;
}

.eyebrow,
.tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 12px;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(20px, 2.7vw, 32px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow {
  color: #301544;
}

.eyebrow span,
.tagline span {
  width: 36px;
  height: 3px;
  background: var(--orange);
}

.hero-logo {
  /* width: min(610px, 100%); */
  margin: 0 auto 10px;
  filter: drop-shadow(0 14px 16px rgba(18, 20, 41, 0.18));
  border-radius: 1em;
}

.hero h1 {
  width: fit-content;
  max-width: 100%;
  margin: 12px auto 22px;
  color: #d98b13;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(34px, 6.2vw, 72px);
  line-height: 0.9;
  text-align: center;
  -webkit-text-stroke: 0.5px #7a3b08;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 #ffe08a,
    0 2px 0 #8d4309,
    0 4px 0 #f0c265,
    0 7px 12px rgba(18, 20, 41, 0.26);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, transparent, rgba(122, 59, 9, 0.24), #f8d56a, rgba(122, 59, 9, 0.24), transparent) 1;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
  margin-inline: auto;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.event-facts article {
  min-height: 78px;
  padding: 16px 18px;
  border-right: 1px solid var(--line);
}

.event-facts article:last-child {
  border-right: 0;
}

.event-facts strong,
.event-facts span {
  display: block;
  text-transform: uppercase;
}

.event-facts strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.event-facts span {
  margin-top: 5px;
  color: #2c3047;
  font-size: 12px;
  font-weight: 800;
}

.genres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 24px 0 12px;
  color: var(--purple);
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 900;
  text-transform: uppercase;  
  background-color: white;
  border-radius: 12px;
}

.genres span:nth-of-type(2) { color: var(--teal); }
.genres span:nth-of-type(3) { color: var(--green); }
.genres span:nth-of-type(4) { color: #ec271e; }
.genres span:nth-of-type(5) { color: var(--pink); }
.genres span:nth-of-type(6) { color: var(--blue); }

.genres b {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
}

.age-pill {
  width: fit-content;
  margin: 0 auto 24px;
  padding: 8px 17px;
  color: #fff;
  background: var(--navy);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.experience-strip {
  padding: 34px 0;
  border-block: 1px solid var(--line);
  background: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.feature-grid article {
  min-height: 166px;
  padding: 0 22px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.feature-grid article:last-child {
  border-right: 0;
}

.feature-icon {
  display: flex;
  justify-content: center;
  min-height: 58px;
  margin-bottom: 12px;
  line-height: 1;
}

.feature-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.purple { color: var(--purple); }
.green { color: var(--green); }
.pink { color: var(--pink); }
.orange { color: var(--orange); }
.blue { color: var(--blue); }
.teal { color: var(--teal); }

.feature-grid h2 {
  min-height: 44px;
  margin: 0;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.feature-grid p {
  margin: 8px 0 0;
  color: #25283c;
  font-size: 14px;
  line-height: 1.45;
}

.section {
  padding: 58px 0;
}

.section-kicker {
  margin: 0 0 4px;
  color: #ff4d00;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section h2,
.gallery-section h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 0.95;
  text-transform: uppercase;
}

.lineup-section {
  background: linear-gradient(90deg, #fff 0%, #fff 76%, #f7f9fc 76%, #f7f9fc 100%);
}

.lineup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.artist {
  overflow: hidden;
  min-height: 268px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 20, 41, 0.1);
}

.artist-photo {
  width: 100%;
  height: 192px;
  background-image: url("https://rf.host0.co/assets/generated-lineup-strip.png");
  background-repeat: no-repeat;
  background-size: 600% auto;
  background-position-y: top;
}

.artist span {
  display: grid;
  min-height: 76px;
  place-items: center;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  text-align: center;
  text-transform: uppercase;
}

.lineup-rnb { background-position-x: 0%; }
.lineup-reggaeton { background-position-x: 20%; }
.lineup-soca { background-position-x: 40%; }
.lineup-reggae { background-position-x: 60%; }
.lineup-afrobeats { background-position-x: 80%; }
.lineup-konpa { background-position-x: 100%; }

.purple-card span { background: var(--purple); }
.teal-card span { background: var(--teal); }
.pink-card span { background: var(--pink); }
.green-card span { background: var(--green); }
.gold-card span { background: #efb31f; }
.blue-card span { background: var(--blue); }

.stage-list {
  display: grid;
  gap: 28px;
  padding-top: 7px;
}

.stage-list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 17px;
}

.stage-list span {
  font-size: 44px;
  line-height: 1;
}

.stage-list .star { color: var(--orange); }
.stage-list .headphones { color: var(--green); }
.stage-list .bolt { color: var(--pink); }

.stage-list h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.stage-list p {
  margin: 0;
  color: #2f344b;
  font-size: 14px;
  line-height: 1.45;
}

.culture-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

.culture-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 44px;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.zone-grid article {
  text-align: center;
}

.zone {
  display: block;
  position: relative;
  overflow: hidden;
  width: 86px;
  aspect-ratio: 1;
  margin: 0 auto 12px;
  border-radius: 50%;
  box-shadow: inset 0 -10px 20px rgba(18, 20, 41, 0.16);
}

.caribbean {
  background:
    radial-gradient(circle at 42% 42%, #111 0 7%, transparent 8%),
    linear-gradient(135deg, #f48716 0 50%, #ffd525 51% 100%);
}

.caribbean::before {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 18px;
  width: 8px;
  height: 38px;
  background: #111;
  border-radius: 99px;
  transform: rotate(8deg);
}

.caribbean::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 52px;
  height: 34px;
  background: #111;
  clip-path: polygon(44% 70%, 5% 48%, 38% 43%, 18% 12%, 52% 38%, 64% 4%, 67% 40%, 98% 24%, 75% 52%, 94% 75%, 58% 62%);
}

.usa {
  background:
    radial-gradient(circle at 23% 22%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 32% 30%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 17% 37%, #fff 0 1px, transparent 2px),
    linear-gradient(90deg, #1b4fa2 0 42%, transparent 43%),
    repeating-linear-gradient(0deg, #d91f3b 0 7px, #fff 7px 14px);
}

.africa {
  background: radial-gradient(circle at 50% 50%, #dce936 0 52%, #9dd124 100%);
}

.africa::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 20px;
  width: 36px;
  height: 48px;
  background: #111;
  clip-path: polygon(42% 0, 68% 7%, 85% 28%, 74% 45%, 91% 62%, 71% 73%, 62% 100%, 43% 86%, 31% 67%, 14% 57%, 23% 39%, 5% 27%, 28% 18%);
}

.latin {
  background: linear-gradient(135deg, #19aedd 0%, #69d66d 100%);
}

.latin::before,
.latin::after {
  content: "";
  position: absolute;
  background: #67ba32;
  opacity: 0.9;
}

.latin::before {
  left: 20px;
  top: 24px;
  width: 30px;
  height: 38px;
  border-radius: 48% 52% 45% 55%;
  transform: rotate(-22deg);
}

.latin::after {
  right: 15px;
  top: 16px;
  width: 22px;
  height: 28px;
  border-radius: 52% 48% 58% 42%;
  transform: rotate(24deg);
}

.europe {
  background: #174da3;
}

.europe::before {
  content: "";
  position: absolute;
  left: 41px;
  top: 41px;
  width: 5px;
  height: 5px;
  background: #ffd525;
  border-radius: 50%;
  box-shadow:
    0 -27px 0 #ffd525,
    14px -23px 0 #ffd525,
    24px -12px 0 #ffd525,
    27px 3px 0 #ffd525,
    20px 17px 0 #ffd525,
    7px 25px 0 #ffd525,
    -9px 25px 0 #ffd525,
    -22px 15px 0 #ffd525,
    -27px 0 0 #ffd525,
    -23px -14px 0 #ffd525,
    -12px -24px 0 #ffd525;
}

.zone-grid h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.zone-grid p {
  margin: 0;
  color: #30354c;
  font-size: 12px;
  line-height: 1.35;
}

.map-card {
  display: block;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

.map-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.gallery-section {
  padding: 30px 0 52px;
  text-align: center;
}

.gallery-section h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 32px);
}

.gallery-wrap {
  position: relative;
}

.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 6px 2px 18px;
}

.gallery::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  scroll-snap-align: start;
}

.gallery img {
  width: 100%;
  height: clamp(230px, 20vw, 310px);
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(18, 20, 41, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-item:hover img {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(18, 20, 41, 0.23);
}

.gallery-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 36px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(18, 20, 41, 0.22);
  cursor: pointer;
}

.prev { left: -12px; }
.next { right: -12px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 32px;
  background: rgba(10, 13, 34, 0.86);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 7px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.cards-section {
  padding: 24px 0 58px;
  background: linear-gradient(180deg, #fff, #f8fbfc);
}

.promo-grid {
  display: grid;
  grid-template-columns: 1.12fr 1.12fr 0.82fr;
  gap: 18px;
}

.promo-card,
.ticket-card {
  min-height: 342px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 20, 41, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-card h2,
.ticket-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1041px) {
  .promo-card h2 {
    font-size: clamp(26px, 2.2vw, 32px);
    white-space: nowrap;
  }
}

.script {
  margin: 10px 0 24px;
  color: #f07b10;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-style: italic;
  text-align: center;
}

.price-row,
.vendor-row {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
}

.price-row {
  grid-template-columns: repeat(4, 1fr);
}

.vendor-row {
  grid-template-columns: repeat(5, 1fr);
}

.price-row span,
.vendor-row span {
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 8px;
  color: #fff;
  background: var(--teal);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.price-row span:nth-child(2) { background: #c79511; }
.price-row span:nth-child(3) { background: #8b909a; }
.price-row span:nth-child(4) { background: var(--pink); font-size: 13px; }

.price-row b,
.vendor-row b {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}

.promo-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.promo-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 26px;
  color: #30354c;
  font-size: 14px;
}

.promo-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}

.promo-card .btn {
  width: 100%;
}

.mini-facts {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vendor-row span {
  min-height: 84px;
  color: var(--navy);
  background: #fff;
  border-left: 1px solid var(--line);
  font-size: 11px;
}

.vendor-row span:first-child {
  border-left: 0;
}

.vendor-row b {
  margin-top: 8px;
  color: var(--ink);
  font-size: 22px;
}

.ticket-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(238, 14, 114, 0.94), rgba(197, 19, 58, 0.94)),
    radial-gradient(circle at 20% 80%, rgba(255, 196, 31, 0.38), transparent 38%);
}

.ticket-card h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 52px);
}

.ticket-card p {
  margin: 16px 0 34px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

.ticket-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;
}

.ticket-icons span {
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
}

.newsletter {
  padding: 28px 0;
  border-block: 1px solid var(--line);
  background: #fff;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 0.9fr);
  align-items: center;
  gap: 32px;
}

.newsletter h2 {
  margin: 0 0 4px;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.newsletter p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 160px;
}

.signup-form input {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 7px 0 0 7px;
  font-size: 14px;
}

.signup-form .btn {
  border-radius: 0 7px 7px 0;
}

.footer {
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 1fr;
  gap: 48px;
  padding: 36px 0;
}

/*
.footer img {
  width: 178px;
} */

.footer h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.footer a,
.footer p,
.footer strong {
  /* display: block; */
  margin: 8px 0;
  color: #30354c;
  font-size: 14px;
  line-height: 1.45;
}

.footer div:first-child p {
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.social-links a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin: 0;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-links a:nth-child(2) { background: var(--pink); }
.social-links a:nth-child(3) { background: var(--teal); }

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px max(20px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .nav-menu,
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    transform: translateY(-125%);
    padding: 16px 36px 28px;
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 180ms ease;
  }

  .nav-menu.open {
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-grid,
  .lineup-layout,
  .culture-layout,
  .newsletter-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .feature-grid article:nth-child(3) {
    border-right: 0;
  }

  .lineup-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .zone-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-auto-columns: calc((100% - 32px) / 3);
  }
}

@media (max-width: 680px) {
  .container,
  .nav {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 132px;
  }

  .event-facts,
  .feature-grid,
  .lineup-grid,
  .zone-grid,
  .price-row,
  .vendor-row,
  .mini-facts,
  .signup-form {
    grid-template-columns: 1fr;
  }

  .event-facts article,
  .feature-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .event-facts article:last-child,
  .feature-grid article:last-child {
    border-bottom: 0;
  }

  .hero-copy {
    padding-bottom: 32px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .artist-photo {
    height: 260px;
  }

  .gallery {
    grid-auto-columns: 82%;
  }

  .promo-card,
  .ticket-card {
    padding: 24px;
  }

  .signup-form {
    gap: 10px;
  }

  .signup-form input,
  .signup-form .btn {
    border: 1px solid var(--line);
    border-radius: 7px;
  }

  .footer-bar {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 26px;
  }
}
