:root {
  color-scheme: dark;
  --ink: #f8f3e8;
  --muted: #c8c2b6;
  --charcoal: #101116;
  --panel: #191b22;
  --line: rgba(248, 243, 232, 0.18);
  --red: #e63b2e;
  --gold: #f1b44b;
  --mint: #9dd6c5;
  --deep: #11151d;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.honeypot {
  left: -10000px;
  position: absolute;
  top: auto;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(16, 17, 22, 0.74);
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 4vw, 46px);
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color 160ms ease, background 160ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(16, 17, 22, 0.92);
  border-color: var(--line);
}

.brand {
  align-items: center;
  border: 1px solid var(--line);
  display: grid;
  font-weight: 900;
  height: 44px;
  justify-items: center;
  letter-spacing: 0;
  width: 44px;
}

.brand span {
  color: var(--gold);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

.menu-toggle {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  display: none;
  height: 42px;
  padding: 0;
  place-items: center;
  width: 42px;
}

.menu-toggle:focus-visible,
.mobile-action-bar a:focus-visible,
.epk-jump-links a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  width: 18px;
}

.hero {
  background:
    radial-gradient(circle at 16% 22%, rgba(230, 59, 46, 0.34), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(157, 214, 197, 0.22), transparent 30%),
    linear-gradient(125deg, #111116 0%, #151923 56%, #250f13 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: 760px;
  overflow: hidden;
  padding: 142px clamp(20px, 5vw, 72px) 0;
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 780px;
  padding-bottom: 112px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(4.2rem, 12vw, 10.5rem);
  letter-spacing: 0;
  line-height: 0.84;
  margin-bottom: 28px;
  max-width: 980px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.65rem);
  letter-spacing: 0;
  line-height: 0.96;
}

h3 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: 0;
  line-height: 1;
}

.hero-line {
  color: var(--muted);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  max-width: 620px;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mobile-action-bar {
  display: none;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
}

.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: #fff7f1;
}

