:root{--bg:#f6f7fb;--card:#fff;--text:#172033;--muted:#64748b;--line:#e5e7eb;--primary:#ff6a00;--dark:#111827;--green:#16a34a;--shadow:0 16px 40px rgba(15,23,42,.08)}
*{box-sizing:border-box} body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)} a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:12px 18px}.brand{font-weight:900;letter-spacing:-.03em}.site-header nav{display:flex;gap:12px;font-size:14px}.site-header nav a{color:var(--muted)} main{max-width:1100px;margin:auto;padding:16px}.hero{background:linear-gradient(135deg,#151a2d,#26365f);color:white;border-radius:24px;padding:28px 20px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,106,0,.22)}.hero h1{font-size:clamp(30px,8vw,58px);line-height:.95;margin:0 0 12px;letter-spacing:-.06em}.hero p{margin:0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.55}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:12px 16px;font-weight:800;cursor:pointer;background:var(--dark);color:white}.btn.primary{background:var(--primary)}.btn.light{background:white;color:var(--dark)}.btn.ghost{background:#eef2ff;color:#29376b}.section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:26px 0 12px}.section-title h2{margin:0;font-size:22px;letter-spacing:-.03em}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.04);display:flex;flex-direction:column;height:100%}.product-card .thumb{position:relative;display:block;aspect-ratio:1/1;background:#e9eef8;overflow:hidden;flex-shrink:0}.product-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-card .thumb-hit{position:absolute;inset:0;z-index:1}.share-sheet-trigger.product-card-share,.share-sheet-trigger.detail-gallery-share{position:absolute;top:10px;right:10px;z-index:4;width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.92);color:#334155;box-shadow:0 2px 14px rgba(15,23,42,.18);transition:transform .15s ease,background .15s ease,color .15s ease}.share-sheet-trigger.product-card-share:hover,.share-sheet-trigger.detail-gallery-share:hover{background:#fff;color:var(--primary);transform:scale(1.06)}.share-sheet-trigger.product-card-share:focus-visible,.share-sheet-trigger.detail-gallery-share:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.product-card-share--done{background:#dcfce7;color:#166534}.share-sheet-trigger.product-card-share .icon,.share-sheet-trigger.detail-gallery-share .icon{display:block;line-height:0}.product-card .body{padding:13px 13px 14px;display:flex;flex-direction:column;flex:1;min-height:0}.product-card h3{font-size:clamp(17px,2.6vw,21px);line-height:1.2;margin:0 0 8px;font-weight:900;letter-spacing:-.03em;color:var(--text)}.product-card .price{margin-bottom:2px}.price{font-size:18px;font-weight:900;color:var(--primary);letter-spacing:-.03em}.chips{display:flex;gap:6px;flex-wrap:wrap;margin:9px 0}.chip{font-size:12px;background:#f1f5f9;color:#475569;border-radius:999px;padding:5px 9px}.stock{font-size:12px;font-weight:800;border-radius:999px;padding:5px 9px;background:#dcfce7;color:#166534}.stock.habis{background:#fee2e2;color:#991b1b}.stock.preorder{background:#fef3c7;color:#92400e}.filters{background:white;border:1px solid var(--line);border-radius:20px;padding:12px;margin-bottom:14px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px}.input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 13px;font:inherit;background:white}textarea{min-height:140px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:22px}.gallery{background:white;border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:var(--shadow)}.main-photo{position:relative;aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:#edf2f7;cursor:zoom-in}.main-photo img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.thumbs img{width:72px;height:72px;object-fit:cover;border-radius:12px;border:2px solid transparent;cursor:pointer}.thumbs img.active{border-color:var(--primary)}.detail-info{background:white;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.detail-info h1{font-size:clamp(26px,7vw,42px);line-height:1;margin:0 0 12px;letter-spacing:-.055em}.desc h3{font-size:1.05rem;margin:1.15rem 0 .45rem;letter-spacing:-.02em;color:var(--text)}.desc-lead{color:#475569;line-height:1.65;margin:0 0 12px}.desc-lead p{margin:0 0 8px}.detail-long-wrap{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow);margin-top:22px}.detail-long-wrap .desc-long{margin:0;padding:0;border:0}.cta-stack{display:grid;gap:10px;margin-top:18px}.sticky-cta{display:none}.zoom-modal{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:99;align-items:center;justify-content:center;padding:18px}.zoom-modal img{max-height:92vh;max-width:96vw;border-radius:14px}.site-footer{text-align:center;color:var(--muted);padding:30px 16px}.empty{background:white;border:1px dashed #cbd5e1;border-radius:20px;padding:24px;text-align:center;color:var(--muted)}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.detail{grid-template-columns:1fr}.detail-long-wrap{margin-top:4px}.filters{grid-template-columns:1fr}.site-header{padding:11px 14px}.site-header nav{gap:10px}.sticky-cta{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr;gap:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);padding:10px 12px;border-top:1px solid var(--line);z-index:30}.has-sticky{padding-bottom:86px}.desktop-cta{display:none}} 
@media(max-width:460px){main{padding:12px}.hero{border-radius:20px;padding:24px 16px}.grid{gap:10px}.product-card{border-radius:16px}.product-card .body{padding:10px 10px 12px}.product-card h3{font-size:clamp(16px,4.4vw,19px)}.product-card-stock{top:8px;left:8px;font-size:10px;padding:4px 8px}.share-sheet-trigger.product-card-share,.share-sheet-trigger.detail-gallery-share{top:8px;right:8px;width:36px;height:36px}.share-sheet-trigger.product-card-share svg,.share-sheet-trigger.detail-gallery-share svg{width:17px;height:17px}.product-card-action{min-height:48px}.price{font-size:16px}.chip{font-size:11px}.detail-info,.gallery,.detail-long-wrap{border-radius:18px;padding:12px}.detail-info{padding:12px 12px 8px}.detail-long-wrap{margin-top:0}}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{position:relative;min-height:130px;border-radius:20px;overflow:hidden;background:#111827;color:white;box-shadow:var(--shadow)}.category-card img{width:100%;height:100%;min-height:130px;object-fit:cover;filter:brightness(.72)}.category-card span{position:absolute;left:12px;right:12px;bottom:12px;font-weight:900;font-size:18px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.archive-hero{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center;background:white;border:1px solid var(--line);border-radius:24px;padding:14px;margin-bottom:16px;box-shadow:var(--shadow)}.archive-hero img{width:150px;height:150px;border-radius:18px;object-fit:cover;background:#edf2f7}.archive-hero h1{font-size:clamp(30px,7vw,48px);line-height:1;margin:4px 0 8px;letter-spacing:-.055em}.eyebrow{display:inline-flex;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.meta-box{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px;background:white;border:1px solid var(--line);border-radius:20px;padding:14px}.tag-cloud .chip{font-size:14px}.chip small{opacity:.65;margin-left:4px}.chip-brand{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#9a3412;font-weight:800}.product-card .chip-brand{text-decoration:none}.product-card-actions{display:flex;width:100%;margin-top:auto;border-top:1px solid var(--line);flex-shrink:0}.product-card-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:0;min-height:52px;padding:14px 8px;color:inherit;transition:background .15s ease,filter .15s ease}.product-card-action .icon{display:block;line-height:0}.product-card-action--view{background:linear-gradient(180deg,#3d4f6e 0%,#35445c 100%);color:#f1f5f9}.product-card-action--view:hover{background:linear-gradient(180deg,#465a7a 0%,#3d4f66 100%)}.product-card-action--view .icon{color:#fff}.product-card-action--wa{background:#128c7e;color:#fff;box-shadow:inset 1px 0 0 rgba(255,255,255,.2)}.product-card-action--wa:hover{background:#0f7a6e}.product-card-actions--single .product-card-action{flex:1}@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}.archive-hero{grid-template-columns:96px 1fr}.archive-hero img{width:96px;height:96px}.archive-hero{border-radius:18px}.category-card,.category-card img{min-height:112px}}.detail-info .desc h3,.detail-long-wrap .desc h3{font-size:1.05rem;margin:1.15rem 0 .45rem;letter-spacing:-.02em;color:var(--text)}.product-card-stock{position:absolute;top:10px;left:10px;z-index:3;font-size:11px;font-weight:800;border-radius:999px;padding:5px 10px;line-height:1.2;pointer-events:none;box-shadow:0 2px 12px rgba(15,23,42,.2)}.product-card-stock.ready{background:#dcfce7;color:#166534}.product-card-stock.habis{background:#fee2e2;color:#991b1b}.product-card-stock.preorder{background:#fef3c7;color:#92400e}
.share-sheet-root{position:fixed;inset:0;z-index:120;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease;pointer-events:none}.share-sheet-root.share-sheet-root--open{visibility:visible;opacity:1;pointer-events:auto}.share-sheet-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(5px)}.share-sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:420px;max-height:min(560px,90vh);overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 24px 48px rgba(15,23,42,.2);padding:22px 20px 20px;text-align:center}.share-sheet-close{position:absolute;top:12px;right:14px;width:40px;height:40px;border:0;background:transparent;font-size:28px;line-height:1;color:#94a3b8;cursor:pointer;border-radius:12px}.share-sheet-close:hover{color:#475569;background:#f1f5f9}.share-sheet-heading{font-size:clamp(17px,4vw,20px);font-weight:900;margin:4px 32px 16px;line-height:1.35;color:var(--text)}.share-sheet-preview{display:flex;gap:12px;align-items:center;text-align:left;background:#f1f5f9;border-radius:16px;padding:12px;margin-bottom:16px}.share-sheet-preview-img-wrap{flex-shrink:0;width:56px;height:56px;border-radius:14px;overflow:hidden;background:#e2e8f0}.share-sheet-preview-img{width:100%;height:100%;object-fit:cover}.share-sheet-preview-meta{min-width:0;flex:1}.share-sheet-preview-name{font-weight:800;font-size:14px;line-height:1.35;margin:0;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.share-sheet-preview-host{font-size:13px;margin:4px 0 0;color:#64748b}.share-sheet-sub{font-weight:800;font-size:15px;margin:0 0 14px;text-align:left;color:var(--text)}.share-sheet-row{display:flex;gap:12px 14px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;margin:0 -6px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;justify-content:flex-start}.share-sheet-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:8px;width:72px;border:0;background:transparent;padding:4px 2px;cursor:pointer;color:inherit;text-decoration:none;font:inherit;-webkit-tap-highlight-color:transparent}.share-sheet-item:disabled{opacity:.45;cursor:not-allowed}.share-sheet-icon{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(15,23,42,.12)}.share-sheet-icon--wa{background:#25d366}.share-sheet-icon--tg{background:#26a5e4}.share-sheet-icon--line{background:#06c755}.share-sheet-icon--fb{background:#1877f2}.share-sheet-icon--x{background:#fff;border:1px solid var(--line)}.share-sheet-icon--neutral{background:#f1f5f9}.share-sheet-label{font-size:11px;font-weight:700;color:#475569;line-height:1.2;text-align:center;max-width:72px}.share-sheet-item:hover .share-sheet-label{color:var(--text)}.share-sheet-item--done .share-sheet-label{color:#166534}@media(max-width:460px){.share-sheet{padding:20px 16px 18px;border-radius:18px}.share-sheet-row{gap:10px 12px}}
