:root {
  --bg: #fff7ed;
  --bg2: #ffedd5;
  --card: #ffffff;
  --paper: #fffaf5;
  --text: #1c1917;
  --muted: #78716c;
  --line: #fed7aa;
  --gold: #ea580c;
  --gold-dim: rgba(234,88,12,.16);
  --blue: #ea580c;
  --blue-deep: #c2410c;
  --blue-soft: #ffedd5;
  --copper: #c2410c;
  --copper-soft: rgba(194,65,12,.14);
  --patina: #0f766e;
  --red: #ef4444;
  --footer: #1c1917;
  --footer-deep: #0c0a09;
  --radius: 12px;
  --fs-xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-body: 1rem;
  --fs-md: 1.05rem;
  --shadow: 0 6px 20px rgba(154,52,18,.08);
  --header-h: 68px;
  --header-bg: rgba(255,255,255,.96);
  --header-border: #ea580c;
  --header-shadow: 0 2px 0 #ea580c;
  --nav-fg: #57534e;
  --body-bg: linear-gradient(180deg,#fffaf5 0%,#fff7ed 48%,#ffedd5 100%);
  --hero-bg: linear-gradient(180deg,#fff7ed,#ffedd5);
  --btn: #ea580c;
  --btn-text: #fff;
  --btn-shadow: 0 8px 20px rgba(234,88,12,.24);
  --btn-ghost-fg: #c2410c;
  --btn-ghost-bg: #fff7ed;
  --btn-ghost-border: #fdba74;
  --logo-bg: #ea580c;
  --logo-radius: 8px;
  --logo-shadow: none;
  --badge-bg: #ea580c;
  --panel: #ffffff;
  --input-bg: #fff;
  --input-fg: #1c1917;
  --chip-bg: #ffffff;
  --chip-fg: #78716c;
  --tile-bg: #ffffff;
  --font: "Nunito",system-ui,"PingFang SC","Microsoft YaHei",sans-serif;
  color-scheme: light;
}
body.body-m72-ember {
  background: linear-gradient(180deg,#fffaf5 0%,#fff7ed 48%,#ffedd5 100%);
  color: #1c1917;
}

@media (min-width: 1101px) {
  body[data-cols="5"] .movie-grid,
  body[data-cols="5"] .cq-card-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  body[data-cols="6"] .movie-grid,
  body[data-cols="6"] .cq-card-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
}
body[data-cols="6"] .movie-card-body { padding: 8px 8px 10px; }
body[data-cols="6"] .movie-card h3 { font-size: 0.82rem; }
body[data-cols="5"] .movie-card-body { padding: 10px 10px 12px; }
body[data-cols="5"] .movie-card h3 { font-size: 0.92rem; }


.studio-rail { background: linear-gradient(90deg,#ea580c,#fb923c,#0f766e); }
.site-header { border-bottom-width: 3px; }
.hero-bar { align-items: center; }
.movie-card { border-color: #fed7aa; }
.category-tile { border-left-color: #ea580c; }

