*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ov-body {
  margin: 0;
  color: var(--ov-ink);
  font-family: var(--ov-sans);
  background: var(--ov-cream);
  overflow-x: hidden;
}

:root {
  --ov-burgundy: #631b26;
  --ov-burgundy-deep: #4a1219;
  --ov-cream: #f9f7f2;
  --ov-cream-soft: #f3eee6;
  --ov-gold: #c5a059;
  --ov-gold-soft: #d4bc8a;
  --ov-ink: #1c1614;
  --ov-muted: #5c534c;
  --ov-charcoal: #12100e;
  --ov-pad: clamp(22px, 7vw, 110px);
  --ov-serif: "Cormorant Garamond", "Times New Roman", serif;
  --ov-sans: "Karla", "Helvetica Neue", sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.ov-page {
  margin: 0;
  overflow-x: hidden;
}

.ov-kicker {
  margin: 0 0 14px;
  color: var(--ov-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ov-heading {
  margin: 0;
  font-family: var(--ov-serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ov-rule {
  width: 56px;
  height: 1px;
  margin: 22px auto 0;
  background: var(--ov-gold);
  border: 0;
}

.ov-rule--left {
  margin: 22px 0;
}

.ov-rule--hero {
  margin: 0 0 22px;
  width: 72px;
}

.ov-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 1px;
  font-family: var(--ov-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.ov-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ov-btn--solid {
  background: var(--ov-burgundy);
  color: #fff;
  border: 1px solid var(--ov-burgundy);
}

.ov-btn--solid:hover {
  background: var(--ov-burgundy-deep);
}

.ov-btn--ghost {
  background: transparent;
  color: #8d6d38;
  border: 1px solid #b8956a;
}

.ov-btn--ghost:hover {
  background: rgba(200, 163, 106, 0.1);
}

.ov-btn--line {
  background: transparent;
  color: var(--ov-gold);
  border: 1px solid var(--ov-gold);
  padding: 18px 36px;
  font-size: 0.78rem;
}

.ov-btn--line:hover {
  background: var(--ov-gold);
  color: var(--ov-burgundy-deep);
}

/* Header */
.ov-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--ov-burgundy);
  color: #fff;
}

.ov-header--overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(8, 6, 6, 0.55), transparent);
}

.ov-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--ov-pad);
}

.ov-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.ov-logo img {
  display: block;
  height: 58px;
  width: auto;
  mix-blend-mode: screen;
}

.ov-logo--footer img {
  height: 78px;
}

.ov-nav {
  min-width: 0;
}

.ov-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ov-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ov-nav a:hover,
.ov-nav .current-menu-item > a {
  color: var(--ov-gold);
}

.ov-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(196, 163, 106, 0.45);
  background: transparent;
  cursor: pointer;
}

.ov-nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ov-gold);
}

/* Banner */
.ov-banner {
  padding: 120px var(--ov-pad) 64px;
  background: var(--ov-burgundy);
  color: #fff;
}

body.ov-home .ov-banner {
  display: none;
}

.ov-banner__title {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  color: #fff;
}

.ov-banner__text {
  max-width: 42ch;
  margin: 16px 0 0;
  font-family: var(--ov-serif);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.78);
}

/* Hero */
.ov-hero {
  position: relative;
  min-height: 82vh;
  max-height: 900px;
  display: flex;
  align-items: center;
  padding: 120px var(--ov-pad) 72px;
  color: #fff;
  background-color: #14080a;
  background-image:
    linear-gradient(90deg, rgba(22, 8, 10, 0.78) 0%, rgba(22, 8, 10, 0.38) 38%, rgba(22, 8, 10, 0.12) 68%, rgba(22, 8, 10, 0.28) 100%),
    var(--ov-hero-image);
  background-size: cover;
  background-position: center 45%;
  overflow: hidden;
}

