/** Shopify CDN: Minification failed

Line 1290:46 Unterminated string token

**/
/* Qatan Canada — Wholesale Page */
.wholesale-page {
  --qc-bg: #f7f4ef;
  --qc-dark: #001128;
  --qc-dark-soft: #000;
  --qc-gold: #c9a96e;
  --qc-gold-light: #d4bc8a;
  --qc-gold-deep: #8a6a35;
  --qc-green: #2a5c45;
  --qc-green-light: #3d7a5c;
  --qc-cream: #f7f4ef;
  --qc-charcoal: #3a3a3a;
  --qc-navy: #001128;
  --qc-white: #ffffff;
  --qc-muted: rgba(0, 0, 0, 0.9);
  --qc-glass: rgba(255, 255, 255, 0.08);
  --qc-glass-border: rgba(201, 169, 110, 0.25);
  --qc-radius: 8px;
  --qc-radius-lg: 16px;
  --qc-radius-xl: 24px;
  --qc-shadow: 0 8px 32px rgba(0, 17, 40, 0.12);
  --qc-shadow-lg: 0 24px 64px rgba(0, 17, 40, 0.2);
  --qc-font-heading: var(--font-heading-family, 'Amiri', serif);
  --qc-font-body: var(--font-body-family, 'Source Sans Pro', sans-serif);
  --qc-max: 1100px;
  --qc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--qc-dark);
  font-family:"Source Sans Pro", sans-serif;
  background: var(--qc-bg);
  overflow-x: hidden;
}

.wholesale-page *,
.wholesale-page *::before,
.wholesale-page *::after {
  box-sizing: border-box;
}

.wholesale-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wholesale-page .qc-container {
  width: min(100% - 3rem, var(--qc-max));
  margin-inline: auto;
}

.wholesale-page .qc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--qc-gold-deep);
}

.wholesale-page .qc-eyebrow::before {
  content: '';
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.wholesale-page .qc-section--dark .qc-eyebrow {
  color: var(--qc-gold);
}

.wholesale-page .qc-heading {
  font-family: var(--qc-font-heading);
  font-weight: 400;
  line-height: 1.15;
  color: var(--qc-dark-soft);
  margin: 0;
}

.wholesale-page .qc-heading--xl {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.wholesale-page .qc-heading--lg {
  font-size:38px;
}

.wholesale-page .qc-heading--md {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

.wholesale-page .qc-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--qc-muted);
  margin: 0;
}

.wholesale-page .qc-text--light {
  color: rgba(255, 255, 255, 0.82);
}

.wholesale-page .qc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: var(--qc-radius);
  font-family: var(--qc-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--qc-ease), box-shadow 0.35s var(--qc-ease), background 0.35s var(--qc-ease), border-color 0.35s var(--qc-ease);
}

.wholesale-page .qc-btn:hover {
  transform: translateY(-2px);
}

.wholesale-page a:focus-visible,
.wholesale-page button:focus-visible {
  outline: 2px solid var(--qc-gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.wholesale-page .qc-btn--primary {
  background: var(--qc-gold);
  color: var(--qc-dark);
  box-shadow: 0 8px 24px rgba(201, 169, 110, 0.35);
}

.wholesale-page .qc-btn--primary:hover {
  background: var(--qc-gold-light);
  box-shadow: 0 12px 32px rgba(201, 169, 110, 0.45);
}

.wholesale-page .qc-btn--secondary {
  background: transparent;
  color: var(--qc-white);
  border-color: rgba(255, 255, 255, 0.4);
}

.wholesale-page .qc-btn--secondary:hover {
  border-color: var(--qc-gold);
  background: rgba(201, 169, 110, 0.12);
}

.wholesale-page .qc-btn--dark {
  background: var(--qc-dark);
  color: var(--qc-white);
}

.wholesale-page .qc-btn--dark:hover {
  background: var(--qc-green);
}

.wholesale-page .qc-btn--outline {
  background: transparent;
  color: var(--qc-dark);
  border-color: var(--qc-dark);
}

.wholesale-page .qc-btn--outline:hover {
  background: var(--qc-dark);
  color: var(--qc-white);
}

.wholesale-page .qc-btn--full {
  width: 100%;
}

.wholesale-page .qc-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  position: relative;
}

.wholesale-page .qc-section--dark {
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(201, 169, 110, 0.1), transparent 60%), var(--qc-dark);
  color: var(--qc-white);
}

