.rite {
	--vivid: #ff1744;
	--hot:   #ff2bf8;
	--rose:  #ff6fb5;
	--pale:  #fff4f7;
	--soft:  #fcd2e1;
	--dusty: #eda2ac;
	--shade: #c25a6a;
	--wine:  #6b2038;
	--ease:  cubic-bezier(.2,.7,.3,1);

	display: block;
	background: var(--pale);
}

.rite.tone-tamashii { --hot: #ff1744; --rose: #ff5c8a; }
.rite.tone-totoki   { --hot: #ff21c8; --rose: #ff6fd8; }
.rite.tone-mirror   { --hot: #ff1470; --rose: #ff6fb5; }

.rite .beat {
	position: relative;
	padding: clamp(56px, 14vw, 130px) clamp(22px, 6vw, 56px);
	text-align: center;
}

.rite .beat > * { max-width: 680px; margin-inline: auto; }

.rite .beat--pale { background: var(--pale); }
.rite .beat--lit  { background: linear-gradient(180deg, #ffeaf3 0%, var(--soft) 100%); }

.rite .kicker {
	margin: 0 auto clamp(16px, 3.6vw, 24px);
	font: 700 10px/1.5 var(--font-util);
	letter-spacing: .34em;
	text-transform: uppercase;
	color: var(--shade);
}

.rite h1, .rite h2 {
	font-family: var(--font-head);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .012em;
	line-height: 1.02;
	color: var(--vivid);
	margin: 0;
}

.rite h2 {
	font-size: clamp(30px, 8.6vw, 58px);
	max-width: 17ch;
}

.rite .under {
	margin: clamp(20px, 4.6vw, 30px) auto 0;
	max-width: 30ch;
	font-family: var(--font-body);
	font-size: clamp(18px, 4.8vw, 22px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .beat--name {
	background:
		radial-gradient(110% 74% at 50% 22%, #fff 0%, var(--pale) 44%, var(--soft) 100%);
	padding-top: clamp(64px, 16vw, 150px);
}

.rite .beat--name .kanji {
	display: block;
	font-size: clamp(44px, 13vw, 78px);
	line-height: 1;
	color: var(--hot);
	opacity: .85;
}

.rite .beat--name h1 {
	margin-top: clamp(18px, 4vw, 28px);
	font-size: clamp(42px, 14vw, 96px);
	letter-spacing: .03em;
}

.rite .beat--name .says {
	margin: clamp(14px, 3vw, 20px) auto 0;
	font: 700 11px/1 var(--font-util);
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--shade);
}

.rite .beat--name .means {
	margin: clamp(16px, 3.6vw, 24px) auto 0;
	max-width: 22ch;
	font-family: var(--font-body);
	font-size: clamp(19px, 5vw, 24px);
	color: var(--hot);
}

.rite .beat--face { padding-top: 0; background: var(--pale); }

.rite .beat--face figure {
	margin: 0 auto;
	width: min(84vw, 480px);
	aspect-ratio: 3 / 4;
	border-radius: 50% 50% 10px 10px / 54% 54% 10px 10px;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(190, 20, 90, .26);
}

.rite .beat--face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	filter: saturate(1.3) contrast(1.05) brightness(1.05);
}

.rite .beat--face .who {
	margin: clamp(22px, 5vw, 34px) auto 0;
	max-width: 24ch;
	font: 700 11px/1.7 var(--font-util);
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--shade);
}

.rite .beat--with .aside {
	margin: clamp(30px, 7vw, 46px) auto 0;
	width: min(72vw, 400px);
	aspect-ratio: 4 / 5;
	border-radius: 50% 50% 10px 10px / 46% 46% 10px 10px;
	overflow: hidden;
	box-shadow: 0 24px 56px rgba(190, 20, 90, .22);
}

.rite .beat--with .aside img {
	display: block; width: 100%; height: 100%;
	object-fit: cover;
	filter: saturate(1.28) contrast(1.04) brightness(1.05);
}

.rite .beat--rhythm { background: linear-gradient(168deg, #fff 0%, var(--pale) 100%); }

.rite .week {
	list-style: none;
	margin: clamp(30px, 7vw, 46px) auto 0;
	padding: 0;
	max-width: 420px;
	text-align: left;
	counter-reset: none;
}

.rite .week li {
	position: relative;
	padding: 0 0 clamp(24px, 5vw, 34px) 34px;
	border-left: 1px solid var(--dusty);
}

.rite .week li:last-child { border-left-color: transparent; padding-bottom: 0; }

.rite .week li::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 4px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--hot);
	box-shadow: 0 0 14px 3px rgba(255, 43, 248, .45);
}

.rite .week b {
	display: block;
	font-family: var(--font-head);
	font-weight: 400;
	font-size: clamp(19px, 5.2vw, 25px);
	text-transform: uppercase;
	color: var(--vivid);
}

.rite .week span {
	display: block;
	margin-top: 6px;
	font-family: var(--font-body);
	font-size: clamp(16px, 4.2vw, 18px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .shape {
	margin: clamp(30px, 7vw, 44px) auto 0;
	font: 700 11px/1 var(--font-util);
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--hot);
}

.rite .beat--words { background: linear-gradient(180deg, var(--soft) 0%, #ffe0ec 100%); }

.rite .two {
	display: grid;
	gap: clamp(18px, 4vw, 26px);
	margin-top: clamp(26px, 6vw, 38px);
}

@media (min-width: 700px) { .rite .two { grid-template-columns: 1fr 1fr; } }

.rite .word {
	padding: clamp(24px, 5.5vw, 34px) clamp(20px, 4.5vw, 28px);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(190, 20, 90, .16);
}

.rite .word b {
	display: block;
	font-size: clamp(34px, 9vw, 46px);
	line-height: 1;
	color: var(--hot);
	font-weight: 400;
}

.rite .word span {
	display: block;
	margin-top: 12px;
	font-family: var(--font-head);
	font-size: clamp(20px, 5.4vw, 26px);
	letter-spacing: .18em;
	color: var(--vivid);
}

.rite .word em {
	display: block;
	margin-top: 10px;

	font-style: italic;
	font-family: var(--font-body);
	font-size: clamp(17px, 4.5vw, 19px);
	color: var(--shade);
}

.rite .word p {
	margin: 14px 0 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	color: var(--wine);
}

.rite .beat--uzume {
	background: radial-gradient(105% 78% at 50% 40%, #fff6fa 0%, #ffdcec 55%, var(--dusty) 100%);
	padding-bottom: clamp(70px, 16vw, 140px);
}

.rite .beat--uzume h2 {
	font-size: clamp(46px, 15vw, 100px);
	letter-spacing: .06em;
	color: var(--hot);
}

.rite .way {
	display: inline-block;
	margin-top: clamp(30px, 7vw, 44px);
	padding: 17px 34px;
	border-radius: 999px;
	background: linear-gradient(118deg, var(--vivid), var(--hot));
	color: #fff;
	font: 700 11px/1 var(--font-util);
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 14px 38px rgba(255, 43, 248, .42);
	transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}

.rite .way:hover, .rite .way:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 48px rgba(255, 43, 248, .5);
}

.rite .because {
	margin: clamp(18px, 4vw, 26px) auto 0;
	max-width: 28ch;
	font-family: var(--font-body);
	font-size: clamp(16px, 4.3vw, 18px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .because b { color: var(--vivid); font-weight: 400; }

.rite .because--quiet {
	margin-top: 10px;
	font-size: clamp(14px, 3.8vw, 16px);
	color: var(--shade);
}

.rite .held {
	margin: clamp(30px, 7vw, 44px) auto 0;
	max-width: 420px;
	padding: clamp(28px, 6.5vw, 40px) clamp(22px, 5vw, 32px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(190, 20, 90, .16);
	text-align: center;
}

.rite .held-mark {
	display: block;
	font-size: clamp(44px, 12vw, 62px);
	line-height: 1;
	color: var(--hot);
	opacity: .9;
}

.rite .held-say {
	margin: clamp(16px, 3.6vw, 22px) auto 0;
	max-width: 26ch;
	font-family: var(--font-body);
	font-size: clamp(16px, 4.3vw, 18px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .under--after {
	margin-top: clamp(26px, 6vw, 38px);
	font-family: var(--font-head);
	font-size: clamp(19px, 5.2vw, 26px);
	line-height: 1.22;
	text-transform: uppercase;
	color: var(--vivid);
	max-width: 26ch;
}

.rite .beat--name {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: clamp(420px, 74vh, 780px);
	padding: clamp(50px, 11vw, 110px) clamp(22px, 6vw, 56px);

	text-align: center;
}

.rite .beat--name {
	background-image:

		radial-gradient(58% 42% at 50% 52%, rgba(255, 244, 248, .88) 0%, rgba(255, 240, 246, .6) 42%, rgba(255, 236, 244, 0) 78%),
		radial-gradient(120% 74% at 50% 2%, rgba(255, 255, 255, .40) 0%, rgba(255, 255, 255, 0) 56%),
		linear-gradient(to bottom,
			rgba(255, 232, 242, .20) 0%,
			rgba(255, 198, 220, .14) 38%,
			rgba(226, 47, 87, .12) 72%,
			rgba(255, 226, 238, .34) 100%),
		var(--door);
	background-size: cover, cover, cover, cover;
	background-position: center, center, center, center 58%;
	background-repeat: no-repeat;
}

.rite .beat--name .kanji {
	display: block;
	font-size: clamp(44px, 13vw, 78px);
	line-height: 1;
	color: var(--hot);
	opacity: .85;
}

.rite .beat--name h1 {
	margin-top: clamp(18px, 4vw, 28px);
	font-size: clamp(42px, 14vw, 96px);
	letter-spacing: .03em;
}

.rite .beat--name .says {
	margin: clamp(14px, 3vw, 20px) auto 0;
	font: 700 11px/1 var(--font-util);
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--shade);
}

.rite .beat--name .means {
	margin: clamp(16px, 3.6vw, 24px) auto 0;
	max-width: 22ch;
	font-family: var(--font-body);
	font-size: clamp(19px, 5vw, 24px);
	color: var(--hot);
}

.rite .beat--face { padding-top: 0; background: var(--pale); }

.rite .beat--face figure {
	margin: 0 auto;
	width: min(84vw, 480px);
	aspect-ratio: 3 / 4;
	border-radius: 50% 50% 10px 10px / 54% 54% 10px 10px;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(190, 20, 90, .26);
}

.rite .beat--face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	filter: saturate(1.3) contrast(1.05) brightness(1.05);
}

.rite .beat--face .who {
	margin: clamp(22px, 5vw, 34px) auto 0;
	max-width: 24ch;
	font: 700 11px/1.7 var(--font-util);
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--shade);
}

.rite .beat--with .aside {
	margin: clamp(30px, 7vw, 46px) auto 0;
	width: min(72vw, 400px);
	aspect-ratio: 4 / 5;
	border-radius: 50% 50% 10px 10px / 46% 46% 10px 10px;
	overflow: hidden;
	box-shadow: 0 24px 56px rgba(190, 20, 90, .22);
}

.rite .beat--with .aside img {
	display: block; width: 100%; height: 100%;
	object-fit: cover;
	filter: saturate(1.28) contrast(1.04) brightness(1.05);
}

.rite .beat--rhythm { background: linear-gradient(168deg, #fff 0%, var(--pale) 100%); }

.rite .week {
	list-style: none;
	margin: clamp(30px, 7vw, 46px) auto 0;
	padding: 0;
	max-width: 420px;
	text-align: left;
	counter-reset: none;
}

.rite .week li {
	position: relative;
	padding: 0 0 clamp(24px, 5vw, 34px) 34px;
	border-left: 1px solid var(--dusty);
}

.rite .week li:last-child { border-left-color: transparent; padding-bottom: 0; }

.rite .week li::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 4px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--hot);
	box-shadow: 0 0 14px 3px rgba(255, 43, 248, .45);
}

.rite .week b {
	display: block;
	font-family: var(--font-head);
	font-weight: 400;
	font-size: clamp(19px, 5.2vw, 25px);
	text-transform: uppercase;
	color: var(--vivid);
}

.rite .week span {
	display: block;
	margin-top: 6px;
	font-family: var(--font-body);
	font-size: clamp(16px, 4.2vw, 18px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .shape {
	margin: clamp(30px, 7vw, 44px) auto 0;
	font: 700 11px/1 var(--font-util);
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--hot);
}

.rite .beat--words { background: linear-gradient(180deg, var(--soft) 0%, #ffe0ec 100%); }

.rite .two {
	display: grid;
	gap: clamp(18px, 4vw, 26px);
	margin-top: clamp(26px, 6vw, 38px);
}

@media (min-width: 700px) { .rite .two { grid-template-columns: 1fr 1fr; } }

.rite .word {
	padding: clamp(24px, 5.5vw, 34px) clamp(20px, 4.5vw, 28px);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(190, 20, 90, .16);
}

.rite .word b {
	display: block;
	font-size: clamp(34px, 9vw, 46px);
	line-height: 1;
	color: var(--hot);
	font-weight: 400;
}

.rite .word span {
	display: block;
	margin-top: 12px;
	font-family: var(--font-head);
	font-size: clamp(20px, 5.4vw, 26px);
	letter-spacing: .18em;
	color: var(--vivid);
}

.rite .word em {
	display: block;
	margin-top: 10px;

	font-style: italic;
	font-family: var(--font-body);
	font-size: clamp(17px, 4.5vw, 19px);
	color: var(--shade);
}

.rite .word p {
	margin: 14px 0 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	color: var(--wine);
}

.rite .beat--uzume {
	background: radial-gradient(105% 78% at 50% 40%, #fff6fa 0%, #ffdcec 55%, var(--dusty) 100%);
	padding-bottom: clamp(70px, 16vw, 140px);
}

.rite .beat--uzume h2 {
	font-size: clamp(46px, 15vw, 100px);
	letter-spacing: .06em;
	color: var(--hot);
}

.rite .way {
	display: inline-block;
	margin-top: clamp(30px, 7vw, 44px);
	padding: 17px 34px;
	border-radius: 999px;
	background: linear-gradient(118deg, var(--vivid), var(--hot));
	color: #fff;
	font: 700 11px/1 var(--font-util);
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 14px 38px rgba(255, 43, 248, .42);
	transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}

.rite .way:hover, .rite .way:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 48px rgba(255, 43, 248, .5);
}

.rite .because {
	margin: clamp(18px, 4vw, 26px) auto 0;
	max-width: 28ch;
	font-family: var(--font-body);
	font-size: clamp(16px, 4.3vw, 18px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .because b { color: var(--vivid); font-weight: 400; }

.rite .because--quiet {
	margin-top: 10px;
	font-size: clamp(14px, 3.8vw, 16px);
	color: var(--shade);
}

.rite .held {
	margin: clamp(30px, 7vw, 44px) auto 0;
	max-width: 420px;
	padding: clamp(28px, 6.5vw, 40px) clamp(22px, 5vw, 32px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(190, 20, 90, .16);
	text-align: center;
}

.rite .held-mark {
	display: block;
	font-size: clamp(44px, 12vw, 62px);
	line-height: 1;
	color: var(--hot);
	opacity: .9;
}

.rite .held-say {
	margin: clamp(16px, 3.6vw, 22px) auto 0;
	max-width: 26ch;
	font-family: var(--font-body);
	font-size: clamp(16px, 4.3vw, 18px);
	line-height: 1.5;
	color: var(--wine);
}

.rite .under--after {
	margin-top: clamp(26px, 6vw, 38px);
	font-family: var(--font-head);
	font-size: clamp(19px, 5.2vw, 26px);
	line-height: 1.22;
	text-transform: uppercase;
	color: var(--vivid);
	max-width: 26ch;
}

.rite .beat--name {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: clamp(420px, 74vh, 780px);
	padding: clamp(50px, 11vw, 110px) clamp(22px, 6vw, 56px);

	text-align: center;
}

.rite .beat--name > * { position: relative; z-index: 3; }

.rite .beat--name .kanji {
	font-size: clamp(46px, 12vw, 104px);
	line-height: 1;
	font-weight: 400;
	color: var(--deep, #a8143a);
	opacity: .62;
	text-shadow: 0 2px 30px rgba(255, 255, 255, .8);
}

.rite .beat--name h1 {
	margin: clamp(14px, 3vw, 24px) 0 0;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(46px, 13vw, 128px);
	line-height: .98;
	letter-spacing: -.01em;
	text-transform: uppercase;
	color: var(--deep, #a8143a);

	text-shadow: 0 2px 40px rgba(255, 255, 255, .75);
}

.rite .beat--name .says {
	position: relative;
	margin: clamp(16px, 3.4vw, 24px) 0 0;
	text-shadow: 0 1px 18px rgba(255, 246, 250, .95);
	font: 700 clamp(10px, 1.6vw, 13px)/1.5 var(--font-util);
	letter-spacing: .42em;
	text-transform: uppercase;
	color: var(--deep, #a8143a);
	opacity: .8;
}

.rite .beat--name .means {
	position: relative;
	margin: clamp(18px, 3.6vw, 26px) auto 0;
	font-weight: 500;
	text-shadow: 0 1px 22px rgba(255, 246, 250, .95);
	max-width: 22ch;
	font-family: var(--font-body);
	font-size: clamp(18px, 4.8vw, 26px);
	line-height: 1.42;
	color: #7d0713;
}

@keyframes rite-breath {
	0%   { transform: scale(1.012) translateY(.4%); }
	50%  { transform: scale(1.042) translateY(-.5%); }
	100% { transform: scale(1.012) translateY(.4%); }
}

.rite .beat--face img,
.rite .beat--with figure img {
	animation: rite-breath 28s ease-in-out infinite;
	animation-delay: -7s;
	will-change: transform;
}

.rite .beat:nth-of-type(even) .beat--face img,
.rite .beat--with:nth-of-type(3n) figure img { animation-delay: -18s; }
.rite .beat--with:nth-of-type(4n) figure img { animation-delay: -11s; }

.rite .beat--name {
	animation: rite-doorway 46s ease-in-out infinite;
	animation-delay: -14s;
}

@keyframes rite-doorway {
	0%   { background-size: cover, cover, cover, 104%; }
	50%  { background-size: cover, cover, cover, 112%; }
	100% { background-size: cover, cover, cover, 104%; }
}

@media (prefers-reduced-motion: reduce) {
	.rite .beat--face img,
	.rite .beat--with figure img,
	.rite .beat--name {
		animation: none;
	}
}

@media (min-width: 1000px) {
	.rite .beat {
		padding: clamp(110px, 9vw, 165px) 60px;
	}

	.rite .beat > * { max-width: 1180px; }

	.rite h2 {
		max-width: 16ch;
		font-size: clamp(52px, 4.8vw, 74px);
		line-height: 1.03;
	}

	.rite .under {
		max-width: 46ch;
		font-size: clamp(21px, 1.6vw, 26px);
		line-height: 1.48;
	}

	.rite .kicker { font-size: 11px; }

	.rite .beat--name .says { font-size: 14px; }

	.rite .beat--name .means {
		max-width: 26ch;
		font-size: clamp(24px, 2vw, 32px);
	}

	.rite .beat--face figure { width: min(46vw, 560px); }

	.rite .beat--face .who {
		max-width: 34ch;
		font-size: 13px;
	}

	.rite .beat--with {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: center;
		column-gap: clamp(40px, 4vw, 72px);
		max-width: 1240px;
		margin-inline: auto;
		text-align: left;
	}

	.rite .beat--with .kicker,
	.rite .beat--with h2,
	.rite .beat--with .under { margin-inline: 0; }

	.rite .beat--with h2 { max-width: 13ch; }
	.rite .beat--with .under { max-width: 38ch; }

	.rite .beat--with figure {
		grid-column: 2;
		grid-row: 1 / span 4;
		width: 100%;
		max-width: 520px;
		margin: 0;
		justify-self: end;
	}
}
