:root{--orange:#ff7900;--black:#111;--cream:#fff4ea;--soft:#f8f0e8;--line:#eadfd4;--muted:#6e6259}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff}a{text-decoration:none;color:inherit}
.topbar{height:34px;background:#15100c;color:white;display:flex;align-items:center;justify-content:center;gap:34px;font-size:13px}
.header{position:sticky;top:0;z-index:20;background:white;border-bottom:1px solid #eee;display:grid;grid-template-columns:210px 1fr 330px;gap:20px;align-items:center;padding:12px 42px}
.brand{display:flex;align-items:center;gap:22px}.logo-shop{height:58px}.logo-ius{height:62px}
.menu{display:flex;justify-content:center;gap:26px;font-weight:800}.menu a:hover{color:var(--orange)}
.actions{display:flex;justify-content:flex-end;gap:10px}.actions input{width:190px;border:1px solid #ddd;border-radius:24px;padding:12px 16px}.actions button{border:0;background:#111;color:white;border-radius:24px;padding:12px 16px;font-weight:800;cursor:pointer}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding:54px 7vw;background:linear-gradient(90deg,#fff,#fff4ea)}
.eyebrow{color:var(--orange);font-weight:900;letter-spacing:.15em}.hero h1{font-size:54px;line-height:1;margin:14px 0}.hero h1 span{color:var(--orange)}.lead{font-size:19px;line-height:1.45;color:#4b433d;max-width:620px}
.contactCard{border-left:5px solid var(--orange);background:rgba(255,255,255,.75);padding:14px 18px;line-height:1.45;margin:20px 0}.cta,.mapButton{display:inline-block;background:var(--orange);color:white;padding:14px 22px;border-radius:14px;font-weight:900}.heroImage img{width:100%;height:350px;object-fit:cover;border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.12)}
.store{padding:42px 5vw 64px}.storeHead{text-align:center;margin-bottom:22px}.storeHead h2{font-size:38px;margin:0}.storeHead p{color:var(--muted)}
.tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:24px;position:sticky;top:91px;background:white;z-index:15;padding:14px 0;border-bottom:1px solid #eee}
.tabs button,.subtabs button{border:1px solid var(--line);background:white;border-radius:999px;padding:12px 20px;font-weight:900;cursor:pointer}.tabs button.active,.subtabs button.active{background:var(--orange);color:white;border-color:var(--orange)}
.sectionMeta{text-align:center}.sectionTitle{color:var(--orange);font-size:30px;font-weight:900;margin:16px 0 3px}.sectionCount{color:var(--muted);font-size:14px;margin-bottom:16px}.subtabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:26px}.product{cursor:pointer;position:relative}.thumb{aspect-ratio:3/4;background:var(--soft);overflow:hidden;border-radius:12px;border:1px solid #eee}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.productName{font-size:14px;font-weight:800;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price{text-align:right;color:var(--orange);font-size:18px;font-weight:900;margin-top:3px}.badge{position:absolute;top:9px;left:9px;background:#111;color:white;font-size:11px;font-weight:900;border-radius:999px;padding:6px 9px}.badge.sold{background:#7c1d1d}.emptyState{display:none;text-align:center;padding:35px;border:1px dashed #ddd;border-radius:18px;color:var(--muted)}
.checkoutInfo{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:32px 7vw;background:#111;color:white}.checkoutInfo div{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:18px}.checkoutInfo strong{display:block}.checkoutInfo span{color:#ddd;font-size:14px}
.infoSection{padding:56px 7vw;border-top:1px solid #eee}.infoSection h2{font-size:34px;color:var(--orange)}.map{width:100%;height:320px;border:0;border-radius:18px;margin-top:18px}.footer{background:#111;color:white;padding:32px 7vw;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:50;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modalBox{background:white;border-radius:22px;max-width:980px;width:100%;max-height:92vh;overflow:auto;padding:26px;position:relative}.modalBox.small{max-width:540px}.close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:34px;cursor:pointer}
.detail{display:grid;grid-template-columns:1fr 1fr;gap:28px}.detail img{width:100%;border-radius:16px}.detail h2{font-size:32px;margin:0 0 10px}.detailPrice{font-size:34px;color:var(--orange);font-weight:900}.detailList{line-height:1.65}.optionRow{display:flex;gap:8px;flex-wrap:wrap}.optionRow button{border:1px solid #ddd;background:white;border-radius:9px;padding:9px 12px;font-weight:800}.buyBtn,.checkoutBtn{width:100%;border:0;background:var(--orange);color:white;padding:14px;border-radius:14px;font-weight:900;cursor:pointer;margin-top:16px}.buyBtn:disabled{background:#999;cursor:not-allowed}
.cart{position:fixed;right:-400px;top:0;width:390px;max-width:92vw;height:100vh;background:white;z-index:60;padding:24px;box-shadow:-14px 0 55px rgba(0,0,0,.18);transition:.25s}.cart.open{right:0}.cart h2{margin-top:30px}.cartItem{border-bottom:1px solid #eee;padding:12px 0}.cartTotal{font-size:20px;font-weight:900;margin-top:18px}.checkoutForm{display:grid;gap:10px}.checkoutForm input,.checkoutForm select{border:1px solid #ddd;border-radius:12px;padding:13px}.note{background:#fff4ea;border:1px solid var(--line);border-radius:14px;padding:12px;color:#5b4332}
@media(max-width:1200px){.grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:980px){.topbar{display:none}.header{grid-template-columns:1fr}.menu{justify-content:flex-start;flex-wrap:wrap}.actions{justify-content:flex-start}.hero{grid-template-columns:1fr}.grid{grid-template-columns:repeat(3,1fr)}.checkoutInfo{grid-template-columns:1fr 1fr}.detail{grid-template-columns:1fr}.tabs{top:0}}@media(max-width:560px){.header{padding:12px 20px}.hero{padding:36px 22px}.hero h1{font-size:36px}.store{padding:30px 20px}.grid{grid-template-columns:repeat(2,1fr);gap:18px}.checkoutInfo{grid-template-columns:1fr}.productName{font-size:13px}.price{font-size:16px}}
