:root{--cream:#fffaf3;--paper:#fffdf9;--peach:#ffd9b8;--orange:#f39a60;--ink:#513d35;--muted:#8d766b;--line:#f0dfd2;--green:#a9bca2;--shadow:0 16px 45px rgba(113,75,49,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;line-height:1.55}button,input{font:inherit}button{color:inherit}.site-header{height:76px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1160px)/2));background:rgba(255,250,243,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(240,223,210,.7)}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.brand img{object-fit:contain}.brand span{display:grid}.brand strong{font-family:Georgia,serif;font-size:19px;letter-spacing:.02em}.brand small{font-size:10px;color:var(--muted);letter-spacing:.14em}.cart-chip{border:0;border-radius:999px;background:var(--ink);color:white;padding:9px 14px;cursor:pointer}.cart-chip span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:50%;background:var(--peach);color:var(--ink);font-size:12px;font-weight:700}.page-shell{max-width:1160px;margin:auto;padding:42px 24px 80px}.hero{position:relative;overflow:hidden;padding:64px 7%;border:1px solid var(--line);border-radius:32px;background:linear-gradient(135deg,#fffdf9 10%,#ffebda 100%);box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;width:220px;height:220px;right:-50px;bottom:-80px;border-radius:50%;background:rgba(255,255,255,.55)}.eyebrow{margin:0 0 8px;color:var(--orange);font-size:11px;font-weight:700;letter-spacing:.18em}.hero h1{max-width:650px;margin:0;font-family:Georgia,"STSong",serif;font-size:clamp(36px,6vw,64px);font-weight:500;line-height:1.12}.hero>p:not(.eyebrow){margin:18px 0 0;color:var(--muted)}.hero-dots{display:flex;gap:7px;margin-top:30px}.hero-dots i{width:10px;height:10px;border-radius:50%;background:var(--orange)}.hero-dots i:nth-child(2){background:var(--green)}.hero-dots i:nth-child(3){background:var(--peach)}.menu-panel{margin-top:54px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-heading h2{margin:0;font-family:Georgia,"STSong",serif;font-size:32px;font-weight:500}.result-count{color:var(--muted);font-size:13px}.toolbar{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:28px}.filters{display:flex;gap:8px;overflow:auto;padding:3px 1px}.filter-btn{white-space:nowrap;padding:8px 15px;border:1px solid var(--line);border-radius:999px;background:var(--paper);cursor:pointer;transition:.2s}.filter-btn:hover,.filter-btn.active{border-color:var(--orange);background:var(--peach)}.search-box{min-width:230px;display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:white}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f8eadf}.product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.025)}.special-badge{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:999px;background:rgba(255,253,249,.9);font-size:11px;font-weight:700;color:var(--orange)}.product-body{display:flex;flex:1;flex-direction:column;padding:16px}.product-top{display:flex;gap:10px;align-items:start;justify-content:space-between}.product-top h3{margin:0;font-size:16px}.tag{flex:none;padding:3px 8px;border-radius:999px;background:#f1eee5;color:#71816b;font-size:10px}.description{min-height:22px;margin:7px 0;color:var(--muted);font-size:12px}.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}.price{font-family:Georgia,serif;font-size:16px;font-weight:700;color:#b8673f}.add-btn{width:38px;height:38px;border:0;border-radius:50%;background:var(--peach);font-size:22px;line-height:1;cursor:pointer;transition:.2s}.add-btn:hover{background:var(--orange);color:white;transform:rotate(8deg)}.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}.empty-state span{font-size:40px}.empty-state h3{margin:12px 0 3px;color:var(--ink)}footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:34px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.drawer-mask{position:fixed;inset:0;z-index:39;background:rgba(54,39,32,.24);backdrop-filter:blur(2px)}.cart-drawer{position:fixed;top:0;right:0;z-index:40;width:min(420px,100%);height:100%;display:flex;flex-direction:column;padding:24px;background:var(--paper);box-shadow:-16px 0 50px rgba(55,37,28,.12);transform:translateX(105%);transition:transform .28s}.cart-drawer.open{transform:none}.drawer-head{display:flex;align-items:start;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0;font-family:Georgia,"STSong",serif}.icon-btn{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:white;font-size:24px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:12px 0}.cart-empty{text-align:center;padding:60px 0;color:var(--muted)}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-bottom:1px dashed var(--line)}.cart-row p{margin:0;font-weight:600}.qty{display:flex;align-items:center;gap:9px}.qty button{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;background:white;cursor:pointer}.remove{grid-column:1/-1;width:max-content;padding:0;border:0;background:none;color:var(--muted);font-size:11px;cursor:pointer}.drawer-foot{padding-top:18px;border-top:1px solid var(--line)}.drawer-actions{display:flex;gap:10px}.button{flex:1;padding:11px;border-radius:999px;cursor:pointer}.button.secondary{border:1px solid var(--line);background:white}.button.primary{border:1px solid var(--ink);background:var(--ink);color:white}.toast{position:fixed;left:50%;bottom:25px;z-index:60;padding:10px 16px;border-radius:999px;background:var(--ink);color:white;font-size:13px;opacity:0;transform:translate(-50%,15px);pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:0px){
/* Retired style experiments */
.style-lab{display:flex;align-items:center;justify-content:center;gap:18px;padding:12px 20px;background:#292522;color:#fff}.style-lab__title{font-size:11px;font-weight:700;letter-spacing:.16em;white-space:nowrap}.style-options{display:flex;gap:7px;overflow:auto}.style-option{display:flex;align-items:center;gap:8px;min-width:max-content;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:transparent;color:#fff;cursor:pointer;text-align:left}.style-option:hover,.style-option.active{background:#fff;color:#292522}.style-option span{display:grid;font-size:12px;font-weight:700;line-height:1.25}.style-option small{font-size:9px;font-weight:400;opacity:.62}.swatch{width:18px;height:18px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.swatch.cream{background:#ffd9b8}.swatch.editorial{background:linear-gradient(135deg,#f2f0e9 50%,#1c1c1a 50%)}.swatch.retro{background:#d85836}.swatch.noir{background:#b8e36d}

body[data-theme]{transition:background .28s,color .28s}body[data-theme] .site-header,body[data-theme] .hero,body[data-theme] .product-card,body[data-theme] .filter-btn,body[data-theme] .search-box{transition:background .28s,border-color .28s,border-radius .28s,box-shadow .28s,color .28s}
body[data-theme="editorial"]{--cream:#f2f0e9;--paper:#f2f0e9;--peach:#d7d4ca;--orange:#1d1d1b;--ink:#1d1d1b;--muted:#6d6b65;--line:#bbb8ae;--green:#777c70;--shadow:none}.style-lab:has(+ .site-header){}body[data-theme="editorial"] .site-header{top:0;background:rgba(242,240,233,.94);border-bottom:1px solid var(--ink)}body[data-theme="editorial"] .hero{padding:78px 0;border-width:1px 0;border-radius:0;background:transparent;box-shadow:none}body[data-theme="editorial"] .hero:after{display:none}body[data-theme="editorial"] .hero h1{max-width:800px;font-family:"STSong",Georgia,serif;font-size:clamp(44px,8vw,88px);letter-spacing:-.04em}body[data-theme="editorial"] .hero-dots i{width:34px;height:2px;border-radius:0;background:var(--ink)}body[data-theme="editorial"] .product-grid{gap:38px 18px}body[data-theme="editorial"] .product-card{border:0;border-radius:0;background:transparent}body[data-theme="editorial"] .product-card:hover{box-shadow:none}body[data-theme="editorial"] .product-image{aspect-ratio:4/5;filter:saturate(.72)}body[data-theme="editorial"] .product-body{padding:13px 0}body[data-theme="editorial"] .filter-btn,body[data-theme="editorial"] .search-box{border-radius:0;background:transparent}body[data-theme="editorial"] .filter-btn.active{color:#fff;background:var(--ink)}body[data-theme="editorial"] .add-btn{border-radius:0;background:var(--ink);color:#fff}
body[data-theme="retro"]{--cream:#f3d781;--paper:#fff1c4;--peach:#e75d38;--orange:#b52f27;--ink:#3c261d;--muted:#745345;--line:#3c261d;--green:#477052;--shadow:6px 6px 0 #3c261d}body[data-theme="retro"] .site-header{background:rgba(243,215,129,.95);border-bottom:2px solid var(--ink)}body[data-theme="retro"] .hero{border:2px solid var(--ink);border-radius:18px;background:#e9653f;box-shadow:var(--shadow)}body[data-theme="retro"] .hero:after{background:#f3d781;border:2px solid var(--ink)}body[data-theme="retro"] .hero .eyebrow,body[data-theme="retro"] .hero>p{color:#fff8d8}body[data-theme="retro"] .product-card{border:2px solid var(--ink);border-radius:12px;box-shadow:4px 4px 0 var(--ink)}body[data-theme="retro"] .product-card:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--ink)}body[data-theme="retro"] .filter-btn,body[data-theme="retro"] .search-box{border:2px solid var(--ink);background:var(--paper)}body[data-theme="retro"] .filter-btn.active{background:var(--peach);color:#fff}body[data-theme="retro"] .tag,body[data-theme="retro"] .special-badge{background:var(--green);color:#fff}body[data-theme="retro"] .add-btn{border:2px solid var(--ink);background:var(--peach);color:#fff}
body[data-theme="noir"]{--cream:#121411;--paper:#1a1d18;--peach:#b8e36d;--orange:#b8e36d;--ink:#f3f2eb;--muted:#a0a59b;--line:#343a30;--green:#b8e36d;--shadow:0 24px 60px rgba(0,0,0,.34)}body[data-theme="noir"] .style-lab{background:#b8e36d;color:#121411}body[data-theme="noir"] .style-option{border-color:rgba(18,20,17,.22);color:#121411}body[data-theme="noir"] .style-option:hover,body[data-theme="noir"] .style-option.active{background:#121411;color:#fff}body[data-theme="noir"] .site-header{background:rgba(18,20,17,.92)}body[data-theme="noir"] .hero{border-radius:4px;background:radial-gradient(circle at 85% 25%,#3c4a2a 0,transparent 30%),#1a1d18}body[data-theme="noir"] .hero h1{font-size:clamp(42px,7vw,76px)}body[data-theme="noir"] .hero:after{display:none}body[data-theme="noir"] .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}body[data-theme="noir"] .product-card{border-radius:3px}body[data-theme="noir"] .product-image{aspect-ratio:4/5}body[data-theme="noir"] .filter-btn,body[data-theme="noir"] .search-box{background:#1a1d18}body[data-theme="noir"] .search-box input{color:var(--ink)}body[data-theme="noir"] .tag{background:#30362b;color:#cfe8a5}body[data-theme="noir"] .price{color:var(--peach)}body[data-theme="noir"] .add-btn{background:var(--peach);color:#121411}body[data-theme="noir"] .cart-drawer{background:var(--paper)}body[data-theme="noir"] .icon-btn,body[data-theme="noir"] .qty button,body[data-theme="noir"] .button.secondary{background:#252922;color:var(--ink)}
@media(max-width:860px){.product-grid,body[data-theme="noir"] .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{align-items:stretch;flex-direction:column}.search-box{min-width:0}.filters{order:2}.hero{padding:48px 8%}.style-lab{justify-content:flex-start}.style-lab__title{display:none}}
@media(max-width:540px){.style-lab{padding:8px}.style-option{padding:7px 9px}.style-option small{display:none}.site-header{height:68px;padding:0 16px}.brand small{display:none}.page-shell{padding:24px 14px 60px}.hero{border-radius:24px}.hero h1{font-size:38px}.menu-panel{margin-top:38px}.product-grid{gap:12px}.product-card{border-radius:17px}.product-body{padding:12px}.product-top{display:block}.tag{display:inline-block;margin-top:6px}.price{font-size:13px}.add-btn{width:34px;height:34px}.description{display:none}body[data-theme="editorial"] .hero{padding:48px 0}body[data-theme="retro"] .hero{border-radius:12px}}
}
@media(max-width:860px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{align-items:stretch;flex-direction:column}.search-box{min-width:0}.filters{order:2}.hero{padding:48px 8%}}
@media(max-width:540px){.site-header{height:68px;padding:0 16px}.brand small{display:none}.page-shell{padding:24px 14px 60px}.hero{border-radius:24px}.hero h1{font-size:38px}.menu-panel{margin-top:38px}.product-grid{gap:12px}.product-card{border-radius:17px}.product-body{padding:12px}.product-top{display:block}.tag{display:inline-block;margin-top:6px}.price{font-size:13px}.add-btn{width:34px;height:34px}.description{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Subtle material and menu refinements */
body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.22;background-image:radial-gradient(rgba(126,91,66,.22) .65px,transparent .65px);background-size:7px 7px}.section-heading h2{display:flex;align-items:center;gap:12px}.section-heading h2 i{position:relative;display:block;width:42px;height:1px;background:var(--orange)}.section-heading h2 i:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-radius:50%;background:var(--orange)}.result-count{min-width:54px;padding:5px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,253,249,.82);text-align:center;box-shadow:0 4px 14px rgba(113,75,49,.04)}.product-card{position:relative;border-color:#ead6c7;box-shadow:0 2px 0 rgba(255,255,255,.9),0 8px 24px rgba(113,75,49,.035)}.product-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.62);pointer-events:none}.product-image:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 78%,rgba(80,54,42,.055))}
@media(max-width:540px){body:before{opacity:.16;background-size:9px 9px}.section-heading{align-items:center;margin-bottom:16px}.section-heading h2{font-size:27px;gap:8px}.section-heading h2 i{width:24px}.result-count{min-width:48px;padding:4px 9px;font-size:11px}.product-grid{gap:11px}.product-card{border-color:#ead8ca;box-shadow:0 5px 16px rgba(113,75,49,.045)}.product-card:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.section-heading .eyebrow{margin-bottom:4px}}
