:root{--brown:#3b1f0f;--brown-2:#5b341c;--orange:#f15a24;--yellow:#f9a91f;--cream:#fff7ea;--cream-2:#f7e8cf;--beige:#e7c9a2;--ink:#24160f;--muted:#7b6658;--white:#fffaf2;--shadow:0 22px 50px #3b1f0f26;--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 10% 10%, #f9a91f2e, transparent 30%), radial-gradient(circle at 90% 0%, #f15a2421, transparent 34%), var(--cream);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.hero{background:linear-gradient(135deg,#fffaf2eb,#f7e8cfeb);min-height:62vh;padding:24px clamp(18px,4vw,64px) 48px}.nav{justify-content:space-between;align-items:center;gap:18px;max-width:1180px;margin:0 auto 46px;display:flex}.brand-lockup{align-items:center;gap:12px;display:flex}.brand-logo{border-radius:18px;width:58px;height:58px;box-shadow:0 10px 24px #3b1f0f1f}.brand-name{letter-spacing:-1px;color:var(--brown);font-size:28px;font-weight:900;line-height:.9}.brand-tagline{color:var(--orange);text-transform:uppercase;letter-spacing:1.3px;margin-top:4px;font-size:12px;font-weight:900}.cart-pill{color:var(--brown);background:#fffaf2c7;border:1px solid #3b1f0f24;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #3b1f0f14}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;gap:42px;max-width:1180px;margin:0 auto;display:grid}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:1.2px;align-items:center;gap:6px;font-size:12px;font-weight:900;display:inline-flex}.hero h1{color:var(--brown);letter-spacing:-3px;margin:16px 0;font-size:clamp(42px,6vw,78px);line-height:.92}.hero p{max-width:620px;color:var(--muted);font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.primary,.secondary,.ghost{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-weight:900;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.primary{background:var(--orange);color:#fff;padding:14px 20px;box-shadow:0 14px 28px #f15a2440}.secondary{background:var(--brown);color:var(--cream);padding:14px 20px;box-shadow:0 14px 28px #3b1f0f38}.ghost{color:var(--brown);background:#3b1f0f14;padding:11px 16px}.primary:hover,.secondary:hover,.ghost:hover{transform:translateY(-1px)}.primary.small{padding:11px 14px;font-size:14px}.hero-card{background:linear-gradient(160deg, var(--brown), #1d0e06);min-height:390px;box-shadow:var(--shadow);border-radius:42px;place-items:center;display:grid;position:relative;overflow:hidden}.hero-card:before{content:"";background:#f9a91f42;border-radius:50%;width:260px;height:260px;position:absolute;inset:auto -60px -90px auto}.hero-card img{border-radius:48px;width:210px;height:210px;box-shadow:0 26px 56px #00000040}.floating-card{color:var(--brown);background:#fffaf2ed;border-radius:18px;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:flex;position:absolute;box-shadow:0 16px 32px #0000002e}.floating-card.top{top:28px;left:28px}.floating-card.bottom{bottom:28px;right:28px}.menu-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:28px;max-width:1220px;margin:0 auto;padding:42px clamp(18px,4vw,32px) 80px;display:grid}.section-heading h2{color:var(--brown);letter-spacing:-1px;margin:8px 0 18px;font-size:36px}.tabs{gap:10px;margin-bottom:14px;padding:2px 2px 14px;display:flex;overflow-x:auto}.tabs button{color:var(--brown);background:#fffaf2bf;border:1px solid #3b1f0f1f;border-radius:999px;flex:none;padding:11px 15px;font-weight:900}.tabs button.active{background:var(--brown);color:var(--cream);border-color:var(--brown)}.product-grid{gap:16px;display:grid}.product-card{border-radius:var(--radius);background:#fffaf2db;border:1px solid #3b1f0f1a;grid-template-columns:132px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 12px 30px #3b1f0f12}.product-media{background:linear-gradient(150deg,#fff0d1,#f2c895);place-items:center;min-height:180px;font-size:48px;display:grid}.product-content{padding:18px}.product-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.product-card h3{color:var(--brown);letter-spacing:-.3px;margin:0;font-size:21px}.product-top strong{color:var(--brown);font-size:20px}.badge{color:var(--orange);background:#f15a241a;border-radius:999px;margin-top:7px;padding:5px 9px;font-size:12px;font-weight:900;display:inline-block}.product-card p{color:var(--muted);margin:10px 0 14px;line-height:1.45}.product-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.options-grid{background:#3b1f0f0a;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;padding:12px;display:grid}.field{gap:6px;display:grid}.field.full,.check-row.full{grid-column:1/-1}.field span,.check-row span{color:var(--brown);text-transform:uppercase;letter-spacing:.6px;font-size:12px;font-weight:900}.field small{color:var(--muted);font-weight:700}select,textarea,input{background:var(--white);width:100%;color:var(--ink);border:1px solid #3b1f0f24;border-radius:14px;outline:none;padding:11px 12px}textarea{resize:vertical;min-height:48px}.check-row{background:var(--white);border:1px solid #3b1f0f1f;border-radius:14px;align-items:center;gap:10px;padding:11px 12px;display:flex}.check-row input{width:18px;height:18px;accent-color:var(--orange)}.pill-grid{flex-wrap:wrap;gap:8px;display:flex}.pill{background:var(--white);color:var(--brown);border:1px solid #3b1f0f24;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:900}.pill.active{background:var(--yellow);border-color:var(--yellow)}.pill:disabled{opacity:.45;cursor:not-allowed}.cart-panel{box-shadow:var(--shadow);background:#fffaf2f0;border:1px solid #3b1f0f1f;border-radius:32px;position:sticky;top:18px;overflow:hidden}.cart-header{border-bottom:1px solid #3b1f0f14;justify-content:space-between;align-items:center;padding:22px;display:flex}.cart-header h2{color:var(--brown);margin:4px 0 0}.cart-count{color:var(--brown);align-items:center;gap:6px;font-weight:900;display:inline-flex}.empty-cart{text-align:center;color:var(--muted);place-items:center;padding:34px;display:grid}.cart-items{gap:10px;max-height:380px;padding:12px 14px;display:grid;overflow:auto}.cart-item{background:#ffffff85;border:1px solid #3b1f0f14;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;display:grid}.cart-item strong{color:var(--brown)}.cart-item span{color:var(--muted);margin-top:2px;font-size:13px;display:block}.cart-item ul{color:var(--muted);margin:8px 0 0;padding-left:16px;font-size:12px;line-height:1.35}.cart-controls{grid-template-columns:30px 28px 30px;place-items:center;gap:4px;display:grid}.cart-controls button{width:30px;height:30px;color:var(--brown);background:#3b1f0f14;border:0;border-radius:10px}.cart-controls .danger{color:#a51f15;background:#a51f151a;grid-column:1/-1;width:100%}.customer-card{border-top:1px solid #3b1f0f14;gap:10px;padding:16px;display:grid}.customer-card h3{color:var(--brown);margin:0 0 4px}.checkout-bar{background:var(--brown);color:var(--cream);gap:14px;padding:18px;display:grid}.checkout-bar>div{justify-content:space-between;align-items:center;display:flex}.checkout-bar span{opacity:.8}.checkout-bar strong{font-size:28px}.checkout{width:100%}.checkout.disabled{opacity:.45;pointer-events:none}@media (width<=980px){.hero-grid,.menu-layout{grid-template-columns:1fr}.cart-panel{position:relative;top:0}}@media (width<=640px){.hero{padding:18px 14px 32px}.nav{margin-bottom:28px}.brand-logo{width:48px;height:48px}.brand-name{font-size:24px}.cart-pill{padding:10px 12px}.hero h1{letter-spacing:-2px;font-size:44px}.hero-card{border-radius:30px;min-height:280px}.hero-card img{width:150px;height:150px}.floating-card{font-size:12px}.floating-card.top{top:16px;left:16px}.floating-card.bottom{bottom:16px;right:16px}.menu-layout{padding:28px 14px 60px}.product-card{grid-template-columns:1fr}.product-media{min-height:110px}.options-grid{grid-template-columns:1fr}.product-actions{justify-content:stretch}.product-actions button{flex:1}}.privacy-note{color:var(--muted);margin:-2px 0 4px;font-size:12px;line-height:1.35}.profile-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.danger-text{color:#a51f15}.mobile-cart-bar{display:none}@media (width<=860px){body{padding-bottom:86px}.hero{min-height:auto;padding:14px 14px 26px}.hero-copy{background:#fffaf2b8;border:1px solid #3b1f0f14;border-radius:28px;padding:18px 16px 20px;box-shadow:0 12px 30px #3b1f0f14}.nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);margin-bottom:18px;padding:10px 0;position:sticky;top:0}.hero-grid{gap:18px}.hero h1{letter-spacing:-2px;margin:12px 0;font-size:clamp(40px,13.5vw,58px);line-height:.95}.hero p{font-size:16px;line-height:1.5}.hero-actions{margin-top:18px}.hero-actions .primary,.hero-actions .secondary{flex:150px;padding:13px 14px}.hero-card{display:none}.menu-layout{gap:18px;padding:24px 12px}.section-heading h2{margin-bottom:12px;font-size:28px}.tabs{z-index:15;background:linear-gradient(180deg, var(--cream), #fff7eaeb);margin:0 -12px 12px;padding:8px 0 10px 12px;position:sticky;top:72px}.tabs button{padding:10px 13px;font-size:14px}.product-grid{gap:12px}.product-card{border-radius:22px}.product-content{padding:15px}.product-card h3{font-size:19px}.product-top strong{font-size:18px}.product-card p{margin:8px 0 12px;font-size:14px}.options-grid{border-radius:16px;padding:10px}select,textarea,input{min-height:44px;font-size:16px}.pill{padding:10px 12px}.cart-panel{border-radius:24px}.cart-items{max-height:none}.profile-actions{grid-template-columns:1fr}.mobile-cart-bar{z-index:60;background:var(--brown);color:var(--cream);border-radius:999px;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:13px 16px;font-weight:900;display:grid;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 16px 38px #3b1f0f47}.mobile-cart-bar span{opacity:.82}.mobile-cart-bar strong{color:#fff}.mobile-cart-bar b{background:var(--orange);color:#fff;border-radius:999px;padding:8px 10px;font-size:13px}}@media (width<=420px){.brand-tagline{letter-spacing:1px;font-size:10px}.cart-pill{font-size:13px}.product-actions{grid-template-columns:1fr;display:grid}.cart-item{grid-template-columns:1fr}.cart-controls{grid-template-columns:34px 34px 34px 1fr}.cart-controls .danger{grid-column:auto;width:100%}}@media (width<=860px){.hero{min-height:auto;padding:14px 22px 34px}.nav,.hero-grid,.menu-layout{width:100%;max-width:none}.nav{margin-bottom:18px}.hero-grid{display:block}.hero-copy{border-radius:30px;width:100%;max-width:none;margin:0;padding:24px 22px}.hero h1{letter-spacing:-2.8px;font-size:clamp(46px,12vw,68px);line-height:.9}.hero p{max-width:none;font-size:16px;line-height:1.45}.hero-actions{grid-template-columns:1fr;gap:10px;display:grid}.hero-actions .primary,.hero-actions .secondary{width:100%;min-height:56px}.menu-layout{padding:28px 22px 26px}.tabs{z-index:15;background:linear-gradient(180deg, var(--cream), #fff7eaf5);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 16px;padding:8px 0 12px;display:grid;position:sticky;top:72px;overflow:visible}.tabs button{white-space:nowrap;justify-content:center;width:100%;min-width:0;padding:12px 8px;font-size:14px}.product-card{width:100%}}@media (width<=420px){.hero,.menu-layout{padding-left:16px;padding-right:16px}.hero h1{letter-spacing:-2.2px;font-size:clamp(40px,13.5vw,54px)}.tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tabs button{padding:10px 6px;font-size:12.5px}}.product-media.has-image{background:#f1dcc1;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;min-height:180px;display:block}.welcome-back{color:var(--brown);background:#f9a91f24;border:1px solid #f9a91f40;border-radius:14px;margin:-2px 0 4px;padding:10px 12px;font-weight:900}.admin-page{background:var(--cream);min-height:100vh;padding:32px clamp(16px,4vw,52px)}.admin-card{max-width:1100px;box-shadow:var(--shadow);background:#fffaf2eb;border:1px solid #3b1f0f1a;border-radius:32px;margin:0 auto;padding:24px}.admin-card h1{color:var(--brown);letter-spacing:-2px;margin:24px 0 8px;font-size:clamp(34px,5vw,56px)}.admin-login,.admin-toolbar{gap:12px;max-width:520px;margin-top:20px;display:grid}.admin-status{color:var(--brown);font-weight:800}.admin-products{gap:16px;margin-top:22px;display:grid}.admin-product{background:#ffffff8c;border:1px solid #3b1f0f1a;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.admin-product-head{color:var(--brown);grid-column:1/-1;justify-content:space-between;gap:12px;display:flex}.admin-product-head span{color:var(--muted);font-weight:800}@media (width<=860px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.hero{width:100%;min-height:auto;padding:14px 16px 30px}.nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:100%;max-width:none;margin:0 0 18px;padding:10px 0;position:sticky;top:0}.hero-grid{width:100%;max-width:none;margin:0;display:block}.hero-copy{background:#fffaf2d1;border:1px solid #3b1f0f14;border-radius:30px;width:100%;max-width:none;margin:0;padding:24px 22px;box-shadow:0 18px 42px #3b1f0f1a}.hero h1{letter-spacing:-2.4px;margin:14px 0;font-size:clamp(40px,12.5vw,58px);line-height:.9}.hero p{max-width:none;font-size:16px;line-height:1.45}.hero-actions{grid-template-columns:1fr;gap:10px;margin-top:20px;display:grid}.hero-actions .primary,.hero-actions .secondary{width:100%;min-height:56px;padding:15px 16px;font-size:16px}.hero-card{display:none}.menu-layout{width:100%;max-width:none;margin:0;padding:28px 16px 26px;display:block}.tabs{z-index:1;background:0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;margin:0 0 16px;padding:8px 0 12px;display:grid;position:relative;top:auto;overflow:visible}.tabs button{white-space:nowrap;justify-content:center;width:100%;min-width:0;padding:11px 6px;font-size:12.5px}.product-card{grid-template-columns:1fr;width:100%}.product-image,.product-media{min-height:150px}.admin-product{grid-template-columns:1fr}}.brand-area{gap:8px;display:grid}.language-toggle{background:#3b1f0f14;border:1px solid #3b1f0f1a;border-radius:999px;gap:4px;width:fit-content;padding:4px;display:inline-flex}.language-toggle button{color:var(--brown);background:0 0;border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.language-toggle button.active{background:var(--brown);color:var(--cream)}@media (width<=860px){.brand-area{gap:6px}.language-toggle button{padding:5px 9px;font-size:11px}}.hero-welcome{color:var(--brown);background:#f9a91f2e;border-radius:999px;margin:14px 0 0;padding:10px 14px;font-size:15px;font-weight:900;line-height:1.2;display:inline-flex}.hero-card img{object-fit:contain;border-radius:36px;width:min(86%,520px);height:auto;max-height:86%;box-shadow:0 26px 56px #00000040}
