/* トップページ専用スタイル（keiba-main に追加で読み込まれる） */
/* トップページ（セクション本体は DS の el-section / el-hero / el-grid が担う） */

/* フロントヒーロー：フルブリード＋朝霧フォールバック（el-photo--mist） */
.home .el-hero--bleed {
	min-height: clamp(460px, 72svh, 720px);
}

/* ヒーロー直下のセクションは余白を詰めてリズムを作る */
.home .l-main > .el-section:first-of-type {
	padding-top: var(--el-space-xl);
}