.wholesale-page .qc-section--cream {
  background: var(--qc-cream);
}

.wholesale-page .qc-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.wholesale-page .qc-section-header .qc-eyebrow {
  margin-bottom: 1rem;
}

.wholesale-page .qc-section-header .qc-heading {
  margin-bottom: 1rem;
}

.wholesale-page .qc-section-header--left {
  text-align: left;
  margin-left: 0;
}

/* Hero */
.wholesale-page .qc-hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--qc-charcoal);
}

.wholesale-page .qc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wholesale-page .qc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s var(--qc-ease);
}

.wholesale-page .qc-hero.is-visible .qc-hero__bg img {
  transform: scale(1);
}

.wholesale-page .qc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 17, 40, 0.92) 0%, rgba(42, 92, 69, 0.55) 50%, rgba(0, 17, 40, 0.85) 100%);
  z-index: 1;
}

.wholesale-page .qc-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 3rem, var(--qc-max));
  margin-inline: auto;
  padding: 8rem 0 6rem;
}

.wholesale-page .qc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--qc-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--qc-glass-border);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--qc-gold);
  margin-bottom: 1.5rem;
}

.wholesale-page .qc-hero__badge svg {
  width: 14px;
  height: 14px;
}

.wholesale-page .qc-hero__title {
  font-family: var(--qc-font-heading);
  font-size: clamp(2.75rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--qc-white);
  margin: 0 0 1.5rem;
  max-width: 600px;
}

.wholesale-page .qc-hero__subtitle {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin: 0 0 2.5rem;
}

.wholesale-page .qc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.wholesale-page .qc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.wholesale-page .qc-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.wholesale-page .qc-hero__trust-item svg {
  width: 16px;
  height: 16px;
  color: var(--qc-gold);
  flex-shrink: 0;
}

.wholesale-page .qc-hero__cards {
  position: absolute;
  right: max(1.5rem, calc((100vw - var(--qc-max)) / 2));
  bottom: 8rem;
  display: grid;
  gap: 1rem;
  z-index: 3;
  width: min(280px, 30vw);
}

.wholesale-page .qc-hero__card {
  padding: 1.25rem 1.5rem;
  background: var(--qc-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--qc-glass-border);
  border-radius: var(--qc-radius-lg);
  animation: qc-float 6s var(--qc-ease) infinite;
}

.wholesale-page .qc-hero__card:nth-child(2) {
  animation-delay: -2s;
}

.wholesale-page .qc-hero__card:nth-child(3) {
  animation-delay: -4s;
}

@keyframes qc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.wholesale-page .qc-hero__card-value {
  font-family: var(--qc-font-heading);
  font-size: 2rem;
  color: var(--qc-gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.wholesale-page .qc-hero__card-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
}

.wholesale-page .qc-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wholesale-page .qc-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--qc-gold), transparent);
  animation: qc-scroll-pulse 2s ease infinite;
}

@keyframes qc-scroll-pulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* SVG Dividers */
.wholesale-page .qc-divider {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.wholesale-page .qc-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Trusted By */
.wholesale-page .qc-trusted {
  padding: 3rem 0;
  background: var(--qc-white);
  border-bottom: 1px solid rgba(0, 17, 40, 0.06);
}

.wholesale-page .qc-trusted__label {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--qc-muted);
  margin-bottom: 2rem;
}

.wholesale-page .qc-trusted__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3.5rem;
}

.wholesale-page .qc-trusted__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.75;
  transition: opacity 0.35s var(--qc-ease);
}

.wholesale-page .qc-trusted__item:hover {
  opacity: 1;
}

.wholesale-page .qc-trusted__icon {
  width: 40px;
  height: 40px;
  color: var(--qc-green);
}

.wholesale-page .qc-trusted__icon svg {
  width: 100%;
  height: 100%;
}

.wholesale-page .qc-trusted__name {
  font-size: 11px;;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--qc-dark);
}

/* Bento Grid */
.wholesale-page .qc-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.wholesale-page .qc-bento__card {
  position: relative;
  padding: 2rem;
  border-radius: var(--qc-radius-xl);
  background: var(--qc-white);
  border: 1px solid rgba(0, 17, 40, 0.06);
  overflow: hidden;
  transition: transform 0.45s var(--qc-ease), box-shadow 0.45s var(--qc-ease);
}

