/* =========================================
   OVERRIDE BOOTSTRAP VARIABLES (DESA TUWUNG THEME)
   ========================================= */
:root {
  --bs-primary: #006d77 !important; /* Biru Kahayan */
  --bs-secondary: #8ac926 !important; /* Hijau Limau Segar */
  --bs-light: #f5f6f8 !important;
  --bs-dark: #262626 !important;
  --bs-white: #ffffff !important;
  --brown: #7f5539 !important;
  --mid: #5c3d2e;
}

/* Memaksa Class Utility Bootstrap agar tunduk pada warna baru */
.text-primary {
  color: var(--bs-primary) !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.border-primary {
  border-color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}
.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
.border-secondary {
  border-color: var(--bs-secondary) !important;
}

/* =========================================
   CUSTOM STYLES
   ========================================= */

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition:
    opacity 0.8s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Back to Top Button ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
  background-color: var(--bs-primary); /* Pakai Biru */
  color: var(--bs-white);
  border-radius: 50%;
}
.back-to-top:hover {
  background-color: var(--bs-secondary); /* Hover jadi Oranye */
  color: var(--bs-white);
}

/*** Button Styles ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}
.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.btn-primary:hover {
  background-color: var(--bs-secondary) !important; /* Efek hover oranye */
  border-color: var(--bs-secondary) !important;
}

.btn-square {
  width: 32px;
  height: 32px;
}
.btn-sm-square {
  width: 34px;
  height: 34px;
}
.btn-md-square {
  width: 44px;
  height: 44px;
}
.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* Tombol outline (seperti panah slider) */
.btn.border-secondary {
  border-color: var(--bs-secondary) !important;
  color: var(--bs-secondary);
}
.btn.border-secondary:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

/*** Topbar (Header Paling Atas) ***/
/* .fixed-top {
  transition: 0.5s;
  background: var(--bs-white);
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.topbar {
  padding: 20px;
  border-radius: 230px 100px;
  background-color: var(--brown) !important;  */
/* HIJAU HILANG DISINI */
/* }
.topbar .top-info,
.topbar .top-link {
  font-size: 15px;
  line-height: 0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.topbar .top-link a {
  letter-spacing: 1px;
  color: var(--bs-white);
}
.topbar .top-link a small:hover {
  color: var(--bs-secondary) !important;
  transition: 0.5s;
}
.topbar .top-link a small:hover i {
  color: var(--bs-secondary) !important;
} */

/*** Topbar (Header Paling Atas) - Premium Version ***/
.fixed-top {
  transition: 0.5s ease-in-out;
  background: rgba(
    255,
    255,
    255,
    0.95
  ); /* Sedikit transparan untuk kesan modern */
  backdrop-filter: blur(10px); /* Efek glassmorphism saat halaman di-scroll */
  border: none;
  box-shadow: 0 4px 15px rgba(127, 85, 57, 0.08); /* Bayangan lembut disesuaikan dengan tone warna */
}

.topbar {
  padding: 10px 20px; /* Dibuat lebih ramping dari sebelumnya (20px) */
  border-radius: 0 0 20px 20px; /* Lengkungan halus hanya di sudut bawah */
  /* background: linear-gradient(
    135deg,
    #7f5539 0%,
    #9c6644 100%
  ) !important;  */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.topbar .top-info,
.topbar .top-link {
  font-size: 14px; /* Ukuran font sedikit dikecilkan agar terlihat lebih rapi */
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 15px; /* Jarak antar elemen yang lebih konsisten */
}

.topbar .top-link a {
  letter-spacing: 0.5px;
  color: #ede0d4; /* Menggunakan warna light cream dari palette */
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px; /* Jarak antara icon dan teks */
}

/* Efek Hover yang lebih interaktif */
.topbar .top-link a:hover,
.topbar .top-link a small:hover {
  color: #ddb892 !important; /* Berubah menjadi warna Warm Sand saat di-hover */
  transform: translateY(-2px); /* Teks sedikit melayang naik */
}

.topbar .top-link a i {
  transition: 0.3s ease;
}

.topbar .top-link a:hover i {
  color: #e6ccb2 !important; /* Icon menjadi lebih terang saat di-hover */
  transform: scale(1.15); /* Icon sedikit membesar */
}

/*** Navbar ***/
.navbar {
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 16px;
  transition: 0.5s;
  color: var(--bs-dark);
}
/* Warna teks menu saat hover/aktif */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }
}
.dropdown .dropdown-menu a:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-white) !important;
  border-radius: 10px !important;
  transition: 0.5s;
  opacity: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#searchModal .modal-content {
  background: rgba(255, 255, 255, 0.95);
}

/*** Hero Header (Banner Utama) ***/
.hero-header {
  /* Overlay Biru Transparan untuk mengganti nuansa kuning asli */
  background:
    linear-gradient(rgba(0, 109, 119, 0.05), rgba(0, 109, 119, 0.05)),
    url(../img/hero-img3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-item {
  position: relative;
}

/* Tombol "Submit Now" atau Banner Button */
.carousel-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  background: var(
    --bs-secondary
  ) !important; /* Ganti background tombol banner jadi Oranye */
  color: var(--bs-white);
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.carousel-item a:hover {
  background: var(--bs-primary) !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid var(--bs-white);
  background: var(--bs-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-next {
  margin-right: 20px;
}
.carousel-control-prev {
  margin-left: 20px;
}

.page-header {
  position: relative;
  background:
    linear-gradient(rgba(0, 109, 119, 0.6), rgba(0, 109, 119, 0.6)),
    url(../img/cart-page-header-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .hero-header,
  .page-header {
    margin-top: 152px !important;
  }
}
@media (max-width: 992px) {
  .hero-header,
  .page-header {
    margin-top: 97px !important;
  }
}

/*** Features ***/
.featurs .featurs-item .featurs-icon {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featurs .featurs-item .featurs-icon::after {
  content: "";
  width: 35px;
  height: 35px;
  background: var(--bs-secondary);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  transform: rotate(45deg);
}

/*** Service ***/
.service .service-item .service-content {
  position: relative;
  width: 250px;
  height: 130px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bs-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/*** Products / Fruits ***/
.fruite .tab-class .nav-item a.active {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}
.fruite .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}
.fruite .fruite-categorie .fruite-name {
  line-height: 40px;
}
.fruite .fruite-categorie .fruite-name a {
  transition: 0.5s;
  color: var(--bs-dark);
}
.fruite .fruite-categorie .fruite-name a:hover {
  color: var(--bs-secondary);
}
.fruite .fruite-item {
  height: 100%;
  transition: 0.5s;
  background: var(--bs-white);
  border-radius: 10px;
  border: 1px solid #eee; /* Tambahan border tipis */
}
.fruite .fruite-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fruite .fruite-item .fruite-img {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}
.fruite .fruite-item .fruite-img img {
  transition: 0.5s;
}
.fruite .fruite-item .fruite-img img:hover {
  transform: scale(1.1);
}

/*** Vegetable Carousel ***/
.vesitable .vesitable-item {
  height: 100%;
  transition: 0.5s;
  background: var(--bs-white);
  border-radius: 10px;
}
.vesitable .vesitable-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.vesitable .vesitable-item .vesitable-img {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}
.vesitable .vesitable-item .vesitable-img img {
  transition: 0.5s;
}
.vesitable .vesitable-item .vesitable-img img:hover {
  transform: scale(1.1);
}

.vesitable .owl-stage {
  margin: 50px 0;
  position: relative;
}
.vesitable .owl-nav .owl-prev,
.vesitable .owl-nav .owl-next {
  position: absolute;
  top: -8px;
  color: var(--bs-primary);
  padding: 5px 25px;
  border: 1px solid var(--bs-secondary);
  border-radius: 20px;
  transition: 0.5s;
}
.vesitable .owl-nav .owl-prev {
  right: 0;
}
.vesitable .owl-nav .owl-next {
  right: 88px;
}

.vesitable .owl-nav .owl-prev:hover,
.vesitable .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

/*** Banner Section ***/
.banner {
  background-color: var(
    --bs-primary
  ) !important; /* Paksa Background Banner Biru */
}
.banner .banner-btn:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white);
}

/*** Facts Counter ***/
.counter {
  height: 100%;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: var(--bs-white);
  border-radius: 10px;
  padding: 30px;
}
.counter i {
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--bs-secondary) !important; /* Icon Oranye */
}
.counter h4 {
  color: var(--bs-primary) !important; /* Judul Biru */
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*** Pagination ***/
.pagination {
  display: inline-block;
}
.pagination a {
  color: var(--bs-primary);
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid var(--bs-secondary);
  margin: 0 4px;
  background: var(--bs-white);
}
.pagination a.active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}
.pagination a:hover:not(.active) {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}

/*** Footer ***/
.footer {
  background-color: var(--bs-primary) !important; /* Footer Biru */
  color: var(--bs-white);
}
.footer .footer-item .btn-link {
  line-height: 35px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
.footer .footer-item .btn-link:hover {
  color: var(--bs-secondary) !important; /* Link Hover Oranye */
}

/* new */

:root {
  --bg: #ede0d4;
  --bg-soft: #f7f0e8;
  --sand: #e6ccb2;
  --beige: #ddb892;
  --brown-light: #b08968;
  --brown: #9c6644;
  --brown-dark: #7f5539;
  --text: #3a2a1f;
  --text-soft: #6b5747;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(127, 85, 57, 0.12);
  --shadow-soft: 0 10px 30px rgba(127, 85, 57, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  color: var(--text);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: var(--text-soft);
  line-height: 1.7;
}

.container {
  position: relative;
}

.section-block {
  padding: 96px 0;
}

.section-alt {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45),
    rgba(221, 184, 146, 0.18)
  );
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.text-start {
  margin-left: 0;
  text-align: left;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(177, 137, 104, 0.14);
  color: var(--brown-dark);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.1;
  color: var(--brown-dark);
  font-weight: 800;
}

.section-heading p {
  margin: 14px auto 0;
  max-width: 760px;
}

.section-heading.text-start p {
  margin-left: 0;
}

/* Topbar */
.topbar {
  background: linear-gradient(90deg, var(--brown-dark), var(--brown));
  color: var(--white);
  font-size: 0.92rem;
  padding: 12px 0;
}

.topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.98;
}

.topbar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4f14a;
  box-shadow: 0 0 0 4px rgba(212, 241, 74, 0.18);
}

/* Header */
.site-header {
  background: rgba(237, 224, 212, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(127, 85, 57, 0.08);
  box-shadow: 0 8px 30px rgba(127, 85, 57, 0.06);
}

.navbar {
  padding: 18px 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--brown-dark);
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(145deg, var(--brown-dark), var(--brown));
  color: var(--white);
  font-size: 0.95rem;
  box-shadow: var(--shadow-soft);
}

.brand-text {
  font-size: 1.6rem;
  letter-spacing: -0.4px;
}

.navbar-nav .nav-link {
  color: var(--text);
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: rgba(160, 110, 75, 0.12);
  color: var(--brown-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-pill,
.user-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 15px;
  background: var(--white);
  color: var(--brown-dark);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.icon-pill:hover,
.user-pill:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.icon-pill-text {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brown-dark);
  color: var(--white);
  font-size: 0.85rem;
}

.user-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--beige), var(--brown-light));
}

.icon-pill-label,
.user-pill-label {
  font-size: 0.95rem;
}

/* Hero */
.hero-section {
  position: relative;
  padding: 88px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.8),
      transparent 40%
    ),
    radial-gradient(
      circle at right center,
      rgba(176, 137, 104, 0.08),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.65),
      rgba(237, 224, 212, 0.95)
    );
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.2)),
    url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(127, 85, 57, 0.08);
  color: var(--brown-dark);
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  color: var(--brown-dark);
  font-weight: 900;
  letter-spacing: -1.6px;
}

.hero-text {
  margin-top: 22px;
  max-width: 620px;
  font-size: 1.06rem;
}

.hero-search {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 620px;
  background: var(--white);
  border: 1px solid rgba(127, 85, 57, 0.12);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.hero-search-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 18px 22px;
  font-size: 1rem;
  color: var(--text);
}

.hero-search-btn {
  border: 0;
  outline: 0;
  padding: 18px 26px;
  background: linear-gradient(145deg, var(--brown-dark), var(--brown));
  color: var(--white);
  font-weight: 800;
  transition: 0.25s ease;
}

.hero-search-btn:hover {
  filter: brightness(1.03);
}

.hero-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.meta-card {
  min-width: 140px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(127, 85, 57, 0.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.meta-card strong {
  display: block;
  color: var(--brown-dark);
  font-size: 1.45rem;
  line-height: 1;
}

.meta-card span {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
}

.hero-image-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(127, 85, 57, 0.08);
  background: var(--white);
}

.hero-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.hero-image-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(127, 85, 57, 0.88);
  color: var(--white);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.feature-card {
  position: absolute;
  max-width: 240px;
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(127, 85, 57, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

.feature-card h3 {
  margin: 10px 0 8px;
  font-size: 1.2rem;
  color: var(--brown-dark);
}

.feature-card p {
  margin: 0;
  font-size: 0.95rem;
}

.feature-tag {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(176, 137, 104, 0.14);
  color: var(--brown-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.feature-card-top {
  top: 28px;
  left: -14px;
}

.feature-card-bottom {
  bottom: -10px;
  right: -8px;
  display: grid;
  gap: 12px;
}

.mini-stat {
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--bg-soft);
  border: 1px solid rgba(127, 85, 57, 0.08);
}

.mini-stat span {
  display: block;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.mini-stat strong {
  color: var(--brown-dark);
  font-size: 1rem;
}

/* Category Cards */
.category-card {
  height: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(127, 85, 57, 0.08);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.category-thumb {
  height: 230px;
  overflow: hidden;
}

.category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-body {
  padding: 22px;
}

.category-label {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(127, 85, 57, 0.1);
  color: var(--brown-dark);
  font-weight: 700;
  font-size: 0.9rem;
}

.category-body h3 {
  margin: 14px 0 10px;
  font-size: 1.28rem;
  color: var(--brown-dark);
}

.category-body p {
  margin: 0;
}

/* Product Cards */
.product-card {
  height: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(127, 85, 57, 0.08);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.product-thumb {
  position: relative;
  height: 240px;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(127, 85, 57, 0.9);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
}

.product-body {
  padding: 24px;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.product-category {
  color: var(--brown);
  font-size: 0.9rem;
  font-weight: 700;
}

.product-price {
  color: var(--brown-dark);
  font-weight: 800;
}

.product-body h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: var(--brown-dark);
}

.product-body p {
  margin: 0;
}

.product-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.btn-soft,
.btn-solid,
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.25s ease;
  padding: 12px 18px;
}

.btn-soft {
  background: rgba(127, 85, 57, 0.08);
  color: var(--brown-dark);
}

.btn-solid,
.cta-btn {
  background: linear-gradient(145deg, var(--brown-dark), var(--brown));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.btn-soft:hover,
.btn-solid:hover,
.cta-btn:hover {
  transform: translateY(-2px);
  color: var(--white);
}

/* About */
.about-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(127, 85, 57, 0.08);
}

.about-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.about-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.about-item {
  display: flex;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(127, 85, 57, 0.08);
  box-shadow: var(--shadow-soft);
}

.about-item strong {
  flex: 0 0 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(127, 85, 57, 0.12);
  color: var(--brown-dark);
  font-size: 1rem;
}

.about-item h3 {
  margin: 0 0 6px;
  color: var(--brown-dark);
  font-size: 1.1rem;
}

.about-item p {
  margin: 0;
}

/* Steps */
.step-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(127, 85, 57, 0.08);
  box-shadow: var(--shadow-soft);
}

.step-number {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(145deg, var(--brown-dark), var(--brown));
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.step-card h3 {
  margin: 0 0 10px;
  color: var(--brown-dark);
  font-size: 1.25rem;
}

/* CTA */
.cta-section {
  padding: 0 0 96px;
}

.cta-card {
  border-radius: 32px;
  padding: 36px;
  background: linear-gradient(135deg, var(--brown-dark), var(--brown));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow);
}

.cta-card h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
  max-width: 820px;
}

.cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  max-width: 760px;
}

.cta-btn {
  flex: 0 0 auto;
  padding: 14px 22px;
  background: var(--white);
  color: var(--brown-dark);
  box-shadow: none;
}

.cta-btn:hover {
  color: var(--brown-dark);
  transform: translateY(-2px);
}

/* Footer */
.site-footer {
  background: #2d1e16;
  color: rgba(255, 255, 255, 0.82);
  padding: 72px 0 24px;
  margin-top: 40px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.footer-title {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: 18px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  transition: 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 16px;
  }

  .header-actions {
    margin-top: 16px;
    flex-wrap: wrap;
  }

  .hero-section {
    padding: 70px 0 56px;
  }

  .hero-visual {
    min-height: auto;
  }

  .feature-card-top {
    left: 12px;
    top: 14px;
  }

  .feature-card-bottom {
    right: 12px;
  }

  .hero-image {
    height: 400px;
  }

  .about-card img {
    height: 420px;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .topbar-wrap {
    justify-content: center;
    text-align: center;
  }

  .brand-text {
    font-size: 1.35rem;
  }

  .section-block {
    padding: 72px 0;
  }

  .hero-title {
    font-size: 2.55rem;
  }

  .hero-search {
    flex-direction: column;
    border-radius: 24px;
  }

  .hero-search-input,
  .hero-search-btn {
    width: 100%;
    border-radius: 0;
  }

  .hero-search-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-meta {
    gap: 12px;
  }

  .meta-card {
    min-width: calc(50% - 6px);
  }

  .hero-image {
    height: 320px;
  }

  .feature-card {
    position: relative;
    max-width: 100%;
    margin-bottom: 14px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .hero-visual {
    display: grid;
    gap: 14px;
  }

  .cta-card {
    padding: 26px 20px;
  }

  .about-card img {
    height: 320px;
  }

  .product-actions {
    flex-direction: column;
  }

  .btn-soft,
  .btn-solid {
    width: 100%;
  }
}

/* ==========================================================================
   TukuTuwung Custom Premium CSS stylesheet
   Color Palette Base:
   - #ede0d4 (Light Cream)
   - #e6ccb2 (Soft Tan)
   - #ddb892 (Warm Sand)
   - #b08968 (Muted Brown)
   - #9c6644 (Medium Brown / Terracotta Accent)
   - #7f5539 (Dark Chocolate Brown)
   ========================================================================== */

:root {
  --color-light-cream: #ede0d4;
  --color-soft-tan: #e6ccb2;
  --color-warm-sand: #ddb892;
  --color-muted-brown: #b08968;
  --color-medium-brown: #9c6644;
  --color-dark-brown: #7f5539;
  --color-white: #ffffff;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
  background-color: var(--color-white);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-logo {
  font-family: "Raleway", sans-serif;
}

.text-dark-brown {
  color: var(--color-dark-brown) !important;
}
.text-accent {
  color: var(--color-medium-brown) !important;
}
.text-muted-brown {
  color: var(--color-muted-brown) !important;
}
.bg-light-cream {
  background-color: var(--color-light-cream) !important;
}
.bg-dark-brown {
  background-color: var(--color-dark-brown) !important;
}
.bg-medium-brown {
  background-color: var(--color-medium-brown) !important;
}
.bg-tan-accent {
  background-color: var(--color-warm-sand) !important;
}

/* Utility Classes */
.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-6 {
  padding-top: 5rem;
}
.pb-4 {
  padding-bottom: 2.5rem;
}
.max-w-600 {
  max-width: 600px;
}
.tracking-wider {
  letter-spacing: 2px;
}
.leading-tight {
  line-height: 1.25;
}
.rounded-custom {
  border-radius: 16px;
}
.fw-extrabold {
  font-weight: 800;
}
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Buttons Custom Styles */
.btn-accent {
  background-color: var(--color-medium-brown);
  border-color: var(--color-medium-brown);
  color: var(--color-white);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn-accent:hover {
  background-color: var(--color-dark-brown);
  border-color: var(--color-dark-brown);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-outline-accent {
  color: var(--color-medium-brown);
  border-color: var(--color-medium-brown);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn-outline-accent:hover {
  background-color: var(--color-medium-brown);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-light-tan {
  background-color: var(--color-soft-tan);
  color: var(--color-dark-brown);
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn-light-tan:hover {
  background-color: var(--color-warm-sand);
  transform: translateY(-2px);
}

.btn-square {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-square:hover {
  background-color: var(--color-white) !important;
  color: var(--color-dark-brown) !important;
  transform: scale(1.05);
}

.btn-square-sm {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

/* Navbar / Header */
.navbar-section {
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(127, 85, 57, 0.1);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--color-dark-brown);
  font-weight: 600;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--color-medium-brown) !important;
}

/* Hero Section */
.hero-section {
  min-height: calc(100vh - 86px);
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    var(--color-light-cream) 100%
  );
  padding: 4rem 0;
}
.hero-image-wrapper {
  position: relative;
  display: inline-block;
}
.hero-image-wrapper img {
  max-height: 500px;
  object-fit: cover;
}
.hero-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-color: var(--color-medium-brown);
  padding: 15px 25px;
  border-radius: 12px;
  text-align: center;
}

/* About Section */
.experience-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
  min-width: 140px;
}

/* Features Section */
.feature-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-soft-tan);
  background-color: var(--color-white) !important;
  box-shadow: 0 1rem 3rem rgba(127, 85, 57, 0.1) !important;
}
.feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Products Section */
.product-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(127, 85, 57, 0.05);
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(127, 85, 57, 0.12) !important;
}
.product-img-position img {
  height: 280px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.product-card:hover .product-img-position img {
  transform: scale(1.04);
}

/* Testimonial Section */
.testimonial-item {
  border-left: 4px solid var(--color-medium-brown);
}
.testimonial-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* Footer Section */
.footer-links li a {
  transition: all 0.3s ease;
}
.footer-links li a:hover {
  color: var(--color-warm-sand) !important;
  padding-left: 5px;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all 0.3s ease;
}
.back-to-top:hover {
  transform: scale(1.1);
}

/* Responsive Breakpoints Override */
@media (max-width: 991.98px) {
  .hero-section {
    text-align: center;
    padding: 3rem 0;
  }
  .hero-text-content {
    order: 2;
  }
  .hero-image-wrapper {
    order: 1;
    margin-bottom: 2rem;
  }
  .hero-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
  .navbar-collapse {
    background: var(--color-white);
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }
  .nav-actions {
    margin-top: 1rem;
    justify-content: center;
  }
}

/* ==========================================================================
   TukuTuwung Custom Premium CSS stylesheet
   Color Palette Base:
   - #ede0d4 (Light Cream)
   - #e6ccb2 (Soft Tan)
   - #ddb892 (Warm Sand)
   - #b08968 (Muted Brown)
   - #9c6644 (Medium Brown / Terracotta Accent)
   - #7f5539 (Dark Chocolate Brown)
   ========================================================================== */

:root {
  --color-light-cream: #ede0d4;
  --color-soft-tan: #e6ccb2;
  --color-warm-sand: #ddb892;
  --color-muted-brown: #b08968;
  --color-medium-brown: #9c6644;
  --color-dark-brown: #7f5539;
  --color-white: #ffffff;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
  background-color: var(--color-white);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-logo {
  font-family: "Raleway", sans-serif;
}

.text-dark-brown {
  color: var(--color-dark-brown) !important;
}
.text-accent {
  color: var(--color-medium-brown) !important;
}
.text-muted-brown {
  color: var(--color-muted-brown) !important;
}
.bg-light-cream {
  background-color: var(--color-light-cream) !important;
}
.bg-dark-brown {
  background-color: var(--color-dark-brown) !important;
}
.bg-medium-brown {
  background-color: var(--color-medium-brown) !important;
}
.bg-tan-accent {
  background-color: var(--color-warm-sand) !important;
}

/* Utility Classes */
.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-6 {
  padding-top: 5rem;
}
.pb-4 {
  padding-bottom: 2.5rem;
}
.max-w-600 {
  max-width: 600px;
}
.tracking-wider {
  letter-spacing: 2px;
}
.leading-tight {
  line-height: 1.25;
}
.rounded-custom {
  border-radius: 16px;
}
.fw-extrabold {
  font-weight: 800;
}
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Buttons Custom Styles */
.btn-accent {
  background-color: var(--color-medium-brown);
  border-color: var(--color-medium-brown);
  color: var(--color-white);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn-accent:hover {
  background-color: var(--color-dark-brown);
  border-color: var(--color-dark-brown);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-outline-accent {
  color: var(--color-medium-brown);
  border-color: var(--color-medium-brown);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn-outline-accent:hover {
  background-color: var(--color-medium-brown);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-light-tan {
  background-color: var(--color-soft-tan);
  color: var(--color-dark-brown);
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn-light-tan:hover {
  background-color: var(--color-warm-sand);
  transform: translateY(-2px);
}

.btn-square {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-square:hover {
  background-color: var(--color-white) !important;
  color: var(--color-dark-brown) !important;
  transform: scale(1.05);
}

.btn-square-sm {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

/* Navbar / Header */
.navbar-section {
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(127, 85, 57, 0.1);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--color-dark-brown);
  font-weight: 600;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--color-medium-brown) !important;
}

/* Hero Section */
.hero-section {
  min-height: calc(100vh - 86px);
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    var(--color-light-cream) 100%
  );
  padding: 4rem 0;
}
.hero-image-wrapper {
  position: relative;
  display: inline-block;
}
.hero-image-wrapper img {
  max-height: 500px;
  object-fit: cover;
}
.hero-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-color: var(--color-medium-brown);
  padding: 15px 25px;
  border-radius: 12px;
  text-align: center;
}

/* About Section */
.experience-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
  min-width: 140px;
}

/* Features Section */
.feature-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-soft-tan);
  background-color: var(--color-white) !important;
  box-shadow: 0 1rem 3rem rgba(127, 85, 57, 0.1) !important;
}
.feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Products Section */
.product-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(127, 85, 57, 0.05);
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(127, 85, 57, 0.12) !important;
}
.product-img-position img {
  height: 280px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.product-card:hover .product-img-position img {
  transform: scale(1.04);
}

/* Testimonial Section */
.testimonial-item {
  border-left: 4px solid var(--color-medium-brown);
}
.testimonial-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* Footer Section */
.footer-links li a {
  transition: all 0.3s ease;
}
.footer-links li a:hover {
  color: var(--color-warm-sand) !important;
  padding-left: 5px;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all 0.3s ease;
}
.back-to-top:hover {
  transform: scale(1.1);
}

/* Responsive Breakpoints Override */
@media (max-width: 991.98px) {
  .hero-section {
    text-align: center;
    padding: 3rem 0;
  }
  .hero-text-content {
    order: 2;
  }
  .hero-image-wrapper {
    order: 1;
    margin-bottom: 2rem;
  }
  .hero-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
  .navbar-collapse {
    background: var(--color-white);
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }
  .nav-actions {
    margin-top: 1rem;
    justify-content: center;
  }
}

/* ================================================================
   TukuTuwung – style.css
   Desain: "Tanah Borneo" – Artisan Editorial, Warm Earth Tones
   Palet:  #ede0d4 | #e6ccb2 | #ddb892 | #b08968 | #7f5539 | #9c6644
   Font:   Playfair Display (heading) + Jost (body)
================================================================ */

/* ---------------------------------------------------------------
   1. CSS VARIABLES
--------------------------------------------------------------- */
:root {
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --wheat: #ddb892;
  --caramel: #b08968;
  --brown: #7f5539;
  --sienna: #9c6644;

  --dark: #2c1810;
  --mid: #5c3d2e;
  --muted: #8a6650;
  --white: #ffffff;
  --offwhite: #fdf8f4;

  --shadow-sm: 0 2px 12px rgba(127, 85, 57, 0.08);
  --shadow-md: 0 4px 24px rgba(127, 85, 57, 0.13);
  --shadow-lg: 0 8px 48px rgba(127, 85, 57, 0.2);

  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 40px;

  --ease: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --ease-slow: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);

  /* --ff-display: "Playfair Display", Georgia, serif; */
  --ff-display: "Inter", sans-serif;
  --ff-body: "Jost", "Segoe UI", sans-serif;
}

/* ---------------------------------------------------------------
   2. RESET & BASE
--------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  transition: var(--ease);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
button {
  font-family: var(--ff-body);
  cursor: pointer;
}

/* ---------------------------------------------------------------
   3. PAGE LOADER
--------------------------------------------------------------- */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--mid);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.45s ease;
}
.loader-inner {
  text-align: center;
}
.loader-logo {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--wheat);
  letter-spacing: 6px;
  margin-bottom: 1.4rem;
  animation: pulseFade 1.2s ease-in-out infinite;
}
.loader-bar {
  width: 180px;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  margin: 0 auto;
  overflow: hidden;
}
.loader-bar span {
  display: block;
  height: 100%;
  background: var(--wheat);
  border-radius: 3px;
  animation: barSlide 1.1s ease-in-out infinite;
}
@keyframes barSlide {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 65%;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 100%;
  }
}
@keyframes pulseFade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

/* ---------------------------------------------------------------
   4. TOPBAR
--------------------------------------------------------------- */
.topbar {
  background: var(--mid);
  padding: 8px 0;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.topbar-left span,
.topbar-right span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--sand);
}
.topbar i {
  color: var(--wheat);
  font-size: 0.72rem;
}
.topbar a {
  color: var(--sand);
}
.topbar a:hover {
  color: var(--wheat);
}

/* ---------------------------------------------------------------
   5. NAVBAR
--------------------------------------------------------------- */
#mainNavbar {
  background: var(--white);
  padding: 0;
  border-bottom: 1px solid rgba(176, 137, 104, 0.15);
  transition:
    box-shadow 0.3s ease,
    background 0.3s ease;
  z-index: 1000;
}
#mainNavbar.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}

