/* ============================================================
   Lil' Bites — component styles
   ============================================================ */

/* ---------------- NAV ---------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: var(--nav-h);
  display: flex; align-items: center; transition: background .3s var(--ease), box-shadow .3s, border-color .3s;
  border-bottom: 2px solid transparent; }
.nav-scrolled { background: oklch(from var(--bg-2) l c h / .88); backdrop-filter: blur(12px) saturate(1.2);
  border-bottom-color: var(--border); box-shadow: 0 6px 24px -18px oklch(0.33 0.05 52 / .6); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink-soft);
  position: relative; transition: color .2s; }
.nav-links a:hover { color: var(--caramel-d); }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2.5px;
  border-radius: 2px; background: var(--caramel); transition: right .25s var(--ease); }
.nav-links a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.cart-dot { background: var(--cherry); color: #fff; font-size: 11px; min-width: 18px; height: 18px;
  border-radius: 9px; display: grid; place-items: center; margin-left: 2px; padding: 0 4px; }

.theme-toggle { width: 56px; height: 30px; border-radius: var(--r-pill); border: 2px solid var(--border-2);
  background: var(--bg-3); position: relative; padding: 0; flex: none; transition: background .3s; }
.theme-knob { position: absolute; top: 1px; left: 1px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--bg-2); display: grid; place-items: center; color: var(--caramel-d);
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease); }
[data-theme="dark"] .theme-knob { transform: translateX(26px); }

.nav-burger { display: none; width: 42px; height: 42px; border-radius: var(--r-sm); border: 2px solid var(--border-2);
  background: var(--bg-2); place-items: center; color: var(--ink); }
.burger-lines { flex-direction: column; gap: 4px; }
.burger-lines i { width: 18px; height: 2.5px; border-radius: 2px; background: currentColor; display: block; }
.nav-mobile { position: absolute; top: var(--nav-h); left: 12px; right: 12px; background: var(--bg-2);
  border: 2px solid var(--border); border-radius: var(--r-lg); padding: 14px; display: none; flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-sm); }
.nav-mobile a { padding: 12px 14px; border-radius: var(--r-sm); font-family: var(--font-display); font-weight: 600; }
.nav-mobile a:hover { background: var(--bg-3); }
.nav-mobile .btn { margin-top: 8px; }

/* ---------------- HERO ---------------- */
.hero { padding: calc(var(--nav-h) + 46px) 0 0; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
  padding-bottom: 80px; }
.hero-chip { margin-bottom: 22px; background: var(--bg-2); border-color: var(--border-2); }
.hero-title { font-size: clamp(40px, 6.4vw, 78px); font-weight: 800; letter-spacing: -.025em; }
.hero-title .hl { position: relative; color: var(--caramel-d); white-space: nowrap; }
.hero-title .hl::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: 6px; height: 14px; z-index: -1;
  background: var(--blush); border-radius: 8px; transform: rotate(-1.5deg); }
.hero-lead { font-size: 19px; color: var(--ink-soft); max-width: 46ch; margin-top: 24px; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 30px; color: var(--ink-soft); font-size: 15px; }
.trust-stars { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); }
.trust-stars b { font-size: 18px; color: var(--ink); }
.trust-sep { width: 1px; height: 22px; background: var(--border-2); }
.hero-trust b { color: var(--ink); }

.hero-art { position: relative; height: 460px; display: grid; place-items: center; }
.hero-logo-ring { width: 320px; height: 320px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle, var(--bg-tint) 0 62%, transparent 63%);
  position: relative; }
