:root {
  --bg-primary: #8b0000;
  --bg-movie-card: rgba(0, 0, 0, 0.35);
  --bg-movie-hover: rgba(0, 0, 0, 0.5);
  --bg-card: rgba(255, 255, 255, 0.06);
  --gold: #ffd700;
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --text-muted: rgba(255, 255, 255, 0.45);
  --platform-cinema: #e74c3c;
  --platform-netflix: #e50914;
  --platform-disney: #113ccf;
  --platform-apple: #555555;
  --platform-hallmark: #9b59b6;
  --platform-amazon: #00a8e0;
  --platform-hbo: #5b2d8e;
  --status-available: #00b894;
  --status-coming: #fdcb6e;
  --ink-deep: #250408;
  --ink-panel: rgba(38, 5, 11, 0.76);
  --line-soft: rgba(255, 255, 255, 0.12);
  --shadow-deep: 0 24px 60px rgba(0, 0, 0, 0.34);
}

body.movies-2026-page .blog-main {
  width: min(1280px, 100%);
  margin-top: 28px;
}

.movies-skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 40;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: #2d160c;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}

.movies-skip-link:focus {
  top: 10px;
}

.cinema-glow,
.cinema-curtain {
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.cinema-glow {
  width: 40vw;
  height: 40vw;
  filter: blur(24px);
  opacity: 0.3;
}

.glow-a {
  top: 70px;
  left: -10vw;
  background: radial-gradient(circle, rgba(255, 212, 107, 0.45) 0%, rgba(255, 212, 107, 0) 68%);
}

.glow-b {
  top: 220px;
  right: -8vw;
  background: radial-gradient(circle, rgba(255, 74, 74, 0.28) 0%, rgba(255, 74, 74, 0) 68%);
}

.cinema-curtain {
  top: 0;
  bottom: 0;
  width: 72px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 10%, transparent 90%, rgba(0, 0, 0, 0.16)),
    repeating-linear-gradient(
      90deg,
      rgba(90, 0, 0, 0.84) 0,
      rgba(132, 0, 0, 0.86) 20px,
      rgba(72, 0, 0, 0.9) 40px
    );
  opacity: 0.44;
}

.curtain-left {
  left: 0;
  border-right: 1px solid rgba(255, 215, 0, 0.14);
}

.curtain-right {
  right: 0;
  border-left: 1px solid rgba(255, 215, 0, 0.14);
}

.movies-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 244, 230, 0.1);
  color: #ffe7d1;
  font-size: 0.82rem;
  margin-bottom: 18px;
}

.movies-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.movies-breadcrumb a:hover,
.movies-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.movies-hero,
.movies-panel-shell,
.movies-platform-section {
  position: relative;
  z-index: 1;
}

.movies-hero-shell,
.movies-panel-shell,
.movies-platform-section {
  border-radius: 30px;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--ink-panel);
  box-shadow: var(--shadow-deep);
}

.movies-hero {
  padding-top: 16px;
  padding-bottom: 14px;
}

.movies-hero-shell {
  overflow: hidden;
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at top center, rgba(255, 215, 0, 0.2), transparent 34%),
    radial-gradient(circle at left center, rgba(255, 80, 80, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(63, 5, 15, 0.9), rgba(26, 5, 13, 0.96));
}

