*{box-sizing:border-box}
:root{--ink:#10100f;--paper:#eee7d8;--blue:#173846;--orange:#e36332;--cream:#fff8e9;--line:rgba(16,16,15,.2)}
html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}
.gallery{position:relative;height:100svh;min-height:680px;background:#000;overflow:hidden;color:#fff}.slides,.slide,.slide img,.gallery-shade{position:absolute;inset:0}.slide{margin:0;opacity:0;transition:opacity .8s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide:first-child img{object-position:center 48%}.gallery-shade{background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.05) 40%,rgba(0,0,0,.72))}
.topbar{position:absolute;z-index:5;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.35);font-weight:700}.topbar>div{display:flex;gap:24px}.wordmark{font-family:"League Gothic",sans-serif;font-size:2rem;letter-spacing:.03em}
.hero-copy{position:absolute;z-index:4;left:max(24px,calc((100vw - 1200px)/2));bottom:72px}.hero-copy p,.label{font-size:.76rem;letter-spacing:.17em;text-transform:uppercase;font-weight:700}.hero-copy h1{font-family:"League Gothic",sans-serif;font-size:clamp(6rem,15vw,13rem);line-height:.72;letter-spacing:.01em;margin:.12em 0 .22em;text-shadow:0 4px 18px rgba(0,0,0,.2)}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;padding:14px 20px;border:1px solid currentColor;font-weight:700}.primary{background:var(--orange);border-color:var(--orange)}.arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.7);background:rgba(0,0,0,.16);color:#fff;font-size:1.4rem;cursor:pointer}.prev{left:24px}.next{right:24px}.dots{position:absolute;z-index:5;right:32px;bottom:30px;display:flex;gap:8px}.dots button{width:9px;height:9px;border-radius:50%;border:1px solid white;background:transparent;padding:0}.dots button.active{background:white}
.intro,.section{width:min(1180px,calc(100% - 40px));margin:auto;padding:100px 0}.intro{max-width:980px}.intro h2,.section h2{font-family:"League Gothic",sans-serif;font-size:clamp(3.7rem,7vw,7rem);line-height:.92;font-weight:400;margin:.15em 0}.intro>p:last-child,.instagram p,.press p{font-size:1.14rem;line-height:1.6;max-width:720px}
.grid{display:grid;gap:16px}.platforms{grid-template-columns:1fr 1fr}.clips{grid-template-columns:repeat(3,1fr)}.tile{min-height:220px;border:1px solid var(--line);padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s;background:rgba(255,255,255,.24)}.tile:hover{transform:translateY(-4px);background:#fff}.tile small{letter-spacing:.15em;text-transform:uppercase}.tile strong{font-size:1.55rem}.tile span{font-weight:700}.wide{grid-column:1/-1}.dark{width:100%;max-width:none;padding-left:max(20px,calc((100vw - 1180px)/2));padding-right:max(20px,calc((100vw - 1180px)/2));background:var(--blue);color:white}.dark .tile{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.04)}.dark .tile:hover{background:rgba(255,255,255,.12)}
.photo-strip{display:grid;grid-template-columns:1.15fr .7fr 1.15fr;gap:8px;padding:8px;background:var(--ink)}.photo-strip img{width:100%;height:520px;object-fit:cover}.photo-strip img:nth-child(2){object-position:center 30%}
.instagram{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.insta-card{min-height:340px;padding:34px;background:linear-gradient(135deg,#f8c76b,#d8636a 45%,#7254a8);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.insta-card span{font-weight:700}.insta-card strong{font-family:"League Gothic";font-size:4rem;font-weight:400}.dark-button{background:var(--ink);color:white;border-color:var(--ink);align-self:flex-start}
.links{border-top:1px solid var(--line)}.links a{display:flex;justify-content:space-between;padding:22px 0;border-bottom:1px solid var(--line);font-size:1.15rem}.press{display:flex;justify-content:space-between;align-items:end;gap:40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contact{text-align:center;padding-top:130px;padding-bottom:130px}.email{display:inline-block;font-family:"League Gothic";font-size:clamp(3rem,7vw,7rem);border-bottom:3px solid;margin:25px 0 36px}.socials{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;font-weight:700}footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:24px;background:var(--ink);color:#fff;font-size:.82rem}
@media(max-width:800px){.gallery{min-height:620px;height:88svh}.topbar>div{display:none}.hero-copy{bottom:54px}.arrow{display:none}.platforms,.clips,.instagram{grid-template-columns:1fr}.photo-strip{grid-template-columns:1fr}.photo-strip img{height:420px}.photo-strip img:nth-child(n+2){display:none}.press{flex-direction:column;align-items:flex-start}.intro,.section{padding:72px 0}.hero-copy h1{font-size:7rem}}

.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.video-card{position:relative;min-height:320px;background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.25);display:block;overflow:hidden}
.video-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.78))}
.video-card__content{position:absolute;left:0;right:0;bottom:0;padding:24px;display:flex;flex-direction:column;gap:10px;z-index:1;color:#fff}
.video-card__content small{letter-spacing:.15em;text-transform:uppercase;font-weight:700}
.video-card__content strong{font-size:1.7rem;line-height:1.05}
.video-card__content span{font-weight:700}
.light-card{border-color:var(--line)}
.light-card::before{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.62))}
.insta-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.insta-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.insta-mini-grid a{display:block;min-height:340px}
.insta-mini-grid img{width:100%;height:100%;object-fit:cover;display:block}
.live-grid .video-card{min-height:280px}
@media(max-width:1000px){.video-grid{grid-template-columns:1fr}.insta-wrap{grid-template-columns:1fr}.insta-mini-grid{grid-template-columns:repeat(3,1fr)}.insta-mini-grid a{min-height:180px}}
@media(max-width:800px){.video-card{min-height:260px}.insta-mini-grid{grid-template-columns:1fr 1fr 1fr}.insta-mini-grid a{min-height:110px}}

