/* =========================
   Univers musical tags
========================== */
.musical-universe {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 1.5em 0 1.5em 0;
}
.musical-universe .tag {
  display: inline-block;
  background: linear-gradient(90deg, #e8ffe8 0%, #f8f8f8 100%);
  color: #1db954;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.5em 1.3em;
  font-size: 1.08em;
  box-shadow: 0 2px 8px rgba(30,185,84,0.07);
  border: 1.5px solid #1db95433;
  letter-spacing: 0.02em;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
}
.musical-universe .tag:hover {
  background: linear-gradient(90deg, #d0ffd7 0%, #e8ffe8 100%);
  color: #1db954;
  box-shadow: 0 3px 12px rgba(30,185,84,0.10);
  filter: brightness(1.04);
}
/* =========================
   Badges contact modernes
========================== */
.contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0 1.5em 0;
  width: 100%;
/* removed stray closing bracket */
.contact-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #e8ffe8 0%, #f8f8f8 100%);
  border-radius: 999px;
  padding: 0.7em 1.5em;
  font-size: 1.08em;
  color: #1db954;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(30,185,84,0.07);
  border: 1.5px solid #1db95433;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  justify-content: center;
}
.contact-badges {
  text-align: center;
}

@media (max-width: 600px) {
  .contact-badges {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .contact-badge {
    width: 95vw;
    max-width: 340px;
    justify-content: center;
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}
.contact-badge:hover {
  background: linear-gradient(90deg, #1db95411 0%, #e8ffe8 100%);
  color: #159441;
  box-shadow: 0 4px 16px rgba(30,185,84,0.13);
}
.badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-shadow: 0 1px 4px rgba(30,185,84,0.04);
}
.badge-text {
  white-space: nowrap;
}
/* =========================
   Bloc contact modernisé
========================== */
.contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.contact-item {
  display: flex;
  align-items: center;
  font-size: 1.08em;
  color: #44b063;
  margin-bottom: 0.2em;
}
.contact-item a {
  color: #1db954;
  text-decoration: underline dotted;
  transition: color 0.2s;
}
.contact-item a:hover {
  color: #159441;
}
.contact-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #e8ffe8 0%, #f8f8f8 100%);
  border-radius: 999px;
  padding: 0.7em 1.5em;
  font-size: 1.08em;
  color: #1db954;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(30,185,84,0.07);
  border: 1.5px solid #1db95433;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  justify-content: center;
}
.contact-badge:hover {
  background: linear-gradient(90deg, #e8ffe8 0%, #f8f8f8 100%);
  color: #159441;
  box-shadow: 0 4px 16px rgba(30,185,84,0.13);
  filter: brightness(0.97);
}
.contact-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 1.5em;
  width: 100%;
  padding: 0;
}
}
.contact-socials-centered {
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin: 0 auto;
}

.contact-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icon-bubble {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(30,185,84,0.13);
  transition: background 0.2s, box-shadow 0.2s;
}

.contact-socials a:hover .social-icon-bubble {
  background: #e8ffe8;
  box-shadow: 0 4px 16px rgba(30,185,84,0.18);
}
.contact-socials svg {
  display: block;
  width: 36px;
  height: 36px;
}


/* =========================
   Correction largeur champs formulaire
========================== */
form.reservation-form input,
form.reservation-form textarea,
form.reservation-form select {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
form.reservation-form div {
  width: 100%;
  box-sizing: border-box;
}

/* =========================
   Section Suivez-moi modernisée
========================== */
.section .socials {
  gap: 1.5em;
  margin-bottom: 1.2em;
}
.section .socials a {
  background: #1db954;
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.08em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(30,185,84,0.10);
}
.section .socials a:hover {
  background: #159441;
  color: #fff;
  box-shadow: 0 4px 16px rgba(30,185,84,0.18);
}
.contact {
  text-align: center;
  margin-top: 0.7em;
  color: #44b063;
  font-size: 1.05em;
}
.contact a {
  color: #1db954;
  text-decoration: underline dotted;
  margin: 0 0.2em;
  transition: color 0.2s;
}
.contact a:hover {
  color: #159441;
}

/* =========================
   FAQ modernisée
========================== */
.faq {
  max-width: 700px;
  margin: 2em auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.faq details {
  background: rgba(17,17,19,0.7);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(30,185,84,0.07);
  padding: 1.2em 1.5em;
  border: 1.5px solid #1db95433;
  transition: box-shadow 0.2s, border 0.2s;
}
.faq details[open] {
  box-shadow: 0 4px 24px rgba(30,185,84,0.13);
  border-color: #1db954;
}
.faq summary {
  font-weight: 600;
  color: #1db954;
  cursor: pointer;
  font-size: 1.08em;
  outline: none;
}
.faq p {
  color: #f5f5f5;
  margin-top: 0.7em;
  font-size: 1em;
}
/* =========================
   Témoignages en cartes
========================== */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 2.5em;
}
.testimonial {
  background: rgba(17,17,19,0.85);
  border: 1.5px solid #1db95433;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(30,185,84,0.08);
  padding: 2.2em 2em 1.5em 2em;
  max-width: 340px;
  min-width: 220px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 32px rgba(30,185,84,0.13);
}
.testimonial .stars {
  color: #1db954;
  font-size: 1.3em;
  margin-bottom: 0.7em;
}
.testimonial .author {
  color: #44b063;
  font-size: 1em;
  margin-top: 1em;
  font-weight: 600;
}
.testimonial .author span {
  color: #888;
  font-size: 0.95em;
  font-weight: 400;
}

/* =========================
   Liste prestations clean
========================== */
.offer-includes {
  background: rgba(17,17,19,0.7);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(30,185,84,0.07);
  padding: 2em 1.5em 1.5em 1.5em;
  margin: 2em auto 0 auto;
  max-width: 500px;
  text-align: center;
}
.offer-includes h3 {
  color: #1db954;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.offer-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer-includes li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0.9em;
  color: #f5f5f5;
  text-align: left;
}
.offer-includes li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1db954;
  font-weight: bold;
}

/* =========================
   Footer centré et épuré
========================== */
.footer {
  text-align: center;
  color: #888;
  font-size: 0.97em;
  padding: 2.5em 1em 1.5em 1em;
  border-top: 1.5px solid #1db95433;
  margin-top: 3em;
  background: rgba(17,17,19,0.7);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -2px 12px rgba(30,185,84,0.07);
}
.footer .socials {
  justify-content: center;
  margin-bottom: 0.7em;
}

/* =========================
   Centrage éléments
========================== */
.section-header, .section-title {
  text-align: center;
  width: 100%;
}
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5em;
}

