.whole-cake-day-page {
	--wcd-coral: #ef6570;
	--wcd-coral-dark: #d84f59;
	--wcd-gold: #c8913d;
	--wcd-cream: #fff8ef;
	--wcd-cream-strong: #f8ead8;
	--wcd-ink: #3d261c;
	--wcd-muted: #72554a;
	--wcd-line: rgba(239, 101, 112, .36);
	--wcd-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
	--wcd-sans: "Noto Sans JP", sans-serif;
	background: #fffaf3;
	color: var(--wcd-ink);
	font-family: var(--wcd-serif);
	letter-spacing: 0;
	overflow: hidden;
}

.whole-cake-day-page * {
	box-sizing: border-box;
}

.whole-cake-day-page .scroll-reveal {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

.wcd-mobile-break {
	display: none;
}

.wcd-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.wcd-hero {
	position: relative;
	padding: 54px 0 48px;
	background:
		linear-gradient(180deg, #fffdf9 0%, #fff7ed 100%);
	isolation: isolate;
	overflow: hidden;
}

.wcd-hero::before,
.wcd-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wcd-hero::before {
	background:
		linear-gradient(90deg, rgba(255, 253, 249, .88) 0%, rgba(255, 253, 249, .74) 42%, rgba(255, 248, 239, .54) 100%),
		url("../images/whole-cake-day-hero-bg-20260723.png") center / cover no-repeat;
	filter: blur(6px) saturate(1.03);
	transform: scale(1.035);
	z-index: -2;
}

.wcd-hero::after {
	background:
		radial-gradient(circle at 16% 14%, rgba(255, 255, 255, .78), transparent 30%),
		radial-gradient(circle at 88% 78%, rgba(255, 246, 231, .62), transparent 34%);
	z-index: -1;
}

.wcd-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
	min-height: 590px;
}

.wcd-brand {
	margin: 0 0 18px;
	color: var(--wcd-ink);
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: clamp(20px, 3vw, 34px);
	line-height: 1.1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.wcd-ribbon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	margin: 0 0 16px;
	padding: 8px 28px;
	border: 1px solid var(--wcd-gold);
	color: #80541d;
	background: rgba(255, 255, 255, .72);
	font-size: clamp(12px, 1.6vw, 17px);
	line-height: 1.4;
	transform: rotate(-3deg);
}

.wcd-hero h1 {
	margin: 0;
	color: var(--wcd-ink);
	font-size: clamp(40px, 7.2vw, 84px);
	font-weight: 500;
	line-height: 1.2;
}

.wcd-hero h1 span {
	display: inline-block;
	margin: 0 .08em;
	color: var(--wcd-coral);
	font-size: 1.45em;
	line-height: .82;
}

.wcd-hero__lead {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin: 24px 0 0;
	color: var(--wcd-ink);
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: 1.7;
}

.wcd-hero__lead::before,
.wcd-hero__lead::after {
	content: "";
	width: 58px;
	height: 1px;
	background: var(--wcd-line);
}

.wcd-hero__text {
	max-width: 620px;
	margin: 24px 0 0;
	color: var(--wcd-muted);
	font-size: 16px;
	line-height: 2.15;
}

.wcd-hero__text span {
	display: block;
}

.wcd-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--wcd-coral);
	background: var(--wcd-coral);
	color: #fff;
	border-radius: 999px;
	font-family: var(--wcd-sans);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.wcd-button:hover {
	background: var(--wcd-coral-dark);
	color: #fff;
	transform: translateY(-1px);
}

.wcd-button--sub {
	background: #fff;
	color: var(--wcd-coral-dark);
}

.wcd-hero__visual {
	position: relative;
	margin: 0;
	min-height: clamp(390px, 39vw, 510px);
}

