:root {
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-bg: #f1f4ee;
  --bs-body-color: #1c3127;
  --bs-primary: #275d46;
  --bs-primary-rgb: 39, 93, 70;
  --bs-secondary: #dce8d7;
  --bs-secondary-rgb: 220, 232, 215;
  --bs-success: #198754;
  --bs-border-color: rgba(39, 93, 70, 0.12);
  --bs-border-radius: 1rem;
  --bs-border-radius-lg: 1.35rem;
  --bs-border-radius-xl: 1.75rem;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-soft: rgba(242, 247, 241, 0.92);
  --surface-tint: rgba(228, 239, 230, 0.88);
  --surface-strong: #12281f;
  --text-muted: #617469;
  --shadow-soft: 0 24px 70px rgba(12, 30, 22, 0.08);
  --shadow-card: 0 18px 44px rgba(12, 30, 22, 0.08);
  --shadow-float: 0 22px 55px rgba(39, 93, 70, 0.18);
  --ring-primary: 0 0 0 0.25rem rgba(39, 93, 70, 0.14);
  --page-bg: linear-gradient(180deg, #f5f6f2 0%, #eef2ec 100%);
  --page-overlay: radial-gradient(circle at 82% 8%, rgba(39, 93, 70, 0.05), transparent 18%), radial-gradient(circle at 8% 72%, rgba(171, 202, 180, 0.12), transparent 20%);
  --navbar-surface: #ffffff;
  --page-banner-bg: linear-gradient(180deg, rgba(224, 235, 226, 0.82), rgba(245, 248, 243, 0.45));
  --page-kicker-bg: rgba(255, 255, 255, 0.72);
  --panel-surface: rgba(255, 255, 255, 0.78);
  --page-stat-bg: linear-gradient(180deg, rgba(245, 248, 243, 0.9), rgba(232, 240, 234, 0.92));
  --field-surface: rgba(255, 255, 255, 0.9);
  --chip-surface: #ffffff;
  --empty-surface: rgba(255, 255, 255, 0.92);
  --counter-surface: rgba(255, 255, 255, 0.82);
  --dropdown-surface: rgba(255, 255, 255, 0.96);
  --card-media-bg: #dce9df;
}

:root[data-theme="dark"] {
  --bs-body-bg: #0e1613;
  --bs-body-color: #e4efe8;
  --bs-primary: #7cd0a1;
  --bs-primary-rgb: 124, 208, 161;
  --bs-secondary: #1b2822;
  --bs-secondary-rgb: 27, 40, 34;
  --bs-border-color: rgba(124, 208, 161, 0.14);
  --surface: rgba(18, 28, 23, 0.92);
  --surface-soft: rgba(23, 35, 29, 0.94);
  --surface-tint: rgba(31, 46, 39, 0.92);
  --surface-strong: #08100d;
  --text-muted: #97aea2;
  --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.35);
  --shadow-card: 0 18px 44px rgba(0, 0, 0, 0.3);
  --shadow-float: 0 22px 55px rgba(0, 0, 0, 0.38);
  --ring-primary: 0 0 0 0.25rem rgba(124, 208, 161, 0.18);
  --page-bg: radial-gradient(circle at top right, rgba(124, 208, 161, 0.08), transparent 24%), radial-gradient(circle at 15% 18%, rgba(36, 54, 45, 0.6), transparent 20%), linear-gradient(180deg, #111a17 0%, #0b110f 100%);
  --page-overlay: radial-gradient(circle at 82% 8%, rgba(124, 208, 161, 0.08), transparent 18%), radial-gradient(circle at 8% 72%, rgba(28, 41, 35, 0.5), transparent 20%);
  --navbar-surface: rgba(16, 25, 21, 0.86);
  --page-banner-bg: linear-gradient(180deg, rgba(20, 32, 27, 0.94), rgba(11, 18, 15, 0.7));
  --page-kicker-bg: rgba(18, 28, 23, 0.84);
  --panel-surface: rgba(18, 28, 23, 0.86);
  --page-stat-bg: linear-gradient(180deg, rgba(18, 28, 23, 0.96), rgba(24, 37, 31, 0.96));
  --field-surface: rgba(18, 28, 23, 0.92);
  --chip-surface: rgba(18, 28, 23, 0.94);
  --empty-surface: rgba(18, 28, 23, 0.92);
  --counter-surface: rgba(18, 28, 23, 0.88);
  --dropdown-surface: rgba(14, 22, 19, 0.98);
  --card-media-bg: #1d2b25;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  background: var(--page-bg);
  color: var(--bs-body-color);
  padding-top: 5.4rem;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--page-overlay);
}

a {
  text-decoration: none;
  transition: color 0.2s ease;
}

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

#page-content {
  overflow-x: clip;
}

.font-accent {
  font-family: "Nunito", sans-serif;
}

.section-space {
  padding: 4.65rem 0;
}

.section-soft {
  background-color: rgba(220, 233, 223, 0.45);
}

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 4rem;
  background: var(--page-banner-bg);
  border-bottom: 1px solid rgba(45, 106, 79, 0.08);
}

.page-banner::before,
.page-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-banner::before {
  width: 20rem;
  height: 20rem;
  top: -7rem;
  right: -7rem;
  background: radial-gradient(circle, rgba(39, 93, 70, 0.16), transparent 68%);
}

.page-banner::after {
  width: 15rem;
  height: 15rem;
  left: -6rem;
  bottom: -6rem;
  background: radial-gradient(circle, rgba(214, 229, 217, 0.95), transparent 70%);
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--page-kicker-bg);
  border: 1px solid rgba(39, 93, 70, 0.12);
  color: var(--bs-primary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-banner-panel {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: var(--panel-surface);
  border: 1px solid rgba(39, 93, 70, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

.page-stat {
  height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 1.15rem;
  background: var(--page-stat-bg);
  border: 1px solid rgba(39, 93, 70, 0.08);
}

.page-stat-value {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  color: var(--bs-primary);
}

.page-top-section {
  padding-top: 8rem;
}

.page-header-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-shell-narrow {
  max-width: 64rem;
}

.transaction-panel {
  position: relative;
  overflow: hidden;
}

.transaction-panel::after {
  content: "";
  position: absolute;
  inset: auto -5rem -6rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 93, 70, 0.12), transparent 68%);
  pointer-events: none;
}

.transaction-step-list {
  display: grid;
  gap: 0.9rem;
}

.transaction-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: var(--surface-soft);
  border: 1px solid rgba(39, 93, 70, 0.08);
}

.transaction-step-index {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #2d6a4f, #1b4332);
  color: #ffffff;
  font-weight: 700;
}

.transaction-note {
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(242, 247, 241, 0.94), rgba(228, 239, 230, 0.9));
  border: 1px solid rgba(39, 93, 70, 0.08);
}

.transaction-cta-group {
  position: relative;
  z-index: 1;
}

.hero-section {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(104deg, rgba(12, 29, 23, 0.88) 0%, rgba(13, 31, 24, 0.7) 44%, rgba(12, 29, 23, 0.14) 100%),
    url("../images/hero-desa.jpg");
  background-position: center;
  background-size: cover;
  color: #f7fcf6;
}

.hero-section-home {
  min-height: calc(100vh - 5.4rem);
  background-image:
    linear-gradient(92deg, rgba(6, 14, 10, 0.8) 0%, rgba(6, 14, 10, 0.54) 38%, rgba(6, 14, 10, 0.12) 72%, rgba(6, 14, 10, 0.34) 100%),
    linear-gradient(180deg, rgba(8, 17, 12, 0.28) 0%, rgba(8, 17, 12, 0.1) 44%, rgba(8, 17, 12, 0.68) 100%),
    url("../images/hero-desa.jpg");
}

