:root {
  --ink: #201b18;
  --paper: #fffaf4;
  --cream: #f5eadb;
  --rose: #c85064;
  --rose-dark: #843142;
  --teal: #2d7d84;
  --blue: #263f68;
  --gold: #d9a441;
  --shadow: 0 20px 60px rgba(24, 18, 14, .18);
}

* {
  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(18, 15, 14, .76);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  gap: 0;
  text-decoration: none;
  line-height: 1.1;
}

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

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

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

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

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

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

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 11, 10, .92) 0%, rgba(14, 11, 10, .66) 38%, rgba(14, 11, 10, .18) 100%),
    linear-gradient(0deg, rgba(14, 11, 10, .88) 0%, rgba(14, 11, 10, 0) 45%);
}

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

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

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

h1 {
  margin-bottom: 8px;
  font-size: 7.2rem;
  line-height: .9;
  letter-spacing: 0;
  max-width: 9ch;
}

.subtitle {
  margin-bottom: 20px;
  color: #ffe3e9;
  font-size: clamp(1.28rem, 3vw, 2rem);
  font-weight: 700;
}

.intro {
  max-width: 650px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.contact-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: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--rose);
  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: #f1dfca;
}

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

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

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

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

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

h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
}

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

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

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

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

.section-heading.compact {
  text-align: left;
  margin-left: 0;
}

.video-frame {
  width: min(1080px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  box-shadow: var(--shadow);
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 390px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: #e8f0ee;
}

.feature-copy {
  max-width: 760px;
  font-size: 1.12rem;
}

.feature-band img {
  width: min(100%, 390px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.programming {
  background: #fff;
}

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

.programming-grid article {
  min-height: 230px;
  padding: 26px;
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background: #f7efe6;
}

.programming-grid article:nth-child(2) {
  border-left-color: var(--teal);
}

.programming-grid article:nth-child(3) {
  border-left-color: var(--rose);
}

.reasons article {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
}

.reasons article:nth-child(2) {
  background: var(--rose-dark);
}

.reasons article:nth-child(3) {
  background: var(--teal);
}

.reasons article:nth-child(4) {
  background: #6f5430;
}

.reasons p {
  margin-bottom: 0;
}

.repertoire {
  background: #261f1b;
  color: #fff;
}

.repertoire .section-heading {
  margin-bottom: 0;
}

.repertoire p:last-child {
  font-size: 1.14rem;
}

.gallery-section {
  background: #f7efe6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.gallery-grid button {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #ddd;
  cursor: pointer;
}

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

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

.infos {
  background: #fff;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d6c8bb;
  border: 1px solid #d6c8bb;
}

.info-grid div {
  min-height: 135px;
  padding: 22px;
  background: #fffaf4;
}

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

.info-grid strong {
  font-size: 1.02rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 32px;
  align-items: center;
  color: #fff;
  background: var(--ink);
}

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

.contact p a {
  color: #ffd99d;
  font-weight: 800;
}

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

.lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 70px 70px 56px;
  background: rgba(10, 8, 7, .94);
}

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

.lightbox img {
  max-width: min(100%, 1180px);
  max-height: 78vh;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox p {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.lightbox button {
  position: absolute;
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
}

.lightbox-close {
  top: 18px;
  right: 18px;
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 800;
}

.lightbox-nav {
  top: 50%;
  width: 48px;
  height: 64px;
  transform: translateY(-50%);
  border-radius: 6px;
  font-size: 3rem;
  line-height: 1;
}

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

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

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 24px clamp(18px, 6vw, 80px);
  color: #f2e9de;
  background: #120f0e;
  font-size: .92rem;
}

footer p {
  margin: 0;
}

@media (max-height: 760px) and (min-width: 901px) {
  .hero {
    min-height: 760px;
  }

  h1 {
    font-size: 5.7rem;
    max-width: 10ch;
  }

  .subtitle {
    font-size: 1.65rem;
    margin-bottom: 14px;
  }

  .intro {
    font-size: 1.06rem;
    max-width: 620px;
  }

  .hero-content {
    margin-bottom: 48px;
  }
}

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

  nav {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(14, 11, 10, .92) 0%, rgba(14, 11, 10, .34) 100%);
  }

  .hero-content {
    margin: 0 auto 42px;
  }

  h1 {
    font-size: 4.8rem;
    max-width: 8ch;
  }

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

  .two-columns,
  .feature-band,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 92vh;
  }

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

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .strip,
  .reasons,
  .programming-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .reasons article,
  .info-grid div {
    min-height: auto;
  }

  .lightbox {
    padding: 64px 14px 58px;
  }

  .lightbox-nav {
    width: 38px;
    height: 54px;
    font-size: 2.4rem;
  }
}
