@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* --- CUSTOM PROPERTIES --- */
:root {
  --bg-primary: #050816;
  --bg-secondary: #0E1024;
  --surface-primary: #1B1C3D;
  --card-bg: #111111;
  --gold-accent: #D6A85F;
  --gold-glow: rgba(214, 168, 95, 0.12);
  --gold-glow-strong: rgba(214, 168, 95, 0.35);
  --text-primary: #FFFFFF;
  --text-white: #FFFFFF;
  --text-gray: #C8CCD8;
  --text-secondary: rgba(255, 255, 255, 0.72);
  --text-muted: rgba(255, 255, 255, 0.45);
  --border-color: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(214, 168, 95, 0.2);
  --max-width: 1320px;

  --accent-purple: #7C5CFF;
  --accent-purple-glow: rgba(124, 92, 255, 0.4);
  --accent-orange: #FF7B3A;
  --accent-orange-glow: rgba(255, 123, 58, 0.4);
  --glass-border: rgba(255, 255, 255, 0.08);

  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-editorial: 'Space Grotesk', sans-serif;

  --section-spacing: 80px;
  --card-spacing: 32px;
  --border-radius: 24px;

  --transition-smooth: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.15s ease;
}

/* --- RESET & BASE STYLES --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  touch-action: pan-y;
}

/* Prevent accidental selection on visual assets only */
img,
video,
canvas,
svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

::selection {
  background: transparent;
  color: inherit;
}

::-moz-selection {
  background: transparent;
  color: inherit;
}

/* Allow text input and form fields to be selectable and editable */
input,
textarea,
select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  pointer-events: auto !important;
}

input::selection,
textarea::selection {
  background: rgba(214, 168, 95, 0.4);
  color: #ffffff;
}

/* Ensure all interactive buttons and links remain clickable without locking scroll */
a,
button,
input,
textarea,
select,
label,
summary,
[role="button"],
.btn,
.play-trailer-btn,
.mobile-nav-toggle,
.close-mobile-nav,
.video-modal-close,
.form-modal-close,
.form-modal-external-link,
.produced-watch-btn,
.card-nav-btn,
.prev-btn,
.next-btn,
.shows-carousel-arrow,
.open-partner-modal {
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

/* Card & Content Containers */
.produced-card,
.show-card,
.hero-featured-card,
.studio-card,
.logo-tile,
.stat-card,
.strip-item,
.tilt-card,
.glass-panel,
.partner-details-viewer,
.timeline-card {
  cursor: default;
}

a *,
button *,
.btn *,
.play-trailer-btn *,
.open-partner-modal * {
  cursor: pointer;
}

/* Non-clickable, non-draggable images and videos without blocking clicks on parent containers */
img,
video {
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

body {
  overflow-x: hidden;
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(214, 168, 95, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 10% 30%, rgba(214, 168, 95, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 90% 70%, rgba(214, 168, 95, 0.03) 0%, transparent 45%),
    var(--bg-primary);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--bg-primary);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gold-accent);
}

/* --- TYPOGRAPHY & LAYOUTS --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

p {
  font-family: var(--font-body);
  line-height: 1.65;
  letter-spacing: -0.005em;
}

/* --- GRADIENT HEADINGS (EXACT ORANGE/WHITE DESIGN) --- */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-main-title,
.hero-main-title .reveal-word,
.reveal-title,
.reveal-title .reveal-word,
.sec-title,
.strip-header h2,
.cta-title,
.brand-title,
.brand-title span,
.brands-section-label,
.side-block-title,
.featured-card-title,
.show-card-title,
.show-title-text,
.produced-title,
.gallery-title,
.dynamic-card-title,
.form-modal-title,
.wheel-card-title,
.card-content h3,
.effect-card-content h5,
.timeline-content h4,
.strip-item h4,
.card-details h4,
.sec4-feat-text h5,
.feat-list-item h5,
.footer-col h4,
.mini-card-info h3,
.details-title,
.show-title,
.viewer-content h4,
.partner-node-item .node-title,
#shows .sec-title,
#why-branded .sec-title .scroll-word2,
#about .sec-title .reveal-inner-about,
.typing-text {
  font-family: var(--font-heading);
  background: linear-gradient(135deg, #FFFFFF 30%, #FF9E66 70%, var(--accent-orange) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  filter: drop-shadow(0 2px 12px rgba(255, 123, 58, 0.2));
  opacity: 1 !important;
  visibility: visible !important;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
.dynamic-card-title img,
.dyn-title-logo {
  -webkit-text-fill-color: initial !important;
  background: none !important;
  filter: none !important;
}

.brand-title,
.sec-title,
.cta-title,
.strip-header h2 {
  opacity: 1 !important;
  visibility: visible !important;
}

.typing-text {
  display: inline !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.cta-title .text-gold,
.text-gold,
.gradient-text-gold,
.accent-orange-text {
  background: linear-gradient(135deg, #FF9E66 0%, var(--accent-orange) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: var(--accent-orange) !important;
}

/* Mobile-only phrase wrapping controller (inactive on desktop) */
.mobile-line {
  white-space: normal;
}

/* Desktop-only line break helper */
@media (min-width: 769px) {
  .desktop-line {
    display: block;
  }
}

/* Typing Cursor Styling (Hidden to remove the starting vertical line) */
.typing-cursor {
  display: none !important;
}

@keyframes cursorBlink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: var(--section-spacing) 0;
  position: relative;
  overflow: hidden;
}

.strip-section {
  padding: 0 !important;
}

/* Reveal Animations - Disabled for instant static loading */
.reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

/* --- HEADER & NAVIGATION --- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: var(--transition-smooth);
}

header.scrolled {
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-image {
  height: 44px;
  width: auto;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.logo:hover .logo-image {
  transform: scale(1.04);
}

nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
}

nav ul li a {
  font-family: var(--font-body);
  font-size: 0.938rem;
  /* 15px */
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  transition: var(--transition-fast);
  position: relative;
  padding: 8px 0;
}

nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold-accent);
  transition: var(--transition-fast);
}

nav ul li a:hover {
  color: var(--text-primary);
}

nav ul li a:hover::after {
  width: 100%;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 0.938rem;
  /* 15px */
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-primary {
  background: linear-gradient(135deg, #FF9E66 0%, var(--accent-orange) 100%);
  color: #050816 !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 18px rgba(255, 123, 58, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  font-weight: 700;
  border-radius: 100px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #FFAA78 0%, #FF8542 100%);
  color: #000000 !important;
  box-shadow: 0 6px 24px rgba(255, 123, 58, 0.48), 0 0 16px rgba(255, 123, 58, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 123, 58, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-weight: 600;
  border-radius: 100px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn-secondary:hover {
  background: rgba(255, 123, 58, 0.1);
  border-color: rgba(255, 123, 58, 0.55);
  color: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(255, 123, 58, 0.2);
  transform: translateY(-2px);
}

/* About Section Text */
.about-slide-text,
.about-static-text {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.about-slide-text .sec-desc,
.about-static-text .sec-desc {
  color: var(--text-primary);
  margin-top: 0.5rem;
}

.btn-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn:hover .btn-icon {
  transform: translateX(4px);
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1002;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  transition: background-color 0.25s ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.mobile-nav-toggle .hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 2.5px auto;
  background-color: var(--text-primary);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s ease,
    background-color 0.3s ease;
  transform-origin: center;
}

/* Transform hamburger into cross (X) when menu is active */
.mobile-nav-toggle.is-active .hamburger-line:nth-child(1),
.mobile-nav-active .mobile-nav-toggle .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: var(--accent-orange);
}

.mobile-nav-toggle.is-active .hamburger-line:nth-child(2),
.mobile-nav-active .mobile-nav-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-nav-toggle.is-active .hamburger-line:nth-child(3),
.mobile-nav-active .mobile-nav-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: var(--accent-orange);
}

/* --- Hero Section & Three.js Canvas --- */
#hero {
  position: relative;
  width: 100%;
  min-height: 80vh;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--bg-primary);
  padding-bottom: 80px;
}

#hero-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 30%, rgba(5, 8, 22, 0.9) 100%),
    linear-gradient(to bottom, transparent 60%, var(--bg-primary) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 95px;
  padding-bottom: 15px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.hero-shows-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 350px;
  width: 100%;
  padding-right: 20px;
  perspective: 1200px;
}

.hero-show-mini-card {
  position: absolute;
  width: 170px;
  height: 245px;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid var(--glass-border);
  background-color: var(--bg-secondary);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s ease,
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Fanned Carousel active / wing state classes */
.hero-show-mini-card.state-active {
  transform: scale(1.2) rotate(0deg) translateZ(40px) translateX(var(--px, 0px)) translateY(calc(-10px + var(--py, 0px)));
  z-index: 10;
  opacity: 1;
  border-color: var(--accent-orange);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.7), 0 0 30px var(--accent-orange-glow);
}

.hero-show-mini-card.state-left-wing {
  transform: scale(0.9) rotate(-11deg) translateX(calc(-110px + var(--px, 0px))) translateY(calc(12px + var(--py, 0px))) translateZ(-20px);
  z-index: 5;
  opacity: 0.65;
}

.hero-show-mini-card.state-right-wing {
  transform: scale(0.9) rotate(11deg) translateX(calc(110px + var(--px, 0px))) translateY(calc(12px + var(--py, 0px))) translateZ(-20px);
  z-index: 5;
  opacity: 0.65;
}

.hero-show-mini-card.state-far-left-wing {
  transform: scale(0.75) rotate(-20deg) translateX(calc(-185px + var(--px, 0px))) translateY(calc(22px + var(--py, 0px))) translateZ(-50px);
  z-index: 3;
  opacity: 0.35;
}

.hero-show-mini-card.state-far-right-wing {
  transform: scale(0.75) rotate(20deg) translateX(calc(185px + var(--px, 0px))) translateY(calc(22px + var(--py, 0px))) translateZ(-50px);
  z-index: 3;
  opacity: 0.35;
}

/* Reflection overlay inside cards */
.mini-card-reflection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 3;
  pointer-events: none;
  transition: transform 0.8s ease;
}

.hero-show-mini-card:hover .mini-card-reflection {
  transform: translateY(-20px) translateX(-20px);
}

/* Mini Card Badge */
.mini-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12, 14, 30, 0.75);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.55rem;
  font-weight: 900;
  color: var(--text-white);
  letter-spacing: 0.12em;
  z-index: 4;
  text-transform: uppercase;
}

.mini-card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(124, 92, 255, 0.2) 0%, transparent 85%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.hero-show-mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease, filter 0.5s ease;
  filter: brightness(0.85);
}

.hero-show-mini-card:hover img {
  transform: scale(1.08);
  filter: brightness(1);
}

.mini-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 18px;
  background: linear-gradient(to top, rgba(5, 8, 22, 1) 0%, rgba(5, 8, 22, 0.5) 60%, transparent 100%);
  z-index: 5;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-show-mini-card.state-active .mini-card-info {
  transform: translateY(0);
  opacity: 1;
}

.mini-card-tag {
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--accent-orange);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.mini-card-tagline {
  font-size: 0.72rem;
  color: var(--text-gray);
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.mini-card-info h3 {
  font-family: var(--font-editorial);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 2px;
}

.mini-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mini-card-meta .runtime {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.explore-btn-hover {
  font-size: 0.6rem;
  font-weight: 900;
  color: var(--text-white);
  background-color: var(--accent-orange);
  padding: 5px 10px;
  border-radius: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 0 15px var(--accent-orange-glow);
}

/* Active Show Left Details Glass Card */
.hero-active-show-details {
  margin-top: 15px;
  width: 100%;
  max-width: 440px;
  border-radius: 12px;
  padding: 12px 18px;
  border: 1.5px solid var(--glass-border);
  background: rgba(14, 16, 36, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 123, 58, 0.1);
  transition: box-shadow 0.6s ease, border-color 0.6s ease;
  opacity: 0;
  transform: translateY(20px);
}

.details-subtitle {
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--text-gray);
  letter-spacing: 0.15em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.details-title {
  font-family: var(--font-editorial);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 6px;
}

.details-desc {
  font-size: 0.8rem;
  color: var(--text-gray);
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 300;
}

.details-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ind-tag {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.02em;
  transition: background 0.3s ease;
}

.ind-tag:hover {
  background: rgba(124, 92, 255, 0.15);
}

/* Streaming Platforms logo bar positioning under Details block */
.streaming-platforms-bar {
  margin-top: 15px;
  width: 100%;
  max-width: 440px;
  opacity: 0;
  transform: translateY(20px);
}

.streaming-platforms-bar .streaming-text {
  font-size: 0.85rem;
  color: var(--text-gray);
  margin-bottom: 12px;
  line-height: 1.4;
}

.streaming-platforms-bar .streaming-logos {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Horizontal scrolling film strip cue at the bottom */
.hero-scroll-cue-container {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  opacity: 0.85;
}

.film-strip-wrapper {
  width: 260px;
  height: 40px;
  border-top: 1.2px dashed rgba(255, 255, 255, 0.15);
  border-bottom: 1.2px dashed rgba(255, 255, 255, 0.15);
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
}

.film-strip {
  display: flex;
  width: max-content;
  animation: scroll-film 14s linear infinite;
}

.film-strip-track {
  display: flex;
}

.film-frame {
  width: 48px;
  height: 32px;
  margin: 4px 6px;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  opacity: 0.65;
  border-left: 1.5px solid #111;
  border-right: 1.5px solid #111;
  transition: opacity 0.3s ease;
}

.film-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-explore-text {
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-gray);
  animation: flash-text 2s infinite ease-in-out;
}

@keyframes scroll-film {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes flash-text {

  0%,
  100% {
    opacity: 0.35;
  }

  50% {
    opacity: 1;
  }
}

.hero-text-block {
  max-width: 800px;
  margin-top: 20px;
}

.hero-title {
  font-size: clamp(2.0rem, 3.8vw, 3.4rem);
  line-height: 1.0;
  margin-bottom: 12px;
}

.hero-title .line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.hero-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px) skewY(5deg);
  filter: blur(10px);
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
  color: var(--text-gray);
  max-width: 580px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(30px);
}

.hero-ctas {
  display: flex;
  gap: 20px;
  opacity: 0;
  transform: translateY(30px);
}

/* Button UI Components */
.btn {
  font-family: var(--font-editorial);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  letter-spacing: 0.05em;
}

/* --- SECTION 1: BRANDED CONTENT CARDS --- */
.section-1-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-spacing);
}

.brand-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 48px;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.brand-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, var(--gold-glow) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition-smooth);
  pointer-events: none;
}

.brand-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-glow);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(214, 168, 95, 0.05);
}

.brand-card:hover::before {
  opacity: 1;
}

.card-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(214, 168, 95, 0.08);
  border: 1px solid var(--border-glow);
  color: var(--gold-accent);
  margin-bottom: 32px;
}

.card-icon-container svg {
  width: 24px;
  height: 24px;
}

.brand-card h3 {
  font-size: 1.75rem;
  /* 28px */
  font-weight: 700;
  margin-bottom: 8px;
}

.brand-card .card-subtitle-gold {
  font-family: var(--font-body);
  font-size: 0.938rem;
  font-weight: 600;
  color: var(--gold-accent);
  margin-bottom: 24px;
}

.brand-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* Feature checklist block for card 3 */
.card-checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checklist-icon {
  color: var(--gold-accent);
  margin-top: 4px;
  flex-shrink: 0;
}

.checklist-icon svg {
  width: 16px;
  height: 16px;
}

.checklist-text {
  font-size: 0.938rem;
}

