/* =========================================================
   FORTRESS — publik.css
   Tampilan halaman depan untuk pengunjung umum.
   Semua nama kelas diawali "pb-" agar tidak berbenturan
   dengan gaya aplikasi di style.css.
========================================================= */

:root {
  --pb-emas-terang: #F8DC85;
  --pb-emas: #E8B93C;
  --pb-emas-gelap: #B8891F;
  --pb-hitam: #0C0C0D;
  --pb-latar: #111113;
  --pb-abu: #17171A;
  --pb-kartu: #1A1A1D;
  --pb-garis: #2E2E34;
  --pb-teks: #EDEDF0;
  --pb-redup: #9A9AA4;
  --pb-wa: #25D366;
}

#screen-publik {
  background: var(--pb-latar);
  color: var(--pb-teks);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#screen-publik * { box-sizing: border-box; }

#screen-publik img { display: block; max-width: 100%; }

/* =========================================================
   BILAH ATAS
========================================================= */
.pb-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(12, 12, 13, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.pb-bar.turun {
  background: rgba(12, 12, 13, 0.95);
  border-bottom-color: var(--pb-garis);
}

.pb-logo { display: flex; align-items: center; gap: 10px; }
.pb-logo img { height: 34px; width: auto; }
.pb-logo-teks {
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 15px;
  background: linear-gradient(180deg, var(--pb-emas-terang), var(--pb-emas) 55%, var(--pb-emas-gelap));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pb-nav { display: flex; align-items: center; gap: 6px; }
.pb-nav a, .pb-nav button {
  background: none;
  border: 0;
  color: var(--pb-redup);
  font: inherit;
  font-size: 13.5px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease;
}
.pb-nav a:hover, .pb-nav button:hover { color: var(--pb-teks); background: rgba(255,255,255,.05); }

.pb-nav .pb-masuk {
  border: 1px solid var(--pb-garis);
  color: var(--pb-emas);
  font-weight: 600;
  margin-left: 6px;
}
.pb-nav .pb-masuk:hover { border-color: var(--pb-emas); background: rgba(232,185,60,.08); }

.pb-burger {
  display: none;
  background: none;
  border: 1px solid var(--pb-garis);
  color: var(--pb-teks);
  width: 40px; height: 40px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}

/* =========================================================
   SAMBUTAN
========================================================= */
.pb-hero {
  position: relative;
  padding: 72px 20px 64px;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.pb-hero-isi { position: relative; z-index: 2; max-width: 680px; }

.pb-lencana {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pb-emas);
  border: 1px solid rgba(232,185,60,.35);
  background: rgba(232,185,60,.07);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.pb-hero h1 {
  font-size: clamp(30px, 5.4vw, 52px);
  line-height: 1.14;
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(180deg, #FFFFFF 30%, #C9C9D2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pb-hero p {
  font-size: clamp(14.5px, 1.7vw, 17px);
  line-height: 1.7;
  color: var(--pb-redup);
  margin: 0 0 30px;
  max-width: 560px;
}

.pb-hero-tombol { display: flex; flex-wrap: wrap; gap: 12px; }

.pb-hero-hias {
  position: absolute;
  top: -140px; right: -160px;
  width: 560px; height: 560px;
  background: radial-gradient(circle at center, rgba(232,185,60,.16), transparent 62%);
  pointer-events: none;
  z-index: 1;
}

.pb-angka {
  display: flex;
  gap: 34px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--pb-garis);
}
.pb-angka div { display: flex; flex-direction: column; gap: 4px; }
.pb-angka strong {
  font-size: 26px;
  font-weight: 800;
  color: var(--pb-emas);
}
.pb-angka span {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--pb-redup);
}

/* =========================================================
   TOMBOL
========================================================= */
.pb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.pb-btn:active { transform: translateY(1px); }

.pb-btn-utama {
  background: linear-gradient(180deg, var(--pb-emas-terang), var(--pb-emas) 45%, var(--pb-emas-gelap));
  color: #20180A;
}
.pb-btn-utama:hover { box-shadow: 0 8px 24px rgba(232,185,60,.24); }

.pb-btn-garis {
  background: transparent;
  border-color: var(--pb-garis);
  color: var(--pb-teks);
}
.pb-btn-garis:hover { border-color: var(--pb-emas); color: var(--pb-emas); }

.pb-btn-kecil { padding: 9px 16px; font-size: 13px; }

/* =========================================================
   BAGIAN & JUDUL
========================================================= */
.pb-bagian { padding: 64px 20px; max-width: 1120px; margin: 0 auto; }
.pb-bagian-abu {
  max-width: none;
  background: var(--pb-abu);
  border-top: 1px solid var(--pb-garis);
  border-bottom: 1px solid var(--pb-garis);
}
.pb-bagian-abu > * { max-width: 1120px; margin-left: auto; margin-right: auto; }

.pb-judul { text-align: center; margin-bottom: 40px; }
.pb-kicker {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pb-emas);
  margin-bottom: 10px;
}
.pb-judul h2 {
  font-size: clamp(23px, 3.4vw, 33px);
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.pb-judul p { color: var(--pb-redup); margin: 0; font-size: 14.5px; }

.pb-kat {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pb-emas);
}
.pb-varian { display: block; font-size: 12.5px; color: var(--pb-redup); margin-top: 2px; }

/* =========================================================
   GAMBAR
========================================================= */
.pb-gbr {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #202024, #131316);
  overflow: hidden;
}
.pb-gbr img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.pb-gbr.pb-nogbr::after {
  content: "📦";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; opacity: .35;
}
.pb-gbr-brosur::after { content: "📄"; }

.pb-tanda {
  position: absolute;
  top: 12px; left: 12px;
  background: linear-gradient(180deg, var(--pb-emas-terang), var(--pb-emas-gelap));
  color: #20180A;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}

/* =========================================================
   PRODUK UNGGULAN
========================================================= */
.pb-unggulan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.pb-unggulan {
  background: var(--pb-kartu);
  border: 1px solid var(--pb-garis);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, border-color .22s ease;
}
.pb-unggulan:hover { transform: translateY(-4px); border-color: rgba(232,185,60,.45); }
.pb-unggulan:hover .pb-gbr img { transform: scale(1.05); }
.pb-unggulan.besar { grid-column: span 2; }
.pb-unggulan.besar .pb-gbr { aspect-ratio: 16 / 9; }

.pb-unggulan-teks { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.pb-unggulan-teks h3 { margin: 2px 0 0; font-size: 17px; font-weight: 700; }
.pb-unggulan-teks p { margin: 6px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--pb-redup); }
.pb-tautan {
  margin-top: auto;
  padding-top: 14px;
  color: var(--pb-emas);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.pb-tautan:hover { text-decoration: underline; }

/* =========================================================
   KATALOG
========================================================= */
.pb-cip { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 28px; }
.pb-cip-btn {
  background: transparent;
  border: 1px solid var(--pb-garis);
  color: var(--pb-redup);
  padding: 8px 16px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: all .18s ease;
}
.pb-cip-btn:hover { color: var(--pb-teks); }
.pb-cip-btn.aktif {
  background: rgba(232,185,60,.12);
  border-color: var(--pb-emas);
  color: var(--pb-emas);
  font-weight: 700;
}

.pb-produk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px;
}
.pb-produk {
  background: var(--pb-kartu);
  border: 1px solid var(--pb-garis);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}
.pb-produk:hover { transform: translateY(-3px); border-color: rgba(232,185,60,.4); }
.pb-produk:hover .pb-gbr img { transform: scale(1.05); }
.pb-produk-teks { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.pb-produk-teks h3 { margin: 2px 0 0; font-size: 15px; font-weight: 700; }
.pb-produk-teks p {
  margin: 6px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--pb-redup);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.pb-nihil { grid-column: 1/-1; text-align: center; color: var(--pb-redup); padding: 30px 0; }

/* =========================================================
   BROSUR
========================================================= */
.pb-brosur-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.pb-brosur {
  display: flex;
  background: var(--pb-kartu);
  border: 1px solid var(--pb-garis);
  border-radius: 14px;
  overflow: hidden;
}
.pb-brosur .pb-gbr { width: 118px; flex: 0 0 118px; aspect-ratio: auto; }
.pb-brosur-teks { padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; min-width: 0; }
.pb-brosur-teks h3 { margin: 0; font-size: 15.5px; font-weight: 700; }
.pb-brosur-teks p {
  margin: 4px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--pb-redup);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pb-brosur-tombol { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 12px; }

/* =========================================================
   OUTLET
========================================================= */
.pb-outlet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 18px;
}
.pb-outlet {
  background: var(--pb-kartu);
  border: 1px solid var(--pb-garis);
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .22s ease;
}
.pb-outlet:hover { border-color: rgba(232,185,60,.4); }
.pb-outlet-atas { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 4px; }
.pb-pin { font-size: 20px; line-height: 1.2; }
.pb-outlet h3 { margin: 0 0 2px; font-size: 16px; font-weight: 700; }
.pb-alamat { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--pb-redup); }
.pb-detail { margin: 0; font-size: 13px; color: var(--pb-redup); }
.pb-outlet .pb-btn { margin-top: auto; align-self: flex-start; }

/* =========================================================
   KONTAK SALES
========================================================= */
.pb-kontak-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.pb-kontak {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--pb-kartu);
  border: 1px solid var(--pb-garis);
  border-radius: 14px;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, border-color .2s ease;
}
.pb-kontak:hover { transform: translateY(-3px); border-color: var(--pb-wa); }

