*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);font-size:var(--base-size);line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg,video{display:block;max-width:100%;height:auto}svg{fill:currentColor}.icon{width:1.15em;height:1.15em;flex:none}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:none;border:none}input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none;padding:0}::selection{background:var(--accent);color:var(--accent-text)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:20px;border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--line)}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.04;letter-spacing:var(--heading-tracking);text-wrap:balance;overflow-wrap:break-word}.h-display{font-size:clamp(2.15rem,6.4vw,5.3rem);line-height:1;overflow-wrap:break-word}.h1{font-size:clamp(2.2rem,5.2vw,3.6rem)}.h2{font-size:clamp(1.8rem,4vw,2.75rem)}.h3{font-size:clamp(1.35rem,2.4vw,1.7rem)}.h4{font-size:clamp(1.1rem,1.6vw,1.25rem)}p{text-wrap:pretty}strong,b{font-weight:700}.uppercase-headings h1,.uppercase-headings h2,.uppercase-headings h3{text-transform:uppercase}.eyebrow{font-family:var(--font-body);font-weight:600;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:.5em}.eyebrow--dim{color:var(--text-dim)}.eyebrow:before{content:"";width:1.6em;height:2px;background:currentColor;display:inline-block}.eyebrow--center:before{display:none}.lead{font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--text-dim);line-height:1.55}.measure{max-width:60ch}.measure-sm{max-width:46ch}.text-dim{color:var(--text-dim)}.text-accent,.accent-mark{color:var(--accent)}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:860px}.container--wide{max-width:1380px}.section{padding-block:var(--section-space)}.section--tight{padding-block:clamp(36px,6vw,64px)}.section--flush-top{padding-top:0}.section-head{max-width:720px;margin-bottom:clamp(28px,4vw,52px)}.section-head--center{margin-inline:auto;text-align:center}.section-head .eyebrow{margin-bottom:16px}.section-head p{margin-top:14px}.stack>*+*{margin-top:1rem}.stack-lg>*+*{margin-top:1.6rem}.grid{display:grid;gap:clamp(16px,2vw,24px)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.divider{height:1px;background:var(--line);border:0}.button{--btn-bg: var(--accent);--btn-fg: var(--accent-text);--btn-bd: var(--accent);display:inline-flex;align-items:center;justify-content:center;gap:.6em;padding:.95em 1.5em;font-family:var(--font-body);font-weight:700;font-size:.98rem;letter-spacing:.01em;line-height:1;text-align:center;background:var(--btn-bg);color:var(--btn-fg);border:2px solid var(--btn-bd);border-radius:var(--radius-btn);transition:transform .18s cubic-bezier(.2,.7,.2,1),box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;will-change:transform}.button:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-pop)}.button:active{transform:translate(0);box-shadow:none}.button--secondary{--btn-bg: transparent;--btn-fg: var(--text);--btn-bd: var(--line)}.button--secondary:hover{--btn-fg: var(--bg);--btn-bg: var(--text);--btn-bd: var(--text);box-shadow:var(--shadow-pop)}.button--ghost{--btn-bg: transparent;--btn-fg: var(--text);--btn-bd: transparent}.button--ghost:hover{--btn-bd: var(--line);box-shadow:none}.button--invert{--btn-bg: var(--bg);--btn-fg: var(--text);--btn-bd: var(--bg)}.button--lg{padding:1.1em 1.8em;font-size:1.05rem}.button--sm{padding:.7em 1.1em;font-size:.85rem}.button--full{width:100%}.button .arrow{transition:transform .18s ease}.button:hover .arrow{transform:translate(3px)}.link-arrow{display:inline-flex;align-items:center;gap:.45em;font-weight:600;color:var(--accent);border-bottom:2px solid transparent;transition:border-color .18s ease,gap .18s ease}.link-arrow:hover{border-color:var(--accent);gap:.7em}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);padding:clamp(20px,3vw,30px);transition:transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease,border-color .2s ease}.card--hover:hover{transform:translate(-3px,-3px);box-shadow:var(--shadow-card-hover);border-color:var(--accent)}.block-invert{background:var(--cream);color:var(--cream-text);border:2px solid var(--ink);border-radius:var(--radius-card);box-shadow:var(--shadow-pop)}.block-accent{background:var(--accent);color:var(--accent-text);border:2px solid var(--ink);border-radius:var(--radius-card)}.badge{display:inline-flex;align-items:center;gap:.45em;padding:.4em .75em;font-size:.78rem;font-weight:600;letter-spacing:.02em;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--text)}.badge--accent{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.badge svg{width:1em;height:1em}.pill-price{display:inline-flex;align-items:baseline;gap:.4em;font-family:var(--font-heading);font-weight:700}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.announcement{background:var(--accent);color:var(--accent-text);font-weight:600;font-size:.86rem;letter-spacing:.01em}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:1.2em;min-height:40px;padding-block:8px;text-align:center}.announcement a{text-decoration:underline;text-underline-offset:3px}.announcement .dot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.6}.site-header{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;gap:1.5rem;min-height:66px;padding-block:10px}.site-header__logo{font-family:var(--font-heading);font-weight:700;font-size:1.35rem;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.5em}.brand-mark{width:1.05em;height:1.05em;flex:none;display:inline-block;vertical-align:-.12em}.brand-mark .bm-outline{fill:none;stroke:currentColor;stroke-width:2.4}.brand-mark .bm-solid{fill:var(--accent)}.site-header__logo img{width:var(--logo-w, 130px);height:auto}.site-nav{display:flex;align-items:center;gap:1.4rem;margin-left:auto}.site-nav__list{display:flex;align-items:center;gap:1.4rem}.site-nav__link{font-weight:500;font-size:.95rem;color:var(--text);padding:6px 2px;position:relative}.site-nav__link:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--accent);transition:width .2s ease}.site-nav__link:hover:after,.site-nav__link[aria-current]:after{width:100%}.header-actions{display:flex;align-items:center;gap:.6rem}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-btn);color:var(--text);position:relative;transition:background .18s ease,color .18s ease}.icon-button:hover{background:var(--surface)}.icon-button svg{width:22px;height:22px}.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;font-size:.68rem;font-weight:700;line-height:1;background:var(--accent);color:var(--accent-text);border-radius:999px}.cart-count[hidden],.nav-toggle{display:none}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--bg);transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:20px var(--gutter) 40px;visibility:hidden}.mobile-nav.is-open{transform:translate(0);visibility:visible}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;min-height:56px}.mobile-nav__list{margin-top:24px;display:flex;flex-direction:column;gap:4px}.mobile-nav__link{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.6rem,7vw,2.2rem);padding:12px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.mobile-nav__link .arrow{color:var(--accent)}.mobile-nav__footer{margin-top:auto;padding-top:24px;display:flex;gap:14px;flex-wrap:wrap}.hero{position:relative;overflow:clip}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero__grid{position:absolute;top:-10%;right:-10%;bottom:0;left:-10%;background-image:linear-gradient(to right,color-mix(in srgb,var(--line) 60%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--line) 60%,transparent) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(120% 80% at 70% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(120% 80% at 70% 0%,#000 30%,transparent 75%);opacity:.5}.hero__glow{position:absolute;width:60vw;height:60vw;max-width:720px;max-height:720px;right:-10%;top:-22%;background:radial-gradient(circle at center,color-mix(in srgb,var(--accent) 32%,transparent),transparent 62%);filter:blur(20px);will-change:transform}.hero__glow--violet{left:-16%;top:30%;right:auto;background:radial-gradient(circle at center,color-mix(in srgb,var(--accent-2) 28%,transparent),transparent 62%)}.hero__inner{position:relative;z-index:1;padding-block:clamp(64px,12vw,132px) var(--section-space)}.hero__layout{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(28px,5vw,64px);align-items:center}.hero__title{margin-top:22px}.hero__title .accent-mark{position:relative;white-space:nowrap}.hero__sub{margin-top:22px;max-width:52ch}.hero__cta{margin-top:32px;display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hero__microtrust{margin-top:22px;display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--text-dim);font-size:.86rem}.hero__microtrust li{display:inline-flex;align-items:center;gap:.5em}.hero__microtrust svg{width:1.05em;height:1.05em;color:var(--accent)}.hero__visual{position:relative}.hero__panel{background:var(--surface);border:2px solid var(--ink);border-radius:calc(var(--radius-card) + 4px);box-shadow:var(--shadow-pop);padding:clamp(18px,2.4vw,26px)}.hero__panel-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-block:12px;border-bottom:1px solid var(--line)}.hero__panel-row:last-child{border-bottom:0}.hero__panel-row .label{color:var(--text-dim);font-size:.9rem}.hero__panel-row .value{font-family:var(--font-heading);font-weight:700}.hero__panel-row .value--accent{color:var(--accent)}.hero__panel-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.hero__panel-head .dotrow{display:inline-flex;gap:5px}.hero__panel-head .dotrow i{width:9px;height:9px;border-radius:50%;background:var(--line);display:inline-block}.hero__panel-head .dotrow i:first-child{background:var(--accent)}.hero__panel-tag{margin-left:auto;font-size:.72rem;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase}.trustbar{border-block:1px solid var(--line);background:var(--surface)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:.7em;padding:clamp(16px,2.2vw,22px) clamp(14px,2vw,22px);border-right:1px solid var(--line);font-weight:500;font-size:.95rem}.trust-item:last-child{border-right:0}.trust-item svg{width:22px;height:22px;color:var(--accent);flex:none}.marquee{overflow:hidden;border-block:1px solid var(--line);background:var(--surface);padding-block:14px}.marquee__track{display:inline-flex;gap:2.5rem;white-space:nowrap;animation:marquee 28s linear infinite}.marquee__track span{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.1rem,2vw,1.6rem);display:inline-flex;align-items:center;gap:2.5rem}.marquee__track span:after{content:"\2726";color:var(--accent)}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px)}.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;transition:transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease,border-color .2s ease;height:100%}.product-card:hover{transform:translate(-3px,-3px);box-shadow:var(--shadow-card-hover);border-color:var(--accent)}.product-card__media{position:relative;aspect-ratio:4 / 3;background:var(--surface-2);display:grid;place-items:center;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;padding:18px;background:radial-gradient(120% 120% at 28% 18%,color-mix(in srgb,var(--accent) 9%,var(--surface-2)),var(--surface-2))}.doc-mock{width:62%;max-width:168px;aspect-ratio:4 / 5;background:var(--surface);border:2px solid var(--ink);border-radius:10px;box-shadow:var(--shadow-pop);padding:15px;display:flex;flex-direction:column;gap:9px;position:relative}.doc-mock:before{content:"";position:absolute;top:-2px;right:16px;width:28px;height:9px;background:var(--accent);border-radius:0 0 4px 4px}.doc-mock__bar{height:7px;border-radius:4px;background:var(--line);width:100%}.doc-mock__bar--accent{background:var(--accent);width:46%;height:9px}.doc-mock__bar--80{width:80%}.doc-mock__bar--60{width:60%}.doc-mock__bar--40{width:40%}.product-card__flag{position:absolute;top:12px;left:12px;background:var(--accent);color:var(--accent-text);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 9px;border-radius:6px}.product-card__body{display:flex;flex-direction:column;gap:10px;padding:clamp(16px,2vw,22px);flex:1 1 auto}.product-card__title{font-size:1.18rem}.product-card__desc{color:var(--text-dim);font-size:.95rem;line-height:1.5}.product-card__meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}.product-card__price{font-family:var(--font-heading);font-weight:700;font-size:1.3rem}.product-card__price .compare{font-size:.9rem;color:var(--text-dim);text-decoration:line-through;font-weight:500;margin-left:6px}.product-card .button{white-space:nowrap}.product-card__features{display:flex;flex-direction:column;gap:6px;font-size:.88rem;color:var(--text-dim)}.product-card__features li{display:flex;gap:.5em;align-items:flex-start}.product-card__features svg{width:1.05em;height:1.05em;color:var(--accent);flex:none;margin-top:.2em}.for-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(14px,1.8vw,20px)}.for-item{display:flex;gap:14px;padding:clamp(18px,2.4vw,26px)}.for-item__icon{flex:none;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);color:var(--accent)}.for-item__icon svg{width:24px;height:24px}.for-item h3{font-size:1.1rem;margin-bottom:6px}.for-item p{color:var(--text-dim);font-size:.95rem}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,24px)}.compare-col{padding:clamp(22px,3vw,34px);border-radius:var(--radius-card);border:1px solid var(--line);background:var(--surface)}.compare-col--no{opacity:.96}.compare-col--yes{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.compare-col h3{display:flex;align-items:center;gap:.6em;font-size:1.2rem;margin-bottom:20px}.compare-mark{display:inline-grid;place-items:center;width:1.8em;height:1.8em;border-radius:8px;flex:none}.compare-mark--no{background:color-mix(in srgb,#ff6b6b 16%,var(--surface));color:#ff8585}.compare-mark--yes{background:color-mix(in srgb,var(--accent) 18%,var(--surface));color:var(--accent)}.compare-list li{display:flex;gap:.7em;padding-block:10px;border-top:1px solid var(--line);align-items:flex-start}.compare-list li:first-child{border-top:0}.compare-list svg{width:1.2em;height:1.2em;flex:none;margin-top:.15em}.compare-col--no .compare-list svg{color:#ff6b6b}.compare-col--yes .compare-list svg{color:var(--accent)}.founder__layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(24px,4vw,56px);align-items:center}.founder__layout--solo{grid-template-columns:1fr;max-width:760px;margin-inline:auto}.founder__photo{position:relative;border-radius:var(--radius-card);overflow:hidden;border:2px solid var(--ink);box-shadow:var(--shadow-pop);background:var(--surface-2);aspect-ratio:4 / 5}.founder__photo img{width:100%;height:100%;object-fit:cover}.founder__photo-ph{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(130% 100% at 50% 0%,color-mix(in srgb,var(--accent) 9%,var(--surface)),var(--surface-2))}.founder__photo-ph .brand-mark{width:68px;height:68px;opacity:.22}.founder__badge{position:absolute;left:14px;bottom:14px;background:var(--accent);color:var(--accent-text);font-weight:700;font-size:.8rem;padding:6px 12px;border-radius:999px}.founder__quote{font-family:var(--font-heading);font-weight:500;font-size:clamp(1.3rem,2.6vw,2rem);line-height:1.2}.founder__quote .accent-mark{color:var(--accent)}.founder__sign{margin-top:22px;display:flex;align-items:center;gap:12px}.founder__sign .name{font-family:var(--font-heading);font-weight:700}.founder__sign .role{color:var(--text-dim);font-size:.9rem}.founder__links{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);overflow:hidden}.faq-item[open]{border-color:var(--accent)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1em;padding:clamp(16px,2.2vw,22px);cursor:pointer;list-style:none;font-family:var(--font-heading);font-weight:700;font-size:clamp(1rem,1.6vw,1.18rem)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .faq-icon{flex:none;width:26px;height:26px;position:relative}.faq-item summary .faq-icon:before,.faq-item summary .faq-icon:after{content:"";position:absolute;background:var(--accent);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.faq-item summary .faq-icon:before{top:50%;left:4px;right:4px;height:2px;transform:translateY(-50%)}.faq-item summary .faq-icon:after{left:50%;top:4px;bottom:4px;width:2px;transform:translate(-50%)}.faq-item[open] summary .faq-icon:after{transform:translate(-50%) scaleY(0);opacity:0}.faq-item__body{padding:0 clamp(16px,2.2vw,22px) clamp(18px,2.2vw,22px);color:var(--text-dim)}.faq-item__body>*+*{margin-top:.8em}.faq-item__body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.waitlist{position:relative;overflow:clip}.waitlist__card{position:relative;isolation:isolate;border:2px solid var(--ink);border-radius:calc(var(--radius-card) + 6px);background:radial-gradient(80% 120% at 12% 0%,color-mix(in srgb,var(--accent-2) 22%,transparent),transparent 55%),radial-gradient(80% 120% at 100% 100%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 55%),var(--surface);padding:clamp(28px,5vw,64px);box-shadow:var(--shadow-pop)}.waitlist__layout{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,4vw,48px);align-items:center}.waitlist__badge{display:inline-flex;align-items:center;gap:.5em;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.waitlist__badge .ping{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 0 var(--accent);animation:ping 1.8s ease-out infinite}@keyframes ping{0%{box-shadow:0 0 color-mix(in srgb,var(--accent) 70%,transparent)}to{box-shadow:0 0 0 12px transparent}}.waitlist h2,.waitlist__sub{margin-top:14px}.waitlist__perks{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--text-dim);font-size:.9rem}.waitlist__perks li{display:inline-flex;align-items:center;gap:.45em}.waitlist__perks svg{width:1.05em;height:1.05em;color:var(--accent)}.signup-form{display:flex;gap:10px;flex-wrap:wrap}.signup-form .field{flex:1 1 220px;position:relative}.signup-form input[type=email]{width:100%;padding:1em 1.1em;background:var(--bg);border:2px solid var(--line);border-radius:var(--radius-btn);color:var(--text);transition:border-color .18s ease}.signup-form input[type=email]::placeholder{color:var(--text-dim)}.signup-form input[type=email]:focus{outline:none;border-color:var(--accent)}.signup-form .button{flex:none}.form-note{margin-top:12px;font-size:.82rem;color:var(--text-dim)}.form-success{display:flex;align-items:center;gap:.6em;padding:1em 1.2em;border:2px solid var(--accent);border-radius:var(--radius-btn);background:color-mix(in srgb,var(--accent) 12%,var(--surface));font-weight:600}.form-success svg{width:1.3em;height:1.3em;color:var(--accent);flex:none}.form-error{color:#ff8585;font-size:.88rem;margin-top:10px}.site-footer{border-top:1px solid var(--line);background:var(--surface);padding-block:clamp(48px,7vw,84px) 28px}.site-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:clamp(28px,4vw,56px)}.site-footer__brand .logo{font-family:var(--font-heading);font-weight:700;font-size:1.6rem;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.5em}.site-footer__brand .logo .brand-mark{width:1.1em;height:1.1em}.site-footer__brand p{margin-top:14px;color:var(--text-dim);max-width:40ch}.footer-col h4{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a:hover{color:var(--accent)}.socials{display:flex;gap:10px;margin-top:20px}.socials a{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;transition:border-color .18s ease,color .18s ease,transform .18s ease}.socials a:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.socials svg{width:20px;height:20px}.site-footer__bottom{margin-top:clamp(32px,5vw,56px);padding-top:22px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;color:var(--text-dim);font-size:.85rem}.payment-icons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.payment-icons svg{height:24px;width:auto;border-radius:4px}.secure-row{display:inline-flex;align-items:center;gap:.5em}.secure-row svg{width:1.1em;height:1.1em;color:var(--accent)}.product{padding-top:clamp(28px,4vw,52px)}.product__layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,60px);align-items:start}.product__media-col{position:sticky;top:86px}.product__gallery{display:flex;flex-direction:column;gap:12px}.product__media{border:2px solid var(--ink);border-radius:var(--radius-card);overflow:hidden;background:var(--surface-2);box-shadow:var(--shadow-pop);aspect-ratio:4 / 3}.product__media img{width:100%;height:100%;object-fit:cover}.product__media-ph{width:100%;height:100%;display:grid;place-items:center;color:var(--line)}.product__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product__thumb{width:76px;height:64px;border:2px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface-2);cursor:pointer}.product__thumb.is-active{border-color:var(--accent)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info{display:flex;flex-direction:column;gap:20px}.product__title{font-size:clamp(1.9rem,4vw,2.8rem)}.product__price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.product__price{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.8rem,3vw,2.4rem)}.product__price .compare{font-size:1.1rem;color:var(--text-dim);text-decoration:line-through;font-weight:500}.product__price-badge{font-size:.78rem;font-weight:700;background:var(--accent);color:var(--accent-text);padding:4px 9px;border-radius:6px;text-transform:uppercase;letter-spacing:.03em}.product__pitch{color:var(--text-dim);font-size:1.05rem}.product-form{display:flex;flex-direction:column;gap:12px}.product-form .buy-row{display:flex;flex-direction:column;gap:10px}.product-form shopify-payment-button{display:block}.shopify-payment-button__button{border-radius:var(--radius-btn)!important;font-family:var(--font-body)!important}.product__trust{display:flex;flex-wrap:wrap;gap:10px 20px;padding-top:4px}.product__trust li{display:inline-flex;align-items:center;gap:.5em;color:var(--text-dim);font-size:.9rem}.product__trust svg{width:1.1em;height:1.1em;color:var(--accent)}.whats-inside{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);padding:clamp(18px,2.4vw,26px)}.whats-inside h3{font-size:1.1rem;margin-bottom:14px;display:flex;align-items:center;gap:.5em}.whats-inside h3 svg{width:1.1em;height:1.1em;color:var(--accent)}.inside-list{display:flex;flex-direction:column;gap:10px}.inside-list li{display:flex;gap:.7em;align-items:flex-start}.inside-list svg{width:1.2em;height:1.2em;color:var(--accent);flex:none;margin-top:.18em}.guarantee-band{display:flex;align-items:center;gap:16px;padding:clamp(18px,2.4vw,24px);border:2px solid var(--ink);border-radius:var(--radius-card);background:var(--cream);color:var(--cream-text);box-shadow:var(--shadow-pop)}.guarantee-band .seal{flex:none;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--accent)}.guarantee-band .seal svg{width:28px;height:28px}.guarantee-band h3{font-size:1.1rem}.guarantee-band p{font-size:.92rem;opacity:.85}.buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;align-items:center;gap:12px;padding:12px var(--gutter) calc(12px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--line);transform:translateY(120%);transition:transform .3s ease}.buy-bar.is-visible{transform:translateY(0)}.buy-bar__price{font-family:var(--font-heading);font-weight:700;font-size:1.2rem}.buy-bar__price .label{display:block;font-family:var(--font-body);font-weight:500;font-size:.72rem;color:var(--text-dim)}.buy-bar .button{margin-left:auto}.collection-head{text-align:center;max-width:720px;margin:0 auto clamp(28px,4vw,48px)}.collection-empty{text-align:center;padding-block:60px;color:var(--text-dim)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination a,.pagination span{display:grid;place-items:center;min-width:44px;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-btn)}.pagination .current{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.pagination a:hover{border-color:var(--accent)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#0000008c;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:96;width:min(440px,100%);background:var(--bg);border-left:1px solid var(--line);transform:translate(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px var(--gutter);border-bottom:1px solid var(--line)}.cart-drawer__head h2{font-size:1.25rem}.cart-drawer__items{flex:1 1 auto;overflow-y:auto;padding:12px var(--gutter)}.cart-drawer__empty{text-align:center;padding:48px 0;color:var(--text-dim)}.cart-drawer__foot{border-top:1px solid var(--line);padding:18px var(--gutter) calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:12px}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:14px;padding-block:16px;border-bottom:1px solid var(--line);align-items:start}.cart-line__img{width:64px;height:64px;border-radius:10px;overflow:hidden;background:var(--surface-2);border:1px solid var(--line)}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-weight:600;font-size:.95rem}.cart-line__price{color:var(--text-dim);font-size:.9rem;margin-top:4px}.cart-line__remove{color:var(--text-dim);font-size:.82rem;text-decoration:underline;margin-top:8px}.cart-line__remove:hover{color:var(--accent)}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden}.qty button{width:32px;height:32px;display:grid;place-items:center}.qty button:hover{color:var(--accent)}.qty input{width:36px;text-align:center;border:0;background:transparent;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-subtotal{display:flex;align-items:baseline;justify-content:space-between}.cart-subtotal .amount{font-family:var(--font-heading);font-weight:700;font-size:1.3rem}.cart-secure{display:inline-flex;align-items:center;gap:.5em;justify-content:center;color:var(--text-dim);font-size:.82rem}.cart-secure svg{width:1.05em;height:1.05em;color:var(--accent)}.cart-page__layout{display:grid;grid-template-columns:1.6fr .9fr;gap:clamp(24px,4vw,48px);align-items:start}.cart-summary{position:sticky;top:86px;border:2px solid var(--ink);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-pop);padding:clamp(20px,3vw,28px)}.rte>*+*{margin-top:1.1em}.rte h2{font-size:clamp(1.5rem,3vw,2.1rem);margin-top:1.4em}.rte h3{font-size:1.3rem;margin-top:1.2em}.rte a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.rte ul{list-style:disc;padding-left:1.3em;display:flex;flex-direction:column;gap:.4em}.rte ol{list-style:decimal;padding-left:1.3em;display:flex;flex-direction:column;gap:.4em}.rte blockquote{border-left:3px solid var(--accent);padding-left:1em;color:var(--text-dim);font-style:italic}.page-hero{text-align:center;max-width:760px;margin-inline:auto}.reveal{opacity:1;transform:none}.js .reveal-on .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.js .reveal-on .reveal.is-visible{opacity:1;transform:none}.js .reveal-on .product-grid .reveal:nth-child(2),.js .reveal-on .for-grid .reveal:nth-child(2),.js .reveal-on .trust-grid .reveal:nth-child(2){transition-delay:.07s}.js .reveal-on .product-grid .reveal:nth-child(3),.js .reveal-on .for-grid .reveal:nth-child(3),.js .reveal-on .trust-grid .reveal:nth-child(3){transition-delay:.14s}.js .reveal-on .for-grid .reveal:nth-child(4),.js .reveal-on .trust-grid .reveal:nth-child(4){transition-delay:.21s}@media(prefers-reduced-motion:reduce){.js .reveal-on .reveal{opacity:1!important;transform:none!important;transition:none!important}.marquee__track,.waitlist__badge .ping{animation:none!important}.button,.card,.product-card{transition:none!important}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.text-center{text-align:center}.mx-auto{margin-inline:auto}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-sm{gap:10px}.gap-md{gap:18px}.mt-lg{margin-top:clamp(28px,4vw,44px)}.full-bleed-dark{background:var(--surface)}[hidden]{display:none!important}.no-scroll{overflow:hidden}@media(max-width:1000px){.hero__layout{grid-template-columns:1fr}.hero__visual{order:-1;max-width:460px}.founder__layout{grid-template-columns:1fr}.founder__photo{max-width:380px;aspect-ratio:4/4}.waitlist__layout,.product__layout{grid-template-columns:1fr}.product__media-col{position:static}.cart-page__layout{grid-template-columns:1fr}.cart-summary{position:static}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1 / -1}}@media(max-width:760px){.product-grid,.for-grid,.compare-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item{border-bottom:1px solid var(--line)}.trust-item:nth-last-child(-n+1){border-bottom:0}.site-nav__list{display:none}.site-nav{margin-left:auto}.nav-toggle{display:inline-flex}.desktop-only{display:none!important}.buy-bar{display:flex}}@media(max-width:480px){.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0}.site-footer__top{grid-template-columns:1fr}.signup-form .button,.hero__cta .button{width:100%}}@media(min-width:761px){.mobile-only{display:none!important}}.featured__more{margin-top:clamp(36px,5vw,56px);padding-top:clamp(26px,4vw,40px);border-top:1px solid var(--line);text-align:center}.refund-callout{display:flex;gap:.7em;align-items:flex-start;margin-top:14px;padding:14px 16px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:12px;background:color-mix(in srgb,var(--accent) 6%,var(--surface))}.refund-callout>svg,.refund-callout .icon{color:var(--accent);width:1.3em;height:1.3em;margin-top:.1em}.refund-callout__text{font-size:.92rem;line-height:1.5}.refund-callout__text strong{display:block;color:var(--text)}.refund-callout a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;font-size:.85rem;white-space:nowrap}.policy{padding-block:var(--section-space)}.policy__head{text-align:center;max-width:640px;margin-inline:auto}.policy__seal{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;margin:0 auto 22px;background:var(--accent);color:var(--accent-text);border:2px solid var(--ink);box-shadow:var(--shadow-pop)}.policy__seal svg{width:32px;height:32px}.policy__body{max-width:640px;margin:clamp(28px,4vw,44px) auto 0}.policy__body p{font-size:1.12rem;line-height:1.7}.policy__body p+p{margin-top:1.1em}.policy__condition{margin-top:26px;padding:22px 24px;border:2px solid var(--ink);border-radius:var(--radius-card);background:var(--cream);color:var(--cream-text);box-shadow:var(--shadow-pop)}.policy__condition strong{font-family:var(--font-heading)}.policy__email{margin-top:30px;text-align:center}@media(max-width:480px){.refund-callout{flex-wrap:wrap}.refund-callout a{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/base.css.map */
