:root{--font-sans: "Inter", "DM Sans", system-ui, sans-serif;--font-script: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;--text: #15110e;--muted: #786e66;--line: #e9ded4;--soft: #fff8f0;--card: #fffdf8;--accent: #df3f16;--accent-dark: #9e250f;--accent-soft: #ffe5d7;--caramel: #c9853b;--ink: #120f0d;--warm: #fff1de;--danger: #9b2a18;font-family:var(--font-sans);color:var(--text);background:#fffaf4}*{box-sizing:border-box}html,body,#root{width:100%;overflow-x:hidden}body{margin:0;background:#fffaf4}button,input,select,textarea{font:inherit}button{border:0}input,select,textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text)}input,select{height:46px;padding:0 .9rem}textarea{min-height:84px;padding:.75rem .9rem;resize:vertical}label{display:grid;gap:.35rem;color:var(--muted);font-size:.85rem;font-weight:700}.page{min-height:100vh;padding-bottom:0}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem clamp(1rem,4vw,3.5rem);background:#fffaf4f0;border-bottom:1px solid rgba(233,222,212,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;min-width:0;gap:.75rem}.brand-logo{width:4.2rem;height:2.6rem;flex:0 0 auto;display:block}.brand-logo svg{width:100%;height:100%;display:block;overflow:visible}.logo-fill{fill:#d94317}.logo-fill-large{fill:#df4a17}.logo-fill-right{fill:#bf3518}.logo-line{fill:none;stroke:var(--ink);stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.brand>div{display:grid;min-width:0;line-height:1.1}.brand strong{font-family:var(--font-script);font-size:2.15rem;font-weight:700;letter-spacing:0}.cart-pill{min-height:42px;padding:0 1rem;border-radius:999px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer;white-space:nowrap}.hero{max-width:1260px;margin:1rem auto 0;padding:0 clamp(1rem,4vw,3.5rem)}.hero>div{position:relative;width:100%;min-height:190px;display:grid;align-content:center;gap:.45rem;overflow:hidden;border-radius:8px;padding:clamp(1.2rem,4vw,2.5rem);background:radial-gradient(circle at 17% 58%,rgba(223,63,22,.7) 0 7%,transparent 8%),radial-gradient(circle at 37% 35%,rgba(223,63,22,.78) 0 13%,transparent 14%),radial-gradient(circle at 70% 42%,rgba(190,53,24,.74) 0 9%,transparent 10%),linear-gradient(110deg,#fff8ee,#fffdf8 45%,#f0e8df);color:var(--ink);box-shadow:inset 0 0 0 1px #120f0d0f}.hero>div:before{content:"";width:min(58vw,620px);height:140px;position:absolute;right:3%;top:18%;border:7px solid var(--ink);border-left-color:transparent;border-bottom-color:transparent;border-radius:58% 48% 52% 42%;transform:rotate(9deg);opacity:.9;pointer-events:none}.hero p,.hero h1,.hero span{max-width:min(620px,100%);min-width:0;margin:0}.hero p{position:relative;color:var(--accent-dark);font-weight:900;text-transform:uppercase;font-size:.78rem}.hero h1{position:relative;font-size:clamp(2rem,5vw,4.1rem);line-height:.95;letter-spacing:0}.hero span{position:relative;color:#3d352f;font-size:clamp(.95rem,2vw,1.15rem)}.market-shell{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:1.2rem;max-width:1260px;margin:0 auto;padding:1rem clamp(1rem,4vw,3.5rem) 3rem}.catalog{min-width:0}.search-card{position:sticky;top:4.35rem;z-index:12;display:grid;grid-template-columns:minmax(0,1fr) 104px;padding:0;border:3px solid var(--accent);border-radius:8px;background:var(--accent);box-shadow:0 14px 30px #9e250f29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:0;width:100%;max-width:100%}.search-card input{grid-column:1;grid-row:1;width:100%;min-width:0;height:52px;padding-right:.9rem;border:0;border-radius:5px 0 0 5px;font-weight:800;font-size:1.02rem}.search-card input:focus{outline:none}.search-card button{grid-column:2;grid-row:1;display:grid;place-items:center;width:100%;min-height:52px;min-width:0;white-space:nowrap;padding:0 1.15rem;border-radius:0 5px 5px 0;background:var(--accent);color:#fffdf8;cursor:pointer;font-weight:900;font-size:1rem}.category-row{display:flex;gap:.55rem;padding:1rem 0 .65rem;overflow-x:auto;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.category-chip{min-height:40px;padding:0 1rem;border:1px solid var(--line);border-radius:999px;background:#fffdf8;color:var(--text);cursor:pointer;flex:0 0 auto;font-weight:800}.category-chip.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding:.35rem 0 .9rem}.section-title p,.section-title h2{margin:0}.section-title p{color:var(--accent);font-size:.78rem;font-weight:900;text-transform:uppercase}.section-title h2{font-size:clamp(1.35rem,2vw,2rem)}.section-title span{color:var(--muted);font-size:.9rem;font-weight:800;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:.85rem;align-items:stretch}.product-card{min-width:0;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--card);box-shadow:0 10px 24px #17201d0f}.product-image{aspect-ratio:1 / .72;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#fff3e2,#f4d6bd)}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{color:var(--caramel);font-size:2.6rem;font-weight:900}.product-content{display:grid;align-content:start;gap:.35rem;padding:.75rem .75rem .55rem}.product-description{margin:0;color:var(--muted)}.product-card h2{min-height:2.45em;margin:0;font-size:1rem;line-height:1.18}.product-description{display:-webkit-box;min-height:2.6em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.82rem;line-height:1.3}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.2rem}.product-meta strong{font-size:1.05rem}.product-meta span{color:var(--muted);font-size:.78rem;font-weight:800}.product-actions{padding:0 .75rem .75rem}.add-button,.checkout-button{width:100%;min-height:42px;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;font-weight:900}.add-button:disabled,.checkout-button:disabled{opacity:.5;cursor:not-allowed}.stepper{display:grid;grid-template-columns:2.4rem minmax(2.5rem,1fr) 2.4rem;overflow:hidden;border:1px solid #f0b9a3;border-radius:8px;background:#fff0e7}.stepper button,.stepper input{min-height:40px;width:100%;border:0;border-radius:0;background:transparent;color:var(--accent-dark);text-align:center;font-weight:900}.stepper button{cursor:pointer;font-size:1.1rem}.stepper button:disabled{opacity:.45;cursor:not-allowed}.cart-panel{position:sticky;top:5.2rem;align-self:start;display:grid;gap:1rem;max-height:calc(100vh - 6.2rem);overflow:auto;border:1px solid var(--line);border-radius:8px;padding:1rem;background:#fff;box-shadow:0 14px 30px #17201d14}.cart-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-head>div{display:grid;gap:.1rem}.cart-head span{color:var(--muted);font-weight:900;text-transform:uppercase;font-size:.75rem}.cart-head strong{font-size:1.55rem}.icon-button{width:34px;height:34px;border-radius:999px;background:#fff0e7;color:var(--text);cursor:pointer;font-weight:900}.close-cart{display:none}.cart-lines{display:grid;gap:.45rem;max-height:190px;overflow:auto}.cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding:.65rem;border-radius:8px;background:var(--soft)}.cart-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.cart-line strong{font-size:.86rem}.checkout-form{display:grid;gap:.75rem}.muted{margin:0;color:var(--muted)}.success-box,.error-box{padding:.75rem .85rem;border-radius:8px;font-size:.9rem;font-weight:800}.success-box{border:1px solid #e9c3a8;background:#fff5e9;color:#7b3f12}.error-box{border:1px solid #f0b6aa;background:#fff1ee;color:var(--danger)}.empty-state{min-height:220px;display:grid;place-items:center;padding:1rem;border:1px dashed #ccd5ce;border-radius:8px;background:#fff;color:var(--muted);font-weight:800;text-align:center;overflow-wrap:anywhere}.mobile-cart-bar,.cart-backdrop{display:none}@media (max-width: 980px){.market-shell{grid-template-columns:1fr;padding-bottom:5.5rem}.cart-panel{position:fixed;left:.65rem;right:.65rem;bottom:.65rem;top:auto;z-index:40;max-height:min(76vh,620px);transform:translateY(calc(100% + 1.2rem));transition:transform .18s ease}.cart-panel.is-open{transform:translateY(0)}.close-cart,.mobile-cart-bar,.cart-backdrop{display:block}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;background:#0b120f6b}.mobile-cart-bar{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:30;display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 1rem;border-radius:8px;background:var(--accent);color:#fff;box-shadow:0 18px 34px #df3f1647;cursor:pointer;min-width:0}.mobile-cart-bar span{color:#ffe5d7;font-weight:800}.mobile-cart-bar strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem}}@media (max-width: 640px){.topbar{padding:.72rem .85rem}.brand-logo{width:3.45rem;height:2.15rem}.brand strong{font-size:1.8rem}.cart-pill{display:none}.hero{margin-top:.75rem;padding:0 .75rem}.hero>div{min-height:148px;padding:1rem}.hero>div:before{width:270px;height:82px;right:-34px;top:30px;border-width:5px}.hero h1{width:min(100%,310px);max-width:310px;font-size:1.62rem;line-height:1.02;overflow-wrap:break-word}.hero span{max-width:300px;font-size:.9rem}.empty-state{min-height:190px;font-size:.88rem}.market-shell{padding:.75rem .75rem 5.25rem}.search-card{top:3.6rem;width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem);grid-template-columns:minmax(0,1fr) 82px}.search-card input{height:42px;font-size:.9rem}.search-card button{min-height:42px;padding:0 .65rem;font-size:.9rem}.category-row{padding:.75rem 0 .5rem}.category-chip{min-height:34px;padding:0 .75rem;font-size:.84rem}.section-title{padding-bottom:.65rem}.section-title h2{font-size:1.28rem}.section-title span{font-size:.78rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.product-image{aspect-ratio:1 / .78}.product-content{gap:.22rem;padding:.55rem .55rem .4rem}.product-card h2{min-height:2.5em;font-size:.86rem;line-height:1.25}.product-description{display:none}.product-meta{display:grid;gap:.05rem}.product-meta strong{font-size:.95rem}.product-meta span{font-size:.68rem}.product-actions{padding:0 .55rem .55rem}.add-button{min-height:34px;font-size:.82rem}.stepper{grid-template-columns:2rem minmax(2rem,1fr) 2rem}.stepper button,.stepper input{min-height:34px;font-size:.86rem}}
