/* ==========================================================================
   Theme: Nikko — 杉木立の深緑×社殿の金茶（暫定。Stitchデザイン適用までの仮）
   （暫定テーマ）
   ========================================================================== */

:root {
    /* --- surface (和紙) --- */
    --background: #fbf9f8;
    --surface-dim: #dbdad9;
    --surface-lowest: #ffffff;
    --surface-low: #f5f3f3;
    --surface-container: #efeded;
    --surface-high: #e9e8e7;
    --surface-variant: #e4e2e2;

    /* --- text (ソフトチャコール) --- */
    --on-surface: #1b1c1c;
    --on-surface-variant: #43474e;
    --outline: #74777f;
    --outline-variant: #c4c6d0;

    /* --- primary (相模湾の深藍 Deep Sea Blue) --- */
    --primary: #1e4235;
    --on-primary: #ffffff;
    --primary-container: #d5e6dc;
    --on-primary-container: #2c5a48;

    /* --- secondary (砂浜のウォームサンド) --- */
    --secondary: #615e57;
    --secondary-container: #e7e2d8;
    --on-secondary-container: #494740;

    /* --- tertiary (神社の朱 Shrine Red: CTA・開催中・アクセント専用) --- */
    --tertiary: #a8342a;
    --on-tertiary: #ffffff;

    /* --- shape（Rounded: 標準8px・大コンテナ16px） --- */
    --r: .5rem;
    --r-lg: .75rem;
    --r-xl: 1rem;
    --r-2xl: 1rem;
    --r-full: 9999px;

    /* --- layout --- */
    --container: 1200px;
    --gutter: 24px;
    --margin-mobile: 16px;
    --margin-desktop: 40px;
    --section-gap: 64px;

    /* --- type --- */
    --font-head: "Manrope", -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    --font-body: "Noto Sans JP", "Noto Sans", -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    --font-serif: "Noto Sans JP", "Noto Sans", -apple-system, "Hiragino Sans", sans-serif;
}
:root { --facts-bg: #eef4ef; }
