.site-header{background:var(--bg);z-index:100;flex-wrap:wrap;align-items:center;gap:2rem;padding:1rem 2rem;display:flex;position:sticky;top:0}.header-bar{display:contents}.site-logo{letter-spacing:-.02em;color:var(--text-h);font-size:1.35rem;font-weight:600;text-decoration:none}.site-logo:hover{color:var(--text-h);opacity:.85}.hamburger{width:44px;height:44px;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:background .15s;display:none}.hamburger:hover{background:var(--bg-alt)}.hamburger-icon{width:1.5rem;height:1.5rem;stroke:var(--text-h);fill:none}.header-menu{flex:1;align-items:center;gap:2rem;min-width:0;display:flex}.site-nav{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text);border-radius:4px;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.nav-link:hover{color:var(--text-h);background:var(--bg-alt)}.nav-icon{opacity:.9;flex-shrink:0;width:1.1rem;height:1.1rem}.cart-link{position:relative}.cart-count{color:#fff;background:var(--accent);border-radius:999px;justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 3px;font-size:.7rem;font-weight:600;display:inline-flex;position:absolute;top:-4px;right:-6px}.header-search{gap:.5rem;margin-left:auto;display:flex}.header-search input{border:1px solid var(--border);background:var(--bg);min-width:140px;color:var(--text-h);border-radius:4px;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.header-search input:focus{border-color:var(--text);outline:none}.header-search input::placeholder{color:var(--text);opacity:.8}.header-search button{background:var(--btn-primary);color:var(--btn-primary-text);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s;display:inline-flex}.header-search button:hover{background:var(--btn-primary-hover)}.search-btn-icon{opacity:.9;width:1rem;height:1rem}@media (width<=640px){.site-header{flex-flow:column;align-items:stretch;gap:0;padding:0}.header-bar{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.hamburger{margin-left:auto;display:inline-flex}.header-menu{opacity:0;flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .25s ease-out,opacity .2s;overflow:hidden}.site-header--menu-open .header-menu{opacity:1;max-height:400px;overflow:visible}.header-menu .site-nav{border-top:1px solid var(--border);flex-direction:column;gap:0;width:100%;padding:0 1rem}.header-menu .nav-link{border-bottom:1px solid var(--border);border-radius:0;justify-content:flex-start;width:100%;min-width:0;min-height:48px;padding:.75rem 1rem}.header-menu .nav-link:last-child{border-bottom:none}.header-search{border-top:1px solid var(--border);flex-direction:column;margin-left:0;padding:1rem}.header-search input{flex:1;min-width:0;min-height:44px;font-size:16px}.header-search button{justify-content:center;width:100%;min-height:44px}}.site-footer{border-top:1px solid var(--border);background:var(--bg);text-align:center;margin-top:auto;padding:2rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:.75rem;display:flex}.footer-nav--legal{margin-top:.25rem;margin-bottom:.75rem}.footer-link{color:var(--text);align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.footer-link:hover{color:var(--text-h)}.footer-icon{opacity:.9;flex-shrink:0;width:1.1rem;height:1.1rem}.footer-copy{color:var(--text);opacity:.85;font-size:.8rem}@media (width<=640px){.site-footer{padding:1.25rem 1rem}.footer-nav{gap:1rem;margin-bottom:.5rem}.footer-nav--legal{margin-top:0;margin-bottom:.5rem}.footer-link{justify-content:center;min-height:44px;padding:.35rem 0}}.app{flex-direction:column;min-height:100svh;display:flex}.app main{flex:1}.product-card{border:1px solid var(--border);background:var(--bg);border-radius:4px;flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);border-color:#0000}.product-card__link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.product-card__image-wrap{aspect-ratio:4/3;background:var(--bg-alt);overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%}.product-card__body{flex:1;padding:1.25rem}.product-card__category{color:var(--text);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:500}.product-card__title{color:var(--text-h);letter-spacing:-.01em;margin:.35rem 0 .5rem;font-size:1.05rem;font-weight:600}.product-card__price{color:var(--text-h);margin:0;font-size:.95rem;font-weight:600}.product-card__add{background:var(--btn-primary);color:var(--btn-primary-text);cursor:pointer;border:none;border-radius:4px;margin:0 1.25rem 1.25rem;padding:.65rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s}.product-card__add:hover{background:var(--btn-primary-hover)}.product-card--featured .product-card__image-wrap{aspect-ratio:16/10}@media (width<=640px){.product-card__add{min-height:44px;margin:0 1rem 1rem;padding:.65rem 1rem}}.home{max-width:100%;margin:0;padding:0}.hero{text-align:center;background:var(--bg-alt);margin-bottom:0;padding:4rem 1.5rem 5rem}.hero h1{letter-spacing:-.04em;margin:0 0 .75rem;font-weight:600}.hero p{color:var(--text);max-width:420px;margin:0 auto 1.75rem;font-size:1.05rem}.hero-cta{background:var(--btn-primary);color:var(--btn-primary-text);border-radius:4px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.hero-cta:hover{background:var(--btn-primary-hover)}.home-section{max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:0 1.5rem}.home-section:first-of-type{padding-top:3rem}.home-section h2{margin-bottom:1rem;font-weight:600}.category-chips{flex-wrap:wrap;gap:.5rem;display:flex}.category-chip{border:2px solid var(--border);color:var(--text-h);background:var(--bg);border-radius:4px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s}.category-chip:hover{border-color:var(--text);background:var(--bg-alt)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-grid--featured{margin-bottom:1.25rem}.section-link{color:var(--text-h);text-underline-offset:3px;font-size:.95rem;font-weight:500;text-decoration:underline;transition:opacity .15s;display:inline-block}.section-link:hover{opacity:.8}@media (width<=640px){.home-section{margin-bottom:2rem;padding:0 1rem}.home-section:first-of-type{padding-top:2rem}.hero{padding:3rem 1rem 4rem}.hero-cta{min-height:44px;padding:.75rem 1.5rem}.category-chip{align-items:center;min-height:44px;padding:.6rem 1rem;display:inline-flex}.product-grid{grid-template-columns:1fr;gap:1rem}}.shop{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.shop-header{margin-bottom:1.5rem}.shop-header h1{margin:0 0 .25rem}.shop-query{color:var(--text);font-size:.95rem}.shop-layout{grid-template-columns:200px 1fr;gap:2rem;display:grid}@media (width<=768px){.shop-layout{grid-template-columns:1fr}}.shop-filters h3{color:var(--text-h);letter-spacing:-.01em;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.filter-buttons{flex-direction:column;gap:.4rem;display:flex}.filter-buttons button{text-align:left;border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:4px;padding:.55rem .75rem;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.filter-buttons button:hover{border-color:var(--text);background:var(--bg-alt)}.filter-buttons button.active{border-color:var(--text-h);background:var(--btn-primary);color:var(--btn-primary-text)}.shop-grid-wrap{min-width:0}.shop .product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.shop-empty{color:var(--text);grid-column:1/-1;padding:2rem}@media (width<=640px){.shop{padding:1rem}.shop-layout{gap:1rem}.filter-buttons button{min-height:44px;padding:.6rem .75rem}.shop .product-grid{grid-template-columns:1fr;gap:1rem}}.product-detail{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.product-detail--missing{text-align:center;padding:3rem}.product-detail--missing a{color:var(--text-h);text-decoration:underline}.product-detail__back{color:var(--text);margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-block}.product-detail__back:hover{color:var(--text-h)}.product-detail__layout{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){.product-detail__layout{grid-template-columns:1fr}}.product-detail__gallery{position:relative}.product-detail__image-wrap{aspect-ratio:4/3;background:var(--bg-alt);border-radius:4px;overflow:hidden}.product-detail__image{object-fit:cover;width:100%;height:100%}.product-detail__gallery-prev,.product-detail__gallery-next{border:1px solid var(--border);background:var(--bg);width:2.5rem;height:2.5rem;color:var(--text-h);cursor:pointer;border-radius:4px;padding:0;font-size:1.25rem;transition:background .15s,border-color .15s;position:absolute;top:50%;transform:translateY(-50%)}.product-detail__gallery-prev:hover,.product-detail__gallery-next:hover{background:var(--bg-alt);border-color:var(--text)}.product-detail__gallery-prev{left:.5rem}.product-detail__gallery-next{right:.5rem}.product-detail__gallery-dots{justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.product-detail__gallery-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:background .15s}.product-detail__gallery-dot:hover{background:var(--text)}.product-detail__gallery-dot--active{background:var(--text-h)}.product-detail__category{color:var(--text);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}.product-detail__title{letter-spacing:-.02em;margin:.25rem 0 .5rem;font-size:1.75rem;font-weight:600}.product-detail__price{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.product-detail__desc{color:var(--text);margin:0 0 1rem;line-height:1.55}.product-detail__specs{grid-template-columns:auto 1fr;gap:.25rem 1.5rem;margin:0 0 1.5rem;font-size:.9rem;display:grid}.product-detail__specs dt{color:var(--text);margin:0}.product-detail__specs dd{color:var(--text-h);margin:0}.product-detail__actions{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.product-detail__qty{color:var(--text);flex-direction:column;gap:.25rem;font-size:.9rem;font-weight:500;display:flex}.product-detail__qty input{border:1px solid var(--border);background:var(--bg);width:4rem;color:var(--text-h);border-radius:4px;padding:.5rem;font-size:1rem}.product-detail__add{background:var(--btn-primary);color:var(--btn-primary-text);cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:background .15s}.product-detail__add:hover{background:var(--btn-primary-hover)}@media (width<=640px){.product-detail{padding:1rem}.product-detail__layout{gap:1.25rem}.product-detail__title{font-size:1.35rem}.product-detail__actions{flex-direction:column;align-items:stretch;gap:.75rem}.product-detail__qty{flex-direction:row;align-items:center}.product-detail__qty input{width:4.5rem;min-height:44px}.product-detail__add{width:100%;min-height:48px}}.cart{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.cart h1{margin:0 0 1.5rem}.cart--empty{text-align:center;padding:3rem 1.5rem}.cart--empty h1{margin:0 0 .5rem}.cart--empty p{color:var(--text);margin:0 0 1.5rem}.cart-cta{background:var(--btn-primary);color:var(--btn-primary-text);border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.cart-cta:hover{background:var(--btn-primary-hover)}.cart-list{border:1px solid var(--border);border-radius:4px;margin:0 0 1.5rem;padding:0;list-style:none;overflow:hidden}.cart-item{border-bottom:1px solid var(--border);background:var(--bg);grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:1rem;display:grid}.cart-item:last-child{border-bottom:none}.cart-item__image-wrap{background:var(--bg-alt);border-radius:4px;width:80px;height:60px;overflow:hidden}.cart-item__image-wrap img{object-fit:cover;width:100%;height:100%}.cart-item__name{color:var(--text-h);font-weight:600;text-decoration:none;transition:opacity .15s}.cart-item__name:hover{opacity:.8}.cart-item__price{color:var(--text);margin:.25rem 0 0;font-size:.9rem}.cart-item__qty{align-items:center;gap:.5rem;display:flex}.cart-item__qty button{border:1px solid var(--border);background:var(--bg);width:2.25rem;height:2.25rem;color:var(--text-h);cursor:pointer;border-radius:4px;font-size:1rem;transition:border-color .15s,background .15s}.cart-item__qty button:hover{border-color:var(--text);background:var(--bg-alt)}.cart-item__subtotal{text-align:right;min-width:5rem;margin:0;font-weight:600}.cart-item__remove{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:4px;padding:.45rem .75rem;font-size:.85rem;font-weight:500;transition:border-color .15s,background .15s}.cart-item__remove:hover{border-color:var(--text);background:var(--bg-alt);color:var(--text-h)}.cart-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.cart-total{margin:0;font-size:1.1rem;font-weight:600}.cart-actions{gap:.75rem;display:flex}.cart-clear{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:4px;padding:.6rem 1rem;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.cart-clear:hover{border-color:var(--text);background:var(--bg-alt)}.cart-checkout{background:var(--btn-primary);color:var(--btn-primary-text);cursor:pointer;border:none;border-radius:4px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .15s}.cart-checkout:hover{background:var(--btn-primary-hover)}@media (width<=640px){.cart{padding:1rem}.cart-item{grid-template-rows:auto auto;grid-template-columns:56px 1fr auto auto;gap:.5rem .75rem;padding:.75rem}.cart-item__image-wrap{grid-row:1;width:56px;height:48px}.cart-item__info{grid-row:1;min-width:0}.cart-item__qty{grid-area:2/2}.cart-item__subtotal{text-align:right;grid-area:2/3;min-width:0}.cart-item__remove{grid-area:2/4;min-height:44px;padding:.5rem .75rem}.cart-item__qty button{min-width:44px;min-height:44px}.cart-footer{flex-direction:column;align-items:stretch;padding:1rem 0}.cart-actions{flex-wrap:wrap}.cart-clear,.cart-checkout{flex:1;min-width:120px;min-height:44px}}.static-page{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.static-page h1{margin:0 0 1.5rem;font-weight:600}.static-page section{margin-bottom:1.5rem}.static-page section h2{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.static-page p{color:var(--text);margin:0 0 .75rem;line-height:1.55}.static-page p:last-child{margin-bottom:0}@media (width<=640px){.static-page{padding:1.5rem 1rem}}:root{--text:#5c5e62;--text-h:#171a20;--bg:#fff;--bg-alt:#f5f5f5;--border:#e2e3e5;--code-bg:#f0f0f0;--accent:#c00;--accent-hover:#a30000;--accent-bg:#cc00000f;--btn-primary:#171a20;--btn-primary-hover:#393d45;--btn-primary-text:#fff;--shadow:0 1px 3px #0000000f;--sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--heading:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/1.5 var(--sans);letter-spacing:-.01em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:15px}}@media (width<=480px){:root{font-size:14px}}@media (prefers-color-scheme:dark){:root{--text:#a2a4a8;--text-h:#f5f5f5;--bg:#171a20;--bg-alt:#1e2128;--border:#2d3139;--code-bg:#25282f;--accent:#e53935;--accent-hover:#ff5252;--accent-bg:#e539351f;--btn-primary:#fff;--btn-primary-hover:#e5e5e5;--btn-primary-text:#171a20;--shadow:0 1px 3px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}#root{box-sizing:border-box;max-width:100%;min-height:100dvh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);flex-direction:column;display:flex}body{-webkit-tap-highlight-color:transparent;margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);letter-spacing:-.03em;font-weight:600}h1{margin:32px 0;font-size:48px;line-height:1.1}@media (width<=1024px){h1{margin:24px 0;font-size:36px}}@media (width<=480px){h1{margin:16px 0;font-size:28px}}h2{margin:0 0 8px;font-size:22px;line-height:1.25}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:14px;line-height:1.4}
