:root{--ink:#102321;--muted:#64716f;--green:#063d3b;--green2:#0b5b56;--lime:#c9f36b;--cream:#f6f3e9;--line:#dfe5df;--white:#fff;--shadow:0 20px 55px rgba(9,52,48,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fbfcf9;font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;background:#fff;padding:12px 18px;z-index:1000}
.skip-link:focus{top:12px}
.announcement{height:30px;display:grid;place-items:center;background:var(--green);color:#dff4e4;font-size:12px;letter-spacing:.04em}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,252,249,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,35,33,.08)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}
.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--green);color:var(--lime);font:800 15px 'Manrope'}
.brand b{display:block;font:800 17px 'Manrope'}
.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.03em}
.nav-links{display:flex;gap:34px}
.nav-links a{color:#40504e;text-decoration:none;font-size:14px;font-weight:600}
.nav-links a:hover{color:var(--green)}
button,.primary-button{font:600 14px 'DM Sans';cursor:pointer}
.wa-button,.primary-button{border:0;border-radius:999px;background:var(--lime);color:#18372d;padding:14px 22px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.wa-button:hover,.primary-button:hover{filter:brightness(.95);transform:translateY(-1px)}
.wa-button.compact{padding:12px 18px;background:var(--green);color:#fff}
.hero{min-height:610px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:70px;padding-block:70px 52px}
.eyebrow{color:#52706c;font-size:11px;font-weight:800;letter-spacing:.16em}
.hero h1{font:800 clamp(42px,5vw,68px)/1.02 'Manrope';letter-spacing:-.055em;margin:18px 0 22px}
.hero h1 em{font-style:normal;color:var(--green2)}
.hero-copy>p{max-width:590px;color:var(--muted);font-size:17px;line-height:1.75}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.primary-button{background:var(--green);color:#fff;padding:16px 24px;gap:22px;transition:.2s}
.text-button{border:0;background:none;color:var(--ink);padding:14px 0}
.trust-row{display:flex;gap:24px;margin-top:34px;color:#50605e;font-size:13px}
.trust-row i{font-style:normal;color:var(--green);font-weight:800}
.hero-visual{height:490px;position:relative;display:grid;place-items:center;border-radius:48% 52% 46% 54%;background:linear-gradient(145deg,#dcead4,#edf0d9);overflow:hidden}
.orb{position:absolute;border-radius:50%;filter:blur(2px)}
.orb-one{width:220px;height:220px;background:#b9dfc1;left:-50px;bottom:-35px}
.orb-two{width:180px;height:180px;background:#eff8b8;right:-35px;top:5px}
.phone-card{position:relative;z-index:2;width:235px;height:420px;padding:12px;border-radius:34px;background:#123e3a;box-shadow:0 30px 60px rgba(7,46,43,.3);transform:rotate(4deg)}
.phone-top{height:24px;display:flex;justify-content:space-between;align-items:center;color:#c9f36b;font:800 10px 'Manrope';padding:0 8px}
.phone-top span{width:5px;height:5px;border-radius:50%;background:#75928e}
.phone-screen{height:calc(100% - 24px);border-radius:24px;background:#fcfcf6;padding:22px}
.mini-label{font-size:8px;letter-spacing:.15em;color:#57716c}
.device-shape{height:170px;margin:15px 0;border-radius:20px;background:linear-gradient(150deg,#d9efe5,#b5d6cd);display:grid;place-items:center}
.device-shape div{width:76px;height:125px;border:8px solid #194943;border-radius:17px;background:linear-gradient(#d5f46e,#f8f5ca)}
.mini-lines b,.mini-lines span{display:block;height:8px;border-radius:10px;background:#183f3a;margin-bottom:8px}
.mini-lines span{height:5px;background:#c5d0cc}
.mini-lines span:last-child{width:60%}
.mini-button{margin-top:20px;padding:11px;text-align:center;border-radius:10px;background:#c9f36b;color:#15362e;font-size:10px;font-weight:800}
.float-card{position:absolute;z-index:3;padding:14px 18px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.8);border-radius:16px}
.float-card span{font-size:20px;color:var(--green)}
.float-card b,.float-card small{display:block}
.float-card b{font:800 13px 'Manrope';margin-top:5px}
.float-card small{font-size:10px;color:var(--muted)}
.fc-one{left:28px;top:70px;transform:rotate(-6deg)}
.fc-two{right:24px;bottom:78px;transform:rotate(5deg)}
.stock-pill{position:absolute;z-index:4;left:35px;bottom:40px;background:var(--green);color:#fff;padding:10px 15px;border-radius:999px;font-size:11px}
.stock-pill i{display:inline-block;width:7px;height:7px;background:var(--lime);border-radius:50%;margin-right:7px}
.category-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:100px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 35px rgba(10,45,40,.06)}
.category-strip button{position:relative;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;text-align:left;column-gap:13px;border:0;border-right:1px solid var(--line);background:transparent;padding:22px}
.category-strip button:last-child{border-right:0}
.category-strip button:hover{background:#f5f8f1}
.cat-icon{grid-row:1/3;width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:#e6f0e9;color:var(--green);font-size:22px}
.category-strip b{font:800 14px 'Manrope';align-self:end}
.category-strip small{font-size:11px;color:var(--muted);align-self:start}
.catalog{padding-bottom:110px;scroll-margin-top:120px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:26px}
.section-head h2,.how-section h2,.about h2{font:800 clamp(30px,4vw,46px)/1.1 'Manrope';letter-spacing:-.04em;margin:10px 0}
.section-head p{margin:0;color:var(--muted)}
.search-wrap{width:min(370px,100%);display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 15px}
.search-wrap:focus-within{border-color:#6f918b;box-shadow:0 0 0 3px rgba(11,91,86,.1)}
.search-wrap span{font-size:22px}
.search-wrap input{width:100%;border:0;outline:0;background:transparent;padding:15px 0;font:14px 'DM Sans'}
.filter-row{display:flex;gap:8px;overflow:auto;padding-bottom:5px;margin-bottom:28px}
.filter-row button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:#52615f;border-radius:999px;padding:10px 16px}
.filter-row button.active{background:var(--green);border-color:var(--green);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.22s;min-width:0}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}
.product-art{height:190px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#edf4ef,#d9e9df);overflow:hidden}
.product-art::before,.product-art::after{content:'';position:absolute;border-radius:50%;background:rgba(255,255,255,.55)}
.product-art::before{width:130px;height:130px;left:-30px;bottom:-50px}
.product-art::after{width:85px;height:85px;right:-20px;top:-25px}
.product-glyph{position:relative;z-index:1;width:74px;height:105px;border:7px solid #174840;border-radius:17px;background:#d3f16e;box-shadow:0 18px 25px rgba(16,62,56,.18)}
.product-glyph.accessory{width:90px;height:54px;border-radius:30px;background:#f9f3d3}
.product-glyph.atk{width:72px;height:96px;border-radius:8px;background:#dceafc;transform:rotate(-5deg)}
.product-glyph.other{width:82px;height:82px;border-radius:22px;background:#f5dcb4}
.stock-badge{position:absolute;z-index:2;top:13px;right:13px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.88);color:#30534e;font-size:10px;font-weight:700}
.product-body{padding:17px}
.product-category{display:inline-block;color:#66807c;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-body h3{font:800 15px/1.35 'Manrope';margin:8px 0 5px;min-height:40px}
.sku{font-size:11px;color:#8a9694}
.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:16px}
.price{font:800 17px 'Manrope';color:var(--green)}
.product-action{width:36px;height:36px;border:0;border-radius:50%;background:var(--lime);color:#18362e;font-size:17px}
.load-more{display:block;margin:35px auto 0;border:1px solid var(--green);color:var(--green);background:transparent;border-radius:999px;padding:13px 23px}
.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}
.empty-state span{font-size:40px}
.empty-state h3{color:var(--ink);font:800 20px 'Manrope'}
.how-section{background:var(--green);color:#fff;padding:90px 0}
.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.eyebrow.light{color:#b4d0c8}
.how-section p{color:#b7ccc7;line-height:1.7}
.how-section ol{list-style:none;margin:0;padding:0}
.how-section li{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.how-section li>span{font:700 12px 'Manrope';color:var(--lime)}
.how-section li b,.how-section li small{display:block}
.how-section li b{font:700 16px 'Manrope'}
.how-section li small{margin-top:5px;color:#b7ccc7}
.about{padding:100px 0}
.about-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;background:var(--cream);border-radius:24px;padding:38px}
.about-mark{display:grid;place-items:center;width:100px;height:100px;background:var(--green);color:var(--lime);border-radius:24px;font:800 28px 'Manrope';transform:rotate(-4deg)}
.about-card p{max-width:600px;color:var(--muted);line-height:1.7}
.about-meta{padding-left:35px;border-left:1px solid #d3d6ca}
.about-meta span,.about-meta b{display:block}
.about-meta span{font-size:11px;color:var(--muted);text-transform:uppercase}
.about-meta b{margin:7px 0 18px}
.about-meta button{border:0;background:none;padding:0;color:var(--green);font-weight:700}
footer{background:#0c2422;color:#b7c6c3;padding:38px 0}
footer .shell{display:flex;align-items:center;justify-content:space-between;gap:30px}
footer p{font-size:12px}
.footer-brand b{color:#fff}
.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}
.modal[hidden]{display:none}
.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(5,24,22,.7);backdrop-filter:blur(8px)}
.modal-card{position:relative;width:min(440px,100%);background:#fff;border-radius:24px;padding:22px;box-shadow:0 35px 90px rgba(0,0,0,.25)}
.modal-close{position:absolute;z-index:2;right:13px;top:13px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;font-size:22px}
.modal-art{height:210px;border-radius:17px;margin-bottom:20px;background:linear-gradient(145deg,#edf4ef,#d9e9df);display:grid;place-items:center}
.modal-card h2{font:800 25px 'Manrope';margin:9px 0}
.modal-sku{color:var(--muted);font-size:12px}
.modal-price-row{display:flex;align-items:center;justify-content:space-between;margin:25px 0}
.modal-price-row b{font:800 24px 'Manrope';color:var(--green)}
.modal-price-row span{padding:7px 10px;background:#edf5ed;border-radius:999px;font-size:11px}
.full{width:100%}
.toast{position:fixed;z-index:200;left:50%;bottom:24px;transform:translate(-50%,20px);background:#132d2a;color:#fff;padding:12px 18px;border-radius:12px;opacity:0;pointer-events:none;transition:.25s;font-size:13px}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:960px){.nav-links{display:none}
.hero{grid-template-columns:1fr;gap:35px;padding-top:55px}
.hero-copy{text-align:center}
.hero-copy>p{margin-inline:auto}
.hero-actions,.trust-row{justify-content:center}
.hero-visual{height:430px;max-width:600px;width:100%;margin:auto}
.category-strip{grid-template-columns:1fr 1fr}
.category-strip button:nth-child(2){border-right:0}
.category-strip button:nth-child(-n+2){border-bottom:1px solid var(--line)}
.product-grid{grid-template-columns:repeat(3,1fr)}
.about-card{grid-template-columns:auto 1fr}
.about-meta{grid-column:2;padding:0;border:0}
.how-grid{gap:50px}
}
@media(max-width:700px){.shell{width:min(100% - 24px,1180px)}
.announcement{font-size:10px}
.nav{height:68px}
.wa-button.compact{font-size:0;width:42px;height:42px;padding:0}
.wa-button.compact::after{content:'WA';font-size:11px}
.hero{min-height:auto;padding-block:42px}
.hero h1{font-size:40px}
.hero-copy>p{font-size:15px}
.hero-actions{flex-direction:column;gap:5px}
.trust-row{flex-wrap:wrap;gap:10px 15px}
.hero-visual{height:360px;border-radius:32px}
.phone-card{width:178px;height:320px;border-radius:27px}
.phone-screen{padding:16px}
.device-shape{height:125px}
.device-shape div{width:55px;height:90px}
.float-card{padding:10px 13px}
.fc-one{left:12px;top:48px}
.fc-two{right:10px;bottom:50px}
.stock-pill{left:15px;bottom:20px}
.category-strip{margin-bottom:70px}
.category-strip button{padding:15px;grid-template-columns:40px 1fr}
.cat-icon{width:38px;height:38px}
.section-head{align-items:stretch;flex-direction:column}
.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.product-art{height:145px}
.product-body{padding:13px}
.product-body h3{font-size:13px}
.price{font-size:14px}
.how-section{padding:65px 0}
.how-grid{grid-template-columns:1fr;gap:30px}
.about{padding:70px 0}
.about-card{display:block;padding:25px}
.about-mark{width:72px;height:72px;margin-bottom:25px}
.about-meta{margin-top:25px}
.about h2{font-size:30px}
footer .shell{align-items:flex-start;flex-direction:column}
footer p{margin:0}
}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}
.product-art{height:180px}
}

/* Pengembangan etalase v2: foto produk, data toko, dan kode permintaan. */
.product-photo{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;background:#edf4ef}
.modal-photo{border-radius:17px}
.about-meta small{display:block;max-width:250px;margin:7px 0;color:var(--muted);line-height:1.45}
.about-meta a{display:block;width:max-content;max-width:100%;margin:12px 0;color:var(--green);font-size:13px;font-weight:700;text-decoration:none}
.about-meta a:hover{text-decoration:underline}
.modal-order-code{display:inline-block;margin:2px 0 0;padding:7px 10px;border:1px dashed #91aaa5;border-radius:9px;background:#f3f8f4;color:#31544f;font-size:11px;font-weight:700;letter-spacing:.03em}

/* Versi final: detail produk, keranjang, dan pelacakan. */
.nav-actions{display:flex;align-items:center;gap:8px}.cart-button{border:1px solid var(--green);border-radius:999px;background:#fff;color:var(--green);padding:11px 15px}.cart-button span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;border-radius:999px;background:var(--lime);color:#18372d;font-size:10px}.catalog-tools{display:flex;align-items:center;gap:10px}.catalog-tools select{height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 13px;color:var(--ink);font:600 13px 'DM Sans'}.featured-badge{position:absolute;z-index:3;left:13px;top:13px;padding:7px 9px;border-radius:999px;background:var(--green);color:#fff;font-size:10px;font-weight:700}.stock-badge.sold-out{background:#5d6866;color:#fff}.condition-label{display:block;color:#47645f;margin:0 0 4px;font-size:11px}.tracking{padding:90px 0;scroll-margin-top:110px}.tracking-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tracking-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(10,45,40,.06)}.tracking-card h3{margin:5px 0 22px;font:800 22px 'Manrope'}.tracking-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#e6f0e9;color:var(--green);font-size:22px}.tracking-card label{display:block;margin:12px 0;color:#52615f;font-size:12px;font-weight:700}.tracking-card input{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;font:14px 'DM Sans'}.tracking-card .primary-button{margin-top:10px}.tracking-result{display:grid;gap:6px;margin-top:18px;padding:15px;border-radius:13px;background:#f0f6f1;color:#31544f;font-size:13px}.tracking-result b{font-size:15px}.modal-card{max-height:min(92vh,860px);overflow:auto;width:min(520px,100%)}.modal-art{position:relative;overflow:hidden}.modal-thumbs{position:absolute;z-index:4;left:10px;right:10px;bottom:9px;display:flex;gap:7px;overflow:auto}.modal-thumbs button{width:48px;height:48px;padding:2px;border:2px solid transparent;border-radius:9px;background:#fff}.modal-thumbs button.active{border-color:var(--lime)}.modal-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:6px}.modal-badges{display:flex;gap:6px;flex-wrap:wrap}.modal-badges span{padding:6px 9px;border-radius:999px;background:#edf5ed;color:#31544f;font-size:11px;font-weight:700}.modal-description{color:var(--muted);line-height:1.6;font-size:13px}.modal-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:13px 0}.modal-specs>div{padding:10px;border-radius:10px;background:#f5f7f3}.modal-specs dt{color:var(--muted);font-size:10px;text-transform:uppercase}.modal-specs dd{margin:3px 0 0;font-size:13px;font-weight:700}.modal-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.modal-actions .primary-button{grid-column:1/-1}.secondary-button,.icon-button{border:1px solid var(--green);border-radius:999px;background:#fff;color:var(--green);padding:13px 17px;font:700 13px 'DM Sans'}.icon-button{width:46px;padding:0}.related-products{margin-top:24px;border-top:1px solid var(--line);padding-top:16px}.related-products h3{font:800 15px 'Manrope'}.related-products>div{display:grid;gap:7px}.related-products button{display:flex;justify-content:space-between;gap:12px;border:0;border-radius:10px;background:#f5f7f3;padding:11px;text-align:left}.related-products b{color:var(--green)}.cart-drawer{position:fixed;inset:0;z-index:120}.cart-drawer[hidden]{display:none}.cart-backdrop{position:absolute;inset:0;border:0;background:rgba(5,24,22,.65);backdrop-filter:blur(5px)}.cart-panel{position:absolute;top:0;right:0;width:min(460px,100%);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-25px 0 70px rgba(0,0,0,.2)}.cart-head{display:flex;align-items:start;justify-content:space-between;padding:25px;border-bottom:1px solid var(--line)}.cart-head h2{margin:4px 0 0;font:800 28px 'Manrope'}.cart-head>button{width:38px;height:38px;border:0;border-radius:50%;background:#eef3ef;font-size:21px}.cart-items{flex:1;overflow:auto;padding:10px 22px}.cart-item{display:grid;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item>div:first-child{display:flex;gap:12px;align-items:center}.cart-item .product-photo,.cart-item .product-glyph{width:60px;height:60px;flex:0 0 60px;border-radius:11px;border-width:4px}.cart-item span b,.cart-item span small{display:block}.cart-item span small{margin-top:4px;color:var(--muted);font-size:11px}.cart-item>div:last-child{display:flex;justify-content:flex-end;align-items:center;gap:8px}.cart-item>div:last-child button{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:#fff}.cart-item>div:last-child button.remove{margin-left:10px;color:#b3261e}.cart-empty{text-align:center;padding:70px 15px;color:var(--muted)}.cart-empty span{font-size:42px}.cart-empty h3{color:var(--ink)}.cart-footer{display:grid;gap:11px;padding:22px;border-top:1px solid var(--line);background:#fbfcf9}.cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.cart-footer small{color:var(--muted)}.cart-footer .text-button{justify-self:center}.primary-button:disabled{cursor:not-allowed;opacity:.45;transform:none}
@media(max-width:960px){.nav-actions .wa-button{display:none}.catalog-tools{align-items:stretch;flex-direction:column}.catalog-tools select{width:100%}.tracking-grid{grid-template-columns:1fr}}
@media(max-width:700px){.cart-button.compact{font-size:11px;padding:10px}.tracking{padding:65px 0}.tracking-card{padding:22px}.modal{padding:8px}.modal-card{border-radius:18px;padding:16px}.modal-art{height:190px}.modal-specs{grid-template-columns:1fr}.cart-panel{width:100%}}
