/* Homepage showcase v8 */
body.mc-homepage .mc-home-showcase {
  position: relative;
  padding-top: clamp(18px, 3vw, 32px);
}

body.mc-homepage .mc-home-showcase-anchor {
  position: relative;
  display: block;
  top: calc(var(--header-height, 88px) * -1);
  visibility: hidden;
  height: 0;
}

body.mc-homepage .mc-home-showcase-head {
  margin-bottom: clamp(14px, 2vw, 22px);
}

body.mc-homepage .mc-home-showcase-shell {
  position: relative;
  overflow: clip;
  padding: clamp(16px, 2.2vw, 26px);
  border-radius: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top center, rgba(var(--accent-rgb), 0.20) 0%, rgba(var(--accent-rgb), 0.06) 24%, transparent 56%),
    linear-gradient(180deg, rgba(10, 10, 13, 0.98), rgba(3, 3, 5, 0.98));
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.46);
}

body.mc-homepage .mc-home-showcase-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(220px, 42%);
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), 0.92), rgba(var(--accent-rgb), 0));
}

body.mc-homepage .mc-home-cinematic-topbar,
body.mc-homepage .mc-home-cinematic-footer {
  position: relative;
  z-index: 24;
}

body.mc-homepage .mc-home-cinematic-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 18px);
  margin-bottom: 8px;
}

body.mc-homepage .mc-home-cinematic-nav {
  position: relative;
  z-index: 26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-out),
    opacity var(--duration-fast) var(--ease-out);
}

body.mc-homepage .mc-home-cinematic-nav:hover,
body.mc-homepage .mc-home-cinematic-nav:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.46);
  background: rgba(var(--accent-rgb), 0.12);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

body.mc-homepage .mc-home-cinematic-nav:disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
  transform: none;
}

body.mc-homepage .mc-home-cinematic-nav span {
  font-size: 1.6rem;
  line-height: 1;
}

body.mc-homepage .mc-home-cinematic-tabs {
  position: relative;
  z-index: 25;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

body.mc-homepage .mc-home-cinematic-tab {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  min-height: 48px;
  padding: 0 16px;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-out),
    color var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-out);
}

body.mc-homepage .mc-home-cinematic-tab:hover,
body.mc-homepage .mc-home-cinematic-tab:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.35);
  background: rgba(var(--accent-rgb), 0.12);
  color: #ffffff;
}

body.mc-homepage .mc-home-cinematic-tab.is-active,
body.mc-homepage .mc-home-cinematic-tab[aria-selected="true"] {
  border-color: rgba(255, 255, 255, 0.58);
  background: linear-gradient(180deg, rgba(247, 240, 221, 0.98), rgba(228, 218, 193, 0.98));
  color: #101010;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

body.mc-homepage .mc-home-cinematic-hint {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

body.mc-homepage .mc-home-cinematic-panels {
  position: relative;
  z-index: 10;
}

body.mc-homepage .mc-home-cinematic-panel {
  display: none;
}

body.mc-homepage .mc-home-cinematic-panel.is-active {
  display: block;
}

body.mc-homepage .mc-home-cinematic-panel-copy {
  max-width: 720px;
  margin: 0 auto clamp(12px, 2vw, 18px);
  text-align: center;
}

body.mc-homepage .mc-home-cinematic-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.24);
  background: rgba(var(--accent-rgb), 0.10);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.mc-homepage .mc-home-cinematic-panel-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

body.mc-homepage .mc-home-cinematic-stage {
  --mc-showcase-drag-x: 0px;
  position: relative;
  width: min(1080px, 100%);
  margin: 0 auto;
  min-height: clamp(500px, 58vw, 700px);
  height: var(--mc-stage-height, clamp(500px, 58vw, 700px));
  perspective: 1800px;
  transform-style: preserve-3d;
  outline: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

body.mc-homepage .mc-home-cinematic-stage.is-dragging {
  cursor: grabbing;
}

body.mc-homepage .mc-home-cinematic-stage.is-dragging .mc-home-cinematic-card {
  transition: none !important;
}

body.mc-homepage .mc-home-cinematic-stage::before,
body.mc-homepage .mc-home-cinematic-stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(72px, 11vw, 140px);
  z-index: 8;
  pointer-events: none;
}

body.mc-homepage .mc-home-cinematic-stage::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 3, 5, 1), rgba(3, 3, 5, 0));
}