.wcd-hero__cake {
	position: absolute;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	filter: blur(.2px) drop-shadow(0 22px 38px rgba(91, 43, 28, .12));
	-webkit-mask-image: radial-gradient(circle at center, #000 52%, rgba(0, 0, 0, .72) 65%, rgba(0, 0, 0, .18) 77%, transparent 88%);
	mask-image: radial-gradient(circle at center, #000 52%, rgba(0, 0, 0, .72) 65%, rgba(0, 0, 0, .18) 77%, transparent 88%);
	animation: wcdFloat var(--wcd-float-speed, 13s) ease-in-out infinite;
	will-change: transform;
}

.wcd-hero__cake--main {
	right: 6%;
	bottom: 2%;
	width: min(78%, 420px);
	object-position: 50% 49%;
	--wcd-float-y: -15px;
	--wcd-float-speed: 18s;
}

.wcd-hero__cake--sub {
	left: -1%;
	bottom: 10%;
	width: min(42%, 214px);
	opacity: .86;
	object-position: center;
	--wcd-float-y: -11px;
	--wcd-float-speed: 13s;
	animation-delay: -4.5s;
}

.wcd-hero__cake--mini {
	right: 0;
	top: 12%;
	width: min(34%, 170px);
	opacity: .8;
	object-position: center;
	--wcd-float-y: -20px;
	--wcd-float-speed: 10.5s;
	animation-delay: -8s;
}

@keyframes wcdFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-1deg);
	}

	50% {
		transform: translate3d(0, var(--wcd-float-y, -13px), 0) rotate(1.5deg);
	}
}

.wcd-offer {
	padding: 34px 0 54px;
	background: linear-gradient(180deg, #fff7ed, #fffaf3);
}

.wcd-video-band {
	position: relative;
	width: 100%;
	padding: clamp(14px, 3vw, 28px) 0;
	background: linear-gradient(180deg, #fffaf3, #fffdf9);
	overflow: hidden;
}

.wcd-video-band::before,
.wcd-video-band::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 42px;
	z-index: 1;
	pointer-events: none;
}

.wcd-video-band::before {
	top: 0;
	background: linear-gradient(180deg, #fffaf3, rgba(255, 250, 243, 0));
}

.wcd-video-band::after {
	bottom: 0;
	background: linear-gradient(0deg, #fffdf9, rgba(255, 253, 249, 0));
}

.wcd-video-band video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 976;
	object-fit: cover;
	filter: blur(.25px) saturate(1.02);
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .28) 7%, #000 18%, #000 82%, rgba(0, 0, 0, .28) 93%, transparent 100%),
		linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .24) 9%, #000 20%, #000 80%, rgba(0, 0, 0, .24) 91%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .28) 7%, #000 18%, #000 82%, rgba(0, 0, 0, .28) 93%, transparent 100%),
		linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .24) 9%, #000 20%, #000 80%, rgba(0, 0, 0, .24) 91%, transparent 100%);
	mask-composite: intersect;
}

.wcd-offer__card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: clamp(22px, 3.2vw, 40px);
	align-items: center;
	max-width: 1040px;
	margin: 0 auto;
	padding: clamp(26px, 3.4vw, 38px);
	border: 1px solid var(--wcd-coral);
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 18px 44px rgba(135, 83, 46, .08);
}

.wcd-offer__badge {
	display: grid;
	place-items: center;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	background: var(--wcd-coral);
	color: #fff;
	text-align: center;
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .16);
}

.wcd-offer__badge span {
	display: block;
	font-size: 18px;
	line-height: 1.2;
}

.wcd-offer__badge strong {
	display: block;
	margin: -4px 0;
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
}

.wcd-offer__copy h2 {
	margin: 6px 0 0;
	color: var(--wcd-ink);
	font-size: clamp(23px, 3vw, 32px);
	font-weight: 500;
	line-height: 1.55;
}

.wcd-offer__copy h2 strong {
	display: block;
	margin-top: 8px;
	color: var(--wcd-coral);
	font-family: var(--wcd-serif);
	font-size: clamp(44px, 6.4vw, 68px);
	font-weight: 500;
	line-height: 1.05;
}