.movies-snowfall {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.movies-snowfall span {
  position: absolute;
  top: -16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  animation: moviesSnowfall linear infinite;
}

.movies-snowfall span:nth-child(1) { left: 4%; animation-duration: 10s; animation-delay: -2s; }
.movies-snowfall span:nth-child(2) { left: 12%; animation-duration: 8s; animation-delay: -5s; }
.movies-snowfall span:nth-child(3) { left: 23%; animation-duration: 9.5s; animation-delay: -1s; }
.movies-snowfall span:nth-child(4) { left: 33%; animation-duration: 12s; animation-delay: -6s; }
.movies-snowfall span:nth-child(5) { left: 41%; animation-duration: 7.8s; animation-delay: -4s; }
.movies-snowfall span:nth-child(6) { left: 52%; animation-duration: 10.8s; animation-delay: -3s; }
.movies-snowfall span:nth-child(7) { left: 61%; animation-duration: 8.4s; animation-delay: -7s; }
.movies-snowfall span:nth-child(8) { left: 69%; animation-duration: 11.4s; animation-delay: -2.2s; }
.movies-snowfall span:nth-child(9) { left: 77%; animation-duration: 9.6s; animation-delay: -5.5s; }
.movies-snowfall span:nth-child(10) { left: 84%; animation-duration: 8.8s; animation-delay: -1.2s; }
.movies-snowfall span:nth-child(11) { left: 91%; animation-duration: 10.2s; animation-delay: -6.1s; }
.movies-snowfall span:nth-child(12) { left: 96%; animation-duration: 12.5s; animation-delay: -3.8s; }

.movies-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: 26px;
  align-items: start;
}

.hero-badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffd98e;
}

.movies-hero-copy h1,
.section-header h2,
.movie-section-header h2,
.watchlist-panel h2 {
  font-family: "Cinzel", serif;
}

.movies-hero-copy h1 {
  margin-top: 16px;
  color: #fff4d6;
  font-size: clamp(2.9rem, 6vw, 5.2rem);
  line-height: 0.97;
  text-wrap: balance;
}

.movies-hero-subtitle {
  margin-top: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.42rem, 3vw, 2.1rem);
  line-height: 1.08;
  color: #ffd98e;
}

.movies-hero-intro,
.section-subtitle,
.watchlist-intro,
.weekly-banner-lead,
.calendar-intro p,
.season-guide-card p,
.platform-strategy-card p,
.classic-card p,
.faq-answer p,
.related-card-desc {
  color: var(--text-secondary);
  line-height: 1.78;
}

.movies-hero-intro {
  margin-top: 16px;
  max-width: 62ch;
  font-size: 1rem;
}

.hero-meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span,
.watchlist-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff0dd;
  font-size: 0.84rem;
}

.hero-marquee-strip {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), rgba(255, 255, 255, 0.02));
}

.marquee-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.12);
  color: #ffd98e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-marquee-strip p {
  margin-top: 10px;
  color: #fff0dd;
  line-height: 1.65;
}

.movies-hero-side {
  display: grid;
  gap: 18px;
}

