/* Wild Gaze – trust credentials marquee (above footer) */

.wg-trust-strip {
  --wg-trust-gold: var(--gold, #b8941a);
  --wg-trust-gold-soft: rgba(184, 148, 26, 0.16);
  --wg-trust-ink: var(--dark, #1a1408);
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(184, 148, 26, 0.08), transparent 55%),
    linear-gradient(180deg, #faf7f0 0%, #f3ede3 100%);
  border-top: 1px solid rgba(184, 148, 26, 0.14);
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 4.5vw, 3rem);
  overflow: hidden;
}

.wg-trust-strip-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.wg-trust-strip-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
}

.wg-trust-strip-eyebrow {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wg-trust-gold);
  margin-bottom: 0.55rem;
}

.wg-trust-strip-title {
  font-family: var(--font-display, 'Playfair Display', serif);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  color: var(--wg-trust-ink);
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

.wg-trust-strip-sub {
  font-size: 0.8125rem;
  color: var(--text-muted, #8a7a55);
  line-height: 1.6;
}

/* Premium marquee container */
.wg-trust-marquee-shell {
  position: relative;
  padding: clamp(0.35rem, 1vw, 0.55rem);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 247, 240, 0.88) 100%);
  border: 1px solid rgba(184, 148, 26, 0.18);
  box-shadow:
    0 18px 42px rgba(26, 20, 8, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.wg-trust-marquee-shell::before,
.wg-trust-marquee-shell::after {
  content: '';
  position: absolute;
  left: clamp(1rem, 4vw, 2.5rem);
  right: clamp(1rem, 4vw, 2.5rem);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 148, 26, 0.45) 18%,
    rgba(184, 148, 26, 0.45) 82%,
    transparent
  );
}

.wg-trust-marquee-shell::before {
  top: 0.65rem;
}

.wg-trust-marquee-shell::after {
  bottom: 0.65rem;
}

.wg-trust-marquee-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(184, 148, 26, 0.1);
  padding: clamp(0.85rem, 2vw, 1.15rem) 0;
}

.wg-trust-marquee-frame::before,
.wg-trust-marquee-frame::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2rem, 6vw, 4.5rem);
  z-index: 2;
  pointer-events: none;
}

.wg-trust-marquee-frame::before {
  left: 0;
  background: linear-gradient(90deg, rgba(250, 247, 240, 0.98), rgba(250, 247, 240, 0));
}

.wg-trust-marquee-frame::after {
  right: 0;
  background: linear-gradient(270deg, rgba(250, 247, 240, 0.98), rgba(250, 247, 240, 0));
}

.wg-trust-marquee {
  position: relative;
}

.wg-trust-marquee-track {
  display: flex;
  width: max-content;
  animation: wg-trust-scroll 52s linear infinite;
  will-change: transform;
}

.wg-trust-marquee-shell:hover .wg-trust-marquee-track,
.wg-trust-marquee-shell:focus-within .wg-trust-marquee-track {
  animation-play-state: paused;
}

.wg-trust-marquee-set {
  display: flex;
  align-items: stretch;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  padding-inline: clamp(0.85rem, 2vw, 1.15rem);
}

.wg-trust-logo-card {
  flex: 0 0 auto;
  width: clamp(132px, 12vw, 162px);
  margin: 0;
  padding: 0.95rem 0.75rem 0.8rem;
  background: #fff;
  border: 1px solid rgba(184, 148, 26, 0.14);
  border-radius: 14px;
  box-shadow:
    0 8px 22px rgba(26, 20, 8, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.wg-trust-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 148, 26, 0.28);
  box-shadow:
    0 16px 34px rgba(26, 20, 8, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.wg-trust-logo-card img {
  width: 92px;
  height: 60px;
  object-fit: contain;
  display: block;
  filter: saturate(1.02);
}

.wg-trust-logo-card figcaption {
  font-family: var(--font-body, 'Montserrat', sans-serif);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-body, #4a3f28);
  line-height: 1.25;
}

@keyframes wg-trust-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .wg-trust-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 0.75rem;
  }

  .wg-trust-marquee-set[aria-hidden="true"] {
    display: none;
  }

  .wg-trust-marquee-frame::before,
  .wg-trust-marquee-frame::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .wg-trust-marquee-shell {
    border-radius: 14px;
  }

  .wg-trust-logo-card {
    width: 124px;
  }

  .wg-trust-logo-card img {
    width: 84px;
    height: 54px;
  }
}
