.wholesale-redesign {
  --wholesale-ink: #102724;
  --wholesale-muted: #63716d;
  --wholesale-mint: var(--brand-green, #68afa6);
  --wholesale-mist: #e7f1ef;
  --wholesale-paper: #f8f4ee;
  --wholesale-dark: #0b2420;
  color: var(--wholesale-ink);
  background: var(--wholesale-paper);
}

.wholesale-main {
  overflow: hidden;
  background: var(--wholesale-paper);
}

.wholesale-hero {
  position: relative;
  display: flex;
  min-height: clamp(690px, calc(100svh - 76px), 900px);
  align-items: center;
  padding: clamp(124px, 12vw, 190px) 0 clamp(72px, 8vw, 118px);
  background-color: var(--wholesale-dark);
  background-image:
    linear-gradient(90deg, rgb(6 20 17 / 0.08) 0%, rgb(6 20 17 / 0.26) 42%, rgb(6 20 17 / 0.8) 72%, rgb(6 20 17 / 0.95) 100%),
    url("assets/hoseinian/hero-bg-wholesale-clean-v4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wholesale-hero::before,
.wholesale-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgb(104 175 166 / 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.wholesale-hero::before {
  width: min(42vw, 590px);
  aspect-ratio: 1;
  inset: -34% auto auto -14%;
  box-shadow: 0 0 0 72px rgb(104 175 166 / 0.04), 0 0 0 144px rgb(104 175 166 / 0.025);
}

.wholesale-hero::after {
  width: 220px;
  aspect-ratio: 1;
  inset: auto -80px -110px auto;
}

.wholesale-hero__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(44px, 7vw, 104px);
}

.wholesale-hero__copy {
  width: min(100%, 700px);
}

.wholesale-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 6.2vw, 7.1rem);
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.wholesale-hero__copy h1 em {
  color: var(--wholesale-mint);
  font-style: normal;
}

.wholesale-hero__copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgb(255 255 255 / 0.76);
  font-size: clamp(0.98rem, 1.2vw, 1.13rem);
  line-height: 2;
}

.wholesale-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.wholesale-hero__actions .button svg,
.wholesale-cta .button svg {
  width: 19px;
  height: 19px;
}

.wholesale-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.wholesale-hero__proof li {
  padding-inline-start: 14px;
  border-inline-start: 1px solid rgb(255 255 255 / 0.22);
}

.wholesale-hero__proof strong,
.wholesale-hero__proof span {
  display: block;
}

.wholesale-hero__proof strong {
  color: #fff;
  font-size: 1.05rem;
}

.wholesale-hero__proof span {
  margin-top: 4px;
  color: rgb(255 255 255 / 0.62);
  font-size: 0.69rem;
}

.wholesale-hero .eyebrow {
  color: rgb(255 255 255 / 0.78);
}

.wholesale-hero__actions .button--outline {
  color: #fff;
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.32);
  backdrop-filter: blur(12px);
}

.wholesale-hero__visual {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #d6ddd4;
  border-radius: 46px 46px 46px 12px;
  box-shadow: 0 30px 80px rgb(16 39 36 / 0.16);
}

.wholesale-hero__visual > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 62% center;
}

.wholesale-hero__visual::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgb(5 23 19 / 0.58), transparent 44%);
  pointer-events: none;
}

.wholesale-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 32px 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}

