/* ============================================================
   POLICE BOLINA — italique élégante pour les sous-titres
   ============================================================ */

@font-face {
  font-family: 'Bolina';
  src: url('../fonts/Bolina.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fix scroll horizontal */
html, body { overflow-x: hidden; background-color: #FAF8F4; }
.negan-home-main { overflow-x: hidden; width: 100%; background-color: #FAF8F4; }

/* ============================================================
   HOME CUSTOM — CSS propre sans conflits GeneratePress
   ============================================================ */

/* Container */
.negan-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ============================================================
   1. HERO
   ============================================================ */

.negan-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: #FAF8F4;
  overflow: hidden;
  isolation: isolate; /* Crée un nouveau contexte de stacking */
}

.negan-hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 42%; /* fallback — remplacé par style inline PHP */
  z-index: 0;
  overflow: hidden;
}

.negan-hero__bg img {
  /* Couvre toujours 100% du conteneur, position contrôlée par object-position */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position défini par style inline PHP : "X% Y%" */
  object-position: 50% 50%; /* fallback */
}

/* Image plus large que le conteneur — déplacée avec translate
   overflow:hidden sur le parent clippe sans créer de scrollbar */


.negan-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #FAF4F0       0%,
    #FAF4F0       35%,
    rgba(250,244,240,0.98) 42%,
    rgba(250,244,240,0.85) 48%,
    rgba(250,244,240,0.40) 56%,
    rgba(250,244,240,0.00) 65%
  );
}

.negan-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 2rem 8rem 5vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.negan-hero__text {
  max-width: 44%;
  margin-left: 0;
}

.negan-hero__label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 0.2rem;
}

.negan-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(4.5rem, 9vw, 7rem);
  font-weight: 700;
  color: #A84B6A;
  line-height: 0.9;
  margin: 0 0 0.5rem;
}

.negan-hero__subtitle {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-style: normal;
  color: #3A3A3A;
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}

.negan-hero__divider {
  width: 50px;
  height: 1px;
  background: #C8B8B0;
  margin-bottom: 1.25rem;
}

.negan-hero__desc {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  color: #2C2C2C;
  line-height: 1.75;
  margin: 0 0 2rem;
}

.negan-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.9rem 2.25rem;
  background: #C4717A;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.negan-hero__cta:hover {
  background: #A84B6A;
  color: #fff;
}

/* ============================================================
   2. FEATURES — wave par-dessus le hero
   ============================================================ */

.negan-features {
  position: relative;
  background: #FAF8F4;
  margin-top: -3rem;
  padding: 1.5rem 0 2rem;
  z-index: 10;
}

.negan-features__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.negan-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.negan-feature__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C4717A;
}

.negan-feature__icon svg {
  width: 34px;
  height: 34px;
  stroke: #C4717A !important;
  fill: none !important;
  stroke-width: 1.3;
}

.negan-feature .negan-feature__icon svg path,
.negan-feature .negan-feature__icon svg line,
.negan-feature .negan-feature__icon svg polyline,
.negan-feature .negan-feature__icon svg circle,
.negan-feature .negan-feature__icon svg rect {
  stroke: #C4717A !important;
  fill: none !important;
}

