/* Guest Artistes public showcase — intentionally scoped to avoid affecting
   existing BR Booking sections. */
body.page-guest-artistes {
  --ga-ink: #08090d;
  --ga-panel: #101116;
  --ga-paper: #f4f0e7;
  --ga-gold: #d4ad55;
  --ga-gold-light: #f0d48a;
  --ga-rule: rgba(212, 173, 85, .28);
  background: var(--ga-ink);
  color: #f6f3eb;
}
body.page-guest-artistes .mobile-wallpaper { display: none; }
body.page-guest-artistes .page-content { padding-top: 76px; background: var(--ga-ink); }
body.page-guest-artistes .partenaires-section { background: #0b0c10; }
.ga-site-header { position: fixed; z-index: 110; top: 0; right: 0; left: 0; min-height: 76px; border-bottom: 1px solid rgba(212,173,85,.35); background: rgba(3,12,29,.88); box-shadow: 0 14px 40px rgba(0,0,0,.2); backdrop-filter: blur(20px) saturate(135%); -webkit-backdrop-filter: blur(20px) saturate(135%); }
.ga-site-header-inner { width: min(1440px, 100%); min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: clamp(1rem,3vw,3rem); margin: 0 auto; padding: .5rem clamp(1rem,3vw,2.5rem); }
.ga-nav-logo { flex: 0 0 auto; display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
.ga-nav-logo-img { width: auto; height: 57px; display: block; object-fit: contain; }
.ga-nav-desktop { min-width: 0; display: flex; align-items: stretch; justify-content: flex-end; gap: clamp(.1rem,.7vw,.8rem); }
.ga-nav-desktop a { position: relative; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem clamp(.55rem,1.1vw,1rem); color: rgba(255,255,255,.78); font: 700 clamp(.62rem,.75vw,.74rem)/1.2 var(--font-ui); letter-spacing: .07em; text-align: center; text-transform: uppercase; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.ga-nav-desktop a::after { content: ''; position: absolute; right: .65rem; bottom: 0; left: .65rem; height: 2px; background: var(--ga-gold); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.ga-nav-desktop a:hover, .ga-nav-desktop a:focus-visible, .ga-nav-desktop a[aria-current="page"] { color: #fff; background: rgba(139,185,230,.08); }
.ga-nav-desktop a[aria-current="page"] { color: var(--ga-gold-light); }
.ga-nav-desktop a:hover::after, .ga-nav-desktop a:focus-visible::after, .ga-nav-desktop a[aria-current="page"]::after { transform: scaleX(1); }
.ga-nav-desktop a:focus-visible, .ga-nav-toggle:focus-visible, .ga-nav-mobile a:focus-visible { outline: 2px solid var(--ga-gold-light); outline-offset: 2px; }
.ga-nav-toggle { width: 46px; height: 46px; flex: 0 0 46px; display: none; align-items: center; justify-content: center; border: 1px solid rgba(212,173,85,.4); border-radius: 4px; background: rgba(9,25,52,.72); color: var(--ga-gold-light); cursor: pointer; }
.ga-nav-toggle[aria-expanded="true"] { border-color: var(--ga-gold); background: rgba(212,173,85,.12); }
.ga-nav-mobile { position: fixed; z-index: 109; top: 76px; right: 0; left: 0; max-height: calc(100svh - 76px); overflow-y: auto; padding: .7rem 1rem 1rem; border-bottom: 1px solid rgba(212,173,85,.38); background: rgba(3,12,29,.98); box-shadow: 0 24px 54px rgba(0,0,0,.45); overscroll-behavior: contain; }
.ga-nav-mobile[hidden] { display: none; }
.ga-nav-mobile a { min-height: 54px; display: flex; align-items: center; padding: .8rem .75rem; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.78); font: 700 .75rem/1.25 var(--font-ui); letter-spacing: .08em; text-transform: uppercase; }
.ga-nav-mobile a:last-child { border-bottom: 0; }
.ga-nav-mobile a:hover, .ga-nav-mobile a[aria-current="page"] { color: var(--ga-gold-light); background: rgba(139,185,230,.08); }
.ga-page { overflow: clip; background: var(--ga-ink); }
.ga-eyebrow { color: var(--ga-gold-light); font-size: .69rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.ga-page em { color: var(--ga-gold-light); font-style: normal; }
.ga-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; font: 700 .72rem/1 var(--font-ui); letter-spacing: .12em; cursor: pointer; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.ga-button:hover { transform: translateY(-2px); }
.ga-button--gold { background: var(--ga-gold); color: #090a0d; border-color: var(--ga-gold); }
.ga-button--gold:hover { background: var(--ga-gold-light); border-color: var(--ga-gold-light); }
.ga-button--glass { background: rgba(7, 8, 12, .38); border-color: rgba(255,255,255,.27); color: #fff; backdrop-filter: blur(12px); }
.ga-button--glass:hover { border-color: var(--ga-gold-light); color: var(--ga-gold-light); }
.ga-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.ga-hero { min-height: max(690px, 92vh); position: relative; isolation: isolate; display: flex; align-items: flex-end; background: radial-gradient(circle at 72% 25%, #282334 0, #101118 38%, #08090d 70%); }
.ga-hero--media { background-color: #101118; }
.ga-hero-picture, .ga-profile-picture { position: absolute; inset: 0; z-index: -3; }
.ga-hero-picture img, .ga-profile-picture img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 22%; }
.ga-hero-video, .ga-profile-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.ga-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,9,.95) 0%, rgba(5,6,9,.54) 52%, rgba(5,6,9,.15) 100%), linear-gradient(0deg, #08090d 0%, transparent 42%); }
.ga-hero-content { width: min(1260px, calc(100% - 3rem)); margin: 0 auto; padding: 10rem 0 8rem; }
.ga-hero h1 { margin: .6rem 0 1.2rem; max-width: 800px; font-size: clamp(5.2rem, 12vw, 11rem); line-height: .72; letter-spacing: -.025em; text-transform: uppercase; }
.ga-hero h1 em { display: inline-block; margin-left: .38em; font-family: inherit; font-size: .55em; font-style: normal; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; }
.ga-hero--booking { background: radial-gradient(circle at 68% 28%, #163661 0, #091529 38%, #05070b 76%); }
.ga-hero .ga-booking-title { max-width: 1050px; line-height: .74; }
.ga-hero-lead { margin: 0 0 2.2rem; max-width: 540px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 2vw, 1.3rem); }
.ga-scroll-cue { position: absolute; right: max(1.5rem, calc((100% - 1260px)/2)); bottom: 4rem; display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.5); font-size: .58rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.ga-scroll-cue span { width: 1px; height: 52px; background: linear-gradient(var(--ga-gold), transparent); }

.ga-manifesto { display: grid; grid-template-columns: minmax(280px, .9fr) 1.3fr; gap: clamp(2rem, 7vw, 8rem); width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(6rem, 11vw, 11rem) 0; border-bottom: 1px solid var(--ga-rule); }
.ga-manifesto h2, .ga-section-head h2, .ga-contact h2, .ga-profile-story h2, .ga-inquiry h2 { color: #fff; font-size: clamp(2.7rem, 6vw, 5.4rem); font-weight: 500; line-height: .94; text-transform: uppercase; }
.ga-manifesto h2 em, .ga-contact h2 em, .ga-profile-story h2 em, .ga-inquiry h2 em { display: block; font-family: var(--font-display); font-size: .78em; font-style: normal; font-weight: 500; letter-spacing: -.02em; text-transform: uppercase; }
.ga-manifesto > p:last-child { align-self: end; max-width: 580px; color: rgba(255,255,255,.62); font-size: 1.05rem; line-height: 1.9; }

.ga-roster, .ga-process, .ga-gallery { width: min(1260px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.ga-section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 4rem; }
.ga-section-head h2 { margin-top: .55rem; }
.ga-section-head > p { color: rgba(255,255,255,.45); font-size: .75rem; letter-spacing: .08em; }
.ga-artist-stack { display: grid; gap: clamp(4rem, 10vw, 9rem); }
.ga-artist-block { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.ga-artist-block--reverse { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.5fr); }
.ga-artist-block--reverse .ga-artist-media { grid-column: 2; }
.ga-artist-block--reverse .ga-artist-copy { grid-row: 1; grid-column: 1; }
.ga-artist-media { position: relative; display: block; min-height: 590px; overflow: hidden; background: #17181f; }
.ga-artist-media picture { position: absolute; inset: 0; }
.ga-artist-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.64) sepia(.1) hue-rotate(168deg); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.ga-artist-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(15deg, rgba(0,28,68,.78), rgba(5,65,122,.34) 58%, rgba(2,25,59,.5)); mix-blend-mode: multiply; pointer-events: none; transition: opacity .55s ease; }
.ga-artist-media:hover img { transform: scale(1.035); filter: none; }
.ga-artist-media:hover::after { opacity: 0; }
.ga-media-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 65% 20%, #332b39, #121319 63%); }
.ga-media-placeholder b { color: rgba(212,173,85,.35); font: 500 10rem/1 var(--font-display); }
.ga-media-placeholder--silhouette, .ga-coming-silhouette { overflow: hidden; background: radial-gradient(circle at 50% 24%, #15233a, #07101f 52%, #030509 100%); }
.ga-media-placeholder--silhouette i, .ga-coming-silhouette i { position: absolute; left: 50%; bottom: -8%; width: 76%; height: 83%; transform: translateX(-50%); border-radius: 48% 48% 12% 12% / 29% 29% 8% 8%; background: radial-gradient(circle at 50% 17%, #030406 0 14%, transparent 14.5%), radial-gradient(ellipse at 50% 74%, #020305 0 47%, transparent 47.5%); filter: drop-shadow(0 22px 38px rgba(0,0,0,.85)); }
.ga-coming-roster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.6rem); margin-bottom: 1.5rem; }
.ga-coming-silhouette { position: relative; min-height: 520px; border: 1px solid rgba(139,185,230,.16); }
.ga-coming-silhouette::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,19,48,.94), rgba(8,62,112,.18) 65%, rgba(1,8,19,.5)); transition: opacity .35s ease, background .35s ease; }
.ga-coming-silhouette::after { content: ''; position: absolute; z-index: 2; inset: 7%; border: 1px solid rgba(212,173,85,.22); clip-path: polygon(0 0, 21% 0, 21% 1px, 1px 1px, 1px 21%, 0 21%, 0 0, 100% 0, 100% 21%, calc(100% - 1px) 21%, calc(100% - 1px) 1px, 79% 1px, 79% 0, 100% 0, 100% 100%, 79% 100%, 79% calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 79%, 100% 79%, 100% 100%, 0 100%, 0 79%, 1px 79%, 1px calc(100% - 1px), 21% calc(100% - 1px), 21% 100%); }
.ga-coming-silhouette span { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%, -50%); color: rgba(240,212,138,.76); font: 500 clamp(6rem, 12vw, 10rem)/1 var(--font-display); text-shadow: 0 10px 38px rgba(0,0,0,.88), 0 0 34px rgba(27,96,162,.28); transition: transform .35s ease, color .35s ease; }
.ga-coming-silhouette:hover::before, .ga-coming-silhouette:focus-visible::before { background: linear-gradient(0deg, rgba(0,19,48,.8), rgba(18,89,150,.14) 65%, rgba(1,8,19,.38)); }
.ga-coming-silhouette:hover span, .ga-coming-silhouette:focus-visible span { transform: translate(-50%, -50%) scale(1.08); color: var(--ga-gold-light); }
.ga-coming-silhouette:focus-visible { outline: 2px solid var(--ga-gold-light); outline-offset: 4px; }
.ga-category-artist-card picture, .ga-category-artist-card picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ga-category-artist-card picture img { object-fit: cover; filter: saturate(.55) hue-rotate(168deg); transition: filter .4s ease, transform .6s ease; }
.ga-category-artist-card::before { background: linear-gradient(0deg, rgba(0,18,44,.96), rgba(7,64,116,.22) 68%, rgba(1,8,19,.48)); }
.ga-category-artist-card strong { position: absolute; z-index: 4; left: 1rem; right: 1rem; bottom: 1.1rem; color: #fff; font: 500 clamp(1.5rem, 3vw, 2.7rem)/.94 var(--font-display); text-transform: uppercase; overflow-wrap: anywhere; }
.ga-category-artist-card:hover picture img, .ga-category-artist-card:focus-visible picture img { filter: none; transform: scale(1.035); }
.ga-empty--coming { padding-top: 4rem; }
.ga-artist-number { position: absolute; left: 1.4rem; bottom: 1rem; z-index: 2; color: #fff; font: 500 4.8rem/1 var(--font-display); }
.ga-artist-copy h3 { margin: .5rem 0 1.3rem; color: #fff; font-size: clamp(3.5rem, 7vw, 7.2rem); font-weight: 500; line-height: .83; text-transform: uppercase; overflow-wrap: anywhere; }
.ga-artist-bio { max-width: 500px; color: rgba(255,255,255,.62); line-height: 1.85; }
.ga-tags { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; margin: 1.8rem 0; }
.ga-tags li { padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.72); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.ga-artist-actions, .ga-social-links, .ga-contact-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; align-items: center; }
.ga-text-link { display: inline-flex; align-items: center; gap: .45rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ga-gold); color: var(--ga-gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.ga-text-link--muted { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.62); }
.ga-empty { padding: 7rem 2rem; border: 1px solid var(--ga-rule); text-align: center; background: radial-gradient(circle at center, rgba(212,173,85,.09), transparent 58%); }
.ga-empty h3 { margin: .5rem 0 1rem; font-size: clamp(3rem, 7vw, 6rem); text-transform: uppercase; }
.ga-empty > p:not(.ga-eyebrow) { max-width: 580px; margin: 0 auto 2rem; color: rgba(255,255,255,.6); }

.ga-process { border-top: 1px solid var(--ga-rule); }
.ga-process ol { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.ga-process li { min-height: 240px; padding: 1.6rem; border-top: 1px solid var(--ga-rule); border-right: 1px solid var(--ga-rule); }
.ga-process li:last-child { border-right: 0; }
.ga-process li b { color: var(--ga-gold); font: 500 2rem/1 var(--font-display); }
.ga-process h3 { margin: 4rem 0 .7rem; color: #fff; font-size: 1.35rem; text-transform: uppercase; }
.ga-process li p { color: rgba(255,255,255,.53); font-size: .83rem; line-height: 1.65; }

.ga-contact { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100% - 1180px)/2)); background: #111218; border-block: 1px solid var(--ga-rule); }
.ga-contact-copy > p:not(.ga-eyebrow) { max-width: 650px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.58); line-height: 1.8; }
.ga-contact-card { min-height: 410px; display: flex; flex-direction: column; justify-content: end; position: relative; overflow: hidden; background: linear-gradient(145deg, #2b2631, #121318); border: 1px solid var(--ga-rule); }
.ga-contact-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.8)); }
.ga-contact-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ga-contact-card > div { z-index: 1; position: relative; padding: 1.4rem; }
.ga-contact-card p { color: var(--ga-gold-light); font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.ga-contact-card h3 { font-size: 2rem; text-transform: uppercase; }

.ga-feedback { width: min(1180px, calc(100% - 3rem)); margin: 3rem auto 0; padding: 1rem 1.2rem; border: 1px solid; }
.ga-feedback strong { display: block; margin-bottom: .55rem; }
.ga-feedback ul { display: grid; gap: .3rem; margin: 0; padding-left: 1.2rem; }
.ga-feedback--success { color: #c6f3cb; border-color: rgba(93,202,112,.5); background: rgba(93,202,112,.1); }
.ga-feedback--error { color: #ffd1d1; border-color: rgba(255,90,90,.5); background: rgba(255,90,90,.1); }
.ga-inquiry { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 7vw, 8rem); width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) 0; }
.ga-inquiry-intro > p:not(.ga-eyebrow) { margin: 1.5rem 0 2rem; color: rgba(255,255,255,.58); line-height: 1.8; }
.ga-form-promises { display: grid; gap: .75rem; list-style: none; color: rgba(255,255,255,.62); font-size: .78rem; }
.ga-form-promises li::before { content: '—'; margin-right: .6rem; color: var(--ga-gold); }
.ga-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-self: start; }
.ga-field { display: grid; gap: .4rem; min-width: 0; }
.ga-field--wide { grid-column: 1 / -1; }
.ga-field > span { color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ga-field small { color: rgba(255,255,255,.38); font-size: .9em; font-weight: 400; text-transform: none; }
.ga-field input, .ga-field select, .ga-field textarea { width: 100%; min-height: 52px; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.14); border-radius: 0; outline: none; background: #121319; color: #fff; font: 400 .9rem/1.35 var(--font-body); }
.ga-field textarea { resize: vertical; min-height: 125px; }
.ga-field input:focus, .ga-field select:focus, .ga-field textarea:focus { border-color: var(--ga-gold); box-shadow: 0 0 0 2px rgba(212,173,85,.1); }
.ga-money-field { display: flex; background: #121319; border: 1px solid rgba(255,255,255,.14); }
.ga-money-field input { border: 0; }
.ga-money-field b { display: grid; place-items: center; width: 48px; color: var(--ga-gold-light); }
.ga-form-submit { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; margin-top: .5rem; }
.ga-form-submit p { max-width: 480px; color: rgba(255,255,255,.38); font-size: .65rem; line-height: 1.5; }
.ga-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.ga-profile-hero { min-height: max(760px, 100svh); position: relative; isolation: isolate; display: flex; align-items: end; overflow: hidden; background: radial-gradient(circle at 62% 25%, #15305a, #0a111f 54%, #08090d 100%); }
.ga-profile-picture { overflow: hidden; }
.ga-profile-picture img { object-position: center 22%; transform: translate3d(0, var(--ga-portrait-shift, 0px), 0) scale(1.045); transform-origin: center top; will-change: transform; }
.ga-profile-blue-veil { position: absolute; z-index: -1; inset: 0; background: linear-gradient(112deg, rgba(2,18,43,.86) 0%, rgba(7,42,81,.55) 45%, rgba(9,62,111,.26) 72%, rgba(3,10,23,.38) 100%), linear-gradient(0deg, #08090d 0%, rgba(5,12,25,.1) 58%, rgba(4,12,29,.52) 100%); pointer-events: none; }
.ga-profile-hero .ga-profile-blue-veil { transition: opacity .55s ease; }
@media (hover: hover) and (pointer: fine) {
  .ga-profile-hero:hover .ga-profile-blue-veil { opacity: 0; }
}
.ga-profile-grain { position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.35) .55px, transparent .65px); background-size: 5px 5px; mix-blend-mode: soft-light; pointer-events: none; }
.ga-back { position: absolute; z-index: 2; left: max(1.5rem, calc((100% - 1260px)/2)); top: 2rem; color: rgba(255,255,255,.75); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.ga-back:hover { color: var(--ga-gold-light); }
.ga-profile-coming { position: absolute; z-index: 2; top: 2rem; left: 50%; margin: 0; transform: translateX(-50%); color: var(--ga-gold-light); font-size: clamp(1rem, 2vw, 1.7rem); font-weight: 800; letter-spacing: .36em; text-align: center; text-shadow: 0 7px 24px rgba(0,0,0,.72); white-space: nowrap; }
.ga-profile-title { position: relative; z-index: 1; width: min(1260px, calc(100% - 3rem)); margin: 0 auto; padding: 10rem 0 clamp(6.5rem, 10vh, 9rem); }
.ga-profile-title h1 { margin: .4rem 0 1rem; max-width: 1050px; color: #fff; font-size: clamp(5rem, 13vw, 12rem); font-weight: 500; line-height: .77; letter-spacing: -.025em; text-shadow: 0 12px 44px rgba(0,15,42,.72); text-transform: uppercase; overflow-wrap: anywhere; }
.ga-profile-genres { margin-bottom: 2rem; color: rgba(255,255,255,.8); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-shadow: 0 4px 18px rgba(0,0,0,.55); text-transform: uppercase; }
.ga-track-title { margin-top: .8rem; color: rgba(255,255,255,.63); font-size: .61rem; letter-spacing: .15em; text-transform: uppercase; }
.ga-sound-button { gap: .65rem; }
.ga-sound-button .ga-sound-icon { display: inline-grid; width: 1.2rem; place-items: center; }
.ga-sound-button.is-playing { border-color: var(--ga-gold); color: var(--ga-gold-light); box-shadow: 0 0 30px rgba(212,173,85,.12); }
.ga-profile-scroll { position: absolute; z-index: 2; right: max(1.5rem, calc((100% - 1260px)/2)); bottom: 3rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.58); font-size: .58rem; font-weight: 700; letter-spacing: .16em; }
.ga-profile-scroll span { width: 54px; height: 1px; background: linear-gradient(90deg, transparent, var(--ga-gold)); }

.ga-profile-story { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 9rem); width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(7rem, 13vw, 12rem) 0; }
.ga-profile-story-heading { position: relative; }
.ga-profile-story-heading::before { content: ''; position: absolute; top: -2rem; left: 0; width: 70px; height: 1px; background: var(--ga-gold); }
.ga-profile-story-copy { align-self: end; }
.ga-profile-bio { color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 2vw, 1.4rem); line-height: 1.9; white-space: pre-line; }
.ga-coming-profile-hero { min-height: max(700px, calc(100svh - 42px)); position: relative; isolation: isolate; display: flex; align-items: flex-end; overflow: hidden; background: #02060d; }
.ga-coming-profile-video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ga-coming-profile-veil { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,14,34,.93), rgba(4,49,94,.52) 55%, rgba(3,13,28,.32)), linear-gradient(0deg, #07090f 0%, transparent 55%); pointer-events: none; }
.ga-coming-profile-copy { width: min(1260px, calc(100% - 3rem)); margin: 0 auto; padding: 9rem 0 7rem; }
.ga-coming-profile-copy h1 { margin: .55rem 0 1.2rem; color: #fff; font-size: clamp(5.4rem, 14vw, 13rem); font-weight: 500; line-height: .72; letter-spacing: -.035em; text-transform: uppercase; text-shadow: 0 14px 50px rgba(0,0,0,.78); }
.ga-coming-profile-copy h1 em { display: inline-block; margin-left: .3em; font-family: inherit; font-size: .54em; font-style: normal; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; }
.ga-coming-profile-copy > p:not(.ga-eyebrow) { margin: 0 0 2rem; max-width: 520px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 2vw, 1.3rem); }
.ga-teaser-video-toggle { margin-left: .65rem; }
.ga-price-note { margin: 2.2rem 0; padding: 1rem 0; border-block: 1px solid var(--ga-rule); color: var(--ga-gold-light); font-size: .8rem; line-height: 1.55; }
.ga-profile-facts { display: grid; gap: .9rem; margin: 2rem 0; }
.ga-profile-facts div { display: grid; grid-template-columns: 115px 1fr; gap: 1rem; }
.ga-profile-facts dt { color: rgba(255,255,255,.35); font-size: .62rem; letter-spacing: .15em; }
.ga-profile-facts dd { color: rgba(255,255,255,.82); font-size: .8rem; text-transform: uppercase; }
.ga-social-links a { color: var(--ga-gold-light); font-size: .67rem; font-weight: 700; letter-spacing: .11em; }

.ga-listen { display: grid; grid-template-columns: minmax(220px,.52fr) minmax(0,1.48fr); gap: clamp(2rem,6vw,6rem); align-items: start; padding: clamp(4.5rem,8vw,8rem) max(1.5rem, calc((100% - 1180px)/2)); background: radial-gradient(circle at 22% 12%, rgba(19,69,118,.28), transparent 38%), #0d111a; border-block: 1px solid rgba(91,155,218,.16); }
.ga-listen h2 { margin-top: .45rem; color: #fff; font-size: clamp(2.2rem, 5vw, 4.8rem); font-weight: 500; line-height: .95; text-transform: uppercase; }
.ga-listen-heading { position: sticky; top: 2rem; }
.ga-audio-player { min-width: 0; padding: clamp(1rem,2.5vw,1.7rem); border: 1px solid rgba(139,185,230,.22); background: linear-gradient(145deg, rgba(19,38,65,.88), rgba(8,11,18,.96)); box-shadow: 0 30px 80px rgba(0,0,0,.33); }
.ga-audio-cover { display: grid; grid-template-columns: 112px 1fr; gap: 1.25rem; align-items: end; }
.ga-audio-cover > img,.ga-audio-cover > span { width: 112px; aspect-ratio: 1; object-fit: cover; background: #172338; }
.ga-audio-cover > span { display: grid; place-items: center; color: var(--ga-gold-light); font: 500 4rem/1 var(--font-display); }
.ga-audio-cover p { color:#fff; font-size:clamp(1.45rem,3vw,2.4rem); font-weight:700; line-height:1.02; overflow-wrap:anywhere; }
.ga-audio-cover div > span { display:block; margin-top:.55rem; color:rgba(255,255,255,.48); font-size:.67rem; letter-spacing:.12em; text-transform:uppercase; }
.ga-audio-controls { display:flex; justify-content:center; align-items:center; gap:1rem; margin:1.6rem 0 1rem; }
.ga-audio-controls button { width:42px; height:42px; border:0; border-radius:50%; background:transparent; color:rgba(255,255,255,.72); font-size:1.25rem; cursor:pointer; }
.ga-audio-controls .ga-audio-play { width:58px; height:58px; display:grid; place-items:center; background:var(--ga-gold); color:#090a0d; font-size:1rem; }
.ga-audio-controls button:hover,.ga-audio-controls button:focus-visible { color:#fff; outline:1px solid rgba(212,173,85,.45); }
.ga-audio-controls .ga-audio-play.is-playing { box-shadow:0 0 34px rgba(212,173,85,.3); }
.ga-audio-progress { display:grid; grid-template-columns:38px 1fr 38px; gap:.65rem; align-items:center; color:rgba(255,255,255,.45); font-size:.58rem; font-variant-numeric:tabular-nums; }
.ga-audio-progress input { width:100%; height:3px; accent-color:var(--ga-gold); cursor:pointer; }
.ga-audio-tracklist { max-height:320px; margin-top:1.3rem; overflow:auto; overscroll-behavior:contain; scrollbar-color:rgba(212,173,85,.45) transparent; }
.ga-audio-track { width:100%; min-height:62px; display:grid; grid-template-columns:38px 1fr auto; gap:.8rem; align-items:center; padding:.7rem .6rem; border:0; border-top:1px solid rgba(255,255,255,.08); background:transparent; color:#fff; text-align:left; cursor:pointer; }
.ga-audio-track:hover { background:rgba(139,185,230,.06); }
.ga-audio-track.is-active { background:rgba(212,173,85,.08); }
.ga-audio-track-number { color:rgba(255,255,255,.38); font:700 .72rem/1 var(--font-ui); }
.ga-audio-track-copy { display:grid; gap:.25rem; min-width:0; }
.ga-audio-track-copy b { overflow:hidden; color:rgba(255,255,255,.82); font-size:.76rem; letter-spacing:.04em; text-overflow:ellipsis; white-space:nowrap; }
.ga-audio-track-copy small { overflow:hidden; color:rgba(255,255,255,.38); font-size:.58rem; letter-spacing:.08em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.ga-audio-track-state { color:var(--ga-gold-light); }
.ga-audio-track.is-active .ga-audio-track-copy b { color:var(--ga-gold-light); }
.ga-coming-preview-note { max-width: 460px; color: rgba(255,255,255,.48); font-size: .78rem; line-height: 1.75; }
.ga-coming-listen .ga-listen-heading > .ga-coming-preview-note { margin-top: 1.35rem; }
.ga-coming-audio-player { position: relative; overflow: hidden; }
.ga-coming-audio-player::after { content: 'APERÇU'; position: absolute; top: 1.1rem; right: 1.1rem; padding: .35rem .5rem; border: 1px solid rgba(212,173,85,.38); color: var(--ga-gold-light); font-size: .5rem; font-weight: 800; letter-spacing: .15em; }
.ga-coming-audio-player button:disabled, .ga-coming-audio-player input:disabled { cursor: default; opacity: .5; }
.ga-coming-audio-track { cursor: default; }
.ga-coming-media { width: min(1260px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.ga-coming-media .ga-section-head { align-items: end; }
.ga-coming-media .ga-section-head h2 { margin-top: .45rem; max-width: 760px; color: #fff; font-size: clamp(2.8rem, 6vw, 6rem); font-weight: 500; line-height: .86; text-transform: uppercase; }
.ga-coming-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.65rem, 1.5vw, 1.2rem); }
.ga-coming-photo-slot { position: relative; min-width: 0; aspect-ratio: 1; display: grid; overflow: hidden; place-items: center; border: 1px solid rgba(139,185,230,.2); background: radial-gradient(circle at 50% 42%, rgba(31,79,128,.48), transparent 40%), linear-gradient(145deg, #12223a, #080b12 70%); }
.ga-coming-photo-slot::before { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(212,173,85,.17); }
.ga-coming-photo-slot > span { color: rgba(255,255,255,.82); font: 500 clamp(4.5rem, 10vw, 9rem)/1 var(--font-display); text-shadow: 0 20px 50px rgba(0,0,0,.6); }
.ga-coming-photo-slot figcaption { position: absolute; left: 1rem; bottom: 1rem; color: var(--ga-gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.ga-coming-showreel { border-bottom: 1px solid rgba(91,155,218,.18); }
.ga-coming-clip-slot { position: relative; width: min(100%, 720px); aspect-ratio: 1; display: grid; align-content: center; justify-items: center; gap: .55rem; justify-self: center; overflow: hidden; border: 1px solid rgba(139,185,230,.3); background: radial-gradient(circle, rgba(18,70,126,.38), transparent 42%), linear-gradient(145deg, #111f34, #05070c 75%); box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.ga-coming-clip-slot::before { content: ''; position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.08); }
.ga-coming-clip-slot > span { color: rgba(255,255,255,.88); font: 500 clamp(5rem, 11vw, 10rem)/1 var(--font-display); }
.ga-coming-clip-slot > strong { color: #fff; font-size: clamp(1rem, 2vw, 1.5rem); letter-spacing: .15em; }
.ga-coming-clip-slot > small { color: var(--ga-gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .18em; }

.ga-showreel { display: grid; grid-template-columns: minmax(230px, .42fr) minmax(0, 1.58fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100% - 1260px)/2)); background: linear-gradient(125deg, #0b1628 0%, #101b2b 45%, #090b11 100%); border-block: 1px solid rgba(91,155,218,.18); }
.ga-showreel h2 { margin: .65rem 0 1.5rem; color: #fff; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; line-height: .88; text-transform: uppercase; }
.ga-showreel h2 em { color: #8bb9e6; font-family: var(--font-display); font-size: .82em; font-style: normal; font-weight: 500; letter-spacing: -.02em; text-transform: uppercase; }
.ga-showreel-copy > p:last-child { max-width: 340px; color: rgba(255,255,255,.55); font-size: .85rem; line-height: 1.75; }
.ga-showreel-frame { position: relative; width: min(100%, 760px); min-width: 0; aspect-ratio: 1; justify-self: center; padding: 10px; background: rgba(0,0,0,.45); border: 1px solid rgba(139,185,230,.32); box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.ga-showreel-frame video { width: 100%; height: 100%; display: block; object-fit: contain; background: #030406; }
.ga-showreel-corner { position: absolute; width: 38px; height: 38px; pointer-events: none; }
.ga-showreel-corner--top { top: -7px; right: -7px; border-top: 1px solid var(--ga-gold); border-right: 1px solid var(--ga-gold); }
.ga-showreel-corner--bottom { left: -7px; bottom: -7px; border-left: 1px solid var(--ga-gold); border-bottom: 1px solid var(--ga-gold); }

.ga-gallery { border-top: 1px solid var(--ga-rule); }
.ga-carousel { width: 100%; padding-inline: max(1.5rem, calc((100% - 1260px)/2)); }
.ga-carousel-head { width: 100%; }
.ga-carousel-controls { display: flex; align-items: center; gap: .55rem; }
.ga-carousel-count { min-width: 76px; margin-right: .55rem; color: rgba(255,255,255,.45); font: 700 .72rem/1 var(--font-ui); letter-spacing: .1em; }
.ga-carousel-count [data-carousel-current] { color: var(--ga-gold-light); font-size: 1.25rem; }
.ga-carousel-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: #fff; font: 700 1.2rem/1 var(--font-ui); cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.ga-carousel-controls button:hover, .ga-carousel-controls button:focus-visible { border-color: var(--ga-gold); background: rgba(212,173,85,.08); color: var(--ga-gold-light); outline: none; }
.ga-carousel-controls button:disabled { opacity: .3; cursor: default; }
.ga-carousel-viewport { width: calc(100% + max(1.5rem, calc((100vw - 1260px)/2))); overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: pan-x pan-y; }
.ga-carousel-viewport::-webkit-scrollbar { display: none; }
.ga-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(310px, 58vw, 760px); gap: clamp(.8rem, 2vw, 1.5rem); width: max-content; padding-right: max(1.5rem, calc((100vw - 1260px)/2)); }
.ga-carousel-slide { position: relative; aspect-ratio: 1; min-width: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; background: #12151c; }
.ga-carousel-slide img { width: 100%; height: 100%; display: block; object-fit: cover; user-select: none; filter: saturate(.65) sepia(.12) hue-rotate(166deg); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.ga-carousel-slide::after { content:''; position:absolute; z-index:1; inset:0; background:rgba(4,49,94,.42); mix-blend-mode:multiply; pointer-events:none; transition:opacity .55s ease; }
.ga-carousel-slide:hover img { transform: scale(1.025); }
.ga-carousel-slide:hover img { filter:none; }
.ga-carousel-slide:hover::after { opacity:0; }
.ga-carousel-slide-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,20,48,.62), transparent 36%); pointer-events: none; }
.ga-carousel-slide figcaption { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: flex; gap: .8rem; align-items: baseline; color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.ga-carousel-slide figcaption span { color: var(--ga-gold-light); font: 500 1.8rem/1 var(--font-display); }
.ga-carousel-hint { margin-top: 1rem; color: rgba(255,255,255,.38); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-align: right; text-transform: uppercase; }
.ga-profile-contact { padding: 5rem max(1.5rem, calc((100% - 1180px)/2)); border-top: 1px solid var(--ga-rule); background: #111218; }
.ga-profile-contact > p { color: var(--ga-gold-light); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.ga-profile-contact h2 { margin: .4rem 0 1.5rem; font-size: clamp(2.5rem, 5vw, 4.5rem); text-transform: uppercase; }
.ga-mobile-booking-bar { display: none; }

@media (prefers-reduced-motion: reduce) {
  .ga-hero-video, .ga-profile-video, .ga-coming-profile-video { display: none; }
  .ga-teaser-video-toggle { display: none; }
  .ga-button, .ga-artist-media img, .ga-carousel-slide img { transition: none; }
  .ga-profile-picture img { transform: none !important; }
  .ga-carousel-viewport { scroll-behavior: auto; }
}

@media (max-width: 900px) {
  .ga-nav-desktop { display: none; }
  .ga-nav-toggle { display: inline-flex; }
  .ga-hero { min-height: 780px; }
  .ga-hero-content { padding-bottom: 6rem; }
  .ga-manifesto, .ga-contact, .ga-inquiry, .ga-profile-story { grid-template-columns: 1fr; }
  .ga-manifesto .ga-eyebrow { margin-bottom: 0; }
  .ga-artist-block, .ga-artist-block--reverse { grid-template-columns: 1fr; gap: 2rem; }
  .ga-artist-block--reverse .ga-artist-media, .ga-artist-block--reverse .ga-artist-copy { grid-column: 1; }
  .ga-artist-block--reverse .ga-artist-media { grid-row: 1; }
  .ga-artist-block--reverse .ga-artist-copy { grid-row: 2; }
  .ga-process ol { grid-template-columns: 1fr 1fr; }
  .ga-process li:nth-child(2) { border-right: 0; }
  .ga-contact-card { max-width: 430px; width: 100%; }
  .ga-profile-title h1 { font-size: clamp(5rem, 18vw, 9rem); }
  .ga-showreel { grid-template-columns: 1fr; }
  .ga-showreel-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; align-items: end; }
  .ga-showreel-copy .ga-eyebrow { grid-column: 1 / -1; }
  .ga-showreel-copy > p:last-child { align-self: end; }
}

@media (max-width: 620px) {
  .ga-page { padding-bottom: 58px; }
  .ga-hero, .ga-profile-hero { min-height: calc(100svh - 42px); }
  .ga-hero { background-position: 58% center; }
  .ga-hero-shade { background: linear-gradient(0deg, #08090d 0%, rgba(5,6,9,.52) 52%, rgba(5,6,9,.25) 100%); }
  .ga-hero-content { width: calc(100% - 2rem); padding: 8rem 0 4.5rem; }
  .ga-hero h1 { font-size: clamp(4.5rem, 25vw, 7.5rem); }
  .ga-hero h1 em { margin-left: .1em; }
  .ga-actions .ga-button { flex: 1 1 100%; }
  .ga-scroll-cue { display: none; }
  .ga-manifesto, .ga-roster, .ga-process, .ga-gallery, .ga-profile-story, .ga-inquiry { width: calc(100% - 2rem); }
  .ga-section-head { align-items: start; flex-direction: column; margin-bottom: 2rem; }
  .ga-artist-stack { gap: 5rem; }
  .ga-coming-roster { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-flow: row; grid-auto-columns: auto; gap: .65rem; margin-right: 0; overflow-x: visible; scroll-snap-type: none; }
  .ga-coming-silhouette { width: 100%; min-width: 0; min-height: 0; aspect-ratio: 4 / 5; scroll-snap-align: none; }
  .ga-artist-media { min-height: 0; aspect-ratio: 4 / 5; }
  .ga-artist-copy h3 { font-size: clamp(3.4rem, 18vw, 5.5rem); }
  .ga-artist-actions { align-items: start; flex-direction: column; }
  .ga-process ol { grid-template-columns: 1fr; }
  .ga-process li { min-height: 190px; border-right: 0; }
  .ga-process h3 { margin-top: 2.6rem; }
  .ga-contact { grid-template-columns: 1fr; padding-inline: 1rem; }
  .ga-contact-actions .ga-button { flex: 1 1 calc(50% - 1rem); }
  .ga-form { grid-template-columns: 1fr; }
  .ga-field--wide { grid-column: 1; }
  .ga-form-submit { align-items: stretch; flex-direction: column; }
  .ga-form-submit .ga-button { width: 100%; }
  .ga-profile-hero { min-height: max(670px, calc(100svh - 42px)); }
  .ga-profile-picture img { object-position: center top; transform: translate3d(0, var(--ga-portrait-shift, 0px), 0) scale(1.06); }
  .ga-profile-blue-veil { background: linear-gradient(0deg, #08090d 0%, rgba(3,25,57,.64) 46%, rgba(4,43,85,.42) 77%, rgba(4,16,38,.58) 100%); }
  .ga-profile-title { width: calc(100% - 2rem); padding: 8rem 0 6.2rem; }
  .ga-profile-title h1 { font-size: clamp(4.15rem, 22vw, 6.8rem); line-height: .8; }
  .ga-profile-genres { max-width: calc(100% - .5rem); font-size: .68rem; line-height: 1.7; }
  .ga-back { left: 1rem; }
  .ga-profile-coming { top: 4.8rem; width: calc(100% - 2rem); font-size: 1rem; letter-spacing: .26em; }
  .ga-coming-profile-copy { width: calc(100% - 2rem); padding: 9rem 0 5rem; }
  .ga-coming-profile-copy h1 { font-size: clamp(4.8rem, 24vw, 7.2rem); }
  .ga-coming-profile-video { object-position: center; }
  .ga-teaser-video-toggle { margin: .65rem 0 0; width: 100%; }
  .ga-profile-scroll { right: 1rem; bottom: 1.4rem; font-size: .52rem; }
  .ga-profile-scroll span { width: 28px; }
  .ga-profile-story-heading::before { top: -1.25rem; }
  .ga-profile-facts div { grid-template-columns: 90px 1fr; }
  .ga-listen { grid-template-columns: 1fr; padding-inline: 1rem; }
  .ga-listen-heading { position:static; }
  .ga-audio-cover { grid-template-columns:82px 1fr; }
  .ga-audio-cover > img,.ga-audio-cover > span { width:82px; }
  .ga-audio-tracklist { display:grid; grid-auto-flow:column; grid-auto-columns:min(82vw,340px); gap:.55rem; max-height:none; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .ga-audio-tracklist::-webkit-scrollbar { display:none; }
  .ga-audio-track { scroll-snap-align:start; border:1px solid rgba(255,255,255,.09); }
  .ga-coming-media { width: calc(100% - 2rem); padding-block: 4.5rem; }
  .ga-coming-media .ga-section-head { align-items: start; }
  .ga-coming-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .ga-coming-photo-slot figcaption { left: .7rem; bottom: .7rem; }
  .ga-coming-clip-slot { width: 100%; }
  .ga-showreel { padding-inline: 1rem; }
  .ga-showreel-copy { display: block; }
  .ga-showreel-copy > p:last-child { margin-bottom: 1rem; }
  .ga-showreel-frame { width: 100%; aspect-ratio: 1; padding: 6px; max-height: none; }
  .ga-carousel { padding-inline: 1rem; }
  .ga-carousel-head { align-items: end; flex-direction: row; }
  .ga-carousel-head h2 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .ga-carousel-count { display: none; }
  .ga-carousel-controls { gap: .4rem; }
  .ga-carousel-controls button { width: 42px; height: 42px; }
  .ga-carousel-viewport { width: calc(100% + 1rem); }
  .ga-carousel-track { grid-auto-columns: min(82vw, 420px); gap: .75rem; padding-right: 1rem; }
  .ga-carousel-slide figcaption { left: .9rem; right: .9rem; bottom: .9rem; }
  .ga-carousel-slide[aria-current="true"] img { filter:none; }
  .ga-carousel-slide[aria-current="true"]::after { opacity:0; }
  .ga-carousel-hint { text-align: left; }
  .ga-mobile-booking-bar { position: fixed; z-index: 90; display: flex; bottom: 0; left: 0; right: 0; height: 58px; background: rgba(8,9,13,.95); border-top: 1px solid var(--ga-rule); backdrop-filter: blur(14px); }
  .ga-mobile-booking-bar a { flex: .8; min-width: 0; display: grid; place-items: center; padding: 0 .25rem; border-right: 1px solid rgba(255,255,255,.1); font-size: .54rem; font-weight: 700; letter-spacing: .045em; white-space: nowrap; }
  .ga-mobile-booking-bar .ga-mobile-booking-primary { flex: 1.65; background: var(--ga-gold); color: #08090d; }
  /* Toutes les pages Guest possèdent déjà leurs actions dédiées. Les widgets
     généraux recouvrent les CTA du hero et la barre de demande sur téléphone. */
  body.page-guest-artistes .whatsapp-float,
  body.page-guest-artistes #chatbot-widget { display: none !important; }
}

/* Guest landing — horizontal club-logo loop. The first sequence is the
   accessible list; its visual twin only makes the leftward loop seamless.
   Native overflow remains available for touch, trackpads and keyboards. */
.ga-trusted-clubs { max-width: 100%; overflow: hidden; border-block: 1px solid var(--ga-rule); background: radial-gradient(circle at 76% 22%, rgba(18,70,126,.25), transparent 38%), #0b0e15; }
.ga-trusted-clubs-inner { width: min(1240px, calc(100% - 3rem)); min-width: 0; margin: 0 auto; padding: clamp(5rem,9vw,8rem) 0; }
.ga-trusted-clubs-copy { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem,4vw,3.5rem); }
.ga-trusted-clubs-copy h2 { max-width: 900px; margin: .55rem 0 0; color: #fff; font-size: clamp(3.4rem,7vw,7rem); font-weight: 500; line-height: .8; letter-spacing: -.025em; text-transform: uppercase; }
.ga-trusted-clubs-tools { flex: 0 0 auto; display: flex; align-items: center; gap: 1.2rem; padding-bottom: .35rem; }
.ga-trusted-clubs-status { display: flex; align-items: baseline; gap: .35rem; color: rgba(255,255,255,.38); font: 700 .72rem/1 var(--font-ui); letter-spacing: .1em; }
.ga-trusted-clubs-status strong { color: var(--ga-gold-light); font-size: 1.7rem; }
.ga-trusted-clubs-controls { display: flex; gap: .55rem; }
.ga-trusted-clubs-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(7,12,21,.58); color: #fff; font: 700 1.15rem/1 var(--font-ui); cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.ga-trusted-clubs-controls button:hover, .ga-trusted-clubs-controls button:focus-visible { border-color: var(--ga-gold); background: rgba(212,173,85,.09); color: var(--ga-gold-light); outline: none; transform: translateY(-1px); }
.ga-trusted-clubs-controls button:disabled { opacity: .42; cursor: default; transform: none; }
.ga-trusted-clubs-rail { min-width: 0; max-width: 100%; }
.ga-trusted-clubs-viewport { position: relative; width: 100%; max-width: 100%; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; cursor: grab; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.ga-trusted-clubs-viewport:active { cursor: grabbing; }
.ga-trusted-clubs-viewport::-webkit-scrollbar { display: none; }
.ga-trusted-clubs-viewport:focus-visible { outline: 1px solid var(--ga-gold); outline-offset: 5px; }
.ga-trusted-clubs-track { display: flex; width: max-content; min-width: 100%; will-change: scroll-position; }
.ga-trusted-clubs-sequence { --ga-club-gap: clamp(.8rem,1.6vw,1.3rem); flex: 0 0 auto; display: flex; gap: var(--ga-club-gap); padding-right: var(--ga-club-gap); }
.ga-trusted-club { position: relative; flex: 0 0 clamp(260px,26vw,350px); aspect-ratio: 4 / 3; display: grid; overflow: hidden; border: 1px solid rgba(139,185,230,.17); background: linear-gradient(145deg, rgba(19,48,82,.88), rgba(7,10,17,.98)); color: #fff; transition: border-color .25s, background .25s, transform .25s; }
.ga-trusted-club:hover, .ga-trusted-club[aria-current="true"] { border-color: rgba(212,173,85,.58); background: linear-gradient(145deg, rgba(27,65,106,.94), rgba(9,12,20,.99)); }
.ga-trusted-club-logo { min-width: 0; display: grid; place-items: center; padding: clamp(1.8rem,4vw,3.2rem); background: radial-gradient(circle, rgba(255,255,255,.1), transparent 68%); }
.ga-trusted-club-logo img { max-width: 88%; max-height: 135px; display: block; object-fit: contain; filter: saturate(.78) contrast(1.04); transition: filter .35s, transform .35s; }
.ga-trusted-club:hover .ga-trusted-club-logo img, .ga-trusted-club[aria-current="true"] .ga-trusted-club-logo img { filter: none; transform: scale(1.04); }
.ga-trusted-club-name { position: absolute; right: 1rem; bottom: .85rem; left: 1rem; min-width: 0; color: rgba(255,255,255,.72); font: 700 clamp(.7rem,1.2vw,.88rem)/1.2 var(--font-ui); letter-spacing: .1em; overflow-wrap: anywhere; text-align: center; text-transform: uppercase; }
.ga-trusted-club--placeholder { border-style: dashed; background: linear-gradient(145deg, rgba(15,39,69,.7), rgba(7,10,17,.97)); }
.ga-trusted-club-question { color: rgba(220,232,246,.4); font: 500 clamp(5.5rem,10vw,8.5rem)/1 var(--font-display); text-shadow: 0 0 42px rgba(60,135,213,.28); }
.ga-trusted-clubs-hint { display: flex; justify-content: flex-end; gap: .65rem; margin-top: 1rem; color: rgba(255,255,255,.36); font-size: .57rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.ga-trusted-clubs-hint span { color: var(--ga-gold-light); }

@media (prefers-reduced-motion: reduce) {
  .ga-trusted-club, .ga-trusted-club-logo img, .ga-trusted-clubs-controls button { transition: none; }
}

@media (max-width: 700px) {
  .ga-trusted-clubs-inner { width: calc(100% - 2rem); padding: 4.5rem 0; }
  .ga-trusted-clubs-copy { display: block; margin-bottom: 2rem; }
  .ga-trusted-clubs-copy h2 { max-width: 330px; font-size: clamp(3.1rem,15vw,5rem); }
  .ga-trusted-clubs-tools { justify-content: space-between; margin-top: 1.35rem; padding: 0; }
  .ga-trusted-clubs-controls button { width: 42px; height: 42px; }
  .ga-trusted-club { flex-basis: min(72vw,270px); }
  .ga-trusted-club-logo { padding: 1.5rem; }
  .ga-trusted-club-logo img { max-height: 105px; }
  .ga-trusted-clubs-hint { justify-content: flex-start; }
}
