:root {
  --ink: #06080d;
  --ink-soft: #10141d;
  --blue: #0757d9;
  --blue-bright: #0e65ff;
  --ivory: #f4efe6;
  --paper: #e8e0d2;
  --brass: #d6a84f;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
  --max: 1240px;
  --header: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 999;
  padding: 12px 16px;
  color: var(--white);
  background: var(--blue);
  border-radius: 4px;
}
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: rgba(6, 8, 13, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}
.brand { flex: 0 0 170px; }
.brand img { width: 170px; height: 70px; object-fit: contain; }
.record-nav { display: flex; align-items: center; justify-content: flex-start; gap: clamp(8px, 1.2vw, 18px); width: 100%; overflow-x: auto; scrollbar-width: none; overscroll-behavior-inline: contain; }
.record-nav::-webkit-scrollbar { display: none; }
.record-tab {
  position: relative;
  flex: 0 0 auto;
  min-width: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}
.record-tab:hover, .record-tab:focus-visible, .record-tab.is-active { color: var(--white); transform: translateY(-2px); }
.record-tab::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: -7px; height: 3px; background: var(--blue-bright); transform: scaleX(0); transition: transform .2s ease; }
.record-tab:hover::after, .record-tab:focus-visible::after, .record-tab.is-active::after { transform: scaleX(1); }
.nav-sleeve {
  position: relative;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #07080b 0 3px, #20232b 3.5px 4.5px);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 8px 16px rgba(0,0,0,.55);
  transition: transform .22s ease, box-shadow .22s ease;
}
.nav-sleeve::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 0 7px rgba(0,0,0,.12); }
.nav-sleeve::after { content: ""; position: absolute; z-index: 3; width: 3px; height: 3px; left: calc(50% - 1.5px); top: calc(50% - 1.5px); border-radius: 50%; background: var(--white); }
.nav-sleeve i {
  position: absolute;
  z-index: 2;
  inset: 27%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-style: normal;
  box-shadow: 0 0 0 1px rgba(255,255,255,.22);
}
.nav-sleeve i::before { content: "CJ"; font-size: .34rem; font-weight: 950; letter-spacing: .04em; }
.sleeve-b i { background: var(--ivory); color: var(--ink); }.sleeve-b i::before { content: "BAND"; }
.sleeve-c i { background: var(--blue); }.sleeve-c i::before { content: "HIST."; }
.sleeve-d i { background: var(--ivory); color: var(--ink); }.sleeve-d i::before { content: "▶"; font-size: .55rem; }
.sleeve-e i { background: var(--blue); }.sleeve-e i::before { content: "♪"; font-size: .55rem; }
.sleeve-f i { background: var(--ivory); color: var(--ink); }.sleeve-f i::before { content: "✉"; font-size: .52rem; }
.sleeve-extra i { background: var(--blue-bright); }.sleeve-extra i::before { content: "+"; font-size: .65rem; }
.sleeve-extra-1 i, .sleeve-extra-3 i { background: var(--ivory); color: var(--ink); }
.record-tab-extra > span:last-child { max-width: 112px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.record-tab:hover .nav-sleeve, .record-tab:focus-visible .nav-sleeve, .record-tab.is-active .nav-sleeve { transform: translateY(-4px) rotate(-4deg); box-shadow: 0 0 0 3px var(--blue-bright), 0 10px 24px rgba(14,101,255,.4); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: min(830px, calc(100svh - var(--header)));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 48%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,6,10,.96) 0%, rgba(4,6,10,.76) 37%, rgba(4,6,10,.12) 72%), linear-gradient(0deg, rgba(4,6,10,.72), transparent 48%); }
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(720px, 88vw);
  margin-left: max(24px, calc((100vw - var(--max)) / 2));
  padding: 100px 0 86px;
}
.eyebrow, .catalogue {
  margin-bottom: 18px;
  color: var(--blue-bright);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(4rem, 8.2vw, 8rem); line-height: .77; text-transform: uppercase; }