body.mc-homepage .mc-home-cinematic-stage::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 3, 5, 1), rgba(3, 3, 5, 0));
}

body.mc-homepage .mc-home-cinematic-card {
  --mc-card-width: min(100%, clamp(320px, 40vw, 500px));
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--mc-card-width);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease,
    box-shadow 420ms ease;
}

body.mc-homepage .mc-home-cinematic-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.mc-homepage .mc-home-cinematic-card-frame {
  position: relative;
  isolation: isolate;
  display: grid;
  height: 100%;
  grid-template-rows: minmax(210px, 42%) auto;
  border-radius: clamp(28px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(180deg, rgba(16, 16, 20, 0.98), rgba(8, 8, 10, 0.98)),
    rgba(8, 8, 10, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

body.mc-homepage .mc-home-cinematic-card-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: var(--mc-card-fade-strength, 0.22);
  background:
    radial-gradient(140% 90% at 50% 0%, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, rgba(4, 4, 6, 0.04) 0%, rgba(4, 4, 6, 0.0) 34%, rgba(4, 4, 6, 0.18) 58%, rgba(4, 4, 6, 0.42) 100%);
  transition: opacity 420ms ease;
}

body.mc-homepage .mc-home-cinematic-media,
body.mc-homepage .mc-home-cinematic-body {
  position: relative;
  z-index: 1;
}

body.mc-homepage .mc-home-cinematic-media {
  min-height: 0;
  background: rgba(255, 255, 255, 0.02);
}

body.mc-homepage .mc-home-cinematic-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 6, 8, 0.02) 0%, rgba(6, 6, 8, 0.0) 46%, rgba(6, 6, 8, 0.60) 100%);
}

body.mc-homepage .mc-home-cinematic-media img,
body.mc-homepage .mc-home-cinematic-media picture,
body.mc-homepage .mc-home-cinematic-media video {
  display: block;
  width: 100%;
  height: 100%;
}

body.mc-homepage .mc-home-cinematic-media img {
  object-fit: cover;
}

body.mc-homepage .mc-home-cinematic-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(16px, 1.8vw, 22px);
}

body.mc-homepage .mc-home-cinematic-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body.mc-homepage .mc-home-cinematic-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.14);
  border: 1px solid rgba(var(--accent-rgb), 0.28);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.mc-homepage .mc-home-cinematic-date {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

body.mc-homepage .mc-home-cinematic-body h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.34rem, 2.4vw, 1.92rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.mc-homepage .mc-home-cinematic-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 0.96vw, 0.98rem);
  line-height: 1.5;
}

body.mc-homepage .mc-home-cinematic-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

body.mc-homepage .mc-home-cinematic-stats li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
}

body.mc-homepage .mc-home-cinematic-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #ffffff;
  font-weight: 700;
}

body.mc-homepage .mc-home-cinematic-card.is-active,
body.mc-homepage .mc-home-cinematic-card.is-prev,
body.mc-homepage .mc-home-cinematic-card.is-next {
  visibility: visible;
}

body.mc-homepage .mc-home-cinematic-card.is-active {
  --mc-card-fade-strength: 0.16;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(calc(-50% + var(--mc-showcase-drag-x)), 0, 0) scale(1) rotateY(0deg);
}

body.mc-homepage .mc-home-cinematic-card.is-prev,
body.mc-homepage .mc-home-cinematic-card.is-next {
  --mc-card-fade-strength: 0.40;
  z-index: 4;
  opacity: 0.76;
  pointer-events: auto;
  width: min(268px, 28vw);
  height: calc(100% - 78px);
  filter: saturate(0.76) brightness(0.82);
}

body.mc-homepage .mc-home-cinematic-card.is-prev {
  transform: translate3d(calc(-50% - min(31vw, 330px) + (var(--mc-showcase-drag-x) * 0.24)), 30px, -180px) scale(0.72) rotateY(28deg) rotateZ(1.2deg);
}

