/* ========== HERO CATÉGORIES + BOUTIQUE ========== */

.post-type-archive .hero-section[data-type="type-2"], .tax-product_cat .hero-section[data-type="type-2"],
.post-type-archive-product .hero-section[data-type="type-2"], .hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f2efec 0%, #ede9e6 100%);
  box-shadow: inset 0 -10px 20px rgba(0,0,0,0.03);
}

/* Glow matière */
.post-type-archive .hero-section[data-type="type-2"]::before, .tax-product_cat .hero-section[data-type="type-2"]::before,
.post-type-archive-product .hero-section[data-type="type-2"]::before, .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(176,58,58,0.03), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* Le contenu au-dessus (important) */
.post-type-archive .hero-section[data-type="type-2"] > *,
.tax-product_cat .hero-section[data-type="type-2"] > *,
.post-type-archive-product .hero-section[data-type="type-2"] > *, .hero-section > * {
  position: relative;
  z-index: 1;
}

.post-type-archive .hero-section[data-type="type-2"] .entry-header::after, 
.tax-product_cat .hero-section[data-type="type-2"] .entry-header::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: rgba(176,58,58,1);
  margin: 28px auto 0;
  border-radius: 2px;
}

.tax-product_cat .hero-section[data-type="type-2"] .entry-header,
.post-type-archive-product .hero-section[data-type="type-2"] .entry-header {
  text-align: center;
}

.post-type-archive .hero-section[data-type="type-2"] .page-description, 
.tax-product_cat .hero-section[data-type="type-2"] .page-description,
.post-type-archive-product .hero-section[data-type="type-2"] .page-description {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.post-type-archive .hero-section[data-type="type-2"],
.tax-product_cat .hero-section[data-type="type-2"],
.post-type-archive-product .hero-section[data-type="type-2"] {
  padding: 0px;
}

.card-zoom {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.card-zoom:hover {
  transform: translateY(-6px) scale(1.02);
}

.card-zoom::before {
  transition: transform 0.6s ease;
}

.atelier-img img {
  transition: transform 0.6s ease;
}

.atelier-img img:hover {
  transform: scale(1.03);
}

.calino-newsletter{
  max-width: 780px;
  margin: 30px auto 0;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 20px 60px rgba(0,0,0,.06);
  text-align: center;
}

.calino-field{
  margin-bottom: 16px;
}

.calino-newsletter input.wpcf7-form-control{
  width: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(178,59,59,.25);
  background: #fff;
  font-size: 15px;
  transition: all .2s ease;
}

.calino-newsletter input.wpcf7-form-control:focus{
  outline: none;
  border-color: rgba(178,59,59,.6);
  box-shadow: 0 0 0 4px rgba(178,59,59,.1);
  transform: translateY(-1px);
}

.calino-submit{
  margin-top: 10px;
}

.calino-newsletter input.wpcf7-submit{
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  background: #b23b3b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(178,59,59,.25);
  transition: all .2s ease;
}

.calino-newsletter input.wpcf7-submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(178,59,59,.3);
}

.calino-note{
  margin-top: 18px;
  font-size: 14px;
  color: rgba(0,0,0,.6);
}
