/* Wholesale landing pages — visual system v2. */
.wholesale-page { padding: 1.25rem 0 2.25rem; background: #fdfcfb; }
.wholesale-page .container { width: min(84.5rem, calc(100% - 5.5rem)); }
.wholesale-page .service-breadcrumbs { margin-bottom: 1.125rem; }

.wholesale-page .wholesale-hero {
  position: relative;
  display: grid;
  min-height: 26.875rem;
  grid-template-columns: minmax(0, 1.02fr) minmax(27.5rem, .98fr);
  overflow: hidden;
  border: 0.0625rem solid #e2ded8;
  border-radius: 1.25rem;
  background: linear-gradient(115deg, #0c0e10 0%, #121518 50%, #f5f3ef 50.1%, #fff 100%);
  box-shadow: 0 1.125rem 3.125rem rgb(18 19 20 / 7%);
  color: #fff;
}
.wholesale-page .wholesale-hero::before {
  position: absolute;
  top: -10.3125rem;
  left: 36%;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #ff5c0a;
  filter: blur(6.25rem);
  opacity: .2;
  content: "";
}
.wholesale-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 2.625rem 2.875rem; }
.wholesale-page .wholesale-hero .service-kicker { margin-bottom: 0.8125rem; color: #ff7430; font-size: 0.75rem; }
.wholesale-page .wholesale-hero h1 { max-width: 41.25rem; margin: 0; color: #fff; font-size: clamp(2.375rem, 3.2vw, 3.25rem); font-weight: 800; line-height: 1.06; letter-spacing: -0.1125rem; }
.wholesale-page .wholesale-hero__content > p { max-width: 39.0625rem; margin: 1.125rem 0 0; color: #c2c5c9; font-size: 0.9375rem; line-height: 1.55; }
.wholesale-hero__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.75rem; }
.wholesale-page .wholesale-hero .button { display: flex; width: 14.375rem; min-height: 3.125rem; justify-content: space-between; margin: 0; border-radius: 0.5rem; font-size: 0.84375rem; }
.wholesale-hero__phone { display: grid; gap: 0.1875rem; color: #fff; }
.wholesale-hero__phone small { color: #8f959c; font-size: 0.65625rem; }
.wholesale-hero__phone strong { font-size: 0.9375rem; }
.wholesale-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.625rem; margin: 1.875rem 0 0; padding: 0; list-style: none; }
.wholesale-hero__facts li { display: flex; align-items: center; gap: 0.5625rem; color: #c5c8cc; font-size: 0.71875rem; line-height: 1.35; }
.wholesale-hero__facts b { display: grid; flex: 0 0 1.6875rem; width: 1.6875rem; height: 1.6875rem; place-items: center; border: 0.0625rem solid #ff5c0a; border-radius: 50%; color: #ff6c25; font-size: 0.6875rem; }
.wholesale-hero__visual { position: relative; display: grid; min-width: 0; place-items: center; margin: 0; padding: 3.375rem 1.875rem 1.5rem; background: radial-gradient(circle at 72% 16%, #ffeadf 0, transparent 35%); }
.wholesale-hero__visual::after { position: absolute; right: 1.5625rem; bottom: 1.375rem; left: 1.5625rem; height: 2.125rem; border-radius: 50%; background: rgb(35 37 39 / 15%); filter: blur(1.125rem); content: ""; }
.wholesale-hero__visual > span { position: absolute; top: 1.5625rem; right: 1.75rem; z-index: 2; color: #777b82; text-align: right; font-size: 0.6875rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .05em; }
.wholesale-hero__visual img { position: relative; z-index: 1; display: block; width: 100%; height: 19.6875rem; object-fit: contain; mix-blend-mode: multiply; }
.wholesale-page--root .wholesale-hero__visual img { mix-blend-mode: normal; }

.wholesale-page .wholesale-links { margin-top: 2.625rem; }
.wholesale-page .section-title { margin-bottom: 1.125rem; }
.wholesale-page .section-title h2 { font-size: 1.75rem; line-height: 1.2; }
.wholesale-page .section-title .service-kicker { margin-bottom: 0.4375rem; }
.wholesale-page .section-title p { font-size: 0.78125rem; }
.wholesale-page .wholesale-links > div:last-child { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.875rem; }
.wholesale-page .wholesale-links a { position: relative; min-height: 13.5rem; overflow: hidden; padding: 1.25rem; border-radius: 0.9375rem; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.wholesale-page .wholesale-links a:hover { border-color: #ffc3a4; box-shadow: 0 0.875rem 2.125rem rgb(18 19 20 / 8%); transform: translateY(-0.1875rem); }
.wholesale-links__copy { position: relative; z-index: 2; width: 58%; }
.wholesale-page .wholesale-links strong { margin: 0 0 0.5625rem; font-size: 1rem; line-height: 1.3; }
.wholesale-page .wholesale-links small { color: #71767e; font-size: 0.78125rem; line-height: 1.45; }
.wholesale-page .wholesale-links i { display: block; margin-top: 1.375rem; color: #ff5c0a; font-size: 0.75rem; font-weight: 700; }
.wholesale-links__image { position: absolute; right: -1.25rem; bottom: 0.25rem; width: 54%; height: 8.25rem; }
.wholesale-links__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.wholesale-page .service-admin-content--wholesale { gap: 1.75rem; margin-top: 2.125rem; }
.wholesale-page .service-accent,
.wholesale-page .service-editor-note { padding: 1.875rem; border-radius: 1rem; }
.wholesale-page .service-accent h2,
.wholesale-page .service-editor-note h2 { font-size: 1.5625rem; }
.wholesale-page .wholesale-details { gap: 0.875rem; }
.wholesale-page .wholesale-details > div { min-height: 13.125rem; padding: 1.625rem; border-radius: 0.9375rem; }
.wholesale-page .wholesale-details h2 { font-size: 1.3125rem; }

.wholesale-page .wholesale-landing-copy { padding: 2rem; border-radius: 1rem; background: linear-gradient(135deg, #fff 0%, #fff 68%, #fff5ef 100%); }
.wholesale-page .wholesale-landing-copy .service-kicker { margin-bottom: 0.5625rem; }
.wholesale-page .wholesale-landing-copy h2 { max-width: 56.25rem; margin-bottom: 1rem; font-size: 1.75rem; }
.wholesale-page .wholesale-landing-copy p { max-width: 70rem; color: #585e66; font-size: 0.875rem; line-height: 1.68; }

.wholesale-page .wholesale-benefits { gap: 0.875rem; }
.wholesale-page .wholesale-benefits article { position: relative; min-height: 11.75rem; overflow: hidden; padding: 1.5rem; border-radius: 0.9375rem; }
.wholesale-page .wholesale-benefits article::after { position: absolute; right: -1.5625rem; bottom: -2.1875rem; width: 6.5625rem; height: 6.5625rem; border: 1.375rem solid #fff3ec; border-radius: 50%; content: ""; }
.wholesale-page .wholesale-benefits b { width: 2.625rem; height: 2.625rem; font-size: 0.8125rem; }
.wholesale-page .wholesale-benefits h2 { margin-top: 1.125rem; font-size: 1.0625rem; }
.wholesale-page .wholesale-benefits p { position: relative; z-index: 1; font-size: 0.875rem; }

.wholesale-seo-story { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(20.625rem, .65fr); gap: 0.875rem; }
.wholesale-seo-story > div,
.wholesale-seo-story > aside { padding: 1.875rem; border: 0.0625rem solid #e2ded8; border-radius: 1rem; background: #fff; }
.wholesale-seo-story > aside { background: #111315; color: #fff; }
.wholesale-seo-story h2 { max-width: 47.5rem; margin: 0 0 1rem; font-size: 1.6875rem; line-height: 1.25; }
.wholesale-seo-story > div p { margin: 0; color: #5d626a; font-size: 0.875rem; line-height: 1.7; }
.wholesale-seo-story h3 { margin: 0 0 1.0625rem; font-size: 1.1875rem; }
.wholesale-seo-story ul { display: grid; gap: 0.6875rem; margin: 0; padding: 0; list-style: none; }
.wholesale-seo-story li { position: relative; padding-left: 1.375rem; color: #d5d7da; font-size: 0.84375rem; line-height: 1.45; }
.wholesale-seo-story li::before { position: absolute; left: 0; color: #ff5c0a; font-weight: 800; content: "✓"; }
.wholesale-seo-story aside p { margin: 1.25rem 0 0; padding-top: 1.125rem; border-top: 0.0625rem solid #34383c; color: #9fa4aa; font-size: 0.78125rem; line-height: 1.55; }

.wholesale-page .wholesale-process { padding: 1.875rem; border-radius: 1rem; }
.wholesale-page .wholesale-process h2 { font-size: 1.5625rem; }
.wholesale-page .wholesale-process ol { gap: 0.75rem; }
.wholesale-page .wholesale-process li { min-height: 8.625rem; padding: 1.125rem; }
.wholesale-page .wholesale-process li > b { flex-basis: 2.375rem; width: 2.375rem; height: 2.375rem; font-size: 0.875rem; }
.wholesale-page .wholesale-process strong { font-size: 0.875rem; }
.wholesale-page .wholesale-process span { font-size: 0.8125rem; }

.wholesale-page .wholesale-faq { padding: 1.75rem 0; }
.wholesale-page .wholesale-faq details { border-color: #e2ded8; }
.wholesale-page .wholesale-siblings { margin-top: 2.25rem; padding-top: 1.875rem; border-top: 0.0625rem solid #e6e2dc; }
.wholesale-page .wholesale-siblings .section-title { margin-bottom: 1rem; }
.wholesale-page .wholesale-siblings .section-title h2 { margin: 0; }
.wholesale-page .wholesale-siblings > div:last-child { gap: 0.75rem; }
.wholesale-page .wholesale-siblings a { min-height: 4rem; padding: 0.875rem 1.0625rem; border-radius: 0.6875rem; font-size: 0.84375rem; }

.wholesale-page .service-dark-cta { position: relative; min-height: 10.5rem; overflow: hidden; margin-top: 2rem; padding: 1.875rem 2rem; border-radius: 1rem; background: radial-gradient(circle at 78% 10%, rgb(255 92 10 / 28%), transparent 27%), #0d0f11; }
.wholesale-page .service-dark-cta::after { position: absolute; right: 27%; bottom: -6.25rem; width: 14.375rem; height: 14.375rem; border: 0.0625rem solid rgb(255 255 255 / 10%); border-radius: 50%; content: ""; }
.wholesale-page .service-dark-cta > * { position: relative; z-index: 1; }
.wholesale-page .service-dark-cta .service-kicker { margin-bottom: 0.5rem; }
.wholesale-page .service-dark-cta h2 { color: #fff; font-size: 1.625rem; }
.wholesale-page .service-dark-cta p { max-width: 45.625rem; color: #b7bbc0; font-size: 0.84375rem; line-height: 1.5; }
.wholesale-page .service-dark-cta__actions { flex-shrink: 0; }
.wholesale-page .service-dark-cta .button { min-width: 10.625rem; }

/* The shared dark CTA must never inherit the home-page H2 colour. */
body.home .final-cta .final-cta__card h2,
.final-cta__card h2,
.product-final-cta h2 { color: #fff !important; }
.final-cta__card p,
.product-final-cta p { color: rgb(255 255 255 / 76%) !important; }

@media (max-width: 1199px) {
  .wholesale-page .container { width: min(59rem, calc(100% - 3rem)); }
  .wholesale-page .wholesale-hero { min-height: 24.375rem; grid-template-columns: minmax(0, 1fr) minmax(21.875rem, .8fr); background: #101214; }
  .wholesale-hero__content { padding: 2.125rem 1.875rem; }
  .wholesale-page .wholesale-hero h1 { font-size: 2.375rem; }
  .wholesale-page .wholesale-hero__content > p { font-size: 0.875rem; }
  .wholesale-hero__facts { grid-template-columns: 1fr 1fr; }
  .wholesale-hero__facts li:last-child { display: none; }
  .wholesale-hero__visual { background: radial-gradient(circle at 72% 16%, #ffeadf 0, transparent 35%), #fff; }
  .wholesale-hero__visual img { height: 16.875rem; }
  .wholesale-page .wholesale-links > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wholesale-seo-story { grid-template-columns: 1fr; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .wholesale-page .wholesale-hero { grid-template-columns: minmax(0, 1.08fr) minmax(18.75rem, .92fr); }
  .wholesale-hero__content { padding: 2rem 1.625rem; }
  .wholesale-page .wholesale-hero h1 { font-size: 2.25rem; }
  .wholesale-hero__phone { display: none; }
  .wholesale-hero__facts { grid-template-columns: 1fr; }
  .wholesale-hero__facts li:nth-child(2),
  .wholesale-hero__facts li:nth-child(3) { display: none; }
}

@media (max-width: 767px) {
  .wholesale-page { padding: 1.5rem 0 1.75rem; }
  .wholesale-page .container { width: calc(100% - 2rem); }
  .wholesale-page .wholesale-hero { display: flex; min-height: 0; flex-direction: column; border-radius: 1rem; background: #101214; }
  .wholesale-hero__content { padding: 1.5625rem 1.125rem 1.375rem; }
  .wholesale-page .wholesale-hero h1 { font-size: 1.875rem; line-height: 1.1; letter-spacing: -0.0625rem; }
  .wholesale-page .wholesale-hero__content > p { margin-top: 0.875rem; font-size: 0.875rem; line-height: 1.5; }
  .wholesale-hero__actions { align-items: stretch; flex-direction: column; gap: 0.9375rem; margin-top: 1.375rem; }
  .wholesale-page .wholesale-hero .button { width: 100%; }
  .wholesale-hero__phone { grid-template-columns: auto 1fr; align-items: center; gap: 0.5625rem; }
  .wholesale-hero__phone small { font-size: 0.6875rem; }
  .wholesale-hero__facts { grid-template-columns: 1fr; gap: 0.5625rem; margin-top: 1.375rem; }
  .wholesale-hero__facts li:last-child { display: flex; }
  .wholesale-hero__visual { min-height: 14.6875rem; padding: 2rem 0.75rem 0.75rem; background: #fff; }
  .wholesale-hero__visual > span { top: 0.875rem; right: 1rem; font-size: 0.5625rem; }
  .wholesale-hero__visual img { height: 12.8125rem; }
  .wholesale-page .wholesale-links { margin-top: 1.875rem; }
  .wholesale-page .section-title { align-items: flex-start; }
  .wholesale-page .section-title h2 { font-size: 1.5rem; }
  .wholesale-page .section-title p { font-size: 0.75rem; }
  .wholesale-page .wholesale-links > div:last-child { grid-template-columns: 1fr; }
  .wholesale-page .wholesale-links a { min-height: 11.125rem; padding: 1.125rem; }
  .wholesale-links__copy { width: 62%; }
  .wholesale-page .wholesale-links strong { font-size: 0.9375rem; }
  .wholesale-page .wholesale-links small { font-size: 0.75rem; }
  .wholesale-links__image { width: 50%; height: 7rem; }
  .wholesale-page .service-admin-content--wholesale { gap: 1.125rem; margin-top: 1.5rem; }
  .wholesale-page .service-accent,
  .wholesale-page .service-editor-note,
  .wholesale-page .wholesale-landing-copy,
  .wholesale-seo-story > div,
  .wholesale-seo-story > aside,
  .wholesale-page .wholesale-process { padding: 1.3125rem 1.0625rem; }
  .wholesale-page .service-accent h2,
  .wholesale-page .service-editor-note h2,
  .wholesale-page .wholesale-landing-copy h2,
  .wholesale-seo-story h2,
  .wholesale-page .wholesale-process h2 { font-size: 1.375rem; }
  .wholesale-page .wholesale-details > div { min-height: 0; padding: 1.25rem 1.0625rem; }
  .wholesale-page .wholesale-benefits article { min-height: 9.625rem; padding: 1.25rem 1.125rem; }
  .wholesale-page .wholesale-process ol { grid-template-columns: 1fr; }
  .wholesale-page .wholesale-process li { min-height: 7rem; }
  .wholesale-page .wholesale-faq { padding: 1.375rem 0; }
  .wholesale-page .wholesale-siblings { margin-top: 1.5625rem; padding-top: 1.4375rem; }
  .wholesale-page .service-dark-cta { align-items: stretch; min-height: 0; margin-top: 1.5rem; padding: 1.5rem 1.125rem; }
  .wholesale-page .service-dark-cta h2 { font-size: 1.375rem; }
  .wholesale-page .service-dark-cta p { font-size: 0.8125rem; }
  .wholesale-page .service-dark-cta__actions { width: 100%; }
  .wholesale-page .service-dark-cta .button { width: 100%; }
}
