:root {
  --red: #cf1616;
  --cream: #d6cbbc;
  --paper: #cfc4b5;
  --paperdark: #5c5249;
  --line: rgba(214,203,188,.45);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #000;
}

body {
  background:
    linear-gradient(rgba(0,0,0,.22), rgba(0,0,0,.45)),
    url("../images/texture.png") center top / cover repeat-y,
    #050505;
  color: var(--cream);
  font-family: "Oswald", sans-serif;
  overflow-x: hidden;
}

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

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

.site-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 36px 46px 0;
}

/* HEADER */

.site-header {
  display: grid;
  grid-template-columns: 430px 1fr auto;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 10;
}

.logo img {
  max-width: 420px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 56px;
  padding-top: 14px;
}

.main-nav a {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  letter-spacing: 1.5px;
  color: #f5efe5;
  position: relative;
}

.main-nav a:hover::after,
.main-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: rotate(-2deg);
}

.socials {
  display: flex;
  gap: 18px;
  padding-top: 8px;
}

.socials a,
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #f5efe5;
}

.socials svg,
.footer-socials svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* HERO */

.hero {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 30px;
  margin-top: 26px;
  min-height: 590px;
}

.hero-copy {
  padding-top: 68px;
}

.hero-copy h1 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: clamp(4.2rem, 7vw, 7.4rem);
  line-height: .9;
  letter-spacing: 1px;
}

.hero-copy h1 span {
  color: var(--red);
}

.hero-copy p {
  margin: 26px 0 22px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 1.45rem;
  letter-spacing: 1.4px;
}

.red-stroke {
  width: 120px;
  height: 7px;
  background: var(--red);
  margin-top: 28px;
  transform: rotate(-2deg);
}

.red-stroke.small {
  width: 70px;
  height: 4px;
  margin: 12px 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 30px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 1.2rem;
}

.btn-solid {
  background: var(--red);
  color: white;
}

.hero-art {
  position: relative;
  min-height: 520px;
}

.hero-photo {
  position: absolute;
  top: 34px;
  right: 80px;
  width: 78%;
  transform: rotate(2deg);
  z-index: 3;
}

.hero-photo img {
  height: 450px;
  object-fit: cover;
  display: block;
}

.torn-photo {
  padding: 7px 6px 8px 8px;
  background:
    linear-gradient(rgba(54, 42, 31, .34), rgba(54, 42, 31, .34)),
    #c8bba8 url("../images/eventcardalt.png") center / 100% 100% no-repeat;
  clip-path: polygon(
    0 4%, 5% 2%, 12% 3%, 19% 1%, 27% 2.5%, 36% .5%,
    44% 2%, 53% 1%, 61% 3%, 69% 1%, 78% 2.5%, 87% .5%, 95% 2%, 100% 1%,
    99% 10%, 100% 22%, 98.5% 34%, 100% 47%, 99% 61%, 100% 74%, 98.5% 87%, 100% 97%,
    94% 98.5%, 86% 97%, 78% 99.5%, 69% 98%, 60% 100%, 51% 97.5%,
    42% 99%, 34% 97%, 25% 99.5%, 17% 97.5%, 9% 99%, 1% 97%,
    2% 86%, .5% 73%, 2% 60%, 0 47%, 1.5% 34%, 0 20%
  );
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.62));
  isolation: isolate;
  overflow: hidden;
}

.torn-photo img {
  position: relative;
  z-index: 1;
  clip-path: polygon(
    0 2%, 9% .5%, 18% 2%, 29% 0, 40% 1.5%, 51% .5%,
    62% 2%, 73% 0, 84% 1.5%, 94% .5%, 100% 2%,
    99% 18%, 100% 36%, 99% 54%, 100% 72%, 99% 90%, 100% 98%,
    89% 99%, 78% 97.5%, 66% 100%, 54% 98%, 42% 100%, 30% 97.5%,
    18% 99.5%, 8% 98%, 0 99%, 1% 82%, 0 64%, 1% 45%, 0 26%
  );
}

