:root {
  --font-main: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "DM Mono", monospace;
  --glass-bg: rgba(38, 38, 36, 0.58);
  --glass-bg-strong: rgba(48, 48, 45, 0.72);
  --glass-line: rgba(214, 181, 111, 0.26);
  --glass-line-strong: rgba(214, 181, 111, 0.48);
  --glass-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --glass-inner: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  --glass-radius: 26px;
  --glass-pill: 999px;
}

html {
  background: #121211;
}

body {
  font-family: var(--font-main) !important;
  background:
    linear-gradient(135deg, rgba(44, 44, 41, 0.96), rgba(14, 14, 13, 0.98) 42%, rgba(31, 30, 27, 0.98)),
    #161615 !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 181, 111, 0.16), rgba(214, 181, 111, 0) 24%),
    radial-gradient(circle at 82% 14%, rgba(246, 218, 155, 0.11), rgba(246, 218, 155, 0) 26%),
    radial-gradient(circle at 72% 68%, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 28%);
  opacity: 0.72;
}

body > * {
  position: relative;
  z-index: 1;
}

.topbar {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: hidden;
  contain: paint;
  padding: 11px 0 !important;
  background:
    linear-gradient(90deg, #171613, #55442a 48%, #171613),
    #171613 !important;
  color: rgba(250, 244, 229, 0.88) !important;
  border-bottom: 1px solid rgba(246, 218, 155, 0.26);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 16px 46px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}

@supports not (overflow: clip) {
  .topbar {
    overflow-x: hidden !important;
  }
}

.topbar::before,
.topbar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.topbar::before {
  left: 0;
  background: linear-gradient(90deg, #171613, rgba(23, 22, 19, 0));
}

.topbar::after {
  right: 0;
  background: linear-gradient(270deg, #171613, rgba(23, 22, 19, 0));
}

.topbar-track {
  display: inline-flex;
  align-items: center;
  animation: topbarScroll 30s linear infinite;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 18px rgba(246, 218, 155, 0.16);
}

.topbar-item:first-child,
.topbar-item:nth-child(11) {
  color: #f3dca8;
}

.topbar-item::after {
  content: "◆";
  margin-left: 28px;
  color: #f1d89e;
  text-shadow: 0 0 9px rgba(246, 218, 155, 0.95), 0 0 24px rgba(200, 169, 110, 0.50);
  animation: diamondGlow 2.6s ease-in-out infinite;
}

@keyframes topbarScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

nav {
  left: 18px !important;
  right: 18px !important;
  top: 16px !important;
  width: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  box-sizing: border-box;
  border: 1px solid var(--glass-line) !important;
  border-radius: var(--glass-radius) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--glass-bg) !important;
  box-shadow: var(--glass-shadow), var(--glass-inner) !important;
  backdrop-filter: blur(24px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(145%) !important;
}

.logo,
.footer-logo {
  font-family: var(--font-main) !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
}

.logo {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  line-height: 1 !important;
  text-align: center !important;
  color: inherit !important;
  text-decoration: none !important;
}

.logo *,
.logo:hover *,
.logo:focus *,
.logo:visited * {
  text-decoration: none !important;
}

.logo-main,
.logo-name {
  display: block !important;
  color: var(--blanc, #f7f2e8) !important;
  font-family: var(--font-main) !important;
  font-size: 27px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
}

.logo-sub {
  display: block !important;
  color: #d7b66d !important;
  font-family: var(--font-mono) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  margin-left: 0.32em;
}

.logo-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
}

.mobile-menu a {
  font-family: var(--font-main) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

.hero,
.categories,
.featured,
.partners,
.why,
.contact {
  position: relative;
  isolation: isolate;
}

.hero::before,
.categories::before,
.featured::before,
.partners::before,
.why::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(214, 181, 111, 0.12), rgba(214, 181, 111, 0) 24%),
    radial-gradient(circle at 86% 28%, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 22%);
  opacity: 0.85;
}

.hero-bg {
  background:
    radial-gradient(ellipse 58% 50% at 70% 46%, rgba(214, 181, 111, 0.14) 0%, transparent 68%),
    radial-gradient(ellipse 42% 36% at 18% 78%, rgba(255, 255, 255, 0.055) 0%, transparent 62%) !important;
}

.hero-badge {
  position: relative;
  padding: 13px 24px !important;
  border-radius: var(--glass-pill) !important;
  border-color: rgba(246, 218, 155, 0.42) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(36, 36, 34, 0.64) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(22px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
  letter-spacing: 2.6px !important;
}

.hero-badge::before {
  width: 8px !important;
  height: 8px !important;
  background: #54d58c !important;
  box-shadow: 0 0 0 6px rgba(84, 213, 140, 0.10), 0 0 18px rgba(84, 213, 140, 0.72) !important;
}

.hero-badge::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 34%, rgba(246, 218, 155, 0.12) 74%, transparent);
  opacity: 0.62;
}

h1,
.section-title,
.partners-title {
  font-family: var(--font-main) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(250, 247, 239, 0.96) !important;
  text-wrap: balance;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
}

h1 {
  font-size: 108px !important;
  line-height: 0.96 !important;
  max-width: 980px;
}

h1 .accent,
.section-title span[style*="color"],
.partners-title span[style*="color"] {
  color: transparent !important;
  background: linear-gradient(135deg, #f4dfb0, #c8a96e 58%, #fff0ca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.hero-sub {
  font-size: 20px !important;
  max-width: 650px !important;
  color: rgba(245, 243, 239, 0.70) !important;
}

.section-label {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(214, 181, 111, 0.22);
  border-radius: var(--glass-pill);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.section-title {
  font-size: 76px !important;
  line-height: 1.02 !important;
}

.section-head-premium {
  position: relative;
  max-width: 1180px;
  margin-bottom: 54px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(214, 181, 111, 0.24);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 18%, rgba(246, 218, 155, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.026)),
    rgba(34, 34, 32, 0.60);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  overflow: hidden;
}

.featured .section-head-premium,
.why .section-head-premium,
.contact .section-head-premium {
  margin-bottom: 50px;
}

.section-head-premium + .cats-grid,
.section-head-premium + .products-grid,
.section-head-premium + .why-grid,
.section-head-premium + .contact-inner {
  margin-top: 0 !important;
}

.page-hero-inner {
  position: relative;
  max-width: 1180px !important;
  padding: clamp(28px, 5vw, 54px) !important;
  border: 1px solid rgba(214, 181, 111, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 16%, rgba(246, 218, 155, 0.13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(34, 34, 32, 0.58);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  overflow: hidden;
}

.page-hero-inner::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(246, 218, 155, 0.18), rgba(246, 218, 155, 0) 68%);
  pointer-events: none;
}

.section-head-premium::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(246, 218, 155, 0.22), rgba(246, 218, 155, 0) 68%);
  pointer-events: none;
}

.section-lead {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(245, 243, 239, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.cats-grid {
  gap: 18px !important;
}

.cat-card {
  border-radius: 28px !important;
  border: 1px solid rgba(214, 181, 111, 0.16) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.023)),
    rgba(35, 35, 33, 0.56) !important;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(20px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
}

.cat-card::before {
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(246, 218, 155, 0.78), transparent) !important;
  opacity: 0.45;
}

.cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 218, 155, 0.36) !important;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(246, 218, 155, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.cat-name {
  font-family: var(--font-main) !important;
  font-size: 22px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

.partners {
  padding: 42px 60px !important;
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.partners-inner {
  max-width: 1240px !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.9fr) !important;
  gap: 30px !important;
  padding: 30px 34px !important;
  border: 1px solid rgba(214, 181, 111, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 20%, rgba(246, 218, 155, 0.10), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.018)),
    rgba(32, 32, 30, 0.42);
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
}

.partners-title {
  font-size: 28px !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

.partners-text {
  max-width: 720px !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
  color: rgba(245, 243, 239, 0.62) !important;
}

.partners-grid {
  align-items: stretch !important;
  gap: 12px !important;
}

.partner-card {
  min-height: auto !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(214, 181, 111, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.partner-logo {
  max-width: 74px !important;
  height: 28px !important;
  opacity: 0.86;
}

.partner-name {
  margin-bottom: 12px !important;
}

.partner-desc {
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: rgba(245, 243, 239, 0.58) !important;
}

.page-label,
.section-label,
.product-cat,
.category-kicker,
.stat-label,
.partner-name,
.slide-count {
  font-family: var(--font-mono) !important;
}

.category-title,
.product-name,
.why-title,
.detail-text,
.mstat-value {
  font-family: var(--font-main) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.nav-links,
.lang-switch,
.footer-links {
  border: 1px solid rgba(214, 181, 111, 0.16) !important;
  border-radius: var(--glass-pill) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.nav-links {
  gap: 6px !important;
  padding: 6px !important;
}

.nav-links a,
.mobile-menu a,
.footer-links a {
  border-radius: var(--glass-pill) !important;
}

.nav-links a {
  padding: 10px 16px !important;
  border: 1px solid transparent !important;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--or, #c8a96e) !important;
  border-color: rgba(214, 181, 111, 0.28) !important;
  background: rgba(214, 181, 111, 0.10) !important;
}

.mobile-menu {
  background:
    linear-gradient(145deg, rgba(40, 40, 38, 0.88), rgba(16, 16, 15, 0.88)) !important;
  backdrop-filter: blur(28px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(145%) !important;
}

.mobile-menu a {
  border: 1px solid rgba(214, 181, 111, 0.20) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: var(--glass-inner) !important;
}

button,
.btn-primary,
.btn-secondary,
.btn-contact-nav,
.back-btn,
.product-action,
.product-btn,
.category-action,
.lang-btn,
.slider-btn,
.hamburger,
.mobile-close {
  border-radius: var(--glass-pill) !important;
  border: 1px solid var(--glass-line) !important;
  background:
    linear-gradient(135deg, rgba(214, 181, 111, 0.20), rgba(255, 255, 255, 0.055)),
    rgba(34, 34, 32, 0.66) !important;
  color: var(--blanc, #f7f2e8) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25), var(--glass-inner) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

button::after,
.btn-primary::after,
.btn-secondary::after,
.btn-contact-nav::after,
.back-btn::after,
.product-action::after,
.product-btn::after,
.category-action::after,
.lang-btn::after,
.slider-btn::after,
.hamburger::after,
.mobile-close::after {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 218, 155, 0.34), rgba(246, 218, 155, 0.13) 38%, transparent 72%);
  filter: blur(13px);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.btn-primary,
.product-action,
.product-btn,
.category-action,
button[type="submit"] {
  border-color: var(--glass-line-strong) !important;
  color: #141311 !important;
  background:
    linear-gradient(135deg, rgba(246, 218, 155, 0.96), rgba(198, 159, 86, 0.82)),
    rgba(214, 181, 111, 0.78) !important;
}

.btn-secondary,
.back-btn,
.btn-contact-nav,
.lang-btn,
.slider-btn,
.hamburger,
.mobile-close {
  color: var(--or, #c8a96e) !important;
}

button:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-contact-nav:hover,
.back-btn:hover,
.product-action:hover,
.product-btn:hover,
.category-action:hover,
.lang-btn:hover,
.slider-btn:hover,
.hamburger:hover,
.mobile-close:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(246, 218, 155, 0.72) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), 0 0 28px rgba(246, 218, 155, 0.28), 0 0 0 1px rgba(246, 218, 155, 0.14), var(--glass-inner) !important;
}

button:hover::after,
.btn-primary:hover::after,
.btn-secondary:hover::after,
.btn-contact-nav:hover::after,
.back-btn:hover::after,
.product-action:hover::after,
.product-btn:hover::after,
.category-action:hover::after,
.lang-btn:hover::after,
.slider-btn:hover::after,
.hamburger:hover::after,
.mobile-close:hover::after {
  opacity: 1;
  transform: scale(1);
}

.lang-btn.active {
  color: #141311 !important;
  background: linear-gradient(135deg, rgba(246, 218, 155, 0.95), rgba(198, 159, 86, 0.82)) !important;
}

.product-card,
.category-card,
.partner-card,
.contact-card,
.stat-card,
.step,
.value-card,
.legal-card,
.trust-card,
.why-card {
  border-radius: 30px !important;
  border-color: rgba(214, 181, 111, 0.22) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(36, 36, 34, 0.55) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), var(--glass-inner) !important;
  backdrop-filter: blur(22px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(140%) !important;
}

.product-slider,
.product-card-media,
.product-media,
.slider-window,
.category-visual,
.hero-visual {
  border-radius: 30px !important;
  border-color: rgba(214, 181, 111, 0.20) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 22px 60px rgba(0, 0, 0, 0.25) !important;
}

.product-slider .slider-btn,
.product-media .slider-btn,
.product-card-media .slider-btn,
.slider-window .slider-btn {
  position: absolute !important;
  top: 50% !important;
  z-index: 6 !important;
  transform: translateY(-50%) !important;
  isolation: isolate !important;
}

.product-slider .slider-prev,
.product-media .slider-prev,
.product-card-media .slider-prev,
.slider-window .slider-prev {
  left: 12px !important;
  right: auto !important;
}

.product-slider .slider-next,
.product-media .slider-next,
.product-card-media .slider-next,
.slider-window .slider-next {
  right: 12px !important;
  left: auto !important;
}

.product-slider .slider-btn:hover,
.product-media .slider-btn:hover,
.product-card-media .slider-btn:hover,
.slider-window .slider-btn:hover {
  transform: translateY(-50%) scale(1.05) !important;
}

footer {
  background:
    linear-gradient(135deg, rgba(26, 26, 24, 0.94), rgba(10, 10, 10, 0.96)) !important;
  border-top: 1px solid rgba(214, 181, 111, 0.20) !important;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.9fr) !important;
  gap: 46px !important;
}

.footer-links {
  width: fit-content;
  padding: 8px !important;
}

.footer-links a {
  padding: 8px 12px !important;
}

footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 181, 111, 0.12), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(185, 156, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #080806 0%, #050505 100%) !important;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 156, 255, 0.42), rgba(246, 218, 155, 0.70), rgba(79, 184, 255, 0.34), transparent);
}

footer::after {
  content: "AURENZA";
  position: absolute;
  right: clamp(20px, 7vw, 90px);
  bottom: -28px;
  color: rgba(245, 243, 239, 0.025);
  font-family: var(--font-main);
  font-size: clamp(68px, 10vw, 148px);
  font-weight: 700;
  letter-spacing: 0.05em;
  pointer-events: none;
}

.footer-grid,
.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-logo {
  color: rgba(250, 247, 239, 0.96) !important;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.42);
}

.footer-logo::after {
  content: "SUPPLY";
  display: block;
  margin-top: 3px;
  color: #d6b56f;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.30em;
  line-height: 1;
}

.footer-desc,
footer p {
  color: rgba(245, 243, 239, 0.66) !important;
}

.footer-col h4 {
  color: rgba(250, 247, 239, 0.92) !important;
}

.footer-links {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.026);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-links a {
  width: fit-content;
  border-radius: 999px;
  color: rgba(245, 243, 239, 0.72) !important;
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease !important;
}

.footer-links a:hover {
  color: #f4dfb0 !important;
  background: rgba(214, 181, 111, 0.075);
  transform: translateX(2px);
}

.footer-admin-link {
  width: fit-content;
  font-family: "DM Mono", monospace !important;
  font-size: 10px !important;
  line-height: 1.2;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: rgba(245, 243, 239, 0.42) !important;
  opacity: 0.72;
  text-decoration: none;
}

.footer-bottom .footer-admin-link,
.footer-inner .footer-links .footer-admin-link {
  margin-right: clamp(78px, 7vw, 112px);
}

.footer-admin-link:hover {
  color: rgba(244, 223, 176, 0.78) !important;
  opacity: 1;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top-color: rgba(214, 181, 111, 0.16) !important;
}

.ticker {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: hidden;
  contain: paint;
  padding: 16px 0 !important;
  background:
    linear-gradient(90deg, rgba(18, 18, 17, 0.96), rgba(56, 47, 32, 0.96) 42%, rgba(18, 18, 17, 0.96)),
    rgba(18, 18, 17, 0.96) !important;
  border-top: 1px solid rgba(246, 218, 155, 0.26);
  border-bottom: 1px solid rgba(246, 218, 155, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 54px rgba(0, 0, 0, 0.28);
}

@supports not (overflow: clip) {
  .ticker {
    overflow-x: hidden !important;
  }
}

.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.ticker::before {
  left: 0;
  background: linear-gradient(90deg, #141412, rgba(20, 20, 18, 0));
}

.ticker::after {
  right: 0;
  background: linear-gradient(270deg, #141412, rgba(20, 20, 18, 0));
}

.ticker-inner {
  animation-duration: 28s !important;
}

.ticker-item {
  color: rgba(250, 244, 229, 0.86) !important;
  font-family: var(--font-main) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none;
  padding: 0 34px !important;
  text-shadow: 0 0 18px rgba(246, 218, 155, 0.18);
}

.ticker-item:first-child,
.ticker-item:nth-child(11) {
  color: #f3dca8 !important;
}

.ticker-item::after {
  content: "◆" !important;
  margin-left: 34px !important;
  color: #f1d89e;
  opacity: 1 !important;
  text-shadow: 0 0 9px rgba(246, 218, 155, 0.95), 0 0 24px rgba(200, 169, 110, 0.45);
  animation: diamondGlow 2.6s ease-in-out infinite;
}

@keyframes diamondGlow {
  0%, 100% {
    filter: brightness(1);
    opacity: 0.78;
  }
  50% {
    filter: brightness(1.34);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  nav {
    left: 12px !important;
    right: 12px !important;
    top: 10px !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    border-radius: 22px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  h1 {
    font-size: 64px !important;
  }

  .section-title {
    font-size: 52px !important;
  }

  .hero-badge {
    margin-bottom: 28px !important;
  }

  .section-head-premium {
    border-radius: 28px;
  }

  .ticker-item {
    padding: 0 24px !important;
  }

  .ticker-item::after {
    margin-left: 24px !important;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden !important;
  }

  .btn-contact-nav {
    display: none !important;
  }

  nav {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .logo,
  .footer-logo {
    letter-spacing: 0.08em !important;
  }

  .logo-main,
  .logo-name {
    font-size: 24px !important;
  }

  .logo-sub {
    font-size: 8px !important;
  }

  h1 {
    font-size: 42px !important;
    line-height: 1.04 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }

  .section-title {
    font-size: 40px !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }

  .hero {
    min-height: auto !important;
    padding: 118px 24px 58px !important;
  }

  .hero-content {
    max-width: 100% !important;
  }

  .hero-sub,
  .intro,
  .section-lead,
  .partners-text {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  .page-hero {
    padding: 92px 24px 48px !important;
  }

  .page-hero-inner,
  .section-head-premium {
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 24px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .page-hero h1 {
    font-size: 44px !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
  }

  .page-label,
  .section-label {
    max-width: 100% !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.22em !important;
    white-space: normal !important;
  }

  .partners {
    padding: 34px 24px !important;
  }

  .partners-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    padding: 24px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .partners-title {
    font-size: 26px !important;
    line-height: 1.16 !important;
    overflow-wrap: normal !important;
  }

  .partners-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .partner-card {
    width: 100% !important;
    min-width: 0 !important;
  }

  .partner-desc,
  .partners-text {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mobile-menu {
    padding: 88px 24px 40px !important;
    justify-content: flex-start !important;
    gap: 14px !important;
  }

  .mobile-menu .mobile-close {
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    left: auto !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    padding: 0 !important;
  }

  .mobile-menu a {
    width: min(100%, 320px) !important;
    padding: 18px 24px !important;
    font-size: 36px !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  footer {
    padding: 34px 24px !important;
  }

  .footer-inner {
    gap: 22px !important;
  }

  .footer-links {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
    border-radius: 28px !important;
  }

  .footer-links a {
    justify-content: center !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 12px 8px !important;
    min-width: 0 !important;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 38px !important;
  }

  .section-title,
  .page-hero h1 {
    font-size: 36px !important;
  }

  .partners-title {
    font-size: 24px !important;
  }

  .mobile-menu a {
    font-size: 32px !important;
  }
}

/* Attraction refresh: premium background, product hero, stronger best sellers */
:root {
  --noir: #0b0a08;
  --gris: #14120f;
  --gris-moyen: #383125;
  --gris-clair: rgba(245, 243, 239, 0.62);
  --or: #d6b56f;
  --or-clair: #f2ddb0;
  --page-bg: #0b0a08;
  --section-bg: #14120f;
  --card-bg: rgba(28, 26, 22, 0.72);
  --card-line: rgba(214, 181, 111, 0.28);
}

html {
  background: var(--page-bg) !important;
  overflow-x: hidden;
}

body {
  background:
    linear-gradient(180deg, #0b0a08 0%, #11100d 42%, #15120f 100%),
    #0b0a08 !important;
  overflow-x: hidden;
}

.hamburger {
  width: 44px;
  height: 44px;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  border: 1px solid rgba(214, 181, 111, 0.22) !important;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.022)),
    rgba(16, 15, 13, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.hamburger span {
  width: 18px !important;
  background: rgba(245, 243, 239, 0.82) !important;
}

.mobile-menu {
  display: flex !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.985);
  padding: 96px 24px 40px !important;
  gap: 14px !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(185, 156, 255, 0.18), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(214, 181, 111, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(12, 11, 10, 0.94), rgba(7, 7, 6, 0.98)) !important;
  backdrop-filter: blur(28px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(150%) !important;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    visibility 0s linear 260ms;
}

.mobile-menu.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    visibility 0s;
}

.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(214, 181, 111, 0.16);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 52px rgba(0, 0, 0, 0.28);
}

.mobile-menu a {
  width: min(420px, calc(100vw - 72px));
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 22px !important;
  border: 1px solid rgba(214, 181, 111, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018)),
    rgba(18, 17, 15, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: clamp(26px, 8vw, 38px) !important;
  line-height: 1 !important;
  text-align: center;
}

.mobile-menu a:hover {
  border-color: rgba(246, 218, 155, 0.44) !important;
  background:
    linear-gradient(145deg, rgba(246, 218, 155, 0.13), rgba(185, 156, 255, 0.08)),
    rgba(18, 17, 15, 0.66) !important;
}

.mobile-close {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(214, 181, 111, 0.24) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(13, 12, 10, 0.72) !important;
  color: rgba(245, 243, 239, 0.86) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

body::before {
  background:
    linear-gradient(115deg, rgba(214, 181, 111, 0.08), transparent 34%, rgba(255, 255, 255, 0.035) 62%, transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 6px) !important;
  opacity: 0.46 !important;
}

.hero,
.featured,
.partners,
.why,
.contact {
  background: transparent !important;
}

.hero::before,
.featured::before,
.partners::before,
.why::before,
.contact::before {
  background:
    linear-gradient(135deg, rgba(214, 181, 111, 0.08), transparent 36%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.035), transparent 42%) !important;
  opacity: 0.72 !important;
}

.hero-bg {
  background:
    linear-gradient(120deg, rgba(214, 181, 111, 0.10), transparent 34%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.045), transparent 48%) !important;
}

.hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr) !important;
  gap: clamp(34px, 5vw, 86px) !important;
  align-items: center !important;
  min-height: calc(100vh - 20px) !important;
  padding-top: 132px !important;
  padding-bottom: 54px !important;
}

.hero-content {
  position: relative !important;
  isolation: isolate;
  max-width: 760px !important;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: -34px -46px -26px -34px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 68% 58% at 28% 42%, rgba(245, 243, 239, 0.10), transparent 72%),
    radial-gradient(ellipse 58% 70% at 18% 74%, rgba(214, 181, 111, 0.12), transparent 74%),
    linear-gradient(90deg, rgba(9, 8, 7, 0.62), rgba(9, 8, 7, 0.20) 66%, transparent);
  filter: blur(10px);
}

.hero-content > * {
  position: relative;
  z-index: 1;
}

.hero .hero-content h1 {
  color: rgba(255, 252, 244, 0.985) !important;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.025),
    0 22px 64px rgba(0, 0, 0, 0.62),
    0 0 34px rgba(214, 181, 111, 0.08) !important;
}

.hero .hero-sub {
  color: rgba(245, 243, 239, 0.82) !important;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.48);
}

.hero .hero-content h1,
.hero .hero-sub,
.hero .hero-cta {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(520px, 100%);
  min-height: 560px;
  padding: 22px;
  border: 1px solid transparent !important;
  border-radius: 38px !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(79, 184, 255, 0.17), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(185, 156, 255, 0.18), transparent 34%),
    radial-gradient(circle at 56% 92%, rgba(241, 189, 86, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.026)),
    rgba(30, 28, 24, 0.70) !important;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(185, 156, 255, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: blur(26px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(26px) saturate(150%) !important;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--hero-border-angle, 0deg),
      rgba(185, 156, 255, 0.16),
      rgba(79, 184, 255, 0.72),
      rgba(241, 189, 86, 0.78),
      rgba(140, 204, 114, 0.58),
      rgba(185, 156, 255, 0.78),
      rgba(79, 184, 255, 0.42),
      rgba(185, 156, 255, 0.16)
    );
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: hero-premium-border 10s linear infinite;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 37px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 0 34px rgba(185, 156, 255, 0.08);
  pointer-events: none;
}

.hero-visual-stage {
  position: relative;
  z-index: 1;
  min-height: 516px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, rgba(79, 184, 255, 0.22), transparent 36%),
    radial-gradient(circle at 18% 28%, rgba(185, 156, 255, 0.19), transparent 34%),
    radial-gradient(circle at 72% 80%, rgba(241, 189, 86, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 20, 0.76), rgba(47, 41, 31, 0.34)),
    rgba(20, 18, 15, 0.58);
}

.hero-visual-stage::after {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: 0;
  background:
    conic-gradient(
      from 20deg,
      transparent 0deg,
      rgba(185, 156, 255, 0.22) 54deg,
      transparent 108deg,
      rgba(79, 184, 255, 0.16) 176deg,
      transparent 250deg,
      rgba(241, 189, 86, 0.15) 310deg,
      transparent 360deg
    );
  opacity: 0.45;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: hero-premium-aurora 13s ease-in-out infinite alternate;
}

.hero-visual-stage::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 78px;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 156, 255, 0.40), rgba(246, 218, 155, 0.66), rgba(79, 184, 255, 0.38), transparent);
  opacity: 0.78;
}

.hero-visual-label,
.hero-visual-caption {
  position: absolute;
  z-index: 8;
  width: fit-content;
  max-width: calc(100% - 44px);
  border: 1px solid rgba(214, 181, 111, 0.25);
  border-radius: 999px;
  background: rgba(11, 10, 8, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  color: rgba(245, 243, 239, 0.86);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-visual-label {
  top: 20px;
  left: 20px;
  padding: 10px 14px;
  overflow: hidden;
  border-color: rgba(246, 218, 155, 0.46) !important;
  background:
    linear-gradient(135deg, rgba(246, 218, 155, 0.18), rgba(185, 156, 255, 0.12)),
    rgba(11, 10, 8, 0.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(185, 156, 255, 0.06),
    0 0 22px rgba(246, 218, 155, 0.16) !important;
  animation: hero-badge-pulse 2.6s ease-in-out infinite;
}

.hero-visual-label::before {
  content: "";
  position: absolute;
  inset: -120% -42%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, 0.48) 50%, transparent 64%);
  opacity: 0.52;
  transform: translateX(-58%) rotate(8deg);
  animation: hero-badge-sheen 3.8s ease-in-out infinite;
}

@property --hero-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes hero-premium-border {
  to {
    --hero-border-angle: 360deg;
  }
}

@keyframes hero-premium-aurora {
  from {
    opacity: 0.34;
    transform: rotate(-8deg) scale(1);
  }

  to {
    opacity: 0.58;
    transform: rotate(14deg) scale(1.08);
  }
}

@keyframes hero-badge-pulse {
  0%,
  100% {
    border-color: rgba(246, 218, 155, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 0 0 1px rgba(185, 156, 255, 0.06),
      0 0 18px rgba(246, 218, 155, 0.13);
  }

  48% {
    border-color: rgba(246, 218, 155, 0.82);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.20),
      0 0 0 1px rgba(185, 156, 255, 0.18),
      0 0 28px rgba(246, 218, 155, 0.34),
      0 0 44px rgba(185, 156, 255, 0.18);
  }
}

@keyframes hero-badge-sheen {
  0%,
  42% {
    transform: translateX(-58%) rotate(8deg);
  }

  72%,
  100% {
    transform: translateX(58%) rotate(8deg);
  }
}

.hero-visual-caption {
  left: 20px;
  bottom: 20px;
  padding: 11px 16px;
  color: #f4dfb0;
}

.hero-product {
  position: absolute;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 32px 44px rgba(0, 0, 0, 0.52));
  user-select: none;
  transition:
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 700ms ease;
  will-change: transform;
}

.hero-product-main {
  width: 50%;
  left: 8%;
  top: 28%;
  z-index: 4;
  transform: rotate(-8deg);
}

.hero-product-side {
  width: 66%;
  right: -12%;
  top: 8%;
  z-index: 3;
  transform: rotate(8deg);
}

.hero-product-front {
  width: 46%;
  right: 6%;
  bottom: 12%;
  z-index: 5;
  transform: rotate(-3deg);
}

@media (hover: hover) and (pointer: fine) {
  .hero-visual:hover .hero-product-main {
    transform: translate3d(-12px, 8px, 0) rotate(-10deg) scale(1.018);
    filter: drop-shadow(0 36px 52px rgba(0, 0, 0, 0.56));
  }

  .hero-visual:hover .hero-product-side {
    transform: translate3d(12px, -8px, 0) rotate(10deg) scale(1.014);
    filter: drop-shadow(0 36px 52px rgba(79, 184, 255, 0.22)) drop-shadow(0 28px 44px rgba(0, 0, 0, 0.50));
  }

  .hero-visual:hover .hero-product-front {
    transform: translate3d(4px, -10px, 0) rotate(-1deg) scale(1.026);
    filter: drop-shadow(0 34px 50px rgba(241, 189, 86, 0.18)) drop-shadow(0 28px 44px rgba(0, 0, 0, 0.50));
  }
}

.hero-stats {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  grid-column: 1 / -1;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  margin-top: -18px;
}

.stat {
  min-width: 170px;
  text-align: left !important;
  border-right: 0 !important;
  border-left: 2px solid var(--or) !important;
  padding: 14px 18px !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.featured {
  padding-top: 92px !important;
  padding-bottom: 98px !important;
  background:
    linear-gradient(180deg, rgba(20, 18, 15, 0.38), rgba(11, 10, 8, 0.18)),
    transparent !important;
}

.featured .section-head-premium {
  max-width: 1240px !important;
  margin-left: auto;
  margin-right: auto;
}

.featured .products-grid {
  max-width: 1240px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.featured .product-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
}

.featured .product-slider,
.featured .product-emoji {
  flex: 0 0 auto;
}

.featured .product-desc {
  min-height: 64px;
}

.featured .product-action,
.featured .product-soon {
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.product-card {
  min-height: 100%;
  padding: 22px !important;
  border-color: var(--card-line) !important;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.026)),
    var(--card-bg) !important;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.34), var(--glass-inner) !important;
}

.product-card:hover {
  border-color: rgba(246, 218, 155, 0.56) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 38px 106px rgba(0, 0, 0, 0.44), 0 0 34px rgba(214, 181, 111, 0.13), var(--glass-inner) !important;
}

.product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 8;
  padding: 8px 12px;
  border: 1px solid rgba(246, 218, 155, 0.48);
  border-radius: 999px;
  background: rgba(11, 10, 8, 0.70);
  color: #f4dfb0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-badge-muted {
  border-color: rgba(245, 243, 239, 0.20);
  color: rgba(245, 243, 239, 0.70);
}