/* Version compacte */
.gallery{height:78svh;min-height:590px}
.hero-copy{bottom:50px}
.hero-copy h1{font-size:clamp(5rem,12vw,10rem)}
.intro,.section{padding:68px 0}
.intro h2,.section h2{font-size:clamp(3.2rem,5.8vw,5.8rem)}
.photo-strip img{height:390px}
.contact{padding-top:90px;padding-bottom:90px}

/* Galerie Instagram carrée */
.insta-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.insta-mini-grid a{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  min-height:0;
  overflow:hidden;
}
.insta-mini-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.insta-mini-grid a:hover img{transform:scale(1.035)}

@media(max-width:1000px){
  .insta-mini-grid a{min-height:0}
}
@media(max-width:800px){
  .gallery{height:72svh;min-height:540px}
  .hero-copy h1{font-size:5.7rem}
  .intro,.section{padding:56px 0}
  .photo-strip img{height:330px}
  .insta-mini-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .insta-mini-grid a{min-height:0}
}

/* Version très compacte */
.gallery{
  height:68svh;
  min-height:500px;
}
.topbar{
  padding:16px 24px;
}
.wordmark{
  font-size:1.65rem;
}
.hero-copy{
  bottom:36px;
}
.hero-copy h1{
  font-size:clamp(4.4rem,9.5vw,8rem);
}
.hero-copy p{
  margin-bottom:8px;
}
.button{
  padding:11px 16px;
}
.intro,.section{
  padding:46px 0;
}
.intro{
  max-width:900px;
}
.intro h2,.section h2{
  font-size:clamp(2.8rem,4.8vw,4.8rem);
}
.intro>p:last-child,.press p{
  font-size:1rem;
  line-height:1.5;
}
.tile{
  min-height:170px;
  padding:22px;
}
.video-card{
  min-height:245px;
}
.photo-strip img{
  height:290px;
}
.contact{
  padding-top:70px;
  padding-bottom:70px;
}
.email{
  font-size:clamp(2.5rem,5.5vw,5.5rem);
  margin:18px 0 28px;
}

/* Mur Instagram */
.instagram-wall-section{
  padding-top:52px;
  padding-bottom:52px;
}
.instagram-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:22px;
}
.instagram-head h2{
  margin-bottom:0;
}
.instagram-link{
  font-weight:700;
  white-space:nowrap;
}
.instagram-wall{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.instagram-wall a{
  display:block;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#111;
}
.instagram-wall img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease, opacity .25s ease;
}
.instagram-wall a:hover img{
  transform:scale(1.04);
  opacity:.9;
}
.instagram-button{
  margin-top:18px;
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}

/* Désactive l'ancien bloc Instagram */
.insta-wrap,.insta-card,.insta-mini-grid{
  display:none !important;
}

@media(max-width:800px){
  .gallery{
    height:62svh;
    min-height:460px;
  }
  .hero-copy{
    bottom:28px;
  }
  .hero-copy h1{
    font-size:4.8rem;
  }
  .intro,.section{
    padding:40px 0;
  }
  .photo-strip img{
    height:270px;
  }
  .instagram-head{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:16px;
  }
  .instagram-wall{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* V6 : bandeau photo + grille Instagram 3 colonnes / 9 images */
.photo-band{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:7px;
  padding:7px;
  background:var(--ink);
}
.photo-band img{
  display:block;
  width:100%;
  height:225px;
  object-fit:cover;
}
.photo-band img:nth-child(2){
  object-position:center 28%;
}

.instagram-profile{
  max-width:880px;
  padding-top:48px;
  padding-bottom:52px;
}
.instagram-profile__head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:20px;
}
.instagram-profile__head h2{
  margin-bottom:0;
}
.instagram-profile__account{
  font-weight:700;
  white-space:nowrap;
}
.instagram-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
}
.instagram-grid a{
  display:block;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#111;
}
.instagram-grid img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .2s ease, opacity .2s ease;
}
.instagram-grid a:hover img{
  transform:scale(1.035);
  opacity:.92;
}
.instagram-profile__button{
  margin-top:16px;
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}

