:root {
  /* Brand — deeper / moodier greens */
  --gh-primary: #285a48;
  --gh-primary-dark: #1a3228;
  --gh-forest-ink: #0a1410;
  --gh-seafoam: #5a8f7c;
  --gh-seafoam-soft: #7dada0;
  --gh-mint: #c4d8ce;
  --gh-mint-deep: #a3bdb0;
  --gh-star: #c9a84a;
  --gh-page: #8fa399;
  --gh-page-deep: #798f83;
  --gh-rose: var(--gh-primary);
  --gh-rose-dark: var(--gh-primary-dark);
  --gh-gold: var(--gh-star);
  --gh-cream: var(--gh-page);
  --gh-ink: var(--gh-forest-ink);
  --gh-muted: #2d3b34;
  --gh-rgb-primary: 40, 90, 72;
  --gh-nav-text: rgba(236, 248, 242, 0.92);
  --gh-nav-text-hover: #ffffff;
}

body {
  font-family: 'Source Sans 3', system-ui, sans-serif;
  color: var(--gh-ink);
  background: linear-gradient(165deg, var(--gh-page) 0%, var(--gh-page-deep) 55%, #6d8276 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

h1, h2, h3, h4, .gh-brand {
  font-family: 'Fraunces', Georgia, serif;
}

.gh-navbar {
  background: linear-gradient(180deg, #152922 0%, var(--gh-forest-ink) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.2);
}

.gh-brand {
  color: #ecf8f2 !important;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.gh-nav-shop-search {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  max-width: min(100%, 22rem);
}

.gh-nav-shop-search .form-control {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #f4faf7;
}

.gh-nav-shop-search .form-control:focus {
  border-color: rgba(122, 168, 148, 0.85);
  box-shadow: 0 0 0 0.15rem rgba(var(--gh-rgb-primary), 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.gh-nav-shop-search .form-control::placeholder {
  color: rgba(236, 248, 242, 0.45);
}

.gh-nav-shop-search .btn.gh-btn-primary {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.gh-nav-shop-search--mobile {
  max-width: none;
  width: 100%;
}

@media (min-width: 992px) {
  .gh-nav-shop-search:not(.gh-nav-shop-search--mobile) {
    flex: 1 1 auto;
  }
}

.nav-link {
  font-weight: 600;
  color: var(--gh-nav-text) !important;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--gh-nav-text-hover) !important;
}

.gh-shop-dropdown {
  min-width: min(100vw - 2rem, 20rem);
  max-width: 22rem;
  background: linear-gradient(180deg, #1a2e26 0%, #152922 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  overflow: hidden;
}

.gh-shop-dropdown .dropdown-header {
  color: rgba(200, 220, 210, 0.75);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gh-shop-dropdown .dropdown-item {
  color: rgba(236, 248, 242, 0.94);
  font-size: 0.9rem;
}

.gh-shop-dropdown .dropdown-item:hover,
.gh-shop-dropdown .dropdown-item:focus {
  background: rgba(90, 143, 124, 0.35);
  color: #fff;
}

.gh-shop-dropdown .form-control {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f4faf7;
}

.gh-shop-dropdown .form-control::placeholder {
  color: rgba(236, 248, 242, 0.45);
}

.gh-shop-dropdown-scroll {
  max-height: min(60vh, 22rem);
  overflow-y: auto;
  padding-bottom: 0.35rem;
}

.gh-shop-dropdown__top .btn.gh-btn-primary {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .gh-navbar .navbar-collapse {
    background: rgba(10, 20, 16, 0.97);
    border-radius: 0.65rem;
    padding: 0.75rem 1rem 1rem;
    margin-top: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
}

.gh-hero {
  border-radius: 0 0 clamp(1.5rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.75rem);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.22);
}

@media (min-width: 992px) {
  .gh-section-y-lg {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.gh-hero-carousel .carousel-item { min-height: 340px; }
@media (min-width: 992px) { .gh-hero-carousel .carousel-item { min-height: 460px; } }

.gh-hero-slide {
  padding: 2.75rem 0 3.25rem;
}

.gh-hero-panel {
  position: relative;
  background: linear-gradient(135deg, #b5cbc1 0%, #8dad9d 42%, #7a9f8d 100%);
}
.gh-hero-panel--2 {
  background: linear-gradient(135deg, #a8c0b4 0%, #89a896 45%, #6e9080 100%);
}
.gh-hero-panel--3 {
  background: linear-gradient(135deg, #9cb8ac 0%, #789d8e 40%, #5c8674 100%);
}
.gh-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 14% 20%, rgba(0, 0, 0, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 86% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 42%);
  pointer-events: none;
}

.gh-hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gh-forest-ink);
  opacity: 0.88;
}

.gh-hero-title {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--gh-forest-ink);
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.gh-hero-lead {
  font-size: 1.15rem;
  color: rgba(10, 20, 16, 0.78);
  max-width: 36rem;
}

.gh-hero-visual {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-hero-orb {
  position: absolute;
  width: min(72vw, 280px);
  height: min(72vw, 280px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.55), rgba(180, 210, 198, 0.5) 45%, rgba(62, 105, 88, 0.35) 100%);
  box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.gh-hero-orb--alt {
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.5), rgba(150, 195, 180, 0.45) 48%, rgba(48, 90, 74, 0.4) 100%);
  box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.gh-hero-emoji {
  position: relative;
  font-size: clamp(3.5rem, 12vw, 5.5rem);
  filter: drop-shadow(0 0.5rem 1rem rgba(15, 36, 28, 0.1));
  line-height: 1;
}

.gh-hero-badge {
  position: absolute;
  top: 0.5rem;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gh-forest-ink);
  background: rgba(255, 255, 255, 0.88);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

@media (min-width: 992px) {
  .gh-hero-badge {
    right: 0;
    transform: none;
  }
}

.gh-hero-indicators {
  margin-bottom: 1.25rem;
}
.gh-hero-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gh-forest-ink);
  opacity: 0.35;
}
.gh-hero-indicators .active {
  opacity: 1;
}

.gh-carousel-control {
  width: 8%;
  opacity: 0.75;
}
.gh-carousel-control:hover { opacity: 1; }
.gh-hero-carousel .carousel-control-prev-icon,
.gh-hero-carousel .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-size: 45% 45%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.35rem 0.85rem rgba(15, 36, 28, 0.12);
}
.gh-hero-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23285a48'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.gh-hero-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23285a48'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.gh-intro {
  position: relative;
}
.gh-intro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(90%, 720px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--gh-rgb-primary), 0.22), transparent);
}
.gh-intro-text {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.gh-pillar {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.12);
  box-shadow: 0 0.75rem 2rem rgba(15, 36, 28, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.gh-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 1.25rem 2.75rem rgba(15, 36, 28, 0.09);
}
.gh-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--gh-rgb-primary), 0.14), rgba(106, 155, 138, 0.2));
  color: var(--gh-primary-dark);
  font-size: 1rem;
  line-height: 1;
}