.wholesale-page .qc-bento__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, var(--qc-gold), var(--qc-green), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s var(--qc-ease);
}

.wholesale-page .qc-bento__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--qc-shadow-lg);
}

.wholesale-page .qc-bento__card:hover::before {
  opacity: 1;
}

.wholesale-page .qc-bento__card--span-4 { grid-column: span 4; }
.wholesale-page .qc-bento__card--span-6 { grid-column: span 6; }
.wholesale-page .qc-bento__card--span-8 { grid-column: span 8; }
.wholesale-page .qc-bento__card--span-12 { grid-column: span 12; }
.wholesale-page .qc-bento__card--dark {
  background: linear-gradient(145deg, var(--qc-dark) 0%, #0a2540 100%);
  color: var(--qc-white);
}

.wholesale-page .qc-bento__card--dark .qc-bento__title { color: var(--qc-white); }
.wholesale-page .qc-bento__card--dark .qc-bento__desc { color: rgba(255, 255, 255, 0.7); }

.wholesale-page .qc-bento__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--qc-radius-lg);
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.15), rgba(42, 92, 69, 0.15));
  color: var(--qc-gold);
  margin-bottom: 1.25rem;
  transition: transform 0.45s var(--qc-ease), background 0.45s var(--qc-ease);
}

.wholesale-page .qc-bento__card:hover .qc-bento__icon {
  transform: translateY(-3px) scale(1.06);
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.28), rgba(42, 92, 69, 0.28));
}

.wholesale-page .qc-bento__card--dark .qc-bento__icon {
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.18), rgba(201, 169, 110, 0.08));
}

.wholesale-page .qc-bento__icon svg {
  width: 28px;
  height: 28px;
}

.wholesale-page .qc-bento__title {
  font-family: var(--qc-font-heading);
  font-size: 22;
  color: var(--qc-dark-soft);
  margin: 0 0 0.75rem;
}

.wholesale-page .qc-bento__desc {
  font-size: 16px;
  line-height: 1.65;
  color: var(--qc-muted);
  margin: 0;
}

/* Manufacturing */
.wholesale-page .qc-manufacturing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.wholesale-page .qc-manufacturing__image {
  position: relative;
  border-radius: var(--qc-radius-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
}

.wholesale-page .qc-manufacturing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wholesale-page .qc-manufacturing__image-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1rem 1.5rem;
  background: var(--qc-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--qc-glass-border);
  border-radius: var(--qc-radius-lg);
  color: var(--qc-white);
}

.wholesale-page .qc-manufacturing__image-badge strong {
  display: block;
  font-family: var(--qc-font-heading);
  font-size: 1.5rem;
  color: var(--qc-gold);
}

.wholesale-page .qc-manufacturing__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
}

.wholesale-page .qc-manufacturing__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1.25rem;
  padding-bottom: 2rem;
  position: relative;
}

.wholesale-page .qc-manufacturing__step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--qc-gold), rgba(201, 169, 110, 0.1));
}

.wholesale-page .qc-manufacturing__step-num {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--qc-dark);
  color: var(--qc-gold);
  font-family: var(--qc-font-heading);
  font-size: 1.125rem;
  flex-shrink: 0;
}

.wholesale-page .qc-manufacturing__step-title {
  font-family: var(--qc-font-heading);
  font-size: 20px;
  color: var(--qc-dark-soft);
  margin: 0 0 0.35rem;
}

.wholesale-page .qc-manufacturing__step-desc {
  font-size: 16px;
  color: var(--qc-muted);
  margin: 0;
  line-height: 1.6;
}

/* Industries */
.wholesale-page .qc-industries__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.wholesale-page .qc-industry-card {
  position: relative;
  border-radius: var(--qc-radius-xl);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.45s var(--qc-ease);
}

.wholesale-page .qc-industry-card:hover {
  transform: translateY(-8px);
}

.wholesale-page .qc-industry-card__bg {
  position: absolute;
  inset: 0;
}

.wholesale-page .qc-industry-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--qc-ease);
}

.wholesale-page .qc-industry-card:hover .qc-industry-card__bg img {
  transform: scale(1.06);
}

.wholesale-page .qc-industry-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 17, 40, 0.95) 0%, rgba(0, 17, 40, 0.3) 60%, transparent 100%);
}