body.mc-homepage .mc-home-cinematic-card.is-next {
  transform: translate3d(calc(-50% + min(31vw, 330px) + (var(--mc-showcase-drag-x) * 0.24)), 30px, -180px) scale(0.72) rotateY(-28deg) rotateZ(-1.2deg);
}

body.mc-homepage .mc-home-cinematic-card.is-hidden {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(calc(-50% + (var(--mc-showcase-drag-x) * 0.12)), 54px, -280px) scale(0.58);
}

body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-body,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-body {
  gap: 8px;
  padding: 14px;
}

body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-body h3,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-body h3 {
  font-size: 0.96rem;
  line-height: 1.16;
}

body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-body p,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-body p,
body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-stats,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-stats,
body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-cta,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-cta {
  display: none;
}

body.mc-homepage .mc-home-cinematic-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(12px, 1.8vw, 18px);
}

body.mc-homepage .mc-home-cinematic-dots {
  position: relative;
  z-index: 26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.mc-homepage .mc-home-cinematic-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition:
    width var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-out),
    opacity var(--duration-fast) var(--ease-out),
    transform var(--duration-fast) var(--ease-out);
}

body.mc-homepage .mc-home-cinematic-dot:hover,
body.mc-homepage .mc-home-cinematic-dot:focus-visible {
  background: rgba(255, 255, 255, 0.54);
  transform: scale(1.05);
}

body.mc-homepage .mc-home-cinematic-dot.is-active {
  width: 28px;
  background: rgba(var(--accent-rgb), 0.96);
}

body.mc-homepage .mc-home-cinematic-archive .btn {
  position: relative;
  z-index: 26;
}

@media (max-width: 1100px) {
  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(520px, 70vw, 700px);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(230px, 27vw);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev {
    transform: translate3d(calc(-50% - min(28vw, 270px) + (var(--mc-showcase-drag-x) * 0.22)), 34px, -150px) scale(0.68) rotateY(24deg) rotateZ(1deg);
  }

  body.mc-homepage .mc-home-cinematic-card.is-next {
    transform: translate3d(calc(-50% + min(28vw, 270px) + (var(--mc-showcase-drag-x) * 0.22)), 34px, -150px) scale(0.68) rotateY(-24deg) rotateZ(-1deg);
  }
}