.torn-photo::after,
.venue-band-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 7% 11%, rgba(30, 20, 12, .34), transparent 14%),
    radial-gradient(ellipse at 94% 84%, rgba(38, 24, 13, .28), transparent 18%),
    linear-gradient(96deg, rgba(0,0,0,.16), transparent 12% 88%, rgba(0,0,0,.2));
  box-shadow:
    inset 0 0 10px rgba(22, 14, 8, .55),
    inset 0 0 24px rgba(67, 45, 27, .25);
  mix-blend-mode: multiply;
  opacity: .48;
}

.poster {
  position: absolute;
  width: 235px;
  height: 390px;
  object-fit: cover;
  filter: grayscale(.4) contrast(1.2) brightness(.75);
  opacity: .78;
  z-index: 1;
}

.poster-left {
  left: 60px;
  top: 120px;
  transform: rotate(-11deg);
}

.poster-right {
  right: 12px;
  top: 92px;
  transform: rotate(8deg);
}

.tape {
  position: absolute;
  width: 130px;
  height: 60px;
  background: #b9ac9d;
  opacity: .27;
  z-index: 5;
}

.tape-top {
  top: 18px;
  right: 330px;
  transform: rotate(6deg);
}

.tape-bottom {
  bottom: 48px;
  right: 300px;
  transform: rotate(-4deg);
}

/* FIXED 200.PNG */

.capacity-badge-img {
  position: absolute;
  right: 48px;
  bottom: 76px;
  width: 178px;
  height: 178px;
  object-fit: contain;
  z-index: 8;
}

/* SECTION TITLE */

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 18px 0 28px;
}

.section-title span {
  height: 1px;
  background: var(--line);
}

.section-title strong {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 2.1rem;
  letter-spacing: 2px;
}

/* REAL TORN-STYLE SECTION EDGES */

.section-paper-top,
.section-paper-bottom,
.torn-block {
  position: relative;
}

.section-paper-top::before,
.torn-block::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -46px;
  right: -46px;
  height: 20px;
  pointer-events: none;
  z-index: 5;
  background:
    radial-gradient(circle at 4% 45%, transparent 0 10px, rgba(214,203,188,.75) 11px 12px, transparent 13px),
    radial-gradient(circle at 14% 58%, transparent 0 8px, rgba(214,203,188,.55) 9px 10px, transparent 11px),
    radial-gradient(circle at 28% 42%, transparent 0 12px, rgba(214,203,188,.7) 13px 14px, transparent 15px),
    radial-gradient(circle at 44% 57%, transparent 0 9px, rgba(214,203,188,.5) 10px 11px, transparent 12px),
    radial-gradient(circle at 61% 45%, transparent 0 12px, rgba(214,203,188,.72) 13px 14px, transparent 15px),
    radial-gradient(circle at 77% 60%, transparent 0 8px, rgba(214,203,188,.45) 9px 10px, transparent 11px),
    radial-gradient(circle at 91% 43%, transparent 0 11px, rgba(214,203,188,.62) 12px 13px, transparent 14px),
    linear-gradient(90deg,
      transparent 0%,
      rgba(214,203,188,.35) 4%,
      rgba(214,203,188,.85) 14%,
      rgba(214,203,188,.28) 26%,
      rgba(214,203,188,.75) 41%,
      rgba(214,203,188,.25) 55%,
      rgba(214,203,188,.8) 68%,
      rgba(214,203,188,.22) 82%,
      rgba(214,203,188,.55) 94%,
      transparent 100%);
  clip-path: polygon(
    0 42%, 5% 55%, 12% 38%, 18% 53%, 26% 43%,
    33% 58%, 41% 39%, 49% 54%, 58% 41%,
    66% 58%, 74% 40%, 82% 55%, 91% 43%, 100% 52%,
    100% 66%, 0 66%
  );
  opacity: .75;
}

.section-paper-bottom::after,
.torn-block::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -46px;
  right: -46px;
  height: 20px;
  pointer-events: none;
  z-index: 5;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(214,203,188,.7) 10%,
      rgba(214,203,188,.25) 24%,
      rgba(214,203,188,.72) 38%,
      rgba(214,203,188,.25) 51%,
      rgba(214,203,188,.78) 66%,
      rgba(214,203,188,.28) 81%,
      rgba(214,203,188,.6) 94%,
      transparent 100%);
  clip-path: polygon(
    0 40%, 7% 55%, 15% 43%, 23% 58%, 32% 39%,
    41% 55%, 49% 42%, 58% 60%, 66% 41%,
    76% 57%, 84% 43%, 93% 58%, 100% 48%,
    100% 64%, 0 64%
  );
  opacity: .75;
}