.wholesale-page .qc-industry-card__content {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.wholesale-page .qc-industry-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--qc-radius);
  background: rgba(201, 169, 110, 0.2);
  color: var(--qc-gold);
  margin-bottom: 1rem;
  transition: transform 0.45s var(--qc-ease), background 0.45s var(--qc-ease);
}

.wholesale-page .qc-industry-card:hover .qc-industry-card__icon {
  transform: scale(1.08);
  background: rgba(201, 169, 110, 0.35);
}

.wholesale-page .qc-industry-card__icon svg {
  width: 22px;
  height: 22px;
}

.wholesale-page .qc-industry-card__title {
  font-family: Amiri, serif;
  font-size: 23px;
  color: var(--qc-white);
  margin: 0 0 0.5rem;
}

.wholesale-page .qc-industry-card__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1rem;
  line-height: 1.55;
}

.wholesale-page .qc-industry-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--qc-gold);
  text-decoration: none;
  transition: gap 0.3s var(--qc-ease);
}

.wholesale-page .qc-industry-card__link:hover {
  gap: 0.65rem;
}

/* Benefits */
.wholesale-page .qc-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.wholesale-page .qc-benefit-card {
  padding: 2rem 1.5rem;
  background: var(--qc-white);
  border-radius: var(--qc-radius-lg);
  border: 1px solid rgba(0, 17, 40, 0.06);
  text-align: center;
  transition: transform 0.4s var(--qc-ease), box-shadow 0.4s var(--qc-ease);
}

.wholesale-page .qc-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--qc-shadow);
}

.wholesale-page .qc-benefit-card__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(42, 92, 69, 0.1), rgba(201, 169, 110, 0.1));
  color: var(--qc-green);
  transition: transform 0.45s var(--qc-ease), background 0.45s var(--qc-ease);
}

.wholesale-page .qc-benefit-card:hover .qc-benefit-card__icon {
  transform: scale(1.08);
  background: linear-gradient(135deg, rgba(42, 92, 69, 0.2), rgba(201, 169, 110, 0.2));
}

.wholesale-page .qc-benefit-card__icon svg {
  width: 24px;
  height: 24px;
}

.wholesale-page .qc-benefit-card__title {
  font-family: "Amiri, serif";
  font-size: 20px;
  color: var(--qc-dark-soft);
  margin: 0 0 0.5rem;
}

.wholesale-page .qc-benefit-card__desc {
  font-size: 15px;
  color: var(--qc-muted);
  line-height: 1.55;
  margin: 0;
}

/* Container Orders */
.wholesale-page .qc-container-orders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.wholesale-page .qc-container-card {
  position: relative;
  padding: 2.5rem;
  border-radius: var(--qc-radius-xl);
  background: linear-gradient(160deg, var(--qc-dark) 0%, #0d2e4a 100%);
  color: var(--qc-white);
  overflow: hidden;
  transition: transform 0.45s var(--qc-ease);
}

.wholesale-page .qc-container-card:hover {
  transform: translateY(-6px);
}

.wholesale-page .qc-container-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.wholesale-page .qc-container-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--qc-radius-lg);
  background: rgba(201, 169, 110, 0.15);
  color: var(--qc-gold);
  margin-bottom: 1.25rem;
}

.wholesale-page .qc-container-card__icon svg {
  width: 24px;
  height: 24px;
}

.wholesale-page .qc-container-card__size {
  font-family: "Amiri, serif";
  font-size: 38px;
  color: var(--qc-gold);
  margin: 0 0 0.25rem;
  line-height: 1;
}

.wholesale-page .qc-container-card__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.wholesale-page .qc-container-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.wholesale-page .qc-container-card__features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}

.wholesale-page .qc-container-card__features svg {
  width: 16px;
  height: 16px;
  color: var(--qc-gold);
  flex-shrink: 0;
}

.wholesale-page .qc-container-info {
  margin-top: 3rem;
  padding: 2.5rem;
  border-radius: var(--qc-radius-xl);
  background: var(--qc-white);
  border: 1px solid rgba(0, 17, 40, 0.06);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}

.wholesale-page .qc-container-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.wholesale-page .qc-container-info__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(42, 92, 69, 0.08), rgba(201, 169, 110, 0.08));
  color: var(--qc-green);
}

.wholesale-page .qc-container-info__icon svg {
  width: 20px;
  height: 20px;
}

