:root {
  --dark: #0b0b0b;
  --red: #8b0000;
  --light: #f5f5f5;
  --gray: #aaaaaa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--dark);
  color: var(--light);
}

/* NAVBAR */
header {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
  z-index: 1000;
}

nav {
  max-width: 1300px;
  margin: auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav h1 {
  color: var(--red);
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-size: 17px;
}

nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

nav a {
  color: var(--light);
  text-decoration: none;
  position: relative;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: 0.3s;
}

nav a:hover::after {
  width: 100%;
}

/* HERO */
.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.9)),
  url('https://images.unsplash.com/photo-1520975922284-8b456906c813') center/cover no-repeat;
  animation: zoom 20s infinite alternate;
}

@keyframes zoom {
  from { background-size: 100%; }
  to { background-size: 115%; }
}

.hero h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: 'Playfair Display', serif;
}

/* SECTIONS */
section {
  padding: 6rem 2rem;
  max-width: 1300px;
  margin: auto;
}

section h3 {
  color: var(--red);
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif;
}

/* ABOUT */
.about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  align-items: center;
}

.about img {
  width: 100%;
  border-radius: 20px;
}

/* SHOP */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.card {
  background: #111;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(139,0,0,0.4);
}

.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.card-content {
  padding: 1.5rem;
}

.colors {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
}