.checklist-text strong {
  display: block;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.checklist-text span {
  color: var(--text-secondary);
}


/* --- SECTION 2: STATS & BRAND GRID --- */
.section-2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sec2-left {
  display: flex;
  flex-direction: column;
}

.sec-tag {
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-orange, #FF7B3A);
  margin-bottom: 12px;
  line-height: 1.4;
}

.sec-title {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: 18px;
}

.sec-desc {
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: 24px;
  max-width: 520px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.stat-item {
  background: var(--surface-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.stat-item:hover {
  border-color: var(--border-glow);
  transform: translateY(-4px);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold-accent);
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
}

.stat-label {
  font-size: 0.938rem;
  color: var(--text-secondary);
}

/* Logo Grid Right Side */
.sec2-right {
  display: flex;
  flex-direction: column;
}

.logo-grid-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.logo-grid-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 32px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.logo-tile {
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: var(--transition-smooth);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.logo-tile:hover {
  transform: scale(1.08);
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.12), 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Custom CSS brand logos */
.brand-logo-img {
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: var(--transition-smooth);
}

.logo-tile:hover .brand-logo-img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}

/* Special text/svg block for 'and many more' */
.logo-tile-text {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  color: #111111;
  text-align: center;
  transition: var(--transition-fast);
}

.logo-tile:hover .logo-tile-text {
  color: var(--gold-accent);
}


/* --- SECTION 3: TIMELINE --- */
.timeline-section {
  overflow: hidden;
}

.timeline-header {
  text-align: center;
  margin-bottom: 80px;
}

.timeline-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 0;
}

/* Connecting Glowing Line */
.timeline-line {
  position: absolute;
  top: 76px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.timeline-line-glow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  /* Animated via JS */
  background: linear-gradient(90deg,
      var(--gold-accent) 0%,
      #FFF 50%,
      var(--gold-accent) 100%);
  background-size: 200% 100%;
  box-shadow: 0 0 10px var(--gold-accent), 0 0 20px var(--gold-accent);
  transition: width 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.active-glow .timeline-line-glow {
  animation: flowLightHorizontal 2s linear infinite;
}

@keyframes flowLightHorizontal {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes flowLightVertical {
  0% {
    background-position: 0 200%;
  }

  100% {
    background-position: 0 -200%;
  }
}

.timeline-card {
  position: relative;
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

.timeline-node {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: var(--transition-smooth);
  box-shadow: 0 0 0 0 transparent;
}

.timeline-node svg {
  width: 28px;
  height: 28px;
  transition: var(--transition-smooth);
}

.timeline-node-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: var(--transition-smooth);
}

.timeline-card:hover .timeline-node-img,
.timeline-card.active .timeline-node-img {
  filter: brightness(0);
  opacity: 1;
}

.timeline-card:hover .timeline-node,
.timeline-card.active .timeline-node {
  border-color: var(--gold-accent);
  color: #050505;
  background: var(--gold-accent);
  box-shadow: 0 0 25px var(--gold-glow-strong);
  transform: scale(1.1);
}

.timeline-card.active .timeline-node {
  animation: pulseGlow 2.5s infinite ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 12px rgba(214, 168, 95, 0.15), 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  50% {
    box-shadow: 0 0 25px rgba(214, 168, 95, 0.6), 0 8px 20px rgba(0, 0, 0, 0.4);
  }

  100% {
    box-shadow: 0 0 12px rgba(214, 168, 95, 0.15), 0 4px 12px rgba(0, 0, 0, 0.3);
  }
}

.timeline-content {
  opacity: 0.7;
  transition: var(--transition-smooth);
}

.timeline-card:hover .timeline-content,
.timeline-card.active .timeline-content {
  opacity: 1;
  transform: translateY(-4px);
}

.timeline-content h4 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 0.875rem;
  color: var(--text-muted);
}


/* --- SECTION 4: SHOWCASE CAMERA & ACCORDION --- */
/* --- SECTION 4 & 5: SHOWCASE CAMERA & ACCORDION --- */
.features-top-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: stretch;
}

.accordion-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
}

.features-top-left-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.accordion-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sec4-camera-box {
  width: 100%;
  height: 280px;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: auto;
}

.sec4-camera-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 10s ease;
}

.sec4-camera-box:hover img {
  transform: scale(1.1);
}

.camera-tag-overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid var(--border-color);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-accent);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.sec4-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--card-spacing);
}

.sec4-feat-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: var(--border-radius);
  background: var(--surface-primary);
  border: 1px solid var(--border-color);
  transition: var(--transition-smooth);
}

.sec4-feat-item:hover {
  border-color: var(--border-glow);
  transform: translateY(-2px);
}

.sec4-feat-icon {
  color: var(--gold-accent);
  flex-shrink: 0;
}

.sec4-feat-icon svg {
  width: 20px;
  height: 20px;
}

.sec4-feat-text h5 {
  font-size: 0.938rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.sec4-feat-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Accordion Right Side */
.sec4-right {
  display: flex;
  flex-direction: column;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.accordion-item {
  background: var(--surface-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: var(--transition-smooth);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  user-select: none;
}

.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-icon {
  color: var(--gold-accent);
  opacity: 0.72;
  transition: var(--transition-smooth);
  flex-shrink: 0;
}

.accordion-item.active .accordion-icon {
  opacity: 1;
  transform: scale(1.1);
}

.accordion-title {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: var(--transition-fast);
}

.accordion-arrow {
  color: var(--text-muted);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.accordion-arrow svg {
  width: 20px;
  height: 20px;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.accordion-content {
  padding: 0 24px 24px 24px;
  font-size: 0.938rem;
  color: var(--text-secondary);
  border-top: 1px solid transparent;
}

/* Accordion Active States */
.accordion-item.active {
  border-color: var(--border-glow);
  background: var(--card-bg);
}

.accordion-item.active .accordion-title {
  color: var(--gold-accent);
}

.accordion-item.active .accordion-arrow {
  color: var(--gold-accent);
  transform: rotate(90deg);
}

.accordion-item.active .accordion-content {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* Director Chair Box underneath Accordion */
.sec4-chair-box {
  width: 100%;
  height: 280px;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.sec4-chair-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}

.sec4-chair-box:hover img {
  transform: scale(1.08);
}

/* ================================================================
   SECTION 5 â€” OUR ORIGINAL SHOWS  (Cinematic Showcase)
   Default: fully visible. Animations added only via .animate-prep
   ================================================================ */

/* ---------- Section Shell ---------- */
#shows {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 140px;
  background: var(--bg-primary);
}

#shows::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%,
      rgba(255, 123, 58, 0.08) 0%,
      rgba(214, 168, 95, 0.04) 35%,
      transparent 70%);
  z-index: 0;
  pointer-events: none;
  transition: opacity 1.4s ease;
}

/* Background brightness sweep on entrance */
#shows.is-visible::before {
  opacity: 1;
}

#shows.animate-prep::before {
  opacity: 0;
}

/* ---------- Inner Container ---------- */
#shows .container {
  position: relative;
  z-index: 2;
  padding: 0 80px;
  max-width: 1440px;
  margin: 0 auto;
}

/* ---------- Background Glow (animated) ---------- */
.shows-bg-glow {
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center,
      rgba(255, 123, 58, 0.18) 0%,
      rgba(124, 92, 255, 0.07) 45%,
      transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: glowPulse 8s ease-in-out infinite alternate;
  will-change: opacity, transform;
}

@keyframes glowPulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.12);
  }
}

/* ---------- Light Sweep ---------- */
.shows-light-sweep {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg,
      transparent 40%,
      rgba(214, 168, 95, 0.07) 50%,
      transparent 60%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  will-change: transform, opacity;
}

#shows.is-visible .shows-light-sweep {
  animation: lightSweep 1.4s cubic-bezier(.42, 0, .58, 1) 0.6s forwards;
}

@keyframes lightSweep {
  0% {
    left: -100%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    left: 140%;
    opacity: 0;
  }
}

/* ---------- Particle Layer ---------- */
.shows-particle-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.shows-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 123, 58, 0.9);
  box-shadow: 0 0 8px rgba(255, 123, 58, 0.7), 0 0 16px rgba(214, 168, 95, 0.4);
  pointer-events: none;
  animation: particleDrift var(--dur, 12s) ease-in-out infinite var(--delay, 0s);
  opacity: 0;
}

#shows.is-visible .shows-particle {
  opacity: var(--alpha, 0.3);
}

@keyframes particleDrift {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }

  33% {
    transform: translateY(-18px) translateX(8px);
  }

  66% {
    transform: translateY(10px) translateX(-6px);
  }
}

/* ---------- Header ---------- */
#shows .showcase-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 56px;
}

.showcase-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

/* Eyebrow label */
#shows .sec-tag {
  display: inline-block;
  align-self: flex-start;
  color: var(--accent-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(.22, .61, .36, 1),
    transform 0.7s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}

/* Heading â€” split into word spans by JS, animated individually */
#shows .sec-title {
  margin: 0 auto;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  width: 100%;
  /* Gradient text */
  background: linear-gradient(135deg, #FFFFFF 30%, #FF9E66 70%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Always visible fallback */
  opacity: 1;
}

/* Individual word spans created by JS */
.shows-word {
  display: inline-block;
  margin-right: 0.26em;
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  transition: opacity 0.75s cubic-bezier(.22, .61, .36, 1),
    transform 0.75s cubic-bezier(.22, .61, .36, 1),
    filter 0.75s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform, filter;
}

.shows-word:last-child {
  margin-right: 0;
}

/* Golden shimmer that travels across heading post-entrance */
#shows.heading-shimmer .sec-title {
  background: linear-gradient(100deg,
      #ffffff 20%,
      #FF9E66 40%,
      #ffffff 60%,
      var(--accent-orange) 80%,
      #ffffff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: headingShimmer 1.2s linear forwards;
}

@keyframes headingShimmer {
  from {
    background-position: 200% center;
  }

  to {
    background-position: -50% center;
  }
}

/* ---- ANIMATION PREP (hidden state, JS-applied) ---- */
#shows.animate-prep {
  /* section itself is visible; children are hidden */
}

#shows.animate-prep .sec-tag {
  opacity: 0;
  transform: translateY(22px);
}

#shows.animate-prep .shows-word {
  opacity: 0;
  transform: translateY(36px) scale(0.96);
  filter: blur(14px);
}

#shows.animate-prep .show-card {
  opacity: 0;
  transform: translateY(120px) rotateX(12deg) scale(0.92);
  filter: blur(15px);
}

/* ---- VISIBLE STATES ---- */
#shows.is-visible .sec-tag {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0ms !important;
}

#shows.is-visible .shows-word {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0px) !important;
}

#shows.is-visible .show-card {
  opacity: 1 !important;
  transform: translateY(0) rotateX(0deg) scale(1) !important;
  filter: blur(0px) !important;
}

/* Card stagger: 180ms apart */
#shows.is-visible .show-card:nth-child(1) {
  transition-delay: 0ms !important;
}

#shows.is-visible .show-card:nth-child(2) {
  transition-delay: 180ms !important;
}

#shows.is-visible .show-card:nth-child(3) {
  transition-delay: 360ms !important;
}

/* ---------- Carousel Layout ---------- */
.shows-carousel-container {
  position: relative;
  width: 100%;
}

.shows-carousel-viewport {
  overflow: hidden;
  width: 100%;
  padding: 28px 24px;
  margin: -28px -24px;
}

.shows-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: var(--card-spacing, 28px) !important;
  align-items: stretch !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.shows-grid .show-card {
  flex: 0 0 calc((100% - 2 * var(--card-spacing, 28px)) / 3) !important;
  width: calc((100% - 2 * var(--card-spacing, 28px)) / 3) !important;
}

@media (max-width: 1024px) {
  .shows-grid .show-card {
    flex: 0 0 calc((100% - var(--card-spacing, 28px)) / 2) !important;
    width: calc((100% - var(--card-spacing, 28px)) / 2) !important;
  }
}

@media (max-width: 768px) {
  #shows .showcase-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .showcase-header-left {
    align-items: center;
    text-align: center;
  }

  #shows .sec-tag {
    align-self: center;
  }

  .shows-carousel-arrows {
    display: none !important;
  }

  .shows-carousel-viewport {
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .shows-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    transform: none !important;
  }

  .shows-grid .show-card {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

  /* Disable card pop-up, scaling, and border selection on mobile */
  .show-card,
  .show-card:hover,
  .show-card:active,
  .show-card:focus,
  .show-card:focus-within {
    transform: none !important;
    border-color: rgba(147, 51, 234, 0.35) !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    pointer-events: none !important;
  }

  .show-card:hover .show-card-trailer-video,
  .show-card:active .show-card-trailer-video {
    transform: none !important;
  }

  .show-card:hover .suit-pill:not(.pill-more),
  .show-card:active .suit-pill:not(.pill-more) {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.06) !important;
  }

  .show-card-trailer-box,
  .show-card-trailer-video,
  .show-card-body {
    pointer-events: none !important;
  }

  /* Only buttons remain clickable */
  .play-trailer-btn,
  .play-trailer-btn *,
  .hero-watch-btn,
  .hero-watch-btn * {
    pointer-events: auto !important;
  }
}

/* Shows Carousel Arrows */
.shows-carousel-arrows {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.shows-carousel-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(20, 22, 48, 0.8);
  border: 1.5px solid rgba(147, 51, 234, 0.35);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.shows-carousel-arrow:hover {
  background: rgba(255, 123, 58, 0.15);
  border-color: rgba(255, 123, 58, 0.7);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 123, 58, 0.25);
}

.shows-carousel-arrow:active {
  transform: translateY(0);
}

/* Whole Card Clickable Link Overlay */
.card-whole-link {
  position: absolute;
  inset: 0;
  z-index: 15;
  border-radius: inherit;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  text-decoration: none;
}

.tilt-card .card-whole-link {
  transform: translateZ(40px);
  z-index: 20;
}

.hero-featured-card,
.show-card {
  position: relative;
  cursor: pointer;
}

.featured-card-action,
.show-card-footer {
  position: relative;
  z-index: 35 !important;
  transform: translateZ(50px) !important;
  pointer-events: auto !important;
}

.hero-featured-card .play-trailer-btn,
.show-card .play-trailer-btn,
.hero-featured-card .hero-watch-btn,
.show-card .hero-watch-btn,
.hero-watch-btn,
.hero-coming-soon-btn {
  position: relative;
  z-index: 40 !important;
  transform: translateZ(55px) !important;
  pointer-events: auto !important;
}

.featured-card-nav,
.shows-carousel-arrows {
  position: relative;
  z-index: 30;
}

/* ---------- Show Card ---------- */
/* ---------- Show Card (Matching Image 2) ---------- */
.show-card {
  position: relative;
  background: linear-gradient(145deg, rgba(18, 20, 44, 0.9) 0%, rgba(10, 11, 26, 0.96) 100%);
  border: 1px solid rgba(147, 51, 234, 0.25);
  border-radius: 20px;
  overflow: hidden;
  padding: 16px 16px 12px 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: opacity 1s cubic-bezier(.22, .61, .36, 1),
    transform 0.35s cubic-bezier(.16, 1, .3, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  will-change: transform, opacity, box-shadow;
}

.show-card:hover {
  border-color: rgba(255, 123, 58, 0.7);
  transform: translateY(-4px);
}

/* Top Trailer Video Box */
.show-card-trailer-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
}

.show-card-trailer-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.show-card:hover .show-card-trailer-video {
  transform: scale(1.05);
}

/* Card Body Content */
.show-card-body {
  padding: 16px 8px 4px 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Card Top Row with Side Logo */
.show-card-top-row,
.featured-card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.show-card-texts,
.featured-card-texts {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.show-card-kicker,
.featured-card-tag,
.show-card-texts .show-card-kicker,
.featured-card-texts .featured-card-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #FF7B3A !important;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.show-card-texts .show-card-title,
.featured-card-texts .featured-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 6px 0 !important;
  text-transform: uppercase;
}

.show-card-texts .show-card-desc,
.featured-card-texts .featured-card-desc {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
  margin: 0 !important;
}

.show-card-side-logo-wrap {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0;
  box-sizing: border-box;
}

.show-card-side-logo {
  width: 100%;
  height: 100%;
  max-width: 85px;
  max-height: 85px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.65));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.show-card:hover .show-card-side-logo,
.hero-featured-card:hover .show-card-side-logo {
  transform: scale(1.08);
}

.show-card-desc {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin: 0 0 16px 0;
  flex: 1;
}

.show-card-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

/* Suited Section */
.show-suited-section {
  margin-bottom: 18px;
}

.suited-label {
  font-size: 0.64rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.suited-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.suit-pill {
  font-size: 0.72rem;
  font-weight: 500;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 4px 11px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.suit-pill.pill-more {
  background: rgba(255, 123, 58, 0.14);
  border-color: rgba(255, 123, 58, 0.35);
  color: #FF7B3A;
  font-weight: 700;
}

.show-card:hover .suit-pill:not(.pill-more) {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

/* Card Footer Bar */
.show-card-footer,
.featured-card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.show-card-footer .play-trailer-btn,
.show-card-footer .hero-watch-btn,
.show-card-footer .hero-coming-soon-btn,
.featured-card-action .play-trailer-btn,
.featured-card-action .hero-watch-btn,
.featured-card-action .hero-coming-soon-btn {
  flex: 1;
  min-width: 0;
  height: 44px;
  font-size: 0.78rem;
  padding: 0 10px;
  white-space: nowrap;
  box-sizing: border-box;
}

.hero-coming-soon-btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.55) !important;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  padding: 0 10px;
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 25;
  transform: translateZ(45px);
  white-space: nowrap;
  box-sizing: border-box;
}

.hero-coming-soon-btn svg {
  flex-shrink: 0;
  opacity: 0.75;
}

.play-trailer-btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 123, 58, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 0 16px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  box-sizing: border-box;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.play-trailer-btn .btn-arrow {
  display: inline-block;
  font-size: 1rem;
  color: #FFFFFF;
  transition: transform 0.25s ease;
}

.play-trailer-btn:hover {
  background: rgba(255, 123, 58, 0.12);
  border-color: rgba(255, 123, 58, 0.65);
  color: #FFFFFF !important;
  box-shadow: 0 4px 18px rgba(255, 123, 58, 0.22);
  transform: translateY(-2px);
}

.play-trailer-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.show-card-nav-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-nav-btn:hover {
  background: rgba(255, 123, 58, 0.15);
  border-color: rgba(255, 123, 58, 0.4);
  color: #FF7B3A;
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .shows-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

.show-cta-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-white);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.35s ease;
  margin-top: 12px;
}