.hero-home-shell {
  z-index: 1;
  padding-top: 2.2rem !important;
  padding-bottom: 3rem !important;
}

.hero-section-home .row {
  min-height: calc(100vh - 5.4rem);
  align-items: center !important;
  padding-top: 2.4rem !important;
  padding-bottom: 3rem !important;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-section::before {
  width: 18rem;
  height: 18rem;
  left: -5rem;
  bottom: -5rem;
  background: radial-gradient(circle, rgba(180, 208, 190, 0.22), transparent 68%);
}

.hero-section::after {
  width: 20rem;
  height: 20rem;
  top: 5rem;
  right: 6%;
  background: radial-gradient(circle, rgba(245, 248, 243, 0.16), transparent 70%);
}

.hero-badge,
.soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-badge {
  background: rgba(245, 248, 243, 0.14);
  border: 1px solid rgba(245, 248, 243, 0.14);
  backdrop-filter: blur(10px);
}

.hero-badge-home {
  background: linear-gradient(135deg, rgba(45, 106, 79, 0.94), rgba(27, 67, 50, 0.92));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 32px rgba(11, 31, 22, 0.22);
}

.soft-badge {
  background: rgba(45, 106, 79, 0.1);
  border: 1px solid rgba(39, 93, 70, 0.1);
  color: var(--bs-primary);
}

.display-hero {
  font-size: clamp(2.65rem, 5.15vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 40rem;
  color: rgba(247, 252, 246, 0.82);
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-content-home {
  max-width: 48rem;
  padding-top: 1.4rem;
}

.hero-copy-home {
  max-width: 39rem;
  font-size: 1.02rem;
}

.hero-panel {
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(8, 22, 16, 0.28);
  backdrop-filter: blur(14px);
}

.hero-panel-list {
  display: grid;
  gap: 0.85rem;
}

.hero-panel-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(220, 233, 223, 0.14);
  color: #f7fcf6;
}

.hero-panel-copy {
  color: rgba(247, 252, 246, 0.72);
}

.hero-mini-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(11, 26, 20, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-navbar {
  top: 0;
  background: var(--navbar-surface);
  border-bottom: 1px solid rgba(28, 49, 39, 0.08);
  box-shadow: 0 1px 0 rgba(28, 49, 39, 0.03);
}

.navbar-shell {
  min-height: 5.4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.navbar-shell-home {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.navbar-brand-site {
  color: inherit;
}

.navbar-brand-site:hover {
  color: inherit;
}

.btn-brand-contrast {
  color: #f7fcf6;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.btn-brand-contrast:hover,
.btn-brand-contrast:focus-visible {
  color: #102219;
  background: #f7fcf6;
  border-color: #f7fcf6;
  box-shadow: 0 16px 30px rgba(12, 30, 22, 0.18);
}

.site-navbar-home .navbar-brand-site,
.site-navbar-home .nav-link-home,
.site-navbar-home .text-muted-soft {
  color: #f7fcf6;
}

.site-navbar-home .text-muted-soft {
  color: rgba(247, 252, 246, 0.65);
}

.site-navbar-home .nav-link-home {
  position: relative;
  color: rgba(247, 252, 246, 0.8);
  background: transparent;
}

.site-navbar-home .nav-link-home::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.3rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(247, 252, 246, 0.84);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-navbar-home .nav-link-pill.active,
.site-navbar-home .nav-link-pill:hover {
  color: #ffffff;
  background: transparent;
}

.site-navbar-home .nav-link-home.active::after,
.site-navbar-home .nav-link-home:hover::after {
  transform: scaleX(1);
}

.site-navbar-home .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.site-navbar-home .navbar-toggler-icon {
  filter: invert(1);
}

.site-navbar-home .cart-button .badge {
  box-shadow: 0 0 0 3px rgba(8, 17, 12, 0.34);
}

.home-first-shelf {
  padding-top: 4rem;
}

.btn-icon-shell {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #e2e8e4;
  background: #ffffff;
  color: #55645d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-icon-shell i {
  font-size: 1.05rem;
}

.btn-icon-shell:hover,
.btn-icon-shell:focus-visible {
  background: #f5f8f6;
  border-color: #d4ddd8;
  color: #2f7d57;
}

.brand-badge {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #2d6a4f, #1b4332);
  box-shadow: 0 12px 24px rgba(45, 106, 79, 0.28);
}

.nav-link {
  font-weight: 600;
  color: rgba(31, 53, 42, 0.75);
}

.nav-link-pill {
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
}

.nav-link-pill.active,
.nav-link-pill:hover {
  color: var(--bs-body-color);
  background: transparent;
}

.nav-link-clean {
  font-size: 0.95rem;
  color: rgba(28, 49, 39, 0.82);
}

.cart-button {
  min-width: 3rem;
}

.cart-badge {
  background: #1f7a55;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.65rem;
  padding: 0.25rem 0.4rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ffffff;
}

.site-navbar .navbar-toggler {
  border: 1px solid rgba(39, 93, 70, 0.14);
  border-radius: 0.9rem;
  padding: 0.55rem 0.8rem;
  background: #ffffff;
}

.site-navbar .navbar-toggler:focus {
  box-shadow: var(--ring-primary);
}

.dropdown-menu {
  padding: 0.6rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(39, 93, 70, 0.08);
  background: var(--dropdown-surface);
  box-shadow: var(--shadow-soft);
}

.dropdown-item {
  border-radius: 0.85rem;
  padding: 0.75rem 0.9rem;
  font-weight: 500;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(39, 93, 70, 0.08);
  color: var(--bs-primary);
}

.btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.82rem 1.35rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
.form-control:focus,
.form-select:focus,
.navbar-toggler:focus,
.mini-counter input:focus {
  box-shadow: var(--ring-primary);
}

.btn-primary {
  background: linear-gradient(135deg, #2d6a4f, #1b4332);
  border-color: transparent;
  box-shadow: 0 16px 28px rgba(39, 93, 70, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: transparent;
  box-shadow: var(--shadow-float);
}

.btn-outline-primary {
  border-color: rgba(39, 93, 70, 0.18);
  color: var(--bs-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
}

.btn-soft {
  color: var(--bs-primary);
  background: rgba(39, 93, 70, 0.1);
  border: 1px solid rgba(39, 93, 70, 0.12);
}

.btn-soft:hover {
  color: var(--bs-primary);
  background: rgba(39, 93, 70, 0.16);
}

.btn-ghost-light {
  color: #f7fcf6;
  border-color: rgba(247, 252, 246, 0.32);
  background: rgba(247, 252, 246, 0.12);
  backdrop-filter: blur(8px);
}

.btn-ghost-light:hover {
  color: #12281f;
  background: #f7fcf6;
}

.btn-light {
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.18);
}

.form-control,
.form-select,
.input-group-text {
  min-height: 3.35rem;
  border-color: rgba(39, 93, 70, 0.12);
  background: var(--field-surface);
}

.form-control,
.form-select {
  color: var(--bs-body-color);
}

.form-control::placeholder {
  color: rgba(97, 116, 105, 0.72);
}

.input-group-text {
  color: var(--text-muted);
}

.section-title {
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.03em;
}

.section-copy {
  max-width: 42rem;
  color: var(--text-muted);
}

.card-lift,
.summary-card,
.info-card,
.gallery-card {
  background: var(--surface);
  border: 1px solid rgba(39, 93, 70, 0.08);
  box-shadow: 0 10px 28px rgba(15, 35, 24, 0.07);
  backdrop-filter: blur(6px);
}

.card-lift {
  overflow: hidden;
  border-radius: 1.2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: none;
  box-shadow: var(--ring-primary), 0 18px 40px rgba(16, 38, 27, 0.12);
}

.card-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(16, 38, 27, 0.12);
}

.card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--card-media-bg);
}

.card-media.square {
  aspect-ratio: 1 / 1;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.card-lift:hover .card-media img {
  transform: scale(1.05);
}

.card-body-stack {
  flex: 1 1 auto;
  gap: 0.9rem;
}

.card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-price-row {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.card-price-row-tour {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.3rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.card-price-row-tour .h5 {
  line-height: 1;
  margin-bottom: 0;
}

.card-price-row-tour .card-price-sub {
  display: inline-flex;
  align-items: baseline;
  line-height: 1.2;
  margin-bottom: 0;
}

.card-price-row-tour .small {
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.card-price-main {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  color: var(--bs-primary);
}

.card-price-unit {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6d8077;
}

.card-actions {
  gap: 0.75rem;
}

.card-actions-stack {
  grid-template-columns: 1fr;
}

.card-actions .btn {
  flex: 1;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 0.92rem;
}

.btn-card-order {
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(39, 93, 70, 0.2);
}

.btn-card-order:hover,
.btn-card-order:focus-visible {
  box-shadow: 0 18px 32px rgba(39, 93, 70, 0.24);
}

.btn-card-detail {
  background: rgba(255, 255, 255, 0.68);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 40, 31, 0.05) 0%, rgba(18, 40, 31, 0.62) 100%);
}

.card-tag,
.filter-chip,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.card-tag {
  padding: 0.38rem 0.72rem;
  background: rgba(45, 106, 79, 0.92);
  color: #ffffff;
}

.home-shelf-header {
  margin-bottom: 1.8rem;
}

.home-shelf-row {
  --home-shelf-gap: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--home-shelf-gap);
  overflow-x: auto;
  padding-bottom: 0.35rem;
  margin-right: 0;
  margin-left: 0;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
}

.home-shelf-row::-webkit-scrollbar {
  display: none;
}

.home-shelf-row > .col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  scroll-snap-align: start;
}

.home-shelf-title {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  letter-spacing: -0.04em;
}

.home-shelf-copy {
  max-width: 38rem;
  color: var(--text-muted);
  font-size: 1rem;
}

.home-shelf-controls {
  flex-shrink: 0;
}

.home-shelf-control {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(39, 93, 70, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--bs-body-color);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-shelf-control:hover,
.home-shelf-control:focus-visible {
  color: var(--bs-primary);
  border-color: rgba(39, 93, 70, 0.22);
  background: #ffffff;
  transform: translateY(-1px);
}

.home-shelf-link {
  min-width: 15rem;
  background: rgba(255, 255, 255, 0.72);
}

@media (min-width: 768px) {
  .home-shelf-row > .col {
    flex-basis: calc((100% - var(--home-shelf-gap)) / 2);
    max-width: calc((100% - var(--home-shelf-gap)) / 2);
  }
}

@media (min-width: 1200px) {
  .home-shelf-row > .col {
    flex-basis: calc((100% - (var(--home-shelf-gap) * 3)) / 4);
    max-width: calc((100% - (var(--home-shelf-gap) * 3)) / 4);
  }
}

.home-cta-section .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home-cta-banner {
  background:
    radial-gradient(circle at top center, rgba(236, 244, 238, 0.22), transparent 32%),
    linear-gradient(135deg, #214f3f 0%, #2d6a4f 52%, #17382d 100%);
  padding: 4.8rem 1.5rem;
}

.home-cta-title {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  letter-spacing: -0.04em;
}

.home-cta-copy {
  max-width: 42rem;
  color: rgba(247, 252, 246, 0.86);
  font-size: 1.02rem;
}

.site-footer-main {
  margin-top: 0;
}

.footer-shell {
  padding-top: 4.25rem;
  padding-bottom: 1.75rem;
}

.footer-panel {
  padding: 2rem 2.2rem 1.3rem;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(129, 168, 145, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(8, 28, 16, 0.96), rgba(5, 18, 10, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
}

.footer-top {
  align-items: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  color: #ffffff;
}

.footer-brand:hover {
  color: #ffffff;
}

.footer-heading {
  font-size: 1.08rem;
  text-transform: none;
  margin-bottom: 1rem;
}

.footer-description {
  max-width: 23rem;
  line-height: 1.7;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 252, 246, 0.82);
  font-size: 0.92rem;
}

.footer-stack {
  display: grid;
  gap: 0.8rem;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.footer-contact-list {
  line-height: 1.55;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: start;
  gap: 0.8rem;
}

.footer-contact-item i {
  margin-top: 0.16rem;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-social-link {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.footer-note {
  line-height: 1.7;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.filter-chip {
  padding: 0.55rem 1rem;
  border: 1px solid rgba(45, 106, 79, 0.16);
  background: var(--chip-surface);
  color: rgba(31, 53, 42, 0.72);
}

.filter-chip.active,
.filter-chip:hover {
  color: #ffffff;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}

.info-card,
.summary-card,
.gallery-card {
  border-radius: 1.5rem;
}

.metric-card {
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  color: #f7fcf6;
  background: linear-gradient(145deg, rgba(45, 106, 79, 0.96), rgba(16, 43, 32, 0.96));
  border: 1px solid rgba(214, 234, 220, 0.12);
  box-shadow: 0 16px 40px rgba(45, 106, 79, 0.22);
}

.metric-value {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  font-weight: 800;
}

.sticky-summary {
  position: sticky;
  top: 6.5rem;
}

.summary-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.summary-line > :last-child {
  text-align: right;
}

.empty-state {
  padding: 4rem 1.5rem;
  text-align: center;
  border-radius: 1.5rem;
  background: var(--empty-surface);
  border: 1px dashed rgba(45, 106, 79, 0.22);
}

.empty-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(45, 106, 79, 0.1);
  color: var(--bs-primary);
  font-size: 2rem;
}

.floating-whatsapp {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1040;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 140, 126, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  color: #ffffff;
  transform: translateY(-2px) scale(1.03);
}

.order-item + .order-item {
  border-top: 1px solid rgba(45, 106, 79, 0.08);
}

.cart-item-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-remove-button {
  min-width: 3rem;
}

.payment-method-option {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.payment-method-option:hover {
  transform: translateY(-1px);
}

.payment-method-option:has(input:checked) {
  background: rgba(228, 239, 230, 0.72);
  border-color: rgba(39, 93, 70, 0.18);
  box-shadow: 0 16px 30px rgba(12, 30, 22, 0.08);
}

.auth-page-shell {
  padding-top: 8rem;
}

.mobile-safe-bottom {
  padding-bottom: 6rem;
}

.status-pill.pending {
  background: rgba(255, 193, 7, 0.16);
  color: #ad7f00;
}

.status-pill.paid {
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
}

.status-pill.processing {
  background: rgba(45, 106, 79, 0.12);
  color: var(--bs-primary);
}

.status-pill.completed {
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
}

.status-pill.cancelled {
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-featured {
  grid-column: span 2;
}

.gallery-thumb {
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 220px;
  box-shadow: var(--shadow-soft);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-media {
  padding: 0.85rem;
}

.about-story-media .card-media {
  border-radius: 1.15rem;
}

.about-story-copy {
  max-width: 39rem;
}

.about-prose {
  line-height: 1.72;
}

.about-section-head {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.about-icon-badge {
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 1.15rem;
}

.about-feature-card,
.about-value-card {
  border-radius: 1.4rem;
}

.about-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 1.8rem;
  border-radius: 1.75rem;
}

.about-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -3.5rem -4rem auto;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 93, 70, 0.12), transparent 68%);
  pointer-events: none;
}

.about-hero-facts {
  display: grid;
  gap: 0.95rem;
}

.about-hero-fact {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem 1rem 1.15rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(248, 251, 247, 0.98), rgba(238, 245, 239, 0.94));
  border: 1px solid rgba(39, 93, 70, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.about-hero-fact-copy {
  display: grid;
  gap: 0.18rem;
}

.about-hero-fact-label {
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-hero-fact-value {
  display: block;
  color: var(--bs-primary);
  font-size: 1.5rem;
  line-height: 1.08;
  font-weight: 800;
}

.about-hero-fact-mark {
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(39, 93, 70, 0.9), rgba(76, 145, 108, 0.75));
  box-shadow: 0 0 0 0.35rem rgba(39, 93, 70, 0.08);
}

.about-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-profile-shell {
  padding: 0;
  overflow: hidden;
}

.about-profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-profile-row {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem 1.5rem;
  border-right: 1px solid rgba(39, 93, 70, 0.08);
  border-bottom: 1px solid rgba(39, 93, 70, 0.08);
}

.about-profile-row:nth-child(2n) {
  border-right: 0;
}

.about-profile-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about-profile-label {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
}

.about-profile-value {
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--bs-body-color);
  text-wrap: balance;
}

.about-metric-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  border-radius: 1.6rem;
}

.about-metric-card .metric-value {
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.about-metric-card .text-white-50 {
  max-width: 11rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.about-service-card {
  border-radius: 1.4rem;
}

.about-story-grid {
  align-items: center;
}

.about-story-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0 0;
  border-top: 1px solid rgba(39, 93, 70, 0.12);
}

.about-story-note-value {
  color: var(--bs-primary);
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 600;
}

.about-story-note i {
  color: rgba(39, 93, 70, 0.62);
  font-size: 1.15rem;
  line-height: 1;
}

.about-story-media {
  padding: 1rem;
  border-radius: 1.75rem;
}

.about-story-media .card-media {
  aspect-ratio: 16 / 11;
}

.about-feature-card,
.about-value-card,
.about-service-card {
  border-radius: 1.5rem;
  box-shadow: 0 16px 42px rgba(15, 35, 24, 0.08);
}

[data-page="about"] .page-banner {
  padding-top: 7.2rem;
  padding-bottom: 3.2rem;
}

[data-page="about"] .about-banner .section-title {
  max-width: 12ch;
}

[data-page="about"] .about-banner .section-copy {
  max-width: 42rem;
  font-size: 1.18rem;
  line-height: 1.7;
}

[data-page="about"] .about-section-head {
  max-width: 46rem;
  margin-bottom: 1.75rem;
}

[data-page="about"] .about-section-head .section-copy {
  font-size: 1.14rem;
  line-height: 1.72;
}

.product-store-hero {
  border-radius: 1.6rem;
}

.product-store-badge {
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  border-radius: 1.2rem;
  font-size: 1.45rem;
}

.product-store-copy {
  display: grid;
  gap: 0.5rem;
}

.product-store-hero-stack {
  display: grid;
  gap: 1.5rem;
}

.product-store-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.product-store-hero .product-store-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-store-summary-item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(228, 238, 233, 0.76) 100%);
}

.product-store-summary-item strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.product-detail-card {
  border-radius: 1.6rem;
}

.product-detail-media {
  position: relative;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
}

.product-detail-media img,
.product-detail-placeholder {
  width: 100%;
  height: 100%;
}

.product-detail-media img {
  display: block;
  object-fit: cover;
}

.product-detail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.product-detail-badge-row {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.product-detail-shell {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 2rem;
}

.product-detail-copy {
  display: grid;
  gap: 1rem;
}

.product-detail-heading {
  gap: 1rem;
}

.product-detail-price {
  text-align: right;
}

.product-detail-description {
  max-width: 44rem;
}

.product-detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.product-detail-metric {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 240, 235, 0.72) 100%);
}

.product-detail-metric strong {
  font-size: 1rem;
  line-height: 1.45;
}

.product-detail-order {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(238, 244, 240, 0.88) 100%);
}

.product-detail-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
  gap: 1rem;
  align-items: end;
}

.product-detail-total {
  text-align: right;
}

.product-detail-total strong {
  font-size: 1.35rem;
  color: var(--bs-primary);
}

.product-qty-stepper > .form-control {
  width: 5.5rem !important;
}

.product-detail-actions,
.product-detail-checkout-form {
  display: flex;
}

.product-detail-actions .btn,
.product-detail-checkout-form .btn {
  width: 100%;
}

.product-detail-store {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-detail-store-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.product-detail-store-icon {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bs-primary);
  border: 1px solid rgba(39, 93, 70, 0.12);
  background: rgba(232, 240, 235, 0.88);
}

.product-collection-badge {
  justify-self: start;
}

.umkm-store-overview {
  border-radius: 1.6rem;
}

.umkm-store-hero-media {
  position: relative;
  aspect-ratio: 21 / 7;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
}

.umkm-store-hero-media img,
.umkm-store-hero-placeholder {
  width: 100%;
  height: 100%;
}

.umkm-store-hero-media img {
  display: block;
  object-fit: cover;
}

.umkm-store-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.umkm-store-hero-overlay {
  position: absolute;
  inset: auto 1.25rem 1.25rem 1.25rem;
  display: flex;
  justify-content: flex-start;
}

.umkm-store-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.umkm-store-icon {
  width: 4.1rem;
  height: 4.1rem;
  padding: 0;
  border-radius: 1.2rem;
  font-size: 1.4rem;
}

.umkm-store-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.umkm-store-aside {
  height: 100%;
  padding: 1.25rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(39, 93, 70, 0.08);
  background: linear-gradient(180deg, rgba(252, 253, 252, 0.9) 0%, rgba(239, 245, 241, 0.72) 100%);
}

.umkm-store-info-list {
  display: grid;
  gap: 0.8rem;
}

.umkm-store-info-item,
.umkm-product-fact {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(232, 240, 235, 0.74) 100%);
}

.umkm-store-info-item span {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.umkm-store-info-item strong,
.umkm-product-fact strong {
  font-size: 1rem;
  line-height: 1.4;
}

.umkm-products-head {
  display: grid;
  gap: 1rem;
}

.umkm-products-count {
  justify-self: start;
}

.umkm-product-card {
  border-radius: 1.6rem;
}

.umkm-product-media {
  position: relative;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
}

.umkm-product-media img,
.umkm-product-placeholder {
  width: 100%;
  height: 100%;
}

.umkm-product-media img {
  display: block;
  object-fit: cover;
}

.umkm-product-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.umkm-product-chip-row {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: flex-start;
}

.umkm-product-body {
  display: grid;
  gap: 1.4rem;
  height: 100%;
  padding: 2rem;
}

.umkm-product-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.umkm-product-price {
  text-align: right;
}

.umkm-product-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.umkm-product-order {
  display: grid;
  grid-template-columns: minmax(10rem, 13rem) minmax(10rem, 12rem) minmax(14rem, 1fr);
  gap: 1rem;
  align-items: end;
  padding-top: 0.35rem;
}

.umkm-product-stepper > .form-control {
  width: 5.25rem !important;
}

.umkm-product-total {
  padding: 0.95rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: rgba(236, 243, 239, 0.9);
}

.umkm-product-total strong {
  font-size: 1.25rem;
  color: var(--bs-primary);
}

.umkm-product-action,
.umkm-product-action form {
  display: flex;
  width: 100%;
}

.umkm-detail-hero {
  border-radius: 1.6rem;
}

.umkm-detail-hero-media {
  position: relative;
  aspect-ratio: 21 / 8;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
}

.umkm-detail-hero-media img,
.umkm-detail-hero-placeholder {
  width: 100%;
  height: 100%;
}

.umkm-detail-hero-media img {
  display: block;
  object-fit: cover;
}

.umkm-detail-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.umkm-detail-hero-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 24, 16, 0.08) 0%, rgba(9, 24, 16, 0.32) 100%);
}

.umkm-detail-hero-body {
  padding: 2rem;
}

.umkm-detail-store-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.umkm-detail-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.umkm-detail-metric {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 240, 235, 0.74) 100%);
}

.umkm-detail-metric span,
.umkm-detail-fact span {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.umkm-detail-metric strong,
.umkm-detail-fact strong {
  font-size: 1rem;
  line-height: 1.4;
}

.umkm-detail-products-head {
  display: grid;
  gap: 1rem;
}

.umkm-detail-products-badge {
  justify-self: start;
}

.umkm-detail-product {
  border-radius: 1.5rem;
  overflow: hidden;
}

.umkm-detail-product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
}

.umkm-detail-product-media img,
.umkm-detail-product-placeholder {
  width: 100%;
  height: 100%;
}

.umkm-detail-product-media img {
  display: block;
  object-fit: cover;
}

.umkm-detail-product-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.umkm-detail-product-tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.umkm-detail-product-body {
  gap: 1.35rem;
}

.umkm-detail-price-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.umkm-detail-facts {
  display: grid;
  gap: 0.75rem;
  min-width: min(100%, 15rem);
}

.umkm-detail-fact {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: rgba(236, 243, 239, 0.9);
}

.umkm-detail-order-panel {
  display: grid;
  grid-template-columns: minmax(0, 11rem) minmax(0, 12rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
}

.umkm-detail-stepper > .form-control {
  width: 5.25rem !important;
}

.umkm-detail-total-block {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: rgba(236, 243, 239, 0.9);
}

.umkm-detail-total-block strong {
  font-size: 1.25rem;
  color: var(--bs-primary);
}

.umkm-detail-action-block,
.umkm-detail-action-block form {
  display: flex;
  width: 100%;
}

.umkm-showcase {
  display: grid;
  gap: 1.4rem;
}

.umkm-showcase-media {
  position: relative;
  aspect-ratio: 21 / 8;
  overflow: hidden;
  border-radius: 1.75rem;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(15, 35, 24, 0.08);
}

.umkm-showcase-media img,
.umkm-showcase-placeholder {
  width: 100%;
  height: 100%;
}

.umkm-showcase-media img {
  display: block;
  object-fit: cover;
}

.umkm-showcase-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.umkm-showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  color: #f7fcf6;
  background: linear-gradient(180deg, rgba(6, 19, 12, 0.08) 0%, rgba(6, 19, 12, 0.72) 100%);
}

.umkm-showcase-overlay .page-kicker,
.umkm-showcase-overlay .soft-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #f7fcf6;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.umkm-showcase-overlay .hero-copy {
  max-width: 40rem;
  color: rgba(247, 252, 246, 0.84);
}

.umkm-showcase-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.umkm-showcase-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.umkm-showcase-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(233, 241, 236, 0.78) 100%);
  box-shadow: 0 10px 28px rgba(15, 35, 24, 0.06);
}

