html,
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  background: #e9eeed;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  overflow-x: hidden !important;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none !important;
}

@font-face {
  font-family: "CX80";
  src: url("../fonts/CX80Trial-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CX80";
  src: url("../fonts/CX80Trial-Regular.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CX80";
  src: url("../fonts/CX80Trial-Light.otf") format("opentype");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure";
  src: url("../fonts/ExposureTrial[+60].otf") format("opentype");
  font-weight: Light;
  font-style: normal;
  font-display: swap;
}

.marquee-bar {
  width: 100vw;
  overflow: hidden;
  background: #d1001f;
  height: 2.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b60a1c;
}
.marquee-content {
  display: flex;
  white-space: nowrap;
  animation: marquee 16s linear infinite;
  font-family: "CX80", Arial, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.14em;
  align-items: center;
}
.marquee-content span {
  padding-right: 2rem;
  user-select: none;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Décale le reste du site vers le bas */
body {
  padding-top: 2.2rem;
}

.sticky-title {
  position: fixed;
  top: 2.2rem; /* décale juste sous la bande rouge */
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: "Exposure", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  background: transparent;
  color: white;
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
  margin: 0;
  padding: 2vw 0 1vw 0;
  line-height: 1.1;
  box-sizing: border-box;
}
.sticky-title-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.sticky-title-link:hover,
.sticky-title-link:focus {
  text-decoration: underline;
  opacity: 0.8;
}

/* Bannière entièrement cliquable */
.banner-link {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-decoration: none;
  outline: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: calc(50vw * 5 / 4); /* ratio 4/5 */
  width: 100vw;
  min-height: 100vh;
  gap: 0;
  box-sizing: border-box;
}

.banners-carousel {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.banner-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1);
}
.banner-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}
.banners-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: grid;
}

.banner-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1);
}
.banner-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}
/* Groupe texte centre */
.banner-text-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  pointer-events: none;
  width: 100%;
}
.banner-text {
  color: #fff;
  font-family: "Exposure, light";
  font-size: 3rem;
  font-weight: light;
}
.banner-subtext {
  margin-top: 0.2em;
  color: #fff;
  font-family: "CX80", LIGHT;
  font-size: 0.5rem;
  opacity: 0.75;
}

@media (max-width: 2000px) {
  .banner-text {
    font-size: 10rem;
  }
  .banner-subtext {
    font-size: 3vw;
  }
}

.product-row {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  background: transparent;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.product-row::-webkit-scrollbar {
  display: none;
}
.product-row .product-square img {
  transition: transform 0.35s cubic-bezier(0.6, 0, 0.3, 1);
}

.product-row .product-square:hover img,
.product-row .product-square:focus img {
  transform: scale(1.05);
  z-index: 2;
}
.product-square {
  flex: 0 0 50vw;
  aspect-ratio: 4 / 5;
  width: 50vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
.product-square img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.banner-split {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #222;
}
.banner-left {
  grid-column: 1 / 2; /* colonne 1 */
  grid-row: 4 / 5; /* ligne 4 */
}

.banner-right {
  grid-column: 1 / 3; /* colonne 1 à 2 (toute la largeur) */
  grid-row: 5 / 6; /* ligne 5 */
}
.banner-split {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #222;
  width: 100%;
  height: 100%;
}
.banner-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}
.banner-split-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-family: "exposure", light;
  font-size: 4rem;
  font-weight: light;
  padding: 0.4em 1.4em;
  text-align: center;
  pointer-events: none;
  margin: 0;
  line-height: 1.1;
}
.banner-men {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
}
.banner-women {
  grid-column: 1 / 3;
  grid-row: 5 / 6;
}
@media (max-width: 700px) {
  .banner-split-text {
    font-size: 4vw;
  }
  .banner-text {
    font-size: 5vw;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: calc(50vw * 5 / 4); /* ou ce que tu veux */
    width: 100vw;
    min-height: 100vh;
    gap: 0;
    box-sizing: border-box;
  }

  .home-product-grid {
    grid-column: 1 / 3;
    grid-row: 6 / 8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .home-prod {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 0; /* Ajouté pour être sûr */
    padding: 0;
  }
  .home-prod img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0; /* Ajouté pour être sûr */
    padding: 0;
  }
  .home-prod .hover-price {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "CX80", light;
    font-size: 1rem;
    font-weight: light;
    letter-spacing: 0.06em;
    padding: 0.6em 1.5em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.33s cubic-bezier(0.6, 0, 0.3, 1);
    z-index: 2;
    text-align: center;
  }
  .home-prod:hover .hover-price,
  .home-prod:focus .hover-price {
    opacity: 1;
  }
  .home-prod:hover img,
  .home-prod:focus img {
    filter: brightness(0.74) blur(1px);
  }

  @media (max-width: 700px) {
    .home-product-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 50vw 50vw;
    }
    .home-prod .hover-price {
      font-size: 3vw;
      padding: 0.55em 1em;
    }
  }
}

