:root {
  --yellow: #ffcc00;
  --yellow-hot: #ffd928;
  --red: #ff2a22;
  --blue: #0175c9;
  --green: #14ba45;
  --orange: #f36217;
  --ink: #050607;
  --white: #f8f8f0;
  --muted: #d8d8d8;
  --line: rgba(255, 255, 255, 0.28);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: #020303;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.form-status {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--green);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  text-transform: none;
}

.form-status[data-type="error"] {
  color: var(--yellow);
}

.thank-you-popover {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.68);
  opacity: 1;
  transition: opacity 180ms ease;
}

.thank-you-popover[hidden] {
  display: none;
}

.thank-you-card {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 204, 0, 0.52);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 42, 34, 0.25), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(1, 117, 201, 0.28), transparent 25%),
    linear-gradient(180deg, rgba(11, 14, 17, 0.98), rgba(4, 5, 6, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.58);
  text-align: center;
}

.thank-you-kicker {
  margin: 0 0 8px;
  color: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.thank-you-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(38px, 6vw, 58px);
  font-weight: 400;
  line-height: 0.95;
}

.thank-you-message {
  max-width: 380px;
  margin: 0 auto 22px;
  color: #f7f7ef;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-transform: none;
}

.thank-you-action,
.thank-you-close {
  border: 0;
  cursor: pointer;
}

.thank-you-action {
  min-height: 48px;
  padding: 0 28px;
  border-radius: 5px;
  color: #050505;
  background: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.thank-you-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-family: Arial, sans-serif;
  font-size: 16px;
}

:where(p, li, a, button, h2, h3, h4, span, strong) {
  overflow-wrap: normal;
  word-break: normal;
}

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

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 29%, rgba(43, 41, 182, 0.42), transparent 22%),
    linear-gradient(90deg, #050606 0%, #070808 45%, #030304 100%);
  transition: padding-top 220ms ease;
}

body.header-push .page-shell {
  padding-top: 96px;
}

.hero {
  position: relative;
  height: auto;
  min-height: 660px;
  padding: clamp(14px, 2.8vw, 42px) clamp(22px, 4.6vw, 72px) 86px;
  isolation: isolate;
  overflow: hidden;
}

.brick-noise {
  position: absolute;
  inset: 0 45% 0 0;
  z-index: -4;
  opacity: 0.62;
  display: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 44px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 88px 44px,
    radial-gradient(circle at 15% 35%, rgba(0, 0, 0, 0.15), transparent 25%),
    #060707;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  z-index: 1;
  background: none;
}

.hero::after {
  left: 0;
  right: 0;
  bottom: -5px;
  height: 86px;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84) 55%, #050607);
}

.hero-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -24px;
  width: min(45vw, 694px);
  height: min(60vw, 615px);
  object-fit: cover;
  object-position: right top;
  filter: saturate(1.08) contrast(1.02);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 100%);
}

.brand {
  position: fixed;
  top: clamp(16px, 2.1vw, 30px);
  left: clamp(28px, 4.3vw, 66px);
  width: clamp(120px, 14.5vw, 220px);
  height: auto;
  z-index: 30;
  transition: transform 220ms ease, opacity 220ms ease;
}

.site-header {
  position: fixed;
  top: clamp(10px, 1.6vw, 22px);
  left: clamp(14px, 2.5vw, 38px);
  right: clamp(14px, 2.5vw, 38px);
  z-index: 28;
  display: grid;
  grid-template-columns: clamp(205px, 17vw, 270px) 1fr auto;
  align-items: start;
  gap: clamp(16px, 2vw, 30px);
  min-width: 0;
  min-height: 76px;
  padding: 9px clamp(8px, 2.2vw, 36px) 9px clamp(6px, 1.2vw, 18px);
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 220ms ease, opacity 220ms ease, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.header-hidden .site-header,
body.header-hidden .brand {
  opacity: 0;
  transform: translateY(-130%);
  pointer-events: none;
}

body.header-push .site-header {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(6, 8, 10, 0.88), rgba(4, 5, 6, 0.72));
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(8px);
}

body.header-push .brand {
  transform: scale(0.62);
  transform-origin: top left;
}

.primary-nav,
.header-socials {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.35vw, 36px);
  min-width: 0;
  min-height: 58px;
}

.primary-nav {
  grid-column: 2;
  justify-self: start;
}

.header-socials {
  grid-column: 3;
  transform: translateY(-1px);
}

.primary-nav a,
.header-socials a,
.shows-heading a {
  font-size: clamp(15px, 1.16vw, 18px);
  font-weight: 700;
  letter-spacing: 0;
}

.primary-nav a {
  position: relative;
  color: #f3f3ef;
  font-family: "Bebas Neue", "Anton", Impact, sans-serif;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  text-shadow: 0 1px 0 #000;
}

.primary-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 4px;
  background: var(--yellow);
  transform: skewX(-15deg);
}

.header-socials {
  gap: 14px;
  justify-content: end;
  flex-shrink: 0;
}

.header-socials .instagram {
  width: 31px;
  height: 31px;
}

.header-socials .facebook {
  width: 28px;
  height: 28px;
}

.header-socials .youtube {
  width: 40px;
  height: 28px;
}