.umkm-showcase-stat span,
.umkm-catalog-meta-item span {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.umkm-showcase-stat strong,
.umkm-catalog-meta-item strong {
  font-size: 1rem;
  line-height: 1.4;
}

.umkm-catalog-head {
  display: grid;
  gap: 1rem;
}

.umkm-catalog-count {
  justify-self: start;
}

.umkm-catalog-card {
  border-radius: 1.5rem;
  overflow: hidden;
}

.umkm-catalog-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
}

.umkm-catalog-media img,
.umkm-catalog-placeholder {
  width: 100%;
  height: 100%;
}

.umkm-catalog-media img {
  display: block;
  object-fit: cover;
}

.umkm-catalog-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96) 0%, rgba(223, 233, 227, 0.84) 100%);
}

.umkm-catalog-tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.umkm-catalog-body {
  gap: 1.35rem;
}

.umkm-catalog-price-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.umkm-catalog-meta {
  display: grid;
  gap: 0.75rem;
  min-width: min(100%, 15rem);
}

.umkm-catalog-meta-item {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: rgba(236, 243, 239, 0.9);
}

.umkm-catalog-order {
  display: grid;
  grid-template-columns: minmax(0, 11rem) minmax(0, 12rem);
  gap: 1rem;
  align-items: end;
}

