*{box-sizing:border-box}
body{margin:0;background:#f7f5ef;color:#171717;font-family:Arial,sans-serif}
.promo{background:#f3ead6;color:#171717;text-align:center;padding:8px 10px;font-size:14px;line-height:20px;letter-spacing:.1px}
header{background:#151515;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:16px 28px;min-height:82px}
header .logo{font-family:Georgia,serif;font-size:42px;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-1px}
.header-actions{display:flex;align-items:center;gap:26px}
.header-actions a,.header-actions button{font-size:20px;font-weight:700;color:#fff;text-decoration:none;background:none;border:0;padding:8px 0;white-space:nowrap}
.header-actions button{cursor:pointer}
.header-actions b{display:inline-flex;align-items:center;justify-content:center;background:#d5ad59;color:#171717;border-radius:50%;font-size:12px;min-width:26px;height:26px;margin-left:4px}
.mobile-search{display:none;background:#151515;padding:0 16px 14px}
.mobile-search input{width:100%;padding:11px 14px;border:0;border-radius:10px;background:#fff;font-size:14px;outline:none}
nav{display:none}
.hero{margin:0;min-height:540px;border-radius:0;background:linear-gradient(110deg,#151515 0%,#28251f 48%,#171717 100%);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:55px 20px}
.hero-content span{font-size:18px;letter-spacing:2px}
.hero h1{font-family:Georgia,serif;font-size:66px;line-height:.98;margin:25px 0 25px}
.hero h1 strong{color:#d6ae5a}
.hero p{font-size:21px;line-height:1.45;margin:0 0 32px;color:#f4f4f4}
.primary{background:#d6ae5a;color:#111;border:0;border-radius:12px;padding:16px 30px;font-size:18px;font-weight:800;cursor:pointer}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:28px 28px 10px;background:#f7f5ef}
.trust div{background:#fff;padding:28px 22px;border-radius:20px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.trust span{display:block;font-size:24px;margin-bottom:10px}
.trust b,.trust small{display:block}.trust b{font-size:21px}.trust small{font-size:15px;color:#777;margin-top:8px}
.shop{padding:24px 14px}.head{display:flex;justify-content:space-between;align-items:center}.head select{padding:9px;border:1px solid #ddd;border-radius:8px}.chips{display:flex;gap:8px;overflow:auto;padding:12px 0}.chips button{white-space:nowrap;border:1px solid #ddd;background:#fff;border-radius:20px;padding:8px 13px}.chips .active{background:#111;color:#fff}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.card{background:#fff;border-radius:12px;overflow:hidden}.photo{position:relative}.photo img{width:100%;aspect-ratio:.88;object-fit:cover;display:block}.photo span{position:absolute;top:7px;left:7px;background:#fff;padding:4px;border-radius:5px;font-size:9px}.heart{position:absolute;top:7px;right:7px;border:0;background:#fff;border-radius:50%;width:32px;height:32px;font-size:19px}.body{padding:10px}.body h3{font-size:13px}.body small,.body p{font-size:10px;color:#666}.body del{font-size:10px;color:#999}.add{width:100%;padding:9px;border:1px solid #ddd;background:#fff;border-radius:8px;font-weight:700}.info{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding:14px}.info a{background:#fff;color:#222;text-decoration:none;padding:15px;border-radius:12px}footer{background:#111;color:#fff;padding:28px 15px}footer a{color:#fff}.modal{display:none;position:fixed;inset:0;background:#0008;z-index:50;align-items:end}.modal.open{display:flex}.sheet{background:#fff;width:100%;max-height:94vh;overflow:auto;border-radius:20px 20px 0 0;padding:18px}.x{float:right;border:0;border-radius:50%;font-size:22px;width:34px;height:34px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.detailImg{width:100%;border-radius:15px;max-height:500px;object-fit:contain;background:#f3f3f3}.big{font-size:25px;font-weight:800}.big del{font-size:13px;color:#999}.tag{font-size:10px;background:#eaf6ec;color:#28743a;padding:5px 8px;border-radius:8px}.size{padding:9px 14px;border:1px solid #bbb;background:#fff;border-radius:8px;margin:8px 4px 8px 0}.size.selected{background:#111;color:#fff}.full{width:100%;margin-top:9px}.outline{border:1px solid #111;background:#fff;color:#111;border-radius:10px;padding:12px;font-weight:700}.wa{display:block;text-align:center;background:#eaf7ec;color:#176b2b;text-decoration:none;border-radius:10px;padding:12px;margin-top:9px}.sheet input,.sheet textarea,.sheet select{display:block;width:100%;padding:12px;margin:8px 0;border:1px solid #ddd;border-radius:9px}.sheet textarea{min-height:80px}.row{display:grid;grid-template-columns:55px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.row img{width:55px;height:65px;object-fit:cover;border-radius:7px}.row button{border:1px solid #ddd;background:#fff;border-radius:7px;padding:7px}.total{display:flex;justify-content:space-between;font-size:18px}.notice{background:#f0f7ee;padding:12px;border-radius:10px}.order{border:1px solid #eee;border-radius:10px;padding:12px;margin:9px 0}.order span{float:right;color:#28743a}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stats b{background:#f5f5f5;padding:15px;text-align:center;border-radius:10px}.stats small{display:block;color:#777;font-weight:normal}
@media(max-width:600px){
  header{grid-template-columns:auto minmax(0,1fr) auto auto;padding:9px 10px;gap:6px}
  header .logo{font-size:18px}
  header input{font-size:13px;padding:10px 11px;border-radius:11px}
  header button{height:40px;min-width:38px;padding:4px 6px;border-radius:10px}
  header button small{display:none}
  header button b{font-size:10px}
  nav{padding:7px 10px}
  nav a,nav button{font-size:12px;padding:7px 10px}
}

@media(min-width:800px){.grid{grid-template-columns:repeat(4,1fr)}.trust{grid-template-columns:repeat(4,1fr)}.info{grid-template-columns:repeat(6,1fr)}.modal{align-items:center;padding:20px}.sheet{max-width:850px;border-radius:18px}}
@media(max-width:700px){
  .promo{font-size:13px;padding:7px 6px}
  header{padding:14px 16px;min-height:72px;align-items:center}
  header .logo{font-size:34px}
  .header-actions{gap:0}
  .header-actions a,.header-actions button{font-size:0;width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center}
  .header-actions a:nth-child(1)::after{content:"⌂";font-size:26px}
  .header-actions a:nth-child(2)::after{content:"⌕";font-size:27px}
  .header-actions button:nth-child(3)::after{content:"🛍️";font-size:21px}
  .header-actions button:nth-child(4)::after{content:"🛒";font-size:21px}
  .header-actions button:nth-child(5)::after{content:"⚙️";font-size:20px}
  .header-actions button b{font-size:10px;min-width:20px;height:20px;position:relative;margin-left:-8px;margin-top:-22px}
  .mobile-search{display:block}
  .hero{min-height:480px;padding:48px 18px}
  .hero-content span{font-size:14px}
  .hero h1{font-size:52px;margin:22px 0}
  .hero p{font-size:18px}
  .trust{grid-template-columns:repeat(2,1fr);gap:14px;padding:22px 14px}
  .trust div{padding:24px 12px;min-height:145px}
  .trust b{font-size:18px}
  .trust small{font-size:13px}
}
