/* Discovery Box — scoped selling page + teasers
   VOITKUS DNA: black/white, orange rule, thin lines, stroke icons */

.discovery-product {
  --discovery-colombia: #fe019a;
  --discovery-honduras: #f6c500;
  --discovery-ethiopia: #ff5a00;
  --discovery-line: rgba(10, 10, 10, 0.12);
  --discovery-muted: var(--voitkus-gray, #8a8a8a);
  --discovery-rule: var(--lot-orange, #ff6a00);
  background: var(--voitkus-white, #fff);
  color: var(--voitkus-black, #0a0a0a);
}

.discovery-product__container {
  width: min(100% - 40px, var(--container-max-width, 1440px));
  margin-inline: auto;
}

/* ——— Type ——— */

.discovery-product__eyebrow {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--discovery-muted);
}

.discovery-product__eyebrow--mark {
  position: relative;
  padding-top: 14px;
  color: var(--voitkus-black, #0a0a0a);
}

.discovery-product__eyebrow--mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--discovery-rule);
}

.discovery-product__title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.discovery-product__h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.discovery-product__lead {
  margin: 0 0 24px;
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--discovery-muted);
}

.discovery-product__section {
  padding: clamp(64px, 9vw, 104px) 0;
  border-top: 1px solid var(--discovery-line);
}

.discovery-product__section-head {
  position: relative;
  margin-bottom: clamp(32px, 4.5vw, 52px);
  max-width: 36rem;
  padding-top: 14px;
}

.discovery-product__section-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--discovery-rule);
}

.discovery-product__section-head .discovery-product__eyebrow {
  margin-bottom: 10px;
}

/* ——— Icons (stroke system) ——— */

.discovery-product__icon {
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.discovery-product__benefit-icon,
.discovery-product__step-icon,
.discovery-product__audience-icon,
.discovery-product__recipe-icon {
  display: grid;
  place-items: center;
  color: var(--voitkus-black, #0a0a0a);
}

.discovery-product__benefit-icon {
  width: 28px;
  height: 28px;
}

.discovery-product__step-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--discovery-line);
}

.discovery-product__audience-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--discovery-line);
  margin-bottom: 16px;
}

.discovery-product__recipe-icon {
  width: 28px;
  height: 28px;
  color: var(--discovery-muted);
}

/* ——— Hero ——— */

.discovery-product__hero {
  /* shop-offset на .woocommerce-page уже даёт clearance под sticky header */
  padding: 0 0 clamp(40px, 5vw, 64px);
}

.discovery-product__hero-grid {
  display: grid;
  gap: 36px;
  /* start — иначе текст «висит» по центру высокого 1:1 фото */
  align-items: start;
}

.discovery-product__hero-media,
.discovery-product__coffee-media,
.discovery-product__final-media {
  position: relative;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.03);
}

.discovery-product__hero-media {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.discovery-product__hero-media--mobile {
  display: block;
  margin: 0 0 28px;
}

.discovery-product__hero-media--desktop {
  display: none;
}

.discovery-product__coffee-media {
  aspect-ratio: 4 / 5;
  width: 100%;
  margin: 0 0 18px;
}

.discovery-product__final-media {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.discovery-product__hero-img,
.discovery-product__final-img,
.discovery-product__coffee-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.discovery-product__media-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 1px solid var(--discovery-line);
  color: var(--discovery-muted);
  font-size: 0.9rem;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}

.discovery-product__media-placeholder--sm {
  min-height: 0;
}

.discovery-product__media-placeholder--accent {
  border-top: 3px solid var(--discovery-accent, var(--discovery-rule));
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--voitkus-black, #0a0a0a);
}

.discovery-product__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--discovery-line);
}

.discovery-product__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--discovery-line);
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}

.discovery-product__benefits li:nth-child(odd) {
  padding-right: 14px;
  border-right: 1px solid var(--discovery-line);
}

.discovery-product__benefits li:nth-child(even) {
  padding-left: 14px;
}

.discovery-product__buybox {
  max-width: 22rem;
}

