/* Between Silence and Light: concert landing pages (one dated page per city and language).
   Sits on site.v1.css tokens (--ink-*, --hairline) and editorial.v1.css's champagne --accent. */

:root {
  --bsl-gold: var(--accent, #cec2a7); --bsl-gold-hi: #e3dac6; --bsl-gold-line: rgba(206, 194, 167, .35);
  --bsl-pad: max(clamp(20px, 5vw, 40px), env(safe-area-inset-left), env(safe-area-inset-right));
}

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* ---------- buttons ---------- */
.bsl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 26px;
  font: 500 11px/1.2 Inter, system-ui, sans-serif; letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.bsl-btn--gold { background: var(--bsl-gold); border-color: var(--bsl-gold); color: #111; }
.bsl-btn--gold:hover { background: var(--bsl-gold-hi); border-color: var(--bsl-gold-hi); }
.bsl-btn--gold .bsl-price { font-weight: 400; letter-spacing: .08em; opacity: .82; white-space: nowrap; }
.bsl-btn--ghost { background: rgba(10, 10, 12, .38); border-color: rgba(235, 230, 220, .42); color: var(--ink-100); }
.bsl-btn--ghost:hover { border-color: var(--bsl-gold); color: var(--bsl-gold); }
.bsl-btn:focus-visible, .bsl-link:focus-visible, .bsl-player button:focus-visible, .bsl-faq summary:focus-visible,
.bsl-loop-toggle:focus-visible, .bsl-card__tools button:focus-visible, .bsl-card__tools a:focus-visible, .bsl-tile:focus-visible { outline: 2px solid var(--bsl-gold); outline-offset: 3px; }
.bsl-btn .bsl-play-icon { width: 0; height: 0; border-left: 9px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.bsl-link { color: var(--bsl-gold); text-decoration: none; border-bottom: 1px solid var(--bsl-gold-line); padding-bottom: 2px; }
.bsl-link:hover { border-bottom-color: var(--bsl-gold); }

/* ---------- hero with video ---------- */
.bsl-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #070708; isolation: isolate; }
.bsl-hero__poster, .bsl-hero__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 100% 50%; z-index: -3; }
.bsl-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 100% 50%; z-index: -2; background: transparent; }
.bsl-hero.is-film .bsl-hero__video, .bsl-hero.is-film .bsl-hero__poster img { object-position: 50% 50%; }
.bsl-hero__scrim { position: absolute; inset: 0; z-index: -1; pointer-events: none; transition: opacity .6s;
  background: linear-gradient(0deg, rgba(7, 7, 8, .92) 0%, rgba(7, 7, 8, .62) 34%, rgba(7, 7, 8, .08) 64%, rgba(7, 7, 8, .38) 100%),
              linear-gradient(90deg, rgba(7, 7, 8, .72) 0%, rgba(7, 7, 8, .5) 45%, rgba(7, 7, 8, 0) 70%); }
.bsl-hero__inner { width: 100%; max-width: 1280px; margin: 0 auto; padding: 140px var(--bsl-pad) clamp(40px, 7vh, 76px); transition: opacity .5s, transform .5s; }
.bsl-kicker { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--bsl-gold); margin: 0 0 18px; }
.bsl-hero__title { margin: 0; font-weight: 300; }
.bsl-hero__names { display: block; font: 400 12px/1.7 Inter, system-ui, sans-serif; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-100); margin-bottom: 14px; }
.bsl-hero__names span { color: var(--ink-200); }
.bsl-hero__show { display: block; font-family: 'Cormorant Garamond', 'Times New Roman', serif; font-size: clamp(46px, 7.4vw, 104px); line-height: .98; letter-spacing: .01em; color: #f3eee4; text-shadow: 0 2px 24px rgba(0, 0, 0, .35); }
.bsl-hero__sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(20px, 2.2vw, 27px); color: var(--ink-200); margin: 14px 0 26px; }
.bsl-hero__meta { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 6px; font-size: 13px; line-height: 1.55; letter-spacing: .06em; color: var(--ink-200); }
.bsl-hero__meta strong { font-weight: 500; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--bsl-gold); }
.bsl-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.bsl-hero:not(.bsl-js) [data-film] { visibility: hidden; }
.bsl-hero__kakava { display: flex; align-items: center; gap: 16px; margin-top: 26px; }
.bsl-hero__kakava img { width: 132px; height: auto; opacity: .92; }
.bsl-loop-toggle { margin-left: auto; min-height: 44px; padding: 0 14px; font: 500 10px/1 Inter, system-ui, sans-serif; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-100); background: rgba(10, 10, 12, .5); border: 1px solid rgba(235, 230, 220, .35); cursor: pointer; }
.bsl-loop-toggle:hover { border-color: var(--bsl-gold); color: var(--bsl-gold); }
.bsl-loop-toggle[hidden] { display: none; }