/* SVG 2, 3, 4 en sauge */
.negan-feature:nth-child(2) .negan-feature__icon,
.negan-feature:nth-child(3) .negan-feature__icon,
.negan-feature:nth-child(4) .negan-feature__icon { color: #989E79; }

.negan-feature:nth-child(2) .negan-feature__icon svg,
.negan-feature:nth-child(3) .negan-feature__icon svg,
.negan-feature:nth-child(4) .negan-feature__icon svg { stroke: #989E79 !important; }

.negan-feature:nth-child(2) .negan-feature__icon svg path,
.negan-feature:nth-child(2) .negan-feature__icon svg line,
.negan-feature:nth-child(2) .negan-feature__icon svg polyline,
.negan-feature:nth-child(2) .negan-feature__icon svg circle,
.negan-feature:nth-child(2) .negan-feature__icon svg rect,
.negan-feature:nth-child(3) .negan-feature__icon svg path,
.negan-feature:nth-child(3) .negan-feature__icon svg line,
.negan-feature:nth-child(3) .negan-feature__icon svg polyline,
.negan-feature:nth-child(3) .negan-feature__icon svg circle,
.negan-feature:nth-child(3) .negan-feature__icon svg rect,
.negan-feature:nth-child(4) .negan-feature__icon svg path,
.negan-feature:nth-child(4) .negan-feature__icon svg line,
.negan-feature:nth-child(4) .negan-feature__icon svg polyline,
.negan-feature:nth-child(4) .negan-feature__icon svg circle,
.negan-feature:nth-child(4) .negan-feature__icon svg rect {
  stroke: #989E79 !important;
  fill: none !important;
}

.negan-feature__text {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  color: #5A5A5A;
  line-height: 1.4;
  text-align: center;
}

.negan-feature__text strong {
  display: block;
  color: #2C2C2C;
  font-weight: 600;
  font-size: 0.95rem;
}

/* VIP — voir styles en fin de fichier */

/* ============================================================
   4. CHIOTS
   ============================================================ */

.negan-chiots {
  background: #F5E9E3;
  padding: 2rem 0 2rem;
}

.negan-chiots__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.negan-chiots__title {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-style: normal;
  font-weight: 400;
  color: #2C2C2C;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.01em;
}

.negan-chiots__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  background: transparent;
  color: #A84B6A;
  border: 1.5px solid #C4717A;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.negan-chiots__cta:hover {
  background: #A84B6A;
  color: #fff;
}

.negan-chiots__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.negan-puppy {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(44,44,44,0.07);
  border: 1px solid #FAF8F4;
  transition: transform 0.3s ease;
}

.negan-puppy:hover { transform: translateY(-4px); }

.negan-puppy__img {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #F5E6E8;
  text-decoration: none;
}

.negan-puppy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.negan-puppy:hover .negan-puppy__img img { transform: scale(1.05); }

.negan-puppy__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F5E6E8, #EDD5D8);
}