.movie-countdown-badge {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 24px 20px;
  border-radius: 26px;
  border: 1px solid rgba(255, 215, 0, 0.22);
  background:
    radial-gradient(circle at top center, rgba(255, 215, 0, 0.22), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.movie-countdown-badge .star {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.8rem;
}

.movie-countdown-badge .countdown-badge-title,
.movie-countdown-badge .days-label,
.badge-link {
  color: #ffe9ce;
}

.movie-countdown-badge .days-num {
  font-family: "Cinzel", serif;
  font-size: clamp(2.6rem, 7vw, 4rem);
  line-height: 0.9;
  color: var(--gold);
}

.movie-countdown-badge .days-label {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-link {
  text-decoration: none;
  font-weight: 700;
}

.badge-link:hover,
.badge-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-poster-rail {
  display: grid;
  gap: 12px;
}

.hero-poster-mini {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.mini-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ffd98e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-poster-mini strong,
.season-guide-card h3,
.platform-strategy-card h3,
.classic-card h3,
.mood-title,
.related-card-title,
.formula-note h3 {
  display: block;
  color: var(--text-primary);
}

.hero-poster-mini strong {
  font-size: 1rem;
  line-height: 1.35;
}

.hero-poster-mini span:last-child {
  display: inline-flex;
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.movies-panel-shell,
.movies-platform-section {
  padding: 26px 28px;
  margin: 14px 0;
}

.section-header {
  margin-bottom: 18px;
}

.section-header h2,
.movie-section-header h2,
.watchlist-panel h2 {
  margin-top: 10px;
  font-size: clamp(1.88rem, 3vw, 2.6rem);
  line-height: 1.08;
  color: #fff0dd;
}

.section-subtitle {
  margin-top: 10px;
  max-width: 72ch;
}

.movies-toolbar {
  display: grid;
  gap: 16px;
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-group-title {
  color: #ffd98e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pill,
.view-btn,
.reset-filters-btn,
.watchlist-clear-btn,
.weekly-banner-link {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff0dd;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.filter-pill:hover,
.filter-pill:focus-visible,
.view-btn:hover,
.view-btn:focus-visible,
.reset-filters-btn:hover,
.reset-filters-btn:focus-visible,
.watchlist-clear-btn:hover,
.watchlist-clear-btn:focus-visible,
.weekly-banner-link:hover,
.weekly-banner-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 215, 0, 0.42);
  background: rgba(255, 215, 0, 0.08);
  color: #fff5df;
  outline: none;
}

.filter-pill.active,
.view-btn.active {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.26), rgba(255, 189, 77, 0.18));
  border-color: rgba(255, 215, 0, 0.52);
  color: var(--gold);
}

.view-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.view-toggle,
.filter-status-row,
.watchlist-summary-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.results-summary,
.movies-nojs,
.calendar-empty,
.watchlist-empty {
  color: var(--text-secondary);
}

.results-summary,
.watchlist-empty,
.calendar-empty {
  margin: 0;
}

.reset-filters-btn {
  padding-inline: 14px;
}

.weekly-banner {
  display: grid;
  gap: 18px;
}

.weekly-banner-copy {
  display: grid;
  gap: 10px;
}

.weekly-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.weekly-banner-item {
  width: 100%;
  text-align: left;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.24);
  color: inherit;
  cursor: pointer;
}

.weekly-banner-item:hover,
.weekly-banner-item:focus-visible {
  border-color: rgba(255, 215, 0, 0.26);
  transform: translateY(-2px);
  outline: none;
}

.weekly-banner-item strong {
  display: block;
  color: #fff6e8;
  font-size: 1rem;
  line-height: 1.35;
}

.weekly-item-topline,
.weekly-item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.weekly-item-topline {
  margin-bottom: 10px;
}

.weekly-item-emoji {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.1rem;
}

.weekly-banner-link {
  justify-self: start;
}

.watchlist-panel {
  display: grid;
  gap: 18px;
}

.watchlist-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.watchlist-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.watchlist-item-title {
  color: #fff4e7;
  font-weight: 700;
}

.watchlist-item-meta {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.watchlist-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.watchlist-item-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff0dd;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.season-guide-grid,
.platform-strategy-grid,
.classics-grid,
.related-grid {
  display: grid;
  gap: 16px;
}

.season-guide-grid,
.platform-strategy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.season-guide-card,
.platform-strategy-card,
.classic-card,
.related-card,
.platform-note,
.formula-note,
.calendar-shell {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 22px;
}

.season-guide-card,
.platform-strategy-card,
.platform-note,
.formula-note,
.calendar-shell {
  padding: 18px;
}

.season-guide-card h3,
.platform-strategy-card h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.28;
}

.movies-empty {
  margin: 18px 0;
  padding: 22px;
  border-radius: 24px;
  border: 1px dashed rgba(255, 215, 0, 0.22);
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  color: #ffe7d1;
}

.movies-catalog {
  display: grid;
  gap: 18px;
}

.movie-section-header {
  margin-bottom: 18px;
}

.platform-note strong {
  display: block;
  margin-bottom: 8px;
  color: #fff2df;
  font-size: 1rem;
}

.platform-note p {
  color: var(--text-secondary);
  line-height: 1.72;
}

.formula-note {
  margin-top: 16px;
}

.formula-note h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.formula-note ul,
.movie-facts,
.mood-recommendations {
  padding-left: 18px;
}

.formula-note li,
.movie-facts li {
  color: var(--text-secondary);
  line-height: 1.72;
}

.movies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 24px 0 6px;
}

.movie-card {
  background: var(--bg-movie-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.movie-card:hover,
.movie-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36);
  background: var(--bg-movie-hover);
}

.movie-card.expanded {
  background: rgba(0, 0, 0, 0.46);
}

.movie-card.is-watchlisted {
  border-color: rgba(0, 184, 148, 0.4);
  box-shadow: 0 18px 40px rgba(0, 184, 148, 0.08);
}

.movie-card.movie-highlight {
  animation: movieCardFlash 1.2s ease;
}

.movie-poster {
  aspect-ratio: 2 / 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.movie-poster::before,
.movie-poster::after {
  content: "";
  position: absolute;
  inset: 0;
}

.movie-poster::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
  z-index: 0;
}

.movie-poster::after {
  inset: auto 8% 8% 8%;
  height: 20%;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 0;
}

.platform-badge,
.release-badge,
.editors-pick,
.poster-placeholder,
.poster-marquee {
  position: absolute;
  z-index: 1;
}

.platform-badge {
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: white;
  max-width: calc(100% - 90px);
}

.platform-badge.cinema { background: var(--platform-cinema); }
.platform-badge.netflix { background: var(--platform-netflix); }
.platform-badge.disney { background: var(--platform-disney); }
.platform-badge.apple { background: var(--platform-apple); }
.platform-badge.hallmark { background: var(--platform-hallmark); }
.platform-badge.amazon { background: var(--platform-amazon); }

.release-badge {
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
  max-width: 42%;
  text-align: right;
}

.release-badge.available {
  background: rgba(0, 184, 148, 0.92);
  color: white;
}

.release-badge.coming {
  background: rgba(253, 203, 110, 0.92);
  color: #333;
}

.editors-pick {
  right: 10px;
  bottom: 10px;
  background: rgba(255, 215, 0, 0.9);
  color: #333;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
}

.poster-placeholder {
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  opacity: 0.86;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.34));
}