/* film playing in the hero: the copy steps aside, a small bar takes over, the hero fits the screen */
.bsl-hero.is-film { min-height: 0; height: 100vh; height: 100svh; }
.bsl-hero.is-film .bsl-hero__inner { position: absolute; left: 0; right: 0; bottom: 0; opacity: 0; transform: translateY(12px); pointer-events: none; }
.bsl-hero.is-film .bsl-hero__scrim { opacity: .35; }
.bsl-player { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 16px var(--bsl-pad) calc(16px + env(safe-area-inset-bottom));
  background: linear-gradient(0deg, rgba(7, 7, 8, .9), rgba(7, 7, 8, 0)); }
.bsl-player[hidden] { display: none; }
.bsl-player__row { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 14px; }
.bsl-player button { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border: 1px solid rgba(235, 230, 220, .35); background: rgba(10, 10, 12, .5); color: var(--ink-100); cursor: pointer; }
.bsl-player button:hover { border-color: var(--bsl-gold); color: var(--bsl-gold); }
.bsl-player button svg { width: 16px; height: 16px; fill: currentColor; }
.bsl-player__title { flex: 1; min-width: 0; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-200); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bsl-player__bar { position: relative; height: 2px; background: rgba(255, 255, 255, .18); margin: 0 auto 14px; max-width: 1280px; }
.bsl-player__bar i { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--bsl-gold); }
.bsl-player .bsl-btn { min-height: 44px; padding: 0 18px; }

/* ---------- fact strip ---------- */
.bsl-facts { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: #0c0c0e; }
.bsl-facts ul { list-style: none; margin: 0 auto; padding: 0 var(--bsl-pad); max-width: 1280px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.bsl-facts li { padding: 22px 18px 20px 0; font-size: 13px; line-height: 1.45; color: var(--ink-100); }
.bsl-facts li + li { padding-left: 18px; border-left: 1px solid var(--hairline); }
.bsl-facts b { display: block; font-weight: 400; font-size: 9.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 6px; }

/* ---------- sections ---------- */
.bsl-section { max-width: 1280px; margin: 0 auto; padding: clamp(72px, 10vw, 118px) var(--bsl-pad) 0; }
.bsl-eyebrow, .bsl-section .bsl-eyebrow, .bsl-card .bsl-eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: .28em; text-transform: uppercase; color: var(--bsl-gold); margin: 0 0 14px; max-width: none; }
.bsl-h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.08; color: var(--ink-100); margin: 0 0 28px; text-wrap: balance; }
.bsl-prose p { font-size: 17px; line-height: 1.85; color: var(--ink-200); margin: 0 0 22px; max-width: 64ch; }
.bsl-prose .bsl-note { font-size: 12.5px; line-height: 1.6; color: var(--ink-400); margin: 8px 0 0; }
.bsl-prose .bsl-lead { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 2.6vw, 31px); line-height: 1.42; font-style: italic; color: var(--ink-100); }

