* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

body {
  background: #0e0e0e;
  color: #fff;
}

header {
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)),
              url('/images/hero.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header h1 {
  font-size: 4rem;
  color: #d4af37;
  letter-spacing: 4px;
}

header p {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #ccc;
}

section {
  padding: 80px 10%;
}

section h2 {
  color: #d4af37;
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.card {
  background: #141414;
  border: 1px solid #222;
  padding: 30px;
  text-align: center;
  transition: 0.3s;
}

.card:hover {
  border-color: #d4af37;
  transform: translateY(-5px);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.gallery img {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #111;
}

footer {
  background: #000;
  padding: 40px;
  text-align: center;
  color: #777;
}

.logo-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container img {
  max-width: 480px;   /* PLUS GROS */
  width: 90%;
  filter: drop-shadow(0 0 25px rgba(212,175,55,0.4));
  transition: transform 0.4s ease;
}

.logo-container img:hover {
  transform: scale(1.03);
}

.services-section {
  padding: 80px 10%;
  background: #0e0e0e;
}

.services-section h2 {
  text-align: center;
  color: #d4af37;
  font-size: 2.4rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}


.card {
  padding: 35px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  transition: all 0.3s ease;
}

.card h3 {
  color: #d4af37;
  margin-bottom: 15px;
}

.card p {
  color: #bbb;
  font-size: 0.95rem;
}

.card:hover {
  border-color: #c9a24d; /* touche luxe */
  transform: translateY(-4px);
}


.gallery-section {
  padding: 80px 8%;
  background: #000;
}

.gallery-section h2 {
  text-align: center;
  color: #d4af37;
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.gallery img {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #111;
  transition: 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
  border-color: #d4af37;
}

/* TEXTE EN BLANC PARTOUT */
body,
h1, h2, h3, h4, h5, h6,
p,
.card p,
.card h3 {
  color: #ffffff !important;
}

/* LIGHTBOX */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0,0,0,0.8);
  cursor: pointer;
}


.contact-section {
  padding: 80px 10%;
  background: #0e0e0e;
  text-align: center;
}

.contact-section h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.contact-box p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.contact-box a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.social {
  width: 64px;
  height: 64px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
  text-decoration: none;
}

.social i {
  font-size: 26px;
  color: #ffffff;
  transition: 0.35s ease;
}

.social:hover {
  background: #ffffff;
}

.social:hover i {
  color: #000000;
}


.form-section {
  padding: 80px 10%;
  background: #000;
  text-align: center;
}

.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  padding: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 1rem;
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.contact-form button {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  color: #000;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #ddd;
}


#esthetique {
  background: rgba(255,255,255,0.03);
}

/* Titres Tatouage / Esthétique */
.services-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #ffffff;
}




/* =========================
   AJUSTEMENTS MOBILE
   ========================= */
@media (max-width: 768px) {

  /* Logo */
 .logo-container img {
    max-width: 300px;   /* ← plus gros */
    width: 90%;
  }

  /* Sections générales */
   /* Sections générales */
  .services-section {
    padding: 60px 20px;
  }

  /* Titres Tatouage / Esthétique */
   .services-section h2 {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
  }

  /* Texte dans les cartes */
  .card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
  }

  /* Cartes */
  .services {
    gap: 20px;
  }

  .card {
    padding: 25px;
  }

  /* Galerie */
  .gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* Boutons filtres (si présents) */
  .gallery-filters {
    flex-wrap: wrap;
    gap: 10px;
  }

  .filter-btn {
    padding: 6px 14px;
    font-size: 0.85rem;
  }
}


/* ===== GALERIE ===== */
.gallery-section {
  padding: 80px 20px;
  text-align: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery img {
  width: 100%;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

/* Filtres */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.filter-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 18px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #fff;
  color: #000;
}

/* ===== LIGHTBOX ===== */
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