.hero h1 em { color: var(--blue-bright); font-family: Georgia, Times New Roman, serif; font-size: .72em; font-weight: 400; text-transform: none; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 900;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--blue-bright); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(6,8,13,.28); }
.button-light { color: var(--ink); background: var(--ivory); }
.hero-record {
  position: absolute;
  z-index: 1;
  right: -190px;
  bottom: -250px;
  width: 580px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 1px 8px), #07080c;
  box-shadow: -16px -12px 40px rgba(0,0,0,.65);
  opacity: .95;
}
.hero-record span { position: absolute; inset: 40%; border-radius: 50%; background: var(--blue); box-shadow: inset 0 0 0 28px #0b0d12; }
.private-flag { position: absolute; z-index: 2; right: 24px; bottom: 22px; margin: 0; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }

.section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 830px; margin-bottom: 48px; }
.section-heading h2, .history h2, .media-section h2, .contact h2 { margin-bottom: 18px; font-size: clamp(3rem, 6.2vw, 6.4rem); line-height: .9; text-transform: uppercase; }
.section-heading > p:last-child { max-width: 650px; color: #4d5159; font-size: 1.1rem; }
.section-heading.light, .section-heading.light > p:last-child { color: var(--white); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.65); }
.section-news { background: var(--ivory); }
.sleeve-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 26px; align-items: stretch; }
.record-sleeve {
  position: relative;
  min-height: 450px;
  padding: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.sleeve-blue { color: var(--white); background: var(--blue); }
.sleeve-blue::before { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(135deg, transparent 0 9px, rgba(0,0,0,.3) 10px 11px); }
.sleeve-number { position: relative; font-size: 4.8rem; font-weight: 950; line-height: 1; opacity: .26; }
.sleeve-kicker { position: relative; margin: 12px 0; font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.record-sleeve h3 { position: relative; max-width: 420px; margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: .92; text-transform: uppercase; }
.record-sleeve p, .record-sleeve a { position: relative; }
.contact-lines { position: absolute; z-index: 2; left: 34px; bottom: 32px; display: grid; gap: 5px; }
.contact-lines a { text-decoration: none; font-weight: 800; }
.sleeve-vinyl { position: absolute; width: 330px; height: 330px; border-radius: 50%; right: -125px; bottom: -125px; background: repeating-radial-gradient(circle, #07080b 0 4px, #22252c 4px 5px); box-shadow: -16px -10px 35px rgba(0,0,0,.4); }
.sleeve-vinyl::after { content: ""; position: absolute; inset: 41%; border-radius: 50%; background: var(--ivory); box-shadow: inset 0 0 0 15px var(--blue); }
.sleeve-recruit { padding: 0; background: var(--ink); }
.sleeve-recruit > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sleeve-recruit::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.recruitment-caption { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 24px; color: var(--white); }
.recruitment-caption .contact-lines { position: static; margin-top: 8px; }
.sleeve-photo { padding: 0; }
.sleeve-photo img { width: 100%; height: 100%; object-fit: cover; }
.sleeve-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.95), transparent 62%); }
.photo-caption { position: absolute; z-index: 2; left: 28px; right: 24px; bottom: 24px; color: var(--white); }
.photo-caption h3 { margin-bottom: 6px; }
.photo-caption p { margin: 0; }
.sleeve-cream { color: var(--ink); background: var(--paper); border: 1px solid rgba(0,0,0,.12); }
.text-link { display: inline-block; margin-top: 14px; color: var(--blue); font-weight: 900; text-decoration: none; text-transform: uppercase; }
.blue-bars { position: absolute; right: 24px; bottom: 30px; display: flex; gap: 6px; }
.blue-bars i { display: block; width: 10px; height: 104px; background: var(--blue); }
.blue-bars i:nth-child(2) { height: 82px; margin-top: 22px; }.blue-bars i:nth-child(3) { height: 60px; margin-top: 44px; }.blue-bars i:nth-child(4) { height: 92px; margin-top: 12px; }.blue-bars i:nth-child(5) { height: 72px; margin-top: 32px; }

.bandleader { min-height: 700px; display: grid; grid-template-columns: minmax(320px, .85fr) 1.15fr; gap: clamp(48px, 8vw, 120px); align-items: center; color: var(--white); background: var(--ink); }
.bandleader-portrait { position: relative; min-height: 560px; overflow: hidden; background: #0a162e; box-shadow: var(--shadow); }
.bandleader-portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 12px var(--blue); pointer-events: none; }
.bandleader-portrait img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 53% center; }
.portrait-lines { position: absolute; right: -30px; bottom: 45px; width: 220px; height: 120px; background: repeating-linear-gradient(0deg, var(--blue) 0 8px, transparent 8px 20px); transform: rotate(-6deg); opacity: .9; }
.bandleader-copy h2 { margin-bottom: 10px; font-size: clamp(3.8rem, 7.2vw, 7.4rem); line-height: .83; text-transform: uppercase; }
.role { margin-bottom: 30px; color: var(--brass); font-size: .8rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 650px; font-size: clamp(1.18rem, 2vw, 1.5rem); }
blockquote { max-width: 580px; margin: 34px 0 0; padding-left: 20px; border-left: 5px solid var(--blue); color: rgba(255,255,255,.72); font-family: Georgia, Times New Roman, serif; font-size: 1.3rem; font-style: italic; }
.bio-details { max-width: 700px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.bio-details summary { padding: 18px 42px 18px 0; cursor: pointer; list-style: none; color: var(--brass); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.bio-details summary::-webkit-details-marker { display: none; }
.bio-details summary::after { content: "+"; float: right; margin-right: -34px; color: var(--white); font-size: 1.25rem; line-height: .8; }
.bio-details[open] summary::after { content: "−"; }
.bio-full { padding: 2px 0 16px; color: rgba(255,255,255,.76); }
.bio-full p { margin-bottom: 16px; }

.ensemble { color: var(--white); background: var(--blue); }
.ensemble-photo-wrap { position: relative; margin-bottom: 48px; padding: 12px; background: var(--ink); box-shadow: var(--shadow); }
.ensemble-photo-wrap img { width: 100%; aspect-ratio: 3.08 / 1; object-fit: cover; }
.photo-stamp { position: absolute; right: 12px; bottom: 12px; padding: 8px 14px; background: var(--ivory); color: var(--ink); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.section-groups div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.45); }
.section-groups div:last-child { grid-column: span 2; }
.section-groups h3 { margin-bottom: 9px; font-size: .77rem; letter-spacing: .16em; text-transform: uppercase; }
.section-groups p { color: rgba(255,255,255,.72); }

.history { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; background: var(--paper); }
.history-label { display: grid; justify-items: center; }
.large-vinyl { position: relative; width: min(420px, 75vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle, #05070b 0 7px, #1e2128 7px 8px); box-shadow: var(--shadow); }
.large-vinyl::before { content: ""; position: absolute; inset: 31%; border-radius: 50%; background: var(--blue); box-shadow: inset 0 0 0 18px var(--paper), inset 0 0 0 25px var(--ink); }
.large-vinyl span { position: relative; z-index: 2; font-weight: 950; color: var(--white); letter-spacing: .1em; }
.history-label .catalogue { margin: 30px 0 0; }
.history-copy p:not(.lead) { max-width: 690px; color: #43464d; }
.anniversary { margin-top: 30px; padding: 20px; color: var(--white) !important; background: var(--blue); font-weight: 850; }

.gallery-section { color: var(--white); background: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; cursor: zoom-in; background: var(--ink-soft); }
.gallery-item.item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76), transparent 55%); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: var(--white); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); filter: saturate(1.2); }

