/** Shopify CDN: Minification failed

Line 714:26 Expected identifier but found whitespace
Line 714:28 Unexpected "{"
Line 714:38 Expected ":"

**/
/*
 * Theme CSS for OTT RECORD Shopify theme.
 *
 * We define CSS custom properties for the bioluminescent cyberpunk
 * palette (violet, pink, green) and set up responsive typography. All
 * images use lazy loading to improve performance. Key animations for
 * the logo and spores effect are defined separately.
 */

:root {
  --color-bg: #02010a;
  --color-primary: #8328ff; /* violet */
  --color-secondary: #f81ce5; /* pink */
  --color-accent: #00ff9c; /* green */
  --color-text: #e4e4e4;
  --font-stack: 'OTT Font', Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-stack);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-primary);
  margin-top: 0;
  font-weight: 600;
}

a {
  color: var(--color-accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  loading: lazy;
}

/* Hero section styles */
.hero {
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(145deg, var(--color-primary), var(--color-secondary));
  color: #ffffff;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.hero p {
  font-size: 1.25rem;
  max-width: 40rem;
  margin: 0 auto 2rem;
}

/* Section spacing */
.section {
  padding: 3rem 1rem;
}

/* Beat player styles */
.beat-player {
  background-color: rgba(0,0,0,0.5);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.beat-player .waveform {
  width: 100%;
  height: 80px;
  background: #111;
  border-radius: 4px;
  overflow: hidden;
}
.beat-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.beat-player .license-options {
  margin-top: 1rem;
}
.beat-player .license-options label {
  margin-right: 1rem;
  color: var(--color-secondary);
}
.beat-player select {
  background: var(--color-bg);
  color: var(--color-text);
  border: 1px solid var(--color-primary);
  padding: 0.5rem;
  border-radius: 4px;
}

/* Multi-step form for devis */
.devis-form {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(0,0,0,0.4);
  padding: 2rem;
  border-radius: 8px;
}
.devis-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
.devis-form fieldset.active {
  display: block;
}
.devis-form .actions {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.devis-form button {
  background: var(--color-primary);
  border: none;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  cursor: pointer;
}
.devis-form button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive typography */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.25rem;
  }
  .hero p {
    font-size: 1rem;
  }
}

/* ------------------------------------------------------------------ */
/*  Sections ajoutées pour la version améliorée                          */
/* ------------------------------------------------------------------ */

/* Trending section styles */
.section--trending {
  padding: 3rem 1rem;
}
.trending-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.trending-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 8px;
}
.trending-genre h3 {
  margin-top: 0;
  color: var(--color-secondary);
}

/* Testimonials section styles */
.section--testimonials {
  padding: 3rem 1rem;
  background: rgba(255, 255, 255, 0.03);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.testimonial {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  border-left: 4px solid var(--color-secondary);
  border-radius: 4px;
}
.testimonial .quote {
  font-style: italic;
  margin-bottom: 0.5rem;
}
.testimonial .author {
  font-weight: 700;
  color: var(--color-accent);
}

/* Newsletter section styles */
.section--newsletter {
  padding: 3rem 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.newsletter-form {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsletter-form input[type="email"] {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  background: transparent;
  color: var(--color-text);
}
.newsletter-form button {
  padding: 0.75rem 1.5rem;
  background: var(--color-secondary);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.newsletter-form button:hover {
  background: var(--color-accent);
}


/* OTT Beats Player v2 – cyberpunk / bioluminescent style */
.ott-beats-player {
  position: relative;
  border-radius: 1.25rem;
  padding: 1rem 1.25rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(131, 40, 255, 0.25), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(0, 255, 156, 0.18), transparent 55%),
    rgba(8, 5, 24, 0.96);
  box-shadow:
    0 0 0 1px rgba(148, 163, 184, 0.35),
    0 0 26px rgba(131, 40, 255, 0.55);
  overflow: hidden;
}

.ott-beats-player__wave {
  width: 100%;
  height: 52px;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 12px rgba(131, 40, 255, 0.65));
}

.ott-beats-player__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ott-beats-player__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 28, 229, 0.7);
  background:
    radial-gradient(circle at 0% 0%, rgba(248, 28, 229, 0.25), transparent 55%),
    linear-gradient(90deg, rgba(131, 40, 255, 0.4), rgba(0, 255, 156, 0.3));
  color: #f9fafb;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow:
    0 0 18px rgba(248, 28, 229, 0.9),
    0 0 32px rgba(131, 40, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.ott-beats-player__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 50%, transparent 100%);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ott-beats-player__btn:hover::after {
  opacity: 1;
  transform: translateX(20%);
}

.ott-beats-player__btn-icon {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #ffffff, rgba(248, 28, 229, 0.1));
  box-shadow: 0 0 12px rgba(248, 28, 229, 0.9);
}

.ott-beats-player__license {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.9);
}