.wholesale-page .qc-container-info__item strong {
  display: block;
  font-family: "Amiri, serif";
  font-size: 18px;
  color: var(--qc-dark-soft);
  margin-bottom: 0.35rem;
  font-weight:600;
}

.wholesale-page .qc-container-info__item span {
  font-size:16px;
  color: var(--qc-muted);
  line-height: 1.5;
}

/* Brands */
.wholesale-page .qc-brands__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.wholesale-page .qc-brand-card {
  padding: 2.5rem 2rem;
  background: var(--qc-white);
  border-radius: var(--qc-radius-xl);
  border: 1px solid rgba(0, 17, 40, 0.06);
  text-align: center;
  transition: transform 0.4s var(--qc-ease), box-shadow 0.4s var(--qc-ease);
}

.wholesale-page .qc-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--qc-shadow);
}

.wholesale-page .qc-brand-card__logo {
  height: 48px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wholesale-page .qc-brand-card__logo img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.wholesale-page .qc-brand-card__initials {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--qc-dark), var(--qc-green));
  color: var(--qc-gold);
  font-family: "Amiri, serif";
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.wholesale-page .qc-brand-card__name {
  font-family: var(--qc-font-heading);
  font-size: 22px;
  color: var(--qc-dark-soft);
  margin: 0 0 0.75rem;
}

.wholesale-page .qc-brand-card__desc {
  font-size:15px;
  color: var(--qc-muted);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

/* Certifications */
.wholesale-page .qc-certs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
}

.wholesale-page .qc-cert-card {
  padding: 2rem 1.5rem;
  background: var(--qc-white);
  border-radius: var(--qc-radius-lg);
  border: 1px solid rgba(0, 17, 40, 0.06);
  text-align: center;
  transition: transform 0.4s var(--qc-ease), border-color 0.4s var(--qc-ease);
}

.wholesale-page .qc-cert-card:hover {
  transform: translateY(-4px);
  border-color: var(--qc-gold);
}

.wholesale-page .qc-cert-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(42, 92, 69, 0.08), rgba(201, 169, 110, 0.08));
  transition: transform 0.45s var(--qc-ease), background 0.45s var(--qc-ease);
}

.wholesale-page .qc-cert-card:hover .qc-cert-card__icon {
  transform: scale(1.08);
  background: linear-gradient(135deg, rgba(42, 92, 69, 0.16), rgba(201, 169, 110, 0.16));
}

.wholesale-page .qc-cert-card__icon img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.wholesale-page .qc-cert-card__icon svg {
  width: 32px;
  height: 32px;
  color: var(--qc-green);
}

.wholesale-page .qc-cert-card__title {
  font-family: var(--qc-font-heading);
  font-size: 22px;
  color: var(--qc-dark-soft);
  margin: 0 0 0.35rem;
}

.wholesale-page .qc-cert-card__desc {
  font-size:16px;
  color: var(--qc-muted);
  line-height: 1.5;
  margin: 0;
}

/* Process Timeline */
.wholesale-page .qc-process {
  position: relative;
  padding: 2rem 0;
}

.wholesale-page .qc-process__track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(201, 169, 110, 0.2);
  transform: translateY(-50%);
}

.wholesale-page .qc-process__track-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--qc-gold), var(--qc-green));
  width: 0;
  transition: width 1.5s var(--qc-ease);
}

.wholesale-page .qc-process.is-visible .qc-process__track-fill {
  width: 100%;
}

.wholesale-page .qc-process__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.wholesale-page .qc-process__step {
  text-align: center;
}

.wholesale-page .qc-process__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--qc-white);
  border: 3px solid var(--qc-gold);
  margin: 0 auto 1rem;
  transition: background 0.4s var(--qc-ease), transform 0.4s var(--qc-ease);
}

.wholesale-page .qc-process__step.is-active .qc-process__dot {
  background: var(--qc-gold);
  transform: scale(1.2);
}

.wholesale-page .qc-process__step-title {
  font-family: var(--qc-font-heading);
  font-size: 22px;
  color: var(--qc-dark-soft);
  margin: 0 0 0.35rem;
}

.wholesale-page .qc-process__step-desc {
  font-size:16px;
  color: var(--qc-muted);
  line-height: 1.45;
  margin: 0;
}

/* Statistics */
.wholesale-page .qc-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.wholesale-page .qc-stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--qc-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--qc-glass-border);
  border-radius: var(--qc-radius-xl);
}

