:root {
  --ink: #080508;
  --ink-soft: #120a11;
  --paper: #f3ede4;
  --gold: #d7a74a;
  --wine: #7a1f3d;
  --plum: #8f5aad;
  --muted: #b8adb4;
  --line: rgba(255, 236, 214, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

button {
  border: 0;
}

main {
  min-width: 0;
  overflow: hidden;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 12px 18px;
  background: #fff;
  color: #000;
  font-weight: 900;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  height: 82px;
  padding: 0 clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 5, 8, 0.9), rgba(8, 5, 8, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 950;
  font-size: 13px;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

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

.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  color: var(--gold);
  font: 900 19px/1 Impact, "Arial Black", sans-serif;
  box-shadow: inset 0 0 16px rgba(215, 167, 74, 0.14), 0 0 18px rgba(215, 167, 74, 0.14);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav > a {
  transition: color 0.2s;
}

.nav > a:hover {
  color: var(--gold);
}

.nav-cta {
  padding: 13px 17px;
  border: 1px solid var(--gold);
  color: var(--gold);
}

.menu-button {
  display: none;
  width: 45px;
  height: 45px;
  padding: 12px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.menu-button > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 7px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 140px clamp(20px, 7vw, 110px) 84px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 32%, rgba(122, 31, 61, 0.28), transparent 25%),
    radial-gradient(circle at 88% 16%, rgba(104, 49, 132, 0.2), transparent 18%),
    var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(8, 5, 8, 0.97) 33%, rgba(8, 5, 8, 0.42) 62%, rgba(8, 5, 8, 0.16) 100%),
    linear-gradient(0deg, var(--ink) 0%, transparent 30%);
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 39%;
  z-index: -2;
  background: url("assets/marc-live.webp") 50% 42% / cover no-repeat;
  filter: saturate(0.9) contrast(1.1) sepia(0.06);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.eyebrow,
.kicker {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--gold);
}

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

h1,
.section-heading h2,
.connect-copy h2,
.booking h2 {
  margin-bottom: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(76px, 10.7vw, 170px);
  line-height: 0.77;
  letter-spacing: -0.035em;
}

h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 2px var(--gold);
  text-shadow: 0 0 28px rgba(215, 167, 74, 0.16);
}

.hero-lede {
  max-width: 520px;
  margin: 38px 0 0;
  color: #d6d9e0;
  font-size: 17px;
  line-height: 1.65;
}

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

.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}

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

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #02050a;
}

.button.primary:hover {
  background: #fff;
  border-color: #fff;
}