.pb-avatar {
  width: 52px; height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(145deg, var(--pb-emas), var(--pb-emas-gelap));
  display: flex; align-items: center; justify-content: center;
  color: #20180A;
  font-weight: 800;
  font-size: 20px;
}
.pb-avatar img { width: 100%; height: 100%; object-fit: cover; }

.pb-kontak-teks { flex: 1; min-width: 0; }
.pb-kontak-teks h3 {
  margin: 0 0 3px; font-size: 15px; font-weight: 700;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.pb-wa {
  width: 38px; height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: rgba(37, 211, 102, .12);
  color: var(--pb-wa);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.pb-kontak:hover .pb-wa { background: var(--pb-wa); color: #FFFFFF; }

/* =========================================================
   TENTANG & KAKI
========================================================= */
.pb-tentang { text-align: center; }
.pb-tentang-isi { max-width: 720px; margin: 0 auto; }
.pb-tentang h2 { font-size: clamp(22px, 3.2vw, 30px); margin: 0 0 14px; font-weight: 800; }
.pb-tentang p { color: var(--pb-redup); line-height: 1.75; font-size: 14.5px; margin: 0; }

.pb-kontak-lain { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin-top: 26px; }
.pb-kontak-lain a { color: var(--pb-emas); text-decoration: none; font-size: 13.5px; font-weight: 600; }
.pb-kontak-lain a:hover { text-decoration: underline; }

.pb-kaki {
  background: var(--pb-hitam);
  border-top: 1px solid var(--pb-garis);
  padding: 34px 20px 26px;
}
.pb-kaki-isi {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.pb-kaki-isi strong { display: block; font-size: 15px; letter-spacing: .1em; color: var(--pb-emas); }
.pb-kaki-isi span { font-size: 12px; color: var(--pb-redup); }
.pb-kaki-tautan { display: flex; flex-wrap: wrap; gap: 18px; }
.pb-kaki-tautan a { color: var(--pb-redup); text-decoration: none; font-size: 13px; }
.pb-kaki-tautan a:hover { color: var(--pb-emas); }
.pb-hakcipta {
  max-width: 1120px;
  margin: 24px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--pb-garis);
  text-align: center;
  font-size: 12px;
  color: var(--pb-redup);
}

/* =========================================================
   KEADAAN KOSONG
========================================================= */
.pb-kosong { text-align: center; padding: 100px 20px; }
.pb-kosong h2 { font-size: 22px; margin: 0 0 10px; }
.pb-kosong p { color: var(--pb-redup); margin: 0 0 24px; }

/* =========================================================
   LAYAR KECIL
========================================================= */
@media (max-width: 860px) {
  .pb-unggulan.besar { grid-column: span 1; }
  .pb-unggulan.besar .pb-gbr { aspect-ratio: 4 / 3; }
}

@media (max-width: 720px) {
  .pb-burger { display: block; }
  .pb-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px 16px 16px;
    background: rgba(12, 12, 13, .98);
    border-bottom: 1px solid var(--pb-garis);
    display: none;
  }
  .pb-nav.buka { display: flex; }
  .pb-nav a, .pb-nav button { text-align: left; padding: 12px 10px; font-size: 15px; }
  .pb-nav .pb-masuk { margin: 8px 0 0; text-align: center; }

  .pb-bar { position: relative; }
  .pb-hero { padding: 48px 20px 44px; }
  .pb-angka { gap: 24px; }
  .pb-angka strong { font-size: 22px; }
  .pb-bagian { padding: 48px 18px; }
  .pb-hero-tombol .pb-btn { flex: 1; }
  .pb-brosur { flex-direction: column; }
  .pb-brosur .pb-gbr { width: 100%; flex: none; aspect-ratio: 16 / 9; }
}

@media (max-width: 420px) {
  .pb-produk-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .pb-angka { gap: 18px; }
}

/* =========================================================
   KARTU YANG BISA DIKLIK
========================================================= */
.pb-bisa-klik { cursor: pointer; }
.pb-bisa-klik:focus-visible { outline: 2px solid var(--pb-emas); outline-offset: 3px; }
.pb-produk .pb-tautan { margin-top: 10px; display: inline-block; font-size: 12.5px; }

/* =========================================================
   TOMBOL KERANJANG MENGAMBANG
========================================================= */
.pb-kj-tombol {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 58px; height: 58px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--pb-emas-terang), var(--pb-emas) 45%, var(--pb-emas-gelap));
  color: #20180A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
  opacity: 0;
  transform: translateY(20px) scale(.85);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.pb-kj-tombol.tampil { opacity: 1; transform: none; pointer-events: auto; }
.pb-kj-tombol:hover { transform: translateY(-2px); }

.pb-kj-angka {
  position: absolute;
  top: -4px; right: -4px;
  min-width: 23px; height: 23px;
  padding: 0 6px;
  border-radius: 999px;
  background: #D93F3F;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--pb-latar);
}

/* =========================================================
   JENDELA
========================================================= */
body.pb-terkunci { overflow: hidden; }

.pb-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(6, 6, 8, .82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.pb-modal.buka { display: flex; }

.pb-modal-kotak {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 40px);
  background: var(--pb-kartu);
  border: 1px solid var(--pb-garis);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: pbNaik .22s ease;
}
.pb-modal-lebar { max-width: 780px; }

@keyframes pbNaik {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

.pb-modal-kepala {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--pb-garis);
}
.pb-modal-kepala h2 { margin: 0; font-size: 17px; font-weight: 800; }

.pb-modal-tutup {
  background: rgba(255,255,255,.06);
  border: 0;
  color: var(--pb-teks);
  width: 34px; height: 34px;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  flex: 0 0 34px;
  transition: background .18s ease;
}
.pb-modal-tutup:hover { background: rgba(255,255,255,.14); }

.pb-modal-lebar .pb-modal-tutup {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 3;
  background: rgba(10,10,12,.62);
}

.pb-modal-catatan {
  margin: 0;
  padding: 12px 20px 0;
  font-size: 12.5px;
  color: var(--pb-redup);
  line-height: 1.55;
}

.pb-modal-badan { padding: 16px 20px; overflow-y: auto; flex: 1; }
.pb-modal-kaki { padding: 14px 20px 18px; border-top: 1px solid var(--pb-garis); }

/* =========================================================
   RINCIAN PRODUK
========================================================= */
.pb-detail { display: grid; grid-template-columns: 1fr 1fr; overflow-y: auto; }
.pb-detail-gbr { aspect-ratio: 1 / 1; height: 100%; }
.pb-detail-teks { padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 6px; }
.pb-detail-teks h2 { margin: 4px 0 0; font-size: 22px; font-weight: 800; line-height: 1.25; }
.pb-kode { margin: 8px 0 0; font-size: 12px; color: var(--pb-redup); letter-spacing: .04em; }
.pb-detail-desk { margin: 14px 0 0; font-size: 14px; line-height: 1.7; color: var(--pb-redup); }
.pb-samar { font-style: italic; opacity: .8; }

.pb-detail-aksi { margin-top: auto; padding-top: 22px; display: flex; flex-direction: column; gap: 9px; }
.pb-btn-blok { width: 100%; }

.pb-sudah {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(37, 211, 102, .1);
  border: 1px solid rgba(37, 211, 102, .35);
  color: var(--pb-wa);
  font-size: 13.5px;
  font-weight: 700;
}

/* =========================================================
   ISI KERANJANG
========================================================= */
.pb-kj-kosong { text-align: center; color: var(--pb-redup); padding: 26px 0; line-height: 1.7; }

.pb-kj-baris {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--pb-garis);
}
.pb-kj-baris:last-child { border-bottom: 0; }

