/*
Theme Name: Cleal
Theme URI: https://prss-oshibori.com
Author: PRSサービス株式会社
Description: 高級和紙おしぼり「クリール(Cleal)」正規販売代理店サイトのためのオリジナルFSEブロックテーマ。和・高級・清潔感をテーマに、theme.json とブロックパターンで構成。
Version: 0.4.2
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cleal
*/

/* 商品カード: ホバーで浮く */
.cleal-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.cleal-card:hover {
	box-shadow: 0 8px 28px rgba(35, 33, 28, 0.10);
	transform: translateY(-3px);
}
.cleal-card img {
	display: block;
}

/* 見出しの飾り罫(金茶の短い下線) */
.cleal-heading-rule {
	position: relative;
	padding-bottom: 0.9rem;
}
.cleal-heading-rule::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 3rem;
	height: 1px;
	background: var(--wp--preset--color--gold);
}

/* メディア+テキスト: 画像を4:3にトリミングして文章側の余白を抑える */
.cleal-media-crop .wp-block-media-text__media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

/* ヘッダーのサイト名リンク: 下線なし */
.cleal-brand a {
	text-decoration: none;
}

/* ナビゲーションの字間 */
.wp-block-navigation a {
	letter-spacing: 0.06em;
}

/* 画像はふわっと表示 */
.wp-block-image img {
	height: auto;
}

/* ヘッダー/メイン/フッター間の自動ブロック間隔を無効化(無地の帯が出るため) */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}
