.bbq-page-body .offer-bg {
  filter: brightness(0.18) saturate(0.82);
}

.bbq-page-body .offer-overlay {
  background:
    radial-gradient(circle at 12% 10%, rgba(190, 138, 80, 0.14), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(98, 112, 78, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(11, 9, 8, 0.84), rgba(11, 9, 8, 0.66));
}

.bbq-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 243, 237, 0.985), rgba(239, 234, 227, 0.985)),
    rgba(247, 243, 237, 0.985);
  box-shadow:
    0 28px 70px rgba(8, 6, 5, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.bbq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(197, 154, 90, 0.05), transparent 26%),
    radial-gradient(circle at bottom left, rgba(112, 130, 87, 0.045), transparent 24%);
  pointer-events: none;
}

.bbq-intro,
.bbq-hero,
.bbq-magazine,
.bbq-actions {
  position: relative;
  z-index: 1;
}

.bbq-intro {
  max-width: 920px;
}

.bbq-intro .offer-title {
  max-width: 1020px;
}

.bbq-intro .offer-text {
  max-width: 760px;
  margin-bottom: 0;
}

.bbq-intro .offer-period {
  margin-top: 14px;
}

.bbq-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-top: 24px;
}

.bbq-hero-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px 30px 30px;
  background:
    linear-gradient(180deg, rgba(22, 17, 13, 0.98), rgba(29, 21, 16, 0.98)),
    #17120e;
  color: rgba(255, 247, 239, 0.96);
}

.bbq-hero-kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 244, 230, 0.5);
}

.bbq-hero-title {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin-bottom: 145px;
}

.bbq-hero-copy p {
  margin: 0;
  font-size: 25px;
  line-height: 1.72;
  color: rgba(255, 244, 233, 0.78);
}

.bbq-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.bbq-hero-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 245, 231, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbq-hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: rgba(13, 10, 8, 0.12);
}

.bbq-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bbq-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(14, 10, 8, 0.14));
  pointer-events: none;
}

.bbq-peugeot-promo {
  display: grid;
  gap: 28px;
  margin-top: 48px;
  margin-bottom: 14px;
}

.bbq-peugeot-promo__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.bbq-peugeot-promo__image {
  margin: 0;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(16, 12, 9, 0.08);
}

.bbq-peugeot-promo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bbq-peugeot-promo__copy {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
  text-align: center;
}

.bbq-peugeot-promo__eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(23, 19, 16, 0.48);
}

.bbq-peugeot-promo__title {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.bbq-peugeot-promo__text {
  max-width: 860px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.bbq-peugeot-promo__footer {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 19, 16, 0.54);
}

.bbq-peugeot-promo__lineup {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.bbq-peugeot-promo__item {
  display: grid;
  gap: 7px;
  padding: 16px 14px;
  border: 1px solid rgba(24, 18, 14, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(16, 12, 9, 0.05);
  text-align: left;
}

.bbq-peugeot-promo__brand,
.bbq-peugeot-promo__code,
.bbq-peugeot-promo__status {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbq-peugeot-promo__brand {
  font-weight: 700;
  color: rgba(22, 17, 13, 0.82);
}

.bbq-peugeot-promo__name {
  margin: 0;
  min-height: 2.6em;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.3;
  color: var(--ink);
}

.bbq-peugeot-promo__code {
  color: rgba(23, 19, 16, 0.42);
}

.bbq-peugeot-promo__status {
  color: var(--accent-red);
  font-weight: 700;
}

.bbq-peugeot-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bbq-peugeot-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(16, 12, 9, 0.06);
  overflow: hidden;
}

.bbq-peugeot-product-card__image-wrap {
  aspect-ratio: 4 / 5;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
}

.bbq-peugeot-product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.bbq-peugeot-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
}

.bbq-peugeot-product-card__brand,
.bbq-peugeot-product-card__code {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbq-peugeot-product-card__brand {
  font-weight: 700;
  color: rgba(22, 17, 13, 0.82);
}

.bbq-peugeot-product-card__name {
  margin: 0;
  min-height: 2.8em;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.34;
  color: var(--ink);
}

.bbq-peugeot-product-card__code {
  color: rgba(23, 19, 16, 0.42);
}

.bbq-peugeot-product-card__status {
  margin-top: auto;
  padding-top: 10px;
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #9d2d33;
}

.bbq-magazine {
  margin-top: 22px;
}

.bbq-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bbq-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 396px;
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 245, 239, 0.985)),
    rgba(255, 255, 255, 0.985);
  border: 1px solid rgba(24, 18, 14, 0.08);
  box-shadow: 0 14px 32px rgba(16, 12, 9, 0.07);
}

