@charset "UTF-8";
/* =============================================================================
   ドラマチック テーマ配色  ─ theme_movie.css（共通土台）の後に読み込む
   HTML側：<div class="theme_movie theme_movie--detail theme_movie--dramatic"> ＋ 本CSSの<link>
   （使い方は theme_movie_natural.css 参照。--tm-theme と --tm-hero-bg を差し替えるだけ）
   ============================================================================= */
.theme_movie--dramatic {
  --tm-theme:      #CCB34F;   /* アクセント（感動的・ドラマチック） */
  --tm-hero-bg:    color-mix(in srgb, var(--tm-theme) 6%, #fff);  /* ヒーローMV背景（要調整） */
  --tm-theme-dark: color-mix(in srgb, var(--tm-theme) 82%, #000);
  --tm-theme-tint: color-mix(in srgb, var(--tm-theme) 14%, #fff);
}
