﻿/* Vitrine Wayne Outfitters (sous-domaine)
   IMPORTANT : ne masquer le contenu IT que sur l'accueil.
   Sur collection / produit / panier, les sections doivent rester visibles. */

html.lgk-storefront--wayne body.template-index #main > .shopify-section:not(.shopify-section--lgk-wayne-home):not(.shopify-section--footer) {
  display: none !important;
}

/* Accueil Wayne = pleine page : footer IT / affiliates hors Ã©cran.
   Newsletter geek masquÃ©e SAUF dans .lgk-wayne-home (bandeau -10 %). */
html.lgk-storefront--wayne body.template-index #main > .shopify-section--footer .lgk-instant-gaming-affiliate,
html.lgk-storefront--wayne body.template-index #main > .shopify-section--footer .shopify-section--instant-gaming-affiliate,
html.lgk-storefront--wayne body.template-index .lgk-nl-cta:not(.lgk-wayne-home__nl),
html.lgk-storefront--wayne body.template-index .lgk-newsletter-cta,
html.lgk-storefront--wayne .lgk-ig-gta6,
html.lgk-storefront--wayne #lgk-gd-cross {
  display: none !important;
}

html.lgk-storefront--wayne body.template-index .lgk-wayne-home .lgk-wayne-home__nl.lgk-nl-cta {
  display: grid !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 999px) {
  html.lgk-storefront--wayne .lgk-wayne-home__nl.lgk-nl-cta--banner {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      'badge body'
      'action action';
  }

  html.lgk-storefront--wayne .lgk-wayne-home__nl.lgk-nl-cta--banner > .lgk-nl-cta__action {
    grid-area: action;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 749px) {
  html.lgk-storefront--wayne .lgk-wayne-home__nl.lgk-nl-cta--banner {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      'badge'
      'body'
      'action';
    justify-items: center;
    text-align: center;
  }

  html.lgk-storefront--wayne .lgk-wayne-home__nl .lgk-nl-cta__body {
    text-align: center;
    width: 100%;
  }

  html.lgk-storefront--wayne .lgk-wayne-home__nl .lgk-nl-cta__action {
    width: 100%;
    white-space: normal;
  }
}

html:not(.lgk-storefront--wayne) .shopify-section--lgk-wayne-home {
  display: none !important;
}

/* Boutique Wayne : vraie pleine page (gutters uniquement, pas de colonne boxed) */
html.lgk-storefront--wayne {
  --container-max-width: 100%;
  --container-xxs-max-width: 100%;
  --container-xs-max-width: 100%;
  --container-sm-max-width: 100%;
  --container-md-max-width: 100%;
  --container-lg-max-width: 100%;
  --container-xl-max-width: 100%;
  --page-width: 100%;
}

html.lgk-storefront--wayne body.template-index #main {
  width: 100%;
  max-width: none;
}