.wholesale-page .qc-stat-card__value {
  font-family: var(--qc-font-heading);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--qc-gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.wholesale-page .qc-stat-card__suffix {
  font-size: 0.6em;
  color: var(--qc-gold-light);
}

.wholesale-page .qc-stat-card__label {
  font-size:16px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
}

/* Testimonials */
.wholesale-page .qc-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.wholesale-page .qc-testimonial-card {
  padding: 2rem;
  background: var(--qc-white);
  border-radius: var(--qc-radius-xl);
  border: 1px solid rgba(0, 17, 40, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--qc-ease), box-shadow 0.4s var(--qc-ease);
}

.wholesale-page .qc-testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--qc-shadow);
}

.wholesale-page .qc-testimonial-card__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
  color: var(--qc-gold);
}

.wholesale-page .qc-testimonial-card__stars svg {
  width: 16px;
  height: 16px;
}

.wholesale-page .qc-testimonial-card__quote {
  font-size: 15px;
  line-height: 1.7;
  color: var(--qc-muted);
  margin: 0 0 1.5rem;
  flex: 1;
  font-style: italic;
}

.wholesale-page .qc-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wholesale-page .qc-testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--qc-green), var(--qc-gold));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qc-white);
  font-weight: 700;
  font-size: 0.875rem;
}

.wholesale-page .qc-testimonial-card__name {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--qc-dark-soft);
}

.wholesale-page .qc-testimonial-card__role {
  font-size: 0.75rem;
  color: var(--qc-muted);
}

/* FAQ */
.wholesale-page .qc-faq {
  max-width: 800px;
  margin: 0 auto;
}

.wholesale-page .qc-faq__item {
  border-bottom: 1px solid rgba(0, 17, 40, 0.08);
}

.wholesale-page .qc-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif";
  font-size: 1.125rem;
  color: var(--qc-dark-soft);
  transition: color 0.3s var(--qc-ease);
  font-size:16px;
}

.wholesale-page .qc-faq__question:hover {
  color: var(--qc-green);
}

.wholesale-page .qc-faq__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(42, 92, 69, 0.08);
  color: var(--qc-green);
  flex-shrink: 0;
  transition: transform 0.35s var(--qc-ease), background 0.35s var(--qc-ease);
}

.wholesale-page .qc-faq__item.is-open .qc-faq__icon {
  transform: rotate(45deg);
  background: var(--qc-green);
  color: var(--qc-white);
}

.wholesale-page .qc-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--qc-ease), padding 0.45s var(--qc-ease);
}

.wholesale-page .qc-faq__item.is-open .qc-faq__answer {
  max-height: 600px;
  padding-bottom: 1.5rem;
}

.wholesale-page .qc-faq__answer p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--qc-muted);
  margin: 0;
}

/* Form */
.wholesale-page .qc-form-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.wholesale-page .qc-form__group {
  margin-bottom: 1.25rem;
}

.wholesale-page .qc-form__label {
  display: block;
  font-size:14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--qc-dark-soft);
  margin-bottom: 0.5rem;
}

.wholesale-page .qc-form__input,
.wholesale-page .qc-form__select,
.wholesale-page .qc-form__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(0, 17, 40, 0.12);
  border-radius: var(--qc-radius);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9375rem;
  color: var(--qc-dark);
  background: var(--qc-white);
  transition: border-color 0.3s var(--qc-ease), box-shadow 0.3s var(--qc-ease);
}

.wholesale-page .qc-form__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d1b0e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  padding-right: 2.75rem;
}

.wholesale-page .qc-form__input:focus,
.wholesale-page .qc-form__select:focus,
.wholesale-page .qc-form__textarea:focus {
  outline: none;
  border-color: var(--qc-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}

.wholesale-page .qc-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.wholesale-page .qc-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.wholesale-page .qc-form__success {
  padding: 1rem 1.25rem;
  background: rgba(42, 92, 69, 0.08);
  border: 1px solid rgba(42, 92, 69, 0.2);
  border-radius: var(--qc-radius);
  color: var(--qc-green);
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

.wholesale-page .qc-form__errors {
  padding: 1rem 1.25rem;
  background: rgba(180, 40, 40, 0.06);
  border: 1px solid rgba(180, 40, 40, 0.15);
  border-radius: var(--qc-radius);
  color: #b42828;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.wholesale-page .qc-form__errors ul {
  margin: 0;
  padding-left: 1.25rem;
}

/* Final CTA */
.wholesale-page .qc-final-cta {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) 0;
  overflow: hidden;
}

.wholesale-page .qc-final-cta__bg {
  position: absolute;
  inset: 0;
}

.wholesale-page .qc-final-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wholesale-page .qc-final-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 17, 40, 0.9) 0%, rgba(42, 92, 69, 0.7) 100%);
}