.handle {
  text-transform: none;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  max-width: min(18vw, 220px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.social {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  line-height: 0;
  transition: transform 160ms ease, filter 160ms ease;
}

.social:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.youtube {
  width: 42px;
}

.menu-button {
  display: none;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(680px, 54vw);
  margin-top: clamp(86px, 8.7vw, 132px);
  margin-left: clamp(28px, 3.9vw, 56px);
}

.live-label-image {
  display: block;
  width: clamp(185px, 16.2vw, 250px);
  height: auto;
  margin: -34px 0 18px 176px;
}

h1 {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-family: "Road Rage", "Rubik Dirt", Impact, sans-serif;
  font-size: clamp(68px, 6.7vw, 108px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    1px 0 0 rgba(255, 255, 255, 0.95),
    -1px 0 0 rgba(255, 255, 255, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.95),
    3px 3px 0 rgba(0, 0, 0, 0.95),
    -1px 1px 0 rgba(0, 0, 0, 0.9);
  transform: rotate(-3deg) skewX(-6deg);
  transform-origin: left center;
}

h1 span {
  display: block;
  position: relative;
  width: fit-content;
  max-width: 100%;
}

h1 span:nth-child(2) {
  margin-left: -28px;
}

.tagline {
  display: inline-block;
  margin: 18px 0 0 0;
  color: var(--yellow);
  font-family: "Road Rage", "Rubik Dirt", Impact, sans-serif;
  font-size: clamp(50px, 5.2vw, 78px);
  line-height: 0.82;
  letter-spacing: 0;
  transform: rotate(-4deg);
  text-shadow:
    1px 0 0 rgba(255, 204, 0, 0.8),
    -1px 0 0 rgba(255, 204, 0, 0.8),
    2px 2px 0 #000;
}

.tagline::after {
  content: "";
  display: block;
  width: 30%;
  height: 18px;
  margin: -9px 0 0 66%;
  background: url("assets/english-comedy-tlv-blue-tagline-underline.png") left center / 100% auto no-repeat;
  transform: rotate(-1deg);
}

.intro {
  margin: 14px 0 0;
  color: #f2f2ed;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(20px, 1.95vw, 28px);
  line-height: 1.22;
  text-transform: none;
  font-weight: 400;
}

.intro strong {
  position: relative;
  display: inline-block;
  color: var(--yellow);
  font-weight: 600;
}

.intro strong::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.34em;
  height: 0.34em;
  background: url("assets/english-comedy-tlv-yellow-big-laughs-underline-cropped.png") center / 100% 100% no-repeat;
  transform: rotate(-2deg);
  pointer-events: none;
}

.hero-actions {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  max-width: 100%;
  padding: 0 30px;
  border-radius: 6px;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
  white-space: normal;
  transform: rotate(-2deg);
}

.button-primary {
  min-width: 270px;
  color: #070707;
  background: var(--yellow);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15) inset;
}

.image-button {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.image-button img {
  display: block;
  width: clamp(248px, 22vw, 300px);
  height: auto;
}

.button-ghost {
  min-width: 190px;
  border: 3px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
}

.play-icon {
  display: inline-block;
  margin-right: 14px;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
}

.follow {
  position: relative;
  margin-top: 26px;
  margin-bottom: 12px;
  padding-left: 2px;
}

.follow p {
  margin: 0 0 9px;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.08;
}

.follow strong {
  color: var(--yellow);
  white-space: normal;
  overflow-wrap: break-word;
}

.follow-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  max-width: 100%;
}

.follow-icons .social {
  width: 41px;
  height: 41px;
}

.follow-icons .youtube {
  width: 52px;
}

.follow-arrow {
  position: absolute;
  left: -48px;
  top: -5px;
  width: 57px;
  height: auto;
  transform: rotate(0deg);
  transform-origin: left top;
  pointer-events: none;
}

.stamp {
  position: absolute;
  z-index: 4;
  left: clamp(580px, 45.4vw, 696px);
  top: clamp(328px, 25.6vw, 392px);
  width: clamp(138px, 10.8vw, 166px);
  transform: rotate(-5deg);
}

.stamp img {
  display: block;
  width: 100%;
  height: auto;
}

.shows-panel {
  position: relative;
  z-index: 8;
  width: calc(100% - clamp(24px, 4.6vw, 72px));
  margin: -42px auto 0;
  padding: 22px 26px 21px;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(12, 15, 18, 0.96), rgba(7, 9, 11, 0.99)),
    #090b0d;
  box-shadow: 0 -13px 35px rgba(0, 0, 0, 0.5), 0 13px 28px rgba(0, 0, 0, 0.5);
}

.shows-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  margin-bottom: 14px;
}

.shows-heading h2 {
  position: relative;
  margin: 0;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(31px, 2.55vw, 39px);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.shows-heading h2::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -4px;
  width: 37px;
  height: 41px;
  background: url("assets/english-comedy-tlv-upcoming-shows-yellow-corner-accent.png") center / contain no-repeat;
  transform: rotate(-2deg);
  transform-origin: left top;
  pointer-events: none;
}

.shows-heading a {
  color: var(--yellow);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 600;
  flex-shrink: 0;
  text-align: right;
  white-space: normal;
}

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

.show-card {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  height: 142px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.show-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 5px;
}

.date {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 8px;
  width: 54px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: center / contain no-repeat;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.42));
  transform: rotate(-1.5deg);
  text-align: center;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.8),
    1px 0 0 rgba(0, 0, 0, 0.72),
    -1px 0 0 rgba(0, 0, 0, 0.72),
    0 2px 4px rgba(0, 0, 0, 0.78);
}

.date span {
  display: block;
  font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 3px 0 1px;
}

.date strong {
  display: block;
  font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.86;
}

.date-red {
  background-image: url("assets/english-comedy-tlv-red-date-box-transparent.png");
}

.date-blue {
  background-image: url("assets/english-comedy-tlv-blue-date-box-transparent.png");
}

.date-green {
  background-image: url("assets/english-comedy-tlv-green-date-box-transparent.png");
}

.date-orange {
  background-image: url("assets/english-comedy-tlv-orange-date-box-transparent.png");
}

.show-info {
  display: flex;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 4px 0 4px 10px;
  overflow: hidden;
}

.show-info h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.show-info p {
  margin: 2px 0;
  min-width: 0;
  max-width: 100%;
  color: #f3f3ef;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.22;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.show-info .pin,
.show-info .venue,
.show-info .time {
  position: relative;
  padding-left: 13px;
}

.show-info .pin::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--red);
}

.show-info .venue::before {
  content: "♦";
  position: absolute;
  left: 1px;
  color: #74d497;
}

.show-info .time::before {
  content: "○";
  position: absolute;
  left: 0;
  color: var(--red);
}

.show-info .time {
  color: #ff3c31;
}

.show-info .time.blue {
  color: #1394f8;
}

.show-info .time.green {
  color: #21d25e;
}

.show-info .pin::before {
  content: "\2022";
}

.show-info .venue::before {
  content: "\2666";
}

.show-info .time::before {
  content: "\25CB";
}

.feature-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1240px, calc(100% - 70px));
  margin: 10px auto 22px;
  color: #f5f5ee;
}

.footer-feature-bar {
  width: 100%;
  margin: 22px auto 0;
  padding-top: 0;
  border-top: 0;
}

.footer-feature-bar div {
  min-height: 66px;
  padding: 0 24px;
  font-size: clamp(14px, 1.12vw, 17px);
  font-weight: 700;
}

.footer-feature-bar .feature-image {
  width: 44px;
  height: 44px;
}

.footer-feature-bar .feature-image-mic {
  width: 36px;
  height: 50px;
}

.footer-feature-bar .people {
  position: relative;
  width: 48px;
  height: 40px;
  border: 0;
  border-radius: 0;
}

.footer-feature-bar .people::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: -16px 8px 0 -2px #0175c9, 16px 8px 0 -2px #0175c9;
}