/* EVENTS */

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 34px;
  align-items: stretch;
  margin-bottom: 72px;
  position: relative;
}

.events-grid-wrap {
  position: relative;
}

.more-shows-link {
  position: absolute;
  right: -68px;
  top: 105px;
  font-size: 1.25rem;
  color: var(--cream);
  transform: rotate(-6deg);
  opacity: .8;
  text-align: center;
  line-height: 1.15;
  transition: color .2s ease, opacity .2s ease;
}

.more-shows-link:hover,
.more-shows-link:focus-visible {
  color: var(--red);
  opacity: 1;
}

.events-page-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}

.events-page-grid .event-card {
  width: calc((100% - 102px) / 4);
  min-width: 230px;
}

.event-card {
  width: 100%;
  min-height: 300px;
  padding: 28px 22px;
  text-align: center;
  background: url("../images/eventcard.png") center / 100% 100% no-repeat;
  border: none;
  box-shadow: 0 14px 30px rgba(0,0,0,.55);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-card.light {
  background: url("../images/eventcardalt.png") center / 100% 100% no-repeat;
  color: #111;
}

.event-card p {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 1.05rem;
}

.event-card .event-date::before,
.event-card .event-date::after {
  content: "\2605";
  display: inline-block;
  margin: 0 0.4em;
}

.event-card h2 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: var(--red);
  font-size: 2.7rem;
  line-height: .92;
  margin: 26px 0 18px;
}

.event-card.light h2 {
  color: #111;
}

.event-card h2 .event-detail-link {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}

.event-card h2 .event-detail-link:hover,
.event-card h2 .event-detail-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

#upcoming-events .event-card,
.events-page-grid .event-card {
  padding-bottom: 18px;
}

#upcoming-events .event-card h2 .event-detail-link:hover,
#upcoming-events .event-card h2 .event-detail-link:focus-visible,
.events-page-grid .event-card h2 .event-detail-link:hover,
.events-page-grid .event-card h2 .event-detail-link:focus-visible {
  text-decoration: none;
}

#upcoming-events .event-card > a:last-child,
.events-page-grid .event-card > a:last-child {
  transform: translateY(5px);
}

.event-card h3 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
}