html.lgk-storefront--wayne body.template-index .shopify-section--lgk-wayne-home {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Produit / collection / panier / recherche : conteneur edge-to-edge */
html.lgk-storefront--wayne .container,
html.lgk-storefront--wayne .container.container--xxs,
html.lgk-storefront--wayne .container.container--xs,
html.lgk-storefront--wayne .container.container--sm,
html.lgk-storefront--wayne .container.container--md,
html.lgk-storefront--wayne .container.container--lg,
html.lgk-storefront--wayne .container.container--xl {
  --container-max-width: 100%;
  margin-inline-start: var(--container-gutter);
  margin-inline-end: var(--container-gutter);
  width: auto;
  max-width: none;
}

html.lgk-storefront--wayne .shopify-section--main-product .product {
  width: 100%;
  max-width: none;
}

/* Description HTML produit : casser le max-width:1000px inline du builder */
html.lgk-storefront--wayne .lgk-rich-description,
html.lgk-storefront--wayne .product-content-below-gallery__rich-description,
html.lgk-storefront--wayne .product-content-below-gallery {
  width: 100% !important;
  max-width: none !important;
}

html.lgk-storefront--wayne .lgk-rich-description > div,
html.lgk-storefront--wayne .lgk-rich-description [style*='max-width'],
html.lgk-storefront--wayne .product-content-below-gallery__rich-description > div,
html.lgk-storefront--wayne .product-content-below-gallery__rich-description [style*='max-width'] {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

html.lgk-storefront--wayne .lgk-qn--it {
  display: none !important;
}

html.lgk-storefront--wayne .lgk-qn--wayne {
  display: block !important;
}

html.lgk-storefront--wayne .lgk-qn--wayne[hidden] {
  display: block !important;
}

html.lgk-storefront--wayne a.lgk-qn--wayne,
html.lgk-storefront--wayne .lgk-quick-nav__track > a.lgk-qn--wayne {
  display: inline-flex !important;
}

/* Pas de promo GothamDev sur la vitrine Wayne */
html.lgk-storefront--wayne #lgk-gd-cross,
html.lgk-storefront--wayne .lgk-gd-cross,
html.lgk-storefront--wayne .lgk-gd-menu-promo--drawer .lgk-qn--it,
html.lgk-storefront--wayne .lgk-gothamdev-menu-nav-item {
  display: none !important;
}

html.lgk-storefront--wayne.lgk-gd-cross-active,
html.lgk-storefront--wayne.lgk-gd-cross-active body {
  padding-bottom: 0 !important;
}

html.lgk-storefront--wayne .header__logo-image--lgk,
html.lgk-storefront--wayne .header__logo-image--transparent,
html.lgk-storefront--wayne .header__logo-text--lgk {
  display: none !important;
  opacity: 0 !important;
}

html.lgk-storefront--wayne {
  --header-logo-width: 88px;
}

html.lgk-storefront--wayne .header__logo-image--wayne {
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
  inset: auto !important;
  pointer-events: auto !important;
  width: var(--header-logo-width, 88px) !important;
  max-width: min(28vw, 96px) !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain;
}

@media screen and (min-width: 700px) {
  html.lgk-storefront--wayne {
    --header-logo-width: 108px;
  }

  html.lgk-storefront--wayne .header__logo-image--wayne {
    max-width: 120px !important;
  }
}

html.lgk-storefront--wayne .header__logo-text--wayne {
  display: block !important;
}

html:not(.lgk-storefront--wayne) .header__logo-image--wayne,
html:not(.lgk-storefront--wayne) .header__logo-text--wayne {
  display: none !important;
}

html.lgk-storefront--wayne .header__logo-image {
  width: var(--header-logo-width, 88px);
  max-height: none;
  height: auto;
  object-fit: contain;
}

html.lgk-storefront--wayne #shopify-section-header .header__logo-image,
html.lgk-storefront--wayne #shopify-section-header .header__logo {
  max-width: min(var(--header-logo-width, 108px), 32vw) !important;
}

/*
  Barre blanche sous le header :
  body est en color-scheme--scheme-1 (#efefef). Un trou (quick-nav/apps vides)
  laisse voir ce fond clair entre le header noir et le hero.
*/
html.lgk-storefront--wayne,
html.lgk-storefront--wayne body {
  --page-background: 10 9 8;
  --background: 10 9 8;
  --background-without-opacity: 10 9 8;
  background-color: #0a0908 !important;
  background: #0a0908 !important;
}

html.lgk-storefront--wayne .shopify-section--lgk-quick-nav,
html.lgk-storefront--wayne .shopify-section-group-gotham-header-group.shopify-section--apps {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Marquee (custom liquid) : ne pas garder le fond scheme-1 clair */
html.lgk-storefront--wayne .shopify-section--custom-liquid .color-scheme--scheme-1,
html.lgk-storefront--wayne .shopify-section--custom-liquid .bordered-section {
  --background: 10 9 8;
  --background-without-opacity: 10 9 8;
  background: #0a0908 !important;
  border-color: rgba(242, 235, 226, 0.12) !important;
}

/* SÃ©parateur header : filet champagne (sÃ©lecteurs rÃ©els = .shopify-section--header) */
html.lgk-storefront--wayne .shopify-section--header {
  --header-separation-border-color: 0 0 0 / 0;
}

html.lgk-storefront--wayne .header,
html.lgk-storefront--wayne x-header.header {
  box-shadow: none !important;
  position: relative;
}

html.lgk-storefront--wayne .header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 168, 108, 0.12) 10%,
    rgba(242, 235, 226, 0.38) 50%,
    rgba(201, 168, 108, 0.12) 90%,
    transparent 100%
  );
}

html.lgk-storefront--wayne .header:hover::after,
html.lgk-storefront--wayne .header.is-solid::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 168, 108, 0.18) 8%,
    rgba(242, 235, 226, 0.48) 50%,
    rgba(201, 168, 108, 0.18) 92%,
    transparent 100%
  );
}

/* Accueil : coller le hero au header (pas de marge / fond clair) */
html.lgk-storefront--wayne body.template-index #main,
html.lgk-storefront--wayne body.template-index .shopify-section--lgk-wayne-home,
html.lgk-storefront--wayne body.template-index .lgk-wayne-home {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
  background: #0a0908;
}