.hero-logo-ring::before { content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 3px dashed var(--border-2); animation: spin 60s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-logo { width: 240px; height: 240px; border-width: 4px; box-shadow: var(--shadow); }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  border-radius: var(--r-md); font-size: 13px; }
.float-card b { display: block; font-family: var(--font-display); font-size: 14px; color: var(--ink); }
.float-card small { color: var(--ink-soft); }
.fc-emoji { font-size: 26px; }
.fc-1 { top: 18px; left: -10px; animation: bob 4s var(--ease) infinite; }
.fc-2 { bottom: 60px; left: 6px; flex-direction: column; align-items: flex-start; gap: 4px; animation: bob 4.6s var(--ease) infinite .5s; }
.fc-2 small { font-style: italic; }
.fc-3 { top: 70px; right: -6px; animation: bob 5s var(--ease) infinite .9s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .fc-1,.fc-2,.fc-3,.hero-logo-ring::before { animation: none; } }

.hero-scallop { margin-top: 0; }

/* decorative blobs/dots */
.deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: -1; }
.blob { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5; }
.blob-a { width: 420px; height: 420px; background: var(--blush); top: -120px; right: -120px; }
.blob-b { width: 360px; height: 360px; background: var(--bg-tint); bottom: -140px; left: -120px; opacity: .8; }
.dot { position: absolute; border-radius: 50%; background: var(--caramel); opacity: .35; }
.d1 { width: 14px; height: 14px; top: 22%; left: 8%; }
.d2 { width: 10px; height: 10px; top: 64%; left: 18%; background: var(--cherry); }
.d3 { width: 18px; height: 18px; top: 16%; right: 30%; }
.d4 { width: 9px; height: 9px; bottom: 26%; right: 12%; background: var(--cherry); }
.d5 { width: 12px; height: 12px; top: 48%; right: 6%; }

/* ---------------- CARA ORDER ---------------- */
.cara { background: var(--bg-2); }
.cara-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; }
.cara-card { padding: 30px 24px; position: relative; }
.cara-num { position: absolute; top: -16px; left: 24px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--caramel); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 19px;
  display: grid; place-items: center; box-shadow: 0 5px 0 -1px var(--caramel-d); }
.cara-ic { width: 56px; height: 56px; border-radius: var(--r-md); background: var(--bg-tint); color: var(--caramel-d);
  display: grid; place-items: center; margin: 14px 0 16px; }
.cara-card h3 { font-size: 21px; }
.cara-card p { margin-top: 8px; font-size: 15px; }
.cara-arrow { position: absolute; top: 50%; right: -22px; color: var(--border-2); z-index: 2; }
@media (max-width: 900px) { .cara-arrow { display: none; } }

/* ---------------- MENU ---------------- */
.menu-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.cats, .po-cats { display: flex; gap: 10px; flex-wrap: wrap; }
.cat-chip { font-family: var(--font-display); font-weight: 600; font-size: 14px; padding: 9px 18px; border-radius: var(--r-pill);
  background: var(--bg-2); border: 2px solid var(--border); color: var(--ink-soft); transition: all .2s; }
