/* PixiCore Wardrobe featured experience · 2026-08-06 */

.pc-nav-link--wardrobe {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  border-color: rgba(117, 224, 211, .34) !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(88, 224, 208, .19), transparent 42%),
    linear-gradient(120deg, rgba(35, 93, 140, .42), rgba(30, 123, 117, .25)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 10px 28px rgba(20, 125, 135, .12);
}

.pc-nav-link--wardrobe::before {
  position: absolute;
  z-index: -1;
  inset: -35% auto -35% -35%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
  transform: skewX(-18deg) translateX(-180%);
  animation: pcWardrobeNavSweep 6.8s ease-in-out infinite;
}

.pc-nav-link--wardrobe i {
  color: #6df0d8;
  filter: drop-shadow(0 0 9px rgba(84, 235, 211, .5));
}

.pc-nav-link--wardrobe:hover,
.pc-nav-link--wardrobe:focus-visible,
.pc-nav-link--wardrobe.is-active {
  border-color: rgba(111, 245, 218, .62) !important;
  color: #fff !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 15px 38px rgba(23, 166, 157, .2);
  transform: translateY(-1px);
}

.pc-nav-feature-dot {
  width: 6px;
  height: 6px;
  margin-left: 1px;
  border-radius: 50%;
  background: #70f2d8;
  box-shadow: 0 0 0 0 rgba(112, 242, 216, .48);
  animation: pcWardrobePulse 2.4s ease-out infinite;
}

.footer-product-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: .8rem;
  margin-top: clamp(1rem, 2.4vw, 1.5rem);
  padding-top: clamp(1rem, 2.4vw, 1.45rem);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-product-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  align-items: center;
  gap: .85rem;
  min-width: 0;
  padding: .85rem .95rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  color: #fff !important;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.footer-product-card--featured {
  border-color: rgba(81, 229, 199, .3);
  background:
    radial-gradient(circle at 10% 10%, rgba(73, 228, 197, .15), transparent 38%),
    linear-gradient(135deg, rgba(23, 86, 110, .62), rgba(16, 58, 82, .48));
  box-shadow: 0 16px 42px rgba(8, 68, 82, .18);
}

.footer-product-card:hover,
.footer-product-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(110, 229, 209, .44);
  background-color: rgba(255, 255, 255, .09);
  box-shadow: 0 18px 44px rgba(4, 16, 31, .24);
}

.footer-product-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  background: rgba(6, 22, 40, .54);
  color: #7debd8;
  font-size: 1rem;
}

.footer-product-copy {
  display: grid;
  min-width: 0;
  gap: .12rem;
}

.footer-product-copy small {
  color: #6ce4cf;
  font-size: .61rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .11em;
}

.footer-product-copy strong {
  color: #fff;
  font-size: .92rem;
  line-height: 1.25;
}

.footer-product-copy em {
  overflow: hidden;
  color: rgba(232, 241, 248, .7);
  font-size: .73rem;
  font-style: normal;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-product-arrow {
  color: rgba(195, 227, 232, .72);
  font-size: .76rem;
  transition: transform .2s ease;
}

.footer-product-card:hover .footer-product-arrow,
.footer-product-card:focus-visible .footer-product-arrow {
  transform: translateX(3px);
}

.pc-wardrobe-home-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(91, 228, 203, .3) !important;
  background:
    radial-gradient(circle at 16% 10%, rgba(61, 231, 199, .17), transparent 34%),
    linear-gradient(135deg, rgba(15, 68, 92, .96), rgba(19, 39, 76, .98)) !important;
  box-shadow: 0 34px 90px rgba(3, 35, 53, .3), inset 0 1px rgba(255, 255, 255, .08);
}

.pc-wardrobe-home-card::after {
  position: absolute;
  inset: auto -7% -45% auto;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(89, 232, 206, .14);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(75, 195, 194, .035), 0 0 0 84px rgba(75, 195, 194, .025);
  pointer-events: none;
}

