body.temple-site.temple-donate {
	background: #f6f1e8;
	font-family: var(--temple-serif-cn);
}

body.temple-site.temple-donate #page {
	max-width: none;
}

body.temple-site.temple-donate .site-content,
body.temple-site.temple-donate .inside-article,
body.temple-site.temple-donate .entry-content {
	background: transparent;
	padding: 0;
}

body.temple-site.temple-donate .site-content {
	display: block;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

body.temple-site.temple-donate .site-main {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	max-width: none;
	width: 100%;
}

.temple-donate-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 340px),
		#f6f1e8;
	color: #29241d;
	min-height: calc(100vh - 80px);
	width: 100%;
}

.temple-donate-hero {
	align-items: start;
	box-sizing: border-box;
	display: grid;
	gap: clamp(32px, 5vw, 72px);
	grid-template-columns: minmax(0, 680px) minmax(360px, 500px);
	justify-content: center;
	margin: 0 auto;
	max-width: 1340px;
	padding: 84px 22px 70px;
	width: 100%;
}

.temple-donate-intro {
	display: grid;
	gap: 28px;
	justify-items: start;
	min-width: 0;
}

.temple-donate-copy {
	max-width: 680px;
	padding-top: 20px;
}

.temple-donate-eyebrow,
.temple-donate-section-head p,
.temple-donate-form-head p {
	color: #7f5534;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
}

.temple-donate-copy .temple-donate-eyebrow {
	font-size: 14px;
	margin-bottom: 10px;
}

.temple-donate-copy h1 {
	color: #29241d;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 24px;
}

.temple-donate-lead {
	color: #51483d;
	font-size: 19px;
	line-height: 1.78;
	margin: 0;
}

.temple-donate-video-carousel {
	background: rgba(255, 253, 247, 0.72);
	border: 1px solid rgba(79, 65, 47, 0.13);
	border-radius: 6px;
	box-shadow: 0 16px 32px rgba(44, 36, 25, 0.06);
	justify-self: center;
	max-width: 360px;
	overflow: visible;
	position: relative;
	width: 100%;
}

.temple-donate-video-stage {
	background: #211b16;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.temple-donate-video-slide {
	display: none;
	margin: 0;
}

.temple-donate-video-slide.is-active {
	display: block;
}