.ov-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.ov-hero__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 18px;
  font-family: var(--ov-serif);
  font-size: clamp(4.4rem, 12vw, 8.2rem);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.03em;
}

.ov-hero__text {
  max-width: 420px;
  margin: 0 0 34px;
  font-family: var(--ov-sans);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.ov-hero__rose {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: min(340px, 34vw);
  color: var(--ov-gold);
  opacity: 0.22;
  pointer-events: none;
  z-index: 1;
}

/* About */
.ov-about {
  background: var(--ov-cream);
  padding: 88px var(--ov-pad);
  border-bottom: 1px solid var(--ov-burgundy);
}

.ov-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.ov-about__title {
  max-width: 18ch;
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  color: #2a2320;
}

.ov-about__copy .ov-rule {
  margin: 0 0 22px;
}

.ov-about__text p {
  margin: 0 0 16px;
  max-width: 52ch;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ov-muted);
}

.ov-about__actions {
  margin-top: 28px;
}

.ov-about__photo img {
  display: block;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center top;
}

.ov-about__photo--solid img {
  min-height: 420px;
  -webkit-mask-image: none;
  mask-image: none;
}

/* Repertoire */
.ov-repertoire {
  position: relative;
  padding: 88px var(--ov-pad);
  background: var(--ov-burgundy);
  color: #fff;
  overflow: hidden;
}

.ov-repertoire--photo {
  background: var(--ov-burgundy);
  isolation: isolate;
  overflow: hidden;
}

.ov-cta--photo {
  isolation: isolate;
  overflow: hidden;
  background-color: #14080a;
  background-image: var(--ov-rose-image);
  background-size: cover;
  background-position: center;
}

.ov-repertoire--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ov-rose-image);
  background-size: cover;
  background-position: center 40%;
  filter: blur(1px) saturate(0.85);
  transform: scale(1.04);
  z-index: 0;
}

.ov-repertoire--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(99, 27, 38, 0.42) 0%, rgba(55, 8, 16, 0.84) 58%, rgba(28, 4, 10, 0.94) 100%),
    linear-gradient(180deg, rgba(99, 27, 38, 0.74) 0%, rgba(74, 16, 24, 0.88) 100%);
  z-index: 1;
}

.ov-cta--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(55, 12, 18, 0.92);
  z-index: 1;
  pointer-events: none;
}

.ov-repertoire--photo > *,
.ov-cta--photo > * {
  position: relative;
  z-index: 2;
}

.ov-repertoire__head,
.ov-gallery__head {
  text-align: center;
  margin-bottom: 56px;
}

.ov-repertoire__title,
.ov-gallery__title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: #fff;
}

.ov-repertoire__title {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.ov-repertoire__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ov-rep {
  padding: 8px 28px;
  text-align: center;
}

.ov-rep:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.ov-rep__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--ov-gold);
}

.ov-rep__icon svg,
.ov-rep__icon {
  width: 48px;
  height: 48px;
}

.ov-rep__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ov-rep__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.ov-lineup {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.ov-lineup__item h3 {
  margin: 0 0 8px;
  color: var(--ov-gold);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ov-lineup__item p {
  margin: 0;
  font-family: var(--ov-serif);
  font-size: 1.2rem;
}

.ov-awards {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.ov-awards li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(28, 22, 20, 0.1);
  color: var(--ov-muted);
  line-height: 1.6;
}

/* Events */
.ov-events {
  background: var(--ov-cream);
  padding: 88px var(--ov-pad) 96px;
}

.ov-events__head {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}

.ov-events__title {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  color: #2a2320;
}

.ov-events__head .ov-rule {
  margin-top: 16px;
}

.ov-events__all {
  position: absolute;
  right: 0;
  top: 58%;
  transform: translateY(-50%);
  color: #8d6d38;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.ov-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ov-events__grid--list {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin: 0 auto;
}

.ov-event {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 148px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 22, 20, 0.06);
  box-shadow: 0 10px 28px rgba(28, 22, 20, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ov-event:hover {
  transform: translateY(-3px);
}

.ov-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ov-burgundy);
  color: #fff;
  padding: 18px 6px;
}

.ov-event__day {
  font-family: var(--ov-sans);
  font-size: 2.05rem;
  line-height: 0.9;
  font-weight: 700;
}

.ov-event__month {
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #fff;
  text-transform: uppercase;
}

.ov-event__year {
  margin-top: 4px;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.82);
}

