.maya-header[data-maya-header-variant="sticky_dark"] .maya-logo strong,
.maya-header[data-maya-header-variant="fixed_neon"] .maya-logo strong,
.maya-header[data-maya-header-variant="countdown_top"] .maya-logo strong {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.maya-header[data-maya-header-variant="fixed_neon"] {
  box-shadow: 0 0 0 1px rgba(236, 72, 153, .2), 0 12px 48px rgba(236,72,153,.12);
}

.maya-header[data-maya-header-variant="fixed_neon"] .maya-header__meta .maya-chip,
.maya-header[data-maya-header-variant="fixed_neon"] .maya-nav__link:hover {
  border-color: rgba(236,72,153,.35);
  box-shadow: 0 0 0 1px rgba(236,72,153,.16) inset;
}

.maya-header[data-maya-header-variant="bold_split"] .maya-header__main {
  grid-template-columns: auto minmax(220px, 1fr) minmax(280px, 1.3fr) auto;
}

.maya-header[data-maya-header-variant="bold_split"] .maya-header__main,
.maya-header[data-maya-header-variant="bold_split"] .maya-header__meta,
.maya-header[data-maya-header-variant="bold_split"] .maya-header__nav-wrap {
  position: relative;
}

.maya-header[data-maya-header-variant="bold_split"] .maya-header__main:before {
  content: '';
  position: absolute;
  inset: 10px 38% 10px 58%;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(249,115,22,.14), rgba(249,115,22,.02));
  pointer-events: none;
}

.maya-header[data-maya-header-variant="countdown_top"] .maya-header__main {
  box-shadow: inset 0 -1px 0 rgba(250,204,21,.18);
}

.maya-footer[data-maya-footer-variant="club_lead"] {
  position: relative;
}

.maya-footer[data-maya-footer-variant="club_lead"]:before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at center, rgba(139,92,246,.18), transparent 72%);
  pointer-events: none;
}

.maya-footer[data-maya-footer-variant="tech_b2b"] .maya-footer__payments span,
.maya-footer[data-maya-footer-variant="minimal_dark"] .maya-footer__payments span,
.maya-footer[data-maya-footer-variant="compact_dark"] .maya-footer__payments span {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.maya-footer[data-maya-footer-variant="journal"] .maya-footer-lead__copy {
  background: linear-gradient(165deg, rgba(249,115,22,.12), rgba(255,255,255,.75));
}

.maya-footer[data-maya-footer-variant="luxury_columns"] .maya-footer__grid {
  gap: 20px;
}

.maya-footer[data-maya-footer-variant="luxury_columns"] h4,
.maya-footer[data-maya-footer-variant="editorial"] h4 {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 15px;
}

/* Seasonal overlays (auto/manual from Maya settings) */
body.maya-season-black_friday { --maya-accent:#e11d48; }
body.maya-season-cyber_monday { --maya-accent:#06b6d4; }
body.maya-season-natale { --maya-accent:#b91c1c; }
body.maya-season-san_valentino { --maya-accent:#e11d88; }
body.maya-season-pasqua { --maya-accent:#16a34a; }
body.maya-season-estate { --maya-accent:#f97316; }
body.maya-season-black_friday .maya-utility-bar{background-image:linear-gradient(90deg,rgba(225,29,72,.18),transparent 45%)}
body.maya-season-cyber_monday .maya-utility-bar{background-image:linear-gradient(90deg,rgba(6,182,212,.18),transparent 45%)}
body.maya-season-natale .maya-utility-bar{background-image:linear-gradient(90deg,rgba(185,28,28,.18),transparent 45%)}
body.maya-season-san_valentino .maya-utility-bar{background-image:linear-gradient(90deg,rgba(225,29,136,.18),transparent 45%)}
body.maya-season-pasqua .maya-utility-bar{background-image:linear-gradient(90deg,rgba(22,163,74,.18),transparent 45%)}
body.maya-season-estate .maya-utility-bar{background-image:linear-gradient(90deg,rgba(249,115,22,.18),transparent 45%)}

/* ===== Home modular blocks: full support on maya20 ===== */
body.maya-theme-maya20 .maya-home-products-feature .maya-section__title,
body.maya-theme-maya20 .maya-home-products-feature .maya-section__subtitle {
  color: #0f172a;
}

body.maya-theme-maya20 .maya-fashion-hero {
  padding: 10px 0 16px;
}
body.maya-theme-maya20 .maya-fashion-hero__shell {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: var(--maya-fashion-hero-height, clamp(360px, 52vw, 620px));
  height: var(--maya-fashion-hero-height, clamp(360px, 52vw, 620px));
  box-shadow: 0 24px 50px rgba(15, 23, 42, .2);
}
body.maya-theme-maya20 .maya-fashion-hero__slides,
body.maya-theme-maya20 .maya-fashion-hero__slide {
  position: absolute;
  inset: 0;
}
body.maya-theme-maya20 .maya-fashion-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}
body.maya-theme-maya20 .maya-fashion-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-fashion-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
body.maya-theme-maya20 .maya-fashion-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, .72) 0%, rgba(2, 6, 23, .38) 45%, rgba(2, 6, 23, .22) 100%);
}
body.maya-theme-maya20 .maya-fashion-hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(620px, 82%);
  z-index: 2;
  display: grid;
  gap: 10px;
}
body.maya-theme-maya20 .maya-fashion-hero__content--left { text-align: left; }
body.maya-theme-maya20 .maya-fashion-hero__content--right { text-align: right; }
body.maya-theme-maya20 .maya-fashion-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(15, 23, 42, .5);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 6px 12px;
}
body.maya-theme-maya20 .maya-fashion-hero__content--right .maya-fashion-hero__badge { justify-self: end; }
body.maya-theme-maya20 .maya-fashion-hero__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.05;
}
body.maya-theme-maya20 .maya-fashion-hero__title-link {
  color: inherit;
  text-decoration: none;
}
body.maya-theme-maya20 .maya-fashion-hero__title-link:hover { text-decoration: underline; }
body.maya-theme-maya20 .maya-fashion-hero__content p {
  margin: 0;
  color: rgba(241, 245, 249, .96);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}
