/* Fecit Signet Amiss — full visual redesign (loads after theme CSS) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400&family=Outfit:wght@300;400;500;600;700&display=swap');

:root,
html {
  --font-body-family: 'Outfit', system-ui, sans-serif !important;
  --font-heading-family: 'Fraunces', Georgia, serif !important;
  --font-body-scale: 1.02 !important;
  --font-heading-scale: 1.05 !important;
  --font-heading-line-height: 1.15 !important;
  --font-heading-letter-spacing: -0.02em !important;

  --color-base-text: 236, 232, 224 !important;
  --color-shadow: 8, 10, 16 !important;
  --color-base-background-1: 15, 17, 24 !important;
  --color-base-background-2: 22, 25, 34 !important;
  --color-base-solid-button-labels: 12, 14, 20 !important;
  --color-base-outline-button-labels: 232, 196, 120 !important;
  --color-base-accent-1: 232, 196, 120 !important;
  --color-base-accent-2: 124, 168, 186 !important;

  --payment-terms-background-color: #0f1118 !important;
  --gradient-base-background-1: #0f1118 !important;
  --gradient-base-background-2: #161a24 !important;
  --gradient-base-accent-1: #e8c478 !important;
  --gradient-base-accent-2: #7ca8ba !important;

  --media-radius: 4px !important;
  --product-card-corner-radius: 0.4rem !important;
  --collection-card-corner-radius: 0.4rem !important;
  --blog-card-corner-radius: 0.4rem !important;
  --text-boxes-radius: 8px !important;
  --buttons-radius: 2px !important;
  --buttons-radius-outset: 4px !important;
  --variant-pills-radius: 2px !important;
  --badge-corner-radius: 2px !important;
}

html {
  background: #0a0c10;
  background-image:
    radial-gradient(ellipse 120% 80% at 100% -20%, rgba(232, 196, 120, 0.08), transparent 50%),
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(124, 168, 186, 0.06), transparent 45%),
    linear-gradient(180deg, #0a0c10 0%, #12151e 40%, #0a0c10 100%);
}

body {
  letter-spacing: 0.03em !important;
  background: transparent !important;
  color: rgb(var(--color-base-text)) !important;
}

body.gradient {
  background: transparent !important;
}

h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.h4 {
  font-family: var(--font-heading-family) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

.header-wrapper,
.shopify-section-header-sticky {
  border-bottom: 1px solid rgba(232, 196, 120, 0.18) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35) !important;
}

.header {
  background: rgba(12, 14, 20, 0.92) !important;
  backdrop-filter: blur(12px);
}

.header__heading-link,
.header__menu-item {
  transition: color 0.2s ease;
}

.header__menu-item:hover {
  color: #e8c478 !important;
}

.section .gradient {
  background: transparent !important;
}

.shopify-section:not(.shopify-section-header-sticky) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-foreground: var(--color-base-text) !important;
}

.button:not(.button--tertiary),
.shopify-payment-button__button--unbranded {
  font-family: var(--font-body-family) !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 1.25rem !important;
  border-radius: 2px !important;
  background: linear-gradient(135deg, #e8c478 0%, #c9a43a 100%) !important;
  color: #12141a !important;
  border: none !important;
  box-shadow: 0 2px 16px rgba(232, 196, 120, 0.25);
}

.button--secondary {
  background: transparent !important;
  color: #e8c478 !important;
  border: 1px solid rgba(232, 196, 120, 0.5) !important;
  box-shadow: none !important;
}

.link,
.link--text,
.inline-richtext a {
  color: #9ec4d4 !important;
  text-decoration-color: rgba(158, 196, 212, 0.5);
}

.link:hover,
.link--text:hover {
  color: #e8c478 !important;
}

.footer.color-custom.gradient {
  --gradient-background: transparent !important;
  --color-background: 13, 15, 20 !important;
  --color-foreground: 236, 232, 224 !important;
  background: linear-gradient(180deg, #0d0f14 0%, #050608 100%) !important;
}

.footer {
  border-top: 1px solid rgba(232, 196, 120, 0.2) !important;
  background: linear-gradient(180deg, #0d0f14 0%, #050608 100%) !important;
}

.footer .link--text {
  color: rgba(236, 232, 224, 0.85) !important;
}

.footer .footer-block__heading {
  color: #e8c478 !important;
  font-family: var(--font-heading-family) !important;
}

.product__title,
.product__text h1 {
  font-family: var(--font-heading-family) !important;
}

.price--large .price-item--regular {
  color: #f0ebe3 !important;
}

.price-item {
  font-variant-numeric: tabular-nums;
}

.cart-drawer,
.modal__content,
.search-modal__content {
  background: #12151e !important;
  border-left: 1px solid rgba(232, 196, 120, 0.15) !important;
}

.cart-drawer__heading,
.modal__toggle-open {
  color: #ece8e0 !important;
}

.quantity__input {
  background: #1a1e28 !important;
  color: #ece8e0 !important;
}

input,
textarea,
select {
  font-family: var(--font-body-family) !important;
}

predictive-search {
  --color-foreground: 236, 232, 224 !important;
}

[id*="trustoo"] .trustoo-review-card,
[class*="trustoo"] .review-card {
  border-radius: 4px !important;
}

.page-width {
  max-width: 128rem !important;
}

.sticky-atc {
  background: rgba(12, 14, 20, 0.95) !important;
  border-top: 1px solid rgba(232, 196, 120, 0.2) !important;
  backdrop-filter: blur(10px);
}

.rte.prose {
  line-height: 1.65 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