.footer-feature-bar .people::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 2px;
  width: 26px;
  height: 16px;
  border: 3px solid currentColor;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 0;
  box-shadow: -17px 5px 0 -3px #0175c9, 17px 5px 0 -3px #0175c9;
}

.feature-bar div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 58px;
  gap: 16px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.16;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.feature-bar div:first-child {
  white-space: nowrap;
}

.feature-bar div:last-child {
  border-right: 0;
}

.feature {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.people {
  color: var(--blue);
}

.feature-image {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.feature-image-mic {
  width: 34px;
  height: 44px;
}

.inner-page {
  background: #050607;
}

.inner-page .page-shell {
  min-height: 100vh;
  overflow: visible;
  background:
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.93) 42%, rgba(5, 6, 7, 0.62) 66%, #050607 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.04), #050607 560px),
    url("assets/hero-comedian.png") right top / min(48vw, 640px) auto no-repeat,
    #050607;
}

.shows-page .page-shell {
  background:
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.76) 38%, rgba(5, 6, 7, 0.08) 66%, rgba(5, 6, 7, 0.22) 100%),
    linear-gradient(180deg, transparent, #050607 660px),
    url("assets/english-comedy-tlv-show-05-wide-theater.png") right top / min(62vw, 820px) auto no-repeat,
    #050607;
}

.shows-page .inner-hero {
  align-content: center;
}

.shows-page .brand {
  left: clamp(16px, 2.3vw, 34px);
}

.shows-page .inner-main {
  width: min(1110px, calc(100% - 150px));
}

.contact-page .page-shell {
  background:
    radial-gradient(circle at 50% 14%, rgba(0, 114, 201, 0.18), transparent 28%),
    radial-gradient(circle at 88% 32%, rgba(255, 204, 0, 0.08), transparent 20%),
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.96) 50%, #050607 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.02), #050607 620px),
    #050607;
}

.contact-page .inner-main {
  width: min(1040px, calc(100% - 88px));
  padding-top: 72px;
  padding-bottom: 6px;
}

.photos-page .content-band {
  padding-top: 0;
  border-top: 0;
}

.photos-page .inner-hero h1 span {
  display: inline-block;
  width: auto;
  margin-left: 0;
  white-space: nowrap;
}

.photos-title-underline {
  display: block;
  width: min(360px, 72%);
  height: 18px;
  margin: 4px 0 0 10px;
  object-fit: fill;
  transform: rotate(-2deg);
}

.videos-page .videos-hero-title {
  width: min(860px, 100%);
  font-size: clamp(52px, 6.6vw, 104px);
  line-height: 0.84;
  white-space: nowrap;
}

.videos-page .videos-hero-title span {
  width: fit-content;
  max-width: 100%;
}

.videos-title-swoop {
  display: block;
  width: clamp(300px, 39vw, 560px);
  height: 9px;
  margin: 0 0 22px 8px;
  object-fit: fill;
  transform: rotate(-1deg);
}

.photos-page .photo-tile span {
  white-space: nowrap;
  text-wrap: nowrap;
}

.photos-page .photo-tile-banner img {
  aspect-ratio: 1 / 1;
  object-position: center;
}

.about-page .page-shell {
  background:
    radial-gradient(circle at 70% 16%, rgba(126, 35, 255, 0.2), transparent 18%),
    radial-gradient(circle at 84% 38%, rgba(255, 204, 0, 0.05), transparent 16%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.12), #030405 460px),
    #030405;
}

.about-main {
  width: min(820px, calc(100% - 34px));
  padding-top: 72px;
  padding-bottom: 38px;
}

.about-section {
  display: grid;
  gap: 18px;
}

.about-heading {
  display: grid;
  justify-items: center;
  gap: 0;
}

.about-heading h1 {
  margin: 0;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 58px);
  font-weight: 400;
  line-height: 0.82;
  text-transform: uppercase;
  transform: skewX(-8deg);
  text-shadow:
    2px 2px 0 rgba(0, 0, 0, 0.95),
    -1px 1px 0 rgba(0, 0, 0, 0.85);
}

.about-title-underline {
  width: 136px;
  height: 14px;
  margin-top: 4px;
  object-fit: fill;
  transform: rotate(-2deg);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(255px, 0.85fr) minmax(330px, 1.2fr);
  gap: 24px;
  align-items: center;
}

.about-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.about-copy p {
  margin: 0 0 13px;
  color: #f3f3ee;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 500;
  line-height: 1.18;
  text-transform: none;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-copy strong {
  color: var(--yellow);
  font-weight: 700;
}

.about-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 58% 50%;
  filter: saturate(1.08) contrast(1.05);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 100%);
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 10px;
}

.about-highlight {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 112px;
  padding: 0 clamp(14px, 2.6vw, 36px);
  text-align: center;
}

.about-highlight + .about-highlight {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.about-highlight img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 8px;
}

.about-highlight .about-drinks-icon {
  width: 42px;
  height: 42px;
}