.umkm-catalog-stepper > .form-control {
  width: 5.25rem !important;
}

.umkm-catalog-total {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.1);
  background: rgba(236, 243, 239, 0.9);
}

.umkm-catalog-total strong {
  font-size: 1.25rem;
  color: var(--bs-primary);
}

.umkm-catalog-action,
.umkm-catalog-action form {
  display: flex;
  width: 100%;
}

.umkm-product-detail-panel {
  border-radius: 1.65rem;
}

.umkm-product-detail-media {
  overflow: hidden;
  border-radius: 1.4rem;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(15, 35, 24, 0.08);
}

.umkm-product-detail-media img,
.umkm-product-detail-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.umkm-product-detail-media img {
  display: block;
  object-fit: cover;
}

.umkm-product-detail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.umkm-product-detail-note {
  border-radius: 1.2rem;
  border-color: rgba(39, 93, 70, 0.12);
  background: linear-gradient(180deg, rgba(241, 247, 243, 0.92) 0%, rgba(229, 238, 233, 0.8) 100%);
}

.umkm-product-detail-info {
  border-radius: 1.35rem;
  box-shadow: none;
}

.umkm-product-detail-stack {
  display: grid;
  gap: 1.4rem;
}

.umkm-product-detail-heading p {
  max-width: 34rem;
  line-height: 1.7;
}

