/*
Theme Name: Cullinan Lite
Theme URI: https://cullinan-esthe.net/
Description: Cullinan（カリナン）専用の自己完結テーマ。Elementor / Elementor Pro を使わずに、移行前と同じ見た目・同じURLの振る舞いを再現する。表示に必要なCSS・フォントは assets/ に取り込み済み。
Author: CRESCOM
Author URI: https://crescom.co.jp/
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cullinan-lite
*/

/* ここに書くのは「移行で足したぶん」だけ。本番の見た目は assets/ の取り込み済みCSSが作る。
   🔴 このファイルは読み込みの**最後**に来る（functions.php の依存の鎖の終端）。 */

/* hello-elementor が持っていた読み上げ用リンク。見た目には出ない。 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* お問い合わせフォームのエラー表示。
   本番は Elementor が Ajax で出していたので、静的な置き換えではこれが必要になる。 */
.cul-form-error {
	grid-column: 1 / -1;
	margin: 0 0 1em;
	padding: 0.8em 1em;
	border: 1px solid #b3261e;
	background: #fdeceb;
	color: #b3261e;
	font-size: 14px;
	line-height: 1.8;
}