.pb-kj-gbr { width: 54px; flex: 0 0 54px; aspect-ratio: 1/1; border-radius: 9px; }
.pb-kj-teks { flex: 1; min-width: 0; }
.pb-kj-teks h4 {
  margin: 0 0 2px; font-size: 13.5px; font-weight: 700; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.pb-kj-jumlah {
  display: flex; align-items: center; gap: 4px;
  background: rgba(255,255,255,.05);
  border-radius: 9px;
  padding: 3px;
  flex: 0 0 auto;
}
.pb-kj-jumlah button {
  width: 28px; height: 28px;
  border: 0; border-radius: 7px;
  background: transparent;
  color: var(--pb-teks);
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}
.pb-kj-jumlah button:hover { background: rgba(255,255,255,.1); color: var(--pb-emas); }
.pb-kj-jumlah strong { min-width: 20px; text-align: center; font-size: 13.5px; }

.pb-kj-buang {
  background: none; border: 0;
  color: var(--pb-redup);
  font-size: 15px;
  cursor: pointer;
  padding: 6px;
  flex: 0 0 auto;
}
.pb-kj-buang:hover { color: #E86A6A; }

.pb-kj-kaki-bawah { display: flex; justify-content: space-between; margin-top: 12px; }
.pb-tautan-kecil {
  background: none; border: 0;
  color: var(--pb-redup);
  font: inherit; font-size: 12.5px;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 0;
}
.pb-tautan-kecil:hover { color: var(--pb-teks); }
.pb-merah:hover { color: #E86A6A; }

/* =========================================================
   PEMILIH SALES
========================================================= */
.pb-kontak-tombol {
  width: 100%;
  border: 1px solid var(--pb-garis);
  background: rgba(255,255,255,.02);
  font: inherit;
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
}
.pb-kontak-tombol:last-child { margin-bottom: 0; }

/* =========================================================
   PESAN SINGKAT
========================================================= */
.pb-pesan {
  position: fixed;
  left: 50%;
  bottom: 96px;
  z-index: 90;
  transform: translate(-50%, 14px);
  background: var(--pb-hitam);
  border: 1px solid var(--pb-emas);
  color: var(--pb-emas);
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  max-width: calc(100vw - 40px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.pb-pesan.tampil { opacity: 1; transform: translate(-50%, 0); }

/* =========================================================
   LAYAR KECIL
========================================================= */
@media (max-width: 720px) {
  .pb-detail { grid-template-columns: 1fr; }
  .pb-detail-gbr { aspect-ratio: 4 / 3; }
  .pb-detail-teks { padding: 20px 20px 22px; }
  .pb-detail-teks h2 { font-size: 19px; }
  .pb-modal { padding: 0; align-items: flex-end; }
  .pb-modal-kotak {
    max-width: none;
    max-height: 92vh;
    border-radius: 18px 18px 0 0;
    border-bottom: 0;
  }
  .pb-kj-tombol { right: 16px; bottom: 16px; }
  .pb-pesan { bottom: 88px; }
}

/* Penanda bahwa kartu produk bisa diketuk */
.pb-tautan-tombol {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap .18s ease;
}
.pb-bisa-klik:hover .pb-tautan-tombol { gap: 10px; }
.pb-bisa-klik { position: relative; }
.pb-bisa-klik::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px transparent;
  pointer-events: none;
  transition: box-shadow .2s ease;
}
.pb-bisa-klik:hover::after { box-shadow: inset 0 0 0 1px rgba(232,185,60,.35); }

/* =========================================================
   SLIDESHOW HERO
   Menggantikan bagian sambutan bila admin sudah menyiapkan
   slide. Gambar dipasang menutupi seluruh bidang, dengan
   tirai gelap supaya tulisannya tetap terbaca di atas foto
   seterang apa pun.
========================================================= */
.pb-geser {
  position: relative;
  width: 100%;
  height: min(78vh, 620px);
  min-height: 340px;
  overflow: hidden;
  background: #0B0B0D;
}

.pb-geser-jalur { position: absolute; inset: 0; }

.pb-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
  pointer-events: none;
}
.pb-slide.aktif { opacity: 1; pointer-events: auto; }

/* Gambar slide dipasang dalam DUA lapis.

   Slide biasanya berupa poster jadi — judul, produk, dan tata
   letaknya sudah menyatu di dalam gambarnya. Kalau dipasang
   menutupi seluruh bidang (cover), bagian atas dan bawahnya
   terpotong di layar lebar: bidangnya bisa 3:1 sedangkan
   gambarnya 16:9, jadi hampir separuh tingginya hilang.

   Karena itu gambarnya kini ditampilkan UTUH (contain), lalu
   ruang sisa di kiri-kanan diisi salinan gambar yang sama dalam
   keadaan kabur dan digelapkan. Halamannya tetap penuh selebar
   layar, tanpa ada yang terpotong dan tanpa bilah hitam kosong. */
.pb-slide img { display: block; }

.pb-slide-latar {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: blur(26px) brightness(.42) saturate(.9);
  /* Diperbesar sedikit supaya tepi yang menipis karena kabur
     tidak menyisakan garis terang di pinggir. */
  transform: scale(1.14);
}

.pb-slide-utama {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
}

.pb-slide-tirai {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(8, 8, 10, .88) 0%,
    rgba(8, 8, 10, .62) 45%,
    rgba(8, 8, 10, .18) 100%);
}

.pb-slide-teks {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0 6vw 10vh;
  max-width: 760px;
}
.pb-slide-teks h1 {
  margin: 0 0 12px;
  font-size: clamp(26px, 5vw, 52px);
  line-height: 1.14;
  color: #FFFFFF;
  letter-spacing: -.01em;
}
.pb-slide-teks p {
  margin: 0 0 22px;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, .84);
  max-width: 560px;
}

/* Tombol panah kiri-kanan */
.pb-geser-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(10, 10, 12, .45);
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: .2s;
}
.pb-geser-nav:hover { background: rgba(232, 185, 60, .85); color: #16120A; border-color: transparent; }
.pb-geser-nav.kiri { left: 16px; }
.pb-geser-nav.kanan { right: 16px; }

/* Titik penanda slide */
.pb-geser-titik {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.pb-geser-titik button {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  transition: .25s;
}
.pb-geser-titik button.aktif {
  width: 26px;
  border-radius: 999px;
  background: #E8B93C;
}

/* Di layar yang tidak terlalu lebar, bidangnya dibuat mengikuti
   bentuk gambarnya sendiri — 16:9. Dengan begitu gambarnya mengisi
   penuh tanpa sisa kabur sama sekali. Bilah kabur hanya muncul di
   layar lebar, tempat bidangnya memang jauh lebih memanjang
   daripada gambarnya. */
@media (max-width: 1024px) {
  .pb-geser { height: auto; aspect-ratio: 16 / 9; min-height: 0; }
}

@media (max-width: 640px) {
  .pb-geser { height: auto; aspect-ratio: 16 / 9; min-height: 0; }
  .pb-slide-teks { padding: 0 20px 24px; }
  .pb-geser-nav { display: none; }   /* di HP cukup digeser dengan jari */
}

/* =========================================================
   PENCARIAN & MUAT BERTAHAP PADA KATALOG
========================================================= */
.pb-cari { max-width: 480px; margin: 0 auto 18px; }
.pb-cari input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  color: inherit;
  font-family: inherit;
  font-size: 14.5px;
  box-sizing: border-box;
  transition: .2s;
}
.pb-cari input:focus {
  outline: none;
  border-color: #E8B93C;
  background: rgba(255, 255, 255, .08);
}
.pb-cari input::placeholder { color: rgba(255, 255, 255, .42); }

.pb-lagi { display: flex; justify-content: center; margin-top: 26px; }
.pb-lagi .pb-btn span { opacity: .66; font-weight: 400; margin-left: 4px; }
.pb-lagi .pb-nihil { margin: 0; }