.color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.btn {
  background: var(--red);
  color: white;
  padding: 0.7rem 1.5rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.btn:hover {
  background: #b00000;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 2rem;
  color: var(--gray);
}


.actions {
  display: flex;
  gap: 0.7rem;
  margin-top: 1rem;
}

.btn {
  flex: 1;
  padding: 0.7rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.btn.whatsapp {
  background: #25D366;
  color: #000;
}

.btn.instagram {
  background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff;
}

.btn:hover {
  transform: scale(1.05);
}
.btn.whatsapp:hover {
  background: #1ebe5b;
}

.hero {
  position: relative;
  height: 100vh;
  
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  width: 500px;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 1rem;
}

/* TITRE GÉANT + ANIMATION EXPLOSIVE */
.hero-content h2 {
  font-size: 6rem; /* énorme */
  font-weight: 900;
  letter-spacing: 8px;
  margin-bottom: 1rem;
  display: inline-block;
  animation: megaBounceGlow 2.5s ease-in-out infinite alternate;
  text-transform: uppercase;
}

.img{
    width: 1300px;
    height: 1200px;
}
/* SOUS-TEXTE FORT */
.hero-content  {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  animation: floatWaveBig 4s ease-in-out infinite;
  color: #ff4d4d; /* rouge punch */
  text-shadow: 0 0 15px rgba(255,0,0,0.7);
}

/* BOUTON GROS + PULSE */
.hero-content  {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  border-radius: 50px;
  background: linear-gradient(45deg, #fd1d1d, #e94040, #ef3939);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  animation: btnMegaPulse 2s ease-in-out infinite alternate;
}

.hero-content  {
  transform: scale(1.2);
  box-shadow: 0 0 40px rgba(255,255,255,0.8);
}



/* SOUS-TEXTE FLUX */
@keyframes floatWaveBig {
  0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

/* BOUTON PULSE ÉNERGIQUE */
@keyframes btnMegaPulse {
  0% { transform: scale(1); box-shadow: 0 0 25px rgba(240, 166, 166, 0.5); }
  50% { transform: scale(1.1); box-shadow: 0 0 50px rgba(103, 55, 55, 0.8); }
  100% { transform: scale(1); box-shadow: 0 0 25px rgba(73, 32, 32, 0.5); }
}

/* RESPONSIVE pour mobile */
@media (max-width: 768px) {
  .hero-content h2 { font-size: 3.5rem; }
  .hero-content p { font-size: 1.5rem; }
  .hero-content .btn { font-size: 1.2rem; padding: 1rem 2rem; }
}


.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.delay {
  animation-delay: 0.5s;
}

.delay2 {
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery {
  padding: 5rem 2rem;
  text-align: center;
}

.gallery h3 {
  margin-bottom: 2rem;
}

.slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.slide {
  min-width: 300px;
  height: 400px;
  scroll-snap-align: center;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.4s;
}

.slide:hover {
  transform: scale(1.05);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: loaderOut 1s ease forwards;
  animation-delay: 2.5s;
}

.loader h1 {
  color: rgb(215, 163, 163);
  letter-spacing: 4px;
  font-size: 3rem;
  animation: pulse 1.5s infinite;
}

.loader p {
  margin-top: 1rem;
  color: #aaa;
}

@keyframes pulse {
  0%,100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes loaderOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.video-section {
  padding: 5rem 2rem;
  text-align: center;
}

.video-box {
  max-width: 900px;
  margin: 2rem auto 0;
 
  border-radius: 20px;
  overflow: hidden;
}

.video-box video {
  width: 100%;
  height: auto;
}


/* OVERLAY COMMANDE */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hidden {
  display: none;
}

.overlay-card {
  background: #111;
  color: white;
  padding: 20px;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  animation: pop 0.4s ease;
}

.overlay-card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

.overlay-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.btn.whatsapp {
  background: #25D366;
}

.btn.instagram {
  background: linear-gradient(45deg,#fd1d1d,#e1306c,#833ab4);
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

@keyframes pop {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}


/* HERO A PROPOS */
.about-hero {
  min-height: 60vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)),
              url("fam2.jpeg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-hero h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 2px;
}

/* SECTIONS */
.about-section {
  display: flex;
  gap: 40px;
  padding: 80px 10%;
  align-items: center;
}

.about-section.reverse {
  flex-direction: row-reverse;
}

.about-img img {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.about-text h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #b30000;
}

.about-text p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.note {
  font-size: 0.9rem;
  opacity: 0.6;
}

/* HISTOIRE */
.history {
  padding: 80px 15%;
  text-align: center;
  background: #0d0d0d;
}

.history h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #b30000;
}

.history p {
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-section,
  .about-section.reverse {
    flex-direction: column;
    text-align: center;
  }
}

.pb-fade-showcase {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  background: #050505;
}

.pb-fade-item {
  position: absolute;
  inset: 0;
  width: 70%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s ease-in-out, transform 2.2s ease;
}

.pb-fade-item.pb-active {
  opacity: 1;
  transform: scale(1);
}

.pb-image-zone {
  display: flex;
  width: 100%;
  min-height: 80vh;
  background: black;
}

/* Zone texte (partie noire visible) */
.pb-side-text {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.pb-side-text h2 {
  color: white;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.pb-side-text span {
  color: #8b0000; /* rouge Precious Blood */
  font-weight: 600;
}

/* Zone image */
.pb-image-wrapper {
  width: 70%;
}

.pb-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pb-fade-showcase-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 80px 5%;
  background: black;
}

/* Zone images */
.pb-fade-showcase {
  position: relative;
  width: 60%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.pb-fade-item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.pb-fade-item.pb-active {
  opacity: 1;
}

/* Zone texte */
.pb-fade-text {
  width: 40%;
  color: white;
}

.pb-fade-text h2 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: #b30000;
  margin-bottom: 20px;
}

.pb-fade-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #ddd;
}

.pb-team-section {
  background: #000;
  padding: 90px 6%;
  color: white;
}

.pb-team-title {
  text-align: center;
  font-size: 44px;
  color: #b30000;
  font-weight: 800;
  margin-bottom: 10px;
}

.pb-team-subtitle {
  text-align: center;
  color: #ccc;
  margin-bottom: 60px;
  font-size: 18px;
}

/* Grille */
.pb-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}

/* Carte membre */
.pb-member-card {
  background: linear-gradient(145deg, #0e0e0e, #1a1a1a);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  transition: 0.4s ease;
  cursor: pointer;
}

.pb-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(179, 0, 0, 0.4);
}

/* Image */
.pb-member-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* Nom */
.pb-member-card h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

/* Rôle */
.pb-member-card span {
  font-size: 14px;
  color: #b30000;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ================= VITRINE PRECIOUS BLOOD ================= */

.pb-vitrine {
  display: flex;
  flex-wrap: wrap;
  min-height: 90vh;
  background: #0a0a0a;
  color: white;
  padding: 4rem 2rem;
  gap: 2rem;
}

.pb-vitrine-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: slideLeft 1.5s ease forwards;
}

.pb-vitrine-left h2 {
  font-size: 3rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

.pb-vitrine-left p {
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 1.5rem;
}

.pb-vitrine-left span {
  font-size: 1rem;
  font-style: italic;
  color: #c0392b;
}

.pb-vitrine-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 220px;
  gap: 15px;
  animation: fadeUp 1.8s ease forwards;
}

.pb-vitrine-img {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  transition: transform 0.5s ease;
}

.pb-vitrine-img:hover {
  transform: scale(1.05);
}

/* Images */
.pb-vitrine-img.img1 {
  background-image: url("t1.jpeg");
}

.pb-vitrine-img.img2 {
  background-image: url("t2.jpeg");
}

.pb-vitrine-img.img3 {
  background-image: url("t3.jpeg");
  grid-column: span 2;
}

/* Animations */
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .pb-vitrine {
    flex-direction: column;
  }

  .pb-vitrine-left h2 {
    font-size: 2.2rem;
  }

  .pb-vitrine-right {
    grid-template-columns: 1fr;
  }

  .pb-vitrine-img.img3 {
    grid-column: span 1;
  }
}


/* ================= INTRO ANIMATION ================= */

#pb-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: hideIntro 1s ease forwards;
  animation-delay: 4s;
}

.pb-intro-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.pb-intro-content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 2;
  animation: introFade 3s ease forwards;
}

.pb-intro-content img {
  width: 220px;
  max-width: 80%;
  border-radius: 20px;
  margin-bottom: 20px;
  animation: zoomIn 2.5s ease forwards;
}

.pb-intro-content h1 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  opacity: 0;
  animation: textAppear 1s ease forwards;
  animation-delay: 1s;
}

.pb-intro-content h2 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  margin: 10px 0;
  opacity: 0;
  animation: textAppear 1s ease forwards;
  animation-delay: 1.5s;
}