.wcd-offer__copy p,
.wcd-rule p,
.wcd-flow p,
.wcd-closing p {
	color: var(--wcd-muted);
	font-family: var(--wcd-sans);
	font-size: 15px;
	line-height: 2;
}

.wcd-note {
	margin-bottom: 0;
	font-size: 13px !important;
}

.wcd-start {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 10px !important;
	padding: 6px 13px;
	border: 1px solid rgba(200, 145, 61, .38);
	border-radius: 999px;
	background: rgba(255, 248, 239, .72);
	color: #80541d !important;
	font-family: var(--wcd-sans) !important;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.5 !important;
}

.wcd-alert-note {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin: 12px auto 0;
	padding: 7px 12px;
	border: 1px solid rgba(216, 79, 89, .34);
	border-radius: 999px;
	background: #fff4f5;
	color: var(--wcd-coral-dark) !important;
	font-family: var(--wcd-sans);
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.55 !important;
	text-align: center;
}

.wcd-panel .wcd-alert-note {
	margin-right: 0;
	margin-left: 0;
}

.wcd-rule,
.wcd-scenes,
.wcd-flow,
.wcd-products,
.wcd-closing {
	padding: clamp(40px, 6vw, 68px) 0;
}

.wcd-rule {
	background: #fffdf9;
}

.wcd-rule__grid {
	display: block;
}

.wcd-panel,
.wcd-flow__message {
	border: 1px solid var(--wcd-line);
	border-radius: 8px;
	background: #fff;
}

.wcd-panel {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(22px, 4vw, 34px);
}

.wcd-panel h2,
.wcd-scenes h2,
.wcd-flow h2,
.wcd-closing h2 {
	margin: 0 0 18px;
	color: var(--wcd-coral);
	font-size: clamp(22px, 3.5vw, 34px);
	font-weight: 500;
	line-height: 1.55;
	text-align: center;
}

.wcd-panel h2 {
	text-align: center;
	color: var(--wcd-ink);
}

