:root {
  --ink: #11100f;
  --paper: #ece6e2;
  --blush: #d9c8c2;
  --white: #fff;
  --line: rgba(17, 16, 15, .22);
  --pad: clamp(20px, 4vw, 72px);
  --display: "Montserrat", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); background: var(--white); }
.skip-link:focus { transform: none; }

.header {
  min-height: 76px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark { display: flex; align-items: baseline; gap: 11px; text-transform: uppercase; }
.wordmark-mark { font: 900 28px/1 var(--display); letter-spacing: -.08em; }
.wordmark-name { font: 700 11px/1 var(--display); letter-spacing: .17em; }
.header-meta { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pulse { width: 8px; aspect-ratio: 1; border-radius: 50%; background: #ce5b3e; box-shadow: 0 0 0 5px rgba(206, 91, 62, .12); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(206, 91, 62, 0); } }

.intro {
  min-height: calc(100svh - 76px);
  padding: clamp(54px, 7vw, 110px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, .75fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: center;
}

.eyebrow, .footer-label {
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.intro h1 {
  margin: 0;
  font: 900 clamp(58px, 8.3vw, 142px)/.83 var(--display);
  letter-spacing: -.08em;
  text-transform: uppercase;
}

.intro h1 em { color: #a56854; font-style: normal; }
.intro-text { max-width: 520px; margin: 42px 0 0; font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; }

.event-card {
  min-height: min(72svh, 760px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 40px);
  background: #29211f;
  color: var(--white);
  transition: transform .35s ease, box-shadow .35s ease;
}

.event-card:hover { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(17, 16, 15, .18); }
.event-card-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .7s ease; }
.event-card:hover .event-card-poster { transform: scale(1.025); }
.event-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,9,.22), rgba(12,10,9,.06) 32%, rgba(12,10,9,.88)); }
.event-card-top, .event-card-main, .event-card-bottom { position: relative; z-index: 1; }
.event-card-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-card-main { margin-top: auto; margin-bottom: 42px; }
.artist-logo { width: min(86%, 460px); height: auto; }
.event-card-main p { margin: 14px 0 0; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-card-bottom { padding-top: 22px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.45); }
.event-card-bottom div { display: flex; flex-direction: column; gap: 8px; }
.event-card-bottom span { color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-card-bottom strong { font: 700 clamp(15px, 1.5vw, 21px)/1.2 var(--display); text-transform: uppercase; }
.event-arrow { width: 52px; aspect-ratio: 1; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink) !important; font-size: 18px !important; }

.statement {
  padding: clamp(90px, 12vw, 180px) var(--pad);
  display: grid;
  grid-template-columns: .55fr 1fr .55fr;
  gap: 40px;
  align-items: end;
  background: var(--blush);
}

.statement > p { margin: 0; }
.statement > p:first-child, .statement-side { font-size: 10px; font-weight: 800; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.statement-name { font: 900 clamp(48px, 7.4vw, 124px)/.82 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.statement-side { text-align: right; }

.footer {
  padding: clamp(60px, 7vw, 100px) var(--pad) 30px;
  display: grid;
  grid-template-columns: .8fr 1.2fr 1fr;
  gap: 50px;
  background: var(--ink);
  color: var(--white);
}

.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand span { font: 900 clamp(58px, 7vw, 110px)/.75 var(--display); letter-spacing: -.09em; }
.footer-brand small { margin-top: 12px; font: 700 10px/1 var(--display); letter-spacing: .35em; text-transform: uppercase; }
.footer-label { color: rgba(255,255,255,.42); }
.details p { margin: 0 0 8px; font-size: 12px; }
.footer-event a { display: inline-flex; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; margin: 40px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; }
  .intro-copy { padding-block: 30px 10px; }
  .event-card { min-height: 720px; }
  .statement { grid-template-columns: 1fr; }
  .statement-side { text-align: left; }
}

@media (max-width: 620px) {
  .header { min-height: 64px; }
  .header-meta { font-size: 9px; }
  .intro { min-height: auto; padding-top: 54px; }
  .intro h1 { font-size: clamp(48px, 15vw, 74px); }
  .event-card { min-height: 610px; }
  .event-card-bottom { align-items: center; }
  .statement-name { font-size: clamp(42px, 13vw, 68px); }
  .footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
