:root{--brown:#32180e;--orange:#f26822;--gold:#ffb000;--cream:#fff9ed;--white:#fff;--muted:#75655d;--shadow:0 12px 35px #3b1b1020}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--brown);font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a{cursor:pointer}header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,20px);background:#fff9;backdrop-filter:blur(12px);position:sticky;top:0;z-index:10;border-bottom:1px solid #44200f10}.brand{font-size:20px;color:var(--brown);text-decoration:none}.cart-top,.plus{border:0;border-radius:999px;background:var(--brown);color:white;padding:10px 16px;font-weight:800}main{max-width:1200px;margin:auto;padding:0 20px 100px}.hero{min-height:390px;margin:24px 0 52px;padding:52px clamp(28px,6vw,80px);border-radius:35px;background:radial-gradient(circle at 80% 15%,#ffc954,transparent 40%),linear-gradient(135deg,#ff9c19,#ef5c17);display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:var(--shadow);color:#35170a}.hero h1{font-size:clamp(44px,7vw,84px);line-height:.9;margin:14px 0;letter-spacing:-4px}.hero em{color:#fff;font-style:normal}.hero p{font-size:18px;max-width:480px}.hero a{display:inline-block;background:var(--brown);color:white;text-decoration:none;padding:14px 24px;border-radius:14px;font-weight:800}.hero-potato{font-size:clamp(100px,18vw,220px);filter:drop-shadow(0 25px 20px #54200d44);transform:rotate(10deg)}h2{font-size:clamp(28px,4vw,44px);line-height:1.1;margin:4px 0 24px}.eyebrow{color:var(--orange);font-weight:800;margin-bottom:4px}.search{width:100%;padding:17px 20px;border-radius:16px;border:1px solid #4e2a181a;background:white;box-shadow:0 5px 20px #3b1b1009}.categories{display:flex;overflow:auto;gap:10px;padding:20px 0}.categories button{white-space:nowrap;padding:11px 18px;border:0;border-radius:999px;background:#fff;color:var(--brown);font-weight:700}.categories button.active{background:var(--brown);color:#fff}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:white;border-radius:23px;overflow:hidden;box-shadow:var(--shadow)}.photo{height:210px;background:#ffe4a5;position:relative;display:grid;place-items:center;font-size:85px}.photo img{width:100%;height:100%;object-fit:cover}.photo b{position:absolute;left:12px;top:12px;background:white;padding:6px 10px;border-radius:99px;font-size:12px}.product-info{padding:18px}.product-info small{color:var(--orange);font-weight:800}.product h3{font-size:21px;margin:3px 0}.product p{color:var(--muted);min-height:44px}.product-info>div{display:flex;justify-content:space-between;align-items:center;font-size:19px}.plus{font-size:24px;width:44px;height:44px;padding:0}.cart-bar{display:none;position:fixed;z-index:12;bottom:16px;left:50%;transform:translateX(-50%);width:min(540px,calc(100% - 24px));justify-content:space-between;background:var(--brown);color:#fff;border:0;padding:17px 20px;border-radius:17px;box-shadow:0 15px 45px #2f150d66}.cart-bar.show{display:flex}dialog{width:min(560px,calc(100% - 24px));max-height:90vh;border:0;border-radius:25px;padding:28px;box-shadow:0 20px 80px #22100888;color:var(--brown)}dialog::backdrop{background:#261108aa;backdrop-filter:blur(5px)}.close{float:right;border:0;background:#f3ece7;border-radius:99px;width:36px;height:36px;font-size:23px}.modal-photo{height:190px;background:#ffe3a7;border-radius:18px;display:grid;place-items:center;font-size:90px;overflow:hidden}.modal-photo img{width:100%;height:100%;object-fit:cover}.extra,.totals span{display:flex;gap:10px;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee}.extra span{flex:1}.qty{display:flex;justify-content:center;align-items:center;gap:20px;margin:18px}.qty button,.cart-item button{border:0;border-radius:9px;padding:7px 12px}dialog>button:not(.close),form>button,#addItem{width:100%;border:0;border-radius:14px;padding:15px;background:var(--orange);color:white;font-weight:800}label{display:grid;gap:5px;font-weight:700;margin:9px 0}input,select,textarea{width:100%;padding:12px;border:1px solid #d9cec7;border-radius:10px;background:white}textarea{min-height:75px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:13px 0;border-bottom:1px solid #eee}.cart-item small{display:block;color:var(--muted)}.cart-item>div:last-child{grid-column:1/-1}.totals{margin:18px 0}.totals span:last-child{font-size:20px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:5px 12px}.choices{display:flex;gap:10px;flex-wrap:wrap}.choices label{display:flex;background:#f7f0eb;padding:10px;border-radius:10px}.choices input{width:auto}.error{color:#b42318}.alert{padding:15px;background:#fff1b8;border-radius:12px}.install{min-height:100vh;display:grid;place-items:center;padding:30px}.panel{width:min(600px,100%);background:white;padding:30px;border-radius:25px;box-shadow:var(--shadow)}.panel button{width:100%;padding:14px;border:0;border-radius:12px;background:var(--orange);color:white;font-weight:800}@media(max-width:800px){.products{grid-template-columns:1fr 1fr}.hero{min-height:330px}.hero-potato{display:none}}@media(max-width:520px){main{padding-inline:14px}.hero{margin-top:12px;padding:35px 25px;border-radius:25px;min-height:330px}.hero h1{letter-spacing:-2px}.products{grid-template-columns:1fr}.photo{height:190px}.grid{grid-template-columns:1fr}dialog{padding:20px}.product p{min-height:0}}
