.Nav_nav__uA57t{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem var(--gutter);transition:background var(--transition),box-shadow var(--transition)}.Nav_scrolled__ms6Pi{background:hsla(38,33%,95%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border)}.Nav_inner__C4EtG{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.Nav_logo__HeBvV{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.Nav_logoMark__zY7vj{color:var(--accent);font-size:1.1rem}.Nav_logoText__mgJJX{font-family:var(--font-display);font-size:1.15rem;font-weight:500;color:var(--text);letter-spacing:-.01em}.Nav_links__AwB6j{display:flex;align-items:center;gap:.25rem}.Nav_link__YHuuC{font-size:.82rem;font-weight:500;color:var(--text-mid);padding:.4rem .75rem;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);letter-spacing:.01em}.Nav_link__YHuuC:hover{color:var(--text);background:var(--bg-warm)}.Nav_cta__NJIm9{margin-left:.5rem;background:var(--accent);color:var(--white)!important;padding:.45rem 1rem}.Nav_cta__NJIm9:hover{background:var(--accent-dark)!important;color:var(--white)!important}.Nav_burger__TKpnW{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.Nav_burger__TKpnW span{display:block;width:22px;height:1.5px;background:var(--text);transition:all var(--transition)}@media (max-width:768px){.Nav_burger__TKpnW{display:flex}.Nav_links__AwB6j{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg);flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;z-index:99}.Nav_links__AwB6j.Nav_open__LPUpT{display:flex}.Nav_link__YHuuC{font-size:1.1rem;padding:.75rem 1.5rem}.Nav_cta__NJIm9{margin-left:0}}.Footer_footer__LxLGV{background:var(--bg-dark);color:var(--bg-warm);margin-top:auto}.Footer_inner__4mERO{max-width:var(--max-width);margin:0 auto;padding:4rem var(--gutter) 3rem;display:grid;grid-template-columns:1.5fr 2fr;grid-gap:4rem;gap:4rem}.Footer_brand__hrKsL{max-width:280px}.Footer_logo__y_pDi{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.Footer_mark__vWhQz{color:var(--accent-light);font-size:1rem}.Footer_name__Utojk{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--bg-warm)}.Footer_tagline__JbGy8{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-light);margin-bottom:1rem}.Footer_bio__d929t{font-size:.85rem;color:hsla(37,30%,92%,.6);line-height:1.7}.Footer_cols__Ef3DJ{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Footer_col__18yNJ{display:flex;flex-direction:column;gap:.6rem}.Footer_colHead__lCKHY{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.4rem}.Footer_col__18yNJ a{font-size:.85rem;color:hsla(37,30%,92%,.6);transition:color var(--transition)}.Footer_col__18yNJ a:hover{color:var(--bg-warm)}.Footer_bottom__GqBWJ{border-top:1px solid hsla(0,0%,100%,.08)}.Footer_bottomInner__7vHhR{max-width:var(--max-width);margin:0 auto;padding:1.5rem var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.Footer_copy__KAKJk{font-size:.8rem;color:hsla(37,30%,92%,.4)}.Footer_disclosure__4CGBP{font-size:.75rem;color:hsla(37,30%,92%,.3);max-width:500px;text-align:right;font-style:italic}@media (max-width:768px){.Footer_inner__4mERO{grid-template-columns:1fr;gap:2.5rem}.Footer_brand__hrKsL{max-width:100%}.Footer_cols__Ef3DJ{grid-template-columns:repeat(2,1fr)}.Footer_bottomInner__7vHhR{flex-direction:column;align-items:flex-start}.Footer_disclosure__4CGBP{text-align:left}}.Layout_layout__QnMbA{display:flex;flex-direction:column;min-height:100vh}.Layout_main__RMpyO{flex:1 1;padding-top:72px}.shop_hero__ihA5J{padding:clamp(4rem,10vw,7rem) var(--gutter) clamp(2rem,5vw,3rem);background:var(--bg-warm);border-bottom:1px solid var(--border)}.shop_heroTitle__azx3U{color:var(--text);margin-bottom:1rem}.shop_heroTitle__azx3U em{font-style:italic;color:var(--accent)}.shop_heroSub__D1AkW{max-width:560px}.shop_grid__qk4Ax{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.shop_card__Ue88U{display:flex;flex-direction:column}.shop_imgWrap__g5hSz{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-md) var(--radius-md) 0 0}.shop_imgWrap__g5hSz img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.shop_card__Ue88U:hover .shop_imgWrap__g5hSz img{transform:scale(1.04)}.shop_badge__YNyyH{position:absolute;top:1rem;left:1rem;background:var(--accent);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .65rem;border-radius:100px}.shop_overlay__zzn4t{position:absolute;inset:0;background:rgba(30,26,23,.45);display:flex;align-items:flex-end;padding:1.25rem;opacity:0;transition:opacity var(--transition)}.shop_card__Ue88U:hover .shop_overlay__zzn4t{opacity:1}.shop_overlayBtn__hJ_A8{font-size:.85rem;font-weight:600;color:var(--white)}.shop_body__VhMfB{padding:1.25rem .25rem;flex:1 1;display:flex;flex-direction:column;gap:.4rem}.shop_title__E5N09{font-family:var(--font-display);font-size:1.15rem;font-weight:500;color:var(--text)}.shop_desc__MY9SN{font-size:.88rem}.shop_count__tK1Ck{font-size:.78rem;color:var(--accent);font-weight:500;margin-top:.25rem}.shop_cta__V73RV{background:var(--bg-dark);padding:clamp(3rem,8vw,5rem) var(--gutter)}.shop_cta__V73RV h2{color:var(--bg-warm)}.shop_cta__V73RV p{color:hsla(37,30%,92%,.65)}@media (max-width:1024px){.shop_grid__qk4Ax{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.shop_grid__qk4Ax{grid-template-columns:1fr}}