.temple-donate-video-slide video {
	aspect-ratio: 9 / 16;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.temple-donate-video-slide figcaption {
	display: none;
}

.temple-donate-video-controls {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.temple-donate-video-arrow,
.temple-donate-video-dot {
	align-items: center;
	background: #fffaf2;
	border: 1px solid rgba(72, 59, 42, 0.18);
	color: #4c3e2f;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.temple-donate-video-arrow {
	backdrop-filter: blur(8px);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(44, 36, 25, 0.12);
	font-size: 22px;
	height: 68px;
	line-height: 1;
	padding: 0;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 30px;
}

.temple-donate-video-arrow-prev {
	left: -36px;
}

.temple-donate-video-arrow-next {
	right: -36px;
}

.temple-donate-video-dots {
	align-items: center;
	background: rgba(33, 27, 22, 0.42);
	border: 1px solid rgba(255, 253, 247, 0.18);
	border-radius: 999px;
	backdrop-filter: blur(8px);
	bottom: 14px;
	display: flex;
	gap: 8px;
	justify-content: center;
	left: 50%;
	padding: 8px 10px;
	pointer-events: auto;
	position: absolute;
	transform: translateX(-50%);
	transition: bottom 180ms ease;
}

.temple-donate-video-stage:hover .temple-donate-video-dots,
.temple-donate-video-stage:focus-within .temple-donate-video-dots,
.temple-donate-video-carousel.is-video-controls-visible .temple-donate-video-dots {
	bottom: 62px;
}

.temple-donate-video-dot {
	border-radius: 50%;
	height: 9px;
	padding: 0;
	width: 9px;
}

.temple-donate-video-arrow:hover,
.temple-donate-video-arrow:focus,
.temple-donate-video-dot:hover,
.temple-donate-video-dot:focus {
	background: #f0f5eb;
	border-color: #64785a;
	color: #253322;
	transform: translateY(-1px);
}

.temple-donate-video-arrow:hover,
.temple-donate-video-arrow:focus {
	transform: translateY(-50%) translateY(-1px);
}

.temple-donate-video-dot.is-active {
	background: #64785a;
	border-color: #64785a;
}

.temple-donate-form,
.temple-donate-card {
	background: rgba(255, 253, 247, 0.88);
	border: 1px solid rgba(79, 65, 47, 0.14);
	border-radius: 6px;
	box-shadow: 0 16px 36px rgba(44, 36, 25, 0.07);
}

.temple-donate-form {
	padding: 30px;
}

.temple-donate-form-head h2,
.temple-donate-section-head h2 {
	color: #29241d;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.22;
	margin: 0;
}

.temple-donate-error {
	background: #fff4ee;
	border-left: 3px solid #a35634;
	border-radius: 4px;
	color: #6d3420;
	font-size: 16px;
	line-height: 1.6;
	margin: 22px 0 0;
	padding: 12px 14px;
}

.temple-donate-amounts {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.temple-donate-amount {
	min-width: 0;
	position: relative;
}

.temple-donate-amount input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.temple-donate-amount span {
	align-items: center;
	background: #fffaf2;
	border: 1px solid rgba(72, 59, 42, 0.18);
	border-radius: 5px;
	color: #3e352b;
	cursor: pointer;
	display: flex;
	font-family: var(--temple-serif-cn);
	font-size: 25px;
	justify-content: center;
	line-height: 1;
	min-height: 56px;
	padding: 12px 10px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.temple-donate-amount input:focus-visible + span {
	outline: 2px solid rgba(91, 121, 91, 0.28);
	outline-offset: 2px;
}

.temple-donate-amount input:checked + span {
	background: #f0f5eb;
	border-color: #64785a;
	box-shadow: inset 0 0 0 1px #64785a;
	color: #253322;
}

.temple-donate-amount span:hover {
	border-color: #8b7354;
	transform: translateY(-1px);
}

.temple-donate-field {
	display: grid;
	gap: 8px;
	margin-top: 18px;
}

.temple-donate-field span {
	color: #604832;
	font-size: 15px;
	font-weight: 700;
}

.temple-donate-field input,
.temple-donate-field select,
.temple-donate-field textarea {
	background: #fffdf8;
	border: 1px solid rgba(72, 59, 42, 0.2);
	border-radius: 5px;
	color: #29241d;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.45;
	padding: 12px 13px;
	width: 100%;
}

.temple-donate-field textarea {
	resize: vertical;
}

.temple-donate-field input:focus,
.temple-donate-field select:focus,
.temple-donate-field textarea:focus {
	border-color: #64785a;
	outline: 2px solid rgba(100, 120, 90, 0.18);
	outline-offset: 1px;
}

.temple-donate-custom-field {
	margin-top: 14px;
}

.temple-donate-form.is-enhanced .temple-donate-custom-field:not(.is-active) {
	display: none;
}

.temple-donate-field-row {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
}

.temple-donate-purpose-panel {
	background: #f8f4ec;
	border: 1px solid rgba(72, 59, 42, 0.12);
	border-radius: 5px;
	margin-top: 14px;
	padding: 16px 18px;
}

.temple-donate-purpose-panel p {
	color: #3d342a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 10px;
}

.temple-donate-purpose-panel ul {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.temple-donate-purpose-panel li {
	color: #5b5044;
	font-size: 15px;
	line-height: 1.65;
	opacity: 1;
	padding-left: 16px;
	position: relative;
	transform: none;
}

.temple-donate-purpose-panel li::before {
	background: #8a704f;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 5px;
}

.temple-donate-purpose-panel.is-animating li {
	animation: templeDonateLineIn 420ms ease both;
}

.temple-donate-purpose-panel.is-animating li:nth-child(2) {
	animation-delay: 90ms;
}

.temple-donate-purpose-panel.is-animating li:nth-child(3) {
	animation-delay: 180ms;
}

.temple-donate-submit,
.temple-donate-secondary {
	align-items: center;
	background: #405c42;
	border: 1px solid #405c42;
	border-radius: 5px;
	box-shadow: 0 12px 24px rgba(42, 67, 45, 0.16);
	color: #fffdf8;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-top: 24px;
	min-height: 50px;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.temple-donate-submit {
	width: 100%;
}

.temple-donate-submit:hover,
.temple-donate-submit:focus,
.temple-donate-secondary:hover,
.temple-donate-secondary:focus {
	background: #314933;
	box-shadow: 0 16px 30px rgba(42, 67, 45, 0.22);
	color: #fffdf8;
	transform: translateY(-1px);
}

.temple-donate-note {
	color: #6b5f51;
	font-size: 14px;
	line-height: 1.7;
	margin: 15px 0 0;
}

.temple-offering-order-details {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
}

.temple-offering-order-details div {
	background: #fffaf2;
	border: 1px solid rgba(72, 59, 42, 0.12);
	border-radius: 5px;
	display: grid;
	gap: 8px;
	grid-template-columns: 92px minmax(0, 1fr);
	padding: 12px 13px;
}

.temple-offering-order-details dt {
	color: #6a4c31;
	font-size: 14px;
	font-weight: 700;
}

.temple-offering-order-details dd {
	color: #29241d;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.temple-offering-order-payment-form {
	margin-top: 22px;
}

.temple-offering-order-payment-form .temple-donate-field {
	margin-top: 0;
}

body.temple-site .temple-donate-page .temple-offering-order-pay,
body.temple-site .temple-donate-page .temple-offering-order-pay:link,
body.temple-site .temple-donate-page .temple-offering-order-pay:visited {
	background: #b45a56 !important;
	border-color: #b45a56 !important;
	box-sizing: border-box;
	color: #ffffff !important;
	text-align: center;
	transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms ease;
	width: 100%;
}

body.temple-site .temple-donate-page .temple-offering-order-pay:hover,
body.temple-site .temple-donate-page .temple-offering-order-pay:focus {
	background: #ffffff !important;
	border-color: #b45a56 !important;
	box-shadow: 0 16px 30px rgba(180, 90, 86, 0.22);
	color: #b45a56 !important;
	transform: translateY(-1px);
}

.temple-donate-section {
	padding: 0 clamp(22px, 7vw, 112px) 88px;
}

.temple-donate-section-head {
	margin-bottom: 24px;
	max-width: 760px;
}

.temple-donate-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.temple-donate-card {
	padding: 24px;
}

.temple-donate-card h3 {
	color: #3b4f38;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 12px;
}

.temple-donate-card p {
	color: #51483d;
	font-size: 17px;
	line-height: 1.78;
	margin: 0;
}

@keyframes templeDonateLineIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.temple-donate-amount span,
	.temple-donate-submit,
	.temple-donate-secondary {
		transition: none;
	}

	.temple-donate-purpose-panel.is-animating li {
		animation: none;
	}
}

@media (max-width: 940px) {
	.temple-donate-hero {
		grid-template-columns: 1fr;
		padding-top: 66px;
	}

	.temple-donate-copy {
		padding-top: 0;
	}

	.temple-donate-video-carousel {
		max-width: min(360px, calc(100% - 84px));
	}

	.temple-donate-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.temple-donate-hero {
		gap: 32px;
		padding: 50px 18px 44px;
	}

	.temple-donate-copy h1 {
		font-size: 44px;
	}

	.temple-donate-lead {
		font-size: 17px;
	}

	.temple-donate-copy .temple-donate-eyebrow {
		font-size: 13px;
	}

	.temple-donate-form {
		padding: 22px;
	}

	.temple-donate-form-head h2,
	.temple-donate-section-head h2 {
		font-size: 28px;
	}

	.temple-donate-amounts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.temple-donate-field-row {
		grid-template-columns: 1fr;
	}

	.temple-offering-order-details div {
		grid-template-columns: 1fr;
	}

	.temple-donate-section {
		padding: 0 18px 58px;
	}
}