/* Header mode : pas de pastilles communautÃ© geek (Discord / Telegram / WhatsApp / Facebook) */
html.lgk-storefront--wayne .header__discord-link,
html.lgk-storefront--wayne .header__facebook-link,
html.lgk-storefront--wayne .header__social-dropdown,
html.lgk-storefront--wayne .header__secondary-nav .lgk-social-dropdown {
  display: none !important;
}

.lgk-wayne-home {
  --wayne-ink: #0a0908;
  --wayne-cream: #f2ebe2;
  --wayne-accent: #c9a86c;
  --wayne-mute: rgba(242, 235, 226, 0.72);
  --wayne-page-pad: clamp(1rem, 2.5vw, 2rem);
  --wayne-content: calc(100% - (var(--wayne-page-pad) * 2));
  background: var(--wayne-ink);
  color: var(--wayne-cream);
  width: 100%;
  max-width: none;
}

.lgk-wayne-home__logo {
  display: block;
  width: min(108px, 28vw);
  height: auto;
  margin: 0 0 0.85rem;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.lgk-wayne-home__wrap {
  width: var(--wayne-content);
  margin-inline: auto;
}

/* â€”â€” Hero pleine page (viewport) â€”â€” */
.lgk-wayne-home__hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.lgk-wayne-home__hero-media,
.lgk-wayne-home__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lgk-wayne-home__hero-img {
  object-fit: cover;
  object-position: center 28%;
}

@media screen and (max-width: 749px) {
  .lgk-wayne-home__hero {
    min-height: 100svh;
    min-height: 100dvh;
    align-items: flex-end;
  }

  .lgk-wayne-home__hero-img {
    object-position: center 22%;
  }
}

.lgk-wayne-home__hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.88) 0%, rgba(10, 9, 8, 0.55) 42%, rgba(10, 9, 8, 0.18) 72%, rgba(10, 9, 8, 0.35) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.82) 0%, rgba(10, 9, 8, 0.2) 42%, transparent 70%);
}

@media screen and (max-width: 749px) {
  .lgk-wayne-home__hero-shade {
    background:
      linear-gradient(0deg, rgba(10, 9, 8, 0.92) 0%, rgba(10, 9, 8, 0.45) 38%, rgba(10, 9, 8, 0.2) 62%, rgba(10, 9, 8, 0.35) 100%);
  }
}

.lgk-wayne-home__hero-inner {
  position: relative;
  z-index: 2;
  width: var(--wayne-content);
  margin: 0 auto;
  padding: 0 0 clamp(2.75rem, 7vh, 5rem);
  max-width: min(40rem, 100%);
  margin-left: max(var(--wayne-page-pad), calc((100% - var(--wayne-content)) / 2));
}

@media screen and (max-width: 749px) {
  .lgk-wayne-home__hero-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: left;
  }
}

.lgk-wayne-home__brand {
  margin: 0 0 0.95rem;
  font-size: clamp(2.8rem, 9vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}

.lgk-wayne-home__brand--sm {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.6rem;
}

.lgk-wayne-home__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 2.1vw, 1.15rem);
  line-height: 1.45;
  color: var(--wayne-mute);
  max-width: 28rem;
}

.lgk-wayne-home__proof {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(242, 235, 226, 0.7);
}

.lgk-wayne-home__scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 2.2rem;
  border: 1px solid rgba(242, 235, 226, 0.35);
  border-radius: 999px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.35rem;
  text-decoration: none;
}

.lgk-wayne-home__scroll span {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--wayne-cream);
}

@media (prefers-reduced-motion: no-preference) {
  .lgk-wayne-home__scroll span {
    animation: wayneScrollDot 1.6s ease-in-out infinite;
  }
}

@media screen and (max-width: 749px) {
  .lgk-wayne-home__scroll {
    display: none;
  }
}

.lgk-wayne-home__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.lgk-wayne-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.25rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lgk-wayne-home__btn--primary {
  background: var(--wayne-cream);
  color: var(--wayne-ink);
}

.lgk-wayne-home__btn--primary:hover {
  background: #fff;
  transform: translateY(-1px);
}

.lgk-wayne-home__btn--ghost {
  background: transparent;
  color: var(--wayne-cream);
  border-color: rgba(242, 235, 226, 0.35);
}

.lgk-wayne-home__btn--ghost:hover {
  border-color: var(--wayne-accent);
  color: #fff;
}