/* Brand */
.navbar-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  padding: 14px 0;
  gap: 1px;
}
.brand-title {
  font-family: var(--ff-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--brown);
  letter-spacing: -0.5px;
}
.brand-sub {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--caramel);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

/* Nav links */
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--mid) !important;
  padding: 24px 15px !important;
  letter-spacing: 0.3px;
  position: relative;
  transition: color 0.25s ease;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: var(--sienna);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--brown) !important;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.action-btn {
  position: relative;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--brown);
  font-size: 0.95rem;
  transition: var(--ease);
}
.action-btn:hover {
  background: var(--wheat);
  color: var(--brown);
  transform: translateY(-2px);
}
.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sienna);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler {
  border: none;
  padding: 8px;
  background: var(--cream);
  color: var(--brown);
  border-radius: var(--r-sm);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(127, 85, 57, 0.2);
}

/* Collapsed menu */
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 12px 0 16px;
    border-top: 1px solid var(--cream);
    margin-top: 8px;
  }
  .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
  .navbar-nav .nav-link::after {
    display: none;
  }
  .navbar-actions {
    padding: 12px 0 0;
    border-top: 1px solid var(--cream);
  }
}

/* ---------------------------------------------------------------
   6. HERO SECTION
--------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--cream);
  overflow: hidden;
}
.hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(237, 224, 212, 0.97) 0%,
    rgba(237, 224, 212, 0.88) 45%,
    rgba(221, 184, 146, 0.55) 100%
  );
}
.hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.min-vh-hero {
  min-height: 85vh;
}

/* Hero content */
.hero-content {
  padding: 80px 0 60px;
  animation: fadeUp 0.75s ease both;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--wheat);
  color: var(--brown);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 4vw, 3.9rem);
  font-weight: 800;
  line-height: 1.13;
  color: var(--brown);
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.hero-title em {
  font-style: italic;
  color: var(--sienna);
}
.hero-desc {
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 470px;
  margin-bottom: 30px;
  font-weight: 400;
}

/* Hero search */
.hero-search-box {
  display: flex;
  align-items: center;
  max-width: 510px;
  background: var(--white);
  border: 2px solid var(--wheat);
  border-radius: 50px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  margin-bottom: 32px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.hero-search-box:focus-within {
  border-color: var(--sienna);
  box-shadow: 0 4px 24px rgba(156, 102, 68, 0.22);
}
.hero-search-box .search-icon {
  padding: 0 14px 0 18px;
  color: var(--caramel);
  font-size: 0.85rem;
}
.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 13px 4px;
  font-size: 0.9rem;
  font-family: var(--ff-body);
  color: var(--dark);
  background: transparent;
}
.search-input::placeholder {
  color: var(--caramel);
}
.search-btn {
  background: var(--brown);
  color: var(--cream);
  border: none;
  padding: 13px 26px;
  font-size: 0.86rem;
  font-weight: 600;
  transition: background 0.25s ease;
  white-space: nowrap;
}
.search-btn:hover {
  background: var(--sienna);
}

/* Hero stats */
.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hstat {
  display: flex;
  flex-direction: column;
}
.hstat strong {
  font-family: var(--ff-display);
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--brown);
  line-height: 1;
}
.hstat span {
  font-size: 0.74rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.hstat-sep {
  width: 1px;
  height: 38px;
  background: var(--wheat);
}

/* Hero carousel */
.hero-carousel-col {
  justify-content: flex-end;
}
.hero-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 80px 0 60px;
  animation: fadeRight 0.8s ease 0.25s both;
}
#heroCarousel .carousel-inner {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
#heroCarousel .carousel-item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.c-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
}
.c-label span {
  display: inline-block;
  background: var(--brown);
  color: var(--cream);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  font-size: 0.88rem;
  transition: var(--ease);
  z-index: 1;
}
.prev-btn {
  left: -20px;
}
.next-btn {
  right: -20px;
}
.carousel-btn:hover {
  background: var(--brown);
  color: var(--white);
}
.deco-ring {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  border: 2px solid var(--wheat);
  opacity: 0.35;
}
.deco-ring-1 {
  width: 180px;
  height: 180px;
  bottom: 24px;
  right: -50px;
}
.deco-ring-2 {
  width: 100px;
  height: 100px;
  top: 50px;
  right: -10px;
}

/* Scroll hint */
.hero-scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--caramel);
  color: var(--caramel);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  animation: scrollBounce 2s ease-in-out infinite;
}
.hero-scroll-down:hover {
  background: var(--caramel);
  color: var(--white);
}
@keyframes scrollBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

/* ---------------------------------------------------------------
   7. SHARED SECTION UTILITIES
--------------------------------------------------------------- */
.section-pad {
  padding: 80px 0;
}
.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sienna);
  background: rgba(156, 102, 68, 0.1);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.section-tag-light {
  color: var(--wheat);
  background: rgba(221, 184, 146, 0.2);
}
.section-title {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 3.5vw, 2.55rem);
  font-weight: 700;
  color: var(--brown);
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.section-title-light {
  color: var(--cream);
}
.section-desc {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 510px;
  margin: 0 auto;
}
.section-header {
  margin-bottom: 44px;
}

/* Shared buttons */
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  background: var(--brown);
  color: var(--white);
  padding: 13px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid var(--brown);
  transition: var(--ease);
}
.btn-primary-custom:hover {
  background: var(--sienna);
  border-color: var(--sienna);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(127, 85, 57, 0.28);
}
.btn-outline-custom {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--brown);
  padding: 11px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.88rem;
  border: 2px solid var(--wheat);
  transition: var(--ease);
}
.btn-outline-custom:hover {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--white);
}

/* ---------------------------------------------------------------
   8. CATEGORIES SECTION
--------------------------------------------------------------- */
.categories-section {
  background: var(--offwhite);
}
.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 9px;
  padding: 22px 12px;
  background: var(--white);
  border-radius: var(--r-md);
  border: 2px solid transparent;
  transition: var(--ease);
}
.cat-card:hover {
  border-color: var(--wheat);
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.cat-thumb {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ease);
}
.cat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.cat-card:hover .cat-thumb img {
  transform: scale(1.1);
}
.cat-thumb-all {
  background: var(--brown);
}
.cat-thumb-all i {
  font-size: 1.75rem;
  color: var(--wheat);
}
.cat-name {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--dark);
}
.cat-count {
  font-size: 0.72rem;
  color: var(--caramel);
}

/* ---------------------------------------------------------------
   9. STORY / ABOUT SECTION
--------------------------------------------------------------- */
.story-section {
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.story-deco-bg {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(221, 184, 146, 0.14) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.story-imgs {
  position: relative;
  height: 500px;
}
.story-img-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 64px;
  bottom: 64px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.story-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-img-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 6px solid var(--color-medium-brown);
  box-shadow: var(--shadow-md);
}
.story-img-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-float-badge {
  position: absolute;
  top: 28px;
  right: 52px;
  background: var(--brown);
  padding: 16px 20px;
  border-radius: var(--r-md);
  text-align: center;
  box-shadow: var(--shadow-md);
}
.sfb-since {
  display: block;
  font-size: 0.67rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 3px;
}
.sfb-year {
  display: block;
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--wheat);
  line-height: 1;
}
.sfb-tagline {
  display: block;
  font-size: 0.68rem;
  color: var(--sand);
  margin-top: 3px;
}
.story-content {
  padding-left: 8px;
}
.story-lead {
  font-size: 1.05rem;
  color: var(--mid);
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1.75;
}
.story-body {
  color: var(--muted);
  margin-bottom: 26px;
}
.story-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.sf-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sf-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: var(--r-sm);
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sienna);
  font-size: 0.95rem;
}
.sf-text strong {
  display: block;
  color: var(--dark);
  font-weight: 600;
  font-size: 0.93rem;
  margin-bottom: 2px;
}
.sf-text p {
  color: var(--muted);
  font-size: 0.83rem;
  margin: 0;
}

/* ---------------------------------------------------------------
   10. PRODUCTS SECTION
--------------------------------------------------------------- */
.products-section {
  background: var(--offwhite);
}
.product-filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ftab {
  padding: 7px 20px;
  border: 2px solid var(--sand);
  border-radius: 50px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 600;
  transition: var(--ease);
}
.ftab:hover {
  border-color: var(--caramel);
  color: var(--brown);
}
.ftab.active {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--white);
}

/* Product card */
.product-card {
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--ease);
  height: 100%;
}
.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

/* Image wrap */
.pc-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--cream);
}
.pc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .pc-img {
  transform: scale(1.08);
}
.pc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(127, 85, 57, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .pc-overlay {
  opacity: 1;
}
.btn-quick-view {
  background: var(--white);
  color: var(--brown);
  border: none;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  transform: translateY(8px);
  transition: var(--ease);
}
.product-card:hover .btn-quick-view {
  transform: translateY(0);
}

/* Badges */
.pc-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.badge-new {
  background: var(--sienna);
  color: var(--white);
}
.badge-best {
  background: var(--brown);
  color: var(--wheat);
}
.badge-sale {
  background: #d94040;
  color: var(--white);
}

.btn-wishlist {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--caramel);
  font-size: 0.88rem;
  box-shadow: var(--shadow-sm);
  transition: var(--ease);
}
.btn-wishlist:hover {
  background: var(--sienna);
  color: var(--white);
}

/* Card body */
.pc-body {
  padding: 14px 15px;
}
.pc-cat {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--sienna);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.pc-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 7px;
  line-height: 1.4;
}
.pc-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 0.72rem;
  color: #f4a22a;
  margin-bottom: 11px;
}
.pc-stars span {
  color: var(--muted);
  font-size: 0.72rem;
  margin-left: 4px;
}
.pc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-price {
  display: flex;
  flex-direction: column;
}
.price-now {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--brown);
}
.price-was {
  font-size: 0.75rem;
  color: var(--caramel);
  text-decoration: line-through;
}
.btn-add-cart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--wheat);
  background: transparent;
  color: var(--brown);
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ease);
}
.btn-add-cart:hover {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--white);
}

/* ---------------------------------------------------------------
   11. FEATURES SECTION
--------------------------------------------------------------- */
.features-section {
  background: var(--brown);
  position: relative;
  overflow: hidden;
}
.features-bg-deco {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 8% 50%,
      rgba(156, 102, 68, 0.4) 0%,
      transparent 48%
    ),
    radial-gradient(
      circle at 92% 20%,
      rgba(176, 137, 104, 0.3) 0%,
      transparent 48%
    );
  pointer-events: none;
}
.feat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(221, 184, 146, 0.2);
  border-radius: var(--r-md);
  padding: 30px 26px;
  text-align: center;
  height: 100%;
  transition: var(--ease);
}
.feat-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(221, 184, 146, 0.5);
  transform: translateY(-6px);
}
.feat-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(221, 184, 146, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.45rem;
  color: var(--wheat);
  transition: var(--ease);
}
.feat-card:hover .feat-icon {
  background: var(--wheat);
  color: var(--brown);
}
.feat-card h4 {
  font-family: var(--ff-display);
  font-size: 1.07rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 10px;
}
.feat-card p {
  color: rgba(237, 224, 212, 0.7);
  font-size: 0.86rem;
  line-height: 1.75;
  margin: 0;
}

/* ---------------------------------------------------------------
   12. STATS SECTION
--------------------------------------------------------------- */
.stats-section {
  background: var(--wheat);
  padding: 56px 0;
}
.stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}
.stat-item i {
  font-size: 1.7rem;
  color: var(--brown);
  margin-bottom: 6px;
}
.stat-item strong {
  font-family: var(--ff-display);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--brown);
  line-height: 1;
}
.stat-item span {
  font-size: 0.78rem;
  color: var(--sienna);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stat-sep {
  width: 1px;
  height: 58px;
  background: rgba(127, 85, 57, 0.25);
}

/* ---------------------------------------------------------------
   13. TESTIMONIALS SECTION
--------------------------------------------------------------- */
.testi-section {
  background: var(--offwhite);
}
.testi-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
  height: 100%;
  transition: var(--ease);
}
.testi-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--sand);
}
.testi-featured {
  background: var(--brown);
  border-color: transparent;
}
.testi-quote-icon {
  font-size: 2rem;
  color: var(--wheat);
  opacity: 0.5;
  margin-bottom: 14px;
}
.testi-text {
  color: var(--mid);
  font-size: 0.91rem;
  line-height: 1.8;
  margin-bottom: 14px;
  font-style: italic;
}
.testi-featured .testi-text {
  color: var(--sand);
}
.testi-stars {
  display: flex;
  gap: 3px;
  font-size: 0.76rem;
  color: #f4a22a;
  margin-bottom: 18px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-ava {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--cream);
  flex-shrink: 0;
}
.testi-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-author strong {
  display: block;
  font-weight: 600;
  color: var(--dark);
  font-size: 0.88rem;
}
.testi-featured .testi-author strong {
  color: var(--cream);
}
.testi-author span {
  font-size: 0.76rem;
  color: var(--caramel);
}
.testi-featured .testi-author span {
  color: var(--sand);
  opacity: 0.8;
}

/* ---------------------------------------------------------------
   14. NEWSLETTER SECTION
--------------------------------------------------------------- */
.newsletter-section {
  background: var(--white);
}
.newsletter-box {
  background: linear-gradient(130deg, var(--cream) 0%, var(--sand) 100%);
  border-radius: var(--r-xl);
  padding: 56px 52px;
  position: relative;
  overflow: hidden;
}
.nl-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.nl-deco-1 {
  width: 280px;
  height: 280px;
  background: rgba(176, 137, 104, 0.15);
  right: -80px;
  top: -80px;
}
.nl-deco-2 {
  width: 180px;
  height: 180px;
  background: rgba(127, 85, 57, 0.08);
  left: -50px;
  bottom: -50px;
}
.nl-title {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 10px;
  line-height: 1.25;
}
.nl-desc {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}
.nl-form {
  display: flex;
  background: var(--white);
  border-radius: 50px;
  border: 2px solid var(--wheat);
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: var(--shadow-sm);
}
.nl-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 13px 20px;
  font-size: 0.88rem;
  font-family: var(--ff-body);
  color: var(--dark);
  background: transparent;
}
.nl-form input::placeholder {
  color: var(--caramel);
}
.nl-form button {
  background: var(--brown);
  color: var(--white);
  border: none;
  padding: 13px 24px;
  font-size: 0.86rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: background 0.25s ease;
}
.nl-form button:hover {
  background: var(--sienna);
}
.nl-note {
  font-size: 0.76rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.nl-note i {
  color: var(--caramel);
}

/* ---------------------------------------------------------------
   15. FOOTER
--------------------------------------------------------------- */
.site-footer {
  background: var(--dark);
}
.footer-top {
  padding: 68px 0 48px;
}
.footer-logo {
  font-family: var(--ff-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--wheat);
  display: block;
  margin-bottom: 2px;
}
.footer-tagline {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--caramel);
  margin-bottom: 14px;
}
.footer-about {
  color: rgba(237, 224, 212, 0.55);
  font-size: 0.86rem;
  line-height: 1.8;
  margin-bottom: 22px;
}
.footer-social {
  display: flex;
  gap: 9px;
}
.fsocial {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(176, 137, 104, 0.14);
  border: 1px solid rgba(176, 137, 104, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--caramel);
  font-size: 0.82rem;
  transition: var(--ease);
}
.fsocial:hover {
  background: var(--sienna);
  border-color: var(--sienna);
  color: var(--white);
  transform: translateY(-3px);
}
.footer-heading {
  font-family: var(--ff-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 18px;
}
.footer-links li {
  margin-bottom: 9px;
}
.footer-links a {
  color: rgba(237, 224, 212, 0.55);
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: var(--ease);
}
.footer-links a::before {
  content: "›";
  font-size: 1rem;
  color: var(--caramel);
}
.footer-links a:hover {
  color: var(--wheat);
  padding-left: 4px;
}
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(237, 224, 212, 0.55);
  font-size: 0.86rem;
  line-height: 1.65;
}
.footer-contact-list i {
  color: var(--caramel);
  font-size: 0.82rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.footer-contact-list a {
  color: rgba(237, 224, 212, 0.55);
}
.footer-contact-list a:hover {
  color: var(--wheat);
}
.footer-bottom {
  border-top: 1px solid rgba(176, 137, 104, 0.14);
  padding: 20px 0;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-row p {
  color: rgba(237, 224, 212, 0.38);
  font-size: 0.8rem;
  margin: 0;
}
.footer-bottom-row p i {
  color: var(--sienna);
}

/* ---------------------------------------------------------------
   16. BACK TO TOP
--------------------------------------------------------------- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--brown);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  z-index: 990;
  transform: translateY(16px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background 0.25s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--sienna);
  color: var(--white);
  transform: translateY(-4px);
}

/* ---------------------------------------------------------------
   17. ANIMATIONS
--------------------------------------------------------------- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(36px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------------------------------------------------------------
   18. RESPONSIVE — TABLET (≤991px)
--------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .topbar-left {
    display: none;
  }
  .topbar-inner {
    justify-content: center;
  }
  .story-imgs {
    height: 380px;
    margin-bottom: 36px;
  }
  .story-content {
    padding-left: 0;
  }
  .stats-row {
    gap: 24px;
  }
  .stat-sep {
    display: none;
  }
  .newsletter-box {
    padding: 40px 32px;
  }
  .section-header.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .hero-content {
    padding: 100px 0 40px;
  }
}

/* ---------------------------------------------------------------
   19. RESPONSIVE — MOBILE (≤767px)
--------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .section-pad {
    padding: 60px 0;
  }
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-stats-row {
    gap: 14px;
  }
  .hstat strong {
    font-size: 1.3rem;
  }
  .hstat-sep {
    display: none;
  }
  .story-imgs {
    height: 300px;
  }
  .story-img-accent {
    width: 140px;
    height: 140px;
  }
  .story-float-badge {
    top: 18px;
    right: 40px;
  }
  .newsletter-box {
    padding: 32px 22px;
  }
  .nl-form {
    flex-direction: column;
    border-radius: var(--r-md);
  }
  .nl-form button {
    border-radius: var(--r-sm);
    justify-content: center;
    padding: 13px;
  }
  .stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-bottom-row {
    justify-content: center;
    text-align: center;
  }
}

/* ---------------------------------------------------------------
   20. RESPONSIVE — SMALL MOBILE (≤575px)
--------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .hero-search-box {
    flex-direction: column;
    border-radius: var(--r-md);
    overflow: visible;
  }
  .hero-search-box .search-icon {
    display: none;
  }
  .search-input {
    width: 100%;
    padding: 13px 18px;
    border-radius: var(--r-md);
    border: 2px solid var(--wheat);
  }
  .search-btn {
    width: 100%;
    justify-content: center;
    border-radius: var(--r-sm);
  }
  .hero-badge {
    font-size: 0.72rem;
  }
  .newsletter-box {
    border-radius: var(--r-lg);
  }
  .brand-title {
    font-size: 1.45rem;
  }
}

/* ============================================================
   TUKUTUWUNG — CART PAGE STYLESHEET
   Integrated with: css/style.css + css/bootstrap.min.css
   
   Color Palette:
     --ct-cream:       #ede0d4
     --ct-tan-light:   #e6ccb2
     --ct-tan:         #ddb892
     --ct-caramel:     #b08968
     --ct-brown:       #7f5539
     --ct-chestnut:    #9c6644
   ============================================================ */

/* ============================================================
   1. CSS VARIABLES
   ============================================================ */
:root {
  --ct-cream: #ede0d4;
  --ct-tan-light: #e6ccb2;
  --ct-tan: #ddb892;
  --ct-caramel: #b08968;
  --ct-brown: #7f5539;
  --ct-chestnut: #9c6644;
  --ct-white: #ffffff;
  --ct-text-dark: #3a2416;
  --ct-text-body: #5c3d26;
  --ct-text-muted: #8b6347;
  --ct-border: rgba(176, 137, 104, 0.2);
  --ct-shadow-sm: 0 2px 12px rgba(127, 85, 57, 0.08);
  --ct-shadow-md: 0 6px 28px rgba(127, 85, 57, 0.13);
  --ct-shadow-lg: 0 12px 48px rgba(127, 85, 57, 0.18);
  --ct-radius-sm: 8px;
  --ct-radius-md: 14px;
  --ct-radius-lg: 20px;
  --ct-trans: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   2. PAGE BANNER
   ============================================================ */
.cart-page-banner {
  background: linear-gradient(
    135deg,
    #5c3118 0%,
    #7f5539 35%,
    #9c6644 65%,
    #b08968 100%
  );
  padding: 64px 0 52px;
  position: relative;
  overflow: hidden;
}

/* Decorative texture overlay */
.cpb-texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 50%,
      rgba(237, 224, 212, 0.07) 0%,
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(221, 184, 146, 0.08) 0%,
      transparent 50%
    );
  pointer-events: none;
}

/* Decorative floating circles */
.cpb-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cpb-c {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.12);
}
.cpb-c1 {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -60px;
}
.cpb-c2 {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: 10%;
  border-color: rgba(221, 184, 146, 0.1);
}
.cpb-c3 {
  width: 120px;
  height: 120px;
  top: 30px;
  right: 25%;
  border-color: rgba(237, 224, 212, 0.08);
}

/* Inner layout */
.cpb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* Left side: tag, title, breadcrumb */
.cpb-left {
  flex: 1;
  min-width: 260px;
}

.cpb-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(237, 224, 212, 0.15);
  border: 1px solid rgba(237, 224, 212, 0.25);
  color: var(--ct-tan-light);
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.cpb-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--ct-white);
  margin: 0 0 16px;
  line-height: 1.2;
}

/* Breadcrumb */
.cart-breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.cart-breadcrumb li {
  font-family: "Jost", sans-serif;
  font-size: 0.83rem;
  color: rgba(230, 204, 178, 0.75);
}
.cart-breadcrumb li.sep {
  font-size: 0.65rem;
  color: rgba(230, 204, 178, 0.4);
}
.cart-breadcrumb li a {
  color: rgba(230, 204, 178, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}
.cart-breadcrumb li a:hover {
  color: var(--ct-cream);
}
.cart-breadcrumb li.active {
  color: var(--ct-cream);
  font-weight: 600;
}

/* Checkout Progress Steps */
.cpb-steps {
  display: flex;
  align-items: center;
  gap: 0;
}

.c-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cs-dot {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(230, 204, 178, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: rgba(230, 204, 178, 0.6);
  transition: var(--ct-trans);
}
.c-step.active .cs-dot {
  background: var(--ct-cream);
  border-color: var(--ct-cream);
  color: var(--ct-brown);
  box-shadow: 0 0 0 6px rgba(237, 224, 212, 0.2);
}
.cs-label {
  font-family: "Jost", sans-serif;
  font-size: 0.73rem;
  font-weight: 500;
  color: rgba(230, 204, 178, 0.55);
  letter-spacing: 0.04em;
}
.c-step.active .cs-label {
  color: var(--ct-tan-light);
  font-weight: 600;
}

.c-step-line {
  width: 50px;
  height: 2px;
  background: rgba(230, 204, 178, 0.15);
  margin: 0 4px;
  margin-bottom: 22px;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
  top: -4px;
}
.c-step-line.active-line {
  background: linear-gradient(90deg, var(--ct-cream), rgba(230, 204, 178, 0.4));
}

@media (max-width: 767px) {
  .cpb-steps {
    display: none;
  }
  .cpb-title {
    font-size: 1.7rem;
  }
}

/* ============================================================
   3. CART MAIN SECTION
   ============================================================ */
.cart-main-section {
  background: #faf6f2;
  min-height: 300px;
}

/* ============================================================
   4. CART HEADER BAR
   ============================================================ */
.cart-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--ct-border);
}
.chb-left {
}
.chb-title {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ct-text-dark);
  margin: 0 0 4px;
}
.chb-title i {
  color: var(--ct-chestnut);
}
.chb-sub {
  font-family: "Jost", sans-serif;
  font-size: 0.82rem;
  color: var(--ct-text-muted);
  margin: 0;
}

/* Continue Shopping Button */
.btn-continue-shop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ct-brown);
  text-decoration: none;
  padding: 10px 20px;
  border: 1.5px solid var(--ct-caramel);
  border-radius: var(--ct-radius-sm);
  background: transparent;
  transition: var(--ct-trans);
}
.btn-continue-shop:hover {
  background: var(--ct-brown);
  border-color: var(--ct-brown);
  color: var(--ct-white);
  transform: translateX(-3px);
}

/* ============================================================
   5. CART ITEM CARD
   ============================================================ */
.cart-item-card {
  background: var(--ct-white);
  border-radius: var(--ct-radius-md);
  border: 1px solid var(--ct-border);
  box-shadow: var(--ct-shadow-sm);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  /* For max-height animation on remove */
  max-height: 600px;
}
.cart-item-card:hover {
  box-shadow: var(--ct-shadow-md);
  transform: translateY(-2px);
}
.cart-item-card:last-child {
  margin-bottom: 0;
}

/* Left accent strip */
.cic-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ct-brown), var(--ct-caramel));
  border-radius: 0;
}

/* Inner flex container */
.cart-item-inner {
  display: flex;
  gap: 0;
  padding: 0;
}

