/*
Theme Name: Steam Souls Child (篝火 KAGARIBI)
Template: steam-base-theme
Description: ソウルライク特化サイト「篝火 KAGARIBI」の子テーマ。色とブランディングを上書きする。
Author: steam-hub project
Version: 0.1.0
Text Domain: steam-souls
*/

/* === 篝火カラー：焚き火のオレンジ × 漆黒 === */
:root {
  --bg-base:        #0c0a09;
  --bg-surface:     #14110f;
  --bg-card:        #1b1714;
  --text-primary:   #ece6e1;
  --text-secondary: #b3a89f;
  --text-muted:     #6f655d;
  --border:         rgba(255,180,120,.12);

  --accent:         #e0772b;  /* 篝火オレンジ */
  --accent-glow:    #ffb05a;  /* 炎の明部 */
  --accent-deep:    #9c4d18;

  --price:          #ffb05a;
  --sale:           #6fae5a;  /* 割引率の緑 */
  --warn-bg:        rgba(224,119,43,.14);
  --warn-text:      #ffb05a;
  --info-bg:        rgba(150,170,210,.12);
  --info-text:      #9fb6df;

  /* 見出し帯：篝火の焚き火色（親は中立トークン参照のみ）*/
  --band-bg:        #211a14;
  --band-text:      #f3a05a;

  /* 評価の意味色は親デフォルトを使用。篝火で微調整したい場合のみここで上書き。 */
}

/* ロゴに少し炎っぽさを */
.sb-brand__logo { letter-spacing: .08em; }

/* 過去最安カードを少し際立たせる（篝火サイトの主役）*/
.sb-price--lowest { box-shadow: 0 0 0 1px var(--accent) inset; }