.event-card a {
  display: inline-block;
  margin-top: auto;
  background: var(--red);
  color: white;
  padding: 11px 34px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

/* EVENT DETAIL */

.event-detail-heading {
  display: none;
}

.event-not-found h1 {
  margin: 8px 0;
  color: var(--red);
  font-family: "Antonio", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: .95;
  text-transform: uppercase;
}

.event-detail-layout {
  display: flex;
  flex-direction: column;
  gap: 54px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.event-feature-image {
  position: relative;
  width: min(80vw, 1050px);
  background-color: #050505;
  overflow: hidden;
}

.event-feature-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #050505;
  border: 0;
}

.event-card-wide {
  width: min(100%, 900px);
  min-height: 620px;
  justify-content: center;
  padding: 70px 60px;
  background-color: #090909;
  background-image: url("../images/eventcard.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 20px 45px rgba(0,0,0,.7);
  text-align: center;
}

.event-card-wide h2 {
  font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.event-card-wide h3 {
  margin-bottom: 28px;
}

.event-card-wide > h2:nth-of-type(2) {
  margin-top: 36px;
  color: var(--cream);
  font-family: "Antonio", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
}

.event-card-wide .red-stroke {
  margin-left: auto;
  margin-right: auto;
}

.event-acts {
  width: min(100%, 620px);
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

.event-acts li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(214,203,188,.25);
  font-family: "Antonio", sans-serif;
  font-size: 1.65rem;
  text-transform: uppercase;
}

.band-info-open {
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.band-info-open:hover,
.band-info-open:focus-visible {
  border-bottom-color: var(--red);
  color: var(--red);
}

.band-dialog {
  width: min(920px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  border: 1px solid rgba(214,203,188,.45);
  background: #090909;
  color: var(--cream);
  box-shadow: 0 24px 80px rgba(0,0,0,.85);
  overflow: auto;
}

.band-dialog::backdrop {
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(3px);
}

.band-dialog-card {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  position: relative;
  min-height: 430px;
  background: url("../images/eventcard.png") center / 100% 100% no-repeat, #090909;
}

.band-dialog-image {
  min-height: 430px;
  padding: 34px 0 34px 34px;
}

.band-dialog-image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.band-dialog-copy {
  align-self: center;
  padding: 60px 52px 52px;
  text-align: left;
}

.band-dialog-copy h2 {
  margin: 0 0 8px;
  color: var(--red);
  font-family: "Antonio", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: .95;
  text-transform: uppercase;
}

.band-dialog-copy h3 {
  margin-bottom: 24px;
  font-family: "Antonio", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: uppercase;
}

.band-dialog-description {
  max-height: 220px;
  overflow: auto;
  font-size: 1.05rem;
  line-height: 1.6;
}

.band-dialog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.band-dialog-links a {
  margin: 0;
  padding: 8px 14px;
  background: var(--red);
  color: white;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

.band-dialog-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--red);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.event-description {
  margin: 0 0 26px;
  font-size: 1.1rem;
  line-height: 1.65;
}

.event-card-wide > p {
  margin: 10px 0;
  font-size: 1.1rem;
}

.event-card-wide .btn {
  display: inline-flex;
  margin-top: 22px;
  padding: 15px 30px;
}

.event-not-found {
  margin: 30px auto 90px;
  text-align: center;
}

.event-not-found p {
  margin: 18px 0 28px;
  font-size: 1.2rem;
}

/* VENUE */

.venue-block {
  display: grid;
  grid-template-columns: 47% 29% 24%;
  margin: 0 -46px 58px;
  padding: 42px 46px 44px;
}

.venue-band-photo {
  align-self: center;
  position: relative;
  padding: 7px 6px 8px 8px;
  background:
    linear-gradient(rgba(54, 42, 31, .34), rgba(54, 42, 31, .34)),
    #c8bba8 url("../images/eventcardalt.png") center / 100% 100% no-repeat;
  clip-path: polygon(
    0 4%, 5% 2%, 12% 3%, 19% 1%, 27% 2.5%, 36% .5%,
    44% 2%, 53% 1%, 61% 3%, 69% 1%, 78% 2.5%, 87% .5%, 95% 2%, 100% 1%,
    99% 10%, 100% 22%, 98.5% 34%, 100% 47%, 99% 61%, 100% 74%, 98.5% 87%, 100% 97%,
    94% 98.5%, 86% 97%, 78% 99.5%, 69% 98%, 60% 100%, 51% 97.5%,
    42% 99%, 34% 97%, 25% 99.5%, 17% 97.5%, 9% 99%, 1% 97%,
    2% 86%, .5% 73%, 2% 60%, 0 47%, 1.5% 34%, 0 20%
  );
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.68));
  transform: rotate(-2deg);
  isolation: isolate;
  overflow: hidden;
}

.venue-band-photo img {
  position: relative;
  z-index: 1;
  display: block;
  height: 410px;
  object-fit: cover;
  clip-path: polygon(
    0 2%, 9% .5%, 18% 2%, 29% 0, 40% 1.5%, 51% .5%,
    62% 2%, 73% 0, 84% 1.5%, 94% .5%, 100% 2%,
    99% 18%, 100% 36%, 99% 54%, 100% 72%, 99% 90%, 100% 98%,
    89% 99%, 78% 97.5%, 66% 100%, 54% 98%, 42% 100%, 30% 97.5%,
    18% 99.5%, 8% 98%, 0 99%, 1% 82%, 0 64%, 1% 45%, 0 26%
  );
}

.venue-copy {
  padding: 58px 44px;
}

.venue-copy h2 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 3.4rem;
}

.venue-copy p {
  font-size: 1.15rem;
  margin-bottom: 14px;
}

.polaroid {
  align-self: center;
  padding: 22px;
  background: var(--paper);
  transform: rotate(6deg);
  box-shadow: 0 12px 25px rgba(0,0,0,.6);
  position: relative;
}

.polaroid::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 30px;
  right: 30px;
  top: -20px;
  background: #b7aa99;
  opacity: .8;
}

.polaroid img {
  filter: grayscale(1) contrast(1.2) brightness(.8);
}

/* FEATURES */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-bottom: 70px;
  padding-top: 42px;
}

