:root{--ink:#16202c;--muted:#5a6875;--paper:#f4f6f8;--card:#fff;--line:#dde3e9;--navy:#10263e;--navy-2:#0c1d30;--blue:#0b63a5;--blue-dark:#094e83;--cyan:#00b3e3;--magenta:#e5087e;--yellow:#ffce00;--radius:10px;--display:"Bricolage Grotesque", system-ui, sans-serif;--body:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}body{font-family:var(--body);color:var(--ink);background:var(--paper);margin:0;font-size:1rem;line-height:1.6}h1,h2,h3{font-family:var(--display);text-wrap:balance;margin:0 0 .5em;line-height:1.15}h1{font-size:clamp(2rem,5vw,3.1rem);font-weight:700}h2{font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:700}h3{font-size:1.15rem;font-weight:600}p{margin:0 0 1em}a{color:var(--blue)}img{max-width:100%;height:auto}.wrap{max-width:1100px;margin:0 auto;padding:0 1.25rem}.ink-stripe{background:linear-gradient(90deg, var(--cyan) 0 25%, var(--magenta) 25% 50%, var(--yellow) 50% 75%, var(--ink) 75% 100%);height:4px}header.site{z-index:50;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0}.nav-bar{justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.7rem 1.25rem;display:flex}.brand{font-family:var(--display);color:var(--ink);font-size:1.2rem;font-weight:700;line-height:1.1;text-decoration:none}.brand img{width:auto;height:52px;display:block}nav.main ul{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}nav.main a{color:var(--ink);font-size:.95rem;font-weight:500;text-decoration:none}nav.main a:hover,nav.main a[aria-current=page]{color:var(--blue)}nav.main a[aria-current=page]{border-bottom:2px solid var(--yellow)}.nav-call{background:var(--blue);white-space:nowrap;border-radius:999px;padding:.45rem .9rem;color:#fff!important;border-bottom:none!important}.nav-call:hover{background:var(--blue-dark)}#nav-toggle,.nav-burger{display:none}@media (width<=760px){#nav-toggle{clip-path:inset(50%);width:1px;height:1px;margin:-1px;display:block;position:absolute;overflow:hidden}#nav-toggle:focus-visible+.nav-burger{outline:2px solid var(--blue);outline-offset:2px}.nav-burger{cursor:pointer;border:1px solid var(--line);border-radius:6px;padding:.4rem;line-height:0;display:block}.nav-burger svg{width:22px;height:22px}nav.main{border-bottom:1px solid var(--line);background:#fff;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 24px #10263e1f}#nav-toggle:checked~nav.main{display:block}nav.main ul{flex-direction:column;gap:0;padding:.5rem 0}nav.main li{border-top:1px solid var(--line)}nav.main li:first-child{border-top:none}nav.main a{padding:.85rem 1.5rem;font-size:1.05rem;display:block}nav.main a[aria-current=page]{border-bottom:none;border-left:3px solid var(--yellow)}.nav-call{margin:.75rem 1.5rem;display:inline-block}}.hero{background:var(--navy);color:#fff;padding:4rem 0 4.5rem}.hero .eyebrow{color:var(--cyan);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.hero h1{color:#fff;max-width:18ch}.hero p{color:#b8c6d4;max-width:52ch;font-size:1.1rem}.hero .actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.btn{cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--body);border:none;border-radius:999px;padding:.7rem 1.4rem;text-decoration:none;display:inline-block}.btn-primary{background:var(--yellow);color:var(--ink)}.btn-primary:hover{filter:brightness(1.06)}.btn-ghost{color:#fff;border:1.5px solid #fff6}.btn-ghost:hover{border-color:#fff}.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:var(--blue-dark)}.hero-grid{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;gap:2.5rem;display:grid}.hero-art{min-height:360px;position:relative}.art-card{border-radius:var(--radius);background:#fff;padding:1.25rem;position:absolute;overflow:hidden;box-shadow:0 24px 48px #00000059}.art-card img{width:100%;height:auto;display:block}.art-card.back{width:54%;top:0;left:0;rotate:-4deg}.art-card.front{width:58%;padding-top:calc(1.25rem + 4px);bottom:0;right:0;rotate:2deg}.art-card.front .ink-stripe{position:absolute;top:0;left:0;right:0}@media (width<=899px){.hero-grid{grid-template-columns:1fr}.hero-art{display:none}}@media (width<=500px){.hide-sm{display:none}}section.band{padding:3.25rem 0}.section-head{margin-bottom:1.75rem}.section-head .eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .3rem;font-size:.78rem;font-weight:600}.section-head :is(h1,h2){margin-bottom:.2em;font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:700}.section-head p{color:var(--muted);max-width:60ch;margin:0}.grid{gap:1rem;display:grid}.grid-cats{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.grid-products{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.grid-3{grid-template-columns:repeat(3,1fr)}@media (width<=760px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.grid-products,.grid-cats{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}.card h3{font-size:.9rem}}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);flex-direction:column;text-decoration:none;transition:box-shadow .15s,translate .15s;display:flex;overflow:hidden}.card:hover{translate:0 -2px;box-shadow:0 10px 24px #10263e1a}.card .thumb{aspect-ratio:4/3;border-bottom:1px solid var(--line);background:#fff;place-items:center;padding:1rem;display:grid}.card .thumb img{object-fit:contain;max-height:100%}.card .body{padding:.8rem 1rem 1rem}.card h3{margin:0 0 .15rem;font-size:1rem}.card .sub{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;display:-webkit-box;overflow:hidden}.cat-card{text-align:center;gap:.4rem;padding:1.25rem .75rem}.cat-card .count{color:var(--muted);font-size:.82rem}.cat-card h3{margin:0;font-size:1.02rem}.crumbs{color:var(--muted);padding:1.1rem 0 0;font-size:.85rem}.crumbs a{color:var(--muted);text-decoration:none}.crumbs a:hover{color:var(--blue)}.crumbs span[aria-current]{color:var(--ink);font-weight:500}.product-detail{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;gap:2rem;padding:1.5rem 0 3rem;display:grid}@media (width<=700px){.product-detail{grid-template-columns:1fr}}.product-detail figure{border:1px solid var(--line);border-radius:var(--radius);background:#fff;place-items:center;min-height:260px;margin:0;padding:1.5rem;display:grid}.product-detail figure img{object-fit:contain;max-height:340px}.lede{color:var(--muted);font-size:1.1rem}.specs{margin:1rem 0 1.5rem;padding:0;list-style:none}.specs li{border-top:1px solid var(--line);padding:.45rem 0 .45rem 1.4rem;position:relative}.specs li:first-child{border-top:none}.specs li:before{content:"";background:var(--cyan);border-radius:2px;width:8px;height:8px;position:absolute;top:.95rem;left:0}.specs li:nth-child(4n+2):before{background:var(--magenta)}.specs li:nth-child(4n+3):before{background:var(--yellow)}.specs li:nth-child(4n+4):before{background:var(--ink)}.best-for{border:1px solid var(--line);border-left:4px solid var(--yellow);background:#fff;border-radius:8px;padding:.7rem 1rem;font-size:.95rem}.product-extra{grid-template-columns:1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}@media (width<=700px){.product-extra{grid-template-columns:1fr;gap:1rem}}.product-extra h2,.faq h2{font-size:1.3rem}.faq{max-width:720px;padding-bottom:2.5rem}.faq details{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:.6rem;padding:0 1rem}.faq summary{cursor:pointer;padding:.85rem 0;font-weight:600;list-style-position:outside}.faq summary:hover{color:var(--blue)}.faq details p{color:var(--muted);margin:0 0 1rem}.brand-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1rem 0;display:flex}.brand-strip img{filter:grayscale();opacity:.65;width:auto;height:34px}.stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.stat{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem}.stat b{font-family:var(--display);color:var(--navy);font-size:1.9rem;display:block}.stat span{color:var(--muted);font-size:.9rem}.two-col{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:start;gap:2.5rem;display:grid}@media (width<=700px){.two-col{grid-template-columns:1fr}}form.contact{gap:.9rem;max-width:560px;display:grid}form.contact label{gap:.3rem;font-size:.9rem;font-weight:600;display:grid}form.contact input,form.contact textarea{font:inherit;border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;padding:.65rem .8rem}form.contact input:focus-visible,form.contact textarea:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.hp-field{position:absolute;left:-9999px}.notice{border-radius:8px;margin-bottom:1.25rem;padding:.85rem 1rem;font-weight:500}.notice.ok{color:#14532d;background:#e5f6ec;border:1px solid #b7e3c8}.notice.err{color:#7f1d1d;background:#fdeaea;border:1px solid #f3c1c1}.info-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.info-list b{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.78rem;display:block}.info-list a{color:var(--ink);font-weight:500;text-decoration:none}.info-list a:hover{color:var(--blue)}.cta-band{background:var(--navy);color:#fff;text-align:center;padding:3.5rem 0}.cta-band h2{color:#fff}.cta-band p{color:#b8c6d4;max-width:50ch;margin:0 auto 1.5rem}footer.site{background:var(--navy-2);color:#9fb1c1;font-size:.92rem}footer.site .cols{grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:2.75rem 0;display:grid}@media (width<=700px){footer.site .cols{grid-template-columns:1fr}}footer.site h3{color:#fff;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}footer.site ul{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}footer.site a{color:#9fb1c1;text-decoration:none}footer.site a:hover{color:#fff}footer.site .legal{border-top:1px solid #ffffff1a;padding:1.1rem 0;font-size:.82rem}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