.ov-event__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px;
  background: #fff;
}

.ov-event__title {
  margin: 0 0 4px;
  font-family: var(--ov-serif);
  font-size: 1.22rem;
  font-weight: 600;
  color: #2a2320;
}

.ov-event__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: #8d6d38;
}

.ov-event__meta svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  color: var(--ov-gold);
}

.ov-events__cta {
  margin-top: 40px;
  text-align: center;
}

/* Gallery */
.ov-gallery {
  position: relative;
  padding: 88px var(--ov-pad) 96px;
  background: var(--ov-charcoal);
}

.ov-gallery--photo {
  isolation: isolate;
  overflow: hidden;
  background: #0c0a0a;
}

.ov-gallery--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ov-gallery-bg);
  background-size: cover;
  background-position: center 40%;
  filter: grayscale(0.35) blur(2px) saturate(0.4);
  transform: scale(1.08);
  z-index: 0;
}

.ov-gallery--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 8, 0.9);
  z-index: 1;
}

.ov-gallery--photo > * {
  position: relative;
  z-index: 2;
}

.ov-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ov-gallery__grid--full {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ov-gallery__item {
  display: block;
  overflow: hidden;
  background: #1a1614;
}

.ov-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ov-gallery__item:hover img {
  transform: scale(1.05);
}

.ov-gallery__cta {
  margin-top: 40px;
  text-align: center;
}

.ov-gallery--page {
  padding-top: 48px;
}

/* CTA */
.ov-cta {
  position: relative;
  padding: 72px var(--ov-pad);
  background-color: var(--ov-burgundy);
  color: #fff;
}

.ov-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

.ov-cta__title {
  margin: 0 0 12px;
  font-size: clamp(2.3rem, 4.4vw, 3.6rem);
  color: #fff;
}

.ov-cta__text {
  margin: 0;
  max-width: 38ch;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}

.ov-cta__rule {
  width: 1px;
  height: 88px;
  background: rgba(255, 255, 255, 0.22);
}

.ov-cta__action {
  display: flex;
  justify-content: center;
}

/* Contact */
.ov-contact {
  padding: 64px var(--ov-pad) 100px;
  background: var(--ov-cream);
}

.ov-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.ov-contact__aside {
  padding: 32px;
  background: #fffdf8;
  box-shadow: 0 14px 40px rgba(28, 22, 20, 0.07);
}

.ov-contact__org {
  margin: 0 0 16px;
  font-size: 2rem;
}

.ov-contact__aside p,
.ov-contact__meta {
  color: var(--ov-muted);
  line-height: 1.65;
}

.ov-contact__aside a {
  color: var(--ov-burgundy);
  text-decoration: none;
}

.ov-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.ov-form label span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ov-muted);
}

.ov-form input,
.ov-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(28, 22, 20, 0.16);
  background: #fffdf8;
  color: var(--ov-ink);
  font-family: var(--ov-sans);
  font-size: 1rem;
}

.ov-form input:focus,
.ov-form textarea:focus {
  outline: 1px solid var(--ov-gold);
}

.ov-form__note {
  margin: 12px 0 0;
  color: var(--ov-burgundy);
}

.ov-form__note--ok {
  color: #2e5a3a;
}

/* Footer */
.ov-footer {
  background: var(--ov-charcoal);
  color: rgba(255, 255, 255, 0.78);
  padding: 56px var(--ov-pad) 0;
}