.feature-grid[hidden] {
  display: none;
}

.feature-card {
  background: rgba(0,0,0,.35);
  position: relative;
  padding: 2px;
}

.torn-card {
  clip-path: polygon(
    0 2%, 7% 0, 20% 1%, 34% 0, 51% 2%,
    67% 0, 82% 1%, 100% 0,
    99% 96%, 92% 100%, 74% 98%, 63% 100%,
    43% 97%, 25% 100%, 10% 98%, 0 100%
  );
  border: 1px solid rgba(214,203,188,.32);
}

.feature-card img {
  height: 260px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.2) brightness(.75);
  border-bottom: 1px solid rgba(214,203,188,.25);
}

.feature-card div {
  padding: 28px 32px 34px;
  text-align: center;
}

.feature-card h2 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: var(--red);
  font-size: 2.9rem;
}

.feature-card p {
  font-size: 1.15rem;
  margin: 14px 0 22px;
}

.feature-card a {
  display: inline-block;
  border: 1px solid var(--red);
  padding: 10px 28px;
  color: #e5c077;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}


/* ABOUT */

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: center;
  margin: 0 -46px 74px;
  padding: 52px 46px;
  background: rgba(0,0,0,.28);
}

.about-copy {
  max-width: 820px;
}

.about-copy h2 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 3.4rem;
}

.about-copy p {
  font-size: 1.18rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.about-note {
  text-align: center;
  padding: 34px 24px;
  border: 1px solid rgba(214,203,188,.38);
  transform: rotate(2deg);
}

.about-note strong,
.about-note span {
  display: block;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

.about-note strong {
  color: var(--red);
  font-size: 2.4rem;
  line-height: 1;
}

.about-note span {
  margin-top: 16px;
  font-size: 1.15rem;
  letter-spacing: 1px;
}


/* CONTACT */

.home-link-row {
  display: flex;
  justify-content: center;
  margin: -38px 0 54px;
}

.home-link-row a {
  display: inline-block;
  border-bottom: 3px solid var(--red);
  color: var(--cream);
  font-family: "Antonio", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-link-row a:hover,
.home-link-row a:focus-visible {
  color: var(--red);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: start;
  margin: 0 -46px 74px;
  padding: 52px 46px;
  background: rgba(0,0,0,.28);
}

.contact-copy h2 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 3.4rem;
}

.contact-copy p,
.contact-details address {
  font-size: 1.18rem;
  line-height: 1.6;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.contact-details a {
  color: #e5c077;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  letter-spacing: 1px;
}

.contact-details address {
  font-style: normal;
}

.map-open {
  border: 0;
  cursor: pointer;
}

.map-dialog {
  width: min(920px, calc(100% - 36px));
  padding: 0;
  border: 1px solid rgba(214,203,188,.45);
  background: #080808;
  color: var(--cream);
  box-shadow: 0 24px 70px rgba(0,0,0,.75);
}

.map-dialog::backdrop {
  background: rgba(0,0,0,.78);
}

.map-dialog-inner {
  position: relative;
  padding: 18px;
}

.map-dialog iframe {
  width: 100%;
  height: min(68vh, 560px);
  border: 0;
  display: block;
}

.map-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--red);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/* FOOTER */

.newsletter-signup[hidden] {
  display: none;
}


.site-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 320px));
  justify-content: center;
  align-items: center;
  gap: 72px;
  padding: 44px 40px 90px;
  margin: 0 -46px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 110px;
  background: url("../images/footer-posters.jpg") center bottom / cover no-repeat;
  opacity: .75;
}

.site-footer > div {
  position: relative;
  z-index: 2;
}

.site-footer h2 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}