.about-highlight h2 {
  margin: 0 0 7px;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.about-highlight p {
  margin: 0;
  color: #f3f3ee;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(13px, 1.45vw, 15px);
  font-weight: 500;
  line-height: 1.28;
  text-transform: none;
}

.about-people-icon {
  position: relative;
  width: 48px;
  height: 44px;
  margin-bottom: 8px;
}

.about-people-icon span {
  position: absolute;
  display: block;
}

.about-people-icon span::before,
.about-people-icon span::after {
  content: "";
  position: absolute;
  display: block;
  border: 3px solid #0088ff;
}

.about-people-icon span::before {
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.about-people-icon span::after {
  left: 50%;
  top: 19px;
  width: 30px;
  height: 17px;
  border-bottom: 0;
  border-radius: 17px 17px 4px 4px;
  transform: translateX(-50%);
}

.about-people-icon span:nth-child(1) {
  left: 0;
  top: 9px;
  width: 24px;
  height: 31px;
}

.about-people-icon span:nth-child(1)::before {
  width: 11px;
  height: 11px;
}

.about-people-icon span:nth-child(1)::after {
  top: 16px;
  width: 23px;
  height: 13px;
}

.about-people-icon span:nth-child(2) {
  left: 11px;
  top: 0;
  z-index: 2;
  width: 26px;
  height: 40px;
}

.about-people-icon span:nth-child(3) {
  right: 0;
  top: 9px;
  width: 24px;
  height: 31px;
}

.about-people-icon span:nth-child(3)::before {
  width: 11px;
  height: 11px;
}

.about-people-icon span:nth-child(3)::after {
  top: 16px;
  width: 23px;
  height: 13px;
}

.faq-page .page-shell {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 204, 0, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.16), #050607 360px),
    #050607;
}

.faq-main {
  width: min(840px, calc(100% - 44px));
  padding-top: 86px;
  padding-bottom: 82px;
}

.faq-section {
  display: grid;
  justify-items: center;
}

.faq-section h1 {
  margin: 0;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 0.9;
  transform: skewX(-8deg);
  text-shadow:
    2px 2px 0 rgba(0, 0, 0, 0.95),
    -1px 1px 0 rgba(0, 0, 0, 0.85);
}

.faq-title-underline {
  width: 98px;
  height: 7px;
  margin: 3px 0 22px;
  object-fit: fill;
  transform: rotate(-2deg);
}

.faq-list {
  display: grid;
  gap: 7px;
  width: min(730px, 100%);
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #0b0d0f;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  display: block;
  min-height: 45px;
  padding: 14px 48px 12px 18px;
  color: #f4f4ef;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 17px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #f4f4ef;
  border-bottom: 2px solid #f4f4ef;
  transform: rotate(45deg);
  transition: transform 160ms ease, top 160ms ease;
}

.faq-list details[open] summary::after {
  top: 20px;
  transform: rotate(225deg);
}

.faq-list p {
  margin: -3px 48px 15px 18px;
  color: rgba(248, 248, 240, 0.72);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-transform: none;
}

.shows-page .shows-hero-title {
  width: min(920px, 100%);
  font-size: clamp(50px, 5.8vw, 78px);
  line-height: 0.86;
  text-wrap: balance;
}

.shows-page .shows-hero-title span {
  width: fit-content;
  max-width: 100%;
}

.shows-title-swoop {
  width: clamp(260px, 31vw, 430px);
  height: 11px;
  object-fit: fill;
  margin: -2px 0 32px 18px;
  transform: rotate(-1deg);
  pointer-events: none;
}

.shows-page .inner-hero .shows-see-you {
  margin-top: 20px;
  color: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.95;
  text-transform: none;
}

.contact-hero {
  min-height: 200px;
  align-content: center;
  justify-items: center;
  padding: 28px 0 10px;
  text-align: center;
}

.contact-copy {
  width: min(680px, 100%);
  display: grid;
  justify-items: center;
}

.contact-copy h1 {
  width: min(620px, 100%);
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 0.84;
  white-space: nowrap;
  text-align: center;
  text-shadow:
    3px 3px 0 rgba(0, 0, 0, 0.95),
    -1px 1px 0 rgba(0, 0, 0, 0.9);
}

.contact-copy h1 span {
  color: var(--yellow);
  margin: 0 auto;
}

.contact-title-swoop {
  width: clamp(330px, 32vw, 405px);
  height: 6px;
  margin: -14px auto 8px;
  object-fit: fill;
  transform: rotate(-1deg);
}

.contact-copy p {
  max-width: 430px;
  margin: 0 auto 6px;
  color: #f4f4ef;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.18;
  text-transform: none;
}

.contact-copy .contact-yellow {
  color: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(21px, 1.9vw, 29px);
  line-height: 1;
}

.inner-page .page-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 42px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 84px 42px;
  opacity: 0.26;
}

.inner-page .site-header,
.inner-page .brand {
  position: fixed;
}

.inner-main {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 154px 0 82px;
}

.inner-hero {
  position: relative;
  min-height: 270px;
  display: grid;
  align-content: end;
  padding: 72px 0 52px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 6px 14px;
  color: #080808;
  background: var(--yellow);
  border-radius: 4px;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1;
  text-align: center;
  text-wrap: balance;
  transform: rotate(-2deg);
}

.inner-hero h1 {
  width: min(760px, 100%);
  font-size: clamp(58px, 8vw, 124px);
}

.inner-hero p {
  max-width: 650px;
  margin: 26px 0 0;
  color: #f2f2ed;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(19px, 2vw, 29px);
  line-height: 1.18;
  text-transform: none;
}

.content-band {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 3vw, 40px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.section-title {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 24px;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 0.95;
  text-wrap: balance;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 4px;
  right: -18px;
  bottom: -7px;
  height: 7px;
  background: var(--yellow);
  transform: skewX(-18deg);
  z-index: -1;
}

.show-list,
.contact-grid,
.about-grid,
.media-grid,
.photo-grid {
  display: grid;
  gap: 18px;
}

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

.show-row {
  position: relative;
  display: grid;
  grid-template-columns: 106px minmax(180px, 220px) minmax(0, 1fr) max-content;
  gap: 14px;
  align-items: center;
  scroll-margin-top: 120px;
  min-height: 184px;
  padding: 14px 18px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(255, 204, 0, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.show-row:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(90deg, rgba(255, 204, 0, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.06);
}

.show-date {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.show-date p {
  margin: 0;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 20px;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.show-date p strong,
.show-date p span {
  display: block;
  font-weight: 400;
}

.show-date p span {
  margin-top: 4px;
  color: var(--yellow);
  font-size: 22px;
}

.show-row .date {
  position: static;
  width: 86px;
  height: 112px;
}

.show-row .date span {
  font-size: 18px;
}

.show-row .date strong {
  font-size: 45px;
}

.show-row > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 5px;
  filter: saturate(1.08) contrast(1.04);
}

.show-copy h2,
.media-card h2,
.contact-card h2,
.about-card h2 {
  margin: 0 0 10px;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 0.95;
}

.show-copy p,
.media-card p,
.contact-card p,
.about-card p {
  margin: 5px 0;
  color: #f2f2ed;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-transform: none;
}

.show-copy {
  min-width: 0;
}

.show-copy .show-tagline {
  margin: 1px 0 11px;
  color: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 0.95;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75);
  text-transform: none;
}

.show-details {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.show-details li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f2f2ed;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.32;
  text-transform: none;
}

.show-details img {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: saturate(1.08);
}

.show-cta {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.show-cta p {
  margin: 0;
  color: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.show-cta p span {
  color: #f2f2ed;
}

.ticket-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 0 22px;
  border-radius: 5px;
  color: #070707;
  background: var(--yellow);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  white-space: normal;
  transform: rotate(-1deg);
  transition: transform 180ms ease, background 180ms ease;
}

.ticket-button:hover,
.text-link:hover {
  background: var(--yellow-hot);
  transform: rotate(0deg) translateY(-1px);
}

.about-grid,
.contact-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.about-card,
.contact-card,
.media-card {
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #080a0b;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.about-card:first-child {
  border-color: rgba(255, 204, 0, 0.42);
}

.contact-card:first-child {
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.2), rgba(255, 255, 255, 0.03) 48%),
    #080a0b;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.about-stats div {
  min-width: 0;
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #070707;
  background: var(--yellow);
  border-radius: 5px;
  text-align: center;
  transform: rotate(-1deg);
}

.about-stats strong {
  display: block;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 0.9;
}

.media-grid,
.photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-tile,
.media-card {
  overflow: hidden;
}

.photo-tile {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease;
}

.photo-tile:hover,
.media-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.38);
}