.ov-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.ov-footer__label {
  margin: 0 0 14px;
  color: var(--ov-gold);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ov-footer__text {
  margin: 0 0 8px;
  line-height: 1.6;
}

.ov-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ov-footer__links a {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.ov-footer__links a:hover,
.ov-footer a:hover {
  color: var(--ov-gold);
}

.ov-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

.ov-logo--footer {
  margin-bottom: 12px;
}

.ov-kicker--red {
  color: var(--ov-burgundy);
}

.ov-page-hero {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 140px var(--ov-pad) 56px;
  color: #fff;
  background-color: #14080a;
  background-image:
    linear-gradient(90deg, rgba(18, 8, 10, 0.78) 0%, rgba(18, 8, 10, 0.35) 55%, rgba(18, 8, 10, 0.15) 100%),
    var(--ov-hero-image);
  background-size: cover;
  background-position: center 30%;
}

.ov-page-hero--top {
  background-position: center top;
}

.ov-page-hero--center {
  background-position: center center;
}

.ov-page-hero--bottom {
  background-position: center bottom;
}

.ov-page-hero__crumbs {
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.ov-page-hero__crumbs a {
  color: inherit;
  text-decoration: none;
}

.ov-page-hero__title {
  font-size: clamp(3.2rem, 7vw, 5.4rem);
  color: #fff;
}

.ov-page-hero__text {
  max-width: 36ch;
  margin: 14px 0 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.ov-shows {
  padding: 64px var(--ov-pad) 100px;
  background: var(--ov-cream);
}

.ov-shows__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.75fr);
  gap: 48px;
  align-items: start;
}

.ov-shows__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.ov-shows__title {
  font-size: clamp(2rem, 3.6vw, 3rem);
  color: #2a2320;
}

.ov-shows__past {
  color: var(--ov-burgundy);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.ov-show {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(28, 22, 20, 0.1);
}

.ov-show--extra {
  display: none;
}

.ov-shows.is-open .ov-show--extra {
  display: grid;
}

.ov-show__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 12px 8px;
  background: var(--ov-burgundy);
  color: #fff;
}

.ov-show__day {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.ov-show__month,
.ov-show__year,
.ov-show__clock {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ov-show__clock {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.75);
}

.ov-show__name {
  margin: 0 0 6px;
  font-family: var(--ov-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: #2a2320;
}

.ov-show__place {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 0.86rem;
  color: #6b625b;
}

.ov-show__place svg {
  width: 14px;
  height: 14px;
  color: var(--ov-gold);
}

.ov-show__text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ov-muted);
}

.ov-show__city {
  margin: 0;
  color: var(--ov-burgundy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ov-shows__more {
  margin-top: 28px;
  text-align: center;
}

.ov-side-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 24px;
  margin-bottom: 28px;
  background: var(--ov-burgundy);
  color: #fff;
  text-align: center;
}

.ov-side-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ov-rose-image);
  background-size: cover;
  opacity: 0.28;
  z-index: 0;
}

.ov-side-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(99, 27, 38, 0.78);
  z-index: 1;
}

.ov-side-cta > * {
  position: relative;
  z-index: 2;
}

.ov-side-cta__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  color: var(--ov-gold);
}

.ov-side-cta__icon svg {
  width: 100%;
  height: 100%;
}

.ov-side-cta__title {
  margin: 0 0 10px;
  font-size: 1.7rem;
  color: #fff;
}

.ov-side-cta p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.ov-facts {
  margin-bottom: 28px;
}

.ov-facts ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ov-facts li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(28, 22, 20, 0.08);
}

.ov-facts li span {
  display: flex;
  width: 22px;
  height: 22px;
  color: var(--ov-burgundy);
}

.ov-facts li svg {
  width: 100%;
  height: 100%;
}

.ov-facts strong,
.ov-facts em {
  display: block;
  font-style: normal;
}

.ov-facts strong {
  font-size: 0.92rem;
}