/* ---- Image Column ---- */
.cic-img-col {
  flex-shrink: 0;
  width: 170px;
}
.cic-img-wrap {
  position: relative;
  height: 100%;
  min-height: 160px;
  overflow: hidden;
  background: var(--ct-cream);
}
.cic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.cart-item-card:hover .cic-img {
  transform: scale(1.06);
}

/* Availability badge on image */
.cic-avail-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ct-brown);
  font-family: "Jost", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(127, 85, 57, 0.15);
}
.cic-avail-badge.badge-limited {
  background: rgba(255, 248, 240, 0.95);
  color: #c0652a;
  border-color: rgba(192, 101, 42, 0.25);
}

/* ---- Body ---- */
.cic-body {
  flex: 1;
  padding: 20px 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

/* Top row: info + remove button */
.cic-body-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.cic-info {
  flex: 1;
  min-width: 0;
}

/* Category tag */
.cic-cat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Jost", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ct-chestnut);
  background: rgba(156, 102, 68, 0.1);
  padding: 3px 9px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.cic-cat i {
  font-size: 0.6rem;
}

/* Product Name */
.cic-name {
  font-family: "Playfair Display", serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ct-text-dark);
  margin: 0 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Stars */
.cic-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}
.cic-stars i {
  color: #e8a931;
  font-size: 0.75rem;
}
.cic-review-count {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  color: var(--ct-text-muted);
  margin-left: 4px;
}

/* Specs row */
.cic-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.cic-spec-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  color: var(--ct-text-muted);
  background: #faf6f2;
  border: 1px solid var(--ct-border);
  padding: 2px 8px;
  border-radius: 4px;
}
.cic-spec-item i {
  font-size: 0.62rem;
  color: var(--ct-caramel);
}

/* ---- Remove Button ---- */
.btn-remove-item {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fdf5ef;
  border: 1.5px solid #e8d5c4;
  color: var(--ct-caramel);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: var(--ct-trans);
  padding: 0;
  line-height: 1;
}
.btn-remove-item:hover {
  background: var(--ct-brown);
  border-color: var(--ct-brown);
  color: var(--ct-white);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 14px rgba(127, 85, 57, 0.35);
}

/* ---- Footer Row: Price / Qty / Subtotal / Checkout ---- */
.cic-body-footer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(176, 137, 104, 0.2);
}

/* Price group */
.cic-price-grp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 90px;
}
.cic-price-label,
.cic-qty-label,
.cic-subtotal-label {
  font-family: "Jost", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ct-text-muted);
  opacity: 0.75;
}
.cic-unit-price {
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ct-brown);
}
.cic-unit-price-old {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  color: var(--ct-text-muted);
  text-decoration: line-through;
  opacity: 0.7;
}
.cic-discount-tag {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  background: #ffe8e0;
  color: #c0652a;
  padding: 1px 6px;
  border-radius: 4px;
  width: fit-content;
}

/* Quantity group */
.cic-qty-grp {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.qty-ctrl {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--ct-tan);
  border-radius: var(--ct-radius-sm);
  overflow: hidden;
  background: var(--ct-white);
  height: 38px;
}
.qc-btn {
  width: 36px;
  height: 100%;
  background: var(--ct-cream);
  border: none;
  color: var(--ct-brown);
  cursor: pointer;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    color 0.2s;
  flex-shrink: 0;
  padding: 0;
}
.qc-btn:hover {
  background: var(--ct-brown);
  color: var(--ct-white);
}
.qc-input {
  width: 44px;
  border: none;
  outline: none;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ct-text-dark);
  background: transparent;
  padding: 0;
  -moz-appearance: textfield;
}
.qc-input::-webkit-outer-spin-button,
.qc-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qc-input.qty-bumped {
  animation: qty-pulse 0.25s ease;
}
@keyframes qty-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
    color: var(--ct-brown);
  }
  100% {
    transform: scale(1);
  }
}

/* Subtotal group */
.cic-subtotal-grp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 90px;
}
.cic-subtotal {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ct-brown);
}

/* Checkout Item Button */
.btn-checkout-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    135deg,
    var(--ct-brown) 0%,
    var(--ct-chestnut) 100%
  );
  color: var(--ct-white);
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: var(--ct-radius-sm);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--ct-trans);
  margin-left: auto;
  align-self: center;
  border: none;
}
.btn-checkout-item i {
  transition: transform 0.25s ease;
}
.btn-checkout-item:hover {
  background: linear-gradient(
    135deg,
    var(--ct-chestnut) 0%,
    var(--ct-brown) 100%
  );
  color: var(--ct-white);
  box-shadow: 0 6px 22px rgba(127, 85, 57, 0.4);
  transform: translateX(3px);
}
.btn-checkout-item:hover i {
  transform: translateX(4px);
}

/* ============================================================
   6. CART SIDEBAR / SUMMARY
   ============================================================ */

/* Sticky sidebar wrapper */
.cart-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ---- Order Summary Card ---- */
.cart-summary-card {
  background: var(--ct-white);
  border-radius: var(--ct-radius-md);
  border: 1px solid var(--ct-border);
  box-shadow: var(--ct-shadow-sm);
  overflow: hidden;
}
.csc-header {
  background: linear-gradient(135deg, var(--ct-brown), var(--ct-chestnut));
  padding: 18px 22px 16px;
  position: relative;
}
.csc-title {
  font-family: "Jost", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ct-cream);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.csc-title i {
  font-size: 1rem;
  opacity: 0.85;
}
.csc-header-deco {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.12);
}

.csc-body {
  padding: 20px 22px;
}
.csc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(176, 137, 104, 0.1);
}
.csc-row:last-child {
  border-bottom: none;
}
.csc-row-muted {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  color: var(--ct-text-muted);
  padding: 8px 0;
  font-style: italic;
}
.csc-label {
  font-family: "Jost", sans-serif;
  font-size: 0.83rem;
  color: var(--ct-text-muted);
}
.csc-val {
  font-family: "Jost", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ct-text-dark);
}
.csc-amount {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ct-brown) !important;
}
.csc-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--ct-tan-light),
    transparent
  );
  margin: 4px 0 12px;
}

/* Checkout note */
.csc-checkout-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fdf8f3;
  border: 1px solid var(--ct-tan-light);
  border-radius: var(--ct-radius-sm);
  padding: 12px 14px;
}
.ccn-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--ct-brown), var(--ct-caramel));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ct-white);
  font-size: 0.85rem;
}
.csc-checkout-note p {
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  color: var(--ct-text-body);
  margin: 0;
  line-height: 1.55;
}
.csc-checkout-note p strong {
  color: var(--ct-brown);
}

/* ---- Trust Strip ---- */
.cart-trust-strip {
  background: var(--ct-white);
  border-radius: var(--ct-radius-md);
  border: 1px solid var(--ct-border);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cts-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cts-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--ct-cream), var(--ct-tan-light));
  border-radius: var(--ct-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ct-brown);
  font-size: 0.85rem;
  flex-shrink: 0;
  border: 1px solid var(--ct-border);
}
.cts-item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.cts-item strong {
  font-family: "Jost", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ct-text-dark);
  display: block;
}
.cts-item span {
  font-family: "Jost", sans-serif;
  font-size: 0.7rem;
  color: var(--ct-text-muted);
}

/* ---- Promo Card ---- */
.cart-promo-card {
  background: linear-gradient(135deg, #fef8f2, #fdf4ec);
  border-radius: var(--ct-radius-md);
  border: 1.5px dashed var(--ct-caramel);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: var(--ct-trans);
}
.cart-promo-card:hover {
  background: linear-gradient(135deg, #fdf4ec, #faeedd);
  border-color: var(--ct-brown);
}
.cpc-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cpc-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--ct-brown), var(--ct-chestnut));
  border-radius: var(--ct-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ct-white);
  font-size: 0.9rem;
  flex-shrink: 0;
  transform: rotate(-15deg);
}
.cpc-text strong {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ct-text-dark);
}
.cpc-text span {
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  color: var(--ct-text-muted);
}
.cpc-arrow {
  color: var(--ct-caramel);
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}
.cart-promo-card:hover .cpc-arrow {
  transform: translateX(4px);
}

/* ---- Help Card ---- */
.cart-help-card {
  background: var(--ct-white);
  border-radius: var(--ct-radius-md);
  border: 1px solid var(--ct-border);
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.chc-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--ct-tan-light), var(--ct-tan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ct-brown);
  font-size: 1.1rem;
  border: 2px solid var(--ct-cream);
  flex-shrink: 0;
}
.chc-body strong {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ct-text-dark);
  margin-bottom: 5px;
}
.chc-body p {
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  color: var(--ct-text-muted);
  margin: 0 0 12px;
  line-height: 1.55;
}
.btn-wa-help {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #25d366;
  color: var(--ct-white);
  font-family: "Jost", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--ct-radius-sm);
  text-decoration: none;
  transition: var(--ct-trans);
  border: none;
}
.btn-wa-help i {
  font-size: 1rem;
}
.btn-wa-help:hover {
  background: #1ebe5d;
  color: var(--ct-white);
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}

/* ============================================================
   7. EMPTY CART STATE
   ============================================================ */
.cart-empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  min-height: 360px;
}
.ces-inner {
  text-align: center;
  max-width: 480px;
  animation: fadeInUp 0.5s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ces-visual {
  margin-bottom: 32px;
}
.ces-bag-wrap {
  position: relative;
  display: inline-block;
}
.ces-bag {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--ct-cream), var(--ct-tan-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--ct-caramel);
  border: 3px solid var(--ct-tan);
  position: relative;
  z-index: 2;
}
.ces-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid var(--ct-tan);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: ring-pulse 2.5s ease-in-out infinite;
}
.ces-ring-1 {
  width: 120px;
  height: 120px;
  animation-delay: 0s;
}
.ces-ring-2 {
  width: 155px;
  height: 155px;
  animation-delay: 0.7s;
  border-color: var(--ct-tan-light);
}
@keyframes ring-pulse {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.ces-title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ct-text-dark);
  margin: 0 0 12px;
}
.ces-desc {
  font-family: "Jost", sans-serif;
  font-size: 0.92rem;
  color: var(--ct-text-muted);
  line-height: 1.65;
  margin: 0 0 28px;
}
.ces-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ces-link-home {
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  color: var(--ct-brown);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1.5px solid var(--ct-tan);
  padding-bottom: 1px;
  transition: var(--ct-trans);
}
.ces-link-home:hover {
  color: var(--ct-chestnut);
  border-color: var(--ct-chestnut);
}

/* ============================================================
   8. PROMO INFO STRIP
   ============================================================ */
.promo-info-section {
  background: linear-gradient(
    135deg,
    var(--ct-brown) 0%,
    var(--ct-chestnut) 60%,
    var(--ct-caramel) 100%
  );
  padding: 28px 0;
}
.promo-info-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.pis-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.pis-icon {
  width: 46px;
  height: 46px;
  background: rgba(237, 224, 212, 0.15);
  border-radius: var(--ct-radius-sm);
  border: 1px solid rgba(237, 224, 212, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--ct-cream);
}
.pis-text strong {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ct-cream);
}
.pis-text span {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  color: rgba(237, 224, 212, 0.7);
}
.pis-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pis-badge {
  display: inline-flex;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ct-cream);
  background: rgba(237, 224, 212, 0.12);
  border: 1px solid rgba(237, 224, 212, 0.2);
  padding: 7px 14px;
  border-radius: 30px;
  white-space: nowrap;
  transition: background 0.2s;
}
.pis-badge:hover {
  background: rgba(237, 224, 212, 0.22);
}
.pis-badge i {
  margin-right: 7px;
  font-size: 0.7rem;
  opacity: 0.85;
}

/* ============================================================
   9. ALSO LIKE SECTION
   ============================================================ */
.also-like-section {
  background: var(--ct-white);
}

/* ============================================================
   10. TOAST NOTIFICATIONS
   ============================================================ */
.cart-toast-container {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.cart-toast {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 13px 20px;
  border-radius: var(--ct-radius-sm);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  max-width: 320px;
  pointer-events: auto;
}
.cart-toast.show {
  opacity: 1;
  transform: translateX(0);
}
.cart-toast--success {
  background: var(--ct-white);
  color: var(--ct-text-dark);
  border-left: 4px solid var(--ct-brown);
}
.cart-toast--success i {
  color: var(--ct-brown);
  font-size: 1rem;
}
.cart-toast--error {
  background: var(--ct-white);
  color: var(--ct-text-dark);
  border-left: 4px solid #c0652a;
}
.cart-toast--error i {
  color: #c0652a;
  font-size: 1rem;
}
.cart-toast--info {
  background: var(--ct-white);
  color: var(--ct-text-dark);
  border-left: 4px solid var(--ct-caramel);
}
.cart-toast--info i {
  color: var(--ct-caramel);
  font-size: 1rem;
}

/* ============================================================
   11. ITEM REMOVE ANIMATION HELPERS
   ============================================================ */
.cart-item-card.is-removing {
  pointer-events: none;
}

/* ============================================================
   12. RESPONSIVE — TABLET (max 991px)
   ============================================================ */
@media (max-width: 991px) {
  .cart-sidebar {
    /* sidebar goes below items on tablet */
    position: static !important;
  }

  .cic-img-col {
    width: 140px;
  }
  .cic-img-wrap {
    min-height: 140px;
  }

  .cic-body-footer {
    gap: 12px;
  }
  .btn-checkout-item {
    padding: 9px 16px;
    font-size: 0.82rem;
  }
}

/* ============================================================
   13. RESPONSIVE — MOBILE (max 767px)
   ============================================================ */
@media (max-width: 767px) {
  /* Page Banner */
  .cart-page-banner {
    padding: 44px 0 36px;
  }
  .cpb-title {
    font-size: 1.55rem;
  }

  /* Cart Header Bar */
  .cart-header-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Cart Item: stack image on top */
  .cart-item-inner {
    flex-direction: column;
  }
  .cic-img-col {
    width: 100%;
  }
  .cic-img-wrap {
    min-height: 200px;
    height: 200px;
    border-radius: 0;
  }
  .cic-avail-badge {
    bottom: 12px;
    left: 16px;
    transform: none;
  }

  /* Body adjustments */
  .cic-body {
    padding: 16px 16px 16px 20px;
  }
  .cic-name {
    font-size: 0.98rem;
    white-space: normal;
  }

  /* Footer: wrap into grid */
  .cic-body-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
    align-items: center;
  }
  .cic-price-grp {
    grid-column: 1;
    grid-row: 1;
  }
  .cic-qty-grp {
    grid-column: 2;
    grid-row: 1;
  }
  .cic-subtotal-grp {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
  }
  .btn-checkout-item {
    grid-column: 2;
    grid-row: 2;
    margin-left: 0;
    justify-content: center;
    padding: 10px 14px;
    font-size: 0.82rem;
  }

  /* Specs: hide some on mobile */
  .cic-specs .cic-spec-item:nth-child(3) {
    display: none;
  }

  /* Promo strip */
  .promo-info-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .pis-badges {
    flex-wrap: wrap;
  }

  /* Toast */
  .cart-toast-container {
    bottom: 16px;
    right: 16px;
    left: 16px;
  }
  .cart-toast {
    max-width: 100%;
  }

  /* Empty state */
  .ces-title {
    font-size: 1.4rem;
  }
}

/* ============================================================
   14. RESPONSIVE — SMALL MOBILE (max 479px)
   ============================================================ */
@media (max-width: 479px) {
  .cic-body-footer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
  .cic-price-grp {
    grid-column: 1;
    grid-row: 1;
  }
  .cic-qty-grp {
    grid-column: 1;
    grid-row: 2;
  }
  .cic-subtotal-grp {
    grid-column: 1;
    grid-row: 3;
  }
  .btn-checkout-item {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .qty-ctrl {
    width: fit-content;
  }
  .c-step-line {
    width: 30px;
  }
}

/* ============================================================
   15. ANIMATION: CART ITEM ENTRANCE
   ============================================================ */
.cart-item-card {
  animation: slideInCard 0.45s ease both;
}
.cart-item-card:nth-child(1) {
  animation-delay: 0.05s;
}
.cart-item-card:nth-child(2) {
  animation-delay: 0.12s;
}
.cart-item-card:nth-child(3) {
  animation-delay: 0.19s;
}
.cart-item-card:nth-child(4) {
  animation-delay: 0.26s;
}

@keyframes slideInCard {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   16. ADDITIONAL MICRO-INTERACTIONS
   ============================================================ */

/* Shimmer effect on Checkout buttons on hover (desktops) */
@media (hover: hover) {
  .btn-checkout-item {
    position: relative;
    overflow: hidden;
  }
  .btn-checkout-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.18) 50%,
      transparent 100%
    );
    transition: left 0.45s ease;
  }
  .btn-checkout-item:hover::before {
    left: 140%;
  }
}

/* Highlighted subtotal when qty changes */
.cic-subtotal {
  transition: color 0.2s ease;
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: var(--r-lg);
    padding: 14px;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-search .btn {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--brown-dark);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: var(--r-lg);
    padding: 14px;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-search .btn {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  /* padding: 24px; */
  padding-left: 24px;
  padding-right: 2px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--brown-dark);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: var(--r-lg);
    padding: 14px;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-search .btn {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

.site-footer {
  padding-top: 20px; /* sesuaikan, default-nya mungkin 80–100px */
}

.sm-main {
  max-height: 570px; /* sesuaikan, turunkan sampai feel-nya pas */
  overflow: hidden;
}

.sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy h2 .mark {
  display: inline-block;
  margin-top: 10px; /* naikkan angka ini kalau masih ketutupan */
}

.topbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

body {
  background-color: #f5e6d3; /* ganti dengan warna navbar yang ada di style.css */
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: var(--r-lg);
    padding: 14px;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-search .btn {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                     
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 48px);
  align-items: start;
}

/* Form blocks */
.co-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 22px;
}
.co-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.co-block-head .num {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--f-body);
}
.co-block-head h3 {
  font-family: var(--f-display);
  font-size: 1.45rem;
}
.co-block-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  font-family: inherit;
}
.field textarea {
  resize: vertical;
  min-height: 92px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Selectable option cards (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.option:hover {
  border-color: var(--clay);
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option .radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.option .radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.option .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.option .opt-main {
  flex: 1;
  min-width: 0;
}
.option .opt-title {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.option .opt-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.option .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}
.option .badge-free {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cocoa);
  color: var(--cream);
  padding: 3px 9px;
  border-radius: var(--r-pill);
}
.option.selected {
  border-color: var(--cocoa);
  background: #fbf5ee;
  box-shadow: var(--sh-sm);
}
.option.selected .radio {
  border-color: var(--cocoa);
}
.option.selected .radio::after {
  transform: scale(1);
}
.option.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* ----- Order summary aside ----- */
.co-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.order-card .single-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin: 0 0 18px;
}

/* the single product being checked out */
.order-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 76px;
  height: 76px;
  flex: none;
  border-radius: 14px;
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
  flex: 1;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 2px 0;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* qty stepper inside summary */
.op-qtyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 4px;
}
.op-qtyrow span {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-line b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
}
.order-grand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
}
.order-grand .og-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-grand .og-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}

.place-order {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* mini trust card reuse */
.co-aside .trust-card h4 {
  margin-bottom: 14px;
}

/* empty (no product param) */
.co-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.co-empty.show {
  display: block;
}
.co-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.co-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.co-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 40ch;
}
.checkout-section.co-collapsed .checkout-layout {
  grid-template-columns: 1fr;
}
.checkout-section.co-collapsed .co-aside {
  display: none;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .co-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .option {
    flex-wrap: wrap;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                    
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Form column */
.checkout-form {
  display: grid;
  gap: 22px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.form-card-head .fch-num {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.form-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
}
.form-card-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-size: 0.92rem;
  width: 100%;
  transition:
    border-color var(--t),
    box-shadow var(--t),
    background var(--t);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
  background: var(--paper);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}
.field .err {
  font-size: 0.76rem;
  color: #b3261e;
  display: none;
}
.field.invalid .err {
  display: block;
}

/* selectable option rows (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.opt:hover {
  border-color: var(--clay);
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt .opt-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.opt .opt-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.opt .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
}
.opt .opt-body {
  flex: 1;
  min-width: 0;
}
.opt .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.opt .opt-desc {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.opt .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
  white-space: nowrap;
}
.opt .opt-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
}
.opt.selected {
  border-color: var(--cocoa);
  background: var(--paper);
  box-shadow: var(--sh-sm);
}
.opt.selected .opt-radio {
  border-color: var(--cocoa);
}
.opt.selected .opt-radio::after {
  transform: scale(1);
}
.opt.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* Order summary aside */
.checkout-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* product mini in summary */
.order-product {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-thumb .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  margin: 3px 0 6px;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-row b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.order-total .ot-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-total .ot-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}
.place-order {
  margin-top: 22px;
}
.place-order .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.secure-note svg {
  color: var(--cocoa);
}

.single-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.single-note .sn-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.single-note b {
  color: var(--espresso);
}

/* Success modal */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}
.success-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 48px);
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.45s var(--ease);
}
.checkout-overlay.show .success-modal {
  transform: none;
}
.success-modal .sm-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-glow);
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.success-modal h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.success-modal p {
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.success-modal .sm-order {
  font-weight: 700;
  color: var(--espresso);
}
.success-modal .sm-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .opt {
    flex-wrap: wrap;
  }
  .opt .opt-price {
    margin-left: auto;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: var(--r-lg);
    padding: 14px;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-search .btn {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                     
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 48px);
  align-items: start;
}

/* Form blocks */
.co-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 22px;
}
.co-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.co-block-head .num {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--f-body);
}
.co-block-head h3 {
  font-family: var(--f-display);
  font-size: 1.45rem;
}
.co-block-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  font-family: inherit;
}
.field textarea {
  resize: vertical;
  min-height: 92px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Selectable option cards (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.option:hover {
  border-color: var(--clay);
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option .radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.option .radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.option .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.option .opt-main {
  flex: 1;
  min-width: 0;
}
.option .opt-title {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.option .opt-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.option .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}
.option .badge-free {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cocoa);
  color: var(--cream);
  padding: 3px 9px;
  border-radius: var(--r-pill);
}
.option.selected {
  border-color: var(--cocoa);
  background: #fbf5ee;
  box-shadow: var(--sh-sm);
}
.option.selected .radio {
  border-color: var(--cocoa);
}
.option.selected .radio::after {
  transform: scale(1);
}
.option.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* ----- Order summary aside ----- */
.co-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.order-card .single-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin: 0 0 18px;
}

/* the single product being checked out */
.order-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 76px;
  height: 76px;
  flex: none;
  border-radius: 14px;
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
  flex: 1;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 2px 0;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* qty stepper inside summary */
.op-qtyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 4px;
}
.op-qtyrow span {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-line b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
}
.order-grand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
}
.order-grand .og-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-grand .og-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}

.place-order {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* mini trust card reuse */
.co-aside .trust-card h4 {
  margin-bottom: 14px;
}

/* empty (no product param) */
.co-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.co-empty.show {
  display: block;
}
.co-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.co-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.co-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 40ch;
}
.checkout-section.co-collapsed .checkout-layout {
  grid-template-columns: 1fr;
}
.checkout-section.co-collapsed .co-aside {
  display: none;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .co-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .option {
    flex-wrap: wrap;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                    
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Form column */
.checkout-form {
  display: grid;
  gap: 22px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.form-card-head .fch-num {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.form-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
}
.form-card-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-size: 0.92rem;
  width: 100%;
  transition:
    border-color var(--t),
    box-shadow var(--t),
    background var(--t);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
  background: var(--paper);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}
.field .err {
  font-size: 0.76rem;
  color: #b3261e;
  display: none;
}
.field.invalid .err {
  display: block;
}

/* selectable option rows (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.opt:hover {
  border-color: var(--clay);
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt .opt-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.opt .opt-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.opt .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
}
.opt .opt-body {
  flex: 1;
  min-width: 0;
}
.opt .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.opt .opt-desc {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.opt .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
  white-space: nowrap;
}
.opt .opt-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
}
.opt.selected {
  border-color: var(--cocoa);
  background: var(--paper);
  box-shadow: var(--sh-sm);
}
.opt.selected .opt-radio {
  border-color: var(--cocoa);
}
.opt.selected .opt-radio::after {
  transform: scale(1);
}
.opt.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* Order summary aside */
.checkout-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* product mini in summary */
.order-product {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-thumb .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  margin: 3px 0 6px;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-row b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.order-total .ot-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-total .ot-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}
.place-order {
  margin-top: 22px;
}
.place-order .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.secure-note svg {
  color: var(--cocoa);
}

.single-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.single-note .sn-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.single-note b {
  color: var(--espresso);
}

/* Success modal */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}
.success-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 48px);
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.45s var(--ease);
}
.checkout-overlay.show .success-modal {
  transform: none;
}
.success-modal .sm-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-glow);
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.success-modal h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.success-modal p {
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.success-modal .sm-order {
  font-weight: 700;
  color: var(--espresso);
}
.success-modal .sm-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .opt {
    flex-wrap: wrap;
  }
  .opt .opt-price {
    margin-left: auto;
  }
}

/* =====================================================================
   21. CONTACT PAGE                                                     
   ===================================================================== */

.contact-section {
  padding: clamp(48px, 7vw, 90px) 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Info column */
.contact-info {
  display: grid;
  gap: 18px;
}
.contact-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 14px 0 12px;
}
.contact-intro p {
  color: var(--ink-soft);
  margin: 0 0 4px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.info-card .ic-ico {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  box-shadow: var(--sh-sm);
}
.info-card .ic-body {
  min-width: 0;
}
.info-card .ic-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.info-card .ic-value {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  word-break: break-word;
}
.info-card .ic-value:hover {
  color: var(--cocoa);
}
.info-card .ic-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.info-card.wa {
  background: linear-gradient(140deg, #1f7a4d, #14532d);
  border-color: transparent;
}
.info-card.wa .ic-label {
  color: rgba(255, 255, 255, 0.7);
}
.info-card.wa .ic-value,
.info-card.wa .ic-sub {
  color: #fff;
}
.info-card.wa .ic-ico {
  background: rgba(255, 255, 255, 0.16);
}

.hours-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.hours-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hours-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--line);
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row b {
  color: var(--ink);
  font-weight: 700;
}
.hours-row .open {
  color: #1f7a4d;
  font-weight: 700;
}

/* Map column */
.map-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.map-toolbar .mt-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-toolbar .mt-title .mt-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.map-toolbar .mt-title h3 {
  font-family: var(--f-display);
  font-size: 1.25rem;
}
.map-toolbar .mt-title p {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin: 0;
}

/* mode switcher */
.map-modes {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px;
}
.map-modes button {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.map-modes button:hover {
  color: var(--espresso);
}
.map-modes button.active {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.map-modes button svg {
  width: 15px;
  height: 15px;
}

.map-frame {
  position: relative;
}
#desaMap {
  width: 100%;
  height: clamp(380px, 56vh, 580px);
  background: var(--sand);
  z-index: 1;
}

/* loading shimmer for map */
.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--espresso);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.map-loading.hide {
  opacity: 0;
  visibility: hidden;
}
.map-loading .ml-inner {
  text-align: center;
}
.map-loading .ml-hex {
  width: 46px;
  height: 50px;
  margin: 0 auto 12px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
.map-loading p {
  font-size: 0.9rem;
  font-weight: 700;
}

/* floating open-in-maps button over the map */
.map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-lg);
  transition:
    transform var(--t),
    background var(--t);
}
.map-open:hover {
  background: var(--cocoa);
  transform: translateY(-3px);
}