/* Trust â€” pattern LGK CTA bar, palette Wayne */
.lgk-wayne-home__cta-bar {
  padding: clamp(1.75rem, 4.5vw, 2.75rem) 0;
  border-block: 1px solid rgba(242, 235, 226, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.lgk-wayne-home__cta-bar .lgk-wayne-home__wrap {
  padding-inline: clamp(0.75rem, 2.5vw, 1.5rem);
  box-sizing: border-box;
}

.lgk-wayne-home__nl.lgk-nl-cta--banner {
  margin-bottom: 1rem;
  border-radius: 0;
  border-color: rgba(201, 168, 108, 0.4);
  background:
    linear-gradient(135deg, rgba(201, 168, 108, 0.16) 0%, rgba(242, 235, 226, 0.04) 100%),
    #12100e;
  box-shadow: none;
}

.lgk-wayne-home__nl.lgk-nl-cta--banner:hover {
  border-color: rgba(201, 168, 108, 0.7);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.lgk-wayne-home__nl .lgk-nl-cta__badge {
  background: linear-gradient(135deg, #c9a86c, #a8884a);
  color: #0a0908;
  box-shadow: 0 4px 16px rgba(201, 168, 108, 0.35);
  border-radius: 0;
}

.lgk-wayne-home__nl .lgk-nl-cta__title {
  color: #fff;
}

.lgk-wayne-home__nl .lgk-nl-cta__subtitle {
  color: var(--wayne-mute);
}

.lgk-wayne-home__nl .lgk-nl-cta__subtitle strong {
  color: var(--wayne-accent);
}

.lgk-wayne-home__nl .lgk-nl-cta__action {
  border-radius: 0;
  background: rgba(201, 168, 108, 0.12);
  border-color: rgba(201, 168, 108, 0.45);
  color: var(--wayne-cream);
}

.lgk-wayne-home__nl.lgk-nl-cta--banner:hover .lgk-nl-cta__action {
  background: var(--wayne-accent);
  color: #0a0908;
}

.lgk-wayne-home__nl.lgk-nl-cta:focus-visible {
  outline-color: var(--wayne-accent);
}

.lgk-wayne-home__trust-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media screen and (min-width: 700px) {
  .lgk-wayne-home__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media screen and (min-width: 1100px) {
  .lgk-wayne-home__trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(242, 235, 226, 0.12);
    background: rgba(255, 255, 255, 0.02);
  }

  .lgk-wayne-home__trust-grid .lgk-wayne-home__trust-card {
    border: none;
    border-inline-start: 1px solid rgba(242, 235, 226, 0.12);
    background: transparent;
    min-height: 5.25rem;
    padding: 1.35rem 1.5rem 1.35rem 1.65rem;
  }

  .lgk-wayne-home__trust-grid .lgk-wayne-home__trust-card:first-child {
    border-inline-start: none;
  }

  .lgk-wayne-home__trust-grid .lgk-wayne-home__trust-btn {
    min-height: 5.25rem;
    padding: 1.35rem 1.5rem 1.35rem 1.65rem;
  }
}

.lgk-wayne-home__trust-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  min-height: 4.25rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(242, 235, 226, 0.1);
  background: rgba(255, 255, 255, 0.02);
  box-sizing: border-box;
}

.lgk-wayne-home__trust-card--action {
  padding: 0;
  border-color: rgba(201, 168, 108, 0.35);
  background: rgba(201, 168, 108, 0.08);
}

.lgk-wayne-home__trust-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 4.25rem;
  padding: 1.15rem 1.25rem;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: start;
  cursor: pointer;
  box-sizing: border-box;
}

.lgk-wayne-home__trust-card--action:hover {
  border-color: rgba(201, 168, 108, 0.65);
  background: rgba(201, 168, 108, 0.14);
}

.lgk-wayne-home__trust-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wayne-accent);
}

.lgk-wayne-home__trust-value {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--wayne-cream);
}

.lgk-wayne-home__trust-value strong {
  color: #fff;
  font-weight: 650;
}

/* Promo produit (Colis perdus SHEIN) */
.lgk-wayne-home__promo {
  padding: clamp(1.25rem, 3vw, 2rem) 0 0;
}

.lgk-wayne-home__promo-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 108, 0.28);
  background:
    linear-gradient(135deg, rgba(201, 168, 108, 0.12) 0%, rgba(20, 17, 15, 0.92) 45%, #14110f 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

@media (min-width: 750px) {
  .lgk-wayne-home__promo-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: 16.5rem;
  }
}

.lgk-wayne-home__promo-card:hover {
  border-color: rgba(201, 168, 108, 0.55);
  transform: translateY(-2px);
}

