/* =========================================================================
   Wholesale 3 — Slomax Design System language.
   Colours/tokens from slomax-ds.css (sage green + cream, warm shadows).
   H1 weight 700 (DS v2 spec: Inter 700–650, not 800).
   Block styling, shadows, and text scale follow Slomax Distributors v2.
   ========================================================================= */

/* ── Heading weight — DS v2 (700, not 800) ─────────────────────────── */
.w3-scope .slm-h1,
.w3-scope .slm-sec-title,
.w3-scope .slm-contact-title {
  font-weight: 900;
}

/* Compact page rhythm requested for Wholesale: half the default
   top/bottom section padding while keeping card content readable. */
.w3-scope {
  --slm-section-py: 56px;
}

/* ── HERO ─────────────────────────────────────────────────────────── */
.w3-hero {
  padding-block: 32px 28px;
}
.w3-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 940px) {
  .w3-hero-grid { grid-template-columns: 1.02fr 0.98fr; gap: 56px; }
}
.w3-hero-title {
  font-family: var(--slm-sans);
  font-weight: 900;
  font-size: clamp(39px, 4.6vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--slm-fg);
  margin: 18px 0 20px;
  text-wrap: pretty;
}
.w3-hero-title .lt {
  font-weight: 400;
  letter-spacing: -0.005em;
}
.w3-hero-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--slm-fg-2);
  margin: 0 0 28px;
  max-width: 52ch;
}

/* Commercial chips replace every hero CTA/badge and stay in one row. */
.w3-commercial-chips {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 52px;
}
.w3-commercial-chips .slm-hero-chip {
  min-width: 0;
  padding: 14px 12px;
  gap: 10px;
}
.w3-commercial-chips .slm-hero-chip-ic {
  width: 38px;
  height: 38px;
}
.w3-commercial-chips .slm-hero-chip-text {
  font-size: 12.5px;
}
@media (max-width: 1099px) {
  .w3-commercial-chips {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
  .w3-commercial-chips .slm-hero-chip {
    flex: 0 0 190px;
    scroll-snap-align: start;
  }
}
.w3-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
.w3-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.w3-hero-note-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--slm-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--slm-fg);
}
.w3-hero-note-item svg { color: var(--slm-green-strong); flex-shrink: 0; }

/* Hero media — Monarch pack trio on warm panel + margin callout */
.w3-hero-media {
  position: relative;
  min-height: 470px;
  border-radius: var(--slm-r-card-lg);
  background:
    radial-gradient(110% 90% at 50% 30%, #F7EFD9 0%, var(--slm-panel-2) 65%, var(--slm-panel-2) 100%);
  border: 1px solid var(--slm-line);
  box-shadow: var(--slm-shadow-panel);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding: 36px 28px 34px;
  overflow: hidden;
}
.w3-hero-media img {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(60, 44, 16, 0.28));
}
.w3-hero-pack-side { height: 300px; margin-inline: -26px; z-index: 1; }
.w3-hero-pack-main { height: 400px; z-index: 2; }
.w3-hero-callout {
  position: absolute;
  right: 18px;
  bottom: 20px;
  z-index: 3;
  background: var(--slm-card);
  border: 1px solid var(--slm-line);
  border-radius: var(--slm-r-card);
  box-shadow: var(--slm-shadow-callout);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.w3-hero-callout-ic {
  width: 44px; height: 44px;
  border-radius: var(--slm-r-tile);
  background: var(--slm-green-soft);
  color: var(--slm-green-strong);
  display: grid; place-items: center;
}
.w3-hero-callout-num {
  font-family: var(--slm-sans);
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--slm-fg);
}
.w3-hero-callout-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--slm-fg-2);
  margin-top: 3px;
}

/* ── OFFER BAND — dark forest, the one loud statement ─────────────── */
.w3-offer {
  background: linear-gradient(180deg, #1F3724 0%, #142719 100%);
  color: #fff;
  border-radius: var(--slm-r-card-lg);
  box-shadow: var(--slm-shadow-panel);
  padding: 19px 44px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
}
@media (min-width: 880px) {
  .w3-offer { grid-template-columns: 1.35fr 1fr; gap: 44px; }
}
.w3-offer-title {
  font-family: var(--slm-sans);
  font-weight: 700;
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: #fff;
}
.w3-offer-title .lt { font-weight: 400; }
.w3-offer-points {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.w3-offer-point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--slm-sans);
  font-weight: 600;
  font-size: 15px;
  color: rgba(255,255,255,0.92);
}
.w3-offer-point-ic {
  width: 36px; height: 36px;
  border-radius: var(--slm-r-tile);
  background: rgba(255,255,255,0.12);
  display: grid; place-items: center;
  flex-shrink: 0;
  color: #A9C8AC;
}