/* legend */
.map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.map-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.map-legend .lg-swatch {
  width: 26px;
  height: 14px;
  border-radius: 4px;
}
.map-legend .lg-swatch.area {
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.map-legend .lg-swatch.pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cocoa);
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.map-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Leaflet control restyle to match palette */
.leaflet-bar a {
  background: var(--paper) !important;
  color: var(--espresso) !important;
  border-color: var(--line) !important;
  font-weight: 700;
}
.leaflet-bar a:hover {
  background: var(--sand) !important;
}
.leaflet-popup-content-wrapper {
  border-radius: var(--r-md) !important;
  background: var(--paper) !important;
  box-shadow: var(--sh-md) !important;
}
.leaflet-popup-content {
  font-family: var(--f-body) !important;
  color: var(--ink) !important;
  margin: 14px 18px !important;
}
.leaflet-popup-content b {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.05rem;
}
.leaflet-popup-tip {
  background: var(--paper) !important;
}
.map-pin-label {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* Contact responsive */
@media (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .map-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .map-modes {
    width: 100%;
    justify-content: space-between;
  }
  .map-modes button {
    flex: 1;
    justify-content: center;
    padding: 9px 8px;
  }
  .map-modes button span {
    display: none;
  }
  .info-card .ic-value {
    font-size: 1.05rem;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: var(--r-lg);
    padding: 14px;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-search .btn {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                     
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 48px);
  align-items: start;
}

/* Form blocks */
.co-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 22px;
}
.co-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.co-block-head .num {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--f-body);
}
.co-block-head h3 {
  font-family: var(--f-display);
  font-size: 1.45rem;
}
.co-block-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  font-family: inherit;
}
.field textarea {
  resize: vertical;
  min-height: 92px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Selectable option cards (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.option:hover {
  border-color: var(--clay);
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option .radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.option .radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.option .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.option .opt-main {
  flex: 1;
  min-width: 0;
}
.option .opt-title {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.option .opt-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.option .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}
.option .badge-free {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cocoa);
  color: var(--cream);
  padding: 3px 9px;
  border-radius: var(--r-pill);
}
.option.selected {
  border-color: var(--cocoa);
  background: #fbf5ee;
  box-shadow: var(--sh-sm);
}
.option.selected .radio {
  border-color: var(--cocoa);
}
.option.selected .radio::after {
  transform: scale(1);
}
.option.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* ----- Order summary aside ----- */
.co-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.order-card .single-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin: 0 0 18px;
}

/* the single product being checked out */
.order-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 76px;
  height: 76px;
  flex: none;
  border-radius: 14px;
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
  flex: 1;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 2px 0;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* qty stepper inside summary */
.op-qtyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 4px;
}
.op-qtyrow span {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-line b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
}
.order-grand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
}
.order-grand .og-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-grand .og-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}

.place-order {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* mini trust card reuse */
.co-aside .trust-card h4 {
  margin-bottom: 14px;
}

/* empty (no product param) */
.co-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.co-empty.show {
  display: block;
}
.co-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.co-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.co-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 40ch;
}
.checkout-section.co-collapsed .checkout-layout {
  grid-template-columns: 1fr;
}
.checkout-section.co-collapsed .co-aside {
  display: none;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .co-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .option {
    flex-wrap: wrap;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                    
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Form column */
.checkout-form {
  display: grid;
  gap: 22px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.form-card-head .fch-num {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.form-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
}
.form-card-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-size: 0.92rem;
  width: 100%;
  transition:
    border-color var(--t),
    box-shadow var(--t),
    background var(--t);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
  background: var(--paper);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}
.field .err {
  font-size: 0.76rem;
  color: #b3261e;
  display: none;
}
.field.invalid .err {
  display: block;
}

/* selectable option rows (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.opt:hover {
  border-color: var(--clay);
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt .opt-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.opt .opt-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.opt .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
}
.opt .opt-body {
  flex: 1;
  min-width: 0;
}
.opt .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.opt .opt-desc {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.opt .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
  white-space: nowrap;
}
.opt .opt-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
}
.opt.selected {
  border-color: var(--cocoa);
  background: var(--paper);
  box-shadow: var(--sh-sm);
}
.opt.selected .opt-radio {
  border-color: var(--cocoa);
}
.opt.selected .opt-radio::after {
  transform: scale(1);
}
.opt.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* Order summary aside */
.checkout-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* product mini in summary */
.order-product {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-thumb .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  margin: 3px 0 6px;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-row b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.order-total .ot-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-total .ot-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}
.place-order {
  margin-top: 22px;
}
.place-order .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.secure-note svg {
  color: var(--cocoa);
}

.single-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.single-note .sn-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.single-note b {
  color: var(--espresso);
}

/* Success modal */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}
.success-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 48px);
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.45s var(--ease);
}
.checkout-overlay.show .success-modal {
  transform: none;
}
.success-modal .sm-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-glow);
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.success-modal h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.success-modal p {
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.success-modal .sm-order {
  font-weight: 700;
  color: var(--espresso);
}
.success-modal .sm-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .opt {
    flex-wrap: wrap;
  }
  .opt .opt-price {
    margin-left: auto;
  }
}

/* =====================================================================
   21. CONTACT PAGE                                                     
   ===================================================================== */

.contact-section {
  padding: clamp(48px, 7vw, 90px) 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Info column */
.contact-info {
  display: grid;
  gap: 18px;
}
.contact-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 14px 0 12px;
}
.contact-intro p {
  color: var(--ink-soft);
  margin: 0 0 4px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.info-card .ic-ico {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  box-shadow: var(--sh-sm);
}
.info-card .ic-body {
  min-width: 0;
}
.info-card .ic-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.info-card .ic-value {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  word-break: break-word;
}
.info-card .ic-value:hover {
  color: var(--cocoa);
}
.info-card .ic-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.info-card.wa {
  background: linear-gradient(140deg, #1f7a4d, #14532d);
  border-color: transparent;
}
.info-card.wa .ic-label {
  color: rgba(255, 255, 255, 0.7);
}
.info-card.wa .ic-value,
.info-card.wa .ic-sub {
  color: #fff;
}
.info-card.wa .ic-ico {
  background: rgba(255, 255, 255, 0.16);
}

.hours-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.hours-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hours-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--line);
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row b {
  color: var(--ink);
  font-weight: 700;
}
.hours-row .open {
  color: #1f7a4d;
  font-weight: 700;
}

/* Map column */
.map-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.map-toolbar .mt-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-toolbar .mt-title .mt-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.map-toolbar .mt-title h3 {
  font-family: var(--f-display);
  font-size: 1.25rem;
}
.map-toolbar .mt-title p {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin: 0;
}

/* mode switcher */
.map-modes {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px;
}
.map-modes button {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.map-modes button:hover {
  color: var(--espresso);
}
.map-modes button.active {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.map-modes button svg {
  width: 15px;
  height: 15px;
}

.map-frame {
  position: relative;
}
#desaMap {
  width: 100%;
  height: clamp(380px, 56vh, 580px);
  background: var(--sand);
  z-index: 1;
}

/* loading shimmer for map */
.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--espresso);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.map-loading.hide {
  opacity: 0;
  visibility: hidden;
}
.map-loading .ml-inner {
  text-align: center;
}
.map-loading .ml-hex {
  width: 46px;
  height: 50px;
  margin: 0 auto 12px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
.map-loading p {
  font-size: 0.9rem;
  font-weight: 700;
}

/* floating open-in-maps button over the map */
.map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-lg);
  transition:
    transform var(--t),
    background var(--t);
}
.map-open:hover {
  background: var(--cocoa);
  transform: translateY(-3px);
}

/* legend */
.map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.map-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.map-legend .lg-swatch {
  width: 26px;
  height: 14px;
  border-radius: 4px;
}
.map-legend .lg-swatch.area {
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.map-legend .lg-swatch.pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cocoa);
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.map-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Leaflet control restyle to match palette */
.leaflet-bar a {
  background: var(--paper) !important;
  color: var(--espresso) !important;
  border-color: var(--line) !important;
  font-weight: 700;
}
.leaflet-bar a:hover {
  background: var(--sand) !important;
}
.leaflet-popup-content-wrapper {
  border-radius: var(--r-md) !important;
  background: var(--paper) !important;
  box-shadow: var(--sh-md) !important;
}
.leaflet-popup-content {
  font-family: var(--f-body) !important;
  color: var(--ink) !important;
  margin: 14px 18px !important;
}
.leaflet-popup-content b {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.05rem;
}
.leaflet-popup-tip {
  background: var(--paper) !important;
}
.map-pin-label {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* Contact responsive */
@media (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .map-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .map-modes {
    width: 100%;
    justify-content: space-between;
  }
  .map-modes button {
    flex: 1;
    justify-content: center;
    padding: 9px 8px;
  }
  .map-modes button span {
    display: none;
  }
  .info-card .ic-value {
    font-size: 1.05rem;
  }
}

/* =====================================================================
   22. SEBARAN SEKTOR EKONOMI (home section 2)                          
   ===================================================================== */

.sebaran {
  padding: clamp(56px, 8vw, 100px) 0;
}
.sebaran .section-head {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.sebaran .section-head .eyebrow {
  justify-content: center;
}
.sebaran .section-head .eyebrow::before {
  display: none;
}

.sebaran-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

/* Toolbar: category tabs + map modes */
.sebaran-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

/* Category tabs (Perdagangan / Pariwisata) */
.sf-tabs {
  display: inline-flex;
  gap: 8px;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  transition: all var(--t);
}
.sf-btn:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.sf-btn .sf-ico {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.sf-btn .sf-count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.sf-btn.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-sm);
}
.sf-btn.active .sf-count {
  background: rgba(255, 255, 255, 0.22);
  color: var(--cream);
}
/* pariwisata accent when active */
.sf-btn[data-sector="pariwisata"].active {
  background: #1f7a4d;
  border-color: #1f7a4d;
}
.sf-btn[data-sector="pariwisata"].active .sf-count {
  background: rgba(255, 255, 255, 0.25);
}

/* Map frame */
.sebaran-frame {
  position: relative;
}
#sebaranMap {
  width: 100%;
  height: clamp(420px, 60vh, 620px);
  background: var(--sand);
  z-index: 1;
}

/* Permanent tooltip labels above pins */
.leaflet-tooltip.tt-label {
  background: var(--paper);
  color: var(--espresso);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.74rem;
  padding: 4px 11px;
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}
.leaflet-tooltip.tt-label::before {
  display: none;
} /* hide default arrow */
.leaflet-tooltip.tt-label--perdagangan {
  border-color: var(--cocoa);
}
.leaflet-tooltip.tt-label--pariwisata {
  border-color: #2d8a5e;
  color: #1d6944;
}
.sebaran-pin-wrap {
  background: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease);
}
.sebaran-pin-wrap:hover {
  transform: translateY(-3px);
}

/* Detail panel (floating card over map) */
.sebaran-detail {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 600;
  width: 292px;
  max-width: calc(100% - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px) scale(0.98);
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease),
    visibility 0.35s ease;
}
.sebaran-detail.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sd-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  transition: all var(--t);
}
.sd-close:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(90deg);
}
.sd-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.sd-cat--perdagangan {
  background: var(--sand);
  color: var(--espresso);
}
.sd-cat--pariwisata {
  background: #d6efe1;
  color: #1d6944;
}
.sebaran-detail h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  color: var(--espresso);
  margin: 0 0 16px;
  padding-right: 26px;
  line-height: 1.15;
}
.sd-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.sd-row:last-of-type {
  border-bottom: 0;
}
.sd-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
}
.sd-val {
  font-size: 0.96rem;
  color: var(--ink);
  font-weight: 600;
}
.sd-actions {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}
.sd-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.86rem;
  transition:
    transform var(--t),
    background var(--t),
    box-shadow var(--t);
}
.sd-wa {
  background: #1f7a4d;
  color: #fff;
}
.sd-wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.sd-gmaps {
  background: var(--espresso);
  color: var(--cream);
}
.sd-gmaps:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}

/* Legend */
.sebaran-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.sebaran-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sebaran-legend .lg-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.sebaran-legend .lg-dot.per {
  background: var(--cocoa);
}
.sebaran-legend .lg-dot.wis {
  background: #2d8a5e;
}
.sebaran-legend .lg-swatch.area {
  width: 26px;
  height: 14px;
  border-radius: 4px;
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.sebaran-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Responsive */
@media (max-width: 768px) {
  .sebaran-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .sf-tabs {
    justify-content: center;
  }
  .sebaran .map-modes {
    justify-content: center;
  }
  /* detail panel becomes bottom sheet */
  .sebaran-detail {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
    transform: translateY(20px);
  }
  .sebaran-detail.is-open {
    transform: none;
  }
}
@media (max-width: 480px) {
  .sf-btn {
    flex: 1;
    justify-content: center;
    padding: 11px 10px;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  /* keep search horizontal (icon · text · Cari) but compact on mobile */
  .hero-search {
    padding: 6px 6px 6px 16px;
    max-width: 100%;
  }
  .hero-search input {
    padding: 11px 4px;
    font-size: 0.92rem;
    min-width: 0;
  }
  .hero-search .btn {
    padding: 12px 18px;
    font-size: 0.88rem;
    flex: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* --- Mobile polish: padding, back-to-top, prevent edge crowding --- */
@media (max-width: 560px) {
  .container {
    padding-inline: 20px;
  }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                     
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 48px);
  align-items: start;
}

/* Form blocks */
.co-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 22px;
}
.co-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.co-block-head .num {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--f-body);
}
.co-block-head h3 {
  font-family: var(--f-display);
  font-size: 1.45rem;
}
.co-block-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  font-family: inherit;
}
.field textarea {
  resize: vertical;
  min-height: 92px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Selectable option cards (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.option:hover {
  border-color: var(--clay);
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option .radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.option .radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.option .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.option .opt-main {
  flex: 1;
  min-width: 0;
}
.option .opt-title {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.option .opt-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.option .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}
.option .badge-free {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cocoa);
  color: var(--cream);
  padding: 3px 9px;
  border-radius: var(--r-pill);
}
.option.selected {
  border-color: var(--cocoa);
  background: #fbf5ee;
  box-shadow: var(--sh-sm);
}
.option.selected .radio {
  border-color: var(--cocoa);
}
.option.selected .radio::after {
  transform: scale(1);
}
.option.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* ----- Order summary aside ----- */
.co-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.order-card .single-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin: 0 0 18px;
}

/* the single product being checked out */
.order-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 76px;
  height: 76px;
  flex: none;
  border-radius: 14px;
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
  flex: 1;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 2px 0;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* qty stepper inside summary */
.op-qtyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 4px;
}
.op-qtyrow span {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-line b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
}
.order-grand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
}
.order-grand .og-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-grand .og-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}

.place-order {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* mini trust card reuse */
.co-aside .trust-card h4 {
  margin-bottom: 14px;
}

/* empty (no product param) */
.co-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.co-empty.show {
  display: block;
}
.co-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.co-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.co-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 40ch;
}
.checkout-section.co-collapsed .checkout-layout {
  grid-template-columns: 1fr;
}
.checkout-section.co-collapsed .co-aside {
  display: none;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .co-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .option {
    flex-wrap: wrap;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                    
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Form column */
.checkout-form {
  display: grid;
  gap: 22px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.form-card-head .fch-num {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.form-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
}
.form-card-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-size: 0.92rem;
  width: 100%;
  transition:
    border-color var(--t),
    box-shadow var(--t),
    background var(--t);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
  background: var(--paper);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}
.field .err {
  font-size: 0.76rem;
  color: #b3261e;
  display: none;
}
.field.invalid .err {
  display: block;
}

/* selectable option rows (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.opt:hover {
  border-color: var(--clay);
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt .opt-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.opt .opt-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.opt .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
}
.opt .opt-body {
  flex: 1;
  min-width: 0;
}
.opt .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.opt .opt-desc {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.opt .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
  white-space: nowrap;
}
.opt .opt-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
}
.opt.selected {
  border-color: var(--cocoa);
  background: var(--paper);
  box-shadow: var(--sh-sm);
}
.opt.selected .opt-radio {
  border-color: var(--cocoa);
}
.opt.selected .opt-radio::after {
  transform: scale(1);
}
.opt.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* Order summary aside */
.checkout-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* product mini in summary */
.order-product {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-thumb .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  margin: 3px 0 6px;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-row b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.order-total .ot-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-total .ot-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}
.place-order {
  margin-top: 22px;
}
.place-order .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.secure-note svg {
  color: var(--cocoa);
}

.single-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.single-note .sn-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.single-note b {
  color: var(--espresso);
}

/* Success modal */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}
.success-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 48px);
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.45s var(--ease);
}
.checkout-overlay.show .success-modal {
  transform: none;
}
.success-modal .sm-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-glow);
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.success-modal h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.success-modal p {
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.success-modal .sm-order {
  font-weight: 700;
  color: var(--espresso);
}
.success-modal .sm-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .opt {
    flex-wrap: wrap;
  }
  .opt .opt-price {
    margin-left: auto;
  }
}

/* =====================================================================
   21. CONTACT PAGE                                                     
   ===================================================================== */

.contact-section {
  padding: clamp(48px, 7vw, 90px) 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Info column */
.contact-info {
  display: grid;
  gap: 18px;
}
.contact-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 14px 0 12px;
}
.contact-intro p {
  color: var(--ink-soft);
  margin: 0 0 4px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.info-card .ic-ico {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  box-shadow: var(--sh-sm);
}
.info-card .ic-body {
  min-width: 0;
}
.info-card .ic-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.info-card .ic-value {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  word-break: break-word;
}
.info-card .ic-value:hover {
  color: var(--cocoa);
}
.info-card .ic-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.info-card.wa {
  background: linear-gradient(140deg, #1f7a4d, #14532d);
  border-color: transparent;
}
.info-card.wa .ic-label {
  color: rgba(255, 255, 255, 0.7);
}
.info-card.wa .ic-value,
.info-card.wa .ic-sub {
  color: #fff;
}
.info-card.wa .ic-ico {
  background: rgba(255, 255, 255, 0.16);
}

.hours-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.hours-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hours-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--line);
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row b {
  color: var(--ink);
  font-weight: 700;
}
.hours-row .open {
  color: #1f7a4d;
  font-weight: 700;
}

/* Map column */
.map-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.map-toolbar .mt-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-toolbar .mt-title .mt-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.map-toolbar .mt-title h3 {
  font-family: var(--f-display);
  font-size: 1.25rem;
}
.map-toolbar .mt-title p {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin: 0;
}

/* mode switcher */
.map-modes {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px;
}
.map-modes button {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.map-modes button:hover {
  color: var(--espresso);
}
.map-modes button.active {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.map-modes button svg {
  width: 15px;
  height: 15px;
}

.map-frame {
  position: relative;
}
#desaMap {
  width: 100%;
  height: clamp(380px, 56vh, 580px);
  background: var(--sand);
  z-index: 1;
}

/* loading shimmer for map */
.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--espresso);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.map-loading.hide {
  opacity: 0;
  visibility: hidden;
}
.map-loading .ml-inner {
  text-align: center;
}
.map-loading .ml-hex {
  width: 46px;
  height: 50px;
  margin: 0 auto 12px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
.map-loading p {
  font-size: 0.9rem;
  font-weight: 700;
}

/* floating open-in-maps button over the map */
.map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-lg);
  transition:
    transform var(--t),
    background var(--t);
}
.map-open:hover {
  background: var(--cocoa);
  transform: translateY(-3px);
}

/* legend */
.map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.map-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.map-legend .lg-swatch {
  width: 26px;
  height: 14px;
  border-radius: 4px;
}
.map-legend .lg-swatch.area {
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.map-legend .lg-swatch.pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cocoa);
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.map-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Leaflet control restyle to match palette */
.leaflet-bar a {
  background: var(--paper) !important;
  color: var(--espresso) !important;
  border-color: var(--line) !important;
  font-weight: 700;
}
.leaflet-bar a:hover {
  background: var(--sand) !important;
}
.leaflet-popup-content-wrapper {
  border-radius: var(--r-md) !important;
  background: var(--paper) !important;
  box-shadow: var(--sh-md) !important;
}
.leaflet-popup-content {
  font-family: var(--f-body) !important;
  color: var(--ink) !important;
  margin: 14px 18px !important;
}
.leaflet-popup-content b {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.05rem;
}
.leaflet-popup-tip {
  background: var(--paper) !important;
}
.map-pin-label {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* Contact responsive */
@media (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .map-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .map-modes {
    width: 100%;
    justify-content: space-between;
  }
  .map-modes button {
    flex: 1;
    justify-content: center;
    padding: 9px 8px;
  }
  .map-modes button span {
    display: none;
  }
  .info-card .ic-value {
    font-size: 1.05rem;
  }
}

/* =====================================================================
   22. SEBARAN SEKTOR EKONOMI (home section 2)                          
   ===================================================================== */

.sebaran {
  padding: clamp(56px, 8vw, 100px) 0;
}
.sebaran .section-head {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.sebaran .section-head .eyebrow {
  justify-content: center;
}
.sebaran .section-head .eyebrow::before {
  display: none;
}

.sebaran-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

/* Toolbar: category tabs + map modes */
.sebaran-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

/* Category tabs (Perdagangan / Pariwisata) */
.sf-tabs {
  display: inline-flex;
  gap: 8px;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  transition: all var(--t);
}
.sf-btn:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.sf-btn .sf-ico {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.sf-btn .sf-count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.sf-btn.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-sm);
}
.sf-btn.active .sf-count {
  background: rgba(255, 255, 255, 0.22);
  color: var(--cream);
}
/* pariwisata accent when active */
.sf-btn[data-sector="pariwisata"].active {
  background: #1f7a4d;
  border-color: #1f7a4d;
}
.sf-btn[data-sector="pariwisata"].active .sf-count {
  background: rgba(255, 255, 255, 0.25);
}

/* Map frame */
.sebaran-frame {
  position: relative;
}
#sebaranMap {
  width: 100%;
  height: clamp(420px, 60vh, 620px);
  background: var(--sand);
  z-index: 1;
}

/* Permanent tooltip labels above pins */
.leaflet-tooltip.tt-label {
  background: var(--paper);
  color: var(--espresso);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.74rem;
  padding: 4px 11px;
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}
.leaflet-tooltip.tt-label::before {
  display: none;
} /* hide default arrow */
.leaflet-tooltip.tt-label--perdagangan {
  border-color: var(--cocoa);
}
.leaflet-tooltip.tt-label--pariwisata {
  border-color: #2d8a5e;
  color: #1d6944;
}
.sebaran-pin-wrap {
  background: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease);
}
.sebaran-pin-wrap:hover {
  transform: translateY(-3px);
}

/* Detail panel (floating card over map) */
.sebaran-detail {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 600;
  width: 292px;
  max-width: calc(100% - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px) scale(0.98);
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease),
    visibility 0.35s ease;
}
.sebaran-detail.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sd-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  transition: all var(--t);
}
.sd-close:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(90deg);
}
.sd-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.sd-cat--perdagangan {
  background: var(--sand);
  color: var(--espresso);
}
.sd-cat--pariwisata {
  background: #d6efe1;
  color: #1d6944;
}
.sebaran-detail h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  color: var(--espresso);
  margin: 0 0 16px;
  padding-right: 26px;
  line-height: 1.15;
}
.sd-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.sd-row:last-of-type {
  border-bottom: 0;
}
.sd-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
}
.sd-val {
  font-size: 0.96rem;
  color: var(--ink);
  font-weight: 600;
}
.sd-actions {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}
.sd-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.86rem;
  transition:
    transform var(--t),
    background var(--t),
    box-shadow var(--t);
}
.sd-wa {
  background: #1f7a4d;
  color: #fff;
}
.sd-wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.sd-gmaps {
  background: var(--espresso);
  color: var(--cream);
}
.sd-gmaps:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}

/* Legend */
.sebaran-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.sebaran-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sebaran-legend .lg-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.sebaran-legend .lg-dot.per {
  background: var(--cocoa);
}
.sebaran-legend .lg-dot.wis {
  background: #2d8a5e;
}
.sebaran-legend .lg-swatch.area {
  width: 26px;
  height: 14px;
  border-radius: 4px;
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.sebaran-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Responsive */
@media (max-width: 768px) {
  .sebaran-toolbar {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .sf-tabs {
    justify-content: center;
    width: 100%;
  }
  .sf-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 11px 10px;
    font-size: 0.85rem;
  }
  .sf-btn .sf-ico svg {
    width: 16px;
    height: 16px;
  }
  .sebaran .map-modes {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* detail panel becomes bottom sheet */
  .sebaran-detail {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
    transform: translateY(20px);
  }
  .sebaran-detail.is-open {
    transform: none;
  }
}
@media (max-width: 480px) {
  .sf-btn {
    padding: 10px 6px;
    font-size: 0.8rem;
    gap: 6px;
  }
  .sf-btn .sf-count {
    padding: 2px 6px;
  }
}

/* =====================================================================
   23. HOME PRODUCT GRID — compact 4-up cards (redesign)                
   ===================================================================== */

.hp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.hp-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.hp-card.is-hidden {
  display: none;
}
.hp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}

/* media */
.hp-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--clay);
}
.hp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.hp-card:hover .hp-thumb img {
  transform: scale(1.09);
}

/* category badge top-left */
.hp-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

/* hover overlay with "Lihat" button */
.hp-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: linear-gradient(
    180deg,
    rgba(58, 36, 23, 0) 35%,
    rgba(58, 36, 23, 0.45)
  );
  opacity: 0;
  transition: opacity var(--t);
}
.hp-card:hover .hp-overlay {
  opacity: 1;
}
.hp-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  background: var(--paper);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--sh-md);
  transform: translateY(10px);
  transition:
    transform var(--t),
    background var(--t),
    color var(--t);
}
.hp-card:hover .hp-view {
  transform: translateY(0);
}
.hp-view:hover {
  background: var(--espresso);
  color: var(--cream);
}

/* body */
.hp-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.hp-cat {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.hp-title {
  font-family: var(--f-display);
  font-size: 1.15rem;
  color: var(--espresso);
  line-height: 1.15;
  margin: 0;
}
.hp-rating {
  color: var(--cocoa);
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 2px;
}
.hp-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 5px;
}
.hp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.hp-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--espresso);
}
.hp-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--ink-faint);
}
.hp-add {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.hp-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.05);
}

