/*
Theme Name: 百人一写 CHS
Theme URI: https://100nin-1sha.com/
Description: 百人一写（Hyaku-nin Issha）専用テーマ。CHS（Content Harness System）構成 — コンテンツ資産台帳・WPハイブリッド構造・JSON-LD構造化データに対応した軽量・高速・詩的な写真ポートフォリオテーマ。
Author: Healing Solutions
Author URI: https://www.healing-solutions.jp/
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: hyakunin-chs
*/

/* =========================================================================
   Design tokens — 墨黒 × 和紙白 × 朱（落款の差し色）
   ========================================================================= */
:root {
  /* Color — 現代美術ギャラリー寄りの抑制された中間色 */
  --ink:        #15130f;   /* 黒に近い墨：本文・見出し */
  --ink-soft:   #423f39;   /* やや淡い墨 */
  --ink-faint:  #8b867c;   /* キャプション・補助 */
  --paper:      #f4f2ed;   /* ギャラリーのボーンホワイト */
  --paper-warm: #eae6df;   /* 生成りの面 */
  --line:       #ddd8cf;   /* 罫線 */
  --vermilion:  #9a6a5b;   /* 抑制したクレイ・ローズ（旧朱の置換／変数名は踏襲） */
  --vermilion-d:#7f5447;

  /* Type */
  --serif-jp:  "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --sans-jp:   "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  --serif-lat: "Cormorant Garamond", "Times New Roman", serif;

  /* Scale / rhythm */
  --measure: 42rem;
  --gutter: clamp(1.25rem, 5vw, 5rem);
  --section-y: clamp(5rem, 12vh, 11rem);

  /* Motion */
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* base reset lives in assets/css/main.css (enqueued).
   This file only carries the theme header + tokens so they load with the
   WordPress-required style.css. */