.poster-marquee {
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  line-height: 1.2;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
}

.movie-info {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.movie-title {
  font-size: 1.04rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.35;
}

.movie-tagline {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-style: italic;
}

.genre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.genre-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-secondary);
}

.movie-synopsis {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-secondary);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie-card.expanded .movie-synopsis {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.movie-expand {
  align-self: flex-start;
  padding: 0;
  border: 0;
  background: none;
  color: #ffd98e;
  font-weight: 700;
  cursor: pointer;
}

.movie-expand:hover,
.movie-expand:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.release-countdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffe4b8;
  font-size: 0.84rem;
}

.movie-facts {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.movie-actions {
  display: flex;
  gap: 8px;
  padding-top: 10px;
}

.movie-btn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 10px;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-secondary);
  transition: all 0.18s ease;
  text-align: center;
  text-decoration: none;
}

.movie-btn:hover,
.movie-btn:focus-visible,
.movie-mini-btn:hover,
.movie-mini-btn:focus-visible {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.4);
  color: var(--gold);
  outline: none;
}

.movie-btn.primary {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.4);
  color: var(--gold);
}

.movie-btn.watchlisted {
  background: rgba(0, 184, 148, 0.15);
  border-color: rgba(0, 184, 148, 0.4);
  color: #00b894;
}

.movie-secondary-actions {
  display: flex;
  gap: 8px;
}

.movie-mini-btn {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.calendar-shell {
  padding: 22px;
}

.calendar-intro {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.release-calendar {
  margin: 24px 0;
}

.calendar-month {
  margin-bottom: 28px;
}

.calendar-month-title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.calendar-entry {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.calendar-entry:hover,
.calendar-entry:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 215, 0, 0.25);
  transform: translateX(2px);
  outline: none;
}

.calendar-date {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  min-width: 50px;
  flex-shrink: 0;
}

.calendar-platform-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.calendar-platform-dot.cinema { background: var(--platform-cinema); }
.calendar-platform-dot.netflix { background: var(--platform-netflix); }
.calendar-platform-dot.disney { background: var(--platform-disney); }
.calendar-platform-dot.apple { background: #a3a3a3; }
.calendar-platform-dot.hallmark { background: var(--platform-hallmark); }
.calendar-platform-dot.amazon { background: var(--platform-amazon); }
.calendar-platform-dot.hbo { background: var(--platform-hbo); }

.calendar-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  flex: 1;
}

.calendar-platform-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
  flex-shrink: 0;
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.mood-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px;
  transition: border-color 0.2s ease;
}