.umkm-product-detail-price-line .text-muted-soft {
  padding-bottom: 0.3rem;
}

.umkm-product-detail-point {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(39, 93, 70, 0.08);
  background: rgba(242, 247, 244, 0.9);
  color: var(--bs-primary);
  font-weight: 500;
}

.umkm-product-detail-point i {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(39, 93, 70, 0.12);
  font-size: 0.9rem;
}

.umkm-product-detail-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(39, 93, 70, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 246, 242, 0.84) 100%);
}

.umkm-product-detail-counter input {
  width: 4.5rem;
}

.umkm-product-detail-counter button:disabled,
.umkm-product-detail-counter input:disabled {
  opacity: 0.55;
}

.umkm-product-detail-total {
  min-width: 10rem;
}

.product-template-card {
  border-radius: 1.75rem;
}

.product-template-media {
  overflow: hidden;
  border-radius: 1.4rem;
  background: linear-gradient(145deg, rgba(223, 233, 227, 0.92) 0%, rgba(245, 248, 246, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(15, 35, 24, 0.08);
}

.product-template-media img,
.product-template-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.product-template-media img {
  display: block;
  object-fit: cover;
}

.product-template-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-template-content {
  display: grid;
  gap: 1.5rem;
}

.product-template-description {
  line-height: 1.72;
  max-width: 36rem;
}

.product-template-note {
  border-radius: 1.2rem;
  border-color: rgba(39, 93, 70, 0.12);
  background: linear-gradient(180deg, rgba(241, 247, 243, 0.92) 0%, rgba(229, 238, 233, 0.8) 100%);
}

.product-template-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.25rem;
}

.product-template-list-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--bs-body-color);
  font-size: 0.95rem;
}

.product-template-list-item i {
  color: var(--bs-primary);
}

