.work-with-us-page{--black: #101820;--white: #ffffff;--blue: #10069f;--yellow: #ffaa4d;--gray-50: #f4f5f9;--gray-100: #e0e1e9;--gray-200: #c4c7cf;--gray-300: #a9abb6;--gray-400: #8a8e9b;--gray-500: #6c6e79;--font-display: "Aboreto", serif;--font-body: "Inter", "Open Sans", sans-serif;width:100%;max-width:100vw;font-family:var(--font-body);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;animation:workWithUsPageAppear .25s ease backwards}@keyframes workWithUsPageAppear{0%{opacity:0}to{opacity:1}}.work-with-us-page,.work-with-us-page *,.work-with-us-page *:before,.work-with-us-page *:after{box-sizing:border-box}.work-with-us-page p,.work-with-us-page h1,.work-with-us-page h2,.work-with-us-page h3,.work-with-us-page h4,.work-with-us-page h5,.work-with-us-page h6{margin:0;padding:0}.work-with-us-page .hero{height:80vh;min-height:560px;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.work-with-us-page .hero-left{background:var(--black);display:flex;flex-direction:column;justify-content:flex-end;padding:72px 64px;position:relative;z-index:2}.work-with-us-page .hero-eyebrow{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--yellow);font-family:var(--font-body);font-weight:500;margin-bottom:28px}.work-with-us-page .hero-title{font-family:var(--font-display);font-size:clamp(48px,5.5vw,88px);font-weight:400;line-height:1;color:var(--white);margin-bottom:32px;letter-spacing:-.01em}.work-with-us-page .hero-title em{font-style:normal;color:var(--yellow)}.work-with-us-page .hero-sub{font-size:16px;line-height:1.7;color:var(--gray-200);max-width:400px}.work-with-us-page .hero-right{position:relative;overflow:hidden;background:var(--gray-50)}.work-with-us-page .hero-right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;display:block}.work-with-us-page .hero-right-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(16,24,32,.25) 0%,transparent 40%)}.work-with-us-page .marquee-wrap{background:var(--yellow);overflow:hidden;padding:14px 0;white-space:nowrap}.work-with-us-page .marquee-track{display:inline-flex;animation:wwu-marquee 22s linear infinite}.work-with-us-page .marquee-item{display:inline-flex;align-items:center;gap:24px;padding:0 40px;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--black)}.work-with-us-page .marquee-dot{width:5px;height:5px;background:var(--black);border-radius:50%;flex-shrink:0}@keyframes wwu-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.work-with-us-page .intro-section{padding:120px 32px;max-width:1360px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.work-with-us-page .intro-left{position:sticky;top:96px}.work-with-us-page .section-eyebrow{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--blue);font-weight:500;margin-bottom:20px;display:block}.work-with-us-page .section-title{font-family:var(--font-display);font-size:clamp(32px,3.5vw,56px);font-weight:400;line-height:1.1;color:var(--black)}.work-with-us-page .intro-right{padding-top:20px}.work-with-us-page .intro-p{font-size:17px;line-height:1.8;color:var(--gray-500);margin-bottom:28px}.work-with-us-page .intro-p strong{color:var(--black);font-weight:500}.work-with-us-page .photos-section{padding:0 32px;max-width:1360px;margin:0 auto}.work-with-us-page .photos-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.work-with-us-page .photos-item{overflow:hidden}.work-with-us-page .photos-item img{width:100%;aspect-ratio:4 / 5;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;transition:transform .6s ease}.work-with-us-page .photos-item:hover img{transform:scale(1.03)}.work-with-us-page .who-section{background:var(--gray-50);padding:100px 32px}.work-with-us-page .who-inner{max-width:1360px;margin:0 auto}.work-with-us-page .who-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:72px;padding-bottom:48px;border-bottom:1px solid var(--gray-100)}.work-with-us-page .who-title{font-family:var(--font-display);font-size:clamp(32px,3.5vw,52px);font-weight:400;color:var(--black);line-height:1.1}.work-with-us-page .who-subtitle{font-size:14px;color:var(--gray-500);max-width:260px;text-align:right;line-height:1.6}.work-with-us-page .who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--gray-100)}.work-with-us-page .who-card{background:var(--white);padding:52px 40px;border-right:1px solid var(--gray-100);position:relative;overflow:hidden;transition:box-shadow .4s ease}.work-with-us-page .who-card:last-child{border-right:none}.work-with-us-page .who-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,#ffaa4d,#ffd080,#ffaa4d);box-shadow:0 0 12px #ffaa4db3;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.work-with-us-page .who-card:hover:before{transform:scaleX(1)}.work-with-us-page .who-card-num{font-family:var(--font-display);font-size:10px;letter-spacing:.3em;color:var(--blue);margin-bottom:36px;display:block}.work-with-us-page .who-card-name{font-family:var(--font-display);font-size:20px;color:var(--black);margin-bottom:18px;line-height:1.3;letter-spacing:.04em}.work-with-us-page .who-card-desc{font-size:14px;line-height:1.8;color:var(--gray-500)}.work-with-us-page .wholesale-section{background:var(--black);padding:120px 32px}.work-with-us-page .wholesale-inner{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.work-with-us-page .wholesale-title{color:var(--white);margin-bottom:24px}.work-with-us-page .wholesale-body{font-size:16px;line-height:1.8;color:var(--gray-200);margin-bottom:20px}.work-with-us-page .wholesale-body strong{color:var(--white);font-weight:500}.work-with-us-page .wholesale-perks{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.work-with-us-page .wholesale-perk{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--gray-200);line-height:1.5}.work-with-us-page .perk-icon{width:32px;height:32px;border:1px solid rgba(255,170,77,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--yellow)}.work-with-us-page .wholesale-image{position:relative}.work-with-us-page .wholesale-image img{width:100%;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.work-with-us-page .wholesale-badge{position:absolute;bottom:-20px;left:-20px;width:100px;height:100px;background:var(--yellow);display:flex;flex-direction:column;align-items:center;justify-content:center}.work-with-us-page .badge-num{font-family:var(--font-display);font-size:22px;color:var(--black);line-height:1}.work-with-us-page .badge-label{font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--black);margin-top:4px}.work-with-us-page .wholesale-email-block{display:flex;flex-direction:column;gap:8px;margin-top:48px}.work-with-us-page .wholesale-email-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-400);font-weight:500}.work-with-us-page .wholesale-email-link{font-family:var(--font-display);font-size:clamp(18px,2vw,26px);color:var(--yellow);text-decoration:none;letter-spacing:.03em;transition:opacity .2s;word-break:break-all}.work-with-us-page .wholesale-email-link:hover{opacity:.75}.work-with-us-page .contact-section{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.work-with-us-page .contact-image{position:relative;overflow:hidden;background:var(--gray-50)}.work-with-us-page .contact-image img{width:100%;height:100%;min-height:520px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.work-with-us-page .contact-content{background:var(--black);display:flex;flex-direction:column;justify-content:center;padding:80px}.work-with-us-page .contact-eyebrow{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--yellow);font-weight:500;margin-bottom:24px;display:block}.work-with-us-page .contact-title{font-family:var(--font-display);font-size:clamp(36px,4vw,60px);font-weight:400;color:var(--white);line-height:1.05;margin-bottom:24px}.work-with-us-page .contact-body{font-size:16px;line-height:1.7;color:var(--gray-200);margin-bottom:48px;max-width:380px}.work-with-us-page .contact-email-block{display:flex;flex-direction:column;gap:8px;margin-bottom:48px}.work-with-us-page .contact-email-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-400);font-weight:500}.work-with-us-page .contact-email-link{font-family:var(--font-display);font-size:clamp(18px,2vw,26px);color:var(--yellow);text-decoration:none;letter-spacing:.03em;transition:opacity .2s;word-break:break-all}.work-with-us-page .contact-email-link:hover{opacity:.75}.work-with-us-page .btn-primary{display:inline-block;background:var(--white);color:var(--black);font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;padding:14px 32px;transition:background .3s ease,color .3s ease,transform .3s cubic-bezier(.2,0,0,1),box-shadow .3s ease,letter-spacing .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden;align-self:flex-start}.work-with-us-page .btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.work-with-us-page .btn-primary:hover{background:var(--yellow);color:var(--black);transform:translateY(-2px);box-shadow:0 8px 24px #ffaa4d59;letter-spacing:.12em}.work-with-us-page .btn-primary:hover:after{transform:translate(100%)}.work-with-us-page .btn-primary:active{transform:translateY(0);box-shadow:none}.work-with-us-page .btn-yellow{background:var(--yellow);color:var(--black)}.work-with-us-page .btn-yellow:hover{background:var(--white);color:var(--black);box-shadow:0 8px 24px #ffaa4d40}.work-with-us-page .reveal{opacity:0;transform:translateY(32px);transition:opacity .75s ease,transform .75s ease}.work-with-us-page .reveal.visible{opacity:1;transform:translateY(0)}.work-with-us-page .reveal-delay-1{transition-delay:.1s}.work-with-us-page .reveal-delay-2{transition-delay:.2s}.work-with-us-page .reveal-delay-3{transition-delay:.3s}@media (max-width: 1024px){.work-with-us-page .hero{grid-template-columns:1fr;min-height:auto}.work-with-us-page .hero-left{padding:64px 40px;min-height:60vw}.work-with-us-page .hero-right{min-height:50vw}.work-with-us-page .intro-section{grid-template-columns:1fr;gap:40px;padding:80px 32px}.work-with-us-page .intro-left{position:static}.work-with-us-page .who-grid{grid-template-columns:repeat(2,1fr)}.work-with-us-page .who-card:nth-child(2){border-right:none}.work-with-us-page .who-card:nth-child(3){border-top:1px solid var(--gray-100);border-right:none}.work-with-us-page .photos-section{padding:0 24px}.work-with-us-page .photos-grid{gap:16px}.work-with-us-page .contact-section{grid-template-columns:1fr}.work-with-us-page .contact-image{min-height:50vw}.work-with-us-page .contact-content{padding:64px 40px}.work-with-us-page .wholesale-inner{grid-template-columns:1fr;gap:60px}.work-with-us-page .wholesale-image{order:-1}.work-with-us-page .wholesale-badge{bottom:-16px;left:16px}}@media (max-width: 768px){.work-with-us-page .hero-left{padding:48px 24px 40px}.work-with-us-page .hero-title{font-size:clamp(40px,11vw,64px)}.work-with-us-page .intro-section{grid-template-columns:1fr;gap:32px;padding:64px 24px}.work-with-us-page .who-section{padding:64px 24px}.work-with-us-page .who-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:48px}.work-with-us-page .who-subtitle{text-align:left}.work-with-us-page .who-grid{grid-template-columns:1fr}.work-with-us-page .who-card{border-right:none!important;border-top:1px solid var(--gray-100)!important;padding:36px 28px}.work-with-us-page .who-card:first-child{border-top:none!important}.work-with-us-page .photos-section{padding:0 16px}.work-with-us-page .photos-grid{grid-template-columns:1fr;gap:16px}.work-with-us-page .contact-section{grid-template-columns:1fr}.work-with-us-page .contact-content{padding:48px 24px}.work-with-us-page .contact-title{font-size:clamp(32px,9vw,48px)}.work-with-us-page .wholesale-section{padding:72px 24px}.work-with-us-page .wholesale-perks{grid-template-columns:1fr}.work-with-us-page .wholesale-badge{width:80px;height:80px}.work-with-us-page .badge-num{font-size:18px}}
