/*
Theme Name: ClearStra Child
Theme URI:
Description: ClearStra 法人サイト用の子テーマ。ブランドカラー・タイポgrafi・ブロックパターンを上書きする。親テーマは FSE ブロックテーマ Twenty Twenty-Five。
Author: Scievia
Template: twentytwentyfive
Version: 0.2.2
Text Domain: scievia-child
*/

/*
 * 命名メモ:
 *   - フォルダ名 / Text Domain = "scievia-child"（インフラ用コードネーム。ブランド改名でも変えない）
 *   - Theme Name = "ClearStra Child"（管理画面表示のみの cosmetic。ブランド確定時に変更）
 *   - Template = 採用 FSE 親テーマの slug。2026-06 検証で twentytwentyfive に確定
 *     （対抗 ona / raft は FSE。wp.org の neve は FSE ではなく不採用）。
 *
 * ブランドスタイルの本体は theme.json（グローバルスタイル）側に置く。
 * ここには theme.json で表現しきれない微調整 CSS のみを最小限で追加する。
 */

/* Contact Form 7 ハニーポット欄（ボット誘導用の隠しフィールド。
   視覚・スクリーンリーダー・タブ移動から除外する。cf7-honeypot.php と対。） */
.scievia-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