.gh-reviews {
  background: linear-gradient(180deg, rgba(28, 42, 36, 0.35) 0%, rgba(18, 32, 26, 0.45) 100%);
  border-radius: clamp(1.25rem, 3vw, 2rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .gh-reviews {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.gh-reviews-indicators {
  position: static;
  margin: 0 0 1.5rem;
  justify-content: center;
}
.gh-reviews-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ecf8f2;
  opacity: 0.35;
}
.gh-reviews-indicators .active { opacity: 1; }

.gh-reviews .gh-hero-eyebrow {
  color: rgba(236, 248, 242, 0.95);
  opacity: 1;
}
.gh-reviews .gh-section-title {
  color: #f5fdfa;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.gh-reviews .text-muted {
  color: rgba(236, 248, 242, 0.72) !important;
}

.gh-review-card .text-muted {
  color: rgba(10, 20, 16, 0.58) !important;
}

.gh-reviews--compact {
  margin-bottom: 0.5rem;
}

.gh-reviews--compact .gh-section-title {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.gh-reviews-indicators--compact {
  margin: 0 0 0.75rem;
}

.gh-review-card--compact {
  background: #ffffff;
  padding: 1rem 1.1rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(var(--gh-rgb-primary), 0.06);
  margin: 0;
}
.gh-review-card--compact::before {
  font-size: 2.75rem;
  top: 0.35rem;
  left: 0.65rem;
  opacity: 0.9;
}

.gh-stars--compact {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.gh-review-card--compact .gh-review-quote p {
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gh-review-card--compact .gh-review-name {
  font-size: 0.9rem;
}

.gh-review-location {
  font-size: 0.8125rem;
}

.gh-review-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3rem);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(var(--gh-rgb-primary), 0.06);
  position: relative;
  overflow: hidden;
}
.gh-review-card::before {
  content: "“";
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(var(--gh-rgb-primary), 0.12);
  pointer-events: none;
}

.gh-stars {
  color: var(--gh-gold);
  font-size: 1.15rem;
  letter-spacing: 0.15em;
}

.gh-review-quote {
  margin: 0;
  padding: 0;
  border: none;
}
.gh-review-quote p {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  line-height: 1.65;
  color: var(--gh-ink);
  margin: 0;
}

.gh-review-name {
  font-style: normal;
  font-size: 1.05rem;
}

.gh-review-quote-mark {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(var(--gh-rgb-primary), 0.18);
}

/* Testimonials carousel — arrows always visible (override BS filters / narrow widths) */
#reviewsCarousel.carousel {
  position: relative;
  padding-left: clamp(2.5rem, 5vw, 3.25rem);
  padding-right: clamp(2.5rem, 5vw, 3.25rem);
}

#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  z-index: 12;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 0.2rem 0.85rem rgba(0, 0, 0, 0.18);
  filter: none !important;
}

#reviewsCarousel .carousel-control-prev:hover,
#reviewsCarousel .carousel-control-next:hover,
#reviewsCarousel .carousel-control-prev:focus,
#reviewsCarousel .carousel-control-next:focus {
  opacity: 1;
  background: #fff !important;
  box-shadow: 0 0.35rem 1.1rem rgba(0, 0, 0, 0.22);
}