.wcd-panel > p {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wcd-example {
	margin-top: 22px;
	padding: 18px 20px;
	border-left: 4px solid var(--wcd-coral);
	background: var(--wcd-cream);
}

.wcd-example span {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 12px;
	border-radius: 999px;
	background: var(--wcd-coral);
	color: #fff;
	font-family: var(--wcd-sans);
	font-size: 12px;
	font-weight: 700;
}

.wcd-example p {
	margin: 0;
	font-size: 14px;
}

.wcd-scenes {
	background: linear-gradient(180deg, var(--wcd-cream), #fffdf9);
}

.wcd-scenes .wcd-shell {
	max-width: 900px;
	padding: clamp(22px, 4vw, 34px);
	border-top: 1px solid var(--wcd-line);
	border-bottom: 1px solid var(--wcd-line);
	text-align: center;
}

.wcd-scenes p {
	max-width: 680px;
	margin: 0 auto;
	color: var(--wcd-muted);
	font-family: var(--wcd-sans);
	font-size: 15px;
	line-height: 2;
}

.wcd-flow {
	background: #fffdf9;
}

.wcd-flow .wcd-shell {
	display: block;
	max-width: 1080px;
}

.wcd-flow h2 {
	margin-bottom: 26px;
}

.wcd-flow__note {
	justify-self: center;
}

.wcd-flow__cta {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.wcd-flow__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid var(--wcd-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	counter-reset: flow;
}

.wcd-flow__list li {
	position: relative;
	min-height: 210px;
	padding: 36px 24px 28px;
	counter-increment: flow;
	text-align: center;
}

.wcd-flow__list li + li {
	border-left: 1px solid var(--wcd-line);
}

.wcd-flow__list li::before {
	content: counter(flow);
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--wcd-coral);
	color: #fff;
	font-family: var(--wcd-sans);
	font-size: 20px;
	font-weight: 800;
}

.wcd-flow__list strong {
	display: block;
	color: var(--wcd-ink);
	font-size: 17px;
	line-height: 1.6;
}

.wcd-flow__list p {
	margin: 12px 0 0;
	font-size: 14px;
}

.wcd-flow__message {
	max-width: 760px;
	margin: 26px auto 0;
	padding: clamp(20px, 3vw, 28px);
	border-color: rgba(200, 145, 61, .28);
	background: transparent;
	box-shadow: none;
}

.wcd-flow__message p {
	margin: 0;
	color: var(--wcd-ink);
	font-family: var(--wcd-serif);
	font-size: clamp(18px, 2.1vw, 22px);
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}

.wcd-products {
	background: #fffdf9;
}

.wcd-products__header {
	max-width: 720px;
	margin: 0 auto clamp(24px, 4vw, 34px);
	text-align: center;
}

.wcd-section-kicker {
	margin: 0 0 8px;
	color: var(--wcd-gold);
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.wcd-products h2 {
	margin: 0 0 14px;
	color: var(--wcd-coral);
	font-size: clamp(24px, 4vw, 38px);
	font-weight: 500;
	line-height: 1.45;
}

.wcd-products__header p {
	margin: 0;
	color: var(--wcd-muted);
	font-family: var(--wcd-sans);
	font-size: 15px;
	line-height: 2;
	letter-spacing: .02em;
}

.wcd-products__header p span {
	display: block;
}

.wcd-product-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 2vw, 18px);
}

.wcd-product-card {
	min-width: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	box-shadow: none;
}

.wcd-product-card a {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.wcd-product-card__image {
	position: relative;
	aspect-ratio: 1 / 1;
	background: var(--wcd-cream);
	overflow: hidden;
}

.wcd-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: drop-shadow(0 10px 18px rgba(91, 43, 28, .08));
	-webkit-mask-image: radial-gradient(circle at center, #000 62%, rgba(0, 0, 0, .72) 76%, transparent 92%);
	mask-image: radial-gradient(circle at center, #000 62%, rgba(0, 0, 0, .72) 76%, transparent 92%);
}

.wcd-products__more {
	display: flex;
	justify-content: center;
	margin-top: clamp(22px, 4vw, 30px);
}

.wcd-closing {
	background:
		linear-gradient(180deg, #fffdf9, var(--wcd-cream-strong));
}

.wcd-closing__inner {
	max-width: 860px;
	padding: clamp(30px, 5vw, 48px);
	border-top: 1px solid rgba(200, 145, 61, .24);
	border-bottom: 1px solid rgba(200, 145, 61, .24);
	text-align: center;
}

.wcd-closing h2 {
	margin-bottom: 20px;
	text-align: center;
	color: var(--wcd-ink);
}

.wcd-closing p {
	max-width: 720px;
	margin: 0 auto;
	text-align: left;
	line-height: 2.05;
}

.wcd-closing .wcd-brand {
	text-align: center;
}

.wcd-closing p + p {
	margin-top: 16px;
}

@media (max-width: 900px) {
	.wcd-hero__inner,
	.wcd-rule__grid,
	.wcd-flow .wcd-shell {
		grid-template-columns: 1fr;
	}

	.wcd-hero__inner {
		min-height: 0;
	}

	.wcd-hero__visual {
		width: min(520px, 100%);
		min-height: clamp(300px, 65vw, 410px);
		margin: 0 auto;
	}

	.wcd-flow__message {
		max-width: 420px;
		margin: 0 auto;
	}

	.wcd-product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.wcd-shell {
		width: min(100% - 24px, 560px);
	}

	.wcd-hero {
		padding-top: 32px;
	}

	.wcd-hero::before {
		background:
			linear-gradient(180deg, rgba(255, 253, 249, .9) 0%, rgba(255, 250, 244, .76) 56%, rgba(255, 248, 239, .68) 100%),
			url("../images/whole-cake-day-hero-bg-20260723.png") center / cover no-repeat;
		filter: blur(7px) saturate(1.02);
	}

	.wcd-ribbon {
		min-width: 0;
		width: 100%;
		transform: none;
	}

	.wcd-hero h1 {
		font-size: clamp(34px, 11vw, 54px);
		text-align: center;
	}

	.wcd-brand,
	.wcd-hero__lead,
	.wcd-hero__text {
		text-align: center;
		justify-content: center;
	}

	.wcd-hero__lead::before,
	.wcd-hero__lead::after {
		width: 28px;
	}

	.wcd-hero__text {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.95;
	}

	.wcd-hero__visual {
		min-height: clamp(340px, 84vw, 430px);
		margin-top: 8px;
	}

	.wcd-hero__cake--main {
		right: 2%;
		bottom: 0;
		width: min(80%, 332px);
	}

	.wcd-hero__cake--sub {
		left: 0;
		bottom: 11%;
		width: min(36%, 148px);
	}

	.wcd-hero__cake--mini {
		right: 0;
		top: -1%;
		width: min(31%, 126px);
	}

	.wcd-offer__card {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 22px 16px;
	}

	.wcd-offer__badge {
		width: 150px;
		height: 150px;
	}

	.wcd-video-band {
		padding: 10px 0 20px;
	}

	.wcd-video-band::before,
	.wcd-video-band::after {
		height: 34px;
	}

	.wcd-video-band video {
		min-height: 198px;
	}

	.wcd-offer__copy h2 strong {
		font-size: clamp(42px, 13vw, 60px);
	}

	.wcd-panel h2 {
		text-align: center;
		font-size: clamp(22px, 7vw, 30px);
		line-height: 1.55;
	}

	.wcd-mobile-break {
		display: block;
	}

	.wcd-flow__list {
		grid-template-columns: 1fr;
	}

	.wcd-scenes .wcd-shell {
		width: min(100% - 24px, 560px);
		padding: 20px 14px;
	}

	.wcd-scenes h2 {
		margin-bottom: 10px;
		font-size: clamp(21px, 7vw, 28px);
	}

	.wcd-scenes p {
		font-size: 13px;
		line-height: 1.85;
	}

	.wcd-flow__list li + li {
		border-top: 1px solid var(--wcd-line);
		border-left: 0;
	}

	.wcd-flow__list li {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		column-gap: 14px;
		align-items: center;
		min-height: 0;
		padding: 22px 18px;
		text-align: left;
	}

	.wcd-flow__list li::before {
		width: 42px;
		height: 42px;
		margin: 0;
		font-size: 19px;
		grid-row: 1 / 3;
	}

	.wcd-flow__list p {
		margin-top: 4px;
	}

	.wcd-flow__cta {
		margin-top: 0;
	}

	.wcd-flow__cta .wcd-button {
		width: 100%;
	}

	.wcd-flow__message {
		padding: 22px 18px;
	}

	.wcd-flow__message p {
		font-size: 18px;
		line-height: 1.9;
	}

	.wcd-alert-note {
		width: 100%;
		border-radius: 8px;
		font-size: 11px !important;
	}

	.wcd-product-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-inline: 0;
		padding: 0;
		overflow: visible;
	}

	.wcd-products__header {
		margin-bottom: 22px;
	}

	.wcd-products h2 {
		margin-bottom: 16px;
		font-size: clamp(27px, 8.2vw, 34px);
		line-height: 1.45;
	}

	.wcd-products__header p {
		font-size: 14px;
		line-height: 1.95;
		letter-spacing: 0;
	}

	.wcd-products__header .wcd-alert-note {
		display: grid;
		justify-items: center;
		width: 100%;
		margin-top: 16px;
		padding: 9px 12px;
		font-size: 11px !important;
		line-height: 1.75 !important;
		word-break: keep-all;
		overflow-wrap: normal;
	}

	.wcd-product-card {
		min-width: 0;
	}

	.wcd-products__more .wcd-button {
		width: 100%;
	}
}
