/*
Theme Name: BigBand Modern
Theme URI: https://bigband-deutscheoperberlin.de
Author: BigBand der Deutschen Oper Berlin
Description: Custom bilingual theme without a page builder.
Version: 1.1.10
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: bigband-modern
*/

:root {
  --ink: #071018;
  --ink-soft: #101d27;
  --paper: #f4f1e9;
  --paper-pure: #fffdf8;
  --gold: #c7a25a;
  --gold-bright: #e1bd73;
  --muted: #aab2b7;
  --line-dark: rgba(255, 255, 255, 0.17);
  --line-light: rgba(7, 16, 24, 0.2);
  --display: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --content: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
button, input, textarea { font: inherit; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed !important;
  z-index: 9999;
  top: 12px; left: 12px;
  width: auto; height: auto;
  padding: 12px 16px; margin: 0;
  clip: auto;
  color: var(--ink); background: var(--paper-pure);
}
.wrap { width: var(--content); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--paper); background: var(--ink); }
.section-kicker {
  display: flex; align-items: center; gap: 14px;
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 48px; height: 1px; background: currentColor; }
.section-title {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400; line-height: 0.94; letter-spacing: -0.045em;
}
.section-intro { max-width: 720px; margin: 30px 0 0; font-size: 1.15rem; }
.button-link {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 52px; padding: 12px 20px;
  border: 1px solid currentColor;
  color: var(--paper); background: transparent;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button-link::after { content: "→"; font-size: 1.1rem; }
.button-link:hover, .button-link:focus-visible { color: var(--ink); background: var(--gold-bright); border-color: var(--gold-bright); }
.button-link.light { color: var(--ink); }
.button-link.light:hover, .button-link.light:focus-visible { color: var(--paper); background: var(--ink); border-color: var(--ink); }

.site-header {
  position: fixed; z-index: 1000;
  top: 0; left: 0; right: 0;
  color: var(--paper);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(7, 16, 24, 0.94);
}
.header-inner {
  display: grid; grid-template-columns: 240px 1fr auto;
  align-items: center; min-height: 76px; gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border: 1px solid var(--gold); color: var(--gold);
  font-family: var(--display); font-size: 1.05rem;
}
.brand-text { font-size: 0.74rem; font-weight: 700; line-height: 1.25; letter-spacing: 0.08em; text-transform: uppercase; }
.primary-nav ul { display: flex; justify-content: center; gap: clamp(16px, 2.3vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-nav a, .language-switch a {
  color: inherit; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase;
}
.primary-nav a { position: relative; padding: 28px 0 25px; }
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 1px; background: var(--gold);
  transition: right 160ms ease;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.language-switch { display: flex; align-items: center; gap: 8px; }
.language-switch .active { color: var(--gold-bright); }
.language-divider { color: #65717a; }
.menu-toggle {
  display: none; width: 48px; height: 48px; padding: 0;
  border: 1px solid var(--line-dark); color: var(--paper); background: transparent;
}
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after {
  display: block; width: 20px; height: 1px; margin: auto; background: currentColor; transition: transform 160ms ease;
}
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before, .menu-toggle-lines::after { content: ""; position: absolute; left: 0; }
.menu-toggle-lines::before { top: -6px; }
.menu-toggle-lines::after { top: 6px; }
.menu-open .menu-toggle-lines { background: transparent; }
.menu-open .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }

.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: flex-end;
  color: var(--paper); background: var(--ink);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(7, 16, 24, 0.62); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; filter: saturate(0.75) contrast(1.07); }
.hero-content { position: relative; z-index: 1; padding-top: 170px; padding-bottom: 76px; }
.hero-eyebrow { margin: 0 0 24px; color: var(--gold-bright); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.hero h1 {
  max-width: 980px; margin: 0;
  font-family: var(--display); font-size: clamp(4rem, 9vw, 8.8rem); font-weight: 400; line-height: 0.82; letter-spacing: -0.065em;
}
.hero h1 span { display: block; margin-left: 12vw; color: var(--gold-bright); font-style: italic; }
.hero-bottom {
  display: grid; grid-template-columns: minmax(260px, 520px) auto; align-items: end; justify-content: space-between; gap: 36px;
  margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line-dark);
}
.hero-lead { margin: 0; max-width: 500px; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.events-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-bottom: 60px; }
.events-list { border-top: 1px solid var(--line-dark); }
.event-row {
  display: grid; grid-template-columns: 150px minmax(260px, 1fr) minmax(180px, 0.45fr) auto;
  align-items: center; gap: 28px; min-height: 140px;
  border-bottom: 1px solid var(--line-dark); text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}
.event-row:hover, .event-row:focus-visible { color: var(--gold-bright); background: rgba(255, 255, 255, 0.035); }
.event-date { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 12px; }
.event-day { font-family: var(--display); font-size: 3.5rem; line-height: 1; }
.event-month { color: var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.event-year { display: block; color: var(--muted); letter-spacing: 0.05em; }
.event-name { margin: 0; font-family: var(--display); font-size: clamp(1.55rem, 2.6vw, 2.45rem); font-weight: 400; line-height: 1.12; }
.event-venue { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.event-subtitle, .event-place { color: var(--muted); font-size: 0.88rem; }
.event-time { color: var(--paper); font-size: 0.92rem; }
.event-arrow { font-size: 1.6rem; }
.no-events { padding: 34px 0; border-bottom: 1px solid var(--line-dark); color: var(--muted); }

.about-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.about-image { position: sticky; top: 110px; }
.about-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(0.8); }
.about-image figcaption { margin-top: 10px; color: #59626a; font-size: 0.74rem; }
.about-copy .section-title { font-size: clamp(3.2rem, 6vw, 5.8rem); }
.about-copy p { max-width: 650px; }
.quote {
  margin: 44px 0; padding: 32px 0 32px 28px;
  border-left: 2px solid var(--gold);
  font-family: var(--display); font-size: clamp(1.45rem, 2.7vw, 2.2rem); line-height: 1.25;
}
.quote cite { display: block; margin-top: 18px; font-family: var(--sans); font-size: 0.72rem; font-style: normal; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.series-intro { display: grid; grid-template-columns: 1fr 0.7fr; gap: 80px; align-items: end; }
.series-list { margin-top: 72px; border-top: 1px solid var(--line-light); }
.series-item { border-bottom: 1px solid var(--line-light); }
.series-summary { display: grid; grid-template-columns: 62px 1fr 52px; gap: 28px; align-items: center; padding: 34px 0; cursor: pointer; list-style: none; }
.series-summary::-webkit-details-marker { display: none; }
.series-summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.series-number { color: #6c747a; font-size: 0.75rem; letter-spacing: 0.1em; }
.series-title-group { display: block; }
.series-name { display: block; margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; }
.series-note { display: block; margin: 12px 0 0; color: #59626a; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.series-toggle { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line-light); transition: color 180ms ease, background 180ms ease; }
.series-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform 180ms ease; }
.series-item[open] .series-toggle { color: var(--paper); background: var(--ink); }
.series-item[open] .series-toggle svg { transform: rotate(180deg); }
.series-description { max-width: 780px; margin-left: 90px; padding: 0 80px 42px 0; }
.series-description p { margin: 0 0 15px; }
.series-description p:last-child { margin-bottom: 0; }

.musicians-head { display: grid; grid-template-columns: 1fr 0.6fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.musicians-head p { max-width: 500px; margin: 0; color: var(--muted); }
.member-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.member { position: relative; min-height: 370px; background: var(--ink-soft); overflow: hidden; }
.member-trigger { display: block; width: 100%; height: 100%; min-height: 370px; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.member img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: filter 220ms ease, transform 300ms ease; }
.member:hover img { filter: grayscale(0.15); transform: scale(1.025); }
.member-trigger:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: -4px; }
.member-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 20px 18px; background: rgba(7, 16, 24, 0.78); }
.member-name { display: block; margin: 0; font-family: var(--display); font-size: 1.4rem; font-weight: 400; }
.member-role { display: block; margin: 4px 0 0; color: var(--gold-bright); font-size: 0.7rem; letter-spacing: 0.11em; text-transform: uppercase; }
.member-more { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 9px; border-top: 1px solid var(--line-dark); color: var(--paper); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.members-empty { grid-column: 1 / -1; padding: 36px; }
.members-toggle { display: none; }

.member-modal, .video-modal, .gallery-modal { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(2, 8, 12, 0.92); }
.member-modal[hidden], .video-modal[hidden], .gallery-modal[hidden] { display: none; }
.member-modal-panel { position: relative; display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(380px, 1.25fr); width: min(100%, 980px); max-height: calc(100vh - 48px); overflow: auto; color: var(--ink); background: var(--paper-pure); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48); }
.member-modal-portrait { min-height: 620px; background: var(--ink-soft); }
.member-modal-portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.25); }
.member-modal-copy { padding: 64px 56px 56px; }
.member-modal-copy .section-kicker { margin-bottom: 15px; }
.member-modal-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 0.95; letter-spacing: -0.04em; }
.member-modal-role { margin: 16px 0 34px; color: #8a6b32; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.translation-note { padding: 12px 14px; border-left: 2px solid var(--gold); color: #59626a; font-size: 0.8rem; }
.member-biography { font-size: 0.96rem; line-height: 1.72; }
.member-biography p:first-child { margin-top: 0; }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid currentColor; color: var(--ink); background: var(--paper-pure); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.modal-close:hover, .modal-close:focus-visible { color: var(--paper); background: var(--ink); }

.video-library { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.video-card { position: relative; min-height: 250px; padding: 0; overflow: hidden; border: 0; color: var(--paper); background: var(--ink); text-align: left; cursor: pointer; }
.video-card-featured { grid-column: span 3; min-height: 520px; }
.video-card-featured + .video-card-featured { grid-column: span 2; min-height: 380px; }
.video-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.35) brightness(0.55); transition: transform 300ms ease, filter 220ms ease; }
.video-card:hover img, .video-card:focus-visible img { transform: scale(1.025); filter: grayscale(0) brightness(0.48); }
.video-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.video-overlay { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 18px; padding: 26px; }
.video-play { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; padding-left: 3px; border: 1px solid var(--gold-bright); color: var(--gold-bright); border-radius: 50%; font-size: 0.85rem; }
.video-overlay small, .broadcast-card small { display: block; color: var(--gold-bright); font-size: 0.68rem; font-style: normal; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.video-overlay strong { display: block; margin-top: 4px; font-family: var(--display); font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 400; line-height: 1.1; }
.video-modal-panel { position: relative; width: min(100%, 1100px); padding-top: 54px; background: var(--ink); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.6); }
.video-modal .modal-close { color: var(--paper); background: var(--ink); }
.video-modal .modal-close:hover, .video-modal .modal-close:focus-visible { color: var(--ink); background: var(--gold-bright); }
.video-frame { aspect-ratio: 16 / 9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.albums { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; margin-top: 112px; padding-top: 40px; border-top: 1px solid var(--line-light); }
.albums-heading h3, .gallery-heading h3 { max-width: 620px; margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 400; line-height: 0.98; letter-spacing: -0.035em; }
.album-list { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.album-list li { display: grid; grid-template-columns: 46px 1fr auto; align-items: baseline; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line-light); }
.album-list span, .album-list small { color: #59626a; font-size: 0.74rem; }
.album-list strong { font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.broadcast-card { display: flex; align-items: flex-end; min-height: 330px; margin-top: 80px; padding: 36px; color: var(--paper); background: var(--ink) url('assets/images/scene-1.jpg') center 42% / cover no-repeat; text-decoration: none; }
.broadcast-card > span { max-width: 650px; padding: 24px; background: rgba(7, 16, 24, 0.88); }
.broadcast-card strong { display: block; margin: 5px 0 18px; font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); font-weight: 400; line-height: 1; }
.broadcast-card em { color: var(--gold-bright); font-size: 0.73rem; font-style: normal; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.gallery-heading { margin-top: 112px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 270px; gap: 18px; margin-top: 54px; }
.gallery-grid .gallery-item { position: relative; margin: 0; overflow: hidden; border: 0; color: var(--paper); background: var(--ink); text-align: left; cursor: zoom-in; }
.gallery-grid .gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-grid .gallery-item:nth-child(6) { grid-column: span 2; }
.gallery-grid .gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid:not(.is-expanded) > .gallery-item:nth-child(n + 7) { display: none; }
.gallery-item img { transition: transform 300ms ease, filter 220ms ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.018); filter: brightness(0.9); }
.gallery-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.media-caption { position: absolute; inset: auto 0 0; padding: 50px 24px 20px; color: var(--paper); background: rgba(7, 16, 24, 0.78); }
.media-caption span { display: block; color: var(--gold-bright); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.media-caption strong { display: block; margin-top: 5px; font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.media-caption .gallery-open { position: absolute; right: 22px; bottom: 22px; color: var(--paper); font-size: 1.2rem; }
.gallery-toggle { display: flex; align-items: center; justify-content: space-between; width: min(100%, 320px); min-height: 54px; margin: 24px auto 0; padding: 12px 18px; border: 1px solid var(--line-light); color: var(--ink); background: transparent; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }
.gallery-toggle:hover, .gallery-toggle:focus-visible { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.gallery-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform 180ms ease; }
.gallery-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.gallery-modal-panel { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; width: min(100%, 1280px); height: min(88vh, 900px); padding: 54px 0 0; background: var(--ink); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.6); }
.gallery-modal .modal-close { color: var(--paper); background: var(--ink); }
.gallery-modal .modal-close:hover, .gallery-modal .modal-close:focus-visible { color: var(--ink); background: var(--gold-bright); }
.gallery-modal-figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.gallery-modal-figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-modal-figure figcaption { display: flex; justify-content: space-between; gap: 24px; padding: 14px 2px 18px; color: var(--paper); font-family: var(--display); font-size: 1.15rem; }
.gallery-counter { color: var(--gold-bright); font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.12em; }
.gallery-nav { display: grid; place-items: center; width: 48px; height: 48px; margin: auto; padding: 0; border: 1px solid var(--line-dark); color: var(--paper); background: transparent; cursor: pointer; }
.gallery-nav:hover, .gallery-nav:focus-visible { color: var(--ink); background: var(--gold-bright); border-color: var(--gold-bright); }
.gallery-nav svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.contact { position: relative; overflow: hidden; }
.contact::after {
  content: "B"; position: absolute; right: -0.03em; bottom: -0.35em;
  color: rgba(255, 255, 255, 0.028); font-family: var(--display); font-size: 44vw; line-height: 1; pointer-events: none;
}
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: end; }
.contact-copy .section-title { font-size: clamp(3.2rem, 7vw, 7.5rem); }
.contact-actions { display: grid; gap: 26px; padding-bottom: 8px; }
.contact-block { padding-top: 18px; border-top: 1px solid var(--line-dark); }
.contact-label { display: block; margin-bottom: 8px; color: var(--gold); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.contact-value { font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.7rem); }

.site-footer { color: var(--muted); background: #03090e; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding: 38px 0; border-top: 1px solid var(--line-dark); }
.footer-name { color: var(--paper); font-family: var(--display); font-size: 1.35rem; }
.footer-meta { margin-top: 8px; font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; font-size: 0.75rem; }

.single-event { min-height: 100vh; padding: 160px 0 100px; color: var(--paper); background: var(--ink); }
.single-event-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 54px 0; background: var(--line-dark); border: 1px solid var(--line-dark); }
.single-event-meta > div { padding: 22px; background: var(--ink); }
.single-event-content { max-width: 780px; font-size: 1.12rem; }
.single-event-back { display: inline-block; margin-bottom: 28px; color: var(--gold-bright); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.legal-page { min-height: 70vh; padding-top: 170px; background: var(--paper); }
.legal-hero { max-width: 980px; margin-bottom: 72px; }
.legal-hero .section-title { max-width: 1100px; font-size: clamp(3.6rem, 8vw, 7.2rem); overflow-wrap: anywhere; }
.legal-updated { margin: 28px 0 0; color: #59626a; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr); gap: clamp(54px, 8vw, 120px); align-items: start; }
.legal-nav { position: sticky; top: 118px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.legal-nav strong { display: block; margin-bottom: 14px; color: #59626a; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 7px 0; color: #36434b; font-size: 0.84rem; line-height: 1.4; text-decoration: none; }
.legal-nav a:hover, .legal-nav a:focus-visible { color: #8a6b32; text-decoration: underline; }
.legal-content { max-width: 820px; }
.legal-content section { padding: 0 0 44px; scroll-margin-top: 118px; }
.legal-content section + section { padding-top: 42px; border-top: 1px solid var(--line-light); }
.legal-content h2 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; }
.legal-content h3 { margin: 30px 0 10px; font-size: 1rem; }
.legal-content p, .legal-content ul { margin: 0 0 17px; }
.legal-content p:last-child, .legal-content ul:last-child { margin-bottom: 0; }
.legal-content ul { padding-left: 1.2em; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #785c28; }
.legal-card { padding: 26px; border: 1px solid var(--line-light); background: rgba(255, 253, 248, 0.55); }
.legal-card address { font-style: normal; }
.legal-note { padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(199, 162, 90, 0.1); }

@media (max-width: 1060px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .primary-nav { display: none; }
  .menu-toggle { display: block; }
  .menu-open .primary-nav {
    display: block; position: fixed; inset: 76px 0 0; padding: 44px 24px;
    color: var(--paper); background: var(--ink); overflow-y: auto;
  }
  .menu-open .primary-nav ul { display: block; }
  .menu-open .primary-nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .menu-open .primary-nav a::after { display: none; }
  .event-row { grid-template-columns: 130px 1fr auto; }
  .event-venue { display: none; }
  .member-grid { grid-template-columns: repeat(3, 1fr); }
  .video-library { grid-template-columns: repeat(2, 1fr); }
  .video-card-featured, .video-card-featured + .video-card-featured { grid-column: span 2; }
}

@media (max-width: 760px) {
  :root { --content: min(100% - 32px, 1180px); }
  body { font-size: 16px; }
  .section { padding: 78px 0; }
  .site-header { position: absolute; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .language-switch { display: none; }
  .brand-text { font-size: 0.66rem; }
  .menu-open .primary-nav { inset: 68px 0 0; }
  .menu-open .language-switch { display: flex; position: fixed; z-index: 1001; left: 24px; bottom: 28px; }
  .hero { min-height: 760px; }
  .hero-media::after { background: rgba(7, 16, 24, 0.68); }
  .hero-media img { object-position: 62% center; }
  .hero-content { padding-top: 155px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(3.65rem, 19vw, 6.2rem); line-height: 0.86; }
  .hero h1 span { margin: 8px 0 0 8vw; }
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; margin-top: 42px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button-link { padding-inline: 14px; }
  .events-heading, .series-intro, .musicians-head, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .events-heading { margin-bottom: 34px; }
  .event-row { grid-template-columns: 86px 1fr auto; gap: 14px; min-height: 116px; }
  .event-date { display: block; }
  .event-day { font-size: 2.7rem; }
  .event-year { display: none; }
  .event-name { font-size: 1.45rem; }
  .event-time { display: none; }
  .event-arrow { font-size: 1.2rem; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-image { position: static; }
  .about-image img { aspect-ratio: 5 / 4; }
  .series-list { margin-top: 44px; }
  .series-summary { grid-template-columns: 42px 1fr 42px; gap: 12px; padding: 28px 0; }
  .series-toggle { width: 40px; height: 40px; }
  .series-description { margin-left: 54px; padding: 0 0 34px; }
  .member-grid { grid-template-columns: repeat(2, 1fr); }
  .member-grid:not(.is-expanded) > .member:nth-of-type(n + 5) { display: none; }
  .member, .member img, .member-trigger { min-height: 280px; }
  .members-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; margin-top: 18px; padding: 12px 18px; border: 1px solid var(--line-dark); color: var(--paper); background: transparent; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }
  .members-toggle:hover, .members-toggle:focus-visible { color: var(--ink); background: var(--gold-bright); border-color: var(--gold-bright); }
  .members-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform 180ms ease; }
  .members-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .member-modal { padding: 12px; }
  .member-modal-panel { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }
  .member-modal-portrait { min-height: 310px; max-height: 45vh; }
  .member-modal-copy { padding: 42px 26px 32px; }
  .video-library { grid-template-columns: 1fr; }
  .video-card, .video-card-featured, .video-card-featured + .video-card-featured { grid-column: auto; min-height: 300px; }
  .albums { grid-template-columns: 1fr; gap: 34px; margin-top: 80px; }
  .album-list li { grid-template-columns: 38px 1fr; }
  .album-list small { grid-column: 2; }
  .broadcast-card { min-height: 300px; margin-top: 64px; padding: 18px; }
  .gallery-heading { margin-top: 80px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 240px; }
  .gallery-grid .gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
  .gallery-grid .gallery-item:nth-child(6) { grid-column: auto; }
  .gallery-modal { padding: 0; }
  .gallery-modal-panel { grid-template-columns: 52px minmax(0, 1fr) 52px; width: 100%; height: 100%; padding-top: 62px; }
  .gallery-modal-figure figcaption { padding-inline: 4px; }
  .contact-actions { margin-top: 12px; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .single-event-meta { grid-template-columns: 1fr; }
  .legal-page { padding-top: 122px; }
  .legal-hero { margin-bottom: 52px; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-nav { position: static; }
  .legal-nav a { display: inline-block; margin: 0 16px 8px 0; }
}

@media (max-width: 480px) {
  .hero-actions { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: 1fr; }
  .member-grid:not(.is-expanded) > .member:nth-of-type(n + 4) { display: none; }
  .member, .member img, .member-trigger { min-height: 340px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-grid .gallery-item:first-child { grid-column: auto; grid-row: auto; min-height: 360px; }
  .gallery-grid:not(.is-expanded) > .gallery-item:nth-child(n + 5) { display: none; }
  .gallery-modal-panel { grid-template-columns: 42px minmax(0, 1fr) 42px; }
  .gallery-nav { width: 36px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