.lgk-wayne-home__promo-media {
  display: block;
  position: relative;
  min-height: 12rem;
  background: #14110f;
  overflow: hidden;
}

.lgk-wayne-home__promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

@media (min-width: 750px) {
  .lgk-wayne-home__promo-media {
    min-height: 100%;
  }
}

.lgk-wayne-home__promo-card:hover .lgk-wayne-home__promo-media img {
  transform: scale(1.04);
}

.lgk-wayne-home__promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.lgk-wayne-home__promo-title {
  font-family: var(--font-heading, inherit);
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--wayne-cream, #f2ebe2);
  line-height: 1.15;
}

.lgk-wayne-home__promo-lead {
  color: var(--wayne-mute, rgba(242, 235, 226, 0.72));
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 28rem;
}

.lgk-wayne-home__promo-cta {
  margin-top: 0.35rem;
  color: var(--wayne-accent, #c9a86c);
  font-weight: 650;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

/* Sections */
.lgk-wayne-home__cats,
.lgk-wayne-home__spotlight,
.lgk-wayne-home__picks,
.lgk-wayne-home__split,
.lgk-wayne-home__tabs-section {
  padding: clamp(2.75rem, 6.5vw, 4.5rem) 0;
}

.lgk-wayne-home__spotlight--alt,
.lgk-wayne-home__picks {
  background: rgba(255, 255, 255, 0.02);
}

.lgk-wayne-home__picks--new {
  background:
    linear-gradient(180deg, rgba(201, 168, 108, 0.08) 0%, rgba(255, 255, 255, 0.02) 42%, transparent 100%);
  border-block: 1px solid rgba(201, 168, 108, 0.14);
}

.lgk-wayne-home__picks--drop {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
}

.lgk-wayne-home__picks--new .lgk-wayne-home__section-head--row {
  align-items: flex-start;
}

.lgk-wayne-home__picks--new .lgk-wayne-home__section-lead {
  margin-top: 0.35rem;
  max-width: 34rem;
}

.lgk-wayne-home__count {
  color: var(--wayne-accent);
  font-weight: 600;
  white-space: nowrap;
}

.lgk-wayne-home__picks--new .lgk-wayne-home__product-list,
.lgk-wayne-home__picks--drop .lgk-wayne-home__product-list {
  gap: 0.85rem;
}

.lgk-wayne-home__picks--new .product-card,
.lgk-wayne-home__picks--drop .product-card {
  min-width: min(42vw, 11.5rem);
}

@media (min-width: 750px) {
  .lgk-wayne-home__picks--new .product-card,
  .lgk-wayne-home__picks--drop .product-card {
    min-width: 13.5rem;
  }
}

.lgk-wayne-home__section-head {
  margin-bottom: 1.5rem;
}

.lgk-wayne-home__section-head--center {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
  margin-bottom: 1.75rem;
}

.lgk-wayne-home__section-head--center .lgk-wayne-home__section-lead {
  margin-inline: auto;
}

.lgk-wayne-home__section-head--tight {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.lgk-wayne-home__section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.lgk-wayne-home__badge {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wayne-accent);
}

.lgk-wayne-home__h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 650;
  color: #fff;
}

.lgk-wayne-home__h2--sm {
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
}

.lgk-wayne-home__h2--visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lgk-wayne-home__section-lead {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  color: var(--wayne-mute);
  font-size: 0.98rem;
  line-height: 1.45;
}

.lgk-wayne-home__hub-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.lgk-wayne-home__link-faded {
  color: var(--wayne-mute);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.lgk-wayne-home__link-faded:hover {
  color: var(--wayne-accent);
}

/* Tabs Homme / Femme / Enfants */
.lgk-wayne-home__tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin: 0 0 1.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.lgk-wayne-home__tabs::-webkit-scrollbar {
  display: none;
}

.lgk-wayne-home__tab {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(242, 235, 226, 0.45);
  font: inherit;
  font-size: clamp(1.45rem, 3.5vw, 2.1rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.1;
  padding: 0.15rem 0;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lgk-wayne-home__tab[aria-current="true"] {
  color: #fff;
  border-bottom-color: var(--wayne-accent);
}

.lgk-wayne-home__tab:hover {
  color: var(--wayne-cream);
}

.lgk-wayne-home__carousel {
  --product-list-items-per-row: 2;
}

@media screen and (min-width: 700px) {
  .lgk-wayne-home__carousel {
    --product-list-items-per-row: 4;
  }
}

@media screen and (min-width: 1400px) {
  .lgk-wayne-home__carousel {
    --product-list-items-per-row: 5;
  }
}

.lgk-wayne-home__carousel-foot {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}

.lgk-wayne-home .floating-controls-container__control .circle-button {
  background: rgba(10, 9, 8, 0.75);
  color: var(--wayne-cream);
  border: 1px solid rgba(242, 235, 226, 0.2);
}

.lgk-wayne-home .floating-controls-container__control .circle-button:hover {
  border-color: var(--wayne-accent);
  color: #fff;
}

.lgk-wayne-home__finale-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.lgk-wayne-home__link {
  color: var(--wayne-mute);
  text-decoration: none;
  font-size: 0.92rem;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.lgk-wayne-home__link:hover {
  color: var(--wayne-accent);
  border-bottom-color: var(--wayne-accent);
}

/* Category â€” grille 2Ã—2 (images plus complÃ¨tes) */
.lgk-wayne-home__featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 600px) {
  .lgk-wayne-home__featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.15rem;
  }
}

.lgk-wayne-home__feature {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #14110f;
  isolation: isolate;
}

@media screen and (min-width: 900px) {
  .lgk-wayne-home__feature {
    aspect-ratio: 16 / 11;
  }
}

.lgk-wayne-home__feature-media,
.lgk-wayne-home__feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lgk-wayne-home__feature-media:empty {
  background:
    radial-gradient(ellipse 80% 60% at 30% 20%, rgba(201, 168, 108, 0.22), transparent 55%),
    linear-gradient(145deg, #1c1814 0%, #0e0c0a 100%);
}

.lgk-wayne-home__tile-media:empty {
  background:
    radial-gradient(ellipse 70% 50% at 70% 30%, rgba(201, 168, 108, 0.14), transparent 50%),
    linear-gradient(145deg, #1a1612 0%, #0e0c0a 100%);
}

.lgk-wayne-home__feature-media img {
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s ease;
}

.lgk-wayne-home__feature:hover .lgk-wayne-home__feature-media img {
  transform: scale(1.04);
}

.lgk-wayne-home__feature-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(10, 9, 8, 0.9) 0%, rgba(10, 9, 8, 0.25) 45%, transparent 70%);
  pointer-events: none;
}

.lgk-wayne-home__feature-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.2rem 1.15rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lgk-wayne-home__feature-title {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lgk-wayne-home__feature-sub {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(242, 235, 226, 0.72);
}

.lgk-wayne-home__rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 0.25rem;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

@media screen and (min-width: 600px) {
  .lgk-wayne-home__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.15rem;
  }
}

.lgk-wayne-home__rail--secondary {
  margin-top: 0;
}

.lgk-wayne-home__tile {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #14110f;
  isolation: isolate;
  border: none;
  scroll-snap-align: unset;
  transition: transform 0.25s ease;
}

@media screen and (min-width: 900px) {
  .lgk-wayne-home__tile {
    aspect-ratio: 16 / 9;
  }
}

.lgk-wayne-home__tile:hover {
  transform: translateY(-2px);
  border-color: transparent;
}

.lgk-wayne-home__tile-media {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  background: #14110f;
  overflow: hidden;
}

.lgk-wayne-home__tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s ease;
}

.lgk-wayne-home__tile:hover .lgk-wayne-home__tile-media img {
  transform: scale(1.04);
}

.lgk-wayne-home__tile-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.2rem 1.15rem 1.3rem;
  background: linear-gradient(0deg, rgba(10, 9, 8, 0.9) 0%, rgba(10, 9, 8, 0.25) 55%, transparent 100%);
}

.lgk-wayne-home__tile-title {
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  letter-spacing: -0.02em;
}

.lgk-wayne-home__tile-count {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(242, 235, 226, 0.72);
}

@media screen and (min-width: 1400px) {
  .lgk-wayne-home__product-list {
    --product-list-items-per-row: 5;
  }
}

/* Products */
.lgk-wayne-home__product-list {
  --product-list-items-per-row: 2;
}

@media screen and (min-width: 700px) {
  .lgk-wayne-home__product-list {
    --product-list-items-per-row: 4;
  }
}

.lgk-wayne-home__product-list--split {
  --product-list-items-per-row: 2;
}

@media screen and (min-width: 700px) {
  .lgk-wayne-home__product-list--split {
    --product-list-items-per-row: 2;
  }
}

/* Klarna band */
.lgk-wayne-home__klarna {
  padding: clamp(2.4rem, 5vw, 3.5rem) 0;
  border-block: 1px solid rgba(201, 168, 108, 0.22);
  background:
    linear-gradient(90deg, rgba(201, 168, 108, 0.1), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.lgk-wayne-home__klarna-inner {
  max-width: 40rem;
}

.lgk-wayne-home__klarna-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wayne-accent);
}

.lgk-wayne-home__klarna-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fff;
}

