/* SmartChoice Hub production hardening layer — no gradients, no fabricated commerce signals. */
:root {
  --sch-charcoal: #191b1a;
  --sch-ink: #292c2a;
  --sch-ivory: #fbfaf6;
  --sch-sage: #6f8376;
  --sch-sage-soft: #e7ede8;
  --sch-amber: #b98b43;
  --sch-line: rgba(41, 44, 42, 0.13);
  --sch-shadow: 0 18px 48px rgba(31, 36, 33, 0.1);
}

.sch-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--sch-charcoal);
  border: 2px solid #fff;
  border-radius: 0.5rem;
  box-shadow: var(--sch-shadow);
  transform: translateY(-160%);
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sch-skip-link:focus {
  transform: translateY(0);
}

/* The requested art direction is flat-colour editorial photography, not gradients. */
[class*="bg-gradient-to-"] {
  background-image: none !important;
}
[class*="bg-gradient-to-"][class*="from-black"],
[class*="bg-gradient-to-"][class*="from-charcoal"] {
  background-color: rgba(20, 22, 21, 0.58) !important;
}
[class*="bg-gradient-to-"][class*="from-white"] {
  background-color: rgba(255, 255, 255, 0.76) !important;
}
[class*="bg-gradient-to-"][class*="from-brand"],
[class*="bg-gradient-to-"][class*="from-sage"],
[class*="bg-gradient-to-"][class*="from-teal"],
[class*="bg-gradient-to-"][class*="from-accent"] {
  background-color: var(--sch-sage) !important;
}
.text-transparent[class*="bg-gradient-to-"] {
  color: var(--sch-ink) !important;
}

.sch-commerce-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.25rem 0.8rem;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  color: var(--sch-ink);
  background: rgba(251, 250, 246, 0.96);
  border: 1px solid var(--sch-line);
  border-left: 3px solid var(--sch-sage);
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(31, 36, 33, 0.06);
}

.sch-commerce-panel--compact {
  margin: 0 0 0.9rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.625rem;
  box-shadow: none;
}

.sch-commerce-price {
  min-width: 0;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.sch-commerce-panel--compact .sch-commerce-price {
  font-size: 0.9rem;
}

.sch-commerce-availability {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.4rem;
  color: #5b625d;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sch-commerce-dot {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #9b948b;
  box-shadow: 0 0 0 3px rgba(155, 148, 139, 0.13);
}

.sch-commerce-panel[data-stock="in-stock"] .sch-commerce-dot {
  background: #3f7c5b;
  box-shadow: 0 0 0 3px rgba(63, 124, 91, 0.14);
}
.sch-commerce-panel[data-stock="limited"] .sch-commerce-dot {
  background: #a46b16;
  box-shadow: 0 0 0 3px rgba(164, 107, 22, 0.14);
}
.sch-commerce-panel[data-stock="out-of-stock"] .sch-commerce-dot {
  background: #a24d44;
  box-shadow: 0 0 0 3px rgba(162, 77, 68, 0.14);
}

.sch-commerce-meta {
  grid-column: 1 / -1;
  color: #777c78;
  font-size: 0.68rem;
  line-height: 1.35;
}

.sch-product-image-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  padding: 2rem;
  color: #626a64;
  background: #eeefe9;
  border: 1px solid rgba(41, 44, 42, 0.1);
  text-align: center;
}

.sch-product-image-fallback__mark {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 0.9rem;
  border: 1px solid rgba(41, 44, 42, 0.18);
  border-radius: 50%;
  color: var(--sch-sage);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.sch-product-image-fallback strong,
.sch-product-image-fallback span {
  display: block;
}
.sch-product-image-fallback strong {
  color: var(--sch-ink);
  font-size: 0.88rem;
}
.sch-product-image-fallback span {
  max-width: 18rem;
  margin-top: 0.35rem;
  color: #727873;
  font-size: 0.72rem;
  line-height: 1.45;
}

.sch-source-note {
  color: #777c78;
  font-size: 0.72rem;
  line-height: 1.5;
}

.sch-soro-unavailable {
  max-width: 42rem;
  margin: 2rem auto 0;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(41, 44, 42, 0.14);
  border-radius: 0.65rem;
  color: #5f6561;
  background: #f7f5ef;
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: center;
}

#mobile-menu > div:not([aria-hidden="true"]) {
  left: auto !important;
  width: min(88vw, 24rem);
  box-shadow: -24px 0 70px rgba(20, 23, 21, 0.24);
}

.sch-retailer-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 24rem;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(120, 113, 108, 0.34);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0.78;
  cursor: not-allowed;
}

.sch-retailer-disabled--compact {
  margin-top: 0;
  padding: 0.55rem 0.75rem;
  font-size: 0.75rem;
}

.sch-buy-link {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--sch-charcoal);
  border: 1px solid var(--sch-charcoal);
  border-radius: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sch-buy-link:hover {
  background: #343836;
}
.sch-buy-link:active {
  transform: scale(0.97);
}

@media (max-width: 420px) {
  .sch-commerce-panel {
    grid-template-columns: 1fr;
  }
  .sch-commerce-availability {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sch-hero-video {
    display: none !important;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
