/* ==========================================================================
   PMM STÚDIÓ × AARDVARK ENERGY DESIGN SYSTEM
   Shiny Pink-Red Palette, Chunky Wobble Type, 3D Side Shelves & Fan Deck
   ========================================================================== */

:root {
  /* Aardvark Inspired Shiny Pink-Red Palette */
  --stage: #FFF5F7;
  --punch: #FF3B6B;
  --blush: #FF6B8A;
  --shine: #FFD0DA;
  --ink: #1A1214;
  --paper: #FFFFFF;
  --muted: #6B5B60;
  
  /* Channel Accents */
  --ch-infuzio: #FF3B6B;
  --ch-mozgas: #16A34A;
  --ch-egeszseg: #C4A574;
  --ch-szepseg: #DB2777;
  --ch-longevity: #6366F1;

  /* Shadows & Glows */
  --shadow-juicy: 0 16px 36px rgba(255, 59, 107, 0.12), 0 4px 12px rgba(26, 18, 20, 0.05);
  --shadow-hover: 0 24px 50px rgba(255, 59, 107, 0.22), 0 8px 20px rgba(26, 18, 20, 0.08);
}

/* Base World */
body.studio-world {
  background-color: var(--stage) !important;
  color: var(--ink) !important;
  overflow-x: hidden;
  position: relative;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Light Grain Overlay */
.studio-film-grain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.035;
  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.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Signal Meter / Scroll Progress */
.studio-signal-meter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 59, 107, 0.1);
  z-index: 10001;
}

.studio-signal-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #FF6B8A 0%, #FF3B6B 70%, #E11D48 100%);
  box-shadow: 0 0 10px rgba(255, 59, 107, 0.6);
  transition: width 0.08s linear;
}

/* ==========================================================================
   SECTION 1 — HERO BANNER / MAGAZINE HEADER (AARDVARK TYPE + RUNNING VIDEO)
   ========================================================================== */

.studio-hero-live {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(120px, 15vh, 150px) 24px clamp(80px, 10vh, 110px);
  overflow: hidden;
  background: var(--stage);
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.08) contrast(1.02);
}

/* Cinematic Dark Scrim for Luxury Typography Contrast (Like Reference) */
.hero-pink-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg, 
    rgba(14, 8, 14, 0.45) 0%, 
    rgba(14, 8, 14, 0.28) 40%, 
    rgba(14, 8, 14, 0.55) 75%, 
    rgba(14, 8, 14, 0.82) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Long Smooth Bottom Fade into the next section (180–220px, video opacity -> 0, NO hard cut) */
