/* ═══════════════════════════════════════════════════════════
   EXCLUSIVE COLLECTION  ·  Beyond Expression
   Pure monochrome — aligned with home page palette.
   BLACK #000  NOIR #141414  GRAPHITE #4A4A4A  STEEL #8A8A8A
   MIST #E0E0E0  SNOW #FAFAFA  WHITE #FFFFFF
═══════════════════════════════════════════════════════════ */

.exclusive-page { font-family: 'Jost', sans-serif; }
.exclusive-page em { font-style: italic; }

/* ── 1 · Hero ───────────────────────────────────────────── */
.ex-hero {
  position: relative; background: #141414;
  padding: 172px 80px 56px; overflow: hidden; text-align: center;
}
.ex-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.ex-hero .orb { position: absolute; border-radius: 50%; filter: blur(80px); will-change: transform; }
.ex-hero .orb-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(0,0,0,.34) 0%, transparent 70%); top: -150px; left: -100px; }
.ex-hero .orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(255,255,255,.22) 0%, transparent 70%); bottom: -60px; right: -50px; }
.ex-hero .orb-3 { width: 240px; height: 240px; background: radial-gradient(circle, rgba(74,74,74,.24) 0%, transparent 70%); top: 30%; right: 28%; }
.ex-hero .hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(ellipse 75% 75% at 50% 45%, #000 0%, transparent 100%);
          mask-image: radial-gradient(ellipse 75% 75% at 50% 45%, #000 0%, transparent 100%);
}
.ex-spark {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: #FFFFFF; box-shadow: 0 0 12px 2px rgba(255,255,255,.7);
  opacity: .6; will-change: transform, opacity;
}
.ex-spark-1 { top: 24%; left: 18%; }
.ex-spark-2 { top: 64%; left: 80%; width: 3px; height: 3px; }
.ex-spark-3 { top: 38%; left: 62%; width: 5px; height: 5px; }

.ex-hero-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 50px;
  background: linear-gradient(to bottom, transparent, var(--cream, #FAFAFA));
}
.ex-hero-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }

.ex-breadcrumb {
  display: flex; justify-content: center; align-items: center; gap: 8px;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.42); margin-bottom: 30px;
}
.ex-breadcrumb a { color: rgba(255,255,255,.62); text-decoration: none; transition: color .2s; }
.ex-breadcrumb a:hover { color: #fff; }
.ex-breadcrumb .sep { color: rgba(255,255,255,.25); }

.ex-hero-chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 20px; border-radius: 100px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.32);
  color: #FFFFFF; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 28px;
}
.ex-hero-chip svg { width: 15px; height: 15px; }