.lgk-wayne-home__klarna-text {
  margin: 0;
  color: var(--wayne-mute);
  font-size: 0.98rem;
  line-height: 1.5;
}

/* Editorial full-bleed */
.lgk-wayne-home__editorial {
  width: 100%;
}

.lgk-wayne-home__editorial-link {
  position: relative;
  display: block;
  min-height: clamp(18rem, 48vw, 28rem);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  background: #14110f;
}

.lgk-wayne-home__editorial-media,
.lgk-wayne-home__editorial-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lgk-wayne-home__editorial-media img {
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.8s ease;
}

.lgk-wayne-home__editorial-link:hover .lgk-wayne-home__editorial-media img {
  transform: scale(1.04);
}

.lgk-wayne-home__editorial-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.82) 0%, rgba(10, 9, 8, 0.35) 48%, rgba(10, 9, 8, 0.2) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.55) 0%, transparent 55%);
  pointer-events: none;
}

.lgk-wayne-home__editorial-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  width: var(--wayne-content);
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.lgk-wayne-home__editorial-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.lgk-wayne-home__editorial-cta {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  color: var(--wayne-cream);
  border-bottom: 1px solid rgba(242, 235, 226, 0.35);
  width: fit-content;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lgk-wayne-home__editorial-link:hover .lgk-wayne-home__editorial-cta {
  color: var(--wayne-accent);
  border-bottom-color: var(--wayne-accent);
}

/* Split Enfants / Accessoires */
.lgk-wayne-home__split {
  background: rgba(255, 255, 255, 0.015);
}

.lgk-wayne-home__split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media screen and (min-width: 900px) {
  .lgk-wayne-home__split-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2.5rem;
  }
}

