.duo-hero{
  min-height:420px;
  background-image:
    linear-gradient(90deg, rgba(54,42,35,.5) 0%, rgba(54,42,35,.2) 48%, rgba(54,42,35,.12) 100%),
    linear-gradient(180deg, rgba(54,42,35,.18), rgba(54,42,35,.28)),
    var(--hero-image, url('../../img/pages/moment-pour-deux/hero.jpg'));
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.duo-hero .inner{
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:80px 0 42px;
}

.duo-hero .hero-title{
  max-width:860px;
  margin-bottom:14px;
}

.duo-hero .hero-sub{
  max-width:860px;
  color:rgba(255,255,255,.92);
}

.duo-intro{
  padding-top:24px;
}

.duo-split{
  grid-template-columns:1.05fr .95fr;
}

.duo-split .content{
  padding:54px 48px;
}

.media-panel{
  overflow:hidden;
  padding:0;
}

.media-panel img{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
}

.duo-highlights{
  margin-top:24px;
}

.duo-highlights,
.duo-stages{
  gap:18px;
}

.duo-pricing{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:22px;
}

.price-panel,
.booking-panel{
  padding:28px 26px;
}

.price-box{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(95,110,91,.12);
  border:1px solid rgba(95,110,91,.18);
}

.price-label,
.booking-label{
  color:var(--green-dark);
  font-size:.84rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.price-value{
  font-size:2rem;
  line-height:1.1;
}

.price-tax{
  color:var(--muted);
}

.booking-panel{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.booking-panel a{
  width:fit-content;
  color:var(--text);
  font-weight:600;
}

.offer-note{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.duo-stages .body{
  padding:20px 20px 18px;
}

.duo-stages{
  grid-template-columns:repeat(2, 1fr);
}

.duo-stages .card h3{
  margin-bottom:10px;
  font-size:1.05rem;
}

.duo-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.55;
  font-size:.95rem;
}

.duo-list li{
  margin-bottom:10px;
}

.duo-story{
  grid-template-columns:1fr 1fr;
}

.duo-story .content{
  padding:48px 44px;
}

.eyebrow{
  display:inline-block;
  margin-bottom:16px;
  color:var(--green-dark);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.intro-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}

.duo-info-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
}

.info-card{
  padding:34px 28px;
}

.info-card h3{
  margin:0 0 12px;
  font-size:1.45rem;
}

.info-card p{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.65;
}

@media (max-width: 1100px){
  .duo-split,
  .duo-story,
  .duo-info-grid,
  .duo-pricing{
    grid-template-columns:1fr;
  }

  .duo-stages{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 820px){
  .duo-hero{
    min-height:320px;
  }

  .duo-hero .inner{
    min-height:320px;
    padding:72px 0 28px;
  }

  .duo-split .content,
  .duo-story .content{
    padding:34px 24px 28px;
  }

  .media-panel img{
    min-height:280px;
  }

  .info-card{
    padding:28px 22px;
  }

  .price-panel,
  .booking-panel{
    padding:24px 22px;
  }

  .duo-stages{
    grid-template-columns:1fr;
  }
}
