.pd-hero-section .pd-hero{position:relative;overflow:hidden;isolation:isolate;background:var(--pd-deep);color:var(--surface-background);font-family:Bricolage Grotesque,ui-sans-serif,system-ui,sans-serif}.pd-hero-section .pd-layers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.055) 0 1px,transparent 1px 4px);-webkit-mask-image:linear-gradient(to bottom,transparent,var(--text-main) 18%,var(--text-main) 78%,transparent);mask-image:linear-gradient(to bottom,transparent,var(--text-main) 18%,var(--text-main) 78%,transparent)}.pd-hero-section .pd-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(720px 460px at 80% 18%,color-mix(in srgb,var(--pd-vivid) 34%,transparent),transparent 62%),radial-gradient(620px 520px at 2% 96%,color-mix(in srgb,var(--pd-vivid) 20%,transparent),transparent 58%)}.pd-hero-section .pd-inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:10px 24px 16px;display:grid;grid-template-columns:1.06fr .94fr;gap:48px;align-items:center}.pd-hero-section .pd-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 18px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--pd-soft)}.pd-hero-section .pd-pulse{width:7px;height:7px;border-radius:50%;background:var(--pd-vivid);flex:none;animation:pd-pulse 2.4s infinite}@keyframes pd-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--pd-vivid) 55%,transparent)}70%{box-shadow:0 0 0 12px transparent}to{box-shadow:0 0 0 0 transparent}}.pd-hero-section .pd-title{margin:0 0 16px;font-size:clamp(34px,4.6vw,58px);font-weight:800;line-height:1.02;letter-spacing:-.03em;color:var(--surface-background)}.pd-hero-section .pd-hl{position:relative;color:var(--pd-vivid)}.pd-hero-section .pd-hl:after{content:"";position:absolute;left:0;bottom:.02em;height:3px;width:100%;background:var(--pd-vivid);border-radius:2px;transform-origin:left;transform:scaleX(0);animation:pd-print 1.1s .35s cubic-bezier(.2,.7,.2,1) forwards}@keyframes pd-print{to{transform:scaleX(1)}}.pd-hero-section .pd-lead{margin:0 0 30px;max-width:440px;font-size:16.5px;line-height:1.55;color:var(--pd-muted)}.pd-hero-section .pd-cta{display:flex;gap:12px;flex-wrap:wrap}.pd-hero-section .pd-btn{display:inline-flex;align-items:center;gap:9px;cursor:pointer;text-decoration:none;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:15.5px;padding:12px 22px;border-radius:12px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.pd-hero-section .pd-btn--solid{background:var(--pd-vivid);color:#fff;box-shadow:0 12px 30px -12px color-mix(in srgb,var(--pd-vivid) 75%,transparent)}.pd-hero-section .pd-btn--solid:hover{transform:translateY(-2px)}.pd-hero-section .pd-btn--ghost{background:#ffffff0d;color:var(--surface-background);border-color:#ffffff2e}.pd-hero-section .pd-btn--ghost:hover{background:#ffffff1c}.pd-hero-section .pd-btn:focus-visible{outline:2px solid var(--surface-background);outline-offset:3px}.pd-hero-section .pd-stats{list-style:none;margin:34px 0 0;padding:26px 0 0;display:flex;gap:30px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1)}.pd-hero-section .pd-stats b{display:block;font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--surface-background)}.pd-hero-section .pd-stats span{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--pd-muted)}.pd-hero-section .pd-media{position:relative;display:grid;place-items:center}.pd-hero-section .pd-halo{position:absolute;width:min(80%,360px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--pd-vivid) 42%,transparent),transparent 66%);filter:blur(12px)}.pd-hero-section .pd-key{position:relative;width:min(100%,400px);height:auto;overflow:visible}.pd-hero-section .pd-media img{position:relative;width:100%;max-width:400px;height:auto;filter:drop-shadow(0 30px 40px rgba(0,0,0,.45))}.pd-hero-section .pd-sway{transform-box:view-box;transform-origin:170px 60px;animation:pd-sway 5.5s ease-in-out infinite}@keyframes pd-sway{0%,to{transform:rotate(-2.4deg)}50%{transform:rotate(2.4deg)}}.pd-hero-section .pd-shadow{transform-box:view-box;transform-origin:170px 420px;animation:pd-shadow-sway 5.5s ease-in-out infinite}@keyframes pd-shadow-sway{0%,to{transform:translate(12px)}50%{transform:translate(-12px)}}.pd-hero-section .pd-cap{transform-box:view-box;animation:pd-seat 1.05s .45s cubic-bezier(.25,1.45,.45,1) both,pd-click 4.5s 2s ease-in-out infinite}@keyframes pd-seat{0%{transform:translateY(-38px);opacity:.4}35%{opacity:1}to{transform:translateY(0);opacity:1}}@keyframes pd-click{0%,80%,to{transform:translateY(0)}85%{transform:translateY(6px)}90%{transform:translateY(0)}}.pd-hero-section .pd-stem{transform-box:view-box;animation:pd-stem-click 4.5s 2s ease-in-out infinite}@keyframes pd-stem-click{0%,80%,to{transform:translateY(0)}85%{transform:translateY(6px)}90%{transform:translateY(0)}}@media(max-width:900px){.pd-hero-section .pd-inner{grid-template-columns:1fr;gap:36px;padding:8px 20px 12px;text-align:center}.pd-hero-section .pd-lead{margin-left:auto;margin-right:auto}.pd-hero-section .pd-cta{justify-content:center}.pd-hero-section .pd-stats{justify-content:center;gap:22px}.pd-hero-section .pd-media{order:-1}.pd-hero-section .pd-key{width:min(70%,300px)}.pd-hero-section .pd-title{font-size:clamp(30px,8vw,42px)}}@media(max-width:420px){.pd-hero-section .pd-btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.pd-hero-section .pd-sway,.pd-hero-section .pd-shadow,.pd-hero-section .pd-pulse,.pd-hero-section .pd-cap,.pd-hero-section .pd-stem{animation:none}.pd-hero-section .pd-hl:after{animation:none;transform:scaleX(1)}}.pd-typewriter-cursor{font-weight:300;color:var(--pd-vivid);animation:pd-blink .8s infinite}@keyframes pd-blink{0%,to{opacity:1}50%{opacity:0}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/purple-hero.css.map */
