:root{color-scheme:dark;--fs-eyebrow: clamp(.68rem, .7vw, .8rem);--fs-hero-title: clamp(2.6rem, 4.6vw, 5.6rem);--fs-section-title: clamp(2.55rem, 5.8vw, 4.35rem);--fs-section-body: clamp(.95rem, 1vw, 1.1rem);--fs-editorial-link: clamp(.72rem, .78vw, .84rem);--fs-card-label: clamp(.68rem, .7vw, .8rem);--fs-card-title: clamp(1rem, 1.05vw, 1.22rem);--fs-card-body: clamp(.82rem, .88vw, .96rem);--lh-title: 1.02;--lh-body: 1.48;--lh-card: 1.4;--tracking-eyebrow: .18em;--tracking-link: .14em;--space-eyebrow-title: clamp(10px, 1vw, 16px);--space-title-body: clamp(14px, 1.3vw, 22px);--space-body-link: clamp(14px, 1.3vw, 22px);--space-card-label-title: 7px;--space-card-title-body: 7px;--color-section-body: rgba(255, 255, 255, .78);--color-card-body: rgba(255, 255, 255, .72);--pl-ease-premium: cubic-bezier(.16, 1, .3, 1);--pl-motion: .28s var(--pl-ease-premium);--pl-reveal-duration: .6s;--pl-reveal-distance: 1rem;--pl-card-radius: 1.5rem;--pl-card-hover-lift: -4px;--pl-cta-hover-lift: -1px;--pl-logo-ref-veil-top: .18;--pl-logo-ref-veil-mid: .06;--pl-logo-ref-veil-bottom: .4;--pl-logo-ref-read-side: .42;--pl-transition: var(--pl-motion)}html{overflow-x:clip}.pl-theme{--pl-black: #03060B;--pl-navy: #071426;--pl-blue: #006BFF;--pl-blue-bright: #148CFF;--pl-white: #FFFFFF;--pl-off-white: #F3F7FC;--pl-text-muted: rgba(243, 247, 252, .72);--pl-blue-line: rgba(20, 140, 255, .22);--pl-blue-glow: rgba(0, 107, 255, .22);margin:0;overflow-x:clip;background:radial-gradient(circle at 14% 6%,#148cff38,#148cff00 24%),radial-gradient(circle at 84% 14%,#006bff47,#006bff0a 18%,#006bff00 34%),radial-gradient(circle at 54% 22%,#ffffff0f,#fff0 24%),linear-gradient(145deg,#0b1830,#071426 34%,#040b15 62%,#03060b);color:var(--pl-off-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.pl-theme *,.pl-theme *:before,.pl-theme *:after{box-sizing:border-box}.pl-theme img,.pl-theme video,.pl-theme svg{display:block;max-width:100%}.pl-theme button,.pl-theme input,.pl-theme select,.pl-theme textarea{font:inherit}.pl-theme a{color:inherit;text-decoration:none}.pl-theme :focus-visible{outline:2px solid var(--pl-blue);outline-offset:3px;box-shadow:0 0 0 5px #148cff2e}.pl-skip-link{position:absolute;left:1rem;top:-3rem;z-index:1000;padding:.75rem 1rem;border-radius:999px;background:var(--pl-white);color:var(--pl-black);transition:top var(--pl-transition)}.pl-skip-link:focus{top:1rem}.pl-container{width:min(100%,var(--pl-content-width, var(--page-max-width, 1440px)));padding-inline:var(--pl-page-gutter, var(--page-gutter, clamp(20px, 4vw, 72px)));margin-inline:auto}.pl-main{min-height:50vh;position:relative}.pl-main:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 82% 20%,#148cff29,#148cff00 22%),radial-gradient(circle at 18% 76%,#006bff1f,#006bff00 28%),linear-gradient(180deg,#ffffff07,#fff0);mix-blend-mode:screen;opacity:.96;z-index:0}.pl-button{display:inline-flex;position:relative;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;min-height:3.5rem;padding:.875rem 1.5rem;border:1px solid transparent;border-radius:var(--pl-radius-button);font-size:.95rem;font-weight:600;letter-spacing:.02em;transition:background-color var(--pl-motion),border-color var(--pl-motion),color var(--pl-motion),transform var(--pl-motion),box-shadow var(--pl-motion)}.pl-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(118deg,transparent 0%,transparent 34%,rgba(255,255,255,.22) 46%,rgba(255,255,255,.04) 55%,transparent 68%,transparent 100%);transform:translate(-140%);transition:transform .72s var(--pl-ease-premium),opacity .42s ease;opacity:.62;mix-blend-mode:screen;pointer-events:none}.pl-button:hover{transform:translateY(var(--pl-cta-hover-lift))}.pl-button:hover:after,.pl-button:focus-visible:after{transform:translate(130%)}.pl-button--primary{background:linear-gradient(180deg,var(--pl-blue-bright) 0%,var(--pl-blue) 100%);color:var(--pl-white);box-shadow:0 18px 36px #00000038,0 0 24px #006bff47,inset 0 1px #fff3;transition:transform var(--pl-motion),box-shadow var(--pl-motion),background-color var(--pl-motion)}.pl-button--primary:hover,.pl-button--primary:focus-visible{background:linear-gradient(180deg,#3da0ff,#006bff);box-shadow:0 24px 52px #0000004d,0 0 42px #148cff54,inset 0 1px #ffffff47;transform:translate3d(0,var(--pl-cta-hover-lift),0)}.pl-button--secondary{border-color:#148cff7a;background:linear-gradient(180deg,#ffffff1f,#0714263d);color:var(--pl-white);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:inset 0 0 0 1px #ffffff0a,0 0 #006bff2e;transition:transform var(--pl-motion),border-color var(--pl-motion),background-color var(--pl-motion),box-shadow var(--pl-motion)}.pl-button--secondary:hover,.pl-button--secondary:focus-visible{border-color:#bae0fff2;background:linear-gradient(180deg,#ffffff2e,#006bff38);box-shadow:inset 0 1px #ffffff38,0 18px 42px #00000038,0 0 0 1px #148cff29;transform:translate3d(0,var(--pl-cta-hover-lift),0)}.pl-section__eyebrow{margin:0 0 var(--space-eyebrow-title, .85rem);color:#b7d2ffdb;font-size:var(--fs-eyebrow, .72rem);font-weight:700;letter-spacing:var(--tracking-eyebrow, .18em);text-transform:uppercase}.pl-section__heading{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-section-title, clamp(2rem, 4vw, 4rem));font-weight:500;line-height:var(--lh-title, .96);letter-spacing:-.04em;text-wrap:balance}.pl-section__lede,.pl-richtext{max-width:38rem;color:var(--color-section-body, rgba(255, 255, 255, .78));font-size:var(--fs-section-body, clamp(1rem, 1.6vw, 1.15rem));line-height:var(--lh-body, 1.7)}.pl-richtext p:first-child{margin-top:0}.pl-richtext p:last-child{margin-bottom:0}.pl-split{opacity:calc(.2 + (var(--pl-section-visibility, 0) * .18));gap:2rem}.pl-card-grid{display:grid;gap:1.25rem}.pl-surface{border:1px solid rgba(20,140,255,.16);border-radius:1.5rem;background:linear-gradient(180deg,#091324e0,#040a12f0);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 1px #ffffff0a,0 18px 42px #0000002e,0 0 24px #006bff0d}html{scroll-behavior:auto}.template-index{scroll-padding-top:0}section[id]{scroll-margin-top:var(--pl-anchor-offset, calc(var(--pl-header-height, var(--header-height, 84px)) + 16px))}#home,.template-index .pl-section.pl-story-section,.template-index #pl-footer,.template-index .pl-footer,.template-index #pl-why{scroll-margin-top:0!important}#shopify-section-pl-header,body>.shopify-section:has(.pl-header){position:relative;z-index:100;height:0;margin:0;padding:0;overflow:visible}.pl-header{position:fixed;top:0;left:0;right:0;z-index:100;box-sizing:border-box;width:100%;height:var(--pl-header-height, var(--header-height, 76px));transform:translateZ(0);transition:background-color .42s cubic-bezier(.22,1,.36,1),backdrop-filter .42s cubic-bezier(.22,1,.36,1),-webkit-backdrop-filter .42s cubic-bezier(.22,1,.36,1),border-color .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1)}.pl-header:after{content:"";position:absolute;inset-inline:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(20,140,255,.28) 18%,rgba(255,255,255,.1) 50%,rgba(20,140,255,.28) 82%,transparent 100%);opacity:.85;pointer-events:none}.pl-header--overlay{margin-bottom:0}.pl-header--transparent{background:linear-gradient(180deg,#07142638,#03060b05);border-color:transparent;border-bottom:1px solid transparent;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);box-shadow:none}.pl-header--transparent:after{opacity:.2}.pl-header--scrolled,.pl-header--solid{background:linear-gradient(180deg,#071426f0,#03060be6);border-bottom:1px solid rgba(20,140,255,.22);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px #ffffff0a,0 14px 36px #0000003d}.pl-header--scrolled:after,.pl-header--solid:after{opacity:1;background:linear-gradient(90deg,transparent 0%,rgba(20,140,255,.18) 12%,rgba(100,190,255,.55) 50%,rgba(20,140,255,.18) 88%,transparent 100%)}.pl-header--scrolled .pl-header__logo-image,.pl-header--solid .pl-header__logo-image{filter:brightness(1.1)}.pl-header__bar{width:100%;padding-inline:clamp(14px,2.4vw,40px)}.pl-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:clamp(.45rem,1vw,1rem);height:100%;min-height:0;max-height:none}.pl-header__logo{z-index:2;display:inline-flex;align-items:center;justify-content:flex-start;justify-self:start;flex-shrink:0;line-height:0;align-self:center}.pl-header__nav{z-index:1;display:flex;align-items:center;justify-content:center;justify-self:center;flex:0 1 auto;flex-wrap:nowrap;gap:clamp(.3rem,.75vw,.9rem);min-width:0;overflow:hidden;padding-left:0}.pl-header__actions{z-index:2;display:flex;align-items:center;justify-content:flex-end;justify-self:end;flex-wrap:nowrap;flex-shrink:0;gap:.35rem}.pl-header__locale{position:relative;display:inline-flex;align-items:center;z-index:5}.pl-locale-form{position:relative;display:inline-flex;align-items:center}.pl-locale__toggle{display:inline-flex;align-items:center;gap:.35rem;min-height:2.2rem;max-height:2.2rem;padding:.22rem .55rem;border:1px solid rgba(20,140,255,.22);border-radius:999px;background:linear-gradient(180deg,#0714268c,#03060b59);color:#f3f7fce6;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color var(--pl-transition),background-color var(--pl-transition),border-color var(--pl-transition),box-shadow var(--pl-transition)}.pl-locale__toggle:hover,.pl-locale__toggle:focus-visible,.pl-locale__toggle[aria-expanded=true]{color:var(--pl-white);border-color:#148cff6b;background:linear-gradient(180deg,#006bff2e,#148cff14);box-shadow:0 0 0 1px #148cff14}.pl-locale__toggle-flag{display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;line-height:1}.pl-locale__toggle-code{font-size:.74rem;font-weight:700;letter-spacing:.12em}.pl-locale__chevron{display:inline-flex;opacity:.72;transition:transform .18s ease}.pl-locale__toggle[aria-expanded=true] .pl-locale__chevron{transform:rotate(180deg)}.pl-locale__menu{position:absolute;top:calc(100% + .45rem);right:0;z-index:120;display:grid;gap:.2rem;min-width:11.5rem;padding:.45rem;border:1px solid rgba(20,140,255,.22);border-radius:.85rem;background:linear-gradient(180deg,#071426fa,#03060bf5);box-shadow:0 16px 40px #00000059,0 0 0 1px #ffffff08 inset;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.pl-locale__menu[hidden]{display:none}.pl-locale__option{display:flex;align-items:center;justify-content:flex-start;gap:.55rem;width:100%;min-height:2.35rem;padding:.45rem .7rem;border:0;border-radius:.6rem;background:transparent;color:#f3f7fce0;font-size:.86rem;font-weight:600;letter-spacing:.01em;text-transform:none;text-align:left;cursor:pointer;transition:color var(--pl-transition),background-color var(--pl-transition)}.pl-locale__option:hover,.pl-locale__option:focus-visible{color:var(--pl-white);background:#006bff29}.pl-locale__option.is-active{color:var(--pl-white);background:#006bff38;box-shadow:inset 0 0 0 1px #148cff47}.pl-locale__option-flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.05rem;line-height:1}.pl-locale__option-name{display:inline-flex;font-size:.86rem;font-weight:600;letter-spacing:.01em;text-transform:none}.pl-locale__option-code{display:none}.pl-locale-list{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem;border:1px solid rgba(20,140,255,.18);border-radius:999px;background:linear-gradient(180deg,#07142694,#03060b6b)}.pl-locale-button{display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.35rem .55rem;border:0;border-radius:999px;background:transparent;color:#f3f7fcb8;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.pl-locale-button:hover,.pl-locale-button:focus-visible,.pl-locale-button.is-active{color:var(--pl-white);background:linear-gradient(180deg,#006bff33,#148cff14)}.pl-locale-form--drawer{width:100%}.pl-locale-form--drawer .pl-locale-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.35rem;padding:.35rem;border-radius:.85rem}.pl-locale-form--drawer .pl-locale__option{min-width:0;justify-content:flex-start}.pl-header__drawer-locale-label{margin:0 0 .55rem;color:#f3f7fc94;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.pl-header__logo-image{width:clamp(148px,7.4vw,205px);height:auto;max-height:64px;object-fit:contain;object-position:left center;image-rendering:auto;transform:translateZ(0);transition:filter .42s cubic-bezier(.22,1,.36,1)}.pl-header__logo-image--drawer{width:clamp(132px,34vw,176px);max-height:56px}.pl-header__logo-text{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.pl-header__menu-link,.pl-header__icon-button,.pl-header__menu-toggle,.pl-header__drawer-close{display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:inherit;cursor:pointer;transition:color var(--pl-transition),background-color var(--pl-transition),box-shadow var(--pl-transition),border-color var(--pl-transition)}.pl-header__menu-link{flex-shrink:0;white-space:nowrap;min-height:44px;padding:.4rem .8rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#f3f7fceb;transition:color .18s ease,box-shadow .18s ease,transform .18s ease}.pl-header__menu-link:hover,.pl-header__menu-link:focus-visible{color:#e8f2ff}.pl-header__menu-link.is-active{color:#00a3ff;box-shadow:inset 0 -2px #00a3ff}.pl-header__shop{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;white-space:nowrap;min-height:2rem;max-height:2rem;margin:0;padding:.2rem .7rem;border:1px solid rgba(20,140,255,.65);border-radius:999px;background:linear-gradient(180deg,#148cfffa,#006bffeb);color:var(--pl-white);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1;box-shadow:0 6px 14px #006bff38,inset 0 1px #ffffff2e;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.pl-header__shop:hover,.pl-header__shop:focus-visible{color:var(--pl-white);border-color:#9fd1ffd9;background:linear-gradient(180deg,#2b9aff,#006bfff5);box-shadow:0 8px 18px #148cff4d,inset 0 1px #ffffff38;transform:translateY(-1px)}.pl-header__drawer-shop{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:.85rem;min-height:2.6rem;padding:.65rem 1.2rem;border-radius:999px;background:linear-gradient(180deg,#148cfffa,#006bffeb);color:var(--pl-white);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 10px 24px #006bff47}.pl-header__icon-button,.pl-header__menu-toggle,.pl-header__drawer-close{position:relative;min-height:2.2rem;min-width:2.2rem;max-height:2.2rem;padding:.32rem;border-radius:999px}.pl-header__icon-button:hover,.pl-header__menu-toggle:hover,.pl-header__drawer-close:hover{color:#dceaff;background:#006bff1f;box-shadow:0 0 0 1px #148cff29 inset}.pl-header__cart-count{position:absolute;top:.2rem;right:.05rem;min-width:1rem;height:1rem;padding:0 .18rem;border-radius:999px;background:var(--pl-blue);color:var(--pl-white);font-size:.6rem;font-weight:700;line-height:1rem;text-align:center}.pl-header__cart-count.is-empty{display:none}.pl-header__account{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:2.2rem;min-width:2.2rem;max-height:2.2rem;color:inherit;vertical-align:middle;--shopify-account-avatar-size: 2.2rem;--shopify-account-signed-in-avatar-size: 1.7rem;--shopify-account-signed-in-avatar-color-background: rgba(20, 140, 255, .22);--shopify-account-signed-in-avatar-color-text: #e8f2ff;--shopify-account-color-accent: #148cff;--shopify-account-color-accent-hover: #2b9aff;--shopify-account-color-accent-text: #ffffff;--shopify-account-color-background: #071426;--shopify-account-color-background-subdued: rgba(3, 6, 11, .72);--shopify-account-color-text: #f3f7fc;--shopify-account-color-text-subdued: rgba(243, 247, 252, .68);--shopify-account-color-border: rgba(20, 140, 255, .22);--shopify-account-color-card-background: rgba(9, 18, 34, .94);--shopify-account-color-card-text: #f3f7fc;--shopify-account-color-control-background: rgba(3, 6, 11, .55);--shopify-account-color-control-text: #f3f7fc;--shopify-account-color-shadow: rgba(0, 107, 255, .18);--shopify-account-radius-base: 1.5rem;--shopify-account-radius-dialog: 1.5rem;--shopify-account-radius-button: 999px;--shopify-account-radius-button-small: .75rem;--shopify-account-radius-input: .85rem;--shopify-account-font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shopify-account-font-heading: "Space Grotesk", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shopify-account-dialog-position-top: calc(var(--pl-header-height, 76px) + .35rem)}.pl-header__account-avatar{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit}.pl-header__account::part(signed-out-avatar){display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;min-width:2.2rem;max-height:2.2rem;padding:.32rem;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer;box-shadow:none;transition:color var(--pl-transition),background-color var(--pl-transition),box-shadow var(--pl-transition)}.pl-header__account::part(signed-out-avatar):hover,.pl-header__account::part(signed-out-avatar):focus-visible{color:#dceaff;background:#006bff1f;box-shadow:0 0 0 1px #148cff29 inset}.pl-header__drawer-account{display:flex;align-items:center;gap:.65rem}.pl-header__drawer-account-label{color:#f3f7fceb;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pl-header__mobile{display:none}.pl-header:has(.pl-header__drawer.is-open){transform:none;backdrop-filter:none;-webkit-backdrop-filter:none}.pl-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;justify-items:end;overflow:hidden;visibility:hidden;pointer-events:none}.pl-header__drawer.is-open{visibility:visible;pointer-events:auto}.pl-header__drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#050608b8;opacity:0;transition:opacity var(--pl-transition)}.pl-header__drawer.is-open .pl-header__drawer-backdrop{opacity:1}.pl-header__drawer-panel{position:absolute;top:0;right:0;display:grid;align-content:start;gap:1.5rem;width:min(88vw,24rem);height:100%;padding:1.25rem 1.25rem 2rem;overflow-y:auto;background:linear-gradient(180deg,#071426fa,#03060bfa);border-left:1px solid rgba(20,140,255,.18);transform:translate(100%);transition:transform var(--pl-transition)}.pl-header__drawer.is-open .pl-header__drawer-panel{transform:translate(0)}.pl-header__drawer-nav{display:grid;gap:.15rem}.pl-header__drawer-link{padding:.7rem 0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.pl-header__drawer-brand{display:inline-flex;align-items:center;justify-content:flex-start;max-width:100%;margin-top:-.15rem;line-height:0}.pl-header__drawer-utility{display:grid;gap:.5rem;padding-top:.5rem;border-top:1px solid rgba(20,140,255,.12)}.pl-header__drawer-utility a{color:#fffc}.pl-header__drawer-link:hover,.pl-header__drawer-utility a:hover{color:#b8d6ff}@media(max-width:1540px){.pl-header__nav{gap:clamp(.16rem,.32vw,.42rem);margin-right:clamp(.75rem,1.45vw,1.15rem)}.pl-header__menu-link{font-size:.835rem;letter-spacing:.048em;padding-inline:.6rem}.pl-header__logo-image{width:clamp(132px,6.6vw,172px);max-height:56px}}@media(max-width:1480px){.pl-header__nav{gap:clamp(.14rem,.28vw,.36rem);margin-right:clamp(.85rem,1.55vw,1.25rem)}.pl-header__menu-link{font-size:.82rem;letter-spacing:.045em;padding-inline:.56rem}.pl-header__logo-image{width:clamp(128px,6.4vw,165px);max-height:54px}}@media(max-width:1440px){.pl-header__inner{column-gap:clamp(.4rem,.8vw,.7rem)}.pl-header__nav{gap:clamp(.08rem,.16vw,.22rem);margin-right:clamp(1rem,1.8vw,1.4rem);transform:translate(clamp(-.35rem,-.55vw,-.15rem));padding-right:.35rem}.pl-header__menu-link{font-size:.78rem;letter-spacing:.036em;padding-inline:.46rem}.pl-header__logo-image{width:clamp(116px,5.6vw,146px);max-height:48px}.pl-header__actions{gap:.28rem}.pl-header__shop{padding-inline:.56rem}}@media(max-width:1360px){.pl-header__nav{gap:clamp(.06rem,.12vw,.18rem);margin-right:clamp(1.05rem,1.9vw,1.45rem)}.pl-header__menu-link{font-size:.8rem;letter-spacing:.04em;padding-inline:.5rem}.pl-header__logo-image{width:clamp(120px,6vw,152px);max-height:50px}.pl-header__actions{gap:.26rem}}@media(max-width:1280px){.pl-header__nav.pl-header__desktop,.pl-header__shop.pl-header__desktop{display:none}.pl-header__mobile{display:inline-flex}.pl-header__inner{grid-template-columns:auto minmax(0,1fr);column-gap:.65rem}.pl-header__logo{flex-shrink:0;min-width:7.25rem}.pl-header__logo-image{width:clamp(118px,22vw,148px);max-width:none;max-height:48px;height:auto}.pl-header__actions{min-width:0;justify-self:end;gap:.3rem}}.pl-body-lock{overflow:hidden}.pl-hero{--pl-hero-progress: 0;--pl-hero-depth-haze: .2;--pl-hero-beam-opacity: .1;--pl-hero-floor-reflection: .26;--pl-hero-line-boost: .2;--pl-hero-logo-glow: .22;--pl-hero-glass-sheen: .08;--pl-hero-particle-opacity: .12;--pl-hero-corner-shadow: .4;position:relative;min-height:var(--pl-hero-min-height, 100svh);color:var(--pl-white);overflow:clip;background:#050608;isolation:isolate}.pl-hero--compact{min-height:min(44rem,82svh)}.pl-hero--medium{min-height:min(56rem,92svh)}.pl-hero--full{min-height:100svh}.pl-hero__backdrop,.pl-hero__backdrop-gradient,.pl-hero__signal-glow,.pl-hero__signal-arc{position:absolute;top:0;right:0;bottom:0;left:0}.pl-hero__backdrop{background-color:#02040a;background-image:linear-gradient(90deg,#02040a8c,#02040a47 34%,#02040a14 58%,#02040a00 78%),linear-gradient(180deg,#02040a2e,#02040a0f 42%,#02040a6b),var(--pl-bg-hero);background-size:cover,cover,cover;background-position:center,center,center center;background-repeat:no-repeat,no-repeat,no-repeat;pointer-events:none;z-index:0;isolation:isolate}.pl-hero__backdrop:before,.pl-hero__backdrop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pl-hero__backdrop:before{background:linear-gradient(114deg,transparent 0%,transparent 15.8%,rgba(255,255,255,calc(var(--pl-hero-beam-opacity) * .22)) 17.1%,rgba(255,255,255,calc(var(--pl-hero-beam-opacity) * .72)) 17.35%,rgba(20,140,255,var(--pl-hero-beam-opacity)) 17.7%,transparent 19.4%),linear-gradient(74deg,transparent 0%,transparent 69.2%,rgba(255,255,255,calc(var(--pl-hero-beam-opacity) * .24)) 70.1%,rgba(20,140,255,calc(var(--pl-hero-beam-opacity) * .88)) 70.45%,transparent 72.1%),radial-gradient(circle at 52% 26%,rgba(255,255,255,calc(var(--pl-hero-logo-glow) * .56)),rgba(20,140,255,var(--pl-hero-logo-glow)) 13%,#148cff0f 24%,#148cff00 42%),radial-gradient(ellipse at 50% 84%,rgba(20,140,255,var(--pl-hero-floor-reflection)),rgba(20,140,255,calc(var(--pl-hero-floor-reflection) * .42)) 18%,#148cff00 58%),linear-gradient(180deg,transparent 0%,transparent 72%,rgba(20,140,255,calc(var(--pl-hero-floor-reflection) * .24)) 90%,rgba(20,140,255,0) 100%);mix-blend-mode:screen;opacity:.8;transform:translate3d(0,calc(var(--pl-hero-progress) * -.6rem),0);animation:pl-hero-beams 44s linear infinite alternate}.pl-hero__backdrop:after{background:radial-gradient(circle at -8% 18%,rgba(3,6,11,var(--pl-hero-corner-shadow)),#03060b00 22%),radial-gradient(circle at 108% 20%,rgba(3,6,11,calc(var(--pl-hero-corner-shadow) * 1.08)),#03060b00 24%),radial-gradient(circle at 50% 112%,rgba(3,6,11,calc(var(--pl-hero-corner-shadow) * 1.2)),#03060b00 24%),radial-gradient(ellipse at 50% 54%,rgba(20,140,255,var(--pl-hero-depth-haze)),rgba(20,140,255,calc(var(--pl-hero-depth-haze) * .34)) 22%,#148cff00 54%),radial-gradient(ellipse at 62% 42%,#148cff14,#148cff00 48%),radial-gradient(circle at 16% 24%,rgba(255,255,255,var(--pl-hero-particle-opacity)) 0,rgba(255,255,255,var(--pl-hero-particle-opacity)) .8px,transparent 1.8px),radial-gradient(circle at 24% 62%,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * .94)) 0,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * .94)) .9px,transparent 2px),radial-gradient(circle at 38% 38%,rgba(255,255,255,calc(var(--pl-hero-particle-opacity) * .7)) 0,rgba(255,255,255,calc(var(--pl-hero-particle-opacity) * .7)) .6px,transparent 1.4px),radial-gradient(circle at 54% 72%,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * .88)) 0,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * .88)) .75px,transparent 1.7px),radial-gradient(circle at 72% 18%,rgba(255,255,255,calc(var(--pl-hero-particle-opacity) * .88)) 0,rgba(255,255,255,calc(var(--pl-hero-particle-opacity) * .88)) .8px,transparent 1.8px),radial-gradient(circle at 82% 58%,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * 1.08)) 0,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * 1.08)) 1px,transparent 2.2px),radial-gradient(circle at 68% 82%,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * .84)) 0,rgba(20,140,255,calc(var(--pl-hero-particle-opacity) * .84)) .9px,transparent 2px),radial-gradient(circle at 46% 14%,rgba(186,224,255,calc(var(--pl-hero-particle-opacity) * .65)) 0,rgba(186,224,255,calc(var(--pl-hero-particle-opacity) * .65)) .55px,transparent 1.3px);opacity:.72;animation:pl-hero-atmosphere 42s linear infinite alternate}.pl-hero__backdrop-gradient{top:-10%;right:-10%;bottom:-10%;left:-10%;background:linear-gradient(90deg,transparent 0%,transparent 17%,rgba(20,140,255,.08) 17%,rgba(20,140,255,.08) calc(17% + 1px),transparent calc(17% + 1px),transparent 50%,rgba(20,140,255,.08) 50%,rgba(20,140,255,.08) calc(50% + 1px),transparent calc(50% + 1px),transparent 83%,rgba(20,140,255,.08) 83%,rgba(20,140,255,.08) calc(83% + 1px),transparent calc(83% + 1px)),radial-gradient(circle at 18% 30%,#ffffff1f,#fff0 24%),radial-gradient(circle at 74% 40%,#148cff38,#148cff0f 18%,#148cff00 34%),linear-gradient(180deg,#03060b0a,#03060b2e 62%,#03060b4d);transform:scale(calc(1 + (var(--pl-hero-progress) * .035)));transform-origin:center}.pl-hero__backdrop-gradient:before,.pl-hero__backdrop-gradient:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pl-hero__backdrop-gradient:before{background:linear-gradient(90deg,transparent 49.58%,rgba(176,223,255,.18) 49.76%,rgba(176,223,255,var(--pl-hero-line-boost)) 49.98%,rgba(176,223,255,.18) 50.2%,transparent 50.42%),linear-gradient(180deg,transparent 0%,transparent 66.8%,rgba(176,223,255,.1) 67.2%,rgba(176,223,255,calc(var(--pl-hero-line-boost) * .82)) 67.6%,rgba(176,223,255,.1) 68%,transparent 69%),radial-gradient(ellipse at 50% 68%,rgba(20,140,255,calc(var(--pl-hero-logo-glow) * .36)),#148cff00 34%),radial-gradient(ellipse at 50% 90%,#ffffff0d,rgba(20,140,255,calc(var(--pl-hero-floor-reflection) * .52)) 16%,#148cff00 46%);mix-blend-mode:screen;opacity:.56;animation:pl-hero-floor-breathe 40s linear infinite alternate}.pl-hero__backdrop-gradient:after{background:linear-gradient(90deg,transparent 0%,transparent 8.8%,rgba(255,255,255,calc(var(--pl-hero-glass-sheen) * .78)) 9.15%,rgba(20,140,255,var(--pl-hero-glass-sheen)) 9.45%,transparent 10.05%),linear-gradient(90deg,transparent 0%,transparent 18.5%,rgba(255,255,255,calc(var(--pl-hero-glass-sheen) * .64)) 18.95%,transparent 19.5%),linear-gradient(90deg,transparent 0%,transparent 80.35%,rgba(20,140,255,var(--pl-hero-glass-sheen)) 80.75%,rgba(255,255,255,calc(var(--pl-hero-glass-sheen) * .72)) 81.1%,transparent 81.75%),linear-gradient(90deg,transparent 0%,transparent 89.2%,rgba(255,255,255,calc(var(--pl-hero-glass-sheen) * .58)) 89.55%,transparent 90.05%),radial-gradient(circle at 12% 34%,#ffffff0d,#fff0 16%),radial-gradient(circle at 88% 34%,#ffffff0d,#fff0 16%);mix-blend-mode:screen;opacity:.62;animation:pl-hero-glass-drift 32s linear infinite alternate}.pl-hero__signal-glow{inset:18% 10% 16% auto;width:clamp(16rem,32vw,28rem);height:clamp(16rem,32vw,28rem);border-radius:50%;background:radial-gradient(ellipse at 46% 74%,#148cff7a,#148cff42 22%,#148cff1f 40%,#006bff00 76%),radial-gradient(circle at 52% 26%,#ffffff29,#fff0 18%);filter:blur(36px);opacity:.92;mix-blend-mode:screen;transform:translate3d(calc(var(--pl-hero-progress) * .8rem),calc(var(--pl-hero-progress) * -.75rem),0);animation:pl-electric-breathe 34s linear infinite alternate}.pl-hero__signal-arc{display:block;pointer-events:none;border:1px solid rgba(20,140,255,.2);border-radius:50%;box-shadow:0 0 32px #148cff29,inset 0 0 22px #ffffff0d;mix-blend-mode:screen;opacity:calc(.22 + (var(--pl-hero-progress) * .2));animation:pl-electric-arc 38s linear infinite,pl-neon-shimmer 7.5s ease-in-out infinite}.pl-hero__signal-arc--rear{--pl-arc-rotation: -20deg;width:clamp(20rem,42vw,40rem);height:clamp(20rem,42vw,40rem);right:4%;top:14%;border-right-color:#ffffff2e;border-bottom-color:#148cff14;transform:rotate(-20deg)}.pl-hero__signal-arc--front{--pl-arc-rotation: 18deg;width:clamp(16rem,34vw,30rem);height:clamp(16rem,34vw,30rem);right:18%;bottom:10%;border-color:#ffffff14;border-left-color:#ffffff24;border-top-color:#148cff38;transform:rotate(18deg);animation-delay:-4.2s}.pl-hero__container{position:relative;z-index:1}.pl-hero__layout{display:grid;grid-template-columns:minmax(18rem,.92fr) minmax(0,1.18fr);grid-template-areas:"copy stage" "signals signals";grid-template-rows:1fr auto;align-items:center;column-gap:clamp(2.5rem,6vw,7rem);row-gap:clamp(1.5rem,3vh,2.5rem);min-height:inherit;padding-top:calc(var(--pl-header-height) + clamp(1.75rem,4vh,3.5rem));padding-bottom:clamp(3.65rem,6.2vh,6rem)}.pl-hero__copy{grid-area:copy;position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;max-width:34rem;--pl-bg-text-shield-opacity: .42;--pl-bg-text-shield-inset: -1.1rem -1.2rem -1.4rem -1.1rem;--pl-bg-text-shield-blur: 18px;--pl-bg-text-shield-scale: .96;--pl-bg-text-shield-x: 24%;--pl-bg-text-shield-y: 40%;--pl-bg-readability-side: 56%;transform:translate3d(0,calc(var(--pl-hero-progress) * -.55rem),0)}.pl-hero__copy:before{content:"";position:absolute;top:-1rem;right:-1.1rem;bottom:-1.25rem;left:-1rem;background:radial-gradient(ellipse at 18% 36%,#03060b80,#03060b47 36%,#03060b14 54%,#03060b00 78%),linear-gradient(90deg,#03060b6b,#03060b33 38%,#03060b0a 58%,#03060b00 76%);filter:blur(16px);opacity:.94;pointer-events:none;z-index:-1}.pl-hero__brand{margin:0 0 var(--space-eyebrow-title, clamp(1.35rem, 2.4vh, 2rem));color:#ffffffb8;font-size:var(--fs-eyebrow, .78rem);font-weight:700;letter-spacing:var(--tracking-eyebrow, .28em);text-transform:uppercase}.pl-hero__title{margin:0;display:flex;flex-direction:column;gap:.12em;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-hero-title, clamp(2.85rem, 5.8vw, 5.6rem));font-weight:500;line-height:var(--lh-title, 1.05);letter-spacing:-.055em;max-width:9.5ch;text-wrap:balance;color:#f8fbff;text-shadow:0 14px 32px rgba(0,0,0,.18)}.pl-hero__title-line{display:block}.pl-hero__title-em{font-weight:600;color:#d8eeff;letter-spacing:-.05em}.pl-hero__subtitle{margin:var(--space-title-body, clamp(1.35rem, 2.4vh, 1.85rem)) 0 0;max-width:28rem;color:#f8fbffeb;font-size:var(--fs-section-body, clamp(1.15rem, 1.45vw, 1.25rem));font-weight:400;line-height:var(--lh-body, 1.72);letter-spacing:.015em}.pl-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:clamp(1.75rem,3.2vh,2.5rem)}.pl-hero__actions .pl-button{min-height:3.9rem;padding-inline:1.9rem;padding-block:1rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.pl-hero__cta-primary{background:linear-gradient(180deg,var(--pl-blue-bright) 0%,var(--pl-blue) 100%);color:var(--pl-white);border-color:transparent;box-shadow:0 18px 40px #0000003d,0 0 28px #006bff3d,inset 0 1px #ffffff38}.pl-hero__cta-primary:hover{background:linear-gradient(180deg,#2b9aff,#006bff);box-shadow:0 22px 48px #00000047,0 0 36px #148cff4d,inset 0 1px #ffffff42;transform:translate3d(0,-1px,0)}.pl-hero__cta-secondary.pl-button--glass{border:1px solid rgba(120,198,255,.72);background:linear-gradient(180deg,#ffffff1a,#07142638);color:#fffffff5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff29,0 12px 30px #00000029;transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s ease,background-color .28s ease,box-shadow .28s cubic-bezier(.16,1,.3,1)}.pl-hero__cta-secondary.pl-button--glass:hover{border-color:#bae0fff2;background:linear-gradient(180deg,#ffffff24,#006bff33);box-shadow:inset 0 1px #ffffff38,0 16px 36px #0003,0 0 0 1px #148cff24;transform:translate3d(0,var(--pl-cta-hover-lift),0)}.pl-hero__signals{grid-area:signals;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.75rem,1.6vw,1.25rem);width:100%;max-width:none;margin:0;padding:0;list-style:none;align-self:end;align-items:stretch}.pl-hero__signal-card.pl-story-card{display:flex;flex-direction:column;gap:0;min-width:0;height:100%;min-height:100%;padding:1.35rem;border:1px solid rgba(20,140,255,.14);border-radius:1.5rem;background:linear-gradient(180deg,#091222eb,#040a12e0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08;transition:transform var(--pl-transition),border-color var(--pl-transition),background-color var(--pl-transition),box-shadow var(--pl-transition)}.pl-hero__signal-card.pl-story-card:hover{transform:translateY(-4px);border-color:#148cff3d;background:linear-gradient(180deg,#091222f0,#040a12e6);box-shadow:0 18px 36px #0000002e,0 0 24px #148cff14}.pl-hero__signal-meta.pl-story-card__meta-row{display:flex;align-items:center;gap:8px;margin:0 0 .72rem}.pl-hero__signal-icon.pl-story-card__glyph{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;line-height:0;color:#97c2fff2;flex:0 0 18px}.pl-hero__signal-icon.pl-story-card__glyph svg{display:block;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px}.pl-hero__signal-icon.pl-story-card__glyph svg path,.pl-hero__signal-icon.pl-story-card__glyph svg circle,.pl-hero__signal-icon.pl-story-card__glyph svg line,.pl-hero__signal-icon.pl-story-card__glyph svg polyline{vector-effect:non-scaling-stroke}.pl-hero__signal-copy{display:grid;gap:.35rem}.pl-hero__signal-title.pl-story-card__label{margin:0;color:#97c2ffe6;font-size:var(--fs-card-label, .74rem);font-weight:700;letter-spacing:var(--tracking-eyebrow, .14em);text-transform:uppercase}.pl-hero__signal-text.pl-story-card__text{margin:0;flex:1 1 auto;color:#e6f0ffb8}.pl-hero__stage{grid-area:stage;position:relative;display:grid;align-items:end;justify-items:end;min-height:clamp(28rem,52vw,46rem);overflow:visible;width:100%;max-width:100%;padding-right:0;padding-bottom:clamp(.5rem,1.5vh,1.25rem);box-sizing:border-box}.pl-hero__stage:before,.pl-hero__stage:after{content:"";position:absolute;pointer-events:none}.pl-hero__stage:before{top:22%;right:4%;bottom:26%;left:32%;background:radial-gradient(ellipse at 64% 52%,#148cff1a,#148cff08,#148cff00 68%);filter:blur(56px);opacity:.55}.pl-hero__stage:after{left:30%;right:6%;bottom:8%;height:14%;border-radius:50%;background:radial-gradient(ellipse at 50% 40%,#0000002e,#0000 74%);filter:blur(32px);opacity:.45}.pl-hero [data-pl-hero-reveal]{opacity:0;transform:translate3d(0,.65rem,0);transition:opacity .48s cubic-bezier(.16,1,.3,1),transform .48s cubic-bezier(.16,1,.3,1)}.pl-hero__backdrop[data-pl-hero-reveal]{transform:none}.pl-hero.is-ready [data-pl-hero-reveal="1"]{opacity:1;transform:none;transition-delay:0ms}.pl-hero.is-ready [data-pl-hero-reveal="2"]{opacity:1;transform:translateZ(0);transition-delay:80ms}.pl-hero.is-ready [data-pl-hero-reveal="3"]{opacity:1;transform:translateZ(0);transition-delay:.22s}.pl-hero.is-ready [data-pl-hero-reveal="4"]{opacity:1;transform:translateZ(0);transition-delay:.38s}.pl-hero.is-ready [data-pl-hero-reveal="5"]{opacity:1;transform:translateZ(0);transition-delay:.52s}.pl-hero.is-ready [data-pl-hero-reveal="6"]{opacity:1;transform:translateZ(0);transition-delay:.68s}.pl-hero.is-ready [data-pl-hero-reveal="7"]{opacity:1;transform:translateZ(0);transition-delay:.78s}.pl-hero.is-ready [data-pl-hero-reveal="8"]{opacity:1;transform:translateZ(0);transition-delay:.88s}.pl-hero__product-shell{--pl-hero-product-x: clamp(.45rem, 1.4vw, 1.25rem);--pl-hero-product-y: clamp(1.4rem, 2.8vh, 2.4rem);--pl-hero-product-scale: 1;position:relative;display:grid;place-items:center;width:min(104%,46rem);aspect-ratio:1.68 / 1;align-self:end;justify-self:end;margin-right:clamp(-2.5rem,-2.2vw,-.6rem);overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none;animation:none;will-change:auto}.pl-hero__product-shell:before{content:"";position:absolute;inset:auto 18% 1% 22%;height:14%;border-radius:50%;pointer-events:none;background:radial-gradient(ellipse at 50% 40%,#00000047,#0000001a 38%,#0000 78%);filter:blur(22px);opacity:.5;z-index:0;transform:translate3d(2%,0,0) scaleX(1.05)}.pl-hero__product-shell:after{content:"";position:absolute;left:22%;right:14%;bottom:10%;height:28%;border-radius:50%;pointer-events:none;background:radial-gradient(ellipse at 48% 70%,#6eb4ff24,#148cff0d 42%,#148cff00 76%);filter:blur(28px);opacity:.42;z-index:0;mix-blend-mode:screen}.pl-hero__product-halo{position:absolute;top:22%;right:12%;bottom:18%;left:16%;border-radius:50%;background:radial-gradient(ellipse at 52% 58%,#148cff1f,#148cff0a 40%,#006bff00 72%);filter:blur(64px);opacity:.34;animation:pl-hero-halo 12s ease-in-out infinite;pointer-events:none;z-index:0}.pl-hero__product-reflect{position:absolute;left:26%;right:18%;bottom:2%;height:10%;z-index:0;pointer-events:none;border-radius:50%;background:radial-gradient(ellipse at 50% 25%,#96c8ff1a,#148cff08 44%,#148cff00 76%);filter:blur(14px);opacity:.32;transform:none;animation:none}.pl-hero__product-media,.pl-hero__product-media picture,.pl-hero__product-media img,.pl-hero__product-media video{width:100%;height:100%}.pl-hero__product-media{position:relative;z-index:1;width:100%;display:grid;place-items:center;background:transparent;border:0;border-radius:0;box-shadow:none}.pl-hero__product-media--fallback{overflow:visible;width:min(100%,48rem);height:100%;border-radius:0;-webkit-mask-image:none;mask-image:none}.pl-hero__product-media--official{position:relative;z-index:1;overflow:visible;width:min(100%,40rem);height:100%;display:grid;align-items:center;justify-items:end;background:transparent;border:0;border-radius:0;box-shadow:none;mix-blend-mode:normal;transform-origin:70% 64%;transform:translate3d(calc(var(--pl-hero-product-x) + var(--pl-hero-progress) * .28rem),calc(var(--pl-hero-product-y) + var(--pl-hero-progress) * -.35rem),0) scale(var(--pl-hero-product-scale));animation:pl-hero-product-float 11s cubic-bezier(.45,.05,.55,.95) infinite;will-change:transform}.pl-hero__product-media--official:before,.pl-hero__product-media--official:after{content:none}.pl-hero__product-media--official img,.pl-hero__product-media--official video,.pl-hero__product-image,.pl-hero__product-video{width:min(100%,40rem);max-width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center 48%;background:transparent;border:0;outline:none;border-radius:0;box-shadow:none;pointer-events:none;mix-blend-mode:normal;-webkit-mask-image:none;mask-image:none;filter:drop-shadow(0 18px 28px rgba(0,0,0,.28)) drop-shadow(0 4px 14px rgba(0,0,0,.16));transform:none;opacity:1}.pl-hero__product-media--official .pl-hero__product-video{display:block}.pl-hero.is-ready .pl-hero__product-image{opacity:1}.pl-hero__product-media--official video::-webkit-media-controls,.pl-hero__product-media--official video::-webkit-media-controls-enclosure,.pl-hero__product-media--official video::-webkit-media-controls-start-playback-button,.pl-hero__product-media--official video::-webkit-media-controls-overlay-play-button{display:none!important;-webkit-appearance:none;opacity:0!important}.pl-hero__product-media--fallback:before{content:"";position:absolute;top:8%;right:12%;bottom:18%;left:12%;border-radius:50%;background:radial-gradient(circle,#148cff57,#148cff1f 26%,#148cff00 72%),radial-gradient(circle at 36% 24%,#ffffff1f,#fff0 18%),linear-gradient(90deg,#006bff24,#006bff00 28%,#148cff1f);filter:blur(28px);mix-blend-mode:screen;pointer-events:none}.pl-hero__product-media--fallback img,.pl-hero__product-media--fallback video{object-fit:contain;object-position:var(--pl-hero-focal, center center);max-width:min(100%,52rem);-webkit-mask-image:radial-gradient(ellipse 38% 62% at 50% 54%,rgba(0,0,0,1) 28%,rgba(0,0,0,.98) 42%,rgba(0,0,0,.82) 56%,rgba(0,0,0,0) 76%);mask-image:radial-gradient(ellipse 38% 62% at 50% 54%,#000 28%,#000000fa,#000000d1 56%,#0000 76%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;filter:drop-shadow(0 38px 78px rgba(0,0,0,.46));transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1)}.pl-hero__stage:hover .pl-hero__product-media--fallback img{transform:translate3d(0,-.12rem,0) scale(1.11);filter:drop-shadow(0 50px 92px rgba(0,0,0,.56)) drop-shadow(0 0 42px rgba(20,140,255,.16)) brightness(1.06) contrast(1.06)}.pl-hero__product-media--fallback img{width:100%;max-width:min(100%,40rem);height:100%;object-fit:contain;object-position:center 52%;transform:translate3d(0,.25rem,0) scale(1.08);filter:drop-shadow(0 42px 80px rgba(0,0,0,.5)) drop-shadow(0 0 36px rgba(20,140,255,.12)) brightness(1.04) contrast(1.08)}.pl-hero__stage:hover .pl-hero__product-media--official img,.pl-hero__stage:hover .pl-hero__product-media--official video,.pl-hero__stage:hover .pl-hero__product-image,.pl-hero__stage:hover .pl-hero__product-video{transform:none;filter:drop-shadow(0 18px 28px rgba(0,0,0,.28)) drop-shadow(0 4px 14px rgba(0,0,0,.16))}.pl-hero__stage:hover .pl-hero__product-halo{opacity:.4}.pl-hero__product-placeholder{position:relative;z-index:1;display:grid;place-items:center;width:min(70%,22rem);aspect-ratio:1 / 1;padding:1rem;border:1px dashed rgba(255,255,255,.22);border-radius:2rem;background:#ffffff0d;color:#ffffffb8;font-size:.82rem;letter-spacing:.12em;text-align:center;text-transform:uppercase}@keyframes pl-hero-halo{0%,to{opacity:.3;transform:scale(.995)}50%{opacity:.4;transform:scale(1.01)}}@keyframes pl-hero-product-float{0%,to{transform:translate3d(calc(var(--pl-hero-product-x) + var(--pl-hero-progress) * .28rem),calc(var(--pl-hero-product-y) + var(--pl-hero-progress) * -.35rem),0) rotate(-.5deg) scale(var(--pl-hero-product-scale))}50%{transform:translate3d(calc(var(--pl-hero-product-x) + var(--pl-hero-progress) * .28rem),calc(var(--pl-hero-product-y) + var(--pl-hero-progress) * -.35rem - 4px),0) rotate(.6deg) scale(var(--pl-hero-product-scale))}}@keyframes pl-hero-reflect{0%,to{opacity:.14;transform:translate3d(-1%,0,0)}50%{opacity:.26;transform:translate3d(1.2%,-.6%,0)}}.template-index .pl-story-section--promise .pl-story-card__meta-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.72rem}.template-index .pl-story-section--promise .pl-story-card__glyph{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:#a2d6ffeb;flex:0 0 auto}.template-index .pl-story-section--promise .pl-story-card__glyph svg{width:100%;height:100%}.template-index .pl-story-section--promise .pl-story-card--benefit:before{left:1.15rem;right:1.15rem;opacity:.46}.template-index .pl-story-section--promise .pl-story-card--benefit:after{opacity:.3}.template-index .pl-story-section--promise .pl-story-card--benefit:hover{transform:translateY(-2px);border-color:#97cdff38;box-shadow:inset 0 1px #ffffff12,0 14px 30px #0000001f}.template-index .pl-story-section--promise .pl-story-card__label{margin:0}@keyframes pl-hero-court-energy{0%,to{opacity:.88;transform:translateZ(0) scale(.98)}50%{opacity:.96;transform:translate3d(0,-.2rem,0) scale(1.03)}}@keyframes pl-hero-floor-breathe{0%,to{opacity:.72;transform:scale(1)}50%{opacity:.84;transform:scale(1.02)}}@keyframes pl-hero-glass-drift{0%{opacity:.56;transform:translate3d(0,-.4%,0)}to{opacity:.68;transform:translate3d(0,.4%,0)}}@keyframes pl-hero-atmosphere{0%{opacity:.68;transform:translate3d(0,-.45%,0)}to{opacity:.8;transform:translate3d(0,.55%,0)}}.pl-stack{display:grid;gap:1.25rem}.pl-bullet-grid,.pl-stat-grid{display:grid;gap:1rem}.pl-stat-card{padding:1.25rem}.pl-stat-card strong{display:block;margin-bottom:.25rem;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.45rem;font-weight:500}.pl-tag-list{display:flex;flex-wrap:wrap;gap:.75rem}.pl-tag{display:inline-flex;align-items:center;min-height:2.5rem;padding:.5rem .95rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0d;color:#ffffffc7;font-size:.88rem}.pl-quote{padding-left:1.25rem;border-left:2px solid rgba(255,255,255,.16);color:#ffffffd6;font-size:1.1rem;line-height:1.6}.pl-bullet-card{padding:1.25rem}.pl-bullet-card h3{margin:0 0 .5rem;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;letter-spacing:-.02em}.pl-media-frame{overflow:hidden;min-height:18rem;border-radius:1.5rem;background:#ffffff0d}.pl-media-frame img,.pl-media-frame video{width:100%;height:100%;object-fit:cover}.pl-product-card{overflow:visible}.template-index #pl-range .pl-product-card.pl-surface,.template-index .pl-story-section--range .pl-product-card{overflow:hidden}.pl-product-card__media{aspect-ratio:4 / 5;background:#ffffff0a}.pl-product-card__content{padding:1rem}.pl-product-card__title{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500}.pl-price{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.pl-price__current{color:var(--pl-white);font-weight:600}.pl-price__compare{color:var(--pl-text-muted);text-decoration:line-through}.pl-page-intro{margin-bottom:2rem}.pl-grid-products{display:grid;gap:1.25rem}.pl-form-row{display:grid;gap:.75rem}.pl-field,.pl-select,.pl-quantity-input{width:100%;min-height:3rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:#ffffff0a;color:var(--pl-white)}.pl-cart-line,.pl-search-line,.pl-footer__bottom{display:grid;gap:1rem}.pl-cart-line{grid-template-columns:6rem minmax(0,1fr);padding:1rem 0;border-top:1px solid rgba(255,255,255,.08)}.pl-footer{padding:2.5rem 0;border-top:1px solid rgba(20,140,255,.16);background:radial-gradient(circle at 78% 0%,#148cff14,#006bff00 20%),linear-gradient(180deg,#05080d,#030405)}.pl-footer__grid{display:grid;gap:2rem}.pl-footer__brand{max-width:28rem}.pl-footer__menu,.pl-footer__socials{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.pl-footer__meta{color:var(--pl-text-muted);font-size:.92rem}@media(min-width:750px){.pl-split--2,.pl-footer__grid,.pl-grid-products,.pl-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.pl-card-grid--3,.pl-bullet-grid,.pl-stat-grid,.pl-grid-products.pl-grid-products--3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:990px){.pl-split--hero,.pl-split--media,.pl-footer__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}.pl-grid-products.pl-grid-products--3{grid-template-columns:repeat(3,minmax(0,1fr))}.pl-grid-products.pl-grid-products--4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:989px){:root{--pl-header-height: 72px;--header-height: 72px}.pl-header{height:var(--pl-header-height, 72px)}.pl-header__logo-image{width:clamp(118px,28vw,148px);max-height:46px}.pl-header__actions{gap:.15rem}.pl-header__icon-button,.pl-header__menu-toggle{min-height:2.2rem;min-width:2.2rem;padding:.32rem}.pl-locale__toggle{min-height:2.05rem;max-height:2.05rem;padding:.22rem .5rem}}@media(max-width:749px){.pl-container{width:min(100%,var(--pl-content-width, var(--page-max-width, 1440px)));padding-inline:max(1rem,var(--pl-page-gutter, var(--page-gutter, 20px)))}.pl-hero__actions{flex-direction:column;align-items:stretch}.pl-hero__actions .pl-button{width:100%}.pl-section{padding:4rem 0}}@media(max-width:989px){.pl-hero__layout{grid-template-columns:1fr;grid-template-areas:"stage" "copy" "signals";grid-template-rows:auto;row-gap:1.35rem;padding-top:calc(var(--pl-header-height) + 1.15rem);padding-bottom:2.85rem}.pl-hero__copy{max-width:none;transform:none}.pl-hero__stage{min-height:min(48svh,28rem);justify-items:center;align-items:center;padding-right:0;padding-bottom:0}.pl-hero__stage:before{top:12%;right:8%;bottom:18%;left:8%;opacity:.45}.pl-hero__product-shell{--pl-hero-product-x: 0;--pl-hero-product-y: .25rem;--pl-hero-product-scale: .94;margin-right:0;justify-self:center;width:min(100%,36rem)}.pl-hero__product-shell:before{opacity:.38}.pl-hero__product-shell:after{opacity:.28}.pl-hero__product-halo{opacity:.22;filter:blur(40px);animation:none}.pl-hero__product-reflect{opacity:.22}.pl-hero__product-media--official{width:min(100%,32rem);justify-items:center;animation:none;transform:translate3d(var(--pl-hero-product-x),var(--pl-hero-product-y),0) scale(var(--pl-hero-product-scale))}.pl-hero__product-media--official img,.pl-hero__product-media--official video,.pl-hero__product-image,.pl-hero__product-video{width:min(100%,31rem);max-width:100%;mix-blend-mode:normal;filter:drop-shadow(0 14px 22px rgba(0,0,0,.26)) drop-shadow(0 3px 10px rgba(0,0,0,.14))}.pl-hero__title{max-width:11ch;font-size:clamp(2.55rem,10vw,3.85rem)}.pl-hero__signals{grid-template-columns:1fr;max-width:none}.pl-hero__signal-card.pl-story-card{flex-direction:column;align-items:stretch;height:auto}}@media(max-width:749px){.pl-hero__stage{min-height:22rem}.pl-hero__brand{font-size:.7rem;margin-bottom:1.1rem}.pl-hero__title{font-size:clamp(2.4rem,11vw,3.4rem)}.pl-hero__subtitle{font-size:1rem;max-width:28rem}.pl-hero__actions{flex-direction:column;align-items:stretch}.pl-hero__actions .pl-button{width:100%}.pl-hero__signals{gap:.6rem}.pl-hero__signal-card.pl-story-card{padding:.9rem .95rem}.pl-hero__product-media--fallback{width:min(100%,30rem);border-radius:0}.pl-hero__product-shell{--pl-hero-product-scale: .92}.pl-hero__product-halo{opacity:.18;animation:none}.pl-hero__product-media--official{width:min(100%,29rem);justify-items:center;animation:none;transform:translate3d(0,.2rem,0) scale(var(--pl-hero-product-scale))}.pl-hero__product-media--official img,.pl-hero__product-media--official video,.pl-hero__product-image,.pl-hero__product-video{width:min(100%,28.5rem);max-width:100%}.pl-hero__product-media--fallback img{width:138%;object-position:center 42%;transform:scale(1.48) translate(0)}}.pl-inline-link{display:inline-flex;align-items:center;gap:.7rem;margin-top:var(--space-body-link, 1.5rem);color:#ffffffeb;font-size:var(--fs-editorial-link, .82rem);font-weight:700;letter-spacing:var(--tracking-link, .16em);text-transform:uppercase}.pl-inline-link:hover,.pl-inline-link:focus-visible{color:#b8d6ff}.pl-inline-link:after{content:"";width:2.2rem;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.42),var(--pl-blue));transition:transform var(--pl-transition),opacity var(--pl-transition)}.pl-inline-link:hover:after{transform:translate(.3rem);opacity:1}[data-pl-reveal-root] [data-pl-reveal]{opacity:0;transform:translate3d(0,var(--pl-reveal-distance),0);transition:opacity var(--pl-reveal-duration) var(--pl-ease-premium),transform var(--pl-reveal-duration) var(--pl-ease-premium);transition-delay:var(--pl-reveal-delay, 0ms)}[data-pl-reveal-root].is-visible [data-pl-reveal]{opacity:1;transform:translateZ(0)}.pl-story-section{position:relative;overflow-x:clip;overflow-y:visible;isolation:isolate}.pl-story-section:before{content:"";position:absolute;inset:auto -12% -8% auto;width:clamp(18rem,32vw,30rem);height:clamp(18rem,32vw,30rem);border-radius:50%;background:radial-gradient(circle,#148cff33,#148cff14 38%,#148cff00 74%);filter:blur(26px);opacity:.9;pointer-events:none}.pl-story-section:after{content:"";position:absolute;left:50%;top:0;width:min(calc(100% - 2rem),var(--pl-content-width));height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,rgba(20,140,255,.2),rgba(255,255,255,.1),rgba(20,140,255,.2),transparent);opacity:.72}.pl-story-section--promise,.pl-story-section--solution,.pl-story-section--technology,.pl-story-section--materials,.pl-story-section--final{background:radial-gradient(circle at 14% 22%,#148cff1f,#148cff00 24%),radial-gradient(circle at 86% 32%,#006bff24,#006bff00 26%)}.pl-story-section--promise:before,.pl-story-section--solution:before,.pl-story-section--technology:before,.pl-story-section--materials:before,.pl-story-section--final:before{inset:10% auto auto -8%;width:clamp(16rem,28vw,26rem);height:clamp(16rem,28vw,26rem);opacity:.72}.pl-story-section--promise:after,.pl-story-section--solution:after,.pl-story-section--technology:after,.pl-story-section--materials:after,.pl-story-section--final:after{top:auto;bottom:0;height:1px}.pl-story-section__shell{position:relative;z-index:1;display:grid;gap:clamp(1.5rem,3vw,2.5rem)}.pl-story-section__shell--split,.pl-story-section__split{display:grid;gap:clamp(1.5rem,3vw,2.5rem)}.pl-story-section__shell--promise{display:grid;gap:clamp(1.5rem,3vw,2.25rem)}.pl-story-section__intro{max-width:42rem}.pl-hero__copy,.pl-story-section__intro,.pl-range__header,.pl-final-cta__body,.pl-footer__brand{position:relative;isolation:isolate}.pl-story-section__intro:before,.pl-range__header:before,.pl-final-cta__body:before,.pl-footer__brand:before{content:"";position:absolute;inset:var(--pl-bg-text-shield-inset, -1.5rem -1.75rem);z-index:-1;background:radial-gradient(ellipse at var(--pl-bg-text-shield-x, 32%) var(--pl-bg-text-shield-y, 42%),rgba(3,6,11,var(--pl-bg-text-shield-opacity, .48)) 0%,rgba(3,6,11,calc(var(--pl-bg-text-shield-opacity, .48) * .74)) 34%,rgba(3,6,11,0) 76%),linear-gradient(90deg,rgba(3,6,11,calc(var(--pl-bg-text-shield-opacity, .48) * .92)) 0%,rgba(3,6,11,calc(var(--pl-bg-text-shield-opacity, .48) * .44)) var(--pl-bg-readability-side, 58%),rgba(3,6,11,0) 100%);filter:blur(var(--pl-bg-text-shield-blur, 20px));opacity:.96;pointer-events:none;transform:scale(var(--pl-bg-text-shield-scale, 1))}.pl-story-section .pl-section__heading{max-width:10ch;font-size:clamp(2.35rem,4.8vw,4.8rem)}.pl-story-section__copy{margin-top:1.15rem;max-width:40rem}.pl-story-section__copy p{margin-block:0}.pl-story-section__copy p+p{margin-top:1rem}.pl-story-section__stage,.pl-story-section__visual-stack{display:grid;gap:1rem}.pl-story-media{--pl-media-halo-opacity: .34;--pl-media-shadow-opacity: .78;--pl-media-bloom-opacity: .2;--pl-media-fog-opacity: .16;--pl-media-lift: 0px;position:relative;overflow:visible;display:grid;place-items:center;isolation:isolate;min-height:clamp(20rem,40vw,34rem);border:0;border-radius:0;background:none;box-shadow:none}.pl-story-media:before{content:"";position:absolute;top:10%;right:12%;bottom:18%;left:12%;z-index:0;border-radius:50%;background:radial-gradient(circle,rgba(20,140,255,var(--pl-media-halo-opacity)),#148cff1f 22%,#148cff0a 38%,#148cff00 72%),radial-gradient(circle at 32% 28%,rgba(255,255,255,var(--pl-media-bloom-opacity)),#fff0 18%),linear-gradient(135deg,#ffffff1a,#fff0 26%,#148cff1f);filter:blur(34px);opacity:.96;transform:translate3d(0,var(--pl-media-glow-shift, 0px),0);pointer-events:none}.pl-story-media:after{content:"";position:absolute;left:12%;right:12%;bottom:4%;height:18%;z-index:0;border-radius:50%;background:radial-gradient(circle,rgba(0,0,0,var(--pl-media-shadow-opacity)),#0000002e 34%,#0000 74%),linear-gradient(180deg,#86c5ff1a,#86c5ff00);filter:blur(22px);opacity:.92;transform:translate3d(0,var(--pl-media-shadow-shift, 0px),0);pointer-events:none}.pl-story-media img,.pl-story-media video{width:100%;height:100%;object-fit:cover;position:relative;z-index:1;opacity:.78;transform:translate3d(0,1rem,0) scale(.985);transform-origin:center bottom;transition:transform .7s var(--pl-ease-premium),opacity var(--pl-reveal-duration) var(--pl-ease-premium),filter .7s var(--pl-ease-premium)}.pl-story-section.is-visible .pl-story-media img,.pl-story-section.is-visible .pl-story-media video,.pl-story-section:hover .pl-story-media img,.pl-story-section:hover .pl-story-media video{opacity:1;transform:translate3d(0,var(--pl-media-lift),0) scale(1.02)}.pl-story-media--product,.pl-story-media--solution,.pl-story-media--technology,.pl-story-media--final{min-height:clamp(23rem,42vw,36rem);background:none;--pl-media-halo-opacity: .42;--pl-media-bloom-opacity: .22}.pl-story-media--promise,.pl-story-media--solution,.pl-story-media--technology,.pl-story-media--materials,.pl-story-media--community,.pl-story-media--final{background:none}.pl-story-section--promise .pl-story-media,.pl-story-section--solution .pl-story-media,.pl-story-section--technology .pl-story-media{--pl-media-halo-opacity: .42;--pl-media-bloom-opacity: .24;--pl-media-fog-opacity: .2}.pl-story-section--promise .pl-story-media:before,.pl-story-section--solution .pl-story-media:before,.pl-story-section--technology .pl-story-media:before{background:radial-gradient(circle at 58% 46%,#148cff70,#148cff29 22%,#148cff0d 36%,#148cff00 72%),radial-gradient(circle at 20% 16%,#ffffff24,#fff0 18%),linear-gradient(90deg,#148cff1f,#148cff00 18% 82%,#148cff1f)}.pl-story-media--product img,.pl-story-media--product video,.pl-story-media--solution img,.pl-story-media--solution video,.pl-story-media--technology img,.pl-story-media--technology video,.pl-story-media--final img,.pl-story-media--final video{object-fit:contain;padding:clamp(1rem,4vw,2.6rem);-webkit-mask-image:radial-gradient(ellipse 38% 62% at 50% 54%,rgba(0,0,0,1) 28%,rgba(0,0,0,.98) 42%,rgba(0,0,0,.82) 56%,rgba(0,0,0,0) 76%);mask-image:radial-gradient(ellipse 38% 62% at 50% 54%,#000 28%,#000000fa,#000000d1 56%,#0000 76%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;filter:drop-shadow(0 32px 60px rgba(0,0,0,.48)) drop-shadow(0 0 34px rgba(20,140,255,.12))}.pl-story-media--editorial,.pl-story-media--community,.pl-story-media--problem,.pl-story-media--design,.pl-story-media--materials{min-height:clamp(22rem,44vw,36rem)}.pl-story-media--problem{background:none;--pl-media-halo-opacity: .16;--pl-media-bloom-opacity: .08;--pl-media-shadow-opacity: .88}.pl-story-media__placeholder{display:grid;place-items:center;min-height:inherit;padding:1.5rem;position:relative;overflow:hidden}.pl-story-media__placeholder-core,.pl-story-media__placeholder-wave,.pl-story-media__placeholder-grid,.pl-story-media__placeholder-particles,.pl-story-media__placeholder-label{position:absolute}.pl-story-media__placeholder-core{top:18%;right:20%;bottom:18%;left:20%;border-radius:50%;background:radial-gradient(circle,#ffffff24,#148cff1f 22%,#148cff0a 34%,#148cff00 66%);filter:blur(22px);opacity:.96}.pl-story-media__placeholder-wave{top:52%;width:40%;height:1.4rem;border-radius:999px;background:linear-gradient(90deg,#148cff00,#148cfff2 20%,#78d2ffeb 48%,#148cfff2 78%,#148cff00);filter:blur(2px) drop-shadow(0 0 16px rgba(20,140,255,.44));opacity:.92}.pl-story-media__placeholder-wave:before,.pl-story-media__placeholder-wave:after{content:"";position:absolute;top:50%;width:44%;height:.22rem;border-radius:999px;background:#ffffffe0;box-shadow:0 0 18px #148cff61;transform:translateY(-50%)}.pl-story-media__placeholder-wave:before{left:-2%;transform:translateY(-50%) rotate(-11deg)}.pl-story-media__placeholder-wave:after{right:-2%;transform:translateY(-50%) rotate(11deg)}.pl-story-media__placeholder-wave--left{left:-4%;transform:rotate(2deg)}.pl-story-media__placeholder-wave--right{right:-4%;transform:rotate(-2deg)}.pl-story-media__placeholder-grid{top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,transparent 12%,rgba(20,140,255,.12) 12%,rgba(20,140,255,.12) calc(12% + 1px),transparent calc(12% + 1px),transparent 50%,rgba(20,140,255,.09) 50%,rgba(20,140,255,.09) calc(50% + 1px),transparent calc(50% + 1px),transparent 88%,rgba(20,140,255,.12) 88%,rgba(20,140,255,.12) calc(88% + 1px),transparent calc(88% + 1px)),linear-gradient(180deg,transparent 0%,transparent 28%,rgba(20,140,255,.1) 28%,rgba(20,140,255,.1) calc(28% + 1px),transparent calc(28% + 1px),transparent 72%,rgba(20,140,255,.08) 72%,rgba(20,140,255,.08) calc(72% + 1px),transparent calc(72% + 1px));opacity:.78}.pl-story-media__placeholder-particles{top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 16% 30%,#148cffb3,#148cff00 1.1%),radial-gradient(circle at 24% 66%,#148cff8a,#148cff00 .9%),radial-gradient(circle at 78% 26%,#ffffff8a,#fff0 .9%),radial-gradient(circle at 84% 60%,#148cffc7,#148cff00 1.1%),radial-gradient(circle at 70% 74%,#148cff7a,#148cff00 .8%),radial-gradient(circle at 10% 82%,#148cff6b,#148cff00 .8%);opacity:.92}.pl-story-media__placeholder-label{left:1.5rem;bottom:1.4rem;color:#ffffffc2;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.pl-story-media--empty{background:none;--pl-media-halo-opacity: .26;--pl-media-bloom-opacity: .16}.pl-story-panel{position:relative;overflow:hidden;isolation:isolate;padding:1.15rem 1.2rem;border:1px solid rgba(20,140,255,.16);border-radius:1.5rem;background:linear-gradient(180deg,#091324e0,#040a12d6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 1px #ffffff0a,0 0 18px #006bff0a}.pl-story-panel:before,.pl-product-card:before,.pl-final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,#ffffff24,#fff0 22%,#148cff1a 58%,#ffffff0d);opacity:.6;mix-blend-mode:screen;pointer-events:none}.pl-story-panel--statement p,.pl-story-panel--quote p{margin:0;color:#ffffffe6;font-size:1.02rem;line-height:1.55}.pl-story-panel--quote{max-width:24rem}.pl-story-panel--overlay{display:grid;gap:1rem;align-self:end;width:min(88%,22rem);margin:-5rem 0 0 auto}.pl-story-panel--tight{padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.pl-story-panel__product{position:relative;overflow:visible;isolation:isolate;border-radius:0;background:none}.pl-story-panel__product:before,.pl-story-panel__product:after{content:"";position:absolute;pointer-events:none}.pl-story-panel__product:before{top:12%;right:14%;bottom:18%;left:14%;border-radius:50%;background:radial-gradient(circle,#148cff57,#148cff24 24%,#148cff00 68%);filter:blur(28px)}.pl-story-panel__product:after{left:16%;right:16%;bottom:4%;height:16%;border-radius:50%;background:radial-gradient(circle,#00000075,#00000029 38%,#0000 74%);filter:blur(16px)}.pl-story-panel__product img{position:relative;z-index:1;width:100%;aspect-ratio:1 / 1;object-fit:contain;padding:1rem;-webkit-mask-image:radial-gradient(ellipse 38% 62% at 50% 54%,rgba(0,0,0,1) 28%,rgba(0,0,0,.98) 42%,rgba(0,0,0,.82) 56%,rgba(0,0,0,0) 76%);mask-image:radial-gradient(ellipse 38% 62% at 50% 54%,#000 28%,#000000fa,#000000d1 56%,#0000 76%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;filter:drop-shadow(0 22px 40px rgba(0,0,0,.42)) drop-shadow(0 0 24px rgba(20,140,255,.1));transition:transform .7s var(--pl-ease-premium),filter .7s var(--pl-ease-premium),opacity var(--pl-reveal-duration) ease}.pl-story-section.is-visible .pl-story-panel__product img,.pl-story-panel--overlay:hover .pl-story-panel__product img{transform:translate3d(0,-.2rem,0) scale(1.02);filter:drop-shadow(0 28px 48px rgba(0,0,0,.48)) drop-shadow(0 0 28px rgba(20,140,255,.14))}.pl-story-list{display:grid;gap:.85rem}.pl-story-list__item{display:grid;gap:.25rem}.pl-story-list__item strong{color:#fffffff0;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.pl-story-list__item span{color:#ffffffbd;line-height:1.55}.pl-story-grid{display:grid;gap:1rem}.pl-story-grid--compact{gap:.9rem}.pl-story-card{position:relative;overflow:hidden;isolation:isolate;min-height:100%;padding:1.35rem;border:1px solid rgba(20,140,255,.14);border-radius:var(--pl-card-radius);background:linear-gradient(180deg,#091222eb,#040a12e0);transition:transform var(--pl-motion),border-color var(--pl-motion),background-color var(--pl-motion),box-shadow var(--pl-motion);box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08}.pl-story-card:before{content:"";position:absolute;left:1.35rem;right:1.35rem;top:0;height:1px;background:linear-gradient(90deg,#006bff00,#148cff6b,#ffffff1f,#006bff00);opacity:.72}.pl-story-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(132deg,#ffffff14,#fff0 26%,#148cff14 62%,#ffffff0a);opacity:.54;mix-blend-mode:screen;pointer-events:none}.pl-story-card:hover{transform:translateY(var(--pl-card-hover-lift));border-color:#148cff3d;box-shadow:0 18px 36px #0000002e,0 0 24px #148cff14}.pl-story-card__label,.pl-story-card__index,.pl-story-card__value{margin:0 0 var(--space-card-label-title, .8rem);color:#97c2ffe6;font-size:var(--fs-card-label, .74rem);font-weight:700;letter-spacing:var(--tracking-eyebrow, .14em);text-transform:uppercase}.pl-story-card__index,.pl-story-card__value{color:var(--pl-blue)}.pl-story-card__title{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-card-title, 1.08rem);font-weight:500;line-height:1.2;letter-spacing:-.03em}.pl-story-card__text{margin:var(--space-card-title-body, .65rem) 0 0;color:var(--color-card-body, rgba(255, 255, 255, .72));font-size:var(--fs-card-body, .92rem);line-height:var(--lh-card, 1.62)}.pl-story-card__quote{margin:0;color:#ffffffeb;font-size:var(--fs-card-body);line-height:var(--lh-card)}.pl-story-card__meta{display:grid;gap:.2rem;margin-top:1rem}.pl-story-card__meta strong{font-size:.86rem;letter-spacing:.1em;text-transform:uppercase}.pl-story-card__meta span{color:#ffffffa8;font-size:.92rem}.pl-story-card--problem,.pl-story-card--technology,.pl-story-card--solution{background:linear-gradient(180deg,#0a1628f2,#04090feb)}.pl-story-card--benefit,.pl-story-card--detail,.pl-story-card--material,.pl-story-card--testimonial{background:linear-gradient(180deg,#0a172ae0,#050a12d6)}.pl-story-section--range .pl-story-section__intro{max-width:min(42rem,100%)}.pl-range__header{display:grid;gap:clamp(1rem,2vw,1.5rem);align-items:start}.pl-range__summary{align-self:start}.pl-range__count{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.6rem,5vw,4.4rem);line-height:.95;letter-spacing:-.06em}.pl-range__summary-label{display:block;margin-top:.5rem;color:#ffffffb8;line-height:1.55}.pl-range__body{position:relative;z-index:1;padding-top:clamp(.65rem,1.4vh,1.15rem)}.pl-range__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);align-items:stretch}.pl-range__grid>*{min-height:0}.pl-range__summary{align-self:start;justify-self:end;width:auto;max-width:14rem;padding:1.2rem 1.3rem;border-radius:1.5rem;background:#03050ab3;border:1px solid rgba(20,140,255,.16)}.pl-range__empty{max-width:34rem}@media(min-width:1080px){.pl-range__header{grid-template-columns:minmax(0,1fr) auto;align-items:start}}@media(max-width:1150px){.pl-range__summary{justify-self:start;width:min(100%,16rem)}}@media(max-width:960px){.pl-range__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.9rem,2vw,1.25rem)}.pl-range__body{padding-top:clamp(1.5rem,4vw,3rem)}}@media(max-width:749px){.pl-range__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.pl-product-card{min-height:auto}.pl-range__summary{justify-self:stretch;width:100%}}.pl-range__empty p{margin:0;color:#ffffffbd;line-height:1.6}.template-index .pl-story-section--range .pl-product-card{overflow:hidden;position:relative;isolation:isolate;display:flex;flex-direction:column;min-height:100%;border-radius:var(--pl-card-radius);border:1px solid rgba(20,140,255,.14);background:linear-gradient(180deg,#091222eb,#040a12e0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08;transition:transform var(--pl-motion),box-shadow var(--pl-motion),border-color var(--pl-motion),filter var(--pl-motion)}.template-index .pl-story-section--range .pl-product-card:before{content:"";position:absolute;left:1.35rem;right:1.35rem;top:0;height:1px;z-index:2;background:linear-gradient(90deg,#006bff00,#148cff6b,#ffffff1f,#006bff00);opacity:.72;pointer-events:none}.template-index .pl-story-section--range .pl-product-card:hover{transform:translate3d(0,var(--pl-card-hover-lift),0);border-color:#148cff47;box-shadow:0 18px 36px #00000038,0 0 28px #148cff24;filter:brightness(1.04)}.template-index .pl-story-section--range .pl-product-card__link{display:grid;grid-template-rows:auto 1fr;min-height:100%;color:inherit;text-decoration:none}.template-index .pl-story-section--range .pl-product-card__media{position:relative;overflow:hidden;aspect-ratio:5 / 4;max-height:clamp(10rem,24vh,14.5rem);border-bottom:1px solid rgba(255,255,255,.06);background:radial-gradient(ellipse 70% 55% at 50% 28%,rgba(70,150,255,.22) 0%,transparent 58%),radial-gradient(ellipse 55% 40% at 50% 88%,rgba(20,80,180,.18) 0%,transparent 70%),linear-gradient(180deg,#060c16fa,#030810)}.template-index .pl-story-section--range .pl-product-card__studio{position:absolute;inset:8% 12% auto;height:42%;border-radius:50%;background:radial-gradient(circle,rgba(120,190,255,.22) 0%,transparent 72%);filter:blur(16px);pointer-events:none;z-index:0}.template-index .pl-story-section--range .pl-product-card__reflection{position:absolute;left:18%;right:18%;bottom:6%;height:18%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(40,120,220,.28) 0%,transparent 72%);filter:blur(10px);opacity:.75;pointer-events:none;z-index:0}.template-index .pl-story-section--range .pl-product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(140deg,#ffffff24,#fff0 28%,#148cff14,#ffffff0a);mix-blend-mode:screen;pointer-events:none;z-index:2}.template-index .pl-story-section--range .pl-product-card__image{position:relative;z-index:1;object-fit:contain;padding:clamp(.35rem,.9vw,.65rem);filter:drop-shadow(0 14px 22px rgba(0,20,60,.42)) drop-shadow(0 4px 10px rgba(0,80,180,.2));transition:transform .7s cubic-bezier(.16,1,.3,1),filter .5s ease,opacity .5s ease}.template-index .pl-story-section--range:not(.pl-story-section--lifestyle) .pl-product-card__image{width:100%;height:100%;transform:scale(1.14);transform-origin:center 52%}.template-index .pl-story-section--range .pl-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.template-index .pl-story-section--range:not(.pl-story-section--lifestyle) .pl-product-card:hover .pl-product-card__image--primary{transform:scale(1.2) rotate(2deg);filter:brightness(1.08) drop-shadow(0 22px 34px rgba(0,30,80,.5)) drop-shadow(0 0 18px rgba(40,140,255,.28))}.template-index .pl-story-section--range .pl-product-card:hover .pl-product-card__image--secondary{opacity:1}.template-index .pl-story-section--range .pl-product-card__badges{position:absolute;left:.85rem;top:.85rem;z-index:3;display:flex;flex-wrap:wrap;gap:.35rem;max-width:calc(100% - 1.7rem)}.template-index .pl-story-section--range .pl-product-card__badge{position:static;display:inline-flex;align-items:center;min-height:1.55rem;padding:.28rem .55rem;border:1px solid rgba(20,140,255,.22);border-radius:999px;background:linear-gradient(180deg,#006bff24,#080a0eb8);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#d2e6ffe6;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;line-height:1}.template-index .pl-story-section--range .pl-product-card__media>.pl-product-card__badge{position:absolute;left:.85rem;top:.85rem;z-index:3}.template-index .pl-story-section--range .pl-product-card__content{display:grid;gap:.28rem;align-content:start;padding:.75rem .85rem .85rem}.template-index .pl-story-section--range .pl-product-card__eyebrow{margin:0;color:#97c2ffeb;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.template-index .pl-story-section--range .pl-product-card__title{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.02rem,1.2vw,1.2rem);font-weight:600;letter-spacing:-.02em;line-height:1.2}.template-index .pl-story-section--range .pl-product-card__subtitle{margin:0;color:#aad2ffc7;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.template-index .pl-story-section--range .pl-product-card__excerpt{margin:.15rem 0 0;color:#ffffffb8;line-height:1.5;font-size:.84rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-index .pl-story-section--range .pl-product-card__compat{margin:.1rem 0 0;color:#97c2ffc7;font-size:.72rem;font-weight:500;letter-spacing:.02em;line-height:1.4}.template-index .pl-story-section--range .pl-product-card__features{list-style:none;margin:.35rem 0 .15rem;padding:0;display:grid;gap:.28rem}.template-index .pl-story-section--range .pl-product-card__features li{position:relative;padding-left:.85rem;color:#dce6f5c7;font-size:.74rem;line-height:1.35}.template-index .pl-story-section--range .pl-product-card__features li:before{content:"";position:absolute;left:0;top:.45em;width:.35rem;height:.35rem;border-radius:50%;background:#46a0ffbf;box-shadow:0 0 8px #288cff73}.template-index .pl-story-section--range .pl-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.55rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.template-index .pl-story-section--range .pl-product-card__footer .pl-price{margin-top:0}.template-index .pl-story-section--range .pl-product-card__footer .pl-price__current{font-size:1rem;font-weight:600;letter-spacing:-.02em}.template-index .pl-story-section--range .pl-product-card__cta{min-height:2.35rem;padding:.45rem .9rem;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;pointer-events:none}.template-index .pl-story-section--range .pl-product-card:hover .pl-product-card__cta{border-color:#64b4ff66;box-shadow:0 0 18px #288cff29}.template-index #pl-range .pl-range__banner{display:grid;justify-items:center;gap:.65rem;margin-top:clamp(1.5rem,3.2vh,2.5rem);padding:clamp(1.25rem,2.4vh,1.85rem) clamp(1.25rem,3vw,2.25rem);text-align:center;border-radius:1.5rem;border:1px solid rgba(20,140,255,.14);background:linear-gradient(180deg,#091222c7,#040a12b8);box-shadow:inset 0 1px #ffffff0a,0 0 28px #148cff14}.template-index #pl-range .pl-range__banner-title{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.15rem,2.2vw,1.55rem);font-weight:600;letter-spacing:-.02em;line-height:1.25}.template-index #pl-range .pl-range__banner-text{margin:0;max-width:36rem;color:#c8dcf5c7;font-size:.92rem;line-height:1.55}.template-index #pl-range .pl-range__cta,.template-index #pl-range .pl-range__banner-cta{margin-top:.35rem;min-height:2.85rem;padding-inline:1.4rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:749px){.template-index #pl-range .pl-range__grid{display:flex;flex-direction:row;align-items:stretch;gap:.85rem;overflow-x:auto;overflow-y:hidden;padding:.35rem max(1rem,var(--pl-page-gutter, 20px)) 1rem;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)));scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,var(--pl-page-gutter, 20px));-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-range .pl-range__grid::-webkit-scrollbar{display:none}.template-index #pl-range .pl-range__grid>.pl-product-card{flex:0 0 calc(100vw - 52px);width:calc(100vw - 52px);max-width:calc(100vw - 52px);box-sizing:border-box;scroll-snap-align:start}.template-index #pl-range .pl-range__banner{justify-items:stretch}.template-index #pl-range .pl-range__banner-cta{width:100%}}@media(prefers-reduced-motion:reduce){.template-index .pl-story-section--range .pl-product-card,.template-index .pl-story-section--range .pl-product-card__image{transition:none!important}.template-index .pl-story-section--range .pl-product-card:hover{transform:none}.template-index .pl-story-section--range:not(.pl-story-section--lifestyle) .pl-product-card:hover .pl-product-card__image--primary{transform:scale(1.08)}}.pl-final-cta{display:grid;position:relative;overflow:hidden;isolation:isolate;gap:1.5rem;padding:clamp(1.5rem,4vw,3rem);border:1px solid rgba(20,140,255,.16);border-radius:2rem;background:radial-gradient(circle at top right,#148cff2e,#006bff00 24%),radial-gradient(circle at 22% 0%,#ffffff0f,#fff0 18%),linear-gradient(160deg,#0a172afa,#040a12fa);box-shadow:0 28px 72px #0000003d,inset 0 1px #ffffff08}.pl-final-cta__body{align-self:center}.pl-final-cta__body .pl-section__heading{max-width:9ch}.pl-final-cta__note{margin:1rem 0 0;color:#ffffff9e;font-size:.86rem;line-height:1.5}.pl-final-cta__visual{min-width:0}@media(min-width:750px){.pl-story-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.pl-story-grid--4,.pl-story-grid--2,.pl-story-grid--compact,.pl-range__header,.pl-final-cta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.pl-story-section__shell--split,.pl-story-section__split{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}.pl-story-section__shell--promise{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center}.pl-story-grid--promise{grid-column:1 / -1}.pl-story-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.pl-range__header{grid-template-columns:minmax(0,1fr) auto}.pl-final-cta{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center}}@media(max-width:989px){.pl-story-panel--overlay{width:min(100%,22rem);margin-top:-3rem}}@media(max-width:749px){.pl-story-section .pl-section__heading{max-width:100%;font-size:clamp(2.1rem,9vw,3.4rem)}.pl-story-media,.pl-story-media--product,.pl-story-media--solution,.pl-story-media--technology,.pl-story-media--final{min-height:18rem}.pl-story-media--product img,.pl-story-media--product video,.pl-story-media--solution img,.pl-story-media--solution video,.pl-story-media--technology img,.pl-story-media--technology video,.pl-story-media--final img,.pl-story-media--final video{padding:.75rem}.pl-story-panel--overlay{margin-top:-2rem}.pl-range__summary{max-width:16rem}.pl-product-card__footer{align-items:flex-start;flex-direction:column}}.template-index .pl-main,.template-index .pl-footer{display:block;position:relative;min-height:clamp(31rem,52vw,44rem);padding:clamp(1.75rem,4vw,3.35rem);border:0;border-radius:0;background:transparent;box-shadow:none}.template-index .pl-main{padding:0;min-height:0}.template-index .pl-main:before,.template-index .pl-main:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.template-index .pl-final-cta:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#02060cd1,#02060cc2 24%,#02060c94 40%,#02060c38 62%,#02060c0a),radial-gradient(circle at 72% 38%,#91d6ff2e,#148cff1a 20%,#148cff00 46%),linear-gradient(180deg,#ffffff0d,#fff0 20%,#148cff00 68%,#148cff1a);opacity:1;mix-blend-mode:normal}.template-index .pl-final-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at 72% 84%,#91d6ff29,#148cff14 18%,#148cff00 54%),linear-gradient(165deg,#148cff00 48%,#148cff14 57%,#ffffff0d,#148cff0f 63%,#148cff00 72%);opacity:.88}.template-index #pl-final .pl-final-cta{background:transparent;border-color:transparent;box-shadow:none}.template-index .pl-final-cta__body{position:relative;z-index:3;max-width:min(34rem,48%);padding-block:clamp(1.5rem,4vw,3rem)}.template-index .pl-final-cta__visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.template-index .pl-story-media--final{min-height:100%;height:100%;--pl-media-halo-opacity: .14;--pl-media-bloom-opacity: .08;--pl-media-shadow-opacity: .42}.template-index .pl-story-media--final:before{top:8%;right:16%;bottom:14%;left:44%;border-radius:45% 45% 28% 28%;background:radial-gradient(circle at 56% 38%,#ffffff47,#91d6ff29 12%,#148cff14 26%,#148cff00 52%),radial-gradient(ellipse at 58% 78%,#148cff24,#148cff14 24%,#148cff00 62%),linear-gradient(90deg,#148cff00 28%,#148cff14 54%,#ffffff0f,#148cff0d 62%,#148cff00 78%);filter:blur(24px);opacity:.95}.template-index .pl-story-media--final:after{left:36%;right:6%;bottom:-2%;height:26%;background:radial-gradient(ellipse at 50% 26%,#96d8ff29,#148cff1a 22%,#148cff00 58%),linear-gradient(180deg,#148cff00,#148cff29 82%,#ffffff0f);filter:blur(22px);opacity:.88}.template-index .pl-story-media--final img,.template-index .pl-story-media--final video{width:100%;height:100%;padding:0;object-fit:cover;object-position:center 54%;opacity:.32;transform:translateZ(0) scale(1.08);-webkit-mask-image:radial-gradient(ellipse 82% 74% at 74% 52%,rgba(0,0,0,1) 12%,rgba(0,0,0,.96) 34%,rgba(0,0,0,.58) 60%,rgba(0,0,0,0) 84%);mask-image:radial-gradient(ellipse 82% 74% at 74% 52%,#000 12%,#000000f5 34%,#00000094 60%,#0000 84%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;filter:saturate(.92) contrast(1.02) blur(.4px)}.template-index .pl-final-cta__installation{position:absolute;top:10%;right:8%;bottom:8%;left:42%;z-index:2;display:grid;place-items:center;pointer-events:none}.template-index .pl-final-cta__installation:before{content:"";position:absolute;top:5%;right:4%;bottom:14%;left:4%;background:radial-gradient(circle at 54% 32%,#ffffff3d,#91d6ff1f 10%,#148cff14 24%,#148cff00 48%),linear-gradient(180deg,#ffffff05,#fff0 28%),linear-gradient(90deg,#148cff00 18%,#148cff0d 49%,#ffffff14,#148cff0d 51%,#148cff00 82%);filter:blur(18px);opacity:.92}.template-index .pl-final-cta__installation:after{content:"";position:absolute;left:12%;right:12%;bottom:6%;height:18%;background:radial-gradient(ellipse at 50% 18%,#ffffff24,#148cff1a 18%,#148cff00 58%);filter:blur(16px);opacity:.8}.template-index .pl-final-cta__logo-installation{position:relative;z-index:2;width:min(84%,30rem);height:auto;opacity:.58;mix-blend-mode:screen;filter:brightness(1.18) contrast(.94) drop-shadow(0 0 14px rgba(154,219,255,.32)) drop-shadow(0 0 42px rgba(20,140,255,.22))}.template-index .pl-main:before{z-index:0;background:radial-gradient(circle at 50% 8%,#ffffff14,#fff0 14%),radial-gradient(circle at 14% 18%,#148cff2e,#148cff00 24%),radial-gradient(circle at 86% 20%,#148cff3d,#148cff0d 18%,#148cff00 34%),radial-gradient(circle at 12% 60%,#148cff29,#148cff00 28%),radial-gradient(circle at 88% 74%,#148cff2e,#148cff00 26%)}@media(max-width:989px){.template-index .pl-main,.template-index .pl-footer{min-height:34rem;padding:1.5rem}.template-index .pl-main{padding:0;min-height:0}.template-index .pl-final-cta__body{max-width:min(34rem,60%)}.template-index .pl-final-cta__installation{top:16%;right:4%;bottom:5%;left:40%}}@media(max-width:749px){.template-index .pl-final-cta__body{max-width:none;padding-block:0;padding-bottom:14rem}.template-index .pl-main,.template-index .pl-footer{min-height:36rem;padding:1.35rem}.template-index .pl-main{padding:0;min-height:0}.template-index .pl-final-cta:before{background:linear-gradient(180deg,#02060cd1,#02060cbd 30%,#02060c57 58%,#02060c1a),radial-gradient(circle at 50% 72%,#91d6ff29,#148cff14 18%,#148cff00 48%)}.template-index .pl-final-cta__visual{inset:auto 0 0;height:82%}.template-index .pl-story-media--final:before{top:20%;right:4%;bottom:18%;left:4%}.template-index .pl-story-media--final:after{left:8%;right:8%;bottom:2%}.template-index .pl-story-media--final img,.template-index .pl-story-media--final video{object-position:center 56%;opacity:.28;transform:translateZ(0) scale(1.14)}.template-index .pl-final-cta__installation{top:34%;right:4%;bottom:4%;left:4%}.template-index .pl-final-cta__logo-installation{width:min(88%,22rem);opacity:.52}}.template-index .pl-main:after{z-index:0;top:-8%;right:-10%;bottom:-8%;left:-10%;background:radial-gradient(ellipse 42% 10% at 10% 24%,#148cff70,#148cff33 18%,#148cff00 72%),radial-gradient(ellipse 42% 10% at 90% 24%,#148cff70,#148cff33 18%,#148cff00 72%),radial-gradient(ellipse 44% 10% at 8% 50%,#148cff61,#148cff24 22%,#148cff00 72%),radial-gradient(ellipse 44% 10% at 92% 50%,#148cff61,#148cff24 22%,#148cff00 72%),radial-gradient(ellipse 40% 9% at 12% 78%,#148cff4d,#148cff1f 20%,#148cff00 70%),radial-gradient(ellipse 40% 9% at 88% 78%,#148cff4d,#148cff1f 20%,#148cff00 70%),radial-gradient(circle at 22% 30%,#148cff6b,#148cff00 1.1%),radial-gradient(circle at 78% 26%,#ffffff61,#fff0 .8%),radial-gradient(circle at 84% 64%,#148cff80,#148cff00 1.2%),radial-gradient(circle at 16% 82%,#148cff57,#148cff00 .9%);filter:blur(14px) saturate(118%);mix-blend-mode:screen;opacity:.84;animation:pl-homepage-energy-drift 18s ease-in-out infinite alternate}.template-index .pl-main>*,.template-index .pl-footer>*{position:relative;z-index:1}.template-index .pl-main>.shopify-section+.shopify-section:before,.template-index #shopify-section-pl-footer:before{content:"";position:absolute;left:0;right:0;top:clamp(-2.75rem,-4vw,-3.5rem);height:clamp(5.5rem,10vw,7.5rem);pointer-events:none;z-index:3;background:radial-gradient(ellipse at 50% 56%,#148cff57,#148cff29 22%,#148cff0d 40%,#148cff00 68%),radial-gradient(ellipse at 50% 34%,#9cddff3d,#9cddff1a 18%,#9cddff00 54%),linear-gradient(90deg,#148cff00,#9cddff3d 24%,#ffffff75,#9cddff3d 76%,#148cff00) center 48% / 100% 3px no-repeat;mix-blend-mode:screen;opacity:1;filter:blur(12px) saturate(132%);-webkit-backdrop-filter:blur(20px) saturate(120%) brightness(1.02);backdrop-filter:blur(20px) saturate(120%) brightness(1.02)}.template-index .pl-story-section,.template-index .pl-footer{--pl-section-background: none;--pl-section-overlay-top: rgba(3, 6, 11, .2);--pl-section-overlay-mid: rgba(3, 6, 11, .08);--pl-section-overlay-bottom: rgba(2, 4, 10, .35);--pl-section-image-size: cover;--pl-section-image-position: center;background-color:#02040a!important;background-image:radial-gradient(ellipse at 50% 0%,#148cff1a,#148cff00 48%),linear-gradient(180deg,var(--pl-section-overlay-top) 0%,var(--pl-section-overlay-mid) 40%,var(--pl-section-overlay-bottom) 100%)!important;background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat}.template-index .pl-hero,.template-index .pl-story-section,.template-index .pl-footer{--pl-bg-overlay-darkness: .56;--pl-bg-blue-glow: .18;--pl-bg-bloom-opacity: .08;--pl-bg-mist-opacity: .08;--pl-bg-particle-opacity: .05;--pl-bg-beam-opacity: .06;--pl-bg-floor-reflection-opacity: .12;--pl-bg-light-position-x: 50%;--pl-bg-light-position-y: 34%;--pl-bg-secondary-light-x: 82%;--pl-bg-secondary-light-y: 18%;--pl-bg-contrast: 1.06;--pl-bg-saturation: 1.04;--pl-bg-brightness: 1;--pl-bg-animation-speed: 18s;--pl-bg-residual-speed: 22s;--pl-bg-particle-speed: 24s;--pl-bg-text-shield-opacity: .48;--pl-bg-text-shield-x: 32%;--pl-bg-text-shield-y: 42%;--pl-bg-text-shield-scale: 1;--pl-bg-text-shield-inset: -1.5rem -1.75rem;--pl-bg-text-shield-blur: 20px;--pl-bg-readability-side: 58%;--pl-bg-beam-angle: 180deg;--pl-section-glow-x: 18%;--pl-section-glow-y: 34%;--pl-section-blue-opacity: .12;--pl-section-haze-opacity: .08;--pl-section-ambient-opacity: .72;--pl-section-white-x: 82%;--pl-section-white-y: 28%;--pl-section-white-opacity: .06;--pl-section-shadow-top: .02;--pl-section-shadow-bottom: .14;--pl-transition-top-opacity: .16;--pl-transition-top-stop: 14%;--pl-transition-bottom-opacity: .28;--pl-transition-bottom-start: 76%;--pl-transition-atmosphere-opacity: .16;--pl-section-overlay-shift: 0px;--pl-section-image-shift: 0px;--pl-electric-intensity: 1;isolation:isolate;background-position:center calc(50% + var(--pl-section-overlay-shift, 0px)),center calc(50% + var(--pl-section-image-shift, 0px));will-change:background-position}.template-index .pl-hero:before,.template-index .pl-story-section:before,.template-index .pl-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:linear-gradient(180deg,rgba(3,6,11,var(--pl-transition-top-opacity)) 0%,rgba(3,6,11,calc(var(--pl-transition-top-opacity) * .58)) 8%,rgba(3,6,11,0) var(--pl-transition-top-stop)),radial-gradient(ellipse at 50% 0%,rgba(20,140,255,calc(var(--pl-transition-atmosphere-opacity) * .62)),rgba(20,140,255,calc(var(--pl-transition-atmosphere-opacity) * .22)) 16%,#148cff00 44%),radial-gradient(circle at var(--pl-bg-light-position-x) var(--pl-bg-light-position-y),rgba(255,255,255,var(--pl-bg-bloom-opacity)) 0%,rgba(20,140,255,calc(var(--pl-bg-blue-glow) * 1.16)) 12%,rgba(20,140,255,var(--pl-bg-blue-glow)) 28%,rgba(20,140,255,0) 62%),radial-gradient(circle at var(--pl-bg-secondary-light-x) var(--pl-bg-secondary-light-y),rgba(255,255,255,calc(var(--pl-bg-bloom-opacity) * .76)) 0%,rgba(20,140,255,calc(var(--pl-bg-blue-glow) * .56)) 14%,rgba(20,140,255,0) 42%),linear-gradient(var(--pl-bg-beam-angle),transparent 0%,transparent 34%,rgba(255,255,255,calc(var(--pl-bg-beam-opacity) * .82)) 46%,rgba(20,140,255,var(--pl-bg-beam-opacity)) 52%,transparent 66%,transparent 100%),radial-gradient(ellipse at 50% calc(78% + var(--pl-section-overlay-shift, 0px)),rgba(20,140,255,var(--pl-bg-mist-opacity)),rgba(20,140,255,calc(var(--pl-bg-mist-opacity) * .36)) 22%,#148cff00 58%);mix-blend-mode:screen;transform:translate3d(0,var(--pl-section-overlay-shift, 0px),0) scale(1.02);transform-origin:center;opacity:calc(var(--pl-section-ambient-opacity) + (var(--pl-section-visibility, 0) * .12));filter:blur(2px) saturate(var(--pl-bg-saturation)) contrast(var(--pl-bg-contrast)) brightness(var(--pl-bg-brightness));animation:pl-section-ambient-drift var(--pl-bg-animation-speed) ease-in-out infinite alternate,pl-bg-residual-breathe var(--pl-bg-residual-speed) ease-in-out infinite;will-change:transform,opacity}.template-index .pl-hero:after,.template-index .pl-story-section:after,.template-index .pl-footer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:linear-gradient(180deg,rgba(3,6,11,0) 0%,rgba(3,6,11,0) var(--pl-transition-bottom-start),rgba(3,6,11,calc(var(--pl-transition-bottom-opacity) * .16)) calc(var(--pl-transition-bottom-start) + 8%),rgba(3,6,11,calc(var(--pl-transition-bottom-opacity) * .42)) calc(var(--pl-transition-bottom-start) + 18%),rgba(3,6,11,var(--pl-transition-bottom-opacity)) 100%),radial-gradient(ellipse at 50% 100%,rgba(20,140,255,calc(var(--pl-transition-atmosphere-opacity) * 1.24)),rgba(20,140,255,calc(var(--pl-transition-atmosphere-opacity) * .44)) 18%,#148cff00 56%),linear-gradient(90deg,transparent,rgba(20,140,255,.18),rgba(255,255,255,.08),rgba(20,140,255,.18),transparent) center bottom / min(calc(100% - 2rem),var(--pl-content-width)) 2px no-repeat,radial-gradient(ellipse at var(--pl-bg-light-position-x) 96%,rgba(20,140,255,var(--pl-bg-floor-reflection-opacity)) 0%,rgba(20,140,255,calc(var(--pl-bg-floor-reflection-opacity) * .38)) 18%,rgba(20,140,255,0) 52%),radial-gradient(circle at 14% 22%,rgba(255,255,255,var(--pl-bg-particle-opacity)) 0,rgba(255,255,255,var(--pl-bg-particle-opacity)) .8px,transparent 1.8px),radial-gradient(circle at 24% 66%,rgba(20,140,255,calc(var(--pl-bg-particle-opacity) * .92)) 0,rgba(20,140,255,calc(var(--pl-bg-particle-opacity) * .92)) .9px,transparent 2px),radial-gradient(circle at 52% 18%,rgba(255,255,255,calc(var(--pl-bg-particle-opacity) * .82)) 0,rgba(255,255,255,calc(var(--pl-bg-particle-opacity) * .82)) .7px,transparent 1.6px),radial-gradient(circle at 76% 28%,rgba(20,140,255,calc(var(--pl-bg-particle-opacity) * .94)) 0,rgba(20,140,255,calc(var(--pl-bg-particle-opacity) * .94)) .9px,transparent 2px),radial-gradient(circle at 86% 72%,rgba(255,255,255,calc(var(--pl-bg-particle-opacity) * .72)) 0,rgba(255,255,255,calc(var(--pl-bg-particle-opacity) * .72)) .7px,transparent 1.5px),linear-gradient(180deg,transparent 0%,transparent 64%,rgba(20,140,255,calc(var(--pl-bg-floor-reflection-opacity) * .18)) 100%);mix-blend-mode:screen;opacity:calc(.2 + (var(--pl-section-visibility, 0) * .18));transform:translate3d(0,calc(var(--pl-section-image-shift, 0px) * .62),0);animation:pl-bg-particles var(--pl-bg-particle-speed) linear infinite alternate;will-change:transform,opacity}.template-index .pl-hero{--pl-bg-blue-glow: .34;--pl-bg-bloom-opacity: .2;--pl-bg-mist-opacity: .18;--pl-bg-particle-opacity: .12;--pl-bg-beam-opacity: .14;--pl-bg-floor-reflection-opacity: .28;--pl-bg-light-position-x: 66%;--pl-bg-light-position-y: 30%;--pl-bg-secondary-light-x: 34%;--pl-bg-secondary-light-y: 18%;--pl-bg-beam-angle: 118deg;--pl-bg-animation-speed: 22s;--pl-bg-residual-speed: 28s;--pl-bg-particle-speed: 32s;--pl-bg-text-shield-opacity: .58;--pl-bg-text-shield-x: 24%;--pl-bg-text-shield-y: 40%;--pl-bg-contrast: 1.16;--pl-bg-saturation: 1.08;--pl-bg-brightness: 1.03;--pl-section-glow-x: 72%;--pl-section-glow-y: 44%;--pl-section-blue-opacity: .36;--pl-section-haze-opacity: .2;--pl-section-ambient-opacity: .9;--pl-section-white-x: 22%;--pl-section-white-y: 22%;--pl-section-white-opacity: .14;--pl-section-shadow-top: .01;--pl-section-shadow-bottom: .04}.template-index .pl-hero{--pl-hero-image-size: cover;--pl-hero-image-position: center center}.template-index .pl-story-section--promise{--pl-section-background: none;--pl-section-image-position-y: 50%;--pl-section-overlay-top: transparent;--pl-section-overlay-mid: transparent;--pl-section-overlay-bottom: transparent;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-particle-opacity: 0;--pl-bg-beam-opacity: 0;--pl-bg-floor-reflection-opacity: 0;--pl-section-ambient-opacity: 0;--pl-section-haze-opacity: 0;--pl-section-blue-opacity: 0;--pl-transition-atmosphere-opacity: 0}.template-index .pl-story-section--vision,.template-index .pl-story-section--problem{--pl-section-glow-x: 84%;--pl-section-glow-y: 38%;--pl-section-blue-opacity: .08;--pl-section-white-x: 18%;--pl-section-white-y: 18%;--pl-section-white-opacity: .04;--pl-section-shadow-top: .05;--pl-section-shadow-bottom: .18}.template-index .pl-story-section--vision{--pl-section-background: var(--pl-bg-vision);--pl-section-overlay-top: transparent;--pl-section-overlay-mid: transparent;--pl-section-overlay-bottom: transparent;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-particle-opacity: 0;--pl-bg-beam-opacity: 0;--pl-bg-floor-reflection-opacity: 0;--pl-bg-light-position-x: 50%;--pl-bg-light-position-y: 50%;--pl-bg-secondary-light-x: 50%;--pl-bg-secondary-light-y: 50%;--pl-bg-text-shield-opacity: 0;--pl-section-haze-opacity: 0;--pl-section-ambient-opacity: 0;--pl-section-image-size: cover;--pl-section-image-position-y: 50%}.template-index .pl-story-section--problem{--pl-section-background: none;--pl-section-overlay-top: rgba(3, 6, 11, .58);--pl-section-overlay-mid: rgba(3, 6, 11, .32);--pl-section-overlay-bottom: rgba(3, 6, 11, .74);--pl-bg-blue-glow: .06;--pl-bg-bloom-opacity: .03;--pl-bg-mist-opacity: .02;--pl-bg-particle-opacity: .012;--pl-bg-beam-opacity: .012;--pl-bg-floor-reflection-opacity: .04;--pl-bg-light-position-x: 62%;--pl-bg-light-position-y: 30%;--pl-bg-secondary-light-x: 24%;--pl-bg-secondary-light-y: 22%;--pl-bg-animation-speed: 19s;--pl-bg-residual-speed: 17s;--pl-bg-particle-speed: 30s;--pl-bg-text-shield-opacity: .62;--pl-bg-text-shield-x: 30%;--pl-bg-text-shield-y: 42%;--pl-bg-contrast: 1.1;--pl-bg-brightness: .96;--pl-section-haze-opacity: .02;--pl-section-ambient-opacity: .54}.template-index .pl-story-section--solution,.template-index .pl-story-section--technology{--pl-section-glow-x: 76%;--pl-section-glow-y: 42%;--pl-section-blue-opacity: .22;--pl-section-white-x: 24%;--pl-section-white-y: 16%;--pl-section-white-opacity: .09}.template-index .pl-story-section--solution{--pl-section-background: none;--pl-section-overlay-top: rgba(3, 8, 14, .34);--pl-section-overlay-mid: rgba(3, 8, 14, .1);--pl-section-overlay-bottom: rgba(3, 6, 11, .48);--pl-bg-blue-glow: .22;--pl-bg-bloom-opacity: .1;--pl-bg-mist-opacity: .1;--pl-bg-particle-opacity: .03;--pl-bg-beam-opacity: .08;--pl-bg-floor-reflection-opacity: .18;--pl-bg-light-position-x: 54%;--pl-bg-light-position-y: 42%;--pl-bg-secondary-light-x: 52%;--pl-bg-secondary-light-y: 78%;--pl-bg-animation-speed: 17s;--pl-bg-residual-speed: 19s;--pl-bg-particle-speed: 25s;--pl-bg-text-shield-opacity: .48;--pl-bg-text-shield-x: 28%;--pl-bg-text-shield-y: 42%;--pl-section-haze-opacity: .12;--pl-section-ambient-opacity: .82}.template-index .pl-story-section--technology{--pl-section-background: none;--pl-section-overlay-top: rgba(3, 7, 12, .4);--pl-section-overlay-mid: rgba(3, 7, 12, .14);--pl-section-overlay-bottom: rgba(3, 6, 11, .56);--pl-bg-blue-glow: .24;--pl-bg-bloom-opacity: .11;--pl-bg-mist-opacity: .08;--pl-bg-particle-opacity: .04;--pl-bg-beam-opacity: .09;--pl-bg-floor-reflection-opacity: .16;--pl-bg-light-position-x: 58%;--pl-bg-light-position-y: 36%;--pl-bg-secondary-light-x: 78%;--pl-bg-secondary-light-y: 18%;--pl-bg-beam-angle: 164deg;--pl-bg-animation-speed: 16s;--pl-bg-residual-speed: 18s;--pl-bg-particle-speed: 23s;--pl-bg-text-shield-opacity: .5;--pl-bg-text-shield-x: 28%;--pl-bg-text-shield-y: 40%;--pl-bg-contrast: 1.1;--pl-bg-saturation: 1.06;--pl-section-haze-opacity: .16;--pl-section-ambient-opacity: .84}.template-index .pl-story-section--design,.template-index .pl-story-section--materials{--pl-section-background: none;--pl-section-overlay-top: rgba(3, 6, 11, .3);--pl-section-overlay-mid: rgba(3, 6, 11, .08);--pl-section-overlay-bottom: rgba(3, 6, 11, .44);--pl-bg-blue-glow: .08;--pl-bg-bloom-opacity: .08;--pl-bg-mist-opacity: .03;--pl-bg-particle-opacity: .012;--pl-bg-beam-opacity: .028;--pl-bg-floor-reflection-opacity: .08;--pl-bg-light-position-x: 24%;--pl-bg-light-position-y: 18%;--pl-bg-secondary-light-x: 76%;--pl-bg-secondary-light-y: 22%;--pl-bg-animation-speed: 24s;--pl-bg-residual-speed: 27s;--pl-bg-particle-speed: 36s;--pl-bg-text-shield-opacity: .38;--pl-bg-text-shield-x: 26%;--pl-bg-text-shield-y: 38%;--pl-bg-contrast: 1.02;--pl-bg-saturation: 1.01;--pl-section-haze-opacity: .08;--pl-section-ambient-opacity: .68;--pl-section-glow-x: 18%;--pl-section-glow-y: 26%;--pl-section-blue-opacity: .12;--pl-section-white-x: 82%;--pl-section-white-y: 22%;--pl-section-white-opacity: .06}.template-index .pl-story-section--range{--pl-section-background: none;--pl-section-image-position-y: 50%;--pl-section-overlay-top: transparent;--pl-section-overlay-mid: transparent;--pl-section-overlay-bottom: transparent;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-particle-opacity: 0;--pl-bg-beam-opacity: 0;--pl-bg-floor-reflection-opacity: 0;--pl-section-ambient-opacity: 0;--pl-section-haze-opacity: 0;--pl-section-blue-opacity: 0}.template-index .pl-story-section--community{--pl-section-background: none;--pl-section-image-position-y: 50%;--pl-section-overlay-top: transparent;--pl-section-overlay-mid: transparent;--pl-section-overlay-bottom: transparent;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-particle-opacity: 0;--pl-bg-beam-opacity: 0;--pl-bg-floor-reflection-opacity: 0;--pl-bg-text-shield-opacity: 0;--pl-bg-contrast: 1;--pl-bg-saturation: 1;--pl-bg-brightness: 1;--pl-section-haze-opacity: 0;--pl-section-ambient-opacity: 0;--pl-section-blue-opacity: 0;--pl-section-white-opacity: 0}.template-index .pl-story-section--final,.template-index .pl-footer{--pl-bg-text-shield-x: 26%;--pl-bg-text-shield-y: 38%;--pl-section-overlay-top: rgba(3, 7, 12, .34);--pl-section-overlay-mid: rgba(3, 7, 12, .12);--pl-section-overlay-bottom: rgba(3, 6, 11, .5);--pl-section-haze-opacity: .14;--pl-section-ambient-opacity: .78;--pl-section-glow-x: 72%;--pl-section-glow-y: 30%;--pl-section-blue-opacity: .2;--pl-section-white-x: 24%;--pl-section-white-y: 18%;--pl-section-white-opacity: .08}.template-index .pl-story-section--final{--pl-section-background: none}.template-index .pl-footer{--pl-section-background: none;--pl-section-haze-opacity: .03;--pl-section-ambient-opacity: .46}@media(min-width:990px){.pl-hero__backdrop{background-size:cover,cover,cover;background-position:center,center,center center}.template-index .pl-story-section,.template-index .pl-footer{background-size:cover,cover;background-position:center calc(50% + var(--pl-section-overlay-shift, 0px)),center calc(var(--pl-section-image-position-y, 50%) + var(--pl-section-image-shift, 0px));min-height:var(--pl-section-min-height, auto);overflow-x:clip;overflow-y:visible}.template-index .pl-hero{--pl-hero-image-size: cover;--pl-hero-image-position: center center}.template-index .pl-story-section--promise,.template-index .pl-story-section--vision{--pl-section-image-size: cover;--pl-section-image-position-y: 50%}.template-index .pl-story-section--problem{--pl-section-image-size: cover;--pl-section-image-position-y: 53%}.template-index .pl-story-section--solution{--pl-section-image-size: cover;--pl-section-image-position-y: 50%}.template-index .pl-story-section--design{--pl-section-image-size: 100% auto;--pl-section-image-position-y: 50%}.template-index .pl-story-section--technology{--pl-section-image-size: cover;--pl-section-image-position-y: 50%}.template-index .pl-story-section--range{--pl-section-image-size: 100% auto;--pl-section-image-position-y: 50%;--pl-section-min-height: auto}.template-index .pl-story-section--community{--pl-section-image-size: cover;--pl-section-image-position-y: 50%}.template-index #pl-solution,.template-index #pl-technology{padding-bottom:clamp(2.5rem,4vh,3.75rem)}.template-index #pl-design,.template-index #pl-community{padding-bottom:clamp(2.75rem,4.5vh,4rem)}.template-index #pl-solution .pl-story-section__visual-stack,.template-index #pl-technology .pl-story-section__visual-stack{display:flex;flex-direction:column;align-self:stretch;min-height:100%}.template-index #pl-solution .pl-story-section__visual-stack>.pl-story-panel--tight,.template-index #pl-technology .pl-story-section__visual-stack>.pl-story-grid--2{margin-top:auto}.template-index #pl-design .pl-story-section__intro,.template-index #pl-community .pl-story-section__intro{display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-self:start;align-self:start;min-height:0}.template-index #pl-design .pl-story-section__intro>.pl-inline-link,.template-index #pl-community .pl-story-section__intro>.pl-inline-link,.template-index #pl-community .pl-story-section__intro>.pl-community__cta{order:1}.template-index #pl-design .pl-story-section__intro>.pl-story-grid--compact,.template-index #pl-community .pl-story-section__intro>.pl-story-grid--stacked{order:2;margin-top:auto}.template-index #pl-solution .pl-story-grid--2{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.template-index #pl-technology .pl-story-grid--2,.template-index #pl-design .pl-story-grid--compact,.template-index #pl-community .pl-story-grid--stacked{grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);grid-template-columns:none;align-items:stretch}.template-index #pl-solution .pl-story-card--solution,.template-index #pl-design .pl-story-card--detail,.template-index #pl-technology .pl-story-card--technology,.template-index #pl-community .pl-story-card--testimonial{height:100%;min-height:100%}.template-index .pl-story-section--final{--pl-bg-blue-glow: .3;--pl-bg-bloom-opacity: .16;--pl-bg-mist-opacity: .12;--pl-bg-particle-opacity: .06;--pl-bg-beam-opacity: .12;--pl-bg-floor-reflection-opacity: .22;--pl-bg-light-position-x: 52%;--pl-bg-light-position-y: 24%;--pl-bg-secondary-light-x: 80%;--pl-bg-secondary-light-y: 20%;--pl-bg-beam-angle: 164deg;--pl-bg-animation-speed: 15s;--pl-bg-residual-speed: 17s;--pl-bg-particle-speed: 21s;--pl-bg-text-shield-opacity: .52;--pl-bg-text-shield-x: 24%;--pl-bg-text-shield-y: 36%;--pl-bg-contrast: 1.12;--pl-bg-saturation: 1.06;--pl-section-image-size: cover;--pl-section-image-position-y: 50%}.template-index .pl-footer{--pl-bg-blue-glow: .06;--pl-bg-bloom-opacity: .035;--pl-bg-mist-opacity: .03;--pl-bg-particle-opacity: .01;--pl-bg-beam-opacity: .01;--pl-bg-floor-reflection-opacity: .06;--pl-bg-light-position-x: 52%;--pl-bg-light-position-y: 28%;--pl-bg-secondary-light-x: 76%;--pl-bg-secondary-light-y: 18%;--pl-bg-animation-speed: 28s;--pl-bg-residual-speed: 30s;--pl-bg-particle-speed: 38s;--pl-bg-text-shield-opacity: .4;--pl-bg-text-shield-x: 24%;--pl-bg-text-shield-y: 40%;--pl-bg-contrast: 1.01;--pl-bg-saturation: 1;--pl-section-image-size: cover;--pl-section-image-position-y: 50%;--pl-section-min-height: 100svh}}.template-index .pl-hero:before,.template-index .pl-story-section--technology:before,.template-index .pl-story-section--final:before{animation:pl-section-ambient-drift var(--pl-bg-animation-speed) ease-in-out infinite alternate,pl-bg-residual-breathe var(--pl-bg-residual-speed) ease-in-out infinite,pl-electric-flicker 9.5s steps(1,end) infinite}.template-index .pl-story-section--problem:before{animation:pl-section-ambient-drift var(--pl-bg-animation-speed) ease-in-out infinite alternate,pl-problem-unsteady 12s steps(1,end) infinite}.template-index .pl-story-section--solution:after{animation:pl-bg-particles var(--pl-bg-particle-speed) linear infinite alternate,pl-solution-lane 17s ease-in-out infinite}.template-index .pl-story-section--technology:after{animation:pl-bg-particles var(--pl-bg-particle-speed) linear infinite alternate,pl-technology-flow 14s ease-in-out infinite}.template-index .pl-story-section--range:before{background:radial-gradient(circle at 20% 78%,#148cff1f,#148cff00 16%),radial-gradient(circle at 40% 78%,#148cff1a,#148cff00 16%),radial-gradient(circle at 60% 78%,#148cff1a,#148cff00 16%),radial-gradient(circle at 80% 78%,#148cff1f,#148cff00 16%),radial-gradient(circle at var(--pl-bg-light-position-x) var(--pl-bg-light-position-y),rgba(255,255,255,var(--pl-bg-bloom-opacity)) 0%,rgba(20,140,255,calc(var(--pl-bg-blue-glow) * 1.1)) 12%,rgba(20,140,255,var(--pl-bg-blue-glow)) 30%,rgba(20,140,255,0) 62%),radial-gradient(circle at var(--pl-bg-secondary-light-x) var(--pl-bg-secondary-light-y),rgba(255,255,255,calc(var(--pl-bg-bloom-opacity) * .72)) 0%,rgba(20,140,255,calc(var(--pl-bg-blue-glow) * .5)) 14%,rgba(20,140,255,0) 42%),radial-gradient(ellipse at 50% calc(78% + var(--pl-section-overlay-shift, 0px)),rgba(20,140,255,var(--pl-bg-mist-opacity)),rgba(20,140,255,calc(var(--pl-bg-mist-opacity) * .3)) 24%,#148cff00 58%)}.template-index .pl-footer:before{animation:pl-section-ambient-drift var(--pl-bg-animation-speed) ease-in-out infinite alternate,pl-footer-residual 26s ease-in-out infinite}.template-index .pl-story-section__stage,.template-index .pl-story-section__visual-stack,.template-index .pl-range__header,.template-index .pl-product-card,.template-index .pl-final-cta{transform:translate3d(0,calc(var(--pl-section-progress, 0) * -10px),0);transition:transform .22s linear}.template-index .pl-story-section--problem .pl-story-media,.template-index .pl-story-section--vision .pl-story-media,.template-index .pl-story-section--range .pl-story-media{box-shadow:0 24px 68px #00000038,inset 0 1px #ffffff08,0 0 18px #006bff0a}.template-index .pl-story-media:before{opacity:.68}@media(max-width:989px){.template-index .pl-hero,.template-index .pl-story-section,.template-index .pl-footer{--pl-bg-beam-opacity: .04;--pl-bg-particle-opacity: .02;--pl-bg-floor-reflection-opacity: .08}.template-index .pl-hero:before,.template-index .pl-hero:after,.template-index .pl-story-section:before,.template-index .pl-story-section:after,.template-index .pl-footer:before,.template-index .pl-footer:after{filter:none}}@media(max-width:749px){.template-index .pl-hero,.template-index .pl-story-section,.template-index .pl-footer{--pl-bg-beam-opacity: .02;--pl-bg-particle-opacity: .008;--pl-bg-floor-reflection-opacity: .05}.template-index .pl-hero:after,.template-index .pl-story-section:after,.template-index .pl-footer:after{opacity:calc(.1 + (var(--pl-section-visibility, 0) * .1))}.template-index .pl-story-section__stage,.template-index .pl-story-section__visual-stack,.template-index .pl-range__header,.template-index .pl-product-card,.template-index .pl-final-cta{transform:translate3d(0,calc(var(--pl-section-progress, 0) * -4px),0)}}@keyframes pl-section-ambient-drift{0%{transform:translate3d(0,calc(var(--pl-section-overlay-shift, 0px) - 8px),0) scale(1.01)}to{transform:translate3d(0,calc(var(--pl-section-overlay-shift, 0px) + 8px),0) scale(1.035)}}@keyframes pl-electric-flicker{0%,18%,22%,24%,57%,62%,to{opacity:calc(var(--pl-section-ambient-opacity) + (var(--pl-section-visibility, 0) * .12))}20%,23%,60%{opacity:calc(var(--pl-section-ambient-opacity) + .2 + (var(--pl-section-visibility, 0) * .16))}}@keyframes pl-electric-arc{0%,to{opacity:calc(.14 + (var(--pl-hero-progress) * .16));transform:rotate(var(--pl-arc-rotation, 0deg)) scale(1)}48%{opacity:calc(.22 + (var(--pl-hero-progress) * .22));transform:rotate(var(--pl-arc-rotation, 0deg)) scale(1.02)}52%{opacity:calc(.34 + (var(--pl-hero-progress) * .24));transform:rotate(var(--pl-arc-rotation, 0deg)) scale(1.035)}}@keyframes pl-neon-shimmer{0%,to{filter:brightness(1);box-shadow:0 0 28px #148cff24,inset 0 0 18px #ffffff0a}50%{filter:brightness(1.18);box-shadow:0 0 38px #64beff47,inset 0 0 24px #bae0ff14}}@keyframes pl-electric-breathe{0%,to{opacity:.86;filter:blur(28px)}50%{opacity:1;filter:blur(34px)}}@keyframes pl-hero-beams{0%{opacity:.74;transform:translate3d(0,calc(var(--pl-hero-progress) * -.6rem),0) scale(1)}to{opacity:.92;transform:translate3d(0,calc(var(--pl-hero-progress) * -.95rem),0) scale(1.03)}}@keyframes pl-bg-particles{0%{transform:translate3d(0,calc(var(--pl-section-image-shift, 0px) * .45),0)}to{transform:translate3d(0,calc(var(--pl-section-image-shift, 0px) * -.35),0)}}@keyframes pl-bg-residual-breathe{0%,to{filter:blur(2px) saturate(var(--pl-bg-saturation)) contrast(var(--pl-bg-contrast)) brightness(var(--pl-bg-brightness))}50%{filter:blur(4px) saturate(calc(var(--pl-bg-saturation) + .03)) contrast(calc(var(--pl-bg-contrast) + .02)) brightness(calc(var(--pl-bg-brightness) + .02))}}@keyframes pl-problem-unsteady{0%,to{opacity:calc(var(--pl-section-ambient-opacity) * .88)}16%,21%,63%{opacity:calc(var(--pl-section-ambient-opacity) * .96)}18%,60%{opacity:calc(var(--pl-section-ambient-opacity) * .72)}}@keyframes pl-solution-lane{0%,to{opacity:calc(.18 + (var(--pl-section-visibility, 0) * .2))}50%{opacity:calc(.28 + (var(--pl-section-visibility, 0) * .28))}}@keyframes pl-technology-flow{0%,to{opacity:calc(.2 + (var(--pl-section-visibility, 0) * .22))}50%{opacity:calc(.34 + (var(--pl-section-visibility, 0) * .26))}}@keyframes pl-footer-residual{0%,to{opacity:calc(var(--pl-section-ambient-opacity) * .92)}50%{opacity:calc(var(--pl-section-ambient-opacity) + .04)}}@keyframes pl-homepage-energy-drift{0%{transform:translate3d(0,-1.5%,0) scale(1)}to{transform:translate3d(0,1.5%,0) scale(1.03)}}.template-index .pl-main:before,.template-index .pl-main:after,.template-index .pl-hero:before,.template-index .pl-hero:after,.template-index .pl-story-section:before,.template-index .pl-story-section:after,.template-index .pl-footer:before,.template-index .pl-footer:after,.pl-hero__backdrop:before,.pl-hero__backdrop:after,.pl-hero__backdrop-gradient,.pl-hero__backdrop-gradient:before,.pl-hero__backdrop-gradient:after,.pl-hero__signal-glow,.pl-hero__signal-arc,.pl-story-section__intro:before,.pl-range__header:before,.pl-final-cta__body:before,.pl-footer__brand:before{content:none!important;display:none!important}.pl-hero__backdrop{background-color:#02040a!important;background-image:radial-gradient(ellipse at 50% 18%,#148cff29,#148cff00 52%),linear-gradient(180deg,#03060b33,#03060b8c 58%,#02040aeb)!important;background-size:cover,cover!important;background-position:center,center!important;background-repeat:no-repeat,no-repeat!important;filter:none!important}.template-index .pl-story-section,.template-index .pl-footer{background-color:#02040a!important;background-image:radial-gradient(ellipse at 50% 0%,#148cff1a,#148cff00 48%),linear-gradient(180deg,#03060b1f,#03060b0a 42%,#02040a38)!important;background-size:cover,cover!important;background-position:center,center!important;background-repeat:no-repeat,no-repeat!important}.template-index .pl-hero,.template-index .pl-story-section,.template-index .pl-footer{--pl-section-overlay-shift: 0px !important;--pl-section-image-shift: 0px !important;--pl-section-glow-shift: 0px !important;--pl-electric-intensity: 1 !important}.template-index .pl-story-section--promise{--pl-promise-text-darkness: .78;--pl-promise-card-border: rgba(126, 194, 255, .16);--pl-promise-card-fill-top: rgba(9, 18, 34, .52);--pl-promise-card-fill-bottom: rgba(5, 10, 20, .38);--pl-promise-card-highlight: rgba(255, 255, 255, .06);--pl-promise-mesh-light: rgba(142, 206, 255, .08);--pl-promise-logo-glow: rgba(20, 140, 255, .08)}.template-index .pl-story-section--promise:before{content:none!important;display:none!important;background:none!important;animation:none!important}.template-index .pl-story-section--promise:after{content:none!important;display:none!important;background:none!important;animation:none!important}.template-index .pl-story-section--promise .pl-story-section__shell--promise{gap:clamp(2.1rem,3.6vw,3.25rem)}.template-index .pl-story-section--promise .pl-story-section__intro{padding-inline-start:clamp(.2rem,.8vw,.7rem);max-width:min(48rem,92vw)}.template-index .pl-story-section--promise .pl-story-section__intro:before{content:none!important;display:none!important;background:none!important}.template-index .pl-story-section--promise .pl-section__heading{max-width:14ch}.template-index .pl-story-section--promise .pl-promise__copy{display:none}.template-index .pl-story-section--promise .pl-inline-link{margin-top:clamp(1.55rem,3.2vh,2.15rem)}.template-index .pl-story-section--promise .pl-story-grid--promise{gap:clamp(1.15rem,1.8vw,1.55rem);margin-top:.2rem}.template-index .pl-story-section--promise .pl-story-card--benefit{min-height:0}.template-index .pl-story-section--promise .pl-story-card--benefit:before{display:none}.template-index .pl-story-section--promise .pl-story-card--benefit:after{display:none}.template-index .pl-story-section--promise .pl-story-card--benefit:hover{transform:translateY(-4px);border-color:#148cff3d;box-shadow:0 18px 36px #0000002e,0 0 24px #148cff1a}.template-index .pl-story-section--promise .pl-story-card__label{margin-bottom:.72rem}.template-index .pl-story-section--promise .pl-story-card__text{margin-top:.55rem;line-height:1.56}@media(max-width:1024px){.template-index .pl-story-section--promise .pl-story-grid--promise{gap:1rem}}@media(max-width:749px){.template-index .pl-story-section--promise .pl-story-section__intro{padding-inline-start:.2rem}.template-index .pl-story-section--promise .pl-story-grid--promise{gap:.95rem}}@keyframes pl-promise-material-drift{0%{opacity:.74;transform:translate3d(0,-.4%,0)}to{opacity:.84;transform:translate3d(0,.45%,0)}}@keyframes pl-promise-logo-breathe{0%,to{opacity:.68}50%{opacity:.8}}@media(prefers-reduced-motion:reduce){.pl-theme *,.pl-theme *:before,.pl-theme *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pl-hero__product-shell{animation:none!important}.pl-hero__product-media--official{animation:none!important;transform:translate3d(calc(var(--pl-hero-product-x) + var(--pl-hero-progress) * .28rem),calc(var(--pl-hero-product-y) + var(--pl-hero-progress) * -.35rem),0) scale(var(--pl-hero-product-scale))!important}.pl-hero__product-halo,.pl-hero__product-reflect{animation:none!important}.pl-hero [data-pl-hero-reveal]{opacity:1!important;transform:none!important}}.template-index #pl-problem .pl-story-card__meta-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 .72rem!important}.template-index #pl-problem .pl-story-card__glyph{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;line-height:0!important;color:#a2d6ff!important;flex:0 0 16px!important}.template-index #pl-problem .pl-story-card__glyph svg{display:block!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important}.template-index #pl-problem .pl-story-card__glyph svg path,.template-index #pl-problem .pl-story-card__glyph svg circle,.template-index #pl-problem .pl-story-card__glyph svg line,.template-index #pl-problem .pl-story-card__glyph svg polyline{vector-effect:non-scaling-stroke}.template-index #pl-problem .pl-story-card__label{margin:0!important}.pl-card-meta{display:flex;align-items:center;gap:8px;margin:0 0 .72rem}.pl-card-meta__icon{display:inline-flex;align-items:center;justify-content:center;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px;line-height:0;color:#a2d6ff;flex:0 0 16px}.pl-card-meta__icon svg{display:block;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px}.pl-card-meta__icon svg path,.pl-card-meta__icon svg circle,.pl-card-meta__icon svg line,.pl-card-meta__icon svg polyline,.pl-card-meta__icon svg rect{vector-effect:non-scaling-stroke}.pl-card-meta .pl-story-card__label,.pl-card-meta .pl-product-card__eyebrow{margin:0}.template-index #pl-why .pl-vision-pillars{grid-column:1 / -1;gap:.85rem;margin-top:clamp(1rem,2.2vh,1.6rem);align-items:stretch}.template-index #pl-why .pl-story-card--vision{display:flex;flex-direction:column;height:100%;min-height:clamp(17.5rem,28vh,19.75rem);max-height:clamp(18.25rem,29.5vh,20.5rem);padding:0;overflow:hidden;border:1px solid rgba(126,194,255,.16);border-radius:1.2rem;background:linear-gradient(180deg,#09122285,#050a1461);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff0f,0 10px 24px #0000001a;transform:translateZ(0);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.template-index #pl-why .pl-story-card--vision:before,.template-index #pl-why .pl-story-card--vision:after{content:none!important;display:none!important}.template-index #pl-why .pl-story-card--vision:hover{transform:translate3d(0,-3px,0);box-shadow:inset 0 1px #ffffff14,0 14px 30px #00000024,0 0 0 1px #97cdff47,0 0 22px #148cff1a}.template-index #pl-why .pl-story-card__media,.template-index #pl-why .why-card-media{position:relative;flex:0 0 48%;width:100%;height:auto;min-height:0;aspect-ratio:auto;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;background:#020611}.template-index #pl-why .pl-story-card__media:after{content:"";position:absolute;inset:auto 0 0;z-index:3;height:1.5rem;pointer-events:none;background:linear-gradient(180deg,#050a1400,#050a1459 55%,#050a14ad)}.template-index #pl-why .why-card-image-bg{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;z-index:1;width:124%;height:124%;max-width:none;object-fit:cover;object-position:center;filter:blur(18px) brightness(.55) saturate(1.15);transform:scale(1.12);transform-origin:center center;opacity:1;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform .4s ease,filter .4s ease}.template-index #pl-why .why-card-image-main{position:relative;z-index:2;display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;transform:none;background:transparent}.template-index #pl-why .pl-story-card--vision:hover .why-card-image-bg{transform:scale(1.18);filter:blur(18px) brightness(.62) saturate(1.2)}.template-index #pl-why .pl-story-card--vision:hover .why-card-image-main{transform:none}.template-index #pl-why .pl-story-card__body{flex:1 1 52%;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:.7rem .85rem .75rem;box-sizing:border-box}@media(min-width:990px){.template-index #pl-why .pl-story-card--vision{min-height:clamp(23.75rem,44vh,25rem);max-height:none;border-radius:1.5rem;background:linear-gradient(180deg,#091222eb,#040a12e0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08}.template-index #pl-why .pl-story-card__media,.template-index #pl-why .why-card-media{flex:0 0 60%;border-radius:1.5rem 1.5rem 0 0}.template-index #pl-why .why-card-image-bg{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.template-index #pl-why .why-card-image-main{width:100%;height:100%;object-fit:cover;object-position:center}.template-index #pl-why .pl-story-card__body{flex:1 1 40%;padding:.85rem 1.05rem 1.05rem}}.template-index #pl-why .pl-story-card--vision .pl-story-card__label{margin:0;font-size:.72rem;letter-spacing:.06em}.template-index #pl-why .pl-card-meta{display:flex;align-items:center;gap:.45rem;margin:0 0 .35rem;min-height:1rem}.template-index #pl-why .pl-vision-card__lead{display:none!important}.template-index #pl-why .pl-story-card--vision .pl-story-card__text{margin:0;font-size:.74rem;line-height:1.4;color:#e6f0ffc2;overflow:visible}@media(min-width:750px){.template-index #pl-why .pl-vision-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.template-index #pl-why .pl-vision-pillars{grid-template-columns:repeat(4,minmax(0,1fr))}}.template-index #pl-why{--header-height: var(--pl-header-height, 84px);--pl-vision-panel-fill-top: rgba(10, 18, 33, .34);--pl-vision-panel-fill-bottom: rgba(4, 8, 16, .18);--pl-vision-panel-border: rgba(149, 206, 255, .12);--pl-vision-panel-highlight: rgba(255, 255, 255, .05);scroll-margin-top:0;min-height:100svh;height:auto;box-sizing:border-box;padding-top:calc(var(--header-height) + clamp(.55rem,1.2vh,1rem))!important;padding-bottom:clamp(16px,2vh,28px)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow-x:clip;overflow-y:visible}.template-index #pl-why:before,.template-index #pl-why:after{content:none!important;display:none!important;background:none!important;opacity:0!important;animation:none!important}.template-index #pl-why .pl-story-section__shell--split{min-height:0;height:100%;padding-bottom:0!important}.template-index #pl-why .pl-story-section__intro{padding-block:.15rem 0;max-width:clamp(340px,29vw,440px);width:min(100%,clamp(340px,29vw,440px));margin-left:clamp(.35rem,1.2vw,1rem);margin-top:clamp(.25rem,1vh,.75rem)}.template-index #pl-why .pl-story-section__intro:before{content:none!important;display:none!important}.template-index #pl-why .pl-section__eyebrow{margin-bottom:.55rem}.template-index #pl-why .pl-section__heading{margin-bottom:.4rem;max-width:11ch;font-size:clamp(1.85rem,3.4vw,3.15rem);text-shadow:0 1px 2px rgba(3,6,11,.6),0 8px 22px rgba(3,6,11,.45)}.template-index #pl-why .pl-vision__copy{max-width:100%;margin-top:.55rem}.template-index #pl-why .pl-vision__copy p{margin:0;max-width:100%;font-size:clamp(.92rem,1.15vw,1.05rem);line-height:1.45;text-shadow:0 1px 2px rgba(3,6,11,.55),0 6px 18px rgba(3,6,11,.4)}.template-index #pl-why .pl-vision__statement{display:none!important}.template-index #pl-why .pl-inline-link{margin-top:.85rem}.template-index #pl-why .pl-story-section__visual-stack,.template-index #pl-why .pl-story-panel--overlay{display:none!important}@media(min-width:990px)and (max-height:820px){.template-index #pl-why{padding-top:calc(var(--header-height) + .45rem)!important;padding-bottom:clamp(14px,1.8vh,22px)!important}.template-index #pl-why .pl-section__heading{font-size:clamp(1.65rem,3vw,2.55rem)}.template-index #pl-why .pl-vision__copy p{font-size:.9rem;line-height:1.38}.template-index #pl-why .pl-inline-link{margin-top:.65rem}.template-index #pl-why .pl-vision-pillars{margin-top:.75rem;gap:.7rem!important}.template-index #pl-why .pl-story-card--vision{min-height:clamp(22rem,48vh,24rem);max-height:none}.template-index #pl-why .pl-story-card__body{padding:.7rem .9rem .85rem}.template-index #pl-why .pl-story-card--vision .pl-story-card__text{font-size:.72rem;line-height:1.35}}@media(max-width:749px){.template-index #pl-why{min-height:0;height:auto;padding-bottom:clamp(1.25rem,3vh,2rem)!important}.template-index #pl-why .pl-story-section__intro{padding-block:.15rem .1rem;max-width:none;width:100%;margin-left:0}.template-index #pl-why .pl-vision__copy{max-width:none}.template-index #pl-why .pl-vision-pillars{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:.85rem!important;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)))!important;padding-inline:max(1rem,var(--pl-page-gutter, 20px))!important;padding-bottom:.5rem!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,var(--pl-page-gutter, 20px));-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-why .pl-vision-pillars::-webkit-scrollbar{display:none}.template-index #pl-why .pl-story-card--vision{flex:0 0 calc(100vw - 52px)!important;width:calc(100vw - 52px)!important;max-width:calc(100vw - 52px)!important;box-sizing:border-box!important;scroll-snap-align:start;scroll-snap-stop:always;min-height:17rem;max-height:none;border-radius:1.2rem}.template-index #pl-why .pl-story-card__media,.template-index #pl-why .why-card-media{flex:0 0 46%;border-radius:1.2rem 1.2rem 0 0}.template-index #pl-why .why-card-image-main{object-fit:contain}}@media(prefers-reduced-motion:reduce){.template-index #pl-why .pl-story-card--vision{transition:none!important}.template-index #pl-why .pl-story-card--vision:hover{transform:none}.template-index #pl-why .why-card-image-bg,.template-index #pl-why .pl-story-card--vision:hover .why-card-image-bg{transition:none!important;transform:scale(1.12)!important;filter:blur(18px) brightness(.55) saturate(1.15)!important}.template-index #pl-why .why-card-image-main,.template-index #pl-why .pl-story-card--vision:hover .why-card-image-main{transform:none!important}}@keyframes pl-vision-glass-drift{0%{transform:translate3d(-2%,-.35%,0);opacity:.28}to{transform:translate3d(2%,.35%,0);opacity:.42}}.template-index #pl-promise .pl-story-card__meta-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 .45rem!important}.template-index #pl-promise .pl-story-card__glyph{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;line-height:0!important;color:#97c2fff2!important;flex:0 0 18px!important}.template-index #pl-promise .pl-story-card__glyph svg{display:block!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important}.template-index #pl-promise .pl-story-card__glyph svg path,.template-index #pl-promise .pl-story-card__glyph svg circle,.template-index #pl-promise .pl-story-card__glyph svg line,.template-index #pl-promise .pl-story-card__glyph svg polyline{vector-effect:non-scaling-stroke}.template-index #pl-promise .pl-story-card__label{margin:0!important}@media(min-width:990px){.template-index .pl-hero.pl-hero--full{height:auto;min-height:100svh;max-height:none;overflow:clip}.template-index .pl-hero--full .pl-hero__layout{min-height:100svh;height:auto;box-sizing:border-box;padding-top:calc(var(--pl-header-height) + clamp(.85rem,1.8vh,2rem));padding-bottom:clamp(2.85rem,4.2vh,4.3rem);column-gap:clamp(2rem,5vw,6rem);row-gap:clamp(.75rem,1.6vh,1.35rem)}.template-index .pl-hero--full .pl-hero__stage{min-height:0;align-self:stretch}.template-index .pl-hero__title{font-size:clamp(2.15rem,5.2vh,4.5rem);line-height:1.05;letter-spacing:-.05em}.template-index .pl-hero__subtitle{font-size:clamp(1.12rem,1.85vh,1.25rem);line-height:1.58;color:#f8fbffe0}.template-index .pl-section.pl-story-section{box-sizing:border-box;height:auto;min-height:100svh;max-height:none;padding-top:calc(var(--pl-header-height) + clamp(1.35rem,2.8vh,2.75rem));padding-bottom:clamp(2rem,4vh,3.5rem);overflow-x:clip;overflow-y:visible}.template-index .pl-story-section__shell,.template-index .pl-story-section__shell--split,.template-index .pl-story-section__split,.template-index .pl-story-section__shell--promise{gap:clamp(1.25rem,2.6vh,2.25rem);align-content:start}.template-index .pl-story-section .pl-section__heading{font-size:clamp(2rem,4.2vh,3.75rem);line-height:.96;letter-spacing:-.04em}.template-index .pl-story-section__copy,.template-index .pl-story-section .pl-richtext{font-size:clamp(1rem,1.65vh,1.15rem);line-height:1.65;color:#ffffffd1;max-width:55ch}.template-index .pl-section__eyebrow{font-size:.74rem;letter-spacing:.2em;color:#9fd1ffe6}.template-index .pl-story-section--range .pl-product-card__content{padding:.9rem 1rem 1rem;gap:.45rem}.template-index .pl-final-cta{gap:clamp(1.15rem,2.4vh,1.85rem)}.template-index .pl-final-cta .pl-section__heading,.template-index #pl-final .pl-section__heading{font-size:clamp(2.15rem,4.6vh,3.9rem)}}@media(min-width:990px)and (min-height:780px)and (max-height:960px){.template-index .pl-section.pl-story-section{padding-top:calc(var(--pl-header-height) + clamp(1.1rem,2.2vh,2.25rem));padding-bottom:clamp(1.65rem,3vh,2.75rem)}.template-index .pl-story-section__shell,.template-index .pl-story-section__shell--split,.template-index .pl-story-section__split,.template-index .pl-story-section__shell--promise{gap:clamp(1.05rem,2vh,1.65rem)}.template-index .pl-story-section .pl-section__heading{font-size:clamp(1.85rem,3.6vh,3.1rem)}.template-index .pl-hero__title{font-size:clamp(2.1rem,4.6vh,3.5rem)}}@media(min-width:990px)and (max-height:820px){.template-index{--pl-slide-cards-bottom-gap: clamp(2.25rem, 4.5vh, 3.5rem)}.template-index .pl-hero.pl-hero--full{height:100svh;min-height:100svh;max-height:100svh;overflow:clip}.template-index .pl-hero--full .pl-hero__layout{min-height:100svh;padding-top:calc(var(--pl-header-height) + .55rem);padding-bottom:clamp(2.15rem,3.2vh,3rem);row-gap:.55rem}.template-index .pl-hero__brand{margin-bottom:.65rem}.template-index .pl-hero__title{font-size:clamp(1.95rem,4.6vh,3.1rem);line-height:1.05}.template-index .pl-hero__subtitle{margin-top:.75rem;font-size:clamp(1.05rem,1.6vh,1.15rem);line-height:1.5}.template-index .pl-hero__actions{margin-top:.9rem}.template-index .pl-hero__signal-card.pl-story-card{padding:.85rem .95rem .9rem}.template-index .pl-section.pl-story-section{height:auto;min-height:100svh;max-height:none;padding-top:calc(var(--pl-header-height) + clamp(.85rem,1.8vh,1.5rem));padding-bottom:clamp(1.25rem,2.4vh,2rem);overflow-x:clip;overflow-y:visible}}.template-index #pl-why:before,.template-index .pl-final-cta:before,.template-index .pl-final-cta:after,.template-index .pl-story-section--promise .pl-story-section__intro:before{content:none!important;display:none!important;background:none!important;animation:none!important;opacity:0!important}.template-index .pl-section.pl-story-section,.template-index .pl-hero.pl-hero--full{height:auto;max-height:none}.template-index .pl-section.pl-story-section{min-height:100svh;padding-top:calc(var(--pl-header-height, var(--header-height, 84px)) + clamp(1rem,2.2vh,2.25rem));padding-bottom:clamp(1.5rem,3.2vh,2.75rem);overflow-x:clip;overflow-y:visible}.template-index .pl-hero.pl-hero--full{min-height:100svh;overflow:clip}.template-index .pl-story-section__shell,.template-index .pl-story-section__shell--split,.template-index .pl-story-section__shell--promise,.template-index .pl-story-section__shell--problem{width:100%;max-width:none;margin-inline:auto;padding-inline:clamp(1.5rem,3vw,3.25rem);box-sizing:border-box;align-content:start;align-items:start}.template-index .pl-section__heading,.template-index .pl-hero__title,.template-index .pl-section__eyebrow,.template-index .pl-hero__brand{text-shadow:0 1px 2px rgba(3,6,11,.55),0 10px 28px rgba(3,6,11,.42)}.template-index .pl-story-section__copy,.template-index .pl-story-section .pl-richtext,.template-index .pl-hero__subtitle,.template-index .pl-promise__copy,.template-index .pl-final-cta__note{max-width:55ch;text-shadow:0 1px 16px rgba(3,6,11,.55)}.template-index .pl-story-card--benefit,.template-index .pl-story-card,.template-index .pl-product-card,.template-index .pl-hero__signal-card{position:relative;z-index:1}.template-index .pl-story-panel--overlay{margin-top:0!important}@media(min-width:990px){.template-index #pl-solution .pl-story-section__visual-stack,.template-index #pl-technology .pl-story-section__visual-stack,.template-index #pl-design .pl-story-section__intro,.template-index #pl-community .pl-story-section__intro{min-height:0!important;justify-content:flex-start!important}.template-index #pl-solution .pl-story-section__visual-stack>.pl-story-panel--tight,.template-index #pl-technology .pl-story-section__visual-stack>.pl-story-grid--2,.template-index #pl-design .pl-story-section__intro>.pl-story-grid--compact,.template-index #pl-community .pl-story-section__intro>.pl-story-grid--stacked{margin-top:0!important}.template-index .pl-story-section .pl-story-media,.template-index .pl-story-media--product,.template-index .pl-story-media--solution,.template-index .pl-story-media--technology,.template-index .pl-story-media--promise,.template-index .pl-story-media--editorial,.template-index .pl-story-media--problem,.template-index .pl-story-media--design,.template-index .pl-story-media--materials,.template-index .pl-story-media--community{min-height:clamp(9.5rem,18vh,14rem)!important;max-height:clamp(11rem,22vh,16rem)}.template-index .pl-story-section__shell,.template-index .pl-story-section__shell--split,.template-index .pl-story-section__split,.template-index .pl-story-section__shell--promise,.template-index .pl-story-section__shell--problem{gap:clamp(.85rem,1.8vh,1.45rem)!important}.template-index .pl-story-section__copy{margin-top:.7rem}.template-index .pl-inline-link{margin-top:.9rem!important}.template-index .pl-story-card,.template-index .pl-story-card--benefit,.template-index .pl-story-card--solution,.template-index .pl-story-card--technology,.template-index .pl-story-card--detail,.template-index .pl-story-card--testimonial{padding:.85rem .95rem .9rem}.template-index .pl-story-card__text{margin-top:.35rem;line-height:1.45;font-size:.9rem}.template-index #pl-promise .pl-story-section__stage{align-self:start}.template-index #pl-range .pl-product-card__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-index #pl-range .pl-range__header{gap:.85rem;align-items:end}.template-index #pl-range .pl-range__aside{display:grid;gap:.75rem;justify-items:end;align-content:end}.template-index #pl-range .pl-range__cta{width:max-content;min-height:2.55rem;padding-inline:1.15rem;font-size:.78rem}.template-index #pl-community .pl-story-card--testimonial .pl-story-card__text,.template-index #pl-community .pl-story-card--testimonial .pl-story-card__quote{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.template-index #pl-community .pl-story-grid--stacked{gap:.75rem}.template-index #pl-community .pl-story-section__intro{min-height:0!important;justify-content:flex-start!important}.template-index #pl-community .pl-story-card--testimonial,.template-index #pl-design .pl-story-card--detail,.template-index #pl-technology .pl-story-card--technology,.template-index #pl-solution .pl-story-card--solution{height:auto!important;min-height:0!important}.template-index #pl-range .pl-section__heading{font-size:var(--fs-section-title)}.template-index #pl-range .pl-story-section__copy{margin-top:.55rem}.template-index #pl-range .pl-range__summary{padding:.85rem 1rem}.template-index #pl-range .pl-range__count{font-size:clamp(2rem,4vh,2.75rem)}.template-index #pl-range .pl-product-card__media{aspect-ratio:1.15 / 1}.template-index #pl-range .pl-product-card__image{padding:.65rem}.template-index #pl-range .pl-product-card__content{padding:.7rem .8rem .8rem;gap:.3rem}.template-index #pl-range .pl-product-card__subtitle{font-size:.68rem;letter-spacing:.06em}.template-index #pl-range .pl-product-card__excerpt{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.35}.template-index #pl-range .pl-range__grid{gap:.85rem}.template-index #pl-range .pl-button{margin-top:.35rem}.template-index #pl-solution .pl-story-section__visual-stack>.pl-story-media,.template-index #pl-technology .pl-story-section__visual-stack>.pl-story-media{min-height:clamp(8rem,14vh,11rem)!important;max-height:12rem}}@media(min-width:990px)and (max-height:860px){.template-index #pl-range .pl-product-card__media{aspect-ratio:1.35 / 1}.template-index #pl-range .pl-product-card__excerpt,.template-index #pl-range .pl-product-card__subtitle{display:none}.template-index #pl-range .pl-product-card__content{padding:.55rem .7rem .65rem;gap:.22rem}.template-index #pl-range .pl-range__summary-label{font-size:.72rem;line-height:1.35}.template-index #pl-community .pl-story-card--testimonial{padding:.7rem .8rem}.template-index #pl-community .pl-story-card--testimonial .pl-story-card__text{-webkit-line-clamp:2;font-size:.84rem;line-height:1.4}.template-index #pl-community .pl-story-card--testimonial .pl-story-card__quote{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.84rem;line-height:1.4;max-height:none}.template-index #pl-community .pl-section__heading{font-size:clamp(1.7rem,3.2vh,2.6rem)}.template-index #pl-community .pl-story-section__copy{margin-top:.45rem}}@media(max-width:989px){.template-index .pl-section.pl-story-section{min-height:auto;padding-top:calc(var(--pl-header-height, 68px) + 1.25rem);padding-bottom:clamp(2.5rem,6vw,3.5rem)}.template-index .pl-story-section .pl-story-media{min-height:clamp(14rem,42vw,22rem)!important;max-height:none}}.template-index .pl-main:before,.template-index .pl-main:after,.template-index .pl-main>.shopify-section+.shopify-section:before,.template-index #shopify-section-pl-footer:before,.template-index .pl-hero:before,.template-index .pl-hero:after,.template-index .pl-story-section:before,.template-index .pl-story-section:after,.template-index .pl-footer:before,.template-index .pl-footer:after,.template-index #home:before,.template-index #home:after,.template-index #pl-why:before,.template-index #pl-why:after,.template-index #pl-problem:before,.template-index #pl-problem:after,.template-index #pl-solution:before,.template-index #pl-solution:after,.template-index #pl-design:before,.template-index #pl-design:after,.template-index #pl-technology:before,.template-index #pl-technology:after,.template-index #pl-range:before,.template-index #pl-range:after,.template-index #pl-community:before,.template-index #pl-community:after,.template-index #pl-final:before,.template-index #pl-final:after,.template-index .pl-final-cta:before,.template-index .pl-final-cta:after,.template-index .pl-story-section--vision:before,.template-index .pl-story-section--vision:after,.template-index .pl-story-section--problem:before,.template-index .pl-story-section--problem:after,.template-index .pl-story-section--solution:before,.template-index .pl-story-section--solution:after,.template-index .pl-story-section--design:before,.template-index .pl-story-section--design:after,.template-index .pl-story-section--technology:before,.template-index .pl-story-section--technology:after,.template-index .pl-story-section--range:before,.template-index .pl-story-section--range:after,.template-index .pl-story-section--community:before,.template-index .pl-story-section--community:after,.template-index .pl-story-section--final:before,.template-index .pl-story-section--final:after,.pl-hero__backdrop:before,.pl-hero__backdrop:after,.pl-hero__backdrop-gradient,.pl-hero__backdrop-gradient:before,.pl-hero__backdrop-gradient:after,.pl-hero__signal-glow,.pl-hero__signal-arc,.pl-hero__copy:before,.pl-story-section__intro:before,.pl-range__header:before,.pl-final-cta__body:before,.pl-footer__brand:before,.template-index .pl-story-section--promise .pl-story-section__intro:before{content:none!important;display:none!important;background:none!important;background-image:none!important;box-shadow:none!important;filter:none!important;opacity:0!important;animation:none!important;pointer-events:none!important}.pl-hero__backdrop{background-color:#02040a!important;background-image:linear-gradient(90deg,#02040a8c,#02040a47 34%,#02040a14 58%,#02040a00 78%),linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 42%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-hero)!important;background-size:cover,cover,cover!important;background-position:center,center,center center!important;background-repeat:no-repeat,no-repeat,no-repeat!important;filter:none!important}.template-index .pl-story-section:not(#pl-promise):not(#pl-engineered):not(#pl-range):not(#pl-lifestyle):not(#pl-community):not(#pl-allsports):not(#pl-problem):not(#pl-solution):not(#pl-final):not(#pl-why),.template-index #pl-design,.template-index #pl-technology{background-color:#02040a!important;background-image:radial-gradient(ellipse at 50% 0%,#148cff1a,#148cff00 48%),linear-gradient(180deg,#03060b1f,#03060b0a 42%,#02040a38)!important;background-size:cover,cover!important;background-position:center,center!important;background-repeat:no-repeat,no-repeat!important;filter:none!important}.template-index #pl-why.pl-story-section--vision{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-vision)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center 50%!important;filter:none!important}.template-index .pl-hero,.template-index .pl-story-section,.template-index .pl-footer{--pl-section-overlay-top: transparent !important;--pl-section-overlay-mid: transparent !important;--pl-section-overlay-bottom: transparent !important;--pl-bg-overlay-darkness: 0 !important;--pl-section-ambient-opacity: 0 !important;--pl-transition-top-opacity: 0 !important;--pl-transition-bottom-opacity: 0 !important;--pl-transition-atmosphere-opacity: 0 !important;--pl-bg-text-shield-opacity: 0 !important;--pl-section-overlay-shift: 0px !important;--pl-section-image-shift: 0px !important}.template-index #pl-allsports{--pl-section-image-position-y: 50%;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-allsports)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important;filter:none!important}.template-index .pl-section__heading,.template-index .pl-hero__title,.template-index .pl-section__eyebrow,.template-index .pl-hero__brand,.template-index .pl-story-section__copy,.template-index .pl-hero__subtitle,.template-index .pl-richtext{text-shadow:0 1px 2px rgba(3,6,11,.55),0 8px 24px rgba(3,6,11,.4)}.template-index .pl-footer,.template-index #shopify-section-pl-footer{box-sizing:border-box;min-height:100svh}.template-index .pl-footer{display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--pl-header-height, 84px) + clamp(1rem,2.2vh,2.25rem));padding-bottom:clamp(1.5rem,3.2vh,2.75rem);padding-inline:max(1rem,var(--pl-page-gutter, var(--page-gutter, 20px)));--pl-section-image-size: cover;--pl-section-image-position-y: 50%;--pl-section-min-height: 100svh;background-size:cover!important;background-position:center 50%!important}.template-index .pl-footer__grid{position:relative;flex:1 1 auto;width:100%;max-width:none;margin-inline:auto;padding-inline:clamp(1.5rem,3vw,3.25rem);box-sizing:border-box;min-height:0;align-content:center}.template-index .pl-footer__meta{position:absolute;right:0;bottom:0;left:auto;max-width:min(22rem,46%);margin:0;text-align:right;z-index:2}.template-index .pl-footer__bottom{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}@media(min-width:990px){.template-index .pl-footer__grid{align-items:center}}@media(max-width:989px){.template-index .pl-footer,.template-index #shopify-section-pl-footer{min-height:auto}.template-index .pl-footer{padding-top:calc(var(--pl-header-height, 68px) + 1.25rem);padding-bottom:clamp(2.5rem,6vw,3.5rem)}.template-index .pl-footer__meta{position:static;max-width:none;margin-top:1.5rem;text-align:left}.template-index .pl-footer__bottom{align-items:flex-start}}@media(min-width:990px){.template-index{--pl-slide-cards-bottom-gap: clamp(3.75rem, 8.5vh, 6rem)}.template-index .pl-hero__container.pl-container{width:100%;max-width:none;padding-inline:clamp(1.5rem,3vw,3.25rem)}.template-index .pl-hero__layout{padding-bottom:var(--pl-slide-cards-bottom-gap);row-gap:clamp(.55rem,1.2vh,1rem);grid-template-columns:minmax(22rem,1fr) minmax(0,1.05fr);column-gap:clamp(1.25rem,3vw,3.5rem)}.template-index .pl-hero__copy{max-width:none;width:min(100%,38rem);margin-left:0;justify-self:start}.template-index .pl-hero__title{max-width:11ch}.template-index .pl-hero__subtitle{max-width:30rem}.template-index .pl-hero__signals{width:100%;max-width:none;margin-left:0;margin-top:auto;margin-bottom:0;padding-inline:0;gap:clamp(1.25rem,3vw,2.75rem);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.template-index .pl-hero__signal-card.pl-story-card{padding:1.15rem 1.2rem 1.2rem;height:100%}.template-index .pl-section.pl-story-section{display:flex;flex-direction:column;padding-bottom:0!important}.template-index .pl-story-section>.pl-container.pl-story-section__shell{flex:1 1 auto;width:100%;max-width:none;display:grid;align-content:stretch;min-height:0;box-sizing:border-box;padding-inline:clamp(1.5rem,3vw,3.25rem);padding-bottom:var(--pl-slide-cards-bottom-gap)!important}.template-index #pl-final>.pl-container{width:100%;max-width:none;padding-inline:clamp(1.5rem,3vw,3.25rem);box-sizing:border-box}.template-index #pl-promise .pl-story-section__shell--promise{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-template-rows:1fr auto;align-items:start;padding-bottom:clamp(3.75rem,7vh,5.25rem)!important}.template-index #pl-promise .pl-story-section__intro,.template-index #pl-promise .pl-story-section__stage{align-self:start}.template-index #pl-promise .pl-story-grid--promise,.template-index #pl-why .pl-vision-pillars,.template-index #pl-solution .pl-story-panel--tight,.template-index #pl-technology .pl-story-grid--2,.template-index #pl-design .pl-story-grid--compact,.template-index #pl-community .pl-story-grid--stacked,.template-index #pl-problem .pl-story-grid--4,.template-index #pl-range .pl-range__body{margin-bottom:0!important;padding-bottom:0}.template-index #pl-promise .pl-story-grid--promise{grid-column:1 / -1;grid-row:2;margin-top:clamp(1.25rem,2.5vh,2rem)!important;align-self:end;width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.1rem,2.4vw,1.75rem);transform:none}.template-index #pl-why .pl-story-section__shell--split,.template-index #pl-solution .pl-story-section__shell--split,.template-index #pl-technology .pl-story-section__shell--split,.template-index #pl-design .pl-story-section__shell--split,.template-index #pl-community .pl-story-section__shell--split{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-template-rows:1fr auto;align-items:start}.template-index #pl-why .pl-story-section__intro,.template-index #pl-why .pl-story-section__visual-stack,.template-index #pl-solution .pl-story-section__intro,.template-index #pl-solution .pl-story-section__visual-stack,.template-index #pl-technology .pl-story-section__intro,.template-index #pl-technology .pl-story-section__visual-stack,.template-index #pl-design .pl-story-section__intro,.template-index #pl-design .pl-story-section__visual-stack,.template-index #pl-community .pl-story-section__intro,.template-index #pl-community .pl-story-section__visual-stack{align-self:start}.template-index #pl-why .pl-vision-pillars,.template-index #pl-solution .pl-story-panel--tight,.template-index #pl-technology .pl-story-grid--2,.template-index #pl-design .pl-story-grid--compact,.template-index #pl-community .pl-story-grid--stacked{grid-column:1 / -1!important;grid-row:2;align-self:end;width:100%;margin-top:0!important;display:grid!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;gap:clamp(1.25rem,3vw,2.75rem)!important}.template-index #pl-why .pl-vision-pillars,.template-index #pl-solution .pl-story-grid--2{grid-template-columns:repeat(4,minmax(0,1fr))!important}.template-index #pl-why .pl-vision-pillars{gap:clamp(.75rem,1.4vw,1.05rem)!important}.template-index #pl-why .pl-story-section__shell--split{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);padding-bottom:0!important}.template-index #pl-technology .pl-story-grid--2,.template-index #pl-design .pl-story-grid--compact,.template-index #pl-community .pl-story-grid--stacked{grid-template-columns:repeat(3,minmax(0,1fr))!important}.template-index #pl-solution .pl-story-panel--tight{background:transparent;border:0;box-shadow:none;padding:0}.template-index #pl-problem .pl-story-section__shell--problem{grid-template-rows:auto auto;align-items:start;padding-bottom:clamp(1.5rem,3vh,2.25rem)!important;min-height:0}.template-index #pl-problem .pl-story-section__split{align-self:start;align-items:start;gap:clamp(1rem,2vw,1.5rem)}.template-index #pl-problem .pl-story-grid--4{grid-column:1 / -1;grid-row:2;align-self:start;width:100%;margin-top:clamp(.75rem,1.6vh,1.25rem)!important;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.75rem)}.template-index #pl-range .pl-range__grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.55rem,1.1vw,.95rem)}.template-index #pl-solution .pl-story-card--solution,.template-index #pl-design .pl-story-card--detail,.template-index #pl-technology .pl-story-card--technology,.template-index #pl-community .pl-story-card--testimonial{height:auto;min-height:0}.template-index #pl-community .pl-story-section__intro{min-height:0!important;justify-content:flex-start!important}}.template-index #pl-promise .pl-story-section__intro{max-width:min(48rem,92vw);padding-inline-start:clamp(.2rem,.8vw,.7rem)}.template-index #pl-promise .pl-section__eyebrow{margin-bottom:var(--space-eyebrow-title)}.template-index #pl-promise .pl-section__heading{margin-top:.1rem;margin-bottom:0;max-width:14ch;font-size:var(--fs-section-title);line-height:var(--lh-title);letter-spacing:-.035em;font-weight:650}.template-index #pl-promise .pl-inline-link{margin-top:var(--space-body-link)}.template-index #pl-promise .pl-story-grid--promise{align-items:stretch;gap:clamp(1.05rem,2.1vw,1.5rem);margin-top:clamp(-.35rem,-.8vh,-.15rem)}.template-index #pl-promise .pl-story-card--benefit{position:relative;display:flex;flex-direction:column;height:100%;isolation:isolate;min-height:clamp(19.5rem,31vh,22.5rem);max-height:none;padding:0;overflow:hidden;border:1px solid rgba(20,140,255,.14);border-radius:1.5rem;background:linear-gradient(180deg,#091222eb,#040a12e0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08;transform:translateZ(0);transition:transform var(--pl-transition),border-color var(--pl-transition),background-color var(--pl-transition),box-shadow var(--pl-transition)}.template-index #pl-promise .pl-story-card__index,.template-index #pl-promise .pl-story-card--benefit:before,.template-index #pl-promise .pl-story-card--benefit:after{content:none!important;display:none!important}.template-index #pl-promise .pl-story-card__media{position:relative;z-index:1;flex:0 0 60%;min-height:0;overflow:hidden;border-radius:1.5rem 1.5rem 0 0;background:#040810eb}.template-index #pl-promise .pl-story-card__media:after{content:"";position:absolute;inset:auto 0 0;height:2rem;pointer-events:none;background:linear-gradient(180deg,#040a1200,#040a1273 55%,#040a12eb)}.template-index #pl-promise .pl-story-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:transparent;filter:brightness(1);transform:none;transition:filter .36s cubic-bezier(.22,1,.36,1)}.template-index #pl-promise .pl-story-card__body{position:relative;z-index:1;flex:1 1 40%;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:.85rem 1.15rem 1.1rem}.template-index #pl-promise .pl-story-card__meta-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 .45rem!important;min-height:1.15rem}.template-index #pl-promise .pl-story-card__glyph{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;flex:0 0 18px;color:#97c2fff2;line-height:0}.template-index #pl-promise .pl-story-card__glyph svg{display:block;width:18px;height:18px}.template-index #pl-promise .pl-story-card__label{margin:0;color:#97c2ffe6;font-size:var(--fs-card-label, .74rem);font-weight:700;letter-spacing:var(--tracking-eyebrow, .14em);text-transform:uppercase}.template-index #pl-promise .pl-story-card__title{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-card-title, 1.08rem);font-weight:500;line-height:1.2;letter-spacing:-.03em}.template-index #pl-promise .pl-story-card__text{margin:.45rem 0 0;color:var(--color-card-body, rgba(255, 255, 255, .72));font-size:var(--fs-card-body, .92rem);line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.template-index #pl-promise .pl-story-card--benefit:hover{transform:translateY(-4px);border-color:#148cff3d;background:linear-gradient(180deg,#091222f0,#040a12e6);box-shadow:0 18px 36px #0000002e,0 0 24px #148cff1a}.template-index #pl-promise .pl-story-card--benefit:hover .pl-story-card__image{filter:brightness(1.08);transform:none}.template-index #pl-promise[data-pl-reveal-root] [data-pl-reveal]{opacity:0;transform:translate3d(0,1rem,0);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition-delay:var(--pl-reveal-delay, 0ms)}.template-index #pl-promise[data-pl-reveal-root].is-visible [data-pl-reveal]{opacity:1;transform:translateZ(0)}@media(min-width:990px){.template-index #pl-promise .pl-story-grid--promise{grid-template-columns:repeat(4,minmax(0,1fr))}.template-index #pl-promise .pl-story-section__shell--promise{gap:clamp(1.6rem,2.8vw,2.4rem);padding-top:clamp(.35rem,1.2vh,.85rem)}.template-index #pl-promise .pl-story-card--benefit{min-height:clamp(20rem,32vh,23rem)}}@media(min-width:990px)and (max-height:860px){.template-index #pl-promise .pl-story-section__shell--promise{padding-bottom:clamp(3rem,5.5vh,4.25rem)!important}.template-index #pl-promise .pl-section__heading,.template-index #pl-engineered .pl-section__heading{font-size:clamp(2.35rem,4.8vw,3.6rem)}.template-index #pl-promise .pl-story-card--benefit{min-height:clamp(18.5rem,30vh,20.5rem)}}@media(min-width:750px)and (max-width:989px){.template-index #pl-promise .pl-story-grid--promise{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:unset!important;gap:1rem!important;margin-top:1.5rem!important}.template-index #pl-promise .pl-section__heading{max-width:12ch;font-size:var(--fs-section-title)}.template-index #pl-promise .pl-story-card--benefit{min-height:18.5rem;max-height:none}}@media(max-width:749px){.template-index #pl-promise .pl-story-grid--promise{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:.85rem!important;margin-top:1.25rem!important;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)))!important;padding-inline:max(1rem,var(--pl-page-gutter, 20px))!important;padding-bottom:.5rem!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,var(--pl-page-gutter, 20px));-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-promise .pl-story-grid--promise::-webkit-scrollbar{display:none}.template-index #pl-promise .pl-section__heading{max-width:11ch;font-size:var(--fs-section-title)}.template-index #pl-promise .pl-story-card--benefit{flex:0 0 calc(100vw - 52px)!important;width:calc(100vw - 52px)!important;max-width:calc(100vw - 52px)!important;box-sizing:border-box!important;scroll-snap-align:start;scroll-snap-stop:always;min-height:17.5rem;max-height:none}.template-index #pl-promise .pl-story-card__media{flex-basis:60%}.template-index #pl-promise .pl-story-card__body{padding:.75rem .95rem .95rem}.template-index #pl-promise .pl-story-card__text{font-size:.86rem;line-height:1.4}}@media(prefers-reduced-motion:reduce){.template-index #pl-promise .pl-story-card--benefit,.template-index #pl-promise .pl-story-card__image{transition:none!important}.template-index #pl-promise[data-pl-reveal-root] [data-pl-reveal]{opacity:1!important;transform:none!important;transition:none!important}.template-index #pl-promise .pl-story-card--benefit:hover{transform:none}.template-index #pl-promise .pl-story-card--benefit:hover .pl-story-card__image{filter:none;transform:none}}@media(min-width:990px)and (max-height:820px){.template-index{--pl-slide-cards-bottom-gap: clamp(2rem, 4vh, 3rem)}.template-index .pl-hero.pl-hero--full{height:100svh;min-height:100svh;max-height:100svh;overflow:clip}.template-index .pl-hero--full .pl-hero__layout,.template-index .pl-hero__layout{min-height:100svh;max-height:100svh;box-sizing:border-box;padding-top:calc(var(--pl-header-height) + .45rem);padding-bottom:var(--pl-slide-cards-bottom-gap);row-gap:.45rem}.template-index .pl-hero__brand{margin-bottom:.5rem}.template-index .pl-hero__title{font-size:clamp(1.9rem,4.4vh,2.95rem)!important}.template-index .pl-hero__subtitle{margin-top:.65rem;font-size:clamp(.9rem,1.4vh,1.02rem);line-height:1.4}.template-index .pl-hero__actions{margin-top:.75rem}.template-index .pl-hero__signals{gap:clamp(.75rem,1.5vw,1.25rem)}.template-index .pl-hero__signal-card.pl-story-card{padding:.85rem .95rem .9rem}.template-index .pl-section.pl-story-section,.template-index .pl-footer{min-height:100svh}}.template-index #pl-problem .pl-problem-cta{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;margin-top:var(--space-body-link, clamp(14px, 1.3vw, 22px));padding:.82rem 1.35rem;border-radius:999px;background:linear-gradient(135deg,#087cff,#0057d9);color:#fff!important;font-size:var(--fs-editorial-link, .78rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.2;border:1px solid rgba(120,190,255,.4);box-shadow:0 0 24px #0073ff38;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.template-index #pl-problem .pl-problem-cta__arrow{font-size:1.05em;line-height:1;transform:translateY(-.5px)}.template-index #pl-problem .pl-problem-cta:hover,.template-index #pl-problem .pl-problem-cta:focus-visible{transform:translateY(-2px);box-shadow:0 0 32px #0087ff57;color:#fff!important}.template-index #pl-problem .pl-problem-cards{align-items:stretch;grid-auto-rows:minmax(0,1fr)}.template-index #pl-problem .pl-problem-card:before,.template-index #pl-problem .pl-story-card--problem:before{content:none!important;display:none!important}.template-index #pl-problem .pl-problem-card:after,.template-index #pl-problem .pl-story-card--problem:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 32%,transparent 72%,rgba(30,110,255,.035));mix-blend-mode:normal;opacity:1}.template-index #pl-problem .pl-problem-card:hover{transform:translateY(-6px);border-color:#3c96ff73;box-shadow:inset 0 1px #ffffff0d,0 22px 55px #003c9638}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{position:relative;flex:0 0 auto;width:100%;height:clamp(13.5rem,20vh,15rem);min-height:clamp(13.5rem,20vh,15rem);max-height:15rem;overflow:hidden;border-radius:1.35rem 1.35rem 0 0;background:#030711;box-sizing:border-box}.template-index #pl-problem .pl-problem-card__media:after{content:"";position:absolute;inset:auto 0 0;height:2rem;z-index:1;pointer-events:none;background:linear-gradient(180deg,#040e1e00,#040e1e66,#040e1ee6)}.template-index #pl-problem .pl-problem-card--2 .pl-problem-card__media:after,.template-index #pl-problem .pl-problem-card--3 .pl-problem-card__media:after,.template-index #pl-problem .pl-problem-card--4 .pl-problem-card__media:after{height:1.35rem;background:linear-gradient(180deg,#040e1e00,#040e1e33 55%,#040e1eb3)}.template-index #pl-problem .problem-card-media img,.template-index #pl-problem .pl-problem-card__image{display:block;width:100%;height:100%;box-sizing:border-box;transform:scale(1);transform-origin:center center;transition:transform .35s ease}.template-index #pl-problem .problem-card-media img.pl-problem-card__image--discomfort,.template-index #pl-problem .pl-problem-card__image.pl-problem-card__image--discomfort{object-fit:cover;object-position:center center;padding:0;background:transparent}.template-index #pl-problem .pl-problem-card--2 .pl-problem-card__media,.template-index #pl-problem .pl-problem-card--2 .problem-card-media{background:#030711}.template-index #pl-problem .problem-card-media img.pl-problem-card__image--insecurity,.template-index #pl-problem .pl-problem-card__image.pl-problem-card__image--insecurity{object-fit:cover;object-position:center 25%;padding:0;background:transparent}.template-index #pl-problem .pl-problem-card--3 .pl-problem-card__media,.template-index #pl-problem .pl-problem-card--3 .problem-card-media{background:#030711}.template-index #pl-problem .problem-card-media img.pl-problem-card__image--outdated,.template-index #pl-problem .pl-problem-card__image.pl-problem-card__image--outdated{object-fit:cover;object-position:center 34%;padding:0;background:transparent}.template-index #pl-problem .pl-problem-card--4 .pl-problem-card__media,.template-index #pl-problem .pl-problem-card--4 .problem-card-media{background:#030711}.template-index #pl-problem .problem-card-media img.pl-problem-card__image--lack,.template-index #pl-problem .pl-problem-card__image.pl-problem-card__image--lack{object-fit:cover;object-position:center 48%;padding:0;background:#030711}.template-index #pl-problem .pl-problem-card:hover .pl-problem-card__image--discomfort,.template-index #pl-problem .pl-problem-card:hover .pl-problem-card__image--insecurity,.template-index #pl-problem .pl-problem-card:hover .pl-problem-card__image--outdated{transform:scale(1.025)}.template-index #pl-problem .pl-problem-card:hover .pl-problem-card__image--lack{transform:scale(1.015)}.template-index #pl-problem .pl-problem-card__body{position:relative;z-index:2;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:.78rem .9rem .9rem;box-sizing:border-box}.template-index #pl-problem .pl-problem-card__body .pl-story-card__meta-row{margin-bottom:.32rem!important}.template-index #pl-problem .pl-story-card__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.template-index #pl-problem .pl-problem-card__body .pl-story-card__title{margin:0 0 .28rem}.template-index #pl-problem .pl-problem-card__body .pl-story-card__text{margin-top:0;flex:1 1 auto;min-height:0;line-height:1.55}.template-index #pl-problem .pl-problem-cards{align-items:stretch}.template-index #pl-problem .pl-problem-card,.template-index #pl-problem .pl-story-card--problem{position:relative;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:0;max-height:none;padding:0!important;border-radius:1.35rem;background:#040e1ee0;border:1px solid rgba(40,125,255,.22);isolation:isolate;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffff0a,0 18px 45px #00000047;transform:translateZ(0);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}@media(max-width:989px){.template-index #pl-problem .pl-problem-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.template-index #pl-problem .pl-problem-card,.template-index #pl-problem .pl-story-card--problem{min-height:0;max-height:none}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{height:14.5rem;min-height:14.5rem;max-height:14.5rem}}@media(max-width:749px){.template-index #pl-problem .pl-problem-cards{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;grid-template-columns:none!important;gap:.85rem!important;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)))!important;padding-inline:max(1rem,var(--pl-page-gutter, 20px))!important;padding-bottom:.5rem!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,var(--pl-page-gutter, 20px));-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-problem .pl-problem-cards::-webkit-scrollbar{display:none}.template-index #pl-problem .pl-problem-card,.template-index #pl-problem .pl-story-card--problem{flex:0 0 calc(100vw - 52px)!important;width:calc(100vw - 52px)!important;max-width:calc(100vw - 52px)!important;box-sizing:border-box!important;scroll-snap-align:start;scroll-snap-stop:always;height:auto;min-height:0;max-height:none}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{height:15rem;min-height:15rem;max-height:15rem}.template-index #pl-problem .pl-problem-card__body .pl-story-card__text{-webkit-line-clamp:5}.template-index #pl-problem .pl-problem-cta{width:auto;max-width:100%}}@media(min-width:990px)and (max-height:900px){.template-index .pl-section.pl-story-section{padding-top:calc(var(--pl-header-height) + clamp(.85rem,1.7vh,1.5rem));padding-bottom:clamp(1.15rem,2.2vh,2rem)}.template-index #pl-problem .pl-story-section__shell--problem{padding-bottom:clamp(1rem,2vh,1.7rem)!important}.template-index #pl-problem .pl-story-section__split{gap:clamp(.9rem,1.9vw,1.25rem)}.template-index #pl-problem .pl-problem-cards{gap:clamp(.85rem,1.15vw,1.2rem);margin-top:clamp(.7rem,1.2vh,.95rem)!important}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{height:clamp(12.75rem,18vh,13.75rem);min-height:clamp(12.75rem,18vh,13.75rem);max-height:13.75rem}.template-index #pl-problem .pl-problem-card__body{padding:.72rem .82rem .88rem}.template-index #pl-problem .pl-story-card__title{margin-bottom:.25rem}}@media(min-width:990px)and (max-height:820px){.template-index .pl-section.pl-story-section{padding-top:calc(var(--pl-header-height) + clamp(.75rem,1.4vh,1.2rem));padding-bottom:clamp(1rem,1.9vh,1.6rem)}.template-index #pl-problem .pl-story-section__shell--problem{padding-bottom:clamp(.85rem,1.7vh,1.2rem)!important}.template-index #pl-problem .pl-problem-cards{gap:clamp(.75rem,1vw,.95rem);margin-top:clamp(.6rem,1vh,.85rem)!important}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{height:clamp(12rem,17vh,13.2rem);min-height:clamp(12rem,17vh,13.2rem);max-height:13.2rem}.template-index #pl-problem .pl-problem-card__body{padding:.66rem .76rem .8rem}.template-index #pl-problem .pl-section__heading{font-size:clamp(2rem,3.3vh,2.45rem);line-height:1.02}.template-index #pl-problem .pl-story-section__copy{font-size:clamp(.95rem,1.35vh,1.05rem);line-height:1.6}}@media(min-width:990px)and (max-height:760px){.template-index .pl-section.pl-story-section{padding-top:calc(var(--pl-header-height) + clamp(.65rem,1.3vh,1rem));padding-bottom:clamp(.85rem,1.7vh,1.4rem)}.template-index #pl-problem .pl-story-section__shell--problem{padding-bottom:clamp(.7rem,1.4vh,.95rem)!important}.template-index #pl-problem .pl-story-section__split{gap:clamp(.75rem,1.6vw,1rem)}.template-index #pl-problem .pl-problem-cards{gap:clamp(.7rem,.9vw,.85rem);margin-top:clamp(.55rem,.9vh,.8rem)!important}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{height:clamp(11.25rem,17vh,12.5rem);min-height:clamp(11.25rem,17vh,12.5rem);max-height:12.5rem}.template-index #pl-problem .pl-problem-card__body{padding:.64rem .7rem .78rem}.template-index #pl-problem .pl-section__heading{font-size:clamp(1.85rem,3.2vh,2.3rem);line-height:1.02}.template-index #pl-problem .pl-story-section__copy{font-size:clamp(.92rem,1.25vh,1rem);line-height:1.55}}@media(prefers-reduced-motion:reduce){.template-index #pl-problem .pl-problem-card,.template-index #pl-problem .pl-problem-card__image,.template-index #pl-problem .pl-problem-cta{transition:none!important}.template-index #pl-problem .pl-problem-card:hover,.template-index #pl-problem .pl-problem-card:hover .pl-problem-card__image,.template-index #pl-problem .pl-problem-cta:hover{transform:none}}.pl-copy--narrow{max-width:26rem}.pl-copy--standard{max-width:34rem}.pl-copy--wide{max-width:42rem}.template-index .pl-eyebrow,.template-index .pl-section__eyebrow,.template-index .pl-hero__brand{font-size:var(--fs-eyebrow)!important;font-weight:700!important;letter-spacing:var(--tracking-eyebrow)!important;text-transform:uppercase!important;line-height:1.2!important}.template-index .pl-section__eyebrow,.template-index .pl-hero__brand,.template-index .pl-eyebrow{margin:0 0 var(--space-eyebrow-title)!important;color:#b7d2ffdb!important}.template-index .pl-hero__brand{color:#ffffffc7!important}.template-index .pl-section-title,.template-index .pl-section__heading,.template-index .pl-final-cta .pl-section__heading,.template-index #pl-final .pl-section__heading,.template-index .pl-footer .pl-section__heading{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:var(--fs-section-title)!important;font-weight:650!important;line-height:var(--lh-title)!important;letter-spacing:-.04em!important;text-wrap:balance;margin:0!important}.template-index .pl-hero-title,.template-index .pl-hero__title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:var(--fs-hero-title)!important;font-weight:500!important;line-height:var(--lh-title)!important;letter-spacing:-.05em!important;text-wrap:balance;margin:0!important}.template-index .pl-section-body,.template-index .pl-story-section__copy,.template-index .pl-story-section__copy p,.template-index .pl-richtext.pl-story-section__copy,.template-index .pl-richtext.pl-story-section__copy p,.template-index .pl-vision__copy,.template-index .pl-vision__copy p,.template-index .pl-promise__copy,.template-index .pl-promise__copy p,.template-index .pl-hero__subtitle,.template-index .pl-final-cta__note,.template-index .pl-footer .pl-richtext,.template-index .pl-footer .pl-richtext p{font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important;color:var(--color-section-body)!important;font-weight:400!important}.template-index .pl-story-section__copy,.template-index .pl-vision__copy,.template-index .pl-promise__copy,.template-index .pl-hero__subtitle,.template-index .pl-final-cta__note,.template-index .pl-footer .pl-richtext{margin-top:var(--space-title-body)!important;max-width:38rem}.template-index .pl-hero__subtitle,.template-index .pl-copy--narrow{max-width:26rem!important}.template-index #pl-why .pl-vision__copy{max-width:100%}.template-index .pl-copy--standard{max-width:34rem!important}.template-index .pl-copy--wide,.template-index #pl-problem .pl-story-section__copy,.template-index #pl-solution .pl-story-section__copy{max-width:42rem!important}.template-index .pl-editorial-link,.template-index .pl-inline-link{margin-top:var(--space-body-link)!important;font-size:var(--fs-editorial-link)!important;font-weight:700!important;letter-spacing:var(--tracking-link)!important;text-transform:uppercase!important;line-height:1.2!important;color:#ffffffeb!important}.template-index .pl-card-label,.template-index .pl-story-card__label,.template-index .pl-product-card__eyebrow{font-size:var(--fs-card-label)!important;letter-spacing:var(--tracking-eyebrow)!important;font-weight:700!important;text-transform:uppercase!important;line-height:1.2!important;margin:0 0 var(--space-card-label-title)!important}.template-index .pl-card-meta .pl-story-card__label,.template-index .pl-story-card__meta-row .pl-story-card__label{margin:0!important}.template-index .pl-card-title,.template-index .pl-story-card__title,.template-index .pl-product-card__title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:var(--fs-card-title)!important;font-weight:500!important;line-height:1.2!important;letter-spacing:-.03em!important;margin:0!important}.template-index .pl-card-body,.template-index .pl-story-card__text,.template-index .pl-story-card__quote,.template-index .pl-product-card__excerpt,.template-index .pl-product-card__subtitle{font-size:var(--fs-card-body)!important;line-height:var(--lh-card)!important;color:var(--color-card-body)!important;margin-top:var(--space-card-title-body)!important}.template-index .pl-story-card__quote{color:#ffffffdb!important}.template-index #pl-why .pl-story-card--vision .pl-story-card__label,.template-index #pl-promise .pl-story-card__label,.template-index #pl-problem .pl-story-card__label{font-size:var(--fs-card-label)!important;letter-spacing:var(--tracking-eyebrow)!important}.template-index #pl-why .pl-story-card--vision .pl-story-card__text,.template-index #pl-promise .pl-story-card__text,.template-index #pl-problem .pl-story-card__text,.template-index #pl-solution .pl-story-card__text,.template-index #pl-design .pl-story-card__text,.template-index #pl-technology .pl-story-card__text,.template-index #pl-community .pl-story-card__quote{font-size:var(--fs-card-body)!important;line-height:var(--lh-card)!important;color:var(--color-card-body)!important}.template-index #pl-why .pl-section__heading{font-size:var(--fs-section-title)!important;line-height:var(--lh-title)!important}.template-index #pl-why .pl-vision__copy p{font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important}.template-index #pl-why .pl-inline-link{font-size:var(--fs-editorial-link)!important;letter-spacing:var(--tracking-link)!important;margin-top:var(--space-body-link)!important}@media(max-width:749px){.template-index{--fs-hero-title: clamp(2.2rem, 9vw, 3.4rem);--fs-section-title: clamp(1.85rem, 7vw, 2.75rem);--fs-section-body: clamp(.95rem, 3.4vw, 1.05rem);--fs-card-body: clamp(.82rem, 2.8vw, .94rem)}.template-index .pl-hero__subtitle,.template-index .pl-story-section__copy,.template-index .pl-vision__copy,.template-index .pl-footer .pl-richtext{max-width:none!important}}.template-index .pl-story-section--engineered,.template-index .pl-story-section--allsports{--pl-section-background: none;--pl-section-image-position-y: 50%;--pl-section-overlay-top: transparent;--pl-section-overlay-mid: transparent;--pl-section-overlay-bottom: transparent;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-particle-opacity: 0;--pl-bg-beam-opacity: 0;--pl-bg-floor-reflection-opacity: 0;--pl-section-ambient-opacity: 0;--pl-section-haze-opacity: 0;--pl-section-blue-opacity: 0}.template-index #pl-engineered .pl-story-section__shell--split{display:grid;gap:clamp(.85rem,1.8vh,1.45rem)}.template-index #pl-engineered .pl-story-section__intro{max-width:min(48rem,92vw);padding-inline-start:clamp(.2rem,.8vw,.7rem)}.template-index #pl-engineered .pl-section__eyebrow{margin-bottom:var(--space-eyebrow-title)}.template-index #pl-engineered .pl-section__heading{margin-top:.1rem;margin-bottom:0;max-width:11ch;font-size:var(--fs-section-title);line-height:var(--lh-title);letter-spacing:-.035em;font-weight:650}.template-index #pl-engineered .pl-story-section__copy,.template-index #pl-engineered .pl-story-section__copy p{max-width:34rem}.template-index #pl-engineered .pl-inline-link{margin-top:var(--space-body-link)}.template-index #pl-engineered .pl-story-panel--quote{display:none!important}.template-index #pl-engineered .pl-story-media--engineered{min-height:clamp(9.5rem,18vh,14rem);max-height:clamp(11rem,22vh,16rem);border-radius:1.5rem;overflow:hidden}.template-index #pl-engineered .pl-story-grid--engineered{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.05rem,2.1vw,1.5rem);align-items:stretch}.template-index #pl-engineered .pl-story-card--engineered{position:relative!important;display:block!important;height:100%;isolation:isolate;min-height:clamp(19.5rem,31vh,22.5rem);max-height:none;padding:0!important;overflow:hidden!important;border:1px solid rgba(20,140,255,.14);border-radius:1.5rem;background-color:#040a12;background-image:var(--pl-eng-card-bg)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08;transform:translateZ(0);transition:transform var(--pl-transition),border-color var(--pl-transition),background-color var(--pl-transition),box-shadow var(--pl-transition)}.template-index #pl-engineered .pl-story-card--engineered:before{content:none!important;display:none!important}.template-index #pl-engineered .pl-story-card--engineered:after{content:""!important;display:block!important;position:absolute!important;inset:auto 0 0!important;height:48%!important;z-index:1!important;pointer-events:none;background:linear-gradient(180deg,#040a1200,#040a122e 30%,#040a128c 70%,#040a12c7)!important;mix-blend-mode:normal!important;opacity:1!important}.template-index #pl-engineered .pl-story-card__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;flex:none!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:inherit!important;background:#040a12;box-shadow:none!important;aspect-ratio:auto!important}.template-index #pl-engineered .pl-story-card__media:after{content:""!important;display:block!important;position:absolute!important;inset:auto 0 0!important;height:46%!important;z-index:1!important;pointer-events:none;background:linear-gradient(180deg,#040a1200,#040a1226 28%,#040a127a 68%,#040a12b8)!important}.template-index #pl-engineered .pl-story-card__image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-width:100%!important;min-height:100%!important;margin:0!important;padding:0!important;border:0!important;outline:none!important;box-shadow:none!important;object-fit:cover!important;object-position:center center!important;background:transparent!important;filter:none!important;-webkit-mask-image:none!important;mask-image:none!important;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1.04)!important;transform-origin:center center;transition:transform .5s cubic-bezier(.22,1,.36,1);will-change:transform}.template-index #pl-engineered .pl-story-card__image--mesh,.template-index #pl-engineered .pl-story-card__image--craft,.template-index #pl-engineered .pl-story-card__image--pushlock,.template-index #pl-engineered .pl-story-card__image--smart{object-position:center center!important;transform-origin:center center;transform:scale(1.04)!important}.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--mesh,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--craft,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--pushlock,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--smart{transform:scale(1.08)!important}.template-index #pl-engineered .pl-story-card__image--mesh{object-position:62% 38%!important;transform:scale(1)!important;transform-origin:62% 38%}.template-index #pl-engineered .pl-story-card__image--craft{object-position:92% 50%!important;transform:scale(1.14)!important;transform-origin:92% 50%}.template-index #pl-engineered .pl-story-card__image--pushlock{object-position:80% 72%!important;transform:scale(1)!important;transform-origin:80% 72%}.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--mesh,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--pushlock{transform:scale(1.04)!important}.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--craft{transform:scale(1.18)!important}.template-index #pl-engineered .pl-story-card--engineered:nth-child(1){background-position:62% 38%!important}.template-index #pl-engineered .pl-story-card--engineered:nth-child(2){background-position:92% 50%!important}.template-index #pl-engineered .pl-story-card--engineered:nth-child(3){background-position:80% 72%!important}@media(max-width:749px){.template-index #pl-engineered .pl-story-card__image--craft{object-position:86% 50%!important;transform:scale(1.08)!important;transform-origin:86% 50%}.template-index #pl-engineered .pl-story-card--engineered:nth-child(2){background-position:86% 50%!important}.template-index #pl-engineered .pl-story-card__image--pushlock{object-position:82% 100%!important;transform:scale(1.42)!important;transform-origin:82% 100%}.template-index #pl-engineered .pl-story-card--engineered:nth-child(3){background-position:82% 100%!important}}.template-index #pl-engineered .pl-story-card__body{position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;z-index:2!important;flex:none!important;display:flex!important;flex-direction:column;justify-content:flex-end;width:100%;min-height:0;margin:0!important;border:0!important;padding:1.15rem 1.15rem 1.2rem!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important}.template-index #pl-engineered .pl-story-card__meta-row{display:flex;align-items:center;gap:8px;margin:0 0 .45rem;min-height:1.15rem}.template-index #pl-engineered .pl-story-card__glyph,.template-index #pl-engineered .pl-card-meta__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;flex:0 0 18px;color:#97c2fff2;line-height:0}.template-index #pl-engineered .pl-story-card__glyph svg,.template-index #pl-engineered .pl-card-meta__icon svg{display:block;width:18px;height:18px}.template-index #pl-engineered .pl-story-card__label{margin:0;color:#97c2ffe6;font-size:var(--fs-card-label, .74rem);font-weight:700;letter-spacing:var(--tracking-eyebrow, .14em);text-transform:uppercase}.template-index #pl-engineered .pl-story-card__title{margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-card-title, 1.08rem);font-weight:500;line-height:1.2;letter-spacing:-.03em}.template-index #pl-engineered .pl-story-card__text{margin:.45rem 0 0;color:var(--color-card-body, rgba(255, 255, 255, .72));font-size:var(--fs-card-body, .92rem);line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.template-index #pl-engineered .pl-story-card--engineered:hover{transform:translateY(-4px);border-color:#148cff3d;background-color:#040a12;background-image:var(--pl-eng-card-bg)!important;box-shadow:0 18px 36px #0000002e,0 0 24px #148cff1a}.template-index #pl-engineered[data-pl-reveal-root] [data-pl-reveal]{opacity:0;transform:translate3d(0,1rem,0);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition-delay:var(--pl-reveal-delay, 0ms)}.template-index #pl-engineered[data-pl-reveal-root].is-visible [data-pl-reveal]{opacity:1;transform:translateZ(0)}@media(min-width:990px){.template-index #pl-engineered .pl-story-section__shell--split{grid-template-columns:1fr;grid-template-rows:auto auto;align-content:stretch}.template-index #pl-engineered .pl-story-section__intro{grid-column:1;grid-row:1;max-width:min(48rem,92vw)}.template-index #pl-engineered .pl-story-section__visual-stack{display:none}.template-index #pl-engineered .pl-story-grid--engineered{grid-column:1 / -1;grid-row:2;grid-template-columns:repeat(4,minmax(0,1fr));align-self:end;margin-top:calc(clamp(.35rem,1.5vh,1rem) - 12px)}.template-index #pl-engineered .pl-story-card--engineered{min-height:clamp(20rem,32vh,23rem)}}@media(min-width:750px)and (max-width:989px){.template-index #pl-engineered .pl-story-grid--engineered{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.template-index #pl-engineered .pl-story-card--engineered{min-height:18.5rem}}@media(max-width:749px){.template-index #pl-engineered .pl-story-grid--engineered{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:.85rem!important;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)))!important;padding-inline:max(1rem,var(--pl-page-gutter, 20px))!important;padding-bottom:.5rem!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,var(--pl-page-gutter, 20px));-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-engineered .pl-story-grid--engineered::-webkit-scrollbar{display:none}.template-index #pl-engineered .pl-story-card--engineered{flex:0 0 calc(100vw - 52px)!important;width:calc(100vw - 52px)!important;max-width:calc(100vw - 52px)!important;box-sizing:border-box!important;scroll-snap-align:start;scroll-snap-stop:always;min-height:17.5rem}.template-index #pl-engineered .pl-story-card__body{padding:.75rem .95rem .95rem}}@media(prefers-reduced-motion:reduce){.template-index #pl-engineered .pl-story-card--engineered,.template-index #pl-engineered .pl-story-card__image{transition:none!important}.template-index #pl-engineered[data-pl-reveal-root] [data-pl-reveal]{opacity:1!important;transform:none!important;transition:none!important}.template-index #pl-engineered .pl-story-card--engineered:hover{transform:none}.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--mesh,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--craft,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--pushlock,.template-index #pl-engineered .pl-story-card--engineered:hover .pl-story-card__image--smart{transform:scale(1.04)!important}}.template-index #pl-allsports{height:auto;min-height:100svh;max-height:none;overflow:visible;--pl-as-card-ratio: 4 / 3;--pl-as-grid-gap: .55rem;--pl-as-group-gap: clamp(.85rem, 1.8vh, 1.35rem);--pl-as-head-gap: .55rem;--pl-as-copy-gap: var(--space-title-body);--pl-as-name-pad-block: .65rem .75rem}.template-index #pl-allsports .pl-allsports__shell{display:flex;flex-direction:column;justify-content:center;gap:0;align-items:stretch;width:min(100%,98rem);max-width:none;margin-inline:auto;padding-inline:clamp(.5rem,1.4vw,1.25rem);min-height:calc(100svh - var(--pl-header-height, 76px) - clamp(1.25rem,2.5vh,2rem));max-height:calc(100svh - var(--pl-header-height, 76px) - clamp(1rem,2vh,1.75rem))}.template-index #pl-allsports>.pl-container.pl-allsports__shell{width:min(100%,1780px);padding-inline:clamp(10px,1.4vw,32px)}.template-index #pl-allsports .pl-allsports__universe{position:relative;width:100%;flex:1 1 auto;min-height:0;display:flex;align-items:center;isolation:isolate}.template-index #pl-allsports .pl-allsports__mosaic{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(14rem,.64fr) minmax(0,1.18fr);column-gap:clamp(3rem,5.4vw,6.25rem);row-gap:clamp(.85rem,1.8vw,1.65rem);align-items:center;width:100%;max-height:100%;box-sizing:border-box;padding-inline:clamp(1.1rem,2.6vw,2.85rem)}.template-index #pl-allsports .pl-allsports__group{min-width:0;min-height:0;display:flex;flex-direction:column;gap:var(--pl-as-group-gap)}.template-index #pl-allsports .pl-allsports__group--padel{justify-self:stretch;width:100%;max-width:100%}@media(min-width:990px){.template-index #pl-allsports .pl-allsports__group--padel{transform:translateY(clamp(2.75rem,4.8vh,4.25rem))}.template-index #pl-allsports .pl-allsports__padel-head{align-items:start}.template-index #pl-allsports .pl-allsports__padel-head .pl-allsports__group-copy{justify-content:flex-start;align-self:start}.template-index #pl-allsports{--pl-as-card-ratio: 4 / 3;--pl-as-grid-gap: .55rem;--pl-as-group-gap: clamp(.85rem, 1.8vh, 1.35rem);--pl-as-head-gap: .55rem;--pl-as-copy-gap: var(--space-title-body);--pl-as-name-pad-block: .65rem .75rem}@media(max-height:920px){.template-index #pl-allsports{--pl-as-card-ratio: 16 / 10.5;--pl-as-grid-gap: .38rem;--pl-as-group-gap: clamp(.52rem, 1.15vh, .82rem);--pl-as-head-gap: .38rem;--pl-as-copy-gap: clamp(.42rem, .85vh, .72rem);--pl-as-name-pad-block: .5rem .62rem}.template-index #pl-allsports .pl-allsports__subtitle{line-height:1.38}}@media(max-height:800px){.template-index #pl-allsports{--pl-as-card-ratio: 16 / 9.5;--pl-as-grid-gap: .28rem;--pl-as-group-gap: clamp(.38rem, .9vh, .58rem);--pl-as-head-gap: .28rem;--pl-as-copy-gap: clamp(.32rem, .7vh, .5rem);--pl-as-name-pad-block: .42rem .52rem}.template-index #pl-allsports .pl-allsports__subtitle{font-size:clamp(.68rem,.85vw,.78rem);line-height:1.32}}}@media(min-width:1281px){.template-index #pl-allsports.pl-story-section--allsports{height:100svh;max-height:100svh;overflow:clip;box-sizing:border-box}.template-index #pl-allsports .pl-allsports__shell{flex:1 1 auto;min-height:0;max-height:100%}.template-index #pl-allsports .pl-allsports__universe{min-height:0;max-height:100%}.template-index #pl-allsports .pl-allsports__mosaic{max-height:100%}}.template-index #pl-allsports .pl-allsports__group--all{justify-self:stretch;width:100%;max-width:100%}.template-index #pl-allsports .pl-allsports__group-copy{text-align:center;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--pl-as-copy-gap);min-height:0}.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__group-copy,.template-index #pl-allsports .pl-allsports__group--all .pl-allsports__group-copy{text-align:left;padding-inline:0}.template-index #pl-allsports .pl-allsports__title{margin:0;font-size:clamp(1.2rem,2.1vw,1.85rem);letter-spacing:.02em;line-height:1.08}.template-index #pl-allsports .pl-allsports__subtitle{margin:0;max-width:24rem;color:#b4dcffe0;font-weight:500;font-size:clamp(.74rem,1vw,.88rem);letter-spacing:.02em;line-height:1.45}.template-index #pl-allsports .pl-allsports__group--all .pl-allsports__subtitle{margin-left:0;margin-right:0}.template-index #pl-allsports .pl-allsports__group-label{display:none!important}.template-index #pl-allsports .pl-allsports__padel-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:var(--pl-as-head-gap);align-items:stretch}.template-index #pl-allsports .pl-allsports__padel-head .pl-allsports__group-copy{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;padding-inline:0;text-align:left}.template-index #pl-allsports .pl-allsports__padel-head .pl-allsports__sport--1{width:100%;max-width:none;align-self:stretch}.template-index #pl-allsports .pl-allsports__group-grid--padel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--pl-as-grid-gap);align-items:stretch;margin-top:0}.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__sport--2,.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__sport--3,.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__sport--4,.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__sport--5{grid-column:auto;width:auto}.template-index #pl-allsports .pl-allsports__group-grid--all{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--pl-as-grid-gap);align-items:stretch;margin-top:-12px}.template-index #pl-allsports .pl-allsports__core{position:relative;z-index:3;width:min(100%,28rem);margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:.85rem;text-align:center;padding-top:clamp(.35rem,1.5vh,1rem);padding-bottom:clamp(1.75rem,5vh,3.5rem);opacity:0;transform:translate3d(0,.85rem,0);transition:opacity var(--pl-reveal-duration) var(--pl-ease-premium) .16s,transform var(--pl-reveal-duration) var(--pl-ease-premium) .16s}.template-index #pl-allsports.is-allsports-active .pl-allsports__core{opacity:1;transform:translate3d(0,clamp(8rem,14vh,12rem),0)}.template-index #pl-allsports .pl-allsports__cta-wrap{position:relative;z-index:2;display:flex;justify-content:center;flex:0 0 auto;width:100%;order:0}.template-index #pl-allsports .pl-allsports__bracelet-wrap{position:relative;width:100%;isolation:isolate;order:1;transform:translate3d(0,clamp(2.75rem,5vh,4.5rem),0)}.template-index #pl-allsports .pl-allsports__core-glow{position:absolute;left:50%;top:68%;width:118%;height:90%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(0,150,255,.34) 0%,rgba(0,90,200,.11) 42%,transparent 70%);filter:blur(18px);z-index:0;pointer-events:none}.template-index #pl-allsports .pl-allsports__core-floor{position:absolute;left:50%;bottom:-2%;width:72%;height:18%;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(40,150,255,.28) 0%,rgba(0,80,180,.08) 48%,transparent 72%);filter:blur(10px);z-index:0;pointer-events:none}.template-index #pl-allsports .pl-allsports__bracelet{position:relative;z-index:1;display:block;width:132%;max-width:none;margin-inline:-16%;height:auto;filter:drop-shadow(0 32px 44px rgba(0,20,60,.52)) drop-shadow(0 10px 18px rgba(0,0,0,.28));animation:pl-allsports-float 7.5s ease-in-out infinite}.template-index #pl-allsports .pl-allsports__bracelet-shadow{position:absolute;left:50%;bottom:1%;z-index:0;width:64%;height:11%;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.58) 0%,transparent 72%);filter:blur(7px);pointer-events:none;animation:pl-allsports-shadow 7.5s ease-in-out infinite}@keyframes pl-allsports-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes pl-allsports-shadow{0%,to{transform:translate(-50%) scale(1);opacity:.72}50%{transform:translate(-50%) scale(.88);opacity:.48}}.template-index #pl-allsports .pl-allsports__sport{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:0;overflow:hidden;border-radius:var(--pl-card-radius);border:1px solid rgba(20,140,255,.14);background:linear-gradient(165deg,#0a16288c,#040a14b8);box-shadow:0 12px 28px #000a1e38;opacity:0;transform:translate3d(0,var(--pl-reveal-distance),0);transition:opacity var(--pl-reveal-duration) var(--pl-ease-premium) var(--pl-sport-delay, .16s),transform var(--pl-reveal-duration) var(--pl-ease-premium) var(--pl-sport-delay, .16s),border-color var(--pl-motion),box-shadow var(--pl-motion)}.template-index #pl-allsports.is-allsports-active .pl-allsports__sport{opacity:1;transform:translateZ(0) scale(1)}.template-index #pl-allsports.is-allsports-active .pl-allsports__sport:hover{border-color:#50aaff6b;box-shadow:0 16px 36px #003c8c47,0 0 28px #288cff2e;transform:translate3d(0,-3px,0) scale(1.03)}.template-index #pl-allsports .pl-allsports__sport:hover .pl-allsports__sport-image{transform:scale(1.04);filter:brightness(1.05)}.template-index #pl-allsports .pl-allsports__sport--1:hover .pl-allsports__sport-image{transform:scale(1.14)}.template-index #pl-allsports .pl-allsports__sport--9:hover .pl-allsports__sport-image{transform:scale(1.12)}.template-index #pl-allsports .pl-allsports__sport-media{position:relative;width:100%;aspect-ratio:var(--pl-as-card-ratio);overflow:hidden;margin:0;padding:0;border:0;background:transparent}.template-index #pl-allsports .pl-allsports__sport-media:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(180deg,transparent 0%,rgba(3,8,16,.78) 100%);pointer-events:none}.template-index #pl-allsports .pl-allsports__sport-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1);transform-origin:center center;transition:transform .4s ease,filter .4s ease}.template-index #pl-allsports .pl-allsports__sport--1 .pl-allsports__sport-image{object-position:62% 48%;transform:scale(1.1)}.template-index #pl-allsports .pl-allsports__sport--9 .pl-allsports__sport-image{object-position:42% 45%;transform:scale(1.08)}.template-index #pl-allsports .pl-allsports__sport-name{position:absolute;left:0;right:0;bottom:0;z-index:2;margin:0;padding-block:var(--pl-as-name-pad-block);padding-inline:.7rem;font-size:.64rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.2;color:#dcebfff5}.template-index #pl-allsports .pl-allsports__cta{min-height:2.85rem;padding-inline:1.35rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:989px){.template-index #pl-allsports .pl-allsports__mosaic{grid-template-columns:1fr;gap:1.25rem}.template-index #pl-allsports .pl-allsports__group--padel,.template-index #pl-allsports .pl-allsports__group--all{transform:none}.template-index #pl-allsports .pl-allsports__core{order:-1;width:min(72%,24rem)}.template-index #pl-allsports .pl-allsports__bracelet-wrap{transform:none}.template-index #pl-allsports.is-allsports-active .pl-allsports__core{transform:translateZ(0)}.template-index #pl-allsports .pl-allsports__padel-head{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__group-copy,.template-index #pl-allsports .pl-allsports__group--all .pl-allsports__group-copy{text-align:left}.template-index #pl-allsports .pl-allsports__group--all .pl-allsports__subtitle{margin-inline:0}}@media(max-width:749px){.template-index #pl-allsports .pl-allsports__shell{min-height:0;max-height:none}.template-index #pl-allsports .pl-allsports__mosaic{display:flex;flex-direction:row;align-items:stretch;gap:.85rem;overflow-x:auto;overflow-y:hidden;padding:.35rem max(1rem,var(--pl-page-gutter, 20px)) 1rem;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)));scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-allsports .pl-allsports__mosaic::-webkit-scrollbar{display:none}.template-index #pl-allsports .pl-allsports__group,.template-index #pl-allsports .pl-allsports__padel-head{display:contents}.template-index #pl-allsports .pl-allsports__group-copy{display:none}.template-index #pl-allsports .pl-allsports__group-grid{display:contents}.template-index #pl-allsports .pl-allsports__group--padel .pl-allsports__sport--1{width:calc(100vw - 52px)}.template-index #pl-allsports .pl-allsports__core{order:0;flex:0 0 calc(100vw - 52px);width:calc(100vw - 52px);max-width:calc(100vw - 52px);box-sizing:border-box;margin:0;scroll-snap-align:start;gap:1.25rem}.template-index #pl-allsports .pl-allsports__bracelet{width:100%;margin-inline:0}.template-index #pl-allsports.is-allsports-active .pl-allsports__core{transform:translateZ(0)}.template-index #pl-allsports .pl-allsports__sport{flex:0 0 calc(100vw - 52px);width:calc(100vw - 52px);max-width:calc(100vw - 52px);box-sizing:border-box;scroll-snap-align:start}.template-index #pl-allsports .pl-allsports__sport-media{aspect-ratio:4 / 3}.template-index #pl-allsports .pl-allsports__cta{width:100%}}@media(prefers-reduced-motion:reduce){.template-index #pl-allsports .pl-allsports__core,.template-index #pl-allsports .pl-allsports__sport,.template-index #pl-allsports .pl-allsports__bracelet,.template-index #pl-allsports .pl-allsports__bracelet-shadow{transition:none!important;animation:none!important;opacity:1!important}.template-index #pl-allsports .pl-allsports__core,.template-index #pl-allsports .pl-allsports__sport,.template-index #pl-allsports .pl-allsports__bracelet{transform:none!important}.template-index #pl-allsports .pl-allsports__bracelet-shadow{transform:translate(-50%)!important}}.template-index .pl-main{padding:0!important;min-height:0!important}.template-index .pl-section.pl-story-section,.template-index .pl-hero.pl-hero--full,.template-index #home{--header-height: var(--pl-header-height, 76px);position:relative;box-sizing:border-box;min-height:100svh;scroll-margin-top:0}.template-index .pl-section.pl-story-section{padding-top:calc(var(--header-height) + clamp(1rem,2.2vh,2.25rem))}.template-index .pl-section>span[id][aria-hidden=true]{position:absolute;top:0;left:0;width:0;height:0;margin:0;padding:0;overflow:hidden;pointer-events:none}.pl-hero__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.template-index .pl-hero__container{position:relative;z-index:2}.pl-hero__atmosphere-halo,.pl-hero__atmosphere-mist,.pl-hero__atmosphere-dust{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pl-hero__atmosphere-halo{background:radial-gradient(ellipse 42% 36% at 72% 58%,#148cff24,#148cff0a 38%,#148cff00 72%),radial-gradient(ellipse 28% 24% at 58% 42%,#78beff14,#148cff00 70%);opacity:.85;animation:pl-hero-v2-halo 14s ease-in-out infinite}.pl-hero__atmosphere-mist{background:radial-gradient(ellipse 60% 28% at 68% 78%,#a0c8ff0f,#148cff00 68%),radial-gradient(ellipse 40% 22% at 78% 62%,#ffffff08,#fff0 70%);filter:blur(28px);opacity:.55;animation:pl-hero-v2-mist 18s ease-in-out infinite}.pl-hero__atmosphere-dust{background-image:radial-gradient(circle,rgba(186,224,255,.55) 0 .7px,transparent 1.4px),radial-gradient(circle,rgba(20,140,255,.45) 0 .6px,transparent 1.3px),radial-gradient(circle,rgba(255,255,255,.35) 0 .5px,transparent 1.1px);background-size:180px 160px,240px 200px,140px 120px;background-position:12% 28%,68% 42%,78% 66%;opacity:.22;mix-blend-mode:screen;animation:pl-hero-v2-dust 22s linear infinite}@keyframes pl-hero-v2-halo{0%,to{opacity:.72;transform:scale(1)}50%{opacity:.95;transform:scale(1.03)}}@keyframes pl-hero-v2-mist{0%,to{opacity:.42;transform:translateZ(0)}50%{opacity:.62;transform:translate3d(-1.2%,-.8%,0)}}@keyframes pl-hero-v2-dust{0%{background-position:12% 28%,68% 42%,78% 66%;opacity:.16}50%{background-position:14% 24%,66% 46%,80% 62%;opacity:.28}to{background-position:12% 28%,68% 42%,78% 66%;opacity:.16}}.template-index .pl-hero__product-shell{--pl-hero-product-x: clamp(.35rem, 1.2vw, 1.1rem);--pl-hero-product-y: clamp(.85rem, 2vh, 1.75rem);--pl-hero-product-scale: 1.16;width:min(118%,54rem);aspect-ratio:auto;min-height:0;margin-right:clamp(-1.25rem,-1.2vw,0);border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:visible;isolation:auto}.template-index .pl-hero__product-shell:before{inset:auto 16% -1% 20%;height:16%;opacity:.55;filter:blur(26px);background:radial-gradient(ellipse at 50% 40%,#00000057,#0000001f 42%,#0000 78%)}.template-index .pl-hero__product-shell:after{left:20%;right:12%;bottom:8%;height:32%;opacity:.5;filter:blur(32px);background:radial-gradient(ellipse at 48% 70%,#6ebeff29,#148cff0f 44%,#148cff00 76%)}.template-index .pl-hero__product-halo{top:18%;right:8%;bottom:14%;left:12%;opacity:.42;filter:blur(72px);background:radial-gradient(ellipse at 52% 56%,#148cff29,#148cff0d 42%,#006bff00 74%);animation:pl-hero-halo 10s ease-in-out infinite}.template-index .pl-hero__product-reflect{left:24%;right:16%;bottom:0;height:12%;opacity:.38;filter:blur(16px);animation:pl-hero-reflect 7s ease-in-out infinite}.template-index .pl-hero__product-media--official{width:min(100%,48rem);justify-items:end;transform-origin:72% 62%;animation:pl-hero-product-float-v2 7s cubic-bezier(.45,.05,.55,.95) infinite;filter:drop-shadow(0 22px 34px rgba(0,0,0,.3)) drop-shadow(0 0 28px rgba(20,140,255,.16)) drop-shadow(0 6px 16px rgba(0,0,0,.16));isolation:auto;mix-blend-mode:normal;will-change:auto}@keyframes pl-hero-product-float-v2{0%,to{transform:translate3d(calc(var(--pl-hero-product-x) + var(--pl-hero-progress) * .22rem),calc(var(--pl-hero-product-y) + var(--pl-hero-progress) * -.28rem),0) rotate(-.35deg) scale(var(--pl-hero-product-scale))}50%{transform:translate3d(calc(var(--pl-hero-product-x) + var(--pl-hero-progress) * .22rem),calc(var(--pl-hero-product-y) + var(--pl-hero-progress) * -.28rem - 8px),0) rotate(.4deg) scale(var(--pl-hero-product-scale))}}.template-index .pl-hero__product-media--official .pl-hero__product-video{display:block!important;position:relative;z-index:2;width:min(100%,48rem);max-width:100%;height:auto;max-height:min(68vh,40rem);object-fit:contain;object-position:center 46%;background:transparent;border:0;outline:none;border-radius:0;box-shadow:none!important;pointer-events:none;mix-blend-mode:normal;-webkit-mask-image:radial-gradient(ellipse 62% 72% at 52% 48%,#000 34%,rgba(0,0,0,.92) 52%,rgba(0,0,0,.55) 68%,transparent 82%);mask-image:radial-gradient(ellipse 62% 72% at 52% 48%,#000 34%,rgba(0,0,0,.92) 52%,rgba(0,0,0,.55) 68%,transparent 82%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;filter:drop-shadow(0 22px 34px rgba(0,0,0,.32)) drop-shadow(0 0 28px rgba(20,140,255,.18)) drop-shadow(0 8px 18px rgba(0,0,0,.18))}.template-index .pl-hero__product-media--official .pl-hero__product-image{display:none}.template-index .pl-hero--static-product .pl-hero__product-media--official .pl-hero__product-image{display:block;position:relative;z-index:2;width:min(100%,48rem);max-width:100%;height:auto;max-height:min(68vh,40rem);object-fit:contain;object-position:center 46%;background:transparent;border:0;outline:none;border-radius:0;box-shadow:none!important;pointer-events:none;-webkit-mask-image:none;mask-image:none;filter:drop-shadow(0 22px 34px rgba(0,0,0,.3)) drop-shadow(0 0 28px rgba(20,140,255,.16)) drop-shadow(0 8px 18px rgba(0,0,0,.18))}.template-index .pl-hero--static-product .pl-hero__product-media--official .pl-hero__product-video{display:none!important}.template-index .pl-hero--video-product .pl-hero__product-media--official{filter:none}.template-index .pl-hero--video-product .pl-hero__product-media--official .pl-hero__product-video{display:block!important;visibility:visible!important;opacity:1!important}.template-index .pl-hero--video-product .pl-hero__product-media--official .pl-hero__product-image{display:none!important}.template-index .pl-hero__product-media--official video::-webkit-media-controls,.template-index .pl-hero__product-media--official video::-webkit-media-controls-enclosure,.template-index .pl-hero__product-media--official video::-webkit-media-controls-start-playback-button,.template-index .pl-hero__product-media--official video::-webkit-media-controls-overlay-play-button{display:none!important;opacity:0!important}.template-index .pl-hero__cta-primary{box-shadow:0 18px 40px #00000042,0 0 32px #006bff47,inset 0 1px #ffffff3d}.template-index .pl-hero__cta-primary:hover{box-shadow:0 24px 52px #0000004d,0 0 42px #148cff61,inset 0 1px #ffffff4d;transform:translate3d(0,var(--pl-cta-hover-lift),0)}.template-index .pl-hero__cta-secondary.pl-button--glass:hover{box-shadow:inset 0 1px #ffffff3d,0 18px 40px #00000038,0 0 0 1px #148cff2e,0 0 28px #148cff29}.template-index .pl-hero__signal-card.pl-story-card{display:flex;flex-direction:column;gap:0;min-width:0;min-height:100%;height:100%;padding:1.35rem;border:1px solid rgba(20,140,255,.14);border-radius:1.5rem;background:linear-gradient(180deg,#091222eb,#040a12e0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08;transition:transform var(--pl-transition),border-color var(--pl-transition),background-color var(--pl-transition),box-shadow var(--pl-transition)}.template-index .pl-hero__signal-card.pl-story-card:before{content:"";position:absolute;left:1.35rem;right:1.35rem;top:0;height:1px;background:linear-gradient(90deg,#006bff00,#148cff6b,#ffffff1f,#006bff00);opacity:.72;pointer-events:none}.template-index .pl-hero__signal-card.pl-story-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(132deg,#ffffff14,#fff0 26%,#148cff14 62%,#ffffff0a);opacity:.54;mix-blend-mode:screen;pointer-events:none}.template-index .pl-hero__signal-card.pl-story-card:hover{transform:translateY(-4px);border-color:#148cff3d;background:linear-gradient(180deg,#091222f0,#040a12e6);box-shadow:0 18px 36px #0000002e,0 0 24px #148cff14}.template-index .pl-hero__signal-meta.pl-story-card__meta-row{display:flex;align-items:center;gap:8px;margin:0 0 .8rem}.template-index .pl-hero__signal-title.pl-story-card__label{margin:0!important;color:#97c2ffe6!important;font-family:inherit!important;font-size:var(--fs-card-label, .74rem)!important;font-weight:700!important;letter-spacing:var(--tracking-eyebrow, .14em)!important;text-transform:uppercase!important;line-height:1.3!important}.template-index .pl-hero__signal-text.pl-story-card__text{margin:0!important;color:var(--color-card-body, rgba(255, 255, 255, .72))!important;font-size:var(--fs-card-body, .92rem)!important;line-height:var(--lh-card, 1.62)!important}.template-index .pl-hero__signal-icon.pl-story-card__glyph{width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;flex:0 0 18px;color:#97c2fff2}.template-index .pl-hero__signal-icon.pl-story-card__glyph svg{width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px}@media(max-width:989px){.template-index .pl-hero__atmosphere-dust{opacity:.14;animation:none}.template-index .pl-hero__product-shell{--pl-hero-product-scale: 1.08;width:min(100%,40rem);margin-right:0;justify-self:center}.template-index .pl-hero__product-media--official{width:min(100%,36rem);justify-items:center;animation:pl-hero-product-float-v2 8s cubic-bezier(.45,.05,.55,.95) infinite}.template-index .pl-hero__product-media--official .pl-hero__product-image{width:min(100%,34rem);max-height:min(48vh,28rem)}}@media(max-width:749px){.template-index .pl-hero__product-shell{--pl-hero-product-scale: 1.02;--pl-hero-product-x: 0;--pl-hero-product-y: .35rem;width:min(100%,100%)}.template-index .pl-hero__product-media--official{width:100%;animation:pl-hero-product-float-v2 8.5s cubic-bezier(.45,.05,.55,.95) infinite}.template-index .pl-hero__product-media--official .pl-hero__product-image{width:min(100%,100%);max-height:min(40vh,24rem)}.template-index .pl-hero__atmosphere-halo{opacity:.55}}@media(prefers-reduced-motion:reduce){.template-index .pl-hero__atmosphere-halo,.template-index .pl-hero__atmosphere-mist,.template-index .pl-hero__atmosphere-dust,.template-index .pl-hero__product-halo,.template-index .pl-hero__product-reflect,.template-index .pl-hero__product-media--official{animation:none!important}}@media(min-width:990px){.template-index #pl-range.pl-story-section--range{display:flex;flex-direction:column;box-sizing:border-box;height:100svh;min-height:100svh;max-height:100svh;overflow:clip;padding-top:calc(var(--pl-header-height, 76px) + clamp(.55rem,1.2vh,1rem))!important;padding-bottom:clamp(.55rem,1.2vh,.95rem)!important}.template-index #pl-range>.pl-container.pl-story-section__shell,.template-index #pl-range .pl-story-section__shell{display:flex!important;flex-direction:column;align-items:stretch!important;justify-content:space-between;grid-template-rows:none!important;flex:1 1 auto;width:100%;min-height:0;height:100%;gap:clamp(.55rem,1.2vh,.9rem);padding-bottom:0!important}.template-index #pl-range .pl-range__header{flex:0 0 auto;width:100%;gap:.55rem 1.25rem;align-items:end;margin-bottom:0}.template-index #pl-range .pl-section__eyebrow{margin-bottom:.15rem!important}.template-index #pl-range .pl-section__heading{max-width:none!important;font-size:var(--fs-section-title)!important;line-height:var(--lh-title)!important}.template-index #pl-range .pl-story-section__copy,.template-index #pl-range .pl-story-section__copy p{margin:.25rem 0 0!important;max-width:42rem;font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important}.template-index #pl-range .pl-range__aside{display:grid;justify-items:end;gap:.45rem}.template-index #pl-range .pl-range__summary{padding:.55rem .75rem;max-width:10.5rem}.template-index #pl-range .pl-range__cta,.template-index #pl-range .pl-range__banner-cta{margin-top:0;min-height:2.2rem;padding-inline:1.05rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.template-index #pl-range .pl-range__body{flex:1 1 auto;align-self:stretch!important;width:100%;min-height:0;margin-top:0!important;padding-top:0;display:flex;flex-direction:column;transform:none!important}.template-index #pl-range .pl-range__grid{flex:1 1 auto;width:100%;min-height:0;height:100%;max-height:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.7rem,1.3vw,1.1rem);align-items:stretch}.template-index #pl-range .pl-product-card{min-height:0;height:100%;max-height:none;overflow:hidden}.template-index #pl-range .pl-product-card__link{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1.55fr) auto}.template-index #pl-range .pl-product-card__media{aspect-ratio:auto;height:100%;min-height:0;max-height:none}.template-index #pl-range .pl-product-card__image{width:86%;height:auto;max-height:86%;padding:0!important;object-fit:contain;object-position:center center;transform:none;transform-origin:center center}.template-index #pl-range .pl-product-card:hover .pl-product-card__image--primary{transform:scale(1.03)}.template-index #pl-range .pl-product-card__content{display:flex!important;flex-direction:column;flex:0 0 auto;min-height:auto!important;overflow:visible!important;padding:.4rem .7rem .5rem;gap:.08rem}.template-index #pl-range .pl-product-card__eyebrow,.template-index #pl-range .pl-card-meta--product{display:none!important}.template-index #pl-range .pl-product-card__title{font-size:clamp(.84rem,1.25vh,.98rem);margin:0}.template-index #pl-range .pl-product-card__subtitle{font-size:.56rem;margin:0;opacity:.78}.template-index #pl-range .pl-product-card__excerpt,.template-index #pl-range .pl-product-card__features{display:none!important}.template-index #pl-range .pl-product-card__compat{font-size:.6rem;line-height:1.3;margin:.08rem 0 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;color:#bed7f5c7}.template-index #pl-range .pl-product-card__footer{display:flex!important;flex:0 0 auto;align-items:center;justify-content:flex-end;visibility:visible!important;opacity:1!important;margin-top:.35rem;padding-top:.35rem;gap:.4rem;border-top:1px solid rgba(80,140,220,.16)}.template-index #pl-range .pl-product-card__footer .pl-price{display:none!important}.template-index #pl-range .pl-product-card__cta{min-height:1.85rem;padding:.28rem .7rem;font-size:.56rem}.template-index #pl-range .pl-range__banner{flex:0 0 auto;align-self:stretch!important;width:100%;box-sizing:border-box;display:flex!important;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.65rem 1.25rem;margin-top:0!important;margin-bottom:0!important;padding:.5rem 1rem!important;text-align:left;transform:none!important}.template-index #pl-range .pl-range__banner-title{margin:0;flex:1 1 auto;font-size:clamp(.92rem,1.6vh,1.1rem);line-height:1.2}.template-index #pl-range .pl-range__banner-text{display:none}.template-index #pl-range .pl-range__banner-cta{flex:0 0 auto}}@media(min-width:990px)and (max-height:820px){.template-index #pl-range .pl-product-card__compat,.template-index #pl-range .pl-product-card__subtitle,.template-index #pl-range .pl-story-section__copy{display:none}.template-index #pl-range .pl-range__summary-label,.template-index #pl-range .pl-range__summary-models{font-size:.62rem}}.template-index #pl-range.pl-story-section--range{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-range)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important;filter:none!important;border-radius:0!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important}.template-index #pl-range.pl-story-section--range:before,.template-index #pl-range.pl-story-section--range:after{content:none!important;display:none!important;border-radius:0!important;-webkit-mask-image:none!important;mask-image:none!important}.template-index #pl-range .pl-story-section__intro{padding-inline-start:20px;max-width:min(36rem,100%)}.template-index #pl-range .pl-section__eyebrow{margin:0 0 var(--space-eyebrow-title)!important;font-size:var(--fs-eyebrow)!important;font-weight:700!important;letter-spacing:var(--tracking-eyebrow)!important;text-transform:uppercase!important;line-height:1.2!important;color:#b7d2ffdb!important}.template-index #pl-range .pl-section__heading{margin:0!important;max-width:none;font-size:var(--fs-section-title)!important;font-weight:650!important;letter-spacing:-.04em!important;line-height:var(--lh-title)!important;text-wrap:unset}.template-index #pl-range .pl-section__heading br{content:""}.template-index #pl-range .pl-story-section__copy,.template-index #pl-range .pl-story-section__copy p{margin-top:var(--space-title-body)!important;max-width:42rem;font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important;color:var(--color-section-body)!important;font-weight:400!important}.template-index #pl-range .pl-range__summary{padding:.55rem .85rem!important;max-width:9.25rem!important;border-radius:.85rem!important;background:#03050a6b!important;border:1px solid rgba(20,140,255,.1)!important;box-shadow:none!important;text-align:right}.template-index #pl-range .pl-range__summary-kicker{margin:0;font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;line-height:1.2;color:#b7d2ffb8}.template-index #pl-range .pl-range__summary-models{margin:.4rem 0 0;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.25;color:#ffffffc7}.template-index #pl-range .pl-range__count,.template-index #pl-range .pl-range__summary-label{display:none!important}.template-index #pl-range .pl-range__grid{gap:clamp(.65rem,1.2vw,1rem)!important}.template-index #pl-range .pl-range__body{transform:none}.template-index #pl-range .pl-product-card{position:relative;box-shadow:0 16px 34px #000c2042,0 4px 14px #00000029,inset 0 1px #ffffff08!important}.template-index #pl-range .pl-product-card:after{content:"";position:absolute;left:12%;right:12%;bottom:-.35rem;height:.7rem;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.28) 0%,transparent 72%);filter:blur(4px);pointer-events:none;z-index:-1;opacity:.55}.template-index #pl-range .pl-range__banner{transform:none}@media(min-width:990px){.template-index #pl-range .pl-range__summary{padding:.5rem .8rem!important;max-width:9rem!important}.template-index #pl-range .pl-range__count{display:none!important}.template-index #pl-range .pl-range__grid{gap:clamp(.65rem,1.2vw,1rem)!important}.template-index #pl-range .pl-range__body,.template-index #pl-range .pl-range__banner{transform:none!important}}@media screen and (max-width:989px){.template-index #pl-range.pl-story-section--range{background-size:cover,cover!important;background-position:center,center center!important}.template-index #pl-range .pl-story-section__intro{padding-inline-start:16px}.template-index #pl-range .pl-range__body{transform:none}.template-index #pl-range .pl-range__grid{gap:calc(clamp(.9rem,2vw,1.25rem) + 10px)!important}.template-index #pl-range .pl-range__banner{transform:none}}@media screen and (max-width:749px){.template-index #pl-range.pl-story-section--range{background-size:cover,cover!important;background-position:center,center center!important}.template-index #pl-range .pl-story-section__intro{padding-inline-start:12px}.template-index #pl-range .pl-range__body{transform:none}.template-index #pl-range .pl-range__grid{gap:calc(.85rem + 8px)!important}.template-index #pl-range .pl-range__summary{text-align:left;max-width:100%!important}.template-index #pl-range .pl-range__banner{transform:none}}.template-index #pl-promise.pl-story-section--promise{position:relative;overflow:hidden;isolation:isolate;background-color:#02040a!important;background-image:none!important;min-height:100svh;height:auto}.template-index #pl-promise.pl-story-section--promise:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;z-index:0!important;pointer-events:none!important;opacity:1!important;filter:none!important;animation:none!important;transform:none!important;transform-origin:center!important;mix-blend-mode:normal!important;will-change:auto!important;box-shadow:none!important;border-radius:0!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important;background-color:#02040a!important;background-image:var(--pl-bg-promise)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important}.template-index #pl-promise.pl-story-section--promise:after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;z-index:1!important;pointer-events:none!important;opacity:1!important;filter:none!important;animation:none!important;transform:none!important;mix-blend-mode:normal!important;will-change:auto!important;box-shadow:none!important;border-radius:0!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important;background-image:linear-gradient(90deg,rgba(2,4,10,var(--pl-logo-ref-read-side)),#02040a29 38%,#02040a00 72%),linear-gradient(180deg,rgba(0,0,0,var(--pl-logo-ref-veil-top)),rgba(0,0,0,var(--pl-logo-ref-veil-mid)) 36%,rgba(2,5,12,var(--pl-logo-ref-veil-bottom)))!important;background-color:transparent!important;background-size:cover,cover!important;background-position:center,center!important;background-repeat:no-repeat,no-repeat!important}.template-index #pl-promise.pl-story-section--promise>.pl-story-section__shell,.template-index #pl-promise.pl-story-section--promise>.pl-container{position:relative;z-index:2}.template-index #pl-promise.pl-story-section--promise .pl-story-card--benefit{position:relative;z-index:3}@media(prefers-reduced-motion:reduce){.template-index #pl-promise.pl-story-section--promise:before,.template-index #pl-promise.pl-story-section--promise:after{transition:none!important}}.template-index #pl-engineered.pl-story-section--engineered{--pl-section-image-position-y: 50%;position:relative;overflow:hidden;isolation:isolate;background-color:#02040a!important;background-image:none!important;min-height:100svh;height:auto}.template-index #pl-engineered.pl-story-section--engineered:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;z-index:0!important;pointer-events:none!important;background-color:#02040a!important;background-image:var(--pl-bg-technology)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important;transform:none!important;animation:none!important;mix-blend-mode:normal!important;box-shadow:none!important;will-change:auto!important;opacity:1!important;filter:none!important;border-radius:0!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important}.template-index #pl-engineered.pl-story-section--engineered:after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;z-index:1!important;pointer-events:none!important;opacity:1!important;filter:none!important;animation:none!important;transform:none!important;mix-blend-mode:normal!important;box-shadow:none!important;border-radius:0!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important;background-color:transparent!important;background-image:linear-gradient(90deg,rgba(2,5,12,var(--pl-logo-ref-read-side)) 0%,rgba(2,5,12,.14) 36%,transparent 68%),linear-gradient(180deg,rgba(2,5,12,var(--pl-logo-ref-veil-top)) 0%,transparent 40%,rgba(2,5,12,var(--pl-logo-ref-veil-bottom)) 100%)!important;background-size:cover,cover!important;background-position:center,center!important;background-repeat:no-repeat,no-repeat!important}.template-index #pl-engineered.pl-story-section--engineered>.pl-story-section__shell,.template-index #pl-engineered.pl-story-section--engineered>.pl-container{position:relative;z-index:2}.template-index #pl-engineered.pl-story-section--engineered .pl-story-grid--engineered{position:relative;z-index:3}.template-index #pl-engineered.pl-story-section--engineered .pl-story-card--engineered{position:relative;z-index:3;box-shadow:inset 0 1px #ffffff06,0 10px 28px #00000024,0 0 14px #006bff05!important}.template-index #pl-engineered.pl-story-section--engineered .pl-story-card--engineered:hover{box-shadow:0 14px 32px #00000029,0 0 18px #148cff0e!important}@media screen and (max-width:989px){.template-index #pl-engineered.pl-story-section--engineered .pl-story-grid--engineered{margin-top:calc(1rem - 12px)}}@media screen and (max-width:749px){.template-index #pl-engineered.pl-story-section--engineered .pl-story-grid--engineered{margin-top:calc(.85rem - 12px)}.template-index #pl-engineered .pl-section__heading{max-width:10ch}}@media(prefers-reduced-motion:reduce){.template-index #pl-engineered.pl-story-section--engineered:before,.template-index #pl-engineered.pl-story-section--engineered:after{transition:none!important}}.template-index #pl-allsports,.template-index #pl-allsports.pl-story-section--allsports{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;--pl-section-ambient-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-allsports)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important;filter:none!important}.template-index #pl-allsports:before,.template-index #pl-allsports:after,.template-index #pl-allsports .pl-allsports__universe:before{content:none!important;display:none!important;background:none!important;opacity:0!important}.template-index #pl-allsports .pl-allsports__mosaic{position:relative;z-index:2}@media screen and (max-width:989px){.template-index #pl-allsports,.template-index #pl-allsports.pl-story-section--allsports{background-position:center,center center!important}}@media screen and (max-width:749px){.template-index #pl-allsports,.template-index #pl-allsports.pl-story-section--allsports{background-position:center,center center!important}}.template-index #pl-community.pl-story-section--community{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0 !important;--pl-bg-blue-glow: 0 !important;--pl-bg-bloom-opacity: 0 !important;--pl-bg-mist-opacity: 0 !important;--pl-bg-beam-opacity: 0 !important;--pl-bg-floor-reflection-opacity: 0 !important;--pl-section-ambient-opacity: 0 !important;--pl-section-haze-opacity: 0 !important;--pl-section-blue-opacity: 0 !important;--pl-transition-atmosphere-opacity: 0 !important;position:relative;overflow:hidden;isolation:isolate;background-color:#02040a!important;background-image:linear-gradient(90deg,rgba(2,4,10,var(--pl-logo-ref-read-side)),#02040a2e 36%,#02040a0d 62%,#02040a00 82%),linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 42%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-community)!important;background-size:cover,cover,cover!important;background-position:center,center,center center!important;background-repeat:no-repeat,no-repeat,no-repeat!important;filter:none!important;animation:none!important}.template-index #pl-community.pl-story-section--community:before,.template-index #pl-community.pl-story-section--community:after{content:none!important;display:none!important;background:none!important;opacity:0!important;animation:none!important;filter:none!important}.template-index #pl-community .pl-story-section__visual-stack,.template-index #pl-community .pl-story-media--empty,.template-index #pl-community .pl-story-media__placeholder,.template-index #pl-community .pl-story-media__placeholder-core,.template-index #pl-community .pl-story-media__placeholder-wave,.template-index #pl-community .pl-story-media__placeholder-grid,.template-index #pl-community .pl-story-media__placeholder-particles{display:none!important;opacity:0!important;background:none!important;visibility:hidden!important;pointer-events:none!important}.template-index #pl-community.pl-story-section--community>.pl-story-section__shell,.template-index #pl-community.pl-story-section--community>.pl-container{position:relative;z-index:2}.template-index #pl-community .pl-story-section__intro{gap:0}.template-index #pl-community .pl-section__eyebrow{margin:0 0 var(--space-eyebrow-title)!important;font-size:var(--fs-eyebrow)!important;font-weight:700!important;letter-spacing:var(--tracking-eyebrow)!important;text-transform:uppercase!important;line-height:1.2!important;color:#b7d2ffdb!important}.template-index #pl-community .pl-section__heading{margin:0!important;font-size:var(--fs-section-title)!important;font-weight:650!important;line-height:var(--lh-title)!important;letter-spacing:-.04em!important}.template-index #pl-community .pl-community__copy,.template-index #pl-community .pl-community__copy p{margin-top:var(--space-title-body)!important;max-width:580px!important;font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important;color:var(--color-section-body)!important;font-weight:400!important}.template-index #pl-community .pl-community__cta{margin-top:var(--space-body-link)!important}.template-index #pl-community .pl-community__testimonials,.template-index #pl-community .pl-story-grid--stacked{transform:none;margin-top:8px!important;gap:calc(clamp(.85rem,1.6vw,1.25rem) + 12px)!important}.template-index #pl-community .pl-story-card--testimonial{position:relative;z-index:3;box-shadow:0 16px 34px #000a1c42,0 4px 14px #00000029,inset 0 1px #ffffff08!important}.template-index #pl-community .pl-story-card--testimonial:after{content:"";position:absolute;left:14%;right:14%;bottom:-.4rem;height:.7rem;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.3) 0%,transparent 72%);filter:blur(4px);pointer-events:none;z-index:-1;opacity:.5}@media screen and (max-width:989px){.template-index #pl-community.pl-story-section--community{background-position:center,center,center center!important}.template-index #pl-community .pl-community__testimonials,.template-index #pl-community .pl-story-grid--stacked{transform:none;margin-top:8px!important;gap:calc(1rem + 10px)!important}}@media screen and (max-width:749px){.template-index #pl-community.pl-story-section--community{background-position:center,center,center center!important}.template-index #pl-community .pl-community__copy,.template-index #pl-community .pl-community__copy p{max-width:100%!important}.template-index #pl-community .pl-community__testimonials,.template-index #pl-community .pl-story-grid--stacked{transform:none;margin-top:6px!important;gap:calc(.85rem + 8px)!important}.template-index #pl-community .pl-community__cta{width:auto;min-width:min(100%,16rem)}}.template-index .pl-story-card__title,.template-index .pl-product-card__title,.template-index .pl-card-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important;max-height:2.4em!important}.template-index .pl-story-card__text,.template-index .pl-story-card__quote,.template-index .pl-product-card__excerpt,.template-index .pl-product-card__subtitle,.template-index .pl-product-card__compat{display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.template-index #pl-promise .pl-story-card--benefit{height:25rem!important;min-height:25rem!important;max-height:25rem!important}.template-index #pl-promise .pl-story-card__body{overflow:hidden!important}.template-index #pl-promise .pl-story-card__title{-webkit-line-clamp:2!important;max-height:2.4em!important}.template-index #pl-promise .pl-story-card__text{-webkit-line-clamp:2!important;max-height:calc(var(--lh-card, 1.4em) * 2)!important}@media(min-width:750px)and (max-width:989px){.template-index #pl-promise .pl-story-card--benefit{height:18.5rem!important;min-height:18.5rem!important;max-height:18.5rem!important}}@media(max-width:749px){.template-index #pl-promise .pl-story-card--benefit{height:17.5rem!important;min-height:17.5rem!important;max-height:17.5rem!important}}.template-index #pl-engineered .pl-story-card--engineered{height:21.625rem!important;min-height:21.625rem!important;max-height:21.625rem!important}.template-index #pl-engineered .pl-story-card__body{overflow:hidden!important}.template-index #pl-engineered .pl-story-card__title{-webkit-line-clamp:2!important;max-height:2.4em!important}.template-index #pl-engineered .pl-story-card__text{-webkit-line-clamp:2!important;max-height:calc(var(--lh-card, 1.4em) * 2)!important}@media(min-width:750px)and (max-width:989px){.template-index #pl-engineered .pl-story-card--engineered{height:18.5rem!important;min-height:18.5rem!important;max-height:18.5rem!important}}@media(max-width:749px){.template-index #pl-engineered .pl-story-card--engineered{height:17.5rem!important;min-height:17.5rem!important;max-height:17.5rem!important}}.template-index #pl-range .pl-product-card__media{max-height:none}.template-index #pl-range .pl-product-card__media>picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:transparent}.template-index #pl-range .pl-product-card__image{width:88%;height:auto;max-height:88%;padding:0!important;object-fit:contain;object-position:center center;transform:none;transform-origin:center center;background:transparent}.template-index #pl-range .pl-product-card:hover .pl-product-card__image--primary{transform:scale(1.04)}.template-index #pl-range .pl-product-card__title{-webkit-line-clamp:2!important;max-height:2.4em!important}.template-index #pl-range .pl-product-card__subtitle{-webkit-line-clamp:1!important;max-height:1.35em!important}.template-index #pl-range .pl-product-card__excerpt{-webkit-line-clamp:2!important;max-height:3em!important}.template-index #pl-range .pl-product-card__compat{-webkit-line-clamp:2!important;max-height:2.8em!important}.template-index #pl-range .pl-product-card__features{overflow:hidden!important;max-height:calc(1.35em * 3 + .6rem)!important}.template-index #pl-range .pl-product-card__content{overflow:visible!important;min-height:auto!important;display:flex!important;flex-direction:column!important}.template-index #pl-range .pl-product-card__footer{display:flex!important;visibility:visible!important;opacity:1!important}.template-index #pl-range .pl-product-card__footer .pl-price,.template-index #pl-range .pl-product-card__footer .pl-price__current{display:none!important;visibility:hidden!important;opacity:0!important}.template-index #pl-community .pl-story-card--testimonial,.template-index #pl-community .pl-story-card{overflow:hidden!important}.template-index #pl-community .pl-story-card__quote,.template-index #pl-community .pl-story-card__text{-webkit-line-clamp:3!important;max-height:calc(var(--lh-card, 1.4em) * 3)!important}.template-index #home .pl-hero__signal-title.pl-story-card__label,.template-index #home .pl-hero__signal-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important;overflow:hidden!important;max-height:1.3em!important}.template-index #home .pl-hero__signal-text.pl-story-card__text,.template-index #home .pl-hero__signal-text{-webkit-line-clamp:2!important;max-height:calc(var(--lh-card, 1.4em) * 2)!important}.template-index #pl-allsports .pl-allsports__sport-name{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important;overflow:hidden!important;text-overflow:ellipsis!important;max-height:1.35em!important;white-space:normal!important}body.template-collection,body.template-collection .pl-main{height:auto;max-height:none;min-height:0!important;overflow-x:clip;overflow-y:visible;padding:0!important}body.template-collection .pl-main{display:block}body.template-collection #shopify-section-shop,body.template-collection .shopify-section:has(#pl-shop){flex:none;min-height:0;height:auto;max-height:none}body.template-product .pl-main{padding:0!important;min-height:0!important}.pl-story-section--shop,#pl-shop.pl-story-section--shop,#pl-product-buy.pl-story-section--shop{--pl-section-background: none;--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-section-ambient-opacity: 0;--pl-section-blue-opacity: 0;position:relative;isolation:isolate;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 42%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-shop, var(--pl-bg-cta))!important;background-size:cover,cover!important;background-position:center,center center!important;background-repeat:no-repeat,no-repeat!important;filter:none!important;overflow:hidden}#pl-shop.pl-story-section--shop{display:flex;flex-direction:column;box-sizing:border-box;height:auto;min-height:100svh;max-height:none;padding-top:calc(var(--pl-header-height, 76px) + clamp(.45rem,1vh,.85rem))!important;padding-bottom:clamp(.55rem,1.2vh,.95rem)!important}#pl-product-buy.pl-story-section--shop{min-height:calc(100svh - var(--pl-header-height, 76px));padding-top:calc(var(--pl-header-height, 76px) + clamp(.85rem,2vh,1.5rem))!important;padding-bottom:clamp(1.25rem,2.5vh,2rem)!important}.pl-shop__shell,.pl-product-buy__shell{position:relative;z-index:2;width:min(100%,1680px);margin-inline:auto;padding-inline:clamp(1rem,2.4vw,2.5rem)}#pl-shop .pl-shop__shell{display:flex;flex-direction:column;flex:1 1 auto;min-height:calc(100svh - var(--pl-header-height, 76px) - clamp(1rem,2.4vh,1.8rem));height:auto;gap:clamp(.55rem,1.4vh,1rem);justify-content:space-between}.pl-shop__header{flex:0 0 auto;max-width:min(52rem,100%);margin-bottom:0}#pl-shop .pl-shop__title,#pl-shop .pl-section__heading.pl-shop__title{margin:0!important;width:max-content;max-width:min(40rem,100%)!important;font-size:var(--fs-section-title)!important;font-weight:650!important;letter-spacing:-.04em!important;line-height:var(--lh-title)!important;text-wrap:unset!important}.pl-shop__lead{margin:var(--space-title-body, .55rem) 0 0!important;max-width:42rem;color:var(--color-section-body, rgba(190, 215, 245, .88))!important;font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important;font-weight:400!important}.pl-shop__count{margin:.55rem 0 0;color:#78b4ffe6;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.pl-shop__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.75rem,1.4vw,1.2rem);align-items:stretch;flex:1 1 auto;width:100%;min-height:0;max-height:none}.pl-shop-card{display:flex;flex-direction:column;min-height:0;height:100%;max-height:none;border-radius:var(--pl-card-radius);border:1px solid rgba(20,140,255,.14);background:linear-gradient(180deg,#091222eb,#040a12e0);box-shadow:inset 0 1px #ffffff08,0 0 18px #006bff08;overflow:hidden;transition:transform var(--pl-motion),border-color var(--pl-motion),box-shadow var(--pl-motion)}.pl-shop-card__media{position:relative;flex:1 1 auto;min-height:clamp(9rem,22vh,14rem);height:auto;overflow:hidden;background:radial-gradient(ellipse 70% 55% at 50% 30%,rgba(70,150,255,.22) 0%,transparent 60%),linear-gradient(180deg,#060c16fa,#030810);border-bottom:1px solid rgba(255,255,255,.06)}.pl-shop-card__studio{position:absolute;inset:10% 14% auto;height:40%;border-radius:50%;background:radial-gradient(circle,rgba(120,190,255,.24) 0%,transparent 72%);filter:blur(16px);pointer-events:none}.pl-shop-card__reflection{position:absolute;left:18%;right:18%;bottom:8%;height:16%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(40,120,220,.28) 0%,transparent 72%);filter:blur(10px);pointer-events:none}.pl-shop-card__image{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;padding:0;transform:scale(1.4);transform-origin:center 46%;filter:drop-shadow(0 12px 20px rgba(0,20,60,.4))}.pl-shop-card__badges{position:absolute;left:.65rem;top:.65rem;z-index:3;display:flex;flex-wrap:wrap;gap:.25rem;max-width:calc(100% - 1.3rem)}.pl-shop-card__badge{display:inline-flex;align-items:center;min-height:1.3rem;padding:.18rem .45rem;border-radius:999px;border:1px solid rgba(20,140,255,.28);background:linear-gradient(180deg,#006bff2e,#080a0ec7);color:#d2e6ffeb;font-size:.52rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pl-shop-card__body{display:flex;flex-direction:column;flex:0 0 auto;min-height:0;gap:.18rem;padding:.55rem .8rem .65rem}.pl-shop-card__eyebrow{margin:0;color:#97c2ffeb;font-size:var(--fs-card-label);font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1.2}.pl-shop-card__title{margin:.12rem 0 0;font-family:Space Grotesk,Inter,sans-serif;font-size:var(--fs-card-title);font-weight:600;letter-spacing:-.02em;line-height:1.15;color:#fff}.pl-shop-card__subtitle{margin:.18rem 0 0;color:#aad2ffd1;font-size:var(--fs-card-label);font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.25}.pl-shop-card__excerpt,.pl-shop-card__compat{display:none}.pl-shop-card__composition{margin-top:.2rem;padding-top:.45rem;border-top:1px solid rgba(255,255,255,.06);min-height:0;overflow:hidden}.pl-shop-card__composition-label{margin:0 0 .3rem;color:#78b4ffeb;font-size:var(--fs-card-label);font-weight:700;letter-spacing:.12em;text-transform:uppercase;line-height:1.2}.pl-shop-card__composition-list{list-style:none;margin:0;padding:0;display:grid;gap:.2rem}.pl-shop-card__composition-list li{position:relative;padding-left:.8rem;color:#d2e1f5db;font-size:var(--fs-card-body);line-height:1.3}.pl-shop-card__composition-list li:nth-child(n+4){display:none}.pl-shop-card__composition-list li:before{content:"";position:absolute;left:0;top:.45em;width:.32rem;height:.32rem;border-radius:50%;background:#46a0ffd9;box-shadow:0 0 8px #288cff73}.pl-shop-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.55rem;margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.pl-shop-card__price{display:block!important;min-width:0}.pl-shop-card__price-value{color:#fff;font-size:clamp(1.05rem,1.7vh,1.25rem);font-weight:700;letter-spacing:-.02em;line-height:1}.pl-shop-card__form{margin:0;flex:0 0 auto}.pl-shop-card__order{min-height:2.25rem;padding-inline:1rem;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.pl-shop-card__details-link{display:inline-flex;margin-top:.15rem;color:#96c3ffd1;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.pl-shop-card__details-link:hover{color:#fff}@media(min-width:990px)and (max-height:860px){.pl-shop-card__excerpt{display:none}.pl-shop-card__media{min-height:clamp(7.5rem,18vh,11rem)}.pl-shop-card__composition-list li:nth-child(n+3){display:none}}@media(max-width:989px){.pl-shop__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.pl-shop__grid{grid-template-columns:1fr}.pl-shop-card,.pl-shop__grid{max-height:none}}.pl-product-buy__stage{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;min-height:calc(100svh - var(--pl-header-height, 76px) - 5rem)}.pl-product-buy__media{position:relative;display:grid;place-items:center;min-height:clamp(22rem,58vh,34rem);border-radius:1.75rem;border:1px solid rgba(70,150,255,.16);background:radial-gradient(ellipse 60% 50% at 50% 42%,rgba(60,140,255,.2) 0%,transparent 65%),linear-gradient(180deg,#08101eb8,#030810e0);overflow:hidden}.pl-product-buy__glow{position:absolute;top:18%;right:20%;bottom:18%;left:20%;border-radius:50%;background:radial-gradient(circle,rgba(80,170,255,.28) 0%,transparent 70%);filter:blur(28px);pointer-events:none}.pl-product-buy__image{position:relative;z-index:1;width:min(88%,28rem);height:auto;object-fit:contain;object-position:center center;filter:drop-shadow(0 28px 40px rgba(0,20,60,.5));transform:scale(1.08)}#pl-product-buy.pl-product-buy:not(.pl-product-buy--lifestyle) .pl-product-buy__media>picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;background:transparent}#pl-product-buy.pl-product-buy:not(.pl-product-buy--lifestyle) .pl-product-buy__image{width:78%;max-width:none;height:auto;max-height:80%;object-fit:contain;object-position:center center;transform:none;background:transparent}@media(max-width:749px){#pl-product-buy.pl-product-buy:not(.pl-product-buy--lifestyle) .pl-product-buy__image{width:84%;max-height:86%}}.pl-product-buy__badges{position:absolute;left:1rem;top:1rem;z-index:2;display:flex;flex-wrap:wrap;gap:.35rem}.pl-product-buy__badge{display:inline-flex;align-items:center;min-height:1.55rem;padding:.28rem .6rem;border-radius:999px;border:1px solid rgba(20,140,255,.28);background:#040c18b8;color:#d2e6ffeb;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pl-product-buy__content{display:flex;flex-direction:column;gap:.65rem;max-width:34rem}.pl-product-buy__title{margin:0}.pl-product-buy__subtitle{margin:0;color:#aad2ffd1;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.pl-product-buy__price{margin:.35rem 0 0;color:#fff;font-size:clamp(1.65rem,3vh,2.15rem);font-weight:700;letter-spacing:-.03em;line-height:1}.pl-product-buy__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.35rem}.pl-product-buy__price-row .pl-product-buy__price{margin:0}.pl-preorder-badge{display:inline-flex;align-items:center;padding:.28rem .55rem;border:1px solid rgba(56,168,255,.55);border-radius:2px;background:#081c3ab8;color:#9ed0ff;font-size:.62rem;font-weight:700;letter-spacing:.14em;line-height:1;text-transform:uppercase}.pl-coming-soon-badge{display:inline-flex;align-items:center;padding:.28rem .55rem;border:1px solid rgba(120,150,190,.45);border-radius:2px;background:#0c121cc7;color:#d2e0f5e0;font-size:.62rem;font-weight:700;letter-spacing:.14em;line-height:1;text-transform:uppercase}.pl-product-buy__order--coming-soon,.pl-shop-card__order--coming-soon,.pl-product-card__cta--coming-soon{cursor:default;opacity:.72;pointer-events:none}.pl-product-card__link--static{cursor:default;pointer-events:none;text-decoration:none;color:inherit}.pl-product-card--coming-soon:hover{transform:none}.pl-product-card__status,.pl-shop-card__status,.pl-product-buy__status,.pl-product-buy__coming-soon-status,.pl-search-card__status,.pl-search-result__status{margin:0;padding:.62rem .95rem;border:1px solid rgba(120,150,190,.45);border-radius:2px;background:#0c121cc7;color:#d2e0f5e0;font-size:.62rem;font-weight:700;letter-spacing:.14em;line-height:1;text-transform:uppercase;text-align:center}.pl-product-card__status,.pl-shop-card__status{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem}.pl-product-buy__coming-soon-status{display:inline-flex;align-items:center;width:fit-content;margin-top:.35rem}.pl-product-card--coming-soon .pl-price,.pl-shop-card.is-coming-soon .pl-shop-card__price,.is-coming-soon .pl-product-buy__price-row{display:none!important}.pl-search-card--coming-soon,.pl-search-result--coming-soon{cursor:default;pointer-events:none}.pl-shop-card__badge--coming-soon{border-color:#7896be73;color:#d2e0f5e0}.is-coming-soon .pl-product-buy__actions--coming-soon{margin-top:1.15rem}.pl-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.pl-size-selector{position:relative;margin:1.15rem 0 .35rem}.pl-size-selector__label{margin:0 0 .65rem;color:#d2e6ffc7;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.pl-size-selector__hint{margin:0 0 .55rem;color:#9ed0ff;font-size:.78rem;letter-spacing:.04em}.pl-size-selector.is-invalid .pl-size-selector__hint{color:#ffb4b4}.pl-size-selector__chips{display:flex;flex-wrap:wrap;gap:.55rem}.pl-size-selector__chip{box-sizing:border-box;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:3rem;min-height:2.75rem;padding:.55rem .85rem;border:1px solid rgba(120,170,220,.28);border-radius:.55rem;background:linear-gradient(180deg,#081224eb,#030810f5);color:#ecf4ffeb;font-size:.82rem;font-weight:600;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease,opacity .16s ease}.pl-size-selector__chip:hover:not(:disabled):not(.is-soldout){border-color:#38a8ff8c;color:#fff}.pl-size-selector__chip:focus-visible{outline:2px solid rgba(56,168,255,.9);outline-offset:2px}.pl-size-selector__chip.is-selected{border-color:#38a8fff2;background:linear-gradient(180deg,#0e305cf2,#061630fa);box-shadow:0 0 0 1px #38a8ff59,0 0 18px #148cff2e;color:#cfe8ff}.pl-size-selector__chip.is-soldout,.pl-size-selector__chip:disabled{opacity:.42;cursor:not-allowed;border-color:#ffffff1f;color:#c8d2dc8c;box-shadow:none}.pl-size-selector__chip-status{margin-top:.2rem;font-size:.52rem;letter-spacing:.1em;opacity:.85}.pl-size-selector__select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:749px){.pl-size-selector__chip{min-width:2.85rem;min-height:2.75rem;padding:.6rem .75rem}}.pl-preorder-panel{margin-top:.85rem;padding:.95rem 1rem;border:1px solid rgba(56,168,255,.28);border-radius:4px;background:linear-gradient(180deg,#0a1c38b8,#040c188c)}.pl-preorder-panel__eyebrow{margin:0;color:#8ec8ff;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.pl-preorder-panel__text{margin:.45rem 0 0;color:#d6e4f5e6;font-size:.92rem;line-height:1.5}.pl-preorder-panel__label{margin:.85rem 0 0;color:#9ed0ffeb;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.pl-preorder-panel__note{margin:.35rem 0 0;color:#bed2ebd1;font-size:.86rem;line-height:1.45}.pl-shop-card__badge--preorder{border-color:#38a8ff8c;background:#081c3ad1;color:#9ed0ff}.pl-product-buy__excerpt{margin:.35rem 0 0;color:#d2e1f5db;font-size:clamp(.95rem,1.5vh,1.08rem);line-height:1.55}.pl-product-buy__compat{margin:0;color:#97c2ffd1;font-size:.82rem}.pl-product-buy__composition{margin-top:.5rem;padding:1rem 1.05rem;border-radius:1rem;border:1px solid rgba(70,150,255,.14);background:#060e1c8c}.pl-product-buy__spec{margin-top:.75rem}.pl-product-buy__spec .pl-section-body{margin:.35rem 0 0}.pl-product-buy__composition-title{margin:0 0 .55rem;color:#78b4fff2;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.pl-product-buy__composition-list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.pl-product-buy__composition-list li{position:relative;padding-left:.95rem;color:#dce8f8e0;font-size:.88rem;line-height:1.4}.pl-product-buy__composition-list li:before{content:"";position:absolute;left:0;top:.5em;width:.38rem;height:.38rem;border-radius:50%;background:#46a0ffe6;box-shadow:0 0 10px #288cff80}.pl-product-buy__form{display:grid;gap:.85rem;margin-top:.75rem}.pl-product-buy__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.pl-product-buy__qty{width:5.5rem;min-height:3rem}.pl-product-buy__order{min-height:3rem;padding-inline:1.6rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.pl-product-buy__back{margin-top:.35rem;color:#96c3ffd1;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.pl-product-buy__back:hover{color:#fff}@media(max-width:989px){.pl-product-buy__stage{grid-template-columns:1fr;min-height:0}.pl-product-buy__media{min-height:18rem}}@media(max-width:749px){.pl-product-buy__media{min-height:16rem}}.template-index #pl-range.pl-story-section--range,.template-index #pl-lifestyle.pl-story-section--lifestyle,.template-index #pl-promise.pl-story-section--promise,.template-index #pl-engineered.pl-story-section--engineered,.template-index #pl-allsports.pl-story-section--allsports,.template-index #pl-community.pl-story-section--community,#pl-shop.pl-story-section--shop,#pl-product-buy.pl-story-section--shop{--pl-logo-ref-veil-top: .18;--pl-logo-ref-veil-mid: .06;--pl-logo-ref-veil-bottom: .4;--pl-logo-ref-read-side: .42}.template-index .pl-hero__atmosphere-dust{display:none!important;opacity:0!important}.template-index .pl-hero__atmosphere-halo,.template-index .pl-hero__atmosphere-mist{opacity:.28}.template-index #pl-allsports.pl-story-section--allsports{background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-allsports)!important;background-size:cover,cover!important;background-position:center,center center!important;background-repeat:no-repeat,no-repeat!important;filter:none!important}@media screen and (max-width:749px){.template-index #pl-allsports.pl-story-section--allsports{background-position:center,center center!important}}.template-index .pl-hero__cta-secondary.pl-button--glass:hover,.template-index .pl-button--glass:hover,.template-index .pl-button--secondary:hover,.template-index .pl-button--secondary:focus-visible{transform:translate3d(0,var(--pl-cta-hover-lift),0)}.template-index .pl-story-card,.template-index .pl-product-card,.template-index .pl-shop-card,.template-index #pl-allsports .pl-allsports__sport{border-radius:var(--pl-card-radius)}.template-index .pl-shop-card:hover{transform:translate3d(0,var(--pl-card-hover-lift),0);border-color:#148cff47;box-shadow:0 18px 36px #00000038,0 0 28px #148cff24}.template-index .pl-story-section{--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-transition-atmosphere-opacity: 0}.template-index .pl-story-card__quote,.template-index .pl-story-card__text{font-size:var(--fs-card-body);line-height:var(--lh-card)}.template-index #pl-range .pl-product-card,.template-index .pl-story-section--range .pl-product-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(prefers-reduced-motion:reduce){.template-index [data-pl-reveal],.template-index #pl-allsports .pl-allsports__core,.template-index #pl-allsports .pl-allsports__sport,.template-index .pl-button,.template-index .pl-story-card,.template-index .pl-product-card,.template-index .pl-shop-card{transition-duration:.01ms!important;animation-duration:.01ms!important}}.template-index #pl-lifestyle.pl-story-section--lifestyle{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-lifestyle)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important;filter:none!important;border-radius:0!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important}.template-index #pl-lifestyle.pl-story-section--lifestyle:before,.template-index #pl-lifestyle.pl-story-section--lifestyle:after{content:none!important;display:none!important;border-radius:0!important;-webkit-mask-image:none!important;mask-image:none!important}.template-index #pl-lifestyle .pl-story-section__intro{padding-inline-start:20px;max-width:min(36rem,100%)}.template-index #pl-lifestyle .pl-section__eyebrow{margin:0 0 var(--space-eyebrow-title)!important;font-size:var(--fs-eyebrow)!important;font-weight:700!important;letter-spacing:var(--tracking-eyebrow)!important;text-transform:uppercase!important;line-height:1.2!important;color:#b7d2ffdb!important}.template-index #pl-lifestyle .pl-section__heading{margin:0!important;max-width:none;font-size:var(--fs-section-title)!important;font-weight:650!important;letter-spacing:-.04em!important;line-height:var(--lh-title)!important;text-wrap:unset}.template-index #pl-lifestyle .pl-story-section__copy,.template-index #pl-lifestyle .pl-story-section__copy p{margin-top:var(--space-title-body)!important;max-width:42rem;font-size:var(--fs-section-body)!important;line-height:var(--lh-body)!important;color:var(--color-section-body)!important;font-weight:400!important}.template-index #pl-lifestyle .pl-range__summary{padding:.55rem .85rem!important;max-width:9.25rem!important;border-radius:.85rem!important;background:#03050a6b!important;border:1px solid rgba(20,140,255,.1)!important;box-shadow:none!important;text-align:right}.template-index #pl-lifestyle .pl-range__summary-kicker{margin:0;font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;line-height:1.2;color:#b7d2ffb8}.template-index #pl-lifestyle .pl-range__summary-models{margin:.4rem 0 0;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.25;color:#ffffffc7}.template-index #pl-lifestyle .pl-range__grid{align-items:stretch}.template-index #pl-lifestyle .pl-product-card__compat,.template-index #pl-lifestyle .pl-product-card__features{display:none!important}@media(min-width:990px){.template-index #pl-lifestyle.pl-story-section--lifestyle{display:flex;flex-direction:column;box-sizing:border-box;height:100svh;min-height:100svh;max-height:100svh;overflow:clip;padding-top:calc(var(--pl-header-height, 76px) + clamp(.55rem,1.2vh,1rem))!important;padding-bottom:clamp(.55rem,1.2vh,.95rem)!important}.template-index #pl-lifestyle>.pl-container.pl-story-section__shell,.template-index #pl-lifestyle .pl-story-section__shell{display:flex!important;flex-direction:column;align-items:stretch!important;justify-content:space-between;grid-template-rows:none!important;flex:1 1 auto;width:100%;min-height:0;height:100%;gap:clamp(.55rem,1.2vh,.9rem);padding-bottom:0!important}.template-index #pl-lifestyle .pl-range__header{flex:0 0 auto;width:100%;gap:.55rem 1.25rem;align-items:end;margin-bottom:0}.template-index #pl-lifestyle .pl-range__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center}.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-six){flex:0 1 auto;min-height:0;--pl-lifestyle-card-width: calc((100% - (2 * clamp(.65rem, 1.2vw, 1rem))) / 3);display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;grid-template-columns:none!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:clamp(.65rem,1.2vw,1rem)}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six{flex:0 1 auto;min-height:0;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto)!important;align-items:stretch!important;overflow:visible!important;scroll-snap-type:none!important;gap:clamp(.65rem,1.2vw,1rem)}.template-index #pl-lifestyle.pl-story-section--lifestyle:has(.pl-range__grid--lifestyle-six){height:auto;min-height:100svh;max-height:none;overflow:visible}.template-index #pl-lifestyle.pl-story-section--lifestyle:has(.pl-range__grid--lifestyle-six)>.pl-container.pl-story-section__shell,.template-index #pl-lifestyle.pl-story-section--lifestyle:has(.pl-range__grid--lifestyle-six) .pl-story-section__shell{height:auto;min-height:0}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six>.pl-product-card{flex:unset!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;scroll-snap-align:unset;scroll-snap-stop:normal}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-lifestyle-card{height:auto!important;min-height:0!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-product-card__link,.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-product-card__link--static{display:grid!important;grid-template-rows:auto auto!important;height:auto!important;min-height:0!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-product-card__media{height:auto!important;max-height:none!important;aspect-ratio:5 / 4!important}.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-six)::-webkit-scrollbar{display:none}.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-six)>.pl-product-card{flex:0 0 var(--pl-lifestyle-card-width)!important;width:var(--pl-lifestyle-card-width)!important;min-width:var(--pl-lifestyle-card-width)!important;max-width:var(--pl-lifestyle-card-width)!important;scroll-snap-align:start;scroll-snap-stop:normal}.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-six):after{content:"";flex:0 0 .35rem;width:.35rem;min-width:.35rem;pointer-events:none}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six:after{content:none!important;display:none!important}}@media screen and (max-width:989px){.template-index #pl-lifestyle.pl-story-section--lifestyle{min-height:auto;height:auto;max-height:none;padding-top:calc(var(--pl-header-height, 76px) + clamp(.85rem,2vh,1.5rem))!important;padding-bottom:clamp(1.25rem,3vh,2rem)!important}.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-track):not(.pl-range__grid--lifestyle-six){grid-template-columns:repeat(2,minmax(0,1fr))}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;flex-direction:unset!important;flex-wrap:unset!important;overflow:visible!important;width:100%!important;max-width:100%!important;margin-inline:0!important;padding-inline:0!important;scroll-snap-type:none!important;gap:clamp(.85rem,2vw,1.15rem)!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six>.pl-product-card{flex:unset!important;width:auto!important;min-width:0!important;max-width:none!important;scroll-snap-align:unset!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-lifestyle-card{height:auto!important;min-height:0!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-product-card__link,.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-product-card__link--static{display:grid!important;grid-template-rows:auto auto!important;height:auto!important;min-height:0!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six .pl-product-card__media{height:auto!important;max-height:none!important;aspect-ratio:5 / 4!important}.template-index #pl-lifestyle .pl-range__grid.pl-range__grid--lifestyle-six:after{content:none!important;display:none!important}}@media screen and (max-width:749px){.template-index #pl-lifestyle .pl-range__grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;grid-template-columns:none!important;gap:.85rem!important;margin-inline:calc(-1*max(1rem,var(--pl-page-gutter, 20px)))!important;padding:.35rem max(1rem,var(--pl-page-gutter, 20px)) 1rem!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,var(--pl-page-gutter, 20px));-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-lifestyle .pl-range__grid::-webkit-scrollbar{display:none}.template-index #pl-lifestyle .pl-range__grid>.pl-product-card{flex:0 0 calc(100vw - 52px)!important;width:calc(100vw - 52px)!important;max-width:calc(100vw - 52px)!important;box-sizing:border-box!important;scroll-snap-align:start;scroll-snap-stop:always}.template-index #pl-lifestyle .pl-story-section__intro{padding-inline-start:0}}.pl-header__inner{column-gap:clamp(.65rem,1.35vw,1.2rem)}.pl-header__nav{transform:translate(clamp(-1.1rem,-1.35vw,-.55rem));margin-right:clamp(.85rem,1.65vw,1.45rem);padding-right:clamp(.2rem,.45vw,.4rem)}.pl-header__actions{gap:.38rem;padding-left:clamp(.1rem,.3vw,.25rem)}@media(max-width:1540px){.pl-header__nav{transform:translate(clamp(-.85rem,-1.05vw,-.45rem));margin-right:clamp(.95rem,1.75vw,1.35rem)}}@media(max-width:1480px){.pl-header__nav{transform:translate(clamp(-.65rem,-.85vw,-.35rem));margin-right:clamp(1rem,1.85vw,1.4rem)}}@media(max-width:1440px){.pl-header__nav{transform:translate(clamp(-.35rem,-.55vw,-.15rem));margin-right:clamp(1.05rem,1.95vw,1.5rem)}}@media(max-width:1360px){.pl-header__nav{transform:translate(clamp(-.25rem,-.4vw,-.1rem));margin-right:clamp(1.1rem,2vw,1.55rem)}}html[lang=es] .pl-header__nav{gap:clamp(.18rem,.42vw,.52rem);transform:translate(clamp(-2.15rem,-2.6vw,-1.25rem));margin-right:clamp(.9rem,1.85vw,1.7rem);padding-right:.4rem}html[lang=es] .pl-header__menu-link{padding-inline:.52rem;letter-spacing:.04em}@media(max-width:1480px){html[lang=es] .pl-header__nav{gap:clamp(.1rem,.22vw,.28rem);transform:translate(clamp(-2rem,-2.5vw,-1.15rem));margin-right:clamp(.8rem,1.6vw,1.4rem)}html[lang=es] .pl-header__menu-link{padding-inline:.36rem;letter-spacing:.032em}}@media(max-width:1360px){html[lang=es] .pl-header__nav{gap:.08rem;transform:translate(clamp(-1.85rem,-2.2vw,-1rem));margin-right:clamp(.7rem,1.35vw,1.15rem)}html[lang=es] .pl-header__menu-link{padding-inline:.28rem;letter-spacing:.028em;font-size:.78rem}}@media(min-width:1281px)and (max-width:1919px){.pl-header__inner{grid-template-columns:auto minmax(0,1fr) auto;column-gap:clamp(.55rem,1vw,.9rem)}.pl-header__nav{transform:none;margin-right:0;padding-right:1rem;justify-self:stretch;max-width:100%}.pl-header__actions{gap:.45rem;padding-left:0}.pl-header__shop{padding-inline:.62rem;margin-right:.1rem}html[lang=es] .pl-header__nav{transform:none;margin-right:0;padding-right:1rem}}@media(min-width:1281px)and (max-width:1440px){.pl-header__nav{gap:clamp(.1rem,.22vw,.28rem);padding-right:1rem}.pl-header__menu-link{padding-inline:.42rem}.pl-header__actions{gap:.4rem}.pl-header__shop{padding-inline:.58rem;margin-right:.08rem}.pl-locale__toggle{padding:.22rem .48rem}html[lang=es] .pl-header__nav{gap:clamp(.08rem,.18vw,.22rem);padding-right:1rem}}@media(min-width:1281px)and (max-width:1360px){.pl-header__menu-link{font-size:.78rem;letter-spacing:.036em;padding-inline:.4rem}.pl-header__nav{gap:.12rem;padding-right:1rem}}.template-index #pl-lifestyle .pl-lifestyle-card{height:100%;min-height:100%;display:flex;flex-direction:column}.template-index #pl-lifestyle .pl-product-card__link,.template-index #pl-lifestyle .pl-product-card__link--static{display:grid;grid-template-rows:minmax(0,1fr) auto;flex:1 1 auto;min-height:100%;height:100%}.template-index #pl-lifestyle .pl-product-card__media{display:grid!important;place-items:center!important;width:100%!important;max-width:100%!important;min-height:0!important;height:100%!important;max-height:100%!important;padding:.45rem!important;margin:0!important;aspect-ratio:5 / 4;overflow:hidden}.template-index #pl-lifestyle .pl-product-card__content{display:grid;grid-template-rows:2.6rem 1.2rem 2.7rem auto;grid-template-columns:minmax(0,1fr);gap:.28rem;align-content:stretch;position:relative;z-index:2;min-width:0;min-height:0;overflow:visible;padding:.75rem .85rem .85rem}.template-index #pl-lifestyle .pl-card-meta{display:none}.template-index #pl-lifestyle .pl-product-card__image{position:relative!important;inset:auto!important;justify-self:center!important;align-self:center!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0 auto!important;object-fit:contain!important;object-position:center center!important;transform:none!important;transform-origin:center center!important;z-index:0!important}.template-index #pl-lifestyle .pl-lifestyle-card--tee-01 .pl-product-card__image,.template-index #pl-lifestyle .pl-lifestyle-card--compression .pl-product-card__image,.template-index #pl-lifestyle .pl-lifestyle-card--cap .pl-product-card__image{max-width:100%!important;max-height:90%!important}.template-index #pl-lifestyle .pl-lifestyle-card--tee-02 .pl-product-card__image{max-width:92%!important;max-height:90%!important}.template-index #pl-lifestyle .pl-lifestyle-card--mens-shorts .pl-product-card__image{transform:translateY(1%) scale(.86)!important;transform-origin:center center!important}.template-index #pl-lifestyle .pl-lifestyle-card:hover .pl-product-card__image--primary{filter:brightness(1.06) drop-shadow(0 18px 28px rgba(0,30,80,.45)) drop-shadow(0 0 14px rgba(40,140,255,.22));transform:none!important}.template-index #pl-lifestyle .pl-lifestyle-card--mens-shorts:hover .pl-product-card__image--primary{transform:translateY(1%) scale(.89)!important}.template-index #pl-lifestyle .pl-product-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem .85rem;flex-wrap:nowrap;width:100%;min-width:0;min-height:2.6rem;height:2.6rem;position:relative;z-index:2}.template-index #pl-lifestyle .pl-product-card__heading .pl-product-card__title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important;min-height:2.5rem;max-height:2.5rem;flex:1 1 auto;min-width:0;margin:0;color:#fff!important;text-transform:uppercase;font-size:clamp(.82rem,.92vw,1.02rem)!important;font-weight:600!important;letter-spacing:.02em!important;line-height:1.25!important;text-align:left}.template-index #pl-lifestyle .pl-product-card__heading .pl-price{margin:0;padding-top:.08rem;flex:0 0 auto;position:relative;z-index:2}.template-index #pl-lifestyle .pl-product-card__heading .pl-price__current{display:block;white-space:nowrap;color:#fff!important;font-size:.98rem;font-weight:600;letter-spacing:-.02em;text-align:right}.template-index #pl-lifestyle .pl-product-card__subtitle{margin:0;min-height:1.2rem;max-height:1.2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.06em}.template-index #pl-lifestyle .pl-product-card__excerpt{margin:0!important;min-height:2.7rem;max-height:2.7rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.template-index #pl-lifestyle .pl-product-card__footer{display:flex;align-items:center;justify-content:flex-end;margin-top:0;min-height:2.5rem}@media(min-width:990px){.template-index #pl-lifestyle .pl-product-card__media{aspect-ratio:auto;height:100%!important}}@media(min-width:990px){body.template-product:has(.pl-product-buy--lifestyle),body.template-product:has(.pl-product-buy--lifestyle) .pl-main{height:auto;max-height:none;overflow-x:clip;overflow-y:visible;padding:0!important;min-height:0!important}body.template-product:has(.pl-product-buy--lifestyle) .pl-main{display:block}body.template-product:has(.pl-product-buy--lifestyle) .shopify-section:has(#pl-product-buy){flex:none;min-height:0;height:auto;max-height:none}#pl-product-buy.pl-product-buy--lifestyle.pl-story-section--shop{display:block;box-sizing:border-box;height:auto;min-height:0;max-height:none;overflow:visible;padding-top:calc(var(--pl-header-height, 76px) + 1rem)!important;padding-bottom:2rem!important}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__shell{display:block;width:100%;max-width:none;min-height:0;height:auto;padding-inline:clamp(1rem,2.4vw,2.5rem)}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__stage{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(22rem,.92fr);gap:clamp(1.5rem,3vw,2.75rem);align-items:start;min-height:calc(100svh - var(--pl-header-height, 76px) - 3rem);height:auto}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__media{position:sticky;top:calc(var(--pl-header-height, 76px) + .85rem);height:auto;min-height:24rem;max-height:calc(100svh - var(--pl-header-height, 76px) - 2.4rem);padding:1rem}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__content{justify-content:flex-start;max-width:36rem;padding-bottom:.5rem}}.pl-product-buy--lifestyle .pl-product-buy__media{padding:clamp(.85rem,2.2vw,1.6rem)}.pl-product-buy--lifestyle .pl-product-buy__image{width:auto;height:auto;max-width:94%;max-height:92%;object-fit:contain;object-position:center center;transform:none;transform-origin:center center}.pl-product-buy--lifestyle.pl-product-buy--trucker-cap .pl-product-buy__image{max-width:72%;max-height:78%}.pl-product-buy--lifestyle .pl-product-buy__thumbs{position:absolute;left:50%;bottom:.75rem;z-index:3;display:flex;gap:.4rem;transform:translate(-50%)}.pl-product-buy--lifestyle .pl-product-buy__thumb{width:3.1rem;height:3.1rem;padding:.2rem;border-radius:.65rem;border:1px solid rgba(70,150,255,.22);background:#040c18b8;cursor:pointer;overflow:hidden}.pl-product-buy--lifestyle .pl-product-buy__thumb.is-active{border-color:#5aaaff8c}.pl-product-buy--lifestyle .pl-product-buy__thumb img{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:1280px){.pl-header__icon-button,.pl-header__menu-toggle,.pl-header__drawer-close{min-height:44px;min-width:44px;max-height:none;padding:.45rem}.pl-header__account{min-height:44px;min-width:44px;max-height:none;--shopify-account-avatar-size: 44px;--shopify-account-signed-in-avatar-size: 28px}.pl-header__account::part(signed-out-avatar){min-height:44px;min-width:44px;max-height:none;padding:.45rem}.pl-header__shop{min-height:44px;max-height:none;padding-block:.45rem}.pl-locale__toggle{min-height:44px;max-height:none}}@media(max-width:430px){.pl-header__bar{padding-inline:10px}.pl-header__inner{column-gap:.35rem}.pl-header__logo{min-width:5.75rem}.pl-header__logo-image{width:clamp(96px,28vw,120px);max-height:40px}.pl-header__locale{display:none}.pl-header__actions{gap:.1rem}.pl-header__shop{padding-inline:.45rem;font-size:.56rem;letter-spacing:.07em}.pl-header__icon-button,.pl-header__menu-toggle{min-width:40px;min-height:40px;padding:.35rem}.pl-header__account{min-width:40px;min-height:40px;--shopify-account-avatar-size: 40px}.pl-header__account::part(signed-out-avatar){min-width:40px;min-height:40px;padding:.35rem}}@media(max-width:390px){.pl-header__bar{padding-inline:8px}.pl-header__inner{column-gap:.28rem}.pl-header__logo{min-width:5.25rem}.pl-header__logo-image{width:clamp(90px,26vw,112px);max-height:38px}.pl-header__actions{gap:.05rem}.pl-header__shop{padding-inline:.4rem;font-size:.54rem;letter-spacing:.06em}}@media(max-width:1280px){.template-index .pl-section.pl-story-section,.template-index #pl-promise.pl-story-section--promise,.template-index #pl-engineered.pl-story-section--engineered,.template-index #pl-range.pl-story-section--range,.template-index #pl-lifestyle.pl-story-section--lifestyle,.template-index #pl-community.pl-story-section--community,.template-index #pl-allsports.pl-story-section--allsports,.template-index #pl-allsports{height:auto!important;min-height:0!important;max-height:none!important;overflow-x:clip;overflow-y:visible!important}.template-index #pl-range>.pl-container.pl-story-section__shell,.template-index #pl-range .pl-story-section__shell,.template-index #pl-lifestyle>.pl-container.pl-story-section__shell,.template-index #pl-lifestyle .pl-story-section__shell{height:auto!important;min-height:0!important;max-height:none!important}}@media(min-width:990px)and (max-width:1280px){.template-index #pl-promise .pl-story-grid--promise,.template-index #pl-engineered .pl-story-grid--engineered,.template-index #pl-engineered.pl-story-section--engineered .pl-story-grid--engineered,.template-index #pl-range .pl-range__grid,.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-track){grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:unset!important;height:auto!important;max-height:none!important}.template-index #pl-promise .pl-story-card--benefit,.template-index #pl-engineered .pl-story-card--engineered{height:auto!important;min-height:17.5rem!important;max-height:none!important}.template-index #pl-range .pl-product-card,.template-index #pl-lifestyle .pl-product-card{height:auto!important;max-height:none!important}}@media(min-width:750px)and (max-width:989px){.template-index #pl-allsports .pl-allsports__shell,.template-index #pl-allsports>.pl-container.pl-allsports__shell{min-height:0!important;max-height:none!important;height:auto!important}.template-index #pl-allsports .pl-allsports__universe,.template-index #pl-allsports .pl-allsports__mosaic{min-height:0;height:auto;max-height:none;overflow:visible}}@media(max-width:989px){.template-index #pl-allsports .pl-allsports__shell,.template-index #pl-allsports>.pl-container.pl-allsports__shell{min-height:0!important;max-height:none!important}}@media(max-width:989px){body.template-product:has(.pl-product-buy--lifestyle),body.template-product:has(.pl-product-buy--lifestyle) .pl-main{height:auto!important;max-height:none!important;min-height:0!important;overflow-x:clip!important;overflow-y:visible!important;padding:0!important}body.template-product:has(.pl-product-buy--lifestyle) .pl-main{display:block}body.template-product:has(.pl-product-buy--lifestyle) .shopify-section:has(#pl-product-buy){height:auto;max-height:none;min-height:0}#pl-product-buy.pl-product-buy--lifestyle.pl-story-section--shop{display:block;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding-top:calc(var(--pl-header-height, 72px) + 1rem)!important;padding-bottom:1.5rem!important}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__shell,#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__stage,#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__media{height:auto!important;max-height:none!important;min-height:0!important}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__stage{display:grid;gap:1.25rem}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__media{min-height:18rem}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__image{max-width:92%;max-height:22rem}#pl-product-buy.pl-product-buy--lifestyle .pl-product-buy__content{justify-content:flex-start}}@media(max-width:1280px){.template-index .pl-story-section--range .pl-product-card__cta,.template-index #pl-lifestyle .pl-product-card__cta,.template-index .pl-product-card__cta{min-height:44px;padding-block:.65rem}.pl-product-buy__submit,.pl-product-buy button[type=submit],.pl-product-buy [name=add]{min-height:44px}}@media(max-width:430px){.pl-hero__actions .pl-button,.template-index .pl-hero__actions .pl-button{width:100%;white-space:normal;text-align:center;line-height:1.25;height:auto;min-height:44px;max-height:none;padding-block:.75rem;font-size:clamp(.68rem,3.2vw,.78rem)}html[lang=fr] .pl-hero__actions .pl-button,html[lang=es] .pl-hero__actions .pl-button,html[lang=it] .pl-hero__actions .pl-button{letter-spacing:.06em;padding-inline:.85rem}}@media(max-width:1280px){.template-index #pl-allsports .pl-allsports__shell,.template-index #pl-allsports>.pl-container.pl-allsports__shell{min-height:0!important;max-height:none!important;height:auto!important}.template-index #pl-allsports .pl-allsports__mosaic{overflow-y:visible}}@media(max-width:749px){.template-index #pl-allsports .pl-allsports__mosaic{align-items:flex-start;overflow-y:visible}}.template-index #pl-problem.pl-story-section--problem{--pl-section-image-position-y: 53%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-problem)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center 53%!important;filter:none!important}.template-index #pl-problem.pl-story-section--problem>.pl-story-section__shell,.template-index #pl-problem.pl-story-section--problem>.pl-container{position:relative;z-index:2}.template-index #pl-problem .pl-story-media--empty,.template-index #pl-problem .pl-story-media__placeholder,.template-index #pl-problem .pl-story-media__placeholder-core,.template-index #pl-problem .pl-story-media__placeholder-wave,.template-index #pl-problem .pl-story-media__placeholder-grid,.template-index #pl-problem .pl-story-media__placeholder-particles{display:none!important;opacity:0!important;background:none!important;visibility:hidden!important;pointer-events:none!important}.template-index #pl-solution.pl-story-section--solution{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-solution)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important;filter:none!important}.template-index #pl-solution.pl-story-section--solution>.pl-story-section__shell,.template-index #pl-solution.pl-story-section--solution>.pl-container{position:relative;z-index:2}.template-index #pl-solution .pl-story-section__visual-stack:has(.pl-story-media--empty),.template-index #pl-solution .pl-story-media--empty,.template-index #pl-solution .pl-story-media__placeholder,.template-index #pl-solution .pl-story-media__placeholder-core,.template-index #pl-solution .pl-story-media__placeholder-wave,.template-index #pl-solution .pl-story-media__placeholder-grid,.template-index #pl-solution .pl-story-media__placeholder-particles{display:none!important;opacity:0!important;background:none!important;visibility:hidden!important;pointer-events:none!important}.template-index #pl-final.pl-story-section--final{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-cta)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important;filter:none!important}.template-index #pl-final.pl-story-section--final>.pl-container{position:relative;z-index:2}.template-index #pl-final .pl-final-cta__visual{display:none!important}.template-index .pl-footer,.template-index #pl-footer{--pl-section-image-position-y: 50%;--pl-bg-particle-opacity: 0;--pl-section-ambient-opacity: 0;--pl-bg-blue-glow: 0;--pl-bg-bloom-opacity: 0;--pl-bg-mist-opacity: 0;--pl-bg-beam-opacity: 0;background-color:#02040a!important;background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-footer)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center 50%!important;filter:none!important}.template-index .pl-footer>.pl-container,.template-index .pl-footer>.pl-footer__grid,.template-index #pl-footer>.pl-container{position:relative;z-index:2}@media screen and (max-width:989px){.template-index .pl-hero,.template-index .pl-hero.pl-hero--full{position:relative!important;width:100%!important;max-width:100%!important;min-height:100svh!important;height:auto!important;max-height:none!important;overflow-x:clip!important;overflow-y:visible!important}.template-index .pl-hero--full .pl-hero__layout,.template-index .pl-hero__layout{min-height:100svh!important;max-height:none!important;height:auto!important;box-sizing:border-box!important}.template-index .pl-hero__backdrop{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important}.template-index #pl-promise.pl-story-section--promise,.template-index #pl-why.pl-story-section--vision,.template-index #pl-problem.pl-story-section--problem,.template-index #pl-solution.pl-story-section--solution,.template-index #pl-engineered.pl-story-section--engineered,.template-index #pl-allsports.pl-story-section--allsports,.template-index #pl-range.pl-story-section--range,.template-index #pl-lifestyle.pl-story-section--lifestyle,.template-index #pl-community.pl-story-section--community,.template-index #pl-final.pl-story-section--final,.template-index .pl-footer,.template-index #pl-footer{position:relative!important;width:100%!important;max-width:100%!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-x:visible!important;overflow-y:visible!important}.template-index #pl-promise.pl-story-section--promise,.template-index #pl-engineered.pl-story-section--engineered{isolation:isolate;background-image:none!important}.template-index #pl-promise.pl-story-section--promise:before,.template-index #pl-engineered.pl-story-section--engineered:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important}.template-index #pl-promise.pl-story-section--promise:after,.template-index #pl-engineered.pl-story-section--engineered:after{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important}}@media screen and (max-width:749px){.template-index #pl-final .pl-final-cta__visual{display:none!important}}@media(max-width:989px){.template-index,:root{--pl-m-carousel-pad: max(1rem, var(--pl-page-gutter, 20px));--pl-m-carousel-gap: .85rem;--pl-m-carousel-peek: 14%;--pl-m-carousel-card: calc(100% - var(--pl-m-carousel-peek))}.template-index #pl-promise .pl-story-grid--promise,.template-index #pl-why .pl-vision-pillars,.template-index #pl-engineered .pl-story-grid--engineered,.template-index #pl-problem .pl-problem-cards,.template-index #pl-solution .pl-story-grid--2,.template-index #pl-range .pl-range__grid,.template-index #pl-lifestyle .pl-range__grid,.template-index #pl-community .pl-story-grid--stacked{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;grid-template-columns:none!important;grid-auto-flow:unset!important;width:calc(100% + 2 * var(--pl-m-carousel-pad))!important;max-width:calc(100% + 2 * var(--pl-m-carousel-pad))!important;min-width:0!important;margin-inline:calc(-1 * var(--pl-m-carousel-pad))!important;box-sizing:border-box!important;gap:var(--pl-m-carousel-gap)!important;padding-inline:var(--pl-m-carousel-pad)!important;padding-bottom:.65rem!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;scroll-padding-inline:var(--pl-m-carousel-pad);-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-promise .pl-story-grid--promise:after,.template-index #pl-why .pl-vision-pillars:after,.template-index #pl-engineered .pl-story-grid--engineered:after,.template-index #pl-problem .pl-problem-cards:after,.template-index #pl-solution .pl-story-grid--2:after,.template-index #pl-range .pl-range__grid:after,.template-index #pl-lifestyle .pl-range__grid:after,.template-index #pl-community .pl-story-grid--stacked:after{content:"";flex:0 0 var(--pl-m-carousel-pad);width:var(--pl-m-carousel-pad);min-width:var(--pl-m-carousel-pad);pointer-events:none}.template-index #pl-promise .pl-story-grid--promise::-webkit-scrollbar,.template-index #pl-why .pl-vision-pillars::-webkit-scrollbar,.template-index #pl-engineered .pl-story-grid--engineered::-webkit-scrollbar,.template-index #pl-problem .pl-problem-cards::-webkit-scrollbar,.template-index #pl-solution .pl-story-grid--2::-webkit-scrollbar,.template-index #pl-range .pl-range__grid::-webkit-scrollbar,.template-index #pl-lifestyle .pl-range__grid::-webkit-scrollbar,.template-index #pl-community .pl-story-grid--stacked::-webkit-scrollbar{display:none}.template-index #pl-promise .pl-story-card--benefit,.template-index #pl-why .pl-story-card--vision,.template-index #pl-engineered .pl-story-card--engineered,.template-index #pl-problem .pl-problem-card,.template-index #pl-problem .pl-story-card--problem,.template-index #pl-solution .pl-story-grid--2>.pl-story-card,.template-index #pl-solution .pl-story-card--solution,.template-index #pl-range .pl-range__grid>.pl-product-card,.template-index #pl-lifestyle .pl-range__grid>.pl-product-card,.template-index #pl-community .pl-story-card--testimonial{flex:0 0 var(--pl-m-carousel-card)!important;flex-shrink:0!important;width:var(--pl-m-carousel-card)!important;max-width:var(--pl-m-carousel-card)!important;min-width:var(--pl-m-carousel-card)!important;height:auto!important;max-height:none!important;box-sizing:border-box!important;scroll-snap-align:start!important;scroll-snap-stop:normal}.template-index #pl-allsports .pl-allsports__mosaic{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:1.25rem!important;margin-inline:0!important;padding-inline:0!important;overflow-x:visible!important;overflow-y:visible!important;scroll-snap-type:none!important;width:100%!important;max-width:100%!important}.template-index #pl-allsports .pl-allsports__group,.template-index #pl-allsports .pl-allsports__group--padel,.template-index #pl-allsports .pl-allsports__group--all{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:.85rem!important}.template-index #pl-allsports .pl-allsports__padel-head,.template-index #pl-allsports .pl-allsports__all-head{display:block!important;width:100%!important;max-width:100%!important;flex:none!important}.template-index #pl-allsports .pl-allsports__group-copy{display:block!important;width:100%!important;max-width:100%!important;flex:none!important;text-align:left!important}.template-index #pl-allsports .pl-allsports__group-grid,.template-index #pl-allsports .pl-allsports__group-grid--padel,.template-index #pl-allsports .pl-allsports__group-grid--all{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:var(--pl-m-carousel-gap)!important;width:calc(100% + 2 * var(--pl-m-carousel-pad))!important;max-width:calc(100% + 2 * var(--pl-m-carousel-pad))!important;min-width:0!important;margin-inline:calc(-1 * var(--pl-m-carousel-pad))!important;padding-inline:var(--pl-m-carousel-pad)!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-index #pl-allsports .pl-allsports__group-grid::-webkit-scrollbar{display:none}.template-index #pl-allsports .pl-allsports__core,.template-index #pl-allsports .pl-allsports__sport{flex:0 0 var(--pl-m-carousel-card)!important;flex-shrink:0!important;width:var(--pl-m-carousel-card)!important;max-width:var(--pl-m-carousel-card)!important;min-width:var(--pl-m-carousel-card)!important;height:auto!important;scroll-snap-align:start!important}.template-index #pl-promise.pl-story-section--promise,.template-index #pl-why.pl-story-section--vision,.template-index #pl-problem.pl-story-section--problem,.template-index #pl-solution.pl-story-section--solution,.template-index #pl-engineered.pl-story-section--engineered,.template-index #pl-range.pl-story-section--range,.template-index #pl-lifestyle.pl-story-section--lifestyle,.template-index #pl-allsports.pl-story-section--allsports,.template-index #pl-community.pl-story-section--community{overflow-x:clip!important}.template-index .pl-section.pl-story-section:not(.pl-hero){padding-block:clamp(2.25rem,6vh,3.75rem)!important}.template-index .pl-section.pl-story-section .pl-story-section__shell,.template-index .pl-section.pl-story-section>.pl-container{padding-top:0!important}body.template-index,.template-index .pl-main,html{overflow-x:clip}}@media(max-width:749px){.template-index,:root{--pl-m-carousel-card: 85vw;--pl-m-carousel-peek: 15vw}}@media(min-width:750px)and (max-width:989px){.template-index,:root{--pl-m-carousel-card: 58%;--pl-m-carousel-peek: 42%;--pl-m-carousel-gap: 1rem}}@media(max-width:989px){:root,html{--pl-header-height: 72px !important;--header-height: 72px !important}.pl-header{height:72px!important;min-height:72px!important;max-height:72px!important}.pl-header__bar,.pl-header__inner{height:100%!important;min-height:0!important;align-items:center!important}.pl-header__logo,.pl-header__actions,.pl-header__shop,.pl-header__menu-toggle,.pl-header__icon-button{align-self:center!important}html{scroll-padding-top:calc(var(--pl-header-height) + .5rem)}.template-index .pl-hero>.pl-container,.template-index .pl-hero .pl-hero__layout{padding-top:calc(var(--pl-header-height) + clamp(.5rem,1.5vh,1rem))!important}.template-index .pl-section.pl-story-section{scroll-margin-top:calc(var(--pl-header-height) + .35rem)}.template-index .pl-section.pl-story-section .pl-section__heading,.template-index .pl-section.pl-story-section .pl-section-title,.template-index .pl-hero .pl-section__heading,.template-index .pl-hero .pl-hero__title{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.template-index #pl-promise .pl-story-card--benefit{min-height:0!important;height:auto!important}.template-index #pl-shop,#pl-shop.pl-story-section--shop,.template-collection #pl-shop{min-height:0!important;height:auto!important;max-height:none!important}.pl-story-panel--overlay{margin-top:0!important}body:not(.template-index) #MainContent{padding-top:var(--pl-header-height)!important}body:not(.template-index) #pl-community-registration{min-height:0!important;padding-top:clamp(1rem,2.4vh,1.75rem)!important}}@media(max-width:989px){.template-page #pl-design .pl-story-grid,.template-page #pl-bracelet .pl-story-grid,.template-page #pl-problem .pl-problem-cards,.template-page #pl-problem .pl-story-grid,.template-page #pl-solution .pl-story-grid,.template-page #pl-technology .pl-story-grid,.template-page #pl-engineered .pl-story-grid--engineered,.template-page #pl-sports .pl-story-grid,.template-page #pl-materials .pl-story-grid{display:flex!important;flex-wrap:nowrap!important;gap:var(--pl-m-carousel-gap, .85rem)!important;width:calc(100% + 2 * var(--pl-m-carousel-pad, 1rem))!important;max-width:calc(100% + 2 * var(--pl-m-carousel-pad, 1rem))!important;min-width:0!important;margin-inline:calc(-1 * var(--pl-m-carousel-pad, 1rem))!important;padding-inline:var(--pl-m-carousel-pad, 1rem)!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-page #pl-design .pl-story-grid>*,.template-page #pl-bracelet .pl-story-grid>*,.template-page #pl-problem .pl-problem-cards>*,.template-page #pl-problem .pl-story-grid>*,.template-page #pl-solution .pl-story-grid>*,.template-page #pl-technology .pl-story-grid>*,.template-page #pl-engineered .pl-story-grid--engineered>*,.template-page #pl-sports .pl-story-grid>*,.template-page #pl-materials .pl-story-grid>*{flex:0 0 var(--pl-m-carousel-card, 85vw)!important;flex-shrink:0!important;width:var(--pl-m-carousel-card, 85vw)!important;max-width:var(--pl-m-carousel-card, 85vw)!important;min-width:var(--pl-m-carousel-card, 85vw)!important;scroll-snap-align:start;height:auto!important;min-height:0!important}}@media(max-width:430px){.template-index .pl-section__heading,.template-index .pl-section-title,.template-page .pl-section__heading,.template-page .pl-section-title{font-size:clamp(1.35rem,7.2vw,2rem)!important;line-height:1.15!important}.template-index .pl-hero__title{font-size:clamp(1.7rem,8.5vw,2.45rem)!important;line-height:1.08!important}}@media(max-width:989px){html,body,.pl-theme,.pl-main,#MainContent{max-width:100%!important;overflow-x:clip!important}img,video,svg,.pl-story-media,.pl-story-media__image,.pl-product-card__media img{max-width:100%}}@media screen and (max-width:989px){.template-index .pl-hero__backdrop{background-image:linear-gradient(90deg,#02040a8c,#02040a47 34%,#02040a14 58%,#02040a00 78%),linear-gradient(180deg,#02040a2e,#02040a0f 42%,#02040a6b),var(--pl-bg-hero)!important;background-size:cover,cover,cover!important;background-position:center,center,center center!important;background-repeat:no-repeat,no-repeat,no-repeat!important}.template-index #pl-promise.pl-story-section--promise{background-color:#02040a!important;background-image:none!important}.template-index #pl-promise.pl-story-section--promise:before{background-color:#02040a!important;background-image:var(--pl-bg-promise)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important}.template-index #pl-engineered.pl-story-section--engineered{background-color:#02040a!important;background-image:none!important}.template-index #pl-engineered.pl-story-section--engineered:before{background-color:#02040a!important;background-image:var(--pl-bg-technology)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important}.template-index #pl-why.pl-story-section--vision{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-vision)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center 50%!important}.template-index #pl-problem.pl-story-section--problem{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-problem)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center 53%!important}.template-index #pl-solution.pl-story-section--solution{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-solution)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important}.template-index #pl-allsports,.template-index #pl-allsports.pl-story-section--allsports{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-allsports)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important}.template-index #pl-range.pl-story-section--range{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-range)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important}.template-index #pl-lifestyle.pl-story-section--lifestyle{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-lifestyle)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important}.template-index #pl-community.pl-story-section--community{background-image:linear-gradient(90deg,rgba(2,4,10,var(--pl-logo-ref-read-side)),#02040a2e 36%,#02040a0d 62%,#02040a00 82%),linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 42%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-community)!important;background-size:cover,cover,cover!important;background-repeat:no-repeat,no-repeat,no-repeat!important;background-position:center,center,center center!important}.template-index #pl-final.pl-story-section--final{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-cta)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center center!important}.template-index .pl-footer,.template-index #pl-footer{background-image:linear-gradient(180deg,rgba(2,4,10,var(--pl-logo-ref-veil-top)),rgba(2,4,10,var(--pl-logo-ref-veil-mid)) 40%,rgba(2,4,10,var(--pl-logo-ref-veil-bottom))),var(--pl-bg-footer)!important;background-size:cover,cover!important;background-repeat:no-repeat,no-repeat!important;background-position:center,center 50%!important}}@media(max-width:989px){.template-index #pl-problem.pl-story-section--problem,.template-index #pl-solution.pl-story-section--solution{background-color:#02040a!important;background-repeat:no-repeat,no-repeat!important;background-size:cover,cover!important;background-attachment:scroll!important;will-change:auto!important}.template-index #pl-problem.pl-story-section--problem{background-position:center,center 53%!important}.template-index #pl-solution.pl-story-section--solution{background-position:center,center center!important}.template-index #pl-problem.pl-story-section--problem:before,.template-index #pl-problem.pl-story-section--problem:after,.template-index #pl-solution.pl-story-section--solution:before,.template-index #pl-solution.pl-story-section--solution:after{content:none!important;display:none!important;background:none!important;opacity:0!important}.template-index #pl-problem .pl-story-section__split>[data-pl-reveal]:has(.pl-story-media),.template-index #pl-problem .pl-story-media,.template-index #pl-problem .pl-story-media--problem{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}.template-index #pl-problem .pl-story-section__split{display:block!important;grid-template-columns:none!important}.template-index #pl-solution .pl-story-section__visual-stack:has(.pl-story-media--empty),.template-index #pl-solution .pl-story-media--empty,.template-index #pl-solution .pl-story-media__placeholder{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.template-index #pl-solution .pl-story-section__shell--split{display:flex!important;flex-direction:column!important;gap:1.25rem!important}.template-index #pl-problem .pl-problem-card__media,.template-index #pl-problem .problem-card-media{display:block!important;height:clamp(11rem,38vw,14.5rem)!important;min-height:clamp(11rem,38vw,14.5rem)!important;max-height:14.5rem!important;overflow:hidden!important;background:#030711!important}.template-index #pl-problem .pl-problem-card__image,.template-index #pl-problem .problem-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;visibility:visible!important;mix-blend-mode:normal!important}.template-index #pl-allsports .pl-allsports__group{display:flex!important;flex-direction:column!important;width:100%!important}.template-index #pl-allsports .pl-allsports__padel-head,.template-index #pl-allsports .pl-allsports__all-head{display:block!important;width:100%!important;max-width:100%!important}.template-index #pl-allsports .pl-allsports__group-grid,.template-index #pl-allsports .pl-allsports__group-grid--padel,.template-index #pl-allsports .pl-allsports__group-grid--all{display:flex!important;flex-direction:row!important}.template-index #pl-allsports .pl-allsports__group-copy{display:block!important;width:100%!important;max-width:100%!important}}@media(max-width:989px){.template-index #pl-solution .pl-story-section__shell--split,.template-index #pl-engineered .pl-story-section__shell--split,.template-index #pl-engineered .pl-story-section__shell,.template-index #pl-range .pl-story-section__shell,.template-index #pl-lifestyle .pl-story-section__shell,.template-index #pl-promise .pl-story-section__shell,.template-index #pl-why .pl-story-section__shell,.template-index #pl-problem .pl-story-section__shell,.template-index #pl-community .pl-story-section__shell{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important}.template-index #pl-solution .pl-story-section__intro,.template-index #pl-engineered .pl-story-section__intro,.template-index #pl-range .pl-story-section__intro,.template-index #pl-lifestyle .pl-story-section__intro,.template-index #pl-range .pl-range__header,.template-index #pl-lifestyle .pl-range__header{width:100%!important;max-width:100%!important;min-width:0!important;flex:0 0 auto!important}.template-index #pl-solution .pl-story-section__intro,.template-index #pl-engineered .pl-story-section__intro,.template-index #pl-range .pl-story-section__intro,.template-index #pl-lifestyle .pl-story-section__intro{text-align:left!important}.template-index #pl-solution .pl-section__heading,.template-index #pl-engineered .pl-section__heading,.template-index #pl-range .pl-section__heading,.template-index #pl-lifestyle .pl-section__heading{max-width:100%!important}.template-index #pl-solution .pl-story-section__copy,.template-index #pl-engineered .pl-story-section__copy,.template-index #pl-range .pl-story-section__copy,.template-index #pl-lifestyle .pl-story-section__copy{max-width:100%!important;width:100%!important}.template-index #pl-solution .pl-story-panel--tight{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}.template-index #pl-solution .pl-story-grid--2{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important}.template-index #pl-engineered.pl-story-section--engineered,.template-index #pl-engineered{min-height:0!important;height:auto!important;max-height:none!important;overflow-x:clip!important;overflow-y:visible!important}.template-index #pl-engineered .pl-story-grid--engineered{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important}.template-index #pl-engineered .pl-story-card--engineered{overflow:hidden!important;height:auto!important}.template-index #pl-engineered .pl-story-card__body,.template-index #pl-engineered .pl-story-card__text{overflow:visible!important;max-height:none!important}.template-index #pl-range.pl-story-section--range,.template-index #pl-lifestyle.pl-story-section--lifestyle{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow-x:clip!important;overflow-y:visible!important;padding-bottom:clamp(1.5rem,4vh,2.5rem)!important}.template-index #pl-range .pl-range__body,.template-index #pl-lifestyle .pl-range__body{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;flex:none!important}.template-index #pl-range .pl-range__grid,.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-six){display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important;height:auto!important;max-height:none!important}.template-index #pl-range .pl-product-card,.template-index #pl-lifestyle .pl-product-card{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}.template-index #pl-range .pl-product-card__link,.template-index #pl-lifestyle .pl-product-card__link{display:flex!important;flex-direction:column!important;height:auto!important;min-height:0!important;overflow:visible!important}.template-index #pl-range .pl-product-card__content,.template-index #pl-lifestyle .pl-product-card__content{overflow:visible!important;max-height:none!important;flex:0 0 auto!important}.template-index #pl-range .pl-product-card__media,.template-index #pl-lifestyle .pl-product-card__media{overflow:hidden!important;flex:0 0 auto!important}.template-index #pl-range .pl-range__banner,.template-index #pl-lifestyle .pl-range__banner{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.65rem!important;width:100%!important;max-width:100%!important;margin-top:1.1rem!important;padding:.25rem 0 0!important;transform:none!important;overflow:visible!important}.template-index #pl-range .pl-range__banner-cta,.template-index #pl-lifestyle .pl-range__banner-cta,.template-index #pl-range .pl-button,.template-index #pl-lifestyle .pl-button{position:relative!important;z-index:3!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:100%!important;min-height:2.75rem!important;margin-top:.35rem!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.template-index #pl-range .pl-product-card__cta,.template-index #pl-lifestyle .pl-product-card__cta,.template-index #pl-range .pl-product-card .pl-button,.template-index #pl-lifestyle .pl-product-card .pl-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.template-index #pl-range .pl-product-card--coming-soon .pl-product-card__link--static{pointer-events:none!important;cursor:default!important}}@media(min-width:750px)and (max-width:989px){.template-index #pl-engineered .pl-story-grid--engineered,.template-index #pl-lifestyle .pl-range__grid:not(.pl-range__grid--lifestyle-six),.template-index #pl-range .pl-range__grid,.template-index #pl-solution .pl-story-grid--2{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important}}@media(max-width:989px){.template-index #pl-lifestyle .pl-range__grid{align-items:flex-start!important}.template-index #pl-lifestyle .pl-lifestyle-card.pl-product-card,.template-index #pl-lifestyle .pl-product-card.pl-lifestyle-card{height:auto!important;min-height:0!important;max-height:none!important;align-self:flex-start!important}.template-index #pl-lifestyle .pl-lifestyle-card .pl-product-card__link,.template-index #pl-lifestyle .pl-product-card .pl-product-card__link{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;height:auto!important;min-height:0!important;max-height:none!important;grid-template-rows:none!important;grid-template-columns:none!important}.template-index #pl-lifestyle .pl-lifestyle-card .pl-product-card__media,.template-index #pl-lifestyle .pl-product-card .pl-product-card__media{flex:0 0 auto!important;flex-grow:0!important;flex-shrink:0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:5 / 4!important}.template-index #pl-lifestyle .pl-lifestyle-card .pl-product-card__content,.template-index #pl-lifestyle .pl-product-card .pl-product-card__content{display:flex!important;flex-direction:column!important;flex:0 0 auto!important;flex-grow:0!important;height:auto!important;min-height:0!important;max-height:none!important;grid-template-rows:none!important;grid-template-columns:none!important;overflow:visible!important}.template-index #pl-lifestyle .pl-lifestyle-card .pl-product-card__footer,.template-index #pl-lifestyle .pl-product-card .pl-product-card__footer{display:flex!important;flex:0 0 auto!important;margin-top:.5rem!important;min-height:2.5rem!important}}.pl-contact__form{max-width:40rem;display:grid;gap:1rem}.pl-contact__grid{display:grid;gap:1rem}@media(min-width:720px){.pl-contact__grid{grid-template-columns:1fr 1fr}}.pl-contact__field{display:grid;gap:.4rem}.pl-contact__label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;opacity:.8}.pl-contact__input,.pl-contact__textarea{width:100%;border:1px solid rgba(255,255,255,.18);background:#03060b73;color:inherit;border-radius:.5rem;padding:.85rem 1rem;font:inherit}.pl-contact__textarea{resize:vertical;min-height:8rem}.pl-contact__success{padding:.85rem 1rem;border:1px solid rgba(0,107,255,.45);border-radius:.5rem}.pl-contact__errors{padding:.85rem 1rem;border:1px solid rgba(255,80,80,.45);border-radius:.5rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/padel-loop.css.map */
