:root{color-scheme:light;--ink:#30241d;--muted:#765e52;--thread:#d95549;--thread-dark:#a33c35;--white:#ffffff;--lab-paper:#f6e7c8;--lab-yellow:#ffe138;--lab-blue:#135dff;--lab-green:#00a676}*{box-sizing:border-box}html{min-height:100%;background:var(--white)}body{display:grid;grid-template-rows:1fr auto;min-height:100vh;min-height:100svh;margin:0;color:var(--ink);background:var(--white);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}a{color:inherit}.site-main{display:grid;place-items:center;padding:clamp(2rem,6vw,4.5rem)1.25rem clamp(1.5rem,4vw,3rem)}.hero{display:grid;width:min(100%,42rem);gap:clamp(1.5rem,5vw,2.75rem);align-items:center;justify-items:center;text-align:center;background:var(--white)}.brand{position:relative;display:block;width:min(100%,31rem);text-decoration:none;--stitch-x:50%;--stitch-y:50%}.brand-logo{display:block;width:100%;height:auto;margin:0 auto}.brand-stitch-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:0;-webkit-mask-image:radial-gradient( circle 8.5rem at var(--stitch-x) var(--stitch-y),#000 0 42%,rgb(0 0 0/72%) 58%,transparent 82% );mask-image:radial-gradient( circle 8.5rem at var(--stitch-x) var(--stitch-y),#000 0 42%,rgb(0 0 0/72%) 58%,transparent 82% );transition:opacity 150ms ease}.brand:hover .brand-stitch-overlay,.brand:focus-visible .brand-stitch-overlay,.brand.is-stitching .brand-stitch-overlay{opacity:1}.logo-hover-letter-shape{font-family:Menlo,Monaco,Consolas,roboto mono,monospace;font-size:132px;font-weight:900;letter-spacing:18px;text-anchor:start}.logo-hover-stitch-field{opacity:.78;animation:stitch-field-crawl 2600ms linear infinite}.logo-hover-stitch{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.logo-hover-stitch-main{stroke:rgb(48 36 29/68%);stroke-width:4.2px;stroke-dasharray:6 13;animation:stitch-crawl 1800ms linear infinite}.logo-hover-stitch-accent{stroke:rgb(217 85 73/.5);stroke-width:2.8px;stroke-dasharray:3 19;stroke-dashoffset:9;animation:stitch-crawl 2400ms linear infinite reverse}@keyframes stitch-crawl{to{stroke-dashoffset:-38}}@keyframes stitch-field-crawl{to{transform:translate(34px,0)}}.product-callout{display:grid;width:min(100%,34rem);justify-items:center}.lab-note{position:relative;display:grid;gap:1rem;width:min(100%,31rem);padding:clamp(1rem,4vw,1.35rem);color:var(--ink);background:linear-gradient(90deg,rgb(22 18 15/8%) 1px,transparent 1px),linear-gradient(rgb(22 18 15/8%) 1px,transparent 1px),var(--lab-paper);background-size:18px 18px;border:3px solid var(--ink);box-shadow:7px 7px 0 var(--lab-blue)}.lab-note::before{position:absolute;top:-.8rem;left:1rem;width:5.5rem;height:1.3rem;content:"";background:rgb(217 85 73/28%);border:2px solid rgb(48 36 29/18%);transform:rotate(-3deg)}.note-kicker{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:space-between;margin:0;font-size:.68rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.note-kicker span{display:inline-flex;border:2px solid var(--ink);padding:.22rem .38rem;background:var(--white)}.note-kicker span:first-child{color:var(--white);background:var(--lab-green)}.eyebrow{margin:0;color:var(--thread-dark);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.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}.button{display:inline-flex;align-items:center;justify-content:space-between;width:min(100%,18rem);min-height:3.4rem;padding:.82rem 1rem;color:var(--ink);font-weight:950;text-decoration:none;background:var(--lab-yellow);border:3px solid var(--ink);border-radius:0;box-shadow:5px 5px 0 var(--ink);transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease}.button span:last-child{display:grid;width:2rem;height:2rem;margin-left:.75rem;place-items:center;color:var(--white);background:var(--thread);border:2px solid var(--ink);border-radius:50%}.button:hover,.button:focus-visible{background:#fff06a;transform:translate(.18rem,.18rem);box-shadow:3px 3px 0 var(--ink)}.button:focus-visible{outline:3px solid rgb(19 93 255/28%);outline-offset:5px}.product-note{max-width:31rem;margin:0;color:var(--muted);font-size:.98rem;font-weight:650;line-height:1.55}.site-footer{padding:0 1.25rem clamp(1rem,2.5vw,1.5rem);color:var(--muted);font-size:.76rem;letter-spacing:.08em;text-align:center}@media(min-width:860px){.hero{width:min(100%,76rem);grid-template-columns:minmax(24rem,34rem)minmax(20rem,29rem);gap:clamp(3rem,8vw,7rem);align-items:start;justify-content:center;text-align:left}.brand{justify-self:end}.brand{width:min(37vw,33rem)}.brand-logo{margin:0}.product-callout{justify-self:start;justify-items:start}.lab-note{width:min(100%,29rem)}}@media(max-width:420px){.site-main{padding-inline:1rem}.brand{width:min(100%,24rem)}.eyebrow{font-size:.7rem;letter-spacing:.14em}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}}