.button.secondary {
  background: rgba(248, 243, 232, 0.08);
  color: var(--ink);
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.hero-visual {
  align-self: end;
  display: flex;
  justify-content: center;
  min-height: 620px;
  position: relative;
  z-index: 1;
}

.hero-visual::before {
  background: linear-gradient(180deg, rgba(241, 180, 75, 0.22), rgba(230, 59, 46, 0.2));
  bottom: 0;
  content: "";
  left: 7%;
  position: absolute;
  right: 0;
  top: 20%;
}

.hero-visual img {
  align-self: end;
  filter: drop-shadow(0 42px 55px rgba(0, 0, 0, 0.54));
  max-height: 720px;
  object-fit: contain;
  position: relative;
  width: min(640px, 100%);
  z-index: 2;
}

.hero-marquee {
  align-items: center;
  background: var(--ink);
  bottom: 0;
  color: #151312;
  display: flex;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 950;
  gap: 28px;
  left: 0;
  min-height: 74px;
  overflow: hidden;
  padding: 0 clamp(20px, 5vw, 72px);
  position: absolute;
  right: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-marquee span::after {
  color: var(--red);
  content: "/";
  margin-left: 28px;
}

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

.intro-band div {
  background: #f8f3e8;
  border-right: 1px solid rgba(16, 17, 22, 0.15);
  color: #111116;
  min-height: 158px;
  padding: 30px clamp(20px, 4vw, 42px);
}

.intro-band strong {
  color: var(--red);
  display: block;
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  line-height: 0.9;
}

.intro-band span {
  display: block;
  font-weight: 800;
  margin-top: 14px;
  max-width: 340px;
}

.mobile-copy {
  display: none;
}

.intro-album-highlight a {
  border-bottom: 2px solid var(--red);
}

.fan-action-row,
.social-proof-band {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  justify-content: center;
}

.fan-action-row {
  background: #111116;
}

.fan-action-row a {
  background: var(--panel);
  color: var(--ink);
  flex: 1 1 180px;
  font-weight: 950;
  min-height: 68px;
  padding: 22px;
  text-align: center;
  text-transform: uppercase;
}

.fan-action-row a:hover {
  background: var(--red);
}

.social-proof-band {
  background: #f8f3e8;
  color: #111116;
  padding: 20px clamp(20px, 5vw, 72px);
}

.social-proof-band span {
  border: 1px solid rgba(16, 17, 22, 0.16);
  font-size: 0.82rem;
  font-weight: 950;
  padding: 10px 14px;
  text-transform: uppercase;
}

.epk-jump-links {
  background: #111116;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: none;
  gap: 1px;
}

.epk-jump-links a {
  background: var(--panel);
  color: var(--ink);
  flex: 1 1 120px;
  font-size: 0.82rem;
  font-weight: 950;
  min-height: 54px;
  padding: 17px 12px;
  text-align: center;
  text-transform: uppercase;
}

.epk-jump-links a:hover {
  background: var(--red);
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 112px 20px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.about-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.05fr 0.95fr;
}

.about-copy {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

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

.feature-card {
  background: var(--panel);
  border-right: 1px solid var(--line);
  min-height: 360px;
  padding: clamp(28px, 5vw, 54px);
}

.feature-card:nth-child(2) {
  background: #242016;
}

.feature-card:nth-child(3) {
  background: #14201c;
}

.feature-card span {
  color: var(--gold);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.feature-card p,
.watch-copy p,
.press-content p,
.booking-section p {
  color: var(--muted);
}

.split-section {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 1.05fr 0.95fr;
}

.media-panel {
  background: #07080b;
  border: 1px solid var(--line);
  padding: 10px;
}

.media-panel video {
  aspect-ratio: 16 / 9;
  background: #000;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.watch-copy p {
  font-size: 1.08rem;
}

.text-link {
  border-bottom: 2px solid var(--red);
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  padding-bottom: 4px;
}

.link-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.album-podcast-section {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.88fr 1.12fr;
  max-width: none;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.album-card,
.podcast-card {
  border: 1px solid var(--line);
  display: grid;
  padding: clamp(28px, 5vw, 56px);
}

.album-card {
  align-content: end;
  background:
    linear-gradient(180deg, rgba(16, 17, 22, 0.14), rgba(16, 17, 22, 0.92)),
    url("../media/epk/Photoroom_20251026_155500.png") center 26% / cover;
  min-height: 540px;
}

.album-card h2,
.album-card p {
  max-width: 560px;
}

.podcast-card {
  align-content: center;
  background: #f8f3e8;
  color: #111116;
}

.podcast-card .section-kicker {
  color: var(--red);
}

.podcast-card h2 {
  max-width: 760px;
}

.podcast-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.podcast-list article {
  border-top: 1px solid rgba(16, 17, 22, 0.18);
  display: grid;
  gap: 6px;
  padding-top: 16px;
}

.podcast-list span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.podcast-list strong {
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  line-height: 1.1;
}

.podcast-list a {
  border-bottom: 2px solid var(--red);
}

.press-section {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 0.82fr 1.18fr;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.press-image {
  min-height: 560px;
}

.press-image img {
  height: 100%;
  object-fit: cover;
  object-position: 52% 34%;
  width: 100%;
}

.press-content {
  align-content: center;
  background: #f8f3e8;
  color: #111116;
  display: grid;
  padding: clamp(42px, 7vw, 92px);
}

.press-content .section-kicker {
  color: var(--red);
}

.press-content p {
  color: #3c3730;
}

.press-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.press-list p {
  border-top: 1px solid rgba(16, 17, 22, 0.18);
  font-weight: 800;
  margin: 0;
  padding-top: 16px;
}

.booking-section {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(16, 17, 22, 0.86), rgba(16, 17, 22, 0.52)),
    url("../media/stage.jpg") center / cover;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 430px;
  padding: clamp(42px, 8vw, 88px);
}

.booking-section h2 {
  max-width: 850px;
}

.booking-section p {
  max-width: 620px;
}

.booking-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.epk-downloads {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.54fr);
}

.epk-downloads p {
  color: var(--muted);
  max-width: 720px;
}

.download-actions {
  align-self: center;
  display: grid;
  gap: 12px;
}

.messages {
  left: 50%;
  max-width: min(560px, calc(100% - 32px));
  position: fixed;
  top: 82px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 40;
}

.messages p {
  background: #f8f3e8;
  border-left: 5px solid var(--gold);
  color: #111116;
  font-weight: 850;
  margin: 0;
  padding: 14px 16px;
}

.messages .error {
  border-left-color: var(--red);
}

.messages .warning {
  border-left-color: var(--mint);
}

.shows-header {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.shows-header p {
  color: var(--muted);
  font-size: 1.05rem;
}

.show-list {
  border-top: 1px solid var(--line);
  display: grid;
  margin-top: 34px;
}

.show-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 26px;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  padding: 24px 0;
}

.show-item time {
  color: var(--gold);
  display: grid;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.show-item time strong {
  font-size: 1.65rem;
}

.show-item time span {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 8px;
}

.show-item h3 {
  margin-bottom: 8px;
}

.show-item p {
  color: var(--muted);
  margin: 0;
}

.show-status {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.show-actions {
  align-items: flex-end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.mobile-tour-visual {
  display: none;
}

.page-hero {
  align-items: end;
  display: grid;
  min-height: 620px;
  padding: 150px clamp(20px, 5vw, 72px) 80px;
}

.page-hero > div {
  max-width: 920px;
}

.tour-hero {
  background:
    linear-gradient(90deg, rgba(16, 17, 22, 0.92), rgba(16, 17, 22, 0.42)),
    url("../media/epk/A75B7C6A-70AC-493D-844F-5D918E45CA39.jpeg") center 26% / cover;
}

.show-hero {
  background:
    linear-gradient(90deg, rgba(16, 17, 22, 0.92), rgba(16, 17, 22, 0.48)),
    url("../media/epk/IMG_4317.jpeg") center 36% / cover;
}

.tour-item {
  grid-template-columns: 120px minmax(0, 1fr) 140px;
}

.past-show-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.past-show-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 8px;
  min-height: 140px;
  padding: 20px;
}

.past-show-grid strong {
  color: var(--gold);
  font-size: 1.25rem;
}

.past-show-grid span {
  color: var(--muted);
  font-weight: 800;
}

.show-detail-grid {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.show-detail-main p {
  color: var(--muted);
  font-size: 1.12rem;
}

.show-detail-card {
  background: #f8f3e8;
  color: #111116;
  padding: 28px;
}

.show-detail-card dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.show-detail-card div {
  border-top: 1px solid rgba(16, 17, 22, 0.16);
  display: grid;
  gap: 6px;
  padding-top: 16px;
}

.show-detail-card dt {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.show-detail-card dd {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0;
}

.tour-tools {
  align-items: stretch;
  background: #f8f3e8;
  color: #111116;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.tour-tool-copy {
  align-content: center;
  display: grid;
}

.tour-tool-copy .section-kicker {
  color: var(--red);
}

.tour-tool-copy p {
  color: #3c3730;
  font-size: 1.05rem;
  max-width: 560px;
}

.tour-forms {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-form {
  background: #111116;
  color: var(--ink);
  display: grid;
  gap: 13px;
  padding: 22px;
}

.mini-form.accent {
  background: #14201c;
}

.mini-form h3 {
  margin-bottom: 8px;
}

.mini-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
}

.mini-form input {
  background: #f8f3e8;
  border: 1px solid transparent;
  color: #111116;
  font: inherit;
  min-height: 46px;
  padding: 12px;
  width: 100%;
}

.booking-form {
  background: rgba(16, 17, 22, 0.82);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
  padding: 20px;
}

.booking-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea {
  background: #f8f3e8;
  border: 1px solid transparent;
  color: #111116;
  font: inherit;
  min-height: 46px;
  padding: 12px;
  width: 100%;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form .full {
  grid-column: 1 / -1;
}

.booking-page-hero {
  background:
    linear-gradient(90deg, rgba(16, 17, 22, 0.92), rgba(16, 17, 22, 0.5)),
    url("../media/epk/IMG_4317.jpeg") center 36% / cover;
}

.booking-page-grid {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.booking-page-copy p {
  color: var(--muted);
}

.quick-facts {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.quick-facts span {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 850;
  padding-top: 12px;
}

.booking-page-form {
  max-width: none;
}

.epk-hero {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(16, 17, 22, 0.72), rgba(16, 17, 22, 0.88)),
    url("../media/epk/IMG_4317.jpeg") center 36% / cover;
  display: grid;
  justify-items: center;
  min-height: 680px;
  padding: 150px clamp(20px, 5vw, 72px) 80px;
  text-align: center;
}

.epk-hero > div {
  max-width: 900px;
}

.epk-hero .hero-line {
  margin-left: auto;
  margin-right: auto;
}

.epk-hero .hero-actions {
  justify-content: center;
}

.epk-summary {
  display: grid;
  gap: 30px;
  justify-items: center;
  text-align: center;
}

.epk-summary > div {
  max-width: 880px;
}

.epk-summary .about-copy {
  max-width: 760px;
}

.epk-credit-strip .feature-card {
  min-height: 320px;
}

.epk-proof-section {
  text-align: center;
}

.epk-proof-intro {
  margin: 0 auto;
  max-width: 860px;
}

.proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  text-align: left;
}

.proof-card {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 24px;
}

.proof-card span {
  color: var(--gold);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.proof-card ul {
  color: var(--muted);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.proof-card li {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.epk-note-band {
  align-items: center;
  background: #f8f3e8;
  color: #111116;
  display: grid;
  gap: 24px;
  justify-items: center;
  padding: clamp(34px, 5vw, 58px) 20px;
  text-align: center;
}

.epk-note-band p {
  font-size: clamp(1.25rem, 2.6vw, 2.05rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
  max-width: 940px;
}

.press-bios-section {
  text-align: center;
}

.press-bio-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  text-align: left;
}

.press-bio-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 24px;
}

.press-bio-grid span {
  color: var(--gold);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.press-bio-grid h3 {
  color: var(--paper);
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.press-bio-grid p {
  color: var(--muted);
  margin: 0;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.social-row a {
  border: 1px solid rgba(16, 17, 22, 0.18);
  color: #111116;
  font-weight: 900;
  padding: 10px 14px;
}

.epk-reel-section {
  text-align: center;
}

.epk-reel-section .watch-copy {
  justify-items: center;
}

.epk-reel-section .link-row {
  justify-content: center;
}

.epk-photos {
  text-align: center;
}

.epk-photos .shows-header {
  grid-template-columns: 1fr;
  justify-items: center;
}

.epk-photos .shows-header > div,
.epk-photos .shows-header > p {
  max-width: 820px;
}

.photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  margin-top: 38px;
}

.photo-card {
  background: var(--panel);
  border: 1px solid var(--line);
  margin: 0;
  min-height: 320px;
  overflow: hidden;
}

.photo-card.wide {
  grid-column: span 2;
}

.photo-card.portrait {
  grid-row: span 2;
}

.photo-card img {
  aspect-ratio: 1 / 1;
  height: calc(100% - 58px);
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.photo-card.wide img {
  aspect-ratio: 16 / 10;
}

.photo-card.portrait img {
  aspect-ratio: 3 / 4;
}

.photo-card figcaption {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 14px;
  text-align: left;
}

.photo-card figcaption span {
  color: var(--muted);
}

.photo-card figcaption a {
  color: var(--gold);
}

.epk-booking-section {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.epk-booking-section p,
.epk-booking-section h2 {
  margin-left: auto;
  margin-right: auto;
}

.epk-booking-section .booking-actions {
  justify-content: center;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
}

.site-footer p {
  font-weight: 900;
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 22px;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.error-page {
  align-content: center;
  background:
    linear-gradient(90deg, rgba(16, 17, 22, 0.94), rgba(16, 17, 22, 0.58)),
    url("../media/epk/IMG_4317.jpeg") center / cover;
  display: grid;
  min-height: 100vh;
  padding: clamp(32px, 7vw, 92px);
}

.error-page h1 {
  max-width: 900px;
}

@media (max-width: 880px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    padding: 14px 18px;
  }

  .menu-toggle {
    display: grid;
    gap: 4px;
    position: relative;
    z-index: 30;
  }

  .site-nav {
    background: rgba(16, 17, 22, 0.99);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42);
    display: grid;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 78px 18px 22px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-12px);
    transition: opacity 150ms ease, transform 150ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    border-top: 1px solid var(--line);
    padding: 18px 0;
  }

  .mobile-action-bar {
    background: rgba(16, 17, 22, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    padding: 8px;
    position: fixed;
    right: 0;
    z-index: 35;
  }

  .mobile-action-bar a {
    align-items: center;
    background: var(--panel);
    color: var(--ink);
    display: flex;
    font-size: 0.78rem;
    font-weight: 950;
    justify-content: center;
    min-height: 48px;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-action-bar a:nth-child(2) {
    background: var(--red);
    color: #fff7f1;
  }

  .mobile-tour-visual {
    background: #111116;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    padding: 18px;
  }

  .mobile-tour-photo {
    border: 1px solid var(--line);
    min-height: 220px;
    overflow: hidden;
  }

  .mobile-tour-photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .mobile-tour-photo.primary {
    grid-row: span 2;
  }

  .mobile-tour-photo.primary img {
    object-position: center 28%;
  }

  .mobile-tour-photo.secondary img {
    object-position: center 34%;
  }

  .mobile-tour-visual p {
    align-self: stretch;
    background: var(--panel);
    border: 1px solid var(--line);
    color: var(--muted);
    display: grid;
    font-size: 0.95rem;
    font-weight: 850;
    margin: 0;
    padding: 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 108px;
  }

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

  .hero-line {
    max-width: 480px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual::before {
    left: 0;
    top: 12%;
  }

  .hero-visual img {
    max-height: 520px;
  }

  .hero-marquee {
    position: relative;
  }

  .intro-band,
  .feature-strip,
  .album-podcast-section,
  .about-grid,
  .split-section,
  .press-section,
  .booking-section,
  .booking-page-grid,
  .epk-summary,
  .epk-downloads,
  .tour-tools,
  .tour-item,
  .show-detail-grid,
  .shows-header,
  .show-item {
    grid-template-columns: 1fr;
  }

  .show-actions {
    align-items: start;
    justify-items: start;
  }

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

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

  .press-bio-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 300px;
  }

  .feature-card span {
    margin-bottom: 52px;
  }

  .press-image {
    min-height: 420px;
  }

  .booking-actions {
    justify-content: flex-start;
  }

  .epk-jump-links {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 72px;
    z-index: 12;
  }

  .booking-form {
    max-width: none;
  }

  .tour-forms {
    grid-template-columns: 1fr;
  }

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

  .photo-card.wide,
  .photo-card.portrait {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(3.05rem, 19vw, 4.85rem);
    line-height: 0.88;
  }

  h2 {
    font-size: 2.12rem;
    line-height: 1;
  }

  .section {
    padding: 68px 18px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 98px;
  }

  .hero-actions,
  .booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    min-height: 54px;
    width: 100%;
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-visual img {
    max-height: 410px;
  }

  .hero-marquee {
    min-height: 58px;
  }

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

  .booking-form,
  .mini-form {
    padding: 18px;
  }

  .booking-form input,
  .booking-form textarea,
  .mini-form input {
    min-height: 52px;
  }

  .fan-action-row a {
    flex: 1 1 calc(50% - 1px);
    min-height: 58px;
    padding: 18px 10px;
  }

  .epk-hero {
    min-height: 500px;
    padding: 112px 18px 56px;
  }

  .page-hero {
    min-height: 440px;
    padding: 108px 18px 46px;
  }

  .tour-hero {
    min-height: 380px;
  }

  .mobile-tour-visual {
    gap: 10px;
    padding: 12px;
  }

  .mobile-tour-photo {
    min-height: 160px;
  }

  .mobile-tour-photo.primary {
    min-height: 332px;
  }

  .shows-header > p {
    display: none;
  }

  .shows-section {
    padding-top: 46px;
  }

  .booking-page-hero {
    min-height: 500px;
  }

  .booking-hero-actions {
    margin-top: 24px;
  }

  .show-list {
    border-top: 0;
    gap: 14px;
  }

  .show-item,
  .tour-item {
    background: var(--panel);
    border: 1px solid var(--line);
    gap: 14px;
    padding: 18px;
  }

  .show-item time {
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px;
  }

  .show-actions {
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
  }

  .show-actions .text-link,
  .show-item > .text-link {
    align-items: center;
    background: var(--red);
    border-bottom: 0;
    color: #fff7f1;
    display: flex;
    justify-content: center;
    min-height: 50px;
    padding: 0 16px;
    width: 100%;
  }

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

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

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

  .intro-band div {
    min-height: 136px;
  }

  .intro-album-highlight .desktop-copy {
    display: none;
  }

  .intro-album-highlight .mobile-copy {
    display: block;
  }

  .intro-album-highlight strong .mobile-copy {
    font-size: 1.85rem;
    line-height: 1;
  }

  .intro-album-highlight > .mobile-copy {
    color: #111116;
    font-size: 1rem;
    margin-top: 14px;
  }

  .album-podcast-section .album-card {
    display: none;
  }

  .album-podcast-section {
    padding-top: 42px;
  }

  .epk-jump-links {
    top: 70px;
  }

  .epk-jump-links a {
    flex-basis: 50%;
    min-height: 48px;
    padding: 14px 10px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 96px;
  }
}