body.maya-theme-maya20 .maya-fashion-hero__content .maya-btn {
  justify-self: start;
  border-radius: 999px;
}
body.maya-theme-maya20 .maya-fashion-hero__content--right .maya-btn { justify-self: end; }
body.maya-theme-maya20 .maya-fashion-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(15,23,42,.45);
  color: #fff;
}
body.maya-theme-maya20 .maya-fashion-hero__arrow.is-prev { left: 12px; }
body.maya-theme-maya20 .maya-fashion-hero__arrow.is-next { right: 12px; }
body.maya-theme-maya20 .maya-fashion-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  z-index: 4;
}
body.maya-theme-maya20 .maya-fashion-hero__dot {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
}
body.maya-theme-maya20 .maya-fashion-hero__dot.is-active {
  background: #fff;
}

body.maya-theme-maya20 .maya-amelia-parallax-slider {
  margin: 18px 0;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__outer {
  width: var(--maya-amelia-parallax-width, 100%);
  max-width: 100%;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__inner {
  position: relative;
  min-height: var(--maya-amelia-parallax-height, 420px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.28);
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__track {
  position: relative;
  min-height: inherit;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__bg,
body.maya-theme-maya20 .maya-amelia-parallax-slider__overlay {
  position: absolute;
  inset: 0;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__bg {
  background-size: cover;
  background-position: center;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(2, 6, 23, 0.56);
  color: #fff;
  z-index: 3;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__nav--prev { left: 14px; }
body.maya-theme-maya20 .maya-amelia-parallax-slider__nav--next { right: 14px; }
body.maya-theme-maya20 .maya-amelia-parallax-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__dot.is-active {
  background: #22c55e;
}

body.maya-theme-maya20 .maya-home-parallax-focus .maya-amelia-parallax-slider__inner {
  border-radius: 20px;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-home-parallax-focus__content {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(620px, 82%);
  display: grid;
  gap: 10px;
}
body.maya-theme-maya20 .maya-home-parallax-focus__content--left { text-align: left; }
body.maya-theme-maya20 .maya-home-parallax-focus__content--center { text-align: center; }
body.maya-theme-maya20 .maya-home-parallax-focus__content--right { text-align: right; }
body.maya-theme-maya20 .maya-home-parallax-focus__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
}
body.maya-theme-maya20 .maya-home-parallax-focus__content p {
  margin: 0;
  color: rgba(241,245,249,.95);
}
body.maya-theme-maya20 .maya-home-parallax-focus__content .maya-btn,
body.maya-theme-maya20 .maya-home-parallax-focus__content .maya-amelia-parallax-slider__btn {
  border-radius: 999px;
  justify-self: start;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 18px;
  background: #16a34a;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
body.maya-theme-maya20 .maya-home-parallax-focus__content--center .maya-btn,
body.maya-theme-maya20 .maya-home-parallax-focus__content--center .maya-amelia-parallax-slider__btn { justify-self: center; }
body.maya-theme-maya20 .maya-home-parallax-focus__content--right .maya-btn,
body.maya-theme-maya20 .maya-home-parallax-focus__content--right .maya-amelia-parallax-slider__btn { justify-self: end; }

body.maya-theme-maya20 .maya-home-style-mosaic {
  padding: 14px 0 20px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-style-mosaic__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__stats span {
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  color: #0f172a;
  font-size: 12px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  grid-template-areas:
    "main promo"
    "left right";
  gap: 12px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 260px;
  box-shadow: 0 14px 30px rgba(15,23,42,.14);
}
body.maya-theme-maya20 .maya-home-style-mosaic__card--main { grid-area: main; min-height: 410px; }
body.maya-theme-maya20 .maya-home-style-mosaic__card--promo { grid-area: promo; min-height: 410px; }
body.maya-theme-maya20 .maya-home-style-mosaic__card--left { grid-area: left; }
body.maya-theme-maya20 .maya-home-style-mosaic__card--right { grid-area: right; }
body.maya-theme-maya20 .maya-home-style-mosaic__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
}
body.maya-theme-maya20 .maya-home-style-mosaic__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,.14), rgba(2,6,23,.62));
  z-index: 1;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-link {
  position: absolute;
  inset: 0;
  text-decoration: none;
  z-index: 3;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-pos {
  position: absolute;
  transform: translate(-50%, -50%);
  width: min(92%, 520px);
  display: grid;
  gap: 6px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-link strong {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  line-height: 1.12;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-link span {
  color: rgba(255,255,255,.94);
  font-size: 15px;
  font-weight: 700;
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 420px);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.32);
  background: linear-gradient(180deg, rgba(59,130,246,.9), rgba(29,78,216,.84));
  color: #fff;
  text-decoration: none;
  z-index: 3;
  padding: 22px;
  text-align: center;
  display: grid;
  gap: 8px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box p {
  margin: 0;
  color: rgba(248,250,252,.95);
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box span {
  display: inline-flex;
  justify-self: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
}
body.maya-theme-maya20 .maya-home-style-mosaic__card:hover .maya-home-style-mosaic__media {
  transform: scale(1.06);
}

body.maya-theme-maya20 .maya-home-video-showcase {
  padding: 16px 0 22px;
}
body.maya-theme-maya20 .maya-home-video-showcase__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-video-showcase__head p {
  margin: 8px 0 0;
  color: #334155;
}
body.maya-theme-maya20 .maya-home-video-showcase__switches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
body.maya-theme-maya20 .maya-home-video-showcase__switch {
  border: 1px solid rgba(15,23,42,.2);
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  min-height: 42px;
}
body.maya-theme-maya20 .maya-home-video-showcase__switch.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}
body.maya-theme-maya20 .maya-home-video-showcase__stage {
  position: relative;
  min-height: clamp(260px, 48vw, 520px);
  border-radius: 18px;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-home-video-showcase__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
body.maya-theme-maya20 .maya-home-video-showcase__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-home-video-showcase__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.maya-theme-maya20 .maya-home-video-showcase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,.16), rgba(2,6,23,.58));
}
body.maya-theme-maya20 .maya-home-video-showcase__copy {
  position: absolute;
  left: 18%;
  top: 72%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(92%, 540px);
  color: #fff;
  display: grid;
  gap: 8px;
}
body.maya-theme-maya20 .maya-home-video-showcase__copy h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-video-showcase__copy p {
  margin: 0;
  color: rgba(241,245,249,.95);
}
body.maya-theme-maya20 .maya-home-video-showcase__thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb {
  border: 1px solid rgba(15,23,42,.16);
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  display: grid;
  gap: 7px;
  color: #0f172a;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb.is-active {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 1px rgba(29,78,216,.14) inset;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb-media {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  background: #e2e8f0 center/cover no-repeat;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb-label {
  font-size: 12px;
  font-weight: 700;
}

body.maya-theme-maya20 .maya-home-image-hotspots {
  padding: 14px 0 20px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-image-hotspots__head p {
  margin: 8px 0 0;
  color: #334155;
}
body.maya-theme-maya20 .maya-home-image-hotspots__scene {
  position: relative;
  margin-top: 10px;
  min-height: var(--maya-hotspots-height, 520px);
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a center/cover no-repeat;
}
body.maya-theme-maya20 .maya-home-image-hotspots__overlay {
  position: absolute;
  inset: 0;
  background: var(--maya-hotspots-overlay, linear-gradient(135deg, rgba(8,10,16,.45), rgba(8,10,16,.2)));
}
body.maya-theme-maya20 .maya-home-image-hotspots__point {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(30,64,175,.84);
  transform: translate(-50%, -50%);
  z-index: 3;
}
body.maya-theme-maya20 .maya-home-image-hotspots__point span { display: none; }
body.maya-theme-maya20 .maya-home-image-hotspots__point::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  animation: mayaPulse 1.9s ease-out infinite;
}
body.maya-theme-maya20 .maya-home-image-hotspots__point.is-active {
  background: rgba(37,99,235,.95);
}
body.maya-theme-maya20 .maya-home-image-hotspots__card {
  position: absolute;
  width: min(86vw, 320px);
  transform: translate(-50%, calc(-100% - 14px));
  background: rgba(15,23,42,.92);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  z-index: 4;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy {
  padding: 10px 12px 12px;
  display: grid;
  gap: 6px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy h3 {
  margin: 0;
  font-size: 15px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy p {
  margin: 0;
  color: rgba(241,245,249,.92);
  font-size: 13px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy .maya-btn {
  justify-self: start;
}

@keyframes mayaPulse {
  0% { transform: scale(.92); opacity: .8; }
  100% { transform: scale(1.4); opacity: 0; }
}

@media (max-width: 980px) {
  body.maya-theme-maya20 .maya-home-style-mosaic__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "promo" "left" "right";
  }
  body.maya-theme-maya20 .maya-home-video-showcase__switches,
  body.maya-theme-maya20 .maya-home-video-showcase__thumbs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  body.maya-theme-maya20 .maya-fashion-hero__content,
  body.maya-theme-maya20 .maya-fashion-hero__content--left,
  body.maya-theme-maya20 .maya-fashion-hero__content--right {
    left: 18px !important;
    right: 18px !important;
    top: auto !important;
    bottom: 62px !important;
    transform: none !important;
    width: auto !important;
    text-align: left;
  }
  body.maya-theme-maya20 .maya-home-parallax-focus__content {
    left: 18px !important;
    right: 18px !important;
    top: auto !important;
    bottom: 22px !important;
    transform: none !important;
    width: auto !important;
    text-align: left;
  }
  body.maya-theme-maya20 .maya-home-video-showcase__copy {
    left: 16px !important;
    top: auto !important;
    bottom: 14px !important;
    transform: none !important;
    width: calc(100% - 32px);
  }
  body.maya-theme-maya20 .maya-home-image-hotspots__scene {
    min-height: 420px;
  }
  body.maya-theme-maya20 .maya-home-image-hotspots__card {
    width: min(92vw, 320px);
  }
}

/* ------------------------------------------------------------------
   Deluxe mega menu parity (Amelia style) for Maya20
   ------------------------------------------------------------------ */
body.maya-theme-maya20 .maya-header .maya-nav__item > .maya-nav__link {
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: .02em;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe {
  min-width: 980px;
  max-width: min(95vw, 1180px);
  padding: 18px;
  border-radius: 16px;
  background:
    radial-gradient(1200px 420px at 10% 50%, rgba(112, 27, 176, .24), transparent 45%),
    radial-gradient(900px 380px at 72% 42%, rgba(0, 96, 212, .16), transparent 50%),
    linear-gradient(180deg, rgba(5, 7, 18, .98), rgba(6, 8, 16, .98)) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.52);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
  display: grid;
  grid-template-columns: minmax(208px, 228px) minmax(440px, 1fr) minmax(244px, 268px);
  gap: 14px;
  align-items: start;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-left h4,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-center h4,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-right h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .03em;
  color: #f8f9ff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-center-panels { position: relative; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-pane { display: none; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-pane.is-active { display: block; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats {
  margin: 0;
  padding: 0 6px 0 0;
  list-style: none;
  display: grid;
  gap: 6px;
  max-height: 330px;
  overflow: auto;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 9px 10px;
  color: #eceefe;
  font-size: 13px;
  line-height: 1.35;
  font-family: var(--maya-font-body), "Manrope", sans-serif;
  background: transparent;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-viewall,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-more {
  margin-top: 12px;
  display: inline-flex;
  text-decoration: none;
  color: #45b4ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products--right { grid-template-columns: 1fr; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 9px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  padding: 9px;
  min-height: 92px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product--compact {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 82px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-thumb {
  width: 100%;
  height: 74px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background: rgba(255,255,255,.08);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb { height: 64px; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-title {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.25;
  font-family: var(--maya-font-body), "Manrope", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-price {
  color: #d4f5ff;
  font-weight: 700;
  font-size: 12px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-qb {
  justify-self: start;
  border: 1px solid rgba(211,0,255,.5);
  background: linear-gradient(135deg, #d300ff, #7a00ff);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  white-space: nowrap;
  text-decoration: none;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-qb:hover { filter: brightness(1.07); }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card {
  display: grid;
  grid-template-rows: 92px auto;
  gap: 6px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  padding: 7px;
  color: #fff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card-thumb {
  border-radius: 8px;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card-name {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 1190px) {
  body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe { min-width: 860px; }
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(198px, 220px) minmax(420px, 1fr) minmax(218px, 236px);
  }
}