.lgk-wayne-home .product-card,
.lgk-wayne-home .product-card *:not(.lgk-card-v2__cta):not(.lgk-card-v2__cta-link):not(.lgk-card-v2__stock):not(.lgk-card-v2__stock--ok) {
  color: inherit;
}

/* Cartes produit â€” atmosphÃ¨re mode (accueil + collections Wayne) */
html.lgk-storefront--wayne .product-card {
  --product-card-border: rgba(242, 235, 226, 0.08);
}

html.lgk-storefront--wayne .product-card__figure {
  background: #14110f;
}

html.lgk-storefront--wayne .product-card__title,
html.lgk-storefront--wayne .product-card .product-title,
html.lgk-storefront--wayne .product-card a.product-title {
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--wayne-cream, #f2ebe2) !important;
}

html.lgk-storefront--wayne .product-card__price,
html.lgk-storefront--wayne .product-card .price-list,
html.lgk-storefront--wayne .product-card .price-list *,
html.lgk-storefront--wayne .product-card .text-subdued,
html.lgk-storefront--wayne .product-card sale-price,
html.lgk-storefront--wayne .product-card compare-at-price {
  color: var(--wayne-cream, #f2ebe2) !important;
  opacity: 1 !important;
}

/* CTA cartes Wayne */
html.lgk-storefront--wayne .lgk-card-v2__buy {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}
html.lgk-storefront--wayne .lgk-card-v2__stock {
  color: rgba(242, 235, 226, 0.65);
  font-size: 0.72rem;
}
html.lgk-storefront--wayne .lgk-card-v2__stock--ok {
  color: #86efac;
  font-weight: 650;
}
html.lgk-storefront--wayne .lgk-card-v2__cta,
html.lgk-storefront--wayne .lgk-card-v2__cta-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 235, 226, 0.28);
  background: linear-gradient(135deg, #c4a484, #e8d5bc) !important;
  color: #14110f !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  pointer-events: auto !important;
  filter: none;
}
html.lgk-storefront--wayne .lgk-card-v2__cta:hover,
html.lgk-storefront--wayne .lgk-card-v2__cta-link:hover {
  background: linear-gradient(135deg, #d4b494, #f2ebe2) !important;
  filter: brightness(1.04);
}
html.lgk-storefront--wayne .lgk-card-v2__cta:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}

html.lgk-storefront--wayne body.template-collection .collection,
html.lgk-storefront--wayne body.template-collection .product-list {
  --product-list-gap: 1.25rem;
}

html.lgk-storefront--wayne body.template-product .lgk-nl-cta--product {
  display: none !important;
}