/* =========================
   Correction formulaire responsive
========================== */
@media (max-width: 600px) {
  .gallery img {
    width: 98vw;
    max-width: 99vw;
    height: 38vw;
    min-height: 120px;
    border-radius: 12px;
  }
  form.reservation-form {
    padding: 18px 4vw;
    max-width: 99vw;
  }
  form.reservation-form input,
  form.reservation-form textarea,
  form.reservation-form select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: block;
  }
}
/* =========================
   Galerie améliorée
========================== */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-bottom: 60px;
}
.gallery img {
  width: 320px;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(30,185,84,0.13), 0 1.5px 8px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2.5px solid #1db95433;
  background: #fff;
}
.gallery img:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 32px rgba(30,185,84,0.22);
  border-color: #1db954;
}

/* =========================
   Galerie photo et vidéo
========================== */
.media-showcase {
  display: flex;
  flex-direction: column;
  gap: 2.2em;
  margin-bottom: 60px;
}

.media-subsection {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
}

.media-subsection h3 {
  text-align: center;
  color: #1db954;
  font-size: 1.15em;
  margin: 0;
}

.gallery-photos {
  margin-bottom: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.video-grid .video-card {
  width: 100%;
  max-width: 320px;
  justify-self: center;
}

.video-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: visible;
  border: 2.5px solid #1db95433;
  box-shadow: 0 4px 24px rgba(30,185,84,0.13), 0 1.5px 8px rgba(0,0,0,0.07);
  background: transparent;
}

.video-card-media {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(17,17,19,0.95) 0%, rgba(30,185,84,0.24) 100%);
}

.video-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.video-card-empty {
  background: linear-gradient(135deg, rgba(17,17,19,0.84) 0%, rgba(29,185,84,0.12) 100%);
  border: 1px dashed rgba(29,185,84,0.45);
}

.video-card-empty::after {
  content: "Ajout vidéo";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1db954;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.18);
}

.video-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 34%), radial-gradient(circle at bottom right, rgba(255,255,255,0.12), transparent 26%);
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(30,185,84,0.22);
}

@media (max-width: 600px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .video-grid .video-card {
    width: 78vw;
    max-width: 320px;
  }

  .media-note {
    font-size: 0.94em;
  }
}

