/*
Theme Name: Samu
Theme URI: https://samumiyata.com/
Author: Cursor
Description: Front-page focused theme with ACF-managed responsive hero image.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: samu
*/

html {
	height: 100%;
}

body {
	min-height: 100%;
	margin: 0;
}

.site {
	min-height: 100vh;
	overflow-x: hidden;
}

.top-page-main {
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-page-hero__link,
.top-page-hero picture {
	display: block;
}

.top-page-hero img {
	display: block;
	width: var(--top-image-width-pc, 80vw);
	height: var(--top-image-height-pc, auto);
	max-width: 100vw;
	max-height: 100vh;
	object-fit: contain;
}

.top-page-placeholder {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.top-page-hero img {
		width: var(--top-image-width-sp, 70vw);
		height: var(--top-image-height-sp, auto);
	}
}
