/* Your Nutrition wholesale partner experience · 2026-09-22 */
:root {
  --wh-black: #111214;
  --wh-ink: #171717;
  --wh-gold: #d5b368;
  --wh-gold-dark: #866525;
  --wh-ivory: #faf7f0;
  --wh-paper: #fffdf8;
  --wh-line: rgba(23, 23, 23, .14);
  --wh-muted: #6b665e;
}

body[data-page] { background: var(--wh-ivory); }
.wholesale-page { color: var(--wh-ink); overflow: hidden; }
.wholesale-page * { box-sizing: border-box; }
.wholesale-page h1,
.wholesale-page h2,
.wholesale-page h3,
.wholesale-page p { margin-top: 0; }
.wholesale-eyebrow { display: block; color: var(--wh-gold-dark); font-size: 12px; font-weight: 850; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }

.wholesale-hero { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; width: min(1440px, calc(100% - 56px)); min-height: 780px; margin: 48px auto 82px; border: 1px solid rgba(213, 179, 104, .56); border-radius: 38px; background: var(--wh-black); color: #fff; overflow: hidden; box-shadow: 0 35px 90px rgba(17, 18, 20, .18); }
.wholesale-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 6vw, 96px); }
.wholesale-hero-copy::after { content: ""; position: absolute; right: -1px; bottom: 0; width: 1px; height: 70%; background: rgba(213, 179, 104, .25); }
.wholesale-hero .wholesale-eyebrow { color: var(--wh-gold); }
.wholesale-hero h1 { max-width: 760px; margin: 26px 0 28px; color: #fff; font-size: clamp(50px, 6vw, 88px); letter-spacing: -.068em; line-height: .91; }
.wholesale-hero h1 span { color: var(--wh-gold); }
.wholesale-hero-copy > p { max-width: 650px; margin-bottom: 34px; color: rgba(255, 255, 255, .72); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.wholesale-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wholesale-button { display: inline-flex; min-height: 60px; padding: 0 17px 0 26px; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid transparent; border-radius: 999px; color: var(--wh-ink); font-size: 15px; font-weight: 850; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.wholesale-button span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .72); color: var(--wh-black); font-size: 18px; }
.wholesale-button:hover,
.wholesale-button:focus-visible { transform: translateY(-2px); }
.wholesale-button:focus-visible { outline: 3px solid #2d78ff; outline-offset: 3px; }
.wholesale-button.is-gold { background: var(--wh-gold); border-color: var(--wh-gold); }
.wholesale-button.is-ghost { color: #fff; border-color: rgba(255, 255, 255, .3); background: transparent; }
.wholesale-button.is-ghost span { background: #fff; }
.wholesale-button.is-light { color: var(--wh-black); border-color: #fff; background: #fff; }
.wholesale-disclosure { display: flex; max-width: 620px; margin-top: 28px; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.5; }
.wholesale-disclosure i { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(213, 179, 104, .52); border-radius: 50%; color: var(--wh-gold); font-size: 10px; font-style: normal; }

.wholesale-hero-stage { position: relative; min-height: 650px; background: #e9deca; overflow: hidden; isolation: isolate; }
.wholesale-hero-stage::before { content: ""; position: absolute; inset: 36px; z-index: -1; border: 1px solid rgba(134, 101, 37, .25); border-radius: 50%; }
.wholesale-hero-stage::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: 7%; height: 18px; border-radius: 50%; background: rgba(25, 22, 18, .2); filter: blur(18px); }
.wholesale-stage-mark { position: absolute; top: 46px; right: 46px; z-index: 4; display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(134, 101, 37, .42); border-radius: 50%; background: rgba(255, 253, 248, .76); color: var(--wh-gold-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; line-height: 1.15; text-align: center; transform: rotate(7deg); backdrop-filter: blur(8px); }
.wholesale-orbit { position: absolute; z-index: -1; display: block; border: 1px solid rgba(134, 101, 37, .19); border-radius: 50%; }
.wholesale-orbit.orbit-one { top: -16%; left: 23%; width: 62%; aspect-ratio: 1; }
.wholesale-orbit.orbit-two { right: -18%; bottom: -27%; width: 78%; aspect-ratio: 1; }
.wholesale-product { position: absolute; z-index: 2; display: block; object-fit: contain; filter: drop-shadow(0 25px 24px rgba(31, 24, 15, .2)); animation: wholesale-float 6s ease-in-out infinite; }
.wholesale-product-protein { top: 17%; left: 4%; width: 49%; transform: rotate(-8deg); }
.wholesale-product-shake { top: 12%; left: 43%; width: 28%; height: 66%; animation-delay: -1.6s; }
.wholesale-product-bar { right: -4%; bottom: 17%; width: 58%; transform: rotate(-4deg); animation-delay: -3.1s; }
.wholesale-hero-stage > p { position: absolute; right: 34px; bottom: 34px; z-index: 4; min-width: 230px; margin: 0; padding: 18px 20px; border: 1px solid rgba(134, 101, 37, .3); background: rgba(255, 253, 248, .88); color: var(--wh-black); backdrop-filter: blur(12px); }
.wholesale-hero-stage > p span,
.wholesale-hero-stage > p strong { display: block; }
.wholesale-hero-stage > p span { margin-bottom: 4px; color: var(--wh-gold-dark); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.wholesale-hero-stage > p strong { font-size: 16px; }
@keyframes wholesale-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }

.wholesale-proof { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 116px; border-top: 1px solid rgba(213, 179, 104, .28); background: #191a1c; }
.wholesale-proof article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 25px 30px; align-items: center; border-right: 1px solid rgba(255, 255, 255, .1); }
.wholesale-proof article:last-child { border-right: 0; }
.wholesale-proof article > span { color: var(--wh-gold); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.wholesale-proof strong,
.wholesale-proof small { display: block; }
.wholesale-proof strong { margin-bottom: 5px; color: #fff; font-size: 15px; }
.wholesale-proof small { color: rgba(255, 255, 255, .56); font-size: 12px; line-height: 1.4; }

.wholesale-audience { width: min(1360px, calc(100% - 56px)); margin: 0 auto 110px; }
.wholesale-audience > header { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; margin-bottom: 58px; align-items: end; }
.wholesale-audience > header .wholesale-eyebrow { grid-column: 1 / -1; margin-bottom: -48px; }
.wholesale-audience h2,
.wholesale-value h2,
.wholesale-process h2,
.wholesale-application h2,
.wholesale-existing h2,
.wholesale-faq h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 72px); letter-spacing: -.06em; line-height: .98; }
.wholesale-audience > header p { margin-bottom: 0; color: var(--wh-muted); font-size: 18px; line-height: 1.6; }
.wholesale-audience > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--wh-line); border-bottom: 1px solid var(--wh-line); }
.wholesale-audience article { min-height: 250px; padding: 26px; border-right: 1px solid var(--wh-line); }
.wholesale-audience article:last-child { border-right: 0; }
.wholesale-audience article > span { color: var(--wh-gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.wholesale-audience article h3 { margin: 72px 0 14px; font-size: 24px; letter-spacing: -.035em; line-height: 1.04; }
.wholesale-audience article p { margin: 0; color: var(--wh-muted); font-size: 14px; line-height: 1.55; }

.wholesale-value { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); width: min(1360px, calc(100% - 56px)); margin: 0 auto 110px; padding: clamp(44px, 7vw, 96px); background: var(--wh-paper); border: 1px solid rgba(134, 101, 37, .25); }
.wholesale-value-copy > p { margin: 28px 0; color: var(--wh-muted); font-size: 17px; line-height: 1.65; }
.wholesale-value-copy > a { display: inline-flex; padding-bottom: 7px; align-items: center; gap: 32px; border-bottom: 1px solid var(--wh-gold-dark); color: var(--wh-black); font-weight: 850; text-decoration: none; }
.wholesale-value-list { border-top: 1px solid var(--wh-line); }
.wholesale-value-list article { display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--wh-line); }
.wholesale-value-list b { color: var(--wh-gold-dark); font-size: 11px; letter-spacing: .12em; }
.wholesale-value-list h3 { margin-bottom: 8px; font-size: 22px; }
.wholesale-value-list p { margin: 0; color: var(--wh-muted); line-height: 1.55; }

.wholesale-process { width: min(1360px, calc(100% - 56px)); margin: 0 auto 110px; padding: clamp(46px, 7vw, 92px); border-radius: 34px; background: #173d39; color: #fff; }
.wholesale-process .wholesale-eyebrow { color: var(--wh-gold); }
.wholesale-process header { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: start; }
.wholesale-process ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .2); }
.wholesale-process li { min-height: 270px; padding: 30px 26px 0 0; border-right: 1px solid rgba(255, 255, 255, .17); }
.wholesale-process li + li { padding-left: 26px; }
.wholesale-process li:last-child { border-right: 0; }
.wholesale-process li > span { color: var(--wh-gold); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.wholesale-process li strong { display: block; margin: 84px 0 12px; font-size: 22px; }
.wholesale-process li p { margin: 0; color: rgba(255, 255, 255, .64); font-size: 14px; line-height: 1.55; }

.wholesale-application { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(36px, 6vw, 84px); width: min(1360px, calc(100% - 56px)); margin: 0 auto 110px; align-items: start; }
.wholesale-application > header { position: sticky; top: 138px; padding: 42px; border-left: 4px solid var(--wh-gold); background: var(--wh-black); color: #fff; }
.wholesale-application > header .wholesale-eyebrow { color: var(--wh-gold); }
.wholesale-application > header h2 { margin: 24px 0; font-size: clamp(38px, 4.5vw, 64px); }
.wholesale-application > header > p { color: rgba(255, 255, 255, .67); font-size: 16px; line-height: 1.6; }
.wholesale-application > header > div { display: grid; gap: 5px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .16); }
.wholesale-application > header > div strong { color: var(--wh-gold); font-size: 11px; letter-spacing: .14em; }
.wholesale-application > header > div span { font-size: 14px; }
.wholesale-application > header > div small { margin-top: 8px; color: rgba(255, 255, 255, .52); line-height: 1.45; }
.wholesale-form { padding: 8px 0; }
.wholesale-form-section { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 34px 0 42px; border-top: 1px solid var(--wh-line); }
.wholesale-form-section > span { color: var(--wh-gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.wholesale-form-section h3 { margin-bottom: 28px; font-size: 26px; letter-spacing: -.03em; }
.wholesale-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.wholesale-form label,
.wholesale-interests legend { display: grid; gap: 8px; color: #39362f; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.wholesale-form-grid .is-wide { grid-column: 1 / -1; }
.wholesale-form input:not([type="checkbox"]):not([type="hidden"]),
.wholesale-form select,
.wholesale-form textarea { width: 100%; border: 1px solid rgba(23, 23, 23, .18); border-radius: 0; background: #fff; color: var(--wh-black); font: inherit; font-size: 16px; font-weight: 500; }
.wholesale-form input:not([type="checkbox"]):not([type="hidden"]),
.wholesale-form select { min-height: 58px; padding: 0 16px; }
.wholesale-form textarea { padding: 16px; resize: vertical; line-height: 1.5; }
.wholesale-form input:focus,
.wholesale-form select:focus,
.wholesale-form textarea:focus { outline: 3px solid rgba(45, 120, 255, .27); border-color: #2d78ff; }
.wholesale-interests { margin: 26px 0 0; padding: 0; border: 0; }
.wholesale-interests > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 10px; }
.wholesale-interests label { position: relative; display: block; cursor: pointer; }
.wholesale-interests input { position: absolute; opacity: 0; pointer-events: none; }
.wholesale-interests span { display: flex; min-height: 52px; padding: 10px 14px; align-items: center; border: 1px solid rgba(23, 23, 23, .14); background: rgba(255, 255, 255, .55); font-size: 13px; transition: border-color .15s ease, background .15s ease; }
.wholesale-interests input:checked + span { border-color: var(--wh-gold-dark); background: #efe2c6; }
.wholesale-interests input:focus-visible + span { outline: 3px solid #2d78ff; outline-offset: 2px; }
.wholesale-interests > small { display: none; margin-top: 8px; color: #9b2c2c; font-size: 11px; }
.wholesale-interests.is-invalid > small { display: block; }
.wholesale-consent { display: grid !important; grid-template-columns: 22px 1fr; gap: 12px !important; margin-top: 24px; align-items: start; font-weight: 500 !important; line-height: 1.55; }
.wholesale-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--wh-gold-dark); }
.wholesale-consent a { color: var(--wh-black); font-weight: 800; }
.wholesale-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.wholesale-form > footer { display: flex; gap: 24px; padding: 30px 0 0 76px; align-items: center; border-top: 1px solid var(--wh-line); }
.wholesale-form > footer p { max-width: 390px; margin: 0; color: var(--wh-muted); font-size: 12px; line-height: 1.5; }
.wholesale-form button[disabled] { opacity: .58; cursor: wait; }

.wholesale-existing { display: grid; grid-template-columns: 1fr auto; gap: 50px; width: min(1360px, calc(100% - 56px)); margin: 0 auto 110px; padding: clamp(45px, 7vw, 90px); align-items: center; background: #173d39; color: #fff; }
.wholesale-existing .wholesale-eyebrow { color: var(--wh-gold); }
.wholesale-existing h2 { margin: 18px 0; }
.wholesale-existing p { max-width: 780px; margin: 0; color: rgba(255, 255, 255, .66); font-size: 16px; line-height: 1.6; }

.wholesale-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; width: min(1360px, calc(100% - 56px)); margin: 0 auto 120px; }
.wholesale-faq header { padding-top: 18px; }
.wholesale-faq h2 { margin-top: 20px; }
.wholesale-faq details { border-top: 1px solid var(--wh-line); }
.wholesale-faq details:last-child { border-bottom: 1px solid var(--wh-line); }
.wholesale-faq summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.wholesale-faq summary::-webkit-details-marker { display: none; }
.wholesale-faq summary span { font-size: 22px; font-weight: 400; transition: transform .18s ease; }
.wholesale-faq details[open] summary span { transform: rotate(45deg); }
.wholesale-faq details p { margin: -4px 50px 28px 0; color: var(--wh-muted); line-height: 1.65; }

@media (max-width: 1050px) {
  .wholesale-hero { grid-template-columns: 1fr; }
  .wholesale-hero-copy::after { display: none; }
  .wholesale-hero-stage { min-height: 600px; }
  .wholesale-proof { grid-template-columns: 1fr; }
  .wholesale-proof article { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .wholesale-audience > div { grid-template-columns: repeat(2, 1fr); }
  .wholesale-audience article:nth-child(2) { border-right: 0; }
  .wholesale-audience article:nth-child(-n+2) { border-bottom: 1px solid var(--wh-line); }
  .wholesale-value,
  .wholesale-application,
  .wholesale-faq { grid-template-columns: 1fr; }
  .wholesale-application > header { position: static; }
  .wholesale-faq { gap: 42px; }
}

@media (max-width: 760px) {
  .wholesale-hero,
  .wholesale-audience,
  .wholesale-value,
  .wholesale-process,
  .wholesale-application,
  .wholesale-existing,
  .wholesale-faq { width: min(100% - 28px, 680px); }
  .wholesale-hero { margin-top: 18px; border-radius: 26px; }
  .wholesale-hero-copy { padding: 40px 24px; }
  .wholesale-hero h1 { font-size: clamp(44px, 14vw, 68px); }
  .wholesale-actions { display: grid; }
  .wholesale-button { width: 100%; }
  .wholesale-hero-stage { min-height: 470px; }
  .wholesale-stage-mark { top: 22px; right: 22px; width: 72px; height: 72px; font-size: 9px; }
  .wholesale-product-protein { top: 23%; left: -3%; width: 53%; }
  .wholesale-product-shake { top: 15%; left: 43%; width: 30%; height: 62%; }
  .wholesale-product-bar { right: -9%; bottom: 20%; width: 68%; }
  .wholesale-hero-stage > p { right: 18px; bottom: 18px; min-width: 205px; }
  .wholesale-audience > header { grid-template-columns: 1fr; gap: 22px; }
  .wholesale-audience > header .wholesale-eyebrow { grid-column: auto; margin-bottom: 0; }
  .wholesale-audience > div { grid-template-columns: 1fr; }
  .wholesale-audience article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--wh-line); }
  .wholesale-audience article h3 { margin-top: 48px; }
  .wholesale-value,
  .wholesale-process,
  .wholesale-existing { padding: 40px 24px; }
  .wholesale-process header { grid-template-columns: 1fr; gap: 20px; }
  .wholesale-process ol { grid-template-columns: 1fr; }
  .wholesale-process li { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
  .wholesale-process li + li { padding-left: 0; }
  .wholesale-process li strong { margin-top: 52px; }
  .wholesale-application > header { padding: 34px 24px; }
  .wholesale-form-section { grid-template-columns: 1fr; gap: 12px; }
  .wholesale-form-grid,
  .wholesale-interests > div { grid-template-columns: 1fr; }
  .wholesale-form > footer { display: grid; padding-left: 0; }
  .wholesale-existing { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .wholesale-product { animation: none; }
  .wholesale-button,
  .wholesale-faq summary span { transition: none; }
}