.photo-tile img,
.media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.photo-tile:nth-child(1),
.photo-tile:nth-child(5) {
  grid-column: span 2;
}

.photo-tile:nth-child(1) img,
.photo-tile:nth-child(5) img {
  aspect-ratio: 16 / 7;
}

.photo-tile span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 10px;
  color: #070707;
  background: var(--yellow);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  max-width: calc(100% - 24px);
  line-height: 1.05;
  text-wrap: balance;
}

.media-card {
  padding: 0;
  transition: transform 180ms ease, border-color 180ms ease;
}

.media-card img {
  border-bottom: 5px solid var(--yellow);
}

.media-card div {
  padding: 18px;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 12px;
}

.contact-socials .social {
  width: 38px;
  height: 38px;
}

.contact-section {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 16px;
  align-items: stretch;
  padding: 0 0 4px;
}

.contact-help,
.contact-form-card {
  min-width: 0;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  background: rgba(6, 8, 10, 0.88);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

.contact-help h2,
.contact-form-card h2 {
  margin: 0 0 10px;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 0.95;
}

.contact-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.contact-help-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 82px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.contact-help-grid img {
  align-self: start;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  object-fit: contain;
}

.contact-help-grid h3 {
  margin: 0 0 5px;
  color: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.contact-help-grid p,
.contact-form-card p,
.contact-note {
  margin: 0;
  color: #f4f4ef;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
}

.contact-form-card {
  border-color: rgba(255, 204, 0, 0.35);
}

.contact-form-card > p {
  max-width: 380px;
  margin-bottom: 8px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.contact-form label:nth-child(3),
.contact-form button,
.contact-note {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 4px;
}

.contact-form span {
  color: #f4f4ef;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  color: #f4f4ef;
  background: rgba(0, 0, 0, 0.26);
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.contact-form input {
  min-height: 32px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 58px;
  padding: 8px 12px;
  resize: vertical;
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 8px;
  border: 0;
  border-radius: 5px;
  color: #050505;
  background: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-note {
  margin-top: 10px;
  text-align: center;
  opacity: 0.86;
}

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

.not-found-page {
  min-height: 100vh;
  overflow: hidden;
  background: #020303;
}

.not-found-shell {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(22px, 4vw, 58px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 3, 3, 0.96) 0%, rgba(2, 3, 3, 0.82) 46%, rgba(2, 3, 3, 0.22) 76%, rgba(2, 3, 3, 0.62) 100%),
    linear-gradient(180deg, rgba(2, 3, 3, 0.28), #020303 100%),
    url("assets/english-comedy-tlv-404-stage-background.png") right center / cover no-repeat,
    #020303;
}

.not-found-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 42px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 84px 42px;
  opacity: 0.18;
}

.not-found-shell::after {
  display: none;
}

.not-found-logo {
  position: absolute;
  top: clamp(18px, 3vw, 38px);
  left: clamp(20px, 4vw, 56px);
  width: clamp(116px, 12vw, 170px);
  height: auto;
}

.not-found-content {
  position: relative;
  z-index: 2;
  width: min(560px, 54vw);
  margin: clamp(48px, 8vw, 94px) 0 0 clamp(86px, 13vw, 184px);
  text-align: left;
}

.not-found-number-wrap {
  position: relative;
  width: fit-content;
}

.not-found-paint {
  position: absolute;
  z-index: -1;
  top: -30%;
  width: min(17vw, 180px);
  max-width: none;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  filter: saturate(1.08) contrast(1.04);
}

.not-found-paint-left {
  right: 82%;
  transform: rotate(-8deg);
}

.not-found-paint-right {
  left: 82%;
  transform: scaleX(-1) rotate(-8deg);
}

.not-found-content h1 {
  margin: 0;
  color: #f2f2ed;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(128px, 15.5vw, 210px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.88),
    5px 5px 0 rgba(0, 0, 0, 0.78);
}

.not-found-content p {
  margin: 46px 0 24px;
  color: #f4f4ef;
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.34;
  text-transform: none;
}

.not-found-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 218px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 5px;
  color: #050505;
  background: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.18) inset;
  transition: transform 160ms ease, background 160ms ease;
}

.not-found-button:hover {
  background: var(--yellow-hot);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .not-found-page {
    overflow: auto;
  }

  .not-found-shell {
    min-height: 100vh;
    padding: 124px 22px 44px;
    background:
      linear-gradient(90deg, rgba(2, 3, 3, 0.96) 0%, rgba(2, 3, 3, 0.76) 62%, rgba(2, 3, 3, 0.24) 100%),
      linear-gradient(180deg, rgba(2, 3, 3, 0.18), #020303 100%),
      url("assets/english-comedy-tlv-404-stage-background.png") 63% center / auto 100% no-repeat,
      #020303;
  }

  .not-found-logo {
    width: 118px;
  }

  .not-found-content {
    width: 100%;
    margin: 0;
  }

  .not-found-paint {
    top: -14%;
    width: 31vw;
  }

  .not-found-paint-left {
    right: 78%;
  }

  .not-found-paint-right {
    left: 78%;
  }

  .not-found-content h1 {
    font-size: clamp(104px, 34vw, 148px);
  }

  .not-found-content p {
    font-size: 18px;
  }

  .not-found-button {
    min-width: 190px;
    min-height: 50px;
  }
}

.shows-footer {
  margin: 30px 0 0;
  padding-bottom: 20px;
}

.shows-footer-panel {
  position: relative;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) minmax(0, 1.28fr);
  align-items: stretch;
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  background: rgba(5, 7, 9, 0.88);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  overflow: visible;
}

.shows-footer-badge {
  position: absolute;
  left: 22px;
  top: -18px;
  z-index: 2;
  width: 166px;
  transform: rotate(-4deg);
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.46));
}

.shows-footer-social {
  grid-column: 2;
  border-left: 0;
}

.shows-footer-loop {
  grid-column: 3;
}