#reviewsCarousel .carousel-control-prev {
  left: 0;
}

#reviewsCarousel .carousel-control-next {
  right: 0;
}

#reviewsCarousel .carousel-control-prev-icon,
#reviewsCarousel .carousel-control-next-icon {
  width: 1.35rem;
  height: 1.35rem;
  margin: 0 auto;
  border-radius: 0;
  background-color: transparent !important;
  background-size: 100% 100%;
  filter: none !important;
  box-shadow: none;
}

#reviewsCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23285a48'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#reviewsCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23285a48'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.gh-reviews-control {
  width: auto;
  opacity: 1;
}

.gh-reviews-control:hover {
  opacity: 1;
}

.gh-btn-primary {
  background: var(--gh-primary);
  border-color: var(--gh-primary);
  color: #fff;
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.6rem 1.4rem;
}
.gh-btn-primary:hover {
  background: var(--gh-primary-dark);
  border-color: var(--gh-primary-dark);
  color: #fff;
}

.gh-section-title { color: var(--gh-primary-dark); }

.gh-card-product {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.25rem rgba(15, 36, 28, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
.gh-card-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(15, 36, 28, 0.12);
}
.gh-card-product img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .gh-card-product img {
    height: 148px;
  }
  .gh-card-product .card-title {
    font-size: 0.92rem;
    line-height: 1.25;
  }
  .gh-card-product .card-body {
    padding: 0.75rem 0.65rem 0.85rem;
  }
  .gh-card-product .btn-sm {
    font-size: 0.72rem;
    padding: 0.3rem 0.45rem;
    line-height: 1.2;
  }
  .gh-card-product .small {
    font-size: 0.72rem !important;
  }
}

.badge-gh-stock { font-weight: 600; border-radius: 2rem; }

/* Stock “Available” badge matches brand forest green */
.badge.bg-success {
  background-color: var(--gh-primary) !important;
}

main .text-success {
  color: var(--gh-primary) !important;
}

main .text-muted {
  color: rgba(10, 20, 16, 0.68) !important;
}