@media (min-width: 601px) and (max-width: 980px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid .video-card:last-child {
    grid-column: 1 / -1;
  }
}

/* =========================
   Formulaire Réservation
========================== */
form.reservation-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 540px;
  width: 98%;
  margin: 0 auto 60px auto;
  background: linear-gradient(135deg, #e8ffe8 0%, #f8f8f8 100%);
  padding: 28px 10px;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(30,185,84,0.10), 0 1.5px 8px rgba(0,0,0,0.07);
  border: 1.5px solid #1db95433;
  box-sizing: border-box;
  overflow: visible;
}
form.reservation-form label {
  font-weight: 600;
  color: #1db954;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  display: block;
}
form.reservation-form input,
form.reservation-form textarea,
form.reservation-form select {
  padding: 12px 10px;
  border: 1.5px solid #b2e5c2;
  border-radius: 10px;
  font-size: 1.05rem;
  background: #f6fff6;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(30,185,84,0.04);
  width: 100%;
  margin-top: 2px;
  box-sizing: border-box;
}
form.reservation-form input:focus,
form.reservation-form textarea:focus,
form.reservation-form select:focus {
  border-color: #1db954;
  outline: none;
  box-shadow: 0 2px 12px rgba(30,185,84,0.10);
}
form.reservation-form textarea {
  min-height: 90px;
  resize: vertical;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  form.reservation-form {
    max-width: 99vw;
    width: 99vw;
    padding: 18px 2vw;
  }
  form.reservation-form input,
  form.reservation-form textarea,
  form.reservation-form select {
    font-size: 1em;
    padding: 11px 6px;
  }
}
form.reservation-form button {
  background: linear-gradient(90deg, #1db954 60%, #1ed760 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 1.13rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px rgba(30,185,84,0.13);
  letter-spacing: 0.03em;
  margin-top: 10px;
}
form.reservation-form button:hover {
  background: linear-gradient(90deg, #159441 60%, #1db954 100%);
  box-shadow: 0 6px 24px rgba(30,185,84,0.18);
  transform: translateY(-2px) scale(1.03);
}
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: #09090b;
  color: #f5f5f5;
}
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #000 url('https://bggadhnouyfkkrcixdti.supabase.co/storage/v1/object/public/site-assets/3f3a652f-c3be-4247-988e-a2720f98ff2a/hero-1775586175546.jpg') center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.565) 50%, #000 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.profile-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #000;
  box-shadow: 0 0 40px rgba(68,176,99,0.125);
}
.location {
  color: #44b063;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
}
.dj-name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0.5em 0 0.2em 0;
}
.subtitle {
  color: rgba(255,255,255,0.8);
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}
.desc {
  color: #888;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 1.5em auto;
}
.cta {
  background: #44b063;
  color: #fff;
  font-weight: bold;
  padding: 1em 2.5em;
  border-radius: 999px;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 6px 25px rgba(68,176,99,0.25);
  transition: transform 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.cta:hover {
  transform: scale(1.03) translateY(-2px);
}
.section {
  padding: 4em 1em;
  max-width: 900px;
  margin: 0 auto;
}
.section-title {
  color: #44b063;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block;
}
.section-header {
  color: #f5f5f5;
  font-size: 2rem;
  font-weight: 800;
  margin: 0.2em 0 1em 0;
}
.specialties, .offers {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  margin-bottom: 2em;
}
.specialty, .offer {
  background: rgba(17,17,19,0.5);
  border: 1px solid #1f1f23;
  border-radius: 1.5em;
  padding: 2em 1.5em;
  min-width: 180px;
  max-width: 260px;
  flex: 1 1 180px;
  color: #f5f5f5;
  text-align: center;
  transition: transform 0.2s;
}
.specialty:hover, .offer:hover {
  transform: scale(1.05);
}
.footer {
  text-align: center;
  color: #888;
  font-size: 0.9em;
  padding: 2em 1em 1em 1em;
  border-top: 1px solid #1f1f23;
  margin-top: 3em;
}
.socials {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin-bottom: 1em;
}
.socials a {
  color: #44b063;
  font-size: 1.5em;
  transition: color 0.2s;
}
.socials a:hover {
  color: #fff;
}
@media (max-width: 600px) {
  .hero-content { gap: 1em; }
  .dj-name { font-size: 2rem; }
  .section-header { font-size: 1.3rem; }
  .specialties, .offers { flex-direction: column; gap: 1em; }
  .specialty, .offer { min-width: unset; max-width: unset; }
}