.ov-facts em {
  font-size: 0.84rem;
  color: var(--ov-muted);
}

.ov-quote img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ov-quote figcaption {
  position: relative;
  padding: 20px 18px 18px;
  background: #fff;
  font-family: var(--ov-serif);
  font-size: 1.2rem;
  line-height: 1.4;
  color: #2a2320;
}

.ov-quote__mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  color: var(--ov-gold);
}

.ov-quote__mark svg {
  width: 100%;
  height: 100%;
}

.ov-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ov-album {
  padding: 0 0 100px;
  background: var(--ov-cream);
}

.ov-album__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px var(--ov-pad);
  border-bottom: 1px solid rgba(28, 22, 20, 0.08);
}

.ov-album__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
}

.ov-album__filter {
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  color: #5c534c;
  font-family: var(--ov-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.ov-album__filter.is-active {
  color: var(--ov-burgundy);
  border-bottom-color: var(--ov-burgundy);
}

.ov-album__tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ov-album__sort select {
  appearance: none;
  padding: 10px 28px 10px 12px;
  border: 1px solid rgba(28, 22, 20, 0.12);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23631b26' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 10px center;
  color: var(--ov-ink);
  font-family: var(--ov-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ov-album__filter-btn {
  pointer-events: none;
}

.ov-album__filter-btn svg {
  width: 14px;
  height: 14px;
}

.ov-album__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 28px var(--ov-pad) 0;
}

.ov-album__item {
  display: block;
  overflow: hidden;
  background: #1a1614;
}

.ov-album__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ov-album__item:hover img {
  transform: scale(1.04);
}

.ov-album__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 28px 24px;
  background: var(--ov-burgundy);
  color: #fff;
  text-align: center;
}

.ov-album__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
}

.ov-album__cta-icon svg {
  width: 20px;
  height: 20px;
}

.ov-album__cta h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  color: #fff;
}

.ov-album__cta p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .ov-album__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ov-album__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ov-album__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .ov-shows__layout {
    grid-template-columns: 1fr;
  }
}