.show-cta-btn:hover {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
  color: #050505;
  box-shadow: 0 0 20px rgba(255, 123, 58, 0.4);
}

.show-cta-btn .play-arrow {
  font-size: 0.8rem;
}

.show-card:nth-child(2) {
  animation-delay: -2s;
}

.show-card:nth-child(3) {
  animation-delay: -4s;
}

@keyframes cardFloat {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -3px;
  }
}

/* ---------- Card Hover ---------- */
.show-card:hover {
  transform: translateY(-8px) scale(1.015) rotateX(0deg) !important;
  border-color: rgba(255, 123, 58, 0.7) !important;
  box-shadow: none !important;
  z-index: 10;
  animation: none !important;
  /* Pause float on hover */
  transition-duration: 0.3s !important;
}

/* Sibling dimming when any card is hovered */
.shows-grid.has-hover .show-card:not(:hover) {
  opacity: 0.5 !important;
  filter: brightness(0.65) blur(1px) !important;
  transform: scale(0.96) !important;
  transition-duration: 0.3s !important;
}

/* ---------- Mouse-Tracked Radial Light ---------- */
.card-radial-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(420px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(255, 123, 58, 0.25),
      rgba(214, 168, 95, 0.1) 45%,
      transparent 80%);
}

.show-card:hover .card-radial-light {
  opacity: 1;
}

/* ---------- Poster Box ---------- */
.show-poster-box {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

/* Moving vignette overlay */
.show-poster-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 30%,
      rgba(5, 5, 5, 0.5) 80%,
      rgba(5, 5, 5, 0.85) 100%);
  z-index: 1;
  transition: opacity 0.5s ease;
}

.show-card:hover .show-poster-box::after {
  opacity: 0.85;
}

/* Light reflection that moves on hover */
.show-poster-box::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -60%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg,
      transparent 40%,
      rgba(255, 255, 255, 0.07) 50%,
      transparent 60%);
  z-index: 2;
  pointer-events: none;
  transition: none;
}

.show-card:hover .show-poster-box::before {
  animation: imageShine 0.7s ease forwards;
}

@keyframes imageShine {
  from {
    left: -60%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  to {
    left: 120%;
    opacity: 0;
  }
}

.show-poster-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(.22, .61, .36, 1),
    filter 0.8s ease;
  will-change: transform, filter;
}

.show-card:hover .show-poster-box img {
  transform: scale(1.07);
  filter: brightness(1.08) contrast(1.06);
}

/* ---------- Season Badge ---------- */
.show-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--gold-accent);
  color: #050505;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 3;
  transition: transform 0.4s cubic-bezier(.22, .61, .36, 1), box-shadow 0.4s ease;
  animation: badgeFloat 4s ease-in-out infinite;
}

@keyframes badgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.show-card:hover .show-badge {
  box-shadow: 0 6px 18px rgba(214, 168, 95, 0.6);
  transform: translateY(-4px) rotate(2deg) !important;
}

/* ---------- Info Area ---------- */
.show-info {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}

.show-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.show-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  transition: text-shadow 0.35s ease;
}

.show-card:hover .show-title {
  text-shadow: 0 0 18px rgba(255, 123, 58, 0.55), 0 0 6px rgba(214, 168, 95, 0.3);
}

.show-network {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.show-desc {
  font-size: 0.938rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
  flex-grow: 1;
  line-height: 1.6;
}

.show-metadata {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-bottom: 28px;
}

.show-meta-item {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.show-meta-item strong {
  color: var(--gold-accent);
}

/* ---------- CTA Button ---------- */
.show-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: background 0.38s cubic-bezier(.22, .61, .36, 1),
    color 0.38s cubic-bezier(.22, .61, .36, 1),
    border-color 0.38s cubic-bezier(.22, .61, .36, 1),
    box-shadow 0.38s cubic-bezier(.22, .61, .36, 1),
    transform 0.38s cubic-bezier(.22, .61, .36, 1);
}

/* Magnetic hover lift + gold fill */
.show-card:hover .show-btn {
  background: var(--gold-accent);
  color: #050505;
  border-color: var(--gold-accent);
  box-shadow: 0 8px 24px rgba(214, 168, 95, 0.42);
  transform: translateY(-2px);
}

/* Glow pulse behind button */
.show-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(214, 168, 95, 0.35) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.show-card:hover .show-btn::after {
  opacity: 1;
}

.show-btn svg {
  margin-left: 8px;
  transition: transform 0.35s cubic-bezier(.22, .61, .36, 1);
}

.show-card:hover .show-btn svg {
  transform: translateX(6px);
}

/* ---------- Breathing border glow on active card ---------- */
@keyframes borderBreathe {

  0%,
  100% {
    box-shadow: 0 0 18px rgba(255, 123, 58, 0.28), inset 0 0 0 1px rgba(255, 123, 58, 0.25);
  }

  50% {
    box-shadow: 0 0 36px rgba(255, 123, 58, 0.55), inset 0 0 0 1px rgba(255, 123, 58, 0.55);
  }
}

/* ---------- Shine animation every 6s (CSS only via delay hack) ---------- */
@keyframes cardShine {

  0%,
  90%,
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }

  91% {
    opacity: 1;
  }

  99% {
    opacity: 0;
    transform: translateX(250%);
  }
}

.show-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg,
      transparent 20%,
      rgba(255, 255, 255, 0.065) 50%,
      transparent 80%);
  pointer-events: none;
  z-index: 6;
  animation: cardShine 6s ease-in-out infinite;
}

.show-card:nth-child(2)::after {
  animation-delay: -2s;
}

.show-card:nth-child(3)::after {
  animation-delay: -4s;
}

/* ---------- Active spotlight (scroll-based, JS-toggled) ---------- */
.show-card.active-card-spotlight {
  border-color: rgba(255, 123, 58, 0.6);
  animation: borderBreathe 3s ease-in-out infinite, cardFloat 6s ease-in-out infinite;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  #shows .container {
    padding: 0 40px;
  }

  .shows-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .show-poster-box {
    height: 360px;
  }
}

@media (max-width: 768px) {
  #shows {
    padding: 36px 0 45px !important;
  }

  #shows .container {
    padding: 0 20px;
  }

  .shows-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .show-poster-box {
    height: 320px;
  }

  #shows .sec-title {
    font-size: clamp(1.65rem, 6.2vw, 1.95rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
  }

  .shows-grid.has-hover .show-card:not(:hover) {
    opacity: 1 !important;
    filter: none !important;
    transform: scale(1) !important;
  }
}






/* --- SECTION 6: WHY PARTNER WITH DIGIKORE (ICON STRIP) --- */
.strip-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg-primary);
}

.strip-particle-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(124, 92, 255, 0.14) 0%, transparent 50%),
    radial-gradient(circle at 85% 70%, rgba(255, 123, 58, 0.12) 0%, transparent 50%),
    conic-gradient(from 90deg at 50% 50%, rgba(124, 92, 255, 0.03), rgba(255, 123, 58, 0.03), transparent 50%);
}

.strip-container {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.92) 0%, rgba(14, 16, 36, 0.88) 50%, rgba(5, 8, 22, 0.92) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 70px 0;
  width: 100%;
}

.strip-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.strip-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}

.strip-header h2 {
  font-size: clamp(1.75rem, 2.2vw, 2.25rem);
  background: linear-gradient(135deg, #FFFFFF 30%, #FF9E66 70%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 12px rgba(255, 123, 58, 0.2));
}

@media (min-width: 769px) {
  .strip-header h2 {
    white-space: nowrap !important;
    flex-shrink: 0;
  }
}

.strip-header-line {
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 123, 58, 0.8) 0%, rgba(124, 92, 255, 0.4) 45%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: 0 0 10px rgba(255, 123, 58, 0.35);
  width: 100%;
  flex: 1;
  min-width: 40px;
  border-radius: 2px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* Floating Animations for Why Partner With Digikore Cards */
@keyframes stripFloat1 {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  50% {
    transform: translateY(-10px) rotate(0.4deg);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.48), 0 0 20px rgba(255, 123, 58, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
}

@keyframes stripFloat2 {

  0%,
  100% {
    transform: translateY(-8px) rotate(-0.3deg);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45), 0 0 18px rgba(255, 123, 58, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  50% {
    transform: translateY(2px) rotate(0.2deg);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
}

@keyframes stripFloat3 {

  0%,
  100% {
    transform: translateY(2px) rotate(0.3deg);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  50% {
    transform: translateY(-12px) rotate(-0.4deg);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.5), 0 0 22px rgba(255, 123, 58, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
}

.strip-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(14, 16, 36, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  will-change: transform, box-shadow;
}

.strip-item:nth-child(1) {
  animation: stripFloat1 5.4s ease-in-out infinite;
}

.strip-item:nth-child(2) {
  animation: stripFloat2 6.2s ease-in-out infinite 0.7s;
}

.strip-item:nth-child(3) {
  animation: stripFloat3 5.8s ease-in-out infinite 1.5s;
}

.strip-item:nth-child(4) {
  animation: stripFloat1 6.5s ease-in-out infinite 0.4s;
}

.strip-item:nth-child(5) {
  animation: stripFloat2 5.2s ease-in-out infinite 1.1s;
}

.strip-item:nth-child(6) {
  animation: stripFloat3 6.0s ease-in-out infinite 1.8s;
}

.strip-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 123, 58, 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.strip-item:hover {
  animation-play-state: paused;
  background: rgba(24, 26, 56, 0.9);
  border-color: rgba(255, 123, 58, 0.65);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 123, 58, 0.3), inset 0 0 20px rgba(124, 92, 255, 0.15);
  transform: translateY(-14px) scale(1.03) !important;
  z-index: 5;
}

.strip-item:hover::before {
  opacity: 1;
}

.strip-icon {
  color: var(--accent-orange);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 123, 58, 0.08);
  border: 1px solid rgba(255, 123, 58, 0.2);
  filter: drop-shadow(0 0 8px rgba(255, 123, 58, 0.35));
  transition: all 0.4s ease;
}

.strip-item:hover .strip-icon {
  background: rgba(255, 123, 58, 0.18);
  border-color: rgba(255, 123, 58, 0.55);
  color: #FF8F4D;
  filter: drop-shadow(0 0 14px rgba(255, 123, 58, 0.75));
  transform: scale(1.08) translateY(-2px);
}

.strip-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.2px;
}

.strip-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.strip-item p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}


/* --- FINAL CTA BANNER --- */
.final-cta {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cta-banner {
  background: linear-gradient(135deg, rgba(14, 16, 36, 0.88) 0%, rgba(8, 10, 28, 0.95) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 123, 58, 0.3);
  border-radius: 28px;
  padding: 50px 32px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 30px rgba(255, 123, 58, 0.1);
}

/* Background image overlay with depth blur */
.cta-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  filter: blur(12px) brightness(0.5);
  z-index: 1;
  pointer-events: none;
}

.cta-glow-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(124, 92, 255, 0.22) 0%, transparent 60%),
    radial-gradient(circle at 50% 100%, rgba(255, 123, 58, 0.25) 0%, transparent 70%);
  z-index: 2;
  filter: blur(40px);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin: 0 auto;
}

.cta-tag {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-orange);
  margin-bottom: 12px;
  display: inline-block;
  text-shadow: 0 0 10px rgba(255, 123, 58, 0.5);
  line-height: 1.4;
}

.cta-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-desc {
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* --- CTA INTERACTIVE GLASS EFFECTS --- */

/* Mouse-tracking spotlight: follows cursor inside the banner */
.cta-mouse-spotlight {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 123, 58, 0.18) 0%, rgba(124, 92, 255, 0.08) 40%, transparent 70%);
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  filter: blur(30px);
  will-change: left, top, opacity;
}

.cta-banner:hover .cta-mouse-spotlight {
  opacity: 1;
}

/* Sweeping glass sheen that plays on hover */
.cta-sheen-sweep {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

.cta-sheen-sweep::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg,
      transparent 0%,
      transparent 30%,
      rgba(255, 255, 255, 0.04) 42%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(255, 255, 255, 0.04) 58%,
      transparent 70%,
      transparent 100%);
  transition: none;
  transform: skewX(-15deg);
}

.cta-banner:hover .cta-sheen-sweep::before {
  animation: ctaSheenSweep 1.2s ease-out forwards;
}

