.product-page--cups .product-hero__grid {
  align-items: center;
}

.bddl-section-head {
  max-width: 880px;
  margin-bottom: 38px;
}

.bddl-section-head .lead {
  margin-top: 16px;
}

.bddl-hero-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  max-width: 760px;
}

.bddl-hero-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f4f4f6;
  font-size: 15px;
  line-height: 1.45;
}

.bddl-hero-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(201, 164, 92, 0.14);
}

.bddl-hero-media {
  position: relative;
  min-height: 560px;
  padding: 18px;
}

.bddl-hero-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

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

.bddl-hero-media__main {
  position: absolute;
  inset: 34px 34px 108px 72px;
  border-radius: 28px;
}

.bddl-hero-media__small {
  position: absolute;
  z-index: 2;
  border-radius: 20px;
}

.bddl-hero-media__small--left {
  left: 0;
  bottom: 28px;
  width: 34%;
  height: 210px;
}

.bddl-hero-media__small--right {
  right: 0;
  bottom: 46px;
  width: 38%;
  height: 188px;
}

.bddl-hero-media__badge {
  position: absolute;
  z-index: 3;
  right: 38px;
  top: 0;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
  color: #0f1d36;
  background: linear-gradient(145deg, #f5df9e, #c9a45c);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.bddl-hero-media__badge span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.bddl-hero-media__badge strong {
  font-size: 34px;
  line-height: 1;
}

.bddl-carousel {
  position: relative;
}

.bddl-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 16px;
}

.bddl-carousel__btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--navy-line);
  background: #fff;
  color: var(--navy-deep);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.bddl-carousel__btn:hover,
.bddl-carousel__btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(201, 164, 92, 0.65);
  background: #fbfaf7;
  outline: none;
}

.bddl-carousel__dots {
  display: flex;
  gap: 7px;
  align-items: center;
}

.bddl-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 29, 54, 0.22);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.bddl-carousel__dot.is-active {
  width: 28px;
  background: var(--accent);
}

.bddl-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 52%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 2px;
  padding: 2px 2px 18px;
  scrollbar-width: thin;
}

.bddl-slide {
  scroll-snap-align: center;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 29, 54, 0.08);
}

.bddl-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  background: #f5f5f2;
}

.bddl-slide__body {
  padding: 24px;
}

.bddl-slide__body span,
.bddl-product-card span,
.bddl-process__step span,
.bddl-example-box span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.bddl-slide__body h3,
.bddl-product-card h3,
.bddl-process__step h3,
.bddl-example-box h3 {
  margin-bottom: 10px;
}

.bddl-slide__body p,
.bddl-product-card p,
.bddl-process__step p,
.bddl-price-panel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

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

.bddl-product-card,
.bddl-process__step,
.bddl-price-panel,
.bddl-example-box,
.bddl-spec-board,
.bddl-quantity-panel {
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 29, 54, 0.06);
}

.bddl-product-card {
  min-height: 255px;
  padding: 24px;
  border-radius: 20px;
}

.bddl-product-card--accent {
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 164, 92, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8f5ec);
  border-color: rgba(201, 164, 92, 0.32);
}

.bddl-quantity-section {
  overflow: hidden;
}

.bddl-quantity-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: center;
  padding: 44px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, rgba(201, 164, 92, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.bddl-quantity-panel .lead {
  margin-top: 16px;
  color: var(--muted-dark);
}

.bddl-quantity-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bddl-quantity-points article {
  min-height: 132px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bddl-quantity-points strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
}

.bddl-quantity-points span {
  display: block;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.5;
}

.bddl-branding-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.bddl-note {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(201, 164, 92, 0.28);
  background: #fbf8ef;
  color: var(--navy-deep);
  font-weight: 600;
  line-height: 1.55;
}

.bddl-spec-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--border);
}

.bddl-spec-board div {
  min-height: 118px;
  padding: 22px;
  background: #fff;
}

.bddl-spec-board span {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.bddl-spec-board strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.32;
}

.bddl-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bddl-process__step {
  position: relative;
  min-height: 220px;
  padding: 26px;
  border-radius: 20px;
}

.bddl-process__step::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -15px;
  width: 16px;
  height: 1px;
  background: var(--border);
}

.bddl-process__step:nth-child(3n)::after,
.bddl-process__step:last-child::after {
  display: none;
}

.bddl-price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: stretch;
  padding: 38px;
  border-radius: 26px;
}

.bddl-price-panel__copy .lead {
  margin-top: 16px;
}

.bddl-example-box {
  padding: 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 164, 92, 0.18), transparent 38%),
    #fbfaf7;
  border-color: rgba(201, 164, 92, 0.28);
  box-shadow: none;
}

.bddl-example-box ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.bddl-example-box li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.bddl-example-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.bddl-final-cta .cta-strip__inner {
  max-width: 1040px;
}

.bddl-request-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 28px;
  max-width: 900px;
}

.bddl-request-list span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f4f4f6;
  font-size: 13px;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .bddl-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bddl-hero-media__main {
    left: 48px;
  }

  .bddl-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bddl-process__step::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .bddl-hero-media {
    min-height: 520px;
    margin-top: 28px;
  }

  .bddl-quantity-panel,
  .bddl-branding-grid,
  .bddl-price-panel {
    grid-template-columns: 1fr;
  }

  .bddl-carousel__controls {
    justify-content: center;
  }

  .bddl-carousel__track {
    grid-auto-columns: minmax(320px, 78%);
  }
}

@media (max-width: 680px) {
  .bddl-section-head {
    margin-bottom: 28px;
  }

  .bddl-hero-list li {
    padding: 11px 12px 11px 38px;
    font-size: 14px;
  }

  .bddl-hero-list li::before {
    left: 15px;
    top: 17px;
  }

  .bddl-hero-media {
    min-height: 430px;
    padding: 0;
  }

  .bddl-hero-media__main {
    inset: 8px 24px 128px 24px;
    border-radius: 22px;
  }

  .bddl-hero-media__small--left {
    left: 8px;
    bottom: 22px;
    width: 42%;
    height: 142px;
  }

  .bddl-hero-media__small--right {
    right: 8px;
    bottom: 36px;
    width: 44%;
    height: 130px;
  }

  .bddl-hero-media__badge {
    width: 104px;
    height: 104px;
    right: 6px;
    top: -8px;
  }

  .bddl-hero-media__badge strong {
    font-size: 26px;
  }

  .bddl-carousel__track {
    grid-auto-columns: minmax(276px, 88%);
    gap: 12px;
  }

  .bddl-slide,
  .bddl-product-card,
  .bddl-process__step,
  .bddl-price-panel,
  .bddl-example-box {
    border-radius: 18px;
  }

  .bddl-slide__body,
  .bddl-product-card,
  .bddl-process__step,
  .bddl-example-box {
    padding: 20px;
  }

  .bddl-product-grid,
  .bddl-process,
  .bddl-quantity-points,
  .bddl-spec-board {
    grid-template-columns: 1fr;
  }

  .bddl-product-card,
  .bddl-process__step,
  .bddl-quantity-points article,
  .bddl-spec-board div {
    min-height: auto;
  }

  .bddl-quantity-panel,
  .bddl-price-panel {
    padding: 24px;
    border-radius: 20px;
  }

  .bddl-branding-grid {
    gap: 28px;
  }
}