.shows-footer-block {
  display: grid;
  align-content: center;
  padding: 22px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.shows-footer-panel .shows-footer-social {
  border-left: 0;
}

.shows-footer-block h2 {
  margin: 0 0 8px;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 0.92;
  transform: skewX(-8deg);
}

.shows-footer-block p {
  max-width: 330px;
  margin: 0;
  color: #f2f2ed;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-transform: none;
}

.shows-footer-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.shows-footer-icons .social {
  width: 30px;
  height: 30px;
}

.shows-footer-icons .youtube {
  width: 40px;
}

.shows-subscribe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  max-width: 440px;
  margin-top: 18px;
}

.shows-subscribe input,
.shows-subscribe button {
  min-height: 50px;
  border: 0;
}

.shows-subscribe input {
  width: 100%;
  padding: 0 18px;
  color: #f8f8f0;
  background: #0c0f12;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 0;
  border-radius: 5px 0 0 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.shows-subscribe button {
  padding: 0 26px;
  color: #060606;
  background: var(--yellow);
  border-radius: 0 5px 5px 0;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.shows-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0 0;
  color: rgba(248, 248, 240, 0.74);
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
}

.shows-footer-legal p {
  margin: 0;
}

.shows-footer-legal nav {
  display: flex;
  gap: 38px;
}

.join-page .page-shell {
  min-height: 100vh;
  background:
    url("assets/english-comedy-tlv-envelope-hero.png") right clamp(74px, 8vw, 128px) top clamp(92px, 8.5vw, 126px) / min(40vw, 505px) auto no-repeat,
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.94) 44%, rgba(5, 6, 7, 0.14) 74%, #050607 100%),
    linear-gradient(180deg, transparent, #050607 710px),
    #050607;
}

.join-page .brand {
  left: clamp(16px, 2.3vw, 34px);
}

.join-page .inner-main {
  width: min(1110px, calc(100% - 150px));
  padding: 96px 0 24px;
}

.join-hero {
  position: relative;
  min-height: 340px;
  display: grid;
  align-content: center;
  padding: 72px 0 14px;
}

.join-copy {
  width: min(560px, 54vw);
}

.join-copy h1 {
  font-size: clamp(58px, 6.8vw, 96px);
  line-height: 0.82;
  transform: rotate(-2deg) skewX(-5deg);
}

.join-copy h1 span:nth-child(2) {
  color: var(--yellow);
  margin-left: 2px;
}

.join-title-swoop {
  width: clamp(250px, 31vw, 430px);
  height: 11px;
  margin: 8px 0 18px 12px;
  object-fit: fill;
  transform: rotate(-1deg);
}

.join-copy p {
  max-width: 420px;
  margin: 0 0 7px;
  color: #f6f6ef;
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.32;
  text-transform: none;
}

.join-doodles span {
  position: absolute;
  display: block;
}

.doodle-envelope {
  right: min(35vw, 390px);
  top: 120px;
  width: 54px;
  height: 38px;
  border: 3px solid #0175c9;
  border-radius: 4px;
  transform: rotate(12deg);
  filter: drop-shadow(0 0 7px rgba(1, 117, 201, 0.9));
}

.doodle-envelope::before,
.doodle-envelope::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 33px;
  height: 3px;
  background: #0175c9;
}

.doodle-envelope::before {
  left: -2px;
  transform: rotate(31deg);
}

.doodle-envelope::after {
  right: -2px;
  transform: rotate(-31deg);
}

.doodle-star {
  left: min(32vw, 300px);
  top: 265px;
  width: 30px;
  height: 30px;
  color: #ff2a7a;
  clip-path: polygon(50% 0, 61% 34%, 97% 34%, 68% 55%, 79% 90%, 50% 69%, 21% 90%, 32% 55%, 3% 34%, 39% 34%);
  background: currentColor;
  filter: drop-shadow(0 0 8px rgba(255, 42, 122, 0.88));
}

.doodle-smile {
  left: min(42vw, 420px);
  top: 355px;
  width: 44px;
  height: 44px;
  border: 3px solid var(--green);
  border-radius: 50%;
  filter: drop-shadow(0 0 8px rgba(20, 186, 69, 0.9));
}

.doodle-smile::before {
  content: ":)";
  position: absolute;
  inset: 2px 0 0;
  color: var(--green);
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(90deg);
}

.join-signup {
  position: relative;
  z-index: 2;
  width: min(805px, 100%);
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  background: rgba(6, 8, 10, 0.9);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}

.join-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 16px;
}

.join-form input,
.join-form button {
  min-height: 50px;
  border: 0;
  border-radius: 5px;
}

.join-form input {
  padding: 0 24px;
  color: #060606;
  background: #f4f4ef;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
}

.join-form button {
  color: #050505;
  background: var(--yellow);
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.join-reassurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 12px;
}

.join-reassurance p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #f4f4ef;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  text-transform: none;
}