.cat-chip:hover { border-color: var(--caramel); color: var(--caramel-d); }
.cat-chip.on { background: var(--caramel); border-color: var(--caramel); color: #fff; box-shadow: 0 5px 0 -1px var(--caramel-d); }

.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prod-card { overflow: hidden; display: flex; flex-direction: column; transition: transform .22s var(--ease), box-shadow .22s; }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.prod-img { aspect-ratio: 4 / 3; border-radius: 0; }
.prod-tag { position: absolute; top: 12px; left: 12px; font-family: var(--font-display); font-weight: 700; font-size: 12px;
  background: var(--bg-2); color: var(--ink); padding: 5px 11px; border-radius: var(--r-pill); border: 1.5px solid var(--border); z-index: 2; }
.prod-tag.hot { background: var(--cherry); color: #fff; border-color: var(--cherry); }
.prod-lead { position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-display); font-weight: 600; font-size: 12px; background: var(--bg-2); color: var(--ink-soft);
  padding: 4px 10px; border-radius: var(--r-pill); z-index: 2; }
.prod-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.prod-name { font-size: 20px; }
.prod-desc { font-size: 14.5px; margin-top: 7px; flex: 1; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.prod-price { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--ink); }
.prod-price small { font-weight: 600; font-size: 13px; color: var(--ink-faint); margin-left: 2px; }

.stepper { display: inline-flex; align-items: center; gap: 2px; background: var(--bg-3); border-radius: var(--r-pill);
  padding: 4px; border: 2px solid var(--border); }
.stepper button { width: 30px; height: 30px; border-radius: 50%; border: none; background: var(--bg-2); color: var(--ink);
  display: grid; place-items: center; transition: background .15s; }
.stepper button:hover { background: var(--caramel); color: #fff; }
.stepper span { min-width: 26px; text-align: center; font-family: var(--font-display); font-weight: 700; }
.stepper.sm button { width: 26px; height: 26px; }
.stepper.sm span { min-width: 20px; font-size: 14px; }

.menu-bar { position: sticky; bottom: 18px; z-index: 20; max-width: 560px; margin: 36px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 12px 12px 24px;
  background: var(--surface-dark); color: var(--on-dark); border-radius: var(--r-pill); box-shadow: var(--shadow); }
.menu-bar b { color: #fff; }

/* ---------------- JADWAL ---------------- */
.jadwal { background: var(--bg-2); }
.jadwal-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.jadwal-notes { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.jn { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.jn-ic { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--bg-tint); color: var(--caramel-d);
  display: grid; place-items: center; flex: none; }
.jn b { color: var(--ink); }
.jadwal-card { padding: 28px; }
.jadwal-card-h { display: flex; align-items: center; gap: 10px; font-size: 20px; color: var(--caramel-d); padding-bottom: 16px;
  border-bottom: 2px dashed var(--border); }
.jadwal-list { list-style: none; padding: 0; margin: 8px 0 20px; }
.jadwal-list li { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1.5px solid var(--border);
  font-size: 16px; }
.jadwal-list li:last-child { border-bottom: none; }
.jadwal-h { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.jadwal-h.off { color: var(--ink-faint); font-weight: 600; font-size: 14px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: oklch(0.7 0.16 150); display: inline-block;
  box-shadow: 0 0 0 0 oklch(0.7 0.16 150 / .6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

/* ---------------- TENTANG ---------------- */
.tentang-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.tentang-art { position: relative; height: 440px; }
.tentang-img { position: absolute; width: 64%; height: 78%; top: 0; left: 0; box-shadow: var(--shadow-sm); }
.tentang-img2 { position: absolute; width: 52%; height: 56%; bottom: 0; right: 0; border: 4px solid var(--bg);
  box-shadow: var(--shadow-sm); }
.tentang-badge { position: absolute; width: 92px; height: 92px; bottom: 28%; left: 50%; transform: translateX(-30%);
  border-width: 3px; box-shadow: var(--shadow); z-index: 3; }
.tentang-stats { display: flex; gap: 14px; margin-top: 30px; }
.ts { flex: 1; background: var(--bg-2); border: 2px solid var(--border); border-radius: var(--r-md); padding: 18px; text-align: center; }
.ts-n { display: block; font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--caramel-d); }
.ts-l { font-size: 13.5px; }

/* ---------------- GALERI ---------------- */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 16px; margin-top: 46px; }
.gal-item { border-radius: var(--r-lg); transition: transform .25s var(--ease); }
.gal-item:hover { transform: scale(1.03) rotate(-1deg); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* ---------------- TESTIMONI ---------------- */
.testi { background: var(--bg-2); }
.testi-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.testi-avg { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 16px; }
.testi-avg b { font-family: var(--font-display); font-size: 22px; }
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: start; }
.testi-card { margin: 0; padding: 30px 32px 28px; display: flex; flex-direction: column; gap: 16px; position: relative; overflow: hidden;
  transition: transform .22s var(--ease), box-shadow .22s, border-color .22s; }
.testi-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--caramel); opacity: .85; }
.testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--border-2); }
.testi-qmark { position: absolute; top: 10px; right: 22px; font-family: var(--font-display); font-weight: 800;
  font-size: 92px; line-height: 1; color: var(--caramel); opacity: .14; pointer-events: none; }
.testi-card blockquote { margin: 0; font-size: 16.5px; line-height: 1.65; color: var(--ink); text-wrap: pretty; max-width: 52ch; }
.testi-card figcaption { display: flex; align-items: center; gap: 13px; margin-top: 6px; padding-top: 20px;
  border-top: 2px dashed var(--border); }
.testi-ava { width: 48px; height: 48px; border-width: 2px; flex: none; }
.testi-meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.testi-meta b { font-family: var(--font-display); font-size: 16px; }
.testi-meta small { font-size: 13px; line-height: 1.3; }
.testi-prod { margin-left: auto; font-family: var(--font-display); font-weight: 600; font-size: 12.5px; color: var(--caramel-d);
  background: var(--bg-tint); border: 1.5px solid var(--border); border-radius: var(--r-pill);
  padding: 5px 13px; white-space: nowrap; flex: none; }

/* ---------------- FAQ ---------------- */
.faq-list { max-width: 760px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 14px; }
.faq-item { overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left;
  background: none; border: none; padding: 20px 24px; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink); }
