.product-art {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-svg {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.product-card:hover .product-svg {
  transform: scale(1.035);
  filter: saturate(1.05);
}

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

.whatsapp-icon-link {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 30, 25, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-icon-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(22, 30, 25, 0.12);
}

.whatsapp-icon-link svg {
  width: 36px;
  height: 36px;
  display: block;
}

.distributor-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(50px, 7vw, 82px) 24px;
}

.distributor-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.distributor-heading h2 {
  max-width: 720px;
  margin: 0;
}

.brand-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.76fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  margin: 0;
  padding: clamp(38px, 6vw, 64px);
}

.puffco-section {
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 26%, rgba(183, 240, 25, 0.24), transparent 26%),
    radial-gradient(circle at 70% 72%, rgba(17, 198, 175, 0.18), transparent 24%),
    linear-gradient(120deg, #171a18, #24153a 58%, #533098);
  box-shadow: var(--shadow);
}

.blazy-section {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(21, 24, 21, 0.1);
  border-radius: 28px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 24%, rgba(241, 120, 172, 0.24), transparent 25%),
    radial-gradient(circle at 70% 75%, rgba(17, 198, 175, 0.14), transparent 22%),
    linear-gradient(135deg, #fff, #f7f7f4 54%, #fff0f6);
  box-shadow: var(--shadow);
}

.brand-feature-copy p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.78);
}

.brand-logo-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 390px);
  margin-bottom: 22px;
}

.brand-logo-lockup img {
  display: block;
  max-width: 100%;
  height: auto;
}

.puffco-logo-lockup {
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.puffco-logo-lockup img {
  width: min(330px, 76vw);
}

.blazy-logo-lockup {
  padding: 8px 0;
}

.blazy-logo-lockup img {
  width: min(360px, 76vw);
}

.hemp-logo-lockup {
  padding: 0;
}

.hemp-logo-lockup img {
  width: min(160px, 42vw);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(22, 30, 25, 0.08);
}

.brand-feature-copy h3,
.puffco-section .eyebrow {
  color: #fff;
}

.brand-feature-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.blazy-section .brand-feature-copy p {
  color: var(--muted);
}

.blazy-section .brand-feature-copy h3,
.blazy-section .eyebrow {
  color: var(--purple);
}

.cbd-section .brand-feature-copy h3,
.cbd-section .eyebrow {
  color: var(--green);
}

.puffco-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
}

.puffco-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.catalog-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(21, 24, 21, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(22, 30, 25, 0.045);
}

.catalog-contact p {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.cbd-section {
  margin: clamp(34px, 6vw, 76px) var(--page-gutter) 0;
  overflow: hidden;
  border: 1px solid rgba(21, 24, 21, 0.1);
  border-radius: 28px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 20%, rgba(183, 240, 25, 0.22), transparent 25%),
    radial-gradient(circle at 72% 78%, rgba(17, 198, 175, 0.16), transparent 22%),
    linear-gradient(135deg, #f8fbf0, #f1f7ed 55%, #ffffff);
  box-shadow: var(--shadow);
}

.cbd-visual {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.28);
}

.cbd-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.cbd-media-column {
  display: flex;
  flex-direction: column;
}

.cbd-copy > p {
  max-width: 650px;
  color: var(--muted);
  font-size: 15px;
}

.cbd-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cbd-benefits article {
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(21, 24, 21, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.cbd-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.08rem;
}

.cbd-benefits p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.cbd-note {
  margin: 14px 0 0;
  color: var(--green) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .distributor-heading {
    display: block;
  }

  .brand-feature {
    grid-template-columns: 1fr;
  }

  .cbd-section {
    grid-template-columns: 1fr;
  }

  .cbd-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .trust-band,
  .cbd-benefits {
    grid-template-columns: 1fr;
  }

  .brand-feature {
    margin-top: 24px;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .distributor-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .puffco-visual {
    min-height: 320px;
  }

  .puffco-visual img {
    min-height: 320px;
  }

  .cbd-visual img {
    min-height: 340px;
  }

  .catalog-contact {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .catalog-contact .button {
    width: 100%;
  }
}
