.fukuhana-home {
	padding-block: 34px 64px;
}

.fukuhana-home-hero {
	position: relative;
	display: grid;
	overflow: hidden;
	min-height: 420px;
	margin-bottom: 44px;
	border: 1px solid rgba(212, 106, 120, 0.18);
	border-radius: clamp(18px, 2.2vw, 30px);
	background:
		radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.82), transparent 28%),
		linear-gradient(118deg, #fff8f7 0%, #fbe4e4 52%, #e8a9ad 100%);
	box-shadow: 0 18px 48px rgba(111, 58, 64, 0.14);
	isolation: isolate;
}

.fukuhana-home-hero--with-image {
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.fukuhana-home-hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 249, 248, 0.98) 0%, rgba(255, 244, 243, 0.9) 42%, rgba(255, 244, 243, 0) 68%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 15px);
	content: "";
	pointer-events: none;
}

.fukuhana-home-hero__content {
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(34px, 5vw, 74px);
}

.fukuhana-home-hero__status {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-bottom: 20px;
	padding: 7px 15px;
	border-radius: 999px;
	background: #f06f79;
	box-shadow: 0 8px 20px rgba(199, 75, 89, 0.22);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.fukuhana-home-hero__eyebrow {
	margin: 0 0 10px;
	color: #a74c5a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.fukuhana-home-hero h1 {
	max-width: 660px;
	margin: 0;
	color: #37272a;
	font-size: clamp(38px, 5vw, 70px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.fukuhana-home-hero__description {
	max-width: 560px;
	margin: 20px 0 0;
	color: #694f53;
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.8;
}

.fukuhana-home-hero__product-name {
	max-width: 560px;
	margin: 12px 0 0;
	color: #5f3d43;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
}

.fukuhana-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.fukuhana-home-hero__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.fukuhana-home-hero__button:hover {
	transform: translateY(-2px);
}

.fukuhana-home-hero__button--primary {
	background: #ea6672;
	box-shadow: 0 10px 24px rgba(199, 75, 89, 0.24);
	color: #fff;
}

.fukuhana-home-hero__button--primary:hover {
	background: #d95764;
	color: #fff;
}

.fukuhana-home-hero__button--secondary {
	border-color: rgba(131, 77, 84, 0.24);
	background: rgba(255, 255, 255, 0.72);
	color: #75464e;
}

.fukuhana-home-hero__button--secondary:hover {
	background: #fff;
	color: #5f353d;
}

.fukuhana-home-hero__media {
	position: relative;
	z-index: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 4px;
	min-height: 420px;
	background: #e9b7b9;
}

.fukuhana-home-hero__media::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, #fbe9e7 0%, rgba(251, 233, 231, 0.3) 28%, transparent 58%),
		linear-gradient(0deg, rgba(69, 26, 32, 0.14), transparent 38%);
	content: "";
	pointer-events: none;
}

.fukuhana-home-hero__image {
	width: 100%;
	height: 100%;
	min-height: 420px;
	max-height: 560px;
	object-fit: cover;
	object-position: center 28%;
	transition: filter 180ms ease;
}

.fukuhana-home-hero__image--1 {
	grid-row: 1 / 3;
}

.fukuhana-home-hero__image--2,
.fukuhana-home-hero__image--3 {
	min-height: 0;
}

.fukuhana-home-hero__media:hover .fukuhana-home-hero__image {
	filter: saturate(1.04) contrast(1.02);
}

.fukuhana-home-products {
	margin-block: 0 52px;
}

.fukuhana-home-products__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.fukuhana-home-products__heading h2 {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 32px);
}

.fukuhana-home-products__heading a {
	color: var(--fukuhana-color-primary-hover);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.fukuhana-home-products__empty {
	margin: 0;
	padding: 26px;
	border: 1px solid var(--fukuhana-color-border);
	border-radius: var(--fukuhana-radius-medium);
	background: var(--fukuhana-color-surface);
	color: var(--fukuhana-color-muted);
	text-align: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}

.fukuhana-product-badge {
	position: absolute;
	z-index: 4;
	top: 10px;
	left: 10px;
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: #19724b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.fukuhana-product-badge--preorder {
	background: #a84275;
}

.fukuhana-product-badge--closing-soon {
	background: #c8501f;
}

.fukuhana-product-badge--sold-out {
	background: #696464;
}

.fukuhana-product-status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 14px;
}

.fukuhana-product-status strong {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--fukuhana-color-primary-soft);
	color: var(--fukuhana-color-primary-hover);
	font-size: 14px;
}

.fukuhana-deposit-notice {
	margin-top: 18px;
	padding: 14px 16px;
	border-left: 4px solid var(--fukuhana-color-primary);
	border-radius: 0 var(--fukuhana-radius-small) var(--fukuhana-radius-small) 0;
	background: var(--fukuhana-color-primary-soft);
}