.join-check,
.join-spark {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.join-check::before {
  content: "\2713";
  display: block;
  color: var(--green);
  font-size: 19px;
  line-height: 22px;
  text-align: center;
}

.join-spark {
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(var(--green), var(--green)) 12px 1px / 2px 24px no-repeat,
    linear-gradient(90deg, var(--green), var(--green)) 1px 12px / 24px 2px no-repeat;
  transform: rotate(28deg);
}

.join-benefits {
  padding: 22px 0 14px;
}

.join-benefits h2 {
  margin: 0 0 18px;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.join-benefits h2 span {
  color: var(--yellow);
  padding: 0 14px;
}

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

.join-benefit-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 118px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

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

.benefit-image {
  width: clamp(48px, 4.8vw, 58px);
  height: clamp(48px, 4.8vw, 58px);
  object-fit: contain;
}

.benefit-image-wide {
  width: clamp(58px, 5.7vw, 72px);
}

.join-benefit-grid h3 {
  margin: 0;
  color: #f7f7ef;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.join-benefit-grid p {
  margin: 0;
  color: #f2f2ed;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
}

@media (max-width: 1020px) {
  .show-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .show-row {
    grid-template-columns: 96px minmax(180px, 230px) minmax(0, 1fr);
    gap: 14px;
  }

  .show-row .show-cta {
    grid-column: 4;
    justify-self: start;
  }

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

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

  .shows-footer-panel {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .shows-footer-badge {
    left: 10px;
    width: 146px;
  }

  .shows-footer-social {
    grid-column: 2;
  }

  .shows-footer-loop {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .feature-bar div:nth-child(2) {
    border-right: 0;
  }

  .join-page .inner-main {
    width: min(900px, calc(100% - 60px));
  }

  .join-page .page-shell {
    background:
      url("assets/english-comedy-tlv-envelope-hero.png") right clamp(-10px, 1.4vw, 16px) top 122px / clamp(255px, 32vw, 340px) auto no-repeat,
      linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.95) 52%, rgba(5, 6, 7, 0.28) 78%, #050607 100%),
      linear-gradient(180deg, transparent, #050607 690px),
      #050607;
  }

  .contact-page .inner-main {
    width: min(900px, calc(100% - 60px));
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .join-copy {
    width: min(520px, 62vw);
  }

  .join-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 28px;
  }

  .join-benefit-grid article:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }
}

@media (max-width: 1120px) {
  .hero {
    height: auto;
    min-height: 660px;
  }

  .site-header {
    grid-template-columns: 170px 1fr;
  }

  .header-socials .handle {
    display: none;
  }

  .hero-photo {
    width: 55vw;
    right: -18px;
    height: 620px;
  }

  .hero-copy {
    width: min(650px, 66vw);
  }

  .live-label-image {
    margin-left: 178px;
  }

}

@media (max-width: 760px) {
  .hero {
    min-height: 790px;
    padding: 20px 18px 82px;
  }

  .brand {
    width: 116px;
    left: 16px;
    top: 16px;
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: end;
    top: 20px;
    left: 18px;
    right: 18px;
  }

  .header-socials {
    grid-column: 1;
  }

  .primary-nav {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.36);
  }

  .menu-button span {
    height: 3px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-open .primary-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    z-index: 40;
    display: grid;
    gap: 0;
    min-height: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 7px;
    background: rgba(5, 6, 7, 0.94);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.46);
  }

  .nav-open .primary-nav a {
    padding: 12px 8px;
    font-size: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-open .primary-nav a:last-child {
    border-bottom: 0;
  }

  .header-socials {
    margin-top: 280px;
    gap: 10px;
  }

  .hero-photo {
    width: 100vw;
    right: 0;
    height: 405px;
    opacity: 0.78;
  }

  .hero-copy {
    width: 100%;
    margin: 250px 0 0;
  }

  .live-label-image {
    width: 205px;
    margin-left: 132px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  .tagline {
    font-size: clamp(37px, 12vw, 56px);
  }

  .intro {
    font-size: 20px;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 13px;
  }

  .button {
    min-width: min(100%, 278px);
  }

  .stamp {
    right: 18px;
    left: auto;
    top: 405px;
    width: 118px;
  }

  .shows-panel {
    width: calc(100% - 22px);
    margin-top: -24px;
    padding: 18px 10px 14px;
  }

  .shows-heading {
    align-items: end;
  }

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

  .show-card {
    grid-template-columns: 54% 46%;
    height: 136px;
  }

  .show-info {
    padding-left: 10px;
  }

  .show-info h3 {
    font-size: 15px;
  }

  .show-info p {
    font-size: 11px;
  }

  .feature-bar {
    grid-template-columns: 1fr;
    width: calc(100% - 34px);
  }

  .feature-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .feature-bar div:last-child {
    border-bottom: 0;
  }

  .inner-page .page-shell {
    background:
      linear-gradient(90deg, rgba(5, 6, 7, 0.92), rgba(5, 6, 7, 0.55)),
      linear-gradient(180deg, rgba(5, 6, 7, 0.12), #050607 390px),
      url("assets/hero-comedian.png") right top / 86vw auto no-repeat,
      #050607;
  }

  .shows-page .page-shell {
    background:
      linear-gradient(90deg, rgba(5, 6, 7, 0.9), rgba(5, 6, 7, 0.14)),
      linear-gradient(180deg, transparent, #050607 460px),
      url("assets/english-comedy-tlv-show-05-wide-theater.png") right top / 118vw auto no-repeat,
      #050607;
  }

  .shows-page .brand {
    left: 12px;
  }

  .join-page .page-shell {
    background:
      linear-gradient(90deg, rgba(5, 6, 7, 0.96), rgba(5, 6, 7, 0.46)),
      linear-gradient(180deg, transparent, #050607 460px),
      url("assets/english-comedy-tlv-envelope-hero.png") right -46px top 108px / 52vw auto no-repeat,
      #050607;
  }

  .contact-page .page-shell {
    background:
      radial-gradient(circle at 50% 12%, rgba(0, 114, 201, 0.18), transparent 34%),
      linear-gradient(90deg, rgba(5, 6, 7, 0.98), rgba(5, 6, 7, 0.96)),
      linear-gradient(180deg, transparent, #050607 470px),
      #050607;
  }

  .inner-main {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 118px;
    box-sizing: border-box;
  }

  .shows-page .inner-main {
    width: 100%;
  }

  .join-page .inner-main {
    width: 100%;
  }

  .contact-page .inner-main {
    width: 100%;
    padding-top: 92px;
  }

  .about-main {
    width: 100%;
    padding: 98px 16px 54px;
  }

  .about-section {
    gap: 16px;
  }

  .about-heading h1 {
    font-size: 46px;
  }

  .about-title-underline {
    width: 78px;
  }

  .about-story {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-copy {
    order: 2;
  }

  .about-copy p {
    font-size: 16px;
    line-height: 1.22;
  }

  .about-photo {
    order: 1;
    aspect-ratio: 16 / 9;
    -webkit-mask-image: linear-gradient(180deg, #000 0, #000 78%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0, #000 78%, transparent 100%);
  }

  .about-highlights {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 2px;
  }

  .about-highlight {
    min-height: 0;
    padding: 0 18px 14px;
  }

  .about-highlight + .about-highlight {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 14px;
  }

  .faq-main {
    width: 100%;
    padding: 106px 16px 58px;
  }

  .faq-section h1 {
    font-size: 46px;
  }

  .faq-title-underline {
    width: 84px;
    margin-bottom: 18px;
  }

  .faq-list summary {
    min-height: 43px;
    padding: 13px 42px 11px 14px;
    font-size: 14px;
  }

  .faq-list p {
    margin: -2px 42px 14px 14px;
    font-size: 12px;
  }

  .inner-hero {
    min-height: 300px;
    padding-top: 98px;
  }

  .inner-hero p,
  .content-band,
  .show-row {
    max-width: 100%;
  }

  .inner-hero p {
    overflow-wrap: break-word;
  }

  .inner-page .header-socials {
    display: none;
  }

  .inner-page:not(.nav-open) .brand {
    opacity: 0;
    pointer-events: none;
  }

  .inner-page:not(.nav-open) .site-header {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .inner-hero h1 {
    transform: none;
  }

  .inner-hero h1 span {
    width: auto;
  }

  .inner-hero h1 span:nth-child(2) {
    margin-left: 0;
  }

  .videos-page .videos-hero-title {
    font-size: clamp(46px, 12vw, 76px);
  }

  .videos-title-swoop {
    width: min(82vw, 360px);
    height: 7px;
    margin-left: 2px;
  }

  .show-row,
  .about-grid,
  .contact-grid,
  .media-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .show-row {
    grid-template-columns: minmax(78px, 23%) 1fr;
    min-height: 0;
    gap: 10px;
    padding: 14px;
  }

  .show-date {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    gap: 6px;
  }

  .show-row .date {
    position: static;
    width: 76px;
    height: auto;
    min-height: 104px;
  }

  .show-date p {
    font-size: 17px;
  }

  .show-date p span {
    font-size: 18px;
  }

  .show-row > img {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: auto;
    min-height: 118px;
    aspect-ratio: 16 / 9;
  }

  .photo-tile:nth-child(1),
  .photo-tile:nth-child(5) {
    grid-column: auto;
  }

  .photo-tile:nth-child(1) img,
  .photo-tile:nth-child(5) img {
    aspect-ratio: 4 / 3;
  }

  .show-copy {
    grid-column: 1 / -1;
    padding-top: 4px;
  }

  .show-copy h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .show-details li {
    font-size: 15px;
  }

  .show-row .show-cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .show-row .ticket-button {
    width: 100%;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .join-hero {
    min-height: 520px;
    padding: 150px 0 34px;
  }

  .join-copy {
    width: 100%;
  }

  .join-copy h1 {
    font-size: clamp(58px, 15vw, 82px);
    transform: none;
  }

  .join-title-swoop {
    width: min(80vw, 310px);
  }

  .join-copy p {
    max-width: 300px;
    font-size: 17px;
  }

  .join-doodles {
    display: none;
  }

  .join-signup {
    width: 100%;
    padding: 16px;
  }

  .contact-hero {
    min-height: 285px;
    padding: 86px 0 18px;
  }

  .contact-copy {
    width: 100%;
  }

  .contact-copy h1 {
    font-size: clamp(46px, 13vw, 76px);
    transform: none;
  }

  .contact-title-swoop {
    width: min(78vw, 320px);
    margin-top: -2px;
  }

  .contact-copy p {
    max-width: 330px;
    font-size: 18px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .contact-help,
  .contact-form-card {
    padding: 16px;
  }

  .contact-help-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .join-form,
  .join-reassurance,
  .join-benefit-grid {
    grid-template-columns: 1fr;
  }

  .join-form input,
  .join-form button {
    min-height: 56px;
  }

  .join-reassurance {
    gap: 14px;
  }

  .join-benefits {
    padding: 34px 0 28px;
  }

  .join-benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    min-height: 0;
    padding: 22px 16px;
  }

  .join-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .shows-footer {
    margin-top: 24px;
  }

  .shows-footer-panel {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .shows-footer-badge {
    left: 50%;
    top: -24px;
    width: 136px;
    margin-top: 0;
    transform: translateX(-50%) rotate(-4deg);
  }

  .shows-footer-social,
  .shows-footer-loop {
    grid-column: 1;
  }

  .shows-footer-block {
    padding: 18px 20px 22px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
  }

  .shows-footer-social {
    border-top: 0;
  }

  .shows-footer-block p {
    margin-inline: auto;
  }

  .shows-footer-icons {
    justify-content: center;
  }

  .shows-subscribe {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 100%;
  }

  .shows-subscribe input,
  .shows-subscribe button {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .shows-footer-legal {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .shows-footer-legal nav {
    gap: 18px;
  }
}

@media (min-width: 641px) and (max-width: 899px) {
  .shows-page .show-row {
    grid-template-columns: 96px minmax(180px, 230px) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 0;
  }

  .shows-page .show-date {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .shows-page .show-row > img {
    grid-column: 2;
    grid-row: 1;
    min-height: 128px;
    aspect-ratio: 16 / 10;
  }

  .shows-page .show-copy {
    grid-column: 3;
    grid-row: 1;
    padding-top: 0;
  }

  .shows-page .show-copy h2 {
    font-size: clamp(30px, 4.8vw, 38px);
  }

  .shows-page .show-copy .show-tagline {
    font-size: clamp(22px, 3.5vw, 28px);
  }

  .shows-page .show-details li {
    font-size: 14px;
  }

  .shows-page .show-cta {
    grid-column: 2 / -1;
    grid-row: 2;
    justify-self: start;
    width: auto;
  }

  .shows-page .ticket-button {
    width: auto;
    min-width: 190px;
  }
}

@media (max-width: 460px) {
  .header-socials {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-copy {
    margin-top: 285px;
  }

  .live-label-image {
    margin-left: 100px;
  }

  .follow-arrow {
    display: none;
  }

  .follow {
    margin-bottom: 18px;
  }

  .follow p {
    font-size: 16px;
  }

  .follow-icons {
    gap: 13px;
  }

  .follow-icons .social {
    width: 36px;
    height: 36px;
  }

  .follow-icons .youtube {
    width: 46px;
  }

  .shows-heading a {
    font-size: 14px;
  }

  .show-card {
    grid-template-columns: 52% 48%;
    height: 132px;
  }

  .show-card img {
    min-height: 0;
    max-height: none;
  }

  .date {
    width: 48px;
    height: 64px;
  }

  .date span {
    font-size: 12px;
  }

  .date strong {
    font-size: 26px;
  }

  .show-info {
    padding-left: 8px;
  }

  .show-info h3 {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.08;
  }

  .show-info p {
    font-size: 10px;
    line-height: 1.2;
  }

  .show-info .pin,
  .show-info .venue,
  .show-info .time {
    padding-left: 11px;
  }
}

@media (max-width: 360px) {
  .shows-panel {
    width: calc(100% - 14px);
    padding-left: 7px;
    padding-right: 7px;
  }

  .show-card {
    grid-template-columns: 50% 50%;
    height: 134px;
    padding: 7px;
  }

  .date {
    left: 6px;
    top: 6px;
    width: 44px;
    height: 60px;
  }

  .date span {
    font-size: 11px;
  }

  .date strong {
    font-size: 24px;
  }

  .show-info {
    padding-left: 7px;
  }

  .show-info h3 {
    font-size: 12px;
  }

  .show-info p {
    font-size: 9px;
  }

  .follow p {
    font-size: 15px;
    line-height: 1.14;
  }
}
