:root {
    --wsp-deep: #1a1b3b;
    --wsp-navy: #29489f;
    --wsp-blue: #317cd8;
    --wsp-sky: #3eb5f1;
    --wsp-cyan: #5bcdfb;
    --wsp-ink: #10121a;
    --wsp-copy: #4b5160;
    --wsp-soft: #f2f5f9;
    --wsp-line: rgba(26, 27, 59, .13);
    --wsp-white: #fff;
    --wsp-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wsp-body { margin: 0; color: var(--wsp-ink); background: #fff; font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
.wsp-body img { display: block; max-width: 100%; }
.wsp-body a { color: inherit; text-decoration: none; }
.wsp-container { width: min(calc(100% - 48px), var(--wsp-max)); margin-inline: auto; }
.wsp-container--wide { width: min(calc(100% - 32px), 1440px); }
.wsp-section { padding: 112px 0; }
.wsp-section--soft { background: var(--wsp-soft); }
.wsp-section--dark { color: #fff; background: var(--wsp-deep); }

.wsp-topbar { position: relative; z-index: 60; color: rgba(255,255,255,.78); background: #0c0e1d; font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.wsp-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wsp-topbar__contact { display: flex; align-items: center; gap: 16px; }
.wsp-topbar__contact i { width: 3px; height: 3px; border-radius: 50%; background: var(--wsp-cyan); }
.wsp-topbar a:hover { color: var(--wsp-cyan); }

.wsp-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(26,27,59,.09); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.wsp-header.is-scrolled { box-shadow: 0 12px 30px rgba(17,23,50,.09); }
.wsp-header__inner { height: 88px; display: flex; align-items: center; gap: 34px; }
.wsp-brand { width: 190px; height: 72px; display: grid; place-items: center; overflow: hidden; flex: 0 0 190px; }
.wsp-brand img { width: 180px; height: 74px; object-fit: contain; transform: scale(1.65); }
.wsp-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.wsp-nav a { position: relative; color: #272b36; font-size: 13px; font-weight: 600; }
.wsp-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--wsp-blue); transition: right .22s ease; }
.wsp-nav a:hover::after { right: 0; }
.wsp-header-cta { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 20px; color: #fff !important; background: var(--wsp-deep); font-size: 12px; font-weight: 700; }
.wsp-header-cta:hover { background: var(--wsp-blue); }
.wsp-menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px 8px; }
.wsp-menu-toggle span { display: block; height: 2px; background: var(--wsp-deep); margin: 5px 0; transition: .2s; }

.wsp-kicker { margin: 0 0 19px; color: var(--wsp-cyan); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.wsp-kicker--blue { color: var(--wsp-blue); }
.wsp-body h1, .wsp-body h2, .wsp-body h3 { margin-top: 0; color: inherit; line-height: .98; }
.wsp-body h1, .wsp-body h2 { font-family: Anton, Impact, sans-serif; font-weight: 400; letter-spacing: -.025em; text-transform: uppercase; }
.wsp-body h2 { margin-bottom: 26px; font-size: clamp(42px, 5vw, 68px); }
.wsp-body h2 span { color: var(--wsp-blue); }
.wsp-body h3 { line-height: 1.2; }
.wsp-body p { margin-top: 0; }

.wsp-hero { position: relative; min-height: 700px; display: flex; align-items: center; isolation: isolate; overflow: hidden; color: #fff; background: var(--wsp-deep); }
.wsp-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(8,10,24,.97) 0%, rgba(8,10,24,.9) 35%, rgba(8,10,24,.25) 72%, rgba(8,10,24,.05) 100%), var(--hero-image); background-position: center; background-size: cover; }
.wsp-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--wsp-cyan), transparent); opacity: .45; }
.wsp-hero__mesh { position: absolute; inset: 0; z-index: -1; opacity: .19; background-image: linear-gradient(rgba(91,205,251,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(91,205,251,.12) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, #000, transparent 58%); }
.wsp-hero__content { padding-block: 100px; }
.wsp-hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(58px, 7.4vw, 104px); }
.wsp-hero h1 span { color: var(--wsp-cyan); }
.wsp-hero__copy { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: 18px; }
.wsp-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wsp-btn { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; cursor: pointer; }
.wsp-btn:hover { transform: translateY(-2px); }
.wsp-btn--primary { color: #fff !important; background: var(--wsp-blue); }
.wsp-btn--primary:hover { background: var(--wsp-sky); }
.wsp-btn--cyan { color: var(--wsp-deep) !important; background: var(--wsp-cyan); }
.wsp-btn--cyan:hover { background: #fff; }
.wsp-btn--ghost { color: #fff !important; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.06); }
.wsp-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.13); }
.wsp-btn--dark { color: #fff !important; background: var(--wsp-deep); }
.wsp-hero__index { position: absolute; right: 4vw; bottom: 34px; color: rgba(255,255,255,.55); font-family: Anton, sans-serif; font-size: 20px; letter-spacing: .08em; }
.wsp-hero__index span { color: var(--wsp-cyan); margin: 0 8px; }

.wsp-trust { color: #fff; background: #0c0e1d; border-bottom: 1px solid rgba(255,255,255,.07); }
.wsp-trust__grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); }
.wsp-trust__grid div { padding: 24px 30px; display: flex; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.08); }
.wsp-trust__grid div:first-child { border-left: 1px solid rgba(255,255,255,.08); }
.wsp-trust strong { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.wsp-trust span { color: rgba(255,255,255,.54); font-size: 11px; }

.wsp-heading-row { margin-bottom: 56px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 80px; }
.wsp-heading-row h2 { margin-bottom: 0; }
.wsp-heading-row > p { max-width: 470px; margin-bottom: 9px; color: var(--wsp-copy); }
.wsp-section--dark .wsp-heading-row > p { color: rgba(255,255,255,.67); }

.wsp-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wsp-category-card { position: relative; min-height: 570px; display: flex; flex-direction: column; overflow: hidden; color: #fff !important; background: var(--wsp-deep); }
.wsp-category-card figure { height: 330px; margin: 0; overflow: hidden; background: #111; }
.wsp-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.wsp-category-card:hover img { transform: scale(1.045); }
.wsp-category-card__body { position: relative; z-index: 2; flex: 1; padding: 30px; }
.wsp-category-card__body > span { color: var(--wsp-cyan); font-family: Anton, sans-serif; font-size: 14px; letter-spacing: .08em; }
.wsp-category-card h3 { margin: 13px 0 14px; font-family: Anton, sans-serif; font-size: 31px; font-weight: 400; text-transform: uppercase; }
.wsp-category-card p { color: rgba(255,255,255,.65); font-size: 13px; }
.wsp-category-card b { display: inline-block; margin-top: 8px; color: var(--wsp-cyan); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.wsp-category-card--custom { background: linear-gradient(145deg, #1a1b3b, #254aa8 55%, #3eb5f1); }
.wsp-category-card__custom-bg { position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle at 80% 20%, rgba(91,205,251,.9), transparent 22%), linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: auto, 46px 46px, 46px 46px; }
.wsp-category-card--custom .wsp-category-card__body { display: flex; flex-direction: column; justify-content: flex-end; min-height: 570px; }
.wsp-category-card--custom h3 { font-size: 48px; }

.wsp-studio-band { padding: 116px 0; overflow: hidden; color: #fff; background: #0d0f1e; }
.wsp-studio-band__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.wsp-studio-band h2 span { color: var(--wsp-cyan); }
.wsp-studio-band p:not(.wsp-kicker) { max-width: 590px; color: rgba(255,255,255,.66); }
.wsp-ticks { margin: 25px 0 32px; padding: 0; display: grid; gap: 10px; list-style: none; }
.wsp-ticks li::before { content: '✓'; margin-right: 11px; color: var(--wsp-cyan); font-weight: 700; }
.wsp-ticks--dark li { color: var(--wsp-copy); }
.wsp-ticks--dark li::before { color: var(--wsp-blue); }
.wsp-studio-preview { position: relative; min-height: 510px; display: grid; place-items: center; }
.wsp-studio-preview::before { content: ''; position: absolute; width: 570px; height: 570px; border-radius: 50%; background: radial-gradient(circle, rgba(49,124,216,.55), transparent 63%); filter: blur(8px); }
.wsp-studio-preview__screen { position: relative; width: min(100%, 580px); aspect-ratio: 1.16; overflow: hidden; border: 1px solid rgba(91,205,251,.38); border-radius: 18px; background: linear-gradient(145deg,#12162b,#20285d); box-shadow: 0 40px 90px rgba(0,0,0,.45); }
.wsp-studio-preview__screen::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(91,205,251,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(91,205,251,.12) 1px,transparent 1px); background-size: 35px 35px; }
.wsp-studio-preview__label { position: absolute; top: 20px; left: 22px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.wsp-shirt-shape { position: absolute; width: 210px; height: 275px; left: 50%; top: 51%; transform: translate(-50%,-50%); clip-path: polygon(27% 0, 40% 8%, 60% 8%, 73% 0, 100% 17%, 84% 40%, 76% 34%, 79% 100%, 21% 100%, 24% 34%, 16% 40%, 0 17%); background: linear-gradient(145deg,#222b63,#2f7ddb 60%,#5bcdfb); filter: drop-shadow(0 18px 25px rgba(0,0,0,.35)); }
.wsp-shirt-shape i { position: absolute; width: 72px; height: 34px; left: 69px; top: -4px; border: 8px solid rgba(255,255,255,.25); border-top: 0; border-radius: 0 0 50% 50%; }
.wsp-shirt-shape b { position: absolute; width: 60px; height: 60px; left: 76px; top: 93px; border: 2px dashed rgba(255,255,255,.8); }
.wsp-swatches { position: absolute; right: 22px; bottom: 22px; display: flex; gap: 8px; }
.wsp-swatches i { width: 24px; height: 24px; border-radius: 50%; background: var(--wsp-cyan); border: 2px solid rgba(255,255,255,.7); }
.wsp-swatches i:nth-child(2) { background:#fff; }.wsp-swatches i:nth-child(3){background:#171936}.wsp-swatches i:nth-child(4){background:#f94d64}

.wsp-process__grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--wsp-line); border-left: 1px solid var(--wsp-line); }
.wsp-process__grid article { min-height: 270px; padding: 34px; border-right: 1px solid var(--wsp-line); border-bottom: 1px solid var(--wsp-line); }
.wsp-process__grid span { color: var(--wsp-blue); font-family: Anton,sans-serif; font-size: 17px; }
.wsp-process__grid h3 { margin: 52px 0 14px; font-size: 19px; }
.wsp-process__grid p { color: var(--wsp-copy); font-size: 13px; }
.wsp-process__grid--two { grid-template-columns: repeat(2,1fr); }

.wsp-quality-band { padding: 100px 0; color: #fff; background: linear-gradient(110deg,var(--wsp-navy),var(--wsp-blue)); }
.wsp-quality-band__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.wsp-quality-band h2 { margin-bottom: 0; }
.wsp-quality-band h2 span { color: var(--wsp-cyan); }
.wsp-quality-points { display: grid; border-top: 1px solid rgba(255,255,255,.25); }
.wsp-quality-points span, .wsp-quality-points a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.wsp-quality-points b { margin-right: 15px; color: var(--wsp-cyan); }
.wsp-quality-points a { color: var(--wsp-cyan); font-weight: 700; }

.wsp-factory__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: center; }
.wsp-factory figure { position: relative; margin: 0; }
.wsp-factory figure::before { content:''; position:absolute; inset:18px -18px -18px 18px; z-index:-1; border:1px solid rgba(49,124,216,.25); }
.wsp-factory figure img { width:100%; aspect-ratio:1.45; object-fit:cover; }
.wsp-factory figcaption { margin-top:12px; color:#777e8c; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.wsp-factory p:not(.wsp-kicker) { color:var(--wsp-copy); }
.wsp-text-link { display:inline-block; margin-top:12px; color:var(--wsp-blue)!important; font-size:12px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }

.wsp-story { background:var(--wsp-soft); }
.wsp-story__grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.wsp-story__grid > div > p:not(.wsp-kicker) { color:var(--wsp-copy); }
.wsp-story blockquote, .wsp-story__grid blockquote { margin:0; padding:52px; color:#fff; background:var(--wsp-deep); font-family:Anton,sans-serif; font-size:34px; line-height:1.28; text-transform:uppercase; box-shadow:24px 24px 0 rgba(49,124,216,.15); }
.wsp-story blockquote footer, .wsp-story__grid blockquote footer { margin-top:28px; color:var(--wsp-cyan); font-family:Poppins,sans-serif; font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }

.wsp-final-cta { padding:120px 0; text-align:center; color:#fff; background:linear-gradient(90deg,rgba(8,10,25,.96),rgba(18,28,76,.92)),url('../images/branded-boxing-lifestyle.webp') center 45%/cover; }
.wsp-final-cta h2 { max-width:950px; margin-inline:auto; }
.wsp-final-cta > div > p:not(.wsp-kicker) { max-width:650px; margin:0 auto 30px; color:rgba(255,255,255,.65); }
.wsp-final-cta .wsp-actions { justify-content:center; }

.wsp-page-hero { position:relative; padding:130px 0 120px; overflow:hidden; color:#fff; background:linear-gradient(120deg,#0d0f21 0%,#1a1b3b 48%,#29489f 100%); }
.wsp-page-hero::after { content:''; position:absolute; width:680px; height:680px; right:-220px; top:-330px; border:1px solid rgba(91,205,251,.25); border-radius:50%; box-shadow:0 0 0 80px rgba(91,205,251,.04),0 0 0 160px rgba(91,205,251,.03); }
.wsp-page-hero .wsp-container { position:relative; z-index:2; }
.wsp-page-hero h1 { max-width:1000px; margin-bottom:24px; font-size:clamp(58px,7vw,96px); }
.wsp-page-hero h1 span { color:var(--wsp-cyan); }
.wsp-page-hero p:not(.wsp-kicker) { max-width:680px; color:rgba(255,255,255,.65); font-size:18px; }
.wsp-page-hero--studio { background:linear-gradient(90deg,rgba(9,11,28,.96),rgba(20,31,82,.88)),url('../images/branded-activewear.webp') right 40%/cover; }
.wsp-page-hero--compact { padding:100px 0; }

.wsp-filter { margin-bottom:36px; display:flex; flex-wrap:wrap; gap:9px; }
.wsp-filter button { padding:10px 18px; border:1px solid var(--wsp-line); background:#fff; color:var(--wsp-copy); font:600 12px Poppins,sans-serif; cursor:pointer; }
.wsp-filter button.is-active,.wsp-filter button:hover { color:#fff; border-color:var(--wsp-blue); background:var(--wsp-blue); }
.wsp-product-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.wsp-product-card { display:grid; grid-template-columns:260px 1fr; min-height:330px; border:1px solid var(--wsp-line); background:#fff; }
.wsp-product-card > a { overflow:hidden; }
.wsp-product-card img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.wsp-product-card:hover img { transform:scale(1.04); }
.wsp-product-card > div { padding:30px; display:flex; flex-direction:column; }
.wsp-product-card small { color:var(--wsp-blue); font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.wsp-product-card h2 { margin:12px 0 15px; font-family:Anton,sans-serif; font-size:30px; }
.wsp-product-card p { color:var(--wsp-copy); font-size:13px; }
.wsp-card-actions { margin-top:auto; display:flex; justify-content:space-between; gap:12px; color:var(--wsp-blue); font-size:11px; font-weight:700; text-transform:uppercase; }
.wsp-product-card.is-hidden { display:none; }

.wsp-product-hero { padding:90px 0; color:#fff; background:#0c0e1d; }
.wsp-product-hero__grid { display:grid; grid-template-columns:1fr 550px; gap:80px; align-items:center; }
.wsp-product-hero h1 { margin-bottom:25px; font-size:clamp(58px,6.8vw,92px); }
.wsp-product-hero p:not(.wsp-kicker) { max-width:620px; color:rgba(255,255,255,.66); font-size:18px; }
.wsp-product-hero figure { margin:0; overflow:hidden; border:1px solid rgba(91,205,251,.25); }
.wsp-product-hero figure img { width:100%; aspect-ratio:1; object-fit:cover; }
.wsp-spec-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.wsp-spec-grid > div:first-child { grid-column:span 3; max-width:840px; margin-bottom:25px; }
.wsp-spec-grid > div:first-child p:not(.wsp-kicker) { color:var(--wsp-copy); }
.wsp-spec-card { padding:34px; border:1px solid var(--wsp-line); background:#fff; }
.wsp-spec-card h3 { margin-bottom:20px; }
.wsp-spec-card ul { margin:0; padding:0; list-style:none; }
.wsp-spec-card li { padding:10px 0; border-bottom:1px solid var(--wsp-line); color:var(--wsp-copy); font-size:13px; }
.wsp-spec-card li::before { content:'↗'; margin-right:10px; color:var(--wsp-blue); }
.wsp-sample-strip { padding:38px 0; color:#fff; background:var(--wsp-blue); }
.wsp-sample-strip .wsp-container { display:grid; grid-template-columns:.7fr 1.7fr .6fr; gap:30px; align-items:center; }
.wsp-sample-strip span { color:var(--wsp-cyan); font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.wsp-sample-strip strong { font-size:14px; }
.wsp-sample-strip a { justify-self:end; font-size:11px; font-weight:700; text-transform:uppercase; }

.wsp-studio-steps { padding:54px 0; border-bottom:1px solid var(--wsp-line); }
.wsp-studio-steps .wsp-container { display:grid; grid-template-columns:repeat(3,1fr); }
.wsp-studio-steps article { padding:15px 38px; border-right:1px solid var(--wsp-line); }
.wsp-studio-steps article:first-child { border-left:1px solid var(--wsp-line); }
.wsp-studio-steps span { color:var(--wsp-blue); font-family:Anton,sans-serif; }
.wsp-studio-steps h3 { margin:14px 0 7px; text-transform:uppercase; }
.wsp-studio-steps p { color:var(--wsp-copy); font-size:13px; }
.wsp-studio-embed { padding:70px 0; background:#0c0e1d; }
.wsp-studio-embed iframe { width:100%; height:min(800px,78vh); min-height:620px; display:block; border:1px solid rgba(91,205,251,.25); border-radius:14px; background:#111827; }
.wsp-studio-note { max-width:920px; margin:18px auto 0!important; color:rgba(255,255,255,.55); text-align:center; font-size:12px; }

/* Manufacturing scroll story */
.wsp-page-hero--manufacturing { min-height:720px; padding:150px 0 84px; display:flex; align-items:flex-end; isolation:isolate; background:#080a18; }
.wsp-page-hero--manufacturing::before { content:''; position:absolute; inset:0; z-index:-2; background-image:linear-gradient(90deg,rgba(7,9,22,.96) 0%,rgba(7,9,22,.8) 45%,rgba(7,9,22,.18) 78%),linear-gradient(0deg,rgba(7,9,22,.84),transparent 48%),var(--manufacturing-hero); background-position:center; background-size:cover; transform:scale(1.015); }
.wsp-page-hero--manufacturing::after { inset:0; width:auto; height:auto; right:auto; top:auto; z-index:-1; border:0; border-radius:0; box-shadow:none; opacity:.35; background-image:linear-gradient(rgba(91,205,251,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(91,205,251,.09) 1px,transparent 1px); background-size:84px 84px; mask-image:linear-gradient(90deg,#000,transparent 72%); }
.wsp-page-hero--manufacturing h1 { max-width:900px; font-size:clamp(62px,7.7vw,108px); }
.wsp-page-hero--manufacturing p:not(.wsp-kicker) { max-width:620px; color:rgba(255,255,255,.78); }
.wsp-scroll-cue { width:max-content; margin-top:40px; display:flex; align-items:center; gap:13px; color:#fff!important; font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.wsp-scroll-cue span { position:relative; width:24px; height:38px; border:1px solid rgba(255,255,255,.55); border-radius:15px; }
.wsp-scroll-cue span::after { content:''; position:absolute; width:3px; height:7px; left:50%; top:7px; border-radius:3px; background:var(--wsp-cyan); transform:translateX(-50%); animation:wsp-scroll-dot 1.8s ease-in-out infinite; }
@keyframes wsp-scroll-dot { 0% { opacity:0; transform:translate(-50%,0); } 30% { opacity:1; } 80%,100% { opacity:0; transform:translate(-50%,14px); } }

.wsp-process-intro { padding:112px 0; background:#fff; }
.wsp-process-intro__grid { display:grid; grid-template-columns:1.06fr .94fr; gap:clamp(50px,8vw,120px); align-items:end; }
.wsp-process-intro h2 { margin-bottom:0; }
.wsp-process-intro__grid > div:last-child > p { color:var(--wsp-copy); font-size:17px; }
.wsp-process-intro__facts { margin-top:32px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--wsp-line); border-left:1px solid var(--wsp-line); }
.wsp-process-intro__facts span { min-height:100px; padding:20px; display:flex; flex-direction:column; justify-content:flex-end; border-right:1px solid var(--wsp-line); border-bottom:1px solid var(--wsp-line); color:var(--wsp-copy); font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.wsp-process-intro__facts b { display:block; color:var(--wsp-blue); font-family:Anton,sans-serif; font-size:27px; font-weight:400; letter-spacing:0; }

.wsp-manufacturing-story { --wsp-process-progress:0; position:relative; padding:0 0 80px; color:#fff; background:#080a18; }
.wsp-manufacturing-story::before { content:''; position:absolute; inset:0; opacity:.34; background-image:linear-gradient(rgba(91,205,251,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(91,205,251,.055) 1px,transparent 1px); background-size:74px 74px; pointer-events:none; }
.wsp-process-progress { position:sticky; top:88px; z-index:20; width:100%; height:52px; padding:0 max(24px,calc((100vw - var(--wsp-max))/2)); display:flex; align-items:center; gap:20px; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.1); background:rgba(8,10,24,.87); backdrop-filter:blur(16px); }
.wsp-process-progress__track { height:2px; flex:1; overflow:hidden; background:rgba(255,255,255,.17); }
.wsp-process-progress__track i { width:100%; height:100%; display:block; background:linear-gradient(90deg,var(--wsp-blue),var(--wsp-cyan)); transform:scaleX(var(--wsp-process-progress)); transform-origin:left; will-change:transform; }
.wsp-process-progress strong { min-width:60px; color:rgba(255,255,255,.48); font-family:Anton,sans-serif; font-size:13px; font-weight:400; letter-spacing:.12em; }
.wsp-process-progress strong span { color:var(--wsp-cyan); font-size:19px; }
.wsp-manufacturing-story__inner { position:relative; z-index:2; }
.wsp-process-scene { position:relative; min-height:calc(100vh - 52px); padding:100px 0; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr); gap:clamp(54px,7vw,110px); align-items:center; }
.wsp-process-scene + .wsp-process-scene { border-top:1px solid rgba(255,255,255,.08); }
.wsp-process-scene:nth-child(even) .wsp-process-scene__media { order:2; }
.wsp-process-scene__media { position:relative; margin:0; overflow:hidden; border:1px solid rgba(91,205,251,.2); background:#11162a; box-shadow:0 38px 80px rgba(0,0,0,.35); }
.wsp-process-scene__media::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 55%,rgba(91,205,251,.12)); pointer-events:none; }
.wsp-process-scene__media img { width:100%; aspect-ratio:3/2; object-fit:cover; filter:saturate(.72) brightness(.72); transform:scale(1.055); transition:filter .9s ease,transform 1.2s cubic-bezier(.2,.7,.2,1); }
.wsp-process-scene.is-active .wsp-process-scene__media img { filter:saturate(1) brightness(1); transform:scale(1); }
.wsp-process-scene__media figcaption { position:absolute; z-index:2; left:18px; right:18px; bottom:16px; display:flex; align-items:center; gap:11px; color:rgba(255,255,255,.78); font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.wsp-process-scene__media figcaption span { width:35px; height:35px; display:grid; place-items:center; color:var(--wsp-deep); background:var(--wsp-cyan); font-family:Anton,sans-serif; font-size:14px; letter-spacing:0; }
.wsp-process-scene__content { position:relative; opacity:.38; transform:translateY(34px); transition:opacity .65s ease,transform .65s ease; }
.wsp-process-scene.is-active .wsp-process-scene__content { opacity:1; transform:none; }
.wsp-process-scene__number { position:absolute; z-index:-1; right:0; top:-76px; color:rgba(91,205,251,.075); font-family:Anton,sans-serif; font-size:clamp(110px,14vw,190px); line-height:1; }
.wsp-process-scene__content h2 { max-width:560px; margin-bottom:24px; font-size:clamp(43px,5vw,67px); }
.wsp-process-scene__copy { color:rgba(255,255,255,.67); font-size:15px; }
.wsp-process-scene__content ul { margin:28px 0; padding:0; display:grid; list-style:none; border-top:1px solid rgba(255,255,255,.12); }
.wsp-process-scene__content li { padding:10px 0; border-bottom:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.82); font-size:12px; }
.wsp-process-scene__content li::before { content:'✓'; margin-right:11px; color:var(--wsp-cyan); font-weight:700; }
.wsp-process-scene__detail { padding:18px 20px; display:grid; gap:4px; border-left:3px solid var(--wsp-cyan); background:rgba(91,205,251,.08); }
.wsp-process-scene__detail small { color:var(--wsp-cyan); font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.wsp-process-scene__detail strong { color:#fff; font-size:13px; }

.wsp-manufacturing-proof { padding:108px 0; color:#fff; background:linear-gradient(120deg,#25469b,#317cd8 58%,#3eb5f1); }
.wsp-manufacturing-proof__grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,8vw,110px); align-items:center; }
.wsp-manufacturing-proof h2 { margin-bottom:0; }
.wsp-manufacturing-proof blockquote { margin:0; padding:38px; border:1px solid rgba(255,255,255,.27); background:rgba(8,10,24,.15); font-family:Anton,sans-serif; font-size:29px; line-height:1.3; text-transform:uppercase; }
.wsp-manufacturing-proof blockquote footer { margin-top:24px; color:#fff; font-family:Poppins,sans-serif; font-size:9px; font-weight:700; letter-spacing:.14em; opacity:.72; }
.wsp-manufacturing-enquiry { position:relative; overflow:hidden; }
.wsp-manufacturing-enquiry::before { content:'PROJECT BRIEF'; position:absolute; right:-30px; top:60px; color:rgba(49,124,216,.045); font-family:Anton,sans-serif; font-size:clamp(110px,15vw,230px); line-height:1; white-space:nowrap; }
.wsp-form--manufacturing { position:relative; box-shadow:0 28px 80px rgba(20,33,69,.1); }

.wsp-form-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:start; }
.wsp-form-layout > div > p:not(.wsp-kicker) { color:var(--wsp-copy); }
.wsp-form { padding:42px; display:grid; gap:18px; border:1px solid var(--wsp-line); background:var(--wsp-soft); }
.wsp-form__row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.wsp-form label { display:grid; gap:7px; color:#303544; font-size:11px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.wsp-form input,.wsp-form select,.wsp-form textarea { width:100%; min-height:49px; padding:12px 14px; color:var(--wsp-ink); border:1px solid #d7dde8; border-radius:2px; background:#fff; font:400 14px Poppins,sans-serif; outline:none; text-transform:none; }
.wsp-form textarea { resize:vertical; }
.wsp-form input:focus,.wsp-form select:focus,.wsp-form textarea:focus { border-color:var(--wsp-blue); box-shadow:0 0 0 3px rgba(49,124,216,.1); }
.wsp-form small { color:#747b89; font-size:10px; text-transform:none; }
.wsp-contact-details { display:grid; gap:22px; }
.wsp-contact-details h2 { font-size:54px; }
.wsp-contact-details a,.wsp-contact-details > p:not(.wsp-kicker) { margin:0; padding-bottom:20px; display:grid; border-bottom:1px solid var(--wsp-line); color:var(--wsp-deep); font-weight:600; }
.wsp-contact-details small { color:var(--wsp-blue); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }

.wsp-quality-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--wsp-line); border-left:1px solid var(--wsp-line); }
.wsp-quality-grid article { min-height:225px; padding:34px; border-right:1px solid var(--wsp-line); border-bottom:1px solid var(--wsp-line); }
.wsp-quality-grid b { color:var(--wsp-blue); font-family:Anton,sans-serif; }
.wsp-quality-grid h3 { margin:35px 0 12px; }
.wsp-quality-grid p { color:var(--wsp-copy); font-size:13px; }
.wsp-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.wsp-pillars article { min-height:300px; padding:38px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.04); }
.wsp-pillars span { color:var(--wsp-cyan); font-family:Anton,sans-serif; font-size:42px; text-transform:uppercase; }
.wsp-pillars h3 { margin:52px 0 15px; }
.wsp-pillars p { color:rgba(255,255,255,.63); font-size:13px; }

.wsp-mission-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.wsp-mission-grid article { min-height:390px; padding:50px; display:flex; flex-direction:column; justify-content:space-between; color:#fff; background:var(--wsp-deep); }
.wsp-mission-grid article:last-child { background:var(--wsp-blue); }
.wsp-mission-grid small { color:var(--wsp-cyan); font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.wsp-mission-grid h2 { margin:80px 0 0; font-size:44px; line-height:1.1; }
.wsp-values { margin-top:40px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--wsp-line); border-left:1px solid var(--wsp-line); }
.wsp-values span { min-height:130px; padding:28px; display:flex; align-items:flex-end; border-right:1px solid var(--wsp-line); border-bottom:1px solid var(--wsp-line); font-family:Anton,sans-serif; font-size:24px; text-transform:uppercase; }

.wsp-thanks { min-height:620px; padding:130px 0; display:grid; place-items:center; text-align:center; }
.wsp-thanks > div > span { width:72px; height:72px; margin:0 auto 25px; display:grid; place-items:center; color:#fff; border-radius:50%; background:var(--wsp-blue); font-size:30px; }
.wsp-thanks h1 { margin-bottom:20px; font-size:90px; }
.wsp-thanks p:not(.wsp-kicker) { max-width:620px; margin:0 auto 30px; color:var(--wsp-copy); }
.wsp-thanks .wsp-actions { justify-content:center; }
.wsp-legal { max-width:860px; }
.wsp-legal h2 { font-size:48px; }
.wsp-legal p { color:var(--wsp-copy); }
.wsp-legal a { color:var(--wsp-blue); font-weight:600; }

.wsp-footer { padding:86px 0 28px; color:rgba(255,255,255,.62); background:#090b18; }
.wsp-footer__grid { display:grid; grid-template-columns:1.25fr .75fr .75fr 1fr; gap:62px; }
.wsp-footer__brand img { width:190px; height:86px; object-fit:contain; transform:scale(1.55); transform-origin:left center; }
.wsp-footer__brand p { max-width:330px; }
.wsp-footer__brand span { color:var(--wsp-cyan); font-size:10px; font-weight:700; letter-spacing:.12em; }
.wsp-footer h3 { margin:10px 0 24px; color:#fff; font-size:12px; letter-spacing:.1em; text-transform:uppercase; }
.wsp-footer__grid > div { display:flex; align-items:flex-start; flex-direction:column; }
.wsp-footer a { margin-bottom:10px; font-size:12px; }
.wsp-footer a:hover { color:var(--wsp-cyan); }
.wsp-footer p { font-size:12px; }
.wsp-footer__project { margin-top:10px; color:var(--wsp-cyan)!important; font-weight:700; }
.wsp-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-footer__bottom nav { display:flex; gap:22px; }
.wsp-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-whatsapp span { font-size:20px; }.wsp-whatsapp b { text-transform:uppercase; letter-spacing:.08em; }
.wsp-reveal { opacity:0; transform:translateY(24px); transition:opacity .55s ease,transform .55s ease; }
.wsp-reveal.is-visible { opacity:1; transform:none; }
html.wsp-gsap-ready .wsp-process-scene__media { backface-visibility:hidden; transform:translateZ(0); }
html.wsp-gsap-ready .wsp-process-scene__media img { transition:filter .6s ease; backface-visibility:hidden; }
html.wsp-gsap-ready .wsp-process-scene.is-active .wsp-process-scene__media img { will-change:transform; }
html.wsp-gsap-ready .wsp-category-card,html.wsp-gsap-ready .wsp-product-card,html.wsp-gsap-ready .wsp-spec-card { backface-visibility:hidden; }

@media (max-width: 1080px) {
    .wsp-nav { gap:17px; }.wsp-header__inner { gap:18px; }.wsp-header-cta { display:none; }
    .wsp-category-grid { grid-template-columns:repeat(2,1fr); }
    .wsp-process__grid { grid-template-columns:repeat(2,1fr); }
    .wsp-product-grid { grid-template-columns:1fr; }
    .wsp-product-hero__grid { grid-template-columns:1fr 430px; gap:48px; }
    .wsp-process-scene { grid-template-columns:minmax(0,1fr) minmax(320px,.82fr); gap:54px; }
    .wsp-footer__grid { grid-template-columns:1.2fr .8fr .8fr; }.wsp-footer__grid > div:last-child { grid-column:span 3; }
}

@media (max-width: 820px) {
    .wsp-container { width:min(calc(100% - 32px),var(--wsp-max)); }
    .wsp-topbar__contact { display:none; }.wsp-topbar__inner { justify-content:center; text-align:center; }
    .wsp-header__inner { height:74px; }.wsp-brand { width:155px; height:62px; flex-basis:155px; }.wsp-brand img { width:150px; height:62px; }
    .wsp-menu-toggle { margin-left:auto; display:block; }
    .wsp-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; background:#fff; border-top:1px solid var(--wsp-line); box-shadow:0 18px 30px rgba(0,0,0,.12); }
    .wsp-nav.is-open { display:flex; }.wsp-nav a { padding:13px 0; border-bottom:1px solid var(--wsp-line); }
    .wsp-hero { min-height:670px; }.wsp-hero::before { background-image:linear-gradient(90deg,rgba(8,10,24,.96),rgba(8,10,24,.72)),var(--hero-image); background-position:64% center; }
    .wsp-hero__content { padding-block:78px; }.wsp-hero h1 { font-size:clamp(54px,13vw,80px); }.wsp-hero__copy { max-width:540px; font-size:16px; }
    .wsp-trust__grid { grid-template-columns:repeat(2,1fr); }.wsp-trust__grid div { border-bottom:1px solid rgba(255,255,255,.08); }
    .wsp-section { padding:82px 0; }.wsp-heading-row { grid-template-columns:1fr; gap:20px; margin-bottom:42px; }
    .wsp-studio-band__grid,.wsp-quality-band__inner,.wsp-factory__grid,.wsp-story__grid,.wsp-form-layout { grid-template-columns:1fr; gap:54px; }
    .wsp-page-hero--manufacturing { min-height:650px; padding:110px 0 70px; }
    .wsp-page-hero--manufacturing::before { background-image:linear-gradient(90deg,rgba(7,9,22,.96),rgba(7,9,22,.62)),linear-gradient(0deg,rgba(7,9,22,.75),transparent 52%),var(--manufacturing-hero); background-position:62% center; }
    .wsp-process-intro { padding:82px 0; }.wsp-process-intro__grid,.wsp-manufacturing-proof__grid { grid-template-columns:1fr; gap:42px; }
    .wsp-process-progress { top:74px; }
    .wsp-process-scene { min-height:auto; padding:76px 0; grid-template-columns:1fr; gap:42px; }
    .wsp-process-scene:nth-child(even) .wsp-process-scene__media { order:0; }
    .wsp-process-scene__media { max-width:680px; }
    .wsp-process-scene__content { max-width:680px; opacity:1; transform:none; }
    .wsp-manufacturing-proof { padding:82px 0; }
    .wsp-studio-preview { min-height:430px; }.wsp-quality-band { padding:82px 0; }
    .wsp-product-hero__grid { grid-template-columns:1fr; }.wsp-product-hero figure { max-width:560px; }
    .wsp-spec-grid { grid-template-columns:1fr; }.wsp-spec-grid > div:first-child { grid-column:auto; }
    .wsp-sample-strip .wsp-container { grid-template-columns:1fr; }.wsp-sample-strip a { justify-self:start; }
    .wsp-studio-steps .wsp-container { grid-template-columns:1fr; }.wsp-studio-steps article { border-left:1px solid var(--wsp-line); border-bottom:1px solid var(--wsp-line); }
    .wsp-quality-grid { grid-template-columns:repeat(2,1fr); }.wsp-pillars { grid-template-columns:1fr; }
    .wsp-mission-grid { grid-template-columns:1fr; }.wsp-values { grid-template-columns:repeat(2,1fr); }
    .wsp-footer__grid { grid-template-columns:repeat(2,1fr); }.wsp-footer__grid > div:last-child { grid-column:auto; }
}

@media (max-width: 560px) {
    .wsp-topbar { font-size:9px; }.wsp-category-grid { grid-template-columns:1fr; }.wsp-category-card { min-height:520px; }.wsp-category-card figure { height:300px; }
    .wsp-btn { width:100%; }.wsp-hero__index { display:none; }.wsp-trust__grid { grid-template-columns:1fr; }.wsp-trust__grid div { min-height:83px; padding:18px 20px; border-left:1px solid rgba(255,255,255,.08); }
    .wsp-studio-preview { min-height:350px; }.wsp-studio-preview__screen { width:100%; }.wsp-shirt-shape { transform:translate(-50%,-50%) scale(.76); }
    .wsp-process__grid,.wsp-process__grid--two { grid-template-columns:1fr; }.wsp-process__grid article { min-height:220px; }.wsp-process__grid h3 { margin-top:35px; }
    .wsp-story blockquote,.wsp-story__grid blockquote { padding:34px; font-size:27px; }
    .wsp-page-hero { padding:90px 0 80px; }.wsp-page-hero h1 { font-size:52px; }.wsp-page-hero p:not(.wsp-kicker) { font-size:15px; }
    .wsp-page-hero--manufacturing { min-height:600px; padding:92px 0 58px; }.wsp-page-hero--manufacturing h1 { font-size:55px; }
    .wsp-process-intro__facts { grid-template-columns:1fr; }.wsp-process-intro__facts span { min-height:78px; }
    .wsp-process-progress { height:46px; padding-inline:16px; }.wsp-process-progress strong { min-width:55px; }
    .wsp-process-scene { padding:58px 0; }.wsp-process-scene__media img { aspect-ratio:4/3; }.wsp-process-scene__number { top:-50px; font-size:100px; }
    .wsp-process-scene__content h2 { font-size:43px; }.wsp-manufacturing-proof blockquote { padding:27px; font-size:24px; }
    .wsp-product-card { grid-template-columns:1fr; }.wsp-product-card > a { height:300px; }.wsp-product-card > div { padding:25px; }
    .wsp-product-hero { padding:70px 0; }.wsp-product-hero h1 { font-size:53px; }.wsp-product-hero p:not(.wsp-kicker) { font-size:15px; }
    .wsp-studio-embed { padding:35px 0; }.wsp-studio-embed iframe { height:760px; min-height:760px; }
    .wsp-form { padding:24px; }.wsp-form__row { grid-template-columns:1fr; }.wsp-quality-grid { grid-template-columns:1fr; }
    .wsp-mission-grid article { min-height:320px; padding:32px; }.wsp-mission-grid h2 { font-size:34px; }.wsp-values { grid-template-columns:1fr; }
    .wsp-footer__grid { grid-template-columns:1fr; gap:38px; }.wsp-footer__bottom { align-items:flex-start; flex-direction:column; }.wsp-whatsapp b { display:none; }.wsp-whatsapp { width:54px; padding:0; justify-content:center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior:auto; }
    .wsp-scroll-cue span::after { animation:none; }
    .wsp-process-scene__media img,.wsp-process-scene__content { transition:none; transform:none; opacity:1; filter:none; }
}


/* Winspire mobile footer brand alignment */
@media (max-width:780px) {
  .wsp-footer__brand { display:grid!important; grid-template-columns:82px minmax(0,1fr)!important; grid-template-areas:"brand-logo brand-copy" "brand-logo brand-tax"; column-gap:16px; row-gap:8px; align-items:start!important; }
  .wsp-footer__brand img { grid-area:brand-logo; width:82px!important; height:62px!important; margin:-5px 0 0!important; object-fit:contain; transform:none!important; transform-origin:center; }
  .wsp-footer__brand p { grid-area:brand-copy; max-width:none!important; margin:0!important; line-height:1.65; }
  .wsp-footer__brand span { grid-area:brand-tax; align-self:start; }
}

