.rf-product-reveal{position:relative;background:var(--rf-bg-dark, #0a0c10);overflow:hidden;--rf-overlay: 0;--rf-scale: 1;--rf-bright: 1;--rf-glow-op: .2;--rf-glow-scale: 1}.rf-product-reveal__sticky{padding:var(--rf-space-9, 96px) var(--rf-gutter, 24px)}.rf-product-reveal__inner{display:flex;flex-direction:column;align-items:center;max-width:var(--rf-max-width, 1280px);margin:0 auto}.rf-product-reveal__head{text-align:center;margin-bottom:40px}.rf-product-reveal__eyebrow{margin:0 0 var(--rf-space-3, 12px);font-family:var(--rf-font-mono, "Geist Mono", "JetBrains Mono", ui-monospace, monospace);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--rf-text-muted, rgba(255, 255, 255, .4))}.rf-product-reveal__heading{margin:0;font-family:var(--rf-font-display, "Archivo", system-ui, sans-serif);font-size:26px;font-weight:800;line-height:1.1;letter-spacing:var(--rf-tracking-snug, -.02em);color:var(--rf-text-primary, #ffffff)}.rf-product-reveal__stage{position:relative;width:90vw;max-width:650px}.rf-product-reveal__glow{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;z-index:0;border-radius:50%;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(33,150,243,.2) 0%,transparent 70%);filter:blur(40px);opacity:.15;transform:scale(1);will-change:transform,opacity}.rf-product-reveal__image-wrap{position:relative;z-index:1;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #0006;will-change:transform,opacity}.rf-product-reveal__img{display:block;width:100%;height:auto}.rf-product-reveal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:var(--rf-bg-dark, #0a0c10);opacity:0;will-change:opacity}.rf-product-reveal__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;padding:var(--rf-space-5, 24px);background:var(--rf-bg-elevated, #13161c);border:1px dashed var(--rf-border, rgba(255, 255, 255, .18))}.rf-product-reveal__placeholder-text{margin:0;text-align:center;font-family:var(--rf-font-display, "Archivo", system-ui, sans-serif);font-size:var(--rf-text-sm, 14px);letter-spacing:.1em;color:var(--rf-text-secondary, rgba(255, 255, 255, .65))}.rf-product-reveal__pills{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:90vw;max-width:650px;margin-top:32px}.rf-product-reveal__pill{background:#0d1a2ecc;border:1px solid rgba(33,150,243,.3);border-radius:100px;padding:8px 20px;font-family:var(--rf-font-display, "Archivo", system-ui, sans-serif);font-size:12px;text-transform:uppercase;letter-spacing:.1em;text-align:center;color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rf-product-reveal__cta-wrap{margin-top:24px}.rf-product-reveal__cta{position:relative;display:inline-block;overflow:hidden;background:transparent;border:1px solid rgba(33,150,243,.6);border-radius:100px;padding:14px 40px;font-family:var(--rf-font-display, "Archivo", system-ui, sans-serif);font-size:14px;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;color:#fff;transition:background .3s ease,border-color .3s ease}.rf-product-reveal__cta:hover{background:#2196f31a;border-color:#2196f3}.rf-product-reveal__cta:focus-visible{outline:2px solid var(--rf-blue-hot, #4dabf5);outline-offset:4px}.rf-product-reveal__cta-label{position:relative;z-index:1}.rf-product-reveal__cta:after{content:"";position:absolute;top:0;left:0;width:45%;height:100%;pointer-events:none;opacity:0;transform:translate(-160%);background:linear-gradient(90deg,transparent 0%,rgba(77,171,245,.65) 50%,transparent 100%)}.rf-product-reveal--js .rf-product-reveal__pill{opacity:0;transform:translateY(20px)}.rf-product-reveal--js .rf-product-reveal__cta-wrap{opacity:0;transform:translateY(10px)}.rf-product-reveal--js.rf-product-reveal--pills-in .rf-product-reveal__pill{animation:rf-pr-pill-in .6s var(--rf-ease-out, cubic-bezier(.2, .7, .2, 1)) both}.rf-product-reveal--js.rf-product-reveal--pills-in .rf-product-reveal__pill:nth-child(1){animation-delay:0ms}.rf-product-reveal--js.rf-product-reveal--pills-in .rf-product-reveal__pill:nth-child(2){animation-delay:.12s}.rf-product-reveal--js.rf-product-reveal--pills-in .rf-product-reveal__pill:nth-child(3){animation-delay:.24s}.rf-product-reveal--js.rf-product-reveal--pills-in .rf-product-reveal__pill:nth-child(4){animation-delay:.36s}@keyframes rf-pr-pill-in{0%{opacity:0;transform:translateY(20px);box-shadow:0 0 #2196f300}50%{opacity:1;transform:translateY(0);box-shadow:0 0 20px #2196f340}to{opacity:1;transform:translateY(0);box-shadow:0 0 #2196f300}}.rf-product-reveal--js.rf-product-reveal--cta-in .rf-product-reveal__cta-wrap{opacity:1;transform:none;transition:opacity .5s var(--rf-ease-out, ease),transform .5s var(--rf-ease-out, ease)}.rf-product-reveal--js.rf-product-reveal--cta-in .rf-product-reveal__cta:after{animation:rf-pr-shimmer .8s var(--rf-ease-out, ease) .1s 1}@keyframes rf-pr-shimmer{0%{transform:translate(-160%);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(360%);opacity:0}}@media(min-width:768px){.rf-product-reveal{height:150vh}.rf-product-reveal__sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.rf-product-reveal__heading{font-size:40px}.rf-product-reveal__stage{width:650px;max-width:650px}.rf-product-reveal__glow{filter:blur(60px);opacity:var(--rf-glow-op, 0);transform:scale(var(--rf-glow-scale, 1))}.rf-product-reveal__image-wrap{transform:scale(var(--rf-scale, 1))}.rf-product-reveal__img{filter:brightness(var(--rf-bright, 1))}.rf-product-reveal__overlay{opacity:var(--rf-overlay, 0)}.rf-product-reveal__pills{display:flex;flex-wrap:wrap;justify-content:center;width:auto;max-width:none}.rf-product-reveal--settled .rf-product-reveal__glow{animation:rf-pr-glow-pulse 3s var(--rf-ease-in-out, cubic-bezier(.65, 0, .35, 1)) infinite}@keyframes rf-pr-glow-pulse{0%,to{opacity:.15}50%{opacity:.25}}}@media(max-width:767.98px){.rf-product-reveal--js .rf-product-reveal__head{opacity:0;transform:translateY(16px);transition:opacity .8s var(--rf-ease-out, ease),transform .8s var(--rf-ease-out, ease)}.rf-product-reveal--js .rf-product-reveal__image-wrap{opacity:0;transform:scale(1.05);transition:opacity .8s var(--rf-ease-out, ease),transform .8s var(--rf-ease-out, ease)}.rf-product-reveal--js.is-visible .rf-product-reveal__head{opacity:1;transform:none}.rf-product-reveal--js.is-visible .rf-product-reveal__image-wrap{opacity:1;transform:scale(1)}}.rf-product-reveal--static .rf-product-reveal__overlay{opacity:0!important}.rf-product-reveal--static .rf-product-reveal__img{filter:brightness(1)!important}.rf-product-reveal--static .rf-product-reveal__image-wrap{opacity:1!important;transform:none!important}.rf-product-reveal--static .rf-product-reveal__glow{opacity:.2!important;transform:none!important;animation:none!important}.rf-product-reveal--static .rf-product-reveal__head{opacity:1!important;transform:none!important}.rf-product-reveal--static .rf-product-reveal__pill,.rf-product-reveal--static .rf-product-reveal__cta-wrap{opacity:1!important;transform:none!important;animation:none!important}.rf-product-reveal--static .rf-product-reveal__cta:after{animation:none!important}@media(prefers-reduced-motion:reduce){.rf-product-reveal{height:auto!important}.rf-product-reveal__sticky{position:static!important;height:auto!important}.rf-product-reveal__overlay{opacity:0!important}.rf-product-reveal__img{filter:brightness(1)!important}.rf-product-reveal__image-wrap{opacity:1!important;transform:none!important}.rf-product-reveal__glow{opacity:.2!important;transform:none!important;animation:none!important}.rf-product-reveal__head,.rf-product-reveal__pill,.rf-product-reveal__cta-wrap{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.rf-product-reveal__cta:after{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/rf-product-reveal.css.map */