.bsl-story { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .62fr); gap: clamp(40px, 7vw, 96px); align-items: start; }
.bsl-card { position: sticky; top: 104px; border: 1px solid var(--hairline); background: rgba(255, 255, 255, .02); padding: 30px; }
.bsl-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 30px; line-height: 1.15; margin: 0 0 18px; color: var(--ink-100); }
.bsl-card dl { margin: 0 0 22px; display: grid; gap: 12px; }
.bsl-card dt { font-size: 9.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-400); }
.bsl-card dd { margin: 2px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-100); }
.bsl-card .bsl-btn { width: 100%; }
.bsl-card__note { font-size: 12px; line-height: 1.6; color: var(--ink-400); margin: 14px 0 0; }
.bsl-card__tools { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.bsl-card__tools button, .bsl-card__tools a { color: var(--ink-300); text-decoration: none; border-bottom: 1px solid var(--hairline-strong, rgba(255, 255, 255, .16)); padding: 2px 0; }
.bsl-card__tools button:hover, .bsl-card__tools a:hover { color: var(--bsl-gold); border-color: var(--bsl-gold); }

.bsl-artists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 4vw, 48px); }
.bsl-artist img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: #111; }
.bsl-artist h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 30px; line-height: 1.15; margin: 22px 0 6px; color: var(--ink-100); }
.bsl-artist .bsl-role { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--bsl-gold); margin: 0 0 14px; }
.bsl-artist p { font-size: 15px; line-height: 1.75; color: var(--ink-300); margin: 0; max-width: 52ch; }

