.gift {
	position: relative;
	overflow: hidden;
}

.gift-band {
	padding: clamp(56px, 13vw, 120px) clamp(22px, 6vw, 60px);
	text-align: center;
}

.gift-band--her {
	background:
		radial-gradient(120% 80% at 50% 0%, #fff 0%, #fff4f7 46%, #fcd2e1 100%);
	color: #6b0a18;
}

.gift-band--him {
	background:
		radial-gradient(120% 80% at 50% 0%, #fff6f2 0%, #ffe6e9 44%, #f7c4cd 100%);
	color: #6b0a18;
}

.gift-band .kicker {
	margin: 0 auto clamp(14px, 3.2vw, 22px);
	font: 700 10px/1.5 var(--font-util, 'Optima', system-ui, sans-serif);
	letter-spacing: .34em;
	text-transform: uppercase;
	color: #c25a6a;
}

.gift-band--him .kicker { color: #b5566c; }

.gift-band h2 {
	margin: 0 auto;
	max-width: 18ch;
	font-family: var(--font-head, 'Cinzel', Palatino, Georgia, serif);
	font-weight: 700;
	font-size: clamp(28px, 7.4vw, 54px);
	line-height: 1.06;
	letter-spacing: -.004em;
	text-transform: uppercase;
	color: #a8143a;
}

.gift-band--him h2 { color: #8d1030; }

.gift-band .say {
	margin: clamp(18px, 4vw, 28px) auto 0;
	max-width: 46ch;
	font-family: var(--font-body, 'Spectral', Georgia, serif);
	font-size: clamp(17px, 4.4vw, 20px);
	line-height: 1.56;
	color: #7d3346;
}

.gift-band--him .say { color: #7d3346; }

.gift-roads {
	display: grid;
	gap: clamp(14px, 3.4vw, 22px);
	margin: clamp(30px, 6vw, 48px) auto 0;
	max-width: 940px;
}

@media (min-width: 720px) {
	.gift-roads { grid-template-columns: 1fr 1fr; }
}

.gift-road {
	display: block;
	padding: clamp(28px, 6vw, 40px) clamp(20px, 5vw, 34px) clamp(24px, 5vw, 34px);
	border-radius: clamp(90px, 26vw, 150px) clamp(90px, 26vw, 150px) 20px 20px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 14px 40px rgba(150, 20, 60, .14);
	text-align: center;
	text-decoration: none;
	transition: transform .5s cubic-bezier(.2,.7,.3,1), box-shadow .5s, background .5s;
}

.gift-band--him .gift-road {
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 14px 40px rgba(150, 20, 60, .16);
}

.gift-road:hover,
.gift-road:focus-visible {
	transform: translateY(-4px);
	background: #fff;
	box-shadow: 0 22px 56px rgba(150, 20, 60, .24);
}

.gift-band--him .gift-road:hover,
.gift-band--him .gift-road:focus-visible {
	background: #fff;
	box-shadow: 0 22px 56px rgba(150, 20, 60, .26);
}

.gift-road-k {
	display: block;
	font-family: var(--font-head, 'Cinzel', Palatino, Georgia, serif);
	font-weight: 700;
	font-size: clamp(19px, 5vw, 26px);
	line-height: 1.1;
	text-transform: uppercase;
	color: #a8143a;
}

.gift-band--him .gift-road-k { color: #8d1030; }

.gift-road-say {
	display: block;
	margin: clamp(12px, 2.6vw, 16px) auto 0;
	max-width: 30ch;
	font-family: var(--font-body, 'Spectral', Georgia, serif);
	font-size: clamp(15px, 4vw, 17px);
	line-height: 1.5;
	color: #7d3346;
}

.gift-band--him .gift-road-say { color: #7d3346; }

.gift-road-go {
	display: block;
	margin: clamp(16px, 3.4vw, 22px) 0 0;
	font: 700 10px/1 var(--font-util, 'Optima', system-ui, sans-serif);
	letter-spacing: .28em;
	text-transform: uppercase;
	color: #e4174f;
}

.gift-band--him .gift-road-go { color: #e4174f; }

.gift-page .gift-how {
	display: grid;
	gap: clamp(14px, 3vw, 20px);
	margin: clamp(30px, 6vw, 44px) auto 0;
	max-width: 900px;
	text-align: left;
}

@media (min-width: 720px) {
	.gift-page .gift-how { grid-template-columns: 1fr 1fr; }
}

.gift-page .gift-step {
	padding: clamp(20px, 4.4vw, 28px);
	border-radius: 22px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 10px 30px rgba(150, 20, 60, .1);
}

.gift-page .gift-step b {
	display: block;
	font-family: var(--font-head, 'Cinzel', Palatino, Georgia, serif);
	font-weight: 700;
	font-size: clamp(16px, 4.2vw, 19px);
	line-height: 1.16;
	text-transform: uppercase;
	color: #a8143a;
}

.gift-page .gift-step span {
	display: block;
	margin-top: 10px;
	font-family: var(--font-body, 'Spectral', Georgia, serif);
	font-size: clamp(15px, 4vw, 17px);
	line-height: 1.52;
	color: #7d3346;
}

.gift-page .gift-go { margin: clamp(28px, 5.4vw, 40px) 0 0; }

@media (prefers-reduced-motion: reduce) {
	.gift-road { transition: none; }
	.gift-road:hover, .gift-road:focus-visible { transform: none; }
}

.gift-page .beat {
	padding: clamp(56px, 13vw, 120px) clamp(22px, 6vw, 60px);
	text-align: center;
}

.gift-page .beat--pale { background: radial-gradient(120% 80% at 50% 0%, #fff 0%, #fff4f7 60%, #ffeaf2 100%); }
.gift-page .beat--lit  { background: linear-gradient(180deg, #ffeaf3 0%, #fcd2e1 100%); }

.gift-page .kicker {
	margin: 0 auto clamp(16px, 3.6vw, 24px);
	font: 700 10px/1.5 var(--font-util, 'Optima', system-ui, sans-serif);
	letter-spacing: .34em;
	text-transform: uppercase;
	color: #c25a6a;
}

.gift-page h1,
.gift-page h2 {
	margin: 0 auto;
	max-width: 17ch;
	font-family: var(--font-head, 'Cinzel', Palatino, Georgia, serif);
	font-weight: 700;
	font-size: clamp(28px, 7.6vw, 56px);
	line-height: 1.06;
	letter-spacing: .004em;
	text-transform: uppercase;
	color: #a8143a;
}

.gift-page .say,
.gift-page .under {
	margin: clamp(20px, 4.6vw, 30px) auto 0;
	max-width: 44ch;
	font-family: var(--font-body, 'Spectral', Georgia, serif);
	font-size: clamp(17px, 4.6vw, 21px);
	line-height: 1.54;
	color: #7d3346;
}

.gift-page .act {
	display: inline-block;
	margin-top: 4px;
	padding: 15px 34px;
	border-radius: 999px;
	background: #b81d2a;
	color: #fff;
	text-decoration: none;
	font: 700 11px/1 var(--font-util, 'Optima', system-ui, sans-serif);
	letter-spacing: .2em;
	text-transform: uppercase;
	box-shadow: 0 10px 30px rgba(150, 20, 60, .28);
	transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s;
}

.gift-page .act:hover,
.gift-page .act:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 16px 40px rgba(150, 20, 60, .36);
}

@media (prefers-reduced-motion: reduce) {
	.gift-page .act { transition: none; }
	.gift-page .act:hover, .gift-page .act:focus-visible { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.held img { animation: none; }
	.held-row { scroll-snap-type: none; }
}

.stage-given {
	display: block;
	margin: clamp(6px, 1.4vw, 10px) auto clamp(8px, 1.6vw, 12px);
	max-width: 15ch;
	font-family: var(--font-body, 'Spectral', Georgia, serif);
	font-weight: 500;
	font-size: clamp(14px, 3.6vw, 18px);
	line-height: 1.28;
	color: #fff;
	text-wrap: balance;
	text-shadow: 0 2px 20px rgba(60, 6, 22, .75);
}

.rung--stages .its {
	max-width: 30ch;
	text-wrap: balance;
}

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

	.gift-page h1,
	.gift-page h2 {
		max-width: 16ch;
		font-size: clamp(56px, 5.4vw, 84px);
		line-height: 1.02;
	}

	.gift-page .say,
	.gift-page .under {
		max-width: 52ch;
		font-size: clamp(21px, 1.6vw, 25px);
		line-height: 1.5;
	}

	.gift-page .gift-how {
		grid-template-columns: repeat(4, 1fr);
		max-width: 1400px;
	}

	.gift-page .gift-step { padding: 32px 30px; }
	.gift-page .gift-step b { font-size: 20px; }
	.gift-page .gift-step span { font-size: 17px; }

	.gift-band { padding: clamp(110px, 9vw, 150px) 60px; }

	.gift-band h2 {
		max-width: 17ch;
		font-size: clamp(50px, 4.6vw, 72px);
		line-height: 1.04;
	}

	.gift-band .say {
		max-width: 54ch;
		font-size: clamp(20px, 1.5vw, 24px);
	}

	.gift-roads { max-width: 1180px; gap: 30px; }
	.gift-road { padding: 52px 44px 40px; }
	.gift-road-k { font-size: clamp(26px, 2.1vw, 32px); }
	.gift-road-say { max-width: 32ch; font-size: 18px; }

	.rung--held h2 {
		max-width: 17ch;
		font-size: clamp(50px, 4.6vw, 72px);
		line-height: 1.04;
	}

	.rung--held .say {
		max-width: 56ch;
		font-size: clamp(20px, 1.5vw, 24px);
	}

	.rung--held .alone { font-size: clamp(26px, 2.2vw, 34px); }
}

.rung--held {
	position: relative;
	padding: clamp(90px, 20vw, 190px) 0;
	background: radial-gradient(130% 80% at 50% 0%, #fff 0%, #fff4f7 40%, #ffe0ec 100%);
	overflow: hidden;
	isolation: isolate;
}

.held-field {
	position: absolute;
	inset: 0;
	z-index: 0;
	perspective: 1400px;
	pointer-events: none;
}

.held {
	position: absolute;
	left: var(--nl, 50%);
	top: var(--nt, 50%);
	width: clamp(150px, 46vw, 300px);
	aspect-ratio: 4 / 5;
	transform: translate(-50%, -50%);
}

@media (min-width: 760px) {
	.held {
		left: var(--l, 50%);
		top: var(--t, 50%);
		width: calc(var(--w, 18) * 1%);
		min-width: 190px;
	}
}

.held img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 36%;
	-webkit-mask-image: radial-gradient(58% 58% at 50% 46%, #000 34%, rgba(0,0,0,.72) 56%, rgba(0,0,0,0) 80%);
	        mask-image: radial-gradient(58% 58% at 50% 46%, #000 34%, rgba(0,0,0,.72) 56%, rgba(0,0,0,0) 80%);
	animation: held-arrives var(--journey, 36s) ease-in-out infinite;
	animation-delay: var(--already, 0s);

}

@keyframes held-arrives {
	0%   { opacity: 0; transform: scale(.72); }
	12%  { opacity: .9; transform: scale(.86); }
	40%  { opacity: 1; transform: scale(1); }
	74%  { opacity: 1; transform: scale(1.12); }
	90%  { opacity: .6; transform: scale(1.24); }
	100% { opacity: 0; transform: scale(1.34); }
}

.held-said {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: clamp(22px, 6vw, 60px);
	text-align: center;
}

.held-said::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	width: 108%;
	height: 128%;
	z-index: -1;
	background: radial-gradient(46% 40% at 50% 50%, rgba(255,246,250,.86) 0%, rgba(255,244,249,.52) 46%, rgba(255,244,249,0) 76%);
}

.rung--held .kicker {
	margin: 0 auto clamp(14px, 3.2vw, 22px);
	font: 700 10px/1.5 var(--font-util, 'Optima', system-ui, sans-serif);
	letter-spacing: .34em; text-transform: uppercase; color: #c25a6a;
}

.rung--held h2 {
	margin: 0 auto; max-width: 18ch;
	font-family: var(--font-head, 'Cinzel', Palatino, Georgia, serif);
	font-weight: 700; font-size: clamp(28px, 7.4vw, 54px);
	line-height: 1.06; text-transform: uppercase; color: #a8143a;
	text-wrap: balance;
}

.rung--held .say {
	margin: clamp(18px, 4vw, 28px) auto 0; max-width: 50ch;
	font-family: var(--font-body, 'Spectral', Georgia, serif);
	font-size: clamp(16px, 4.3vw, 20px); line-height: 1.56; color: #7d3346;
	text-wrap: pretty;
}

.rung--held .alone {
	margin: clamp(26px, 5.4vw, 40px) auto 0;
	font-family: var(--font-head, 'Cinzel', Palatino, Georgia, serif);
	font-weight: 700; font-size: clamp(17px, 4.4vw, 28px);
	letter-spacing: .02em; text-transform: uppercase; color: #b81d2a;
	text-wrap: balance;
}

@media (min-width: 1000px) {
	.rung--held h2 { max-width: 17ch; font-size: clamp(50px, 4.6vw, 72px); line-height: 1.04; }
	.rung--held .say { max-width: 54ch; font-size: clamp(20px, 1.5vw, 24px); }
	.rung--held .alone { font-size: clamp(26px, 2.2vw, 34px); }
}

@media (prefers-reduced-motion: reduce) {
	.held img { animation: none; opacity: 1; transform: scale(1); }
}
