:root{--black:#000;--near-black:#0b0b0c;--charcoal:#1e1e20;--charcoal-2:#161617;--steel:#4a4a4d;--fog:#c9c9cc;--paper:#f4f4f5;--white:#fff;--orange:#f79800;--orange-dark:#d98400;--success:#2e7d4f;--warning:#c77700;--error:#b3261e;--radius-sm:3px;--radius-md:6px;--maxw:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--near-black);color:var(--white);font-family:Inter,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;margin:0;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}.mono{font-family:IBM Plex Mono,monospace}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:18px}.eyebrow:before{content:"";width:18px;height:2px;background:var(--orange);transform:skewX(-20deg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;padding:12px 22px;border-radius:var(--radius-sm);border:1px solid transparent;transition:all .2s ease;letter-spacing:.01em}.btn-primary{background:var(--orange);color:var(--black)}.btn-outline{background:transparent;color:var(--white);border-color:var(--steel)}.btn-sm{padding:9px 16px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.img-placeholder{position:relative;background:var(--charcoal);display:flex;align-items:center;justify-content:center;overflow:hidden}.img-placeholder:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,rgba(247,152,0,.06),rgba(247,152,0,.06) 1px,transparent 0,transparent 26px),repeating-linear-gradient(45deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.03) 1px,transparent 0,transparent 26px)}.img-placeholder span{position:relative;z-index:1;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--fog);border:1px dashed var(--steel);border-radius:4px;padding:8px 14px;background:rgba(0,0,0,.4);text-align:center}.admin-shell{background:var(--paper);color:var(--near-black);min-height:100vh}.admin-label{display:block;font-size:12px;font-weight:600;color:var(--steel);margin-bottom:6px;font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.04em}.admin-input,.admin-select,.admin-textarea{width:100%;padding:10px 12px;border:1px solid #d8d8da;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;background:var(--white);color:var(--near-black)}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(247,152,0,.15)}.admin-textarea{min-height:90px;resize:vertical}.admin-field{margin-bottom:18px}.admin-card{background:var(--white);border:1px solid #e2e2e4;border-radius:8px;padding:24px}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;font-family:IBM Plex Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--steel);padding:10px 12px;border-bottom:1px solid #e2e2e4}.admin-table td{padding:12px;border-bottom:1px solid #eee;font-size:14px;vertical-align:middle}.admin-badge{display:inline-block;padding:3px 10px;border-radius:99px;font-size:11px;font-weight:600;font-family:IBM Plex Mono,monospace}.admin-badge.active{background:rgba(46,125,79,.12);color:var(--success)}.admin-badge.draft{background:rgba(199,119,0,.12);color:var(--warning)}.admin-badge.new{background:rgba(58,110,165,.12);color:#3a6ea5}[data-scroll-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}[data-scroll-reveal].is-visible{opacity:1;transform:translateY(0)}[data-scroll-pop]{opacity:0;transform:scale(.92) translateY(18px);transition:opacity .6s ease,transform .6s ease}[data-scroll-pop].is-visible{opacity:1;transform:scale(1) translateY(0)}[data-scroll-stagger]>*{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}[data-scroll-stagger].is-visible>*{opacity:1;transform:translateY(0)}[data-scroll-stagger].is-visible>:first-child{transition-delay:.05s}[data-scroll-stagger].is-visible>:nth-child(2){transition-delay:.12s}[data-scroll-stagger].is-visible>:nth-child(3){transition-delay:.19s}[data-scroll-stagger].is-visible>:nth-child(4){transition-delay:.26s}[data-scroll-stagger].is-visible>:nth-child(5){transition-delay:.33s}[data-scroll-stagger].is-visible>:nth-child(6){transition-delay:.4s}@media (max-width:768px){.wrap{padding-left:18px;padding-right:18px}header{width:100%}nav{gap:10px!important}.btn{max-width:100%}a,h1,h2,h3,h4,p,span{overflow-wrap:break-word}img{max-width:100%;height:auto}}@media (max-width:480px){.wrap{padding-left:16px;padding-right:16px}.btn{padding:11px 16px;font-size:13px}.eyebrow{font-size:10px;letter-spacing:.09em}}@media (max-width:900px) and (orientation:landscape){.wrap{padding-left:20px!important;padding-right:20px!important}.wrap[style*=grid-template-columns]{grid-template-columns:1fr!important}section .wrap{max-width:100%;width:100%}section h1,section h2,section h3,section h4,section p{max-width:100%!important;overflow-wrap:break-word}section{max-width:100vw;overflow-x:hidden}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr!important;gap:36px!important}.hero-grid>div{min-width:0}.hero-grid h1{font-size:38px!important;line-height:1.08!important}.hero-grid p,.hero-grid>div:last-child{max-width:100%!important}}@media (max-width:900px) and (orientation:landscape){.hero-grid{grid-template-columns:1fr .85fr!important;gap:28px!important;align-items:center}.hero-grid h1{font-size:32px!important;line-height:1.08!important}.hero-grid p{font-size:14px!important;line-height:1.5!important}.hero-grid>div:last-child{max-width:360px!important}}@media screen and (max-width:767px){body,html{margin:0;padding:0;overflow-x:hidden}.wrap,body,html{width:100%;max-width:100%}.wrap{padding-left:20px;padding-right:20px}header{width:100%;max-width:100%;overflow:hidden}header>.wrap{max-width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:auto auto auto!important;height:auto!important;padding:14px 16px 16px!important;grid-gap:0!important;gap:0!important}header>.wrap,header>.wrap>a{width:100%!important;align-items:center!important}header>.wrap>a{grid-column:1/-1!important;grid-row:1!important;display:flex!important;justify-content:center!important;min-width:0!important;padding:4px 0 14px!important}header>.wrap>a img{width:24px!important;height:auto!important;flex-shrink:0!important}header>.wrap>a span{font-size:17px!important;line-height:1!important;white-space:nowrap!important;flex-shrink:0!important}header>.wrap>nav{display:contents!important}header>.wrap>nav>a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;padding:10px 4px!important;font-size:15px!important;line-height:1.2!important;font-weight:500!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important}header>.wrap>nav>a:first-child{grid-column:1!important;grid-row:2!important}header>.wrap>nav>a:nth-child(2){grid-column:2!important;grid-row:2!important}header>.wrap>nav>a:nth-child(3){grid-column:3!important;grid-row:2!important}header>.wrap>nav>a:nth-child(4){grid-column:1!important;grid-row:3!important}header>.wrap>nav>a:nth-child(5){grid-column:2!important;grid-row:3!important}header>.wrap>div{grid-column:3!important;grid-row:3!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important}header>.wrap>div>.btn{display:inline-flex!important;width:auto!important;max-width:100%!important;padding:9px 8px!important;font-size:12px!important;line-height:1.15!important;white-space:nowrap!important;text-align:center!important}.heroGrid{display:grid!important;grid-template-columns:1fr!important;grid-gap:40px!important;gap:40px!important}.heroGrid,.heroGrid>div{width:100%!important;min-width:0}.heroGrid>div{max-width:100%!important}.heroGrid h1{font-size:38px!important;line-height:1.08!important}.heroGrid p{max-width:100%!important;font-size:16px!important;line-height:1.55!important}.heroGrid .img-placeholder{width:100%!important;max-width:100%!important}.catGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-column-gap:18px!important;column-gap:18px!important;grid-row-gap:34px!important;row-gap:34px!important}.catGrid,.catGrid>*{width:100%!important;min-width:0!important}.catGrid>*{max-width:100%!important;overflow:hidden}.catGrid h4{font-size:17px!important;line-height:1.2!important;margin-top:14px!important;margin-bottom:0!important}.catGrid h4,.catGrid p{overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important}.catGrid p{font-size:13px!important;line-height:1.5!important;color:var(--white)!important;max-width:100%!important;margin-top:5px!important}.catGrid img{width:100%!important;height:auto!important;display:block}.processRow{width:100%;min-width:0}@media screen and (max-width:900px) and (orientation:portrait){.processRow{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-column-gap:18px!important;column-gap:18px!important;grid-row-gap:36px!important;row-gap:36px!important}.processRow,.processRow>div{width:100%!important;min-width:0!important}.processRow>div{max-width:100%!important}.processRow h4{font-size:14px!important;line-height:1.3!important;margin-bottom:6px!important}.processRow h4,.processRow p{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.processRow p{font-size:12px!important;line-height:1.5!important;max-width:100%!important}}.serviceGrid{display:grid!important;grid-template-columns:1fr!important;grid-gap:1px!important;gap:1px!important}.moqBanner{grid-template-columns:1fr!important;grid-gap:20px!important;gap:20px!important;padding:28px 24px!important}.moqBanner,.reachWrap{display:grid!important}.reachWrap{grid-template-columns:1fr!important;grid-gap:40px!important;gap:40px!important}.footerGrid{display:grid!important;grid-template-columns:1fr!important;grid-gap:32px!important;gap:32px!important}a,h1,h2,h3,h4,p,span{max-width:100%;overflow-wrap:anywhere}.productGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:18px!important;gap:18px!important}.productGrid,.productGrid>.product-card{width:100%!important;max-width:100%!important;min-width:0!important}.productGrid>.product-card{overflow:hidden!important}.productGrid .img-placeholder{width:100%!important;max-width:100%!important;aspect-ratio:3/4!important;overflow:hidden!important}.productGrid .img-placeholder img{width:100%!important;height:100%!important;max-width:100%!important;display:block!important;object-fit:cover!important}.productGrid .product-card>div:last-child{width:100%!important;min-width:0!important;padding:16px 14px 18px!important;box-sizing:border-box!important}.productGrid h4{font-size:15px!important;line-height:1.25!important;margin:0!important}.productGrid h4,.productGrid p{width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}.productGrid p{font-size:11px!important;line-height:1.5!important;margin-top:7px!important;min-height:0!important}.moqBanner{display:grid!important;grid-template-columns:1fr!important;grid-gap:24px!important;gap:24px!important;width:100%!important;padding:28px 22px!important;box-sizing:border-box!important;align-items:center!important}.moqBanner,.moqBanner>*{max-width:100%!important}.moqBanner>*{min-width:0!important}.moqBanner h3{font-size:20px!important;line-height:1.3!important}.moqBanner h3,.moqBanner p{width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.moqBanner p{font-size:14px!important;line-height:1.6!important}.moqBanner .btn{width:100%!important;max-width:100%!important}.moqBanner{justify-items:center!important}.moqBanner>:first-child{justify-content:center!important;align-items:center!important;text-align:center!important}.moqBanner>:first-child,.shipping-mobile{width:100%!important;display:flex!important}.shipping-mobile{flex-direction:column!important;max-width:100%!important;gap:32px!important;align-items:stretch!important}.shipping-mobile>div:first-child{width:100%!important;max-width:100%!important;min-width:0!important}.shipping-mobile .eyebrow{display:inline-block!important}.shipping-mobile .eyebrow,.shipping-mobile h2{white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}.shipping-mobile h2{font-size:28px!important;line-height:1.2!important}.shipping-mobile h2,.shipping-mobile p{width:100%!important;max-width:100%!important}.shipping-mobile p{font-size:14px!important;line-height:1.6!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}.shipping-mobile>div:first-child>div{width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}.shipping-mobile>div:last-child{width:100%!important;max-width:100%!important;margin:0 auto!important}.shipping-mobile>div:last-child img{width:100%!important;height:auto!important;display:block!important;object-fit:cover!important}.mobile-footer{overflow-x:hidden!important}.mobile-footer,.mobile-footer .wrap{width:100%!important;max-width:100%!important}.mobile-footer .wrap{padding-left:24px!important;padding-right:24px!important;box-sizing:border-box!important}.mobile-footer-brand{max-width:100%!important;flex-direction:column!important}.mobile-footer-brand,.mobile-footer-brand .footer-logo-row{width:100%!important;text-align:center!important;display:flex!important;align-items:center!important}.mobile-footer-brand .footer-logo-row{justify-content:center!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.mobile-footer-brand .footer-logo-row img{display:block!important;margin:0!important;flex-shrink:0!important}.mobile-footer-brand .footer-logo-row span{display:block!important;margin:0!important;white-space:nowrap!important}.mobile-footer-brand img{flex-shrink:0!important}.mobile-footer-brand span{white-space:nowrap!important}.mobile-footer-brand p{width:100%!important;max-width:340px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;font-size:15px!important;line-height:1.6!important}.mobile-footer-grid{display:flex!important;flex-direction:column!important;gap:28px!important;align-items:flex-start!important}.mobile-footer-grid,.mobile-footer-grid>div{width:100%!important;max-width:100%!important}.mobile-footer-grid>div{min-width:0!important;text-align:left!important}.mobile-footer-grid h5{font-size:14px!important;line-height:1.3!important;margin-bottom:15px!important;text-align:left!important;white-space:normal!important}.mobile-footer-grid a,.mobile-footer-grid span{display:block!important;font-size:12px!important;line-height:1.5!important;text-align:left!important;word-break:normal!important}.mobile-footer .footerBottom,.mobile-footer-grid a,.mobile-footer-grid span{width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important}.mobile-footer .footerBottom{font-size:10px!important;line-height:1.4!important;text-align:center!important}.mobile-footer .mobile-footer-brand{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.mobile-footer .mobile-footer-brand .footer-logo-row{width:auto!important;max-width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;padding:0!important;position:static!important;left:auto!important;transform:none!important;box-sizing:border-box!important}.mobile-footer .mobile-footer-brand .footer-logo-row img{display:block!important;margin:0!important;flex-shrink:0!important}.mobile-footer .mobile-footer-brand .footer-logo-row span{display:inline-block!important;margin:0!important;white-space:nowrap!important}}.footerBottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}.footerPrivacyLink{color:#6b6b6b!important;text-decoration:none!important;font-size:12px!important;line-height:1.4!important;white-space:nowrap!important;transition:color .2s ease!important}.footerPrivacyLink:hover{color:var(--orange)!important}@media screen and (max-width:767px){.mobile-footer .footerBottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important}.mobile-footer .footerBottom>span{flex:1 1!important;min-width:0!important}.mobile-footer .footerPrivacyLink{flex:0 0 auto!important;font-size:10px!important;white-space:nowrap!important}}.btn{transition:transform .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease!important}.btn:hover{transform:translateY(-2px)}.btn-primary:hover{background:var(--orange-dark);box-shadow:0 6px 18px rgba(247,152,0,.16)}.btn-outline:hover{border-color:var(--orange);color:var(--orange)}.nav-link-animated{transition:color .2s ease,transform .2s ease!important}.nav-link-animated:hover{color:var(--orange)!important;transform:translateY(-1px)}.category-card{transition:transform .25s ease,opacity .25s ease}.category-card:hover{transform:translateY(-5px)}.category-card .image-hover-zoom{overflow:hidden}.category-card .image-hover-zoom img{transition:transform .45s ease}.category-card:hover .image-hover-zoom img{transform:scale(1.035)}.product-card{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);border-color:var(--orange)!important;box-shadow:0 10px 28px rgba(0,0,0,.28)}.product-card .image-hover-zoom{overflow:hidden}.product-card .image-hover-zoom img{transition:transform .45s ease}.product-card:hover .image-hover-zoom img{transform:scale(1.035)}.service-tile{transition:transform .25s ease,box-shadow .25s ease}.service-tile:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(0,0,0,.28)}.service-tile .image-hover-zoom{overflow:hidden}.service-tile .image-hover-zoom img{transition:transform .45s ease}.service-tile:hover .image-hover-zoom img{transform:scale(1.035)}@media (prefers-reduced-motion:reduce){.btn,.category-card,.category-card img,.nav-link-animated,.product-card,.product-card img,.service-tile,.service-tile img{transition:none!important;transform:none!important}[data-scroll-pop],[data-scroll-reveal],[data-scroll-stagger]>*{opacity:1!important;transform:none!important;transition:none!important}}.scroll-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--scroll-delay,0ms)}.scroll-reveal-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scroll-reveal,.scroll-reveal-visible{opacity:1!important;transform:none!important;transition:none!important}}@media (max-width:767px){.categoryHeaderWrap>a{white-space:normal!important}.categoryProductsHeader{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;margin-bottom:24px!important}.categoryProductsHeader h2{font-size:28px!important;line-height:1.15!important;margin-top:6px!important;margin-bottom:0!important}.categoryProductCount{display:block!important;width:auto!important;white-space:nowrap!important;font-size:11px!important}.categoryProductGrid{grid-template-columns:minmax(0,1fr)!important;gap:20px!important}.categoryProductGrid details{width:100%!important;min-width:0!important;box-sizing:border-box!important}.categoryProductGrid details>div:first-child{width:100%!important;aspect-ratio:3/4!important}.categoryProductGrid summary{padding:18px!important;font-size:18px!important;line-height:1.3!important}.categoryProductGrid summary span{display:block!important;margin-top:8px!important;font-size:11px!important;line-height:1.4!important;white-space:normal!important}.categoryProductGrid details>div:last-child{padding-left:18px!important;padding-right:18px!important;box-sizing:border-box!important}.categoryProductGrid details>div:last-child p{font-size:14px!important;line-height:1.6!important}.categoryProductGrid details>div:last-child>div{width:100%!important}.categoryProductGrid details span{overflow-wrap:break-word!important;word-break:normal!important}.categoryProductGrid a.btn{display:block!important;width:100%!important;box-sizing:border-box!important;text-align:center!important}}.categoryHeaderLinks{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.categoryHeaderLinks>a{position:static!important;transform:none!important;grid-row:auto!important}@media screen and (max-width:767px){.categoryHeaderLinks{width:100%!important;display:flex!important;grid-column:1/-1!important;grid-row:1!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.categoryHeaderLinks>a{display:block!important;width:auto!important;position:static!important;transform:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.categoryHeaderLinks>a:first-child{justify-self:start!important;text-align:left!important;font-size:16px!important;flex:0 1 auto!important}.categoryHeaderLinks>a:last-child{justify-self:end!important;text-align:right!important;font-size:12px!important;flex:0 0 auto!important}header .categoryHeaderWrap{display:block!important;padding-left:20px!important;padding-right:20px!important;margin:0 auto!important}header .categoryHeaderWrap,header .categoryHeaderWrap .categoryHeaderLinks{width:100%!important;max-width:100%!important;box-sizing:border-box!important}header .categoryHeaderWrap .categoryHeaderLinks{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin:0!important;padding:0!important;gap:16px!important}header .categoryHeaderWrap .categoryHeaderLinks>a:first-child{flex:0 1 auto!important;min-width:0!important;max-width:55%!important;font-size:16px!important;line-height:1.2!important;white-space:nowrap!important;text-align:left!important;overflow:visible!important}header .categoryHeaderWrap .categoryHeaderLinks>a:last-child{flex:0 0 auto!important;min-width:0!important;font-size:12px!important;line-height:1.2!important;white-space:nowrap!important;text-align:right!important;overflow:visible!important}}