.ex-hero-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 400; color: #fff;
  font-size: clamp(2.7rem, 6.6vw, 5.2rem); line-height: 1.04; letter-spacing: -.01em;
}
.ex-line { display: block; overflow: hidden; padding-bottom: .04em; }
.ex-line-in { display: block; will-change: transform; }
.ex-hero-title em { color: #FFFFFF; }

.ex-hero-desc {
  color: rgba(255,255,255,.56); font-size: 1.02rem; line-height: 1.75;
  max-width: 620px; margin: 22px auto 0;
}
.ex-hero-cta { display: flex; justify-content: center; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.ex-hero-trust {
  display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;
  margin-top: 44px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.09);
}
.ex-trust-i {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .76rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.ex-trust-i svg { width: 17px; height: 17px; color: #FFFFFF; }

.ex-scroll-cue {
  display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  margin-top: 50px; color: rgba(255,255,255,.4);
  font-size: .62rem; letter-spacing: .26em; text-transform: uppercase;
}
.ex-scroll-cue-line {
  width: 1px; height: 46px; overflow: hidden;
  background: rgba(255,255,255,.14); position: relative;
}
.ex-scroll-cue-line::after {
  content: ""; position: absolute; inset: 0; background: #FFFFFF;
  transform: translateY(-100%); animation: exCue 2.1s cubic-bezier(.7,0,.3,1) infinite;
}
@keyframes exCue { 0% { transform: translateY(-100%); } 55%,100% { transform: translateY(100%); } }

/* ── Buttons (magnetic-ready) ──────────────────────────── */
.ex-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Jost', sans-serif; font-size: .76rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 100px; cursor: pointer;
  border: 1px solid transparent; text-decoration: none; white-space: nowrap;
  will-change: transform;
  transition: background .25s, color .25s, border-color .25s, box-shadow .25s;
}
.ex-btn svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.ex-btn--solid { background: #000000; color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.32); }
.ex-btn--solid:hover { background: #4A4A4A; box-shadow: 0 18px 40px rgba(0,0,0,.42); }
.ex-btn--ghost { background: rgba(255,255,255,.04); color: #fff; border-color: rgba(255,255,255,.22); }
.ex-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); }
.ex-btn--lg { padding: 18px 38px; font-size: .8rem; }

/* ── 2 · Marquee ────────────────────────────────────────── */
.ex-marquee {
  background: #141414; border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden; padding: 20px 0;
}
.ex-marquee-track {
  display: flex; align-items: center; gap: 30px; width: max-content;
  will-change: transform;
  animation: exMarquee 34s linear infinite;
}
.ex-marquee:hover .ex-marquee-track { animation-play-state: paused; }
.ex-marquee-track span {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.45rem; color: rgba(255,255,255,.6); white-space: nowrap;
}
.ex-marquee-track i { color: #FFFFFF; font-style: normal; font-size: .8rem; }
@keyframes exMarquee { to { transform: translateX(-50%); } }

/* ── 3 · Maison Reel (pinned horizontal on desktop) ─────── */
.ex-reel { position: relative; background: #141414; overflow: hidden; }
.ex-reel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 56px 80px 26px; position: relative; z-index: 2;
}
.ex-reel-hint {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.ex-reel-hint svg { width: 16px; height: 16px; stroke: #FFFFFF; fill: none; stroke-width: 2; }

.ex-reel-track {
  display: flex; gap: 30px; padding: 0 80px 64px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  -ms-overflow-style: none; scrollbar-width: none;
}
.ex-reel-track::-webkit-scrollbar { display: none; }
.ex-reel.is-pinned { height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.ex-reel.is-pinned .ex-reel-track {
  overflow: visible; flex: none; padding-bottom: 0;
  will-change: transform;
}

.ex-reel-panel {
  flex: 0 0 clamp(320px, 78vw, 880px);
  scroll-snap-align: center;
  display: grid; grid-template-columns: 1.05fr 1fr;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px; overflow: hidden;
}
.ex-reel-media { position: relative; min-height: 420px; overflow: hidden; }
.ex-reel-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; will-change: transform;
}
.ex-reel-no {
  position: absolute; left: 24px; bottom: 18px;
  font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: #fff;
  opacity: .9; text-shadow: 0 2px 16px rgba(0,0,0,.5);
}
.ex-reel-body { padding: 48px 46px; display: flex; flex-direction: column; justify-content: center; }
.ex-reel-tag {
  align-self: flex-start; font-size: .62rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: #FFFFFF;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  padding: 7px 14px; border-radius: 100px; margin-bottom: 18px;
}
.ex-reel-name {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 500; color: #fff; line-height: 1.12;
}
.ex-reel-sub {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin: 12px 0 16px;
}
.ex-reel-desc { color: rgba(255,255,255,.6); font-size: .95rem; line-height: 1.7; }
.ex-reel-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08);
}
.ex-reel-price {
  font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: #FFFFFF;
}
.ex-reel-progress {
  position: relative; height: 2px; margin: 0 80px 40px;
  background: rgba(255,255,255,.08); border-radius: 2px;
}
.ex-reel-progress span {
  position: absolute; inset: 0 auto 0 0; width: 12%;
  background: linear-gradient(90deg, #000000, #FFFFFF); border-radius: 2px;
}

/* ── 4 · The Vault ──────────────────────────────────────── */
.ex-vault { background: var(--cream, #FAFAFA); padding: 96px 80px; }
.ex-vault-inner { max-width: 1280px; margin: 0 auto; }

.ex-sec-head { text-align: center; max-width: 640px; margin: 0 auto 16px; }
.ex-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .24em;
  text-transform: uppercase; color: #000000; margin-bottom: 14px;
}
.ex-eyebrow--light { color: #FFFFFF; }
.ex-sec-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 400; color: #000000;
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12;
}
.ex-sec-title em { color: #000000; }
.ex-sec-sub { color: #4A4A4A; font-size: 1rem; line-height: 1.7; margin-top: 14px; }

.ex-filter {
  position: relative; display: flex; justify-content: center; flex-wrap: wrap;
  gap: 10px; margin: 40px 0 46px;
}
.ex-filter-pill {
  position: relative; padding: 11px 22px; border-radius: 100px;
  font-family: 'Jost', sans-serif; font-size: .76rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: #4A4A4A; background: #fff; border: 1px solid var(--border, #E0E0E0);
  cursor: pointer; transition: color .25s, border-color .25s, background .25s;
}
.ex-filter-pill:hover { border-color: #4A4A4A; color: #000000; }
.ex-filter-pill.is-active {
  background: #000000; color: #fff; border-color: #000000;
  box-shadow: 0 10px 24px rgba(0,0,0,.26);
}

/* Grid */
.ex-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ex-card {
  background: #fff; border: 1px solid var(--border, #E0E0E0);
  border-radius: 22px; overflow: hidden; display: flex; flex-direction: column;
  will-change: transform;
  transition: border-color .3s, box-shadow .3s;
}
.ex-card:hover { border-color: #4A4A4A; box-shadow: 0 28px 60px rgba(0,0,0,.13); }
.ex-card-media {
  position: relative; aspect-ratio: 4 / 3.4; overflow: hidden; background: #FFFFFF;
  transform-style: preserve-3d;
}
.ex-card-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: opacity .5s, transform .9s cubic-bezier(.22,.61,.36,1);
}
.ex-card:hover .ex-card-media img { transform: scale(1.07); }
.ex-card-media-2 { opacity: 0; }
.ex-card:hover .ex-card-media-2 { opacity: 1; }
.ex-card-sheen {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.34) 48%, transparent 66%);
  transform: translateX(-60%); transition: opacity .3s;
}
.ex-card:hover .ex-card-sheen { opacity: 1; animation: exSheen 1.1s cubic-bezier(.22,.61,.36,1); }
@keyframes exSheen { from { transform: translateX(-60%); } to { transform: translateX(60%); } }

.ex-card-tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 100px; color: #fff;
  background: rgba(0,0,0,.7); backdrop-filter: blur(6px);
}
.ex-card-tag--pairing { background: #000000; }
.ex-card-tag--high { background: rgba(0,0,0,.78); }
.ex-card-tag--statement { background: rgba(74,74,74,.85); }

.ex-card-wish {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.92); border: none; cursor: pointer; color: #4A4A4A;
  transition: background .2s, color .2s, transform .2s;
}
.ex-card-wish:hover { transform: scale(1.08); color: #000000; }
.ex-card-wish svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ex-card-wish.is-saved { background: #000000; color: #fff; }
.ex-card-wish.is-saved svg { fill: currentColor; }

.ex-card-edition {
  position: absolute; bottom: 14px; left: 16px; z-index: 2;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.9); text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

.ex-card-body { padding: 24px 24px 22px; display: flex; flex-direction: column; flex: 1; }
.ex-card-sub {
  font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: #8A8A8A; margin-bottom: 8px;
}
.ex-card-name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500;
  color: #000000; line-height: 1.15;
}
.ex-card-desc { color: #4A4A4A; font-size: .9rem; line-height: 1.62; margin-top: 10px; flex: 1; }
.ex-card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 20px; padding-top: 18px; border-top: 1px solid #E0E0E0;
}
.ex-card-price small {
  display: block; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase;
  color: #8A8A8A; margin-bottom: 4px;
}
.ex-card-price strong {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500;
  color: #000000; font-variant-numeric: tabular-nums;
}
.ex-card-add {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 12px 18px; border-radius: 100px; cursor: pointer;
  background: #000000; color: #fff; border: 1px solid #000000; will-change: transform;
  transition: background .22s, border-color .22s;
}
.ex-card-add:hover { background: #000000; border-color: #000000; }
.ex-card-add.is-done { background: #4A4A4A; border-color: #4A4A4A; }
.ex-card-add svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

.ex-empty { text-align: center; padding: 60px 20px; }
.ex-empty p { color: #4A4A4A; font-size: 1rem; margin-bottom: 18px; }

/* ── 5 · The Pairing ────────────────────────────────────── */
.ex-pair { position: relative; background: #141414; padding: 130px 80px; overflow: hidden; }
.ex-pair-bg { position: absolute; inset: 0; }
.ex-pair-orb { position: absolute; border-radius: 50%; filter: blur(90px); }
.ex-pair-orb-1 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(0,0,0,.3) 0%, transparent 70%); top: -120px; right: -80px; }
.ex-pair-orb-2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(255,255,255,.16) 0%, transparent 70%); bottom: -80px; left: -40px; }
.ex-pair-inner {
  position: relative; z-index: 2; max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.ex-pair-media { position: relative; aspect-ratio: 1 / 1; }
.ex-pair-media img {
  position: absolute; width: 62%; aspect-ratio: 1; object-fit: cover;
  border-radius: 20px; box-shadow: 0 30px 70px rgba(0,0,0,.5); will-change: transform;
  transition: transform .55s cubic-bezier(.22,.61,.36,1), box-shadow .55s ease;
}
.ex-pair-media img:first-child { top: 0; left: 0; z-index: 2; border: 1px solid rgba(255,255,255,.1); }
.ex-pair-media-b { bottom: 0; right: 0; width: 62% !important; opacity: 1; z-index: 1; border: 1px solid rgba(255,255,255,.1); }
.ex-pair-ring {
  position: absolute; top: 50%; left: 50%; width: 130%; aspect-ratio: 1;
  transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%; pointer-events: none;
}
.ex-pair-text h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400; color: #fff;
  font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.14; margin: 14px 0 18px;
}
.ex-pair-text h2 em { color: #FFFFFF; }
.ex-pair-text > p { color: rgba(255,255,255,.56); font-size: 1rem; line-height: 1.75; }
.ex-pair-points { list-style: none; margin: 26px 0 32px; display: flex; flex-direction: column; gap: 14px; }
.ex-pair-points li {
  display: flex; align-items: center; gap: 13px;
  color: rgba(255,255,255,.78); font-size: .94rem;
}
.ex-pair-points li span {
  width: 7px; height: 7px; border-radius: 50%; background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255,255,255,.18); flex-shrink: 0;
}

/* ── 6 · Concierge ──────────────────────────────────────── */
.ex-concierge { background: var(--cream, #FAFAFA); padding: 110px 40px 130px; }
.ex-concierge-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.ex-concierge-inner h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400; color: #000000;
  font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.12; margin: 14px 0 18px;
}
.ex-concierge-inner h2 em { color: #000000; }
.ex-concierge-sub { color: #4A4A4A; font-size: 1.02rem; line-height: 1.75; max-width: 560px; margin: 0 auto; }
.ex-concierge-row { display: flex; justify-content: center; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.ex-concierge .ex-btn--ghost { background: #fff; color: #000000; border-color: var(--border, #E0E0E0); }
.ex-concierge .ex-btn--ghost:hover { border-color: #000000; background: #FFFFFF; }

/* ── Toast ──────────────────────────────────────────────── */
.ex-toast {
  position: fixed; bottom: 28px; left: 50%; z-index: 1400;
  transform: translate(-50%, 130%);
  display: flex; align-items: center; gap: 10px;
  background: #141414; color: #fff; padding: 14px 26px; border-radius: 100px;
  font-size: .9rem; box-shadow: 0 18px 44px rgba(0,0,0,.34);
  transition: transform .42s cubic-bezier(.22,.61,.36,1);
}
.ex-toast.show { transform: translate(-50%, 0); }
.ex-toast svg { width: 18px; height: 18px; fill: none; stroke: #FFFFFF; stroke-width: 2.6; }

/* ── Reveal (JS-driven; CSS fallback) ───────────────────── */
.exclusive-page .reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.exclusive-page .reveal.visible { opacity: 1; transform: none; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .ex-hero { padding: 152px 44px 48px; }
  .ex-reel-head { padding: 48px 44px 22px; }
  .ex-reel-track { padding: 0 44px 56px; }
  .ex-reel-progress { margin: 0 44px 36px; }
  .ex-vault { padding: 80px 44px; }
  .ex-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .ex-pair { padding: 96px 44px; }
  .ex-pair-inner { gap: 40px; }
}

@media (max-width: 760px) {
  .ex-hero { padding: 130px 22px 40px; }
  .ex-reel-head { padding: 40px 22px 18px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .ex-reel-track { padding: 0 22px 44px; gap: 18px; }
  .ex-reel-progress { margin: 0 22px 30px; }
  .ex-reel-panel { grid-template-columns: 1fr; flex-basis: 86vw; }
  .ex-reel-media { min-height: 240px; }
  .ex-reel-body { padding: 30px 26px; }
  .ex-vault { padding: 64px 20px; }
  .ex-grid { grid-template-columns: 1fr; gap: 20px; }
  .ex-pair { padding: 72px 22px; }
  .ex-pair-inner { grid-template-columns: 1fr; gap: 36px; }
  .ex-pair-media { aspect-ratio: 4 / 3; max-width: 460px; margin: 0 auto; width: 100%; }
  .ex-concierge { padding: 76px 20px 96px; }
  .ex-hero-trust { gap: 18px; }
  .ex-marquee-track span { font-size: 1.2rem; }
  .ex-card-foot { flex-direction: column; align-items: stretch; gap: 14px; }
  .ex-card-add { justify-content: center; }
}

@media (max-width: 420px) {
  .ex-hero-title { font-size: 2.5rem; }
  .ex-btn, .ex-hero-cta .ex-btn, .ex-concierge-row .ex-btn { width: 100%; }
}

/* Reduced motion — strip transforms/animations */
@media (prefers-reduced-motion: reduce) {
  .exclusive-page .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ex-marquee-track,
  .ex-scroll-cue-line::after { animation: none !important; }
  .ex-card-media img, .ex-card-sheen, .ex-toast, .ex-btn { transition: none !important; }
  .ex-card:hover .ex-card-sheen { animation: none !important; }
}