.mood-card:hover,
.mood-card:focus-within {
  border-color: rgba(255, 215, 0, 0.3);
}

.mood-title {
  font-size: 0.98rem;
  margin-bottom: 10px;
  color: var(--gold);
}

.mood-recommendations {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mood-recommendations li {
  font-size: 0.84rem;
  color: var(--text-secondary);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mood-recommendations li:last-child {
  border-bottom: none;
}

.platform-hint {
  color: var(--text-muted);
  font-size: 0.76rem;
}

.classics-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.classic-card {
  padding: 18px;
}

.classic-year {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ffd98e;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.classic-card h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.classic-platform {
  display: inline-flex;
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  color: #fff2df;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  padding: 0 18px 16px;
}

.related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.related-card {
  padding: 18px;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.26);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.related-card-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.35rem;
}

.related-card-title {
  margin-top: 14px;
  font-size: 1.05rem;
}

.related-card-desc {
  margin-top: 10px;
  font-size: 0.92rem;
}

.related-card-cta {
  display: inline-flex;
  margin-top: 14px;
  color: #ffd98e;
  font-weight: 700;
}

.movie-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 50;
  min-width: min(90vw, 320px);
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(22, 7, 10, 0.92);
  color: #fff0dd;
  text-align: center;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
  animation: movieToastIn 0.22s ease;
}

body.calendar-view-active .movies-catalog {
  display: none;
}

body.calendar-view-active .release-calendar-shell {
  border-color: rgba(255, 215, 0, 0.28);
  box-shadow: 0 24px 60px rgba(255, 215, 0, 0.06);
}

.movie-card[hidden],
.watchlist-empty[hidden],
.watchlist-items[hidden],
.movies-empty[hidden],
.watchlist-clear-btn[hidden],
.movies-platform-section[hidden],
.calendar-entry[hidden],
.calendar-month[hidden] {
  display: none !important;
}

.poster-midnight {
  background: linear-gradient(145deg, #06142e 0%, #173a73 50%, #7d0912 100%);
}

.poster-manhattan {
  background: linear-gradient(145deg, #101a2d 0%, #31486b 44%, #b03b22 100%);
}

.poster-aurora {
  background: linear-gradient(145deg, #07162b 0%, #0f5b62 40%, #86d3ff 100%);
}

.poster-krampus {
  background: linear-gradient(145deg, #13050a 0%, #5d0815 50%, #cf531e 100%);
}

.poster-victorian {
  background: linear-gradient(145deg, #120d1c 0%, #3c243b 44%, #b28d53 100%);
}

.poster-heist {
  background: linear-gradient(145deg, #111010 0%, #4b1720 48%, #d8891f 100%);
}

.poster-alps {
  background: linear-gradient(145deg, #07213d 0%, #2d5d7b 46%, #e3f5ff 100%);
}

.poster-origin {
  background: linear-gradient(145deg, #3a1508 0%, #a6421c 50%, #ffd46d 100%);
}

.poster-loop {
  background: linear-gradient(145deg, #43112c 0%, #914d71 50%, #f2c27d 100%);
}

.poster-castle {
  background: linear-gradient(145deg, #13231d 0%, #3d5148 46%, #c7a36d 100%);
}

.poster-legacy {
  background: linear-gradient(145deg, #271822 0%, #53465a 50%, #d2a678 100%);
}

.poster-switch {
  background: linear-gradient(145deg, #141c31 0%, #354778 46%, #d97b54 100%);
}

.poster-nutcracker {
  background: linear-gradient(145deg, #081933 0%, #1f4d9d 46%, #dce8ff 100%);
}

.poster-muppets {
  background: linear-gradient(145deg, #1b3b17 0%, #45801f 46%, #e9c96d 100%);
}

.poster-frozen {
  background: linear-gradient(145deg, #0a214f 0%, #3a8af1 45%, #d8f5ff 100%);
}

.poster-star {
  background: linear-gradient(145deg, #29120c 0%, #7e341f 48%, #f7d476 100%);
}

.poster-silent-night {
  background: linear-gradient(145deg, #121922 0%, #394353 44%, #8c7c68 100%);
}

.poster-gift {
  background: linear-gradient(145deg, #191225 0%, #504767 48%, #c7b09d 100%);
}

.poster-hallmark-home {
  background: linear-gradient(145deg, #4f0f1b 0%, #8f2c4b 48%, #f5c070 100%);
}

.poster-bookshop {
  background: linear-gradient(145deg, #2c1d19 0%, #775038 50%, #d8b18b 100%);
}

.poster-wedding {
  background: linear-gradient(145deg, #22304f 0%, #5e7dcb 44%, #f3f5ff 100%);
}

.poster-inn {
  background: linear-gradient(145deg, #1f1720 0%, #5b4965 46%, #d8b587 100%);
}

.poster-ever-after {
  background: linear-gradient(145deg, #3c1022 0%, #8c3d57 46%, #ffd7a0 100%);
}

.poster-remember {
  background: linear-gradient(145deg, #321723 0%, #873245 48%, #f4b684 100%);
}

.poster-post {
  background: linear-gradient(145deg, #1c2430 0%, #42657d 48%, #dbd7b6 100%);
}

.poster-unlimited {
  background: linear-gradient(145deg, #2a1409 0%, #8d3c19 48%, #ffd060 100%);
}

@keyframes moviesSnowfall {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  10%,
  80% {
    opacity: 0.82;
  }
  100% {
    transform: translate3d(8px, 108%, 0);
    opacity: 0;
  }
}

@keyframes movieToastIn {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes movieCardFlash {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 215, 0, 0);
  }
  30% {
    box-shadow: 0 0 0 6px rgba(255, 215, 0, 0.18);
  }
}

@media (max-width: 1180px) {
  .movies-hero-grid,
  .season-guide-grid,
  .platform-strategy-grid,
  .related-grid,
  .classics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weekly-banner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .movies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .movies-panel-shell,
  .movies-platform-section,
  .movies-hero-shell {
    padding: 22px;
  }

  .platform-badge {
    max-width: calc(100% - 70px);
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .cinema-curtain {
    display: none;
  }

  .movies-hero-grid,
  .season-guide-grid,
  .platform-strategy-grid,
  .weekly-banner-grid,
  .classics-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .view-toolbar,
  .watchlist-item {
    grid-template-columns: 1fr;
  }

  .watchlist-item {
    align-items: start;
  }

  .movie-actions {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  body.movies-2026-page .blog-main {
    margin-top: 22px;
  }

  .movies-grid {
    grid-template-columns: 1fr;
  }

  .movies-panel-shell,
  .movies-platform-section,
  .movies-hero-shell {
    padding: 18px;
    border-radius: 22px;
  }

  .movies-hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .filter-pills,
  .hero-meta {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .filter-pills::-webkit-scrollbar,
  .hero-meta::-webkit-scrollbar {
    height: 6px;
  }

  .platform-badge,
  .release-badge {
    max-width: 48%;
  }

  .platform-badge {
    padding: 4px 8px;
  }

  .release-badge {
    padding: 4px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .movies-snowfall span,
  .movie-card,
  .filter-pill,
  .view-btn,
  .reset-filters-btn,
  .watchlist-clear-btn,
  .weekly-banner-link,
  .related-card,
  .movie-toast {
    animation: none !important;
    transition: none !important;
  }
}
