/* Premium luxury retail layer — world-class e-commerce aesthetic */

.wsf-root--luxury {
  --wsf-lux-bg: #f4f4f5;
  --wsf-lux-surface: #ffffff;
  --wsf-lux-elevated: #ffffff;
  --wsf-lux-text: #18181b;
  --wsf-lux-muted: #52525b;
  --wsf-lux-subtle: #71717a;
  --wsf-lux-border: rgba(24, 24, 27, 0.14);
  --wsf-lux-border-strong: rgba(24, 24, 27, 0.22);
  --wsf-lux-shadow: 0 20px 50px -24px rgba(24, 24, 27, 0.2);
  --wsf-lux-shadow-sm: 0 4px 20px -8px rgba(24, 24, 27, 0.14);
  --wsf-lux-radius: 2px;
  --wsf-lux-radius-lg: 4px;
  --wsf-lux-shell: min(76rem, 100% - 2.5rem);
  --wsf-lux-header: 4.25rem;
  --wsf-lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --wsf-lux-font-display: var(--rc-font-family, "Inter", system-ui, sans-serif);
  --wsf-bg: var(--wsf-lux-bg);
  --wsf-surface: var(--wsf-lux-surface);
  --wsf-text: var(--wsf-lux-text);
  --wsf-muted: var(--wsf-lux-muted);
  --wsf-border: var(--wsf-lux-border);
  --wsf-shell: var(--wsf-lux-shell);
  --wsf-header-h: var(--wsf-lux-header);
  --wsf-radius: var(--wsf-lux-radius-lg);
  --wsf-radius-sm: var(--wsf-lux-radius);
  font-family: var(--wsf-lux-font-display);
  letter-spacing: -0.01em;
}

html[data-marketing-theme="dark"] .wsf-root--luxury,
.wsf-root--luxury.wsf-theme-dark {
  --wsf-lux-bg: #0c0c0c;
  --wsf-lux-surface: #141414;
  --wsf-lux-elevated: #1a1a1a;
  --wsf-lux-text: #f5f5f4;
  --wsf-lux-muted: #a8a8a8;
  --wsf-lux-subtle: #737373;
  --wsf-lux-border: rgba(255, 255, 255, 0.09);
  --wsf-lux-border-strong: rgba(255, 255, 255, 0.16);
  --wsf-lux-shadow: 0 24px 64px -32px rgba(0, 0, 0, 0.65);
  --wsf-lux-shadow-sm: 0 8px 24px -12px rgba(0, 0, 0, 0.45);
}

/* ── Motion & reveal — keep content visible (no hidden sections) ── */
.wsf-root--luxury .wsf-reveal,
.wsf-root--luxury .wsf-reveal-child,
.wsf-root.wsf-root--luxury.wsf-motion-on .wsf-reveal,
.wsf-root.wsf-root--luxury.wsf-motion-on .wsf-reveal-child {
  opacity: 1;
  transform: none;
  transition: none;
}

.wsf-root--luxury .wsf-reveal.is-visible,
.wsf-root--luxury .wsf-reveal.is-visible .wsf-reveal-child {
  opacity: 1;
  transform: none;
}

/* ── Announcement bar ── */
.wsf-root--luxury .wsf-announce {
  padding: 0.55rem 1.25rem;
  background: var(--wsf-lux-text);
  color: var(--wsf-lux-bg);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html[data-marketing-theme="dark"] .wsf-root--luxury .wsf-announce,
.wsf-root--luxury.wsf-theme-dark .wsf-announce {
  background: var(--wsf-lux-elevated);
  color: var(--wsf-lux-text);
  border-bottom: 1px solid var(--wsf-lux-border);
}

/* ── Header ── */
html[data-marketing-theme="light"] .wsf-root--luxury .wsf-header,
.wsf-root--luxury.wsf-theme-light .wsf-header {
  background: color-mix(in srgb, var(--wsf-lux-surface) 96%, transparent);
  border-bottom: 1px solid var(--wsf-lux-border-strong);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: var(--wsf-lux-shadow-sm);
}

.wsf-root--luxury:not(.wsf-root--catalog) .wsf-header {
  transition:
    background 0.35s var(--wsf-lux-ease),
    border-color 0.35s var(--wsf-lux-ease),
    box-shadow 0.35s var(--wsf-lux-ease);
}

html[data-marketing-theme="dark"] .wsf-root--luxury:not(.wsf-root--catalog) .wsf-header,
.wsf-root--luxury.wsf-theme-dark:not(.wsf-root--catalog) .wsf-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.wsf-root--luxury .wsf-header.is-scrolled,
.wsf-root--luxury.wsf-root--catalog .wsf-header {
  background: color-mix(in srgb, var(--wsf-lux-surface) 94%, transparent);
  border-bottom-color: var(--wsf-lux-border-strong);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--wsf-lux-shadow-sm);
}

