:root{--bg:#f5f6f8;--surface:#ffffff;--ink:#101828;--muted:#6b7280;--line:#e5e7eb;--accent:#0f766e;--accent-ink:#ffffff;--brand-primary:var(--accent);--brand-secondary:#1e293b;--brand-accent:#f59e0b}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#e8f5f2 0,#f7f7f5 40%,#f1f5f9 100%);color:var(--ink);font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif}.storefront-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.85);border-bottom:1px solid var(--line)}.storefront-logo{font-weight:700;letter-spacing:.02em;text-decoration:none;color:var(--ink)}.storefront-nav{display:flex;gap:16px}.storefront-nav a{color:var(--muted);text-decoration:none;font-size:14px}.storefront-nav a:hover{color:var(--ink)}.storefront-main{margin:0 auto;width:min(1120px,100% - 32px);padding:28px 0 40px}.storefront-section{display:grid;grid-gap:18px;gap:18px}.storefront-page-head h1{margin:0;font-size:30px}.storefront-page-head p{margin:8px 0 0;color:var(--muted);font-size:14px}.storefront-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.storefront-product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:grid}.storefront-product-image{width:100%;height:220px;object-fit:cover;background:#f3f4f6}.storefront-product-image-placeholder{background:linear-gradient(120deg,#f3f4f6,#e5e7eb)}.storefront-product-content{padding:14px;display:grid;grid-gap:10px;gap:10px}.storefront-product-title{color:var(--ink);text-decoration:none;font-weight:600}.storefront-product-title:hover{text-decoration:underline}.storefront-product-price{margin:0;font-weight:600}.storefront-button{border:1px solid var(--line);border-radius:999px;height:38px;background:#fff;color:var(--ink);font-weight:600;cursor:pointer}.storefront-button:hover{border-color:#d1d5db}.storefront-button-primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.storefront-button-primary:hover{filter:brightness(.95)}.storefront-pdp{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:24px;gap:24px}.storefront-pdp-image{width:100%;min-height:360px;border-radius:18px;border:1px solid var(--line);object-fit:cover}.storefront-pdp-content{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px;display:grid;grid-gap:14px;gap:14px}.storefront-pdp-content h1{margin:0}.storefront-pdp-description{margin:0;line-height:1.5;color:#374151}.storefront-cart-shell{display:grid;grid-template-columns:1fr 320px;grid-gap:20px;gap:20px}.storefront-cart-lines{display:grid;grid-gap:12px;gap:12px}.storefront-cart-line{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:14px;display:flex;justify-content:space-between;align-items:center}.storefront-cart-title{margin:0;font-weight:600}.storefront-cart-meta{margin:4px 0 0;color:var(--muted);font-size:13px}.storefront-qty-controls{display:inline-flex;align-items:center;gap:8px}.storefront-qty-controls button{width:28px;height:28px;border-radius:999px;border:1px solid var(--line);background:#fff}.storefront-cart-summary,.storefront-empty-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:16px;display:grid;grid-gap:12px;gap:12px;align-content:start}.storefront-cart-summary h3,.storefront-empty-card h2{margin:0}.storefront-cart-summary p,.storefront-empty-card p{margin:0;color:var(--muted)}.storefront-error{color:#b91c1c;font-size:13px}.storefront-muted{color:var(--muted);font-size:13px}@media (max-width:900px){.storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-cart-shell,.storefront-pdp{grid-template-columns:1fr}}@media (max-width:640px){.storefront-main{width:calc(100% - 20px)}.storefront-header{padding:12px 14px}.storefront-grid{grid-template-columns:1fr}}a.storefront-button-primary{background:var(--brand-primary);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .15s}a.storefront-button-primary:hover{opacity:.9}button.storefront-button-primary{background:var(--brand-primary);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .15s}button.storefront-button-primary:hover{opacity:.9}.storefront-button-secondary{background:transparent;color:var(--ink);padding:.75rem 1.5rem;border:1px solid var(--line);border-radius:.5rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block}.storefront-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.storefront-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.storefront-product-grid{grid-template-columns:1fr}}.storefront-product-card .brand{color:var(--brand-primary);font-size:.85rem;font-weight:500;margin:0 0 .5rem}.storefront-pdp-hero{padding:2rem 0;border-bottom:1px solid var(--line);margin-bottom:2rem}.storefront-pdp-hero .headline{font-size:2rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.storefront-pdp-hero .subheadline{font-size:1.15rem;color:var(--muted);margin:0 0 1.5rem}.storefront-pdp-hero .price{font-size:1.5rem;font-weight:700;color:var(--brand-primary);margin:0 0 1rem}.storefront-pdp-hero .brand{color:var(--brand-primary);font-size:.85rem;font-weight:500}.storefront-value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;padding:2rem 0}.storefront-value-prop-card{padding:1.25rem;border:1px solid var(--line);border-radius:.75rem;text-align:center}.storefront-value-prop-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.storefront-value-prop-card h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.storefront-value-prop-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.storefront-faq{padding:2rem 0}.storefront-faq h2{margin:0 0 1.5rem;font-size:1.5rem}.storefront-faq-item{border-bottom:1px solid var(--line);padding:1rem 0}.storefront-faq-item summary{cursor:pointer;font-weight:600;font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.storefront-faq-item summary:after{content:"+";font-size:1.25rem;color:var(--muted);transition:transform .2s}.storefront-faq-item[open] summary:after{content:"\2212"}.storefront-faq-item p{margin:.75rem 0 0;color:var(--muted);line-height:1.6}.storefront-social-proof{padding:2rem 0;text-align:center}.storefront-social-proof h2{margin:0 0 1.5rem;font-size:1.5rem}.storefront-trust-signals{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem}.storefront-trust-signal{background:var(--surface);border:1px solid var(--line);border-radius:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.storefront-skeleton{padding:2rem;max-width:800px;margin:0 auto}.storefront-skeleton-hero{height:200px;border-radius:.75rem;background:linear-gradient(90deg,var(--surface) 25%,var(--line) 50%,var(--surface) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;margin-bottom:2rem}.storefront-skeleton-content{display:flex;flex-direction:column;gap:.75rem}.storefront-skeleton-line{height:1rem;width:70%;border-radius:.25rem;background:linear-gradient(90deg,var(--surface) 25%,var(--line) 50%,var(--surface) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite}.storefront-skeleton-line.wide{width:90%}.storefront-skeleton-line.narrow{width:50%}.storefront-about{padding:2rem 0;border-bottom:1px solid var(--line)}.storefront-about h2{margin:0 0 1rem;font-size:1.5rem}.storefront-about p{color:var(--muted);line-height:1.7;margin:0}.storefront-landing{max-width:960px;margin:0 auto}.storefront-landing-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;padding:2rem 0}.storefront-landing-hero-image{position:relative;aspect-ratio:1;width:100%;overflow:hidden;border-radius:1rem;background:#f3f4f6}.storefront-landing-hero-content{display:flex;flex-direction:column;justify-content:center;gap:.75rem}.storefront-landing-hero-content .headline{font-size:2.25rem;font-weight:700;margin:0;line-height:1.15}.storefront-landing-hero-content .subheadline{font-size:1.15rem;color:var(--muted);margin:0}.storefront-landing-hero-content .brand{color:var(--brand-primary);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0}.storefront-landing-hero-content .price{font-size:1.75rem;font-weight:700;color:var(--brand-primary);margin:0}.storefront-landing-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;padding:0 0 2rem}.storefront-landing-thumbnail{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.75rem;background:#f3f4f6}.storefront-sticky-cta{display:none}@media (max-width:768px){.storefront-landing-hero{grid-template-columns:1fr;gap:1.5rem}.storefront-landing-hero-image{aspect-ratio:4/3}.storefront-landing-gallery{grid-template-columns:repeat(3,1fr)}.storefront-sticky-cta{display:block;position:fixed;bottom:0;left:0;right:0;padding:1rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);z-index:20;text-align:center}.storefront-sticky-cta .storefront-button-primary{width:100%;text-align:center}}.storefront-empty{text-align:center;padding:4rem 2rem}.storefront-empty h2{margin:0 0 .5rem;font-size:1.5rem}.storefront-empty p{color:var(--muted);margin:0}