.wholesale-page .qc-final-cta__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.wholesale-page .qc-final-cta__content .qc-heading {
  color: var(--qc-white);
  margin-bottom: 1rem;
}

.wholesale-page .qc-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

/* Reveal animations */
.wholesale-page [data-qc-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--qc-ease), transform 0.7s var(--qc-ease);
}

.wholesale-page [data-qc-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1100px) {
  .wholesale-page .qc-hero__cards {
    position: static;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
  }

  .wholesale-page .qc-bento__card--span-4,
  .wholesale-page .qc-bento__card--span-6,
  .wholesale-page .qc-bento__card--span-8,
  .wholesale-page .qc-bento__card--span-12 {
    grid-column: span 6;
  }

  .wholesale-page .qc-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .wholesale-page .qc-container {
    width: min(100% - 2rem, var(--qc-max));
  }

  .wholesale-page .qc-hero__cards {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-hero__actions {
    flex-direction: column;
  }

  .wholesale-page .qc-hero__actions .qc-btn {
    width: 100%;
  }

  .wholesale-page .qc-bento__card--span-4,
  .wholesale-page .qc-bento__card--span-6,
  .wholesale-page .qc-bento__card--span-8,
  .wholesale-page .qc-bento__card--span-12 {
    grid-column: span 12;
  }

  .wholesale-page .qc-manufacturing {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wholesale-page .qc-industries__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-benefits__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-container-orders {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-brands__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-certs__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-process__steps {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-process__track {
    display: none;
  }

  .wholesale-page .qc-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wholesale-page .qc-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-form-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wholesale-page .qc-form__row {
    grid-template-columns: 1fr;
  }

  .wholesale-page .qc-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wholesale-page *,
  .wholesale-page *::before,
  .wholesale-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .wholesale-page [data-qc-reveal] {
    opacity: 1;
    transform: none;
  }
}


.qc-hero {
    position: relative;
    overflow: hidden;
}

.qc-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.qc-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(45%) contrast(110%) saturate(105%);
    transform: scale(1.05);
}

.qc-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.72) 45%,
            rgba(0, 0, 0, 0.55) 100%
        );
    z-index: 1;
}

.qc-hero__content,
.qc-hero__scroll {
    position: relative;
    z-index: 2;
}





/* ===== Premium Industry Card ===== */

.qc-industry-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#111;
    isolation:isolate;
}

.qc-industry-card__bg{
    position:absolute;
    inset:0;
    z-index:0;
}

.qc-industry-card__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1);
    transition:transform .8s ease, filter .8s ease;
    filter:brightness(.42) contrast(1.15) saturate(1.05);
}

/* Premium layered overlay */
.qc-industry-card__overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        radial-gradient(circle at top right,
            rgba(255,255,255,.12) 0%,
            transparent 35%),
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,.38) 35%,
            rgba(0,0,0,.82) 68%,
            rgba(0,0,0,.96) 100%);
}

.qc-industry-card__content{
    position:relative;
    z-index:2;
    color:#fff;
}

.qc-industry-card__title{
    color:#fff;
}

.qc-industry-card__desc{
    color:rgba(255,255,255,.82);
}

.qc-industry-card__icon{
    color:#fff;
}

.qc-industry-card__link{
    color:#fff;
}

/* Premium Hover */
.qc-industry-card:hover .qc-industry-card__bg img{
    transform:scale(1.08);
    filter:brightness(.55) contrast(1.2) saturate(1.1);
}

.qc-industry-card:hover .qc-industry-card__overlay{
    background:
        radial-gradient(circle at top right,
            rgba(255,255,255,.18) 0%,
            transparent 35%),
        linear-gradient(
            180deg,
            rgba(0,0,0,.05) 0%,
            rgba(0,0,0,.28) 35%,
            rgba(0,0,0,.72) 68%,
            rgba(0,0,0,.88) 100%);
}