body.mosthome-wholesale-page .header-phone,
body.mosthome-wholesale-page .footer-phone {
  display: none;
}

.wholesale-page {
  overflow: clip;
}

.wholesale-hero,
.wholesale-benefits {
  padding: clamp(52px, 8vw, 108px) 0;
}

.wholesale-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  align-items: center;
  gap: clamp(42px, 8vw, 116px);
}

.wholesale-hero__copy {
  max-width: 590px;
}

.wholesale-page .eyebrow {
  color: var(--accent-text);
}

.wholesale-hero h1,
.wholesale-benefits h2 {
  margin: 12px 0 0;
  color: var(--brand-slate-deep);
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.wholesale-benefits h2 {
  font-size: clamp(30px, 3.3vw, 46px);
}

.wholesale-hero__lead {
  max-width: 530px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.wholesale-hero__email {
  margin: 28px 0 0;
  font-weight: 700;
}

.wholesale-hero__email a {
  color: var(--accent-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.wholesale-form-card,
.wholesale-card {
  border: 1px solid rgba(62, 64, 81, .13);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.wholesale-form-card {
  padding: clamp(24px, 4vw, 42px);
}

.wholesale-form-card h2 {
  margin: 0;
  color: var(--brand-slate-deep);
  font-size: 28px;
  letter-spacing: -.025em;
}

.wholesale-form-card > p {
  margin: 8px 0 24px;
  color: var(--muted);
}

.wholesale-form {
  display: grid;
  gap: 16px;
}

.wholesale-field {
  display: grid;
  gap: 7px;
}

.wholesale-field label,
.wholesale-consent label {
  font-size: 14px;
  font-weight: 700;
}

.wholesale-field input {
  min-height: 52px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
}

.wholesale-field input[aria-invalid="true"],
.wholesale-consent input[aria-invalid="true"] {
  border-color: #b42318;
}

.wholesale-field__error,
.wholesale-form__status {
  min-height: 1.5em;
  margin: 0;
  font-size: 14px;
}

.wholesale-field__error {
  color: #b42318;
}

.wholesale-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.wholesale-consent input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.wholesale-consent a {
  color: var(--accent-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wholesale-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.wholesale-form__submit {
  min-height: 52px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--brand-slate-deep);
  color: #fff;
  cursor: pointer;
  font-weight: 750;
  transition: transform .18s ease, background-color .18s ease;
}

.wholesale-form__submit:hover:not(:disabled) {
  background: var(--brand-slate);
  transform: translateY(-1px);
}

.wholesale-form__submit:disabled {
  cursor: wait;
  opacity: .72;
}

.wholesale-form__status[data-state="success"] {
  color: #147a45;
}

.wholesale-form__status[data-state="error"] {
  color: #b42318;
}

.wholesale-benefits {
  padding-top: 0;
}

.wholesale-benefits__heading {
  max-width: 650px;
  margin-bottom: 34px;
}

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

.wholesale-card {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 218px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(62, 64, 81, .08);
}

.wholesale-card svg {
  width: 42px;
  height: 42px;
  stroke: var(--accent);
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wholesale-card p {
  margin: 0;
  color: var(--brand-slate-deep);
  font-weight: 650;
  line-height: 1.52;
}

.wholesale-page :focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .wholesale-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
    gap: 42px;
  }

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

@media (max-width: 640px) {
  .wholesale-hero,
  .wholesale-benefits {
    padding: 46px 0;
  }

  .wholesale-hero__grid,
  .wholesale-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wholesale-hero__grid {
    gap: 32px;
  }

  .wholesale-form-card,
  .wholesale-card {
    padding: 22px 18px;
  }

  .wholesale-card {
    min-height: 0;
  }
}

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