@media (max-width: 980px) {
  body.mc-homepage .mc-home-cinematic-topbar {
    flex-wrap: wrap;
  }

  body.mc-homepage .mc-home-cinematic-tabs {
    order: 3;
    width: 100%;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(560px, 86vw, 760px);
  }

  body.mc-homepage .mc-home-cinematic-stage::before,
  body.mc-homepage .mc-home-cinematic-stage::after {
    width: 56px;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(210px, 30vw);
    height: calc(100% - 92px);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev {
    transform: translate3d(calc(-50% - min(28vw, 230px) + (var(--mc-showcase-drag-x) * 0.2)), 52px, -150px) scale(0.64) rotateY(24deg) rotateZ(1deg);
  }

  body.mc-homepage .mc-home-cinematic-card.is-next {
    transform: translate3d(calc(-50% + min(28vw, 230px) + (var(--mc-showcase-drag-x) * 0.2)), 52px, -150px) scale(0.64) rotateY(-24deg) rotateZ(-1deg);
  }
}

@media (max-width: 760px) {
  body.mc-homepage .mc-home-showcase-shell {
    padding: 20px 16px 22px;
    border-radius: 26px;
  }

  body.mc-homepage .mc-home-cinematic-tab {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  body.mc-homepage .mc-home-cinematic-nav {
    width: 46px;
    height: 46px;
  }

  body.mc-homepage .mc-home-cinematic-hint {
    font-size: 0.86rem;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    height: auto;
    min-height: 0;
    perspective: none;
    cursor: default;
  }

  body.mc-homepage .mc-home-cinematic-stage::before,
  body.mc-homepage .mc-home-cinematic-stage::after {
    display: none;
  }

  body.mc-homepage .mc-home-cinematic-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: none;
    transform: none !important;
  }

  body.mc-homepage .mc-home-cinematic-card.is-active {
    display: block;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next,
  body.mc-homepage .mc-home-cinematic-card.is-hidden {
    display: none;
  }

  body.mc-homepage .mc-home-cinematic-card-frame {
    grid-template-rows: auto 1fr;
  }

  body.mc-homepage .mc-home-cinematic-media {
    aspect-ratio: 16 / 10;
  }

  body.mc-homepage .mc-home-cinematic-body {
    padding: 18px 18px 20px;
    gap: 10px;
  }

  body.mc-homepage .mc-home-cinematic-body h3 {
    font-size: 1.18rem;
    line-height: 1.14;
  }

  body.mc-homepage .mc-home-cinematic-body p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}


@media (max-height: 940px) and (min-width: 761px) {
  body.mc-homepage .mc-home-showcase-head h2 {
    font-size: clamp(1.9rem, 3vw, 2.4rem);
  }

  body.mc-homepage .mc-home-showcase-head .section-desc {
    font-size: 0.98rem;
  }

  body.mc-homepage .mc-home-cinematic-hint {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy {
    margin-bottom: 12px;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy p {
    font-size: 0.96rem;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(450px, 48vw, 600px);
  }

  body.mc-homepage .mc-home-cinematic-card {
    --mc-card-width: min(100%, clamp(310px, 37vw, 460px));
  }

  body.mc-homepage .mc-home-cinematic-card-frame {
    grid-template-rows: minmax(185px, 40%) auto;
  }

  body.mc-homepage .mc-home-cinematic-body {
    gap: 8px;
    padding: 14px 16px 16px;
  }

  body.mc-homepage .mc-home-cinematic-body h3 {
    font-size: clamp(1.08rem, 1.6vw, 1.48rem);
  }

  body.mc-homepage .mc-home-cinematic-body p {
    font-size: 0.91rem;
    line-height: 1.45;
  }

  body.mc-homepage .mc-home-cinematic-stats li {
    min-height: 32px;
    font-size: 0.8rem;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(220px, 24vw);
    height: calc(100% - 64px);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev {
    transform: translate3d(calc(-50% - min(25vw, 240px) + (var(--mc-showcase-drag-x) * 0.2)), 24px, -130px) scale(0.66) rotateY(22deg);
  }

  body.mc-homepage .mc-home-cinematic-card.is-next {
    transform: translate3d(calc(-50% + min(25vw, 240px) + (var(--mc-showcase-drag-x) * 0.2)), 24px, -130px) scale(0.66) rotateY(-22deg);
  }
}

@media (max-height: 780px) and (min-width: 761px) {
  body.mc-homepage .mc-home-cinematic-hint {
    display: none;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy {
    margin-bottom: 8px;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy p {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(410px, 44vw, 540px);
  }

  body.mc-homepage .mc-home-cinematic-card {
    --mc-card-width: min(100%, clamp(290px, 34vw, 430px));
  }

  body.mc-homepage .mc-home-cinematic-card-frame {
    grid-template-rows: minmax(165px, 38%) auto;
  }

  body.mc-homepage .mc-home-cinematic-body {
    gap: 7px;
    padding: 12px 14px 14px;
  }

  body.mc-homepage .mc-home-cinematic-body h3 {
    font-size: clamp(1rem, 1.4vw, 1.32rem);
  }

  body.mc-homepage .mc-home-cinematic-body p {
    font-size: 0.88rem;
    line-height: 1.38;
  }

  body.mc-homepage .mc-home-cinematic-stats {
    gap: 6px;
  }

  body.mc-homepage .mc-home-cinematic-stats li {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.77rem;
  }

  body.mc-homepage .mc-home-cinematic-footer {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mc-homepage .mc-home-cinematic-nav,
  body.mc-homepage .mc-home-cinematic-tab,
  body.mc-homepage .mc-home-cinematic-card,
  body.mc-homepage .mc-home-cinematic-dot {
    transition: none !important;
  }
}


/* Light theme support */
html[data-theme="light"] body.mc-homepage .mc-home-showcase-shell {
  border-color: rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(circle at top center, rgba(var(--accent-rgb), 0.16) 0%, rgba(var(--accent-rgb), 0.05) 24%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 242, 0.98));
  box-shadow:
    0 28px 72px rgba(14, 18, 28, 0.10),
    0 10px 28px rgba(14, 18, 28, 0.05);
}

html[data-theme="light"] body.mc-homepage .mc-home-showcase-shell::before {
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), 0.72), rgba(var(--accent-rgb), 0));
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-nav {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-primary);
  box-shadow: 0 8px 18px rgba(12, 16, 24, 0.06);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-nav:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-nav:focus-visible {
  border-color: rgba(var(--accent-rgb), 0.34);
  background: rgba(var(--accent-rgb), 0.12);
  box-shadow: 0 16px 28px rgba(var(--accent-rgb), 0.12);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-secondary);
  box-shadow: 0 8px 18px rgba(12, 16, 24, 0.04);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab:focus-visible {
  border-color: rgba(var(--accent-rgb), 0.22);
  background: rgba(var(--accent-rgb), 0.10);
  color: var(--text-primary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab.is-active {
  border-color: rgba(var(--accent-rgb), 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 242, 0.96));
  color: var(--text-primary);
  box-shadow:
    0 14px 26px rgba(var(--accent-rgb), 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-hint,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-panel-copy p {
  color: rgba(26, 26, 26, 0.68);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-kicker {
  color: rgba(26, 26, 26, 0.82);
  background: rgba(var(--accent-rgb), 0.10);
  border-color: rgba(var(--accent-rgb), 0.24);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-stage::before {
  background: linear-gradient(90deg, rgba(253, 252, 250, 1), rgba(253, 252, 250, 0));
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-stage::after {
  background: linear-gradient(270deg, rgba(253, 252, 250, 1), rgba(253, 252, 250, 0));
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card-frame {
  border-color: rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 246, 240, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow:
    0 24px 60px rgba(14, 18, 28, 0.12),
    0 8px 22px rgba(14, 18, 28, 0.06);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card-frame::before {
  background:
    radial-gradient(140% 90% at 50% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 44%, rgba(232, 224, 204, 0.18) 64%, rgba(226, 219, 201, 0.34) 100%);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-media {
  background: rgba(0, 0, 0, 0.02);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-media::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 48%, rgba(230, 223, 206, 0.46) 100%);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-chip {
  color: var(--text-primary);
  background: rgba(var(--accent-rgb), 0.16);
  border-color: rgba(var(--accent-rgb), 0.24);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-date {
  color: rgba(26, 26, 26, 0.56);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-body h3,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-cta {
  color: var(--text-primary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-body p {
  color: var(--text-secondary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-stats li {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.07);
  color: var(--text-secondary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card.is-prev,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card.is-next {
  opacity: 0.72;
  filter: saturate(0.88) brightness(0.95);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot {
  background: rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot:focus-visible {
  background: rgba(0, 0, 0, 0.34);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot.is-active {
  background: rgba(var(--accent-rgb), 0.96);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-archive .btn.btn-outline {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-primary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-archive .btn.btn-outline:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-archive .btn.btn-outline:focus-visible {
  border-color: rgba(var(--accent-rgb), 0.24);
  background: rgba(var(--accent-rgb), 0.12);
}

@media (max-width: 760px) {
  html[data-theme="light"] body.mc-homepage .mc-home-showcase-shell {
    box-shadow:
      0 18px 38px rgba(14, 18, 28, 0.08),
      0 6px 18px rgba(14, 18, 28, 0.04);
  }

  html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card-frame {
    box-shadow:
      0 18px 36px rgba(14, 18, 28, 0.10),
      0 6px 18px rgba(14, 18, 28, 0.05);
  }
}


/* v7 polish: centered leadership tag + interview hover previews */
body.mc-homepage .leadership-card > .card-tag {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media {
  overflow: hidden;
}

body.mc-homepage .mc-home-cinematic-media > picture,
body.mc-homepage .mc-home-cinematic-media > img,
body.mc-homepage .mc-home-cinematic-media > video {
  position: relative;
  z-index: 0;
}

body.mc-homepage .mc-home-cinematic-preview-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.mc-homepage .mc-home-cinematic-preview-layer iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-preview-layer {
  opacity: 1;
}

body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > img,
body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > picture,
body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > picture img,
body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > video {
  opacity: 0.18;
  transform: scale(1.03);
}

body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > img,
body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > picture,
body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > picture img,
body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > video {
  transition: opacity 220ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}