.gh-footer {
  background: linear-gradient(180deg, #050a08 0%, var(--gh-forest-ink) 100%);
  color: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-footer a { text-decoration: none; }
.gh-footer a:hover { color: #fff !important; }

.gh-wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 1050;
}
.gh-wa-float:hover { color: #fff; transform: scale(1.05); }

.modal-content { border-radius: 1rem; }
#productModalCarousel .carousel-item img {
  max-height: 360px;
  object-fit: contain;
  background: var(--gh-mint);
}

.navbar-toggler {
  border-color: rgba(236, 248, 242, 0.35);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 248, 242, 0.25);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(236,248,242,0.92)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero secondary CTA on dark green slides */
.gh-hero .btn-outline-dark {
  color: var(--gh-forest-ink);
  border-color: rgba(10, 20, 16, 0.55);
  background: rgba(255, 255, 255, 0.35);
}
.gh-hero .btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: var(--gh-forest-ink);
  color: var(--gh-forest-ink);
}

/* ---------- Inner pages: About & Contact ---------- */
.letter-spacing-wide {
  letter-spacing: 0.12em;
}
.letter-spacing-tight {
  letter-spacing: 0.04em;
}

.gh-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 4.25rem) 0;
  background: linear-gradient(145deg, #152922 0%, var(--gh-forest-ink) 45%, #1a3228 100%);
  color: rgba(236, 248, 242, 0.95);
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-page-hero--short {
  padding: clamp(2rem, 5vw, 3rem) 0;
}

.gh-page-hero__orb {
  position: absolute;
  width: min(420px, 90vw);
  height: min(420px, 90vw);
  border-radius: 50%;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(40, 90, 72, 0.45) 0%, transparent 62%);
  pointer-events: none;
}

.gh-page-hero__orb--sm {
  width: min(280px, 70vw);
  height: min(280px, 70vw);
  opacity: 0.85;
}

.gh-page-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(142, 189, 176, 0.95);
  margin-bottom: 0.75rem;
}

.gh-page-hero__title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: 18ch;
}

.gh-page-hero__lead {
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(236, 248, 242, 0.82);
}

.gh-panel {
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.1);
}

.gh-panel--lift {
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.12);
}

.gh-stat-tile {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.1);
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.06);
}

.gh-stat-tile__value {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--gh-primary);
  line-height: 1.2;
}

.gh-stat-tile__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gh-muted);
  margin-top: 0.35rem;
}

.gh-value-card {
  background: #fff;
  border-radius: 1.15rem;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.1);
  box-shadow: 0 0.5rem 1.35rem rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gh-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.85rem 2rem rgba(0, 0, 0, 0.1);
}

.gh-value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--gh-rgb-primary), 0.15), rgba(106, 155, 138, 0.22));
  color: var(--gh-primary-dark);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.gh-about-quote {
  background: #fff;
  border-radius: 1.15rem;
  padding: 1.5rem 1.35rem;
  margin: 0;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.08);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.07);
  height: 100%;
}

.gh-about-quote__stars {
  color: var(--gh-star);
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.gh-about-quote blockquote p {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--gh-ink);
}

.gh-cta-banner {
  background: linear-gradient(120deg, var(--gh-primary-dark) 0%, var(--gh-primary) 50%, #1e4034 100%);
  border-radius: 1.25rem;
  padding: clamp(2rem, 5vw, 2.75rem) 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
}

.gh-contact-aside {
  padding-top: 0.25rem;
}

@media (min-width: 992px) {
  .gh-contact-aside.sticky-lg-top {
    top: 5rem;
  }
}

.gh-contact-tile {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  margin-bottom: 0.85rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.1);
  box-shadow: 0 0.4rem 1.1rem rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gh-contact-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.1);
  border-color: rgba(var(--gh-rgb-primary), 0.22);
  color: inherit;
}

.gh-contact-tile__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--gh-rgb-primary), 0.1);
  color: var(--gh-primary);
}

.gh-contact-tile__icon--wa {
  background: rgba(37, 211, 102, 0.15);
  color: #128c7e;
}

.gh-contact-tile__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gh-muted);
  margin-bottom: 0.2rem;
}

.gh-contact-tile__value {
  display: block;
  font-weight: 600;
  color: var(--gh-primary-dark);
  word-break: break-word;
}

.gh-contact-note {
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px dashed rgba(var(--gh-rgb-primary), 0.2);
}

.gh-form-shell {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.1);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}