.pc-work-wardrobe-card img {
  object-fit: contain !important;
  object-position: center !important;
  background:
    radial-gradient(circle at center, rgba(43, 150, 149, .17), transparent 52%),
    linear-gradient(145deg, #08172c, #0b2237);
}

.pc-wardrobe-flagship {
  position: relative;
  isolation: isolate;
}

.pc-wardrobe-flagship::before {
  position: absolute;
  z-index: -1;
  inset: 3% 0 auto;
  height: 70%;
  content: "";
  background: radial-gradient(circle at 24% 30%, rgba(52, 222, 194, .11), transparent 36%);
  pointer-events: none;
}

.pc-wardrobe-flagship .pc-feature-stage {
  border-color: rgba(75, 216, 194, .26);
  box-shadow: 0 32px 90px rgba(5, 47, 66, .15);
}

.pc-wardrobe-flagship .pc-feature-media img {
  object-fit: contain;
  background:
    radial-gradient(circle at center, rgba(68, 183, 178, .14), transparent 52%),
    linear-gradient(145deg, rgba(6, 20, 39, .98), rgba(9, 31, 51, .98));
}

.pc-case-featured {
  order: -10;
  border-color: rgba(61, 210, 189, .36) !important;
  box-shadow: 0 22px 58px rgba(8, 76, 84, .16) !important;
}

.pc-case-featured::after {
  position: absolute;
  inset: 12px 12px auto auto;
  z-index: 4;
  padding: .38rem .58rem;
  border: 1px solid rgba(118, 242, 218, .28);
  border-radius: 999px;
  content: "Wardrobe";
  background: rgba(5, 43, 54, .82);
  color: #8af2dc;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .06em;
  backdrop-filter: blur(12px);
}

.ai-nav-wardrobe {
  border-color: rgba(82, 226, 199, .42) !important;
  box-shadow: 0 12px 34px rgba(15, 147, 139, .18) !important;
}

.ai-nav-wardrobe:hover,
.ai-nav-wardrobe:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 17px 42px rgba(15, 147, 139, .26) !important;
}

.vton-language-contract {
  display: none !important;
}

.vton-runtime-pill i {
  display: none !important;
}

.vton-runtime-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.vton-studio-bridge {
  position: relative;
}

.vton-studio-bridge b {
  padding: 3px 7px;
  border: 1px solid rgba(120, 232, 212, .23);
  border-radius: 999px;
  background: rgba(42, 166, 151, .13);
  color: #8feadb;
  font-size: .52rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.vton-site-footer {
  width: var(--vton-shell);
  max-width: 100%;
  margin: clamp(22px, 4vw, 56px) auto calc(var(--dock-height) + 34px);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(132, 158, 221, .14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(50, 208, 187, .1), transparent 40%),
    linear-gradient(145deg, rgba(8, 18, 42, .9), rgba(5, 13, 31, .94));
  box-shadow: 0 24px 64px rgba(0, 4, 20, .25), inset 0 1px rgba(255, 255, 255, .04);
}

.vton-site-footer-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
}

.vton-site-footer-logo {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(124, 198, 234, .24);
  border-radius: 14px;
  background: rgba(15, 39, 72, .62);
}

.vton-site-footer-logo img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.vton-site-footer-brand > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.vton-site-footer-brand strong {
  color: #fff;
  font-size: .82rem;
}

.vton-site-footer-brand small {
  color: #7f90b4;
  font-size: .62rem;
  line-height: 1.4;
}

.vton-site-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.vton-site-footer-links a {
  min-height: 36px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(133, 157, 219, .13);
  border-radius: 999px;
  background: rgba(18, 31, 65, .58);
  color: #aab8d5;
  font-size: .61rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}

.vton-site-footer-links a:first-child {
  border-color: rgba(83, 223, 199, .27);
  background: rgba(34, 131, 126, .16);
  color: #baf6eb;
}

.vton-site-footer-links a:hover,
.vton-site-footer-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(123, 230, 212, .35);
  background: rgba(40, 71, 111, .56);
  color: #fff;
}