.site-footer p {
  margin: 8px 0 16px;
}

.site-footer form {
  display: flex;
  max-width: 440px;
}

.site-footer input {
  flex: 1;
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(214,203,188,.45);
  color: white;
  padding: 13px 18px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

.site-footer button {
  background: var(--red);
  color: white;
  border: none;
  padding: 0 28px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

.support-local {
  text-align: center;
  color: var(--red);
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  transform: rotate(-4deg);
}

.support-local span {
  font-size: 3.2rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 18px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .site-header,
  .hero,
  .venue-block,
  .about-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .logo img {
    margin: 0 auto;
  }

  .main-nav,
  .socials {
    justify-content: center;
  }

  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-page-grid .event-card {
    width: calc((100% - 34px) / 2);
  }

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

  .polaroid {
    max-width: 420px;
    margin: 0 auto 50px;
  }

  .event-detail-layout {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 650px) {
  .site-header {
    gap: 18px;
    text-align: center;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 18px;
  }

  .site-footer {
    gap: 34px;
    padding: 42px 22px 90px;
    margin-right: -22px;
    margin-left: -22px;
  }

  .site-shell {
    padding: 24px 22px 0;
    overflow: hidden;
  }

  .logo img {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .hero {
    gap: 10px;
    min-height: 0;
    margin-top: 18px;
  }

  .hero-copy {
    padding-top: 24px;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 16vw, 4.2rem);
  }

  .hero-copy p {
    font-size: 1.15rem;
  }

  .hero-copy .red-stroke {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-art {
    min-height: 400px;
  }

  .hero-photo {
    width: 90%;
    top: 28px;
    right: 5%;
  }

  .hero-photo img {
    height: 350px;
  }

  .poster,
  .capacity-badge-img {
    display: none;
  }

  .tape-top {
    top: 12px;
    right: 42%;
  }

  .tape-bottom {
    right: 34%;
    bottom: 20px;
  }

  .section-title {
    grid-template-columns: minmax(12px, 1fr) auto minmax(12px, 1fr);
    gap: 9px;
    margin-top: 10px;
  }

  .section-title strong {
    white-space: nowrap;
    font-size: clamp(1.12rem, 5.4vw, 1.5rem);
    letter-spacing: .7px;
  }

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

  .event-card {
    width: min(100%, 390px);
    margin-right: auto;
    margin-left: auto;
  }

  .events-page-grid .event-card {
    width: 100%;
    min-width: 0;
  }

  .more-shows-link {
    display: none;
  }

  .venue-block {
    gap: 24px;
    margin: 0 -22px 60px;
    padding: 36px 22px 42px;
    text-align: center;
  }

  .venue-band-photo {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .venue-band-photo img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .venue-copy {
    padding: 26px 0 14px;
  }

  .venue-copy .red-stroke {
    margin-right: auto;
    margin-left: auto;
  }

  .venue-block > div:last-child {
    width: min(78%, 290px);
    margin: 0 auto;
  }

  .about-section,
  .contact-section {
    gap: 28px;
    margin: 0 -22px 60px;
    padding: 44px 22px;
    text-align: center;
  }

  .about-copy .red-stroke,
  .contact-copy .red-stroke {
    margin-right: auto;
    margin-left: auto;
  }

  .about-note {
    width: min(100%, 300px);
    margin: 0 auto;
  }

  .contact-details {
    align-items: center;
  }

  .event-detail-layout {
    gap: 34px;
  }

  .event-card-wide {
    min-height: 380px;
    padding: 36px 22px;
  }

  .event-card-wide > h2:nth-of-type(2) {
    font-size: 2.5rem;
  }

  .band-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .band-dialog-card {
    grid-template-columns: 1fr;
  }

  .band-dialog-image {
    min-height: 0;
    height: min(42vh, 340px);
    padding: 22px 22px 0;
  }

  .band-dialog-image img {
    max-height: none;
  }

  .band-dialog-copy {
    padding: 36px 28px 42px;
    text-align: center;
  }

  .band-dialog-description {
    max-height: none;
  }

  .band-dialog-links {
    justify-content: center;
  }

  .band-dialog-close {
    top: 10px;
    right: 10px;
  }
}
