:root{--p:#e84b2a;--s:#17223b;--bg:#f7f7f5;--card:#fff;--muted:#6b7280;--border:#e7e7e3}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:var(--bg);color:#151515}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.wrap{max-width:1180px;margin:auto;padding:0 18px}.top{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--border)}.topin{display:flex;align-items:center;gap:14px;min-height:68px}.brand{font-weight:900;font-size:1.35rem}.brand small{display:block;font-size:.72rem;color:var(--muted);font-weight:600}.grow{flex:1}.btn{border:0;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}.btn.p{background:var(--p);color:#fff}.btn.s{background:var(--s);color:#fff}.btn.ghost{background:#fff;border:1px solid var(--border)}.hero{padding:42px 0 24px}.hero h1{font-size:clamp(2rem,6vw,4rem);line-height:.98;margin:0 0 14px;max-width:760px}.hero p{font-size:1.12rem;color:var(--muted);max-width:650px}.chips{display:flex;gap:9px;overflow:auto;padding:12px 0 18px}.chip{white-space:nowrap;background:#fff;border:1px solid var(--border);padding:10px 14px;border-radius:999px;font-weight:750;cursor:pointer}.chip.active{background:var(--s);color:#fff}.search{width:100%;padding:15px 17px;border:1px solid var(--border);border-radius:14px;background:#fff}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card .pad{padding:15px;display:flex;flex-direction:column;gap:8px;flex:1}.card h3{margin:0}.muted{color:var(--muted)}.price{font-size:1.22rem;font-weight:900}.section{padding:26px 0}.section h2{font-size:1.7rem;margin:0 0 12px}.cartfab{position:fixed;right:18px;bottom:18px;z-index:30;box-shadow:0 10px 30px #0002}.drawer{position:fixed;inset:0;z-index:40;background:#0007;display:none}.drawer.open{display:block}.panel{background:#fff;width:min(520px,94vw);height:100%;margin-left:auto;padding:20px;overflow:auto}.row{display:flex;gap:10px;align-items:center}.between{justify-content:space-between}.line{border-top:1px solid var(--border);margin:14px 0}.field{display:grid;gap:6px;margin:12px 0}.field input,.field select,.field textarea{padding:12px;border:1px solid var(--border);border-radius:10px;width:100%}.modal{position:fixed;inset:0;z-index:50;background:#0008;display:none;padding:20px;overflow:auto}.modal.open{display:flex;align-items:flex-start;justify-content:center}.modalbox{background:#fff;width:min(620px,100%);border-radius:18px;padding:20px;margin-top:5vh}.tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef2ff;font-size:.78rem;font-weight:800}.notice{background:#fff6e8;border:1px solid #f5d9ae;padding:12px;border-radius:12px}.footer{padding:36px 0 100px;color:var(--muted)}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.grid{grid-template-columns:1fr}.hero{padding-top:24px}.topin{min-height:60px}.btn{padding:11px 13px}}