.hero-bottom-fade {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(
    180deg, 
    rgba(255, 245, 247, 0) 0%, 
    rgba(255, 245, 247, 0.35) 45%, 
    rgba(255, 245, 247, 0.85) 80%, 
    var(--stage) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Hero Content Wrapper — Clean, No Square Box */
.hero-live-content {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
  will-change: transform, opacity;
}

/* Clean Luxury Typography Styles (Like Reference Image 2) */
.halo-text {
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
}

/* Frosted Glass Magazine Pill */
.live-on-air-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 7px 20px;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
  animation: jiggle 4s ease-in-out infinite;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF3B6B;
  box-shadow: 0 0 10px #FF3B6B;
  animation: onAirBlink 1.6s ease-in-out infinite;
}

.live-text {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Line 2: 5 Categories Separated by Mid-Dots (Reference Image 2 Kicker Style) */
.hero-categories-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: clamp(0.82rem, 1.5vw, 0.98rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.hero-cat-item {
  opacity: 0;
  transform: translateY(12px);
  animation: catStaggerIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: calc(var(--stagger) * 80ms + 100ms);
}

.hero-cat-dot {
  color: #FF3B6B;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 0.8;
  opacity: 0.9;
  text-shadow: 0 0 10px rgba(255, 59, 107, 0.7);
}

@keyframes catStaggerIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Crisp White Editorial Display Headline (Like Reference Image 2: "Stay Strong Wonderful") */
.hero-chunky-title {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: clamp(2.8rem, 6.2vw, 5.2rem);
  font-weight: 800;
  color: #FFFFFF !important;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 auto 20px;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  text-shadow: 
    0 4px 24px rgba(0, 0, 0, 0.7),
    0 2px 8px rgba(0, 0, 0, 0.5);
  animation: heroFadeIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-chunky-title span.pop-word {
  color: #FFFFFF !important;
  font-weight: 800;
  position: relative;
  display: inline-block;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  text-shadow: 
    0 4px 24px rgba(0, 0, 0, 0.7),
    0 2px 8px rgba(0, 0, 0, 0.5);
}

/* High-Legibility Editorial Deck (Like Reference Image 2 Paragraph) */
.hero-chunky-deck {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.12rem, 1.9vw, 1.38rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 680px;
  margin: 0 auto 34px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  opacity: 0;
  animation: deckFadeUp 0.8s ease 0.4s forwards;
}

@keyframes deckFadeUp {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Fat Glossy Button with Crisp White Text */
.btn-juicy {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FF3B6B 0%, #FF6B8A 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  padding: 16px 36px;
  border-radius: 9999px;
  box-shadow: 0 14px 32px rgba(255, 59, 107, 0.42), 0 2px 6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: all 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  -webkit-text-stroke: 0 !important;
}

.btn-juicy span {
  color: #ffffff !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
}

.btn-juicy::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -70%;
  width: 45%;
  height: 200%;
  background: linear-gradient(
    100deg, 
    transparent 20%, 
    rgba(255, 255, 255, 0.65) 50%, 
    transparent 80%
  );
  transform: rotate(25deg);
  animation: btnShineSweep 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes btnShineSweep {
  0%, 60% { left: -70%; }
  100% { left: 160%; }
}

.btn-juicy:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 44px rgba(255, 59, 107, 0.52);
  filter: brightness(1.05);
}

.btn-juicy:active {
  transform: translateY(-1px) scale(0.98);
}

/* ==========================================================================
   SECTION 2 — FAN DECK (FEATURED POSTS IN HORIZONTAL SPREAD SKEW)
   Left: Tall Dark Anchor Card (#1A1214)
   Right: 5–7 Overlapping Pastel Cards with 55px Overlap & -6° to +6° Tilts
   ========================================================================== */

.fan-deck-section {
  padding: 50px 0 80px;
  position: relative;
  z-index: 10;
  background: var(--stage);
  overflow: visible;
}

.fan-deck-container {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: visible;
}

/* Left: Tall Dark Anchor Card */
.fan-lead-card {
  flex: 0 0 230px;
  width: 230px;
  height: 380px;
  background: #1A1214;
  color: #FFFFFF;
  border-radius: 24px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 40px rgba(26, 18, 20, 0.25), 0 0 0 1px rgba(255, 59, 107, 0.25);
  position: relative;
  overflow: hidden;
  z-index: 20;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fan-lead-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(26, 18, 20, 0.35), 0 0 0 1.5px rgba(255, 59, 107, 0.4);
}

.fan-lead-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 59, 107, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.lead-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lead-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 59, 107, 0.2);
  border: 1px solid rgba(255, 59, 107, 0.4);
  color: #FF6B8A;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lead-card-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF3B6B;
  box-shadow: 0 0 6px #FF3B6B;
}

.lead-card-idx {
  font-family: monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
}

.lead-card-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.12;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  margin: 18px 0 10px;
}

.lead-card-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
}

.lead-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lead-card-hint {
  font-size: 0.78rem;
  font-weight: 700;
  color: #FF6B8A;
}

.lead-card-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FF3B6B;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 59, 107, 0.4);
}

/* Right: Draggable / Scroll Track with generous padding so hover never clips */
.fan-track-wrapper {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 12px;
  padding-right: 80px;
  margin-top: -55px;
  margin-bottom: -55px;
  margin-right: -20px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto !important;
}

.fan-track-wrapper:active,
.fan-track-wrapper.is-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
}

.fan-track-wrapper::-webkit-scrollbar {
  display: none;
}

/* Fan Track Container — NO GAP, items overlap via negative margin */
.fan-track {
  display: flex;
  align-items: center;
  gap: 0 !important;
  min-width: max-content;
  padding-right: 80px;
  padding-left: 0;
}