@keyframes ctaSheenSweep {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

/* Hover: border glow intensifies + subtle lift */
.cta-banner {
  transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-banner:hover {
  border-color: rgba(255, 123, 58, 0.55);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 60px rgba(255, 123, 58, 0.2),
    0 0 80px rgba(124, 92, 255, 0.12);
  transform: translateY(-4px);
}

/* Buttons get extra glass micro-interaction on hover */
.cta-buttons .btn {
  position: relative;
  overflow: hidden;
}

.cta-buttons .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  transition: none;
}

.cta-buttons .btn:hover::after {
  animation: btnGlassSheen 0.6s ease-out forwards;
}

@keyframes btnGlassSheen {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

/* Mobile: Disable CTA hover lift, border glow change, and glass sheen animations */
@media (max-width: 992px) {
  .cta-banner {
    padding: 40px 20px !important;
    border-radius: 24px !important;
    pointer-events: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .cta-content,
  .cta-tag,
  .cta-title,
  .cta-desc {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    visibility: visible !important;
  }

  .cta-banner:hover,
  .cta-banner:active,
  .cta-banner:focus {
    transform: none !important;
    border-color: rgba(255, 123, 58, 0.25) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 40px rgba(124, 92, 255, 0.15) !important;
    pointer-events: none !important;
  }

  .cta-mouse-spotlight,
  .cta-sheen-sweep,
  .cta-glow-overlay {
    display: none !important;
    animation: none !important;
    opacity: 0 !important;
  }

  .cta-buttons .btn::after {
    display: none !important;
    animation: none !important;
  }

  .cta-content,
  .cta-tag,
  .cta-title,
  .cta-desc,
  .cta-buttons {
    pointer-events: none !important;
  }

  /* Only the CTA button is clickable */
  .cta-buttons .btn {
    pointer-events: auto !important;
  }
}

/* --- FOOTER --- */
footer {
  background: #090909;
  border-top: 1px solid var(--border-color);
  padding: 80px 0 40px 0;
  font-family: var(--font-body);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo .logo-text-top {
  font-size: 1.75rem;
}

.footer-desc {
  font-size: 0.938rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.6;
}

.footer-col p {
  font-size: 0.938rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  font-size: 0.938rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: var(--transition-fast);
}

.footer-links li a:hover {
  color: var(--gold-accent);
  padding-left: 4px;
}

/* NSE listing block */
.nse-block {
  background: var(--surface-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.nse-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 4px 8px;
  transition: var(--transition-smooth);
}

.nse-block:hover .nse-logo-img {
  transform: scale(1.05);
}

.nse-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.nse-text strong {
  display: block;
  color: var(--text-primary);
}

/* Social icons column */
.social-icons-row {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface-primary);
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.social-icon:hover {
  background: var(--gold-accent);
  color: #050505;
  border-color: var(--gold-accent);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(214, 168, 95, 0.2);
}

.social-icon svg {
  width: 18px;
  height: 18px;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.footer-legal-links {
  display: flex;
  gap: 24px;
  list-style: none;
}

.footer-legal-links li a {
  font-size: 0.875rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition-fast);
}

.footer-legal-links li a:hover {
  color: var(--gold-accent);
}


/* --- RESPONSIVE ADJUSTMENTS --- */

/* Laptops (Max 1200px) */
@media (max-width: 1200px) {
  :root {
    --section-spacing: 75px;
  }

  .hero-title {
    font-size: 3.75rem;
  }

  .sec-title {
    font-size: 3rem;
  }

  .cta-title {
    font-size: 3.25rem;
  }

  .timeline-content h4 {
    font-size: 1rem;
  }
}

/* Tablets (Max 992px) */
@media (max-width: 992px) {
  .d-desktop-only {
    display: none !important;
  }

  :root {
    --section-spacing: 60px;
    --card-spacing: 24px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 80px;
    text-align: center;
  }

  .hero-left {
    align-items: center;
  }

  .hero-tag {
    align-self: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-brands {
    width: 100%;
  }

  .hero-brands-list {
    justify-content: center;
  }

  .hero-right {
    height: 480px;
  }

  .carousel-viewport {
    height: 440px;
  }

  .carousel-card {
    width: 220px;
    height: 330px;
  }

  .carousel-card.prev {
    transform: translate(-50%, -50%) translate3d(-140px, 0, -40px) scale(0.85) rotateY(15deg);
  }

  .carousel-card.next {
    transform: translate(-50%, -50%) translate3d(140px, 0, -40px) scale(0.85) rotateY(-15deg);
  }

  .section-1-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section-2-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sec2-left {
    text-align: center;
    align-items: center;
  }

  .sec-tag {
    align-self: center;
  }

  .sec-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-grid-title,
  .logo-grid-desc {
    text-align: center;
  }

  .features-top-split,
  .accordion-split-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .shows-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 540px;
    margin: 0 auto;
  }

  .show-poster-box {
    height: 560px;
  }

  .strip-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .timeline-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-left: 40px;
  }

  .timeline-line {
    top: 5%;
    left: 75px;
    width: 2px;
    height: 90%;
  }

  .timeline-line-glow {
    height: 0%;
    width: 100%;
    background: linear-gradient(180deg,
        var(--gold-accent) 0%,
        #FFF 50%,
        var(--gold-accent) 100%);
    background-size: 100% 200%;
    transition: height 2s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .active-glow .timeline-line-glow {
    animation: flowLightVertical 2s linear infinite;
  }

  .timeline-card {
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 24px;
  }

  .timeline-node {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

/* Mobile Devices (Max 768px) */
@media (max-width: 768px) {
  :root {
    --section-spacing: 50px;
  }

  /* Show mobile nav toggle */
  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Hide desktop navigation */
  nav {
    display: none;
    /* Managed by mobile class toggle in JS */
  }

  /* Mobile overlay already defined; ensure it covers full viewport */
  .nav-mobile-overlay {
    /* already fixed full-screen */
  }

  /* Adjust hero layout */
  #hero {
    height: auto;
    min-height: auto;
    padding-bottom: 20px !important;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-content {
    padding-top: 75px;
    padding-bottom: 10px;
  }

  .hero-left-col {
    align-items: center !important;
    text-align: center !important;
  }

  .hero-badge-tag {
    text-align: center !important;
    margin: 0 auto 12px auto !important;
  }

  .hero-main-title {
    font-size: clamp(1.65rem, 6.2vw, 2.05rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    margin-bottom: 16px !important;
  }

  .hero-main-title .reveal-line {
    line-height: 1.15 !important;
  }

  .hero-cta-buttons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 24px !important;
    flex-wrap: nowrap !important;
  }

  .hero-cta-buttons .btn {
    white-space: nowrap !important;
    font-size: clamp(0.76rem, 3.2vw, 0.88rem) !important;
    padding: 12px clamp(10px, 3vw, 18px) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    line-height: 1 !important;
  }

  .hero-subtitle {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .hero-cta-group {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .strip-header {
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    gap: 16px;
    margin-bottom: 24px;
  }

  /* Equal Mobile Heading Typography across all Sections (matching "Shows Produced By Us") */
  .sec-title,
  .produced-title,
  .brands-section-label,
  .brand-title,
  .strip-header h2,
  .side-block-title,
  .cta-title,
  #shows .sec-title,
  .why-text-col .sec-title,
  .intro-left-block .sec-title,
  .effective-left-block .sec-title,
  .brand-effective-left .sec-title,
  .partnerships-header .sec-title {
    font-size: clamp(1.65rem, 6.2vw, 1.95rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
  }

  .strip-header h2 {
    white-space: normal !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .mobile-line {
    white-space: nowrap !important;
  }

  .strip-header p {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .strip-header .sec-tag {
    align-self: center !important;
    text-align: center !important;
    margin: 0 auto 12px auto !important;
  }

  .final-cta,
  .cta-banner {
    align-items: center !important;
    text-align: center !important;
  }

  .cta-title {
    text-align: center !important;
  }

  .final-cta p,
  .cta-banner p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cta-buttons {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  :root {
    --section-spacing: 36px;
  }

  nav {
    display: none;
    /* Managed by mobile class toggle in JS */
  }

  .strip-header-line {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-container {
    height: 72px;
  }

  .logo-image {
    height: 36px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-title {
    font-size: 2.85rem;
  }

  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .hero-ctas .btn {
    width: 100%;
  }

  .carousel-card {
    width: 170px;
    height: 255px;
  }

  .carousel-card.prev {
    transform: translate(-50%, -50%) translate3d(-100px, 0, -30px) scale(0.85) rotateY(15deg);
  }

  .carousel-card.next {
    transform: translate(-50%, -50%) translate3d(100px, 0, -30px) scale(0.85) rotateY(-15deg);
  }

  .carousel-glow {
    width: 200px;
    height: 280px;
  }

  .sec-title {
    font-size: clamp(1.65rem, 6.2vw, 1.95rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-line {
    left: 59px;
  }

  .timeline-wrapper {
    padding-left: 24px;
  }

  .sec4-camera-box {
    height: 300px;
  }

  .sec4-features-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-banner {
    padding: 60px 24px;
  }

  .cta-title {
    font-size: clamp(1.65rem, 6.2vw, 1.95rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Extra Small Mobile (Max 480px) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 2.25rem;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile menu open overlay class */
.mobile-nav-active {
  overflow: hidden !important;
}

.nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(5, 5, 8, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 24px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.97);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s ease;
}

.nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: scale(1);
}

.nav-mobile-overlay ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin-bottom: 48px;
}

.nav-mobile-overlay ul li a {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-fast);
}

.nav-mobile-overlay ul li a:hover {
  color: var(--gold-accent);
}

.close-mobile-nav {
  display: none !important;
}

/* Custom Tracking Cursor */
@media (pointer: fine) {

  html.has-custom-cursor * {
    cursor: none !important;
  }

  .custom-cursor-dot {
    width: 6px;
    height: 6px;
    background-color: var(--accent-orange);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0);
    transition: width 0.2s, height 0.2s, background-color 0.2s, opacity 0.2s, transform 0.08s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 0 8px rgba(255, 123, 58, 0.8);
  }

  .custom-cursor-ring {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 123, 58, 0.6);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0);
    background-color: rgba(255, 123, 58, 0.05);
    box-shadow: 0 0 16px rgba(255, 123, 58, 0.35);
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      transform 0.08s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  }

  .cursor-text {
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #050505;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
  }

  /* Hover States */
  .cursor-hover .custom-cursor-dot {
    background-color: #FFFFFF;
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0) scale(0.6);
  }

  .cursor-hover .custom-cursor-ring {
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0) scale(1.4);
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  }

  /* Movement State: Dynamic scale and glow pulsation */
  .cursor-moving:not(.cursor-hover):not(.cursor-play):not(.cursor-view) .custom-cursor-ring {
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0) scale(1.2);
    box-shadow: 0 0 24px rgba(255, 123, 58, 0.65);
    border-color: rgba(255, 123, 58, 0.85);
    background-color: rgba(255, 123, 58, 0.08);
  }

  .cursor-moving:not(.cursor-hover):not(.cursor-play):not(.cursor-view) .custom-cursor-dot {
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0) scale(0.85);
    box-shadow: 0 0 10px rgba(255, 123, 58, 0.9);
  }

  /* Hover Contextual: PLAY / VIEW */
  .cursor-play .custom-cursor-ring,
  .cursor-view .custom-cursor-ring {
    width: 72px;
    height: 72px;
    background-color: var(--gold-accent);
    border-color: var(--gold-accent);
    box-shadow: 0 0 25px var(--gold-glow-strong);
  }

  .cursor-play .cursor-text,
  .cursor-view .cursor-text {
    opacity: 1;
  }

  .cursor-play .custom-cursor-dot,
  .cursor-view .custom-cursor-dot {
    opacity: 0;
    transform: translate3d(var(--mouse-x, -100px), var(--mouse-y, -100px), 0) translate3d(-50%, -50%, 0) scale(0);
  }
}

/* If JavaScript or a CDN animation dependency is unavailable, keep all hero
   content readable instead of leaving GSAP's initial hidden states on screen. */
html:not(.animations-ready) .hero-main-title .reveal-word {
  transform: translateY(0) !important;
}

@media (pointer: coarse) {

  .custom-cursor-dot,
  .custom-cursor-ring {
    display: none !important;
  }
}

/* --- Cinematic Preloader --- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #050816;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.loader-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.loader-logo {
  filter: drop-shadow(0 0 15px rgba(124, 92, 255, 0.4));
}

.loader-brand {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-top: 10px;
}

.loader-brand span {
  color: var(--accent-orange);
}

.loader-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* Hide the progress bar as requested by creative direction */
.loader-bar-bg {
  display: none;
}

.loader-status-text {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

/* --- MOCKUP HERO LAYOUT OVERRIDES --- */
.hero-bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.media-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  pointer-events: none;
}

.media-layer.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: none;
}

.bg-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.42);
  pointer-events: none;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}

.media-layer.active .bg-media-img {
  transform: scale(1);
  pointer-events: none;
}

.vignette-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 20%, rgba(5, 8, 22, 0.95) 90%),
    linear-gradient(to bottom, rgba(5, 8, 22, 0.4) 0%, rgba(5, 8, 22, 1) 100%);
  pointer-events: none;
}

@media (max-width: 992px) {

  /* On mobile: Disable and hide all hero 3D canvas, background animations, videos & carousel media */
  #hero-canvas-container,
  #hero-canvas,
  .hero-overlay,
  .hero-bg-media,
  .hero-bg-media video,
  .media-layer,
  .bg-media-img,
  .vignette-overlay {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  #hero {
    background: radial-gradient(circle at 50% 15%, rgba(124, 92, 255, 0.12) 0%, #050816 75%) !important;
  }

  .hero-main-row {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-left-col,
  .hero-right-col {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

.hero-main-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.hero-left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 5;
}

.hero-badge-tag {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-main-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4.2vw, 3.8rem);
  font-weight: 900;
  line-height: 1.06;
  color: var(--text-white);
  margin-bottom: 16px;
  letter-spacing: -0.025em;
}

.accent-orange-text,
.hero-main-title .reveal-word.accent-orange-text,
.sec-title .reveal-word.accent-orange-text,
.sec-title .accent-orange-text,
.reveal-inner-about .accent-orange-text {
  background: linear-gradient(135deg, #FF7B3A 0%, #FFB075 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.hero-description {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: var(--text-secondary);
  max-width: 520px;
  line-height: 1.65;
  margin-bottom: 22px;
  font-weight: 400;
}

.hero-streaming-info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 22px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.stream-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stream-logo-img {
  height: 28px;
  width: auto;
  object-fit: contain;
  border-radius: 20px;
}

.hero-streaming-info .divider {
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.85rem;
}

.stream-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mini-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.mini-icon:hover {
  color: var(--text-white);
}

.hero-cta-buttons {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}

.btn-primary-purple {
  background-color: var(--accent-purple);
  color: var(--text-white);
  border: 1px solid var(--accent-purple);
  box-shadow: 0 8px 24px var(--accent-purple-glow);
  transition: var(--transition-smooth);
}

.btn-primary-purple:hover {
  background-color: transparent;
  color: var(--text-white);
  border-color: var(--text-white);
  box-shadow: none;
}

.btn-primary-orange {
  background-color: var(--accent-orange);
  color: var(--text-white);
  border: 1px solid var(--accent-orange);
  box-shadow: 0 8px 24px var(--accent-orange-glow);
  transition: var(--transition-smooth);
}

.btn-primary-orange:hover {
  background-color: transparent;
  color: var(--text-white);
  border-color: var(--text-white);
  box-shadow: none;
}

.btn-outline-white {
  background-color: transparent;
  color: var(--text-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition-smooth);
}

.btn-outline-white:hover {
  background-color: var(--text-white);
  color: #050816;
  border-color: var(--text-white);
}

.arrow-icon {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-hover-effect:hover .arrow-icon {
  transform: translateX(5px);
}

.scroll-explore-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
}

.mouse-icon {
  width: 14px;
  height: 20px;
  stroke: currentColor;
}

.scroll-explore-cue span {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero-right-col {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}

.hero-featured-card {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  border-radius: 22px;
  padding: 18px 20px 20px 20px;
  border: 1.5px solid rgba(138, 92, 246, 0.22);
  background: #0B0E1E;
  background: linear-gradient(180deg, #101428 0%, #0B0E1E 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 5;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .hero-featured-card:not(.active) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 380px;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
    transform: translateY(15px);
  }

  .hero-featured-card:not(.active) * {
    pointer-events: none !important;
    cursor: default !important;
  }

  .hero-featured-card.active {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-right-col {
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-featured-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 16px 18px 16px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    margin: 0 !important;
  }

  .show-card-side-logo-wrap {
    flex: 0 0 65px !important;
    width: 65px !important;
    height: 65px !important;
  }

  .show-card-side-logo {
    max-width: 65px !important;
    max-height: 65px !important;
  }

  .hero-cta-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .hero-cta-buttons .btn {
    flex: 1 1 auto !important;
    min-width: 140px !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .featured-card-nav {
    display: none !important;
  }

  /* Disable glass animations and shine sweep reflections on mobile */
  .hero-featured-card::after,
  .glass-panel::after,
  .tilt-card::after,
  .show-card::after,
  .op-card::after,
  .wheel-card-glass-sheen,
  .wheel-card-border-beam,
  .shows-light-sweep,
  .card-glow {
    display: none !important;
    animation: none !important;
    background: none !important;
    opacity: 0 !important;
  }
}

/* Glass Card Shine Sweep Reflection */
.hero-featured-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg,
      transparent 35%,
      rgba(255, 255, 255, 0.12) 50%,
      transparent 65%);
  background-size: 250% 250%;
  background-position: -150% -150%;
  transition: background-position 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
  z-index: 10;
  border-radius: inherit;
}

.hero-featured-card:hover::after {
  background-position: 150% 150%;
}

.featured-card-tag {
  font-size: 0.65rem;
  font-weight: 800;
  color: #FF6B35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.featured-card-title {
  font-family: var(--font-body), sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #FFFFFF !important;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2;
}

.featured-card-desc {
  font-size: 0.84rem;
  color: #9CA3AF;
  line-height: 1.45;
  margin-bottom: 12px;
  font-weight: 400;
}

.featured-card-categories {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  margin-bottom: 12px;
}

.cat-label {
  font-size: 0.64rem;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 6px;
}

.cat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cat-badge {
  font-size: 0.72rem;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 13px;
  border-radius: 9999px;
}

.cat-badge-more {
  font-size: 0.72rem;
  font-weight: 700;
  color: #FF7B3A;
  background: rgba(255, 123, 58, 0.1);
  border: 1px solid rgba(255, 123, 58, 0.35);
  padding: 5px 11px;
  border-radius: 9999px;
}

.featured-card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  margin-top: auto;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;

}

.hero-watch-btn {
  flex: 1;
  min-width: 0;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #FF9E66 0%, #FF7B3A 100%);
  color: #050816 !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
  padding: 0 10px;
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 25;
  transform: translateZ(45px);
  box-shadow: 0 4px 18px rgba(255, 123, 58, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  box-sizing: border-box;
}

.hero-watch-btn svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.hero-watch-btn:hover {
  transform: translateY(-2px) translateZ(45px);
  background: linear-gradient(135deg, #FFB080 0%, #FF8A47 100%);
  color: #000000 !important;
  box-shadow: 0 6px 24px rgba(255, 123, 58, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero-watch-btn:hover svg {
  transform: scale(1.18);
}

.hero-featured-card .play-trailer-btn {
  flex: 1;
  min-width: 0;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #141728;
  background: linear-gradient(180deg, #181C30 0%, #121524 100%);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 123, 58, 0.35);
  border-radius: 9999px;
  padding: 0 10px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-featured-card .play-trailer-btn:hover {
  background: linear-gradient(180deg, #202540 0%, #171A2E 100%);
  border-color: rgba(255, 123, 58, 0.6);
  box-shadow: 0 6px 20px rgba(255, 123, 58, 0.2);
  transform: translateY(-1px);
}

.play-icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF7B3A 0%, #FF9E66 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(255, 123, 58, 0.4);
  font-size: 0.65rem;
  padding-left: 2px;
  transition: transform 0.3s ease;
}

.trailer-duration {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Originals Carousel Row */
.hero-carousel-row {
  margin-top: auto;
  width: 100%;
  z-index: 5;
}

.carousel-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 8px;
}

.carousel-section-label {
  font-size: 0.65rem;
  font-weight: 900;
  color: var(--text-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.carousel-arrows {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.arrow-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.arrow-btn:hover {
  background: var(--text-white);
  color: #050816;
  border-color: var(--text-white);
}

.originals-carousel-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.original-carousel-card {
  background: rgba(14, 16, 36, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.original-carousel-card.active {
  background: rgba(255, 123, 58, 0.05);
  border-color: var(--accent-orange);
  box-shadow: 0 0 20px rgba(255, 123, 58, 0.1);
}

.card-image-container {
  position: relative;
  width: 60px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.original-carousel-card:hover img {
  transform: scale(1.08);
}

.placeholder-dark-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #111 0%, #222 100%);
}

.card-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 8, 22, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.original-carousel-card.active .card-play-overlay {
  opacity: 1;
}

.play-arrow {
  color: var(--text-white);
  font-size: 0.85rem;
  background: var(--accent-orange);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  box-shadow: 0 0 10px rgba(255, 123, 58, 0.4);
}

.card-details h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.original-carousel-card.active .card-details h4 {
  color: var(--accent-orange);
}

.card-details p {
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.3;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- STORY SCROLL SECTION (COMMON FOR PINNING) --- */
.story-scroll-section {
  position: relative;
  height: auto !important;
  background: #050816;
  overflow: visible;
  padding: 80px 0;
}

.story-scroll-section .sticky-container {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  z-index: 2;
}

.radial-gradient-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(124, 92, 255, 0.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  will-change: opacity, transform;
}

.floating-particles-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 123, 58, 0.15) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
}

/* Gold eyebrow title */
.sec-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--accent-orange, #FF7B3A);
  /* Gold/orange accent color matching hero */
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* --- BRAND INTRO SECTION --- */
.brand-intro-section {
  /* height defined by .story-scroll-section */
}

.brand-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  /* Left 45%, Right 55% */
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.intro-left-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  will-change: transform, opacity, filter;
}

.intro-right-block {
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform, opacity;
}

.cinematic-video-box {
  position: relative;
  width: 100%;
  max-width: 580px;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: scale(1);
  will-change: transform, filter;
  z-index: 2;
}

.video-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}

.video-play-btn-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: var(--text-white);
  color: #050816;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  padding-left: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  /* Gentle pulsing keyframe or GSAP handled */
}

/* --- BRAND EFFECTIVE SECTION --- */
.brand-effective-section {
  /* height defined by .story-scroll-section */
}

.brand-effective-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  /* Left 45%, Right 55% */
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.effective-left-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  will-change: transform, opacity;
}

.effective-left-block .sec-title {
  font-size: clamp(2.1rem, 2.9vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.effective-right-block {
  display: flex;
  flex-direction: column;
  will-change: transform, opacity;
}

.effectiveness-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.effect-card {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(14, 16, 36, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.effect-card:hover {
  border-color: rgba(255, 123, 58, 0.3);
  background: rgba(20, 24, 52, 0.55);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 123, 58, 0.08);
  transform: translateY(-2px);
}

.effect-card-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.effect-card-content h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 4px;
  line-height: 1.25;
}

.effect-card-content p {
  font-size: 0.86rem;
  color: var(--text-gray);
  line-height: 1.55;
  font-weight: 400;
}

/* Responsive Fallbacks to prevent sticky layout break on touch screens */
@media (max-width: 991px) {
  .story-scroll-section {
    height: auto !important;
    padding: 36px 0 !important;
  }

  .story-scroll-section .sticky-container {
    position: relative !important;
    height: auto !important;
    padding: 0 !important;
  }

  .why-digikore-section {
    padding: 36px 0 !important;
  }

  .brand-intro-grid,
  .brand-effective-grid,
  .why-digikore-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro-left-block,
  .effective-left-block,
  .effective-right-block,
  .brand-effective-left,
  .why-counter-col,
  .why-text-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .intro-left-block .sec-tag,
  .effective-left-block .sec-tag,
  .effective-right-block .sec-tag,
  .brand-effective-left .sec-tag,
  .why-counter-col .sec-tag,
  .why-text-col .sec-tag {
    align-self: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .intro-left-block .sec-title,
  .effective-left-block .sec-title,
  .brand-effective-left .sec-title,
  .why-text-col .sec-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .intro-left-block .sec-desc,
  .effective-left-block .sec-desc,
  .brand-effective-left .sec-desc,
  .why-text-col .sec-desc {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .effectiveness-cards {
    width: 100% !important;
    max-width: 580px;
    margin: 0 auto !important;
  }

  .massive-counter {
    align-items: center !important;
    text-align: center !important;
  }
}

/* --- WHY DIGIKORE SECTION --- */
.why-digikore-section {
  height: auto !important;
  padding: 80px 0;
}

.why-digikore-section .sticky-container {
  height: auto !important;
  position: relative !important;
  display: block !important;
}

.why-digikore-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.why-counter-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  will-change: transform, opacity, filter;
}

.massive-counter {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.massive-counter .count-number {
  font-family: var(--font-heading);
  font-size: clamp(5.5rem, 9.5vw, 9rem);
  font-weight: 900;
  line-height: 0.88;
  background: linear-gradient(135deg, #FF7B3A 0%, #7C5CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
}

.counter-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-top: 10px;
}

.why-text-col {
  will-change: transform, opacity;
}

.why-text-col .sec-title {
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.14;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.why-text-col .sec-desc {
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.68;
  color: var(--text-secondary);
  margin-bottom: 16px;
  will-change: transform, opacity;
}

.why-graphic-col {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  will-change: transform, opacity, filter;
}

/* --- STUDIOS GALLERY & LOGO CAROUSEL --- */
.studios-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (min-width: 769px) {
  .studios-gallery-container[data-slide="2"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .why-graphic-col {
    min-height: auto;
    gap: 28px;
  }

  .studios-gallery-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  .studios-gallery-container[data-slide="2"] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  .logo-carousel-controls {
    display: none !important;
  }
}

.logo-carousel-controls {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 10;
}

.logo-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: rgba(14, 16, 36, 0.6);
  color: var(--text-white);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 0;
}

.logo-nav-btn:hover {
  background: var(--accent-orange, #FF7B3A);
  border-color: var(--accent-orange, #FF7B3A);
  color: #050816;
  box-shadow: 0 0 15px rgba(255, 123, 58, 0.3);
}

.logo-indicators {
  display: flex;
  gap: 6px;
  align-items: center;
}

.logo-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.logo-indicator.active {
  background: var(--accent-orange, #FF7B3A);
  width: 22px;
  border-radius: 4px;
}

.gallery-title {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--accent-orange);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 5px;
  opacity: 0.9;
  text-align: center;
}

.studios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

.studio-card {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
  cursor: pointer;
}

.studio-card img {
  max-width: 78%;
  max-height: 52%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%) scale(0.8);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  pointer-events: none;
}

/* Hover effects */
.studio-card:hover {
  transform: translateY(-4px) scale(1.03);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.studio-card:hover img {
  transform: scale(1.05);
}

.studio-card:hover .card-glow {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}

/* Brand specific hover glows */
.studio-card[data-brand="netflix"]:hover {
  border-color: rgba(229, 9, 20, 0.45);
  box-shadow: 0 10px 25px rgba(229, 9, 20, 0.15);
}

.studio-card[data-brand="netflix"] .card-glow {
  background: radial-gradient(circle, rgba(229, 9, 20, 0.25) 0%, rgba(229, 9, 20, 0) 70%);
}

.studio-card[data-brand="disney"]:hover {
  border-color: rgba(0, 114, 210, 0.45);
  box-shadow: 0 10px 25px rgba(0, 114, 210, 0.15);
}

.studio-card[data-brand="disney"] .card-glow {
  background: radial-gradient(circle, rgba(0, 114, 210, 0.25) 0%, rgba(0, 114, 210, 0) 70%);
}

.studio-card[data-brand="prime"]:hover {
  border-color: rgba(0, 168, 225, 0.45);
  box-shadow: 0 10px 25px rgba(0, 168, 225, 0.15);
}

.studio-card[data-brand="prime"] .card-glow {
  background: radial-gradient(circle, rgba(0, 168, 225, 0.25) 0%, rgba(0, 168, 225, 0) 70%);
}

.studio-card[data-brand="marvel"]:hover {
  border-color: rgba(237, 29, 36, 0.45);
  box-shadow: 0 10px 25px rgba(237, 29, 36, 0.15);
}

.studio-card[data-brand="marvel"] .card-glow {
  background: radial-gradient(circle, rgba(237, 29, 36, 0.25) 0%, rgba(237, 29, 36, 0) 70%);
}

.studio-card[data-brand="apple"]:hover {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}

.studio-card[data-brand="apple"] .card-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
}

.studio-card[data-brand="sony"]:hover {
  border-color: rgba(30, 93, 169, 0.45);
  box-shadow: 0 10px 25px rgba(30, 93, 169, 0.15);
}

.studio-card[data-brand="sony"] .card-glow {
  background: radial-gradient(circle, rgba(30, 93, 169, 0.25) 0%, rgba(30, 93, 169, 0) 70%);
}

.studio-card[data-brand="hulu"]:hover {
  border-color: rgba(28, 231, 131, 0.45);
  box-shadow: 0 10px 25px rgba(28, 231, 131, 0.15);
}

.studio-card[data-brand="hulu"] .card-glow {
  background: radial-gradient(circle, rgba(28, 231, 131, 0.25) 0%, rgba(28, 231, 131, 0) 70%);
}

.studio-card[data-brand="universal"]:hover {
  border-color: rgba(181, 151, 87, 0.45);
  box-shadow: 0 10px 25px rgba(181, 151, 87, 0.15);
}

.studio-card[data-brand="universal"] .card-glow {
  background: radial-gradient(circle, rgba(181, 151, 87, 0.25) 0%, rgba(181, 151, 87, 0) 70%);
}

.studio-card[data-brand="warner"]:hover {
  border-color: rgba(13, 62, 134, 0.45);
  box-shadow: 0 10px 25px rgba(13, 62, 134, 0.15);
}

.studio-card[data-brand="warner"] .card-glow {
  background: radial-gradient(circle, rgba(13, 62, 134, 0.25) 0%, rgba(13, 62, 134, 0) 70%);
}

.studio-card[data-brand="cbs"]:hover {
  border-color: rgba(0, 148, 218, 0.45);
  box-shadow: 0 10px 25px rgba(0, 148, 218, 0.15);
}

.studio-card[data-brand="cbs"] .card-glow {
  background: radial-gradient(circle, rgba(0, 148, 218, 0.25) 0%, rgba(0, 148, 218, 0) 70%);
}


@media (max-width: 480px) {
  .studios-grid {
    gap: 8px;
  }

  .studio-card {
    height: 70px;
    padding: 8px;
    border-radius: 12px;
  }
}

/* --- BRANDS LOGO GRID --- */
.brands-section {
  /* height set by .story-scroll-section */
}

.brands-section .container {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  padding: 0 40px;
}

.brands-wrapper {
  text-align: center;
  position: relative;
  z-index: 3;
}

.brands-section-label {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.4vw, 3rem) !important;
  font-weight: 800;
  letter-spacing: -0.015em;
  display: block;
  margin-bottom: 16px;
  line-height: 1.15;
  will-change: transform, opacity;
}

.brands-section-desc {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
  will-change: transform, opacity;
}

.brands-logo-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto 30px;
  will-change: transform;
}

.logo-tile {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  height: 64px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity, filter;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.logo-tile:hover {
  background: #ffffff;
  border-color: rgba(255, 123, 58, 0.4);
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 16px rgba(255, 123, 58, 0.12);
}

.logo-tile img {
  max-height: 100%;
  max-width: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-tile.text-logo-more {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px dashed rgba(255, 255, 255, 0.15) !important;
  color: var(--text-gray) !important;
}

.logo-tile.text-logo-more:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 123, 58, 0.35) !important;
  color: #ffffff !important;
}

/* Responsive Brands Section Styling */
@media (max-width: 1400px) {
  .brands-section .container {
    padding: 0 24px;
  }

  .brands-logo-grid {
    gap: 16px;
  }

  .logo-tile {
    height: 56px;
    padding: 10px 16px;
    border-radius: 14px;
  }

  .logo-tile img {
    max-width: 100px;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .brands-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .brands-section .container {
    padding: 0 16px;
    width: 100%;
  }

  .brands-logo-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .logo-tile {
    height: 60px !important;
    padding: 8px 14px !important;
    border-radius: 12px !important;
    width: 100% !important;
  }

  .logo-tile img {
    max-width: 85% !important;
    max-height: 42px !important;
  }

  .logo-tile.text-logo-more {
    grid-column: span 2 !important;
    width: 100% !important;
    justify-content: center !important;
    height: 48px !important;
  }
}

.logo-tile.text-logo {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.45);
}

.logo-tile.text-logo:hover {
  color: var(--text-white);
}

.text-logo-more {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  font-style: italic;
}

/* --- SECTION 1: DISTRIBUTION WHEEL REDESIGN --- */
.distribution-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #05060f;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .distribution-section {
    height: 100vh;
    min-height: 700px;
    max-height: 1080px;
  }
}

@media (max-width: 768px) {
  .distribution-section {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 36px 0 !important;
  }
}

.distribution-sticky-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .distribution-sticky-container {
    height: auto;
    display: block;
  }
}

.dist-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 51, 234, 0.08) 0%, transparent 70%);
  filter: blur(100px);
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.dist-bg-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 50%, rgba(14, 16, 36, 0.4) 0%, rgba(5, 6, 15, 0.95) 80%);
  pointer-events: none;
  z-index: 0;
}

.distribution-layout {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .distribution-layout {
    height: 100%;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .distribution-layout {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    gap: 50px;
  }
}

.dist-left-col {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .dist-left-col {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .dist-left-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dist-left-col .sec-tag {
    align-self: center !important;
    text-align: center !important;
    margin: 0 auto 12px auto !important;
  }

  .dist-left-col .side-block-title {
    text-align: center !important;
  }

  .dist-left-col .side-block-desc {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.dist-left-col .sec-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--accent-orange, #FF7B3A);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dist-left-col .side-block-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 16px 0;
  background: linear-gradient(135deg, #FFFFFF 30%, #FF9E66 70%, var(--accent-orange) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.dist-left-col .side-block-desc {
  font-size: 1rem;
  color: #a0a0b0;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 24px 0;
  max-width: 480px;
}

.dist-divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(162, 155, 254, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .dist-divider-line {
    margin: 0 auto 24px auto;
    max-width: 200px;
  }
}

.dynamic-detail-card {
  width: 100%;
  max-width: 440px;
  background: rgba(14, 16, 36, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: left;
  box-sizing: border-box;
}

.dynamic-card-content {
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 1;
  transform: translateY(0);
}

.dynamic-card-content.fade-out {
  opacity: 0;
  transform: translateY(8px);
}

.dynamic-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.dynamic-card-icon-wrapper {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  flex-shrink: 0;
}

#dyn-icon {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}

.dynamic-card-icon-wrapper svg {
  width: 28px;
  height: 28px;
  color: var(--accent-orange, #FF7B3A);
}

.dynamic-card-meta {
  display: flex;
  flex-direction: column;
}

.dynamic-card-category {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-orange, #FF7B3A);
  margin-bottom: 2px;
}

.dynamic-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  display: flex;
  align-items: center;
}

.dyn-title-logo {
  height: 24px;
  width: auto;
  display: block;
  object-fit: contain;
}

.dynamic-card-desc {
  font-size: 0.9rem;
  color: #a0a0b0;
  line-height: 1.5;
  margin: 0 0 18px 0;
  font-weight: 300;
  min-height: 54px;
}

.dynamic-card-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.dynamic-card-bullets li {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  gap: 6px;
}

.dynamic-card-bullets li::before {
  content: "•";
  color: var(--accent-orange, #FF7B3A);
  font-weight: bold;
}

.dynamic-card-footer {
  display: flex;
  align-items: center;
}

.dynamic-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dynamic-card-cta:hover {
  color: var(--accent-orange, #FF7B3A);
}

.dynamic-card-cta .arrow-right {
  transition: transform 0.3s ease;
  display: inline-block;
}

.dynamic-card-cta:hover .arrow-right {
  transform: translateX(4px);
}

.dist-right-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .dist-right-col {
    width: 55%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .dist-right-col {
    width: 100%;
    height: auto;
  }
}

.distribution-wheel-outer {
  position: relative;
  width: 560px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  perspective: 1000px;
  flex-shrink: 0;
}

.wheel-orbit-ring {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  z-index: 1;
  pointer-events: none;
}

.wheel-orbit-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 51, 234, 0.06) 0%, transparent 70%);
  filter: blur(30px);
  z-index: 0;
  pointer-events: none;
}

.wheel-orbit-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.dist-dust-particle {
  position: absolute;
  background: #FFD700;
  border-radius: 50%;
  opacity: var(--alpha, 0.1);
  animation: dust-float infinite linear;
  will-change: transform, opacity;
}

@keyframes dust-float {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }

  50% {
    opacity: var(--alpha);
  }

  100% {
    transform: translateY(-80px) translateX(var(--drift-x, 20px));
    opacity: 0;
  }
}

.wheel-center-hub {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: radial-gradient(circle, rgba(14, 16, 36, 0.95) 0%, rgba(5, 6, 15, 1) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
}

.hub-center-glow {
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 51, 234, 0.2) 0%, transparent 70%);
  filter: blur(10px);
  z-index: -1;
  animation: hub-glow-pulse 4s ease-in-out infinite alternate;
}

@keyframes hub-glow-pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.hub-logo-img {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub-logo-img img {
  max-width: 100%;
  height: auto;
  opacity: 0.85;
}

.wheel-circular-dial {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform-style: preserve-3d;
  pointer-events: none;
}

.wheel-nodes-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

/* Moving Border Beam & Glass Sheen Animations */
@property --border-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes spinBorderBeam {
  0% {
    --border-angle: 0deg;
  }

  100% {
    --border-angle: 360deg;
  }
}

@keyframes glassSheenSweep {
  0% {
    transform: translateX(-160%) skewX(-25deg);
  }

  35%,
  100% {
    transform: translateX(240%) skewX(-25deg);
  }
}

.wheel-card {
  position: absolute;
  transform-style: preserve-3d;
  cursor: pointer;
  z-index: 4;
  user-select: none;
  width: 225px;
  height: 70px;
  pointer-events: auto;
}

.wheel-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(20, 22, 45, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  box-sizing: border-box;
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease, transform 0.4s ease;
}

/* Moving Border Beam tracing around rounded card edge - Image 2 exact animation */
.wheel-card-border-beam {
  position: absolute;
  inset: -1.5px;
  border-radius: 17.5px;
  padding: 1.5px;
  background: conic-gradient(from var(--border-angle),
      transparent 50%,
      rgba(255, 123, 58, 0.15) 68%,
      #FF7B3A 82%,
      #FF3D00 94%,
      #FF8C00 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.35;
  transition: opacity 0.4s ease;
  animation: spinBorderBeam 4s linear infinite;
  z-index: 2;
}

/* Moving Glass Sheen Sweep */
.wheel-card-glass-sheen {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 60%;
  height: 200%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.02) 20%,
      rgba(255, 255, 255, 0.25) 50%,
      rgba(255, 255, 255, 0.02) 80%,
      transparent 100%);
  transform: translateX(-160%) skewX(-25deg);
  pointer-events: none;
  z-index: 3;
}

.wheel-card.active .wheel-card-glass-sheen {
  animation: glassSheenSweep 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.wheel-card:hover .wheel-card-glass-sheen {
  animation: glassSheenSweep 1.6s ease-in-out;
}

/* Subtle top static glass highlight */
.wheel-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 15px 15px 0 0;
  pointer-events: none;
  z-index: 1;
}

/* Bottom edge accent glow line - Image 2 exact light bar */
.wheel-card-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 2.5px;
  background: linear-gradient(90deg, transparent 0%, #FF7B3A 25%, #FF3D00 50%, #FF7B3A 75%, transparent 100%);
  opacity: 0.4;
  box-shadow: 0 2px 10px rgba(255, 90, 0, 0.5);
  transition: opacity 0.4s ease, height 0.4s ease, box-shadow 0.4s ease;
  pointer-events: none;
  z-index: 4;
}

.wheel-card:hover .wheel-card-inner {
  border-color: rgba(255, 123, 58, 0.5);
  background: linear-gradient(135deg, rgba(32, 34, 62, 0.96) 0%, rgba(16, 18, 38, 0.98) 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55), 0 0 22px rgba(255, 123, 58, 0.22);
}

.wheel-card:hover .wheel-card-border-beam {
  opacity: 0.85;
  animation-duration: 2.8s;
}

.wheel-card:hover .wheel-card-inner::after {
  opacity: 0.9;
  height: 3px;
  box-shadow: 0 3px 14px rgba(255, 90, 0, 0.7);
}

.wheel-card.active .wheel-card-inner {
  border-color: rgba(255, 123, 58, 0.9);
  background: linear-gradient(135deg, rgba(38, 36, 68, 0.98) 0%, rgba(14, 15, 34, 0.98) 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 123, 58, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.wheel-card.active .wheel-card-border-beam {
  opacity: 1;
  animation-duration: 2.2s;
}

.wheel-card.active .wheel-card-inner::after {
  opacity: 1;
  left: 0%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #FF9E59 15%, #FF5500 50%, #FF9E59 85%, transparent 100%);
  box-shadow: 0 4px 18px rgba(255, 90, 0, 0.85);
}

.wheel-card.active:hover .wheel-card-inner {
  border-color: #FF7B3A;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 38px rgba(255, 123, 58, 0.48);
}

/* Icon Box inside card - rounded square container matching Image 2 */
.wheel-card-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  z-index: 4;
}

.wheel-card-icon-box img {
  max-height: 26px;
  max-width: 30px;
  object-fit: contain;
  filter: grayscale(60%) opacity(0.75);
  transition: all 0.3s ease;
}

.wheel-card.active .wheel-card-icon-box img,
.wheel-card:hover .wheel-card-icon-box img {
  filter: grayscale(0%) opacity(1);
}

.wheel-card.active .wheel-card-icon-box {
  background: rgba(255, 123, 58, 0.16);
  border-color: rgba(255, 123, 58, 0.75);
  box-shadow: 0 0 15px rgba(255, 123, 58, 0.35);
}

.wheel-card-icon-box svg {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.wheel-card.active .wheel-card-icon-box svg,
.wheel-card:hover .wheel-card-icon-box svg {
  color: #FF7B3A;
}

/* Text Section */
.wheel-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  text-align: left;
  overflow: hidden;
  flex: 1;
  margin-left: 11px;
  z-index: 4;
}

.wheel-card-title {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-align: left;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.wheel-card.active .wheel-card-title,
.wheel-card:hover .wheel-card-title {
  color: #FFFFFF;
}

.wheel-card-tag {
  font-size: 0.62rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  text-align: left;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.wheel-card.active .wheel-card-tag {
  color: #FF7B3A;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 123, 58, 0.4);
}

.wheel-card:hover .wheel-card-tag {
  color: rgba(255, 255, 255, 0.75);
}

/* Right Arrow Indicator matching Image 2 */
.wheel-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
  margin-left: 6px;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
  z-index: 4;
}

.wheel-card-arrow svg {
  stroke: rgba(255, 255, 255, 0.35);
  transition: stroke 0.3s ease, filter 0.3s ease;
}

.wheel-card.active .wheel-card-arrow svg,
.wheel-card:hover .wheel-card-arrow svg {
  stroke: #FF7B3A;
  filter: drop-shadow(0 0 6px rgba(255, 123, 58, 0.6));
}

.wheel-card.active .wheel-card-arrow,
.wheel-card:hover .wheel-card-arrow {
  transform: translateX(4px);
}

@media (min-width: 769px) and (max-width: 1300px) {
  .distribution-wheel-outer {
    width: 440px;
    height: 440px;
  }

  .wheel-orbit-ring {
    width: 380px;
    height: 380px;
  }

  .wheel-orbit-glow {
    width: 400px;
    height: 400px;
  }

  .wheel-card {
    width: 190px;
    height: 62px;
  }

  .wheel-card-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .wheel-card-title {
    font-size: 0.72rem;
  }

  .wheel-card-tag {
    font-size: 0.55rem;
  }
}

@media (max-width: 768px) {
  .distribution-wheel-outer {
    width: 320px;
    height: 320px;
    margin: 20px auto 0 auto;
  }

  .wheel-orbit-ring {
    width: 260px;
    height: 260px;
  }

  .wheel-orbit-glow {
    width: 280px;
    height: 280px;
  }

  .wheel-center-hub {
    width: 100px;
    height: 100px;
  }

  .hub-logo-img {
    width: 50px;
  }

  .wheel-card {
    width: 165px;
    height: 56px;
  }

  .wheel-card-inner {
    padding: 8px 10px;
    border-radius: 13px;
  }

  .wheel-card-icon-box {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .wheel-card-title {
    font-size: 0.68rem;
  }

  .wheel-card-tag {
    font-size: 0.52rem;
  }
}



/* --- SECTION 2: BRAND SHOWCASE --- */
.brand-showcase-section {
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.brand-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.showcase-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.showcase-cards-col {
  width: 100%;
}

#brand-showcase .sec-title {
  max-width: 100%;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.15;
  margin-bottom: 20px;
}

#brand-showcase .sec-desc {
  max-width: 580px;
}

.explore-ops-btn {
  margin-top: 25px;
}

.feat-list-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feat-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(14, 16, 36, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}

.feat-list-item:hover {
  border-color: rgba(124, 92, 255, 0.15);
  background: rgba(124, 92, 255, 0.02);
  transform: translateX(5px);
}

.item-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
}

.feat-list-item h5 {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-white);
}

/* --- PARTNERSHIP TIMELINE WIDGET --- */
.partnerships-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  isolation: isolate;
  background: var(--bg-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Partnerships background atmosphere layers */
.mesh-gradient-partnerships,
.aurora-layer-partnerships,
.particle-layer-partnerships,
.noise-layer-partnerships {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mesh-gradient-partnerships::before,
.mesh-gradient-partnerships::after {
  content: '';
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.16;
  will-change: transform;
}

.mesh-gradient-partnerships::before {
  top: -100px;
  left: 10%;
  background: radial-gradient(circle, var(--accent-purple) 0%, transparent 70%);
  animation: meshDriftA 28s ease-in-out infinite;
}

.mesh-gradient-partnerships::after {
  bottom: -120px;
  right: 15%;
  background: radial-gradient(circle, var(--accent-orange) 0%, transparent 70%);
  animation: meshDriftB 24s ease-in-out infinite;
}

.noise-layer-partnerships {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025;
}

.aurora-layer-partnerships {
  background: conic-gradient(from 90deg at 50% 50%,
      rgba(124, 92, 255, 0.03),
      rgba(255, 123, 58, 0.03),
      transparent 50%);
  opacity: 0.5;
  animation: auroraSpin 80s linear infinite;
  transform-origin: 50% 50%;
}

.partnerships-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.partnerships-header::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.08) 0%, transparent 70%);
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
}

.partnerships-header .sec-title {
  word-spacing: 0.22em;
  letter-spacing: -0.01em;
  line-height: 1.09;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* Override global align-self: flex-start so tag is centred inside flex column */
.partnerships-header .sec-tag {
  align-self: center;
  text-align: center;
  margin-bottom: 0;
}


.partnership-timeline-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.timeline-nodes-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px 16px;
  overflow: visible;
}

.timeline-connect-line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.timeline-connect-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 123, 58, 0.6), transparent);
  animation: beam-flow 6s infinite linear;
}

@keyframes beam-flow {
  0% {
    left: -150px;
  }

  100% {
    left: 100%;
  }
}

.timeline-connect-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--accent-orange);
  box-shadow: 0 0 12px 2px var(--accent-orange-glow);
  will-change: width;
}

.timeline-active-indicator {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent-orange);
  box-shadow: 0 0 14px 4px var(--accent-orange-glow), 0 0 24px 8px var(--accent-purple-glow);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  will-change: left, opacity;
  transition: left 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.partner-node-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  min-width: 0;
  flex: 1 1 0;
}

.partner-node-item .node-title {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 0.55rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: bottom center;
}

.partner-node-item.active .node-title {
  color: var(--accent-orange);
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1.08);
  filter: brightness(1.2);
}

.partner-node-item .node-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #050816;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 rgba(255, 123, 58, 0);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.partner-node-item:hover .node-dot {
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.15);
}

.partner-node-item.active .node-dot {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
  box-shadow: 0 0 12px 3px var(--accent-orange-glow);
  transform: scale(1.2);
  animation: nodeActivePulse 2.5s infinite ease-in-out;
}

/* Active node ripple rings */
.partner-node-item.active .node-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid var(--accent-orange);
  border-radius: 50%;
  opacity: 0.75;
  animation: rippleRing 2s infinite cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes nodeActivePulse {

  0%,
  100% {
    box-shadow: 0 0 20px 4px var(--accent-orange-glow);
  }

  50% {
    box-shadow: 0 0 30px 8px var(--accent-orange-glow);
  }
}

@keyframes rippleRing {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.partner-details-viewer {
  position: relative;
  padding: 24px 28px;
  border-radius: 20px;
  border: 1px solid rgba(255, 123, 58, 0.2);
  background: rgba(14, 16, 36, 0.8);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 140px;
  overflow: hidden;
}

.partner-details-viewer::before,
.partner-details-viewer::after,
.partner-details-viewer .animated-border-glow {
  display: none !important;
}

.viewer-content {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
  text-align: center;
}

.viewer-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.viewer-content.leaving {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
}

.viewer-content h4 {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--text-white);
  margin-bottom: 8px;
  text-align: center;
}

.viewer-content p {
  font-size: 0.88rem;
  color: var(--text-gray);
  line-height: 1.55;
  font-weight: 300;
  max-width: 85%;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 auto;
}

/* Glass panel components */
.glass-panel {
  border: 1.5px solid var(--glass-border);
  background: rgba(14, 16, 36, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* responsive details */
@media (max-width: 1024px) {
  .hero-main-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-featured-card {
    margin-left: 0;
    max-width: 100%;
  }

  .originals-carousel-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-intro-grid,
  .brand-effective-grid,
  .dist-wheel-grid,
  .brand-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-digikore-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* --- 3D TILT INTERACTION RULES --- */
.tilt-card {
  transform-style: preserve-3d;
  perspective: 1000px;
  will-change: transform;
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
}

/* Ensure contents can animate in 3D relative to card depth */
.tilt-card>* {
  transform: translateZ(25px);
  transform-style: preserve-3d;
}

/* --- REVEAL TITLE ANIMATION STYLES --- */
.reveal-title {
  position: relative;
  /* No overflow:hidden here â€” clipping happens only on each .reveal-line */
}

.reveal-title .reveal-line {
  display: block;
  overflow: hidden;
  /* This is the clip mask per line */
  position: relative;
  line-height: 1.25;
}

.reveal-title .reveal-word {
  display: inline-block;
  transform: translateY(110%);
  /* Hidden below line until GSAP reveals */
  will-change: transform;
  margin-right: 0.28em;
}

/* Hero main title words start visible â€” GSAP sets them before animating */
.hero-main-title .reveal-word {
  transform: translateY(110%);
}

/* --- FEATURED CARD CYCLE ARROWS (OUTSIDE CARD) --- */
.featured-card-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  position: relative;
  z-index: 10;
}

.featured-card-nav .card-nav-btn {
  background: rgba(14, 16, 36, 0.65);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: var(--text-white);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
  line-height: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.featured-card-nav .card-nav-btn:hover {
  background: var(--accent-orange);
  color: #FFFFFF;
  border-color: var(--accent-orange);
  box-shadow: 0 0 16px rgba(255, 123, 58, 0.5);
  transform: scale(1.08);
}

/* --- FEATURED CARD POSTER BANNER --- */
.featured-card-poster {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  background: #080a16;
}

.featured-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-featured-card:hover .featured-poster-img {
  transform: scale(1.05);
}

/* --- HERO SCROLL CUE BOUNCE ANIMATION --- */
@keyframes scrollCueBounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }

  40% {
    transform: translateY(6px);
    opacity: 0.6;
  }

  70% {
    transform: translateY(2px);
    opacity: 0.9;
  }
}

.scroll-explore-cue .mouse-icon {
  animation: scrollCueBounce 2.2s ease-in-out infinite;
}

/* --- HERO BADGE TAG GLOW PULSE --- */
@keyframes badgePulse {

  0%,
  100% {
    box-shadow: 0 0 0px rgba(255, 123, 58, 0);
  }

  50% {
    box-shadow: 0 0 12px rgba(255, 123, 58, 0.35);
  }
}

.hero-badge-tag {
  animation: badgePulse 3s ease-in-out infinite;
}

/* --- CTA BUTTON SHIMMER HOVER --- */
.btn-primary-purple::after,
.btn-primary-orange::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 70%);
  background-size: 200% 100%;
  background-position: -200% 0;
  border-radius: inherit;
  transition: background-position 0.6s ease;
}

.btn-primary-purple:hover::after,
.btn-primary-orange:hover::after {
  background-position: 200% 0;
}

.btn-primary-purple,
.btn-primary-orange {
  position: relative;
  overflow: hidden;
}

/* Keep the full hero (including its originals row) inside laptop-height viewports.
   The normal desktop composition is retained on taller screens. */
@media (min-width: 1025px) and (max-height: 950px) {
  .hero-content {
    padding-top: 96px;
    padding-bottom: 16px;
  }

  .hero-main-row {
    gap: 36px;
    margin-top: 0;
  }

  .hero-main-title {
    font-size: clamp(2.1rem, 3.25vw, 3.2rem);
    margin-bottom: 10px;
  }

  .hero-description {
    margin-bottom: 14px;
  }

  .hero-streaming-info {
    margin-bottom: 15px;
  }

  .hero-cta-buttons {
    margin-bottom: 14px;
  }

  .hero-featured-card {
    max-width: 360px;
    padding: 18px 20px 22px 20px;
  }

  .featured-card-poster {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-bottom: 12px;
  }

  .featured-card-desc {
    margin-bottom: 12px;
  }

  .featured-card-categories {
    padding-top: 10px;
    margin-bottom: 12px;
  }

  .featured-card-action {
    padding-top: 12px;
    padding-bottom: 2px;
  }

  .carousel-row-header {
    margin-bottom: 7px;
    padding-bottom: 5px;
  }

  .original-carousel-card {
    padding: 7px;
    gap: 10px;
  }

  .card-image-container {
    width: 48px;
    height: 62px;
  }
}

/* Aggressive space-saving styles for extremely short viewports (like small laptops or projector screens) */
@media (min-width: 1025px) and (max-height: 780px) {
  .hero-content {
    padding-top: 88px;
    padding-bottom: 10px;
  }

  .hero-main-title {
    font-size: 2.1rem;
    margin-bottom: 8px;
  }

  .hero-description {
    font-size: 0.88rem;
    margin-bottom: 10px;
    max-width: 480px;
  }

  .hero-streaming-info {
    margin-bottom: 12px;
    padding: 4px 12px;
  }

  .hero-cta-buttons {
    margin-bottom: 10px;
  }

  .scroll-explore-cue {
    display: none !important;
    /* Hide scroll cue to free up 30px vertical space */
  }

  .hero-featured-card {
    padding: 16px 18px 20px 18px;
  }

  .featured-card-poster {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-bottom: 8px;
  }

  .featured-card-title {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }

  .featured-card-desc {
    font-size: 0.78rem;
    margin-bottom: 8px;
  }

  .featured-card-categories {
    padding-top: 8px;
    margin-bottom: 8px;
  }

  .featured-card-action {
    padding-top: 10px;
    padding-bottom: 2px;
  }

  .carousel-row-header {
    margin-bottom: 4px;
    padding-bottom: 2px;
  }

  .original-carousel-card {
    padding: 5px;
    gap: 8px;
  }

  .card-image-container {
    width: 40px;
    height: 52px;
  }
}

/* ==========================================================================
   BRAND OPPORTUNITY NAVIGATOR â€” "Feature Your Brand Through Stories"
   Interactive redesign only. Layout: left copy / right navigator.
   ========================================================================== */

.brand-opportunity-section {
  position: relative;
  overflow: visible;
  padding: 80px 0;
  isolation: isolate;
}

@media (min-width: 993px) {
  .brand-opportunity-section {
    height: auto !important;
    padding: 80px 0 !important;
  }

  .brand-opportunity-sticky {
    position: relative;
    height: auto;
    display: block;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
  }

  .brand-opportunity-sticky .container {
    height: auto;
    display: block;
  }

  .brand-opportunity-grid {
    width: 100%;
  }

  .opportunity-left {
    position: sticky !important;
    top: 120px;
    height: fit-content;
    z-index: 10;
  }
}

/* ---------- Background atmosphere layers ---------- */

.brand-opportunity-sticky .mesh-gradient,
.brand-opportunity-sticky .aurora-layer,
.brand-opportunity-sticky .particle-layer,
.brand-opportunity-sticky .noise-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.brand-opportunity-section .mesh-gradient::before,
.brand-opportunity-section .mesh-gradient::after {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.28;
  will-change: transform;
}

.brand-opportunity-section .mesh-gradient::before {
  top: -220px;
  left: -160px;
  background: radial-gradient(circle, var(--accent-purple) 0%, transparent 70%);
  animation: meshDriftA 26s ease-in-out infinite;
}

.brand-opportunity-section .mesh-gradient::after {
  bottom: -260px;
  right: -180px;
  background: radial-gradient(circle, var(--accent-orange) 0%, transparent 70%);
  opacity: 0.18;
  animation: meshDriftB 22s ease-in-out infinite;
}

@keyframes meshDriftA {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(60px, 40px, 0) scale(1.12);
  }
}