.pb-intro-content p {
  font-size: 1rem;
  opacity: 0;
  animation: textAppear 1s ease forwards;
  animation-delay: 2.2s;
}

/* Animations */
@keyframes zoomIn {
  from {
    transform: scale(1.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes textAppear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hideIntro {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.lo{
color: var(--red);  
/* Reset basique */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

/* Couleurs principales */
:root {
  --rouge: #c60000;
  --noir: #111;
  --blanc: #fff;
}

body {
  background-color: var(--noir);
  color: var(--blanc);
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--rouge);
}

header nav h1 {
  color: var(--blanc);
}

header nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

header nav ul li a {
  color: var(--blanc);
  text-decoration: none;
  font-weight: bold;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}

.card {
  background-color: #222;
  border: 2px solid var(--rouge);
  border-radius: 12px;
  overflow: hidden;
  width: 250px;
  text-align: center;
  transition: transform 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content h4 {
  margin-bottom: 10px;
}

.card-content p {
  margin-bottom: 15px;
  color: var(--rouge);
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s;
}

.btn:hover {
  opacity: 0.8;
}

.btn.whatsapp {
  background-color: #25D366;
  color: var(--blanc);
}

.btn.instagram {
  background-color: #E1306C;
  color: var(--blanc);
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.hidden {
  display: none;
}

.overlay-card {
  background-color: var(--noir);
  border: 2px solid var(--rouge);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.overlay-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.overlay-card h3 {
  margin-bottom: 10px;
}

.overlay-card p {
  margin-bottom: 20px;
  color: var(--rouge);
}

.overlay-card .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: var(--blanc);
}

}