.ott-beats-player__license select {
  min-width: 190px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.95));
  padding: 0.4rem 0.8rem;
  color: #e5e7eb;
  font-size: 0.8rem;
}

.ott-beats-player__license select:focus {
  outline: none;
  border-color: rgba(0, 255, 156, 0.8);
  box-shadow: 0 0 0 1px rgba(0, 255, 156, 0.8);
}

.ott-beats-player.is-playing {
  box-shadow:
    0 0 0 1px rgba(0, 255, 156, 0.7),
    0 0 42px rgba(0, 255, 156, 0.9);
}

@media (max-width: 720px) {
  .ott-beats-player__controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .ott-beats-player__license {
    width: 100%;
    justify-content: space-between;
  }
}

/* Beat Store section refinements */
.beat-store-section .beat-filters {
  position: sticky;
  top: 0.5rem;
  z-index: 2;
}

.beat-store-section .beat-filters__group select {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.98));
  padding: 0.45rem 0.9rem;
  color: #e5e7eb;
  font-size: 0.85rem;
}

/* Artist page & services */
.artist-page-full {
  position: relative;
  padding: 3rem 0 2rem;
}

.artist-page-full__layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.artist-page-full__header-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 0.35rem;
}

.artist-page-full__title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #f9fafb;
  margin-bottom: 0.6rem;
}

.artist-page-full__role {
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.artist-page-full__bio {
  max-width: 56ch;
  color: rgba(209, 213, 219, 0.95);
}

.artist-page-full__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 1.25rem;
}

.artist-page-full__stat {
  min-width: 120px;
}

.artist-page-full__stat-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-accent);
}

.artist-page-full__stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(148, 163, 184, 0.9);
}

.artist-page-full__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.artist-page-full__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  font-size: 0.8rem;
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.7);
}

.artist-page-full__social-link:hover {
  border-color: rgba(0, 255, 156, 0.9);
  box-shadow: 0 0 16px rgba(0, 255, 156, 0.4);
}

.artist-page-full__media {
  position: relative;
}

.artist-page-full__portrait {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow:
    0 0 32px rgba(131, 40, 255, 0.6),
    0 0 60px rgba(0, 255, 156, 0.4);
}

.artist-page-full__badge {
  position: absolute;
  inset: auto 1rem 1rem auto;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(131, 40, 255, 0.8);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #e5e7eb;
}

.artist-services {
  position: relative;
  padding: 2.5rem 0 3rem;
}

.artist-services__layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2rem;
}

.artist-services__kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 0.4rem;
}

.artist-services__title {
  font-size: 1.6rem;
  color: #f9fafb;
  margin-bottom: 0.6rem;
}

.artist-services__subtitle {
  color: rgba(209, 213, 219, 0.95);
  max-width: 52ch;
  margin-bottom: 1.25rem;
}

.artist-services__bullets {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.artist-services__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.artist-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.1rem;
}

.artist-service-card {
  position: relative;
  padding: 1rem;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 0 0, rgba(131, 40, 255, 0.22), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(0, 255, 156, 0.18), transparent 55%),
    rgba(8, 5, 24, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow:
    0 0 20px rgba(131, 40, 255, 0.65),
    0 0 40px rgba(0, 255, 156, 0.25);
}

.artist-service-card__title {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  color: #f9fafb;
}

.artist-service-card__price {
  font-size: 0.9rem;
  color: var(--color-accent);
  margin-bottom: 0.4rem;
}

.artist-service-card__excerpt {
  font-size: 0.85rem;
  color: rgba(209, 213, 219, 0.93);
  margin-bottom: 0.7rem;
}

.artist-service-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.95);
}

.artist-service-card__cta {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: #0f172a;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-secondary), var(--color-accent));
}

@media (max-width: 960px) {
  .artist-page-full__layout,
  .artist-services__layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .artist-page-full {
    padding-top: 2.25rem;
  }
}



