:root {
  --ink: #111217;
  --paper: #f7f1e8;
  --paper-2: #fff9ef;
  --carmine: #a6202e;
  --carmine-dark: #761923;
  --gold: #e8b85a;
  --teal: #1e716f;
  --smoke: #d9d0c4;
  --white: #fffdf8;
  --shadow: 0 24px 80px rgba(17, 18, 23, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(16px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.scrolled {
  background: rgba(17, 18, 23, 0.9);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  padding-block: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(148px, 34vw);
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

nav {
  display: flex;
  gap: clamp(12px, 2.5vw, 30px);
  font-size: 14px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
  opacity: 0.88;
}

nav a:hover,
nav a:focus-visible {
  opacity: 1;
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
  background-image: url("assets/scene-01.jpg");
  background-position: center 34%;
  background-size: cover;
  transform: scale(1.03);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 18, 23, 0.9) 0%, rgba(17, 18, 23, 0.58) 42%, rgba(17, 18, 23, 0.16) 100%),
    linear-gradient(0deg, rgba(17, 18, 23, 0.96) 0%, rgba(17, 18, 23, 0) 42%);
}

.hero-content {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 136px 0 154px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--carmine);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 12vw, 138px);
  line-height: 0.92;
  font-weight: 700;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 66px);
  line-height: 1.02;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
}

.lead {
  max-width: 670px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2.4vw, 26px);
  color: rgba(255, 253, 248, 0.88);
}

.hero-actions,
.ticket-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 14px 22px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(232, 184, 90, 0.28);
}

.ghost {
  border-color: rgba(255, 253, 248, 0.48);
  color: var(--white);
  background: rgba(255, 253, 248, 0.06);
}

.dark-btn {
  background: var(--carmine);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(166, 32, 46, 0.22);
}

.event-strip {
  position: absolute;
  inset: auto clamp(16px, 4vw, 56px) 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 253, 248, 0.28);
  border: 1px solid rgba(255, 253, 248, 0.22);
  backdrop-filter: blur(18px);
}

.event-strip div {
  min-width: 0;
  padding: 18px;
  background: rgba(17, 18, 23, 0.46);
}

.event-strip span {
  display: block;
  color: rgba(255, 253, 248, 0.64);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-strip strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(15px, 1.8vw, 20px);
  line-height: 1.18;
}

.section,
.ticket-band,
.reviews,
.final-cta {
  padding: clamp(58px, 8vw, 112px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ticket-band {
  background: var(--paper-2);
}

.ticket-grid {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
}

.poster-wrap {
  position: relative;
}

.poster-wrap::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  background: var(--teal);
}

.poster-wrap img {
  position: relative;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.ticket-copy p,
.story-text p,
.cast-list,
.faq p,
.site-footer {
  font-size: 18px;
  color: rgba(17, 18, 23, 0.76);
}

.ticket-copy > p {
  max-width: 700px;
  margin: 24px 0 0;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 132px));
  gap: 10px;
  margin-top: 30px;
}

.countdown div {
  padding: 14px;
  border: 1px solid var(--smoke);
  background: var(--white);
}

.countdown strong,
.countdown span {
  display: block;
}

.countdown strong {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  color: var(--carmine);
}

.countdown span {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(17, 18, 23, 0.58);
  text-transform: uppercase;
}

.text-link {
  color: var(--carmine);
  font-weight: 900;
  text-underline-offset: 5px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 88px);
}

.story-text p {
  margin: 0 0 18px;
}

.reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  background: var(--smoke);
}

.reasons article {
  padding: clamp(22px, 4vw, 36px);
  background: var(--white);
}

.reasons span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.reasons p {
  margin: 0;
  color: rgba(17, 18, 23, 0.68);
}

.photo-band {
  overflow: hidden;
  padding: clamp(58px, 8vw, 112px) 0 0;
  background: var(--ink);
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: clamp(210px, 28vw, 390px);
  gap: 8px;
  margin-top: 34px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  background: #000;
}

.gallery-grid .wide {
  grid-column: span 2;
}

.gallery-grid .tall {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.cast {
  background: var(--paper-2);
}

.cast-list {
  display: grid;
  gap: 14px;
}

.cast-list p {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--smoke);
}

.cast-list strong {
  color: var(--ink);
}

.reviews {
  background:
    linear-gradient(rgba(247, 241, 232, 0.9), rgba(247, 241, 232, 0.94)),
    url("assets/scene-03.jpg") center / cover fixed;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

blockquote {
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border-left: 5px solid var(--carmine);
  box-shadow: 0 12px 34px rgba(17, 18, 23, 0.08);
}

blockquote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2;
}

cite {
  display: block;
  margin-top: 22px;
  color: var(--teal);
  font-style: normal;
  font-weight: 900;
}

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

details {
  background: var(--white);
  border: 1px solid var(--smoke);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.final-cta {
  background: var(--carmine-dark);
  color: var(--white);
}

.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-inner h2 {
  max-width: 820px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(16px, 4vw, 56px);
  background: var(--ink);
  color: rgba(255, 253, 248, 0.7);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .hero-content {
    padding: 124px 0 216px;
  }

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

  .ticket-grid,
  .split,
  .reasons,
  .review-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .poster-wrap {
    width: min(330px, 92%);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-grid .wide,
  .gallery-grid .tall {
    grid-column: auto;
    grid-row: auto;
  }

  .final-inner,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: absolute;
  }

  .brand {
    width: 118px;
  }

  nav {
    max-width: 190px;
    gap: 8px 12px;
  }

  .hero-bg {
    background-position: 57% center;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding: 122px 0 234px;
  }

  h1 {
    font-size: clamp(48px, 17vw, 72px);
  }

  .lead {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .event-strip {
    inset-inline: 14px;
    bottom: 14px;
  }

  .event-strip div {
    padding: 13px;
  }

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

  .countdown div {
    padding: 10px 8px;
  }

  .gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 14px 16px;
  }

  .gallery-grid figure {
    flex: 0 0 82vw;
    height: 260px;
    scroll-snap-align: center;
  }
}
