.ps-spot{position:relative;background:var(--navy);color:var(--cream);overflow:hidden;isolation:isolate}.ps-spot__stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ps-spot__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .52s var(--ease),visibility .52s}.ps-spot__slide.is-on{opacity:1;visibility:visible}.ps-spot__img{width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 8s linear}.ps-spot__slide.is-on .ps-spot__img{transform:scale(1)}.ps-spot__slide--product{background:var(--navy)}.ps-spot__slide--product:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(58% 72% at 66% 40%,#2F5286 0%,#1E3358 42%,var(--navy) 100%)}.ps-spot__img--cutout{position:absolute;left:48%;top:2%;right:auto;bottom:auto;width:34%;height:90%;padding:0;object-fit:contain;object-position:50% 50%;transition:none;filter:brightness(1.04) saturate(1.1) drop-shadow(0 30px 42px rgba(0,0,0,.55));transform:rotate(-3deg)}@media(max-width:1180px){.ps-spot__img--cutout{left:42%;width:40%}}@media(max-width:760px){.ps-spot__img--cutout{left:6%;top:3%;width:88%;height:92%;transform:none}}.ps-spot__slide--product.is-on .ps-spot__img--cutout{transform:rotate(-3deg)}@media(max-width:760px){.ps-spot__slide--product.is-on .ps-spot__img--cutout{transform:none}}.ps-spot__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(92deg,#0c1a2ef5,#0c1a2ee0 34%,#0c1a2e4d 60%,#0c1a2e00 78%)}.ps-spot__slide--product .ps-spot__scrim{background:linear-gradient(92deg,var(--navy) 0%,rgba(22,41,71,.92) 30%,rgba(22,41,71,.22) 50%,rgba(22,41,71,0) 60%),linear-gradient(180deg,#16294700 45%,#0c1a2ec7)}.ps-spot__slide--empty{background:var(--navy);opacity:1;visibility:visible}.ps-spot{min-height:clamp(560px,68vh,760px);display:flex;align-items:center}.ps-spot__overlay{position:relative;z-index:2;pointer-events:none;width:100%}.ps-spot__inner{padding-top:clamp(40px,6vw,72px);padding-bottom:clamp(72px,9vw,110px);max-width:var(--wrap)}.ps-spot__inner>*{max-width:min(620px,54%)}.ps-spot__inner h1{color:var(--cream);margin-bottom:16px}.ps-spot__body{font-size:17px;color:#d8dee8;margin:0 0 30px}.ps-spot__overlay a,.ps-spot__overlay button{pointer-events:auto}.ps-spot__caption{position:absolute;right:clamp(18px,4vw,44px);bottom:clamp(74px,9vw,104px);z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:min(360px,72vw);padding:18px 20px;background:#0c1a2ed1;border:1.5px solid var(--line-dark);border-radius:6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ps-spot__kicker{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.ps-spot__title{font-family:var(--font-display);font-size:clamp(20px,2.4vw,26px);font-weight:700;text-transform:uppercase;line-height:1.05;color:var(--cream)}.ps-spot__price{font-family:var(--font-display);font-size:19px;font-weight:700;color:var(--gold)}.ps-spot__caption .ps-btn{margin-top:4px}.ps-spot__caption--product{align-items:flex-end;text-align:right;gap:6px;max-width:min(330px,72vw);background:none;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.ps-spot__blurb{margin:4px 0 0;font-size:13px;line-height:1.5;color:#d8dee8;max-width:38ch}.ps-spot__quote{margin:6px 0 0;font-family:var(--font-display);font-size:clamp(18px,2.1vw,24px);font-weight:700;line-height:1.08;text-transform:uppercase;color:var(--cream);max-width:22ch}.ps-spot__quote cite{display:block;margin-top:6px;font-family:var(--font-body);font-style:normal;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.ps-spot__buy{display:flex;align-items:center;gap:14px;margin-top:8px}@media(max-width:760px){.ps-spot__caption{position:static;margin:0 auto;max-width:none;border-radius:0;border-left:0;border-right:0;background:var(--navy-deep)}.ps-spot__caption--product{align-items:flex-end;text-align:right;padding:16px 20px 20px;background:var(--navy-deep)}.ps-spot__stage{position:relative;min-height:58vw}.ps-spot__slide{position:absolute}.ps-spot__overlay{order:-1}.ps-spot{display:flex;flex-direction:column;align-items:stretch;min-height:0}.ps-spot__inner>*{max-width:none}}.ps-spot__ctl{position:absolute;left:0;right:0;bottom:clamp(16px,2.5vw,28px);z-index:4;display:flex;align-items:center;gap:12px}.ps-spot__arrow,.ps-spot__pause{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:none;background:#0c1a2eb3;color:var(--cream);border:1.5px solid var(--line-dark);border-radius:3px;cursor:pointer;transition:border-color .14s var(--ease),color .14s var(--ease)}.ps-spot__arrow:hover,.ps-spot__pause:hover{border-color:var(--gold);color:var(--gold)}.ps-spot__dots{display:flex;gap:8px;align-items:center;flex:1}.ps-spot__dot{position:relative;overflow:hidden;width:28px;height:4px;padding:0;border:0;border-radius:999px;background:#f5edd652;cursor:pointer;transition:background .2s var(--ease)}.ps-spot__dot:hover{background:#f5edd699}.ps-spot__dot.is-on{background:var(--gold)}.ps-spot__pause{margin-left:auto}@media(prefers-reduced-motion:no-preference){.ps-spot__slide--product.is-on:before{animation:ps-spot-glow 1.1s cubic-bezier(.16,1,.3,1) both}@keyframes ps-spot-glow{0%{opacity:.2}to{opacity:1}}.ps-spot__slide--product.is-on .ps-spot__img--cutout{animation:ps-spot-place .9s cubic-bezier(.16,1,.3,1) both,ps-spot-breathe 7.5s .9s cubic-bezier(.37,0,.63,1) infinite alternate}@keyframes ps-spot-place{0%{opacity:0;transform:translate3d(54px,32px,0) rotate(2deg) scale(.93)}55%{opacity:1}to{opacity:1;transform:translateZ(0) rotate(-3deg) scale(1)}}@keyframes ps-spot-breathe{0%{transform:translateZ(0) rotate(-3deg)}to{transform:translate3d(0,-15px,0) rotate(-1.4deg)}}.ps-spot__slide--product.is-on .ps-spot__caption--product>*{animation:ps-spot-line .56s cubic-bezier(.25,1,.5,1) both;animation-delay:calc(.24s + var(--i,0) * 70ms)}@keyframes ps-spot-line{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:none}}.ps-spot__dot.is-on{background:#c9963a59}.ps-spot__dot.is-on:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gold);transform:scaleX(0);transform-origin:left center;animation:ps-spot-clock var(--spot-rot,6s) linear both}.ps-spot.is-holding .ps-spot__dot.is-on:after{animation-play-state:paused}@keyframes ps-spot-clock{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:760px){@keyframes ps-spot-place{0%{opacity:0;transform:translate3d(0,18px,0) scale(.96)}55%{opacity:1}to{opacity:1;transform:none}}@keyframes ps-spot-breathe{0%{transform:translateZ(0)}to{transform:translate3d(0,-8px,0)}}}}@media(prefers-reduced-motion:reduce){.ps-spot__img,.ps-spot__slide{transition:none}.ps-spot__slide.is-on .ps-spot__img{transform:none}}.ps-people{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:4px 20px;width:100%}.ps-person{display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:5px;text-decoration:none;transition:background .14s var(--ease)}.ps-person:hover{background:#ffffff0d}.ps-person__pic{position:relative;width:52px;height:52px;flex:none;border-radius:50%;overflow:hidden;background:var(--navy-deep);border:1.5px solid var(--line-dark);display:flex;align-items:center;justify-content:center;transition:border-color .14s var(--ease)}.ps-person:hover .ps-person__pic{border-color:var(--gold)}.ps-person__pic img{width:100%;height:100%;object-fit:cover}.ps-person__initial{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--gold);line-height:1}.ps-person__body{display:flex;flex-direction:column;min-width:0}.ps-person__name{font-size:15px;font-weight:600;color:var(--cream);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-person:hover .ps-person__name{color:var(--gold)}.ps-person__role{font-size:12px;color:var(--muted-dark);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-mnav__sub .ps-people{grid-template-columns:1fr;gap:0}.ps-mnav__sub .ps-person{padding:9px 0 9px 6px}.ps-mnav__sub .ps-person__pic{width:42px;height:42px}.ps-people__empty{flex:1;margin:0;padding:10px 8px;font-size:14px;line-height:1.5;color:var(--muted-dark);max-width:62ch}.ps-creator__hero{background:var(--navy-deep);color:var(--cream);padding:clamp(36px,6vw,72px) 0}.ps-creator__row{display:flex;align-items:center;gap:clamp(20px,4vw,44px);flex-wrap:wrap}.ps-creator__pic{width:clamp(120px,18vw,190px);height:clamp(120px,18vw,190px);flex:none;border-radius:50%;overflow:hidden;border:3px solid var(--gold);background:var(--navy)}.ps-creator__pic img{width:100%;height:100%;object-fit:cover}.ps-creator__meta{flex:1;min-width:260px}.ps-creator__meta h1{color:var(--cream);margin-bottom:10px}.ps-creator__bio{color:#d8dee8;max-width:60ch;margin:0 0 20px;white-space:pre-line}.ps-mega__inner .ps-people{flex:1;min-width:0}.ps-person--lg{padding:14px;background:var(--navy);border:1.5px solid var(--line-dark);border-radius:6px;gap:16px;transition:border-color .16s var(--ease),transform .16s var(--ease)}.ps-person--lg:hover{background:var(--navy);border-color:var(--gold);transform:translateY(-2px)}.ps-person--lg .ps-person__pic{width:74px;height:74px}.ps-person--lg .ps-person__name{font-size:18px;font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.02em;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.1}.ps-person--lg .ps-person__role{font-size:13px;white-space:normal;overflow:visible}
/*# sourceMappingURL=/cdn/shop/t/42/assets/ps-creators.css.map */
