:root{--ph-black: #07080a;--ph-ink: #0e1014;--ph-graphite: #15181d;--ph-bone: #f3efe6;--ph-cream: #e7e2d3;--ph-mist: rgba(243, 239, 230, .6);--ph-line: rgba(243, 239, 230, .14);--ph-line-strong: rgba(243, 239, 230, .3);--ph-acid: #c8ff3d;--ph-acid-soft: #aef000;--ph-glow: #d4ff5a;--ph-amber: #ffb56b;--ph-emerald: #1ddc8b;--ph-font-display: "Clash Display", "Satoshi", "Helvetica Neue", "Arial", sans-serif;--ph-font-body: "Satoshi", "Helvetica Neue", "Arial", sans-serif;--ph-font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;--ph-ease-out: cubic-bezier(.16, 1, .3, 1);--ph-ease-inout: cubic-bezier(.65, 0, .35, 1);--ph-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--ph-dur-fast: .22s;--ph-dur: .52s;--ph-dur-slow: .9s;--ph-radius: 18px;--ph-radius-lg: 28px;--ph-shadow-soft: 0 30px 80px -30px rgba(0, 0, 0, .6);--ph-shadow-glow: 0 0 0 1px rgba(200, 255, 61, .4), 0 20px 60px -20px rgba(200, 255, 61, .4)}body{background:var(--ph-black);color:var(--ph-bone);font-family:var(--ph-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em;overflow-x:hidden;overflow-x:clip;-webkit-tap-highlight-color:rgba(200,255,61,.18);text-size-adjust:100%;-webkit-text-size-adjust:100%}a,button,[role=button],input[type=submit],input[type=button]{touch-action:manipulation}:focus{outline:none}:focus-visible{outline:2px solid var(--ph-acid);outline-offset:3px;border-radius:4px}.ph-btn:focus-visible,.ph-iconbtn:focus-visible,.ph-burger:focus-visible,.ph-social:focus-visible,.ph-drawer__close:focus-visible,.ph-drawer__action:focus-visible{outline-offset:4px}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent;color:inherit}::selection{background:var(--ph-acid);color:var(--ph-black)}html{scrollbar-color:var(--ph-acid) var(--ph-black)}.ph-eyebrow{font-family:var(--ph-font-mono);font-size:11px;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--ph-mist);display:inline-flex;align-items:center;gap:10px}.ph-eyebrow:before{content:"";width:28px;height:1px;background:var(--ph-acid)}.ph-display{font-family:var(--ph-font-display);font-weight:700;letter-spacing:-.01em;line-height:.92;text-transform:uppercase;font-size:clamp(48px,10vw,168px)}.ph-h2{font-family:var(--ph-font-display);font-weight:700;letter-spacing:-.01em;line-height:1;text-transform:uppercase;font-size:clamp(36px,5.5vw,92px)}.ph-h3{font-family:var(--ph-font-display);font-weight:600;letter-spacing:-.015em;line-height:1.05;font-size:clamp(22px,2.2vw,34px)}.ph-body{font-size:clamp(15px,1.1vw,18px);line-height:1.55;color:var(--ph-mist);max-width:56ch}.ph-italic{font-style:italic;font-family:"Instrument Serif",Times New Roman,Times,serif;font-weight:400;letter-spacing:-.005em;color:var(--ph-acid)}.ph-btn{--bg: var(--ph-acid);--fg: var(--ph-black);display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:16px 28px;background:var(--bg);color:var(--fg);border-radius:999px;font-family:var(--ph-font-mono);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;position:relative;overflow:hidden;transition:transform var(--ph-dur) var(--ph-ease-out);isolation:isolate}.ph-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ph-black);border-radius:inherit;transform:translateY(101%);transition:transform var(--ph-dur) var(--ph-ease-out);z-index:-1}.ph-btn:hover{color:var(--ph-acid)}.ph-btn:hover:before{transform:translateY(0)}.ph-btn .ph-btn__dot{width:8px;height:8px;background:currentColor;border-radius:50%;transition:transform var(--ph-dur) var(--ph-ease-bounce)}.ph-btn:hover .ph-btn__dot{transform:scale(1.6)}.ph-btn--ghost{--bg: transparent;--fg: var(--ph-bone);border:1px solid var(--ph-line-strong)}.ph-btn--ghost:before{background:var(--ph-acid)}.ph-btn--ghost:hover{color:var(--ph-black)}.ph-reveal{opacity:0;transform:translateY(34px);transition:opacity 1s var(--ph-ease-out),transform 1s var(--ph-ease-out);transition-delay:var(--reveal-delay, 0ms);will-change:transform,opacity}.ph-reveal.is-visible{opacity:1;transform:translateY(0)}.ph-reveal--line{overflow:hidden;display:block}.ph-reveal--line>span{display:block;transform:translateY(110%);transition:transform 1.1s var(--ph-ease-out);transition-delay:var(--reveal-delay, 0ms)}.ph-reveal--line.is-visible>span{transform:translateY(0)}.ph-marquee{display:flex;overflow:hidden;width:100%;touch-action:pan-y}.ph-marquee__track{display:flex;gap:4rem;animation:ph-marquee 36s linear infinite;flex-shrink:0;padding-right:4rem;will-change:transform}.ph-marquee:hover .ph-marquee__track{animation-play-state:paused}@keyframes ph-marquee{to{transform:translate(-100%)}}.ph-cursor{position:fixed;top:0;left:0;width:14px;height:14px;border-radius:50%;background:var(--ph-acid);pointer-events:none;z-index:9999;mix-blend-mode:difference;transform:translate(-50%,-50%);transition:transform .22s var(--ph-ease-out),width .22s,height .22s,opacity .22s;opacity:0}.ph-cursor.is-active{opacity:1}.ph-cursor.is-hover{width:56px;height:56px;background:transparent;border:1px solid var(--ph-acid)}@media(hover:none){.ph-cursor{display:none}}[data-ph-spatial]{position:relative}[data-ph-spatial]:has(.ph-spatial__stage){perspective:1300px;perspective-origin:50% 42%}.ph-spatial__stage{position:relative;z-index:1;transform-style:preserve-3d;transform:rotateX(0) rotateY(0);will-change:transform}[data-ph-depth]{will-change:translate}.ph-spatial__atmos{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.ph-spatial__dust{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.95}.ph-spatial__glow{position:absolute;border-radius:50%;filter:blur(72px)}.ph-spatial__glow--a{width:46vw;height:46vw;max-width:760px;max-height:760px;left:-10%;top:8%;background:radial-gradient(circle,rgba(200,255,61,.13),transparent 64%)}.ph-spatial__glow--b{width:42vw;height:42vw;max-width:660px;max-height:660px;right:-8%;bottom:-4%;background:radial-gradient(circle,rgba(170,190,210,.07),transparent 68%)}@media(max-width:980px),(hover:none),(pointer:coarse){.ph-spatial__stage{transform:none!important}[data-ph-depth]{translate:none!important}.ph-spatial__dust{display:none}}@media(prefers-reduced-motion:reduce){.ph-reveal,.ph-reveal--line>span{opacity:1!important;transform:none!important;transition:none!important}[data-parallax]{transform:none!important}.ph-pillar.is-active,.ph-why__card:hover,.ph-trust__badge:hover,.ph-pillar__link:hover .ph-pillar__link svg{transform:none!important}}.ph-section{position:relative;padding:clamp(80px,12vw,180px) 0;background:var(--ph-black);color:var(--ph-bone)}.ph-section--tight{padding:clamp(40px,6vw,80px) 0}.ph-section--light{background:var(--ph-bone);color:var(--ph-black)}.ph-section--ink{background:var(--ph-ink)}.ph-container{width:min(100% - 48px,1480px);margin:0 auto}@media(max-width:640px){.ph-container{width:min(100% - 32px,1480px)}}.ph-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.ph-tag{font-family:var(--ph-font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ph-mist)}.ph-rule{width:100%;height:1px;background:var(--ph-line)}.ph-cover{width:100%;height:100%;object-fit:cover}.ph-media{position:relative;overflow:hidden;border-radius:var(--ph-radius);background:var(--ph-graphite)}.ph-media__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ph-black);transform:translateY(0);transition:transform 1.2s var(--ph-ease-out);z-index:2}.ph-media.is-visible .ph-media__veil{transform:translateY(-101%)}.ph-media__img{transform:scale(1.08);transition:transform 1.6s var(--ph-ease-out)}.ph-media.is-visible .ph-media__img{transform:scale(1)}@media(max-width:640px){.ph-marquee__track{animation-duration:48s}}@media(max-width:520px){.ph-marquee__track{animation-duration:60s}.ph-reveal{transition-duration:.7s,.7s}.ph-reveal--line>span{transition-duration:.8s}}@media(prefers-reduced-data:reduce){.ph-marquee__track,[class*=ph-chip-float],[class*=ph-float],[class*=ph-mesh],[class*=ph-spin],[class*=ph-prod-beam],[class*=ph-prod-orb]{animation:none!important}}.ph-no-overflow{overflow-x:clip}.ph-chip{pointer-events:auto;position:absolute;top:50%;left:50%;padding:10px 14px;border-radius:999px;background:#14171cbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--ph-line-strong);font-family:var(--ph-font-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ph-bone);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;offset-rotate:0deg;will-change:offset-distance;animation:ph-chip-orbit 30s linear infinite}.ph-chip__dot{width:6px;height:6px;border-radius:50%;background:var(--ph-acid);box-shadow:0 0 0 3px #c8ff3d33}@keyframes ph-chip-orbit{to{offset-distance:100%}}.ph-chip{offset-path:path("M 320 0 A 320 260 0 1 1 -320 0 A 320 260 0 1 1 320 0");animation-duration:52s}.ph-chip:nth-child(1){animation-delay:0s}.ph-chip:nth-child(2){animation-delay:-13s}.ph-chip:nth-child(3){animation-delay:-26s}.ph-chip:nth-child(4){animation-delay:-39s}@media(max-width:640px){.ph-chip{font-size:9px;padding:7px 10px;letter-spacing:.12em}.ph-chip__dot{width:5px;height:5px;box-shadow:0 0 0 2px #c8ff3d33}.ph-chip{offset-path:path("M 128 0 A 128 104 0 1 1 -128 0 A 128 104 0 1 1 128 0")}}.shopify-policy__container{width:min(100% - 48px,860px);margin:0 auto;padding:clamp(96px,13vw,180px) 0 clamp(72px,10vw,140px);color:var(--ph-bone)}.shopify-policy__title{border-bottom:1px solid var(--ph-line);padding-bottom:clamp(24px,3.5vw,40px);margin-bottom:clamp(32px,4.5vw,52px)}.shopify-policy__title h1{font-family:var(--ph-font-display);font-weight:800;letter-spacing:-.035em;line-height:.95;text-transform:uppercase;font-size:clamp(38px,6.5vw,84px);margin:0;color:var(--ph-bone)}.shopify-policy__body{font-size:clamp(15px,1.15vw,17px);line-height:1.7;color:var(--ph-mist);max-width:70ch}.shopify-policy__body .rte>:first-child{margin-top:0}.shopify-policy__body p{margin:0 0 1.1em}.shopify-policy__body a{color:var(--ph-acid);text-decoration:underline;text-underline-offset:4px}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4{color:var(--ph-bone);font-family:var(--ph-font-display);letter-spacing:-.01em;line-height:1.2;margin:2em 0 .6em}.shopify-policy__body h2{font-size:clamp(22px,2.6vw,30px)}.shopify-policy__body h3{font-size:clamp(18px,2vw,22px)}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1.1em;padding-left:1.3em}.shopify-policy__body li{margin-bottom:.5em}.shopify-policy__body strong{color:var(--ph-bone)}.shopify-policy__body hr{border:0;border-top:1px solid var(--ph-line);margin:2em 0}.shopify-policy__body .font-display{font-family:var(--ph-font-display)}.shopify-policy__body .font-semibold{font-weight:700}.shopify-policy__body .text-xl{font-size:clamp(22px,2.6vw,30px)}.shopify-policy__body .text-foreground{color:var(--ph-bone)}.shopify-policy__body .text-accent{color:var(--ph-acid)}.shopify-policy__body .hover\:underline:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