@keyframes meshDriftB {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-50px, -30px, 0) scale(1.08);
  }
}

.brand-opportunity-section .aurora-layer {
  background: conic-gradient(from 180deg at 50% 50%,
      rgba(124, 92, 255, 0.06),
      rgba(255, 123, 58, 0.05),
      rgba(214, 168, 95, 0.05),
      rgba(124, 92, 255, 0.06));
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: auroraSpin 60s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes auroraSpin {
  from {
    transform: rotate(0deg) scale(1.4);
  }

  to {
    transform: rotate(360deg) scale(1.4);
  }
}

.brand-opportunity-section .noise-layer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035;
  animation: noiseBreathe 8s ease-in-out infinite;
}

@keyframes noiseBreathe {

  0%,
  100% {
    opacity: 0.03;
  }

  50% {
    opacity: 0.05;
  }
}

.brand-opportunity-section .float-particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 168, 95, 0.8) 0%, transparent 75%);
  will-change: transform, opacity;
  animation: particleFloat linear infinite;
}

@keyframes particleFloat {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  10% {
    opacity: 0.6;
  }

  90% {
    opacity: 0.4;
  }

  100% {
    transform: translate3d(var(--drift-x, 20px), -160px, 0);
    opacity: 0;
  }
}

/* ---------- Grid ---------- */