/* Shop Hub – split neon layout */
.shop-hub__layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  align-items: stretch;
}
.shop-hub__column {
  position: relative;
  padding: 1.8rem 1.6rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background:
    radial-gradient(circle at 0 0, rgba(131, 40, 255, 0.26), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(34, 197, 94, 0.22), transparent 60%),
    rgba(8, 5, 24, 0.96);
  box-shadow:
    0 0 32px rgba(131, 40, 255, 0.55),
    0 0 54px rgba(16, 185, 129, 0.25);
}
.shop-hub__column--beats::before,
.shop-hub__column--services::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(56, 189, 248, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.shop-hub__column:hover::before {
  opacity: 1;
  transform: translateY(-2px);
}
.shop-hub__column .ott-btn {
  margin-top: 0.75rem;
}

/* Services & packs grid */
.services-packs-grid__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  margin-top: 1.75rem;
}
.services-packs-grid__item {
  position: relative;
  padding: 1.2rem 1.1rem;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 0 0, rgba(131, 40, 255, 0.22), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(22, 163, 74, 0.2), transparent 60%),
    rgba(8, 5, 24, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow:
    0 0 22px rgba(131, 40, 255, 0.6),
    0 0 38px rgba(22, 163, 74, 0.3);
}
.services-packs-grid__item-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.services-packs-grid__price {
  font-size: 0.9rem;
  color: var(--color-accent);
}
.services-packs-grid__price .old-price {
  text-decoration: line-through;
  opacity: 0.65;
  margin-right: 0.3rem;
}

@media (max-width: 768px) {
  .shop-hub__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* === Beat Store premium: chips sticky + glow === */
.beatstore__chips{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 8px}
.beatstore__chips{position:sticky;top:72px;z-index:6;padding:10px;border-radius:16px;background:rgba(10,9,22,.72);backdrop-filter:blur(10px);border:1px solid rgba(160,32,240,.18)}
.beatstore__chips .chip{border:1px solid rgba(160,32,240,.25);background:rgba(160,32,240,.06);color:var(--ink);padding:8px 12px;border-radius:999px;font-size:13px;transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease}
.beatstore__chips .chip:hover{transform:translateY(-1px);border-color:rgba(240,70,255,.45);box-shadow:0 0 0 4px rgba(240,70,255,.12)}
.beatstore__chips .chip.is-active{background:linear-gradient(135deg, rgba(160,32,240,.35), rgba(255,60,190,.22));border-color:rgba(240,70,255,.55);box-shadow:0 10px 30px rgba(160,32,240,.18)}
@media (max-width: 720px){ .beatstore__chips{top:62px} }



/* ====== Light mode softening (OTTCity, less dazzling) ====== */
html[data-theme="light"]{
  --color-bg:#f2f3f7;
  --color-text:#111827;
  --color-primary:#5b32d6;
  --color-secondary:#d92ecf;
  --color-accent:#0ea97b;
}
html[data-theme="light"] .hero{
  background:linear-gradient(145deg, rgba(91,50,214,.86), rgba(217,46,207,.78));
  box-shadow:none;
}
html[data-theme="light"] h1, 
html[data-theme="light"] h2, 
html[data-theme="light"] h3, 
html[data-theme="light"] h4, 
html[data-theme="light"] h5, 
html[data-theme="light"] h6{
  color: var(--color-primary);
}


/* OTT V6.1 LIGHT + CONTRAST OVERRIDES */
:root {
  --ott-btn-glow-strength: {{ settings.ott_button_glow_strength | default: 7 }};
}

/* Soft light mode: keep it readable, reduce "flashbang" */
html[data-theme="light"], body[data-theme="light"], .color-background-1 {
  /* no hard overrides here; we only tune interactive elements */
}

/* Buttons: neon more visible (user choice 2/B), but controlled */
.ott-btn, .button, button.button, a.button, .shopify-payment-button__button {
  transition: box-shadow .18s ease, transform .18s ease, filter .18s ease;
}

html:not(.ott-contrast) .ott-btn--primary,
html:not(.ott-contrast) .button--primary,
html:not(.ott-contrast) .shopify-payment-button__button {
  box-shadow:
    0 0 calc(2px + (var(--ott-btn-glow-strength) * 0.8px)) rgba(180, 80, 255, 0.35),
    0 0 calc(10px + (var(--ott-btn-glow-strength) * 1.8px)) rgba(255, 80, 200, 0.20);
}

html:not(.ott-contrast) .ott-btn--ghost,
html:not(.ott-contrast) .button--secondary,
html:not(.ott-contrast) .button--tertiary {
  background: rgba(20, 20, 28, 0.06);
  border-color: rgba(20, 20, 28, 0.22);
}

html:not(.ott-contrast) .ott-btn:hover,
html:not(.ott-contrast) .button:hover,
html:not(.ott-contrast) .shopify-payment-button__button:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

html:not(.ott-contrast) .ott-btn:active,
html:not(.ott-contrast) .button:active,
html:not(.ott-contrast) .shopify-payment-button__button:active {
  transform: translateY(0);
}

/* Focus visible: stronger in light mode without being flashy */
.ott-btn:focus-visible, .button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid rgba(180, 80, 255, 0.75);
  outline-offset: 3px;
}