.product-emoji,
.product-slider {
  aspect-ratio: 4 / 3 !important;
  margin-bottom: 10px !important;
  border-radius: 26px !important;
}

.product-emoji {
  padding-top: 18px;
  font-size: 58px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(17, 16, 14, 0.58) !important;
}

.product-slide {
  padding: 24px 20px 28px !important;
}

.product-slide img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.06);
  filter: contrast(1.04) saturate(1.04) drop-shadow(0 24px 34px rgba(0, 0, 0, 0.40)) !important;
  transition:
    transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 640ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .featured .product-card-active:hover .product-slide.active img {
    transform: translate3d(0, -7px, 0) scale(1.11);
    filter:
      contrast(1.06)
      saturate(1.08)
      drop-shadow(0 28px 42px rgba(0, 0, 0, 0.48))
      drop-shadow(0 0 18px rgba(var(--universe-rgb, 214, 181, 111), 0.16)) !important;
  }

  .featured .product-card-active:hover .product-slider {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 0 26px rgba(var(--universe-rgb, 214, 181, 111), 0.12) !important;
  }
}

.product-cat {
  color: #f1d89e !important;
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
}

.product-name {
  font-size: 21px !important;
  line-height: 1.18 !important;
}

.product-desc {
  color: rgba(245, 243, 239, 0.66) !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.product-soon {
  margin-top: auto !important;
  color: rgba(245, 243, 239, 0.72) !important;
  border-color: rgba(245, 243, 239, 0.18) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.product-action {
  margin-top: auto !important;
  padding: 14px 16px !important;
  font-size: 10px !important;
  white-space: normal !important;
  color: #14120f !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 18px 42px rgba(214, 181, 111, 0.23) !important;
}

.product-action-muted {
  margin-top: 0 !important;
  color: rgba(245, 243, 239, 0.86) !important;
  border-color: rgba(214, 181, 111, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(214, 181, 111, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(34, 34, 32, 0.66) !important;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr) !important;
    gap: 34px !important;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-visual-stage {
    min-height: 456px;
  }

  .featured .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 118px 24px 68px !important;
  }

  .hero-visual {
    justify-self: stretch;
    width: min(580px, 100%);
    min-height: 420px;
    margin: 0 auto;
  }

  .hero-visual-stage {
    min-height: 376px;
  }

  .hero-stats {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-bottom: 46px !important;
  }

  .hero-visual {
    min-height: 340px;
    padding: 16px;
    border-radius: 30px !important;
  }

  .hero-visual-stage {
    min-height: 308px;
    border-radius: 24px;
  }

  .hero-visual-label,
  .hero-visual-caption {
    max-width: calc(100% - 32px);
    font-size: 9px;
    letter-spacing: 0.10em;
  }

  .hero-visual-label {
    top: 14px;
    left: 14px;
  }

  .hero-visual-caption {
    left: 14px;
    bottom: 14px;
  }

  .hero-product-main {
    width: 52%;
    left: 5%;
    top: 30%;
  }

  .hero-product-side {
    width: 66%;
    right: -16%;
    top: 10%;
  }

  .hero-product-front {
    width: 48%;
    right: 4%;
    bottom: 14%;
  }

  .featured .products-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .product-name {
    font-size: 20px !important;
  }
}

/* Product detail pages: larger media and zoomable galleries */
.products-section {
  padding-top: 72px !important;
  padding-bottom: 104px !important;
}

.products-section .products-grid {
  width: min(100%, 1380px) !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

@supports selector(:has(*)) {
  .products-section .products-grid:has(> .product-card:only-child) {
    grid-template-columns: minmax(0, 920px) !important;
    justify-content: center !important;
  }
}

.products-section .product-card {
  padding: 0 !important;
  border-radius: 34px !important;
}

.products-section .product-media {
  aspect-ratio: 4 / 3 !important;
  min-height: 360px;
  margin: 18px 18px 0 !important;
  border-radius: 30px !important;
  cursor: zoom-in;
}

.products-section .product-slide {
  padding: clamp(24px, 4vw, 46px) !important;
  cursor: zoom-in;
}

.products-section .product-slide img {
  transform: scale(1.14);
}

.products-section .product-slide img[src*="lock-scene"],
.products-section .product-slide img[src*="dimensions-scene"],
.products-section .product-slide img[src*="wireless.jpg"] {
  transform: scale(1.06);
}

.products-section .product-body {
  padding: 30px 36px 36px !important;
}

.products-section .product-title {
  font-size: clamp(31px, 3.3vw, 44px) !important;
  line-height: 1.08 !important;
}

.products-section .product-desc {
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(4, 4, 4, 0.82);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.product-lightbox.open {
  display: grid;
}

.product-lightbox-dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(214, 181, 111, 0.34);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(20, 18, 15, 0.90);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.product-lightbox-media {
  min-height: min(72vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 36%, rgba(214, 181, 111, 0.14), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
}

.product-lightbox-img {
  max-width: 100%;
  max-height: min(72vh, 720px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.42));
}

.product-lightbox-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  color: rgba(245, 243, 239, 0.76);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.product-lightbox-close,
.product-lightbox-prev,
.product-lightbox-next {
  position: absolute !important;
  z-index: 2;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
}

.product-lightbox-close {
  top: 18px;
  right: 18px;
}

.product-lightbox-prev,
.product-lightbox-next {
  top: 50%;
}

.product-lightbox-prev {
  left: 18px;
  transform: translateY(-50%) !important;
}

.product-lightbox-next {
  right: 18px;
  transform: translateY(-50%) !important;
}

.product-lightbox-prev:hover,
.product-lightbox-next:hover {
  transform: translateY(-50%) scale(1.04) !important;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .products-section .products-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .products-section .product-media {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .products-section {
    padding-top: 54px !important;
  }

  .products-section .product-media {
    min-height: 260px;
    margin: 14px 14px 0 !important;
  }

  .products-section .product-body {
    padding: 26px 24px 30px !important;
  }

  .product-lightbox {
    padding: 14px;
  }

  .product-lightbox-dialog {
    max-height: calc(100vh - 28px);
    border-radius: 28px;
    padding: 14px;
  }

  .product-lightbox-media {
    min-height: min(68vh, 560px);
    border-radius: 22px;
  }

  .product-lightbox-img {
    max-height: min(68vh, 560px);
  }

  .product-lightbox-close,
  .product-lightbox-prev,
  .product-lightbox-next {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Product page polish and universe accents */
.universe-tech,
.page-tech {
  --universe: #b99cff;
  --universe-rgb: 185, 156, 255;
  --universe-dark: #2f2157;
}

.universe-gaming,
.page-gaming {
  --universe: #4fb8ff;
  --universe-rgb: 79, 184, 255;
  --universe-dark: #102f5c;
}

.universe-toys,
.page-toys {
  --universe: #f1bd56;
  --universe-rgb: 241, 189, 86;
  --universe-dark: #56340f;
}

.universe-garden {
  --universe: #8ccc72;
  --universe-rgb: 140, 204, 114;
  --universe-dark: #213a1e;
}

.universe-home {
  --universe: #efb47a;
  --universe-rgb: 239, 180, 122;
  --universe-dark: #4d2d18;
}

.universe-sport {
  --universe: #9dc8ff;
  --universe-rgb: 157, 200, 255;
  --universe-dark: #20344d;
}

body.page-tech,
body.page-gaming,
body.page-toys {
  background:
    radial-gradient(circle at 78% 18%, rgba(var(--universe-rgb), 0.16), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(214, 181, 111, 0.10), transparent 34%),
    linear-gradient(180deg, #0b0a08 0%, #11100d 45%, #15120f 100%),
    #0b0a08 !important;
}

body.page-tech .topbar,
body.page-gaming .topbar,
body.page-toys .topbar {
  border-bottom-color: rgba(var(--universe-rgb), 0.18) !important;
  color: rgba(245, 243, 239, 0.70) !important;
}

body.page-tech .page-hero,
body.page-gaming .page-hero,
body.page-toys .page-hero {
  border-bottom-color: rgba(var(--universe-rgb), 0.16) !important;
}

body.page-tech .page-hero::before,
body.page-gaming .page-hero::before,
body.page-toys .page-hero::before {
  background:
    radial-gradient(ellipse 46% 52% at 78% 38%, rgba(var(--universe-rgb), 0.18) 0%, transparent 72%),
    radial-gradient(ellipse 34% 40% at 18% 72%, rgba(245, 243, 239, 0.055) 0%, transparent 64%) !important;
}

body.page-tech .page-label,
body.page-gaming .page-label,
body.page-toys .page-label,
body.page-tech .product-kicker,
body.page-gaming .product-kicker,
body.page-toys .product-kicker {
  color: rgb(var(--universe-rgb)) !important;
}

body.page-tech .page-hero h1 span[style*="color"],
body.page-gaming .page-hero h1 span[style*="color"],
body.page-toys .page-hero h1 span[style*="color"] {
  color: rgb(var(--universe-rgb)) !important;
}

.category-card[class*="universe-"],
.featured .product-card[class*="universe-"] {
  border-color: rgba(var(--universe-rgb), 0.28) !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(var(--universe-rgb), 0.13), transparent 42%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.026)),
    var(--card-bg) !important;
}

.category-card[class*="universe-"]:hover,
.featured .product-card[class*="universe-"]:hover {
  border-color: rgba(var(--universe-rgb), 0.52) !important;
  box-shadow:
    0 38px 106px rgba(0, 0, 0, 0.44),
    0 0 36px rgba(var(--universe-rgb), 0.13),
    var(--glass-inner) !important;
}

.category-card[class*="universe-"] .category-icon,
.featured .product-card[class*="universe-"] .product-emoji,
.featured .product-card[class*="universe-"] .product-slider {
  border-color: rgba(var(--universe-rgb), 0.20) !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(var(--universe-rgb), 0.20), transparent 55%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.022)),
    rgba(17, 16, 14, 0.66) !important;
}

.category-card[class*="universe-"] .category-kicker,
.featured .product-card[class*="universe-"] .product-cat {
  color: rgb(var(--universe-rgb)) !important;
}

.featured .product-card[class*="universe-"] .product-badge {
  border-color: rgba(var(--universe-rgb), 0.48) !important;
  color: rgb(var(--universe-rgb)) !important;
}

.category-card[class*="universe-"] .category-action,
.featured .product-card[class*="universe-"] .product-action:not(.product-action-muted),
.products-section .product-btn {
  border-color: rgba(var(--universe-rgb), 0.58) !important;
  background:
    linear-gradient(135deg, rgba(var(--universe-rgb), 0.98), rgba(242, 221, 176, 0.78)) !important;
  color: #11100d !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 18px 42px rgba(var(--universe-rgb), 0.20) !important;
}

.category-card[class*="universe-"] .category-soon,
.featured .product-card[class*="universe-"] .product-soon,
.featured .product-card[class*="universe-"] .product-action-muted {
  border-color: rgba(var(--universe-rgb), 0.28) !important;
  color: rgba(var(--universe-rgb), 0.86) !important;
  background:
    linear-gradient(135deg, rgba(var(--universe-rgb), 0.12), rgba(255, 255, 255, 0.04)),
    rgba(34, 34, 32, 0.66) !important;
}

.products-section {
  position: relative;
  isolation: isolate;
  max-width: 100%;
  overflow-x: clip !important;
  overflow-y: hidden !important;
  background:
    radial-gradient(circle at 82% 8%, rgba(var(--universe-rgb, 214, 181, 111), 0.11), transparent 34%),
    linear-gradient(180deg, rgba(20, 18, 15, 0.58), rgba(11, 10, 8, 0.18)),
    var(--gris) !important;
}

@supports not (overflow: clip) {
  .products-section {
    overflow-x: hidden !important;
  }
}

.products-section .products-grid {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  gap: 32px !important;
  align-items: stretch !important;
}

@supports selector(:has(*)) {
  .products-section .products-grid:has(> .product-card:only-child) {
    grid-template-columns: minmax(0, 1080px) !important;
  }
}

.products-section .product-card {
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  border-color: rgba(var(--universe-rgb, 214, 181, 111), 0.32) !important;
  background:
    radial-gradient(circle at 70% 8%, rgba(var(--universe-rgb, 214, 181, 111), 0.13), transparent 38%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.026)),
    rgba(28, 26, 22, 0.76) !important;
}

.products-section .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(var(--universe-rgb, 214, 181, 111), 0.08);
}

.products-section .product-media {
  min-height: clamp(400px, 33vw, 530px) !important;
  margin: 22px 22px 0 !important;
  border-color: rgba(var(--universe-rgb, 214, 181, 111), 0.22) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(var(--universe-rgb, 214, 181, 111), 0.20), transparent 48%),
    radial-gradient(circle at 24% 78%, rgba(245, 243, 239, 0.055), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 18px 48px rgba(0, 0, 0, 0.22) !important;
}

@supports selector(:has(*)) {
  .products-section .products-grid:has(> .product-card:only-child) .product-media {
    min-height: clamp(500px, 48vw, 640px) !important;
  }
}

.products-section .product-slide {
  padding: clamp(28px, 3.8vw, 58px) !important;
}

.products-section .product-slide img {
  max-width: 94% !important;
  max-height: 94% !important;
  object-fit: contain !important;
  transform: scale(1.10) !important;
}

.products-section .product-slide img[src*="sandisk-extreme-ssd-500go-cutout-clean"] {
  max-height: 98% !important;
  transform: scale(1.08) !important;
}

.products-section .product-slide img[src*="manette-switch-zelda"] {
  max-width: 98% !important;
  transform: scale(1.04) !important;
}

.products-section .product-slide img[src*="robot-treasure-gold-pack"] {
  max-width: 98% !important;
  transform: scale(1.10) !important;
}

.products-section .product-slide img[src*="lock-scene"],
.products-section .product-slide img[src*="dimensions-scene"],
.products-section .product-slide img[src*="fond-noir"] {
  transform: scale(1.04) !important;
}

.products-section .product-body {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 32px 40px 40px !important;
}

.products-section .product-brand-logo {
  width: 48px !important;
  height: 34px !important;
  object-fit: contain;
  padding: 5px;
  margin-bottom: 6px !important;
  border: 1px solid rgba(var(--universe-rgb, 214, 181, 111), 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.products-section .product-kicker {
  min-height: 14px;
}

.products-section .product-title {
  max-width: 12ch;
  font-size: clamp(34px, 3.4vw, 48px) !important;
}

.products-section .product-desc {
  max-width: 44rem;
}

.products-section .product-btn {
  align-self: flex-start;
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: auto !important;
  border-radius: 999px !important;
}

.products-section .slider-btn,
.product-lightbox-prev,
.product-lightbox-next,
.product-lightbox-close {
  border-color: rgba(var(--universe-rgb, 214, 181, 111), 0.34) !important;
  color: rgb(var(--universe-rgb, 214, 181, 111)) !important;
  background:
    linear-gradient(145deg, rgba(var(--universe-rgb, 214, 181, 111), 0.18), rgba(255, 255, 255, 0.045)),
    rgba(19, 17, 14, 0.82) !important;
}

.product-lightbox-dialog {
  border-color: rgba(var(--universe-rgb, 214, 181, 111), 0.38) !important;
}

.product-lightbox-media {
  background:
    radial-gradient(circle at 50% 36%, rgba(var(--universe-rgb, 214, 181, 111), 0.18), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)) !important;
}

@media (max-width: 900px) {
  .products-section .product-media {
    min-height: clamp(340px, 62vw, 500px) !important;
  }

  @supports selector(:has(*)) {
    .products-section .products-grid:has(> .product-card:only-child) .product-media {
      min-height: clamp(360px, 62vw, 520px) !important;
    }
  }

  .products-section .product-title {
    max-width: 15ch;
  }
}

@media (max-width: 640px) {
  .products-section .product-media {
    min-height: clamp(300px, 78vw, 410px) !important;
    margin: 16px 16px 0 !important;
  }

  @supports selector(:has(*)) {
    .products-section .products-grid:has(> .product-card:only-child) .product-media {
      min-height: clamp(300px, 78vw, 410px) !important;
    }
  }

  .products-section .product-slide {
    padding: 22px !important;
  }

  .products-section .product-title {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  .products-section .product-btn {
    align-self: stretch;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual::before,
  .hero-visual-stage::after,
  .hero-visual-label,
  .hero-visual-label::before {
    animation: none !important;
  }
}

/* Shared premium interactions */
.nav-links a.is-active,
.nav-links a[aria-current="page"],
.nav-links a.active,
.mobile-menu a.is-active,
.mobile-menu a[aria-current="page"] {
  color: #f8d994 !important;
  border-color: rgba(246, 218, 155, 0.52) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(246, 218, 155, 0.20), transparent 70%),
    rgba(246, 218, 155, 0.12) !important;
  box-shadow:
    0 0 18px rgba(246, 218, 155, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.products-section .product-media::after {
  content: "\2315";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 6;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--universe-rgb, 246, 218, 155), 0.44);
  border-radius: 999px;
  color: rgba(255, 250, 238, 0.92);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(var(--universe-rgb, 246, 218, 155), 0.20), rgba(255, 255, 255, 0.055)),
    rgba(18, 17, 15, 0.62);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(var(--universe-rgb, 246, 218, 155), 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  pointer-events: none;
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.product-action,
.product-btn {
  overflow: hidden !important;
}

.product-action::before,
.product-btn::before {
  content: "";
  position: absolute;
  top: -42%;
  bottom: -42%;
  left: -68%;
  z-index: 0;
  width: 48%;
  pointer-events: none;
  opacity: 0;
  transform: skewX(-18deg);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), rgba(246, 218, 155, 0.24), transparent);
  transition: left 0.72s ease, opacity 0.24s ease;
}

.product-action > *,
.product-btn > * {
  position: relative;
  z-index: 1;
}

.product-action:hover::before,
.product-btn:hover::before {
  left: 122%;
  opacity: 0.72;
}

.back-to-top {
  position: fixed !important;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 9990;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96) !important;
  transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.back-to-top span {
  position: relative;
  z-index: 1;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1) !important;
}

.back-to-top:hover {
  transform: translateY(-3px) scale(1.03) !important;
}

@media (max-width: 720px) {
  .products-section .product-media::after {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .back-to-top {
    width: 42px;
    height: 42px;
  }

  .footer-bottom .footer-admin-link,
  .footer-inner .footer-links .footer-admin-link {
    margin-right: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top,
  .product-action::before,
  .product-btn::before {
    transition: none !important;
  }
}

/* Brighter premium backdrop experiment */
:root {
  --noir: #15120e;
  --gris: #211c15;
  --gris-moyen: #5a4a35;
  --gris-clair: rgba(255, 250, 238, 0.72);
  --page-bg: #1a160f;
  --section-bg: #221d16;
  --card-bg: rgba(48, 41, 31, 0.72);
  --card-line: rgba(246, 218, 155, 0.34);
  --glass-bg: rgba(62, 54, 40, 0.56);
  --glass-bg-strong: rgba(72, 62, 45, 0.70);
  --glass-line: rgba(246, 218, 155, 0.30);
  --glass-line-strong: rgba(246, 218, 155, 0.56);
  --premium-glow: 0 0 34px rgba(246, 218, 155, 0.10), 0 0 58px rgba(185, 156, 255, 0.055);
}

html {
  background:
    linear-gradient(180deg, #17130d 0%, #211b13 54%, #282117 100%) !important;
}

body {
  background:
    radial-gradient(circle at 14% 22%, rgba(246, 218, 155, 0.13), transparent 31%),
    radial-gradient(circle at 84% 16%, rgba(185, 156, 255, 0.13), transparent 30%),
    radial-gradient(circle at 72% 72%, rgba(79, 184, 255, 0.075), transparent 30%),
    linear-gradient(180deg, #17130d 0%, #1f1a13 45%, #282117 100%),
    #1f1a13 !important;
}

body.page-tech,
body.page-gaming,
body.page-toys {
  background:
    radial-gradient(circle at 78% 18%, rgba(var(--universe-rgb), 0.18), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(246, 218, 155, 0.14), transparent 34%),
    radial-gradient(circle at 48% 4%, rgba(255, 250, 238, 0.055), transparent 38%),
    linear-gradient(180deg, #17130d 0%, #1f1a13 45%, #282117 100%),
    #1f1a13 !important;
}

body::before {
  background:
    linear-gradient(115deg, rgba(246, 218, 155, 0.12), transparent 34%, rgba(255, 255, 255, 0.045) 62%, transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 6px) !important;
  opacity: 0.62 !important;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 46% 34% at 52% 4%, rgba(246, 218, 155, 0.10), transparent 70%),
    radial-gradient(ellipse 34% 42% at 8% 74%, rgba(185, 156, 255, 0.075), transparent 72%),
    radial-gradient(ellipse 38% 38% at 96% 64%, rgba(140, 204, 114, 0.052), transparent 72%);
  opacity: 0.84;
  mix-blend-mode: screen;
}

.hero,
.featured,
.categories,
.partners,
.why,
.contact,
.products-section,
.categories-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(246, 218, 155, 0.085), transparent 34%),
    radial-gradient(circle at 14% 86%, rgba(185, 156, 255, 0.058), transparent 34%),
    linear-gradient(180deg, rgba(42, 35, 25, 0.24), rgba(25, 21, 16, 0.10)) !important;
}

.hero-bg {
  background:
    radial-gradient(ellipse 60% 48% at 70% 40%, rgba(246, 218, 155, 0.18) 0%, transparent 68%),
    radial-gradient(ellipse 44% 40% at 18% 74%, rgba(185, 156, 255, 0.105) 0%, transparent 64%),
    linear-gradient(120deg, rgba(255, 250, 238, 0.05), transparent 44%) !important;
}

.page-hero {
  border-color: rgba(246, 218, 155, 0.28) !important;
  background:
    radial-gradient(ellipse 42% 58% at 80% 34%, rgba(var(--universe-rgb, 246, 218, 155), 0.18), transparent 72%),
    radial-gradient(ellipse 46% 46% at 16% 76%, rgba(246, 218, 155, 0.10), transparent 70%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(42, 36, 27, 0.55) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    0 0 44px rgba(var(--universe-rgb, 246, 218, 155), 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

nav,
.hero-visual,
.page-hero,
.section-head-premium,
.cat-card,
.category-card,
.product-card,
.partner-card,
.why-card,
.contact-inner,
.products-section .product-media,
.product-slider,
.product-emoji,
.footer-links {
  border-color: rgba(246, 218, 155, 0.32) !important;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.26),
    var(--premium-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

nav,
.cat-card,
.category-card,
.product-card,
.partner-card,
.why-card,
.contact-inner {
  background:
    radial-gradient(circle at 78% 14%, rgba(246, 218, 155, 0.075), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.030)),
    rgba(49, 42, 32, 0.68) !important;
}

.featured .product-card[class*="universe-"],
.category-card[class*="universe-"],
.products-section .product-card {
  border-color: rgba(var(--universe-rgb, 246, 218, 155), 0.40) !important;
  background:
    radial-gradient(circle at 76% 12%, rgba(var(--universe-rgb, 246, 218, 155), 0.16), transparent 42%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.032)),
    rgba(49, 42, 32, 0.70) !important;
  box-shadow:
    0 30px 88px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(var(--universe-rgb, 246, 218, 155), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.product-slider,
.product-emoji,
.products-section .product-media,
.category-card[class*="universe-"] .category-icon {
  background:
    radial-gradient(circle at 50% 34%, rgba(var(--universe-rgb, 246, 218, 155), 0.22), transparent 55%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.024)),
    rgba(37, 32, 25, 0.68) !important;
}

.hero-visual {
  background:
    radial-gradient(circle at 82% 16%, rgba(79, 184, 255, 0.19), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(185, 156, 255, 0.20), transparent 34%),
    radial-gradient(circle at 56% 92%, rgba(241, 189, 86, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.034)),
    rgba(48, 41, 31, 0.74) !important;
}

.hero-visual-stage {
  background:
    radial-gradient(circle at 84% 20%, rgba(79, 184, 255, 0.24), transparent 36%),
    radial-gradient(circle at 18% 28%, rgba(185, 156, 255, 0.22), transparent 34%),
    radial-gradient(circle at 72% 80%, rgba(241, 189, 86, 0.20), transparent 34%),
    linear-gradient(160deg, rgba(25, 20, 30, 0.68), rgba(60, 49, 35, 0.42)),
    rgba(39, 33, 25, 0.68) !important;
}

footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(246, 218, 155, 0.14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(185, 156, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #1d1710 0%, #110f0b 100%) !important;
}

.hero-sub,
.section-lead,
.intro,
.product-desc,
.category-desc,
.partner-desc,
.footer-desc,
footer p {
  color: rgba(255, 250, 238, 0.74) !important;
}

.product-soon,
.category-soon {
  background:
    linear-gradient(135deg, rgba(246, 218, 155, 0.10), rgba(255, 255, 255, 0.04)),
    rgba(44, 38, 29, 0.70) !important;
}

/* Premium brand watermarks */
.hero::after {
  content: "AURENZA SUPPLY";
  position: absolute;
  left: clamp(20px, 4vw, 70px);
  top: 46%;
  z-index: 0;
  max-width: 92vw;
  color: transparent;
  font-family: var(--font-main);
  font-size: clamp(78px, 15vw, 218px);
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 0.78;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.72;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px rgba(255, 250, 238, 0.062);
  text-shadow:
    0 0 44px rgba(246, 218, 155, 0.055),
    0 0 90px rgba(185, 156, 255, 0.045);
  mix-blend-mode: screen;
}

.hero-bg {
  z-index: 0;
}

.hero-content,
.hero-visual,
.hero-stats {
  z-index: 2;
}

.page-hero {
  position: relative;
}

.page-hero::after {
  content: "AURENZA SUPPLY";
  position: absolute;
  right: clamp(18px, 5vw, 84px);
  bottom: clamp(10px, 2.6vw, 34px);
  z-index: 0;
  color: transparent;
  font-family: var(--font-main);
  font-size: clamp(54px, 9vw, 136px);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 0.86;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.48;
  -webkit-text-stroke: 1px rgba(255, 250, 238, 0.052);
  text-shadow: 0 0 54px rgba(var(--universe-rgb, 246, 218, 155), 0.07);
  mix-blend-mode: screen;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.products-section::before {
  content: "AURENZA SUPPLY";
  position: absolute;
  top: clamp(88px, 12vw, 170px);
  right: clamp(-36px, -2vw, 18px);
  z-index: 0;
  color: transparent;
  font-family: var(--font-main);
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.58;
  -webkit-text-stroke: 1px rgba(255, 250, 238, 0.045);
  text-shadow: 0 0 48px rgba(var(--universe-rgb, 246, 218, 155), 0.075);
  mix-blend-mode: screen;
}

.products-section .products-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .hero::after {
    top: 42%;
    left: 18px;
    font-size: clamp(54px, 18vw, 112px);
    opacity: 0.36;
    -webkit-text-stroke-color: rgba(255, 250, 238, 0.045);
  }

  .page-hero::after {
    right: 18px;
    bottom: 14px;
    font-size: clamp(42px, 14vw, 82px);
    opacity: 0.30;
  }

  .products-section::before {
    top: 62px;
    right: 10px;
    font-size: clamp(38px, 12vw, 68px);
    opacity: 0.24;
  }
}

@media (max-width: 640px) {
  .hero::after {
    content: "AURENZA";
    top: 36%;
    opacity: 0.24;
  }

  .page-hero::after,
  .products-section::before {
    opacity: 0.18;
  }
}

/* Contact section repair */
.contact {
  position: relative;
  padding-top: clamp(84px, 9vw, 126px) !important;
  padding-bottom: clamp(86px, 10vw, 136px) !important;
  overflow: hidden;
}

.contact::after {
  content: "";
  position: absolute;
  right: clamp(-120px, -8vw, -40px);
  bottom: clamp(40px, 8vw, 120px);
  z-index: 0;
  width: clamp(260px, 32vw, 520px);
  height: clamp(260px, 32vw, 520px);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(185, 156, 255, 0.16), transparent 62%),
    radial-gradient(circle, rgba(246, 218, 155, 0.12), transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.contact .section-head-premium,
.contact .contact-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1380px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact .section-head-premium {
  max-width: 1180px !important;
}

.contact .contact-inner {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  align-items: stretch;
  margin-top: 0 !important;
  padding: clamp(18px, 2.6vw, 34px) !important;
  border: 1px solid rgba(246, 218, 155, 0.30) !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 156, 255, 0.13), transparent 42%),
    radial-gradient(circle at 12% 80%, rgba(246, 218, 155, 0.11), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.026)),
    rgba(44, 37, 28, 0.76) !important;
  box-shadow:
    0 34px 105px rgba(0, 0, 0, 0.32),
    0 0 38px rgba(246, 218, 155, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.contact .contact-info,
.contact .contact-form {
  min-width: 0;
  border: 1px solid rgba(246, 218, 155, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(19, 17, 14, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 20px 58px rgba(0, 0, 0, 0.22);
}

.contact .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(22px, 2.2vw, 30px);
  padding: clamp(26px, 3vw, 42px);
}

/* Warm ivory-sand backdrop: brighter without turning the interface into a light theme */
:root {
  --page-bg: #2a2319;
  --section-bg: #342b1f;
  --card-bg: rgba(69, 57, 41, 0.72);
  --glass-bg: rgba(78, 65, 47, 0.58);
  --glass-bg-strong: rgba(91, 75, 53, 0.72);
}

html {
  background: linear-gradient(180deg, #241e16, #382d20 58%, #403426) !important;
}

body,
body.page-tech,
body.page-gaming,
body.page-toys {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 242, 211, 0.17), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(216, 190, 137, 0.18), transparent 34%),
    radial-gradient(circle at 74% 72%, rgba(185, 156, 255, 0.09), transparent 32%),
    linear-gradient(180deg, #282117 0%, #342a1e 46%, #403426 100%),
    #342a1e !important;
}

.hero,
.featured,
.categories,
.partners,
.why,
.contact,
.products-section,
.categories-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 241, 207, 0.10), transparent 36%),
    radial-gradient(circle at 14% 86%, rgba(185, 156, 255, 0.065), transparent 36%),
    linear-gradient(180deg, rgba(89, 72, 50, 0.20), rgba(43, 35, 25, 0.10)) !important;
}

.contact .contact-info p {
  max-width: 520px;
  margin: 0 !important;
  color: rgba(255, 250, 238, 0.80) !important;
  font-size: clamp(15px, 1.2vw, 17px) !important;
  line-height: 1.76 !important;
}

.contact .contact-detail {
  gap: 14px !important;
}

.contact .detail-item {
  min-height: 76px;
  padding: 18px 20px !important;
  border: 1px solid rgba(246, 218, 155, 0.18) !important;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact .detail-icon {
  width: 42px !important;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 24%, rgba(255, 255, 255, 0.20), transparent 38%),
    rgba(246, 218, 155, 0.12);
  box-shadow: 0 0 18px rgba(246, 218, 155, 0.12);
}

.contact .detail-label {
  color: rgba(246, 218, 155, 0.76) !important;
}

.contact .detail-text {
  color: rgba(255, 250, 238, 0.94) !important;
  font-weight: 750 !important;
}

.contact .contact-form {
  padding: clamp(20px, 2.4vw, 34px);
}

.contact .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.contact .form-row {
  gap: 16px !important;
}

.contact .form-group {
  gap: 9px !important;
}

.contact .form-group label {
  color: rgba(246, 218, 155, 0.70) !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
}

.contact .form-group input,
.contact .form-group textarea,
.contact .form-group select {
  min-height: 54px;
  padding: 15px 18px !important;
  border: 1px solid rgba(246, 218, 155, 0.18) !important;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.050), rgba(255, 255, 255, 0.012)),
    rgba(12, 11, 9, 0.72) !important;
  color: rgba(255, 250, 238, 0.94) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease !important;
}

.contact .form-group input::placeholder,
.contact .form-group textarea::placeholder {
  color: rgba(255, 250, 238, 0.42);
}

.contact .form-group textarea {
  min-height: 132px;
  height: 132px !important;
}

.contact .form-group input:focus,
.contact .form-group textarea:focus,
.contact .form-group select:focus {
  border-color: rgba(246, 218, 155, 0.62) !important;
  background:
    linear-gradient(145deg, rgba(246, 218, 155, 0.070), rgba(255, 255, 255, 0.018)),
    rgba(12, 11, 9, 0.82) !important;
  box-shadow:
    0 0 0 3px rgba(246, 218, 155, 0.11),
    0 0 24px rgba(246, 218, 155, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.contact .btn-primary[type="submit"] {
  min-height: 56px;
  margin-top: 2px;
  border: 1px solid rgba(246, 218, 155, 0.58) !important;
}

@media (max-width: 980px) {
  .contact .contact-inner {
    grid-template-columns: 1fr !important;
  }

  .contact .contact-info {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .contact {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .contact .section-head-premium {
    border-radius: 28px !important;
  }

  .contact .contact-inner {
    padding: 12px !important;
    border-radius: 28px !important;
  }

  .contact .contact-info,
  .contact .contact-form {
    padding: 22px !important;
    border-radius: 22px;
  }

  .contact .form-row {
    grid-template-columns: 1fr !important;
  }

  .contact .detail-item {
    align-items: flex-start !important;
  }
}

/* Featured best sellers: wider layout with premium connector */
.featured {
  padding-left: clamp(24px, 3.2vw, 60px) !important;
  padding-right: clamp(24px, 3.2vw, 60px) !important;
}

.featured .section-head-premium {
  width: min(100%, 1380px) !important;
  max-width: 1380px !important;
}

.featured .products-grid {
  position: relative;
  isolation: isolate;
  width: min(100%, 1520px) !important;
  max-width: 1520px !important;
  gap: clamp(26px, 2.5vw, 42px) !important;
  padding-top: clamp(16px, 1.8vw, 28px);
  overflow: visible;
}

.featured .products-grid::before,
.featured .products-grid::after {
  content: "";
  position: absolute;
  left: clamp(42px, 4vw, 72px);
  right: clamp(42px, 4vw, 72px);
  top: clamp(145px, 12vw, 188px);
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(140, 204, 114, 0.00) 5%,
      rgba(140, 204, 114, 0.88) 16%,
      rgba(185, 156, 255, 0.92) 38%,
      rgba(79, 184, 255, 0.92) 62%,
      rgba(241, 189, 86, 0.90) 84%,
      rgba(241, 189, 86, 0.00) 95%,
      transparent 100%
    );
  background-size: 220% 100%;
  animation: featuredConnectorFlow 8s linear infinite;
}

.featured .products-grid::before {
  height: 4px;
  opacity: 0.82;
  box-shadow:
    0 0 12px rgba(246, 218, 155, 0.38),
    0 0 22px rgba(185, 156, 255, 0.20),
    0 0 30px rgba(79, 184, 255, 0.16);
}

.featured .products-grid::after {
  height: 14px;
  margin-top: -5px;
  opacity: 0.26;
  filter: blur(8px);
}

.featured .product-card {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 1.7vw, 30px) !important;
}

.featured .product-slider,
.featured .product-emoji {
  min-height: clamp(218px, 15vw, 282px);
}

@keyframes featuredConnectorFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 220% 50%;
  }
}

@media (max-width: 1120px) {
  .featured .products-grid {
    width: min(100%, 900px) !important;
    gap: clamp(22px, 3vw, 32px) !important;
  }

  .featured .products-grid::before,
  .featured .products-grid::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .featured {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .featured .products-grid {
    gap: 24px !important;
    padding-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured .products-grid::before,
  .featured .products-grid::after {
    animation: none !important;
  }
}

/* Product studio lighting by universe */
.featured .product-slider,
.featured .product-emoji,
.products-section .product-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.featured .product-card[class*="universe-"] .product-slider,
.featured .product-card[class*="universe-"] .product-emoji {
  background:
    radial-gradient(ellipse 76% 62% at 50% 38%, rgba(var(--universe-rgb, 246, 218, 155), 0.30), transparent 66%),
    radial-gradient(ellipse 68% 30% at 50% 88%, rgba(246, 218, 155, 0.13), transparent 76%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.028) 52%, rgba(13, 12, 10, 0.24)),
    rgba(47, 41, 34, 0.78) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -38px 72px rgba(8, 7, 6, 0.19),
    0 18px 54px rgba(0, 0, 0, 0.23),
    0 0 28px rgba(var(--universe-rgb, 246, 218, 155), 0.11) !important;
}

.products-section .product-media {
  background:
    radial-gradient(ellipse 78% 66% at 50% 36%, rgba(var(--universe-rgb, 246, 218, 155), 0.38), transparent 65%),
    radial-gradient(ellipse 70% 28% at 50% 90%, rgba(246, 218, 155, 0.18), transparent 76%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 7px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.145), rgba(255, 255, 255, 0.034) 54%, rgba(13, 12, 10, 0.20)),
    rgba(55, 48, 40, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.19),
    inset 0 -52px 90px rgba(8, 7, 6, 0.18),
    0 20px 60px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(var(--universe-rgb, 246, 218, 155), 0.14) !important;
}

.featured .product-slider::before,
.featured .product-emoji::before,
.products-section .product-media::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 16%;
  right: 16%;
  bottom: 7%;
  height: 15%;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.82;
  background:
    radial-gradient(ellipse at center, rgba(255, 247, 224, 0.26) 0%, rgba(var(--universe-rgb, 246, 218, 155), 0.38) 34%, transparent 72%);
  filter: blur(11px);
  transform: perspective(160px) rotateX(62deg);
}

.products-section .product-media::before {
  left: 18%;
  right: 18%;
  bottom: 6%;
  height: 17%;
  opacity: 0.92;
  filter: blur(14px);
}

.featured .product-slide,
.products-section .product-slide {
  position: absolute;
  z-index: 1;
  background: transparent !important;
}

.featured .product-slider-cutout .product-slide img,
.featured .product-slide img[src*="cutout"],
.products-section .product-slide img[src*="cutout"] {
  transform: scale(1.14) !important;
  filter:
    contrast(1.04)
    saturate(1.08)
    drop-shadow(0 26px 34px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 16px rgba(var(--universe-rgb, 246, 218, 155), 0.12)) !important;
}

.featured .product-slide img[src*="sandisk-extreme-ssd-500go-cutout-clean"],
.products-section .product-slide img[src*="sandisk-extreme-ssd-500go-cutout-clean"] {
  transform: scale(1.12) !important;
}

.products-section .product-slide img[src*="manette-switch-zelda"] {
  transform: scale(1.10) !important;
}

.products-section .product-slide img[src*="robot-treasure-gold-pack"] {
  transform: scale(1.14) !important;
}

@media (hover: hover) and (pointer: fine) {
  .featured .product-card-active:hover .product-slider-cutout .product-slide.active img,
  .featured .product-card-active:hover .product-slide.active img[src*="cutout"] {
    transform: translate3d(0, -7px, 0) scale(1.18) !important;
  }
}

@media (max-width: 640px) {
  .featured .product-slider::before,
  .featured .product-emoji::before,
  .products-section .product-media::before {
    left: 12%;
    right: 12%;
    bottom: 6%;
  }

  .featured .product-slider-cutout .product-slide img,
  .featured .product-slide img[src*="cutout"],
  .products-section .product-slide img[src*="cutout"] {
    transform: scale(1.10) !important;
  }
}

.products-section .product-slide img.keep-photo-bg {
  max-width: 96% !important;
  max-height: 96% !important;
  border-radius: 20px !important;
  mix-blend-mode: normal !important;
  transform: scale(1.06) !important;
  filter:
    contrast(1.03)
    saturate(1.03)
    drop-shadow(0 22px 36px rgba(0, 0, 0, 0.32)) !important;
}

/* Mobile layout: reserve the floating nav offset and prevent text clipping */
@media (max-width: 640px) {
  nav {
    margin-bottom: 10px !important;
    background:
      radial-gradient(circle at 78% 14%, rgba(246, 218, 155, 0.10), transparent 38%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.025)),
      rgba(39, 34, 27, 0.94) !important;
  }

  .about-hero,
  .mission,
  .values,
  .engagement,
  .cta-section,
  .mission-grid,
  .mission-text,
  .mission-stats,
  .values-grid,
  .eng-grid,
  .eng-item,
  .eng-item > div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .mission-grid,
  .mission-text,
  .mission-stats,
  .values-grid,
  .eng-grid {
    width: 100% !important;
  }

  .mission-grid,
  .eng-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mission-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mission-text p,
  .values-intro,
  .value-text,
  .eng-text,
  .cta-section p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .mission .section-title {
    font-size: clamp(34px, 9.6vw, 38px) !important;
    line-height: 1.08 !important;
    text-wrap: pretty;
  }

  .mission-text p {
    font-size: 15px !important;
    line-height: 1.78 !important;
  }

  .mstat {
    min-width: 0 !important;
    padding: 24px 16px !important;
  }

  .mstat-label {
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 380px) {
  nav {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  nav .back-btn {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .mstat-num {
    max-width: 100% !important;
    font-size: 42px !important;
  }
}

/* Desktop density: keep sections comfortably sized at 100% browser zoom */
@media (min-width: 1121px) {
  h1 {
    font-size: 92px !important;
  }

  .section-title {
    font-size: 64px !important;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr) !important;
    gap: clamp(30px, 4vw, 66px) !important;
    min-height: clamp(700px, calc(100vh - 20px), 860px) !important;
    padding: 118px clamp(70px, 7vw, 134px) 42px !important;
  }

  .hero-content {
    max-width: 680px !important;
  }

  .hero .hero-sub {
    max-width: 590px !important;
    font-size: 18px !important;
  }

  .hero-visual {
    width: min(460px, 100%);
    min-height: 500px;
    padding: 20px;
  }

  .hero-visual-stage {
    min-height: 458px;
  }

  .hero-stats {
    gap: 14px !important;
    margin-top: -12px;
  }

  .stat {
    min-width: 150px;
    padding: 12px 16px !important;
  }

  .partners {
    padding: 34px 60px !important;
  }

  .partners-inner {
    max-width: 1120px !important;
    gap: 26px !important;
    padding: 26px 30px !important;
  }

  .partner-card {
    padding: 16px !important;
  }

  .featured,
  .why {
    padding-top: 76px !important;
    padding-bottom: 82px !important;
  }

  .featured .section-head-premium,
  .why .section-head-premium,
  .contact .section-head-premium {
    width: min(100%, 1080px) !important;
    max-width: 1080px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    padding: clamp(24px, 3vw, 36px);
  }

  .featured .products-grid {
    width: min(100%, 1360px) !important;
    max-width: 1360px !important;
    gap: clamp(20px, 2vw, 30px) !important;
    padding-top: 12px;
  }

  .featured .product-card {
    padding: clamp(19px, 1.4vw, 24px) !important;
  }

  .featured .product-slider,
  .featured .product-emoji {
    min-height: clamp(190px, 13vw, 238px);
  }

  .featured .products-grid::before,
  .featured .products-grid::after {
    top: clamp(126px, 10vw, 160px);
  }

  .why-grid {
    width: min(100%, 1080px);
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 26px !important;
  }

  .why-card {
    padding: 32px !important;
  }

  .contact {
    padding-top: 78px !important;
    padding-bottom: 92px !important;
  }

  .contact .contact-inner {
    width: min(100%, 1160px) !important;
    max-width: 1160px !important;
    padding: 26px !important;
  }

  .contact .contact-info,
  .contact .contact-form {
    padding: 28px !important;
  }

  .page-hero {
    padding-top: 82px !important;
    padding-bottom: 50px !important;
  }

  .page-hero-inner {
    max-width: 1080px !important;
    padding: clamp(28px, 3.5vw, 42px) !important;
  }

  .categories-section {
    padding: 50px 60px 72px !important;
  }

  .category-grid {
    max-width: 1080px !important;
    gap: 14px !important;
  }

  .category-card {
    min-height: 235px !important;
    gap: 14px !important;
    padding: 24px !important;
  }

  .category-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 25px !important;
  }

  .category-title {
    font-size: 27px !important;
  }

  .products-section {
    padding-top: 60px !important;
    padding-bottom: 88px !important;
  }

  .products-section .products-grid {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    gap: 26px !important;
  }

  @supports selector(:has(*)) {
    .products-section .products-grid:has(> .product-card:only-child) {
      grid-template-columns: minmax(0, 900px) !important;
    }

    .products-section .products-grid:has(> .product-card:only-child) .product-media {
      min-height: clamp(420px, 38vw, 520px) !important;
    }
  }

  .products-section .product-media {
    min-height: clamp(350px, 27vw, 455px) !important;
    margin: 18px 18px 0 !important;
  }

  .products-section .product-slide {
    padding: clamp(24px, 3vw, 44px) !important;
  }

  .products-section .product-slide img,
  .products-section .product-slide img[src*="sandisk-extreme-ssd-500go-cutout-clean"],
  .products-section .product-slide img[src*="manette-switch-zelda"],
  .products-section .product-slide img[src*="robot-treasure-gold-pack"] {
    transform: scale(1.06) !important;
  }

  .products-section .product-body {
    gap: 12px;
    padding: 28px 34px 34px !important;
  }

  .products-section .product-title {
    font-size: clamp(30px, 2.8vw, 42px) !important;
  }
}

@media (min-width: 1121px) and (max-width: 1500px) {
  h1 {
    font-size: 72px !important;
  }

  .section-title {
    font-size: 58px !important;
  }

  .hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.68fr) !important;
    gap: 28px !important;
    min-height: clamp(650px, calc(100vh - 20px), 760px) !important;
    padding: 108px clamp(50px, 5vw, 76px) 36px !important;
  }

  .hero-content {
    max-width: 600px !important;
  }

  .hero-visual {
    width: min(400px, 100%);
    min-height: 430px;
    padding: 18px;
  }

  .hero-visual-stage {
    min-height: 392px;
  }

  .hero-stats {
    margin-top: -16px;
  }

  .page-hero-inner,
  .featured .section-head-premium,
  .why .section-head-premium,
  .contact .section-head-premium {
    max-width: 1000px !important;
  }

  .products-section .products-grid {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
  }

  .products-section .product-media {
    min-height: clamp(320px, 26vw, 400px) !important;
  }
}

/* Strong desktop compaction requested for comfortable 100% zoom */
@media (min-width: 1121px) {
  h1 {
    font-size: 64px !important;
    line-height: 0.98 !important;
  }

  .section-title {
    font-size: 48px !important;
  }

  .hero {
    grid-template-columns: minmax(0, 610px) minmax(300px, 360px) !important;
    justify-content: center !important;
    gap: 44px !important;
    min-height: 680px !important;
    padding: 104px max(48px, calc((100vw - 1080px) / 2)) 34px !important;
  }

  .hero-content {
    max-width: 610px !important;
  }

  .hero .hero-sub {
    max-width: 540px !important;
    font-size: 16px !important;
  }

  .hero-visual {
    width: 360px;
    min-height: 390px;
    padding: 14px;
    border-radius: 28px !important;
  }

  .hero-visual-stage {
    min-height: 360px;
    border-radius: 23px;
  }

  .hero-visual-label,
  .hero-visual-caption {
    font-size: 9px;
  }

  .hero-stats {
    max-width: 610px;
    gap: 10px !important;
    margin-top: -12px;
  }

  .stat {
    min-width: 130px;
    padding: 10px 14px !important;
  }

  .stat-number {
    font-size: 38px !important;
  }

  .partners {
    padding: 28px 60px !important;
  }

  .partners-inner {
    max-width: 960px !important;
    gap: 20px !important;
    padding: 22px 24px !important;
  }

  .partners-title {
    font-size: 24px !important;
  }

  .partner-card {
    padding: 13px !important;
  }

  .featured,
  .why {
    padding-top: 58px !important;
    padding-bottom: 64px !important;
  }

  .featured .section-head-premium,
  .why .section-head-premium,
  .contact .section-head-premium {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    margin-bottom: 28px;
    padding: 24px 28px;
  }

  .featured .products-grid {
    width: min(100%, 1100px) !important;
    max-width: 1100px !important;
    gap: 16px !important;
    padding-top: 6px;
  }

  .featured .product-card {
    padding: 16px !important;
    gap: 9px !important;
  }

  .featured .product-slider,
  .featured .product-emoji {
    min-height: 168px;
    border-radius: 20px !important;
  }

  .featured .product-slide {
    padding: 16px !important;
  }

  .featured .product-slide img,
  .featured .product-slider-cutout .product-slide img,
  .featured .product-slide img[src*="cutout"] {
    max-width: 88% !important;
    max-height: 88% !important;
    transform: scale(1) !important;
  }

  .featured .products-grid::before,
  .featured .products-grid::after {
    top: 102px;
  }

  .product-name {
    font-size: 18px !important;
  }

  .product-desc {
    font-size: 12px !important;
    line-height: 1.52 !important;
  }

  .why-grid {
    width: min(100%, 900px);
    gap: 18px !important;
  }

  .why-card {
    padding: 24px !important;
  }

  .contact {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .contact .contact-inner {
    width: min(100%, 980px) !important;
    max-width: 980px !important;
    padding: 18px !important;
    gap: 16px !important;
  }

  .contact .contact-info,
  .contact .contact-form {
    padding: 22px !important;
  }

  .page-hero {
    padding-top: 58px !important;
    padding-bottom: 34px !important;
  }

  .page-hero-inner {
    max-width: 900px !important;
    padding: 26px 32px !important;
    border-radius: 28px;
  }

  .page-hero h1 {
    font-size: 64px !important;
    margin-bottom: 18px !important;
  }

  .intro {
    max-width: 620px !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  .categories-section {
    padding: 40px 60px 58px !important;
  }

  .category-grid {
    max-width: 960px !important;
    gap: 12px !important;
  }

  .category-card {
    min-height: 205px !important;
    gap: 10px !important;
    padding: 20px !important;
  }

  .category-icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 22px !important;
  }

  .category-title {
    font-size: 23px !important;
  }

  .category-desc {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .category-action,
  .category-soon {
    padding: 10px 16px !important;
    font-size: 9px !important;
  }

  .products-section {
    padding: 40px 60px 64px !important;
  }

  .products-section .products-grid {
    width: min(100%, 1000px) !important;
    max-width: 1000px !important;
    gap: 18px !important;
  }

  @supports selector(:has(*)) {
    .products-section .products-grid:has(> .product-card:only-child) {
      grid-template-columns: minmax(0, 700px) !important;
    }

    .products-section .products-grid:has(> .product-card:only-child) .product-media {
      min-height: 350px !important;
    }
  }

  .products-section .product-card {
    border-radius: 26px !important;
  }

  .products-section .product-media {
    min-height: 300px !important;
    margin: 12px 12px 0 !important;
    border-radius: 22px !important;
  }

  .products-section .product-slide {
    padding: 20px !important;
  }

  .products-section .product-slide img,
  .products-section .product-slide img[src*="sandisk-extreme-ssd-500go-cutout-clean"],
  .products-section .product-slide img[src*="manette-switch-zelda"],
  .products-section .product-slide img[src*="robot-treasure-gold-pack"],
  .products-section .product-slide img[src*="cutout"] {
    max-width: 84% !important;
    max-height: 84% !important;
    transform: scale(0.96) !important;
  }

  .products-section .product-body {
    gap: 9px;
    padding: 20px 24px 24px !important;
  }

  .products-section .product-brand-logo {
    width: 42px !important;
    height: 30px !important;
    margin-bottom: 2px !important;
  }

  .products-section .product-title {
    max-width: 15ch;
    font-size: clamp(26px, 2.2vw, 34px) !important;
  }

  .products-section .product-desc {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .products-section .product-btn {
    min-height: 42px;
    padding: 11px 18px !important;
    font-size: 9px !important;
  }

  .products-section .slider-btn {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Product pages: compact horizontal product carousel */
.product-carousel-controls {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.product-carousel-controls.is-hidden {
  display: none;
}

.product-carousel-copy {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.product-carousel-label,
.product-carousel-count {
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.product-carousel-label {
  color: rgba(255, 250, 238, 0.76);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.product-carousel-count {
  color: rgb(var(--universe-rgb, 214, 181, 111));
  font-size: 10px;
  letter-spacing: 0.12em;
}

.product-carousel-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0 50px;
}

.product-carousel-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 !important;
  color: rgb(var(--universe-rgb, 214, 181, 111)) !important;
  font-size: 24px;
  line-height: 1;
  position: absolute !important;
  top: 50% !important;
  z-index: 8 !important;
  transform: translateY(-50%) !important;
}

.product-carousel-prev {
  left: 0 !important;
}

.product-carousel-next {
  right: 0 !important;
}

.product-carousel-arrow:hover {
  transform: translateY(-50%) scale(1.05) !important;
}

.product-carousel-arrow:disabled {
  cursor: default;
  opacity: 0.28;
  transform: translateY(-50%) !important;
  box-shadow: var(--glass-inner) !important;
}

.product-carousel-shell.is-static {
  padding-left: 0;
  padding-right: 0;
}

.product-carousel-shell.is-static .product-carousel-arrow {
  display: none !important;
}

.products-section .slider-btn[hidden],
.products-section .slide-count[hidden] {
  display: none !important;
}

.products-section .products-grid {
  scrollbar-width: none;
}

.products-section .products-grid::-webkit-scrollbar {
  display: none;
}

@media (min-width: 901px) {
  .products-section {
    padding-top: 32px !important;
    padding-bottom: 58px !important;
  }

  .products-section .products-grid {
    width: min(100%, 980px) !important;
    max-width: 980px !important;
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 0 2px;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    touch-action: pan-y;
  }

  .products-section .products-grid.is-static {
    justify-content: center !important;
    overflow-x: hidden;
  }

  .products-section .products-grid > .product-card {
    flex: 0 0 312px !important;
    width: 312px !important;
    min-width: 312px !important;
    min-height: 0 !important;
    scroll-snap-align: start;
    border-radius: 22px !important;
  }

  .products-section .product-media {
    min-height: 205px !important;
    aspect-ratio: 4 / 3 !important;
    margin: 10px 10px 0 !important;
    border-radius: 18px !important;
  }

  @supports selector(:has(*)) {
    .products-section .products-grid:has(> .product-card:only-child) {
      width: min(100%, 980px) !important;
      max-width: 980px !important;
      grid-template-columns: none !important;
    }

    .products-section .products-grid:has(> .product-card:only-child) .product-media {
      min-height: 205px !important;
    }
  }

  .products-section .product-slide {
    padding: 14px !important;
  }

  .products-section .product-slide img,
  .products-section .product-slide img[src*="sandisk-extreme-ssd-500go-cutout-clean"],
  .products-section .product-slide img[src*="manette-switch-zelda"],
  .products-section .product-slide img[src*="robot-treasure-gold-pack"],
  .products-section .product-slide img[src*="cutout"] {
    max-width: 80% !important;
    max-height: 80% !important;
    transform: scale(0.94) !important;
  }

  .products-section .product-body {
    gap: 7px;
    padding: 16px 18px 18px !important;
  }

  .products-section .product-brand-logo {
    width: 38px !important;
    height: 27px !important;
    margin-bottom: 0 !important;
  }

  .products-section .product-kicker {
    min-height: 11px;
    font-size: 9px !important;
  }

  .products-section .product-title {
    max-width: 100%;
    font-size: 23px !important;
    line-height: 1.08 !important;
  }

  .products-section .product-desc {
    font-size: 11px !important;
    line-height: 1.48 !important;
  }

  .products-section .product-btn {
    min-height: 38px;
    padding: 9px 14px !important;
    font-size: 8px !important;
  }

  .products-section .slider-btn {
    width: 32px !important;
    height: 32px !important;
  }

  .products-section .slide-count {
    right: 8px !important;
    bottom: 8px !important;
    padding: 4px 7px !important;
    font-size: 8px !important;
  }
}

@media (max-width: 900px) {
  .product-carousel-controls {
    width: auto;
    max-width: 100%;
    margin: 0 0 12px;
    gap: 10px;
  }

  .product-carousel-copy {
    min-width: 0;
    gap: 8px;
  }

  .product-carousel-label {
    font-size: 8px;
    letter-spacing: 0.11em;
  }

  .product-carousel-count {
    flex: 0 0 auto;
    font-size: 9px;
  }

  .product-carousel-shell {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }

  .product-carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .products-section .products-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    touch-action: pan-y;
  }

  .products-section .products-grid > .product-card {
    flex: 0 0 min(76vw, 300px) !important;
    width: min(76vw, 300px) !important;
    min-width: min(76vw, 300px) !important;
    scroll-snap-align: center;
  }

  .products-section .product-media {
    min-height: 220px !important;
    margin: 10px 10px 0 !important;
    border-radius: 20px !important;
  }

  @supports selector(:has(*)) {
    .products-section .products-grid:has(> .product-card:only-child) .product-media {
      min-height: 220px !important;
    }
  }

  .products-section .product-slide {
    padding: 16px !important;
  }

  .products-section .product-slide img,
  .products-section .product-slide img[src*="cutout"] {
    max-width: 84% !important;
    max-height: 84% !important;
    transform: scale(0.96) !important;
  }

  .products-section .product-body {
    gap: 8px;
    padding: 16px 18px 18px !important;
  }

  .products-section .product-title {
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  .products-section .product-desc {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .products-section .product-btn {
    min-height: 40px;
    padding: 10px 14px !important;
    font-size: 8px !important;
  }
}

@media (max-width: 480px) {
  .product-carousel-label {
    max-width: 96px;
    line-height: 1.35;
  }

  .product-carousel-shell {
    padding: 0 34px;
  }

  .product-carousel-arrow {
    width: 34px;
    height: 34px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

/* Wide-page rhythm and visible zigzag connector */
.featured .products-grid::before,
.featured .products-grid::after {
  display: none !important;
}

.featured {
  max-width: 100%;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  .featured {
    overflow-x: hidden !important;
  }
}

.featured-cable {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: calc(100vw + 360px);
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transform: translateX(-50%);
}

.featured-cable path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.featured-cable-glow {
  stroke: url("#featuredCableGradient");
  stroke-width: 18;
  opacity: 0.34;
  filter: url("#featuredCableGlow");
}

.featured-cable-core {
  stroke: rgba(255, 244, 213, 0.64);
  stroke-width: 5;
  opacity: 0.86;
}

.featured-cable-pulse {
  stroke: url("#featuredCableGradient");
  stroke-width: 6;
  stroke-dasharray: 14 54;
  filter: url("#featuredCableGlow");
  animation: featuredCablePulse 5.5s linear infinite;
}

@keyframes featuredCablePulse {
  to {
    stroke-dashoffset: -272;
  }
}

@media (min-width: 1121px) {
  .hero {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: minmax(0, 720px) 420px !important;
    justify-content: space-between !important;
    gap: clamp(60px, 7vw, 150px) !important;
    padding-left: max(64px, calc((100vw - 1400px) / 2)) !important;
    padding-right: max(64px, calc((100vw - 1400px) / 2)) !important;
  }

  .hero-content {
    max-width: 720px !important;
  }

  .hero-visual {
    width: 420px !important;
  }

  .hero-stats {
    max-width: 720px;
  }

  .partners-inner {
    width: min(100%, 1400px) !important;
    max-width: 1400px !important;
  }

  .featured,
  .why,
  .contact {
    padding-left: clamp(48px, 5vw, 96px) !important;
    padding-right: clamp(48px, 5vw, 96px) !important;
  }

  .featured .section-head-premium,
  .why .section-head-premium,
  .contact .section-head-premium {
    width: min(100%, 1400px) !important;
    max-width: 1400px !important;
  }

  .featured .products-grid {
    width: min(100%, 1500px) !important;
    max-width: 1500px !important;
    grid-template-columns: repeat(4, minmax(0, 300px)) !important;
    justify-content: space-between;
    gap: clamp(24px, 3.4vw, 72px) !important;
  }

  .why-grid {
    width: min(100%, 1400px) !important;
    max-width: 1400px !important;
    gap: clamp(24px, 3vw, 52px) !important;
  }

  .contact .contact-inner {
    width: min(100%, 1400px) !important;
    max-width: 1400px !important;
    gap: clamp(22px, 3vw, 48px) !important;
  }
}

@media (max-width: 1120px) {
  .featured-cable {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-cable-pulse {
    animation: none;
  }
}

/* Product pages: use the full row before enabling horizontal movement */
.product-carousel-controls {
  width: min(100%, 1344px);
}

.product-carousel-controls.is-hidden {
  display: flex;
}

.product-carousel-controls.is-static .product-carousel-label {
  color: rgba(255, 250, 238, 0.58);
}

.product-carousel-shell {
  box-sizing: border-box;
  width: min(100%, 1460px);
  max-width: 1460px;
  padding: 0 58px;
}

.product-carousel-shell.is-static {
  padding-left: 58px;
  padding-right: 58px;
}

.product-carousel-shell.is-static .product-carousel-arrow {
  display: grid !important;
}

@media (min-width: 901px) {
  .products-section .products-grid {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 28px !important;
  }

  .products-section .products-grid.is-static {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-section .products-grid > .product-card {
    box-sizing: border-box;
    flex-basis: clamp(220px, 18vw, 300px) !important;
    width: clamp(220px, 18vw, 300px) !important;
    min-width: clamp(220px, 18vw, 300px) !important;
  }
}

@media (max-width: 900px) {
  .product-carousel-shell.is-static {
    padding-left: 40px;
    padding-right: 40px;
  }

  .products-section .products-grid.is-static {
    justify-content: center !important;
  }

  .products-section .products-grid.is-static > .product-card {
    flex-basis: min(100%, 300px) !important;
    width: min(100%, 300px) !important;
    min-width: min(100%, 300px) !important;
  }
}

@media (max-width: 480px) {
  .product-carousel-shell.is-static {
    padding-left: 34px;
    padding-right: 34px;
  }
}

/* Mobile product carousel: keep cards fully inside the viewport */
@media (max-width: 900px) {
  .products-section {
    padding-left: clamp(16px, 5vw, 24px) !important;
    padding-right: clamp(16px, 5vw, 24px) !important;
  }

  .product-carousel-shell,
  .product-carousel-shell.is-static {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .products-section .products-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    gap: 14px !important;
  }

  .products-section .products-grid > .product-card,
  .products-section .products-grid.is-static > .product-card {
    box-sizing: border-box;
    flex: 0 0 min(100%, 300px) !important;
    width: min(100%, 300px) !important;
    min-width: min(100%, 300px) !important;
    max-width: 300px !important;
    scroll-snap-align: start;
  }

  .product-carousel-prev {
    left: -18px !important;
  }

  .product-carousel-next {
    right: -18px !important;
  }
}

@media (max-width: 480px) {
  .products-section .product-media {
    min-height: 200px !important;
  }

  .products-section .product-body {
    padding: 15px 16px 17px !important;
  }

  .products-section .product-title {
    font-size: 22px !important;
    line-height: 1.08 !important;
    overflow-wrap: normal;
  }

  .products-section .product-desc {
    font-size: 11.5px !important;
  }

  .products-section .product-btn {
    min-height: 38px;
  }
}

/* Catalogue categories: dynamic zigzag garland without adding page scroll */
.categories-section {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  min-height: auto !important;
}

.categories-section .category-grid {
  position: relative;
  z-index: 2;
  gap: clamp(26px, 3.2vw, 46px) !important;
}

.category-garland {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  opacity: 0.78;
}

.category-garland path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-garland-glow {
  stroke: url("#categoryGarlandGradient");
  stroke-width: 18;
  opacity: 0.34;
  filter: url("#categoryGarlandGlow");
}

.category-garland-core {
  stroke: rgba(255, 244, 213, 0.58);
  stroke-width: 4;
}

.category-garland-pulse {
  stroke: url("#categoryGarlandGradient");
  stroke-width: 5;
  stroke-dasharray: 12 44;
  filter: url("#categoryGarlandGlow");
  animation: categoryGarlandPulse 5.8s linear infinite;
}

.category-garland-bulb {
  fill: rgba(255, 244, 213, 0.88);
  filter: url("#categoryGarlandGlow");
  opacity: 0.82;
}

.product-page-garland {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  opacity: 0.70;
}

.product-page-garland path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-page-garland-glow {
  stroke-width: 18;
  opacity: 0.30;
}

.product-page-garland-core {
  stroke: rgba(255, 244, 213, 0.50);
  stroke-width: 3.5;
}

.product-page-garland-pulse {
  stroke-width: 5;
  stroke-dasharray: 12 42;
  animation: categoryGarlandPulse 5.8s linear infinite;
}

.product-page-garland-bulb {
  opacity: 0.82;
}

@keyframes categoryGarlandPulse {
  to {
    stroke-dashoffset: -220;
  }
}

body.page-tech .products-section,
body.page-gaming .products-section,
body.page-toys .products-section {
  min-height: 0 !important;
}

body.page-tech footer,
body.page-gaming footer,
body.page-toys footer,
body.page-product-detail footer {
  margin-bottom: 0 !important;
}

body.page-product-detail {
  min-height: auto !important;
}

.product-detail-page {
  min-height: 0 !important;
}

@media (max-width: 900px) {
  .category-garland,
  .product-page-garland {
    opacity: 0.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .category-garland-pulse,
  .product-page-garland-pulse {
    animation: none;
  }
}

/* Discovery panel safety: never let the injected search panel enter page flow */
.catalog-discovery-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 998 !important;
}

.catalog-discovery-panel {
  position: fixed !important;
  top: 12px !important;
  right: 0 !important;
  bottom: 12px !important;
  left: auto !important;
  z-index: 999 !important;
  width: min(760px, calc(100vw - 22px)) !important;
  max-height: calc(100dvh - 24px) !important;
  overflow: hidden !important;
  transform: translateX(102%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.catalog-discovery-backdrop:not(.is-open),
.catalog-discovery-panel:not(.is-open) {
  display: none !important;
}

.catalog-discovery-panel.is-open {
  display: flex !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
