a:focus-visible,
button:focus-visible {
  outline: 3px solid #e1b668;
  outline-offset: 4px;
}

.bio-section {
  padding: clamp(70px, 9vw, 120px) var(--pad);
  background: #f4f1ea;
  color: #0a0a0a;
}

.history-section {
  padding: clamp(70px, 9vw, 120px) var(--pad);
  background: #112955;
  color: #fff;
  scroll-margin-top: 150px;
}

.history-inner {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.6fr);
  gap: clamp(35px, 7vw, 100px);
  max-width: 1280px;
  margin: 0 auto;
}

.history-copy p {
  margin: 0 0 1.25em;
  max-width: 850px;
  color: #e8edf7;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.7;
}

.history-copy p:last-child { margin-bottom: 0; }

.bio-intro {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.5fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-bottom: 48px;
}

.bio-intro p {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: #444;
}

.bio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #bbb;
  border: 1px solid #bbb;
}

.bio-card {
  padding: clamp(25px, 4vw, 46px);
  background: #fff;
  scroll-margin-top: 150px;
}

.members a {
  display: block;
  color: inherit;
}

.members a:hover { color: #e1b668; }

.bio-card h3 {
  margin: 0 0 18px;
  font: 800 clamp(1.8rem, 3vw, 2.8rem)/1 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.bio-card p {
  margin: 0 0 1em;
  color: #444;
}

.bio-card p:last-child { margin-bottom: 0; }

.highlights {
  padding: clamp(70px, 9vw, 110px) var(--pad);
  background: #112955;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 80px);
  margin-top: 42px;
}

.highlights h3 {
  margin: 0 0 18px;
  color: #e1b668;
  font: 800 clamp(1.5rem, 2.5vw, 2.2rem)/1 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.highlights p {
  margin: 0;
  color: #e7e7e7;
  font-size: 1.05rem;
}

.press-request {
  margin-top: 38px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.65);
}

.press-request h3 {
  margin-top: 0;
}

.press-request .cta {
  margin-top: 10px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

#contact .footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
}

#contact .footer-mail {
  grid-column: 1 / -1;
  min-width: 0;
  width: fit-content;
  font: 800 clamp(1.25rem, 3vw, 2.5rem)/1.2 'Manrope', Arial, sans-serif;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

@media (max-width: 1050px) {
  #contact .footer-top { grid-template-columns: 1fr; gap: 22px; }
  #contact .footer-mail { grid-column: 1; }
  #contact .contact-actions { margin-top: 0; }
}

.social-link {
  color: #e1b668;
  font-weight: 800;
}

@media (max-width: 850px) {
  .history-inner,
  .bio-intro,
  .bio-grid,
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  header nav {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .section-title,
  .footer-mail {
    overflow-wrap: anywhere;
  }

  .cta,
  .language-option {
    min-height: 44px;
  }

  .download {
    align-items: flex-start;
  }
}

.language-option > span {
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  box-shadow: 0 0 0 1px rgba(255,255,255,.45);
}

.language-option[data-language="fr"] > span { background-image: url("flag-fr.svg"); }
.language-option[data-language="en"] > span { background-image: url("flag-gb.svg"); }

.partner-logos figure.philharmonie-partner { width: 260px; }
.philharmonie-partner a { display: block; width: 100%; color: inherit; }

.partner-logos figure.ema-partner { width: 230px; }
.ema-partner a { display: block; width: 100%; color: inherit; }
.ema-partner figcaption {
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
}

.partner-logos a { display: block; width: 100%; }
.partner-logos a:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
.partner-logos .philharmonie-partner img { padding: 12px; }
.partner-logos .ema-partner img { height: 110px; padding: 20px 8px; }
.contact-partners { margin-top: 20px; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .03em;
}
.social-links a:hover { background: #fff; color: #111; }
.social-links a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.social-links .social-logo { width: 24px; height: 24px; object-fit: contain; flex: 0 0 auto; }
.social-links .social-cutout { fill: #111; }
.social-links a:hover .social-cutout { fill: #fff; }
.social-links .social-cutout-stroke { fill: none; stroke: #111; stroke-width: 2; }
.social-links a:hover .social-cutout-stroke { stroke: #fff; }
.contact-socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 8px;
}
.contact-social-title { margin: 48px 0 8px; font-size: 1.35rem; }
.contact-social-copy { margin: 0 0 20px; color: #bdbdbd; }
.contact-socials a {
  min-height: 132px;
  padding: 20px 12px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 1rem;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
.contact-socials .social-logo { width: 48px; height: 48px; }
.contact-socials .social-youtube { border-top: 6px solid #ff0000; }
.contact-socials .social-instagram { border: 3px solid transparent; background: linear-gradient(#fff,#fff) padding-box, linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045) border-box; }
.contact-socials .social-facebook { border-top: 6px solid #0866ff; }
.contact-socials .social-tiktok { border-top: 6px solid #111; box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55, 0 12px 28px rgba(0,0,0,.28); }
.contact-socials .social-tiktok .social-logo { filter: drop-shadow(-2px 0 #25f4ee) drop-shadow(2px 0 #fe2c55); }
.contact-socials a:hover { color: #111; filter: brightness(1.04); transform: translateY(-2px); }
body > footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body > footer .social-links {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}
body > footer .social-tiktok {
  background: #fff;
  color: #111;
  border-color: #fff;
  box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55;
}
body > footer .social-tiktok .social-logo {
  filter: drop-shadow(-1.5px 0 #25f4ee) drop-shadow(1.5px 0 #fe2c55);
}
.footer-bottom {
  justify-content: center;
  text-align: center;
}

/* Home: show the current quartet and the booking route in the first viewport. */
body:not(.inner-page) header .brand { width: clamp(230px, 23vw, 300px); }
.home-hero .hero-photo {
  width: 100%;
  height: clamp(335px, 30vw, 410px);
  object-fit: cover;
  object-position: center 10%;
}
.home-hero .hero-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px var(--pad) 25px;
  background: #112955;
}
.home-hero-message { min-width: 0; }
.home-hero-message .eyebrow { color: #e1b668; font-size: .86rem; }
.home-hero-message p {
  margin: 8px 0 0;
  font: 800 clamp(1.7rem, 3.3vw, 3.15rem)/.98 'Barlow Condensed', 'Arial Narrow', sans-serif;
  letter-spacing: -.018em;
}
.home-hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.home-hero-actions .cta { min-height: 50px; text-align: center; }
.home-hero-actions .cta:first-child { background: #c69b50; color: #101b32; }
.home-hero-actions .cta.outline { border-color: #e1b668; color: #fff; }
.home-hero-actions .cta:hover { filter: brightness(1.12); }
@media (max-width: 900px) {
  .home-hero .hero-copy { align-items: flex-start; flex-direction: column; gap: 20px; }
  .home-hero-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  body:not(.inner-page) header .brand { width: min(55vw, 225px); }
  .home-hero .hero-photo { height: auto; object-fit: contain; }
  .home-hero-message p { font-size: clamp(1.7rem, 8vw, 2.5rem); line-height: 1; }
  .home-hero-actions { width: 100%; }
  .home-hero-actions .cta { flex: 1 1 100%; }
}
.show img.kromoritmos-thumb {
  object-position: center 38%;
}
.dates .detail-actions .cta.outline {
  background: transparent;
  color: #0a0a0a;
  border-color: #0a0a0a;
}
.dates .detail-actions .cta.outline:hover {
  background: #0a0a0a;
  color: #fff;
}
h1.intro-copy {
  font-weight: 400;
}

.pros .pros-grid { align-items: start; }
.pros-live { margin: 0 0 48px; }
.pros-live h2 { margin: 0 0 16px; font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.1; }
.pros-live-frame { width: 100%; aspect-ratio: 16 / 9; background: #101010; }
.pros-live-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.pros .pros-live-caption { margin: 14px 0 8px; font-size: .95rem; line-height: 1.5; }
.pros-live > a { display: inline-block; color: inherit; font-weight: 800; text-underline-offset: 4px; }
.pros-lead { position: sticky; top: 110px; }
.pros-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}
.pros-visuals img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.35);
}
.pros-visuals .pros-visual-main { grid-column: 1 / -1; }
.pros-visuals .pros-visual-main img { aspect-ratio: 3 / 2; }
.pros-visual-download { position: relative; display: block; color: #fff; overflow: hidden; }
.pros-visual-download img { transition: transform .2s ease, filter .2s ease; }
.pros-visual-download > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.78);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.pros-visual-download:hover img { transform: scale(1.025); filter: brightness(.82); }
.pros-visual-download:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.trailer-link {
  display: inline-flex;
  margin: -4px 0 14px;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.press-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}
.press-photo {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  color: #111;
}
.press-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.press-photo > span { padding: 14px 16px; font-weight: 800; }
.press-photo b { display: block; margin-top: 7px; color: #555; font-size: .72rem; }
.press-photo:hover img { filter: brightness(.88); }
.press-photo:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

@media (max-width: 700px) {
  .press-gallery { grid-template-columns: 1fr; }
  .social-links a span { display: none; }
  .contact-socials a span { display: inline; }
  .social-links a { padding: 9px; }
  .pros-lead { position: static; }
  .contact-socials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-socials a { min-height: 112px; }
}