.faq-ic { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-tint); color: var(--caramel-d);
  display: grid; place-items: center; flex: none; transition: transform .25s var(--ease); }
.faq-item.open .faq-ic { transform: rotate(45deg); }
.faq-a { overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 24px 22px; color: var(--ink-soft); font-size: 15.5px; }

/* ---------------- KONTAK ---------------- */
.kontak-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; }
.kontak-info { padding: 46px; }
.kontak-list { list-style: none; padding: 0; margin: 28px 0; display: flex; flex-direction: column; gap: 18px; }
.kontak-list li { display: flex; align-items: center; gap: 14px; }
.kontak-list b { font-family: var(--font-display); font-size: 15px; display: block; }
.kontak-list small { display: block; }
.k-ic { width: 44px; height: 44px; border-radius: var(--r-sm); background: var(--bg-tint); color: var(--caramel-d);
  display: grid; place-items: center; flex: none; }
.kontak-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.kontak-map { min-height: 340px; border-radius: 0; }

/* ---------------- FOOTER ---------------- */
.footer { background: var(--bg); }
.footer-body { background: var(--surface-dark); color: var(--on-dark); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-tag { margin-top: 16px; color: var(--on-dark-soft); font-size: 15px; max-width: 34ch; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--on-dark-border); display: grid;
  place-items: center; transition: all .2s; }
.footer-social a:hover { background: var(--caramel); border-color: var(--caramel); color: #fff; transform: translateY(-2px); }
.footer-h { font-size: 16px; color: var(--on-dark); margin-bottom: 16px; }
.footer-link { display: block; color: var(--on-dark-soft); font-size: 14.5px; padding: 5px 0; transition: color .15s; }
.footer-link:hover { color: var(--caramel); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 22px;
  border-top: 1.5px solid var(--on-dark-border); font-size: 13.5px; color: var(--on-dark-faint); }
.footer-credit a { color: var(--caramel); font-family: var(--font-display); font-weight: 700; transition: color .15s; }
.footer-credit a:hover { color: oklch(from var(--caramel) calc(l + .08) c h); text-decoration: underline; text-underline-offset: 2px; }

/* ---------------- MODALS (shared) ---------------- */
.modal-scrim { position: fixed; inset: 0; z-index: 100; background: oklch(0.2 0.03 50 / .55); backdrop-filter: blur(5px);
  display: flex; align-items: flex-start; justify-content: center; padding: 28px 18px; overflow-y: auto;
  animation: fade .25s var(--ease); }
@keyframes fade { from { opacity: 0; } }
.modal-x { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; z-index: 5;
  background: var(--bg-3); border: 2px solid var(--border); color: var(--ink); display: grid; place-items: center; transition: all .18s; }
.modal-x:hover { background: var(--cherry); border-color: var(--cherry); color: #fff; transform: rotate(90deg); }
.modal-scrim > .card { animation: pop .3s var(--ease); margin: auto; }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.97); } }