.ct-section-inner-wrap:has(.ov-page),
.ct-section-inner-wrap:has(.ov-hero),
body.ov-home .ct-section,
body.ov-home .ct-section > .ct-section-inner-wrap,
body.ov-home .ct-code-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  .ov-nav-toggle {
    display: block;
  }

  .ov-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ov-burgundy-deep);
    padding: 16px var(--ov-pad) 24px;
  }

  .ov-header.is-open .ov-nav {
    display: block;
  }

  .ov-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .ov-events__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .ov-events__all {
    display: none;
  }

  .ov-gallery--home .ov-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ov-gallery--home .ov-gallery__item:nth-child(n+4) {
    display: none;
  }

  .ov-lineup {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .ov-hero {
    min-height: 66vh;
    max-height: none;
    padding-top: 110px;
    padding-bottom: 56px;
  }

  .ov-disc-card,
  .ov-about__inner,
  .ov-cta__inner,
  .ov-contact__grid,
  .ov-footer__inner {
    grid-template-columns: 1fr;
  }

  .ov-about__photo img {
    min-height: 320px;
  }

  .ov-repertoire__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ov-rep:nth-child(2) {
    border-right: none;
  }

  .ov-cta__rule {
    display: none;
  }

  .ov-gallery__grid--full {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ov-repertoire__grid,
  .ov-lineup {
    grid-template-columns: 1fr;
  }

  .ov-rep,
  .ov-rep:not(:last-child) {
    border-right: none;
    padding: 22px 0;
  }

  .ov-gallery--home .ov-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ov-gallery--home .ov-gallery__item:nth-child(-n+4) {
    display: block;
  }

  .ov-disc-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ov-disc-card__tracks {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(28, 22, 20, 0.1);
    padding-top: 18px;
  }

  .ov-shows__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ov-show {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .ov-show__city {
    grid-column: 2;
    justify-self: start;
  }
}

/* Discography */
.ov-disc {
  background: #f3f0ef;
  padding-bottom: 96px;
}

.ov-disc-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px var(--ov-pad);
  background: #f3f0ef;
  border-bottom: 1px solid rgba(28, 22, 20, 0.08);
}

.ov-disc-bar__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ov-disc-bar__filter {
  padding: 10px 16px;
  border: 1px solid rgba(28, 22, 20, 0.12);
  border-radius: 4px;
  background: #fff;
  color: #2a2320;
  font-family: var(--ov-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.ov-disc-bar__filter.is-active {
  background: var(--ov-burgundy);
  border-color: var(--ov-burgundy);
  color: #fff;
}

.ov-disc-bar__sort select {
  appearance: none;
  padding: 10px 32px 10px 14px;
  border: 1px solid rgba(28, 22, 20, 0.12);
  border-radius: 4px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23631b26' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center;
  color: var(--ov-ink);
  font-family: var(--ov-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ov-disc__list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px var(--ov-pad) 0;
  display: grid;
  gap: 22px;
}

.ov-disc-card {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1.2fr) minmax(220px, 0.85fr);
  gap: 28px 32px;
  align-items: stretch;
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(28, 22, 20, 0.06);
  box-shadow: 0 10px 28px rgba(28, 22, 20, 0.05);
}

.ov-disc-card__cover {
  background: #fff;
  overflow: hidden;
  align-self: start;
}

.ov-disc-card__cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ov-disc-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 8px 0;
}

.ov-disc-card__meta {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ov-gold);
}

.ov-disc-card__title {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #2a2320;
}

.ov-disc-card__text {
  margin: 0 0 28px;
  max-width: 46ch;
  line-height: 1.7;
  color: var(--ov-muted);
}

.ov-disc-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ov-disc-card__tracks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 8px 28px;
  border-left: 1px solid rgba(28, 22, 20, 0.1);
}

.ov-disc-card__tracks ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ov-disc-card__tracks li {
  display: flex;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #2a2320;
}

.ov-disc-card__tracks li span {
  flex-shrink: 0;
  width: 1.6em;
  color: var(--ov-gold);
  font-variant-numeric: tabular-nums;
}

.ov-disc-card__tracks li.is-extra {
  display: none;
}

.ov-disc-card.is-open .ov-disc-card__tracks li.is-extra {
  display: flex;
}

.ov-disc-card__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ov-burgundy);
  font-family: var(--ov-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.ov-disc-card__all svg {
  width: 14px;
  height: 14px;
}

.ov-disc__empty {
  margin: 24px 0 0;
  text-align: center;
  color: var(--ov-muted);
}

@media (max-width: 980px) {
  .ov-page-hero {
    min-height: 300px;
    padding: 120px var(--ov-pad) 36px;
  }

  .ov-page-hero__title {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .ov-disc-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px var(--ov-pad);
  }

  .ov-disc-bar__filters {
    gap: 8px;
  }

  .ov-disc-bar__filter {
    padding: 8px 12px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .ov-disc-bar__sort,
  .ov-disc-bar__sort select {
    width: 100%;
  }

  .ov-disc__list {
    padding: 16px var(--ov-pad) 0;
    gap: 14px;
  }

  .ov-disc-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .ov-disc-card__cover {
    width: min(100%, 180px);
    margin: 0 auto;
  }

  .ov-disc-card__body,
  .ov-disc-card__tracks {
    padding: 0;
  }

  .ov-disc-card__tracks {
    border-left: 0;
    border-top: 1px solid rgba(28, 22, 20, 0.1);
    padding-top: 16px;
  }

  .ov-disc-card__text {
    margin-bottom: 16px;
  }

  .ov-disc-card__tracks li {
    overflow-wrap: anywhere;
  }

  .ov-disc-card__actions .ov-btn {
    width: 100%;
    justify-content: center;
  }
}