.fukuhana-deposit-notice a {
	color: var(--fukuhana-color-primary-hover);
}

.fukuhana-order-payment-summary {
	margin-block: 24px;
	padding: 18px 20px;
	border-left: 4px solid var(--fukuhana-color-primary);
	border-radius: 0 var(--fukuhana-radius-small) var(--fukuhana-radius-small) 0;
	background: var(--fukuhana-color-primary-soft);
}

.fukuhana-order-payment-summary h2 {
	margin-top: 0;
	font-size: 20px;
}

.fukuhana-order-payment-summary p:last-child {
	margin-bottom: 0;
}

.fukuhana-discord-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: var(--fukuhana-radius-small);
	background: #5865f2;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.fukuhana-contact-pending {
	color: var(--fukuhana-color-muted);
}

.fukuhana-product-information {
	clear: both;
	margin-block: 34px;
}

.fukuhana-product-information h2 {
	margin-bottom: 18px;
	font-size: clamp(22px, 2.5vw, 30px);
}

.fukuhana-product-information dl {
	margin: 0;
	border-top: 1px solid var(--fukuhana-color-border);
}

.fukuhana-product-information dl > div {
	display: grid;
	grid-template-columns: minmax(120px, 25%) 1fr;
	border-bottom: 1px solid var(--fukuhana-color-border);
}

.fukuhana-product-information dt,
.fukuhana-product-information dd {
	margin: 0;
	padding: 13px 16px;
}

.fukuhana-product-information dt {
	background: var(--fukuhana-color-surface);
	font-weight: 700;
}

.single-product div.product .product_title {
	overflow-wrap: anywhere;
	line-height: 1.35;
}

.single-product div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
	min-height: 50px;
	border-radius: var(--fukuhana-radius-small);
	font-weight: 700;
}

.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	max-height: 720px;
	object-fit: contain;
}

@media (max-width: 767px) {
	.fukuhana-home {
		padding-block: 24px calc(var(--fukuhana-mobile-nav-height) + 32px);
	}

	.fukuhana-home-hero,
	.fukuhana-home-hero--with-image {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 520px;
		margin-bottom: 34px;
		border-radius: 20px;
	}

	.fukuhana-home-hero--with-image {
		grid-template-rows: minmax(270px, 48vh) auto;
	}

	.fukuhana-home-hero::before {
		z-index: 1;
		background: linear-gradient(0deg, #fff7f6 0%, rgba(255, 247, 246, 0.96) 44%, rgba(60, 20, 26, 0.06) 72%);
	}

	.fukuhana-home-hero__media {
		z-index: 0;
		grid-row: 1;
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
		grid-template-rows: repeat(2, minmax(0, 1fr));
		min-height: 280px;
	}

	.fukuhana-home-hero__image {
		min-height: 280px;
		max-height: 48vh;
		object-position: center 24%;
	}

	.fukuhana-home-hero__image--2,
	.fukuhana-home-hero__image--3 {
		min-height: 0;
	}

	.fukuhana-home-hero__media::after {
		background: linear-gradient(0deg, #fff7f6 0%, transparent 48%);
	}

	.fukuhana-home-hero__content {
		grid-row: 2;
		padding: 24px 22px 28px;
	}

	.fukuhana-home-hero__status {
		margin-bottom: 13px;
	}

	.fukuhana-home-hero__eyebrow {
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	.fukuhana-home-hero h1 {
		font-size: clamp(32px, 10vw, 44px);
	}

	.fukuhana-home-hero__description {
		margin-top: 13px;
		font-size: 14px;
		line-height: 1.7;
	}

	.fukuhana-home-hero__product-name {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.fukuhana-home-hero__actions {
		width: 100%;
		margin-top: 20px;
	}

	.fukuhana-home-hero__button {
		flex: 1 1 150px;
		padding-inline: 16px;
		font-size: 14px;
	}

	.fukuhana-home-products {
		margin-bottom: 38px;
	}

	.fukuhana-home-products .products {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
	}

	.fukuhana-home-products .products::before,
	.fukuhana-home-products .products::after {
		display: none;
	}

	.fukuhana-home-products .products li.product {
		width: auto !important;
		margin: 0 !important;
	}

	.fukuhana-product-badge {
		top: 7px;
		left: 7px;
		padding: 4px 7px;
		font-size: 11px;
	}

	.single-product div.product .product_title {
		font-size: clamp(22px, 7vw, 30px);
	}

	.single-product div.product .woocommerce-product-gallery img {
		max-height: 72vh;
	}

	.single-product div.product form.cart .button {
		width: 100%;
		margin-top: 10px;
	}

	.single-product div.product form.cart .quantity {
		margin-bottom: 8px;
	}

	.fukuhana-product-information dl > div {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.fukuhana-product-information dt,
	.fukuhana-product-information dd {
		padding: 11px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fukuhana-home-hero__button,
	.fukuhana-home-hero__image {
		transition: none;
	}
}