@keyframes pcWardrobePulse {
  70%, 100% { box-shadow: 0 0 0 7px rgba(112, 242, 216, 0); }
}

@keyframes pcWardrobeNavSweep {
  0%, 62% { transform: skewX(-18deg) translateX(-180%); }
  76%, 100% { transform: skewX(-18deg) translateX(520%); }
}

@media (max-width: 991.98px) {
  .footer-product-rail { grid-template-columns: 1fr; }
  .footer-product-copy em { white-space: normal; }

  .vton-site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .vton-site-footer-links { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .footer-product-card {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    padding: .78rem;
    border-radius: 16px;
  }

  .footer-product-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .vton-studio-bridge b { display: none; }

  .vton-site-footer {
    width: calc(100vw - 14px);
    padding: 15px;
    border-radius: 18px;
  }

  .vton-site-footer-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vton-site-footer-links a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .vton-language {
    display: inline-flex !important;
    width: 40px !important;
    min-width: 40px;
    padding: 0 !important;
    justify-content: center;
  }

  .vton-language select {
    width: 38px !important;
    padding: 0 !important;
    text-align: center;
  }

  .vton-nav-links > a:first-child {
    display: inline-flex !important;
    width: auto !important;
    min-width: 62px;
    padding: 0 10px !important;
  }

  .vton-nav-links > a:first-child i {
    display: none;
  }

  .vton-nav-links > a:first-child span {
    display: inline !important;
    font-size: .68rem;
  }
}

@media (max-width: 365px) {
  .vton-runtime-pill { display: none !important; }
  .vton-brand-copy small { display: none !important; }
  .vton-site-footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-nav-link--wardrobe::before,
  .pc-nav-feature-dot {
    animation: none !important;
  }

  .footer-product-card,
  .vton-site-footer-links a,
  .ai-nav-wardrobe {
    transition: none !important;
  }
}

/* PIXICORE_WARDROBE_MOBILE_ORBIT_FIRST_V1_0_2_BEGIN */
/* Sur téléphone, le visuel orbital devient le premier point d'accroche du hero. */
@media (max-width: 680px) {
  .vton-main {
    padding-top: 88px;
  }

  .vton-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "showcase"
      "copy";
    gap: 0;
    padding: 10px 14px 28px;
    overflow: hidden;
  }

  .vton-hero-copy {
    grid-area: copy;
    width: 100%;
    max-width: none;
    padding: 4px 4px 0;
  }

  .vton-hero-showcase {
    grid-area: showcase;
    order: -1;
    width: 100%;
    min-height: clamp(286px, 78vw, 342px);
    margin: 0 0 10px;
    place-items: center;
    isolation: isolate;
  }

  .vton-hero-halo {
    width: min(390px, 108%);
  }

  .vton-orbit-system {
    inset: -3% -19% 5%;
    transform: scale(.94);
    transform-origin: center;
  }

  .vton-hero-garment {
    height: clamp(270px, 74vw, 326px);
  }

  .vton-hero-metrics {
    bottom: 2px;
    width: min(100%, 430px);
  }

  .vton-hero-meta {
    margin-top: 4px;
  }

  .vton-hero h1 {
    margin-block: 18px 16px;
  }

  .vton-hero-actions {
    margin-top: 22px;
  }

  .vton-hero-trust {
    margin-top: 20px;
  }
}

@media (max-width: 430px) {
  .vton-hero {
    padding: 8px 12px 24px;
  }

  .vton-hero-showcase {
    min-height: clamp(258px, 75vw, 302px);
    margin-bottom: 8px;
  }

  .vton-hero-garment {
    height: clamp(246px, 70vw, 282px);
  }

  .vton-orbit-system {
    inset: -5% -24% 5%;
    transform: scale(.9);
  }

  .vton-hero-metrics {
    width: calc(100% - 4px);
  }
}
/* PIXICORE_WARDROBE_MOBILE_ORBIT_FIRST_V1_0_2_END */