html.lgk-storefront--wayne body.template-collection .collection__header,
html.lgk-storefront--wayne body.template-collection .collection-toolbar {
  border-color: rgba(242, 235, 226, 0.1);
}

/* Finale */
.lgk-wayne-home__finale {
  padding: clamp(3rem, 8vw, 5rem) 0;
  border-top: 1px solid rgba(242, 235, 226, 0.1);
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(201, 168, 108, 0.14), transparent 60%),
    var(--wayne-ink);
}

.lgk-wayne-home__finale-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lgk-wayne-home__finale-text {
  margin: 0 0 1.4rem;
  color: var(--wayne-mute);
  font-size: 1.05rem;
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .lgk-wayne-home__brand {
    animation: wayneBrandIn 0.75s ease both;
  }

  .lgk-wayne-home__logo {
    animation: wayneFadeUp 0.65s ease both;
  }

  .lgk-wayne-home__lead,
  .lgk-wayne-home__cta {
    animation: wayneFadeUp 0.7s ease 0.18s both;
  }

  .lgk-wayne-home__hero-img {
    animation: wayneKen 14s ease-out both;
  }

  .lgk-wayne-home__feature {
    animation: wayneFadeUp 0.7s ease both;
  }

  .lgk-wayne-home__feature:nth-child(2) { animation-delay: 0.06s; }
  .lgk-wayne-home__feature:nth-child(3) { animation-delay: 0.12s; }
  .lgk-wayne-home__feature:nth-child(4) { animation-delay: 0.18s; }

  .lgk-wayne-home__tile {
    animation: wayneFadeUp 0.65s ease both;
  }

  .lgk-wayne-home__tile:nth-child(2) { animation-delay: 0.05s; }
  .lgk-wayne-home__tile:nth-child(3) { animation-delay: 0.1s; }
  .lgk-wayne-home__tile:nth-child(4) { animation-delay: 0.15s; }
}

@keyframes wayneBrandIn {
  from {
    opacity: 0;
    transform: translateY(14px);
    letter-spacing: 0.03em;
  }
  to {
    opacity: 1;
    transform: none;
    letter-spacing: -0.035em;
  }
}

@keyframes wayneFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes wayneKen {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

@keyframes wayneScrollDot {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.35;
  }
}

/* Header React v2 — polish Wayne */
html.lgk-storefront--wayne .lgk-site-chrome,
html.lgk-storefront--wayne .lgk-topbar--v2,
html.lgk-storefront--wayne .lgk-primary-nav--mobile,
html.lgk-storefront--wayne .lgk-marquee {
  background: #0a0908 !important;
}

html.lgk-storefront--wayne .lgk-topbar--v2 {
  border-bottom-color: rgba(201, 168, 108, 0.18) !important;
}

html.lgk-storefront--wayne .lgk-topbar--v2 .lgk-topbar__logo {
  width: clamp(8.5rem, 15vw, 12.5rem) !important;
  max-height: 3.5rem !important;
}

html.lgk-storefront--wayne .lgk-topbar__nav a:hover {
  color: #f2ebe2;
  border-bottom-color: rgba(201, 168, 108, 0.85);
}

html.lgk-storefront--wayne .lgk-topbar__nav-all,
html.lgk-storefront--wayne .lgk-primary-nav__all {
  color: #c9a86c !important;
}

html.lgk-storefront--wayne .lgk-topbar--v2 .lgk-topbar__search-input:focus {
  border-color: rgba(201, 168, 108, 0.55) !important;
  background: rgba(201, 168, 108, 0.08) !important;
}

html.lgk-storefront--wayne .lgk-topbar--v2 .lgk-topbar__search-btn:hover {
  border-color: rgba(201, 168, 108, 0.5) !important;
  background: rgba(201, 168, 108, 0.14) !important;
  color: #f2ebe2 !important;
}

html.lgk-storefront--wayne .lgk-header-menu-btn {
  border-color: rgba(201, 168, 108, 0.28) !important;
}

html.lgk-storefront--wayne .lgk-header-menu-btn:hover {
  border-color: rgba(201, 168, 108, 0.55) !important;
  background: rgba(201, 168, 108, 0.1) !important;
}

html.lgk-storefront--wayne .lgk-primary-nav--mobile a:hover {
  color: #c9a86c;
}

html.lgk-storefront--wayne .lgk-marquee {
  border-bottom-color: rgba(201, 168, 108, 0.14);
  color: rgba(242, 235, 226, 0.88);
}

html.lgk-storefront--wayne .lgk-marquee__newsletter-cta {
  color: #0a0908;
  background: #c9a86c;
}