.bsl-live__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.bsl-tile { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--hairline); background: #0b0b0c; color: var(--ink-100); text-decoration: none; }
.bsl-tile img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity .35s, transform .8s; }
.bsl-tile:hover img { opacity: .9; transform: scale(1.02); }
.bsl-tile span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px; background: linear-gradient(0deg, rgba(7, 7, 8, .88), rgba(7, 7, 8, 0));
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.bsl-tile span small { display: block; font-size: 10px; letter-spacing: .14em; color: var(--ink-200); margin-top: 6px; text-transform: none; }
.bsl-tile i { position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; margin: -32px 0 0 -32px; border: 1px solid rgba(235, 230, 220, .6); border-radius: 50%; }
.bsl-tile i::after { content: ""; position: absolute; left: 26px; top: 21px; border-left: 16px solid var(--ink-100); border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.bsl-note { font-size: 12.5px; line-height: 1.6; color: var(--ink-400); margin: 16px 0 0; max-width: 78ch; }

.bsl-venue { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.bsl-venue figure { margin: 0; }
.bsl-venue img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.bsl-venue figcaption { font-size: 12.5px; line-height: 1.6; color: var(--ink-400); margin-top: 10px; }
.bsl-venue address { font-style: normal; font-size: 15px; line-height: 1.75; color: var(--ink-100); margin: 0 0 20px; }

.bsl-gift { border: 1px solid rgba(206, 194, 167, .28); background: linear-gradient(135deg, rgba(206, 194, 167, .08), rgba(206, 194, 167, .02)); padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: 32px; align-items: end; }
.bsl-gift .bsl-h2 { margin-bottom: 18px; }
.bsl-gift p { font-size: 16px; line-height: 1.8; color: var(--ink-200); margin: 0; max-width: 60ch; }

.bsl-faq { max-width: 880px; }
.bsl-faq details { border-top: 1px solid var(--hairline); }
.bsl-faq details:last-of-type { border-bottom: 1px solid var(--hairline); }
.bsl-faq summary { list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative; font-size: 16px; line-height: 1.5; color: var(--ink-100); }
.bsl-faq summary::-webkit-details-marker { display: none; }
.bsl-faq summary::after { content: "+"; position: absolute; right: 6px; top: 18px; font: 300 26px/1 Inter, sans-serif; color: var(--bsl-gold); transition: transform .25s; }
.bsl-faq details[open] summary::after { transform: rotate(45deg); }
.bsl-faq details p { margin: -6px 0 22px; font-size: 15px; line-height: 1.75; color: var(--ink-300); max-width: 68ch; }

.bsl-final { text-align: center; padding-bottom: clamp(90px, 12vw, 140px); }
.bsl-final .bsl-h2 { margin-left: auto; margin-right: auto; max-width: 18ch; }
.bsl-final p { color: var(--ink-300); font-size: 15px; line-height: 1.7; margin: 0 auto 30px; max-width: 58ch; }
.bsl-final .bsl-eyebrow { margin-bottom: 14px; }
.bsl-final__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- sticky ticket bar (phones and small tablets) ---------- */
.bsl-sticky { display: none; }
@media (max-width: 900px) {
  html:has(> body.bsl-has-sticky) { scroll-padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  html:has(.bsl-hero.is-film) { scroll-padding-bottom: 0; }
  .bsl-sticky { position: fixed; z-index: 80; left: calc(12px + env(safe-area-inset-left)); right: calc(12px + env(safe-area-inset-right));
    bottom: calc(12px + env(safe-area-inset-bottom)); min-height: 54px;
    display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--bsl-gold); color: #111; text-decoration: none;
    font: 500 11px/1.2 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; box-shadow: 0 14px 42px rgba(0, 0, 0, .45);
    transform: translateY(0); transition: transform .3s, opacity .3s, visibility 0s; }
  .bsl-sticky.is-hidden { transform: translateY(140%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .3s, opacity .3s, visibility 0s linear .3s; }
  .bsl-sticky:focus-visible { outline: 2px solid #111; outline-offset: -6px; }
  .bsl-sticky .bsl-price { font-weight: 400; opacity: .8; }
  body:has(> .js-privacy) .bsl-sticky { transform: translateY(140%); opacity: 0; visibility: hidden; pointer-events: none; }
  body.bsl-has-sticky .site-footer { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .bsl-facts ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bsl-facts li:nth-child(4) { padding-left: 0; border-left: 0; }
  .bsl-facts li:nth-child(n+4) { border-top: 1px solid var(--hairline); }
}
@media (max-width: 900px) {
  .bsl-story, .bsl-venue, .bsl-gift { grid-template-columns: 1fr; }
  .bsl-card { position: static; }
  .bsl-hero__inner { padding-top: 120px; }
}
/* portrait screens get the 9:16 loop, centred, under an even dark veil so the type stays readable */
@media (max-aspect-ratio: 4/5) {
  .bsl-hero__video, .bsl-hero__poster img { object-position: 50% 50%; }
  /* the dark veil follows the type block, whatever its height, and leaves the faces above it clear */
  .bsl-hero__scrim { background: linear-gradient(180deg, rgba(7, 7, 8, .5) 0, rgba(7, 7, 8, 0) 140px); }
  .bsl-hero__inner { position: relative; }
  .bsl-hero__inner::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: -140px; z-index: -1; pointer-events: none;
    background: linear-gradient(0deg, rgba(7, 7, 8, .95) 0, rgba(7, 7, 8, .86) calc(100% - 200px), rgba(7, 7, 8, .72) calc(100% - 140px), rgba(7, 7, 8, 0) 100%); }
  .bsl-hero.is-film .bsl-hero__inner::before { display: none; }
}
@media (max-width: 640px) {
  .bsl-hero { align-items: flex-end; }
  .bsl-hero__names { font-size: 10.5px; letter-spacing: .24em; }
  .bsl-hero__meta { font-size: 12.5px; margin-bottom: 24px; }
  .bsl-hero__meta strong { font-size: 12.5px; }
  .bsl-hero__actions { display: grid; grid-template-columns: 1fr; }
  .bsl-hero__actions .bsl-btn { width: 100%; }
  .bsl-hero__kakava { margin-top: 18px; }
  .bsl-hero__kakava img { width: 112px; }
  .bsl-facts ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bsl-facts li, .bsl-facts li + li { padding: 16px 12px 15px 0; border-left: 0; border-top: 1px solid var(--hairline); }
  .bsl-facts li:nth-child(even) { padding-left: 14px; border-left: 1px solid var(--hairline); }
  .bsl-facts li:nth-child(-n+2) { border-top: 0; }
  .bsl-facts li:last-child { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .bsl-artists, .bsl-live__grid { grid-template-columns: 1fr; }
  .bsl-prose p { font-size: 16px; }
  .bsl-player__title { display: none; }
  .bsl-player .bsl-btn { flex: 1; }
}
/* landscape phones: a compact hero so the ticket button is on the first screen */
@media (orientation: landscape) and (max-height: 500px) {
  .bsl-hero__inner { padding-top: 84px; padding-bottom: 24px; }
  .bsl-hero__show { font-size: clamp(34px, 6vw, 54px); }
  .bsl-hero__sub { margin: 8px 0 14px; }
  .bsl-hero__meta { margin-bottom: 16px; }
  .bsl-hero__kakava { margin-top: 12px; }
  .bsl-hero__kakava img { width: 96px; }
  .bsl-sticky { left: auto; right: calc(12px + env(safe-area-inset-right)); min-height: 44px; padding: 0 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .bsl-hero__inner, .bsl-hero__scrim, .bsl-tile img, .bsl-sticky, .bsl-sticky.is-hidden { transition: none; }
}
