.apple-carousel{color:var(--ac-text);background:var(--ac-bg);font-family:var(--base-font-family, "SquidBoy", sans-serif)!important}.apple-carousel__inner{width:min(100%,calc(var(--ac-max) + 48px));margin:0 auto;padding:var(--ac-pad-top) 24px var(--ac-pad-bottom)}.apple-carousel__eyebrow{margin:0 0 var(--ac-eyebrow-gap);color:var(--ac-eyebrow);font-size:var(--ac-eyebrow-size);letter-spacing:.14em;text-transform:uppercase}.apple-carousel__layout{display:grid;grid-template-columns:minmax(260px,.68fr) minmax(0,1.5fr);gap:clamp(40px,7vw,112px);align-items:center}.apple-carousel__copy,.apple-carousel__visual{min-width:0}.apple-carousel__heading,.apple-carousel__description,.apple-carousel__eyebrow{overflow-wrap:anywhere}.apple-carousel__copy-stack{display:grid}.apple-carousel__copy-item{grid-area:1 / 1;align-self:center;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .5s ease,transform .6s cubic-bezier(.2,.8,.2,1),visibility .5s}.apple-carousel__copy-item.is-active{opacity:1;visibility:visible;transform:none}.apple-carousel__heading{margin:0;color:var(--ac-text);font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:var(--ac-heading-size);font-weight:400;line-height:.94;letter-spacing:.05rem}.apple-carousel .apple-carousel__accent,.apple-carousel .apple-carousel__accent *{color:var(--ac-accent);font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-style:normal;font-weight:inherit}.apple-carousel__description{max-width:35rem;margin-top:1.4rem;color:var(--ac-muted);font-size:var(--ac-body-size);line-height:1.5}.apple-carousel .apple-carousel__eyebrow .apple-carousel__accent{color:var(--ac-eyebrow-accent)}.apple-carousel .apple-carousel__description .apple-carousel__accent{color:inherit}.apple-carousel__description>:first-child{margin-top:0}.apple-carousel__description>:last-child{margin-bottom:0}.apple-carousel__button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;gap:.5em;margin-top:24px;padding:var(--ac-button-y) var(--ac-button-x);border:1px solid var(--ac-button-border);border-radius:var(--ac-button-radius);background:var(--ac-button-bg);color:var(--ac-button-text);font:inherit;font-size:var(--ac-button-size);line-height:1.3;text-align:center;text-decoration:none;overflow-wrap:anywhere;transition:background .2s ease,color .2s ease,border-color .2s ease}.apple-carousel__button--outline{background:transparent}.apple-carousel__button--full{width:100%}.apple-carousel__button:hover{background:var(--ac-button-hover-bg);color:var(--ac-button-hover-text);border-color:var(--ac-button-hover-bg)}.apple-carousel__button:focus-visible{outline:2px solid var(--ac-button-text);outline-offset:4px}.apple-carousel__media-frame{position:relative;aspect-ratio:var(--ac-media-ratio);overflow:hidden;border-radius:var(--ac-radius);background:var(--ac-surface);isolation:isolate}.apple-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .65s ease,transform 1s cubic-bezier(.2,.8,.2,1),visibility .65s}.apple-carousel__media.is-active{opacity:1;visibility:visible;transform:scale(1)}.apple-carousel__asset{display:block;width:100%;height:100%;object-fit:cover}.apple-carousel__progress{position:absolute;z-index:3;left:max(var(--ac-progress-inset),calc(var(--ac-radius) * .5));right:max(var(--ac-progress-inset),calc(var(--ac-radius) * .5));bottom:max(var(--ac-progress-inset),calc(var(--ac-radius) * .25));height:var(--ac-progress-height);overflow:hidden;border-radius:999px;background:var(--ac-progress-track);pointer-events:none}.apple-carousel__progress span{display:block;width:100%;height:100%;background:var(--ac-progress-fill);border-radius:inherit;transform:scaleX(0);transform-origin:left}.apple-carousel__tabs-outer{display:flex;justify-content:center;margin-top:20px;min-width:0}.apple-carousel__tabs{display:flex;width:fit-content;max-width:100%;gap:4px;padding:6px;overflow-x:auto;border:1px solid var(--ac-tab-border);border-radius:var(--ac-tabs-radius);background:var(--ac-tabs-bg);box-shadow:0 2px 8px #0000000a,0 12px 28px #0000000f;scrollbar-width:none}.apple-carousel__tabs::-webkit-scrollbar{display:none}.apple-carousel__tab{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border:1px solid transparent;border-radius:var(--ac-tab-radius);color:var(--ac-tab-text);background:transparent;font:inherit;font-size:14px;line-height:1.25;letter-spacing:-.01em;cursor:pointer;transition:color .25s ease,background .25s ease,box-shadow .25s ease}.apple-carousel__tab:not(.is-active):hover{background:var(--ac-tab-hover-bg)}.apple-carousel__tab.is-active{color:var(--ac-tab-active-text);background:var(--ac-tab-active-bg);box-shadow:0 2px 5px #00000014}.apple-carousel--active-outline .apple-carousel__tab.is-active{background:transparent;border-color:var(--ac-tab-active-bg);box-shadow:none}.apple-carousel--active-underline .apple-carousel__tab.is-active{background:transparent;box-shadow:inset 0 -2px var(--ac-tab-active-bg)}.apple-carousel--dividers .apple-carousel__tab+.apple-carousel__tab:before{content:"";position:absolute;width:1px;height:40%;left:-3px;top:30%;background:var(--ac-tab-divider);pointer-events:none}.apple-carousel__tab:focus-visible{outline:2px solid var(--ac-tab-active-text);outline-offset:-3px}.apple-carousel__compact-controls{display:none;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:12px;width:min(100%,360px);margin:20px auto 0;color:var(--ac-tab-text)}.apple-carousel__arrow{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:0;width:44px;height:44px;min-width:44px;border:1px solid var(--ac-tab-border);border-radius:var(--ac-arrow-radius);background:var(--ac-tabs-bg);color:var(--ac-tab-text);font:inherit;cursor:pointer;transition:background .2s ease,color .2s ease}.apple-carousel__arrow:hover{background:var(--ac-tab-active-bg);color:var(--ac-tab-active-text)}.apple-carousel__arrow:focus-visible{outline:2px solid var(--ac-tab-text);outline-offset:3px}.apple-carousel__arrow svg{flex:none}.apple-carousel__arrow[data-ac-prev] svg{transform:scaleX(-1)}.apple-carousel__slide-status{min-width:0;text-align:center;font:inherit;line-height:1.4}.apple-carousel__slide-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.apple-carousel__slide-count{display:block;font-size:12px;font-variant-numeric:tabular-nums}.apple-carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.apple-carousel[data-ac-overflow] .apple-carousel__tabs-outer{display:none}.apple-carousel[data-ac-overflow] .apple-carousel__compact-controls{display:grid}.apple-carousel__empty{padding:5rem 1rem;border:1px dashed currentColor;border-radius:12px;text-align:center;opacity:.55}@media(max-width:749px){.apple-carousel__inner{padding-right:16px;padding-left:16px}.apple-carousel__layout{display:flex;flex-direction:column;gap:28px;align-items:stretch}.apple-carousel__media-frame{aspect-ratio:var(--ac-media-ratio)}.apple-carousel__heading{font-size:var(--ac-heading-mobile)}.apple-carousel__description{font-size:var(--ac-body-mobile)}.apple-carousel__eyebrow{font-size:var(--ac-eyebrow-mobile)}.apple-carousel__tabs-outer{display:none}.apple-carousel__compact-controls{display:grid;grid-template-columns:minmax(0,1fr) 36px 36px;gap:12px;width:100%;margin:20px 0 0}.apple-carousel__compact-controls .apple-carousel__slide-status{grid-column:1;grid-row:1;text-align:left}.apple-carousel__compact-controls [data-ac-prev]{grid-column:2;grid-row:1}.apple-carousel__compact-controls [data-ac-next]{grid-column:3;grid-row:1}.apple-carousel__arrow{box-sizing:border-box;width:36px;height:36px;min-width:36px;min-height:36px}.apple-carousel__tab{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.apple-carousel__copy-item,.apple-carousel__media,.apple-carousel__tab,.apple-carousel__button,.apple-carousel__arrow{transition:none}}.features-slider{overflow:hidden;color:var(--fs-text);background:var(--fs-bg);font-family:var(--base-font-family, "SquidBoy", sans-serif)!important}.features-slider__inner{box-sizing:border-box;--fs-gutter: max(24px, calc((100vw - var(--fs-max)) / 2));width:min(100%,calc(var(--fs-max) + 48px));margin:0 auto;padding:var(--fs-pad-top) 24px var(--fs-pad-bottom)}.features-slider__header{display:block;margin-bottom:48px}.features-slider__eyebrow{margin:0 0 .8rem;color:var(--fs-eyebrow-color);text-align:var(--fs-eyebrow-align);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.features-slider__title{max-width:none;margin:0;color:var(--fs-text);text-align:var(--fs-heading-align);font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:min(var(--fs-title-size),7vw);font-weight:400;line-height:.95;letter-spacing:.05rem;text-wrap:balance}.features-slider .features-slider__accent{color:var(--fs-accent);font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-style:normal;font-weight:inherit}.features-slider__intro{max-width:700px;margin-top:24px;text-align:var(--fs-description-align);color:var(--fs-muted);font-size:.98rem;line-height:1.55}.features-slider__intro--left{margin-left:0;margin-right:auto}.features-slider__intro--center{margin-left:auto;margin-right:auto}.features-slider__intro--right{margin-left:auto;margin-right:0}.features-slider__intro>:first-child{margin-top:0}.features-slider__intro>:last-child{margin-bottom:0}.features-slider .features-slider__eyebrow .features-slider__accent,.features-slider .features-slider__title .features-slider__accent,.features-slider .features-slider__card-text .features-slider__accent{color:inherit}.features-slider__viewport{margin-right:calc(-1 * var(--fs-gutter));overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y}.features-slider__viewport:focus-visible{outline:2px solid var(--fs-accent);outline-offset:4px}.features-slider__viewport::-webkit-scrollbar{display:none}.features-slider__track{display:flex;align-items:stretch;gap:var(--fs-gap);padding-right:var(--fs-gutter)}.features-slider__track:after{content:"";flex:0 0 var(--fs-end-space, 0px)}.features-slider__slide{flex:0 0 min(calc(100vw - var(--fs-gutter) - 48px),calc(var(--fs-gallery-height) * var(--fs-ratio)));min-width:0;scroll-snap-align:start}.features-slider__slide--narrow{flex-basis:min(calc(100vw - var(--fs-gutter) - 48px),calc(var(--fs-gallery-height) * .82))}.features-slider__media{position:relative;height:var(--fs-gallery-height);overflow:hidden;border-radius:var(--fs-radius);background:var(--fs-card-bg)}.features-slider .features-slider__source{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.features-slider .features-slider__asset{display:block;width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:cover!important;object-position:center}.features-slider .features-slider__source--mobile{display:none}.features-slider__content{display:block;max-width:560px;padding:28px 16px 0;overflow-wrap:anywhere}.features-slider__card-text{color:var(--fs-slide-description-color);font-size:1rem;line-height:1.5;margin-top:0}.features-slider .features-slider__card-text.rte .features-slider__description-accent,.features-slider .features-slider__card-text.rte .features-slider__description-accent *{font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;color:inherit}.features-slider__card-text>:first-child{margin-top:0}.features-slider__card-text>:last-child{margin-bottom:0}.features-slider__footer{display:flex;justify-content:flex-end;align-items:center;margin-top:24px}.features-slider__nav{display:flex;justify-content:flex-end;justify-self:end;gap:12px}.features-slider__nav [data-fs-prev] svg{transform:scaleX(-1)}.features-slider__nav button:focus-visible{outline:2px solid var(--fs-accent);outline-offset:3px}.features-slider__nav button{box-sizing:border-box;display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid color-mix(in srgb,var(--fs-text) 20%,transparent);border-radius:50%;color:var(--fs-text);background:transparent;cursor:pointer;transition:opacity .2s ease,background .2s ease}.features-slider__nav button:hover{background:color-mix(in srgb,var(--fs-text) 7%,transparent)}.features-slider__nav button:disabled{cursor:default;opacity:.28}@media(max-width:749px){.features-slider__inner{--fs-gutter: 24px;padding-right:24px;padding-left:24px}.features-slider__header{display:block;margin-bottom:28px}.features-slider__title{font-size:var(--fs-title-mobile)}.features-slider__intro{margin-top:1.25rem}.features-slider__viewport{margin-right:-24px}.features-slider__track{gap:16px;padding-right:24px}.features-slider__slide,.features-slider__slide--narrow{flex-basis:min(var(--fs-mobile-width),calc(100vw - 72px))}.features-slider__media{height:auto;aspect-ratio:var(--fs-mobile-ratio)}.features-slider .features-slider__source--desktop{display:none}.features-slider .features-slider__source--mobile{display:block}.features-slider__content{display:block;padding:24px 16px 0}.features-slider__card-text>:first-child{margin-top:0}.features-slider__card-text>:last-child{margin-bottom:0}}@media(prefers-reduced-motion:reduce){.features-slider__asset{transition:none}}.wave-scroll{position:relative;height:var(--wave-scene-height);color:var(--wave-text);background:var(--wave-bg);overflow:clip}.wave-scroll__sticky{position:sticky;top:0;display:grid;width:100%;height:100svh;place-items:center;overflow:visible}.wave-scroll__track{position:absolute;top:50%;left:0;display:flex;width:max-content;align-items:center;gap:var(--wave-gap);overflow:visible!important;will-change:transform}.wave-scroll__words{display:contents}.wave-scroll__segment{display:inline-flex;flex:none;align-items:center;color:var(--wave-text);font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:min(var(--wave-font-size),16vw);font-weight:400;line-height:var(--wave-line-height);letter-spacing:var(--wave-letter-spacing);white-space:nowrap;will-change:transform}.wave-scroll__segment--accent{color:var(--wave-accent);font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important}.wave-scroll__product-shell{position:relative;width:var(--wave-image-width);margin-right:var(--wave-card-mr);margin-left:var(--wave-card-ml);overflow:visible!important;clip-path:none!important;contain:none!important;font-size:initial}.wave-scroll__product{position:relative;display:block;width:100%;overflow:visible!important;clip-path:none!important;contain:none!important}.wave-scroll .wave-scroll__product.card-quick-view,.wave-scroll__product>.wave-scroll__quick-view{overflow:visible!important;clip-path:none!important;contain:none!important}.wave-scroll__product-trigger{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;border-radius:var(--wave-image-radius);color:#fff;background:transparent;box-shadow:0 25px 70px #00000038;cursor:pointer}.wave-scroll__quick-view{display:block;width:100%;transform:translateY(var(--wave-image-offset))}.wave-scroll__product--square .wave-scroll__product-trigger{aspect-ratio:1}.wave-scroll__product--portrait .wave-scroll__product-trigger{aspect-ratio:4 / 5}.wave-scroll__product--landscape .wave-scroll__product-trigger{aspect-ratio:4 / 3}.wave-scroll__product--wide .wave-scroll__product-trigger{aspect-ratio:16 / 9}.wave-scroll__product--custom .wave-scroll__product-trigger{height:var(--wave-image-height)}.wave-scroll__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.wave-scroll__product-trigger:hover .wave-scroll__image,.wave-scroll__product-trigger:focus-visible .wave-scroll__image{transform:scale(1.045)}.wave-scroll__product-label{position:absolute;right:0;bottom:0;left:0;display:flex;gap:1rem;padding:calc(var(--wave-label-y) + 2rem) var(--wave-label-x) var(--wave-label-y);background:linear-gradient(transparent,#000000b8);font-family:var(--base-font-family, "SquidBoy", sans-serif)!important;line-height:1.2}.wave-scroll__product-label--row{flex-direction:row;justify-content:space-between}.wave-scroll__product-label--column{flex-direction:column;gap:.25rem}.wave-scroll__product-label--left{align-items:flex-start;text-align:left}.wave-scroll__product-label--center{align-items:center;text-align:center}.wave-scroll__product-label--right{align-items:flex-end;text-align:right}.wave-scroll__product-name{align-self:var(--wave-name-align);margin-top:var(--wave-name-mt);margin-bottom:var(--wave-name-mb);padding:var(--wave-name-py) var(--wave-name-px);color:var(--wave-name-color);font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:var(--wave-name-size)}.wave-scroll__product-price{align-self:var(--wave-price-align);margin-top:var(--wave-price-mt);margin-bottom:var(--wave-price-mb);padding:var(--wave-price-py) var(--wave-price-px);color:var(--wave-price-color);font-size:var(--wave-price-size)}.wave-scroll__sticker{position:absolute;z-index:3;top:calc(var(--wave-sticker-y) + var(--wave-image-offset));left:var(--wave-sticker-x);display:grid;width:var(--wave-sticker-size);aspect-ratio:248.1 / 238.5;place-items:center;color:var(--wave-sticker-text);font-family:var(--base-font-family, "SquidBoy", sans-serif)!important;font-size:var(--wave-sticker-font-size);line-height:1;text-align:center;transform:translate(-50%,-50%) rotate(var(--wave-sticker-rotation));pointer-events:none}.wave-scroll__sticker svg,.wave-scroll__sticker>span{grid-area:1 / 1}.wave-scroll__sticker svg{display:block;width:100%;height:100%}.wave-scroll__sticker>span{z-index:1;width:62%}.wave-scroll__instruction{position:absolute;right:1.5rem;bottom:1.25rem;margin:0;font-family:var(--base-font-family, "SquidBoy", sans-serif)!important;font-size:.7rem;letter-spacing:.12em;opacity:.55}@media screen and (max-width:749px){.wave-scroll__segment{font-size:var(--wave-mobile-font-size)}.wave-scroll__product-shell{width:min(var(--wave-image-mobile-width),70vw);margin-right:var(--wave-card-mobile-mr);margin-left:var(--wave-card-mobile-ml)}.wave-scroll__quick-view{transform:translateY(var(--wave-image-mobile-offset))}.wave-scroll__product--custom .wave-scroll__product-trigger{height:var(--wave-image-mobile-height)}.wave-scroll__product-label{padding:calc(var(--wave-label-mobile-y) + 1.5rem) var(--wave-label-mobile-x) var(--wave-label-mobile-y)}.wave-scroll__product-name{align-self:var(--wave-name-align);margin-top:var(--wave-name-mobile-mt);margin-bottom:var(--wave-name-mobile-mb);padding:var(--wave-name-mobile-py) var(--wave-name-mobile-px);color:var(--wave-name-color);font-size:var(--wave-name-mobile-size)}.wave-scroll__product-price{align-self:var(--wave-price-align);margin-top:var(--wave-price-mobile-mt);margin-bottom:var(--wave-price-mobile-mb);padding:var(--wave-price-mobile-py) var(--wave-price-mobile-px);color:var(--wave-price-mobile-color);font-size:var(--wave-price-mobile-size)}.wave-scroll__sticker{top:calc(var(--wave-sticker-mobile-y) + var(--wave-image-mobile-offset));left:var(--wave-sticker-mobile-x);width:var(--wave-sticker-mobile-size);font-size:var(--wave-sticker-mobile-font-size)}}@media(prefers-reduced-motion:reduce){.wave-scroll{height:auto;min-height:70svh}.wave-scroll__sticky{position:relative;min-height:70svh}.wave-scroll__track{position:relative;top:auto;left:auto;max-width:100%;flex-wrap:wrap;justify-content:center;padding:3rem 1rem;transform:none!important}.wave-scroll__segment{transform:none!important}}.scroll-story-hero{display:block;color:var(--ss-text);font-family:var(--base-font-family, inherit);background:var(--ss-hero-bg);padding-bottom:var(--ss-section-gap);overflow:clip}.scroll-story-hero *,.scroll-story-hero *:before,.scroll-story-hero *:after{box-sizing:border-box}.scroll-story-hero__surface{position:relative;width:min(100%,var(--ss-content-width));margin-inline:auto;background:var(--ss-hero-bg)}.scroll-story-hero--full .scroll-story-hero__surface{width:100%}.scroll-story-hero__top{position:relative;z-index:2;display:grid;place-items:start center;min-height:var(--ss-hero-min-height);padding:clamp(4.5rem,8vw,8rem) clamp(1rem,4vw,4.5rem) clamp(8rem,22svh,15rem)}.scroll-story-hero__copy{width:min(100%,1180px);text-align:center}.scroll-story-hero__eyebrow{margin:0 0 clamp(1.25rem,2.5vw,2.5rem);color:var(--ss-accent);font-family:var(--base-font-family, inherit);font-size:clamp(1.1rem,1.8vw,1.75rem);line-height:1.05}.scroll-story-hero .scroll-story-hero__font-variant{font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-synthesis:weight!important;font-variation-settings:"wght" 900!important;font-weight:900!important}.scroll-story-hero__title{max-width:18ch;margin:0 auto;color:var(--ss-text);font-family:var(--accent-font-family, var(--base-font-family, inherit));font-size:clamp(3rem,7.8vw,var(--ss-heading-size));font-weight:800;line-height:.84;letter-spacing:.05rem;text-wrap:balance}.scroll-story-hero__conversion{position:relative;z-index:5;width:min(100%,720px);margin:clamp(2rem,4vw,3.75rem) auto 0}.scroll-story-hero__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.scroll-story-hero__button,.scroll-story-hero__submit{display:inline-flex;align-items:center;justify-content:center;min-height:var(--ss-button-height);padding-inline:var(--ss-button-padding);border:var(--ss-button-border) solid var(--button-border-color, var(--ss-text));border-radius:var(--ss-button-radius);color:var(--button-text, var(--ss-text));background:var(--button-bg, transparent);box-shadow:none!important;font-family:var(--base-font-family, inherit);font-size:.95rem;font-weight:700;line-height:1;text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;cursor:pointer}.scroll-story-hero__button:hover,.scroll-story-hero__submit:hover{transform:translateY(-2px);box-shadow:none!important;filter:saturate(1.05)}.scroll-story-hero__button:focus-visible,.scroll-story-hero__submit:focus-visible,.scroll-story-hero__email:focus-visible,.scroll-story-hero__consent input:focus-visible{outline:3px solid var(--ss-accent);outline-offset:3px}.scroll-story-hero__form{width:100%}.scroll-story-hero__form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;padding:.4rem;border:var(--ss-button-border) solid var(--ss-text);border-radius:var(--ss-newsletter-radius);background:color-mix(in srgb,var(--ss-hero-bg) 88%,white);box-shadow:none!important}.scroll-story-hero__email{width:100%;min-width:0;min-height:calc(var(--ss-button-height) - .8rem);padding:0 1rem;border:0;border-radius:max(0px,calc(var(--ss-newsletter-radius) - .4rem));color:var(--ss-text);background:transparent;font:inherit}.scroll-story-hero__email::placeholder{color:color-mix(in srgb,var(--ss-text) 58%,transparent)}.scroll-story-hero__submit{--button-bg: var(--ss-accent);--button-text: var(--ss-hero-bg);--button-border-color: var(--ss-accent);border-radius:var(--ss-button-radius)!important;box-shadow:none}.scroll-story-hero__submit:hover{box-shadow:none}.scroll-story-hero__consent{display:flex;align-items:flex-start;justify-content:center;gap:.65rem;max-width:64ch;margin:1rem auto 0;color:var(--ss-text);font-size:.8rem;line-height:1.4;text-align:left}.scroll-story-hero__consent input{position:relative;display:grid;place-items:center;flex:0 0 auto;width:1.1rem;height:1.1rem;margin:.05rem 0 0;border:1.5px solid var(--ss-text)!important;border-radius:3px!important;-webkit-appearance:none!important;appearance:none!important;accent-color:var(--ss-consent-box)!important;background-color:var(--ss-consent-box)!important;background-image:none!important;box-shadow:none!important;cursor:pointer}.scroll-story-hero__consent input:before{display:none!important;content:none!important}.scroll-story-hero__consent input:after{width:.28rem;height:.55rem;border:solid var(--ss-accent);border-width:0 2px 2px 0;content:"";opacity:0;transform:translateY(-1px) rotate(45deg) scale(.7)}.scroll-story-hero__consent input:checked{border-color:var(--ss-accent)!important;background-color:var(--ss-consent-box)!important;background-image:none!important}.scroll-story-hero__consent input:checked:after{opacity:1;transform:translateY(-1px) rotate(45deg) scale(1)}.scroll-story-hero__form-message{margin:1rem 0 0;font-size:.9rem}.scroll-story-hero__form-message--error{color:#9d1c1c}.scroll-story-hero__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scroll-story-hero__device-stage{position:relative;z-index:3;height:var(--ss-stage-height);margin-top:calc(0svh - var(--ss-desktop-stage-overlap))}.scroll-story-hero__sticky{position:sticky;top:0;height:100svh;min-height:620px;overflow:hidden}.scroll-story-hero__panel-backdrop{position:absolute;inset:34% clamp(1rem,2.4vw,2.25rem) -2px;border-radius:var(--ss-panel-radius) var(--ss-panel-radius) 0 0;background:var(--ss-panel-bg)}.scroll-story-hero__devices{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.scroll-story-hero__device{position:absolute;top:clamp(3rem,7svh,5.5rem);left:50%;width:min(var(--ss-device-width),30vw);margin:0;border:var(--ss-device-border-width) solid var(--ss-device-border-color);border-radius:var(--ss-device-radius);overflow:hidden;transform-origin:50% 78%;will-change:transform;filter:drop-shadow(0 28px 28px color-mix(in srgb,var(--ss-text) 20%,transparent))}.scroll-story-hero__device--one{z-index:3}.scroll-story-hero__device--two{z-index:2;width:min(calc(var(--ss-device-width) * .88),27vw)}.scroll-story-hero__device--three{z-index:1;width:min(calc(var(--ss-device-width) * .82),25vw)}.scroll-story-hero__device-image{display:block;width:100%;height:auto;max-height:79svh;object-fit:contain}.scroll-story-hero__device--ratio-square,.scroll-story-hero__device--ratio-portrait,.scroll-story-hero__device--ratio-phone{overflow:hidden}.scroll-story-hero__device--ratio-square{aspect-ratio:1 / 1}.scroll-story-hero__device--ratio-portrait{aspect-ratio:4 / 5}.scroll-story-hero__device--ratio-phone{aspect-ratio:9 / 19}.scroll-story-hero__device--ratio-square .scroll-story-hero__device-image,.scroll-story-hero__device--ratio-portrait .scroll-story-hero__device-image,.scroll-story-hero__device--ratio-phone .scroll-story-hero__device-image{width:100%;height:100%;max-height:none}.scroll-story-hero__device--fit-contain .scroll-story-hero__device-image{object-fit:contain}.scroll-story-hero__device--fit-cover .scroll-story-hero__device-image{object-fit:cover}.scroll-story-hero__placeholder{color:color-mix(in srgb,var(--ss-accent) 30%,var(--ss-hero-bg));background:color-mix(in srgb,var(--ss-hero-bg) 86%,white)}.scroll-story-hero__device .scroll-story-hero__placeholder{aspect-ratio:9 / 19;border:0;border-radius:inherit}.scroll-story-hero__intro{position:relative;z-index:4;margin:calc(0svh - var(--ss-desktop-intro-overlap)) clamp(1rem,2.4vw,2.25rem) 0;border-radius:0 0 var(--ss-panel-radius) var(--ss-panel-radius);background:linear-gradient(to bottom,transparent 0 var(--ss-desktop-intro-overlap),var(--ss-panel-bg) var(--ss-desktop-intro-overlap) 100%)}.scroll-story-hero__intro-inner{width:min(100%,1220px);min-height:88svh;margin-inline:auto;padding:var(--ss-statement-top-space) clamp(1rem,5vw,5rem) clamp(5.5rem,12vw,11rem);text-align:center}.scroll-story-hero__statement{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.05em .18em;font-family:var(--accent-font-family, var(--base-font-family, inherit));font-size:clamp(3rem,6.8vw,var(--ss-statement-size));font-weight:800;line-height:.88;letter-spacing:.05rem;text-transform:uppercase;text-wrap:balance}.scroll-story-hero__statement-text{display:inline;color:var(--statement-block-color)}.scroll-story-hero__line-break{flex-basis:100%;width:0;height:0}.scroll-story-hero__inline-image{display:inline-flex;flex:0 0 var(--inline-width);width:var(--inline-width);height:.72em;overflow:var(--inline-overflow, hidden);border:var(--inline-border, 2px solid var(--ss-accent));border-radius:var(--ss-inline-radius);transform:rotate(var(--inline-rotate));vertical-align:middle}.scroll-story-hero__inline-image-media{display:block;width:100%;height:100%;object-fit:var(--inline-fit, cover)}.scroll-story-hero__description{max-width:var(--description-width);margin:clamp(2rem,4vw,3.5rem) auto 0;color:var(--description-color, var(--ss-text));font-family:var(--base-font-family, inherit);font-size:var(--description-size);line-height:1.55}.scroll-story-hero__description p{margin:0}@media screen and (max-width:749px){.scroll-story-hero__top{min-height:0;padding:4.5rem 1rem var(--ss-mobile-cta-image-gap)}.scroll-story-hero__title{max-width:12ch;font-size:min(16vw,var(--ss-heading-mobile-size));line-height:.87}.scroll-story-hero__conversion{margin-top:2.25rem}.scroll-story-hero__buttons{gap:.75rem;align-items:stretch}.scroll-story-hero__button{flex:1 1 10rem;min-width:0;max-width:16rem}.scroll-story-hero__buttons--stacked{flex-direction:column;align-items:center}.scroll-story-hero__buttons--stacked .scroll-story-hero__button{flex:0 0 auto;width:min(100%,22rem);max-width:22rem}.scroll-story-hero__form-row{grid-template-columns:1fr}.scroll-story-hero__submit{width:100%}.scroll-story-hero__device-stage{height:max(135svh,calc(var(--ss-stage-height) * .84));margin-top:0}.scroll-story-hero__sticky{min-height:540px}.scroll-story-hero__panel-backdrop{inset:var(--ss-mobile-panel-start) .75rem -2px}.scroll-story-hero__device{top:clamp(.5rem,3svh,2rem);width:min(var(--ss-device-width),55vw)}.scroll-story-hero__device--two{width:min(calc(var(--ss-device-width) * .88),48vw)}.scroll-story-hero__device--three{width:min(calc(var(--ss-device-width) * .82),45vw)}.scroll-story-hero__device-image{max-height:67svh}.scroll-story-hero__intro{z-index:4;margin:calc(0svh - var(--ss-mobile-intro-overlap)) .75rem 0;background:linear-gradient(to bottom,transparent 0 var(--ss-mobile-intro-overlap),var(--ss-panel-bg) var(--ss-mobile-intro-overlap) 100%)}.scroll-story-hero__intro-inner{min-height:72svh;padding:var(--ss-statement-mobile-top-space) .85rem 6rem}.scroll-story-hero__statement{gap:.08em .16em;font-size:min(13vw,var(--ss-statement-mobile-size));line-height:.91}.scroll-story-hero__inline-image{flex-basis:var(--inline-mobile-width);width:var(--inline-mobile-width);height:.74em;border-width:1px}.scroll-story-hero__description{font-size:min(var(--description-size),1rem)}}@media(prefers-reduced-motion:reduce){.scroll-story-hero__button,.scroll-story-hero__submit{transition:none}.scroll-story-hero__device-stage{height:100svh;margin-top:-18svh}.scroll-story-hero__sticky{position:relative}.scroll-story-hero__device{will-change:auto}}@media screen and (max-width:749px)and (prefers-reduced-motion:reduce){.scroll-story-hero__device-stage{margin-top:0}}.press-room{--press-border-color: currentColor;--press-subtle-background: transparent;padding-block:var(--press-space-top) var(--press-space-bottom);color:inherit;background:transparent}.press-room.press-room--custom-colors{--press-border-color: var(--press-custom-border);--press-subtle-background: color-mix(in srgb, var(--press-custom-text) 5%, var(--press-custom-background));color:var(--press-custom-text);background:var(--press-custom-background)}@supports (color: color-mix(in srgb,black 50%,transparent)){.press-room{--press-border-color: color-mix(in srgb, currentColor 18%, transparent);--press-subtle-background: color-mix(in srgb, currentColor 5%, transparent)}}.press-room [hidden]{display:none!important}.press-room__inner{box-sizing:border-box;width:100%;max-width:var(--press-container-width);margin-inline:auto;padding-inline:var(--press-gutter-desktop)}.press-room__intro,.press-room__excerpt,.press-room__list-item,.press-room__list-title{font-family:var(--base-font-family, inherit)}.press-room__title,.press-room__group-title,.press-room__card-title,.press-room__filter,.press-room__filter-select-label,.press-room__filter-select,.press-room__read-more{font-family:var(--accent-font-family, inherit)}.press-room__eyebrow,.press-room__publication,.press-room time{font-family:var(--custom-font-family, inherit)}.press-room .press-room__eyebrow{color:#1e1e1e!important;font-family:var(--custom-font-family, inherit)!important}.press-room{font-family:var(--accent-font-family, inherit)!important}.press-room .press-room__publication{display:inline-block;padding:.2rem .5rem;border-radius:2px;color:#1e1e1e;background:#ffe888;line-height:1.2}.press-room__header{max-width:76rem;margin-bottom:clamp(3rem,6vw,7rem)}.press-room__eyebrow{margin:0 0 1.2rem;text-transform:uppercase}.press-room__title{margin:0}.press-room__title em{font-weight:inherit}.press-room--custom-colors .press-room__title em,.press-room--custom-colors .press-room__eyebrow,.press-room--custom-colors .press-room__publication,.press-room--custom-colors .press-room__read-more{color:var(--press-custom-accent)}.press-room__intro{max-width:62rem;margin-top:1.6rem}.press-room--header-center .press-room__header{margin-inline:auto;text-align:center}.press-room--header-center .press-room__intro{margin-inline:auto}.press-room--header-right .press-room__header{margin-left:auto;text-align:right}.press-room--header-right .press-room__intro{margin-left:auto}.press-room--custom-type .press-room__title{font-size:var(--press-title-size);line-height:1.08}.press-room--custom-type .press-room__eyebrow{font-size:var(--press-eyebrow-size)}.press-room--custom-type .press-room__intro{font-size:var(--press-intro-size)}.press-room--custom-type .press-room__group-title{font-size:var(--press-group-title-size)}.press-room--custom-type .press-room__card-title,.press-room--custom-type .press-room__list-title{font-size:var(--press-card-title-size)}.press-room--custom-type .press-room__excerpt,.press-room--custom-type .press-room__list-item{font-size:var(--press-body-size)}.press-room--custom-type .press-room__meta,.press-room--custom-type .press-room__filter{font-size:var(--press-meta-size)}.press-room__filters{display:grid;flex:0 1 52rem;margin:0;padding:0}.press-room__filter-pills{display:flex;flex-wrap:wrap;justify-content:var(--press-filter-alignment);gap:.8rem}.press-room__filter{flex:0 0 auto;min-height:3.8rem;padding:.8rem 1.6rem;border:.1rem solid var(--press-border-color);border-radius:var(--buttons-radius-outset, 999px);color:inherit;background:transparent;font-family:var(--accent-font-family, inherit);font-size:1.2rem;line-height:1;cursor:pointer}.press-room__filter:hover,.press-room__filter:focus-visible{border-color:currentColor}.press-room__filter.is-active{border-color:currentColor;box-shadow:inset 0 0 0 .1rem currentColor;font-weight:600}.press-room--custom-colors .press-room__filter.is-active{color:var(--press-custom-background);background:var(--press-custom-accent);border-color:var(--press-custom-accent);box-shadow:none}.press-room__filter-select-wrap{display:none;grid-template-columns:max-content minmax(20rem,34rem);align-items:center;justify-content:end;gap:.8rem;justify-self:var(--press-filter-alignment);width:100%;max-width:52rem}.press-room__filter-select-label{display:block;margin:0;font-size:var(--body-l-font, 1.6rem);font-weight:700;line-height:1.1;white-space:nowrap}.press-room__select-control{position:relative;width:100%;min-width:0}:where(.press-room__filter-select){appearance:none;-webkit-appearance:none;box-sizing:border-box;width:100%;min-height:4.8rem;padding:.9rem 4.4rem .9rem 1.4rem;border:.2rem solid currentColor;border-radius:2px;color:#1e1e1e;background:#fff;font-family:var(--accent-font-family, inherit);font-size:var(--body-l-font, 1.6rem);font-weight:700;cursor:pointer}.press-room .press-room__filter-select-label,.press-room .press-room__filter-select{font-size:var(--body-l-font, 1.6rem)}.press-room .press-room__filter-select{color:#1e1e1e;background-color:#fff!important}.press-room .press-room__select-chevron{position:absolute;top:50%;right:1.4rem;width:1.8rem;height:1.8rem;color:#1e1e1e;pointer-events:none;transform:translateY(-50%) rotate(90deg);transform-origin:center}.press-room--filter-dropdown .press-room__filter-pills{display:none}.press-room--filter-dropdown .press-room__filter-select-wrap{display:grid}.press-room--filter-responsive .press-room__filter-pills{display:none}.press-room--filter-responsive .press-room__filter-select-wrap{display:grid}.press-room__groups{display:grid;gap:clamp(4rem,7vw,9rem)}.press-room__group-header{margin-bottom:2.4rem;padding:0}.press-room__group-header--with-filter{display:flex;align-items:center;justify-content:space-between;gap:clamp(2rem,4vw,4.8rem)}.press-room__group-title,.press-room .press-room__group-title{margin:0}.press-room__group--align-center,.press-room__group--align-center .press-room__card-content{text-align:center}.press-room__group--align-center .press-room__meta{justify-content:center}.press-room__group--align-center .press-room__read-more{align-self:center}.press-room__group--align-right,.press-room__group--align-right .press-room__card-content{text-align:right}.press-room__group--align-right .press-room__meta{justify-content:flex-end}.press-room__group--align-right .press-room__read-more{align-self:flex-end}.press-room__items{display:grid;grid-template-columns:repeat(var(--press-columns-desktop),minmax(0,1fr));gap:clamp(2rem,3vw,3.2rem)}.press-room__card,.press-room__card-link{min-width:0;height:100%}.press-room__card-link{display:flex;flex-direction:column;color:inherit;text-decoration:none}.press-room__media{position:relative;aspect-ratio:var(--press-media-ratio);overflow:hidden;border-radius:2px;background:var(--press-subtle-background)}.press-room__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.press-room__card-link[href]:hover .press-room__media img{transform:scale(1.025)}.press-room__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:2rem;text-align:center}.press-room__card-content{display:flex;flex:1;flex-direction:column;gap:1rem;padding-top:1.6rem}.press-room__meta{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;font-size:1.2rem;line-height:1.4;letter-spacing:.06em;text-transform:uppercase}.press-room__card-title,.press-room__excerpt{margin:0}.press-room__read-more{align-self:flex-start;margin-top:auto;padding-top:.6rem}.press-room__group--feature .press-room__items{grid-template-columns:minmax(0,1fr)}.press-room__group--feature .press-room__card-link{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);border:0;border-radius:0;overflow:hidden}.press-room__group--feature .press-room__media{height:100%;min-height:34rem;border-radius:2px}.press-room__group--feature .press-room__card-content{justify-content:center;padding:clamp(2.4rem,4vw,5rem)}.press-room__group--list .press-room__items{display:block}.press-room__list-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:1.6rem 2.4rem;align-items:center;padding-top:var(--press-archive-padding-top);padding-bottom:var(--press-archive-padding-bottom);border:0;color:inherit;text-decoration:none}.press-room__group--list .press-room__list-item:not([hidden])~.press-room__list-item:not([hidden]){border-top:.1rem solid var(--press-divider-color)}.press-room__list-item[href]:hover .press-room__list-title{text-decoration:underline;text-underline-offset:.3rem}.press-room__list-title{font-size:calc(var(--font-heading-scale, 1) * 1.8rem)}.press-room__archive-chevron{width:1.2rem;height:1.2rem;justify-self:end;color:currentColor;transition:transform .18s ease}.press-room__list-item[href]:hover .press-room__archive-chevron{transform:translate(.4rem)}.press-room__toggle{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:auto;height:2.5rem;min-height:0;margin-top:3.2rem;padding:0 1.8rem;border:.1rem solid var(--press-button-background);border-radius:var(--buttons-radius, 2px);color:var(--press-button-text);background:var(--press-button-background);font-size:var(--body-m-font, 1.4rem);font-weight:600;line-height:1;letter-spacing:normal;text-transform:none;text-align:center;text-decoration:none;-webkit-appearance:none;appearance:none;cursor:pointer;transition:filter .18s ease,transform .18s ease;font-family:var(--base-font-family, inherit)!important}.press-room__toggle:hover{filter:brightness(.9)}.press-room__toggle:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.press-room__empty{margin:4rem 0 0;text-align:center}@media screen and (max-width:749px){.press-room__inner{padding-inline:var(--press-gutter-mobile)}.press-room--custom-type .press-room__title{font-size:var(--press-title-size-mobile)}.press-room__group-header--with-filter{flex-direction:column;align-items:stretch;gap:.8rem}.press-room__filters{flex:0 1 auto;width:100%}.press-room__filter-select-wrap{grid-template-columns:minmax(0,1fr);gap:.4rem;justify-self:stretch;max-width:none}.press-room__filter-select-label{line-height:1.2}.press-room__filter-select{min-height:4.4rem;padding-block:.7rem}.press-room__items{grid-template-columns:repeat(var(--press-columns-mobile),minmax(0,1fr))}.press-room__group--feature .press-room__card-link{display:flex}.press-room__group--feature .press-room__media{min-height:0}.press-room__list-item{grid-template-columns:minmax(0,1fr) auto}.press-room__list-item .press-room__meta{grid-column:1 / -1;grid-row:2}}@media(prefers-reduced-motion:reduce){.press-room__media img{transition:none}}.orbit-showcase{position:relative;min-height:max(640px,var(--orbit-height));overflow:clip;color:var(--orbit-text);background:var(--orbit-bg);font-family:inherit}.orbit-showcase__stage{position:relative;min-height:max(640px,var(--orbit-height));isolation:isolate}.orbit-showcase__center{position:absolute;z-index:3;top:50%;left:50%;width:min(620px,66vw);text-align:center;transform:translate(-50%,-50%)}.orbit-showcase__eyebrow{margin:0 0 .75rem;font-size:var(--orbit-eyebrow-size);font-weight:var(--orbit-eyebrow-weight);line-height:var(--orbit-eyebrow-leading);letter-spacing:var(--orbit-eyebrow-spacing);color:var(--orbit-eyebrow-color)}.orbit-showcase__heading{display:inline;margin:0;font-size:min(var(--orbit-heading-size),8vw);font-weight:var(--orbit-heading-weight);line-height:var(--orbit-heading-leading);letter-spacing:var(--orbit-heading-spacing);color:var(--orbit-heading-color)}.orbit-showcase__font--heading{font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-style:normal}.orbit-showcase__font--body{font-family:var(--base-font-family, "SquidBoy", sans-serif)!important;font-style:normal}.orbit-showcase__font--accent,.orbit-showcase__accent{font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-style:normal;font-weight:inherit}.orbit-showcase__accent{color:var(--orbit-accent)}.orbit-showcase__case--uppercase{text-transform:uppercase}.orbit-showcase__case--lowercase{text-transform:lowercase}.orbit-showcase__case--capitalize{text-transform:capitalize}.orbit-showcase__case--none{text-transform:none}.orbit-showcase__count{display:inline-block;margin-left:.25em;font-size:clamp(1.4rem,3vw,3.4rem);line-height:1;opacity:.38;vertical-align:top}.orbit-showcase__text{max-width:42rem;margin:1.25rem auto 0;opacity:.72}.orbit-showcase__button-row{display:block;width:100%}.orbit-showcase__button{display:inline-flex;align-items:center;justify-content:center;gap:.7em;margin-top:1.5rem;min-width:var(--orbit-button-min-width);min-height:0;padding:var(--orbit-button-pad-y) var(--orbit-button-pad-x);border:1px solid var(--orbit-button-border);border-radius:2px;font:inherit;font-size:var(--orbit-button-font-size);text-decoration:none;transition:color .22s ease,background-color .22s ease,transform .22s ease}.orbit-showcase__button--solid{color:var(--orbit-button-text);background:var(--orbit-button-bg)}.orbit-showcase__button--outline{color:var(--orbit-button-text);background:transparent}.orbit-showcase__button--text{min-height:auto;padding-right:0;padding-left:0;border-width:0 0 1px;border-radius:0;color:var(--orbit-button-text);background:transparent}.orbit-showcase__button:hover{transform:translateY(-2px)}.orbit-showcase__button-arrow{transition:transform .22s ease}.orbit-showcase__button:hover .orbit-showcase__button-arrow{transform:translate(.25rem)}.orbit-showcase__button--pulse{animation:orbit-button-pulse var(--orbit-pulse-speed) ease-in-out infinite}@keyframes orbit-button-pulse{0%,to{box-shadow:0 0 0 0 transparent;transform:scale(1)}50%{box-shadow:0 0 var(--orbit-pulse-size) var(--orbit-pulse-color);transform:scale(var(--orbit-pulse-scale))}}.orbit-showcase__mobile-commerce{display:none}.orbit-showcase__orbit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.orbit-showcase__item{position:absolute;top:50%;left:50%;width:clamp(92px,12vw,var(--orbit-card-size));aspect-ratio:.86;will-change:transform;pointer-events:auto}.orbit-showcase__card{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:var(--orbit-radius);color:#fff;background:rgba(var(--color-foreground),.08);box-shadow:0 18px 55px #0000002e;text-decoration:none;padding:0;border:0;cursor:pointer;transform:rotate(var(--card-rotation, 0deg)) scale(var(--card-scale, 1));transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}.orbit-showcase__media,.orbit-showcase__image{display:block;width:100%;height:100%}.orbit-showcase__image{object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.orbit-showcase__meta{position:absolute;inset:auto 0 0;display:grid;gap:.2rem;padding:2.5rem .8rem .8rem;background:linear-gradient(transparent,#000000b8);font-size:.72rem;line-height:1.2;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.orbit-showcase__title{font-weight:600}.orbit-showcase__price{opacity:.75}.orbit-showcase__card:hover,.orbit-showcase__card:focus-visible{--card-scale: 1.08;z-index:5;outline:none;box-shadow:0 24px 75px #00000047}.orbit-showcase__card:hover .orbit-showcase__image,.orbit-showcase__card:focus-visible .orbit-showcase__image{transform:scale(1.06)}.orbit-showcase__card:hover .orbit-showcase__meta,.orbit-showcase__card:focus-visible .orbit-showcase__meta{opacity:1;transform:translateY(0)}@media screen and (max-width:749px){.orbit-showcase,.orbit-showcase__stage{min-height:max(560px,var(--orbit-height))}.orbit-showcase__center{width:72vw}.orbit-showcase__heading{font-size:var(--orbit-heading-mobile-size)}.orbit-showcase__eyebrow{font-size:var(--orbit-eyebrow-mobile-size)}.orbit-showcase__text{font-size:.9rem}.orbit-showcase__item{width:clamp(76px,24vw,120px)}.orbit-showcase:not(.orbit-showcase--mobile-stack) .orbit-showcase__meta{display:none}.orbit-showcase:not(.orbit-showcase--mobile-stack) .orbit-showcase__mobile-commerce{position:absolute;top:calc(100% + .55rem);left:50%;display:flex;width:min(160px,42vw);flex-direction:column;align-items:center;gap:.2rem;color:var(--orbit-text);text-align:center;opacity:0;pointer-events:none;transform:translate(-50%,-5px);transition:opacity .35s ease,transform .35s ease}.orbit-showcase:not(.orbit-showcase--mobile-stack) .orbit-showcase__item.is-mobile-featured .orbit-showcase__mobile-commerce{opacity:1;pointer-events:auto;transform:translate(-50%)}.orbit-showcase:not(.orbit-showcase--mobile-stack) .orbit-showcase__product-form{display:none}.orbit-showcase--mobile-stack{min-height:auto;overflow:hidden}.orbit-showcase--mobile-stack .orbit-showcase__stage{min-height:auto;padding:4.5rem max(16px,var(--orbit-pad))}.orbit-showcase--mobile-stack .orbit-showcase__center{position:relative;top:auto;left:auto;width:100%;margin:0 auto 3rem;transform:none}.orbit-showcase--mobile-stack .orbit-showcase__orbit{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:1.5rem .85rem;pointer-events:auto}.orbit-showcase--mobile-stack .orbit-showcase__item{position:relative;top:auto;left:auto;width:100%;aspect-ratio:auto;display:flex;min-width:0;height:100%;flex-direction:column;opacity:1!important;transform:none!important}.orbit-showcase--mobile-stack .orbit-showcase__card{height:auto;aspect-ratio:.86;transform:none}.orbit-showcase--mobile-stack .orbit-showcase__meta{display:none}.orbit-showcase--mobile-stack .orbit-showcase__mobile-commerce{display:flex;flex:1;flex-direction:column;gap:.35rem;padding-top:.75rem;color:var(--orbit-text)}.orbit-showcase__mobile-title{color:inherit;font-family:var(--base-font-family, "SquidBoy", sans-serif)!important;font-size:.82rem;line-height:1.25;text-decoration:none}.orbit-showcase__mobile-price{font-size:.76rem;opacity:.7}.orbit-showcase__product-form{margin-top:auto;padding-top:.7rem}.orbit-showcase__quick-add{width:100%;min-height:38px;padding:.55rem .65rem;border:1px solid var(--orbit-text);border-radius:2px;color:var(--orbit-bg);background:var(--orbit-text);font:inherit;font-size:.72rem;cursor:pointer}.orbit-showcase__quick-add:disabled{cursor:not-allowed;opacity:.45}}@media(prefers-reduced-motion:reduce){.orbit-showcase__item,.orbit-showcase__card,.orbit-showcase__image{transition:none}.orbit-showcase__button--pulse{animation:none}}.scinema{display:block;position:relative;background:var(--sc-bg)}.scinema__stage{position:relative;min-height:min(var(--sc-height),calc(100svh - var(--sc-offset)));isolation:isolate;overflow:hidden}.scinema__media,.scinema__shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.scinema__media{z-index:-2}.scinema__poster,.scinema__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--sc-position)}.scinema__video{opacity:0}.scinema[data-frame] .scinema__video{opacity:1}.scinema__shade{background:#000;opacity:var(--sc-overlay);z-index:-1}.scinema__content{display:grid;gap:2rem;padding:clamp(24px,6vw,100px)}.scinema__headline{width:var(--sc-width);max-width:100%;text-align:var(--sc-align);margin-inline:auto}.scinema .scinema__heading{margin:0;overflow-wrap:anywhere}.scinema .scinema__heading--sized{font-size:var(--sc-size)}.scinema[data-motion]{height:calc(min(var(--sc-height),calc(100svh - var(--sc-offset))) + var(--sc-run))}.scinema[data-motion] .scinema__stage{height:min(var(--sc-height),calc(100svh - var(--sc-offset)));min-height:0;position:sticky;top:var(--sc-offset)}.scinema[data-motion] .scinema__content{position:absolute;top:0;right:0;bottom:0;left:0;display:block;padding:0}.scinema[data-motion] .scinema__headline{position:absolute;top:var(--sc-vertical);left:50%;translate:-50% -50%}.scinema[data-editing] .scinema__headline{opacity:0!important}.scinema[data-editing] .scinema__headline[data-selected]{opacity:1!important;transform:none!important}@media(max-width:749px){.scinema{--sc-height: var(--sc-mobile-height) !important}.scinema .scinema__heading--sized{font-size:var(--sc-mobile-size)}.scinema__headline{width:min(var(--sc-width),90%)}}.tabbed-cards{overflow:hidden;color:var(--tc-text);background:var(--tc-bg);font-family:var(--base-font-family, "SquidBoy", sans-serif)!important}.tabbed-cards__inner{width:min(100%,calc(var(--tc-max) + 48px));margin:0 auto;padding:var(--tc-pad-top) 24px var(--tc-pad-bottom)}.tabbed-cards__header{max-width:920px;margin:0 auto clamp(32px,5vw,64px);text-align:center}.tabbed-cards__eyebrow{margin:0 0 .9rem;color:var(--tc-muted);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase}.tabbed-cards__heading{margin:0;color:var(--tc-text);font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:min(var(--tc-heading-size),7vw);font-weight:400;line-height:.96;letter-spacing:.05rem;text-wrap:balance}.tabbed-cards .tabbed-cards__accent,.tabbed-cards .tabbed-cards__accent *{color:var(--tc-accent);font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-style:normal;font-weight:inherit}.tabbed-cards__track{display:flex;height:var(--tc-height);gap:var(--tc-gap)}.tabbed-cards__card{position:relative;flex:1 1 0;min-width:0;height:100%;overflow:hidden;border-radius:var(--tc-radius);color:#fff;background:var(--tc-card-bg);isolation:isolate;transition:flex .75s cubic-bezier(.22,1,.36,1)}.tabbed-cards__card.is-active{flex-grow:3.2}.tabbed-cards__activate{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.tabbed-cards__activate:focus-visible{outline:2px solid white;outline-offset:-5px}.tabbed-cards .tabbed-cards__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.tabbed-cards .tabbed-cards__media .tabbed-cards__asset{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:cover!important;object-position:center;pointer-events:none}.tabbed-cards__asset{object-fit:cover;transition:transform 1.1s cubic-bezier(.22,1,.36,1)}.tabbed-cards__card.is-active .tabbed-cards__asset{transform:scale(1.025)}.tabbed-cards__shade{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.78) 100%);opacity:.72;transition:opacity .45s ease}.tabbed-cards__card.is-active .tabbed-cards__shade{opacity:1}.tabbed-cards__content{display:none;position:absolute;z-index:3;right:0;bottom:0;left:0;padding:clamp(20px,3vw,38px);pointer-events:none}.tabbed-cards__card.is-active .tabbed-cards__content{display:block}.tabbed-cards__card-heading{margin:0;color:#fff;font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:var(--tc-title-size);font-weight:400;line-height:1;letter-spacing:.05rem;overflow-wrap:anywhere}.tabbed-cards__body{max-width:34rem;margin-top:.8rem;color:#ffffffd1;font-size:var(--tc-body-size);line-height:1.5;overflow-wrap:anywhere}.tabbed-cards__body :where(p,li,span,strong,em,a){font-size:inherit}.tabbed-cards__body>:first-child{margin-top:0}.tabbed-cards__body>:last-child{margin-bottom:0}.tabbed-cards .tabbed-cards__body .tabbed-cards__accent{color:inherit}.tabbed-cards__mobile-nav{display:none}@media(max-width:749px){.tabbed-cards__inner{padding-right:16px;padding-left:16px}.tabbed-cards__header{margin-bottom:28px;text-align:left}.tabbed-cards__heading{font-size:var(--tc-heading-mobile)}.tabbed-cards__track{width:auto;height:auto;margin-right:-16px;padding-right:16px;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;cursor:grab}.tabbed-cards__track.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.tabbed-cards__track::-webkit-scrollbar{display:none}.tabbed-cards__card,.tabbed-cards__card.is-active{flex:0 0 min(84vw,420px);height:var(--tc-mobile-height);border-radius:min(var(--tc-radius),24px);scroll-snap-align:center}.tabbed-cards__activate{display:none}.tabbed-cards__card-heading{font-size:var(--tc-card-heading-mobile)}.tabbed-cards__body{font-size:var(--tc-body-mobile)}.tabbed-cards__mobile-nav{display:flex;justify-content:center;gap:6px;margin-top:18px}.tabbed-cards__mobile-nav button{width:18px;height:3px;padding:0;border:0;border-radius:3px;background:var(--tc-muted);opacity:.28;transition:width .25s ease,opacity .25s ease}.tabbed-cards__mobile-nav button.is-active{width:34px;opacity:1;background:var(--tc-accent)}}@media(prefers-reduced-motion:reduce){.tabbed-cards__card,.tabbed-cards__asset,.tabbed-cards__card-heading,.tabbed-cards__body{transition:none}}.video-tabs{overflow:hidden;color:var(--vt-text);background:var(--vt-bg);font-family:var(--base-font-family, "SquidBoy", sans-serif)!important}.video-tabs__inner{box-sizing:border-box;width:min(100%,calc(var(--vt-max) + 48px));margin:0 auto;padding:var(--vt-pad-top) 24px var(--vt-pad-bottom)}.video-tabs__header{max-width:980px;margin:0 auto clamp(28px,4vw,52px);text-align:center}.video-tabs__eyebrow{margin:0 0 .85rem;color:var(--vt-eyebrow);font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.video-tabs__heading{margin:0;color:var(--vt-text);font-family:var(--accent-font-family, "rogyblack", sans-serif)!important;font-size:min(var(--vt-heading-size),7vw);font-weight:400;line-height:.96;letter-spacing:.05rem;text-wrap:balance}.video-tabs .video-tabs__accent{color:var(--vt-accent);font-family:var(--custom-font-family, "New Spirit Condensed", sans-serif)!important;font-style:normal;font-weight:inherit}.video-tabs__media-frame{box-sizing:border-box;display:block;width:100%;min-width:0;max-width:none;position:relative;aspect-ratio:var(--vt-ratio);max-height:74svh;overflow:hidden;border-radius:var(--vt-radius);background:color-mix(in srgb,var(--vt-text) 8%,var(--vt-bg));isolation:isolate}.video-tabs__media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .55s ease,visibility .55s,transform 1s cubic-bezier(.22,1,.36,1)}.video-tabs__media.is-active{opacity:1;visibility:visible;transform:none}.video-tabs .video-tabs__media{width:100%;height:100%;max-width:none}.video-tabs .video-tabs__media .video-tabs__asset{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:cover!important;object-position:center;pointer-events:none}.video-tabs__progress{box-sizing:border-box;width:100%;height:2px;overflow:hidden;background:var(--vt-track)}.video-tabs__progress span{display:block;width:100%;height:100%;background:var(--vt-accent);transform:scaleX(0);transform-origin:left}.video-tabs__tabs-shell{display:flex;justify-content:center;margin-top:22px}.video-tabs__tabs{position:relative;display:flex;width:fit-content;max-width:100%;overflow-x:auto;border-bottom:1px solid color-mix(in srgb,var(--vt-text) 18%,transparent);scrollbar-width:none}.video-tabs__tabs::-webkit-scrollbar{display:none}.video-tabs__tab{flex:0 0 auto;padding:.75rem 1.1rem 1rem;border:0;color:var(--vt-tab-text);background:transparent;font:inherit;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:color .25s ease}.video-tabs__tab.is-active{color:var(--vt-tab-active)}.video-tabs__indicator{position:absolute;bottom:-1px;left:0;width:0;height:2px;background:var(--vt-accent);transition:transform .35s cubic-bezier(.22,1,.36,1),width .35s cubic-bezier(.22,1,.36,1)}.video-tabs__descriptions{display:grid;max-width:700px;min-height:4.5rem;margin:22px auto 0;text-align:center}.video-tabs__description{grid-area:1 / 1;color:var(--vt-muted);font-size:var(--vt-body-size);line-height:1.55;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .35s ease,transform .45s ease,visibility .35s}.video-tabs .video-tabs__description :where(.rte,p,li,span,strong,em,a){font-size:inherit;color:inherit}.video-tabs__description.is-active{opacity:1;visibility:visible;transform:none}@media(max-width:749px){.video-tabs__inner{padding-right:16px;padding-left:16px}.video-tabs__header{text-align:left}.video-tabs__heading{font-size:var(--vt-heading-mobile)}.video-tabs__media-frame{aspect-ratio:var(--vt-ratio);border-radius:min(var(--vt-radius),22px)}.video-tabs__tabs-shell{justify-content:flex-start;margin-right:-16px;overflow:hidden}.video-tabs__tabs{padding-right:16px}.video-tabs__tab{padding-right:.9rem;padding-left:.9rem}.video-tabs__descriptions{min-height:5.5rem;text-align:left}.video-tabs__description{font-size:var(--vt-body-mobile)}}@media(prefers-reduced-motion:reduce){.video-tabs__media,.video-tabs__indicator,.video-tabs__description{transition:none}}.shopify-section.featured-blog .article-card{display:flex;flex-direction:column;grid-template-columns:minmax(0,1fr)}.shopify-section.featured-blog .article-card__image-wrapper{order:-1;width:100%;max-width:none;flex:0 0 auto}.shopify-section.featured-blog .article-card__info{width:100%;max-width:none;flex:0 0 auto}
/*# sourceMappingURL=/cdn/shop/t/52/compiled_assets/styles.css.map */