/* High contrast mode (user choice 4/yes) */
html.ott-contrast {
  color-scheme: light;
}
html.ott-contrast body {
  background: #ffffff !important;
  color: #0b0b0f !important;
}
html.ott-contrast a { color: #0b0b0f; text-decoration-thickness: 2px; }
html.ott-contrast .ott-card, html.ott-contrast .card, html.ott-contrast .product-card, html.ott-contrast .collection-card {
  border-color: rgba(0,0,0,.55) !important;
}
html.ott-contrast .ott-btn, html.ott-contrast .button, html.ott-contrast .shopify-payment-button__button {
  background: #0b0b0f !important;
  color: #ffffff !important;
  border-color: #0b0b0f !important;
  box-shadow: none !important;
}
html.ott-contrast .ott-btn--ghost, html.ott-contrast .button--secondary, html.ott-contrast .button--tertiary {
  background: transparent !important;
  color: #0b0b0f !important;
  border-color: rgba(0,0,0,.75) !important;
}
html.ott-contrast input, html.ott-contrast select, html.ott-contrast textarea {
  background: #ffffff !important;
  color: #0b0b0f !important;
  border-color: rgba(0,0,0,.7) !important;
}
html.ott-contrast :focus-visible {
  outline: 3px solid #000 !important;
  outline-offset: 3px !important;
}

/* Toggle UI */
.ott-contrast-toggle[hidden]{display:none!important;}
.ott-contrast-toggle{
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9999;
}
.ott-contrast-toggle__btn{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(15,15,20,.65);
  color:#fff;
  backdrop-filter: blur(10px);
}
html.ott-contrast .ott-contrast-toggle__btn{
  background: rgba(255,255,255,.92);
  color:#0b0b0f;
  border-color: rgba(0,0,0,.35);
}
.ott-contrast-toggle__label{font-weight:650}
.ott-contrast-toggle__state{opacity:.9}


/* =========================================================
   OTT — Hub Cards + Collection Carousel (v33)
   ========================================================= */

.ott-hub-cards__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.ott-hub-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(122,60,255,.25);
  background: rgba(18,15,33,.55);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.ott-hub-card__link{display:block; color:inherit; text-decoration:none; height:100%}
.ott-hub-card__media{position:relative; aspect-ratio: 16/9; overflow:hidden}
.ott-hub-card__img{width:100%; height:100%; object-fit:cover; display:block; transform:scale(1.02)}
.ott-hub-card__overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(11,10,14,.10), rgba(11,10,14,.70));
}
.ott-hub-card__content{padding:14px 14px 16px}
.ott-hub-card__kicker{
  display:inline-block;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.9;
  padding:4px 10px;
  border:1px solid rgba(122,60,255,.35);
  border-radius:999px;
  margin-bottom:10px;
}
.ott-hub-card__title{
  font-size:18px;
  font-weight:800;
  margin:0 0 8px;
  text-shadow:0 0 14px rgba(122,60,255,.35);
}
.ott-hub-card__text{
  font-size:14px;
  opacity:.92;
  line-height:1.4;
}
.ott-hub-card__cta{
  margin-top:10px;
  font-weight:800;
  color:#ff2d95;
  text-shadow:0 0 18px rgba(255,45,149,.25);
}

.ott-hub-card:hover{ border-color: rgba(255,45,149,.45); }
.ott-hub-card:hover .ott-hub-card__img{ transform:scale(1.06); transition:transform .22s ease; }

@media(max-width: 990px){
  .ott-hub-cards__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media(max-width: 640px){
  .ott-hub-cards__grid{ grid-template-columns: 1fr; }
}

/* Carousel */
.ott-carousel__row{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding: 10px 2px 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.ott-carousel__item{
  flex: 0 0 min(360px, 82vw);
  scroll-snap-align: start;
}
.ott-carousel__row::-webkit-scrollbar{ height:10px; }
.ott-carousel__row::-webkit-scrollbar-thumb{ background: rgba(122,60,255,.35); border-radius:999px; }


/* OTT helper */
.ott-no-scroll{ overflow:hidden; }
