/* Shop chrome + typography. Landing brand colors stay in each landing CSS. */
body.landing-g192 { --landing: #ff6b35; --landing-dark: #e55a2b; }
body.landing-g210 { --landing: #8E2DE2; --landing-dark: #4A00E0; }
body.landing-g214 { --landing: #B13540; --landing-dark: #8f2a33; }

body,
body.has-top-cta {
  font-family: Manrope, system-ui, sans-serif !important;
  line-height: 1.65;
}

.topbar {
  background: #1c1917;
  color: #f5efe8;
  font-size: 13px;
  letter-spacing: .02em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 38px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.topbar a { color: #f5efe8 !important; text-decoration: none; }
.topbar a:hover { color: #fff !important; }

.site-header {
  background: rgba(255,253,251,.94) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e8dfd4;
  position: sticky;
  top: 0;
  z-index: 2000;
  color: #1c1917 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.site-header .container,
.header-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  flex-wrap: nowrap;
}
.site-header .logo {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #1c1917 !important;
  text-decoration: none !important;
  letter-spacing: .04em;
  transform: none !important;
  white-space: nowrap !important;
  flex-shrink: 0;
  line-height: 1;
}
.shop-nav {
  display: flex !important;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  position: static !important;
  background: transparent !important;
}
.shop-nav a {
  color: #1c1917 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 12px !important;
  border-radius: 999px;
  transform: none !important;
}
.shop-nav a:hover,
.shop-nav a.is-active { background: #f0e7dc; color: #1c1917 !important; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.site-header .btn-ghost,
.site-header .menu-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 38px;
  border: 1px solid #e8dfd4 !important;
  background: #fff !important;
  color: #1c1917 !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  font: inherit;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none !important;
  white-space: nowrap;
  flex-shrink: 0;
}
#headerCartCount {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background: var(--landing, #9a4a45);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  padding: 0 6px;
  margin: 0;
  flex-shrink: 0;
}
.checkout-btn.is-disabled,
.checkout-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

h1, h2, h3,
.section-title,
.hero-title,
.hero h1,
.kit-title,
.reason-title,
.feature-card__title {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
  letter-spacing: -.02em;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  text-transform: none;
}
.hero h1,
.hero-title {
  font-size: clamp(1.85rem, 4vw, 3rem) !important;
  line-height: 1.15 !important;
}

.cta-btn,
.add-to-cart-btn,
.sticky-btn,
.checkout-btn,
.btn,
.hero-primary,
.question-btn,
.promo-btn,
.bottom-offer__btn {
  border-radius: 999px !important;
  font-family: Manrope, system-ui, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
}

.product-card,
.offer-card,
.reason-card,
.kit-item,
.gift-banner__card,
.bottom-offer__card,
.patch-benefit {
  border-radius: 22px !important;
  overflow: hidden;
}
.feature-card {
  border-radius: 22px !important;
  overflow: visible !important;
}

.product-title {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
}

.sticky-top-cta {
  position: relative !important;
  top: auto !important;
  z-index: 40 !important;
  font-family: Manrope, system-ui, sans-serif !important;
}

.merchant-trust {
  border-radius: 16px !important;
}

.footer {
  background: #2b2420 !important;
  color: #efe7de !important;
}
.footer-section h3 { color: #fff !important; font-family: Manrope, system-ui, sans-serif !important; }
.footer-section p,
.footer-section a,
.footer .payment-details,
.footer .copyright { color: #d7cbbf !important; }
.footer-section a:hover { color: #fff !important; }

@media (max-width: 900px) {
  .shop-nav {
    display: none !important;
    position: absolute !important;
    top: 100%;
    left: 16px;
    right: 16px;
    background: #fff !important;
    border: 1px solid #e8dfd4;
    border-radius: 16px;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .shop-nav.open { display: flex !important; }
  .site-header .menu-toggle { display: inline-flex !important; }
  .site-header .container,
  .header-row {
    position: relative;
    min-height: 56px;
    padding: 0 16px !important;
    gap: 10px;
  }
  .site-header .logo { font-size: 22px !important; }
  .site-header .btn-ghost,
  .site-header .menu-toggle { height: 36px; padding: 0 12px !important; font-size: 12px !important; }
  .topbar .container { justify-content: center; text-align: center; }
}
@media (min-width: 901px) {
  .site-header .menu-toggle { display: none !important; }
}