.product-template-purchase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.product-template-counter input {
  width: 4.5rem;
}

.product-template-total {
  min-width: 11rem;
  text-align: right;
}

.product-template-actions {
  display: flex;
  gap: 1rem;
}

.product-template-actions > * {
  flex: 1 1 0;
}

.product-template-actions form {
  display: flex;
}

.umkm-product-detail-total .h3 {
  letter-spacing: -0.02em;
}

.umkm-product-detail-actions .btn,
.umkm-product-detail-actions form {
  min-height: 3.45rem;
}

.umkm-product-detail-actions form {
  display: flex;
}

.umkm-product-detail-helper {
  max-width: 40rem;
  line-height: 1.65;
}

.mini-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(39, 93, 70, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background: var(--counter-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.mini-counter button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--bs-primary);
}

.mini-counter span,
.mini-counter input {
  width: 3.5rem;
  text-align: center;
  border: 0;
  background: transparent;
  font-weight: 600;
}

.mini-counter input:focus {
  outline: none;
}

.text-muted-soft {
  color: var(--text-muted);
}

.surface-dark {
  background: linear-gradient(180deg, #04140a 0%, #071b0d 100%);
}

.cta-panel {
  position: relative;
  overflow: hidden;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(129, 168, 145, 0.24), transparent 68%);
}

.footer-link {
  color: rgba(247, 252, 246, 0.7);
}

.footer-link:hover {
  color: #f7fcf6;
}

html[data-theme="dark"] .nav-link {
  color: rgba(228, 239, 232, 0.8);
}

html[data-theme="dark"] .site-navbar {
  background: rgba(12, 20, 16, 0.96);
  border-bottom-color: rgba(124, 208, 161, 0.08);
}

html[data-theme="dark"] .btn-icon-shell,
html[data-theme="dark"] .home-shelf-control,
html[data-theme="dark"] .home-shelf-link {
  background: rgba(18, 28, 23, 0.9);
  border-color: rgba(124, 208, 161, 0.12);
  color: var(--bs-body-color);
}

html[data-theme="dark"] .btn-icon-shell:hover,
html[data-theme="dark"] .btn-icon-shell:focus-visible,
html[data-theme="dark"] .home-shelf-control:hover,
html[data-theme="dark"] .home-shelf-control:focus-visible {
  color: var(--bs-primary);
}

