:root{--ink:#222;--muted:#5c5c5c;--line:#e5e1dc;--paper:#faf9f7;--card:#fff;--accent:#8b4518;--accent-soft:#f3ebe3;--ok:#2f6b4f;--radius:8px;--font:"Sora", system-ui, sans-serif;color:var(--ink);background:var(--paper);font-family:var(--font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;color:var(--ink);margin:0}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font);letter-spacing:-.02em;margin:0;font-weight:600}p{color:var(--muted);margin:0;line-height:1.55}.site{overflow-x:hidden}.container{width:min(1080px,100% - 2rem);margin-inline:auto}.header{z-index:40;border-bottom:1px solid var(--line);background:#faf9f7f2;position:sticky;top:0}.header-inner{align-items:center;gap:1rem;padding:.85rem 0;display:flex}.brand{font-size:clamp(.95rem,2.5vw,1.15rem);font-weight:700}.brand span{color:var(--accent);font-weight:600}.local-badge{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:.25rem .6rem;font-size:.75rem;display:none}.header-actions{align-items:center;gap:1.2rem;margin-left:auto;display:flex}.nav{gap:1.2rem;font-size:.9rem;font-weight:500;display:flex}.nav a{color:var(--muted)}.nav a:hover{color:var(--ink)}.cart-btn{background:var(--ink);color:#fff;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.88rem;font-weight:500;display:inline-flex}.cart-count{background:var(--accent);border-radius:999px;place-items:center;min-width:1.25rem;height:1.25rem;font-size:.72rem;font-weight:600;display:grid}.hero{color:#fff;background:#1f1f1f;height:320px;position:relative;overflow:hidden}.hero-media{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-media img{object-fit:cover;object-position:center 60%;width:100%;height:100%;display:block}.hero-media:after{content:"";background:linear-gradient(90deg,#0000009e 0%,#00000059 48%,#0003 100%);position:absolute;inset:0}.hero-copy{z-index:1;align-items:center;padding:1.5rem 0;display:flex;position:absolute;inset:0}.hero-copy-inner{max-width:34rem}.hero-studio-label{letter-spacing:.08em;text-transform:uppercase;color:#f0dcc8;margin-bottom:.45rem;font-size:.75rem;font-weight:600}.hero-brand{color:#fff;margin-bottom:.6rem;font-size:clamp(1.8rem,5vw,2.8rem);line-height:1.1}.hero-studio{letter-spacing:.12em;text-transform:uppercase;color:#f0dcc8;margin-top:.2rem;font-size:.45em;display:block}.hero-headline{color:#fff;max-width:28ch;margin-bottom:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:500;line-height:1.4}.hero-sub{color:#ffffffe0;max-width:38ch;margin-bottom:1.1rem;font-size:.95rem}.btn-primary,.btn-ink{border-radius:6px;justify-content:center;align-items:center;padding:.7rem 1.05rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{color:#222;background:#fff}.btn-primary:hover{background:#f3ebe3}.btn-ink{background:var(--ink);color:#fff;width:100%}.btn-ink:hover{background:#444}.btn-ink.added{background:var(--ok)}.btn-ink:disabled{opacity:.45;cursor:not-allowed}.section{padding:2.75rem 0}.section-head{max-width:40rem;margin-bottom:1.4rem}.section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:inline-block}.section-head h2{margin-bottom:.4rem;font-size:clamp(1.45rem,3.5vw,1.9rem)}.price-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:1.25rem 0 0;display:grid}.price-board div{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:.75rem .85rem}.price-board strong{font-size:1.15rem;display:block}.price-board span{color:var(--muted);font-size:.82rem}.tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.charm-filters{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:-.55rem;margin-bottom:1.25rem;display:flex}.charm-filter-label{color:var(--ink);font-size:.9rem;font-weight:600}.charm-select{appearance:auto;cursor:pointer;font:inherit;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:8px;min-width:240px;max-width:100%;min-height:40px;padding:.55rem .85rem;font-size:.95rem;font-weight:500;line-height:1.3;transition:border-color .15s,background-color .15s}.charm-select:hover{border-color:var(--ink);background:#fff}.charm-select:focus{outline:2px solid var(--ink);outline-offset:2px}.tab{background:var(--card);border:1px solid var(--line);color:var(--muted);border-radius:6px;padding:.5rem .85rem;font-size:.88rem;font-weight:500}.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.inventory-note{margin-bottom:1rem;font-size:.82rem}.inventory-note a{text-underline-offset:2px;text-decoration:underline}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;display:grid}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:1.25rem;display:flex}.pagination .tab:disabled{opacity:.45;cursor:not-allowed}.pagination-status{color:var(--muted);padding:0 .35rem;font-size:.88rem}.product-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.product-card.selected{border-color:#bbb}.product-visual{aspect-ratio:1;background:var(--accent-soft);place-items:center;display:grid;overflow:hidden}.product-visual img{object-fit:cover;width:100%;height:100%}.product-visual--bakery img.bakery-crop,.cart-thumb.product-visual--bakery img.bakery-crop{object-fit:cover;object-position:25% 50%}.product-visual--coffee,.cart-thumb.product-visual--coffee{overflow:hidden}.product-visual--coffee img.coffee-crop,.cart-thumb.product-visual--coffee img.coffee-crop{object-fit:cover;object-position:center top;width:100%;height:117.65%}.charm-orb{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:4.5rem;height:4.5rem;font-size:1.5rem;display:grid}.product-body{flex:1;gap:.4rem;padding:.85rem;display:grid}.product-meta{justify-content:space-between;align-items:start;gap:.5rem;display:flex}.product-meta h3{font-size:.95rem;line-height:1.3}.price{white-space:nowrap;color:var(--ink);font-weight:700}.stock{color:var(--muted);font-size:.75rem}.collection-tag{color:var(--accent);font-size:.72rem;font-weight:600}.product-body p{font-size:.82rem}.alberta-band{background:var(--accent-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:2.5rem 0}.alberta-band h2{margin-bottom:.5rem;font-size:1.25rem}.story-block{max-width:40rem}.alberta-band p+p{margin-top:.75rem}.story-quote{border-left:2px solid var(--accent);color:var(--ink);margin:1rem 0 0;padding-left:.85rem;font-style:italic;line-height:1.5}.story-custom-note{margin-top:1.25rem}.story-custom-note a{color:inherit;text-underline-offset:2px;text-decoration:underline}.story-custom-note a:hover{color:var(--accent)}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.gallery-tile{border-radius:var(--radius);aspect-ratio:4/5;border:1px solid var(--line);background:var(--card);margin:0;position:relative;overflow:hidden}.gallery-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;height:100%;display:flex;overflow-x:auto}.gallery-carousel::-webkit-scrollbar{display:none}.gallery-slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;height:100%}.gallery-slide img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.gallery-tile:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 30%,#00000014 55%,#0000008c 100%);position:absolute;inset:0}.gallery-dots{z-index:2;pointer-events:none;justify-content:center;gap:.35rem;display:flex;position:absolute;top:.65rem;left:0;right:0}.gallery-dots button{pointer-events:auto;cursor:pointer;background:#ffffff73;border:none;border-radius:999px;width:.4rem;height:.4rem;padding:0}.gallery-dots button.is-active{background:#fff}.gallery-caption{z-index:2;color:#fff;position:absolute;bottom:.85rem;left:.85rem;right:.85rem}.gallery-caption h3{margin-bottom:.15rem;font-size:1.1rem}.gallery-caption p{color:#ffffffe6;font-size:.85rem}.footer a{color:var(--muted)}.footer a:hover{color:var(--ink)}.cart-backdrop{z-index:50;background:#00000059;position:fixed;inset:0}.cart-drawer{z-index:60;border-left:1px solid var(--line);background:#fff;flex-direction:column;width:min(380px,100%);height:100%;padding:1rem;display:flex;position:fixed;top:0;right:0}.cart-header{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.cart-header h2{font-size:1.2rem}.close-btn{background:var(--paper);border-radius:6px;width:2rem;height:2rem;font-size:1.15rem}.cart-list{flex:1;align-content:start;gap:.65rem;display:grid;overflow:auto}.cart-empty{text-align:center;padding:1.5rem .25rem}.cart-item{border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:3rem 1fr auto;align-items:center;gap:.65rem;padding:.65rem;display:grid}.cart-thumb{background:var(--accent-soft);border-radius:6px;place-items:center;width:3rem;height:3rem;font-size:1rem;display:grid;overflow:hidden}.cart-thumb img{object-fit:cover;width:100%;height:100%}.cart-item h3{font-size:.88rem}.qty-row{align-items:center;gap:.35rem;margin-top:.3rem;font-size:.85rem;display:flex}.qty-row button{background:var(--paper);border:1px solid var(--line);border-radius:4px;width:1.4rem;height:1.4rem}.cart-footer{border-top:1px solid var(--line);gap:.65rem;padding-top:.85rem;display:grid}.total-row{justify-content:space-between;font-weight:700;display:flex}.checkout-note{text-align:center;font-size:.8rem}.footer{border-top:1px solid var(--line);padding:2rem 0}.footer-custom-note{max-width:22rem;margin-top:.5rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}@media (width<=820px){.nav{display:none}.local-badge{display:inline-block}.gallery-grid{grid-template-columns:1fr}.price-board{grid-template-columns:1fr 1fr}}@media (width<=560px){.hero{height:240px}.price-board{grid-template-columns:1fr 1fr}}