.negan-puppy__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.18rem 0.55rem;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.negan-puppy__badge--disponible { background: rgba(232,245,233,0.95); color: #2E7D32; }
.negan-puppy__badge--reserve    { background: rgba(255,243,224,0.95); color: #E65100; }
.negan-puppy__badge--parti      { background: rgba(243,229,245,0.95); color: #6A1B9A; }

.negan-puppy__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  gap: 0.5rem;
}

.negan-puppy__name {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-bottom: 0.2rem;
}

.negan-puppy__meta {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  color: #8A8A8A;
}

.negan-puppy__fav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #C4717A;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.negan-puppy__fav:hover { background: #F5E6E8; }

/* ============================================================
   5. APPROCHE
   ============================================================ */

.negan-approach {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  min-height: 500px;
  background: #FAF8F4;
  padding: 20px;
  gap: 16px;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
}

/* Photo approach : arrondie, contenue dans la card */
.negan-approach__img {
  border-radius: 12px;
  overflow: hidden;
  min-height: 400px;
}

.negan-approach__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.negan-approach__content {
  background: #fff;
  border: 1px solid #E8E4DF;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(160,150,140,0.09), 0 0 0 1px rgba(160,150,140,0.06);
  padding: 3rem 2.5rem;
  margin: 24px 8px 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.negan-approach__adoption {
  background: #fff;
  border: 1px solid #E8E4DF;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(160,150,140,0.09), 0 0 0 1px rgba(160,150,140,0.06);
  padding: 3rem 2.5rem;
  margin: 24px 16px 24px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.negan-approach__label {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-style: normal;
  color: #5A5A5A;
  margin-bottom: 0.375rem;
  letter-spacing: 0.01em;
}

.negan-approach__title {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: #2C2C2C;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.negan-approach__title--lg {
  font-size: 1.875rem;
}

.negan-approach__text {
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;
  color: #5A5A5A;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.negan-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.negan-checklist li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;
  color: #5A5A5A;
}

.negan-checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C4717A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") center/12px no-repeat;
}

.negan-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 1.5rem;
  position: relative;
}

.negan-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid #E8E4DF;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(160,150,140,0.09), 0 0 0 1px rgba(160,150,140,0.06);
  padding: 18px 16px 20px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.negan-step:hover {
  box-shadow: 0 6px 24px rgba(100,130,90,0.14);
  transform: translateY(-2px);
}

.negan-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.negan-step__number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #C4717A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FAF8F4;
  border: 1.5px solid #E8E4DF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.negan-step__icon {
  color: #C4B8B0;
  opacity: 0.7;
}

.negan-step__title {
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.3;
  display: block;
}

.negan-step__text {
  font-family: 'Nunito', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #8A8A8A;
  line-height: 1.5;
  margin: 0;
}

.negan-step__arrow {
  display: none;
}

/* CTA adoption */
.negan-approach__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #C4717A;
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
}
.negan-approach__cta:hover { gap: 12px; color: #A84B6A; }

/* ============================================================
   6. CERTIFICATIONS
   ============================================================ */

.negan-certif {
  background: #989E79;
  padding: 2.75rem 0;
}

.negan-certif__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.negan-certif__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.negan-certif__item:last-child { border-right: none; }

.negan-certif__item svg {
  width: 26px;
  height: 26px;
  stroke: rgba(255,255,255,0.9);
  flex-shrink: 0;
}

.negan-certif__item div {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.negan-certif__item strong {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
}

/* ============================================================
   7. TÉMOIGNAGES
   ============================================================ */

.negan-temoignages {
  background: #FAF8F4;
  padding: 2.5rem 0;
}

.negan-temoignages__title {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: #2C2C2C;
  text-align: center;
  margin: 0 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  letter-spacing: 0.01em;
}

.negan-temoignages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.negan-temoignage {
  position: relative;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #FAF8F4;
  box-shadow: 0 2px 12px rgba(44,44,44,0.05);
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 2rem;
}

.negan-temoignage__avatar {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FAF4F0;
  box-shadow: 0 2px 8px rgba(44,44,44,0.1);
}

.negan-temoignage__avatar--placeholder {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F5E6E8, #EDD5D8);
  border: 3px solid #FAF4F0;
}

.negan-temoignage__quote {
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;
  color: #5A5A5A;
  line-height: 1.7;
  font-style: italic;
  margin: 0.5rem 0 0;
}

.negan-temoignage__author {
  font-family: 'Jost', sans-serif;
  font-size: 0.8125rem;
  color: #8A8A8A;
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .negan-chiots__grid { grid-template-columns: repeat(2,1fr); }
  .negan-approach { grid-template-columns: 1fr 1fr; }
  .negan-approach__img { grid-column: 1/-1; max-height: 320px; }
  .negan-temoignages__grid { grid-template-columns: repeat(2,1fr); }
  .negan-certif__inner { grid-template-columns: repeat(2,1fr); }
  .negan-features__inner { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .negan-hero { min-height: auto !important; flex-direction: column; align-items: stretch; overflow: visible; }
  .negan-hero__content { padding: 2rem 1.25rem 3rem !important; }
  .negan-features__inner { grid-template-columns: repeat(2,1fr); padding: 0 1.25rem; }
  .negan-vip__grid { grid-template-columns: 1fr; }
  .negan-chiots__top { flex-direction: column; align-items: flex-start; }
  .negan-chiots__grid { grid-template-columns: repeat(2,1fr); }
  .negan-approach { grid-template-columns: 1fr; }
  .negan-approach__img { max-height: 260px; }
  .negan-approach__content,
  .negan-approach__adoption { padding: 2rem 1.25rem; }
  .negan-certif__inner { grid-template-columns: repeat(2,1fr); padding: 0 1.25rem; }
  .negan-temoignages__grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .negan-features__inner { grid-template-columns: 1fr; }
  .negan-chiots__grid { grid-template-columns: 1fr; }
  .negan-certif__inner { grid-template-columns: 1fr; }
  .negan-steps { grid-template-columns: repeat(2,1fr); }
}

/* ============================================================
   SÉPARATEURS DE SECTIONS — effet ombre douce
   ============================================================ */

.negan-features,
.negan-vip,
.negan-chiots,
.negan-approach,
.negan-certif,
.negan-temoignages {
  box-shadow:
    0 -6px 18px rgba(160,150,140,0.10),
    0  6px 18px rgba(160,150,140,0.10);
}

/* Ombre entrante en haut de chaque section */
.negan-features::after,
.negan-vip::after,
.negan-chiots::after,
.negan-certif::after,
.negan-temoignages::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #FAF8F4 15%,
    #FAF8F4 85%,
    transparent 100%
  );
  z-index: 2;
}

.negan-features,
.negan-vip,
.negan-chiots,
.negan-certif,
.negan-temoignages {
  position: relative;
}

/* Logo Esprit Dog */
.negan-vip__espritdog-logo {
  display: block;
}

.negan-vip__espritdog-logo img {
  max-width: 200px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* Photo Esprit Dog — identique aux autres cards mais contain pour le logo */
.negan-vip__photo--espritdog-new {
  width: 100%;
}
.negan-vip__photo--espritdog-new img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}

/* ============================================================
   WAVE PAGES INTÉRIEURES
   ============================================================ */

.negan-features--wave-only {
  padding: 0 !important;
  min-height: 0 !important;
  height: 5rem !important;
  pointer-events: none !important;
}

/* Contenu archive chiots sous la wave */
.negan-archive-chiots {
  background: #FAF8F4;
  position: relative;
  z-index: 5;
  padding-bottom: 4rem;
}

/* ============================================================
   WAVE HERO RÉUTILISABLE — toutes les pages
   ============================================================ */

.negan-hero-wave {
  position: relative;
  z-index: 10;
  background: #FAF8F4;
  margin-top: -5rem;
  height: 5rem;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* Zone après la wave sur pages intérieures */
.negan-hero-wave + * {
  position: relative;
  z-index: 5;
  background: #FAF8F4;
  margin-top: 0 !important;
}

/* Fond page uniforme = même couleur que la wave */
body, .site-content, #page, #content, main {
  background: #FAF8F4 !important;
}

/* ============================================================
   HERO PAGES INTÉRIEURES — titre réduit + padding ajusté
   ============================================================ */

.negan-hero--inner .negan-hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
}