.wholesale-hero__visual figcaption span {
  direction: ltr;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.wholesale-hero__visual figcaption strong {
  max-width: 250px;
  font-size: 0.82rem;
  text-align: left;
}

.wholesale-hero__seal {
  position: absolute;
  z-index: 3;
  inset: 26px 26px auto auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--wholesale-ink);
  background: rgb(255 255 255 / 0.82);
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.wholesale-hero__seal b {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #fff;
  background: var(--wholesale-mint);
  border-radius: 50%;
}

.wholesale-hero__seal span {
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.25;
}

.wholesale-audience,
.wholesale-products,
.wholesale-standards {
  padding: clamp(82px, 9vw, 132px) 0;
}

.wholesale-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 42px;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.wholesale-section-head h2,
.wholesale-products__copy h2,
.wholesale-standards__copy h2,
.wholesale-cta h2 {
  margin: 0;
  color: var(--wholesale-ink);
  font-size: clamp(2.3rem, 4.1vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.wholesale-section-head > p {
  margin: 0;
  color: var(--wholesale-muted);
  line-height: 1.9;
}

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

.wholesale-audience__grid article {
  position: relative;
  min-height: 290px;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgb(104 175 166 / 0.18);
  border-radius: 26px;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 320ms var(--ease);
}

.wholesale-audience__grid article:hover {
  border-color: rgb(104 175 166 / 0.5);
  box-shadow: 0 24px 55px rgb(16 39 36 / 0.1);
  transform: translateY(-6px);
}

.wholesale-audience__grid article > small {
  position: absolute;
  inset: 27px auto auto 26px;
  color: rgb(16 39 36 / 0.3);
  font-size: 0.64rem;
  font-weight: 900;
}

.wholesale-card-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--wholesale-mint);
  background: var(--wholesale-mist);
  border-radius: 18px;
}

.wholesale-card-icon svg {
  width: 27px;
  height: 27px;
}

.wholesale-audience__grid h3 {
  margin: 70px 0 0;
  color: var(--wholesale-ink);
  font-size: 1.35rem;
}

.wholesale-audience__grid p {
  margin: 12px 0 0;
  color: var(--wholesale-muted);
  font-size: 0.86rem;
  line-height: 1.9;
}

.wholesale-products {
  background: #fff;
}

.wholesale-products__shell {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  direction: ltr;
}

.wholesale-products__visual,
.wholesale-products__copy {
  direction: rtl;
}

.wholesale-products__visual {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  background: var(--wholesale-paper);
  border-radius: 38px 12px 38px 38px;
}

.wholesale-products__visual img,
.wholesale-products__video {
  display: block;
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
}

.wholesale-products__video {
  background: var(--wholesale-paper) url("assets/hoseinian/hero-pack-products.png") 62% center / cover no-repeat;
}

.wholesale-products__visual figcaption {
  position: absolute;
  inset: auto 24px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 17px;
  color: var(--wholesale-ink);
  background: rgb(255 255 255 / 0.82);
  border: 1px solid rgb(255 255 255 / 0.68);
  border-radius: 16px;
  backdrop-filter: blur(14px);
}

.wholesale-products__visual figcaption span {
  color: var(--wholesale-mint);
  font-size: 0.64rem;
  font-weight: 800;
}

.wholesale-products__visual figcaption b {
  font-size: 0.72rem;
}

.wholesale-products__copy > p:not(.eyebrow),
.wholesale-standards__copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--wholesale-muted);
  line-height: 2;
}

.wholesale-products__list {
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
  border-top: 1px solid rgb(104 175 166 / 0.24);
}

.wholesale-products__list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgb(104 175 166 / 0.24);
}

.wholesale-products__list > li > span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--wholesale-mint);
  background: var(--wholesale-mist);
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 900;
}

.wholesale-products__list b,
.wholesale-products__list small {
  display: block;
}

.wholesale-products__list b {
  color: var(--wholesale-ink);
}

.wholesale-products__list small {
  margin-top: 4px;
  color: var(--wholesale-muted);
  font-size: 0.72rem;
}

.wholesale-process {
  padding: clamp(82px, 9vw, 132px) 0;
  color: #fff;
  background: var(--wholesale-dark);
}

.wholesale-section-head--light h2 {
  color: #fff;
}

.wholesale-section-head--light > p {
  color: rgb(255 255 255 / 0.62);
}

.wholesale-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-block: 1px solid rgb(255 255 255 / 0.14);
}

.wholesale-process__steps li {
  position: relative;
  min-height: 290px;
  padding: 30px 26px;
  border-inline-end: 1px solid rgb(255 255 255 / 0.14);
}

.wholesale-process__steps li:last-child {
  border-inline-end: 0;
}

.wholesale-process__steps > li > span {
  display: block;
  color: var(--wholesale-mint);
  font-size: 0.72rem;
  font-weight: 900;
}

.wholesale-process__steps div {
  position: absolute;
  inset: auto 26px 30px;
}

.wholesale-process__steps h3 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}

.wholesale-process__steps p {
  margin: 12px 0 0;
  color: rgb(255 255 255 / 0.62);
  font-size: 0.82rem;
  line-height: 1.9;
}

.wholesale-standards__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 112px);
}

