:root {
  --ink: #17111d;
  --paper: #fff8f0;
  --mist: #f2e9df;
  --plum: #3a1742;
  --violet: #6c3f9c;
  --red: #d34251;
  --amber: #f0b44b;
  --blue: #177e9b;
  --green: #5d9d6b;
  --white: #fffdf9;
  --shadow: 0 22px 70px rgba(23, 17, 29, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(17, 10, 24, .78);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  text-decoration: none;
  line-height: 1.08;
}

.brand span {
  font-size: clamp(.94rem, 1.4vw, 1.12rem);
  font-weight: 900;
}

.brand small {
  color: #f8cbbd;
  font-size: .78rem;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 26px);
  font-size: .92rem;
}

nav a {
  text-decoration: none;
  opacity: .84;
}

nav a:hover,
nav a:focus-visible {
  opacity: 1;
  color: #ffd37d;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-top: 92px;
  background: #100b16;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 8, 18, .94) 0%, rgba(35, 13, 47, .68) 36%, rgba(13, 10, 18, .12) 100%),
    linear-gradient(0deg, rgba(12, 8, 18, .9) 0%, rgba(12, 8, 18, 0) 46%);
}

.hero-content {
  position: relative;
  width: min(830px, calc(100% - 36px));
  margin: 0 0 clamp(48px, 8vh, 92px) clamp(18px, 7vw, 92px);
  color: #fff;
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  max-width: 8ch;
  font-size: clamp(4.4rem, 12vw, 9.2rem);
  line-height: .84;
  letter-spacing: 0;
}

.subtitle {
  max-width: 760px;
  margin-bottom: 18px;
  color: #ffe8c6;
  font-size: clamp(1.25rem, 3vw, 2.1rem);
  font-weight: 800;
}

.intro {
  max-width: 680px;
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
}

.hero-actions,
.contact-actions,
.docs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 850;
  text-decoration: none;
}

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

.button.secondary {
  border: 1px solid currentColor;
  color: inherit;
}

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

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ink);
}

.strip div {
  padding: clamp(18px, 3vw, 30px);
  background: #f6dfcf;
}

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

.strip strong {
  color: var(--plum);
  font-size: .78rem;
  text-transform: uppercase;
}

.section,
.video-section,
.contact {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 6vw, 80px);
  scroll-margin-top: 92px;
}