.media-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; background: var(--ivory); }
.media-copy p:not(.catalogue) { max-width: 560px; color: #4a4e55; }
.older-video-link { display: block; width: fit-content; margin-top: 16px; color: #5d6168; font-size: .78rem; font-weight: 750; text-underline-offset: 4px; }
.video-sleeves { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: center; }
.video-sleeve { position: relative; aspect-ratio: 4 / 5; display: grid; place-items: center; align-content: center; gap: 22px; color: var(--white); background: var(--blue); box-shadow: var(--shadow); transform: rotate(-2.5deg); text-decoration: none; overflow: hidden; transition: transform .22s ease; }
.video-sleeve:nth-child(2) { transform: translateY(20px) rotate(1.5deg); }
.video-sleeve:nth-child(3) { transform: rotate(2.5deg); }
.video-sleeve::before { content: ""; width: 72%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #07090d 0 4px, #23262d 4px 5px); }
.video-sleeve:hover, .video-sleeve:focus-visible { transform: rotate(0) translateY(-4px); }
.video-sleeve.video-photo::before { display: none; }
.video-sleeve.video-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-sleeve.video-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 65%); }
.play { position: absolute; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); box-shadow: 0 0 0 8px var(--ivory); }
.video-sleeve p { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 18px; margin: 0; font-size: .7rem; line-height: 1.35; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.archive { background: var(--paper); }
.archive-years { display: grid; gap: 12px; }
.archive-years > details { border-top: 1px solid rgba(6,8,13,.2); background: rgba(255,255,255,.32); }
.archive-years > details > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; cursor: pointer; list-style: none; font-size: clamp(1.5rem, 3vw, 2.8rem); font-weight: 950; text-transform: uppercase; }
.archive-years > details > summary::-webkit-details-marker { display: none; }
.archive-years > details > summary::after { content: "+"; color: var(--blue); font-size: 2rem; }
.archive-years > details[open] > summary::after { content: "−"; }
.archive-years > details > summary b { margin-left: auto; color: #5c6068; font-size: .68rem; letter-spacing: .12em; }
.archive ul { list-style: none; margin: 0; padding: 0 24px 24px; }
.archive li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(6,8,13,.12); }
.archive time { color: var(--blue); font-weight: 900; }
.archive-photo-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; color: var(--ink); background: transparent; font: inherit; text-align: left; cursor: pointer; }
.archive-photo-toggle > span { text-decoration: underline; text-decoration-color: rgba(20,91,224,.35); text-underline-offset: 5px; }
.archive-photo-toggle b { flex: none; color: var(--blue); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.archive-photo-toggle b::after { content: " +"; font-size: 1rem; }
.archive-photo-toggle[aria-expanded="true"] b::after { content: " −"; }
.archive-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 7px 0 12px; }
.archive-gallery[hidden] { display: none; }
.archive-photo { aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; background: var(--ink-soft); cursor: zoom-in; }
.archive-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.archive-photo:hover img, .archive-photo:focus-visible img { transform: scale(1.04); }

