/* ============================================================
assets/css/theme-natural.css — テーマ差し替え（ナチュラル）
- 色味：ベージュ×くすみグリーン
============================================================ */


:root, [data-theme="natural"] {
--acc: #2f855a; /* 濃い目のグリーン */
--acc-weak: #e6f4ea; /* ペールグリーン */
--c-bg: #fffdf9; /* ほんのり生成り */
--c-surface: #fffaf2; /* セクション淡色 */
--c-border: #efe7db; /* ベージュ系境界線 */
}


/* テーマ固有の装飾 */
.hero-copy .btn-primary { box-shadow: 0 10px 30px rgba(47,133,90,.35); }
.section-title { position: relative; padding-left: .9rem; }
.section-title::before { content: ""; position: absolute; left: 0; top: -3px; bottom: -3px; width: 6px; border-radius: 6px; background: var(--acc); }
.menu-item { background: linear-gradient(180deg, #fff 0%, #fffcf6 100%); }
.gallery-item { background: #fff; }


/* 和風テーマ例（参考：別ファイル化推奨）
:root, [data-theme="wafu"] {
--acc: #b48b3c;
--acc-weak: #fff4da;
--c-bg: #fbfbfb;
--c-surface: #f7f3eb;
--c-border: #eae0cf;
}
*/