.discovery-product__price {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.discovery-product__price del {
  opacity: 0.4;
  margin-right: 0.4em;
  font-size: 0.85em;
}

.discovery-product__stock {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 600;
}

.discovery-product__stock--in {
  color: #2f6b3b;
}

.discovery-product__stock--backorder,
.discovery-product__stock--out {
  color: #9a4b12;
}

.discovery-product__stock-count {
  margin: -12px 0 18px;
  font-size: 13px;
  font-weight: 400;
  color: var(--voitkus-black, #0a0a0a);
}

/* Match lot PDP purchase: pill qty + CTA row */
.discovery-product__purchase form.cart {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin: 0 0 12px;
}

.discovery-product__purchase .quantity {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.discovery-product__purchase .qty-stepper {
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 999px;
  background: var(--voitkus-white, #fff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.discovery-product__purchase .qty-stepper .qty {
  width: 52px;
  min-height: 0;
  padding: 12px 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--voitkus-black, #0a0a0a);
  -moz-appearance: textfield;
  appearance: textfield;
}

.discovery-product__purchase .qty-stepper .qty:focus {
  outline: none;
}

.discovery-product__purchase .qty-stepper .qty::-webkit-outer-spin-button,
.discovery-product__purchase .qty-stepper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.discovery-product__purchase .qty-stepper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--voitkus-black, #0a0a0a);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    background 200ms ease,
    color 200ms ease,
    transform 160ms ease,
    opacity 200ms ease;
}

.discovery-product__purchase .qty-stepper__btn:hover:not(:disabled) {
  background: var(--lot-orange, #ff6a00);
  transform: translateY(-1px);
}

.discovery-product__purchase .qty-stepper__btn:active:not(:disabled) {
  transform: translateY(0);
}

.discovery-product__purchase .qty-stepper__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.discovery-product__purchase .stock {
  grid-column: 1 / -1;
  order: -1;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 400;
  color: var(--voitkus-black, #0a0a0a);
}

.discovery-product__purchase .single_add_to_cart_button,
.discovery-product__btn,
.discovery-teaser__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  width: 100%;
  padding: 16px 28px;
  border: none;
  border-radius: 999px;
  background: var(--voitkus-black, #0a0a0a);
  color: var(--voitkus-white, #fff);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.discovery-product__purchase .single_add_to_cart_button:hover,
.discovery-product__btn:hover,
.discovery-teaser__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.discovery-product__purchase .single_add_to_cart_button.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.discovery-product__purchase .single_add_to_cart_button.is-added {
  transform: scale(0.98);
}

.discovery-product__btn-icon {
  display: grid;
  place-items: center;
  transition: transform 0.2s ease;
}

.discovery-product__btn:hover .discovery-product__btn-icon {
  transform: translateX(3px);
}

.discovery-product__purchase .single_add_to_cart_button:focus-visible,
.discovery-product__btn:focus-visible,
.discovery-product__faq-btn:focus-visible,
.discovery-teaser__btn:focus-visible,
.discovery-teaser__link:focus-visible {
  outline: 2px solid var(--voitkus-black, #0a0a0a);
  outline-offset: 3px;
}

.discovery-product__shipping {
  margin: 14px 0 0;
  font-size: 0.85rem;
  color: var(--discovery-muted);
  line-height: 1.4;
}

/* ——— Coffees ——— */

.discovery-product__coffee-grid {
  display: grid;
  gap: 36px;
}

.discovery-product__coffee {
  position: relative;
  display: flex;
  flex-direction: column;
}

.discovery-product__coffee-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.discovery-product__coffee-index {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--discovery-muted);
}

.discovery-product__coffee-accent {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--discovery-accent, #000);
}

.discovery-product__coffee-country {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.discovery-product__coffee-name {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: var(--discovery-muted);
}

.discovery-product__coffee-notes {
  margin: 0 0 16px;
  font-size: 0.98rem;
  line-height: 1.45;
  flex-grow: 1;
}

.discovery-product__coffee-meta {
  display: grid;
  gap: 8px 0;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--discovery-line);
}

.discovery-product__coffee-meta > div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 8px;
  font-size: 0.8rem;
  line-height: 1.35;
}

.discovery-product__coffee-meta dt {
  margin: 0;
  color: var(--discovery-muted);
  font-weight: 400;
}

.discovery-product__coffee-meta dd {
  margin: 0;
  font-weight: 500;
  color: var(--voitkus-black, #0a0a0a);
}

/* ——— Process ——— */

.discovery-product__steps {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.discovery-product__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.discovery-product__step-num {
  display: block;
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--discovery-muted);
}

.discovery-product__step-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0 0 16px;
  border: 1px solid var(--discovery-line);
  background: var(--voitkus-white, #fff);
}

.discovery-product__step-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  min-height: 2.5em;
}

.discovery-product__step-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--discovery-muted);
  max-width: 28ch;
}

/* ——— Audience ——— */

.discovery-product__audience-grid {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.discovery-product__audience-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid var(--discovery-line);
  background: var(--voitkus-white, #fff);
  transition: border-color 0.2s ease;
}

.discovery-product__audience-card:hover {
  border-color: rgba(10, 10, 10, 0.28);
}

.discovery-product__audience-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 500;
}

/* ——— Editorial ——— */

.discovery-product__editorial {
  background: var(--voitkus-black, #0a0a0a);
  color: var(--voitkus-white, #fff);
  border-top: 0;
}

.discovery-product__editorial .discovery-product__eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.discovery-product__editorial-inner {
  position: relative;
  max-width: 40rem;
  padding-top: 14px;
}

.discovery-product__editorial-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--discovery-rule);
}

.discovery-product__editorial-title {
  margin: 0 0 32px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.discovery-product__editorial-body p {
  margin: 0 0 1.15em;
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  max-width: 38ch;
}

.discovery-product__editorial-highlight {
  margin-top: 1.75em !important;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.95rem) !important;
  font-weight: 500;
  line-height: 1.2 !important;
  letter-spacing: -0.025em;
  color: var(--voitkus-white, #fff) !important;
  max-width: none !important;
}

/* ——— Brewing ——— */

.discovery-product__brewing-layout {
  display: grid;
  gap: 8px;
}

.discovery-product__brewing-body {
  max-width: 28rem;
}

.discovery-product__recipe {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--discovery-line);
}

.discovery-product__recipe li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--discovery-line);
  font-size: 1rem;
}

.discovery-product__recipe-label {
  color: var(--discovery-muted);
  font-size: 0.9rem;
}

.discovery-product__recipe-value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
  text-align: right;
}

.discovery-product__brewing-note {
  margin: 0;
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--discovery-muted);
}