/* Responsive: 3-up on tablet, 2-up on mobile */
@media (max-width: 1024px) {
  .hp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .hp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 768px) {
  /* touch devices: show overlay/Lihat without hover */
  .hp-thumb .hp-overlay {
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(58, 36, 23, 0) 55%,
      rgba(58, 36, 23, 0.35)
    );
  }
  .hp-view {
    transform: none;
    padding: 9px 16px;
    font-size: 0.82rem;
  }
  .hp-title {
    font-size: 1.05rem;
  }
  .hp-price {
    font-size: 1.05rem;
  }
}
@media (max-width: 380px) {
  .hp-body {
    padding: 13px 13px 15px;
  }
  .hp-add {
    width: 36px;
    height: 36px;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  /* keep search horizontal (icon · text · Cari) but compact on mobile */
  .hero-search {
    padding: 6px 6px 6px 16px;
    max-width: 100%;
  }
  .hero-search input {
    padding: 11px 4px;
    font-size: 0.92rem;
    min-width: 0;
  }
  .hero-search .btn {
    padding: 12px 18px;
    font-size: 0.88rem;
    flex: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* --- Mobile polish: padding, back-to-top, prevent edge crowding --- */
@media (max-width: 560px) {
  .container {
    padding-inline: 20px;
  }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid (reuses product-card) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 90px 20px 30px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                     
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 48px);
  align-items: start;
}

/* Form blocks */
.co-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 22px;
}
.co-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.co-block-head .num {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--f-body);
}
.co-block-head h3 {
  font-family: var(--f-display);
  font-size: 1.45rem;
}
.co-block-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  font-family: inherit;
}
.field textarea {
  resize: vertical;
  min-height: 92px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Selectable option cards (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.option:hover {
  border-color: var(--clay);
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option .radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.option .radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.option .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.option .opt-main {
  flex: 1;
  min-width: 0;
}
.option .opt-title {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.option .opt-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.option .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}
.option .badge-free {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cocoa);
  color: var(--cream);
  padding: 3px 9px;
  border-radius: var(--r-pill);
}
.option.selected {
  border-color: var(--cocoa);
  background: #fbf5ee;
  box-shadow: var(--sh-sm);
}
.option.selected .radio {
  border-color: var(--cocoa);
}
.option.selected .radio::after {
  transform: scale(1);
}
.option.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* ----- Order summary aside ----- */
.co-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.order-card .single-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin: 0 0 18px;
}

/* the single product being checked out */
.order-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 76px;
  height: 76px;
  flex: none;
  border-radius: 14px;
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
  flex: 1;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 2px 0;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* qty stepper inside summary */
.op-qtyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 4px;
}
.op-qtyrow span {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-line b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
}
.order-grand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
}
.order-grand .og-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-grand .og-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}

.place-order {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* mini trust card reuse */
.co-aside .trust-card h4 {
  margin-bottom: 14px;
}

/* empty (no product param) */
.co-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.co-empty.show {
  display: block;
}
.co-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.co-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.co-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 40ch;
}
.checkout-section.co-collapsed .checkout-layout {
  grid-template-columns: 1fr;
}
.checkout-section.co-collapsed .co-aside {
  display: none;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .co-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .option {
    flex-wrap: wrap;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                    
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Form column */
.checkout-form {
  display: grid;
  gap: 22px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.form-card-head .fch-num {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.form-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
}
.form-card-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-size: 0.92rem;
  width: 100%;
  transition:
    border-color var(--t),
    box-shadow var(--t),
    background var(--t);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
  background: var(--paper);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}
.field .err {
  font-size: 0.76rem;
  color: #b3261e;
  display: none;
}
.field.invalid .err {
  display: block;
}

/* selectable option rows (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.opt:hover {
  border-color: var(--clay);
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt .opt-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.opt .opt-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.opt .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
}
.opt .opt-body {
  flex: 1;
  min-width: 0;
}
.opt .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.opt .opt-desc {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.opt .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
  white-space: nowrap;
}
.opt .opt-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
}
.opt.selected {
  border-color: var(--cocoa);
  background: var(--paper);
  box-shadow: var(--sh-sm);
}
.opt.selected .opt-radio {
  border-color: var(--cocoa);
}
.opt.selected .opt-radio::after {
  transform: scale(1);
}
.opt.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* Order summary aside */
.checkout-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* product mini in summary */
.order-product {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-thumb .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  margin: 3px 0 6px;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-row b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.order-total .ot-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-total .ot-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}
.place-order {
  margin-top: 22px;
}
.place-order .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.secure-note svg {
  color: var(--cocoa);
}

.single-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.single-note .sn-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.single-note b {
  color: var(--espresso);
}

/* Success modal */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}
.success-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 48px);
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.45s var(--ease);
}
.checkout-overlay.show .success-modal {
  transform: none;
}
.success-modal .sm-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-glow);
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.success-modal h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.success-modal p {
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.success-modal .sm-order {
  font-weight: 700;
  color: var(--espresso);
}
.success-modal .sm-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .opt {
    flex-wrap: wrap;
  }
  .opt .opt-price {
    margin-left: auto;
  }
}

/* =====================================================================
   21. CONTACT PAGE                                                     
   ===================================================================== */

.contact-section {
  padding: clamp(48px, 7vw, 90px) 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Info column */
.contact-info {
  display: grid;
  gap: 18px;
}
.contact-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 14px 0 12px;
}
.contact-intro p {
  color: var(--ink-soft);
  margin: 0 0 4px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.info-card .ic-ico {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  box-shadow: var(--sh-sm);
}
.info-card .ic-body {
  min-width: 0;
}
.info-card .ic-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.info-card .ic-value {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  word-break: break-word;
}
.info-card .ic-value:hover {
  color: var(--cocoa);
}
.info-card .ic-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.info-card.wa {
  background: linear-gradient(140deg, #1f7a4d, #14532d);
  border-color: transparent;
}
.info-card.wa .ic-label {
  color: rgba(255, 255, 255, 0.7);
}
.info-card.wa .ic-value,
.info-card.wa .ic-sub {
  color: #fff;
}
.info-card.wa .ic-ico {
  background: rgba(255, 255, 255, 0.16);
}

.hours-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.hours-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hours-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--line);
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row b {
  color: var(--ink);
  font-weight: 700;
}
.hours-row .open {
  color: #1f7a4d;
  font-weight: 700;
}

/* Map column */
.map-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.map-toolbar .mt-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-toolbar .mt-title .mt-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.map-toolbar .mt-title h3 {
  font-family: var(--f-display);
  font-size: 1.25rem;
}
.map-toolbar .mt-title p {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin: 0;
}

/* mode switcher */
.map-modes {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px;
}
.map-modes button {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.map-modes button:hover {
  color: var(--espresso);
}
.map-modes button.active {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.map-modes button svg {
  width: 15px;
  height: 15px;
}

.map-frame {
  position: relative;
}
#desaMap {
  width: 100%;
  height: clamp(380px, 56vh, 580px);
  background: var(--sand);
  z-index: 1;
}

/* loading shimmer for map */
.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--espresso);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.map-loading.hide {
  opacity: 0;
  visibility: hidden;
}
.map-loading .ml-inner {
  text-align: center;
}
.map-loading .ml-hex {
  width: 46px;
  height: 50px;
  margin: 0 auto 12px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
.map-loading p {
  font-size: 0.9rem;
  font-weight: 700;
}

/* floating open-in-maps button over the map */
.map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-lg);
  transition:
    transform var(--t),
    background var(--t);
}
.map-open:hover {
  background: var(--cocoa);
  transform: translateY(-3px);
}

/* legend */
.map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.map-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.map-legend .lg-swatch {
  width: 26px;
  height: 14px;
  border-radius: 4px;
}
.map-legend .lg-swatch.area {
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.map-legend .lg-swatch.pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cocoa);
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.map-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Leaflet control restyle to match palette */
.leaflet-bar a {
  background: var(--paper) !important;
  color: var(--espresso) !important;
  border-color: var(--line) !important;
  font-weight: 700;
}
.leaflet-bar a:hover {
  background: var(--sand) !important;
}
.leaflet-popup-content-wrapper {
  border-radius: var(--r-md) !important;
  background: var(--paper) !important;
  box-shadow: var(--sh-md) !important;
}
.leaflet-popup-content {
  font-family: var(--f-body) !important;
  color: var(--ink) !important;
  margin: 14px 18px !important;
}
.leaflet-popup-content b {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.05rem;
}
.leaflet-popup-tip {
  background: var(--paper) !important;
}
.map-pin-label {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* Contact responsive */
@media (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .map-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .map-modes {
    width: 100%;
    justify-content: space-between;
  }
  .map-modes button {
    flex: 1;
    justify-content: center;
    padding: 9px 8px;
  }
  .map-modes button span {
    display: none;
  }
  .info-card .ic-value {
    font-size: 1.05rem;
  }
}

/* =====================================================================
   22. SEBARAN SEKTOR EKONOMI (home section 2)                          
   ===================================================================== */

.sebaran {
  padding: clamp(56px, 8vw, 100px) 0;
}
.sebaran .section-head {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.sebaran .section-head .eyebrow {
  justify-content: center;
}
.sebaran .section-head .eyebrow::before {
  display: none;
}

.sebaran-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

/* Toolbar: category tabs + map modes */
.sebaran-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

/* Category tabs (Perdagangan / Pariwisata) */
.sf-tabs {
  display: inline-flex;
  gap: 8px;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  transition: all var(--t);
}
.sf-btn:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.sf-btn .sf-ico {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.sf-btn .sf-count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.sf-btn.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-sm);
}
.sf-btn.active .sf-count {
  background: rgba(255, 255, 255, 0.22);
  color: var(--cream);
}
/* pariwisata accent when active */
.sf-btn[data-sector="pariwisata"].active {
  background: #1f7a4d;
  border-color: #1f7a4d;
}
.sf-btn[data-sector="pariwisata"].active .sf-count {
  background: rgba(255, 255, 255, 0.25);
}

/* Map frame */
.sebaran-frame {
  position: relative;
}
#sebaranMap {
  width: 100%;
  height: clamp(420px, 60vh, 620px);
  background: var(--sand);
  z-index: 1;
}

/* Permanent tooltip labels above pins */
.leaflet-tooltip.tt-label {
  background: var(--paper);
  color: var(--espresso);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.74rem;
  padding: 4px 11px;
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}
.leaflet-tooltip.tt-label::before {
  display: none;
} /* hide default arrow */
.leaflet-tooltip.tt-label--perdagangan {
  border-color: var(--cocoa);
}
.leaflet-tooltip.tt-label--pariwisata {
  border-color: #2d8a5e;
  color: #1d6944;
}
.sebaran-pin-wrap {
  background: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease);
}
.sebaran-pin-wrap:hover {
  transform: translateY(-3px);
}

/* Detail panel (floating card over map) */
.sebaran-detail {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 600;
  width: 292px;
  max-width: calc(100% - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px) scale(0.98);
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease),
    visibility 0.35s ease;
}
.sebaran-detail.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sd-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  transition: all var(--t);
}
.sd-close:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(90deg);
}
.sd-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.sd-cat--perdagangan {
  background: var(--sand);
  color: var(--espresso);
}
.sd-cat--pariwisata {
  background: #d6efe1;
  color: #1d6944;
}
.sebaran-detail h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  color: var(--espresso);
  margin: 0 0 16px;
  padding-right: 26px;
  line-height: 1.15;
}
.sd-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.sd-row:last-of-type {
  border-bottom: 0;
}
.sd-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
}
.sd-val {
  font-size: 0.96rem;
  color: var(--ink);
  font-weight: 600;
}
.sd-actions {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}
.sd-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.86rem;
  transition:
    transform var(--t),
    background var(--t),
    box-shadow var(--t);
}
.sd-wa {
  background: #1f7a4d;
  color: #fff;
}
.sd-wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.sd-gmaps {
  background: var(--espresso);
  color: var(--cream);
}
.sd-gmaps:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}

/* Legend */
.sebaran-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.sebaran-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sebaran-legend .lg-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.sebaran-legend .lg-dot.per {
  background: var(--cocoa);
}
.sebaran-legend .lg-dot.wis {
  background: #2d8a5e;
}
.sebaran-legend .lg-swatch.area {
  width: 26px;
  height: 14px;
  border-radius: 4px;
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.sebaran-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Responsive */
@media (max-width: 768px) {
  .sebaran-toolbar {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .sf-tabs {
    justify-content: center;
    width: 100%;
  }
  .sf-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 11px 10px;
    font-size: 0.85rem;
  }
  .sf-btn .sf-ico svg {
    width: 16px;
    height: 16px;
  }
  .sebaran .map-modes {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* detail panel becomes bottom sheet */
  .sebaran-detail {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
    transform: translateY(20px);
  }
  .sebaran-detail.is-open {
    transform: none;
  }
}
@media (max-width: 480px) {
  .sf-btn {
    padding: 10px 6px;
    font-size: 0.8rem;
    gap: 6px;
  }
  .sf-btn .sf-count {
    padding: 2px 6px;
  }
}

/* =====================================================================
   23. HOME PRODUCT GRID — compact 4-up cards (redesign)                
   ===================================================================== */

.hp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.hp-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.hp-card.is-hidden {
  display: none;
}
.hp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}

/* media */
.hp-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--clay);
}
.hp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.hp-card:hover .hp-thumb img {
  transform: scale(1.09);
}

/* category badge top-left */
.hp-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

/* hover overlay with "Lihat" button */
.hp-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: linear-gradient(
    180deg,
    rgba(58, 36, 23, 0) 35%,
    rgba(58, 36, 23, 0.45)
  );
  opacity: 0;
  transition: opacity var(--t);
}
.hp-card:hover .hp-overlay {
  opacity: 1;
}
.hp-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  background: var(--paper);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--sh-md);
  transform: translateY(10px);
  transition:
    transform var(--t),
    background var(--t),
    color var(--t);
}
.hp-card:hover .hp-view {
  transform: translateY(0);
}
.hp-view:hover {
  background: var(--espresso);
  color: var(--cream);
}

/* body */
.hp-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.hp-cat {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.hp-title {
  font-family: var(--f-display);
  font-size: 1.15rem;
  color: var(--espresso);
  line-height: 1.15;
  margin: 0;
}
.hp-rating {
  color: var(--cocoa);
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 2px;
}
.hp-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 5px;
}
.hp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.hp-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--espresso);
}
.hp-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--ink-faint);
}
.hp-add {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.hp-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.05);
}

/* Responsive: 3-up on tablet, 2-up on mobile */
@media (max-width: 1024px) {
  .hp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .hp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 768px) {
  /* touch devices: show overlay/Lihat without hover */
  .hp-thumb .hp-overlay {
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(58, 36, 23, 0) 55%,
      rgba(58, 36, 23, 0.35)
    );
  }
  .hp-view {
    transform: none;
    padding: 9px 16px;
    font-size: 0.82rem;
  }
  .hp-title {
    font-size: 1.05rem;
  }
  .hp-price {
    font-size: 1.05rem;
  }
}
@media (max-width: 380px) {
  .hp-body {
    padding: 13px 13px 15px;
  }
  .hp-add {
    width: 36px;
    height: 36px;
  }
}

/* =====================================================================
   24. DETAIL PRODUK PAGE                                               
   ===================================================================== */

.detail-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

/* Gallery */
.dp-gallery {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}
.dp-main {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--clay);
  box-shadow: var(--sh-md);
}
.dp-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.dp-main:hover img {
  transform: scale(1.05);
}
.dp-main .dp-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.dp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.dp-thumb {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--sand);
  transition:
    border-color var(--t),
    transform var(--t);
}
.dp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dp-thumb:hover {
  transform: translateY(-2px);
}
.dp-thumb.active {
  border-color: var(--cocoa);
}

/* Info */
.dp-info {
  display: flex;
  flex-direction: column;
}
.dp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--ink-soft);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.dp-breadcrumb a:hover {
  color: var(--cocoa);
}
.dp-breadcrumb .sep {
  opacity: 0.5;
}
.dp-breadcrumb .current {
  color: var(--cocoa);
  font-weight: 600;
}

.dp-cat-label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.dp-title {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--espresso);
  line-height: 1.1;
  margin: 8px 0 14px;
}

.dp-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.dp-rating {
  color: var(--cocoa);
  font-size: 0.95rem;
  letter-spacing: 2px;
}
.dp-rating small {
  color: var(--ink-soft);
  letter-spacing: 0;
  margin-left: 8px;
  font-size: 0.85rem;
}
.dp-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1f7a4d;
}
.dp-stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f7a4d;
}

.dp-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
}
.dp-price .now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  color: var(--espresso);
}
.dp-price .unit {
  font-size: 0.9rem;
  color: var(--ink-faint);
}

.dp-desc {
  color: var(--ink-soft);
  line-height: 1.75;
  margin: 0 0 24px;
}

/* feature mini badges */
.dp-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}
.dp-feature {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 9px 16px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
}
.dp-feature svg {
  color: var(--cocoa);
}

/* quantity + actions */
.dp-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.dp-qty {
  display: inline-flex;
  align-items: center;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.dp-qty button {
  width: 44px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.2rem;
  transition: background var(--t);
}
.dp-qty button:hover {
  background: var(--sand);
}
.dp-qty input {
  width: 48px;
  height: 50px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
  -moz-appearance: textfield;
}
.dp-qty input::-webkit-outer-spin-button,
.dp-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dp-buy .btn {
  flex: 1;
  min-width: 160px;
}
.dp-buy .btn--lg {
  padding: 16px 28px;
}

.dp-wish {
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.dp-wish:hover {
  background: var(--cocoa);
  color: var(--cream);
  border-color: var(--cocoa);
}

/* seller note */
.dp-seller {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 16px 18px;
  background: var(--sand);
  border-radius: var(--r-md);
}
.dp-seller .ds-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.dp-seller .ds-lbl {
  font-size: 0.76rem;
  color: var(--ink-soft);
}
.dp-seller .ds-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* ── Tabs (deskripsi / detail / ulasan) ── */
.dp-tabs-wrap {
  margin-top: clamp(40px, 6vw, 72px);
}
.dp-tabnav {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.dp-tabnav button {
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
  transition: color var(--t);
}
.dp-tabnav button::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -1px;
  height: 3px;
  background: var(--cocoa);
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transition: transform var(--t);
}
.dp-tabnav button:hover {
  color: var(--espresso);
}
.dp-tabnav button.active {
  color: var(--espresso);
}
.dp-tabnav button.active::after {
  transform: scaleX(1);
}
.dp-panel {
  display: none;
  padding: 28px 0;
  color: var(--ink-soft);
  line-height: 1.8;
  max-width: 760px;
}
.dp-panel.active {
  display: block;
}
.dp-panel h4 {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.25rem;
  margin: 0 0 12px;
}
.dp-panel ul {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}
.dp-panel li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.dp-panel li .li-ico {
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.dp-spec {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
  max-width: 520px;
}
.dp-spec dt {
  font-weight: 700;
  color: var(--ink);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.dp-spec dd {
  margin: 0;
  color: var(--ink-soft);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

/* ── Related products (reuse hp-card) ── */
.dp-related {
  margin-top: clamp(48px, 7vw, 90px);
}
.dp-related .section-head {
  margin-bottom: clamp(24px, 4vw, 40px);
}

/* Toast */
.dp-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  background: var(--espresso);
  color: var(--cream);
  padding: 14px 24px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--sh-lg);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease),
    visibility 0.35s;
}
.dp-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dp-toast svg {
  color: var(--tan);
}

/* Responsive */
@media (max-width: 900px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .dp-gallery {
    position: static;
  }
}
@media (max-width: 560px) {
  .dp-spec {
    grid-template-columns: 130px 1fr;
  }
  .dp-buy .btn {
    min-width: 100%;
  }
  .dp-buy {
    gap: 12px;
  }
}

/* =====================================================================
   24. PRODUCT DETAIL PAGE                                              
   ===================================================================== */

.pd-section {
  padding: clamp(40px, 6vw, 76px) 0;
}

/* Top: gallery + info */
.pd-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

/* ---------- Gallery ---------- */
.pd-gallery {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 96px;
}
.pd-stage {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--clay);
  aspect-ratio: 1 / 1;
  box-shadow: var(--sh-md);
}
.pd-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  transform: scale(1.02);
}
.pd-stage img.active {
  opacity: 1;
  transform: scale(1);
}
.pd-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.92);
  color: var(--espresso);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-md);
  transition:
    background var(--t),
    transform var(--t);
}
.pd-nav:hover {
  background: var(--espresso);
  color: var(--cream);
}
.pd-nav.prev {
  left: 14px;
}
.pd-nav.next {
  right: 14px;
}
.pd-nav:active {
  transform: translateY(-50%) scale(0.92);
}
.pd-counter {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
  background: rgba(58, 36, 23, 0.7);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}

/* thumbnails */
.pd-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.pd-thumb {
  border-radius: var(--r-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--clay);
  transition:
    border-color var(--t),
    transform var(--t);
}
.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-thumb:hover {
  transform: translateY(-3px);
}
.pd-thumb.active {
  border-color: var(--cocoa);
  box-shadow: var(--sh-sm);
}

/* ---------- Info ---------- */
.pd-info .pd-cat {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pd-info h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin: 8px 0 14px;
}
.pd-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.pd-stars {
  color: var(--cocoa);
  letter-spacing: 2px;
  font-size: 1rem;
}
.pd-meta .pd-rate-num {
  font-weight: 800;
  color: var(--espresso);
}
.pd-meta .pd-reviews {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.pd-meta .pd-sep {
  width: 1px;
  height: 16px;
  background: var(--line-2);
}
.pd-meta .pd-sold {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.pd-price-box {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 22px;
}
.pd-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
}
.pd-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink-faint);
}
.pd-price-old {
  font-size: 1.1rem;
  color: var(--ink-faint);
  text-decoration: line-through;
}
.pd-disc {
  font-size: 0.76rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: #e7d4b0;
  color: var(--espresso);
}

/* quantity + actions */
.pd-buy {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.pd-qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pd-qty-row .lbl {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
}
.pd-qty {
  display: inline-flex;
  align-items: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.pd-qty button {
  width: 40px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.2rem;
  transition: background var(--t);
}
.pd-qty button:hover {
  background: var(--sand);
}
.pd-qty input {
  width: 46px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.pd-qty input::-webkit-outer-spin-button,
.pd-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pd-stock {
  font-size: 0.85rem;
  color: #1f7a4d;
  font-weight: 700;
}

.pd-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pd-actions .btn {
  flex: 1;
  min-width: 160px;
}
.pd-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.98rem;
  background: transparent;
  color: var(--espresso);
  border: 1.5px solid var(--cocoa);
  transition: all var(--t);
}
.pd-cart:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.pd-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.98rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition: all var(--t);
}
.pd-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}

/* quick perks */
.pd-perks {
  display: grid;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pd-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.pd-perks .pk-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}

/* ---------- Store card ---------- */
.pd-store {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  margin-top: 26px;
}
.pd-store .st-logo {
  width: 60px;
  height: 60px;
  flex: none;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: var(--sh-sm);
}
.pd-store .st-info {
  flex: 1;
  min-width: 180px;
}
.pd-store .st-name {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pd-store .st-verified {
  color: #1f7a4d;
}
.pd-store .st-loc {
  font-size: 0.85rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
.pd-store .st-actions {
  display: flex;
  gap: 10px;
}
.pd-store .st-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all var(--t);
}
.pd-store .st-btn.wa {
  background: #1f7a4d;
  color: #fff;
}
.pd-store .st-btn.wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
}
.pd-store .st-btn.call {
  background: var(--cream);
  color: var(--espresso);
  border: 1.5px solid var(--line-2);
}
.pd-store .st-btn.call:hover {
  border-color: var(--cocoa);
}

/* ---------- Lower sections ---------- */
.pd-lower {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  gap: clamp(34px, 4vw, 52px);
}
.pd-block h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pd-block h2 .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cocoa);
}
.pd-desc-card,
.pd-review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.pd-desc-card p {
  color: var(--ink-soft);
  margin: 0 0 14px;
}
.pd-desc-card p:last-child {
  margin-bottom: 0;
}
.pd-desc-card ul.pd-specs {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pd-desc-card .pd-specs li {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  background: var(--cream);
  border-radius: var(--r-sm);
  font-size: 0.9rem;
}
.pd-desc-card .pd-specs b {
  color: var(--espresso);
}

/* reviews */
.pd-review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.pd-rev-big {
  text-align: center;
}
.pd-rev-big .rb-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 3.2rem;
  color: var(--espresso);
  line-height: 1;
}
.pd-rev-big .rb-stars {
  color: var(--cocoa);
  letter-spacing: 2px;
  margin: 6px 0 4px;
}
.pd-rev-big .rb-count {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.pd-rev-bars {
  flex: 1;
  min-width: 220px;
  display: grid;
  gap: 7px;
}
.pd-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.pd-bar-row .br-star {
  width: 30px;
  color: var(--cocoa);
}
.pd-bar-track {
  flex: 1;
  height: 8px;
  border-radius: 99px;
  background: var(--sand);
  overflow: hidden;
}
.pd-bar-fill {
  height: 100%;
  background: var(--cocoa);
  border-radius: 99px;
}
.pd-bar-row .br-pct {
  width: 36px;
  text-align: right;
}

.pd-review-list {
  display: grid;
  gap: 18px;
}
.pd-review-item {
  display: flex;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--line);
}
.pd-review-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pd-rev-avatar {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.1rem;
}
.pd-rev-body {
  flex: 1;
}
.pd-rev-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 4px;
}
.pd-rev-name {
  font-weight: 700;
  color: var(--ink);
}
.pd-rev-date {
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.pd-rev-stars {
  color: var(--cocoa);
  font-size: 0.82rem;
  letter-spacing: 1px;
}
.pd-rev-text {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* related products reuse hp-grid */
.pd-related .hp-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pd-top {
    grid-template-columns: 1fr;
  }
  .pd-gallery {
    position: static;
  }
  .pd-related .hp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .pd-related .hp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd-desc-card .pd-specs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .pd-actions .btn,
  .pd-actions .pd-cart,
  .pd-actions .pd-checkout {
    min-width: 100%;
  }
  .pd-review-summary {
    gap: 18px;
  }
}

/* =====================================================================
   TukuTuwung — Custom Stylesheet (style.css)
   Pusat Oleh-Oleh & Produk Unggulan Desa Tuwung
   ---------------------------------------------------------------------
   Palette: #ede0d4  #e6ccb2  #ddb892  #b08968  #7f5539  #9c6644
   This file is self-contained: it loads on top of bootstrap.min.css
   but does NOT depend on it. Layout & responsiveness are pure CSS
   (Grid / Flexbox / clamp). Replace the template's green style.css
   with this one.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
:root {
  /* Brand palette */
  --cream: #ede0d4;
  --sand: #e6ccb2;
  --tan: #ddb892;
  --clay: #b08968;
  --espresso: #7f5539;
  --cocoa: #9c6644;

  /* Derived tones */
  --paper: #f6efe6; /* card surface, lighter than cream  */
  --ink: #3a2417; /* primary text                       */
  --ink-soft: rgba(58, 36, 23, 0.68);
  --ink-faint: rgba(58, 36, 23, 0.45);
  --line: rgba(127, 85, 57, 0.16);
  --line-2: rgba(127, 85, 57, 0.28);

  /* Shadows — warm, brown-tinted */
  --sh-sm: 0 2px 8px rgba(86, 56, 36, 0.08);
  --sh-md: 0 14px 34px -16px rgba(86, 56, 36, 0.35);
  --sh-lg: 0 36px 70px -28px rgba(86, 56, 36, 0.45);
  --sh-glow: 0 18px 40px -14px rgba(156, 102, 68, 0.55);

  /* Type */
  --f-display: "Fraunces", "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;

  /* Shape */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t: 0.45s var(--ease);

  --maxw: 1240px;
}

/* ------------------------------------------------------------------ */
/* 2. Reset & base                                                     */
/* ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 0.55vw + 13.5px, 17px);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(
      circle at 18% 12%,
      rgba(221, 184, 146, 0.35),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(230, 204, 178, 0.55),
      transparent 40%
    ),
    radial-gradient(rgba(127, 85, 57, 0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-attachment: fixed, fixed, scroll;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}

::selection {
  background: var(--cocoa);
  color: var(--cream);
}

/* Utility container */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 40px);
}

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cocoa);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  margin-top: 16px;
}
.section-head p {
  color: var(--ink-soft);
  margin: 16px 0 0;
}

/* highlighted word with hand-drawn underline feel */
.mark {
  position: relative;
  font-style: italic;
  color: var(--cocoa);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.04em;
  height: 0.34em;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(221, 184, 146, 0.85) 55%
  );
  z-index: -1;
}