/* ---------------- FORM PRIMITIVES ---------------- */
.po-form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-label { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--ink); }
.req { color: var(--cherry); font-style: normal; margin-left: 3px; }
.field-hint { font-size: 12.5px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inp { font-family: var(--font-body); font-size: 16px; color: var(--ink); background: var(--bg); border: 2px solid var(--border);
  border-radius: var(--r-sm); padding: 12px 14px; width: 100%; transition: border-color .18s, box-shadow .18s; }
.inp:focus { outline: none; border-color: var(--caramel); box-shadow: 0 0 0 4px var(--bg-tint); }
textarea.inp { resize: vertical; line-height: 1.5; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.seg-btn { display: flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-display);
  font-weight: 600; font-size: 15px; padding: 14px; border-radius: var(--r-sm); border: 2px solid var(--border);
  background: var(--bg); color: var(--ink-soft); transition: all .18s; }
.seg-btn:hover { border-color: var(--caramel); }
.seg-btn.on { border-color: var(--caramel); background: var(--bg-tint); color: var(--caramel-d); }

/* ---------------- PO MODAL ---------------- */
.po-modal { width: 100%; max-width: 720px; padding: 0; overflow: hidden; }
.po-modal-head { padding: 24px 28px 18px; border-bottom: 2px solid var(--border); }
.po-modal-title { display: flex; align-items: center; gap: 10px; font-size: 23px; color: var(--caramel-d); margin-bottom: 20px; }
.po-steps { display: flex; align-items: center; }
.po-step { display: flex; align-items: center; gap: 8px; }
.po-step-dot { width: 28px; height: 28px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; background: var(--bg-3); color: var(--ink-faint);
  border: 2px solid var(--border); transition: all .25s; }
.po-step-label { font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--ink-faint); white-space: nowrap; }
.po-step.active .po-step-dot { background: var(--caramel); border-color: var(--caramel); color: #fff; }
.po-step.active .po-step-label { color: var(--ink); }
.po-step.done .po-step-dot { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.po-step-line { flex: 1; height: 2.5px; background: var(--border); margin: 0 8px; border-radius: 2px; transition: background .25s; }
.po-step-line.done { background: var(--mint); }

.po-modal-body { padding: 24px 28px; max-height: 56vh; overflow-y: auto; }
.po-pane { animation: slideIn .3s var(--ease); }
@keyframes slideIn { from { opacity: 0; transform: translateX(12px); } }

.po-prod-grid { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.po-prod { display: flex; align-items: center; gap: 14px; padding: 10px; border: 2px solid var(--border); border-radius: var(--r-md);
  transition: border-color .18s, background .18s; }
.po-prod.picked { border-color: var(--caramel); background: var(--bg-tint); }
.po-prod-img { width: 58px; height: 58px; border-radius: var(--r-sm); flex: none; }
.po-prod-img.ph::after { display: none; }
.po-prod-main { flex: 1; }
.po-prod-main b { font-family: var(--font-display); font-size: 16px; display: block; }
.po-prod-price { font-size: 14px; color: var(--ink-soft); }
.po-add { width: 40px; padding: 0; height: 40px; border-radius: 50%; }

.po-modal-foot { padding: 16px 28px; border-top: 2px solid var(--border); display: flex; align-items: center;
  justify-content: space-between; gap: 14px; flex-wrap: wrap; background: var(--bg-2); }
.po-err { color: var(--cherry-d); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.po-foot-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.po-foot-total { font-size: 15px; }
.po-foot-total b { font-family: var(--font-display); font-size: 18px; color: var(--ink); }

/* PO summary */
.po-sum-items { display: flex; flex-direction: column; gap: 10px; }
.po-sum-row { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.po-sum-q { font-family: var(--font-display); font-weight: 700; color: var(--caramel-d); min-width: 34px; }
.po-sum-name { flex: 1; }
.po-sum-price { font-family: var(--font-display); font-weight: 700; }
.po-sum-total { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 16px;
  border-top: 2px dashed var(--border); font-family: var(--font-display); }
.po-sum-total b { font-size: 26px; color: var(--caramel-d); }
.po-sum-note { font-size: 13px; display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.po-sum-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.po-sum-detail > div { display: flex; flex-direction: column; gap: 2px; }
.po-sum-detail .full { grid-column: 1 / -1; }
.po-sum-detail span { font-size: 13px; }
.po-sum-detail b { font-family: var(--font-display); font-size: 15.5px; }

/* PO success */
.po-success { padding: 44px 36px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.po-success-badge { width: 84px; height: 84px; border-radius: 50%; background: var(--mint); color: var(--ink);
  display: grid; place-items: center; box-shadow: 0 8px 0 -2px oklch(from var(--mint) calc(l - .12) c h); animation: pop .4s var(--ease); }
.po-success h3 { font-size: 27px; }
.po-success p { max-width: 42ch; }
.po-code { background: var(--bg-tint); border: 2px dashed var(--caramel); border-radius: var(--r-md); padding: 16px 22px; margin: 6px 0; }
.po-code > span { font-size: 13px; display: block; margin-bottom: 4px; }
.po-code-val { display: flex; align-items: center; gap: 14px; }
.po-code-val b { font-family: var(--font-display); font-size: 30px; letter-spacing: .06em; color: var(--caramel-d); }
.po-success-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.po-text-btn { background: none; border: none; color: var(--ink-soft); font-family: var(--font-display); font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px; margin-top: 4px; }
.po-text-btn:hover { color: var(--caramel-d); }

/* ---------------- TRACK MODAL ---------------- */
.track-modal, .review-modal { width: 100%; max-width: 560px; padding: 30px; }
.track-head h3, .review-modal h3 { display: flex; align-items: center; gap: 10px; font-size: 24px; color: var(--caramel-d); }
.track-head p { margin-top: 8px; }
.track-search { display: flex; gap: 10px; margin: 22px 0 8px; }
.track-search .inp { text-transform: uppercase; font-family: var(--font-display); font-weight: 700; letter-spacing: .05em; }
.track-empty { text-align: center; padding: 28px 16px; }
.track-empty-ic { font-size: 38px; }
.track-empty p { margin: 12px 0 8px; }
.track-result { margin-top: 22px; }
.track-order-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.track-order-head b { font-family: var(--font-display); font-size: 19px; display: block; }
.track-items { background: var(--bg); border: 2px solid var(--border); border-radius: var(--r-md); padding: 14px 18px; margin-bottom: 22px; }
.track-item { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; font-size: 15px; }
.track-item.total { border-top: 1.5px dashed var(--border); margin-top: 6px; padding-top: 10px; font-family: var(--font-display); }
.track-item.total b { color: var(--caramel-d); }

.track-timeline { position: relative; padding-left: 6px; }
.track-step { display: flex; gap: 16px; position: relative; padding-bottom: 22px; }
.track-step:last-child { padding-bottom: 0; }
.track-step::before { content: ""; position: absolute; left: 15px; top: 30px; bottom: -4px; width: 2.5px; background: var(--border); }
.track-step:last-child::before { display: none; }
.track-dot { width: 32px; height: 32px; border-radius: 50%; flex: none; display: grid; place-items: center; z-index: 2;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; background: var(--bg-3); color: var(--ink-faint);
  border: 2px solid var(--border); }
.track-step.done .track-dot { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.track-step.done::before { background: var(--mint); }
.track-step.current .track-dot { background: var(--caramel); border-color: var(--caramel); color: #fff;
  box-shadow: 0 0 0 5px var(--bg-tint); animation: pulseDot 2s infinite; }
@keyframes pulseDot { 0%,100% { box-shadow: 0 0 0 5px var(--bg-tint); } 50% { box-shadow: 0 0 0 9px var(--bg-tint); } }
.track-text b { font-family: var(--font-display); font-size: 16px; }
.track-step.todo .track-text b { color: var(--ink-faint); }
.track-text small { display: block; font-size: 13.5px; margin-top: 2px; }
.track-step.todo .track-text small { opacity: .6; }
.track-reviewed { margin-top: 20px; display: flex; align-items: center; gap: 8px; justify-content: center;
  color: var(--caramel-d); font-family: var(--font-display); font-weight: 600; background: var(--bg-tint);
  padding: 14px; border-radius: var(--r-md); }
.track-review-btn { margin-top: 20px; width: 100%; }

/* ---------------- REVIEW MODAL ---------------- */
.review-modal .po-form { margin-top: 20px; }
.star-pick { display: flex; gap: 4px; }
.star-pick button { background: none; border: none; padding: 2px; line-height: 0; }

/* ---------------- TOAST ---------------- */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translate(-50%, 80px); z-index: 200;
  background: var(--surface-dark); color: var(--on-dark); padding: 13px 22px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow); opacity: 0; transition: transform .35s var(--ease), opacity .35s; pointer-events: none; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .prod-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .cara-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { height: 360px; order: -1; }
  .hero-logo-ring { width: 260px; height: 260px; }
  .hero-logo { width: 200px; height: 200px; }
  .jadwal-grid, .tentang-grid { grid-template-columns: 1fr; gap: 36px; }
  .tentang-art { height: 360px; max-width: 460px; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
  .kontak-card { grid-template-columns: 1fr; }
  .kontak-map { min-height: 240px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .section-pad { padding: 52px 0; }
  .section-title { font-size: clamp(26px, 5vw, 40px); }
  .section-lead { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .nav-links, .nav-track { display: none; }
  .nav-burger { display: grid; }
  .nav-mobile { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .field-row, .po-sum-detail, .seg { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .po-modal-body { max-height: 60vh; }
  .po-step-label { display: none; }
  .po-step-line { margin: 0 5px; }
  .po-modal-head, .po-modal-body, .po-modal-foot { padding-left: 18px; padding-right: 18px; }
  .kontak-info { padding: 24px 16px; }
  .hero-cta .btn, .po-success-cta .btn { flex: 1; min-width: 0; }
  .hero-trust { flex-wrap: wrap; gap: 10px; font-size: 14px; }
  .hero-art { height: 280px; }
  .hero-logo-ring { width: 200px; height: 200px; }
  .hero-logo { width: 160px; height: 160px; }
  .float-card { display: none; }
  .cara-grid { gap: 24px 16px; }
  .cara-card { padding: 24px 18px; }
  .jadwal-card { padding: 20px; }
  .testi-card { padding: 22px 18px 20px; }
  .testi-card figcaption { flex-wrap: wrap; }
  .testi-prod { margin-left: 0; margin-top: 6px; }
  .kontak-cta { flex-direction: column; }
  .kontak-cta .btn { width: 100%; justify-content: center; }
  .kontak-map { min-height: 200px; }
}
@media (max-width: 480px) {
  .prod-grid, .testi-grid, .gal-grid { grid-template-columns: 1fr; }
  .cara-grid { grid-template-columns: 1fr; }
  .tentang-stats { flex-direction: column; }
  .gal-grid { grid-auto-rows: 150px; }
  .g-wide { grid-column: auto; }
  .menu-bar { flex-direction: column; gap: 10px; padding: 16px; border-radius: var(--r-lg); text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(32px, 8vw, 48px); }
  .hero-lead { font-size: 16px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .track-search { flex-direction: column; }
  .po-sum-row { flex-wrap: wrap; }
  .kontak-list li { font-size: 14px; }
}