.brand-opportunity-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

/* ---------- Left column ---------- */

.opportunity-left {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-opportunity-section.pinned .opportunity-left {
  position: relative;
  top: 0;
}

.opportunity-left .section-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-orange);
  margin-bottom: 12px;
  opacity: 1;
}

.opportunity-left .section-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-orange);
  box-shadow: 0 0 10px 2px var(--accent-orange-glow);
}

.brand-title {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  line-height: 1.12;
  margin-bottom: 18px;
}

.brand-title span,
.brand-title .brand-line {
  display: block;
  white-space: nowrap;
  background: linear-gradient(135deg, #FFFFFF 30%, #FF9E66 70%, var(--accent-orange) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  opacity: 1;
}

.brand-copy-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 80px;
}

.brand-copy {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.4s ease;
  pointer-events: none;
  will-change: transform, opacity, filter;
}

.brand-copy.active {
  opacity: 1;
  visibility: visible;
  filter: blur(0px);
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 2;
  position: relative;
}

.brand-copy.leaving {
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
  transform: translateY(-12px) scale(0.98);
  pointer-events: none;
}

.brand-copy p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-secondary);
  max-width: 560px;
}

/* ---------- Right column ---------- */

.opportunity-right {
  position: relative;
  display: flex;
  gap: 26px;
  z-index: 2;
  height: 100%;
  align-items: flex-start;
  overflow: visible;
}