.bbq-product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 54px;
  height: 54px;
}

.bbq-product-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bbq-product-card__image-wrap {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  margin: 16px 16px 0;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.97);
  overflow: hidden;
}

.bbq-product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.bbq-product-card__image-wrap--empty {
  background:
    linear-gradient(180deg, rgba(250, 248, 244, 0.98), rgba(244, 239, 232, 0.98)),
    rgba(250, 248, 244, 0.98);
}

.bbq-product-card__image-fallback,
.bbq-product-card__image-wrap--empty::after {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 19, 16, 0.38);
}

.bbq-product-card__image-wrap--empty::after {
  content: attr(data-empty);
}

.bbq-product-card__image-wrap--empty .bbq-product-card__image-fallback {
  display: none;
}

.bbq-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
}

.bbq-product-card__brand {
  min-height: 12px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(22, 17, 13, 0.82);
}

.bbq-product-card__name {
  margin: 0;
  min-height: 2.25em;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bbq-product-card__detail {
  margin: 0;
  min-height: 1.45em;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(23, 19, 16, 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bbq-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 10px;
  margin-top: auto;
  padding-top: 8px;
}

.bbq-product-card__price-old {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1;
  color: rgba(23, 19, 16, 0.58);
  text-decoration: line-through;
}

.bbq-product-card__price-current {
  font-family: var(--sans);
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #9d2d33;
}

.bbq-product-card__price--single .bbq-product-card__price-current {
  color: var(--ink);
}

.bbq-product-card__code {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(23, 19, 16, 0.42);
}

.bbq-product-card--promo {
  grid-column: span 3;
  min-height: 396px;
}

.bbq-product-card__promo-image {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.97);
}

.bbq-product-card__promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bbq-actions {
  margin-top: 20px;
}

@media (max-width: 1180px) {
  .bbq-hero {
    grid-template-columns: 1fr;
  }

  .bbq-peugeot-promo__lineup {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bbq-peugeot-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bbq-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bbq-peugeot-promo__media,
  .bbq-peugeot-promo__lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbq-peugeot-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbq-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .bbq-product-card--promo {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .bbq-card {
    padding-bottom: 18px;
  }

  .bbq-intro .offer-title {
    font-size: 38px;
  }

  .bbq-hero-copy {
    padding: 22px 20px 24px;
  }

  .bbq-hero-title {
    font-size: 34px;
  }

  .bbq-peugeot-promo {
    margin-top: 40px;
    margin-bottom: 18px;
    gap: 24px;
  }

  .bbq-peugeot-promo__text {
    font-size: 15px;
  }

  .bbq-peugeot-product-card__status {
    font-size: 17px;
  }

  .bbq-product-card {
    min-height: 368px;
  }

  .bbq-product-card__badge {
    width: 48px;
    height: 48px;
    top: 10px;
    right: 10px;
  }

  .bbq-product-card__price-current {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .bbq-peugeot-promo__media,
  .bbq-peugeot-promo__lineup {
    grid-template-columns: 1fr;
  }

  .bbq-peugeot-products {
    grid-template-columns: 1fr;
  }

  .bbq-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bbq-product-card {
    min-height: 0;
  }

  .bbq-product-card--promo {
    grid-column: span 1;
  }
}