/* ------------------------------------------------------------------ */
/* 3. Buttons                                                          */
/* ------------------------------------------------------------------ */
.btn {
  --bg: var(--espresso);
  --fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--bg);
  color: var(--fg);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
  box-shadow: var(--sh-sm);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% 120%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(-1px);
}

.btn--cocoa {
  --bg: var(--cocoa);
}
.btn--outline {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line-2);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.btn--lg {
  padding: 17px 34px;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* 4. Page loader                                                      */
/* ------------------------------------------------------------------ */
.tt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.tt-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.tt-loader .hex {
  width: 54px;
  height: 60px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
@keyframes spinPulse {
  0%,
  100% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------ */
/* 5. Topbar                                                           */
/* ------------------------------------------------------------------ */
.topbar {
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding-block: 8px;
}
.topbar a {
  transition: color var(--t);
}
.topbar a:hover {
  color: var(--tan);
}
.topbar .ico {
  color: var(--tan);
  margin-right: 7px;
}
.topbar .tb-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Header / Navbar                                                  */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246, 239, 230, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition:
    padding var(--t),
    box-shadow var(--t),
    border-color var(--t),
    background var(--t);
}
.site-header.scrolled {
  box-shadow: var(--sh-sm);
  border-color: var(--line);
  background: rgba(246, 239, 230, 0.94);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  transition: min-height var(--t);
}
.site-header.scrolled .nav-wrap {
  min-height: 66px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .mark-hex {
  width: 38px;
  height: 42px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(127, 85, 57, 0.3));
}
.brand .brand-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--espresso);
  line-height: 1;
}
.brand .brand-name b {
  color: var(--cocoa);
  font-weight: 600;
}

/* nav links */
.main-nav {
  display: flex;
  gap: 6px;
}
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  border-radius: var(--r-pill);
  transition:
    color var(--t),
    background var(--t);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--cocoa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.main-nav a:hover {
  color: var(--espresso);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}
.main-nav a.active {
  color: var(--espresso);
}

/* actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  color: var(--espresso);
  position: relative;
  transition:
    background var(--t),
    color var(--t),
    transform var(--t);
}
.icon-btn:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.icon-btn .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--cocoa);
  color: var(--cream);
  border-radius: var(--r-pill);
  border: 2px solid var(--paper);
}

/* ------------------------------------------------------------------ */
/* Dropdown profil (akun) — guest & logged-in                          */
/* ------------------------------------------------------------------ */
.profile-dd {
  position: relative;
}

/* Panel dropdown: tersembunyi default, muncul lewat .show (toggle JS) */
.profile-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
  z-index: 950;
}
.profile-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* --- Belum login (tamu) --- */
.pp-guest {
  text-align: center;
}
.pp-guest .gi {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
}
.pp-guest .gt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--espresso);
  margin-bottom: 4px;
}
.pp-guest .gs {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pp-guest .g-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Sudah login --- */
.pp-user .u-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.pp-user .u-top .u-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}
.pp-user .u-nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-user .u-un {
  font-size: 0.8rem;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition:
    background var(--t),
    color var(--t);
}
.u-links a:hover {
  background: var(--sand);
  color: var(--espresso);
}
.u-links a svg {
  flex: none;
  opacity: 0.8;
}
.u-links a.danger {
  color: #b3413a;
}
.u-links a.danger:hover {
  background: rgba(179, 65, 58, 0.1);
  color: #b3413a;
}

@media (max-width: 980px) {
  .profile-pop {
    right: -10px;
  }
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--espresso);
  color: var(--cream);
  place-items: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* mobile nav */
@media (max-width: 980px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children — disable it on mobile so the slide-in menu covers the viewport */
  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(246, 239, 230, 0.97);
  }
  .nav-toggle {
    display: grid;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(330px, 84vw);
    flex-direction: column;
    gap: 4px;
    background: var(--paper);
    padding: 96px 22px 32px;
    box-shadow: var(--sh-lg);
    transform: translateX(110%);
    transition: transform 0.5s var(--ease);
    z-index: 905;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .main-nav a {
    font-size: 1.15rem;
    padding: 14px 18px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-actions .label-hide {
    display: none;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 36, 23, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 904;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 981px) {
  .nav-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* 7. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.hero-deco--1 {
  top: -40px;
  right: -60px;
  width: 280px;
  color: var(--tan);
}
.hero-deco--2 {
  bottom: 30px;
  left: -50px;
  width: 200px;
  color: var(--clay);
  opacity: 0.35;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 22px;
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  letter-spacing: -0.025em;
}
.hero-copy h1 .accent {
  color: var(--cocoa);
  display: block;
}
.hero-copy .lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 44ch;
}

/* search */
.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 7px 7px 7px 22px;
  max-width: 480px;
  box-shadow: var(--sh-sm);
  transition:
    box-shadow var(--t),
    border-color var(--t);
}
.hero-search:focus-within {
  border-color: var(--cocoa);
  box-shadow: var(--sh-md);
}
.hero-search .ico {
  color: var(--clay);
}
.hero-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 12px 6px;
}
.hero-search input::placeholder {
  color: var(--ink-faint);
}
.hero-search .btn {
  padding: 13px 26px;
}

/* trust mini-row */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-top: 34px;
}
.hero-trust .ht-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hero-trust .ht-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.hero-trust .ht-lbl {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 14ch;
  line-height: 1.3;
}
.hero-trust .ht-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* hero media */
.hero-media {
  position: relative;
}
.hero-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 11 / 10;
  background: var(--clay);
  transform: rotate(1.4deg);
  transition: transform var(--t);
}
.hero-frame:hover {
  transform: rotate(0deg);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(58, 36, 23, 0.45));
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  background: var(--cocoa);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
}

/* floating seal */
.hero-seal {
  position: absolute;
  top: -26px;
  right: -18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  animation: floaty 6s ease-in-out infinite;
}
.hero-seal .seal-rot {
  position: absolute;
  inset: 0;
  animation: spin 22s linear infinite;
}
.hero-seal .seal-core {
  position: relative;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.hero-seal .seal-core b {
  font-size: 1.5rem;
  display: block;
}
.hero-seal .seal-core span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* floating price card */
.hero-chip {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floaty 7s ease-in-out infinite 0.6s;
}
.hero-chip .chip-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
  border-radius: 12px;
  font-size: 1.1rem;
}
.hero-chip .chip-lbl {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.hero-chip .chip-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------------------------------------------------------ */
/* 8. Trust marquee strip                                              */
/* ------------------------------------------------------------------ */
.marquee {
  background: var(--espresso);
  color: var(--cream);
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--tan);
  font-size: 0.9rem;
}
@keyframes scrollX {
  to {
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------------ */
/* 9. Features                                                         */
/* ------------------------------------------------------------------ */
.features {
  padding: clamp(56px, 8vw, 100px) 0 clamp(20px, 3vw, 30px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 26px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.feature-card .fc-ico {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  font-size: 1.4rem;
  box-shadow: var(--sh-sm);
}
.feature-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* 10. Products                                                        */
/* ------------------------------------------------------------------ */
.products {
  padding: clamp(56px, 8vw, 100px) 0;
}
.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tabs button {
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  transition: all var(--t);
}
.filter-tabs button:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.filter-tabs button.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-md);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.product-card.is-hidden {
  display: none;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
  border-color: var(--tan);
}
.pc-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: var(--clay);
}
.pc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .pc-media img {
  transform: scale(1.07);
}
.pc-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(58, 36, 23, 0.78);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pc-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.9);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity var(--t),
    transform var(--t),
    background var(--t);
}
.product-card:hover .pc-fav {
  opacity: 1;
  transform: translateY(0);
}
.pc-fav:hover {
  background: var(--cocoa);
  color: var(--cream);
}
.pc-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pc-umkm {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pc-title {
  font-size: 1.5rem;
  margin: 6px 0 10px;
}
.pc-desc {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 18px;
  flex: 1;
}
.pc-rating {
  color: var(--cocoa);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.pc-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 6px;
}
.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pc-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--espresso);
}
.pc-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.pc-add {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: all var(--t);
}
.pc-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.06);
}

/* ------------------------------------------------------------------ */
/* 11. Story / About                                                   */
/* ------------------------------------------------------------------ */
.story {
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(221, 184, 146, 0.5),
      transparent 45%
    ),
    var(--sand);
  border-radius: clamp(28px, 4vw, 48px);
  margin: 0 clamp(0px, 2vw, 24px);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.story-media {
  position: relative;
}
.story-media .sm-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
.story-media .sm-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-sub {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 48%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 6px solid var(--paper);
  aspect-ratio: 5/4;
}
.story-media .sm-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media .sm-badge {
  position: absolute;
  left: -22px;
  top: 28px;
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  text-align: center;
}
.story-media .sm-badge b {
  font-family: var(--f-display);
  font-size: 1.7rem;
  display: block;
}
.story-media .sm-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.story-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  margin-top: 16px;
}
.story-copy p {
  color: var(--ink-soft);
  margin: 18px 0;
}
.story-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
}
.story-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.story-list .li-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}
.story-stats .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
  line-height: 1;
}
.story-stats .ss-lbl {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* 12. CTA banner                                                      */
/* ------------------------------------------------------------------ */
.cta {
  padding: clamp(56px, 8vw, 100px) 0;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  box-shadow: var(--sh-lg);
}
.cta-inner .cta-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.cta-inner .cta-deco--1 {
  top: -50px;
  left: -40px;
  width: 220px;
}
.cta-inner .cta-deco--2 {
  bottom: -70px;
  right: -30px;
  width: 260px;
}
.cta-inner h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  position: relative;
}
.cta-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 18px auto 32px;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-inner .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}
.cta-inner .btn--ghost {
  --bg: transparent;
  --fg: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.cta-inner .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ------------------------------------------------------------------ */
/* 13. Footer                                                          */
/* ------------------------------------------------------------------ */
.site-footer {
  background: #2c1c12;
  color: rgba(237, 224, 212, 0.7);
  padding: clamp(56px, 7vw, 88px) 0 0;
  padding-top: 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(237, 224, 212, 0.12);
}
.footer-brand .brand-name {
  color: var(--cream);
  font-size: 1.7rem;
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 0px;
}
.footer-brand p {
  margin: 18px 0 22px;
  font-size: 0.92rem;
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(237, 224, 212, 0.22);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: all var(--t);
}
.footer-social a:hover {
  background: var(--cocoa);
  border-color: var(--cocoa);
  transform: translateY(-3px);
}
.footer-col h4 {
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.footer-col a,
.footer-col li {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  transition:
    color var(--t),
    padding var(--t);
}
.footer-col a:hover {
  color: var(--tan);
  padding-left: 6px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact .ico {
  color: var(--tan);
  margin-top: 4px;
}

.newsletter {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  background: rgba(237, 224, 212, 0.08);
  border: 1px solid rgba(237, 224, 212, 0.16);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 18px;
}
.newsletter input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--cream);
  padding: 10px 4px;
}
.newsletter input::placeholder {
  color: rgba(237, 224, 212, 0.5);
}
.newsletter .btn {
  padding: 11px 20px;
  --bg: var(--cocoa);
}

.copyright {
  padding: 24px 0;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.copyright a {
  color: var(--tan);
}

/* ------------------------------------------------------------------ */
/* 14. Back to top                                                     */
/* ------------------------------------------------------------------ */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--sh-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all var(--t);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ------------------------------------------------------------------ */
/* 15. Scroll reveal                                                   */
/* ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal[data-d="1"] {
  transition-delay: 0.08s;
}
.reveal[data-d="2"] {
  transition-delay: 0.16s;
}
.reveal[data-d="3"] {
  transition-delay: 0.24s;
}
.reveal[data-d="4"] {
  transition-delay: 0.32s;
}

/* ------------------------------------------------------------------ */
/* 16. Responsive                                                      */
/* ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .story-media {
    max-width: 460px;
  }
}
@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 18px 26px;
  }
  .hero-trust .ht-sep {
    display: none;
  }
  /* keep search horizontal (icon · text · Cari) but compact on mobile */
  .hero-search {
    padding: 6px 6px 6px 16px;
    max-width: 100%;
  }
  .hero-search input {
    padding: 11px 4px;
    font-size: 0.92rem;
    min-width: 0;
  }
  .hero-search .btn {
    padding: 12px 18px;
    font-size: 0.88rem;
    flex: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-chip {
    right: 0;
  }
  .hero-seal {
    width: 96px;
    height: 96px;
    right: 0;
  }
  .story-media .sm-badge {
    left: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* --- Mobile polish: padding, back-to-top, prevent edge crowding --- */
@media (max-width: 560px) {
  .container {
    padding-inline: 20px;
  }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

/* ------------------------------------------------------------------ */
/* 17. Reduced motion                                                  */
/* ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================================
   18. SHOP PAGE                                                        
   ===================================================================== */

/* Page hero / breadcrumb banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--espresso), var(--cocoa));
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-hero .ph-deco {
  position: absolute;
  opacity: 0.14;
  color: var(--cream);
  pointer-events: none;
}
.page-hero .ph-deco--1 {
  top: -50px;
  right: -30px;
  width: 260px;
}
.page-hero .ph-deco--2 {
  bottom: -70px;
  left: -40px;
  width: 220px;
}
.page-hero .eyebrow {
  color: var(--tan);
}
.page-hero .eyebrow::before {
  background: var(--tan);
}
.page-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  margin: 16px 0;
  position: relative;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(237, 224, 212, 0.8);
  position: relative;
}
.breadcrumb-nav a {
  transition: color var(--t);
}
.breadcrumb-nav a:hover {
  color: var(--cream);
}
.breadcrumb-nav .sep {
  opacity: 0.6;
}
.breadcrumb-nav .current {
  color: var(--tan);
  font-weight: 600;
}

/* Shop layout */
.shop {
  padding: clamp(48px, 7vw, 90px) 0;
}
.shop-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Sidebar */
.shop-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.filter-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.filter-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px 4px 4px 16px;
}
.sidebar-search input {
  flex: 1;
  border: 0;
  background: none;
  outline: none;
  color: var(--ink);
  padding: 10px 4px;
  font-size: 0.9rem;
}
.sidebar-search input::placeholder {
  color: var(--ink-faint);
}
.sidebar-search button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  transition: background var(--t);
}
.sidebar-search button:hover {
  background: var(--cocoa);
}

.cat-list {
  display: grid;
  gap: 4px;
}
.cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  transition: all var(--t);
}
.cat-list button:hover {
  background: var(--cream);
  color: var(--espresso);
}
.cat-list button.active {
  background: var(--espresso);
  color: var(--cream);
}
.cat-list button .qty {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.cat-list button.active .qty {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

/* price range */
.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.price-row output {
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.9rem;
}
input[type="range"].price-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--sand);
  outline: none;
}
input[type="range"].price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: var(--sh-sm);
}
input[type="range"].price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  cursor: pointer;
  border: 3px solid var(--paper);
}

/* featured mini list */
.mini-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mini-product:first-of-type {
  padding-top: 0;
}
.mini-product img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
}
.mini-product .mp-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--espresso);
}
.mini-product .mp-price {
  font-size: 0.85rem;
  color: var(--cocoa);
  font-weight: 700;
}
.mini-product .mp-stars {
  color: var(--cocoa);
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.sidebar-promo {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-promo h4 {
  color: var(--cream);
  justify-content: center;
}
.sidebar-promo p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 18px;
}
.sidebar-promo .btn {
  --bg: var(--cream);
  --fg: var(--espresso);
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  margin-bottom: 26px;
}
.shop-toolbar .count {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.shop-toolbar .count b {
  color: var(--espresso);
  font-weight: 700;
}
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-right label {
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.sort-select {
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.sort-select:focus {
  outline: none;
  border-color: var(--cocoa);
}

/* Shop grid — uses new compact hp-card (same as home) */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-content: start;
}
.shop-grid .hp-card.is-hidden {
  display: none;
}
.shop-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}
.shop-empty.show {
  display: block;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.92rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  transition: all var(--t);
}
.pagination a:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
  transform: translateY(-2px);
}
.pagination .active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
.pagination .nav-arrow {
  font-size: 1.1rem;
}

/* mobile filter toggle (hidden on desktop) */
.filter-toggle {
  display: none;
}

/* Shop responsive */
@media (max-width: 992px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  /* drawer: column flex so we can pin the promo to scroll area & fit filters on one screen */
  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 88vw);
    z-index: 906;
    background: var(--cream);
    padding: 84px 18px 24px;
    overflow-y: auto;
    box-shadow: var(--sh-lg);
    transform: translateX(-110%);
    transition: transform 0.45s var(--ease);
    border-radius: 0;
    gap: 14px;
  }
  .shop-sidebar.open {
    transform: translateX(0);
  }
  /* hide "Paling Dicari" & promo inside the mobile filter drawer */
  .shop-sidebar .filter-card--featured,
  .shop-sidebar .sidebar-promo {
    display: none;
  }
  /* compact the remaining cards so Cari + Kategori + Harga fit one screen */
  .shop-sidebar .filter-card {
    padding: 16px 18px;
  }
  .shop-sidebar .filter-card h4 {
    font-size: 1.08rem;
    margin-bottom: 12px;
  }
  .shop-sidebar .cat-list button {
    padding: 9px 12px;
    font-size: 0.88rem;
  }
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    background: var(--espresso);
    color: var(--cream);
  }
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* keep 2-up on phones (match home) and hide the "Lihat" overlay on touch */
@media (max-width: 560px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right {
    justify-content: space-between;
  }
  /* no hover on touch → hide the Lihat overlay entirely on the shop page */
  .shop-grid .hp-overlay {
    display: none;
  }
}

/* =====================================================================
   19. CART PAGE                                                        
   ===================================================================== */

.cart-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Progress steps */
.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 56px);
  flex-wrap: wrap;
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-step .cs-num {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
}
.cart-step .cs-lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cart-step.active .cs-num {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-md);
}
.cart-step.active .cs-lbl {
  color: var(--espresso);
}
.cart-step.done .cs-num {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.cart-line {
  width: clamp(34px, 7vw, 90px);
  height: 2px;
  background: var(--line-2);
  margin: 0 14px;
}

/* Layout */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Cart list */
.cart-head {
  display: grid;
  /* grid-template-columns: 5.4fr 0fr 7fr auto; */
  grid-template-columns: 16fr 2fr 26fr auto;
  gap: 16px;
  padding: 0 26px 16px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.cart-head span:nth-child(2),
.cart-head span:nth-child(3) {
  text-align: center;
}
.cart-head span:last-child {
  text-align: right;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 26px;
  position: relative;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t),
    opacity 0.4s ease;
}
.cart-item:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.cart-item.removing {
  opacity: 0;
  transform: translateX(40px);
}

.ci-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.ci-thumb {
  width: 92px;
  height: 92px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
}
.ci-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ci-info {
  min-width: 0;
}
.ci-info .ci-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.ci-info h3 {
  font-family: var(--f-display);
  font-size: 1.3rem;
  margin: 3px 0 6px;
}
.ci-info .ci-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.ci-info .ci-cat::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-stepper button {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.1rem;
  transition: background var(--t);
}
.qty-stepper button:hover {
  background: var(--sand);
}
.qty-stepper input {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ci-price {
  text-align: center;
}
.ci-price .cip-now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  display: block;
}
.ci-price .cip-unit {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Per-item actions: X (remove) + Checkout */
.ci-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.ci-remove {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.ci-remove:hover {
  background: #b3261e;
  border-color: #b3261e;
  color: #fff;
  transform: rotate(90deg);
}
.ci-checkout {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition:
    transform var(--t),
    box-shadow var(--t),
    background var(--t);
}
.ci-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}
.ci-checkout svg {
  transition: transform var(--t);
}
.ci-checkout:hover svg {
  transform: translateX(3px);
}

/* per-item subtotal note */
.ci-note {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.ci-note b {
  color: var(--espresso);
  font-family: var(--f-display);
  font-size: 1.05rem;
}

/* Cart toolbar above list */
.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cart-toolbar h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.cart-toolbar h2 span {
  color: var(--cocoa);
}
.cart-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color var(--t);
}
.cart-clear:hover {
  color: #b3261e;
}

/* Info banner about per-product checkout */
.cart-hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin-bottom: 26px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.cart-hint .hint-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.cart-hint b {
  color: var(--espresso);
}

/* Aside summary */
.cart-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.summary-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.summary-row b {
  color: var(--ink);
  font-weight: 700;
}
.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.summary-total .st-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.summary-total .st-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.9rem;
  color: var(--espresso);
}
.summary-note {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 14px;
  line-height: 1.5;
}

/* voucher */
.voucher {
  display: flex;
  gap: 8px;
  margin: 6px 0 4px;
}
.voucher input {
  flex: 1;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 11px 16px;
  outline: none;
  color: var(--ink);
  font-size: 0.88rem;
}
.voucher input:focus {
  border-color: var(--cocoa);
}
.voucher button {
  padding: 11px 18px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--t);
}
.voucher button:hover {
  background: var(--cocoa);
}

/* trust mini card */
.trust-card {
  background: linear-gradient(140deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 24px;
}
.trust-card h4 {
  color: var(--cream);
  font-family: var(--f-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.trust-card ul {
  display: grid;
  gap: 12px;
}
.trust-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}
.trust-card .tc-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

/* Empty cart */
.cart-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.cart-empty.show {
  display: block;
}
.cart-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.cart-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.cart-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 38ch;
}
.cart-collapsed .cart-aside {
  display: none;
}
.cart-collapsed .cart-layout {
  grid-template-columns: 1fr;
}

/* Cart responsive */
@media (max-width: 992px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-aside {
    position: static;
  }
}
@media (max-width: 680px) {
  .cart-head {
    display: none;
  }
  .cart-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .qty-stepper {
    justify-self: start;
  }
  .ci-price {
    text-align: left;
  }
  .ci-price .cip-now {
    display: inline;
  }
  .ci-actions {
    justify-content: space-between;
  }
  .ci-checkout {
    flex: 1;
    justify-content: center;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                     
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 48px);
  align-items: start;
}

/* Form blocks */
.co-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 22px;
}
.co-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.co-block-head .num {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--f-body);
}
.co-block-head h3 {
  font-family: var(--f-display);
  font-size: 1.45rem;
}
.co-block-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  font-family: inherit;
}
.field textarea {
  resize: vertical;
  min-height: 92px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* Selectable option cards (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.option:hover {
  border-color: var(--clay);
}
.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option .radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.option .radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.option .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.option .opt-main {
  flex: 1;
  min-width: 0;
}
.option .opt-title {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.option .opt-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.option .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}
.option .badge-free {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cocoa);
  color: var(--cream);
  padding: 3px 9px;
  border-radius: var(--r-pill);
}
.option.selected {
  border-color: var(--cocoa);
  background: #fbf5ee;
  box-shadow: var(--sh-sm);
}
.option.selected .radio {
  border-color: var(--cocoa);
}
.option.selected .radio::after {
  transform: scale(1);
}
.option.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* ----- Order summary aside ----- */
.co-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.order-card .single-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin: 0 0 18px;
}

/* the single product being checked out */
.order-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 76px;
  height: 76px;
  flex: none;
  border-radius: 14px;
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
  flex: 1;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 2px 0;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* qty stepper inside summary */
.op-qtyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 4px;
}
.op-qtyrow span {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.order-lines {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-line b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
}
.order-grand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
}
.order-grand .og-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-grand .og-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}

.place-order {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* mini trust card reuse */
.co-aside .trust-card h4 {
  margin-bottom: 14px;
}

/* empty (no product param) */
.co-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.co-empty.show {
  display: block;
}
.co-empty .ce-ico {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.co-empty h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.co-empty p {
  color: var(--ink-soft);
  margin: 0 auto 26px;
  max-width: 40ch;
}
.checkout-section.co-collapsed .checkout-layout {
  grid-template-columns: 1fr;
}
.checkout-section.co-collapsed .co-aside {
  display: none;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .co-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .option {
    flex-wrap: wrap;
  }
}

/* =====================================================================
   20. CHECKOUT PAGE                                                    
   ===================================================================== */

.checkout-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Form column */
.checkout-form {
  display: grid;
  gap: 22px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.form-card-head .fch-num {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.form-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
}
.form-card-head p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: var(--cocoa);
}
.field input,
.field select,
.field textarea {
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-size: 0.92rem;
  width: 100%;
  transition:
    border-color var(--t),
    box-shadow var(--t),
    background var(--t);
}
.field textarea {
  resize: vertical;
  min-height: 90px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-faint);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 4px rgba(156, 102, 68, 0.12);
  background: var(--paper);
}
.field .hint {
  font-size: 0.76rem;
  color: var(--ink-faint);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b3261e;
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.1);
}
.field .err {
  font-size: 0.76rem;
  color: #b3261e;
  display: none;
}
.field.invalid .err {
  display: block;
}

/* selectable option rows (shipping / payment) */
.option-list {
  display: grid;
  gap: 12px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  transition:
    border-color var(--t),
    background var(--t),
    box-shadow var(--t);
}
.opt:hover {
  border-color: var(--clay);
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt .opt-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  display: grid;
  place-items: center;
  transition: border-color var(--t);
}
.opt .opt-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cocoa);
  transform: scale(0);
  transition: transform var(--t);
}
.opt .opt-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
}
.opt .opt-body {
  flex: 1;
  min-width: 0;
}
.opt .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.opt .opt-desc {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.opt .opt-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.05rem;
  white-space: nowrap;
}
.opt .opt-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--cocoa);
  color: var(--cream);
}
.opt.selected {
  border-color: var(--cocoa);
  background: var(--paper);
  box-shadow: var(--sh-sm);
}
.opt.selected .opt-radio {
  border-color: var(--cocoa);
}
.opt.selected .opt-radio::after {
  transform: scale(1);
}
.opt.selected .opt-ico {
  background: var(--cocoa);
  color: var(--cream);
}

/* Order summary aside */
.checkout-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
}
.order-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-card h3 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}

/* product mini in summary */
.order-product {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.order-product .op-thumb {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--clay);
  position: relative;
}
.order-product .op-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-product .op-thumb .op-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
}
.order-product .op-info {
  min-width: 0;
}
.order-product .op-umkm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.order-product .op-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  margin: 3px 0 6px;
}
.order-product .op-unit {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.order-row b {
  color: var(--ink);
  font-weight: 700;
}
.order-divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
}
.order-total .ot-lbl {
  font-weight: 700;
  color: var(--espresso);
}
.order-total .ot-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--espresso);
}
.place-order {
  margin-top: 22px;
}
.place-order .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.secure-note svg {
  color: var(--cocoa);
}

.single-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.single-note .sn-ico {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.single-note b {
  color: var(--espresso);
}

/* Success modal */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}
.success-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 48px);
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.45s var(--ease);
}
.checkout-overlay.show .success-modal {
  transform: none;
}
.success-modal .sm-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-glow);
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.success-modal h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.success-modal p {
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.success-modal .sm-order {
  font-weight: 700;
  color: var(--espresso);
}
.success-modal .sm-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

/* Checkout responsive */
@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-aside {
    position: static;
  }
}
@media (max-width: 560px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .opt {
    flex-wrap: wrap;
  }
  .opt .opt-price {
    margin-left: auto;
  }
}

/* =====================================================================
   21. CONTACT PAGE                                                     
   ===================================================================== */

.contact-section {
  padding: clamp(48px, 7vw, 90px) 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}