.opportunity-right-scroller {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  will-change: transform;
}

.cursor-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-purple-glow) 0%, transparent 70%);
  filter: blur(50px);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: screen;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
  will-change: transform, opacity;
}

.opportunity-right.glow-active .cursor-glow {
  opacity: 1;
}

/* Progress rail */

.progress-rail {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 100%;
  /* Fill scroller height */
  display: flex;
  align-items: center;
}

.rail-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.rail-line-active {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 0;
  transform: translateX(-50%);
  background: var(--accent-orange);
  box-shadow: 0 0 10px var(--accent-orange-glow);
  z-index: 2;
  will-change: height, top;
}

.opportunity-right>.rail-indicator {
  position: absolute;
  left: 10px;
  /* aligns with center of progress-rail */
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: var(--accent-orange);
  box-shadow: 0 0 14px 4px var(--accent-orange-glow), 0 0 28px 10px var(--accent-purple-glow);
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: opacity, transform;
  z-index: 10;
}

.rail-indicator.visible {
  opacity: 1;
}

.rail-dot {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: background 0.4s ease, transform 0.4s ease;
}

.rail-dot.active {
  background: var(--accent-orange);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

/* Navigator + cards */

.navigator {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  will-change: transform;
}

.op-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 10px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  cursor: pointer;
  overflow: hidden;
  opacity: 0.72;
  transform: scale(0.97) translateZ(0);
  filter: blur(0px);
  transition: var(--transition-smooth);
  will-change: transform;
}

.op-card:not(.active) {
  filter: none;
  opacity: 0.65;
}

.op-card.active,
.op-card:hover {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1.02);
  border-color: rgba(255, 123, 58, 0.4);
}

.op-card::after {
  --angle: 0deg;
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--angle), transparent 0%, var(--accent-orange) 12%, transparent 26%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  animation: railBorderSpin 2.6s linear infinite;
  animation-play-state: paused;
  pointer-events: none;
}

@property --angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

@keyframes railBorderSpin {
  to {
    --angle: 360deg;
  }
}

.op-card:hover,
.op-card.active {
  transform: scale(1) translateZ(0);
  opacity: 1;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 123, 58, 0.32);
  box-shadow:
    0 0 0 1px rgba(255, 123, 58, 0.1),
    0 24px 60px -24px var(--accent-purple-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.op-card:hover::after,
.op-card.active::after {
  opacity: 1;
  animation-play-state: running;
}

.op-card.active {
  align-items: flex-start;
  min-height: auto;
  padding: 20px 24px;
}

.card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  transition: width 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    height 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    font-size 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-icon span {
  display: inline-block;
  line-height: 1;
}

.op-card:hover .card-icon {
  transform: scale(1.12);
}

.op-card.active .card-icon {
  width: 48px;
  height: 48px;
  font-size: 1.6rem;
  margin-top: 2px;
}

.card-content {
  min-width: 0;
  flex: 1;
}

.card-content h3 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  transition: transform 0.4s ease, font-size 0.4s ease;
}

.op-card:hover .card-content h3 {
  transform: translateX(6px);
}

.op-card.active .card-content h3 {
  font-size: 1.1rem;
}

.card-content p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--text-secondary);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease 0.05s, margin-top 0.4s ease;
}

.op-card.active .card-content p {
  max-height: 180px;
  opacity: 1;
  margin-top: 6px;
  line-height: 1.5;
}

.card-arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -12px;
  font-size: 1.2rem;
  color: var(--accent-orange);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.op-card:hover .card-arrow,
.op-card.active .card-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Icon micro-animations â€” only while a card is active */

.op-card.active .tech-icon span {
  animation: iconFlicker 2.2s ease-in-out infinite;
}

@keyframes iconFlicker {

  0%,
  100% {
    opacity: 1;
  }

  46% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }

  54% {
    opacity: 1;
  }

  72% {
    opacity: 0.55;
  }

  76% {
    opacity: 1;
  }
}

.op-card.active .factory-icon span {
  animation: gearRotate 1s cubic-bezier(0.65, 0, 0.35, 1) 1;
  transform-origin: center;
}

@keyframes gearRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.op-card.active .leadership-icon span {
  animation: micPulse 1.3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes micPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }
}

.op-card.active .bulb-icon span {
  animation: bulbGlow 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes bulbGlow {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 2px rgba(255, 200, 80, 0.3));
  }

  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 10px rgba(255, 200, 80, 0.85));
  }
}

.op-card.active .leaf-icon span {
  animation: leafSway 2.6s ease-in-out infinite;
  transform-origin: 50% 100%;
}

@keyframes leafSway {

  0%,
  100% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(7deg);
  }
}

.op-card.active .tools-icon span {
  animation: toolsRotate 1.9s ease-in-out infinite;
  transform-origin: center;
}

@keyframes toolsRotate {

  0%,
  100% {
    transform: rotate(-9deg);
  }

  50% {
    transform: rotate(9deg);
  }
}