/* Neutralise les anciennes variantes Instagram */
.instagram-wall-section,
.instagram-wall,
.instagram-head,
.instagram-link,
.insta-wrap,
.insta-card,
.insta-mini-grid{
  display:none !important;
}

@media(max-width:800px){
  .photo-band{
    grid-template-columns:1fr 1fr 1fr;
    gap:4px;
    padding:4px;
  }
  .photo-band img{
    height:145px;
  }
  .instagram-profile{
    width:min(100% - 28px,680px);
    padding-top:38px;
    padding-bottom:42px;
  }
  .instagram-profile__head{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
    margin-bottom:14px;
  }
  .instagram-grid{
    gap:4px;
  }
}

/* V7 : interface encore plus compacte */
.gallery{
  height:60svh;
  min-height:440px;
}
.topbar{
  padding:13px 22px;
}
.hero-copy{
  bottom:26px;
}
.hero-copy h1{
  font-size:clamp(4rem,8.4vw,7rem);
}
.intro,.section{
  padding:34px 0;
}
.intro h2,.section h2{
  font-size:clamp(2.45rem,4vw,4rem);
}
.intro>p:last-child,.press p{
  font-size:.96rem;
  line-height:1.45;
}

/* Musique : petits boutons horizontaux */
.platforms{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.platforms .tile,
.platforms .tile.wide{
  grid-column:auto;
  min-height:0;
  padding:15px 17px;
  gap:9px;
  justify-content:flex-start;
}
.platforms .tile small{
  font-size:.68rem;
}
.platforms .tile strong{
  font-size:1rem;
  line-height:1.2;
}

/* Clips et live : visuels fiables et plus compacts */
.video-grid{
  gap:12px;
}
.video-card{
  min-height:205px;
  background-size:cover;
  background-position:center;
}
.video-card__content{
  padding:17px;
}
.video-card__content strong{
  font-size:1.35rem;
}
.live-grid .video-card{
  min-height:205px;
}

/* Bandeau horizontal fiable */
.photo-band{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:5px;
  padding:5px;
}
.photo-band img{
  height:170px;
  object-fit:cover;
}
.photo-band img:nth-child(1){object-position:center 47%}
.photo-band img:nth-child(2){object-position:center 50%}
.photo-band img:nth-child(3){object-position:center 45%}

/* Dossier de presse plus petit */
.press{
  padding-top:30px;
  padding-bottom:30px;
}
.press h2{
  font-size:clamp(2.3rem,3.6vw,3.6rem);
}
.press p{
  margin-bottom:0;
}
.press .button{
  padding:10px 14px;
  font-size:.9rem;
}

/* Contact plus petit */
.contact{
  padding-top:46px;
  padding-bottom:46px;
}
.contact h2{
  font-size:clamp(2.4rem,3.8vw,3.8rem);
}
.email{
  font-size:clamp(2.2rem,4.5vw,4.5rem);
  margin:12px 0 22px;
}
.socials{
  gap:20px;
  font-size:.92rem;
}

@media(max-width:900px){
  .platforms{
    grid-template-columns:1fr;
  }
  .platforms .tile{
    padding:13px 15px;
  }
}
@media(max-width:800px){
  .gallery{
    height:56svh;
    min-height:410px;
  }
  .hero-copy h1{
    font-size:4.3rem;
  }
  .intro,.section{
    padding:30px 0;
  }
  .video-card,
  .live-grid .video-card{
    min-height:190px;
  }
  .photo-band img{
    height:112px;
  }
  .press{
    padding-top:28px;
    padding-bottom:28px;
  }
  .contact{
    padding-top:38px;
    padding-bottom:38px;
  }
}


/* V8 : accueil mieux cadré + suppression du second bandeau photo */
.photo-band{
  display:none !important;
}

.slide img{
  object-fit:cover;
  object-position:center 42%;
}

.slide:nth-child(1) img{object-position:center 38%;}
.slide:nth-child(2) img{object-position:center 46%;}
.slide:nth-child(3) img{object-position:center 48%;}
.slide:nth-child(4) img{object-position:center 43%;}
.slide:nth-child(5) img{object-position:center 48%;}

@media(max-width:800px){
  .slide:nth-child(1) img{object-position:center 34%;}
  .slide:nth-child(2) img{object-position:center 45%;}
  .slide:nth-child(3) img{object-position:center 48%;}
  .slide:nth-child(4) img{object-position:center 44%;}
  .slide:nth-child(5) img{object-position:center 47%;}
}