/* Info column */
.contact-info {
  display: grid;
  gap: 18px;
}
.contact-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 14px 0 12px;
}
.contact-intro p {
  color: var(--ink-soft);
  margin: 0 0 4px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.info-card .ic-ico {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  box-shadow: var(--sh-sm);
}
.info-card .ic-body {
  min-width: 0;
}
.info-card .ic-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.info-card .ic-value {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  word-break: break-word;
}
.info-card .ic-value:hover {
  color: var(--cocoa);
}
.info-card .ic-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.info-card.wa {
  background: linear-gradient(140deg, #1f7a4d, #14532d);
  border-color: transparent;
}
.info-card.wa .ic-label {
  color: rgba(255, 255, 255, 0.7);
}
.info-card.wa .ic-value,
.info-card.wa .ic-sub {
  color: #fff;
}
.info-card.wa .ic-ico {
  background: rgba(255, 255, 255, 0.16);
}

.hours-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.hours-card h4 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hours-card h4 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--line);
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row b {
  color: var(--ink);
  font-weight: 700;
}
.hours-row .open {
  color: #1f7a4d;
  font-weight: 700;
}

/* Map column */
.map-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.map-toolbar .mt-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-toolbar .mt-title .mt-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.map-toolbar .mt-title h3 {
  font-family: var(--f-display);
  font-size: 1.25rem;
}
.map-toolbar .mt-title p {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin: 0;
}

/* mode switcher */
.map-modes {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px;
}
.map-modes button {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.map-modes button:hover {
  color: var(--espresso);
}
.map-modes button.active {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.map-modes button svg {
  width: 15px;
  height: 15px;
}

.map-frame {
  position: relative;
}
#desaMap {
  width: 100%;
  height: clamp(380px, 56vh, 580px);
  background: var(--sand);
  z-index: 1;
}

/* loading shimmer for map */
.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--espresso);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.map-loading.hide {
  opacity: 0;
  visibility: hidden;
}
.map-loading .ml-inner {
  text-align: center;
}
.map-loading .ml-hex {
  width: 46px;
  height: 50px;
  margin: 0 auto 12px;
  animation: spinPulse 1.1s var(--ease) infinite;
}
.map-loading p {
  font-size: 0.9rem;
  font-weight: 700;
}

/* floating open-in-maps button over the map */
.map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-lg);
  transition:
    transform var(--t),
    background var(--t);
}
.map-open:hover {
  background: var(--cocoa);
  transform: translateY(-3px);
}

/* legend */
.map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.map-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.map-legend .lg-swatch {
  width: 26px;
  height: 14px;
  border-radius: 4px;
}
.map-legend .lg-swatch.area {
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.map-legend .lg-swatch.pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cocoa);
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.map-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Leaflet control restyle to match palette */
.leaflet-bar a {
  background: var(--paper) !important;
  color: var(--espresso) !important;
  border-color: var(--line) !important;
  font-weight: 700;
}
.leaflet-bar a:hover {
  background: var(--sand) !important;
}
.leaflet-popup-content-wrapper {
  border-radius: var(--r-md) !important;
  background: var(--paper) !important;
  box-shadow: var(--sh-md) !important;
}
.leaflet-popup-content {
  font-family: var(--f-body) !important;
  color: var(--ink) !important;
  margin: 14px 18px !important;
}
.leaflet-popup-content b {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.05rem;
}
.leaflet-popup-tip {
  background: var(--paper) !important;
}
.map-pin-label {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* Contact responsive */
@media (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .map-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .map-modes {
    width: 100%;
    justify-content: space-between;
  }
  .map-modes button {
    flex: 1;
    justify-content: center;
    padding: 9px 8px;
  }
  .map-modes button span {
    display: none;
  }
  .info-card .ic-value {
    font-size: 1.05rem;
  }
}

/* =====================================================================
   22. SEBARAN SEKTOR EKONOMI (home section 2)                          
   ===================================================================== */

.sebaran {
  padding: clamp(56px, 8vw, 100px) 0;
}
.sebaran .section-head {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.sebaran .section-head .eyebrow {
  justify-content: center;
}
.sebaran .section-head .eyebrow::before {
  display: none;
}

.sebaran-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

/* Toolbar: category tabs + map modes */
.sebaran-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

/* Category tabs (Perdagangan / Pariwisata) */
.sf-tabs {
  display: inline-flex;
  gap: 8px;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  transition: all var(--t);
}
.sf-btn:hover {
  border-color: var(--clay);
  color: var(--espresso);
}
.sf-btn .sf-ico {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.sf-btn .sf-count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.sf-btn.active {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
  box-shadow: var(--sh-sm);
}
.sf-btn.active .sf-count {
  background: rgba(255, 255, 255, 0.22);
  color: var(--cream);
}
/* pariwisata accent when active */
.sf-btn[data-sector="pariwisata"].active {
  background: #1f7a4d;
  border-color: #1f7a4d;
}
.sf-btn[data-sector="pariwisata"].active .sf-count {
  background: rgba(255, 255, 255, 0.25);
}

/* Map frame */
.sebaran-frame {
  position: relative;
}
#sebaranMap {
  width: 100%;
  height: clamp(420px, 60vh, 620px);
  background: var(--sand);
  z-index: 1;
}

/* Permanent tooltip labels above pins */
.leaflet-tooltip.tt-label {
  background: var(--paper);
  color: var(--espresso);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.74rem;
  padding: 4px 11px;
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}
.leaflet-tooltip.tt-label::before {
  display: none;
} /* hide default arrow */
.leaflet-tooltip.tt-label--perdagangan {
  border-color: var(--cocoa);
}
.leaflet-tooltip.tt-label--pariwisata {
  border-color: #2d8a5e;
  color: #1d6944;
}
.sebaran-pin-wrap {
  background: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease);
}
.sebaran-pin-wrap:hover {
  transform: translateY(-3px);
}

/* Detail panel (floating card over map) */
.sebaran-detail {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 600;
  width: 292px;
  max-width: calc(100% - 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px) scale(0.98);
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease),
    visibility 0.35s ease;
}
.sebaran-detail.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sd-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  transition: all var(--t);
}
.sd-close:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(90deg);
}
.sd-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.sd-cat--perdagangan {
  background: var(--sand);
  color: var(--espresso);
}
.sd-cat--pariwisata {
  background: #d6efe1;
  color: #1d6944;
}
.sebaran-detail h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  color: var(--espresso);
  margin: 0 0 16px;
  padding-right: 26px;
  line-height: 1.15;
}
.sd-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.sd-row:last-of-type {
  border-bottom: 0;
}
.sd-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
}
.sd-val {
  font-size: 0.96rem;
  color: var(--ink);
  font-weight: 600;
}
.sd-actions {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}
.sd-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.86rem;
  transition:
    transform var(--t),
    background var(--t),
    box-shadow var(--t);
}
.sd-wa {
  background: #1f7a4d;
  color: #fff;
}
.sd-wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.sd-gmaps {
  background: var(--espresso);
  color: var(--cream);
}
.sd-gmaps:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}

/* Legend */
.sebaran-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.sebaran-legend .lg-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sebaran-legend .lg-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  box-shadow: var(--sh-sm);
}
.sebaran-legend .lg-dot.per {
  background: var(--cocoa);
}
.sebaran-legend .lg-dot.wis {
  background: #2d8a5e;
}
.sebaran-legend .lg-swatch.area {
  width: 26px;
  height: 14px;
  border-radius: 4px;
  background: rgba(156, 102, 68, 0.28);
  border: 1.5px solid var(--cocoa);
}
.sebaran-legend .lg-note {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

/* Responsive */
@media (max-width: 768px) {
  .sebaran-toolbar {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .sf-tabs {
    justify-content: center;
    width: 100%;
  }
  .sf-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 11px 10px;
    font-size: 0.85rem;
  }
  .sf-btn .sf-ico svg {
    width: 16px;
    height: 16px;
  }
  .sebaran .map-modes {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* detail panel becomes bottom sheet */
  .sebaran-detail {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
    transform: translateY(20px);
  }
  .sebaran-detail.is-open {
    transform: none;
  }
}
@media (max-width: 480px) {
  .sf-btn {
    padding: 10px 6px;
    font-size: 0.8rem;
    gap: 6px;
  }
  .sf-btn .sf-count {
    padding: 2px 6px;
  }
}

/* =====================================================================
   23. HOME PRODUCT GRID — compact 4-up cards (redesign)                
   ===================================================================== */

.hp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.hp-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.hp-card.is-hidden {
  display: none;
}
.hp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}

/* media */
.hp-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--clay);
}
.hp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.hp-card:hover .hp-thumb img {
  transform: scale(1.09);
}

/* category badge top-left */
.hp-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

/* hover overlay with "Lihat" button */
.hp-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: linear-gradient(
    180deg,
    rgba(58, 36, 23, 0) 35%,
    rgba(58, 36, 23, 0.45)
  );
  opacity: 0;
  transition: opacity var(--t);
}
.hp-card:hover .hp-overlay {
  opacity: 1;
}
.hp-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  background: var(--paper);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--sh-md);
  transform: translateY(10px);
  transition:
    transform var(--t),
    background var(--t),
    color var(--t);
}
.hp-card:hover .hp-view {
  transform: translateY(0);
}
.hp-view:hover {
  background: var(--espresso);
  color: var(--cream);
}

/* body */
.hp-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.hp-cat {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}
.hp-title {
  font-family: var(--f-display);
  font-size: 1.15rem;
  color: var(--espresso);
  line-height: 1.15;
  margin: 0;
}
.hp-rating {
  color: var(--cocoa);
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 2px;
}
.hp-rating small {
  color: var(--ink-faint);
  letter-spacing: 0;
  margin-left: 5px;
}
.hp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.hp-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--espresso);
}
.hp-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--ink-faint);
}
.hp-add {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.hp-add:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(8deg) scale(1.05);
}

/* Responsive: 3-up on tablet, 2-up on mobile */
@media (max-width: 1024px) {
  .hp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .hp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 768px) {
  /* touch devices: show overlay/Lihat without hover */
  .hp-thumb .hp-overlay {
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(58, 36, 23, 0) 55%,
      rgba(58, 36, 23, 0.35)
    );
  }
  .hp-view {
    transform: none;
    padding: 9px 16px;
    font-size: 0.82rem;
  }
  .hp-title {
    font-size: 1.05rem;
  }
  .hp-price {
    font-size: 1.05rem;
  }
}
@media (max-width: 380px) {
  .hp-body {
    padding: 13px 13px 15px;
  }
  .hp-add {
    width: 36px;
    height: 36px;
  }
}

/* =====================================================================
   24. DETAIL PRODUK PAGE                                               
   ===================================================================== */

.detail-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

/* Gallery */
.dp-gallery {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}
.dp-main {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--clay);
  box-shadow: var(--sh-md);
}
.dp-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.dp-main:hover img {
  transform: scale(1.05);
}
.dp-main .dp-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.dp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.dp-thumb {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--sand);
  transition:
    border-color var(--t),
    transform var(--t);
}
.dp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dp-thumb:hover {
  transform: translateY(-2px);
}
.dp-thumb.active {
  border-color: var(--cocoa);
}

/* Info */
.dp-info {
  display: flex;
  flex-direction: column;
}
.dp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--ink-soft);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.dp-breadcrumb a:hover {
  color: var(--cocoa);
}
.dp-breadcrumb .sep {
  opacity: 0.5;
}
.dp-breadcrumb .current {
  color: var(--cocoa);
  font-weight: 600;
}

.dp-cat-label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.dp-title {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--espresso);
  line-height: 1.1;
  margin: 8px 0 14px;
}

.dp-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.dp-rating {
  color: var(--cocoa);
  font-size: 0.95rem;
  letter-spacing: 2px;
}
.dp-rating small {
  color: var(--ink-soft);
  letter-spacing: 0;
  margin-left: 8px;
  font-size: 0.85rem;
}
.dp-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1f7a4d;
}
.dp-stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f7a4d;
}

.dp-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
}
.dp-price .now {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  color: var(--espresso);
}
.dp-price .unit {
  font-size: 0.9rem;
  color: var(--ink-faint);
}

.dp-desc {
  color: var(--ink-soft);
  line-height: 1.75;
  margin: 0 0 24px;
}

/* feature mini badges */
.dp-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}
.dp-feature {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 9px 16px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
}
.dp-feature svg {
  color: var(--cocoa);
}

/* quantity + actions */
.dp-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.dp-qty {
  display: inline-flex;
  align-items: center;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.dp-qty button {
  width: 44px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.2rem;
  transition: background var(--t);
}
.dp-qty button:hover {
  background: var(--sand);
}
.dp-qty input {
  width: 48px;
  height: 50px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
  -moz-appearance: textfield;
}
.dp-qty input::-webkit-outer-spin-button,
.dp-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dp-buy .btn {
  flex: 1;
  min-width: 160px;
}
.dp-buy .btn--lg {
  padding: 16px 28px;
}

.dp-wish {
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.dp-wish:hover {
  background: var(--cocoa);
  color: var(--cream);
  border-color: var(--cocoa);
}

/* seller note */
.dp-seller {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 16px 18px;
  background: var(--sand);
  border-radius: var(--r-md);
}
.dp-seller .ds-ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--cocoa);
  color: var(--cream);
  display: grid;
  place-items: center;
}
.dp-seller .ds-lbl {
  font-size: 0.76rem;
  color: var(--ink-soft);
}
.dp-seller .ds-val {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
}

/* ── Tabs (deskripsi / detail / ulasan) ── */
.dp-tabs-wrap {
  margin-top: clamp(40px, 6vw, 72px);
}
.dp-tabnav {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.dp-tabnav button {
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
  transition: color var(--t);
}
.dp-tabnav button::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -1px;
  height: 3px;
  background: var(--cocoa);
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transition: transform var(--t);
}
.dp-tabnav button:hover {
  color: var(--espresso);
}
.dp-tabnav button.active {
  color: var(--espresso);
}
.dp-tabnav button.active::after {
  transform: scaleX(1);
}
.dp-panel {
  display: none;
  padding: 28px 0;
  color: var(--ink-soft);
  line-height: 1.8;
  max-width: 760px;
}
.dp-panel.active {
  display: block;
}
.dp-panel h4 {
  font-family: var(--f-display);
  color: var(--espresso);
  font-size: 1.25rem;
  margin: 0 0 12px;
}
.dp-panel ul {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}
.dp-panel li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.dp-panel li .li-ico {
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.dp-spec {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
  max-width: 520px;
}
.dp-spec dt {
  font-weight: 700;
  color: var(--ink);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.dp-spec dd {
  margin: 0;
  color: var(--ink-soft);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

/* ── Related products (reuse hp-card) ── */
.dp-related {
  margin-top: clamp(48px, 7vw, 90px);
}
.dp-related .section-head {
  margin-bottom: clamp(24px, 4vw, 40px);
}

/* Toast */
.dp-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  background: var(--espresso);
  color: var(--cream);
  padding: 14px 24px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--sh-lg);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease),
    visibility 0.35s;
}
.dp-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dp-toast svg {
  color: var(--tan);
}

/* Responsive */
@media (max-width: 900px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .dp-gallery {
    position: static;
  }
}
@media (max-width: 560px) {
  .dp-spec {
    grid-template-columns: 130px 1fr;
  }
  .dp-buy .btn {
    min-width: 100%;
  }
  .dp-buy {
    gap: 12px;
  }
}

/* =====================================================================
   24. PRODUCT DETAIL PAGE                                              
   ===================================================================== */

.pd-section {
  padding: clamp(40px, 6vw, 76px) 0;
}

/* Top: gallery + info */
.pd-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

/* ---------- Gallery ---------- */
.pd-gallery {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 96px;
}
.pd-stage {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--clay);
  aspect-ratio: 1 / 1;
  box-shadow: var(--sh-md);
}
.pd-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  transform: scale(1.02);
}
.pd-stage img.active {
  opacity: 1;
  transform: scale(1);
}
.pd-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.pd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(246, 239, 230, 0.92);
  color: var(--espresso);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-md);
  transition:
    background var(--t),
    transform var(--t);
}
.pd-nav:hover {
  background: var(--espresso);
  color: var(--cream);
}
.pd-nav.prev {
  left: 14px;
}
.pd-nav.next {
  right: 14px;
}
.pd-nav:active {
  transform: translateY(-50%) scale(0.92);
}
.pd-counter {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
  background: rgba(58, 36, 23, 0.7);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}

/* thumbnails */
.pd-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.pd-thumb {
  border-radius: var(--r-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--clay);
  transition:
    border-color var(--t),
    transform var(--t);
}
.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-thumb:hover {
  transform: translateY(-3px);
}
.pd-thumb.active {
  border-color: var(--cocoa);
  box-shadow: var(--sh-sm);
}

/* ---------- Info ---------- */
.pd-info .pd-cat {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.pd-info h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin: 8px 0 14px;
}
.pd-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.pd-stars {
  color: var(--cocoa);
  letter-spacing: 2px;
  font-size: 1rem;
}
.pd-meta .pd-rate-num {
  font-weight: 800;
  color: var(--espresso);
}
.pd-meta .pd-reviews {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.pd-meta .pd-sep {
  width: 1px;
  height: 16px;
  background: var(--line-2);
}
.pd-meta .pd-sold {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.pd-price-box {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 22px;
}
.pd-price {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--espresso);
}
.pd-price small {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink-faint);
}
.pd-price-old {
  font-size: 1.1rem;
  color: var(--ink-faint);
  text-decoration: line-through;
}
.pd-disc {
  font-size: 0.76rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: #e7d4b0;
  color: var(--espresso);
}

/* quantity + actions */
.pd-buy {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.pd-qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pd-qty-row .lbl {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
}
.pd-qty {
  display: inline-flex;
  align-items: center;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.pd-qty button {
  width: 40px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--espresso);
  font-size: 1.2rem;
  transition: background var(--t);
}
.pd-qty button:hover {
  background: var(--sand);
}
.pd-qty input {
  width: 46px;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.pd-qty input::-webkit-outer-spin-button,
.pd-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pd-stock {
  font-size: 0.85rem;
  color: #1f7a4d;
  font-weight: 700;
}

.pd-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pd-actions .btn {
  flex: 1;
  min-width: 160px;
}
.pd-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.98rem;
  background: transparent;
  color: var(--espresso);
  border: 1.5px solid var(--cocoa);
  transition: all var(--t);
}
.pd-cart:hover {
  background: var(--sand);
  transform: translateY(-2px);
}
.pd-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.98rem;
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
  transition: all var(--t);
}
.pd-checkout:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-glow);
}

/* quick perks */
.pd-perks {
  display: grid;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pd-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.pd-perks .pk-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}

/* ---------- Store card ---------- */
.pd-store {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  margin-top: 26px;
}
.pd-store .st-logo {
  width: 60px;
  height: 60px;
  flex: none;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: var(--sh-sm);
}
.pd-store .st-info {
  flex: 1;
  min-width: 180px;
}
.pd-store .st-name {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--espresso);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pd-store .st-verified {
  color: #1f7a4d;
}
.pd-store .st-loc {
  font-size: 0.85rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
.pd-store .st-actions {
  display: flex;
  gap: 10px;
}
.pd-store .st-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all var(--t);
}
.pd-store .st-btn.wa {
  background: #1f7a4d;
  color: #fff;
}
.pd-store .st-btn.wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
}
.pd-store .st-btn.call {
  background: var(--cream);
  color: var(--espresso);
  border: 1.5px solid var(--line-2);
}
.pd-store .st-btn.call:hover {
  border-color: var(--cocoa);
}

/* ---------- Lower sections ---------- */
.pd-lower {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  gap: clamp(34px, 4vw, 52px);
}
.pd-block h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pd-block h2 .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cocoa);
}
.pd-desc-card,
.pd-review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.pd-desc-card p {
  color: var(--ink-soft);
  margin: 0 0 14px;
}
.pd-desc-card p:last-child {
  margin-bottom: 0;
}
.pd-desc-card ul.pd-specs {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pd-desc-card .pd-specs li {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  background: var(--cream);
  border-radius: var(--r-sm);
  font-size: 0.9rem;
}
.pd-desc-card .pd-specs b {
  color: var(--espresso);
}

/* reviews */
.pd-review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.pd-rev-big {
  text-align: center;
}
.pd-rev-big .rb-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 3.2rem;
  color: var(--espresso);
  line-height: 1;
}
.pd-rev-big .rb-stars {
  color: var(--cocoa);
  letter-spacing: 2px;
  margin: 6px 0 4px;
}
.pd-rev-big .rb-count {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.pd-rev-bars {
  flex: 1;
  min-width: 220px;
  display: grid;
  gap: 7px;
}
.pd-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.pd-bar-row .br-star {
  width: 30px;
  color: var(--cocoa);
}
.pd-bar-track {
  flex: 1;
  height: 8px;
  border-radius: 99px;
  background: var(--sand);
  overflow: hidden;
}
.pd-bar-fill {
  height: 100%;
  background: var(--cocoa);
  border-radius: 99px;
}
.pd-bar-row .br-pct {
  width: 36px;
  text-align: right;
}

.pd-review-list {
  display: grid;
  gap: 18px;
}
.pd-review-item {
  display: flex;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--line);
}
.pd-review-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pd-rev-avatar {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 50%;
  background: var(--sand);
  color: var(--espresso);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.1rem;
}
.pd-rev-body {
  flex: 1;
}
.pd-rev-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 4px;
}
.pd-rev-name {
  font-weight: 700;
  color: var(--ink);
}
.pd-rev-date {
  font-size: 0.8rem;
  color: var(--ink-faint);
}
.pd-rev-stars {
  color: var(--cocoa);
  font-size: 0.82rem;
  letter-spacing: 1px;
}
.pd-rev-text {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* related products reuse hp-grid */
.pd-related .hp-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pd-top {
    grid-template-columns: 1fr;
  }
  .pd-gallery {
    position: static;
  }
  .pd-related .hp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .pd-related .hp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd-desc-card .pd-specs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .pd-actions .btn,
  .pd-actions .pd-cart,
  .pd-actions .pd-checkout {
    min-width: 100%;
  }
  .pd-review-summary {
    gap: 18px;
  }
}

/* =====================================================================
   25. PAYMENT PAGE (pembayaran)                                        
   ===================================================================== */

.pay-section {
  padding: clamp(34px, 5vw, 64px) 0;
}
.pay-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}
.pay-main {
  display: grid;
  gap: 22px;
}

/* big amount card */
.pay-amount {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--clay), var(--espresso));
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 38px);
  box-shadow: var(--sh-md);
}
.pay-amount .pa-deco {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 150px;
  opacity: 0.14;
  color: var(--cream);
}
.pay-amount .pa-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.pay-amount .pa-value {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  line-height: 1.05;
  margin: 6px 0 4px;
}
.pay-amount .pa-order {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}
.pay-amount .pa-order b {
  color: #fff;
}
.pay-countdown {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-size: 0.85rem;
  font-weight: 600;
}
.pay-countdown b {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}

/* method card */
.pay-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 30px);
}
.pay-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.pay-card-head .pch-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
}
.pay-card-head h3 {
  font-family: var(--f-display);
  font-size: 1.35rem;
}
.pay-card-head p {
  font-size: 0.84rem;
  color: var(--ink-soft);
  margin: 2px 0 0;
}

/* QRIS (optional) */
.qris-box {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
  padding: 8px 0 4px;
}
.qris-frame {
  width: min(280px, 78%);
  aspect-ratio: 1/1;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  padding: 14px;
  position: relative;
}
.qris-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.qris-frame .qris-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid var(--cocoa);
}
.qris-frame .qc-tl {
  top: 8px;
  left: 8px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 6px 0 0 0;
}
.qris-frame .qc-tr {
  top: 8px;
  right: 8px;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 6px 0 0;
}
.qris-frame .qc-bl {
  bottom: 8px;
  left: 8px;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 6px;
}
.qris-frame .qc-br {
  bottom: 8px;
  right: 8px;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 6px 0;
}
.qris-cap {
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 320px;
}
.qris-download {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  background: var(--espresso);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.88rem;
  transition: all var(--t);
}
.qris-download:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.pay-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  color: var(--ink-faint);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pay-divider::before,
.pay-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* bank box */
.bank-box {
  display: grid;
  gap: 2px;
}
.bank-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}
.bank-row:last-child {
  border-bottom: 0;
}
.bank-row .bk-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clay);
}
.bank-row .bk-value {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  font-weight: 600;
}
.bank-row .bk-value.mono {
  font-family: var(--f-body);
  letter-spacing: 1px;
}
.bank-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.78rem;
  transition: all var(--t);
}
.copy-btn:hover {
  border-color: var(--cocoa);
  background: var(--sand);
}
.copy-btn.copied {
  background: #1f7a4d;
  border-color: #1f7a4d;
  color: #fff;
}
.bank-logo {
  width: 46px;
  height: 30px;
  border-radius: 6px;
  background: var(--sand);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.7rem;
  color: var(--espresso);
  flex: none;
}

/* confirm button + note */
.pay-confirm {
  margin-top: 26px;
}
.pay-confirm .btn {
  width: 100%;
  padding: 17px;
  font-size: 1.02rem;
}
.pay-warn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  background: #fdf6e9;
  border: 1px solid #ecdcb8;
  border-radius: var(--r-md);
  padding: 14px 16px;
  font-size: 0.84rem;
  color: #8a6d3b;
}
.pay-warn svg {
  flex: none;
  margin-top: 2px;
}

/* demo preview toggle (UI only) */
.demo-toggle {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 4px;
  margin-bottom: 18px;
}
.demo-toggle button {
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--ink-soft);
  transition: all var(--t);
}
.demo-toggle button.active {
  background: var(--espresso);
  color: var(--cream);
}
.demo-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
  margin-right: 8px;
  align-self: center;
}

@media (max-width: 992px) {
  .pay-layout {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
   26. WA CONFIRMATION PAGE (konfirmasi)                                
   ===================================================================== */

.konf-section {
  padding: clamp(40px, 6vw, 80px) 0;
}
.konf-wrap {
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}
.konf-badge {
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(150deg, #25a35a, #14532d);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 34px rgba(31, 122, 77, 0.34);
  animation: pop 0.5s var(--ease);
}
.konf-wrap h1 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 12px;
}
.konf-wrap > p {
  color: var(--ink-soft);
  max-width: 460px;
  margin: 0 auto 8px;
}
.konf-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  background: var(--sand);
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 10px 20px;
  font-weight: 700;
  color: var(--espresso);
}
.konf-code b {
  font-family: var(--f-body);
  letter-spacing: 1px;
}

.konf-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3.5vw, 34px);
  margin-top: 30px;
  text-align: left;
}
.konf-seller {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.konf-seller .ks-logo {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: 1.4rem;
  font-weight: 600;
}
.konf-seller .ks-info {
  flex: 1;
  min-width: 0;
}
.konf-seller .ks-name {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
}
.konf-seller .ks-wa {
  font-size: 0.88rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 6px;
}

.konf-preview {
  background: var(--cream);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  margin-bottom: 22px;
}
.konf-preview .kp-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: -15px;
}
.konf-preview .kp-text {
  font-size: 0.88rem;
  color: var(--ink);
  line-height: 1.6;
  white-space: pre-line;
}
.konf-actions {
  display: grid;
  gap: 12px;
}
.konf-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: var(--r-pill);
  background: #1f7a4d;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--t);
}
.konf-wa-btn:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(31, 122, 77, 0.3);
}

/* =====================================================================
   27. ORDERS PAGE (pesanan)                                            
   ===================================================================== */

.orders-section {
  padding: clamp(34px, 5vw, 64px) 0;
}