/* Individual Overlapping Fan Card (55px Overlap + Bottom Origin) */
.fan-card {
  flex: 0 0 250px;
  width: 250px;
  height: 360px;
  border-radius: 24px;
  padding: 24px 22px;
  margin-left: -55px !important; /* 55px OVERLAP like a spread hand */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  overflow: hidden;
  transform-origin: 50% 110%; /* Fan rotation pivots from the bottom */
  transform: rotate(var(--rot, 0deg)) translateY(var(--y, 0px));
  z-index: var(--z, 1);
  box-shadow: -8px 16px 36px rgba(26, 18, 20, 0.12), 0 4px 12px rgba(255, 59, 107, 0.08);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), 
              box-shadow 0.28s ease, 
              border-color 0.25s ease,
              opacity 0.25s ease,
              filter 0.25s ease;
  will-change: transform;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.fan-card * {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.fan-card:active,
.fan-track-wrapper.is-dragging .fan-card {
  cursor: grabbing !important;
}

.fan-track-wrapper.is-dragging .fan-card {
  pointer-events: none !important;
}

.fan-card:first-child {
  margin-left: 0 !important;
}

/* Rotating Pastel Themes in Shiny Pink-Red World */
.fan-card-bg-0 { background: #FFFFFF; border: 2px solid #FFD0DA; }
.fan-card-bg-1 { background: #FFF5F7; border: 2px solid #FFD0DA; }
.fan-card-bg-2 { background: #FFE4EA; border: 2px solid #FFB3C2; }
.fan-card-bg-3 { background: #FFD0DA; border: 2px solid #FF8DA4; }
.fan-card-bg-4 { background: #FFF0F3; border: 2px solid #FFD0DA; }
.fan-card-bg-5 { background: #FFE8ED; border: 2px solid #FFB3C2; }
.fan-card-bg-6 { background: #FFFFFF; border: 2px solid #FFD0DA; }

/* Soft Wash Cover Image Behind Type */
.fan-card-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(1.1) contrast(1.05);
  pointer-events: none;
  border-radius: 22px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 65%, transparent 100%);
  transition: opacity 0.3s ease, transform 0.4s ease;
}

/* Fan Card Content */
.fan-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fan-card-date {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-family: monospace;
}

.fan-card-readtime {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--punch);
}

.fan-card-middle {
  position: relative;
  z-index: 2;
  margin: auto 0;
}

.fan-card-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.32;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.fan-card-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 59, 107, 0.12);
}

.fan-card-channel {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.fan-card-cta {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--punch);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Dynamic Fan Tilts (-6deg to +6deg) applied via classes & CSS custom properties */
.fan-card[data-tilt="0"] { --rot: -6deg; --y: 10px; --z: 1; transform: rotate(-6deg) translateY(10px); z-index: 1; }
.fan-card[data-tilt="1"] { --rot: -4deg; --y: 4px; --z: 2; transform: rotate(-4deg) translateY(4px); z-index: 2; }
.fan-card[data-tilt="2"] { --rot: -2deg; --y: 0px; --z: 3; transform: rotate(-2deg) translateY(0px); z-index: 3; }
.fan-card[data-tilt="3"] { --rot: 0deg; --y: -4px; --z: 4; transform: rotate(0deg) translateY(-4px); z-index: 4; }
.fan-card[data-tilt="4"] { --rot: 2deg; --y: 0px; --z: 5; transform: rotate(2deg) translateY(0px); z-index: 5; }
.fan-card[data-tilt="5"] { --rot: 4deg; --y: 4px; --z: 6; transform: rotate(4deg) translateY(4px); z-index: 6; }
.fan-card[data-tilt="6"] { --rot: 6deg; --y: 10px; --z: 7; transform: rotate(6deg) translateY(10px); z-index: 7; }

/* Hover Interaction on Fan Card:
   Lifts smoothly UP along the card's tilt orientation without sideways displacement.
   Zero horizontal flapping, zero jitter! */
.fan-card:hover {
  transform: rotate(var(--rot, 0deg)) translateY(calc(var(--y, 0px) - 16px)) scale(1.02) !important;
  z-index: 80 !important;
  border-color: var(--punch) !important;
  box-shadow: 0 24px 48px rgba(255, 59, 107, 0.28), 0 8px 20px rgba(26, 18, 20, 0.12) !important;
}

.fan-card:hover .fan-card-title {
  color: var(--punch);
}

.fan-card:hover .fan-card-wash {
  opacity: 0.32;
  transform: scale(1.05);
}

.fan-track:hover .fan-card:not(:hover) {
  opacity: 0.88;
  filter: brightness(0.97);
}

/* ==========================================================================
   SECTION 3 — CHOOSE MOMENT (5 LARGE GLOSSY PLATES & ON-DEMAND POST GRID)
   ========================================================================== */

.studio-grid-section {
  padding: 50px 0 100px;
  position: relative;
  z-index: 10;
  background: var(--stage);
}

/* Choose Moment Headline & Deck */
.choose-headline {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.choose-deck {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 500;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
}

/* 5 Large Glossy Plates Grid */
.choose-plates-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 36px 0 20px;
}

.choose-plate-card {
  background: #FFFFFF;
  border: 2px solid var(--shine);
  border-radius: 24px;
  padding: 24px 18px;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26, 18, 20, 0.04), 0 2px 8px rgba(255, 59, 107, 0.04);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              box-shadow 0.3s ease, 
              border-color 0.25s ease, 
              background 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 175px;
  user-select: none;
}

.choose-plate-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--plate-accent, var(--punch));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.choose-plate-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--plate-accent, var(--punch));
  box-shadow: 0 20px 42px rgba(255, 59, 107, 0.18), 0 4px 12px rgba(26, 18, 20, 0.06);
}

.choose-plate-card:hover::before {
  opacity: 1;
}

