@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700;9..144,800;9..144,900&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #fffbf5;--bg-alt: #f5f5f4;--bg-warm: #fdf6ee;--surface: #ffffff;--surface-hover: #fff;--ink: #18181b;--ink-soft: #52525b;--ink-muted: #a1a1aa;--ink-faint: #d4d4d8;--line: #e7e5e4;--line-soft: #f5f5f4;--line-strong: #d6d3d1;--accent: #e85d3f;--accent-dark: #c43e22;--accent-tint: #fff1ec;--accent-soft: #ffeae4;--accent-ring: rgba(232, 93, 63, .22);--ok: #16a34a;--star: #f59e0b;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: clamp(1rem, .96rem + .18vw, 1.0625rem);--text-lg: clamp(1.08rem, 1.02rem + .35vw, 1.22rem);--text-xl: clamp(1.28rem, 1.18rem + .55vw, 1.65rem);--text-2xl: clamp(1.75rem, 1.45rem + 1.1vw, 2.35rem);--text-3xl: clamp(2.4rem, 2rem + 1.8vw, 3.4rem);--text-hero: clamp(2.6rem, 2rem + 2.6vw, 4rem);--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--radius-lg: 20px;--shadow-card: 0 1px 3px rgba(24, 24, 27, .06), 0 4px 16px rgba(24, 24, 27, .04);--shadow-lift: 0 8px 28px rgba(24, 24, 27, .1), 0 2px 8px rgba(24, 24, 27, .06);--shadow-soft: 0 1px 2px rgba(24, 24, 27, .04);--container: 1160px;--measure: 70ch}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;line-height:1.08;color:var(--ink);text-wrap:balance;letter-spacing:-.02em}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}img{max-width:100%;height:auto;display:block}a{color:var(--ink);text-decoration:none;text-underline-offset:3px}a:hover{color:var(--accent-dark)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.container{max-width:var(--container);margin:0 auto;padding:0 1.25rem}.section{padding:3rem 0}@media(min-width:768px){.section{padding:4rem 0}}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-head h2{margin:0;font-size:clamp(1.4rem,1.2rem + .6vw,1.9rem)}.section-head .more{font-size:var(--text-sm);font-weight:600;color:var(--ink-soft);white-space:nowrap}.section-head .more:hover{color:var(--accent)}.muted{color:var(--ink-soft)}.num{font-variant-numeric:tabular-nums}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--accent-dark);background:var(--accent-tint);border:1px solid #ffe0d6;border-radius:var(--radius-pill);padding:.35rem .85rem;margin:0 0 1.1rem}.eyebrow.dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.lede{color:var(--ink-soft);font-size:var(--text-lg);line-height:1.6;max-width:58ch;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--font-body);font-size:.92rem;font-weight:600;line-height:1;padding:.85rem 1.35rem;border-radius:var(--radius-pill);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 3px #e85d3f40}.btn-primary:hover{background:var(--accent-dark);color:#fff;box-shadow:0 4px 14px #e85d3f47}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-soft)}.btn-ghost:hover{border-color:var(--line-strong);background:#fff;color:var(--ink)}.btn-sm{padding:.6rem 1rem;font-size:.85rem}.hero{padding:3.5rem 0 2.5rem;text-align:center}.hero h1{font-size:var(--text-hero);font-weight:900;max-width:18ch;margin:0 auto .75rem;line-height:.98}.hero h1 .accent{color:var(--accent)}.hero .lede{margin:0 auto 1.75rem;text-align:center}.hero-compact{padding:2.5rem 0 1.5rem;text-align:left}.hero-compact h1{margin-left:0;max-width:20ch;font-size:var(--text-3xl)}.hero-compact .lede{margin-left:0;text-align:left}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.hero-compact .cta-row{justify-content:flex-start}.search-bar{display:flex;align-items:center;gap:.6rem;max-width:560px;margin:1.75rem auto 0;padding:.45rem .45rem .45rem 1.1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-pill);box-shadow:0 1px 3px #18181b0f,0 8px 24px #18181b0f;transition:border-color .15s ease,box-shadow .15s ease}.search-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-ring),0 8px 24px #18181b14}.search-bar input{flex:1;border:none;outline:none;font-family:var(--font-body);font-size:.95rem;color:var(--ink);background:transparent;min-width:0}.search-bar input::placeholder{color:var(--ink-muted)}.search-bar button{flex:none;width:42px;height:42px;display:grid;place-items:center;background:var(--ink);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background .15s ease}.search-bar button:hover{background:#000}.grid{display:grid;gap:1.25rem}.category-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-card);text-decoration:none;color:inherit;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift);border-color:var(--line-strong);text-decoration:none}.card img{width:100%;aspect-ratio:16 / 10;object-fit:cover;background:var(--bg-alt);border-bottom:1px solid var(--line-soft)}.card-body{padding:1.25rem 1.25rem 1.35rem}.card-meta{display:flex;align-items:center;gap:.5rem;margin:0 0 .7rem;font-size:.78rem;color:var(--ink-muted)}.pill{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius-pill);padding:.2rem .6rem}.pill-accent{background:var(--accent-tint);border-color:#ffe0d6;color:var(--accent-dark)}.card h3{margin:0 0 .45rem;font-family:var(--font-body);font-weight:700;font-size:1.08rem;line-height:1.32;letter-spacing:-.01em}.card-desc{margin:0;color:var(--ink-soft);font-size:.92rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.read-more{display:inline-flex;align-items:center;gap:.25rem;margin-top:.9rem;font-size:.85rem;font-weight:600;color:var(--accent)}.card:hover .read-more{color:var(--accent-dark)}.category-card{padding:1.6rem 1.4rem;display:flex;flex-direction:column;gap:.75rem}.category-card .cat-top{display:flex;align-items:center;justify-content:space-between}.cat-icon{width:44px;height:44px;display:grid;place-items:center;font-size:1.35rem;background:var(--bg-warm);border:1px solid var(--line-soft);border-radius:12px}.category-card h3{margin:0;font-family:var(--font-display);font-size:1.22rem}.category-card .count{font-size:.78rem;font-weight:600;color:var(--ink-muted);background:var(--bg-alt);border:1px solid var(--line-soft);border-radius:var(--radius-pill);padding:.2rem .6rem}.feature-card{position:relative}.feature-card .product-strip{display:flex;align-items:center;gap:.45rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line-soft);font-size:.8rem;color:var(--ink-muted)}.product-strip .thumbs{display:flex}.product-strip .thumbs img{width:28px;height:28px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px #0000001f;margin-left:-6px;aspect-ratio:1;object-fit:cover}.product-strip .thumbs img:first-child{margin-left:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.product-card{padding:1rem;display:flex;flex-direction:column;gap:.85rem}.product-card .pc-image{width:100%;aspect-ratio:1;background:var(--bg-alt);border-radius:var(--radius-sm);overflow:hidden;display:grid;place-items:center;border:1px solid var(--line-soft)}.product-card .pc-image img{width:100%;height:100%;object-fit:contain;padding:1rem;aspect-ratio:1;border:none;background:transparent}.product-card h3{font-size:.98rem;margin:0;line-height:1.35}.product-card .pc-desc{font-size:.85rem;color:var(--ink-soft);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.pc-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--line-soft)}.pc-price{font-weight:800;font-size:1rem;color:var(--accent)}.pc-rating{display:inline-flex;align-items:center;gap:.25rem;font-size:.82rem;font-weight:600;color:var(--ink-soft)}.pc-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:.6rem;width:100%;padding:.65rem;font-size:.85rem;font-weight:700;color:#fff;background:var(--ink);border-radius:var(--radius-pill);transition:background .15s ease}.product-card:hover .pc-cta{background:var(--accent)}.breadcrumbs{max-width:var(--container);margin:0 auto;padding:1.1rem 1.25rem 0;font-size:.85rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;padding:0;margin:0}.breadcrumbs li{display:flex;align-items:center;gap:.45rem;color:var(--ink-muted)}.breadcrumbs li+li:before{content:"›";color:var(--ink-faint);font-size:1rem;line-height:1}.breadcrumbs a{color:var(--ink-soft);font-weight:500}.breadcrumbs a:hover{color:var(--accent)}.content{font-size:1.03rem;line-height:1.75;color:var(--ink)}.content :global(h2){margin-top:2.4rem;padding-bottom:.45rem;border-bottom:1px solid var(--line-soft);font-family:var(--font-display)}.content :global(h3){margin-top:1.7rem;font-family:var(--font-body);font-weight:700}.content :global(p){margin:1.05rem 0}.content :global(a){color:var(--accent-dark);text-decoration:underline;text-decoration-color:#e85d3f47;text-underline-offset:3px}.content :global(a:hover){color:var(--accent);text-decoration-color:var(--accent)}.pack-nav{display:flex;justify-content:space-between;gap:1rem;margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid var(--line-soft)}.pack-nav a{font-size:.9rem;font-weight:600;color:var(--ink-soft);padding:.7rem 1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-pill)}.pack-nav a:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-tint)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:640px){.category-grid,.featured-grid,.product-grid{grid-template-columns:1fr}.hero{padding:2.5rem 0 2rem}.search-bar{margin-top:1.25rem}}.site-header.svelte-12qhfyh{position:sticky;top:0;z-index:40;background:#fffbf5e0;-webkit-backdrop-filter:blur(12px) saturate(1.2);backdrop-filter:blur(12px) saturate(1.2);border-bottom:1px solid var(--line)}.header-inner.svelte-12qhfyh{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-top:.9rem;padding-bottom:.9rem}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ink)}.logo-mark.svelte-12qhfyh{width:36px;height:36px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:10px;font-size:1.15rem;line-height:1;flex:none}.logo-mark.sm.svelte-12qhfyh{width:28px;height:28px;font-size:.95rem;border-radius:8px;display:inline-grid;vertical-align:middle;margin-right:.35rem}.brand-word.svelte-12qhfyh{font-family:var(--font-display);font-weight:900;font-size:1.35rem;letter-spacing:-.03em;line-height:1}.brand-dot.svelte-12qhfyh{font-weight:700;color:var(--ink-muted)}.header-search.svelte-12qhfyh{display:flex;align-items:center;gap:.35rem;max-width:420px;width:100%;justify-self:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-pill);padding:.32rem .35rem .32rem 1rem;box-shadow:var(--shadow-soft);transition:border-color .15s ease,box-shadow .15s ease}.header-search.svelte-12qhfyh:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-ring)}.header-search.svelte-12qhfyh input:where(.svelte-12qhfyh){flex:1;border:none;outline:none;font-family:var(--font-body);font-size:.9rem;color:var(--ink);background:transparent;min-width:0}.header-search.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:var(--ink-muted)}.header-search.svelte-12qhfyh button:where(.svelte-12qhfyh){width:34px;height:34px;display:grid;place-items:center;background:var(--ink);color:#fff;border:none;border-radius:50%;cursor:pointer;flex:none}.header-search.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:#000}.primary.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem}.primary.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--ink-soft);font-size:.9rem;font-weight:600;text-decoration:none;padding:.5rem .85rem;border-radius:var(--radius-pill);border:1px solid transparent}.primary.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink);background:#fff;border-color:var(--line)}.primary.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#fff;background:var(--ink);border-color:var(--ink)}.site-footer.svelte-12qhfyh{margin-top:3rem;background:#fff;border-top:1px solid var(--line);padding:2.75rem 0 2rem}.footer-grid.svelte-12qhfyh{display:grid;gap:2rem;grid-template-columns:1.6fr 1fr 1fr;padding-bottom:1.75rem}.footer-logo.svelte-12qhfyh{font-family:var(--font-display);font-weight:800;font-size:1.25rem;margin:0 0 .5rem;color:var(--ink);display:flex;align-items:center}.footer-logo.svelte-12qhfyh .muted:where(.svelte-12qhfyh){color:var(--ink-muted);font-weight:600}.footer-tagline.svelte-12qhfyh{color:var(--ink-soft);font-size:.92rem;max-width:34ch;margin:0;line-height:1.5}.footer-search-hint.svelte-12qhfyh{margin:.85rem 0 0;font-size:.8rem;color:var(--ink-muted);background:var(--bg);border:1px solid var(--line-soft);border-radius:var(--radius-pill);display:inline-block;padding:.35rem .75rem}.footer-head.svelte-12qhfyh{font-family:var(--font-body);color:var(--ink);font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .85rem}.footer-links.svelte-12qhfyh{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--ink-soft);font-size:.9rem;text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-bottom.svelte-12qhfyh{padding-top:1.25rem;border-top:1px solid var(--line-soft);display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;align-items:center}.disclosure.svelte-12qhfyh{color:var(--ink-muted);font-size:.75rem;max-width:60ch;margin:0}.copyright.svelte-12qhfyh{color:var(--ink-muted);font-size:.78rem;margin:0}@media(max-width:820px){.header-inner.svelte-12qhfyh{grid-template-columns:1fr auto;grid-template-areas:"brand nav" "search search"}.brand.svelte-12qhfyh{grid-area:brand}.primary.svelte-12qhfyh{grid-area:nav}.header-search.svelte-12qhfyh{grid-area:search;max-width:none}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
