:root{--ink:#161b1f;--muted:#64717a;--line:#dce4e7;--paper:#fff;--soft:#f4f7f7;--teal:#0e7c7b;--teal-dark:#075f5d;--coral:#e6654f;--copper:#b8753d;--graphite:#2c3135;--shadow:0 18px 50px #161b1f21}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}main{min-height:62vh}.announcement{background:var(--ink);color:#fff;text-align:center;padding:.55rem 1rem;font-size:.88rem}.siteHeader{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;position:sticky;top:0}.navBar{justify-content:space-between;align-items:center;max-width:1200px;min-height:72px;margin:0 auto;padding:0 1.2rem;display:flex}.brand{letter-spacing:0;align-items:center;gap:.7rem;font-weight:800;display:inline-flex}.brandMark{background:var(--teal);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.mainNav,.navActions{align-items:center;gap:.6rem;display:flex}.mainNav a{color:var(--muted);border-radius:8px;padding:.65rem .8rem;font-weight:700}.mainNav a:hover{background:var(--soft);color:var(--ink)}.iconButton{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:relative}.iconButton:hover,.quantityButton:hover,.trashButton:hover{border-color:var(--teal);color:var(--teal)}.cartBadge{background:var(--coral);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .2rem;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:-7px;right:-7px}.mobileOnly{display:none}.hero{grid-template-columns:minmax(310px,.82fr) minmax(360px,1.18fr);align-items:center;gap:2rem;max-width:1240px;min-height:calc(100vh - 118px);margin:0 auto;padding:3.2rem 1.2rem 2.5rem;display:grid}.heroCopy{z-index:1;position:relative}.eyebrow{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .6rem;font-size:.78rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{margin-bottom:1.2rem;font-size:clamp(3.4rem,8vw,7.4rem);line-height:.9}h2{margin-bottom:.8rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02}h3{font-size:1.08rem;line-height:1.25}.heroCopy>p:not(.eyebrow){color:var(--muted);max-width:560px;font-size:1.1rem}.heroImage{aspect-ratio:16/10;box-shadow:var(--shadow);object-fit:cover;border-radius:8px;width:100%;height:auto}.heroActions,.bundleActions,.productActions,.formActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:46px;padding:.75rem 1rem;font-weight:800;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--teal);color:#fff}.button.primary:hover{background:var(--teal-dark)}.button.secondary{border-color:var(--line);color:var(--ink);background:#fff}.button.secondary:hover{border-color:var(--teal);color:var(--teal)}.button.compact{min-height:40px;padding:.55rem .75rem}.button.full{width:100%}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.trustStrip{flex-wrap:wrap;gap:.7rem;margin-top:1.2rem;display:flex}.trustStrip span{background:var(--soft);color:var(--graphite);border-radius:8px;align-items:center;gap:.45rem;padding:.6rem .75rem;font-size:.92rem;font-weight:750;display:inline-flex}.serviceBar{grid-template-columns:repeat(4,1fr);gap:1px;max-width:1200px;margin:0 auto;padding:0 1.2rem;display:grid}.serviceBar div{background:var(--soft);border:1px solid var(--line);min-height:126px;padding:1rem}.serviceBar svg{color:var(--copper)}.serviceBar strong,.serviceBar span{display:block}.serviceBar strong{margin:.45rem 0 .25rem}.serviceBar span{color:var(--muted);font-size:.92rem}.section,.reviewPreview{max-width:1200px;margin:0 auto;padding:4.5rem 1.2rem 2rem}.sectionHeader{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.3rem;display:flex}.sectionHeader p{color:var(--muted);max-width:560px}.categoryPills{flex-wrap:wrap;gap:.55rem;margin-bottom:1.3rem;display:flex}.categoryPills span{background:var(--soft);border:1px solid var(--line);color:var(--graphite);border-radius:8px;padding:.45rem .7rem;font-size:.9rem;font-weight:800}.productGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.productCard{border:1px solid var(--line);border-radius:8px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.productImageLink{background:var(--soft);display:block;position:relative;overflow:hidden}.productImageLink img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .18s}.productCard:hover img{transform:scale(1.035)}.badge{border:1px solid var(--line);color:var(--teal);z-index:2;background:#fff;border-radius:8px;padding:.35rem .5rem;font-size:.78rem;font-weight:900;position:absolute;top:.75rem;left:.75rem}.productInfo{flex-direction:column;flex:1;gap:.55rem;padding:1rem;display:flex}.category{color:var(--copper);text-transform:uppercase;margin-bottom:.25rem;font-size:.78rem;font-weight:900}.productInfo h3{margin-bottom:0}.productInfo p:not(.category){color:var(--muted);margin-bottom:0;font-size:.92rem}.rating,.priceRow{align-items:center;gap:.4rem;display:flex}.rating{color:var(--copper);font-size:.9rem;font-weight:800}.rating span:last-child,.priceRow s{color:var(--muted);font-weight:650}.priceRow{margin-top:auto}.priceRow strong{font-size:1.2rem}.productActions{gap:.55rem}.productActions .button{flex:110px}.bundleBand{background:var(--ink);color:#fff;grid-template-columns:1fr .82fr;align-items:center;gap:2rem;margin:3rem 0 0;padding:4rem max(1.2rem,50vw - 600px);display:grid}.bundleBand p:not(.eyebrow),.bundleBand li{color:#d9e1e4}.bundleBand ul{gap:.5rem;margin:1.2rem 0;padding-left:1.2rem;display:grid}.bundleBand img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.reviewGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.reviewGrid article{background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:1rem}.stars{color:var(--copper);letter-spacing:.04em;margin-bottom:.5rem;font-weight:900}.reviewGrid p{color:var(--graphite);font-weight:700}.reviewGrid span{color:var(--muted);font-size:.9rem}.textLink{color:var(--teal);font-weight:900}.cartShell{pointer-events:none;z-index:60;position:fixed;inset:0}.cartShell.open{pointer-events:auto}.cartBackdrop{cursor:pointer;background:#161b1f00;border:0;transition:background .18s;position:absolute;inset:0}.cartShell.open .cartBackdrop{background:#161b1f6b}.cartDrawer{box-shadow:var(--shadow);background:#fff;flex-direction:column;width:min(100%,430px);max-width:430px;height:100%;transition:transform .18s;display:flex;position:absolute;top:0;right:0;transform:translate(105%)}.cartShell.open .cartDrawer{transform:translate(0)}.cartHeader,.cartFooter{padding:1.1rem}.cartHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.cartHeader h2{margin:0;font-size:1.5rem}.shippingMeter{color:var(--teal-dark);background:#edf8f6;align-items:center;gap:.55rem;padding:.85rem 1.1rem;font-weight:800;display:flex}.cartItems{flex:1;padding:.3rem 1.1rem;overflow:auto}.emptyCart{gap:1rem;padding:2rem 0;display:grid}.cartItem{border-bottom:1px solid var(--line);grid-template-columns:88px 1fr;gap:.8rem;padding:1rem 0;display:grid}.cartItem img{aspect-ratio:1;object-fit:cover;border-radius:8px}.cartItemInfo{gap:.45rem;display:grid}.cartItemName{font-weight:850}.quantityRow{align-items:center;gap:.35rem;display:flex}.quantityButton,.trashButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.quantityRow input{border:1px solid var(--line);text-align:center;border-radius:8px;width:56px;height:34px}.trashButton{margin-left:auto}.cartFooter{border-top:1px solid var(--line);gap:.75rem;display:grid}.subtotalRow{justify-content:space-between;align-items:center;display:flex}.cartFooter p,.supportLink{color:var(--muted);margin:0;font-size:.9rem}.checkoutError,.formError{color:#9c2f1c;background:#fff0ed;border:1px solid #ffc9bd;border-radius:8px;padding:.75rem}.siteFooter{background:var(--soft);border-top:1px solid var(--line);margin-top:4rem;padding:3rem 1.2rem 1.3rem}.footerGrid,.footerBottom{max-width:1200px;margin:0 auto}.footerGrid{grid-template-columns:1.2fr repeat(3,1fr);gap:2rem;display:grid}.footerGrid h3{margin-bottom:.8rem}.footerGrid a,.footerGrid p{color:var(--muted)}.footerGrid a{align-items:center;gap:.45rem;margin-bottom:.55rem;display:flex}.footerGrid a:hover{color:var(--teal)}.footerBrand{color:var(--ink);margin-bottom:.75rem}.secureNote{align-items:center;gap:.45rem;display:flex}.cardLogos{flex-wrap:wrap;gap:.35rem;margin-top:.8rem;display:flex}.cardLogos span{border:1px solid var(--line);color:var(--graphite);background:#fff;border-radius:6px;padding:.28rem .42rem;font-size:.72rem;font-weight:900}.footerBottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;margin-top:2.2rem;padding-top:1rem;font-size:.88rem;display:flex}.pageHero,.legalPage,.productDetail,.checkoutPage,.successPage{max-width:1120px;margin:0 auto;padding:4rem 1.2rem}.pageHero{gap:1rem;display:grid}.pageHero p,.legalPage p,.successPage p{color:var(--muted);max-width:760px}.contentGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.infoPanel,.legalSection,.checkoutPanel,.orderSummary,.successPanel{border:1px solid var(--line);border-radius:8px;padding:1.2rem}.infoPanel{background:var(--soft)}.legalSection{margin-top:1rem}.productDetail{grid-template-columns:.95fr 1.05fr;gap:2rem;display:grid}.productDetail img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.productMeta{gap:1rem;display:grid}.productMeta h1{font-size:clamp(2.6rem,6vw,5rem)}.productMeta ul{gap:.55rem;padding-left:1.1rem;display:grid}.productMeta li{align-items:center;gap:.45rem;display:flex}.specGrid{grid-template-columns:repeat(2,1fr);gap:.7rem;display:grid}.specGrid div{background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:.85rem}.specGrid span{color:var(--muted);font-size:.82rem;display:block}.checkoutPage{grid-template-columns:minmax(0,1fr) 380px;gap:1.2rem;display:grid}.checkoutPanel h1{font-size:clamp(2rem,5vw,3.4rem)}.checkoutForm{gap:1rem;display:grid}.checkboxLabel{grid-template-columns:20px 1fr;align-items:start;gap:.7rem;display:grid}.checkboxLabel input{width:18px;height:18px;margin-top:.2rem;padding:0}.fieldGrid{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}label{color:var(--graphite);gap:.35rem;font-size:.92rem;font-weight:800;display:grid}input,textarea,select{border:1px solid var(--line);color:var(--ink);border-radius:8px;width:100%;padding:.75rem}textarea{resize:vertical;min-height:110px}input:focus,textarea:focus,select:focus{border-color:var(--teal);outline:3px solid #0e7c7b26}.orderSummary{align-self:start;gap:1rem;display:grid;position:sticky;top:120px}.orderSummary p{color:var(--muted);align-items:center;gap:.45rem;margin:0;display:flex}.summaryItem{grid-template-columns:58px 1fr auto;gap:.6rem;display:grid}.summaryItem img{aspect-ratio:1;object-fit:cover;border-radius:8px}.summaryItem span{color:var(--muted);font-size:.86rem}.summaryTotal{border-top:1px solid var(--line);gap:.45rem;padding-top:.8rem;display:grid}.summaryTotal div{justify-content:space-between;align-items:center;display:flex}.successPanel{background:var(--soft);gap:1rem;display:grid}.successPanel code{border:1px solid var(--line);background:#fff;border-radius:6px;padding:.25rem .4rem}@media (max-width:980px){.hero,.bundleBand,.productDetail,.checkoutPage{grid-template-columns:1fr}.serviceBar,.productGrid,.reviewGrid,.footerGrid{grid-template-columns:repeat(2,1fr)}.orderSummary{position:static}}@media (max-width:720px){.desktopOnly{display:none}.mobileOnly{display:inline-flex}.mainNav{border-bottom:1px solid var(--line);box-shadow:var(--shadow);background:#fff;flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.mainNav.open{display:flex}.mainNav a{width:100%}.hero{min-height:auto;padding-top:2rem}.serviceBar,.productGrid,.reviewGrid,.footerGrid,.contentGrid,.fieldGrid,.specGrid{grid-template-columns:1fr}.sectionHeader,.footerBottom{flex-direction:column;align-items:start}.cartItem{grid-template-columns:74px 1fr}}