.gh-form-shell__head {
  padding: 1.5rem 1.5rem 1rem;
  background: linear-gradient(180deg, rgba(232, 244, 239, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid rgba(var(--gh-rgb-primary), 0.08);
}

.gh-form-shell__body {
  padding: 1.5rem;
}

.gh-contact-form .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gh-ink);
}

.gh-input {
  border-radius: 0.75rem;
  border: 1px solid rgba(var(--gh-rgb-primary), 0.18);
  padding: 0.65rem 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gh-input:focus {
  border-color: var(--gh-primary);
  box-shadow: 0 0 0 0.2rem rgba(40, 90, 72, 0.18);
}

/* ---------- Product detail page ---------- */
.gh-pd-page {
  margin-bottom: 0.5rem;
}

.gh-pd-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(10, 20, 16, 0.35);
  font-size: 0.9rem;
}
.gh-pd-breadcrumb .breadcrumb-item a {
  color: var(--gh-primary);
  font-weight: 600;
  text-decoration: none;
}
.gh-pd-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.gh-pd-breadcrumb .breadcrumb-item.active {
  color: rgba(10, 20, 16, 0.65);
}

.gh-pd-shell {
  background: #fff;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(var(--gh-rgb-primary), 0.06);
}

.gh-pd-gallery-col {
  background: linear-gradient(165deg, #eef6f3 0%, #e0ebe6 55%, #d5e3dc 100%);
  border-bottom: 1px solid rgba(var(--gh-rgb-primary), 0.1);
}

@media (min-width: 992px) {
  .gh-pd-gallery-col {
    border-bottom: none;
    border-right: 1px solid rgba(var(--gh-rgb-primary), 0.1);
    min-height: 480px;
  }
}

.gh-pd-carousel {
  position: relative;
  min-height: 300px;
}

.gh-pd-slide-frame {
  aspect-ratio: 1;
  max-height: min(520px, 85vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(245, 250, 247, 0.35) 100%);
}

.gh-pd-slide-frame--empty {
  aspect-ratio: 1;
  max-height: 400px;
}

.gh-pd-slide-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0.35rem 1rem rgba(0, 0, 0, 0.08));
}

.gh-pd-carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0;
  justify-content: center;
  z-index: 4;
}

.gh-pd-carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--gh-primary);
  opacity: 0.35;
  border: none;
}

.gh-pd-carousel-indicators .active {
  opacity: 1;
}

.gh-pd-carousel .gh-pd-carousel-btn {
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.12);
}

.gh-pd-carousel .carousel-control-prev {
  left: 0.75rem;
}

.gh-pd-carousel .carousel-control-next {
  right: 0.75rem;
}

.gh-pd-carousel .carousel-control-prev-icon,
.gh-pd-carousel .carousel-control-next-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-size: 100% 100%;
  filter: none;
}

.gh-pd-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23285a48'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.gh-pd-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23285a48'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.gh-pd-info {
  padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1.25rem, 4vw, 3rem);
}

.gh-pd-info__eyebrow {
  letter-spacing: 0.1em;
  color: var(--gh-primary);
}

.gh-pd-info__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  color: var(--gh-forest-ink);
  line-height: 1.2;
}

.gh-pd-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--gh-primary);
}

.gh-pd-badge {
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.4em 0.9em;
}

.gh-pd-badge--in {
  background: rgba(40, 90, 72, 0.12) !important;
  color: var(--gh-primary-dark) !important;
  border: 1px solid rgba(40, 90, 72, 0.2);
}

.gh-pd-badge--out {
  background: rgba(180, 95, 70, 0.12) !important;
  color: #7a3d2e !important;
  border: 1px solid rgba(180, 95, 70, 0.28);
}

.gh-pd-lead {
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(10, 20, 16, 0.8);
  margin-bottom: 1rem;
}

.gh-pd-prose {
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(10, 20, 16, 0.78);
}

.gh-pd-actions .btn {
  font-weight: 600;
}

.gh-pd-btn-wa {
  background: #fff !important;
  border: 2px solid #128c7e !important;
  color: #0d5c54 !important;
}

.gh-pd-btn-wa:hover {
  background: #e8f8f4 !important;
  border-color: #0f9d8e !important;
  color: #064038 !important;
}

.gh-pd-footnote {
  max-width: 36rem;
  line-height: 1.5;
}