.discovery-product__text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--voitkus-black, #0a0a0a);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ——— FAQ ——— */

.discovery-product__faq-inner {
  max-width: 44rem;
}

.discovery-product__faq-item {
  border-bottom: 1px solid var(--discovery-line);
}

.discovery-product__faq-q {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.discovery-product__faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 56px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-align: left;
  cursor: pointer;
}

.discovery-product__faq-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.discovery-product__faq-icon::before,
.discovery-product__faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.discovery-product__faq-icon::after {
  transform: rotate(90deg);
}

.discovery-product__faq-btn[aria-expanded="true"] .discovery-product__faq-icon::after {
  transform: rotate(90deg) scaleY(0);
  opacity: 0;
}

.discovery-product__faq-panel {
  padding: 0 0 20px;
  overflow: hidden;
}

.discovery-product__faq-panel p {
  margin: 0;
  max-width: 48ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--discovery-muted);
}

.discovery-product__faq-panel[hidden] {
  display: none;
}

/* ——— Final CTA ——— */

.discovery-product__final-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.discovery-product__final-text {
  margin: 14px 0 28px;
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--discovery-muted);
}

.discovery-product__btn {
  width: auto;
  min-width: min(100%, 17rem);
}

/* ——— Quiz secondary CTA ——— */

.coffee-quiz__discovery {
  margin: 20px 0 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(10, 10, 10, 0.12);
  text-align: center;
}

.coffee-quiz__discovery-text {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: var(--voitkus-gray, #8a8a8a);
}

.coffee-quiz__discovery-link {
  color: var(--voitkus-black, #0a0a0a);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ——— Teasers (home + lot PDP) ——— */

.discovery-teaser--home {
  padding: clamp(48px, 7vw, 80px) 0;
  border-top: 1px solid var(--discovery-line);
  border-bottom: 1px solid var(--discovery-line);
}

.discovery-teaser__container,
.discovery-teaser--product .discovery-teaser__inner {
  width: min(100% - 40px, var(--container-max-width, 1440px));
  margin-inline: auto;
}

.discovery-teaser__container {
  display: grid;
  gap: 28px;
  align-items: center;
}

.discovery-teaser__eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--discovery-muted);
}

.discovery-teaser__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.discovery-teaser__text {
  margin: 0 0 20px;
  max-width: 36ch;
  color: var(--discovery-muted);
  line-height: 1.45;
}

.discovery-teaser__btn {
  width: auto;
  min-width: min(100%, 15rem);
}

.discovery-teaser--dna .discovery-teaser__copy {
  position: relative;
  padding-top: 14px;
}

.discovery-teaser--dna .discovery-teaser__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--lot-orange, #ff6a00);
}

