.page .lumgem-main {
	background: #fbfaf7;
}

.page .lumgem-page {
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(3rem, 7vw, 6rem) 0;
}

.page .lumgem-page__title {
	margin: 0 0 2.2rem;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.25rem, 6vw, 4rem);
	font-weight: 400;
	line-height: 1.08;
	color: #173c35;
}

.lumgem-content-page {
	font-size: 1rem;
	line-height: 1.75;
	color: #344c46;
}

.lumgem-content-page > * {
	max-width: 760px;
}

.lumgem-content-page h2 {
	margin: 2.6rem 0 .7rem;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 400;
	line-height: 1.2;
	color: #173c35;
}

.lumgem-content-page a {
	color: #145b4b;
	text-underline-offset: .16em;
}

.lumgem-content-page__lead {
	margin: 0 0 1.5rem;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.2rem, 2.6vw, 1.5rem);
	line-height: 1.55;
	color: #294b42;
}

.lumgem-content-page__eyebrow {
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #86683f;
}

.lumgem-content-page__callout {
	margin: 2rem 0;
	padding: clamp(1.4rem, 4vw, 2.2rem);
	background: #f1ece2;
	border-left: 3px solid #b08a52;
}

.lumgem-content-page__callout h2 {
	margin-top: 0;
}

.lumgem-content-page__promise-grid {
	display: grid;
	max-width: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 2.1rem 0 2.8rem;
	border-top: 1px solid #d9d1c4;
	border-bottom: 1px solid #d9d1c4;
}

.lumgem-content-page__promise-grid article {
	display: grid;
	gap: .45rem;
	padding: 1.5rem clamp(1rem, 2.4vw, 1.7rem);
	align-content: start;
}

.lumgem-content-page__promise-grid article + article {
	border-left: 1px solid #e4ddd1;
}

.lumgem-content-page__promise-grid strong {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.12rem;
	font-weight: 400;
	line-height: 1.25;
	color: #173c35;
}

.lumgem-content-page__promise-grid span {
	font-size: .82rem;
	line-height: 1.55;
	color: #60706b;
}

.lumgem-content-page__steps {
	max-width: none;
	margin: 2rem 0 2.8rem;
	border-top: 1px solid #ddd5c8;
}

.lumgem-content-page__steps article {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 1rem;
	padding: 1.2rem 0;
	border-bottom: 1px solid #ddd5c8;
}

.lumgem-content-page__steps article > span {
	grid-column: 1;
	grid-row: 1;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.35rem;
	color: #b08a52;
}

.lumgem-content-page__steps article > p:empty {
	display: none;
}

.lumgem-content-page__steps article > div {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.lumgem-content-page__steps strong {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.12rem;
	font-weight: 400;
	color: #173c35;
}

.lumgem-content-page__steps p {
	margin: .2rem 0 0;
	font-size: .9rem;
	line-height: 1.6;
	color: #5d6b68;
}

.lumgem-content-page__checklist {
	max-width: 760px;
	margin: 1rem 0 2rem;
	padding: 0;
	list-style: none;
}

.lumgem-content-page__checklist li {
	position: relative;
	margin: .72rem 0;
	padding-left: 1.45rem;
}

.lumgem-content-page__checklist li::before {
	position: absolute;
	top: .62em;
	left: 0;
	width: 6px;
	height: 6px;
	border: 1px solid #9c7845;
	transform: rotate(45deg);
	content: '';
}

.lumgem-content-page__note {
	display: grid;
	max-width: 760px;
	gap: .2rem;
	margin: 2rem 0;
	padding: 1.15rem 1.3rem;
	border-left: 2px solid #b08a52;
	background: #f5f1e9;
}

.lumgem-content-page__note strong {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.05rem;
	font-weight: 400;
	color: #173c35;
}

.lumgem-content-page__note span {
	font-size: .86rem;
	line-height: 1.55;
	color: #5d6b68;
}

.lumgem-content-page__actions {
	display: flex;
	max-width: none;
	gap: .7rem;
	margin-top: 2.4rem;
	flex-wrap: wrap;
}

.lumgem-content-page__actions a {
	display: inline-flex;
	min-height: 44px;
	padding: 0 1.2rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #174f43;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-decoration: none;
}

.lumgem-content-page__actions a:first-child {
	background: #174f43;
	color: #fff;
}

.lumgem-content-page__actions a:hover {
	background: #0c3f35;
	color: #fff;
}

.lumgem-content-page__legal-note {
	margin-top: 2rem;
	font-size: .78rem;
	line-height: 1.55;
	color: #69736f;
}

.lumgem-content-page__brand-media {
	max-width: none;
	height: clamp(320px, 46vw, 520px);
	margin: 2rem 0 3rem;
	overflow: hidden;
	background: #eee9df;
}

.lumgem-content-page__brand-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lumgem-content-page__brand-statement {
	max-width: none;
	margin: 3rem 0 0;
	padding: clamp(2rem, 5vw, 3.5rem);
	background: #063c2f;
	color: rgba(255, 255, 255, .78);
}

.lumgem-content-page__brand-statement p {
	margin: 0 0 .55rem;
	font-size: .9rem;
}

.lumgem-content-page__brand-statement strong {
	display: block;
	max-width: 700px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.6rem, 3.3vw, 2.35rem);
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
}

.lumgem-content-page__link-grid {
	display: grid;
	max-width: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 2rem 0;
	background: #ddd5c8;
}

.lumgem-content-page__link-grid a {
	display: flex;
	min-height: 135px;
	padding: 1.4rem;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	color: #173c35;
	text-decoration: none;
}

.lumgem-content-page__link-grid strong {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.lumgem-content-page__link-grid span {
	margin-top: .4rem;
	font-size: .9rem;
	color: #5d6b68;
}

.lumgem-content-page--faq details {
	max-width: 820px;
	padding: 1.1rem 0;
	border-bottom: 1px solid #d9d4ca;
}

.lumgem-content-page--faq summary {
	position: relative;
	padding-right: 2.2rem;
	cursor: pointer;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.18rem;
	list-style: none;
	color: #173c35;
}

.lumgem-content-page--faq summary::-webkit-details-marker {
	display: none;
}

.lumgem-content-page--faq summary::after {
	position: absolute;
	top: 50%;
	right: .2rem;
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	transform: translateY(-50%);
	content: '+';
}

.lumgem-content-page--faq details[open] summary::after {
	content: '−';
}

.lumgem-content-page--faq details p {
	margin-bottom: .2rem;
}

@media (max-width: 620px) {
	.page .lumgem-page {
		padding: 2.7rem 0 4rem;
	}

	.lumgem-content-page__link-grid {
		grid-template-columns: 1fr;
	}

	.lumgem-content-page__promise-grid {
		display: block;
		margin-bottom: 2.2rem;
	}

	.lumgem-content-page__promise-grid article {
		padding: 1.15rem .1rem;
	}

	.lumgem-content-page__promise-grid article + article {
		border-top: 1px solid #e4ddd1;
		border-left: 0;
	}

	.lumgem-content-page__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lumgem-content-page__brand-media {
		height: 270px;
		margin-right: -18px;
		margin-left: -18px;
	}

	.lumgem-content-page__brand-statement {
		margin-right: -18px;
		margin-left: -18px;
		padding: 2rem 1.4rem;
	}
}