.wholesale-standards__checks {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.wholesale-standards__checks span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--wholesale-ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.wholesale-standards__checks svg {
  width: 22px;
  height: 22px;
  padding: 5px;
  color: #fff;
  background: var(--wholesale-mint);
  border-radius: 50%;
}

.wholesale-standards__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wholesale-standards__images img {
  width: 100%;
  aspect-ratio: 0.84;
  object-fit: cover;
  border-radius: 30px;
}

.wholesale-standards__images img:last-child {
  margin-top: 48px;
}

.wholesale-cta {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--wholesale-dark);
}

.wholesale-cta > img,
.wholesale-cta__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wholesale-cta > img {
  z-index: -2;
  object-fit: cover;
  object-position: 67% center;
}

.wholesale-cta__veil {
  z-index: -1;
  background: linear-gradient(90deg, rgb(7 28 24 / 0.96) 0%, rgb(7 28 24 / 0.8) 46%, rgb(7 28 24 / 0.12) 100%);
}

.wholesale-cta__content {
  padding-block: 90px;
}

.wholesale-cta h2 {
  max-width: 780px;
  color: #fff;
}

.wholesale-cta__content > p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 0.72);
  line-height: 1.9;
}

.wholesale-cta__content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .wholesale-hero__shell,
  .wholesale-products__shell,
  .wholesale-standards__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-hero__visual,
  .wholesale-hero__visual > img {
    min-height: 520px;
  }

  .wholesale-audience__grid,
  .wholesale-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wholesale-process__steps li:nth-child(2) {
    border-inline-end: 0;
  }

  .wholesale-process__steps li:nth-child(-n + 2) {
    border-block-end: 1px solid rgb(255 255 255 / 0.14);
  }
}

@media (max-width: 700px) {
  .wholesale-hero {
    min-height: 760px;
    align-items: flex-end;
    padding: 106px 0 64px;
    background-image:
      linear-gradient(180deg, rgb(6 20 17 / 0.12) 0%, rgb(6 20 17 / 0.48) 42%, rgb(6 20 17 / 0.96) 100%),
      url("assets/hoseinian/hero-bg-wholesale-clean-v4.png");
    background-position: 34% center;
  }

  .wholesale-hero__shell {
    gap: 38px;
  }

  .wholesale-hero__copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
    line-height: 1.08;
  }

  .wholesale-hero__actions .button {
    flex: 1 1 100%;
  }

  .wholesale-hero__proof {
    grid-template-columns: 1fr;
  }

  .wholesale-hero__proof li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-inline-start: 0;
    border-bottom: 1px solid rgb(104 175 166 / 0.25);
  }

  .wholesale-hero__proof span {
    margin: 0;
  }

  .wholesale-hero__visual,
  .wholesale-hero__visual > img {
    min-height: 430px;
  }

  .wholesale-hero__visual {
    border-radius: 28px 28px 28px 10px;
  }

  .wholesale-hero__visual > img {
    object-position: 67% center;
  }

  .wholesale-hero__visual figcaption {
    inset: auto 18px 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .wholesale-hero__seal {
    inset: 16px 16px auto auto;
  }

  .wholesale-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wholesale-audience__grid,
  .wholesale-process__steps {
    grid-template-columns: 1fr;
  }

  .wholesale-audience__grid article {
    min-height: 240px;
  }

  .wholesale-audience__grid h3 {
    margin-top: 48px;
  }

  .wholesale-products__visual,
  .wholesale-products__visual img,
  .wholesale-products__video {
    min-height: 430px;
    height: 430px;
  }

  .wholesale-products__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .wholesale-process__steps li,
  .wholesale-process__steps li:nth-child(2) {
    min-height: 230px;
    border-inline-end: 0;
    border-block-end: 1px solid rgb(255 255 255 / 0.14);
  }

  .wholesale-process__steps li:last-child {
    border-block-end: 0;
  }

  .wholesale-standards__images {
    gap: 8px;
  }

  .wholesale-standards__images img {
    border-radius: 20px;
  }

  .wholesale-cta {
    min-height: 680px;
    align-items: flex-end;
  }

  .wholesale-cta > img {
    object-position: 70% center;
  }

  .wholesale-cta__veil {
    background: linear-gradient(0deg, rgb(7 28 24 / 0.97) 0%, rgb(7 28 24 / 0.78) 54%, rgb(7 28 24 / 0.18) 100%);
  }

  .wholesale-cta__content {
    padding-block: 80px 54px;
  }

  .wholesale-cta__content > div .button {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wholesale-audience__grid article {
    transition: none;
  }
}