.negan-hero--inner .negan-hero__content {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

/* ============================================================
   SÉPARATEUR DE SECTION UNIVERSEL
   ============================================================ */

.negan-section-sep {
  box-shadow:
    0 -6px 18px rgba(160,150,140,0.10),
    0  6px 18px rgba(160,150,140,0.10);
  position: relative;
}

/* Sur pages intérieures — features sans border-radius (wave déjà faite par negan-hero-wave) */
.negan-hero-wave + .negan-features {
  border-radius: 0 !important;
  margin-top: 0 !important;
}

/* ============================================================
   SECTION NOTRE HISTOIRE
   ============================================================ */
.negan-histoire {
  padding: 80px 0;
  background: #fff;
}
.negan-histoire__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.negan-histoire__title {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: #2C2C2C;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.negan-histoire__content p {
  color: #5a4a42;
  line-height: 1.75;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.negan-histoire__services {
  background: #FAF8F4;
  border-radius: 16px;
  padding: 32px;
}
.negan-histoire__services-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  color: #3D2B1F;
  margin-bottom: 20px;
}
.negan-histoire__services-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.negan-histoire__services-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #5a4a42;
  line-height: 1.5;
}
.negan-histoire__services-list svg {
  color: #C4717A;
  flex-shrink: 0;
  margin-top: 2px;
}
.negan-histoire__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #EDE8E2;
  padding-top: 20px;
  margin-top: 8px;
}
.negan-histoire__link {
  font-size: 0.85rem;
  color: #C4717A;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.negan-histoire__link:hover { color: #A84B6A; }

/* Bouton outline */
.negan-btn--outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid #C4717A;
  color: #C4717A;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.2s, color 0.2s;
}
.negan-btn--outline:hover {
  background: #C4717A;
  color: #fff;
}

/* ============================================================
   CHIOTS CARDS — amélioration (bouton + race)
   ============================================================ */
.negan-puppy__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.negan-puppy__race {
  font-size: 0.8rem;
  color: #C4717A;
  font-weight: 500;
}
.negan-puppy__infos {
  display: flex;
  align-items: center;
  gap: 12px;
}
.negan-puppy__age {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  color: #8a7068;
}
.negan-puppy__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #C4717A;
  text-decoration: none;
  border: 1px solid #E8E4DF;
  padding: 7px 14px;
  border-radius: 50px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  width: fit-content;
}
.negan-puppy__btn:hover {
  background: #C4717A;
  border-color: #C4717A;
  color: #fff;
}