html[data-theme="dark"] .home-cta-banner {
  background:
    radial-gradient(circle at top center, rgba(236, 244, 238, 0.08), transparent 32%),
    linear-gradient(135deg, #163429 0%, #214f3f 52%, #0d211a 100%);
}

html[data-theme="dark"] .footer-social-link {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .site-navbar-home .navbar-brand-site,
html[data-theme="dark"] .site-navbar-home .nav-link-home,
html[data-theme="dark"] .site-navbar-home .text-muted-soft {
  color: #f7fcf6;
}

html[data-theme="dark"] .nav-link-pill.active,
html[data-theme="dark"] .nav-link-pill:hover {
  background: rgba(124, 208, 161, 0.12);
}

html[data-theme="dark"] .page-banner::before {
  background: radial-gradient(circle, rgba(124, 208, 161, 0.12), transparent 68%);
}

html[data-theme="dark"] .page-banner::after {
  background: radial-gradient(circle, rgba(21, 33, 28, 0.95), transparent 70%);
}

html[data-theme="dark"] .page-kicker,
html[data-theme="dark"] .soft-badge,
html[data-theme="dark"] .btn-soft,
html[data-theme="dark"] .card-price-row,
html[data-theme="dark"] .transaction-step,
html[data-theme="dark"] .transaction-note,
html[data-theme="dark"] .payment-method-option:has(input:checked) {
  color: var(--bs-body-color);
}

html[data-theme="dark"] .btn-outline-primary,
html[data-theme="dark"] .site-navbar .navbar-toggler,
html[data-theme="dark"] .filter-chip,
html[data-theme="dark"] .input-group-text,
html[data-theme="dark"] .dropdown-item,
html[data-theme="dark"] .form-control,
html[data-theme="dark"] .form-select,
html[data-theme="dark"] .mini-counter button,
html[data-theme="dark"] .mini-counter input,
html[data-theme="dark"] .mini-counter span {
  color: var(--bs-body-color);
}

html[data-theme="dark"] .btn-outline-primary:hover,
html[data-theme="dark"] .btn-outline-primary:focus-visible {
  color: #0d1713;
}

html[data-theme="dark"] .filter-chip {
  border-color: rgba(124, 208, 161, 0.18);
}

html[data-theme="dark"] .filter-chip.active,
html[data-theme="dark"] .filter-chip:hover,
html[data-theme="dark"] .dropdown-item:hover,
html[data-theme="dark"] .dropdown-item:focus {
  color: #0d1713;
}

html[data-theme="dark"] .input-group-text,
html[data-theme="dark"] .form-control,
html[data-theme="dark"] .form-select,
html[data-theme="dark"] .mini-counter {
  border-color: rgba(124, 208, 161, 0.14);
}

html[data-theme="dark"] .form-control::placeholder {
  color: rgba(151, 174, 162, 0.72);
}

html[data-theme="dark"] .empty-state,
html[data-theme="dark"] .card-lift,
html[data-theme="dark"] .summary-card,
html[data-theme="dark"] .info-card,
html[data-theme="dark"] .gallery-card,
html[data-theme="dark"] .page-banner-panel,
html[data-theme="dark"] .dropdown-menu {
  border-color: rgba(124, 208, 161, 0.1);
}

html[data-theme="dark"] .site-navbar .navbar-collapse {
  background: rgba(14, 22, 19, 0.96);
  border-color: rgba(124, 208, 161, 0.1);
}

html[data-theme="dark"] .text-white-50 {
  color: rgba(228, 239, 232, 0.68) !important;
}

.page-enter {
  animation: page-enter 0.75s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
  transition: opacity 0.65s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.fade-in-up {
  animation: fade-up 0.65s ease both;
}

@keyframes float-down {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (prefers-reduced-motion: reduce) {
  .page-enter,
  .fade-in-up {
    animation: none !important;
  }

  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
  }

  body {
    padding-top: 5rem;
  }

  .page-banner-panel .row.row-cols-3 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .page-banner-panel .row.row-cols-3 > *:last-child:nth-child(odd) {
    width: 100%;
  }

  [data-page="about"] .about-story-copy {
    max-width: 100%;
  }

  .site-navbar {
    top: 0;
  }

  .navbar-shell {
    min-height: 4.95rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-radius: 0;
  }

  .navbar-shell-home {
    border-radius: 1.5rem;
    background: rgba(9, 17, 13, 0.26);
    border-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
  }

  .site-navbar .navbar-collapse {
    margin-top: 1rem;
    padding: 0.9rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(39, 93, 70, 0.1);
    box-shadow: var(--shadow-card);
    flex-basis: 100%;
    width: 100%;
  }

  .site-navbar-home .navbar-collapse {
    background: rgba(9, 17, 13, 0.92);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .site-navbar .navbar-nav {
    width: 100%;
    gap: 0.45rem !important;
  }

  .site-navbar .navbar-nav .nav-item {
    width: 100%;
  }

  .site-navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-panel {
    margin-top: 1rem;
  }

  .hero-content-home {
    max-width: 100%;
    padding-top: 1rem;
  }

  .hero-home-shell {
    padding-top: 1.4rem !important;
    padding-bottom: 2.25rem !important;
  }

  .home-first-shelf {
    padding-top: 3.5rem;
  }

  .hero-section-home .row {
    min-height: calc(100vh - 5.4rem);
    padding-top: 1.2rem !important;
    padding-bottom: 1.8rem !important;
  }

  .page-top-section,
  .auth-page-shell {
    padding-top: 5.75rem;
  }

  .page-header-inline {
    align-items: flex-start;
  }

  .page-header-inline > :last-child {
    min-width: 0;
  }

  .sticky-summary {
    position: static;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 4.75rem;
  }

  .container {
    --bs-gutter-x: 1rem;
  }

  .section-space {
    padding: 2.85rem 0;
  }

  .row {
    --bs-gutter-y: 1rem;
  }

  .page-banner {
    padding: 4.2rem 0 2.2rem;
  }

  .page-banner::before,
  .page-banner::after {
    display: none;
  }

  .page-banner-panel {
    padding: 0.85rem;
  }

  .page-kicker,
  .soft-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .page-stat {
    padding: 0.8rem 0.8rem;
    text-align: center;
  }

  .page-stat-value {
    font-size: 1.2rem;
  }

  .page-banner-panel .row.row-cols-2 > *,
  .page-banner-panel .row.row-cols-3 > * {
    width: 50%;
  }

  [data-page="about"] .about-banner {
    padding-bottom: 1.6rem;
  }

  [data-page="about"] .about-story {
    padding-top: 1rem;
  }

  [data-page="about"] .about-story-media {
    padding: 0.7rem;
  }

  [data-page="about"] .about-story-media .card-media {
    aspect-ratio: 16 / 11;
  }

  [data-page="about"] .about-prose {
    gap: 0.9rem;
    line-height: 1.68;
  }

  [data-page="about"] .about-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-page="about"] .about-metrics {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 0.85rem;
  }

  [data-page="about"] .about-metric-card {
    min-height: 180px;
  }

  [data-page="about"] .about-section-head {
    margin-bottom: 1rem;
  }

  [data-page="about"] .about-feature-card,
  [data-page="about"] .about-value-card {
    padding: 1.15rem !important;
  }

  [data-page="about"] .about-icon-badge {
    width: 3.55rem;
    height: 3.55rem;
    margin-bottom: 0.85rem !important;
  }

  [data-page="about"] .about-value-card h2,
  [data-page="about"] .about-feature-card h2 {
    font-size: 1.3rem !important;
    margin-bottom: 0.65rem !important;
  }

  [data-page="about"] .about-profile-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  [data-page="about"] .about-service-card {
    padding: 1.15rem !important;
  }

  [data-page="about"] .about-profile-value {
    font-size: 1rem;
  }

  [data-page="about"] .about-profile-list {
    grid-template-columns: 1fr;
  }

  [data-page="about"] .about-profile-row,
  [data-page="about"] .about-profile-row:nth-child(2n) {
    border-right: 0;
  }

  [data-page="about"] .about-profile-row:not(:last-child) {
    border-bottom: 1px solid rgba(39, 93, 70, 0.08);
  }

  [data-page="about"] .about-profile-row:last-child {
    border-bottom: 0;
  }

  [data-page="about"] .about-hero-panel {
    padding: 1.1rem;
  }

  [data-page="about"] .about-story-note {
    gap: 0.35rem;
    padding-top: 0.85rem;
  }

  [data-page="about"] .about-story-note-value {
    font-size: 0.92rem;
  }

  [data-page="about"] .about-hero-fact {
    padding: 0.9rem 0.95rem 0.9rem 1rem;
  }

  [data-page="about"] .about-hero-fact-value {
    font-size: 1.22rem;
  }

  .metric-card {
    padding: 1.45rem 1rem;
  }

  .metric-value {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .page-top-section,
  .auth-page-shell {
    padding-top: 4.75rem;
  }

  .page-header-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .page-header-inline .btn {
    width: 100%;
    justify-content: center;
  }

  .page-header-inline h1,
  .page-header-inline .section-title {
    word-break: break-word;
  }

  .mobile-stack-toolbar {
    align-items: stretch !important;
  }

  .mobile-stack-toolbar > * {
    width: 100%;
  }

  .mobile-stack-toolbar .btn {
    justify-content: center;
  }

  .hero-section .container {
    padding-top: 1.15rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-section-home .row {
    min-height: auto;
    align-items: flex-start !important;
    padding-top: 1rem !important;
    padding-bottom: 1.75rem !important;
  }

  .display-hero {
    font-size: clamp(2.3rem, 11vw, 3.1rem);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-copy-home {
    font-size: 1rem;
  }

  .hero-content-home {
    padding-top: 0.2rem;
  }

  .hero-cta-group,
  .home-cta-actions {
    width: 100%;
  }

  .hero-cta-group .btn,
  .home-cta-actions .btn {
    width: 100%;
  }

  .section-title {
    font-size: clamp(1.65rem, 9vw, 2.3rem);
    line-height: 1.1;
  }

  .section-copy {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-mini-metric {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-banner-panel,
  .summary-card,
  .info-card,
  .gallery-card,
  .hero-panel {
    border-radius: 1.25rem;
  }

  [data-page="checkout"] .summary-card,
  [data-page="transaction-checkout"] .summary-card,
  [data-page="invoice"] .summary-card,
  [data-page="payment"] .summary-card,
  [data-page="transaction-show"] .summary-card,
  [data-page="my-orders"] .summary-card,
  [data-page="order-detail"] .summary-card,
  [data-page="umkm-detail"] .summary-card,
  [data-page="wisata-detail"] .summary-card {
    padding: 1.2rem !important;
  }

  .summary-card.p-5,
  .summary-card.p-4,
  .info-card.p-4,
  .gallery-card.p-4,
  .home-cta-banner.p-5 {
    padding: 1.15rem !important;
  }

  .metric-card {
    padding: 1.2rem 0.95rem;
  }

  .metric-card .text-white-50,
  .page-stat .small {
    font-size: 0.82rem;
  }

  .navbar-shell {
    border-radius: 0;
  }

  .navbar-shell-home {
    border-radius: 1.25rem;
  }

  .btn-icon-shell {
    min-width: 2.55rem;
    min-height: 2.55rem;
    padding: 0.5rem 0.7rem;
  }

  .site-navbar .navbar-toggler {
    padding: 0.48rem 0.7rem;
  }

  .site-navbar .navbar-collapse {
    padding: 0.85rem;
  }

  .home-shelf-header {
    flex-direction: column;
    align-items: stretch !important;
  }

  .home-shelf-controls {
    justify-content: flex-end;
  }

  .home-shelf-control {
    width: 2.45rem;
    height: 2.45rem;
  }

  .home-shelf-link {
    width: 100%;
    min-width: 0;
  }

  .home-shelf-footer {
    margin-top: 1.25rem !important;
  }

  .home-cta-banner {
    padding: 3.5rem 1.25rem;
  }

  .footer-shell {
    padding-top: 1.4rem;
    padding-bottom: 0.9rem;
  }

  .footer-panel {
    padding: 1.4rem 1.15rem 1rem;
    border-radius: 1.35rem;
  }

  .site-footer-main .row {
    row-gap: 1.4rem !important;
  }

  .site-footer-main [class*="col-"] {
    text-align: left;
  }

  .site-footer-main .d-flex.align-items-center.gap-3.mb-3 {
    justify-content: flex-start;
  }

  .site-footer-main .footer-heading {
    font-size: 1rem;
    margin-bottom: 0.85rem !important;
  }

  .site-footer-main .footer-pill {
    justify-content: flex-start;
    width: 100%;
    border-radius: 1rem;
    text-align: left;
  }

  .site-footer-main .footer-link {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .site-footer-main .footer-contact-list {
    justify-items: stretch;
    text-align: left;
  }

  .site-footer-main .footer-contact-list > div {
    max-width: none;
    margin-inline: 0;
    font-size: 0.96rem;
    text-wrap: balance;
  }

  .site-footer-main .footer-contact-item {
    grid-template-columns: 1rem 1fr;
    justify-items: stretch;
    gap: 0.45rem;
  }

  .site-footer-main .footer-description {
    margin-inline: 0;
    max-width: none;
  }

  .site-footer-main .footer-social-row {
    justify-content: flex-start;
  }

  .site-footer-main .footer-bottom {
    margin-top: 1.6rem;
    padding-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .site-navbar-home .nav-link-home::after {
    left: 1rem;
    right: 1rem;
  }

  .home-first-shelf {
    padding-top: 3rem;
  }

  .card-actions {
    flex-direction: column;
  }

  .card-lift .card-body-stack {
    padding: 1.1rem !important;
  }

  .summary-card,
  .info-card,
  .gallery-card {
    padding: 1.1rem !important;
  }

  .product-detail-meta,
  .product-detail-store {
    grid-template-columns: 1fr;
  }

  .product-store-summary,
  .product-store-hero .product-store-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .umkm-store-hero-media {
    aspect-ratio: 16 / 9;
  }

  .umkm-store-main {
    grid-template-columns: 1fr;
  }

  .umkm-store-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1rem;
  }

  .umkm-store-chip-list {
    margin-top: 1rem;
  }

  .umkm-store-info-list,
  .umkm-product-facts,
  .umkm-product-order {
    grid-template-columns: 1fr;
  }

  .umkm-store-aside {
    padding: 1rem;
  }

  .umkm-product-body {
    padding: 1.2rem;
  }

  .umkm-product-price {
    text-align: left;
  }

  .umkm-product-total {
    padding: 0.9rem 1rem;
  }

  .umkm-detail-hero-media {
    aspect-ratio: 16 / 10;
  }

  .umkm-detail-hero-body {
    padding: 1.2rem;
  }

  .umkm-detail-metrics,
  .umkm-detail-order-panel {
    grid-template-columns: 1fr;
  }

  .umkm-detail-product-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .umkm-detail-price-row {
    flex-direction: column;
  }

  .umkm-showcase-media {
    aspect-ratio: 16 / 10;
  }

  .umkm-showcase-overlay {
    padding: 1.2rem;
  }

  .umkm-showcase-stats,
  .umkm-catalog-order {
    grid-template-columns: 1fr;
  }

  .umkm-catalog-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .umkm-catalog-price-row {
    flex-direction: column;
  }

  .umkm-product-detail-order {
    align-items: stretch;
  }

  .umkm-product-detail-total {
    min-width: 0;
    text-align: left !important;
  }

  .umkm-product-detail-order {
    padding: 0.95rem;
  }

  .umkm-product-detail-point {
    padding: 0.8rem 0.9rem;
  }

  .umkm-product-detail-stack {
    gap: 1.1rem;
  }

  .product-template-list {
    grid-template-columns: 1fr;
  }

  .product-template-purchase {
    align-items: stretch;
  }

  .product-template-total {
    min-width: 0;
    text-align: left;
  }

  .product-template-actions {
    flex-direction: column;
  }

  .product-detail-shell {
    padding: 1.15rem;
    gap: 1.15rem;
  }

  .product-detail-badge-row {
    top: 0.85rem;
    left: 0.85rem;
    right: 0.85rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-detail-order-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-total,
  .product-detail-price {
    text-align: left;
  }

  .product-detail-actions,
  .product-detail-checkout-form {
    width: 100%;
  }

  .detail-price-header,
  .checkout-item-row {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .detail-price-header .soft-badge {
    align-self: flex-start;
  }

  .qty-stepper {
    flex-wrap: wrap;
  }

  .qty-stepper > .form-control {
    order: -1;
    width: 100% !important;
    max-width: 100%;
    flex: 1 0 100%;
  }

  .qty-stepper > .btn {
    flex: 1 1 calc(50% - 0.375rem);
    justify-content: center;
  }

  .transaction-step {
    padding: 0.95rem;
  }

  .transaction-step-index {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.8rem;
  }

  .transaction-cta-group {
    flex-direction: column;
  }

  .summary-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .summary-line > :last-child {
    text-align: left;
  }

  .cart-item-meta {
    align-items: stretch;
  }

  .cart-remove-button {
    width: 100%;
  }

  .payment-method-option {
    align-items: flex-start !important;
  }

  .payment-method-option > div:last-child {
    min-width: 0;
  }

  [data-page="invoice"] .method-card {
    padding: 0.95rem !important;
  }

  [data-page="invoice"] .method-card .d-flex {
    align-items: flex-start !important;
  }

  [data-page="invoice"] #detail-number {
    font-size: 1.25rem !important;
    line-height: 1.35;
    letter-spacing: 0.08em !important;
    word-break: break-word;
  }

  [data-page="invoice"] #detail-qr-img {
    width: 100%;
    max-width: 11rem !important;
  }

  [data-page="transaction-show"] .table,
  [data-page="invoice"] .table {
    min-width: 36rem;
  }

  [data-page="transaction-checkout"] .checkout-item-row img {
    width: 3rem !important;
    height: 3rem !important;
  }

  [data-page="transaction-checkout"] .qty-stepper {
    gap: 0.6rem !important;
  }

  [data-page="transaction-checkout"] #qty-input {
    width: 100% !important;
  }

  [data-page="my-orders"] .clickable-card .text-end {
    width: 100%;
    text-align: left !important;
  }

  .toast-container {
    left: 0.75rem !important;
    right: 0.75rem !important;
    width: auto !important;
    max-width: none !important;
  }

  .toast-container .toast {
    width: 100%;
  }

  .auth-page-shell {
    min-height: auto !important;
    align-items: flex-start !important;
  }

  .floating-whatsapp {
    right: 1rem;
    bottom: 1rem;
    width: 3.35rem;
    height: 3.35rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-featured {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .page-banner-panel .row.row-cols-2 > *,
  .page-banner-panel .row.row-cols-3 > * {
    width: 100%;
  }

  .page-kicker,
  .soft-badge {
    width: 100%;
    justify-content: center;
  }

  .display-hero {
    font-size: clamp(2rem, 12vw, 2.7rem);
  }

  .hero-copy,
  .hero-copy-home {
    font-size: 0.95rem;
  }

  .brand-badge {
    width: 2.5rem;
    height: 2.5rem;
  }

  .product-store-badge {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
  }

  .product-detail-media {
    aspect-ratio: 16 / 11;
  }

  .product-store-summary,
  .product-store-hero .product-store-summary {
    grid-template-columns: 1fr;
  }

  .umkm-detail-hero-media {
    aspect-ratio: 16 / 11;
  }

  .umkm-product-media {
    aspect-ratio: 16 / 11;
  }

  .umkm-store-hero-overlay {
    inset: auto 0.85rem 0.85rem 0.85rem;
  }

  .umkm-showcase-media {
    aspect-ratio: 16 / 11;
  }

  .umkm-showcase-overlay {
    padding: 1rem;
  }

  .umkm-catalog-media {
    aspect-ratio: 16 / 11;
  }

  .umkm-product-detail-media img,
  .umkm-product-detail-placeholder {
    aspect-ratio: 16 / 11;
  }

  .umkm-product-detail-actions {
    gap: 0.85rem !important;
  }

  .product-template-media img,
  .product-template-placeholder {
    aspect-ratio: 16 / 11;
  }

  .umkm-catalog-count,
  .umkm-catalog-head .soft-badge,
  .umkm-detail-products-badge,
  .umkm-products-count,
  .umkm-products-head .soft-badge {
    width: 100%;
    justify-content: center;
  }
}



