:root {
    --wsp-b2b-deep: #090b18;
    --wsp-b2b-navy: #1a1b3b;
    --wsp-b2b-blue: #317cd8;
    --wsp-b2b-cyan: #5bcdfb;
    --wsp-b2b-text: #10121a;
    --wsp-b2b-copy: #687080;
    --wsp-b2b-soft: #f4f7fb;
    --wsp-b2b-line: #dfe5ee;
    --wsp-b2b-photo: #eef2f7;
    --wsp-b2b-photo-edge: #dce3ec;
}

html { scroll-behavior: smooth; }
body.wsp-b2b-shell { margin: 0; color: var(--wsp-b2b-text); background: #fff; font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
.wsp-b2b-shell img { max-width: 100%; }
.wsp-b2b-shell a { color: inherit; text-decoration: none; }
.wsp-b2b-shell-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.wsp-b2b-topbar { position: relative; z-index: 60; color: rgba(255,255,255,.78); background: #090b18; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.wsp-b2b-topbar > div { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wsp-b2b-topbar__contact { display: flex; align-items: center; gap: 16px; }
.wsp-b2b-topbar__contact i { width: 3px; height: 3px; border-radius: 50%; background: var(--wsp-b2b-cyan); }
.wsp-b2b-topbar a:hover { color: var(--wsp-b2b-cyan); }
.wsp-b2b-header { position: sticky; top: 0; z-index: 55; border-bottom: 1px solid rgba(26,27,59,.09); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.wsp-b2b-header.is-scrolled { box-shadow: 0 12px 30px rgba(17,23,50,.09); }
.wsp-b2b-header__inner { height: 88px; display: flex; align-items: center; gap: 34px; }
.wsp-b2b-brand { width: 190px; height: 72px; display: grid; place-items: center; overflow: hidden; flex: 0 0 190px; }
.wsp-b2b-brand img { width: 180px; height: 74px; display: block; object-fit: contain; transform: scale(1.65); }
.wsp-b2b-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.wsp-b2b-nav a { position: relative; color: #272b36; font-size: 13px; font-weight: 600; }
.wsp-b2b-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--wsp-b2b-blue); transition: right .22s ease; }
.wsp-b2b-nav a:hover::after { right: 0; }
.wsp-b2b-header-cta { flex: 0 0 auto; min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: #fff !important; background: var(--wsp-b2b-deep); font-size: 12px; font-weight: 700; }
.wsp-b2b-header-cta:hover { background: var(--wsp-b2b-blue); }
.wsp-b2b-menu-toggle { width: 44px; height: 44px; margin-left: auto; padding: 11px 8px; display: none; border: 0; outline: 0; border-radius: 0; background: transparent !important; box-shadow: none; cursor: pointer; }
.wsp-b2b-menu-toggle:hover,
.wsp-b2b-menu-toggle:focus,
.wsp-b2b-menu-toggle:active { border: 0; outline: 0; background: transparent !important; box-shadow: none; }
.wsp-b2b-menu-toggle span { height: 2px; margin: 5px 0; display: block; background: var(--wsp-b2b-deep); transition: transform .22s ease, opacity .22s ease; }
.wsp-b2b-menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wsp-b2b-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.wsp-b2b-menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.wsp-b2b-main { overflow: hidden; }
.wsp-b2b-masthead { padding: 72px 0 68px; color: #fff; background: radial-gradient(circle at 78% 18%, rgba(49,124,216,.34), transparent 34%), linear-gradient(115deg,#090b18,#1a1b3b 72%); }
.wsp-b2b-masthead p { margin: 0 0 15px; color: var(--wsp-b2b-cyan); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.wsp-b2b-masthead h1 { max-width: 950px; margin: 0 0 24px; color: #fff; font-family: Anton, Impact, sans-serif; font-size: clamp(48px, 5.4vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.wsp-b2b-masthead nav { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.wsp-b2b-masthead nav a:hover { color: var(--wsp-b2b-cyan); }
.wsp-b2b-masthead nav b { color: #fff; }
.wsp-b2b-footer { padding: 86px 0 28px; color: rgba(255,255,255,.62); background: #090b18; }
.wsp-b2b-footer__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 62px; }
.wsp-b2b-footer__grid > div { display: flex; align-items: flex-start; flex-direction: column; }
.wsp-b2b-footer__brand img { width: 190px; height: 86px; display: block; object-fit: contain; transform: scale(1.55); transform-origin: left center; }
.wsp-b2b-footer__brand p { max-width: 330px; }
.wsp-b2b-footer__brand span { color: var(--wsp-b2b-cyan); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.wsp-b2b-footer h3 { margin: 10px 0 24px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.wsp-b2b-footer a { margin-bottom: 10px; color: rgba(255,255,255,.62); font-size: 12px; }
.wsp-b2b-footer a:hover { color: var(--wsp-b2b-cyan); }
.wsp-b2b-footer p { margin-top: 0; font-size: 12px; }
.wsp-b2b-footer__project { margin-top: 10px; color: var(--wsp-b2b-cyan) !important; font-weight: 700; }
.wsp-b2b-footer__bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.wsp-b2b-footer__bottom nav { display: flex; gap: 22px; }
.wsp-b2b-whatsapp { position: fixed; z-index: 70; right: 24px; bottom: 24px; min-height: 54px; padding: 0 20px; display: flex; align-items: center; gap: 10px; color: #fff !important; border-radius: 30px; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 12px; }
.wsp-b2b-whatsapp svg { width: 22px; height: 22px; display: block; }
.wsp-b2b-whatsapp b { text-transform: uppercase; letter-spacing: .08em; }

.wsp-b2b-mobile-nav { display: none; }

.wsp-b2b-home-featured { padding: 112px 0 118px; border-top: 1px solid var(--wsp-b2b-line); background: #fff; }
.wsp-b2b-home-featured * { box-sizing: border-box; }
.wsp-b2b-home-featured__heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: end; }
.wsp-b2b-home-featured__heading h2 { margin: 0; color: var(--wsp-b2b-text); font-family: Anton, Impact, sans-serif; font-size: clamp(52px, 5.3vw, 74px); font-weight: 400; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.wsp-b2b-home-featured__heading h2 span { color: var(--wsp-b2b-blue); }
.wsp-b2b-home-featured__heading > div:last-child p { margin: 0 0 18px; color: var(--wsp-b2b-copy); font-size: 14px; line-height: 1.8; }
.wsp-b2b-home-featured__heading > div:last-child a { color: var(--wsp-b2b-blue); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-home-featured__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 18px; }
.wsp-b2b-feature-card { min-width: 0; border-bottom: 1px solid var(--wsp-b2b-line); background: #fff; }
.wsp-b2b-feature-card__image { position: relative; aspect-ratio: 1; display: block; overflow: hidden; border: 1px solid var(--wsp-b2b-photo-edge); background: var(--wsp-b2b-photo); }
.wsp-b2b-feature-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.wsp-b2b-feature-card:hover .wsp-b2b-feature-card__image img { transform: scale(1.035); }
.wsp-b2b-feature-card__image span { position: absolute; left: 12px; bottom: 12px; padding: 8px 10px; color: #fff; background: rgba(9,11,24,.86); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-feature-card__content { padding: 20px 2px 24px; }
.wsp-b2b-feature-card__content small { color: var(--wsp-b2b-blue); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wsp-b2b-feature-card__content h3 { min-height: 48px; margin: 9px 0 10px; color: var(--wsp-b2b-text); font-family: Poppins, Arial, sans-serif; font-size: 15px; line-height: 1.45; }
.wsp-b2b-feature-card__content h3 a { color: var(--wsp-b2b-text); }
.wsp-b2b-feature-card__content > p { min-height: 60px; margin: 0 0 18px; color: var(--wsp-b2b-copy); font-size: 10px; line-height: 1.7; }
.wsp-b2b-feature-card__content > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wsp-b2b-feature-card__content > div a { color: var(--wsp-b2b-blue); font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.wsp-b2b-category-catalogue { padding: 112px 0 118px; border-top: 1px solid var(--wsp-b2b-line); background: #fff; }
.wsp-b2b-category-catalogue * { box-sizing: border-box; }
.wsp-b2b-category-catalogue__heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(54px, 8vw, 112px); align-items: end; }
.wsp-b2b-category-catalogue__heading h2 { margin: 0; color: var(--wsp-b2b-text); font-family: Anton, Impact, sans-serif; font-size: clamp(52px, 5.4vw, 76px); font-weight: 400; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.wsp-b2b-category-catalogue__heading h2 span { color: var(--wsp-b2b-blue); }
.wsp-b2b-category-catalogue__heading > div:last-child p { margin: 0 0 18px; color: var(--wsp-b2b-copy); font-size: 14px; line-height: 1.82; }
.wsp-b2b-category-catalogue__heading > div:last-child small { color: var(--wsp-b2b-blue); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-category-catalogue__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 46px 18px; }
.wsp-b2b-catalog-card { min-width: 0; border-bottom: 1px solid var(--wsp-b2b-line); background: #fff; }
.wsp-b2b-catalog-card__image { position: relative; isolation: isolate; aspect-ratio: 1; display: block; overflow: hidden; border: 1px solid var(--wsp-b2b-photo-edge); background: radial-gradient(circle at 50% 38%, #fff 0, var(--wsp-b2b-photo) 72%); }
.wsp-b2b-catalog-card__image::after { content: ''; position: absolute; z-index: 1; left: 14%; right: 14%; bottom: 5%; height: 8%; border-radius: 50%; background: rgba(9,11,24,.11); filter: blur(11px); opacity: .32; pointer-events: none; }
.wsp-b2b-catalog-card__image img { position: relative; z-index: 2; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; transition: transform .55s cubic-bezier(.2,.72,.2,1); }
.wsp-b2b-catalog-card:hover .wsp-b2b-catalog-card__image img { transform: scale(1.025); }
.wsp-b2b-catalog-card__image span { position: absolute; z-index: 3; left: 12px; bottom: 12px; padding: 7px 9px; color: #fff; background: rgba(9,11,24,.86); font-size: 7px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.wsp-b2b-catalog-card__content { padding: 19px 2px 24px; }
.wsp-b2b-catalog-card__content > small { color: var(--wsp-b2b-blue); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wsp-b2b-catalog-card__content h3 { min-height: 47px; margin: 8px 0 9px; color: var(--wsp-b2b-text); font-family: Poppins, Arial, sans-serif; font-size: 15px; line-height: 1.45; text-transform: uppercase; }
.wsp-b2b-catalog-card__content h3 a { color: var(--wsp-b2b-text); }
.wsp-b2b-catalog-card__content p { min-height: 58px; margin: 0 0 18px; color: var(--wsp-b2b-copy); font-size: 10px; line-height: 1.72; }
.wsp-b2b-catalog-card__content > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wsp-b2b-catalog-card__content > div a { color: var(--wsp-b2b-blue); font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.wsp-b2b-category-catalogue__note { margin-top: 54px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 26px; border-top: 1px solid var(--wsp-b2b-line); color: var(--wsp-b2b-copy); font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.wsp-b2b-category-catalogue__note a { color: var(--wsp-b2b-blue); font-weight: 700; }

.wsp-b2b-buyer-proof { position: relative; padding: 118px 0 112px; overflow: hidden; color: #fff; background: radial-gradient(circle at 86% 12%, rgba(49,124,216,.3), transparent 28%), var(--wsp-b2b-deep); }
.wsp-b2b-buyer-proof * { box-sizing: border-box; }
.wsp-b2b-buyer-proof__heading { margin-bottom: 66px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 128px); align-items: end; }
.wsp-b2b-buyer-proof__heading h2 { margin: 0; color: #fff; font-family: Anton, Impact, sans-serif; font-size: clamp(56px, 5.8vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.wsp-b2b-buyer-proof__heading h2 span { color: var(--wsp-b2b-cyan); }
.wsp-b2b-buyer-proof__heading > div:last-child p { margin: 0 0 21px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.82; }
.wsp-b2b-buyer-proof__heading > div:last-child a { color: var(--wsp-b2b-cyan); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-buyer-proof__stats { margin-bottom: 18px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(91,205,251,.28); border-left: 1px solid rgba(91,205,251,.28); }
.wsp-b2b-buyer-proof__stats article { min-height: 158px; padding: 26px 28px; display: flex; justify-content: space-between; flex-direction: column; border-right: 1px solid rgba(91,205,251,.28); border-bottom: 1px solid rgba(91,205,251,.28); background: rgba(255,255,255,.025); }
.wsp-b2b-buyer-proof__stats strong { color: var(--wsp-b2b-cyan); font-family: Anton, Impact, sans-serif; font-size: 44px; font-weight: 400; line-height: 1; }
.wsp-b2b-buyer-proof__stats span { color: rgba(255,255,255,.78); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-buyer-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.11); border-left: 1px solid rgba(255,255,255,.11); }
.wsp-b2b-buyer-proof__grid article { min-height: 330px; padding: 30px 28px; display: flex; align-items: flex-start; flex-direction: column; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.018); }
.wsp-b2b-buyer-proof__grid small { color: var(--wsp-b2b-cyan); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wsp-b2b-buyer-proof__grid h3 { margin: 66px 0 16px; color: #fff; font-size: 16px; line-height: 1.45; text-transform: uppercase; }
.wsp-b2b-buyer-proof__grid p { margin: 0 0 26px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.75; }
.wsp-b2b-buyer-proof__grid b { margin-top: auto; color: rgba(255,255,255,.84); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.wsp-b2b-buyer-proof__cta { margin-top: 20px; padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid rgba(91,205,251,.28); background: rgba(49,124,216,.1); }
.wsp-b2b-buyer-proof__cta > div { display: grid; gap: 7px; }
.wsp-b2b-buyer-proof__cta small { color: var(--wsp-b2b-cyan); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.wsp-b2b-buyer-proof__cta strong { max-width: 700px; color: #fff; font-size: 15px; line-height: 1.55; }
.wsp-b2b-buyer-proof__cta > a { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--wsp-b2b-deep); background: var(--wsp-b2b-cyan); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.wsp-process.wsp-b2b-replaced { display: none !important; }
.wsp-b2b-engineering-story { position: relative; padding: 122px 0 108px; overflow: clip; color: #fff; background: radial-gradient(circle at 12% 18%, rgba(49,124,216,.25), transparent 26%), #090b18; }
.wsp-b2b-engineering-story * { box-sizing: border-box; }
.wsp-b2b-engineering-story__heading { margin-bottom: 78px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(54px, 9vw, 128px); align-items: end; }
.wsp-b2b-engineering-story__heading h2 { margin: 0; color: #fff; font-family: Anton, Impact, sans-serif; font-size: clamp(56px, 5.8vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.wsp-b2b-engineering-story__heading h2 span { color: var(--wsp-b2b-cyan); }
.wsp-b2b-engineering-story__heading > div:last-child p { margin: 0 0 20px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.82; }
.wsp-b2b-engineering-story__heading > div:last-child a { color: var(--wsp-b2b-cyan); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-engineering-story__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: clamp(58px, 7vw, 100px); align-items: start; }
.wsp-b2b-engineering-story__visual { position: sticky; top: 112px; }
.wsp-b2b-engineering-story__media { position: relative; height: min(72vh, 690px); min-height: 560px; overflow: hidden; border: 1px solid rgba(91,205,251,.28); background: #15182a; }
.wsp-b2b-engineering-story__image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; opacity: 0; transform: scale(1.045); transition: opacity .65s ease, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.wsp-b2b-engineering-story__image.is-active { opacity: 1; transform: scale(1); }
.wsp-b2b-engineering-story__wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,11,24,.04) 38%, rgba(9,11,24,.82) 100%); pointer-events: none; }
.wsp-b2b-engineering-story__product { position: absolute; left: 28px; right: 180px; bottom: 28px; display: grid; gap: 5px; }
.wsp-b2b-engineering-story__product small { color: var(--wsp-b2b-cyan); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.wsp-b2b-engineering-story__product strong { color: #fff; font-size: 15px; line-height: 1.45; text-transform: uppercase; }
.wsp-b2b-engineering-story__stage { position: absolute; right: 24px; bottom: 28px; display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wsp-b2b-engineering-story__stage i { width: 7px; height: 7px; border-radius: 50%; background: var(--wsp-b2b-cyan); box-shadow: 0 0 0 6px rgba(91,205,251,.12); }
.wsp-b2b-engineering-story__progress { height: 2px; margin-top: 16px; overflow: hidden; background: rgba(255,255,255,.12); }
.wsp-b2b-engineering-story__progress span { width: 100%; height: 100%; display: block; background: linear-gradient(90deg,var(--wsp-b2b-blue),var(--wsp-b2b-cyan)); transform: scaleX(.2); transform-origin: left; transition: transform .5s ease; }
.wsp-b2b-engineering-story__steps { margin-top: -80px; }
.wsp-b2b-engineering-step { position: relative; min-height: 520px; padding: 112px 0 86px 40px; display: flex; justify-content: center; flex-direction: column; border-left: 1px solid rgba(255,255,255,.14); opacity: .34; transform: translateX(8px); transition: opacity .45s ease, transform .45s ease, border-color .45s ease; cursor: pointer; outline: none; }
.wsp-b2b-engineering-step::before { content: ''; position: absolute; left: -5px; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: #4b5068; transform: translateY(-50%); transition: background .35s ease, box-shadow .35s ease; }
.wsp-b2b-engineering-step.is-active { opacity: 1; transform: none; border-color: rgba(91,205,251,.58); }
.wsp-b2b-engineering-step.is-active::before { background: var(--wsp-b2b-cyan); box-shadow: 0 0 0 8px rgba(91,205,251,.12); }
.wsp-b2b-engineering-step > p { margin: 0 0 20px; color: var(--wsp-b2b-cyan); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.wsp-b2b-engineering-step h3 { max-width: 520px; margin: 0 0 22px; color: #fff; font-family: Anton, Impact, sans-serif; font-size: clamp(42px, 4.3vw, 60px); font-weight: 400; line-height: 1.02; letter-spacing: -.01em; text-transform: uppercase; }
.wsp-b2b-engineering-step > div { max-width: 500px; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.82; }
.wsp-b2b-engineering-step > small { margin-top: 28px; color: rgba(255,255,255,.88); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.wsp-b2b-engineering-story__cta { margin-top: 70px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 38px; border: 1px solid rgba(91,205,251,.28); background: rgba(255,255,255,.035); }
.wsp-b2b-engineering-story__cta > div { display: grid; gap: 6px; }
.wsp-b2b-engineering-story__cta small { color: var(--wsp-b2b-cyan); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.wsp-b2b-engineering-story__cta strong { max-width: 680px; color: #fff; font-size: 16px; line-height: 1.55; }
.wsp-b2b-engineering-story__cta > a { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--wsp-b2b-deep); background: var(--wsp-b2b-cyan); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.wsp-b2b-has-mega { overflow: visible; }
.wsp-b2b-mega-toggle { width: 20px; height: 28px; margin-left: -22px; padding: 0; display: inline-grid; place-items: center; border: 0; outline: 0; background: transparent !important; box-shadow: none; cursor: pointer; }
.wsp-b2b-mega-toggle span { width: 6px; height: 6px; border-right: 1px solid #272b36; border-bottom: 1px solid #272b36; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.wsp-b2b-mega-toggle[aria-expanded="true"] span { transform: translateY(2px) rotate(225deg); }
.wsp-b2b-mega-menu { position: absolute; z-index: 80; top: 100%; left: 0; right: 0; padding: 28px 0 24px; visibility: hidden; opacity: 0; border-top: 1px solid var(--wsp-b2b-line); background: rgba(255,255,255,.985); box-shadow: 0 26px 55px rgba(9,11,24,.16); transform: translateY(-10px); transition: visibility .25s ease, opacity .25s ease, transform .25s ease; pointer-events: none; }
.wsp-b2b-mega-menu.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.wsp-b2b-mega-menu * { box-sizing: border-box; }
.wsp-b2b-mega-menu__top { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.wsp-b2b-mega-menu__top > div:first-child { display: grid; gap: 4px; }
.wsp-b2b-mega-menu__top small { color: var(--wsp-b2b-blue); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.wsp-b2b-mega-menu__top strong { color: var(--wsp-b2b-text); font-family: Anton, Impact, sans-serif; font-size: 27px; font-weight: 400; letter-spacing: -.01em; line-height: 1.1; text-transform: uppercase; }
.wsp-b2b-mega-menu__top > div:last-child { display: flex; align-items: center; gap: 18px; }
.wsp-b2b-mega-menu__top a { margin: 0; color: var(--wsp-b2b-blue); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.wsp-b2b-mega-menu__top button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--wsp-b2b-line); border-radius: 0; color: var(--wsp-b2b-text); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.wsp-b2b-mega-menu__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.wsp-b2b-mega-card { min-width: 0; display: block; border: 1px solid var(--wsp-b2b-line); background: #fff; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.wsp-b2b-mega-card:hover,
.wsp-b2b-mega-card:focus { border-color: rgba(49,124,216,.5); box-shadow: 0 14px 32px rgba(9,11,24,.09); transform: translateY(-3px); }
.wsp-b2b-mega-card__image { position: relative; aspect-ratio: 1.45 / 1; display: block; overflow: hidden; border-bottom: 1px solid var(--wsp-b2b-photo-edge); background: var(--wsp-b2b-photo); }
.wsp-b2b-mega-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.wsp-b2b-mega-card:hover .wsp-b2b-mega-card__image img { transform: scale(1.04); }
.wsp-b2b-mega-card__image i { position: absolute; left: 10px; bottom: 10px; padding: 6px 8px; color: #fff; background: rgba(9,11,24,.84); font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wsp-b2b-mega-card__content { min-height: 132px; padding: 14px 14px 16px; display: flex; align-items: flex-start; flex-direction: column; }
.wsp-b2b-mega-card__content small { color: var(--wsp-b2b-blue); font-size: 7px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.wsp-b2b-mega-card__content strong { margin: 7px 0 8px; color: var(--wsp-b2b-text); font-size: 12px; line-height: 1.35; text-transform: uppercase; }
.wsp-b2b-mega-card__content em { color: var(--wsp-b2b-copy); font-size: 8px; font-style: normal; line-height: 1.6; }
.wsp-b2b-mega-menu__bottom { margin-top: 18px; padding-top: 17px; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--wsp-b2b-line); color: var(--wsp-b2b-copy); font-size: 8px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.wsp-b2b-mega-menu__bottom i { width: 3px; height: 3px; border-radius: 50%; background: var(--wsp-b2b-cyan); }
.wsp-b2b-mega-menu__bottom a { margin: 0 0 0 auto; color: var(--wsp-b2b-blue); font-weight: 700; }

.single-product .site-content,
.single-product #content,
.single-product #primary,
.single-product #main { width: 100%; max-width: none; margin: 0; padding: 0; }
.single-product .content-area { float: none; }
.single-product .widget-area,
.single-product .woocommerce-breadcrumb,
.single-product .page-header,
.single-product .entry-header,
.single-product .site-main > .product > .woocommerce-tabs,
.single-product .site-main > .product > .related,
.single-product .site-main > .product > .upsells { display: none !important; }
.single-product .wsp-b2b-product { margin: 0; color: var(--wsp-b2b-text); font-family: Poppins, Arial, sans-serif; }
.wsp-b2b-product * { box-sizing: border-box; }
.wsp-b2b-product h1,
.wsp-b2b-product h2 { margin: 0; color: var(--wsp-b2b-text); font-family: Anton, Impact, sans-serif; font-weight: 400; line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.wsp-b2b-product h3 { color: var(--wsp-b2b-text); font-family: Poppins, Arial, sans-serif; }
.wsp-b2b-product a { text-decoration: none; }
.wsp-b2b-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.wsp-b2b-kicker { margin: 0 0 22px; color: var(--wsp-b2b-cyan); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.wsp-b2b-kicker--blue { color: var(--wsp-b2b-blue); }

.wsp-b2b-overview { padding: 72px 0 96px; background: #fff; }
.wsp-b2b-overview__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .93fr); gap: clamp(56px, 6vw, 92px); align-items: start; }
.wsp-b2b-gallery { position: relative; min-width: 0; }
.wsp-b2b-gallery__main { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--wsp-b2b-photo-edge); background: radial-gradient(circle at 50% 38%, #fff 0, var(--wsp-b2b-photo) 72%); }
.wsp-b2b-gallery__main img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: opacity .2s ease; }
.wsp-b2b-gallery__main > span { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px; color: #fff; background: rgba(9,11,24,.82); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wsp-b2b-gallery__thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(5, 74px); gap: 10px; }
.wsp-b2b-gallery__thumb { width: 74px; height: 74px; padding: 0; overflow: hidden; border: 1px solid var(--wsp-b2b-photo-edge); background: var(--wsp-b2b-photo); cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.wsp-b2b-gallery__thumb:hover { transform: translateY(-2px); }
.wsp-b2b-gallery__thumb.is-active { border: 2px solid var(--wsp-b2b-blue); }
.wsp-b2b-gallery__thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wsp-b2b-gallery__badge { position: absolute; left: 16px; top: 16px; padding: 9px 12px; color: #fff; background: var(--wsp-b2b-deep); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wsp-b2b-gallery__placeholder img { width: 100%; }

.wsp-b2b-summary { padding-top: 22px; }
.wsp-b2b-summary h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(52px, 5.2vw, 76px); }
.wsp-b2b-lead { padding-bottom: 25px; color: var(--wsp-b2b-copy); font-size: 17px; line-height: 1.75; }
.wsp-b2b-lead p { margin: 0; }
.wsp-b2b-specs { margin: 0; border-top: 1px solid var(--wsp-b2b-line); }
.wsp-b2b-specs > div { padding: 17px 0; display: grid; grid-template-columns: 118px 1fr; gap: 18px; border-bottom: 1px solid var(--wsp-b2b-line); }
.wsp-b2b-specs dt { color: var(--wsp-b2b-blue); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-specs dd { margin: 0; color: var(--wsp-b2b-copy); font-size: 12px; line-height: 1.65; }
.wsp-b2b-meta { margin: 20px 0; display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--wsp-b2b-copy); font-size: 11px; }
.wsp-b2b-meta span { display: inline-flex; gap: 8px; }
.wsp-b2b-meta b { color: var(--wsp-b2b-text); }
.wsp-b2b-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.wsp-b2b-btn { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.wsp-b2b-btn:hover { transform: translateY(-2px); }
.wsp-b2b-btn--primary { color: var(--wsp-b2b-deep) !important; background: var(--wsp-b2b-cyan); }
.wsp-b2b-btn--primary:hover { color: #fff !important; background: var(--wsp-b2b-blue); }
.wsp-b2b-btn--dark { color: #fff !important; background: var(--wsp-b2b-deep); }
.wsp-b2b-btn--outline { color: #fff !important; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.05); }
.wsp-b2b-note { margin: 16px 0 0; color: #89909d; font-size: 10px; line-height: 1.65; }

.wsp-b2b-development { padding: 110px 0; border-top: 1px solid var(--wsp-b2b-line); background: var(--wsp-b2b-soft); }
.wsp-b2b-heading-row { margin-bottom: 54px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.wsp-b2b-heading-row h2 { max-width: 580px; font-size: clamp(48px, 5.2vw, 72px); }
.wsp-b2b-description { color: var(--wsp-b2b-copy); font-size: 15px; line-height: 1.8; }
.wsp-b2b-description p:first-child { margin-top: 0; }
.wsp-b2b-description p:last-child { margin-bottom: 0; }
.wsp-b2b-option-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--wsp-b2b-line); border-left: 1px solid var(--wsp-b2b-line); }
.wsp-b2b-option-grid article { min-height: 280px; padding: 30px; border-right: 1px solid var(--wsp-b2b-line); border-bottom: 1px solid var(--wsp-b2b-line); background: #fff; }
.wsp-b2b-option-grid span { color: var(--wsp-b2b-blue); font-family: Anton, sans-serif; font-size: 17px; }
.wsp-b2b-option-grid h3 { margin: 58px 0 13px; font-size: 16px; text-transform: uppercase; }
.wsp-b2b-option-grid p { margin: 0; color: var(--wsp-b2b-copy); font-size: 12px; line-height: 1.7; }

.wsp-b2b-approval { padding: 112px 0; color: #fff; background: var(--wsp-b2b-deep); }
.wsp-b2b-approval__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(58px, 8vw, 110px); align-items: center; }
.wsp-b2b-approval h2 { margin-bottom: 24px; color: #fff; font-size: clamp(52px, 5.4vw, 76px); }
.wsp-b2b-approval p:not(.wsp-b2b-kicker) { color: rgba(255,255,255,.67); line-height: 1.8; }
.wsp-b2b-approval ul { margin: 28px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; color: rgba(255,255,255,.82); font-size: 12px; }
.wsp-b2b-approval li::before { content: '✓'; margin-right: 9px; color: var(--wsp-b2b-cyan); }
.wsp-b2b-links { display: flex; flex-wrap: wrap; gap: 16px 30px; }
.wsp-b2b-links a { color: var(--wsp-b2b-cyan) !important; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wsp-b2b-approval figure { margin: 0; overflow: hidden; border: 1px solid rgba(91,205,251,.3); background: #15182a; }
.wsp-b2b-approval figure img { width: 100%; aspect-ratio: 1.2; display: block; object-fit: contain; }

.wsp-b2b-order-guide { padding: 112px 0; border-top: 1px solid var(--wsp-b2b-line); background: var(--wsp-b2b-soft); }
.wsp-b2b-order-guide__heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px, 8vw, 112px); align-items: end; }
.wsp-b2b-order-guide__heading h2 { margin: 0; font-size: clamp(52px, 5.4vw, 76px); }
.wsp-b2b-order-guide__heading > p { margin: 0; color: var(--wsp-b2b-copy); font-size: 14px; line-height: 1.82; }
.wsp-b2b-order-guide__layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px, 7vw, 90px); align-items: start; }
.wsp-b2b-order-guide__steps { border-top: 1px solid var(--wsp-b2b-line); }
.wsp-b2b-order-guide__steps article { min-height: 142px; padding: 24px 0; display: grid; grid-template-columns: 48px 1fr; gap: 22px; border-bottom: 1px solid var(--wsp-b2b-line); }
.wsp-b2b-order-guide__steps span { color: var(--wsp-b2b-blue); font-family: Anton, Impact, sans-serif; font-size: 19px; }
.wsp-b2b-order-guide__steps h3 { margin: 2px 0 10px; font-size: 14px; text-transform: uppercase; }
.wsp-b2b-order-guide__steps p { margin: 0; color: var(--wsp-b2b-copy); font-size: 11px; line-height: 1.72; }
.wsp-b2b-order-guide__policies { border-top: 1px solid var(--wsp-b2b-line); }
.wsp-b2b-order-guide__policies details { border-bottom: 1px solid var(--wsp-b2b-line); background: #fff; }
.wsp-b2b-order-guide__policies summary { min-height: 68px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--wsp-b2b-text); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; list-style: none; }
.wsp-b2b-order-guide__policies summary::-webkit-details-marker { display: none; }
.wsp-b2b-order-guide__policies summary i { position: relative; width: 14px; height: 14px; flex: 0 0 14px; }
.wsp-b2b-order-guide__policies summary i::before,
.wsp-b2b-order-guide__policies summary i::after { content: ''; position: absolute; left: 0; top: 6px; width: 14px; height: 1px; background: var(--wsp-b2b-blue); transition: transform .2s ease; }
.wsp-b2b-order-guide__policies summary i::after { transform: rotate(90deg); }
.wsp-b2b-order-guide__policies details[open] summary i::after { transform: rotate(0); }
.wsp-b2b-order-guide__policies details p { margin: 0; padding: 0 22px 24px; color: var(--wsp-b2b-copy); font-size: 11px; line-height: 1.78; }
.wsp-b2b-order-guide__links { margin-top: 50px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--wsp-b2b-line); color: var(--wsp-b2b-copy); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.wsp-b2b-order-guide__links nav { display: flex; flex-wrap: wrap; gap: 24px; }
.wsp-b2b-order-guide__links a { color: var(--wsp-b2b-blue) !important; font-weight: 700; }

.wsp-b2b-related { padding: 110px 0; background: #fff; }
.wsp-b2b-related__heading { margin-bottom: 45px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.wsp-b2b-related__heading h2 { font-size: clamp(48px, 5vw, 68px); }
.wsp-b2b-related__heading > a { color: var(--wsp-b2b-blue) !important; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.wsp-b2b-related__context { margin: -18px 0 34px; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--wsp-b2b-line); border-bottom: 1px solid var(--wsp-b2b-line); color: var(--wsp-b2b-copy); font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.wsp-b2b-related__context span b { color: var(--wsp-b2b-blue); font-family: Anton, Impact, sans-serif; font-size: 17px; font-weight: 400; }
.wsp-b2b-related__context nav { display: flex; align-items: center; gap: 24px; }
.wsp-b2b-related__context nav a { color: var(--wsp-b2b-text) !important; font-size: 8px; font-weight: 700; }
.wsp-b2b-related__context nav a:hover { color: var(--wsp-b2b-blue) !important; }
.wsp-b2b-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wsp-b2b-card { min-width: 0; }
.wsp-b2b-card__image { position: relative; aspect-ratio: 1; display: block; overflow: hidden; border: 1px solid var(--wsp-b2b-photo-edge); background: var(--wsp-b2b-photo); }
.wsp-b2b-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.wsp-b2b-card:hover .wsp-b2b-card__image img { transform: scale(1.035); }
.wsp-b2b-card__image span { position: absolute; left: 11px; bottom: 11px; padding: 7px 9px; color: #fff; background: rgba(9,11,24,.84); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.wsp-b2b-card > small { margin-top: 18px; display: block; color: var(--wsp-b2b-blue); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wsp-b2b-card h3 { margin: 9px 0 10px; font-size: 16px; line-height: 1.4; }
.wsp-b2b-card h3 a { color: var(--wsp-b2b-text) !important; }
.wsp-b2b-card > p { min-height: 62px; color: var(--wsp-b2b-copy); font-size: 11px; line-height: 1.65; }
.wsp-b2b-card > div { display: flex; justify-content: space-between; gap: 10px; }
.wsp-b2b-card > div a { color: var(--wsp-b2b-blue) !important; font-size: 9px; font-weight: 700; text-transform: uppercase; }

.wsp-b2b-final { padding: 115px 0; text-align: center; color: #fff; background: linear-gradient(115deg, rgba(9,11,24,.98), rgba(24,35,87,.94)); }
.wsp-b2b-final h2 { max-width: 940px; margin: 0 auto 24px; color: #fff; font-size: clamp(54px, 6vw, 82px); }
.wsp-b2b-final > div > p:not(.wsp-b2b-kicker) { max-width: 640px; margin: 0 auto 30px; color: rgba(255,255,255,.67); }
.wsp-b2b-actions--center { justify-content: center; }

@media (max-width: 1024px) {
    .wsp-b2b-mega-menu__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wsp-b2b-mega-card:nth-child(n+4) { display: none; }
    .wsp-b2b-mega-menu__bottom span:nth-of-type(n+3),
    .wsp-b2b-mega-menu__bottom i:nth-of-type(n+2) { display: none; }
    .wsp-b2b-engineering-story__grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .wsp-b2b-engineering-story__media { min-height: 500px; }
    .wsp-b2b-engineering-step { min-height: 470px; padding-left: 30px; }
    .wsp-b2b-home-featured__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 20px; }
    .wsp-b2b-category-catalogue__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wsp-b2b-buyer-proof__stats,
    .wsp-b2b-buyer-proof__grid { grid-template-columns: repeat(2, 1fr); }
    .wsp-b2b-nav { gap: 17px; }
    .wsp-b2b-header__inner { gap: 18px; }
    .wsp-b2b-header-cta { display: none; }
    .wsp-b2b-footer__grid { grid-template-columns: 1.2fr .8fr .8fr; }
    .wsp-b2b-footer__grid > div:last-child { grid-column: span 3; }
    .wsp-b2b-overview__grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .wsp-b2b-summary h1 { font-size: 54px; }
    .wsp-b2b-option-grid { grid-template-columns: repeat(2, 1fr); }
    .wsp-b2b-related__grid { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
}

@media (max-width: 780px) {
    body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .wsp-whatsapp,
    .wsp-b2b-whatsapp { display: none !important; }
    .wsp-b2b-mobile-nav { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; min-height: calc(68px + env(safe-area-inset-bottom)); padding: 0 6px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(91,205,251,.28); background: rgba(9,11,24,.985); box-shadow: 0 -14px 34px rgba(9,11,24,.2); backdrop-filter: blur(16px); }
    .wsp-b2b-mobile-nav a { position: relative; min-width: 0; min-height: 67px; padding: 9px 2px 8px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: rgba(255,255,255,.62) !important; text-decoration: none !important; -webkit-tap-highlight-color: transparent; }
    .wsp-b2b-mobile-nav a::before { content: ''; position: absolute; left: 24%; right: 24%; top: 0; height: 2px; background: var(--wsp-b2b-cyan); opacity: 0; transform: scaleX(.4); transition: opacity .2s ease, transform .2s ease; }
    .wsp-b2b-mobile-nav a span { width: 23px; height: 23px; display: grid; place-items: center; }
    .wsp-b2b-mobile-nav a svg { width: 22px; height: 22px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
    .wsp-b2b-mobile-nav a:nth-child(4) svg { fill: currentColor; stroke: none; }
    .wsp-b2b-mobile-nav a b { max-width: 100%; overflow: hidden; font-family: Poppins, Arial, sans-serif; font-size: 7px; font-weight: 700; letter-spacing: .04em; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
    .wsp-b2b-mobile-nav a.is-active { color: var(--wsp-b2b-cyan) !important; }
    .wsp-b2b-mobile-nav a.is-active::before { opacity: 1; transform: scaleX(1); }
    .wsp-b2b-mobile-nav a:active { color: #fff !important; background: rgba(255,255,255,.055); }
    .wsp-b2b-mega-toggle,
    .wsp-b2b-mega-menu { display: none !important; }
    .wsp-b2b-engineering-story { padding: 80px 0 76px; }
    .wsp-b2b-engineering-story__heading { margin-bottom: 52px; grid-template-columns: 1fr; gap: 26px; align-items: start; }
    .wsp-b2b-engineering-story__heading h2 { font-size: clamp(48px, 13vw, 64px); }
    .wsp-b2b-engineering-story__grid { grid-template-columns: 1fr; gap: 34px; }
    .wsp-b2b-engineering-story__visual { position: sticky; top: 84px; z-index: 2; }
    .wsp-b2b-engineering-story__media { height: 48vh; min-height: 360px; }
    .wsp-b2b-engineering-story__product { left: 18px; right: 18px; bottom: 52px; }
    .wsp-b2b-engineering-story__stage { left: 18px; right: auto; bottom: 20px; }
    .wsp-b2b-engineering-story__steps { margin-top: 0; position: relative; z-index: 3; }
    .wsp-b2b-engineering-step { min-height: 390px; padding: 94px 10px 74px 28px; background: linear-gradient(90deg,rgba(9,11,24,.98),rgba(9,11,24,.86)); }
    .wsp-b2b-engineering-step h3 { font-size: clamp(38px, 11vw, 52px); }
    .wsp-b2b-engineering-story__cta { margin-top: 38px; padding: 28px 22px; align-items: stretch; flex-direction: column; }
    .wsp-b2b-engineering-story__cta > a { width: 100%; }
    .wsp-b2b-home-featured { padding: 78px 0 82px; }
    .wsp-b2b-home-featured__heading { margin-bottom: 38px; grid-template-columns: 1fr; gap: 24px; align-items: start; }
    .wsp-b2b-home-featured__heading h2 { font-size: clamp(46px, 13vw, 62px); }
    .wsp-b2b-home-featured__grid { grid-template-columns: 1fr; gap: 36px; }
    .wsp-b2b-feature-card__content h3,
    .wsp-b2b-feature-card__content > p { min-height: 0; }
    .wsp-b2b-category-catalogue { padding: 78px 0 82px; }
    .wsp-b2b-category-catalogue__heading { margin-bottom: 38px; grid-template-columns: 1fr; gap: 24px; align-items: start; }
    .wsp-b2b-category-catalogue__heading h2 { font-size: clamp(46px, 13vw, 62px); }
    .wsp-b2b-category-catalogue__grid { grid-template-columns: 1fr; gap: 36px; }
    .wsp-b2b-catalog-card__content h3,
    .wsp-b2b-catalog-card__content p { min-height: 0; }
    .wsp-b2b-category-catalogue__note { align-items: flex-start; flex-direction: column; }
    .wsp-b2b-buyer-proof { padding: 80px 0 76px; }
    .wsp-b2b-buyer-proof__heading { margin-bottom: 45px; grid-template-columns: 1fr; gap: 26px; align-items: start; }
    .wsp-b2b-buyer-proof__heading h2 { font-size: clamp(48px, 13vw, 64px); }
    .wsp-b2b-buyer-proof__stats,
    .wsp-b2b-buyer-proof__grid { grid-template-columns: 1fr; }
    .wsp-b2b-buyer-proof__stats article { min-height: 132px; }
    .wsp-b2b-buyer-proof__grid article { min-height: 270px; }
    .wsp-b2b-buyer-proof__grid h3 { margin-top: 46px; }
    .wsp-b2b-buyer-proof__cta { padding: 28px 22px; align-items: stretch; flex-direction: column; }
    .wsp-b2b-buyer-proof__cta > a { width: 100%; }
    .wsp-b2b-shell-container { width: min(100% - 32px, 620px); }
    .wsp-b2b-topbar { font-size: 8px; }
    .wsp-b2b-topbar > div { min-height: 34px; justify-content: center; text-align: center; }
    .wsp-b2b-topbar__contact { display: none; }
    .wsp-b2b-header__inner { height: 74px; }
    .wsp-b2b-brand { width: 155px; height: 62px; flex-basis: 155px; }
    .wsp-b2b-brand img { width: 150px; height: 62px; }
    .wsp-b2b-menu-toggle { display: block; }
    .wsp-b2b-nav { position: absolute; top: 74px; left: 0; right: 0; margin: 0; padding: 18px 24px 28px; display: none; align-items: stretch; flex-direction: column; gap: 0; border-top: 1px solid var(--wsp-b2b-line); background: #fff; box-shadow: 0 18px 30px rgba(0,0,0,.12); }
    .wsp-b2b-nav.is-open { display: flex; }
    .wsp-b2b-nav a { padding: 13px 0; border-bottom: 1px solid var(--wsp-b2b-line); }
    .wsp-b2b-nav a::after { display: none; }
    .wsp-b2b-masthead { padding: 52px 0 48px; }
    .wsp-b2b-masthead h1 { font-size: clamp(42px, 12vw, 58px); }
    .wsp-b2b-footer__grid { grid-template-columns: 1fr; gap: 38px; }
    .wsp-b2b-footer__grid > div:last-child { grid-column: auto; }
    .wsp-b2b-footer__brand { display: grid !important; grid-template-columns: 82px minmax(0, 1fr); grid-template-areas: "brand-logo brand-copy" "brand-logo brand-tax"; column-gap: 16px; row-gap: 8px; align-items: start; }
    .wsp-b2b-footer__brand img { grid-area: brand-logo; width: 82px; height: 62px; margin: -5px 0 0; object-fit: contain; transform: none; transform-origin: center; }
    .wsp-b2b-footer__brand p { grid-area: brand-copy; max-width: none; margin: 0; line-height: 1.65; }
    .wsp-b2b-footer__brand span { grid-area: brand-tax; align-self: start; }
    .wsp-b2b-footer__bottom { align-items: flex-start; flex-direction: column; }
    .wsp-b2b-whatsapp { width: 54px; padding: 0; justify-content: center; }
    .wsp-b2b-whatsapp b { display: none; }
    .wsp-b2b-container { width: min(100% - 30px, 620px); }
    .wsp-b2b-overview { padding: 32px 0 72px; }
    .wsp-b2b-overview__grid,
    .wsp-b2b-heading-row,
    .wsp-b2b-approval__grid,
    .wsp-b2b-order-guide__heading,
    .wsp-b2b-order-guide__layout { grid-template-columns: 1fr; gap: 42px; }
    .wsp-b2b-summary { padding-top: 0; }
    .wsp-b2b-summary h1 { font-size: clamp(44px, 13vw, 62px); }
    .wsp-b2b-gallery__thumbs { grid-template-columns: repeat(4, 62px); }
    .wsp-b2b-gallery__thumb { width: 62px; height: 62px; }
    .wsp-b2b-specs > div { grid-template-columns: 90px 1fr; }
    .wsp-b2b-actions { display: grid; grid-template-columns: 1fr; }
    .wsp-b2b-development,
    .wsp-b2b-approval,
    .wsp-b2b-order-guide,
    .wsp-b2b-related,
    .wsp-b2b-final { padding: 76px 0; }
    .wsp-b2b-option-grid { grid-template-columns: 1fr; }
    .wsp-b2b-option-grid article { min-height: 225px; }
    .wsp-b2b-option-grid h3 { margin-top: 35px; }
    .wsp-b2b-approval ul { grid-template-columns: 1fr; }
    .wsp-b2b-order-guide__heading { align-items: start; }
    .wsp-b2b-order-guide__heading h2 { font-size: clamp(46px, 13vw, 62px); }
    .wsp-b2b-order-guide__links { align-items: flex-start; flex-direction: column; }
    .wsp-b2b-order-guide__links nav { align-items: flex-start; flex-direction: column; gap: 13px; }
    .wsp-b2b-related__heading { align-items: start; flex-direction: column; }
    .wsp-b2b-related__context { margin-top: -10px; align-items: flex-start; flex-direction: column; }
    .wsp-b2b-related__context nav { width: 100%; justify-content: space-between; }
    .wsp-b2b-related__grid { grid-template-columns: 1fr; }
    .wsp-b2b-card > p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .wsp-b2b-product *,
    .wsp-b2b-product *::before,
    .wsp-b2b-product *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .wsp-b2b-engineering-story *,
    .wsp-b2b-engineering-story *::before,
    .wsp-b2b-engineering-story *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Scroll-directed manufacturing film — v2.1 */
.wsp-manufacturing-story.wsp-b2b-cinematic-story {
    --wsp-cinema-progress: 0;
    position: relative !important;
    height: 700vh !important;
    min-height: 5200px;
    padding: 0 !important;
    overflow: visible !important;
    color: #fff;
    background: #070a14;
}
.wsp-b2b-cinematic-story > .wsp-process-progress,
.wsp-b2b-cinematic-story > .wsp-manufacturing-story__inner {
    display: none !important;
}
.wsp-b2b-cinema {
    position: sticky;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #080b16;
}
.wsp-b2b-cinema::before {
    content: '';
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5,8,19,.96) 0%, rgba(5,8,19,.78) 34%, rgba(5,8,19,.22) 65%, rgba(5,8,19,.08) 100%),
        linear-gradient(0deg, rgba(4,7,17,.84) 0%, transparent 38%, rgba(4,7,17,.18) 100%);
}
.wsp-b2b-cinema::after {
    content: '';
    position: absolute;
    z-index: 5;
    inset: 0;
    opacity: .14;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 88px),
        repeating-linear-gradient(0deg, rgba(255,255,255,.026) 0, rgba(255,255,255,.026) 1px, transparent 1px, transparent 88px);
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 68%);
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}
.wsp-b2b-cinema__media,
.wsp-b2b-cinema__frame {
    position: absolute;
    inset: 0;
}
.wsp-b2b-cinema__media { z-index: 1; background: #0b1020; }
.wsp-b2b-cinema__frame {
    margin: 0;
    opacity: 0;
    will-change: transform, opacity;
    transform-origin: 58% 50%;
    backface-visibility: hidden;
}
.wsp-b2b-cinema__frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(.92) contrast(1.045) brightness(.9);
}
.wsp-b2b-cinema__light {
    position: absolute;
    z-index: 3;
    top: -10%;
    left: -32vw;
    width: 34vw;
    height: 120%;
    opacity: .22;
    pointer-events: none;
    will-change: transform;
    filter: blur(26px);
    background: linear-gradient(90deg, transparent, rgba(91,205,251,.34), transparent);
}
.wsp-b2b-cinema__topbar {
    position: absolute;
    z-index: 6;
    top: clamp(34px, 5.5vh, 68px);
    left: clamp(32px, 5vw, 82px);
    right: clamp(32px, 5vw, 82px);
    padding-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid rgba(255,255,255,.22);
}
.wsp-b2b-cinema__topbar > span { display: flex; align-items: center; gap: 22px; }
.wsp-b2b-cinema__topbar b,
.wsp-b2b-cinema__topbar em {
    font-family: Poppins, Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.wsp-b2b-cinema__topbar b { color: #5bcdfb; }
.wsp-b2b-cinema__topbar em { color: rgba(255,255,255,.56); }
.wsp-b2b-cinema__counter { display: flex; align-items: baseline; gap: 9px; font-family: Anton, Impact, sans-serif; font-weight: 400; }
.wsp-b2b-cinema__counter span { color: #5bcdfb; font-size: 28px; line-height: 1; }
.wsp-b2b-cinema__counter em { color: rgba(255,255,255,.52); font-family: Poppins, Arial, sans-serif; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .08em; }
.wsp-b2b-cinema__content {
    position: absolute;
    z-index: 6;
    left: clamp(32px, 8vw, 132px);
    top: 50%;
    width: min(42vw, 650px);
    transform: translateY(-43%);
}
.wsp-b2b-cinema__copy {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: transform, opacity;
    transform: translate3d(0,26px,0);
}
.wsp-b2b-cinema__copy.is-visible { visibility: visible; }
.wsp-b2b-cinema__copy .wsp-kicker {
    margin: 0 0 19px;
    color: #5bcdfb !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.wsp-b2b-cinema__copy h2 {
    max-width: 650px;
    margin: 0 0 22px;
    color: #fff !important;
    font-family: Anton, Impact, sans-serif;
    font-size: clamp(52px, 5.1vw, 82px);
    font-weight: 400;
    letter-spacing: -.018em;
    line-height: .98;
    text-transform: uppercase;
    text-wrap: balance;
}
.wsp-b2b-cinema__copy .wsp-process-scene__copy {
    max-width: 590px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(12px, 1.08vw, 15px);
    line-height: 1.78;
}
.wsp-b2b-cinema__copy ul {
    margin: 22px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.wsp-b2b-cinema__copy li {
    margin: 0;
    padding: 8px 11px;
    border: 1px solid rgba(91,205,251,.24);
    color: rgba(255,255,255,.75);
    background: rgba(8,11,24,.42);
    backdrop-filter: blur(8px);
    font-family: Poppins, Arial, sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.wsp-b2b-cinema__copy li::before { display: none !important; }
.wsp-b2b-cinema__copy .wsp-process-scene__detail {
    margin-top: 22px;
    padding-left: 17px;
    display: grid;
    gap: 5px;
    border-left: 2px solid #5bcdfb;
}
.wsp-b2b-cinema__copy .wsp-process-scene__detail small {
    color: #5bcdfb;
    font-family: Poppins, Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.wsp-b2b-cinema__copy .wsp-process-scene__detail strong {
    color: #fff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
}
.wsp-b2b-cinema__rail {
    position: absolute;
    z-index: 7;
    left: clamp(32px, 5vw, 82px);
    right: clamp(32px, 5vw, 82px);
    bottom: clamp(34px, 5vh, 58px);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
.wsp-b2b-cinema__rail button {
    min-width: 0;
    padding: 0 0 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    color: rgba(255,255,255,.48);
    background: transparent;
    cursor: pointer;
    transition: color .25s ease, border-color .25s ease;
}
.wsp-b2b-cinema__rail button span { font-family: Anton, Impact, sans-serif; font-size: 14px; font-weight: 400; line-height: 1; }
.wsp-b2b-cinema__rail button i { width: 0; height: 1px; background: #5bcdfb; transition: width .35s ease; }
.wsp-b2b-cinema__rail button.is-complete { color: rgba(255,255,255,.72); border-color: rgba(91,205,251,.32); }
.wsp-b2b-cinema__rail button.is-active { color: #5bcdfb; border-color: #5bcdfb; }
.wsp-b2b-cinema__rail button.is-active i { width: 22px; }
.wsp-b2b-cinema__progress {
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: block;
    background: linear-gradient(90deg, #2e78d5, #5bcdfb);
    box-shadow: 0 0 22px rgba(91,205,251,.55);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

@media (max-width: 980px) {
    .wsp-manufacturing-story.wsp-b2b-cinematic-story { height: 650vh !important; min-height: 4300px; }
    .wsp-b2b-cinema::before { background: linear-gradient(0deg, rgba(5,8,19,.98) 0%, rgba(5,8,19,.7) 43%, rgba(5,8,19,.12) 76%); }
    .wsp-b2b-cinema__frame { transform-origin: 58% 44%; }
    .wsp-b2b-cinema__frame img { object-position: 58% center; }
    .wsp-b2b-cinema__topbar { top: 26px; left: 24px; right: 24px; }
    .wsp-b2b-cinema__topbar > span em { display: none; }
    .wsp-b2b-cinema__content { left: 24px; right: 24px; top: auto; bottom: 122px; width: auto; transform: none; }
    .wsp-b2b-cinema__copy { top: auto; bottom: 0; }
    .wsp-b2b-cinema__copy h2 { max-width: 690px; font-size: clamp(44px, 8vw, 68px); }
    .wsp-b2b-cinema__copy .wsp-process-scene__copy { max-width: 660px; }
    .wsp-b2b-cinema__rail { left: 24px; right: 24px; bottom: 34px; gap: 6px; }
    .wsp-b2b-cinema__rail button { justify-content: center; }
    .wsp-b2b-cinema__rail button i { display: none; }
}

@media (max-width: 780px) {
    .wsp-manufacturing-story.wsp-b2b-cinematic-story { height: 620svh !important; min-height: 3900px; }
    .wsp-b2b-cinema { height: calc(100svh - 68px); }
    .wsp-b2b-cinema::after { opacity: .08; background-size: 54px 54px; }
    .wsp-b2b-cinema__frame img { object-position: 62% center; filter: saturate(.9) contrast(1.04) brightness(.84); }
    .wsp-b2b-cinema__topbar { top: 18px; left: 18px; right: 18px; padding-bottom: 12px; }
    .wsp-b2b-cinema__topbar b { font-size: 7px; letter-spacing: .12em; }
    .wsp-b2b-cinema__counter span { font-size: 22px; }
    .wsp-b2b-cinema__content { left: 18px; right: 18px; bottom: 98px; }
    .wsp-b2b-cinema__copy .wsp-kicker { margin-bottom: 10px; font-size: 8px; }
    .wsp-b2b-cinema__copy h2 { margin-bottom: 13px; font-size: clamp(37px, 10.6vw, 51px); line-height: 1; }
    .wsp-b2b-cinema__copy .wsp-process-scene__copy {
        display: -webkit-box;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.62;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .wsp-b2b-cinema__copy ul { margin-top: 13px; gap: 5px; }
    .wsp-b2b-cinema__copy li { padding: 6px 7px; font-size: 6px; }
    .wsp-b2b-cinema__copy .wsp-process-scene__detail { display: none; }
    .wsp-b2b-cinema__rail { left: 18px; right: 18px; bottom: 20px; gap: 4px; }
    .wsp-b2b-cinema__rail button { padding-bottom: 8px; }
    .wsp-b2b-cinema__rail button span { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
    .wsp-b2b-cinema__frame,
    .wsp-b2b-cinema__copy,
    .wsp-b2b-cinema__light { transition: none !important; animation: none !important; }
    .wsp-b2b-cinema__light { display: none; }
}

/* Product-only, genuinely scroll-scrubbed film — v2.2 */
.wsp-manufacturing-story.wsp-b2b-cinematic-story--video {
    height: 620vh !important;
    min-height: 4600px;
    cursor: default;
}
.wsp-b2b-cinema--video {
    pointer-events: none;
}
.wsp-b2b-cinema--video::before {
    background:
        radial-gradient(circle at 71% 43%, transparent 0%, rgba(4,7,17,.08) 42%, rgba(4,7,17,.46) 100%),
        linear-gradient(90deg, rgba(5,8,19,.92) 0%, rgba(5,8,19,.65) 31%, rgba(5,8,19,.08) 63%, rgba(5,8,19,.12) 100%),
        linear-gradient(0deg, rgba(4,7,17,.68) 0%, transparent 39%, rgba(4,7,17,.16) 100%);
}
.wsp-b2b-cinema--video::after {
    opacity: .075;
    background-image:
        repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 112px),
        repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 112px);
}
.wsp-b2b-cinema__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    outline: 0;
    object-fit: cover;
    object-position: center;
    background: #070a14;
    filter: saturate(.93) contrast(1.04) brightness(.92);
    transform: translateZ(0) scale(1.008);
    transform-origin: center;
    backface-visibility: hidden;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__topbar {
    top: clamp(112px, 13vh, 142px);
    padding: 0;
    align-items: center;
    border: 0;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__topbar > span:first-child {
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(7,10,20,.34);
    backdrop-filter: blur(10px);
}
.wsp-b2b-cinema__scroll-cue {
    display: inline-flex !important;
    align-items: center;
    gap: 9px !important;
    color: rgba(255,255,255,.62);
    font-family: Poppins, Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.wsp-b2b-cinema__scroll-cue i {
    position: relative;
    width: 18px;
    height: 28px;
    display: block;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 12px;
}
.wsp-b2b-cinema__scroll-cue i::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 6px;
    width: 2px;
    height: 6px;
    border-radius: 2px;
    background: #5bcdfb;
    transform: translateX(-50%);
    animation: wspB2BScrollPulse 1.8s ease-in-out infinite;
}
@keyframes wspB2BScrollPulse {
    0%, 100% { opacity: .25; transform: translate(-50%, 0); }
    45% { opacity: 1; transform: translate(-50%, 7px); }
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__content {
    left: clamp(34px, 6.6vw, 108px);
    top: auto;
    bottom: clamp(58px, 8vh, 84px);
    width: min(39vw, 610px);
    transform: none;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__copy {
    top: auto;
    bottom: 0;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-kicker {
    margin-bottom: 13px;
    font-size: 9px;
    letter-spacing: .2em;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__copy h2 {
    max-width: 590px;
    margin-bottom: 16px;
    font-size: clamp(48px, 4.6vw, 72px);
    line-height: .96;
    text-shadow: 0 10px 42px rgba(0,0,0,.28);
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-process-scene__copy {
    max-width: 555px;
    color: rgba(255,255,255,.76);
    font-size: clamp(11px, .94vw, 14px);
    line-height: 1.68;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-process-scene__detail {
    margin-top: 16px;
    padding-left: 13px;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-process-scene__detail strong {
    font-size: 9px;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__rail,
.wsp-b2b-cinema--video .wsp-b2b-cinema__progress,
.wsp-b2b-cinema--video .wsp-b2b-cinema__counter,
.wsp-b2b-cinema--video .wsp-b2b-cinema__frame {
    display: none !important;
}
.wsp-b2b-cinema--video .wsp-b2b-cinema__light {
    width: 28vw;
    opacity: .12;
    filter: blur(40px);
}

@media (max-width: 980px) {
    .wsp-manufacturing-story.wsp-b2b-cinematic-story--video { height: 560vh !important; min-height: 3900px; }
    .wsp-b2b-cinema--video::before {
        background:
            linear-gradient(0deg, rgba(5,8,19,.97) 0%, rgba(5,8,19,.72) 41%, rgba(5,8,19,.05) 76%),
            radial-gradient(circle at 63% 36%, transparent 0%, rgba(5,8,19,.35) 100%);
    }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__topbar { top: 110px; left: 24px; right: 24px; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__content { left: 24px; right: 24px; bottom: 52px; width: auto; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__copy h2 { max-width: 650px; font-size: clamp(44px, 8vw, 66px); }
}

@media (max-width: 780px) {
    .wsp-manufacturing-story.wsp-b2b-cinematic-story--video { height: 510svh !important; min-height: 3300px; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__topbar { top: 22px; left: 17px; right: 17px; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__topbar > span:first-child { padding: 7px 9px; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__topbar em { display: none; }
    .wsp-b2b-cinema__scroll-cue { font-size: 6px; }
    .wsp-b2b-cinema__scroll-cue i { width: 15px; height: 23px; }
    .wsp-b2b-cinema__video { object-position: center; transform: scale(1.02); }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__content { left: 17px; right: 17px; bottom: 30px; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-kicker { margin-bottom: 9px; font-size: 7px; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__copy h2 { margin-bottom: 10px; font-size: clamp(36px, 10.4vw, 49px); line-height: .98; }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-process-scene__copy {
        display: -webkit-box;
        overflow: hidden;
        font-size: 9px;
        line-height: 1.55;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .wsp-b2b-cinema--video .wsp-b2b-cinema__copy .wsp-process-scene__detail { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .wsp-b2b-cinema__scroll-cue i::after { animation: none; }
}