/* CAPSULE BANNER dans la grille */
.banner-link-capsule {
  grid-column: 1 / 3;
  grid-row: 8 / 10;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.banners-carousel-capsule,
.banner-link-capsule .banner-slide {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  position: relative;
}

/* Même slides, mêmes transitions */
.banner-link-capsule .banner-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1);
}
.banner-link-capsule .banner-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.banner-link-capsule .banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
}
.banner-link-capsule .banner-text-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  pointer-events: none;
  width: 100%;
}
.banner-link-capsule .banner-text {
  color: #fff;
  font-family: "Exposure", light;
  font-size: 1rem;
  font-weight: light;
}
.banner-link-capsule .banner-subtext {
  margin-top: 0.2em;
  color: #fff;
  font-family: "CX80", LIGHT;
  font-size: 0.5rem;
  opacity: 0.75;
}

/* Responsive */
@media (max-width: 2000px) {
  .banner-link-capsule .banner-text {
    font-size: 2.4rem;
  }
  .banner-link-capsule .banner-subtext {
    font-size: 3vw;
  }
  @font-face {
    font-family: "CX80";
    src: url("../fonts/CX80Trial-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "CX80";
    src: url("../fonts/CX80Trial-Regular.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "CX80";
    src: url("../fonts/CX80Trial-Light.otf") format("opentype");
    font-weight: light;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Exposure";
    src: url("../fonts/ExposureTrial[+60].otf") format("opentype");
    font-weight: Light;
    font-style: normal;
    font-display: swap;
  }
  
  .cookie-backdrop,
  .newsletter-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(22,22,22,0.31);
    z-index: 12001;
    backdrop-filter: blur(4px);
    transition: opacity 0.3s;
  }
  .cookie-popup,
  .newsletter-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f5f3;
    border-radius: 1.7em;
    padding: 3vw 6vw 2vw 6vw;
    box-shadow: 0 8px 36px rgba(0,0,0,0.14);
    z-index: 13000;
    min-width: 260px;
    max-width: 92vw;
    text-align: center;
    font-family: "Exposure", Helvetica, Arial, sans-serif;
    opacity: 1;
    transition: opacity 0.33s;
    animation: popIn 0.45s cubic-bezier(0.6, 0, 0.3, 1);
  }
  @keyframes popIn {
    0% { opacity:0; transform:translate(-50%,-46%) scale(0.98);}
    100% { opacity:1; transform:translate(-50%,-50%) scale(1);}
  }
  .cookie-title,
  .newsletter-title {
    font-family: "Exposure", Helvetica, Arial, sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #232323;
  }
  .cookie-text,
  .newsletter-text {
    font-family: "CX80", Helvetica, Arial, sans-serif !important;
    font-size: 1.14rem;
    color: #232323;
    margin-bottom: 2em;
    font-weight: 300;
    letter-spacing: 0.01em;
  }
  .cookie-btn,
  .newsletter-btn,
  .newsletter-close-btn {
    font-family: "CX80", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    padding: 0.85em 2.4em;
    border-radius: 1.5em;
    border: none;
    background: #232323;
    color: #fff;
    cursor: pointer;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    transition: background 0.19s;
  }
  .cookie-btn:hover,
  .newsletter-btn:hover,
  .newsletter-close-btn:hover {
    background: #d1001f;
  }
  .newsletter-input {
    font-family: "CX80", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border: 1px solid #b6b6b6;
    border-radius: 1.3em;
    padding: 0.85em 1.5em;
    margin-right: 0.6em;
    outline: none;
    margin-bottom: 0.9em;
    background: #f7f7f7;
  }
  .newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    flex-wrap: wrap;
  }
  .newsletter-close-btn {
    background: #e9eeed;
    color: #232323;
    border: 1px solid #b8b8b8;
    margin-top: 0.5em;
    font-size: 1rem;
  }
  @media (max-width: 600px) {
    .cookie-popup,
    .newsletter-popup {
      padding: 6vw 4vw 5vw 4vw;
      min-width: 60vw;
    }
    .cookie-title,
    .newsletter-title { font-size: 1.4rem; }
  }
  