.section-heading {
  width: min(940px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.compact {
  width: min(820px, 100%);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.two-columns {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.text-flow {
  font-size: clamp(1.06rem, 1.6vw, 1.22rem);
}

.text-flow p {
  margin-bottom: 22px;
}

.versions {
  background: #180f20;
  color: #fff;
}

.version-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.version-card {
  display: grid;
  grid-template-columns: minmax(150px, 34%) 1fr;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  box-shadow: var(--shadow);
}

.version-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.version-card div {
  padding: clamp(22px, 4vw, 38px) clamp(18px, 3vw, 34px) clamp(24px, 4vw, 40px) 0;
}

.version-card p,
.version-card li {
  color: rgba(255, 255, 255, .84);
}

.version-card ul {
  margin: 22px 0 0;
  padding-left: 19px;
}

.version-card li {
  margin-bottom: 8px;
}

.video-section {
  background: #100b16;
  color: #fff;
}

.cinema-row {
  display: grid;
  grid-template-columns: 1.35fr .72fr .72fr 1.05fr;
  gap: 12px;
  align-items: start;
}

.cinema-row img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

.cinema-row .totem-landscape {
  aspect-ratio: 4 / 3;
}

.cinema-row .totem-portrait {
  aspect-ratio: 3 / 4;
}

.emotion-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, .62fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: #f1e5d8;
}

.lyric-panel {
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(135deg, #7c2038, #225f72);
  box-shadow: var(--shadow);
}

.lyric-panel span {
  display: inline-block;
  margin-bottom: 16px;
  color: #ffd37d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gallery-section {
  background: #fffdf9;
}

.photo-credit {
  max-width: 720px;
  margin: -12px auto 0;
  color: rgba(23, 17, 29, .68);
  font-size: .95rem;
}

.photo-credit a {
  color: var(--blue);
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-grid button {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #161017;
  cursor: pointer;
}

.gallery-grid button.is-landscape {
  aspect-ratio: 4 / 3;
}

.gallery-grid button.is-portrait {
  aspect-ratio: 3 / 4;
}

.gallery-grid button.is-landscape:nth-child(6n + 1) {
  grid-column: span 2;
}

.gallery-grid button.is-landscape:nth-child(6n + 1) img {
  object-position: center center;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .28s ease;
}

.gallery-grid button:hover img,
.gallery-grid button:focus-visible img {
  transform: scale(1.04);
}

.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.gallery-toggle {
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.reviews {
  background: #17111d;
  color: #fff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.review-grid article {
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, .07);
}

.review-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #ffd37d;
}

.infos {
  background: var(--paper);
}

.program-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.program-table article {
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  color: #fff;
  background: #191020;
  box-shadow: var(--shadow);
}

.program-table article:first-child {
  background: linear-gradient(135deg, #401647, #123f55);
}

.program-table article:nth-child(2) {
  background: linear-gradient(135deg, #7d2635, #83571b);
}

.program-table .program-note {
  grid-column: 1 / -1;
  color: var(--ink);
  background: #fffdf9;
}

.program-table h3 {
  margin-bottom: 6px;
}

.table-kicker {
  color: #ffd37d;
  font-weight: 850;
}

.program-table ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

.program-table li {
  margin-bottom: 10px;
}

.program-table a {
  color: var(--blue);
  font-weight: 850;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: #2d1b37;
  box-shadow: var(--shadow);
}

.info-grid div {
  min-height: 155px;
  padding: 20px;
  background: #fffdf9;
}

.info-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-grid strong {
  font-size: 1rem;
  line-height: 1.35;
}

.info-grid a {
  color: var(--blue);
}

.dates {
  color: #fff;
  background:
    linear-gradient(rgba(20, 12, 28, .82), rgba(20, 12, 28, .82)),
    url("assets/moment-4.jpg") center / cover;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, .62fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  color: #fff;
  background: #120d18;
}

.contact p {
  max-width: 720px;
}

.contact-actions {
  align-content: start;
  justify-content: flex-start;
}

.text-link {
  color: #ffd37d;
  font-weight: 800;
}

footer {
  padding: 24px clamp(18px, 6vw, 80px);
  color: rgba(255, 255, 255, .72);
  background: #0b0710;
}

footer p {
  margin: 0;
}

.lightbox {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: none;
  place-items: center;
  padding: 70px 20px 36px;
  color: #fff;
  background: rgba(6, 3, 9, .92);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  border-radius: 8px;
  object-fit: contain;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
}

.lightbox-close {
  top: 18px;
  right: 18px;
  padding: 10px 14px;
  font-weight: 800;
}

.lightbox-nav {
  top: 50%;
  width: 46px;
  height: 54px;
  font-size: 2.2rem;
  transform: translateY(-50%);
}

.lightbox-nav.prev {
  left: 18px;
}

.lightbox-nav.next {
  right: 18px;
}

#lightboxCaption {
  margin: 14px 0 0;
  text-align: center;
}

@media (max-width: 1000px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .strip,
  .version-grid,
  .review-grid,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .version-card,
  .two-columns,
  .emotion-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .version-card div {
    padding: 0 24px 28px;
  }

  .version-card img {
    min-height: 0;
    max-height: 560px;
  }

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

@media (max-width: 640px) {
  .hero {
    min-height: 94svh;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.15rem, 14.5vw, 3.75rem);
  }

  .hero-content {
    margin-left: 18px;
  }

  .strip,
  .version-grid,
  .review-grid,
  .info-grid,
  .program-table {
    grid-template-columns: 1fr;
  }

  .program-table .program-note {
    grid-column: auto;
  }

  .cinema-row {
    grid-template-columns: 1fr;
  }

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

  .gallery-grid button.is-landscape:nth-child(6n + 1) {
    grid-column: span 1;
  }

  .lightbox-nav {
    top: auto;
    bottom: 20px;
    transform: none;
  }
}