/* status tabs */
.order-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 6px;
  margin-bottom: 28px;
}
.order-tab {
  flex: 1;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink-soft);
  transition: all var(--t);
  white-space: nowrap;
}
.order-tab:hover {
  color: var(--espresso);
}
.order-tab.active {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.order-tab .ot-count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: var(--sand);
  color: var(--espresso);
}
.order-tab.active .ot-count {
  background: rgba(255, 255, 255, 0.22);
  color: var(--cream);
}

/* order panels */
.order-panel {
  display: none;
}
.order-panel.active {
  display: grid;
  gap: 18px;
}

.oc {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.oc-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.oc-store {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--espresso);
  font-size: 0.95rem;
}
.oc-store svg {
  color: var(--cocoa);
}
.oc-code {
  font-size: 0.82rem;
  color: var(--ink-faint);
}
.status-badge {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: var(--r-pill);
}
.status--belum {
  background: #fdeccf;
  color: #9a6a1e;
}
.status--dikemas {
  background: #e2dccf;
  color: var(--espresso);
}
.status--dikirim {
  background: #d7e6f2;
  color: #2b6491;
}
.status--selesai {
  background: #d6efe1;
  color: #1d6944;
}

.oc-body {
  padding: 18px 22px;
  display: grid;
  gap: 14px;
}
.oc-item {
  display: flex;
  gap: 14px;
  align-items: center;
}
.oc-thumb {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 12px;
  overflow: hidden;
  background: var(--clay);
}
.oc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oc-item-info {
  flex: 1;
  min-width: 0;
}
.oc-item-name {
  font-weight: 700;
  color: var(--ink);
}
.oc-item-meta {
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.oc-item-price {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
}

.oc-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
}
.oc-total {
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.oc-total b {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--espresso);
  margin-left: 6px;
}
.oc-actions {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.oc-note {
  font-size: 0.84rem;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.oc-note svg {
  color: var(--cocoa);
  flex: none;
}
.oc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  transition: all var(--t);
}
.oc-btn--primary {
  background: var(--espresso);
  color: var(--cream);
}
.oc-btn--primary:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.oc-btn--outline {
  background: transparent;
  border: 1.5px solid var(--cocoa);
  color: var(--espresso);
}
.oc-btn--outline:hover {
  background: var(--sand);
}
.oc-deadline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #9a6a1e;
}

/* empty state */
.orders-empty {
  display: none;
  text-align: center;
  padding: 70px 20px;
}
.orders-empty.show {
  display: block;
}
.orders-empty .oe-ico {
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--sand);
  color: var(--clay);
  display: grid;
  place-items: center;
}
.orders-empty h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.orders-empty p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

/* review modal (reuse overlay) */
.review-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  backdrop-filter: blur(4px);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.review-overlay.show {
  opacity: 1;
  visibility: visible;
}
.review-modal {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 38px);
  max-width: 460px;
  width: 100%;
  box-shadow: var(--sh-lg);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.4s var(--ease);
  position: relative;
}
.review-overlay.show .review-modal {
  transform: none;
}
.review-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.review-close:hover {
  background: var(--cocoa);
  color: var(--cream);
  transform: rotate(90deg);
}
.review-modal h3 {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.review-modal .rv-sub {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin-bottom: 22px;
}
.review-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: var(--cream);
  border-radius: var(--r-md);
  margin-bottom: 22px;
}
.review-product img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  flex: none;
  background: var(--clay);
}
.review-product .rp-name {
  font-weight: 700;
  color: var(--ink);
}
.review-product .rp-store {
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.star-input {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}
.star-input button {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--line-2);
  transition:
    transform 0.15s var(--ease),
    color 0.15s;
}
.star-input button:hover {
  transform: scale(1.15);
}
.star-input button.on {
  color: #e0a73c;
}
.star-hint {
  text-align: center;
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-bottom: 18px;
  min-height: 1.2em;
}
.star-hint.req {
  color: #b3261e;
}
.review-text {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  outline: none;
  font-family: var(--f-body);
  font-size: 0.92rem;
  margin-bottom: 8px;
  transition: border-color var(--t);
}
.review-text:focus {
  border-color: var(--cocoa);
}
.review-optional {
  font-size: 0.76rem;
  color: var(--ink-faint);
  margin-bottom: 20px;
}
.review-submit {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
}

@media (max-width: 560px) {
  .order-tabs {
    border-radius: var(--r-lg);
  }
  .order-tab {
    flex: 1 1 40%;
  }
  .oc-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .oc-actions {
    margin-left: 0;
  }
  .oc-actions .oc-btn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .konf-code {
    display: grid;
    grid-template-columns: 16px 1fr;
    column-gap: 10px;
    align-items: center;
    text-align: left;
  }

  .konf-code .kc-label,
  .konf-code #konfCode {
    display: block;
    line-height: 1.2;
  }

  .konf-code #konfCode {
    margin-top: 2px;
  }

  .konf-actions a {
    white-space: nowrap;
    font-size: 0.78rem;
    line-height: 1.15;
    padding: 14px 16px;
  }

  .konf-wa-btn {
    white-space: nowrap;
  }
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
  .pay-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pay-main,
  .checkout-aside {
    width: 100%;
  }

  .pay-amount,
  .pay-card,
  .order-card,
  .bank-box {
    width: 100%;
    max-width: 100%;
  }

  .bank-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .bank-right {
    margin-left: 0;
  }

  /* Tombol "Saya Sudah Melakukan Pembayaran" */
  .pay-confirm .btn--lg {
    width: 100%;
    max-width: 100%;
    padding: 14px 16px;
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1.15;
    white-space: nowrap;
    justify-content: center;
    gap: 8px;
  }
}

/* Biar layar sangat kecil tetap aman */
@media (max-width: 390px) {
  .pay-confirm .btn--lg {
    font-size: 11px;
    padding: 12px 12px;
  }
}

/* =====================================================================
   28. PARIWISATA — daftar wisata (pariwisata.html)
   ===================================================================== */

.tour-section {
  padding: clamp(34px, 5vw, 64px) 0;
}
.tour-intro {
  max-width: 640px;
  margin-bottom: clamp(26px, 4vw, 40px);
}
.tour-intro p {
  color: var(--ink-soft);
  margin: 0;
}

.tour-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.tour-count {
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.tour-count b {
  color: var(--espresso);
}
.tour-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}
.tour-chip {
  padding: 9px 18px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.84rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: all var(--t);
}
.tour-chip:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
}
.tour-chip.active {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.tour-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    box-shadow var(--t),
    border-color var(--t);
}
.tour-card.is-hidden {
  display: none;
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: var(--tan);
}
.tour-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--clay);
}
.tour-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.tour-card:hover .tour-thumb img {
  transform: scale(1.08);
}
.tour-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(58, 36, 23, 0.82);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: var(--r-pill);
}
.tour-photos {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(58, 36, 23, 0.7);
  color: var(--cream);
  backdrop-filter: blur(4px);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: var(--r-pill);
}
.tour-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tour-name {
  font-family: var(--f-display);
  font-size: 1.35rem;
  color: var(--espresso);
  margin: 0 0 6px;
  line-height: 1.15;
}
.tour-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.tour-meta svg {
  color: var(--cocoa);
  flex: none;
}
.tour-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--espresso);
  transition: gap var(--t);
}
.tour-link:hover {
  gap: 12px;
  color: var(--cocoa);
}

@media (max-width: 900px) {
  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }
  .tour-filters {
    margin-left: 0;
    width: 100%;
  }
}

/* =====================================================================
   29. DETAIL PARIWISATA (detail_pariwisata.html)
   — galeri mosaic adaptif 3–15 foto + lightbox
   ===================================================================== */

.wd-section {
  padding: clamp(28px, 4vw, 50px) 0 clamp(40px, 6vw, 76px);
}

/* heading */
.wd-head {
  margin-bottom: 22px;
}
.wd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}
.wd-title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  margin: 10px 0 12px;
}
.wd-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.wd-jenis {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sand);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 7px 15px;
  border-radius: var(--r-pill);
}
.wd-loc {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.wd-loc svg {
  color: var(--cocoa);
  flex: none;
}

/* ---- Mosaic gallery ---- */
.wd-mosaic {
  display: grid;
  gap: 10px;
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: clamp(28px, 4vw, 44px);
  height: clamp(320px, 46vw, 520px);
}
.wd-mosaic[data-count="1"] {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.wd-mosaic[data-count="2"] {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.wd-mosaic[data-count="3"] {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.wd-mosaic[data-count="3"] .wd-tile:first-child {
  grid-row: 1 / 3;
}
.wd-mosaic[data-count="4"] {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.wd-mosaic[data-count="4"] .wd-tile:first-child {
  grid-row: 1 / 3;
}
.wd-mosaic[data-count="4"] .wd-tile:nth-child(4) {
  grid-column: 2 / 4;
}
.wd-mosaic[data-count="5"] {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.wd-mosaic[data-count="5"] .wd-tile:first-child {
  grid-row: 1 / 3;
}

.wd-tile {
  position: relative;
  overflow: hidden;
  background: var(--clay);
  cursor: pointer;
}
.wd-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.wd-tile:hover img {
  transform: scale(1.06);
}
.wd-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(58, 36, 23, 0);
  transition: background var(--t);
}
.wd-tile:hover::after {
  background: rgba(58, 36, 23, 0.12);
}
.wd-more {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: rgba(44, 28, 18, 0.55);
  color: var(--cream);
  cursor: pointer;
  font-family: var(--f-display);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 600;
  transition: background var(--t);
}
.wd-more:hover {
  background: rgba(44, 28, 18, 0.68);
}
.wd-more span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.wd-more small {
  font-family: var(--f-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wd-seeall {
  display: none; /* shown on mobile as a button */
}

/* ---- Layout: content + sidebar ---- */
.wd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(26px, 3.5vw, 44px);
  align-items: start;
}
.wd-main {
  display: grid;
  gap: clamp(26px, 3.5vw, 38px);
  min-width: 0;
}
.wd-block h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wd-block h2 .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cocoa);
  flex: none;
}
.wd-desc {
  color: var(--ink-soft);
}
.wd-desc p {
  margin: 0 0 14px;
}
.wd-desc p:last-child {
  margin-bottom: 0;
}

/* facts strip */
.wd-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 6px;
}
.wd-fact {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 16px 18px;
}
.wd-fact .wf-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--sand);
  color: var(--cocoa);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.wd-fact .wf-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clay);
}
.wd-fact .wf-value {
  font-family: var(--f-display);
  font-size: 1.1rem;
  color: var(--espresso);
}

/* map */
.wd-map-frame {
  position: relative;
  height: 320px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sand);
}
.wd-map-frame #wisataMap {
  width: 100%;
  height: 100%;
}
.wd-map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  font-size: 0.9rem;
  gap: 10px;
  text-align: center;
  pointer-events: none;
}
.wd-map-actions {
  margin-top: 14px;
}

/* sidebar: pengelola card */
.wd-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.wd-manager {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 28px);
}
.wd-manager .wm-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 14px;
}
.wd-manager .wm-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.wd-manager .wm-logo {
  width: 54px;
  height: 54px;
  flex: none;
  border-radius: 15px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: 1.3rem;
  font-weight: 600;
}
.wd-manager .wm-name {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--espresso);
  line-height: 1.2;
}
.wd-manager .wm-role {
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.wd-manager .wm-info {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.wd-manager .wm-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.wd-manager .wm-row svg {
  color: var(--cocoa);
  flex: none;
  margin-top: 2px;
}
.wd-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px;
  border-radius: var(--r-pill);
  background: #1f7a4d;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all var(--t);
}
.wd-wa-btn:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 122, 77, 0.3);
}

/* ---- Lightbox ---- */
.wd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  background: rgba(28, 18, 11, 0.92);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.wd-lightbox.show {
  opacity: 1;
  visibility: visible;
}
.wd-lb-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(16px, 4vw, 40px);
  color: var(--cream);
}
.wd-lb-counter {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.wd-lb-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.wd-lb-close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: rotate(90deg);
}
.wd-lb-stage {
  flex: 1;
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 clamp(8px, 6vw, 70px);
  min-height: 0;
}
.wd-lb-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--r-md);
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.wd-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: grid;
  place-items: center;
  transition: all var(--t);
}
.wd-lb-nav:hover {
  background: rgba(255, 255, 255, 0.28);
}
.wd-lb-nav.prev {
  left: clamp(8px, 2vw, 24px);
}
.wd-lb-nav.next {
  right: clamp(8px, 2vw, 24px);
}
.wd-lb-thumbs {
  display: flex;
  gap: 8px;
  padding: 14px clamp(16px, 4vw, 40px);
  overflow-x: auto;
  scrollbar-width: thin;
}
.wd-lb-thumbs::-webkit-scrollbar {
  height: 6px;
}
.wd-lb-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 99px;
}
.wd-lb-thumb {
  width: 72px;
  height: 54px;
  flex: none;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid transparent;
  transition:
    opacity var(--t),
    border-color var(--t);
}
.wd-lb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wd-lb-thumb.active {
  opacity: 1;
  border-color: var(--cream);
}

@media (max-width: 992px) {
  .wd-layout {
    grid-template-columns: 1fr;
  }
  .wd-aside {
    position: static;
  }
}
@media (max-width: 768px) {
  .wd-facts {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  /* on small screens: show ONE photo + a "Lihat semua foto" button */
  .wd-mosaic {
    display: block;
    height: clamp(240px, 60vw, 340px);
    position: relative;
  }
  .wd-mosaic .wd-tile {
    display: none;
  }
  .wd-mosaic .wd-tile:first-child {
    display: block;
    height: 100%;
  }
  .wd-mosaic .wd-more {
    display: none;
  }
  .wd-seeall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
    background: var(--paper);
    color: var(--espresso);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 10px 16px;
    border-radius: var(--r-pill);
    box-shadow: var(--sh-md);
  }
}

/* =====================================================================
   30. DETAIL TOKO (detail_toko.html)
   ===================================================================== */

.store-section {
  padding: clamp(28px, 4vw, 50px) 0 clamp(40px, 6vw, 76px);
}

/* store header card */
.store-header {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.store-banner {
  position: relative;
  height: clamp(120px, 22vw, 200px);
  background: linear-gradient(150deg, var(--clay), var(--espresso));
  overflow: hidden;
}
.store-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.store-banner .sb-deco {
  position: absolute;
  right: -20px;
  top: -10px;
  width: 180px;
  opacity: 0.16;
  color: var(--cream);
}
.store-hbody {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  padding: 0 clamp(20px, 3vw, 34px) clamp(20px, 3vw, 30px);
}
.store-logo {
  width: clamp(84px, 14vw, 112px);
  height: clamp(84px, 14vw, 112px);
  flex: none;
  margin-top: clamp(-46px, -7vw, -56px);
  border-radius: 22px;
  background: linear-gradient(150deg, var(--tan), var(--cocoa));
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 600;
  border: 4px solid var(--paper);
  box-shadow: var(--sh-md);
}
.store-meta {
  flex: 1;
  min-width: 220px;
  padding-top: 10px;
}
.store-name {
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.store-verified {
  color: #1f7a4d;
  display: inline-flex;
}
.store-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.store-sub span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.store-sub svg {
  color: var(--cocoa);
  flex: none;
}
.store-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.store-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  background: #1f7a4d;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all var(--t);
}
.store-wa:hover {
  background: #1a6841;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 122, 77, 0.28);
}
.store-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.9rem;
  transition: all var(--t);
}
.store-map-btn:hover {
  border-color: var(--cocoa);
  background: var(--sand);
}

/* stats row */
.store-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: clamp(16px, 2.5vw, 22px) clamp(20px, 3vw, 34px) 0;
  border-top: 1px solid var(--line);
  margin-top: 4px;
}
.store-stat {
  flex: 1;
  min-width: 120px;
}
.store-stat .ss-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--espresso);
}
.store-stat .ss-num small {
  font-family: var(--f-body);
  font-size: 0.8rem;
  color: var(--cocoa);
}
.store-stat .ss-label {
  font-size: 0.8rem;
  color: var(--ink-soft);
}

/* products toolbar */
.store-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.store-toolbar h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.store-toolbar h2 .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cocoa);
  flex: none;
}
.store-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}
.store-tab {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.82rem;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: all var(--t);
}
.store-tab:hover {
  border-color: var(--cocoa);
  color: var(--espresso);
}
.store-tab.active {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
}

/* store product grid reuses .hp-grid / .hp-card */
.store-grid .hp-card.is-hidden {
  display: none;
}

@media (max-width: 560px) {
  .store-hbody {
    gap: 14px;
  }
  .store-actions {
    width: 100%;
  }
  .store-actions .store-wa,
  .store-actions .store-map-btn {
    flex: 1;
    justify-content: center;
  }
  .store-tabs {
    margin-left: 0;
    width: 100%;
  }
}

/* =====================================================================
   31. AUTH PAGES (login.html & daftar.html)
   ===================================================================== */

.auth-section {
  padding: clamp(32px, 5vw, 70px) 0;
}

/* shell: brand panel (kiri) + form card (kanan) */
.auth-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.5vw, 48px);
  align-items: stretch;
  max-width: 1040px;
  margin-inline: auto;
}
.auth-shell.solo {
  max-width: 560px;
  grid-template-columns: 1fr;
}

/* ---- Brand side panel ---- */
.auth-aside {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: linear-gradient(155deg, var(--clay), var(--espresso));
  color: var(--cream);
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  box-shadow: var(--sh-md);
}
.auth-aside .aa-deco {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 220px;
  opacity: 0.12;
  color: var(--cream);
  pointer-events: none;
}
.auth-aside .aa-deco2 {
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 180px;
  opacity: 0.1;
  color: var(--cream);
  pointer-events: none;
}
.auth-aside .aa-brand {
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.auth-aside .aa-brand b {
  color: var(--sand);
}
.auth-aside .aa-body {
  position: relative;
  z-index: 1;
}
.auth-aside .aa-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.auth-aside .aa-title {
  font-family: var(--f-display);
  color: var(--sand);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.12;
  margin: 12px 0 16px;
}
.auth-aside .aa-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}
.auth-aside .aa-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.auth-aside .aa-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
}
.auth-aside .aa-list .aa-ico {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
}

/* ---- Form card ---- */
.auth-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--sh-sm);
}
.auth-head {
  margin-bottom: 26px;
  text-align: center;
}
.auth-head h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  margin-bottom: 8px;
}
.auth-head p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
}

/* form fields */
.auth-form {
  display: grid;
  gap: 18px;
}
.auth-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
}
.field label .req {
  color: #b3261e;
}
.field .hint {
  font-size: 0.78rem;
  color: var(--ink-faint);
}
.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.input-wrap .in-ico {
  position: absolute;
  left: 15px;
  color: var(--clay);
  pointer-events: none;
  display: flex;
}
.auth-input,
.auth-select,
.auth-textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 0.95rem;
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
}
.input-wrap .auth-input {
  padding-left: 44px;
}
.auth-textarea {
  resize: vertical;
  min-height: 84px;
}
.auth-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239c6644' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 42px;
  cursor: pointer;
}
.auth-input:focus,
.auth-select:focus,
.auth-textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.18);
}
.auth-input::placeholder,
.auth-textarea::placeholder {
  color: var(--ink-faint);
}

/* password toggle */
.pass-toggle {
  position: absolute;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  transition:
    color var(--t),
    background var(--t);
}
.pass-toggle:hover {
  color: var(--espresso);
  background: var(--sand);
}

/* map picker (daftar) */
.map-picker {
  display: grid;
  gap: 10px;
}
.map-pick-frame {
  position: relative;
  height: 300px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1.5px solid var(--line-2);
  background: var(--sand);
}
.map-pick-frame #pickMap {
  width: 100%;
  height: 100%;
}
.map-pick-hint {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(246, 239, 230, 0.94);
  backdrop-filter: blur(4px);
  color: var(--espresso);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 9px 13px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
  pointer-events: none;
}
.map-pick-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  text-align: center;
  pointer-events: none;
}
.map-coords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.coord-box {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 11px 14px;
}
.coord-box .cb-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clay);
}
.coord-box .cb-val {
  font-family: var(--f-body);
  font-weight: 700;
  color: var(--espresso);
  letter-spacing: 0.3px;
}
.btn-locate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: var(--r-sm);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all var(--t);
}
.btn-locate:hover {
  border-color: var(--cocoa);
  background: var(--sand);
}

/* options row (remember / forgot) */
.auth-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  cursor: pointer;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.check .box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid var(--line-2);
  background: var(--cream);
  display: grid;
  place-items: center;
  color: transparent;
  transition: all var(--t);
  flex: none;
}
.check input:checked + .box {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
}
.check input:focus-visible + .box {
  box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.25);
}
.auth-link {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--cocoa);
  transition: color var(--t);
}
.auth-link:hover {
  color: var(--espresso);
  text-decoration: underline;
}

.auth-submit {
  width: 100%;
  padding: 16px;
  font-size: 1rem;
  margin-top: 4px;
}

/* divider + footer line */
.auth-foot {
  text-align: center;
  margin-top: 22px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.auth-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fbf4e6;
  border: 1px solid #ecdcb8;
  border-radius: var(--r-md);
  padding: 13px 15px;
  font-size: 0.84rem;
  color: #8a6d3b;
}
.auth-note svg {
  flex: none;
  margin-top: 2px;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-display);
  font-size: 1.15rem;
  color: var(--espresso);
  margin: 6px 0 2px;
}
.section-label .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cocoa);
  flex: none;
}

/* error state */
.field.error .auth-input,
.field.error .auth-select,
.field.error .auth-textarea {
  border-color: #b3261e;
}
.field .err-msg {
  display: none;
  font-size: 0.78rem;
  color: #b3261e;
}
.field.error .err-msg {
  display: block;
}

/* responsive */
@media (max-width: 860px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }
  .auth-aside {
    order: -1;
    padding: 26px;
  }
  .auth-aside .aa-list {
    display: none;
  }
}
@media (max-width: 520px) {
  .auth-grid2 {
    grid-template-columns: 1fr;
  }
}

/* =====================================================================
   32. LUPA PASSWORD (lupa_password.html)
   ===================================================================== */

.fp-section {
  padding: clamp(32px, 5vw, 70px) 0;
}
.fp-wrap {
  max-width: 520px;
  margin-inline: auto;
}

/* progress steps */
.fp-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 26px;
}
.fp-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fp-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  color: var(--ink-faint);
  font-weight: 800;
  font-size: 0.92rem;
  transition: all var(--t);
}
.fp-step.active .fp-dot {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  box-shadow: var(--sh-sm);
}
.fp-step.done .fp-dot {
  background: var(--cocoa);
  border-color: var(--cocoa);
  color: var(--cream);
}
.fp-step .fp-slbl {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.fp-step.active .fp-slbl,
.fp-step.done .fp-slbl {
  color: var(--espresso);
}
.fp-line {
  width: clamp(20px, 6vw, 54px);
  height: 2px;
  background: var(--line-2);
  margin: 0 2px 20px;
  transition: background var(--t);
}
.fp-line.done {
  background: var(--cocoa);
}

/* card */
.fp-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--sh-sm);
}
.fp-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--sand);
  color: var(--cocoa);
}
.fp-icon.wa {
  background: linear-gradient(150deg, #25a35a, #14532d);
  color: #fff;
}
.fp-card h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  margin-bottom: 8px;
}
.fp-card .fp-sub {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.94rem;
  margin: 0 auto 26px;
  max-width: 400px;
}
.fp-card .fp-sub b {
  color: var(--espresso);
}

/* panel switching */
.fp-panel {
  display: none;
}
.fp-panel.active {
  display: block;
  animation: fpIn 0.35s var(--ease);
}
@keyframes fpIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* OTP inputs */
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: clamp(6px, 2vw, 12px);
  margin-bottom: 18px;
}
.otp-box {
  width: clamp(42px, 13vw, 58px);
  height: clamp(52px, 15vw, 66px);
  text-align: center;
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 5vw, 1.9rem);
  font-weight: 600;
  color: var(--espresso);
  background: var(--cream);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm);
  outline: none;
  transition:
    border-color var(--t),
    box-shadow var(--t);
  -moz-appearance: textfield;
}
.otp-box::-webkit-outer-spin-button,
.otp-box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-box:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.2);
}
.otp-box.filled {
  border-color: var(--cocoa);
  background: var(--sand);
}

/* resend timer */
.fp-resend {
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.fp-resend b {
  color: var(--espresso);
  font-variant-numeric: tabular-nums;
}
.fp-resend button {
  font-weight: 700;
  color: var(--cocoa);
}
.fp-resend button:hover:not(:disabled) {
  color: var(--espresso);
  text-decoration: underline;
}
.fp-resend button:disabled {
  color: var(--ink-faint);
  cursor: not-allowed;
}

/* helper / error text */
.fp-msg {
  text-align: center;
  font-size: 0.84rem;
  min-height: 1.2em;
  margin-bottom: 8px;
}
.fp-msg.err {
  color: #b3261e;
}
.fp-msg.ok {
  color: #1f7a4d;
}

/* edit number link */
.fp-editnum {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--cocoa);
}
.fp-editnum:hover {
  color: var(--espresso);
  text-decoration: underline;
}

/* success state */
.fp-success {
  text-align: center;
}
.fp-success .fp-check {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(150deg, #25a35a, #14532d);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 32px rgba(31, 122, 77, 0.32);
  animation: pop 0.5s var(--ease);
}

/* divider + admin fallback */
.fp-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  color: var(--ink-faint);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.fp-divider::before,
.fp-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.fp-admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px;
  border-radius: var(--r-pill);
  background: transparent;
  border: 1.5px solid #1f7a4d;
  color: #1f7a4d;
  font-weight: 700;
  font-size: 0.92rem;
  transition: all var(--t);
}
.fp-admin-btn:hover {
  background: rgba(31, 122, 77, 0.08);
}
.fp-back {
  text-align: center;
  margin-top: 22px;
}
.fp-back a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.fp-back a:hover {
  color: var(--espresso);
}

/* =====================================================================
   33. ERROR PAGE (404.html)
   ===================================================================== */

.err-section {
  min-height: 64vh;
  display: grid;
  place-items: center;
  padding: clamp(40px, 7vw, 90px) 0;
  text-align: center;
}
.err-wrap {
  max-width: 560px;
  margin-inline: auto;
  position: relative;
}
.err-hex {
  position: relative;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
}
.err-hex svg {
  width: clamp(150px, 30vw, 220px);
  height: auto;
  color: var(--tan);
  opacity: 0.5;
}
.err-code {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(3.4rem, 10vw, 5.4rem);
  color: var(--espresso);
  letter-spacing: 2px;
}
.err-wrap h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  margin-bottom: 12px;
}
.err-wrap p {
  color: var(--ink-soft);
  max-width: 420px;
  margin: 0 auto 28px;
}
.err-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.err-links {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: center;
}
.err-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--cocoa);
}
.err-links a:hover {
  color: var(--espresso);
  text-decoration: underline;
}
.err-links svg {
  color: var(--clay);
}

@media (max-width: 560px) {
  .err-actions .btn {
    width: 100%;
  }
}

/* Paksa hero-search tetap inline di mobile */
@media (max-width: 767.98px) {
  .hero-search {
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding: 6px 6px 6px 14px !important;
    gap: 8px !important;
  }
  .hero-search .ico {
    display: block !important;
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
  }
  .hero-search input[type="search"] {
    display: block !important;
    flex: 1 1 0% !important;
    width: auto !important;
    min-width: 0 !important;
    font-size: 0.85rem !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
  }
  .hero-search .btn {
    display: block !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    width: auto !important;
    padding: 8px 18px !important;
    font-size: 0.85rem !important;
    border-radius: 999px !important;
  }
}