.discovery-teaser__media {
  position: relative;
  width: min(100%, var(--discovery-teaser-photo-width, 480px));
  max-width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  margin-inline: auto;
  background: rgba(10, 10, 10, 0.03);
}

.discovery-teaser__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.discovery-teaser__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--discovery-line);
  text-align: center;
  color: var(--discovery-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  box-sizing: border-box;
}

.discovery-teaser__placeholder-hint {
  max-width: 28ch;
}

.discovery-teaser--product {
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--discovery-line);
}

.discovery-teaser__link {
  color: var(--voitkus-black, #0a0a0a);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ——— Breakpoints ——— */

/* Mobile only — laptop/desktop (≥768) unchanged */
@media (max-width: 767px) {
  .discovery-product__section {
    padding: 48px 0;
  }

  .discovery-product__section-head {
    margin-bottom: 24px;
  }

  .discovery-product__hero {
    padding: 0 0 40px;
  }

  .discovery-product__title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .discovery-product__lead {
    margin-bottom: 20px;
    max-width: none;
  }

  .discovery-product__buybox {
    max-width: none;
    margin-bottom: 24px;
  }

  .discovery-product__purchase form.cart {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .discovery-product__benefits {
    margin: 0 0 24px;
  }

  .discovery-product__benefits li {
    font-size: 0.82rem;
    padding: 12px 0;
    gap: 8px;
  }

  .discovery-product__hero-media--mobile {
    aspect-ratio: 4 / 3;
    max-height: min(52vw, 260px);
    margin: 0;
  }

  .discovery-product__coffee-grid {
    gap: 28px;
  }

  .discovery-product__coffee-media {
    aspect-ratio: 1 / 1;
    max-height: 320px;
  }

  .discovery-product__steps {
    gap: 22px;
  }

  .discovery-product__step-title {
    min-height: 0;
  }

  .discovery-product__step-text {
    max-width: none;
  }

  .discovery-product__audience-grid {
    gap: 10px;
  }

  .discovery-product__audience-card {
    padding: 18px 16px;
  }

  .discovery-product__editorial-title {
    margin-bottom: 20px;
  }

  .discovery-product__final-grid {
    gap: 24px;
  }

  .discovery-product__final-media {
    aspect-ratio: 4 / 3;
    max-height: 280px;
  }

  .discovery-product__btn {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .discovery-product__hero-grid {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: clamp(36px, 5vw, 72px);
  }

  .discovery-product__hero-media--mobile {
    display: none;
  }

  .discovery-product__hero-media--desktop {
    display: block;
  }

  .discovery-product__coffee-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .discovery-product__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 28px;
  }

  .discovery-product__audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .discovery-product__brewing-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: start;
  }

  .discovery-product__brewing-layout .discovery-product__section-head {
    margin-bottom: 0;
  }

  .discovery-product__final-grid,
  .discovery-teaser__container {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}

@media (min-width: 1100px) {
  .discovery-product__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 20px;
  }

  /* Connector through icon row — not through numbers */
  .discovery-product__steps .discovery-product__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(0.72rem + 12px + 22px); /* num + gap + icon mid */
    left: 44px;
    right: -20px;
    height: 1px;
    background: var(--discovery-line);
    pointer-events: none;
  }

  .discovery-product__audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .discovery-product__purchase .single_add_to_cart_button {
    width: auto;
    min-width: 17rem;
  }

  .discovery-product__benefits {
    max-width: 28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .discovery-product__purchase .single_add_to_cart_button,
  .discovery-product__btn,
  .discovery-teaser__btn,
  .discovery-product__btn-icon,
  .discovery-product__audience-card,
  .discovery-product__faq-icon::before,
  .discovery-product__faq-icon::after {
    transition: none;
  }

  .discovery-product__btn:hover .discovery-product__btn-icon {
    transform: none;
  }
}