.booking { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.booking > img, .booking-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.booking > img { object-fit: cover; object-position: center 35%; }
.booking-overlay { background: linear-gradient(90deg, rgba(5,7,11,.97) 0%, rgba(5,7,11,.75) 46%, rgba(5,7,11,.05) 78%); }
.booking-copy { position: relative; z-index: 2; width: min(630px, 90%); }
.booking-copy h2 { margin-bottom: 22px; font-size: clamp(4rem, 8vw, 8rem); line-height: .82; text-transform: uppercase; }
.booking-copy > p:not(.catalogue) { max-width: 560px; margin-bottom: 28px; color: rgba(255,255,255,.78); font-size: 1.15rem; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; color: var(--white); background: var(--blue); }
.contact .catalogue { color: var(--white); }
.contact-card { display: grid; gap: 9px; margin-top: 36px; }
.contact-card a { width: fit-content; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-name { margin: 0 0 5px; font-size: 1.25rem; font-weight: 900; }
.contact-name span { margin-left: 7px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.contact-card address { margin-top: 18px; font-style: normal; color: rgba(255,255,255,.73); }
.contact-art { min-height: 470px; display: grid; place-items: center; position: relative; background: var(--ink); overflow: hidden; }
.contact-art::before { content: ""; position: absolute; width: 580px; aspect-ratio: 1; border-radius: 50%; right: -240px; bottom: -250px; background: repeating-radial-gradient(circle, #0a0b0f 0 7px, #1d2028 7px 8px); }
.contact-logo { position: relative; width: min(390px, 75%); }
.qr-card { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 10px; color: var(--ink); background: var(--ivory); }
.qr-card img { width: 72px; height: 72px; }
.qr-card p { margin: 0; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px max(24px, calc((100vw - var(--max)) / 2)); color: rgba(255,255,255,.6); background: var(--ink); font-size: .72rem; letter-spacing: .05em; }
.site-footer p { margin: 0; }

.lightbox { width: min(1080px, 94vw); max-width: none; padding: 14px; border: 0; color: var(--white); background: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.75); }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 12px 3px 0; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: 8px; right: 8px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--white); background: rgba(0,0,0,.72); font-size: 1.6rem; cursor: pointer; }

:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }

@media (max-width: 1080px) {
  :root { --header: 78px; }
  .site-header { min-height: var(--header); }
  .brand { flex-basis: 130px; }.brand img { width: 130px; height: 54px; }
  .record-tab { min-width: 70px; font-size: .59rem; }.nav-sleeve { width: 50px; height: 50px; }
  .sleeve-grid { grid-template-columns: 1fr 1fr; }.record-sleeve:first-child { grid-column: span 2; }
  .section-groups { grid-template-columns: repeat(2, 1fr); }.section-groups div:last-child { grid-column: span 1; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .history, .media-section, .contact { gap: 50px; }
}

@media (max-width: 760px) {
  :root { --header: 74px; }
  html { scroll-padding-top: 86px; }
  .site-header { padding: 8px 18px; justify-content: space-between; }
  .brand { flex-basis: 125px; }.brand img { width: 125px; }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .record-nav { position: fixed; top: var(--header); left: 0; right: 0; max-height: calc(100svh - var(--header)); display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 16px; overflow: auto; background: rgba(6,8,13,.98); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .record-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .record-tab { flex-direction: row; justify-content: flex-start; min-height: 72px; padding: 10px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .68rem; }
  .record-tab:hover, .record-tab:focus-visible, .record-tab.is-active { transform: none; }
  .record-tab::after { left: 10px; right: 10px; bottom: 0; }
  .nav-sleeve { width: 54px; height: 54px; flex: 0 0 54px; margin-right: 8px; }
  .hero { min-height: 740px; }
  .hero-photo { object-position: center center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,6,10,.98) 0%, rgba(4,6,10,.77) 48%, rgba(4,6,10,.18) 100%); }
  .hero-copy { align-self: end; margin: 0; width: auto; padding: 300px 22px 66px; }
  .hero h1 { font-size: clamp(3.2rem, 16.2vw, 5rem); }
  .hero-record { width: 320px; right: -150px; bottom: -150px; }
  .private-flag { display: none; }
  .section { padding: 78px 22px; }
  .section-heading h2, .history h2, .media-section h2, .contact h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .sleeve-grid { grid-template-columns: 1fr; }.record-sleeve:first-child { grid-column: auto; }.record-sleeve { min-height: 400px; padding: 28px; }.contact-lines { left: 28px; }.blue-bars { opacity: .4; }
  .bandleader { grid-template-columns: 1fr; gap: 48px; }.bandleader-portrait, .bandleader-portrait img { min-height: 480px; }.bandleader-copy h2 { font-size: clamp(3.4rem, 15vw, 5.3rem); }
  .ensemble-photo-wrap { margin-left: -22px; margin-right: -22px; padding: 6px; }.ensemble-photo-wrap img { aspect-ratio: 2.1 / 1; }.section-groups { grid-template-columns: 1fr; }.section-groups div:last-child { grid-column: auto; }
  .history, .media-section, .contact { grid-template-columns: 1fr; gap: 52px; }.history-label { order: 2; }.history-copy { order: 1; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }.gallery-item.item-wide { grid-column: span 2; }
  .video-sleeves { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; gap: 24px; }.video-sleeve, .video-sleeve:nth-child(2), .video-sleeve:nth-child(3) { aspect-ratio: 4 / 3; transform: rotate(-1deg); }.video-sleeve:nth-child(2) { transform: rotate(1deg); }
  .archive-years > details > summary { padding: 20px 14px; }.archive-years > details > summary b { display: none; }.archive ul { padding: 0 14px 18px; }.archive li { grid-template-columns: 1fr; gap: 5px; }.archive-photo-toggle { align-items: flex-start; }.archive-gallery { grid-template-columns: repeat(2, 1fr); }
  .booking { min-height: 680px; }.booking > img { object-position: 57% center; }.booking-overlay { background: linear-gradient(0deg, rgba(5,7,11,.98), rgba(5,7,11,.35)); }.booking-copy { align-self: end; padding-bottom: 60px; }.booking-copy h2 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .contact-art { min-height: 390px; }.qr-card { right: 12px; bottom: 12px; }.qr-card img { width: 60px; height: 60px; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 430px) {
  .record-nav { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .record-sleeve { min-height: 380px; }
  .bandleader-portrait, .bandleader-portrait img { min-height: 420px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 250px; }.gallery-item.item-wide { grid-column: auto; }
  .video-sleeves { grid-template-columns: 1fr; }.video-sleeve, .video-sleeve:nth-child(2), .video-sleeve:nth-child(3) { aspect-ratio: 1; }
  .contact h2 { font-size: 3rem; }
  .contact-name span { display: block; margin: 4px 0 0; }
  .qr-card p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Native WordPress pages for the redesigned site */
.editorial-page, .editorial-index { min-height: 70vh; background: var(--ivory); color: var(--ink); }
.editorial-hero { position: relative; min-height: 560px; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.editorial-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,6,10,.95), rgba(4,6,10,.18)); }
.editorial-hero-copy { position: relative; z-index: 1; width: min(100%, var(--max)); margin: 0 auto; padding: 170px 32px 58px; }
.editorial-hero-copy h1, .editorial-index h1 { max-width: 1100px; margin: 12px 0 20px; font-family: var(--display); font-size: clamp(3.5rem, 8.5vw, 8rem); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.editorial-hero-copy > p:last-child { max-width: 820px; margin: 0; font-size: clamp(1.1rem, 2.1vw, 1.55rem); line-height: 1.5; }
.editorial-content { width: min(100%, 980px); margin: 0 auto; padding: 72px 32px 110px; font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.72; }
.editorial-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.editorial-content h2, .editorial-content h3 { font-family: var(--display); line-height: .95; text-transform: uppercase; }
.editorial-content h2 { margin-top: 2.2em; font-size: clamp(2.2rem, 5vw, 4.3rem); }
.editorial-content h3 { margin-top: 2em; font-size: clamp(1.5rem, 3vw, 2.5rem); }
.editorial-content a { color: var(--blue); font-weight: 800; }
.editorial-content img { width: auto; max-width: 100%; height: auto; }
.editorial-content .wp-block-image, .editorial-content .wp-block-gallery, .editorial-content .wp-block-video, .editorial-content .wp-block-embed { max-width: 1100px; }
.editorial-content .wp-block-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.editorial-content .wp-block-gallery figure { margin: 0; }
.editorial-content .wp-block-gallery img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.editorial-index { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); }
.site-pages-section { background: var(--ivory); }
.site-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.site-page-card { position: relative; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 26px; overflow: hidden; color: var(--white); background: var(--ink); text-decoration: none; isolation: isolate; }
.site-page-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(4,6,10,.96), rgba(4,6,10,.08)); }
.site-page-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.site-page-card:hover img { transform: scale(1.04); }
.site-page-card span { font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 2.2rem); line-height: .95; text-transform: uppercase; }
.site-page-card small { color: rgba(255,255,255,.75); line-height: 1.45; }
.site-footer a { color: inherit; }

@media (max-width: 760px) {
  .editorial-hero { min-height: 500px; }
  .editorial-hero-copy { padding: 150px 22px 46px; }
  .editorial-content { padding: 54px 22px 80px; }
  .editorial-content .wp-block-gallery { grid-template-columns: 1fr; }
  .site-page-grid { grid-template-columns: 1fr; }
  .editorial-index { padding: 72px 22px; }
}
