/* ─────────────────────────────────────────
   BUYER HERO
───────────────────────────────────────── */
.buyer-hero {
  background: var(--honey);
  padding: 120px 0 80px;
}

.buyer-hero-inner {
  max-width: 760px;
}

.buyer-hero-badge {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--steel-deep);
  background: rgba(30, 27, 24, 0.12);
  border: 1px solid rgba(30, 27, 24, 0.2);
  border-radius: 2px;
  padding: 6px 14px;
  margin-bottom: 28px;
}

.buyer-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--steel-deep);
  margin-bottom: 20px;
}

.buyer-hero-headline em {
  font-style: italic;
  color: var(--steel-deep);
  opacity: 0.7;
}

.buyer-hero-sub {
  font-size: var(--text-lg);
  font-weight: 400;
  color: rgba(30, 27, 24, 0.9);
  line-height: 1.65;
  max-width: 600px;
  margin-bottom: 32px;
}

.buyer-hero-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.buyer-cert-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel-deep);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(30, 27, 24, 0.2);
  border-radius: 2px;
  padding: 7px 14px;
}

.buyer-cert-chip svg {
  flex-shrink: 0;
  stroke: var(--nature-dark);
}

.buyer-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ─────────────────────────────────────────
   INTRO QUOTE
───────────────────────────────────────── */
.buyer-intro {
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
  padding: 60px 0;
}

.buyer-intro-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.buyer-intro-quote {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.6;
  margin-bottom: 20px;
}

.buyer-intro-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-label);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ─────────────────────────────────────────
   PRODUCT SHOWCASE HEADER
───────────────────────────────────────── */
.buyer-products-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 72px;
}

.buyer-products-header .eyebrow {
  margin-bottom: 12px;
}

.buyer-products-header .section-headline {
  margin-bottom: 16px;
}

/* ─────────────────────────────────────────
   PRODUCT ROW
───────────────────────────────────────── */
.buyer-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--rule);
}

.buyer-product-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.buyer-product-row-rev {
  direction: rtl;
}

.buyer-product-row-rev > * {
  direction: ltr;
}

/* Image Column */
.buyer-product-img-wrap {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--steel-xlight);
}

.buyer-product-img-drops {
  background: var(--steel-xlight);
}

.buyer-product-img-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.buyer-product-emoji {
  font-size: 72px;
  line-height: 1;
}

.buyer-product-img-label {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--steel);
  letter-spacing: -0.01em;
}

.buyer-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buyer-product-tag-row {
  margin-top: 14px;
}

.buyer-product-tag {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 12px;
}

.buyer-tag-drops {
  background: #E0F0F8;
  color: var(--steel-dark);
}

.buyer-tag-whole {
  background: var(--nature-wash);
  color: var(--nature-dark);
}

/* Content Column */
.buyer-product-num {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  color: var(--honey);
  opacity: 0.18;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: -12px;
}

.buyer-product-headline {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 6px;
}

.buyer-product-tagline {
  font-size: var(--text-base);
  font-style: italic;
  color: var(--honey-dark);
  font-weight: 500;
  margin-bottom: 20px;
}

.buyer-product-desc {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* ─────────────────────────────────────────
   RETAIL POINTS (Why It Sells)
───────────────────────────────────────── */
.buyer-retail-points {
  background: var(--steel-xlight);
  border-left: 3px solid var(--honey);
  border-radius: 2px;
  padding: 20px 24px;
  margin-bottom: 28px;
}

.buyer-retail-point-title {
  font-family: var(--font-label);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--honey-dark);
  margin-bottom: 12px;
}

.buyer-retail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.buyer-retail-list li {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.buyer-retail-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--honey);
  font-size: 11px;
  top: 1px;
}

.buyer-retail-list li strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* ─────────────────────────────────────────
   WHY CARRY MICROBROTHERY
───────────────────────────────────────── */
.buyer-why {
  background: var(--steel-xlight);
  padding: 100px 0;
}

.buyer-why .eyebrow {
  margin-bottom: 12px;
}

.buyer-why .section-headline {
  margin-bottom: 56px;
}

.buyer-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.buyer-why-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--honey);
  border-radius: 4px;
  padding: 32px 28px;
}

.buyer-why-icon {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1;
}

.buyer-why-title {
  font-family: var(--font-label);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.buyer-why-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.65;
}

/* ─────────────────────────────────────────
   CERTIFICATIONS STRIP
───────────────────────────────────────── */
.buyer-certs-strip {
  background: var(--steel-deep);
  padding: 56px 0;
}

.buyer-certs-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.buyer-cert-block {
  flex: 1;
  text-align: center;
}

.buyer-cert-block-icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.buyer-cert-block-label {
  font-family: var(--font-label);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-inverse);
  margin-bottom: 5px;
}

.buyer-cert-block-sub {
  font-size: var(--text-xs);
  color: rgba(250, 248, 244, 0.82);
  line-height: 1.4;
}

.buyer-cert-divider {
  width: 1px;
  height: 56px;
  background: var(--rule-dark);
  flex-shrink: 0;
}

/* ─────────────────────────────────────────
   PROCESS CREDIBILITY
───────────────────────────────────────── */
.buyer-process-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.buyer-process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.buyer-process-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}

.buyer-process-step:first-child {
  padding-top: 0;
}

.buyer-process-step:last-child {
  border-bottom: none;
}

.buyer-process-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 900;
  color: var(--honey);
  opacity: 0.25;
  line-height: 1;
  flex-shrink: 0;
  width: 52px;
  letter-spacing: -0.04em;
}

.buyer-process-title {
  font-family: var(--font-label);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  margin-bottom: 5px;
}

.buyer-process-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
}

/* ─────────────────────────────────────────
   FINAL CTA
───────────────────────────────────────── */
.buyer-cta-section {
  background: var(--honey-wash);
  border-top: 1px solid rgba(212, 202, 112, 0.25);
  padding: 80px 0;
}

.buyer-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.buyer-cta-headline {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.buyer-cta-sub {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 520px;
}

.buyer-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  flex-shrink: 0;
}

.buyer-cta-phone-wrap {
  text-align: right;
}

.buyer-cta-phone-label {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.buyer-cta-phone {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color var(--duration) var(--ease);
}

.buyer-cta-phone:hover {
  color: var(--honey-dark);
}

.buyer-cta-phone-hours {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-top: 3px;
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .buyer-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .buyer-certs-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .buyer-cert-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .buyer-hero {
    padding: 100px 0 64px;
  }

  .buyer-product-row,
  .buyer-product-row-rev {
    grid-template-columns: 1fr;
    gap: 40px;
    direction: ltr;
  }

  .buyer-product-row-rev > * {
    direction: ltr;
  }

  .buyer-product-num {
    font-size: 48px;
  }

  .buyer-process-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .buyer-cta-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .buyer-cta-actions {
    align-items: flex-start;
  }

  .buyer-cta-phone-wrap {
    text-align: left;
  }

  .buyer-why-grid {
    grid-template-columns: 1fr;
  }

  .buyer-certs-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .buyer-cert-block {
    border-bottom: 1px solid var(--rule-dark);
    padding-bottom: 32px;
  }

  .buyer-cert-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .buyer-hero-ctas {
    flex-direction: column;
  }

  .buyer-hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }
}