/* Active Plate State: Glossy Colored Accent Ring & Glow */
.choose-plate-card.active {
  background: #FFFFFF;
  border-color: var(--plate-accent, var(--punch)) !important;
  box-shadow: 0 22px 48px rgba(255, 59, 107, 0.24), 0 0 0 2px var(--plate-accent, var(--punch)) !important;
  transform: translateY(-4px) scale(1.02);
}

.choose-plate-card.active::before {
  opacity: 1;
  height: 6px;
}

.choose-plate-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.choose-plate-num {
  font-family: monospace;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 1px;
}

.choose-plate-count {
  background: rgba(26, 18, 20, 0.05);
  font-size: 0.74rem;
  font-weight: 800;
  font-family: monospace;
  padding: 3px 8px;
  border-radius: 9999px;
  color: var(--muted);
  transition: all 0.2s ease;
}

.choose-plate-card.active .choose-plate-count {
  background: var(--plate-accent, var(--punch));
  color: #FFFFFF;
}

.choose-plate-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.18;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}

.choose-plate-card.active .choose-plate-title,
.choose-plate-card:hover .choose-plate-title {
  color: var(--plate-accent, var(--punch));
}

.choose-plate-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.35;
  margin: 0;
}

/* Tiny text link under the 5 plates */
.choose-all-link-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.choose-all-text-link {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 9999px;
  transition: all 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--shine);
}

.choose-all-text-link:hover {
  color: var(--punch);
  text-decoration-color: var(--punch);
}

/* Active chosen category indicator header bar */
.choose-active-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid var(--shine);
  animation: cardFadeUp 0.35s ease forwards;
}

.active-category-pill {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.active-category-count {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--muted);
  font-family: monospace;
}

/* Smooth reveal animation for the post grid */
.choose-posts-wrapper {
  animation: cardFadeUp 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Normal 3-Column Magazine Grid */
.normal-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}

.normal-magazine-card {
  background: #FFFFFF;
  border: 1.5px solid var(--shine);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-juicy);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: cardFadeUp 0.45s ease forwards;
}

.normal-magazine-card:hover {
  transform: translateY(-6px);
  border-color: var(--blush);
  box-shadow: var(--shadow-hover);
}

.normal-magazine-card:hover .normal-title {
  color: var(--punch);
}

.normal-media {
  position: relative;
  aspect-ratio: 16 / 10;
  width: calc(100% - 24px);
  margin: 12px 12px 0 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #FAF5ED;
  display: flex;
  align-items: center;
  justify-content: center;
}

.normal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}

.normal-magazine-card:hover .normal-img {
  transform: scale(1.03);
}

.normal-tick {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.normal-body {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.normal-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.normal-excerpt {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.normal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--stage);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}

/* ==========================================================================
   KEYFRAME ANIMATIONS
   ========================================================================== */

@keyframes chunkyWobble {
  0% { transform: scale(0.92) rotate(-2deg); opacity: 0; }
  50% { transform: scale(1.04) rotate(1.5deg); }
  70% { transform: scale(0.98) rotate(-0.5deg); }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

@keyframes jiggle {
  0%, 100% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(-2.5deg) scale(1.03); }
  75% { transform: rotate(2.5deg) scale(1.03); }
}

@keyframes onAirBlink {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px var(--punch); }
  50% { opacity: 0.4; transform: scale(0.85); box-shadow: 0 0 3px var(--punch); }
}

@keyframes cardFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   MOBILE & RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 1200px) {
  .studio-side-shelves {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .fan-lead-card {
    flex: 0 0 200px;
    width: 200px;
  }
  .fan-card {
    flex: 0 0 230px;
    width: 230px;
    height: 340px;
    margin-left: -50px !important;
  }
  .choose-plates-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .normal-stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-chunky-title {
    font-size: 2.5rem;
  }
  .fan-deck-container {
    flex-direction: column;
  }
  .fan-lead-card {
    flex: none;
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .fan-track-wrapper {
    margin: 0;
    padding: 10px 0 20px;
  }
  .fan-card {
    flex: 0 0 240px;
    width: 240px;
    height: 320px;
    margin-left: 14px !important;
    transform: none !important;
  }
  .fan-card:first-child {
    margin-left: 0 !important;
  }
  .choose-plates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .choose-plate-card:last-child {
    grid-column: 1 / -1;
  }
  .choose-plate-card {
    min-height: 135px;
    padding: 18px 14px;
  }
  .choose-plate-title {
    font-size: 1.16rem;
  }
  .normal-stack-grid {
    grid-template-columns: 1fr;
  }
}

/* Reduced Motion Mode */
@media (prefers-reduced-motion: reduce) {
  .live-on-air-pill,
  .hero-categories-line .hero-cat-item,
  .hero-chunky-title,
  .hero-chunky-deck,
  .btn-juicy,
  .btn-juicy::after,
  .fan-card,
  .choose-plate-card {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
