@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Great+Vibes&family=Montserrat:wght@700&family=Playfair+Display&display=swap");

:root {
  --ink: #020b1d;
  --navy: #031128;
  --navy-soft: #072044;
  --gold: #d8aa53;
  --gold-light: #f4dc92;
  --red: #70101f;
  --cream: #fff7df;
  --text: #f7efda;
  --font-body: "Cormorant Garamond", Georgia, serif;
  --font-display: "Playfair Display", Georgia, serif;
  --font-label: "Montserrat", Arial, sans-serif;
  --font-script: "Great Vibes", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ink) url("images/images/fond.webp") repeat;
  font-family: var(--font-body);
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid rgba(216,170,83,.55);
  background: rgba(1,8,22,.94);
  backdrop-filter: blur(12px);
}
.nav { display: flex; min-height: 72px; align-items: center; gap: 25px; }
.logo { width: 190px; margin-right: auto; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { text-decoration: none; color: var(--gold-light); font-size: 15px; }
.nav-links a:hover, .nav-links a.active { color: white; }
.menu-toggle { display: none; border: 0; color: var(--gold); background: transparent; font-size: 27px; }
.hero {
  min-height: 650px;
  display: grid; place-items: center;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(rgba(0,8,26,.32), rgba(0,8,26,.9)),
    url("images/images/scene-accueil.webp") center/cover no-repeat;
}
.eyebrow { margin: 0 0 10px; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; font-size: 13px; }
h1, h2, h3 { margin-top: 0; color: var(--gold-light); font-family: var(--font-display); font-weight: 500; }
h1 { font-size: clamp(45px, 7vw, 86px); line-height: 1.02; text-shadow: 0 3px 18px #000; }
h2 { font-size: clamp(29px, 4vw, 46px); line-height: 1.15; text-align: center; }
.lead { max-width: 770px; margin: 0 auto 28px; font-size: clamp(18px, 2vw, 23px); }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 10px 25px;
  border: 1px solid var(--gold); border-radius: 999px;
  color: #fff9e6; background: var(--red);
  text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-family: var(--font-label); font-size: 12px;
}
.button:hover { background: #9a1b2e; transform: translateY(-1px); }
.section { padding: 74px 0; }
.section-dark { background: rgba(0,8,25,.7); border-block: 1px solid rgba(216,170,83,.24); }
.section-red { background: linear-gradient(135deg, rgba(94,9,24,.95), rgba(40,1,14,.93)); }
.ornament { color: var(--gold); text-align: center; letter-spacing: 12px; margin: 15px 0 36px; }
.cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.card {
  min-height: 100%; padding: 17px; text-align: center;
  border: 1px solid rgba(216,170,83,.5); background: rgba(0,9,29,.76);
}
.card img { width: 82px; height: 82px; object-fit: contain; margin: 0 auto 15px; }
.card h3 { margin-bottom: 8px; font-size: 19px; }
.card p { margin: 0; font-size: 14px; }
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.gallery img {
  width: 100%; height: 100%; object-fit: cover;
  border: 1px solid rgba(216,170,83,.75); box-shadow: 0 6px 20px rgba(0,0,0,.42);
}
.benefits { display: grid; grid-template-columns: .9fr 1.1fr; gap: 35px; align-items: center; }
.benefits img { max-height: 400px; margin: auto; object-fit: contain; }
.checklist { padding: 0; list-style: none; font-size: 19px; }
.checklist li { margin: 8px 0; }
.checklist li::before { content: "✦"; color: var(--gold); margin-right: 12px; }
.page-hero { padding: 78px 0 48px; text-align: center; background: rgba(0,8,24,.78); }
.page-hero h1 { margin-bottom: 5px; font-size: clamp(40px, 6vw, 66px); }
.article-grid { display: grid; grid-template-columns: 300px 1fr; gap: 35px; align-items: center; }
.article-grid.reverse { grid-template-columns: 1fr 300px; }
.article-grid img { border: 1px solid var(--gold); box-shadow: 0 8px 24px #0007; }
main[data-collection="shows"] .article-grid article h2 span { display: block; }
main[data-collection="shows"] .article-grid article p { font-size: 20px; font-weight: 700; line-height: 1.62; }
.poster-zoom { cursor:zoom-in; transition:transform .2s,box-shadow .2s; }
.poster-zoom:hover { transform:translateY(-4px); box-shadow:0 12px 28px #000a; }
.spectacle-booking { display:flex; width:190px; height:38px; margin:18px auto 0; font:700 10px var(--font-label); text-transform:uppercase; }
.artist-title { margin-top: 54px; }
.artists { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.artist img { width: 100%; border: 1px solid var(--gold); box-shadow: 0 5px 18px #0008; }
.artist p { margin: 9px 0 0; color: var(--gold-light); text-align: center; font-size: 18px; }
.press { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.press a { transition: transform .18s; }
.press a:hover { transform: translateY(-4px); }
.press img { width: 100%; border: 1px solid var(--gold); box-shadow: 0 5px 18px #0008; }
.press-zoom { cursor:zoom-in; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; }
.form { padding: 25px; border: 1px solid var(--gold); background: linear-gradient(135deg,#5b0a19,#21010b); }
.form label { display: block; margin-bottom: 14px; color: var(--gold-light); }
.form input, .form textarea, .form select {
  width: 100%; margin-top: 5px; padding: 12px;
  border: 1px solid #c99144; border-radius: 3px; background: #fff8e5; color: #211204;
}
.form textarea { min-height: 130px; resize: vertical; }
.form .button { cursor: pointer; width: 100%; }
.site-footer { padding: 26px 0; border-top: 1px solid var(--gold); background: #010818; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 27px; color: var(--gold-light); font-size: 14px; }
.footer-grid a { text-decoration: none; }
.copyright { margin: 17px 0 0; color: #bba877; text-align: center; font-size: 12px; }
.notice { display:none; margin-bottom: 15px; padding: 10px; color: #2e2407; background: #f5e2a8; }
.notice.success { color:#09250f; background:#d7f3d7; }
.notice.error { color:#791523; background:#f8d9df; }
.form-trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

@media (max-width: 850px) {
  .nav { min-height: 62px; }
  .logo { width: 160px; }
  .menu-toggle { display: block; cursor: pointer; }
  .nav-links { display: none; position: absolute; top: 62px; left: 0; right: 0; padding: 12px 18px 20px; background: #010818; border-bottom: 1px solid var(--gold); }
  .nav-links.open { display: grid; gap: 14px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .artists, .press { grid-template-columns: repeat(2, 1fr); }
  .benefits, .article-grid, .article-grid.reverse, .contact-grid { grid-template-columns: 1fr; }
  .article-grid.reverse img { order: -1; }
}
@media (max-width: 480px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .hero { min-height: 560px; }
  .section { padding: 55px 0; }
  .cards { grid-template-columns: 1fr; }
  .artists, .press { gap: 12px; }
  .artist p { font-size: 15px; }
}

/* Home page: composition based on the supplied Canva artwork. */
.home-page { background: #001337 url("images/images/fond.webp") repeat; color: #fff; }
.shell { width: min(1360px, calc(100% - 36px)); margin-inline: auto; }
.home-header { background: #160a14; border-bottom: 1px solid #2c1623; }
.header-ornament { display:flex; align-items:center; justify-content:center; gap:22px; height:26px; padding-top:5px; }
.header-ornament span { width:210px; height:1px; background:linear-gradient(90deg,transparent,#d3a238,transparent); }
.header-ornament img { width:45px; height:23px; object-fit:contain; }
.home-nav { display: flex; align-items: center; justify-content:center; min-height: 116px; gap: 54px; }
.home-brand { display: flex; flex:0 0 auto; flex-direction: column; align-items: center; width: 270px; margin:0; text-decoration: none; }
.home-brand img { width: 240px; }
.home-brand span { color: #f7dfae; font-size: 15px; letter-spacing: .03em; }
.home-header .nav-links { display: flex; flex:0 0 auto; gap: 34px; align-items: center; justify-content:center; }
.home-header .nav-links a { display: inline-flex; align-items: center; gap: 7px; color: #fff6e7; font: 700 17px var(--font-label); }
.home-header .nav-links a::before {
  content: ""; width: 13px; height: 13px; flex: 0 0 13px;
  background: url("images/optimized/icons/etoile.webp") center/contain no-repeat;
}
.home-header .nav-links a.active { color: #f5c735; border-bottom: 1px solid #f5c735; padding-bottom: 9px; }
.home-hero {
  position: relative; aspect-ratio: 1360 / 573;
  background: #04020a url("images/optimized/scene-accueil.webp") center/100% 100% no-repeat;
}
.hero-stage { position: relative; width: 100%; height: 100%; }
.hero-copy {
  position: absolute; top: -3%; left: 3.7%; width: 31%; padding: 0;
  text-align: center;
}
.hero-scene-logo { width: 100%; height: auto; margin: 22px -3px -38px; object-fit: contain; }
.hero-panel {
  width: 80%; margin: 62px 0 0 7%;
  padding: 10px 14px 14px;
  background: rgba(0,0,0,.94); border-radius: 24px;
}
.hero-description { margin: 0 0 8px; color: #fff; font-size: 13px; line-height: 1.08; }
.hero-events { display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; margin-bottom: 11px; color: #f1d776; font: 400 9.5px/1 var(--font-body); }
.hero-events span { display: flex; flex-direction: column; align-items: center; justify-content: end; }
.hero-events img { width: 29px; height: 29px; margin-bottom: 2px; object-fit: contain; }
.hero-events b { min-height: 18px; color: #f8edcf; font: 400 9.5px/1 var(--font-body); }
.cabaret-button {
  display: inline-flex; align-items: center; justify-content: center; width: 162px; height: 32px; margin-top: 7px; padding: 0 28px 0 8px;
  color: #fff0d2; background: url("images/optimized/icons/bouton.webp") center/100% 100% no-repeat;
  font: 400 10px var(--font-body); text-align: center; text-decoration: none;
}
.hero-roundel {
  position: absolute; top: 2.5%; right: .8%; width: 17%; height: auto; object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255,150,20,.7));
}
.home-section { padding: 34px 0; }
.gallery-section { background: rgba(0,17,54,.52); }
.cabaret-heading { display:flex; align-items:center; justify-content:center; gap:18px; margin: 0 0 31px; color:#fff; font:700 26px/1.08 var(--font-label); text-transform:uppercase; text-align:center; }
.cabaret-heading b { font:inherit; }
.cabaret-heading span { flex:1; max-width:260px; height:2px; background:linear-gradient(90deg,transparent,#e9b33b,transparent); }
.cabaret-heading img { width:54px; height:22px; object-fit:contain; }
.cabaret-heading img:nth-of-type(2) { transform:scaleX(-1); }
.showcase-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:18px; align-items:flex-start; }
.showcase-grid img { width:calc((100% - 90px) / 6); aspect-ratio:1122 / 1402; object-fit:cover; border:0; box-shadow:0 7px 13px #0007; cursor:zoom-in; transition:transform .2s,box-shadow .2s; }
.showcase-grid img:hover { transform:translateY(-4px); box-shadow:0 11px 18px #0009; }
.event-section { padding-top: 50px; }
.event-grid { display:grid; grid-template-columns:repeat(5,1fr); border-block:1px solid #d59c2e; }
.event-grid article { padding:15px 12px 22px; min-height:260px; text-align:center; border-right:1px solid #d59c2e; }
.event-grid article:first-child { border-left:1px solid #d59c2e; }
.event-grid img { width:100px; height:100px; margin:0 auto 4px; object-fit:contain; }
.event-grid h3 { margin:0 0 13px; color:#fff; font:700 17px var(--font-label); text-transform:uppercase; }
.event-grid p { margin:0; color:#fff1df; font-size:16px; }
.why-section { padding-top:10px; background:rgba(0,15,48,.4); }
.audience-grid { display:grid; grid-template-columns:1fr 1fr 1.35fr; gap:50px; align-items:center; padding:35px 55px 35px; }
.audience-grid img { width:170px; height:170px; margin:auto; object-fit:contain; }
.audience-grid p { margin:0; color:#fff; text-align:center; font-family:var(--font-display); font-size:33px; line-height:1.12; }
.why-grid { display:grid; grid-template-columns:1fr 150px 1.15fr; gap:27px; align-items:center; }
.why-left ul { padding:0; margin:0 0 20px; list-style:none; color:#fff4df; font-size:27px; }
.why-left li::before { content:"✓"; display:inline-block; margin-right:12px; color:#f2bc2f; font-weight:bold; }
.technique { width:100%; border:1px solid #bd812d; }
.why-icons { display:grid; gap:12px; }
.why-icons img { width:130px; height:130px; object-fit:contain; }
.quote-card {
  min-height:370px; padding:26px 26px 24px; color:#f8e3ad;
  background:
    radial-gradient(circle at 25% 10%,rgba(255,255,255,.2),transparent 20%),
    linear-gradient(145deg,#a71c32 0%,#75091e 43%,#4f0616 100%);
  border:1px solid #d79a42; border-radius:24px; text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 18px #0007;
  scroll-margin-top:34px;
}
.quote-logo { width:210px; margin:0 auto -2px; }
.quote-card h3 { margin:2px 0 3px; color:#f1c465; font-size:22px; }
.quote-card p { margin:0 0 12px; color:#f5d9b1; font-size:13px; }
.quote-fields { display:grid; grid-template-columns:1fr 1fr; gap:3px 12px; }
.quote-card label { display:block; color:#feeab7; text-align:left; font:700 10px var(--font-label); text-transform:uppercase; }
.quote-card input,.quote-card textarea,.quote-card select {
  width:100%; min-height:29px; margin:3px 0 4px; padding:6px 8px;
  border:1px solid #e1b15a; border-radius:8px; color:#321005; background:#fff1c8;
}
.quote-card label,
.quote-card input,
.quote-card textarea,
.quote-card select { min-width:0; max-width:100%; }
.quote-card textarea { min-height:54px; resize:vertical; }
.quote-comment { grid-column:1 / -1; }
.quote-submit {
  width:210px; height:42px; margin-top:9px; padding:0 38px 0 10px; border:0;
  color:#fff0d2; background:transparent url("images/optimized/icons/bouton.webp") center/100% 100% no-repeat;
  font:700 10px var(--font-label); text-transform:uppercase; cursor:pointer;
}
.quote-card .notice { font-size:12px; }
.contact-section { padding:42px 0 52px; }
.contact-form-wrap { display:flex; justify-content:center; }
.contact-quote-card { width:min(100%,720px); }
.contact-quote-card h1 { margin:2px 0 3px; color:#f1c465; font-size:22px; }
.home-footer { padding:10px 0 8px; background:#061038; border-top:1px solid #c99932; }
.home-footer .shell { width:min(1440px,calc(100% - 22px)); }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer-logo { width:118px; object-fit:contain; }
.footer-row a { display:inline-flex; align-items:center; gap:12px; color:#fff; font:700 15px var(--font-label); text-decoration:none; }
.footer-row a img { width:34px; height:34px; object-fit:contain; }
.footer-social { display:flex; align-items:center; gap:12px; }
.footer-social a { gap:0; }
.footer-social a img { width:42px; height:42px; }
.footer-social strong { margin-left:4px; color:#fff; font:700 15px var(--font-label); text-transform:uppercase; }
.footer-legal { margin:8px 0 0; color:#e8dfca; font:400 13px var(--font-body); text-align:center; }
.footer-legal a { color:#d9a936; text-decoration:none; }
.footer-legal a:hover { color:#f3ce6a; }
.lightbox {
  position:fixed; inset:0; z-index:100; display:none; align-items:center; justify-content:center; padding:28px;
  background:rgba(0,0,0,.62); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  cursor:zoom-out;
}
.lightbox.open { display:flex; }
.lightbox-content { display:grid; justify-items:center; gap:9px; margin:0; cursor:default; touch-action:pan-y; }
.lightbox-image { max-width:min(92vw,920px); max-height:86vh; object-fit:contain; box-shadow:0 14px 50px #000b; cursor:default; touch-action:pan-y; user-select:none; -webkit-user-drag:none; }
.lightbox-caption {
  min-height:18px; padding:3px 12px; border-radius:999px; color:#f0d58a; background:rgba(0,0,0,.46);
  font:400 15px var(--font-body); letter-spacing:.03em; text-align:center;
}
.lightbox-caption.artist-caption {
  max-width:min(86vw,680px); padding:7px 16px 8px; border-radius:14px; background:rgba(0,0,0,.68);
}
.artist-caption strong { display:inline; color:#f4d777; font:700 16px var(--font-display); }
.artist-caption span { display:inline; color:#d6b75f; font:700 10px var(--font-label); letter-spacing:.09em; text-transform:uppercase; }
.artist-caption span::before { content:" · "; }
.artist-caption em { display:block; margin-top:3px; color:#fff4df; font:400 14px var(--font-body); letter-spacing:.02em; line-height:1.15; }
.lightbox-caption:empty { display:none; }
body.lightbox-open { overflow:hidden; }

/* Shared typography for the public pages. */
.inner-page { color:#fff4df; font-family:var(--font-body); font-size:18px; }
.inner-page p { font-family:var(--font-body); font-size:18px; line-height:1.5; }
.inner-page .page-hero h1,
.inner-page h2,
.inner-page h3 { font-family:var(--font-display); }
.inner-page .page-hero h1 { color:#f1d17d; font-size:clamp(42px,5vw,70px); }
.inner-page h2 { color:#f1d17d; font-size:clamp(28px,3.2vw,43px); }
.inner-page .eyebrow {
  color:#e3b84e; font-family:var(--font-label); font-size:12px; font-weight:700;
  letter-spacing:.18em; text-transform:uppercase;
}
.inner-page .ornament { color:#d8aa53; font-family:var(--font-label); }
.inner-page .button,
.inner-page button,
.inner-page select,
.inner-page input,
.inner-page textarea { font-family:var(--font-label); }
.inner-page .artist p { color:#f1d17d; font-family:var(--font-display); font-size:19px; }
.inner-page .form label { font-family:var(--font-label); font-size:12px; font-weight:700; text-transform:uppercase; }
.event-grid p,
.why-left li,
.quote-card p,
.footer-legal { font-family:var(--font-body); }
.artists-section { padding-top:36px; }
.artist-heading {
  display:flex; align-items:center; justify-content:center; gap:15px; margin:0 0 32px;
  color:#f5e5bd; font-family:var(--font-display); font-size:clamp(31px,3.4vw,49px); font-weight:400; line-height:1.05; text-align:center;
}
.artist-heading:not(:first-child) { margin-top:52px; }
.artist-heading span { flex:1; max-width:220px; height:1px; background:linear-gradient(90deg,transparent,#d6a13c,transparent); }
.artist-heading img { width:48px; height:20px; object-fit:contain; }
.artist-heading img:nth-of-type(2) { transform:scaleX(-1); }
.artist-row { display:grid; justify-content:center; gap:30px; margin:0 auto 30px; }
.artist-row-four { grid-template-columns:repeat(4,minmax(0,205px)); }
.artist-row-three { grid-template-columns:repeat(3,minmax(0,205px)); }
.artist-row-two { grid-template-columns:repeat(2,minmax(0,245px)); gap:70px; }
.artist-row-one { grid-template-columns:minmax(0,245px); }
.artist-auto-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(0,205px)); justify-content:center; gap:30px; margin:0 auto 30px; }
.technician-lead { margin-bottom:24px; }
.technician-row { grid-template-columns:repeat(4,minmax(0,180px)); gap:42px; }
.artist-zoom {
  width:100%; border:1px solid #bd812d; box-shadow:0 6px 17px #0009; cursor:zoom-in;
  transition:transform .2s,box-shadow .2s;
}
.artist-zoom:hover { transform:translateY(-4px); box-shadow:0 10px 25px #000b; }
@media(min-width:601px) and (max-width:900px){
  .home-hero{margin-bottom:0}
  .home-hero .hero-copy{top:-3%;left:3.7%;width:31%}
  .hero-scene-logo{
    width:100%;height:auto;
    margin:clamp(30px,4.95vw,42px) clamp(2px,.65vw,6px) clamp(-43px,-5.34vw,-38px);
    object-fit:contain;
  }
  .hero-panel{
    width:80%;margin:clamp(45px,7.2vw,62px) 0 0 7%;
    padding:clamp(7px,1.1vw,10px) clamp(9px,1.55vw,14px) clamp(9px,1.6vw,14px);
    border-radius:clamp(16px,2.65vw,24px);
  }
  .hero-description{font-size:clamp(9px,1.45vw,13px)}
  .hero-events{font-size:clamp(7px,1.05vw,9.5px)}
  .hero-events img{width:clamp(20px,3.2vw,29px);height:clamp(20px,3.2vw,29px)}
  .hero-events b{min-height:clamp(14px,2vw,18px);font-size:clamp(7px,1.05vw,9.5px)}
  .cabaret-button{width:clamp(118px,18vw,162px);height:clamp(23px,3.55vw,32px);margin-top:clamp(4px,.8vw,7px);font-size:clamp(7.5px,1.12vw,10px)}
}
@media(max-width:900px){
  .header-ornament{height:18px;gap:12px}.header-ornament span{width:90px}.header-ornament img{width:32px;height:17px}
  .home-nav{min-height:70px}.home-brand{width:180px;margin-right:auto}.home-brand img{width:170px}.home-brand span{display:none}
  .home-header .nav-links{display:none}.home-header .nav-links.open{display:grid}
  .home-hero{aspect-ratio:1360/573}.hero-stage{height:100%}.hero-copy{left:2%;top:3%;width:47%}
  .hero-roundel{display:none}.showcase-grid{gap:12px}.showcase-grid img{width:calc((100% - 24px) / 3)}
  .event-grid{grid-template-columns:repeat(2,1fr)}.event-grid article{border:1px solid #d59c2e}
  .audience-grid{gap:10px;padding:24px 0}.audience-grid img{width:110px;height:110px}.audience-grid p{font-size:22px}
  .why-grid{grid-template-columns:1fr 95px}.quote-card{grid-column:1/-1}.why-left ul{font-size:22px}.why-icons img{width:90px;height:90px}
  .footer-row{flex-wrap:wrap;justify-content:center}
  .artist-row-four,.technician-row{grid-template-columns:repeat(2,minmax(0,205px));gap:20px}.artist-row-three{grid-template-columns:repeat(3,minmax(0,170px));gap:18px}
  .home-hero .hero-copy{top:-3%;left:3.7%;width:31%}
}
@media(max-width:520px){
  .home-hero{aspect-ratio:auto;min-height:500px;background-size:auto 100%;background-position:center}.hero-stage{min-height:500px}.hero-copy{top:12px;left:8px;width:calc(100% - 16px);padding:5px}.hero-description{font-size:15px}
  .hero-events{font-size:9px}.showcase-grid img{width:calc((100% - 10px) / 2)}.cabaret-heading{font-size:20px}.event-grid{grid-template-columns:1fr}
  .audience-grid{grid-template-columns:1fr 1fr}.audience-grid>div:last-child{grid-column:1/-1}.audience-grid p{font-size:20px}.why-left ul{font-size:19px}
  .artist-row-four,.technician-row,.artist-row-three,.artist-row-two,.artist-auto-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.artist-row-three img:last-child{grid-column:1/-1;width:calc(50% - 7px);justify-self:center}.artist-heading{gap:8px}.artist-heading span{max-width:55px}.artist-heading img{width:34px}
}

/* Mobile layout: preserve the desktop composition while making each block comfortable to read. */
@media(max-width:900px){
  .shell{width:min(100% - 24px,1360px)}
  .home-header{position:relative;z-index:30}
  .home-nav{position:relative;min-height:68px;gap:12px}
  .home-brand{width:174px;margin-right:auto}
  .home-brand img{width:164px}
  .menu-toggle{display:block;margin-left:auto;cursor:pointer}
  .home-header .nav-links,
  .home-header .nav-links.open{
    position:absolute;top:100%;left:0;right:0;z-index:40;padding:8px 14px 14px;
    border:1px solid rgba(216,170,83,.48);border-top:0;background:#160a14;
  }
  .home-header .nav-links{display:none}
  .home-header .nav-links.open{display:grid;gap:0}
  .home-header .nav-links a{padding:11px 4px;font-size:14px}
  .home-header .nav-links a.active{padding-bottom:11px;border-bottom:0;color:#f5c735}
  .section{padding:48px 0}
  .article-grid,.article-grid.reverse{gap:22px}
  .article-grid img{width:min(100%,280px);margin-inline:auto}
  .lightbox{padding:16px}
  .lightbox-image{max-width:94vw;max-height:78vh}
  .lightbox-caption.artist-caption{max-width:92vw}
}

@media(max-width:600px){
  .header-ornament{height:16px;padding-top:3px}
  .header-ornament span{width:64px}
  .header-ornament img{width:28px;height:14px}
  .home-nav{min-height:62px}
  .home-brand{width:154px}
  .home-brand img{width:148px}
  .home-hero{min-height:320px;background-size:100% auto;background-position:center top;background-repeat:no-repeat}
  .hero-stage{min-height:320px}
  .hero-copy{top:auto;bottom:45px;left:0;width:100%;padding:0}
  .hero-scene-logo{
    display:block;position:absolute;bottom:calc(100% + 42px);left:1.7%;width:31%;height:auto;margin:0;
  }
  .hero-panel{width:min(94%,400px);margin:0 auto;padding:12px 12px 15px;border-radius:20px}
  .hero-description{margin-bottom:9px;font-size:14px;line-height:1.1}
  .hero-events{gap:4px;margin-bottom:11px;font-size:10.5px}
  .hero-events img{width:32px;height:32px;margin-bottom:2px}
  .hero-events b{font-size:10.5px;line-height:1.05}
  .cabaret-button{width:182px;height:36px;margin-top:6px;font-size:11px}
  .home-section{padding:28px 0}
  .cabaret-heading{gap:7px;margin-bottom:22px;font-size:17px}
  .cabaret-heading span{max-width:44px}
  .cabaret-heading img{width:36px;height:18px}
  .showcase-grid{gap:10px}
  .event-section{padding-top:34px}
  .event-grid article{min-height:0;padding:14px 10px 17px}
  .event-grid img{width:76px;height:76px}
  .event-grid h3{margin-bottom:7px;font-size:14px}
  .event-grid p{font-size:15px;line-height:1.25}
  .audience-grid{gap:8px;padding:18px 0 24px}
  .audience-grid img{width:88px;height:88px}
  .audience-grid p{font-size:18px}
  .why-grid{grid-template-columns:1fr;gap:18px}
  .why-left ul{font-size:18px}
  .why-icons{display:flex;justify-content:center;gap:8px}
  .why-icons img{width:76px;height:76px}
  .quote-card{min-height:0;padding:17px 14px 18px;border-radius:18px}
  .quote-logo{width:158px}
  .quote-card h3,.contact-quote-card h1{font-size:19px}
  .quote-card p{font-size:13px;line-height:1.2}
  .quote-fields{grid-template-columns:1fr;gap:1px}
  .quote-comment{grid-column:auto}
  .quote-card input,.quote-card textarea,.quote-card select{min-height:36px}
  .quote-card input[type="date"]{display:block;width:100%;min-width:0;-webkit-appearance:none;appearance:none}
  .quote-card textarea{min-height:74px}
  .contact-section{padding:28px 0 34px}
  .press{gap:10px}
  .artist-heading{font-size:27px}
  .artist-heading:not(:first-child){margin-top:38px}
  .artist-row{margin-bottom:20px}
  .footer-row{display:grid;justify-items:center;gap:12px}
  .footer-logo{width:96px}
  .footer-row a{font-size:13px}
  .footer-row a img{width:30px;height:30px}
  .footer-social a img{width:38px;height:38px}
  .footer-social strong{font-size:13px}
  .footer-legal{padding:0 12px;font-size:11px;line-height:1.35}
  .lightbox-image{max-height:72vh}
  .artist-caption em{font-size:12px}
}

/* Hero responsive correction: keep the desktop balance, but prevent the
   black panel from outgrowing the stage on tablet and mobile screens. */
@media(min-width:601px) and (max-width:900px){
  .home-hero .hero-copy{top:-3%;left:3.7%;width:31%}
  .hero-panel{
    width:78%;
    margin:clamp(42px,7vw,58px) 0 0 8%;
    padding:clamp(5px,.9vw,8px) clamp(7px,1.2vw,11px) clamp(7px,1.25vw,11px);
    border-radius:clamp(15px,2.3vw,21px);
  }
  .hero-description{
    margin-bottom:clamp(4px,.8vw,7px);
    font-size:clamp(7.5px,1.18vw,10.5px);
    line-height:1.05;
  }
  .hero-events{
    gap:clamp(2px,.55vw,4px);
    margin-bottom:clamp(5px,.9vw,8px);
    font-size:clamp(5.8px,.86vw,7.8px);
  }
  .hero-events img{
    width:clamp(17px,2.6vw,24px);
    height:clamp(17px,2.6vw,24px);
  }
  .hero-events b{
    min-height:clamp(11px,1.6vw,14px);
    font-size:clamp(5.8px,.86vw,7.8px);
    line-height:.98;
  }
  .cabaret-button{
    width:clamp(98px,15.2vw,138px);
    height:clamp(20px,3vw,28px);
    margin-top:clamp(3px,.55vw,5px);
    padding-right:clamp(18px,3vw,25px);
    font-size:clamp(6.5px,.92vw,8.5px);
  }
}

@media(max-width:730px){
  .home-hero .hero-copy{top:-2%;left:3%;width:34%}
  .hero-panel{width:82%;margin-top:clamp(34px,6.8vw,50px)}
}

@media(max-width:600px){
  .home-hero{
    min-height:clamp(325px,82vw,390px);
    background-size:100% auto;
    background-position:center top;
  }
  .hero-stage{min-height:clamp(325px,82vw,390px)}
  .hero-copy{
    top:auto;
    bottom:clamp(10px,3.2vw,22px);
    left:0;
    width:100%;
    padding:0;
  }
  .hero-scene-logo{
    bottom:calc(100% + clamp(36px,10.5vw,48px));
    left:1.7%;
    width:31%;
  }
  .hero-panel{
    width:min(78vw,328px);
    margin:0 auto;
    padding:8px 10px 11px;
    border-radius:20px;
  }
  .hero-description{
    margin-bottom:7px;
    font-size:clamp(11px,3.25vw,13px);
    line-height:1.08;
  }
  .hero-events{
    gap:3px;
    margin-bottom:8px;
    font-size:clamp(8px,2.35vw,9.3px);
  }
  .hero-events img{
    width:clamp(24px,7vw,29px);
    height:clamp(24px,7vw,29px);
  }
  .hero-events b{
    min-height:15px;
    font-size:clamp(8px,2.35vw,9.3px);
    line-height:1;
  }
  .cabaret-button{
    width:clamp(144px,43vw,166px);
    height:clamp(29px,8.8vw,33px);
    margin-top:4px;
    padding-right:26px;
    font-size:clamp(8.5px,2.6vw,10px);
  }
}

@media(max-width:390px){
  .hero-panel{width:min(82vw,312px)}
  .hero-description{font-size:11px}
  .hero-events{font-size:8px}
  .hero-events img{width:24px;height:24px}
  .hero-events b{font-size:8px}
  .cabaret-button{width:146px;height:30px;font-size:8.5px}
}

/* Hero mobile placement fix v2: keep the panel anchored at the bottom of
   the stage and keep the logo visible above it from tablet down to phone. */
@media(max-width:730px){
  .home-hero{overflow:hidden}
  .home-hero .hero-copy{
    top:auto;
    bottom:clamp(10px,2.8vw,20px);
    left:0;
    width:100%;
    padding:0;
  }
  .hero-scene-logo{
    display:block;
    position:absolute;
    bottom:calc(100% + clamp(24px,6vw,38px));
    left:clamp(54px,11vw,88px);
    width:clamp(118px,25vw,172px);
    height:auto;
    margin:0;
  }
  .hero-panel{
    width:min(76vw,390px);
    margin:0 auto;
    padding:clamp(7px,1.8vw,10px) clamp(8px,2.1vw,12px) clamp(9px,2.3vw,13px);
  }
  .hero-description{
    margin-bottom:clamp(5px,1.3vw,8px);
    font-size:clamp(10px,2.35vw,13px);
  }
  .hero-events{
    margin-bottom:clamp(6px,1.5vw,9px);
    font-size:clamp(7px,1.85vw,9.5px);
  }
  .hero-events img{
    width:clamp(22px,5.8vw,30px);
    height:clamp(22px,5.8vw,30px);
  }
  .hero-events b{
    min-height:clamp(13px,3.4vw,17px);
    font-size:clamp(7px,1.85vw,9.5px);
  }
  .cabaret-button{
    width:clamp(138px,38vw,174px);
    height:clamp(28px,7.8vw,35px);
    margin-top:clamp(3px,.9vw,6px);
    font-size:clamp(8px,2.2vw,10.5px);
  }
}

@media(max-width:430px){
  .hero-panel{width:min(82vw,338px)}
  .hero-scene-logo{
    bottom:calc(100% + 32px);
    left:17%;
    width:27%;
  }
}