.wsf-root--luxury .wsf-brand__name {
  color: var(--wsf-lux-text);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wsf-root--luxury .wsf-brand__tag {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wsf-lux-subtle);
}

.wsf-root--luxury .wsf-brand__logo {
  width: 2rem;
  height: 2rem;
  border-radius: var(--wsf-lux-radius);
  background: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-header__link {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.35rem 0;
  position: relative;
  color: var(--wsf-lux-muted);
}

.wsf-root--luxury .wsf-header__link:hover {
  color: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-header__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--wsf-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-header__link:hover::after,
.wsf-root--luxury .wsf-header__link.is-active::after {
  transform: scaleX(1);
}

.wsf-root--luxury .wsf-header__link.is-active {
  background: transparent;
  color: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-icon-btn {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: var(--wsf-lux-radius);
  border: 1px solid var(--wsf-lux-border-strong);
  background: var(--wsf-lux-surface);
  color: var(--wsf-lux-text);
  transition:
    border-color 0.25s var(--wsf-lux-ease),
    background 0.25s var(--wsf-lux-ease),
    transform 0.25s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-icon-btn:hover {
  border-color: var(--wsf-lux-text);
  color: var(--wsf-lux-text);
  transform: translateY(-1px);
}

.wsf-root--luxury .wsf-header-cart__count {
  background: var(--wsf-lux-text);
  color: var(--wsf-lux-bg);
  font-size: 0.5625rem;
  letter-spacing: 0.02em;
}

/* ── Hero (full-width) ── */
.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__content--float {
  border-radius: 0;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__content .wsf-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__showcase--float .wsf-kicker,
.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__aside .wsf-pagehead__slide-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__title {
  font-weight: 500;
  font-size: clamp(1.375rem, 3vw, 2rem);
  color: #fff;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__accent {
  color: color-mix(in srgb, #fff 60%, var(--wsf-primary));
  font-style: italic;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.875rem;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__meta {
  color: rgba(255, 255, 255, 0.75);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__meta a {
  color: #fff;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__meta a:hover {
  color: color-mix(in srgb, #fff 85%, var(--wsf-primary));
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-btn--primary {
  color: #fff;
  background: var(--wsf-primary);
  border-color: var(--wsf-primary);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-btn--primary:hover {
  color: #fff;
  background: color-mix(in srgb, var(--wsf-primary) 88%, #000);
  border-color: color-mix(in srgb, var(--wsf-primary) 88%, #000);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__cta-ghost,
.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__cta .wsf-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__cta-ghost:hover,
.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__cta .wsf-btn--ghost:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.wsf-root--luxury .wsf-hero--slideshow.wsf-hero--full {
  padding: 1.25rem 0 2.75rem;
}

@media (min-width: 640px) {
  .wsf-root--luxury .wsf-hero--slideshow.wsf-hero--full {
    padding: 1.5rem 0 3.5rem;
  }
}

@media (min-width: 900px) {
  .wsf-root--luxury .wsf-hero--slideshow.wsf-hero--full {
    padding: clamp(1.35rem, 3.5vw, 2.25rem) 0 clamp(5rem, 12vw, 7.5rem);
  }
}

.wsf-root--luxury .wsf-hero--full:not(.wsf-hero--slideshow) {
  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(3.5rem, 9vw, 7rem);
  border-bottom: none;
  overflow: hidden;
}

.wsf-root--luxury .wsf-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      160deg,
      color-mix(in srgb, var(--wsf-primary) 10%, #fff) 0%,
      var(--wsf-lux-surface) 42%,
      var(--wsf-lux-bg) 100%
    );
  pointer-events: none;
}

html[data-marketing-theme="dark"] .wsf-root--luxury .wsf-hero__bg,
.wsf-root--luxury.wsf-theme-dark .wsf-hero__bg {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wsf-primary) 4%, var(--wsf-lux-bg)) 0%, var(--wsf-lux-bg) 45%, var(--wsf-lux-surface) 100%);
}

.wsf-root--luxury .wsf-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--wsf-primary) 8%, transparent), transparent 45%);
}

.wsf-root--luxury .wsf-hero__grid {
  position: relative;
  z-index: 1;
}

.wsf-root--luxury .wsf-kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--wsf-primary);
}

.wsf-root--luxury .wsf-hero__title {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-hero__accent {
  font-weight: 500;
  font-style: italic;
  color: var(--wsf-primary);
}

.wsf-root--luxury .wsf-hero__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
  color: var(--wsf-lux-muted);
  max-width: 28rem;
}

.wsf-root--luxury .wsf-btn {
  min-height: 3rem;
  padding: 0 1.75rem;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background 0.3s var(--wsf-lux-ease),
    color 0.3s var(--wsf-lux-ease),
    border-color 0.3s var(--wsf-lux-ease),
    transform 0.3s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-btn--primary {
  background: var(--wsf-primary);
  border-color: var(--wsf-primary);
  color: #fff;
}

.wsf-root--luxury .wsf-btn--primary:hover {
  background: color-mix(in srgb, var(--wsf-primary) 88%, #000);
  border-color: color-mix(in srgb, var(--wsf-primary) 88%, #000);
  color: #fff;
  filter: none;
}

.wsf-root--luxury .wsf-btn--ghost {
  border: 1px solid var(--wsf-lux-border-strong);
  color: var(--wsf-lux-text);
  background: var(--wsf-lux-surface);
}

.wsf-root--luxury .wsf-btn--ghost:hover {
  border-color: var(--wsf-lux-text);
  background: transparent;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__showcase-item {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(15, 23, 42, 0.35);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__showcase-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -14px rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.38);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__showcase-float .wsf-hero__showcase-name,
.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__showcase-float .wsf-hero__showcase-price {
  color: #fff;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__showcase-item--sale .wsf-hero__showcase-price {
  color: #fecaca;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__aside .wsf-pagehead__slide-caption {
  color: #fff;
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__aside .wsf-pagehead__dot {
  background: rgba(255, 255, 255, 0.28);
}

.wsf-root--luxury .wsf-hero--slideshow .wsf-hero__aside .wsf-pagehead__dot.is-active {
  background: #fff;
}

.wsf-root--luxury .wsf-hero:not(.wsf-hero--slideshow) .wsf-hero__showcase-item {
  border-radius: var(--wsf-lux-radius-lg);
  border-color: var(--wsf-lux-border);
  background: var(--wsf-lux-surface);
  transition:
    transform 0.4s var(--wsf-lux-ease),
    box-shadow 0.4s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-hero:not(.wsf-hero--slideshow) .wsf-hero__showcase-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--wsf-lux-shadow-sm);
  border-color: color-mix(in srgb, var(--wsf-primary) 25%, var(--wsf-lux-border));
}

.wsf-root--luxury .wsf-hero:not(.wsf-hero--slideshow) .wsf-hero__showcase-price {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--wsf-lux-text);
}

/* ── Trust strip — modern animated cards + social ── */
@keyframes wsf-trust-ambient {
  0%,
  100% {
    opacity: 0.45;
    transform: translateX(-4%) scale(1);
  }
  50% {
    opacity: 0.85;
    transform: translateX(4%) scale(1.04);
  }
}

@keyframes wsf-trust-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.7;
  }
}

@keyframes wsf-trust-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes wsf-trust-card-in {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wsf-trust-live {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }
}

@keyframes wsf-trust-social-shine {
  0% {
    transform: translateX(-120%) skewX(-16deg);
    opacity: 0;
  }
  35% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(220%) skewX(-16deg);
    opacity: 0;
  }
}

.wsf-trust {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--wsf-lux-border-strong);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--wsf-lux-surface) 92%, var(--wsf-primary, #2563eb) 8%), var(--wsf-lux-surface));
  padding: 1.75rem 0 1.5rem;
}

.wsf-trust--in-hero {
  border-block: none;
}

.wsf-hero--slideshow .wsf-trust--in-hero {
  background: none;
  border: none;
  padding: 0;
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__social {
  margin-top: 0.25rem;
  padding-top: 0;
  border-top: none;
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__card {
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0.35rem 0;
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__card:hover {
  transform: translateY(-3px);
  box-shadow: none;
  border-color: transparent;
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__title {
  color: #fff;
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__text {
  color: rgba(255, 255, 255, 0.78);
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__text a {
  color: rgba(255, 255, 255, 0.92);
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__social-label {
  color: rgba(255, 255, 255, 0.72);
}

.wsf-hero--slideshow .wsf-trust--in-hero .wsf-trust__social-btn {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.wsf-trust__deck {
  position: relative;
}

.wsf-trust__ambient {
  position: absolute;
  inset: -40% -10%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 18% 50%, color-mix(in srgb, var(--wsf-primary, #2563eb) 16%, transparent), transparent 62%),
    radial-gradient(ellipse 50% 65% at 82% 50%, color-mix(in srgb, var(--wsf-accent, #3b82f6) 14%, transparent), transparent 60%);
  animation: wsf-trust-ambient 9s ease-in-out infinite;
}

.wsf-trust__inner {
  position: relative;
  z-index: 1;
}

.wsf-trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .wsf-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .wsf-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

.wsf-trust__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--wsf-lux-border);
  border-radius: 1rem;
  background: color-mix(in srgb, var(--wsf-lux-surface) 88%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: var(--wsf-lux-shadow-sm);
  transition:
    transform 0.28s var(--wsf-lux-ease),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  animation: wsf-trust-card-in 0.65s var(--wsf-lux-ease) both;
  animation-delay: calc(var(--wsf-i, 0) * 90ms);
}

.wsf-trust__card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--wsf-primary, #2563eb) 28%, var(--wsf-lux-border));
  box-shadow: 0 14px 36px -18px color-mix(in srgb, var(--wsf-primary, #2563eb) 22%, transparent);
}

.wsf-trust__icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsf-trust__icon-ring {
  position: absolute;
  inset: -4px;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--wsf-primary, #2563eb) 35%, transparent);
  animation: wsf-trust-ring 2.8s ease-in-out infinite;
}

.wsf-trust__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  color: #fff;
  box-shadow: 0 10px 22px -14px rgba(15, 23, 42, 0.55);
  animation: wsf-trust-icon-float 3.6s ease-in-out infinite;
  animation-delay: calc(var(--wsf-i, 0) * 120ms);
}

.wsf-trust__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.wsf-trust__icon-wrap--quality .wsf-trust__icon {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.wsf-trust__icon-wrap--quote .wsf-trust__icon {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

.wsf-trust__icon-wrap--support .wsf-trust__icon {
  background: linear-gradient(135deg, #10b981, #059669);
}

.wsf-trust__icon-wrap--policy .wsf-trust__icon {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.wsf-trust__live-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #22c55e;
  border: 2px solid var(--wsf-lux-surface);
  animation: wsf-trust-live 1.8s ease-out infinite;
}

.wsf-trust__body {
  min-width: 0;
}

.wsf-trust__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--wsf-lux-text);
}

.wsf-trust__text {
  margin: 0.28rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--wsf-lux-muted);
}

.wsf-trust__text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--wsf-primary, #2563eb) 35%, transparent);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.wsf-trust__text a:hover {
  color: var(--wsf-lux-text);
  border-color: var(--wsf-primary, #2563eb);
}

.wsf-trust__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1rem;
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--wsf-lux-border);
  animation: wsf-trust-card-in 0.65s var(--wsf-lux-ease) both;
  animation-delay: 360ms;
}

.wsf-trust__social-label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wsf-lux-subtle);
}

.wsf-trust__social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.wsf-trust__social-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid var(--wsf-lux-border);
  background: var(--wsf-lux-elevated);
  color: var(--wsf-lux-muted);
  text-decoration: none;
  transition:
    transform 0.22s var(--wsf-lux-ease),
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.wsf-trust__social-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.35) 50%, transparent 62%);
  transform: translateX(-120%) skewX(-16deg);
  animation: wsf-trust-social-shine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.wsf-trust__social-btn svg {
  position: relative;
  z-index: 1;
  width: 1rem;
  height: 1rem;
}

.wsf-trust__social-btn:hover {
  transform: translateY(-2px) scale(1.06);
  color: #fff;
  box-shadow: 0 12px 28px -16px rgba(15, 23, 42, 0.45);
}

.wsf-trust__social-btn--fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.wsf-trust__social-btn--ig:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  border-color: transparent;
}

.wsf-trust__social-btn--x:hover {
  background: #0f1419;
  border-color: #0f1419;
}

.wsf-trust__social-btn--tt:hover {
  background: #010101;
  border-color: #010101;
}

@media (prefers-reduced-motion: reduce) {
  .wsf-trust__ambient,
  .wsf-trust__icon-ring,
  .wsf-trust__icon,
  .wsf-trust__live-dot,
  .wsf-trust__social-btn::after,
  .wsf-trust__card {
    animation: none !important;
  }

  .wsf-trust__card:hover,
  .wsf-trust__social-btn:hover {
    transform: none;
  }
}

/* ── Sections ── */
.wsf-root--luxury .wsf-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.wsf-root--luxury .wsf-section--collections {
  background: var(--wsf-lux-bg);
}

.wsf-root--luxury .wsf-section__title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-section__sub {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--wsf-lux-muted);
  max-width: 32rem;
}

.wsf-root--luxury .wsf-pill {
  border-radius: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-color: var(--wsf-lux-border);
}

.wsf-root--luxury .wsf-link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.wsf-root--luxury .wsf-link:hover {
  text-decoration: none;
  opacity: 0.75;
}

/* ── Search & filters ── */
.wsf-root--luxury .wsf-search {
  border-radius: 0;
  border: 1px solid var(--wsf-lux-border-strong);
  background: var(--wsf-lux-surface);
  padding: 0.75rem 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.wsf-root--luxury .wsf-search:focus-within {
  border-color: var(--wsf-lux-text);
  box-shadow: none;
}

.wsf-root--luxury .wsf-search__input {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}

.wsf-root--luxury .wsf-chip {
  border-radius: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.55rem 1rem;
  border: 1px solid var(--wsf-lux-border-strong);
  background: var(--wsf-lux-surface);
  color: var(--wsf-lux-text);
  transition:
    background 0.25s var(--wsf-lux-ease),
    color 0.25s var(--wsf-lux-ease),
    border-color 0.25s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-chip.is-active,
.wsf-root--luxury .wsf-chip:hover {
  background: var(--wsf-lux-text);
  border-color: var(--wsf-lux-text);
  color: var(--wsf-lux-bg);
}

.wsf-root--luxury .wsf-catalog__bar {
  top: var(--wsf-lux-header);
  background: color-mix(in srgb, var(--wsf-lux-bg) 92%, transparent);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--wsf-lux-border);
}

/* ── Product cards (premium scroll) ── */
.wsf-root--luxury .wsf-cat-scroll {
  gap: 0.65rem;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card {
  flex: 0 0 8.75rem;
  width: 8.75rem;
  min-width: 8.75rem;
  max-width: 8.75rem;
  border-radius: var(--wsf-lux-radius-lg);
  border: 1px solid var(--wsf-lux-border-strong);
  background: var(--wsf-lux-surface);
  box-shadow: var(--wsf-lux-shadow-sm);
  scroll-snap-align: start;
  transition:
    transform 0.4s var(--wsf-lux-ease),
    box-shadow 0.4s var(--wsf-lux-ease),
    border-color 0.4s var(--wsf-lux-ease);
}

@media (min-width: 480px) {
  .wsf-root--luxury .wsf-cat-scroll .wsf-card {
    flex: 0 0 9.5rem;
    width: 9.5rem;
    min-width: 9.5rem;
    max-width: 9.5rem;
  }
}

@media (min-width: 768px) {
  .wsf-root--luxury .wsf-cat-scroll .wsf-card {
    flex: 0 0 10.5rem;
    width: 10.5rem;
    min-width: 10.5rem;
    max-width: 10.5rem;
  }
}

@media (min-width: 1024px) {
  .wsf-root--luxury .wsf-cat-scroll .wsf-card {
    flex: 0 0 11rem;
    width: 11rem;
    min-width: 11rem;
    max-width: 11rem;
  }
}

.wsf-root--luxury .wsf-card__media {
  background: color-mix(in srgb, var(--wsf-lux-bg) 60%, var(--wsf-lux-surface));
}

.wsf-root--luxury .wsf-card__img {
  transition: transform 0.6s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-card:hover .wsf-card__img,
.wsf-root--luxury .wsf-card:focus-within .wsf-card__img {
  transform: scale(1.06);
}

.wsf-root--luxury .wsf-card__hover-panel {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    transparent 100%
  );
}

.wsf-root--luxury .wsf-card__quick {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card__body {
  padding: 0.45rem 0.5rem 0.55rem;
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card__name {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card__price {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card--sale .wsf-card__price {
  color: #fecaca;
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card__price-was {
  color: rgba(255, 255, 255, 0.65);
}

.wsf-root--luxury .wsf-cat-scroll .wsf-card__offer-tag {
  border-radius: 0;
  background: var(--wsf-lux-text);
  box-shadow: none;
}

.wsf-root--luxury.wsf-root--catalog .wsf-product-grid .wsf-card {
  flex: none;
  width: auto;
  min-width: 0;
  max-width: none;
  border-radius: var(--wsf-lux-radius-lg);
  border: 1px solid var(--wsf-lux-border-strong);
  background: var(--wsf-lux-surface);
  box-shadow: var(--wsf-lux-shadow-sm);
}

.wsf-root--luxury.wsf-root--catalog .wsf-product-grid .wsf-card__body {
  padding: 0.75rem;
}

.wsf-root--luxury.wsf-root--catalog .wsf-product-grid .wsf-card__name {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.wsf-root--luxury.wsf-root--catalog .wsf-product-grid .wsf-card__price {
  font-size: 0.9375rem;
  font-weight: 800;
}

.wsf-root--luxury.wsf-root--catalog .wsf-catalog__toolbar {
  background: color-mix(in srgb, var(--wsf-lux-bg) 90%, transparent);
  border-color: var(--wsf-lux-border);
  box-shadow: var(--wsf-lux-shadow-sm);
}

.wsf-root--luxury.wsf-root--catalog .wsf-cat-tile--pill {
  border-color: var(--wsf-lux-border);
  background: var(--wsf-lux-surface);
  color: var(--wsf-lux-muted);
}

.wsf-root--luxury.wsf-root--catalog .wsf-cat-tile--pill.is-active,
.wsf-root--luxury.wsf-root--catalog .wsf-cat-tile--pill:hover {
  border-color: var(--wsf-lux-text);
  background: var(--wsf-lux-text);
  color: var(--wsf-lux-bg);
}

.wsf-root--luxury .wsf-card:hover,
.wsf-root--luxury .wsf-card:focus-within {
  transform: translateY(-3px);
  box-shadow: var(--wsf-lux-shadow-sm);
  border-color: color-mix(in srgb, var(--wsf-lux-text) 20%, var(--wsf-lux-border));
}

.wsf-root--luxury .wsf-catalog__group {
  margin-bottom: 3rem;
}

.wsf-root--luxury .wsf-catalog__group-head {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--wsf-lux-border-strong);
}

.wsf-root--luxury .wsf-catalog__group-title {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-catalog__group-link {
  margin-left: auto;
}

/* ── Catalog page header ── */
.wsf-root--luxury .wsf-pagehead--full {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2rem, 5vw, 3rem);
  overflow: hidden;
  border-bottom: none;
}

.wsf-root--luxury .wsf-pagehead__bg:not(.wsf-pagehead__bg--photo) {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--wsf-primary) 5%, var(--wsf-lux-surface)), var(--wsf-lux-bg));
}

.wsf-root--luxury .wsf-pagehead--immersive .wsf-pagehead__float {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.18);
}

.wsf-root--luxury .wsf-pagehead--immersive .wsf-pagehead__slide-ui {
  border-radius: 0;
}

.wsf-root--luxury .wsf-pagehead--immersive .wsf-pagehead__title {
  font-weight: 500;
  color: #fff;
}

.wsf-root--luxury .wsf-pagehead--immersive .wsf-pagehead__lead {
  color: rgba(255, 255, 255, 0.88);
}

.wsf-root--luxury .wsf-pagehead__inner {
  position: relative;
  z-index: 1;
}

.wsf-root--luxury .wsf-pagehead__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--wsf-lux-text);
}

.wsf-root--luxury .wsf-pagehead__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--wsf-lux-muted);
}

/* ── Shops & policies ── */
.wsf-root--luxury .wsf-shop {
  border-radius: var(--wsf-lux-radius-lg);
  border-color: var(--wsf-lux-border);
  transition: box-shadow 0.35s var(--wsf-lux-ease);
}

.wsf-root--luxury .wsf-shop:hover {
  box-shadow: var(--wsf-lux-shadow-sm);
}

.wsf-root--luxury .wsf-shop__name {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.wsf-root--luxury .wsf-policy {
  border-radius: var(--wsf-lux-radius-lg);
  border-color: var(--wsf-lux-border);
}

.wsf-root--luxury .wsf-policy__title {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Footer ── */
.wsf-root--luxury .wsf-footer {
  background: var(--wsf-lux-text);
  color: color-mix(in srgb, var(--wsf-lux-bg) 70%, transparent);
  margin-top: 0;
  padding-top: 3.5rem;
}

html[data-marketing-theme="dark"] .wsf-root--luxury .wsf-footer,
.wsf-root--luxury.wsf-theme-dark .wsf-footer {
  background: #000;
  border-top: 1px solid var(--wsf-lux-border);
}

.wsf-root--luxury .wsf-footer__heading {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
}

.wsf-root--luxury .wsf-footer__name {
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ── Cart drawer premium ── */
.wsf-root--luxury .wsf-cart-drawer {
  background: var(--wsf-lux-surface);
}

.wsf-root--luxury .wsf-cart-drawer__title {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wsf-root--luxury .wsf-cart-checkout,
.wsf-root--luxury .wsf-btn-primary {
  border-radius: 0;
  background: var(--wsf-lux-text);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.wsf-root--luxury .wsf-cart-checkout:hover,
.wsf-root--luxury .wsf-btn-primary:hover {
  background: var(--wsf-primary);
}

.wsf-root--luxury .wsf-fab {
  border-radius: var(--wsf-lux-radius);
  background: var(--wsf-lux-text);
  box-shadow: var(--wsf-lux-shadow-sm);
}

.wsf-root--luxury .wsf-toast {
  border-radius: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  background: var(--wsf-lux-text);
  color: var(--wsf-lux-bg);
}

/* ── Mobile drawer ── */
.wsf-root--luxury .wsf-menu-drawer {
  background: var(--wsf-lux-surface);
}

.wsf-root--luxury .wsf-menu-drawer__link {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 0;
}

.wsf-root--luxury .wsf-menu-drawer__link.is-active {
  background: color-mix(in srgb, var(--wsf-lux-text) 8%, transparent);
  color: var(--wsf-lux-text);
}

@media (prefers-reduced-motion: reduce) {
  .wsf-root--luxury .wsf-reveal,
  .wsf-root--luxury .wsf-reveal-child {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .wsf-root--luxury .wsf-card__img,
  .wsf-root--luxury .wsf-card,
  .wsf-root--luxury .wsf-btn {
    transition: none;
  }
}