/* Favori sur l'image */
.negan-puppy__img { position: relative; }
.negan-puppy__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #C4717A;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}
.negan-puppy__fav:hover { background: #C4717A; color: #fff; }

/* Message bientôt disponible */
.negan-chiots__soon {
  display: none; /* affiché uniquement si JS détecte grille vide */
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
  text-align: center;
  color: #8a7068;
  font-size: 0.95rem;
}

/* ============================================================
   SOUS-MENUS NAVIGATION
   ============================================================ */
.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  min-width: 240px;
  padding: 8px 0;
  z-index: 200;
  list-style: none;
  margin: 0;
}
.primary-menu li.menu-item-has-children { position: relative; }
.primary-menu li.menu-item-has-children:hover > .sub-menu,
.primary-menu li.menu-item-has-children:focus-within > .sub-menu { display: block; }
.primary-menu .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 0.85rem;
  color: #3D2B1F;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.primary-menu .sub-menu li a:hover {
  background: #FAF8F4;
  color: #C4717A;
}
.primary-menu > li > a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  transition: transform 0.2s;
}
.primary-menu > li:hover > a svg { transform: rotate(180deg); }

/* Footer gallery placeholders */
.footer-gallery--placeholder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.footer-gallery__item--empty {
  aspect-ratio: 1;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}

@media (max-width: 768px) {
  .negan-histoire__inner { grid-template-columns: 1fr; gap: 32px; }
  .primary-menu .sub-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: #FAF8F4;
    padding-left: 16px;
  }
}

/* ============================================================
   TITRE HERO HOME — taille réduite
   ============================================================ */
.negan-hero__title {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem) !important;
  line-height: 1.1 !important;
}

/* ============================================================
   PHOTOS PAGES INTÉRIEURES
   ============================================================ */
.adopt-natasha-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #EDE8E2;
  margin-bottom: 12px;
  display: block;
}
.elevage-photo {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  max-height: 280px;
  margin-top: 16px;
}
.spitz-photo-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* CTA approach adoption */
.negan-approach__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #C4717A;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: gap 0.2s;
}
.negan-approach__cta:hover { gap: 12px; color: #A84B6A; }

/* ── Photos intégrées home ── */

/* Bande photo pleine largeur — PAS une negan-section-card */
.home-photo-banner {
  width: calc(100% - 48px); /* même marge que les cards */
  margin: 0 24px 28px;
  height: 380px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E8E4DF;
  box-shadow: 0 4px 24px rgba(160,150,140,0.10), 0 0 0 1px rgba(160,150,140,0.05);
}
.home-photo-banner--tall { height: 440px; }
.home-photo-banner img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s ease;
}
.home-photo-banner:hover img { transform: scale(1.04); }
.home-photo-banner__caption {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.90); backdrop-filter: blur(6px);
  border-radius: 50px; padding: 9px 28px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 0.9rem; font-style: italic; color: #3D2B1F;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Photo dans la section histoire — intégrée EN HAUT dans la card */
.home-histoire-photo {
  width: calc(100% + 64px); /* dépasse le padding du container */
  margin: -28px -32px 28px; /* colle en haut et sur les côtés */
  height: 300px;
  overflow: hidden;
}
.home-histoire-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

@media (max-width: 960px) {
  .home-photo-banner { width: calc(100% - 24px); margin: 0 12px 20px; }
  .home-photo-banner { height: 280px; }
  .home-photo-banner--tall { height: 340px; }
  .home-histoire-photo { width: calc(100% + 32px); margin: -20px -16px 20px; height: 220px; }
}
@media (max-width: 600px) {
  .home-photo-banner { width: calc(100% - 16px); margin: 0 8px 16px; height: 220px; }
  .home-photo-banner--tall { height: 280px; }
  .home-histoire-photo { height: 180px; }
  .home-photo-banner__caption { font-size: 0.78rem; padding: 7px 16px; }
}

