/* La Maison Winnie — offres groupées Beta V3.28 */
.v328-offers {
  padding: clamp(52px, 6vw, 88px) 0;
  background: #fffaf6;
  border-bottom: 1px solid rgba(111, 64, 50, 0.12);
}
.v328-offers .container { max-width: 1200px; }
.v328-offers-header { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.v328-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8947a;
  color: #fff;
  font: 800 12px/1 Jost, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v328-offers h2,
.v328-feature-copy h3,
.v328-theme-card h3 {
  font-family: "Playfair Display", serif;
  color: #3f261e;
}
.v328-offers h2 { margin: 14px 0 10px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; }
.v328-offers-header p { margin: 0; color: #765b50; font-size: 18px; line-height: 1.6; }
.v328-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(111, 64, 50, 0.18);
  border-radius: 34px;
  background: #fdf6f0;
  box-shadow: 0 24px 70px rgba(73, 42, 31, 0.08);
}
.v328-feature-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.v328-product-dot {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #f6e4d7;
  border: 1px solid rgba(111, 64, 50, 0.14);
}
.v328-product-dot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v328-feature-copy .v328-eyebrow { color: #9a5f48; font: 800 12px/1 Jost, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.v328-feature-copy h3 { margin: 14px 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; }
.v328-feature-copy > p { color: #765b50; line-height: 1.6; }
.v328-price-line { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 22px 0; }
.v328-price { font-family: "Playfair Display", serif; color: #3f261e; font-size: 45px; }
.v328-old-price { color: #8a7167; text-decoration: line-through; font-weight: 700; }
.v328-saving { padding: 7px 11px; border-radius: 999px; background: #e6f1e4; color: #49704c; font-weight: 800; }
.v328-benefits { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; color: #684738; }
.v328-benefits li::before { content: "✓"; color: #4e7b55; font-weight: 900; margin-right: 9px; }
.v328-button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #7c432f;
  color: #fff;
  font: 800 14px/1.2 Jost, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.v328-button:hover { transform: translateY(-1px); }
.v328-button:focus-visible { outline: 3px solid rgba(232,148,122,.45); outline-offset: 3px; }
.v328-offer-note { min-height: 22px; margin: 10px 0 0; color: #9a5f48; font-size: 13px; text-align: center; }
.v328-themes { margin-top: clamp(46px, 6vw, 72px); }
.v328-themes-head { margin-bottom: 24px; }
.v328-themes-head h3 { margin: 8px 0; font-family: "Playfair Display", serif; color: #3f261e; font-size: clamp(30px, 4vw, 44px); }
.v328-themes-head p { margin: 0; color: #765b50; }
.v328-theme-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.v328-theme-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(111, 64, 50, 0.17);
  border-radius: 26px;
  background: #fdf6f0;
}
.v328-mini-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 20px; }
.v328-mini-products span { aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: #f6e4d7; border: 1px solid rgba(111,64,50,.12); }
.v328-mini-products img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v328-theme-card h3 { margin: 0 0 8px; font-size: 27px; }
.v328-theme-card p { margin: 0 0 18px; color: #765b50; line-height: 1.55; }
.v328-theme-card .v328-card-price { margin-top: auto; margin-bottom: 12px; font-family: "Playfair Display", serif; color: #3f261e; font-size: 32px; }
.v328-shipping-pill { margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; background: #e6f1e4; color: #49704c; font-size: 13px; font-weight: 800; }

@media (max-width: 900px) {
  .v328-feature { grid-template-columns: 1fr; }
  .v328-feature-copy { text-align: center; }
  .v328-benefits { text-align: left; max-width: 470px; margin-left: auto; margin-right: auto; }
  .v328-theme-grid { grid-template-columns: 1fr; }
  .v328-theme-card { max-width: 620px; width: 100%; margin: 0 auto; }
}
@media (max-width: 640px) {
  .v328-offers { padding: 38px 0 54px; }
  .v328-offers .container { padding-left: 16px; padding-right: 16px; }
  .v328-offers-header { text-align: left; margin-bottom: 24px; }
  .v328-offers-header p { font-size: 16px; }
  .v328-feature { padding: 20px; border-radius: 25px; gap: 24px; }
  .v328-feature-products { gap: 9px; }
  .v328-feature-copy { text-align: left; }
  .v328-feature-copy h3 { font-size: 36px; }
  .v328-price { font-size: 38px; }
  .v328-benefits { margin-left: 0; margin-right: 0; }
  .v328-themes { margin-top: 44px; }
  .v328-theme-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    grid-template-columns: none;
    overflow-x: auto;
    gap: 14px;
    margin-right: -16px;
    padding-right: 16px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .v328-theme-grid::-webkit-scrollbar { display: none; }
  .v328-theme-card { scroll-snap-align: start; padding: 21px; border-radius: 22px; }
  .v328-theme-card h3 { font-size: 25px; }
}

@media (max-width: 767px) {
  body.v328-mobile-name-in-hero .v322-mobile-hero-card {
    padding-bottom: 22px;
  }

  .v328-hero-name-field {
    display: grid;
    gap: 8px;
    margin: 18px 0 12px;
    padding: 14px;
    border: 1px solid rgba(111, 64, 50, 0.15);
    border-radius: 19px;
    background: rgba(255, 250, 246, 0.92);
    box-shadow: 0 12px 30px rgba(74, 42, 31, 0.08);
    text-align: left;
  }

  .v328-hero-name-field label {
    margin: 0;
    color: #4a3027;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
  }

  .v328-hero-name-field .hero-name-control {
    display: block;
  }

  .v328-hero-name-field input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(111, 64, 50, 0.22);
    border-radius: 14px;
    background: #fff;
    color: #3f261e;
    font: 600 16px/1 Jost, sans-serif;
    box-shadow: none;
  }

  .v328-hero-name-field .hero-name-control > .btn {
    display: none !important;
  }

  .v328-hero-name-field small {
    display: block;
    margin: 0;
    color: #765b50;
    font-size: 12px;
    line-height: 1.35;
  }

  .v328-hero-name-field .name-feedback:empty {
    display: none;
  }
}