/* ── MONARCH LINE-UP ──────────────────────────────────────────────── */
.w3-lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 760px)  { .w3-lineup-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .w3-lineup-grid { grid-template-columns: repeat(6, 1fr); } }
.w3-sku {
  background: var(--slm-card);
  border: 1px solid var(--slm-line);
  border-radius: var(--slm-r-card);
  box-shadow: var(--slm-shadow-card);
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 200ms var(--slm-ease), transform 200ms var(--slm-ease);
}
.w3-sku:hover { box-shadow: var(--slm-shadow-hover); transform: translateY(-2px); }
.w3-sku-photo {
  border-radius: var(--slm-r-tile);
  background: var(--slm-panel-1);
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  padding: 10px;
  overflow: hidden;
}
.w3-sku-photo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(60,44,16,0.18));
}
.w3-sku-name {
  font-family: var(--slm-sans);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: -0.01em;
  color: var(--slm-fg);
  line-height: 1.25;
}
.w3-sku-tag {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--slm-fg-2);
}
.w3-sku-dot {
  display: inline-block;
  width: 9px; height: 9px;
  border-radius: 999px;
  margin-right: 7px;
  vertical-align: baseline;
}

/* Persuasion row under the line-up */
.w3-lineup-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}
@media (min-width: 760px) { .w3-lineup-points { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .w3-lineup-points { grid-template-columns: repeat(4, 1fr); } }
.w3-point {
  background: var(--slm-card);
  border: 1px solid var(--slm-line);
  border-radius: var(--slm-r-card);
  box-shadow: var(--slm-shadow-card);
  padding: 22px;
}
.w3-point-ic {
  width: 44px; height: 44px;
  border-radius: var(--slm-r-tile);
  background: var(--slm-tile);
  color: var(--slm-green-strong);
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.w3-point-t {
  font-family: var(--slm-sans);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.01em;
  color: var(--slm-fg);
  margin-bottom: 6px;
}
.w3-point-d {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--slm-fg-2);
}

/* ── STEPS ────────────────────────────────────────────────────────── */
.w3-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 820px) { .w3-steps-grid { grid-template-columns: repeat(3, 1fr); } }
.w3-step {
  background: var(--slm-card);
  border: 1px solid var(--slm-line);
  border-radius: var(--slm-r-card);
  box-shadow: var(--slm-shadow-card);
  padding: 28px 26px;
}
.w3-step-num {
  font-family: var(--slm-sans);
  font-weight: 800;
  font-size: 17px;
  width: 42px; height: 42px;
  border-radius: 999px;
  background: var(--slm-green-strong);
  color: #fff;
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.w3-step-t {
  font-family: var(--slm-sans);
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: -0.01em;
  color: var(--slm-fg);
  margin-bottom: 7px;
}
.w3-step-d {
  font-size: 14px;
  line-height: 1.55;
  color: var(--slm-fg-2);
}

/* ── COMPACT BRAND STRIP ──────────────────────────────────────────── */
.w3-brands-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 700px)  { .w3-brands-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .w3-brands-grid { grid-template-columns: repeat(6, 1fr); } }
.w3-brand {
  background: var(--slm-card);
  border: 1px solid var(--slm-line);
  border-radius: var(--slm-r-card);
  box-shadow: var(--slm-shadow-card);
  padding: 14px;
  text-align: center;
}
.w3-brand-logo {
  border-radius: var(--slm-r-tile);
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
  margin-bottom: 12px;
}
.w3-brand-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.w3-brand-name {
  font-family: var(--slm-sans);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--slm-fg);
}
.w3-brand-tag {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--slm-fg-2);
  margin-top: 2px;
}

/* ── CONTACT promo line ───────────────────────────────────────────── */
.w3-promo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--slm-r-pill);
  padding: 10px 20px;
  font-family: var(--slm-sans);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin-top: 20px;
}
.w3-promo svg { color: #A9C8AC; flex-shrink: 0; }

.w3-scope .slm-contact-panel {
  padding-block: 40px;
}

@media (max-width: 768px) {
  .w3-scope {
    --slm-section-py: 36px;
  }

  .w3-hero {
    padding-block: 24px 20px;
  }

  .w3-offer {
    padding: 19px 28px;
  }

  .w3-scope .slm-contact-panel {
    padding: 24px 28px;
  }
}