/* ── Section Avis Google Trustindex ── */
.negan-avis { padding: 2.5rem 0; }
.negan-avis__title {
  font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: #2C2C2C;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


/* ═══════════════════════════════════════
   SECTION NOTRE MISSION
═══════════════════════════════════════ */
.negan-mission {
    background: #FBF2EE;
    margin: 0 24px 28px;
    border-radius: 20px;
    border: 1px solid #E8E4DF;
    box-shadow: 0 4px 24px rgba(160,150,140,0.09);
    overflow: hidden;
}
.negan-mission__inner {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 320px;
}
/* Sans photos : texte centré */
.negan-mission:not(.negan-mission--with-photos) .negan-mission__inner {
    justify-content: center;
    padding: 60px 80px;
}
.negan-mission:not(.negan-mission--with-photos) .negan-mission__text {
    max-width: 700px;
    text-align: center;
    align-items: center;
}
/* Avec photos : texte à gauche, photos à droite */
.negan-mission--with-photos .negan-mission__text {
    flex: 1;
    padding: 56px 56px 56px 64px;
}
.negan-mission--with-photos .negan-mission__photos {
    flex: 0 0 42%;
    align-self: stretch;
}
@media (max-width: 860px) {
    .negan-mission__inner { flex-direction: column; }
    .negan-mission--with-photos .negan-mission__text { padding: 40px 32px 24px; }
    .negan-mission--with-photos .negan-mission__photos { flex: none; width: 100%; }
}

.negan-mission__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.negan-mission__label {
    font-family: 'Bolina', cursive;
    font-size: 1.25rem;
    color: #9a8070;
    margin: 0;
    line-height: 1;
}
.negan-mission__title {
    font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 400;
    color: #2C2C2C;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0;
}
.negan-mission__desc {
    font-size: 1rem;
    color: #6b5448;
    line-height: 1.75;
    margin: 0;
}

/* Grille 3 photos en colonne (côté droit) */
.negan-mission__photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 0;
    height: 100%;
}
.negan-mission__photo {
    overflow: hidden;
    height: 100%;
    min-height: 300px;
}
.negan-mission__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.negan-mission__photo:hover img { transform: scale(1.05); }
/* Séparateurs entre photos */
.negan-mission__photo + .negan-mission__photo {
    border-left: 2px solid #fff;
}

/* ═══════════════════════════════════════
   SECTION VIP — 3 colonnes
═══════════════════════════════════════ */
.negan-vip {
    background: #F9E9E2;
    margin: 0 24px 28px;
    border-radius: 20px;
    border: 1px solid #E8E4DF;
    box-shadow: 0 4px 24px rgba(160,150,140,0.09);
    padding: 48px 40px;
}
.negan-vip .negan-container { max-width: 1100px; margin: 0 auto; }
.negan-vip__title {
    font-family: 'Bolina', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 400;
    color: #2C2C2C;
    letter-spacing: 0.01em;
    margin: 0 0 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.negan-vip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 900px)  { .negan-vip__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .negan-vip__grid { grid-template-columns: 1fr; } }

.negan-vip__card {
    background: #FAF8F4;
    border: 1px solid #EBE0D9;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 14px rgba(160,130,110,0.07);
    transition: transform 0.2s, box-shadow 0.2s;
}
.negan-vip__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(160,130,110,0.13);
}
.negan-vip__img {
    aspect-ratio: 3/4;
    overflow: hidden;
    display: block;
    position: relative;
    background: #F5EDE8;
}
.negan-vip__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.25s;
}
.negan-vip__img--full { cursor: zoom-in; }
.negan-vip__card:hover .negan-vip__img img { transform: scale(1.02); }

/* Icône zoom */
.negan-vip__zoom-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C4717A;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.negan-vip__img--full:hover .negan-vip__zoom-icon { opacity: 1; }

.negan-vip__body {
    padding: 18px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.negan-vip__nom {
    display: block;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1rem;
    color: #3a2c24;
    font-weight: 600;
}
.negan-vip__texte {
    font-size: 0.88rem;
    color: #6b5448;
    line-height: 1.65;
    margin: 0;
    font-style: italic;
    flex: 1;
}
/* ============================================================
   HERO — MOBILE (≤ 768px)
   !important nécessaire pour écraser les styles inline PHP
   ============================================================ */

@media (max-width: 768px) {

  .negan-hero {
    flex-direction: column;
    align-items: stretch;
    min-height: auto !important;
    overflow: visible;
  }

  /* Écrase left/width injectés en inline par PHP */
  .negan-hero__bg {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    height: 60vw;
    min-height: 220px;
    max-height: 320px;
    z-index: 0;
    order: 1;
  }

  .negan-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .negan-hero__overlay {
    display: none !important;
  }

  .negan-hero__content {
    position: relative !important;
    z-index: 2;
    order: 2;
    padding: 2rem 1.25rem 3rem !important;
    background: #FAF8F4;
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
  }

  .negan-hero__text {
    max-width: 100% !important;
  }

  .negan-hero--inner .negan-hero__title {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }

  .negan-hero-wave {
    display: none;
  }
}