.button.ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero-tag {
  position: absolute;
  right: clamp(24px, 4vw, 65px);
  bottom: 80px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-tag > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.hero-tag > strong {
  font: 900 18px/0.95 Impact, "Arial Black", sans-serif;
  letter-spacing: 0.08em;
}

.scroll-cue {
  position: absolute;
  left: clamp(20px, 4vw, 68px);
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

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

.section {
  padding: clamp(80px, 10vw, 145px) clamp(20px, 7vw, 110px);
}

.shows-section {
  position: relative;
  z-index: 3;
  background: var(--paper);
  color: #090b0f;
}

.section-heading {
  margin-bottom: clamp(48px, 7vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 50px;
}

.section-heading h2,
.connect-copy h2,
.booking h2 {
  font-size: clamp(62px, 8vw, 128px);
  line-height: 0.82;
  letter-spacing: -0.035em;
}

.section-heading h2 span,
.connect-copy h2 span,
.booking h2 span {
  color: transparent;
  -webkit-text-stroke: 1.5px currentColor;
}

.section-heading > p {
  max-width: 460px;
  margin: 0 0 5px;
  color: #5f626a;
  font-size: 15px;
  line-height: 1.7;
}

.event-list {
  border-top: 2px solid #0d1015;
}

.event {
  position: relative;
  min-height: 145px;
  padding: 18px 4px;
  display: grid;
  grid-template-columns: 42px 142px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 9, 13, 0.2);
  isolation: isolate;
}

.event.has-flyer {
  min-height: 190px;
}

.event-number {
  align-self: start;
  padding-top: 8px;
  color: #8b8e95;
  font-size: 10px;
  font-weight: 900;
}

.event time {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event time strong {
  color: var(--wine);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.event time span {
  font: 900 58px/0.92 Impact, "Arial Black", sans-serif;
}

.event time small {
  margin-top: 7px;
  color: #71747b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-name,
.event-actions,
.event-number {
  position: relative;
  z-index: 2;
}

.event-name h3 {
  margin: 0;
  font: 900 clamp(30px, 3.5vw, 54px)/0.94 Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.event-name p {
  margin: 10px 0 0;
  color: #5d6067;
  font-size: 13px;
  line-height: 1.45;
}

.event-flyer-button {
  margin-top: 15px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(8, 10, 14, 0.27);
  background: rgba(244, 241, 234, 0.74);
  color: #080a0e;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.event-flyer-button:hover {
  border-color: var(--wine);
  color: var(--wine);
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.event-actions a {
  padding: 10px 12px;
  border: 1px solid rgba(8, 10, 14, 0.25);
  background: rgba(244, 241, 234, 0.74);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.event-actions a:hover {
  background: #170f15;
  color: #fff;
}

.event-flyer-backdrop {
  position: absolute;
  inset: 0 0 0 44%;
  z-index: -1;
  overflow: hidden;
  opacity: 0.76;
  pointer-events: none;
}

.event-flyer-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(244, 241, 234, 0.82) 20%, rgba(244, 241, 234, 0.2) 70%, rgba(244, 241, 234, 0.1) 100%);
}

.event-flyer-frame {
  position: absolute;
  top: -108px;
  left: 68%;
  width: 560px;
  height: 760px;
  border: 0;
  transform: translateX(-50%) scale(0.69);
  transform-origin: top center;
  filter: saturate(1.1) contrast(1.02);
  transition: transform 0.4s;
}

.event.has-flyer:hover .event-flyer-frame {
  transform: translateX(-50%) scale(0.72);
}

.event-empty {
  min-height: 260px;
  padding: 58px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  color: #63666d;
}

.event-empty strong {
  color: #0b0d11;
  font: 900 clamp(30px, 4vw, 54px)/1 Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.event-empty a {
  margin-top: 10px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.empty-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.flyer-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(13px);
}

.flyer-modal-panel {
  width: min(620px, 100%);
  max-height: calc(100svh - 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #100a10;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.6);
}

.flyer-modal-header {
  min-height: 68px;
  padding: 12px 16px 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.flyer-modal-header h2 {
  margin: 0;
  font: 900 22px/1 Impact, "Arial Black", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flyer-modal-header button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.instagram-embed-wrap {
  padding: 18px;
  overflow: auto;
  overscroll-behavior: contain;
}

.instagram-embed-wrap .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 540px !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.instagram-embed-wrap .instagram-media > a {
  min-height: 280px;
  padding: 30px;
  display: grid;
  place-items: center;
  color: #111 !important;
  text-align: center;
  font-weight: 900;
}

.connect-section {
  position: relative;
  min-height: 780px;
  padding: clamp(90px, 11vw, 160px) clamp(20px, 7vw, 110px);
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #100a10;
}

.connect-photo,
.connect-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.connect-photo {
  background: url("assets/marc-crowd.webp") 50% 44% / cover no-repeat;
  filter: grayscale(0.48) sepia(0.12) contrast(1.14) brightness(0.62);
}

.connect-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8,5,8,.98) 0%, rgba(8,5,8,.88) 43%, rgba(8,5,8,.32) 78%, rgba(8,5,8,.6) 100%),
    linear-gradient(0deg, #080508 0%, transparent 24%, transparent 78%, #080508 100%);
}

.connect-copy {
  max-width: 750px;
}

.connect-copy > p:not(.kicker) {
  max-width: 530px;
  margin: 32px 0 0;
  color: #c4c9d1;
  font-size: 16px;
  line-height: 1.7;
}

.social-links {
  width: min(680px, 100%);
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.social-links a {
  padding: 22px 5px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.2s, color 0.2s;
}

.social-links a:hover {
  padding-left: 14px;
  color: var(--gold);
}

.social-links span {
  font-size: 19px;
  font-weight: 900;
}

.social-links small {
  color: var(--muted);
  font-size: 12px;
}

.booking {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(430px, 1.22fr);
  background:
    radial-gradient(circle at 85% 15%, rgba(215, 167, 74, 0.18), transparent 30%),
    linear-gradient(135deg, #6f1837 0%, #3d173f 58%, #160c18 100%);
  color: #fff;
}

.booking-portrait {
  min-height: 620px;
  background:
    linear-gradient(0deg, rgba(22, 12, 24, .12), rgba(22, 12, 24, .12)),
    url("assets/marc-portrait.webp") 50% 48% / cover no-repeat;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  filter: contrast(1.05);
}

.booking-copy {
  padding: clamp(76px, 9vw, 135px) clamp(24px, 8vw, 125px) clamp(76px, 9vw, 135px) clamp(30px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking .kicker {
  color: var(--gold);
}

.booking h2 span {
  -webkit-text-stroke-color: rgba(215, 167, 74, 0.9);
}

.booking-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.booking-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 24px;
}

.booking-types span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(13, 7, 16, 0.2);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-button {
  width: fit-content;
  margin-top: 30px;
  border-color: var(--gold);
  background: var(--gold);
  color: #120a11;
}

.booking-button:hover {
  background: #fff;
  border-color: #fff;
  color: #160c18;
}

.booking-email {
  width: fit-content;
  margin-top: 19px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

footer {
  padding: 40px clamp(20px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: #9298a3;
  font-size: 12px;
  line-height: 1.6;
}

footer p {
  margin: 0;
}

footer p:last-child {
  text-align: right;
}

footer a:not(.brand) {
  color: var(--gold);
}

:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .site-header {
    height: 68px;
  }

  .menu-button {
    display: block;
  }

  .nav {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: rgba(8, 5, 8, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .nav.open {
    display: flex;
  }

  .nav > a {
    padding: 15px !important;
  }

  .hero {
    min-height: 900px;
    padding-top: 110px;
    align-items: flex-end;
  }

  .hero-photo {
    inset: 0 0 33% 10%;
    background-position: 50% 36%;
    opacity: 0.8;
  }

  .hero::before {
    background:
      linear-gradient(0deg, #080508 16%, rgba(8,5,8,.18) 72%),
      linear-gradient(90deg, rgba(8,5,8,.72), transparent 76%);
  }

  .hero-copy {
    width: 100%;
  }

  .hero-tag {
    top: 96px;
    right: 20px;
    bottom: auto;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 28px;
  }

  .event {
    grid-template-columns: 30px 120px minmax(0, 1fr);
  }

  .event.has-flyer {
    min-height: 225px;
  }

  .event-actions {
    grid-column: 2 / -1;
    padding-bottom: 8px;
    justify-content: flex-start;
  }

  .event-flyer-backdrop {
    inset: 0 0 0 48%;
    opacity: 0.67;
  }

  .event-flyer-backdrop::after {
    background: linear-gradient(90deg, var(--paper) 0%, rgba(244,241,234,.87) 24%, rgba(244,241,234,.25) 75%, rgba(244,241,234,.12) 100%);
  }

  .event-flyer-frame {
    left: 67%;
    transform: translateX(-50%) scale(0.63);
  }

  .event.has-flyer:hover .event-flyer-frame {
    transform: translateX(-50%) scale(0.65);
  }

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

  .booking-portrait {
    min-height: 520px;
    clip-path: none;
    background-position: center 36%;
  }
}

@media (max-width: 580px) {
  .brand {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(70px, 22vw, 104px);
  }

  .hero {
    min-height: 820px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-photo {
    inset: 0 0 38% 0;
    background-position: 50% 32%;
  }

  .hero-lede {
    max-width: 390px;
    font-size: 15px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-tag {
    display: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading h2,
  .connect-copy h2,
  .booking h2 {
    font-size: clamp(53px, 17vw, 82px);
  }

  .event {
    min-height: 126px;
    grid-template-columns: 28px 86px minmax(0, 1fr);
    gap: 10px;
  }

  .event.has-flyer {
    min-height: 250px;
  }

  .event time span {
    font-size: 42px;
  }

  .event time small {
    font-size: 9px;
  }

  .event-name h3 {
    font-size: 28px;
  }

  .event-name p {
    font-size: 11px;
  }

  .event-flyer-backdrop {
    inset: 0 0 0 37%;
    opacity: 0.5;
  }

  .event-flyer-backdrop::after {
    background: linear-gradient(90deg, var(--paper) 0%, rgba(244,241,234,.92) 29%, rgba(244,241,234,.35) 78%, rgba(244,241,234,.18) 100%);
  }

  .event-flyer-frame {
    top: -68px;
    left: 70%;
    transform: translateX(-50%) scale(0.55);
  }

  .event.has-flyer:hover .event-flyer-frame {
    transform: translateX(-50%) scale(0.56);
  }

  .event-actions {
    grid-column: 2 / -1;
  }

  .event-actions a {
    padding: 9px 10px;
  }

  .connect-section {
    min-height: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .connect-overlay {
    background:
      linear-gradient(90deg, rgba(8,5,8,.98), rgba(8,5,8,.66)),
      linear-gradient(0deg, #080508 0%, transparent 24%, transparent 76%, #080508 100%);
  }

  .social-links a {
    grid-template-columns: 1fr auto;
  }

  .social-links small {
    display: none;
  }

  .booking-portrait {
    min-height: 420px;
  }

  .booking-copy {
    padding: 74px 20px;
  }

  .booking-button {
    width: 100%;
  }

  .flyer-modal {
    padding: 10px;
  }

  .flyer-modal-panel {
    max-height: calc(100svh - 20px);
  }

  .instagram-embed-wrap {
    padding: 10px;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  footer p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.flyer-modal[hidden] {
  display: none;
}