.op-card.active .chart-icon span {
  animation: chartRise 1.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes chartRise {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

/* ---------- Responsive ---------- */

@media (min-width: 993px) and (max-height: 750px) {
  .navigator {
    gap: 7px;
  }

  .op-card {
    min-height: 46px;
    padding: 8px 16px;
  }

  .op-card.active {
    min-height: auto;
    padding: 16px 20px;
  }

  .brand-title {
    font-size: clamp(2.1rem, 3.4vw, 3rem);
    margin-bottom: 18px;
  }

  .opportunity-left .section-label {
    margin-bottom: 14px;
  }

  .brand-copy p {
    font-size: 0.92rem;
    line-height: 1.4;
  }
}

@media (max-width: 992px) {
  .brand-opportunity-section {
    padding: 36px 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  .brand-opportunity-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .opportunity-left {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .opportunity-left .section-label {
    align-self: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto 12px auto !important;
  }

  .brand-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }

  /* Hide top description on mobile — will be shown inside each accordion item */
  .brand-copy-wrapper {
    display: none !important;
  }

  .opportunity-right {
    position: relative !important;
    width: 100% !important;
  }

  .opportunity-right-scroller {
    padding: 0 !important;
    width: 100% !important;
  }

  .progress-rail,
  .rail-indicator {
    display: none !important;
  }

  .navigator {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  /* --- Mobile Accordion Card Styles --- */
  .op-card {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    padding: 14px 44px 14px 16px !important;
    gap: 14px !important;
    min-height: auto !important;
    width: 100% !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transform: none !important;
    opacity: 0.82 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease !important;
  }

  .op-card:not(.active) {
    opacity: 0.78 !important;
  }

  .op-card.active {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.065) !important;
    border-color: rgba(255, 123, 58, 0.45) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 123, 58, 0.12) !important;
    transform: none !important;
  }

  .op-card .card-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 1.25rem !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
  }

  .op-card .card-content {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .op-card .card-content h3 {
    font-size: 0.96rem !important;
    font-weight: 600 !important;
    color: var(--text-primary) !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    transition: color 0.3s ease !important;
  }

  .op-card.active .card-content h3 {
    color: var(--text-white) !important;
  }

  .op-card .card-arrow {
    position: absolute !important;
    right: 18px !important;
    top: 20px !important;
    margin: 0 !important;
    font-size: 1.15rem !important;
    color: var(--accent-orange) !important;
    opacity: 0.65 !important;
    transform: rotate(0deg) !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease !important;
  }

  .op-card.active .card-arrow {
    opacity: 1 !important;
    transform: rotate(90deg) !important;
  }

  .op-card .card-content p {
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    margin-top: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    border-top: 1px solid transparent !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.35s ease 0.05s,
      margin-top 0.35s ease,
      padding-top 0.35s ease,
      border-color 0.35s ease !important;
  }

  .op-card.active .card-content p {
    max-height: 350px !important;
    opacity: 1 !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
}

@media (max-width: 768px) {
  .brand-opportunity-section {
    padding: 36px 0 !important;
  }

  .brand-title {
    font-size: clamp(1.65rem, 6.2vw, 1.95rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .cursor-glow {
    display: none;
  }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {

  .brand-opportunity-section .mesh-gradient::before,
  .brand-opportunity-section .mesh-gradient::after,
  .brand-opportunity-section .aurora-layer,
  .brand-opportunity-section .float-particle,
  .op-card.active .tech-icon span,
  .op-card.active .factory-icon span,
  .op-card.active .leadership-icon span,
  .op-card.active .bulb-icon span,
  .op-card.active .leaf-icon span,
  .op-card.active .tools-icon span,
  .op-card.active .chart-icon span {
    animation: none !important;
  }

  .brand-opportunity-section.pinned .op-card:not(.active) {
    filter: none;
  }
}

/* Partnerships Desktop Refined Layout */
@media (min-width: 993px) {
  .partnerships-section {
    height: 80vh;
    min-height: 80vh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
  }

  .partnerships-section .container {
    width: min(92vw, 1400px);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .partnerships-header {
    text-align: center;
    margin-bottom: 0;
    gap: 12px;
  }

  .partnerships-header .sec-tag {
    display: block;
    margin-bottom: 0;
  }

  .partnerships-header .sec-title {
    font-size: clamp(30px, 2.7vw, 40px);
    line-height: 1.02;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .partnership-timeline-container {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }

  .timeline-nodes-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-content: stretch;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 46px 0;
    overflow: visible;
  }

  .timeline-connect-line {
    left: 6.25%;
    width: 87.5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .partner-node-item {
    min-width: 0;
    flex-shrink: 1;
  }

  .partner-node-item .node-title {
    top: -34px;
    font-size: clamp(0.46rem, 0.52vw, 0.54rem);
    letter-spacing: 0.06em;
    white-space: nowrap;
    text-align: center;
    max-width: 100%;
    line-height: 1.25;
  }

  .partner-details-viewer {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 992px) {

  .partnerships-section,
  .brand-opportunity-section {
    padding: 36px 0 !important;
  }

  .partnership-timeline-container {
    gap: 24px;
  }

  .timeline-nodes-row {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    justify-content: flex-start;
    gap: 32px;
    padding: 46px 32px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .timeline-nodes-row::-webkit-scrollbar {
    display: none;
  }

  .timeline-connect-line {
    width: 100%;
    min-width: 1100px;
    left: 0;
  }

  .partner-node-item {
    flex-shrink: 0;
    min-width: 130px;
  }

  .partner-node-item .node-title {
    top: -32px;
    font-size: 0.52rem;
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 1380px) {

  /* Distribution Wheel Section Desktop Full Screen Override */
  .distribution-section {
    height: calc(100vh - 88px) !important;
    min-height: calc(100vh - 88px) !important;
    max-height: none !important;
    padding: 0 !important;
  }

  .distribution-section .container {
    justify-content: center !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .partnerships-header .sec-title {
    font-size: clamp(1.65rem, 6.2vw, 1.95rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
  }
}

/* --- SIMPLE THEME FOOTER (IMAGE 2 DESIGN) --- */
.simple-theme-footer {
  background: #060712;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  position: relative;
  z-index: 10;
}

.simple-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* Left Logo */
.simple-footer-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.simple-footer-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Center Block */
.simple-footer-center {
  flex: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.simple-footer-email {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #FF7B3A;
  text-decoration: none;
  line-height: 1.3;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.simple-footer-email:hover {
  color: #FF9E59;
  text-shadow: 0 0 12px rgba(255, 123, 58, 0.4);
}

.simple-footer-address {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.5;
  max-width: 580px;
}

.simple-footer-copyright {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 4px 0 0 0;
}

/* Right NSE Badge */
.simple-footer-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nse-badge-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.nse-white-box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.nse-badge-wrapper:hover .nse-white-box {
  transform: scale(1.04);
}

.nse-badge-img {
  height: 24px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nse-listed-text {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}

/* Mobile & Tablet Responsive */
@media (max-width: 992px) {
  .simple-footer-content {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .simple-footer-left,
  .simple-footer-right {
    justify-content: center;
  }
}

/* ==========================================================================
   VIDEO LIGHTBOX/MODAL FOR TRAILERS
   ========================================================================== */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 5, 15, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: rgba(15, 18, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8), 0 0 50px rgba(255, 123, 58, 0.15);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
}

.video-modal.active .video-modal-content {
  transform: scale(1) translateY(0);
}

.video-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.video-modal-close:hover {
  background: #FF7B3A;
  border-color: #FF7B3A;
  transform: rotate(90deg);
  box-shadow: 0 0 15px rgba(255, 123, 58, 0.4);
}

.video-modal-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  background: #000000;
}

.video-modal-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --- ABOUT SECTION CAROUSEL CONTROLS --- */
.about-carousel-controls {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 10;
}

.about-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background: rgba(14, 16, 36, 0.5);
  color: var(--text-white);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 0;
}

.about-nav-btn:hover {
  background: var(--accent-orange, #FF7B3A);
  border-color: var(--accent-orange, #FF7B3A);
  color: #050816;
  box-shadow: 0 0 15px rgba(255, 123, 58, 0.3);
}

.about-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-indicator.active {
  background: var(--accent-orange, #FF7B3A);
  width: 22px;
  border-radius: 4px;
}

/* --- SHOWS PRODUCED SECTION --- */
.shows-produced-section {
  position: relative;
  padding: 100px 0;
  background: #050816;
  overflow: hidden;
}

.mesh-gradient-produced {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 123, 58, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(124, 92, 255, 0.06) 0%, transparent 45%);
  z-index: 1;
  pointer-events: none;
}

.noise-layer-produced {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.015'/%3E%3C/svg%3E");
  z-index: 2;
  pointer-events: none;
}

.shows-produced-section .container {
  position: relative;
  z-index: 3;
  width: min(90vw, 1200px);
  margin: 0 auto;
}

.produced-header {
  text-align: center;
  margin-bottom: 60px;
}

.produced-header .sec-tag {
  margin-bottom: 12px;
}

.produced-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 18px 0;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.produced-desc {
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-secondary, rgba(255, 255, 255, 0.7));
  max-width: 680px;
  margin: 0 auto;
}

.produced-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.produced-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: rgba(14, 16, 36, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  padding: 36px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (hover: hover) {
  .produced-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 123, 58, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55),
      0 0 20px rgba(255, 123, 58, 0.1);
  }

  .produced-card:hover::after {
    left: 150%;
    transition: left 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .produced-card:hover::before {
    opacity: 1;
  }
}

.produced-card-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.show-title-text {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}

.partner-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.partner-label {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--accent-orange, #FF7B3A);
  letter-spacing: 0.18em;
  opacity: 0.9;
}

.partner-logo {
  height: 38px;
  object-fit: contain;
  align-self: flex-start;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  border-radius: 6px;
}

.produced-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 22px;
  border-radius: 100px;
  background: linear-gradient(135deg, #FF9E66 0%, #FF7B3A 100%);
  color: #050816 !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 18px rgba(255, 123, 58, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 5;
}

.produced-watch-btn svg {
  transition: transform 0.25s ease;
}

.produced-watch-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #FFB080 0%, #FF8A47 100%);
  color: #000000 !important;
  box-shadow: 0 6px 24px rgba(255, 123, 58, 0.5), 0 0 16px rgba(255, 123, 58, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.produced-watch-btn:hover svg {
  transform: translateX(3px);
}

.produced-coming-soon-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 22px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  align-self: flex-start;
}

.produced-card-right {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.show-artwork-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-artwork {
  max-width: 100%;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 10px;
}

/* Balance visual size of different logo files */
.produced-card:nth-child(1) .show-artwork {
  transform: scale(1.1);
}

.produced-card:nth-child(1):hover .show-artwork {
  transform: scale(1.17) rotate(1deg);
}

.produced-card:nth-child(2) .show-artwork {
  transform: scale(1.5);
}

.produced-card:nth-child(2):hover .show-artwork {
  transform: scale(1.57) rotate(1deg);
}

.produced-card:nth-child(3) .show-artwork {
  transform: scale(1.35);
}

.produced-card:nth-child(3):hover .show-artwork {
  transform: scale(1.42) rotate(1deg);
}

/* Responsive breakpoint */
@media (max-width: 1200px) {
  .produced-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .produced-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .produced-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 24px;
    text-align: center;
    justify-items: center;
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
    touch-action: pan-y !important;
  }

  .produced-card::before,
  .produced-card::after {
    display: none !important;
  }

  .produced-card:nth-child(1):hover .show-artwork {
    transform: scale(1.1) !important;
  }

  .produced-card:nth-child(2):hover .show-artwork {
    transform: scale(1.5) !important;
  }

  .produced-card:nth-child(3):hover .show-artwork {
    transform: scale(1.35) !important;
  }

  .produced-card-left,
  .produced-card-right,
  .show-artwork-wrapper,
  .show-artwork,
  .partner-container,
  .partner-logo {
    pointer-events: auto;
  }

  .produced-watch-btn,
  .produced-coming-soon-btn {
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  .produced-card-left {
    align-items: center;
    text-align: center;
    gap: 16px;
    width: 100%;
  }

  .show-title-text {
    text-align: center;
  }

  .partner-container {
    align-items: center;
    text-align: center;
    margin-top: 10px;
  }

  .partner-logo {
    align-self: center;
  }

  .produced-watch-btn,
  .produced-coming-soon-btn {
    align-self: center;
    margin-top: 8px;
  }

  .produced-card-right {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .produced-card {
    padding: 28px 20px;
    gap: 20px;
  }

  .show-title-text {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   PARTNER WITH US / ZOHO FORM POPUP MODAL
   ========================================================================== */
.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  /* FIX: Forces iOS to hide the iframe */
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.form-modal.active {
  opacity: 1;
  visibility: visible;
  /* FIX: Reveals the iframe when active */
  pointer-events: auto;
}

.form-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 5, 16, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.form-modal-container {
  position: relative;
  width: 92%;
  max-width: 680px;
  height: 86vh;
  max-height: 820px;
  background: #0d1026;
  border: 1px solid rgba(255, 123, 58, 0.3);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.85), 0 0 50px rgba(255, 123, 58, 0.18);
  transform: scale(0.92) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.form-modal.active .form-modal-container {
  transform: scale(1) translateY(0);
}

.form-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(15, 18, 46, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.form-modal-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(255, 123, 58, 0.15);
  border: 1px solid rgba(255, 123, 58, 0.35);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF7B3A;
}

.form-modal-badge::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF7B3A;
  box-shadow: 0 0 8px #FF7B3A;
}

.form-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0;
}

.form-modal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-modal-external-link {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.form-modal-external-link:hover {
  background: rgba(255, 123, 58, 0.2);
  border-color: #FF7B3A;
  color: #FF7B3A;
  transform: scale(1.05);
}

.form-modal-close {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.form-modal-close:hover {
  background: #FF7B3A;
  border-color: #FF7B3A;
  transform: rotate(90deg) scale(1.05);
  box-shadow: 0 0 16px rgba(255, 123, 58, 0.45);
}

.form-modal-body {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}

.form-modal-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(15, 18, 42, 0.95);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
  z-index: 5;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}

.form-modal-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form-modal-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 123, 58, 0.2);
  border-top-color: #FF7B3A;
  border-radius: 50%;
  animation: formSpinnerRotate 0.8s linear infinite;
}

@keyframes formSpinnerRotate {
  to {
    transform: rotate(360deg);
  }
}

.form-modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Ensure mouse cursor & pointers are always visible when form modal is open */
body.form-modal-open .custom-cursor-dot,
body.form-modal-open .custom-cursor-ring {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.form-modal-open,
body.form-modal-open *,
html.has-custom-cursor .form-modal,
html.has-custom-cursor .form-modal *,
html.has-custom-cursor .form-modal-body,
html.has-custom-cursor .form-modal iframe {
  cursor: auto !important;
}

html.has-custom-cursor .form-modal button,
html.has-custom-cursor .form-modal a,
html.has-custom-cursor .form-modal-close,
html.has-custom-cursor .form-modal-external-link,
html.has-custom-cursor .form-modal-overlay {
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .form-modal-container {
    width: 95%;
    height: 90vh;
    max-height: 90vh;
    border-radius: 16px;
  }

  .form-modal-header {
    padding: 12px 16px;
  }

  .form-modal-title {
    font-size: 1rem;
  }
}

/* ==========================================================================
   --- THANK YOU PAGE STYLES ---
   ========================================================================== */
.thankyou-page-body {
  background-color: var(--bg-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--text-primary);
  position: relative;
  overflow-x: hidden;
}

.thankyou-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 140px 24px 80px;
  z-index: 2;
  min-height: 75vh;
}

.thankyou-bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 45%, rgba(124, 92, 255, 0.16) 0%, rgba(255, 123, 58, 0.09) 45%, rgba(5, 5, 8, 0) 80%),
    radial-gradient(circle at 50% 10%, rgba(255, 123, 58, 0.12) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.thankyou-banner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
  z-index: 3;
}

.thankyou-badge-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFB070 0%, #D49035 50%, #C47A22 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  box-shadow:
    0 0 35px rgba(255, 160, 70, 0.45),
    0 12px 24px rgba(0, 0, 0, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.6);
  position: relative;
  animation: thankyouPulse 3.2s ease-in-out infinite;
}

.thankyou-badge-circle::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 176, 112, 0.35);
  animation: thankyouRing 3.2s ease-out infinite;
}

@keyframes thankyouPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 35px rgba(255, 160, 70, 0.45), 0 12px 24px rgba(0, 0, 0, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.6);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 0 55px rgba(255, 160, 70, 0.65), 0 16px 32px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.85);
  }
}

@keyframes thankyouRing {
  0% {
    transform: scale(0.92);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.18);
    opacity: 0.2;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.thankyou-banner .cta-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5.2vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #FFFFFF 30%, #FF9E66 70%, var(--accent-orange) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.thankyou-banner .cta-desc {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 620px;
  margin: 0 auto 34px auto;
}

.thankyou-banner .cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .thankyou-section {
    padding: 110px 16px 60px;
  }

  .thankyou-banner {
    padding: 44px 20px;
    border-radius: 24px;
  }

  .thankyou-badge-circle {
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
  }

  .thankyou-badge-circle svg {
    width: 28px;
    height: 28px;
  }

  .thankyou-banner .cta-desc {
    font-size: 1rem;
    margin-bottom: 28px;
  }

  .thankyou-banner .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .thankyou-banner .cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   iOS Mobile Static Mode (Scoped strictly to iOS Mobile Safari / Touch)
   ========================================================================== */
html.is-ios-mobile,
body.is-ios-mobile,
html.is-ios-mobile body {
  scroll-behavior: auto !important;
  overflow-x: clip !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100% !important;
  touch-action: pan-y !important;
}

html.is-ios-mobile *,
html.is-ios-mobile *::before,
html.is-ios-mobile *::after,
body.is-ios-mobile *,
body.is-ios-mobile *::before,
body.is-ios-mobile *::after {
  animation: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -webkit-transition: none !important;
}

@media (max-width: 992px) {

  html,
  body {
    scroll-behavior: auto !important;
    overflow-x: clip !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100% !important;
    touch-action: pan-y !important;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    -webkit-transition: none !important;
  }

  /* Keep all sections, titles, and cards statically visible */
  section,
  .story-scroll-section,
  .brand-opportunity-section,
  .reveal,
  .sec-tag,
  .sec-title,
  .sec-desc,
  .glass-panel,
  .hero-featured-card,
  .show-card,
  .op-card,
  .produced-card,
  .strip-item,
  .stat-card,
  .cta-banner,
  .cta-content,
  .cta-tag,
  .cta-title,
  .cta-desc {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }

  /* Disable heavy 3D canvas, particles, hero videos, and sheen effects */
  #hero-canvas-container,
  #hero-canvas,
  .hero-overlay,
  .hero-bg-media,
  .hero-bg-media video,
  .media-layer,
  .bg-media-img,
  .vignette-overlay,
  .shows-particle-layer,
  .shows-bg-glow,
  .shows-light-sweep,
  .dist-dust-particles,
  .mesh-gradient,
  .aurora-layer,
  .particle-layer,
  .cursor-glow,
  .custom-cursor-dot,
  .custom-cursor-ring,
  .cta-mouse-spotlight,
  .cta-sheen-sweep,
  .wheel-card-glass-sheen,
  .wheel-card-border-beam,
  .card-glow,
  .hero-featured-card::after,
  .glass-panel::after,
  .tilt-card::after,
  .show-card::after,
  .op-card::after,
  .produced-card::before,
  .produced-card::after {
    display: none !important;
    animation: none !important;
    pointer-events: none !important;
  }

  /* Prevent native image/video dragging from blocking swipe */
  img,
  video,
  canvas {
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
  }

  /* 1. All Interactive Buttons & Links */
  a,
  button,
  .btn,
  .play-trailer-btn,
  .open-partner-modal,
  .open-trailer-trigger,
  .mobile-nav-toggle,
  .close-mobile-nav,
  .video-modal-close,
  .form-modal-close,
  .form-modal-external-link,
  .produced-watch-btn,
  .produced-coming-soon-btn,
  .card-nav-btn,
  .prev-btn,
  .next-btn,
  .shows-carousel-arrow,
  .logo-nav-btn,
  .logo-prev-btn,
  .logo-next-btn,
  .logo-indicator,
  input,
  textarea,
  select,
  iframe {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
  }

  /* 2. Accordion Functionality (Brand Opportunity) */
  .brand-opportunity-section,
  .opportunity-right,
  .opportunity-right-scroller,
  .navigator {
    pointer-events: auto !important;
  }

  .op-card,
  .op-card * {
    pointer-events: auto !important;
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
  }

  .op-card:not(.active) .card-content p {
    display: none !important;
    max-height: 0 !important;
    opacity: 0 !important;
  }

  .op-card.active .card-content p {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .op-card.active .card-arrow {
    transform: rotate(90deg) !important;
  }

  /* 3. Carousel Components & Cards (Allow smooth touch scrolling) */
  .hero-featured-card,
  .original-carousel-card,
  .show-card,
  .wheel-card,
  .timeline-node,
  .partner-node-item,
  .studio-card,
  .logo-tile,
  .produced-card {
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .produced-watch-btn,
  .produced-coming-soon-btn {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
  }

  /* 4. Modals & Navigation Drawer (Only allow pointer events when active) */
  .nav-mobile-overlay:not(.active),
  .video-modal:not(.active),
  .form-modal:not(.active) {
    pointer-events: none !important;
  }

  .nav-mobile-overlay.active,
  .nav-mobile-overlay.active *,
  .video-modal.active,
  .video-modal.active *,
  .form-modal.active,
  .form-modal.active * {
    pointer-events: auto !important;
  }

  /* 5. Horizontal Touch / Swipe Containers */
  .timeline-nodes-row,
  .shows-grid,
  .shows-carousel-viewport,
  .cat-badges,
  .suited-pills {
    pointer-events: auto !important;
    touch-action: pan-x pan-y !important;
  }
}