:root {
	--guide-brown: #5a3523;
	--guide-copper: #a9652d;
	--guide-gold: #d9a64a;
	--guide-green: #2f6b50;
	--guide-ink: #2a2420;
	--guide-muted: #6b625d;
	--guide-cream: #f7f2ea;
	--guide-warm: #e9ded0;
	--guide-line: #d8c9b8;
}

.guide-eyebrow {
	margin: 0 0 8px;
	color: var(--guide-copper);
	font: 700 13px/1.3 Arial, Helvetica, sans-serif;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.guide-request {
	display: flex;
	gap: 38px;
	align-items: flex-start;
	max-width: 1080px;
	margin: 15px auto 40px;
	padding: 28px;
	border: 1px solid rgba(218, 183, 143, .25);
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(82, 52, 38, .32), rgba(24, 20, 18, .45));
}

.guide-request__intro,
.crdm-public-form-card {
	flex: 1 1 0;
}

.guide-request__intro h1 {
	margin: 0 0 15px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.06;
}

.guide-request__lead {
	font-size: 20px;
	line-height: 1.55;
}

.guide-request__benefits {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.guide-request__benefits li {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 28px;
	font: 16px/1.45 Arial, Helvetica, sans-serif;
}

.guide-request__benefits i {
	position: absolute;
	top: 13px;
	left: 0;
	color: #e0b264;
}

.guide-form-table {
	width: 100%;
	border-collapse: collapse;
}

.guide-form-table td {
	padding: 7px 5px;
	vertical-align: middle;
}

.guide-form-table td:first-child {
	width: 115px;
	text-align: right;
}

.guide-form-table label {
	color: #e0b264;
	font: 16px/1.2 Arial, Helvetica, sans-serif;
}

.guide-form-table input:not([type="hidden"]) {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	padding: 7px 9px;
	font-size: 18px;
}

.guide-request__privacy {
	margin: 18px 0 0;
	color: #b8aea7;
	font: 13px/1.45 Arial, Helvetica, sans-serif;
}

.guide-request__privacy i {
	margin-right: 5px;
	color: #e0b264;
}

.guide-alert {
	margin: 0 0 16px;
	padding: 11px 13px;
	border-left: 4px solid #d9534f;
	background: rgba(217, 83, 79, .15);
	color: #fff;
	font: 15px/1.4 Arial, Helvetica, sans-serif;
}

.buyer-guide-page {
	margin: 0;
	background: #efe9e1;
	color: var(--guide-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.buyer-guide-page *,
.buyer-guide-page *::before,
.buyer-guide-page *::after {
	box-sizing: border-box;
}

.buyer-guide-page h1,
.buyer-guide-page h2,
.buyer-guide-page h3 {
	color: var(--guide-brown);
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1.12;
}

.buyer-guide-header {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	min-height: 86px;
	padding: 10px max(24px, calc((100vw - 1180px) / 2));
	border-bottom: 1px solid var(--guide-line);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 4px 18px rgba(54, 35, 24, .09);
	backdrop-filter: blur(8px);
}

.buyer-guide-header img {
	display: block;
	width: 250px;
	height: auto;
}

.buyer-guide-header__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.buyer-guide-header__actions > span {
	color: var(--guide-muted);
	font-size: 14px;
}

.buyer-guide-header__actions > span i {
	margin-right: 5px;
	color: var(--guide-copper);
}

.buyer-guide-page main {
	max-width: 1180px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 10px 40px rgba(60, 42, 31, .12);
}

.buyer-guide-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	min-height: 560px;
	background: var(--guide-cream);
}

.buyer-guide-hero__content {
	align-self: center;
	padding: 65px 55px;
}

.buyer-guide-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(46px, 5vw, 68px);
}

.buyer-guide-hero__subtitle {
	margin: 0 0 28px;
	color: var(--guide-copper);
	font: italic 24px/1.35 Georgia, 'Times New Roman', serif;
}

.buyer-guide-hero img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}

.buyer-guide-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 4px solid var(--guide-brown);
	border-bottom: 1px solid var(--guide-line);
}

.buyer-guide-facts > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 145px;
	padding: 18px 12px;
	border-right: 1px solid var(--guide-line);
	background: #fff;
	text-align: center;
}

.buyer-guide-facts > div:last-child {
	border-right: 0;
}

.buyer-guide-facts strong {
	color: var(--guide-brown);
	font-size: 38px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.buyer-guide-facts span {
	margin-top: 9px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.buyer-guide-facts small {
	margin-top: 5px;
	color: var(--guide-muted);
	font-size: 12px;
}

.buyer-guide-section,
.buyer-guide-crdm,
.buyer-guide-checklist,
.buyer-guide-sources {
	padding: 62px 55px;
}

.buyer-guide-section--warm {
	background: var(--guide-cream);
}

.buyer-guide-section__heading {
	max-width: 820px;
	margin-bottom: 28px;
}

.buyer-guide-section__heading h2,
.buyer-guide-crdm h2,
.buyer-guide-checklist h2 {
	margin: 0 0 12px;
	font-size: 42px;
}

.buyer-guide-section__heading > p:last-child,
.buyer-guide-crdm > p {
	color: var(--guide-muted);
}

.buyer-guide-section__image {
	display: block;
	width: 100%;
	height: 330px;
	margin: 0 0 34px;
	object-fit: cover;
	border-radius: 4px;
}

.buyer-guide-advantages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.buyer-guide-advantage {
	display: flex;
	gap: 18px;
	padding: 24px;
	border: 1px solid var(--guide-line);
	border-left: 5px solid var(--guide-copper);
	background: rgba(255, 255, 255, .82);
}

.buyer-guide-advantage__number {
	flex: 0 0 42px;
	color: var(--guide-copper);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.buyer-guide-advantage h3 {
	margin: 0 0 9px;
	font-size: 23px;
}

.buyer-guide-advantage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.buyer-guide-crdm {
	background: #fff;
	text-align: center;
}

.buyer-guide-crdm > p {
	max-width: 820px;
	margin: 0 auto 30px;
}

.buyer-guide-services {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.buyer-guide-services > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 190px;
	padding: 26px 18px;
	border: 1px solid var(--guide-line);
	border-top: 4px solid var(--guide-copper);
	background: var(--guide-cream);
}

.buyer-guide-services i {
	margin-bottom: 17px;
	color: var(--guide-copper);
	font-size: 28px;
}

.buyer-guide-services strong {
	margin-bottom: 8px;
	color: var(--guide-brown);
	font-size: 14px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.buyer-guide-services span {
	color: var(--guide-muted);
	font-size: 14px;
	line-height: 1.45;
}

.buyer-guide-checklist {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 45px;
	background: var(--guide-warm);
}

.buyer-guide-checklist table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.buyer-guide-checklist th,
.buyer-guide-checklist td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--guide-line);
	text-align: left;
	vertical-align: top;
}

.buyer-guide-checklist th {
	width: 120px;
	color: var(--guide-brown);
	font-size: 13px;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.buyer-guide-checklist td {
	font-size: 15px;
	line-height: 1.45;
}

.buyer-guide-cta {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 35px;
	align-items: center;
	padding: 48px 55px;
	border-top: 4px solid var(--guide-gold);
	background: #2b211c;
	color: #fff;
}

.buyer-guide-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 38px;
}

.buyer-guide-cta p {
	margin: 0;
}

.buyer-guide-cta__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 32px;
	border-left: 1px solid rgba(217, 166, 74, .45);
}

.buyer-guide-cta__contact strong {
	font: 700 26px/1.2 Georgia, 'Times New Roman', serif;
}

.buyer-guide-cta__contact > span {
	margin: 2px 0 13px;
	color: var(--guide-gold);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.buyer-guide-cta__contact > a:not(.crdm-button) {
	margin: 3px 0;
	color: #fff;
	text-decoration: none;
}

.buyer-guide-cta__contact > a i {
	width: 22px;
	color: var(--guide-gold);
}

.buyer-guide-cta__contact .crdm-button {
	margin-top: 16px;
}

.buyer-guide-sources {
	background: var(--guide-cream);
}

.buyer-guide-sources h2 {
	margin: 0 0 16px;
	font-size: 28px;
}

.buyer-guide-sources ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px 30px;
	margin: 0 0 24px;
	padding-left: 20px;
}

.buyer-guide-sources li,
.buyer-guide-sources p {
	font-size: 13px;
	line-height: 1.55;
}

.buyer-guide-sources a {
	color: var(--guide-copper);
}

.buyer-guide-footer {
	max-width: 1180px;
	margin: 0 auto 40px;
	padding: 28px;
	background: #fff;
	color: var(--guide-muted);
	text-align: center;
}

.buyer-guide-footer img {
	width: 245px;
	height: auto;
}

.buyer-guide-footer p {
	margin: 6px 0;
	font-size: 13px;
}

.guide-access-denied {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 30px;
	background: var(--guide-cream);
}

.guide-access-denied > img {
	width: 285px;
	margin-bottom: 25px;
}

.guide-access-denied__card {
	max-width: 540px;
	padding: 42px;
	border: 1px solid var(--guide-line);
	border-top: 4px solid var(--guide-gold);
	background: #fff;
	box-shadow: 0 18px 50px rgba(62, 42, 30, .12);
	text-align: center;
}

.guide-access-denied__card > i {
	color: var(--guide-copper);
	font-size: 34px;
}

.guide-access-denied__card h1 {
	margin: 15px 0 8px;
	font-size: 38px;
}

.guide-access-denied__card p {
	margin: 0 0 22px;
}

@media (max-width: 900px) {
	.guide-request {
		flex-direction: column;
	}

	.buyer-guide-header {
		position: static;
		align-items: flex-start;
	}

	.buyer-guide-header__actions {
		flex-direction: column;
		align-items: flex-end;
	}

	.buyer-guide-hero,
	.buyer-guide-checklist,
	.buyer-guide-cta {
		grid-template-columns: 1fr;
	}

	.buyer-guide-hero img {
		min-height: 360px;
	}

	.buyer-guide-advantages {
		grid-template-columns: 1fr;
	}

	.buyer-guide-services {
		grid-template-columns: 1fr 1fr;
	}

	.buyer-guide-cta__contact {
		padding: 25px 0 0;
		border-top: 1px solid rgba(217, 166, 74, .45);
		border-left: 0;
	}
}

@media (max-width: 640px) {
	.guide-request {
		padding: 20px;
	}

	.guide-form-table,
	.guide-form-table tbody,
	.guide-form-table tr,
	.guide-form-table td {
		display: block;
		width: 100%;
	}

	.guide-form-table td {
		padding: 4px 0;
	}

	.guide-form-table td:first-child {
		width: 100%;
		padding-top: 11px;
		text-align: left;
	}

	.buyer-guide-header {
		flex-direction: column;
		padding: 14px 18px;
	}

	.buyer-guide-header img {
		width: 220px;
	}

	.buyer-guide-header__actions {
		width: 100%;
		align-items: flex-start;
	}

	.buyer-guide-hero__content,
	.buyer-guide-section,
	.buyer-guide-crdm,
	.buyer-guide-checklist,
	.buyer-guide-sources,
	.buyer-guide-cta {
		padding: 40px 24px;
	}

	.buyer-guide-hero h1 {
		font-size: 42px;
	}

	.buyer-guide-hero img {
		min-height: 280px;
	}

	.buyer-guide-facts {
		grid-template-columns: 1fr 1fr;
	}

	.buyer-guide-facts > div:nth-child(2) {
		border-right: 0;
	}

	.buyer-guide-facts > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--guide-line);
	}

	.buyer-guide-section__heading h2,
	.buyer-guide-crdm h2,
	.buyer-guide-checklist h2 {
		font-size: 34px;
	}

	.buyer-guide-section__image {
		height: 230px;
	}

	.buyer-guide-advantage {
		padding: 20px 18px;
	}

	.buyer-guide-services,
	.buyer-guide-sources ul {
		grid-template-columns: 1fr;
	}

	.buyer-guide-checklist th,
	.buyer-guide-checklist td {
		display: block;
		width: 100%;
	}

	.buyer-guide-checklist th {
		padding-bottom: 3px;
		border-bottom: 0;
	}

	.buyer-guide-checklist td {
		padding-top: 3px;
	}
}

@media print {
	@page {
		size: letter portrait;
		margin: .45in;
	}

	.buyer-guide-page {
		background: #fff;
		font-size: 11pt;
	}

	.buyer-guide-header,
	.buyer-guide-footer,
	.buyer-guide-cta .crdm-button {
		display: none !important;
	}

	.buyer-guide-page main {
		max-width: none;
		box-shadow: none;
	}

	.buyer-guide-hero,
	.buyer-guide-checklist,
	.buyer-guide-cta {
		grid-template-columns: 1fr 1fr;
	}

	.buyer-guide-hero {
		min-height: auto;
	}

	.buyer-guide-hero__content,
	.buyer-guide-section,
	.buyer-guide-crdm,
	.buyer-guide-checklist,
	.buyer-guide-sources,
	.buyer-guide-cta {
		padding: .35in;
	}

	.buyer-guide-hero h1 {
		font-size: 34pt;
	}

	.buyer-guide-hero img {
		min-height: 4.6in;
	}

	.buyer-guide-facts > div {
		min-height: 1in;
	}

	.buyer-guide-section__image {
		height: 2.35in;
	}

	.buyer-guide-section,
	.buyer-guide-crdm,
	.buyer-guide-checklist,
	.buyer-guide-cta,
	.buyer-guide-sources {
		break-before: page;
	}

	.buyer-guide-advantage,
	.buyer-guide-services > div,
	.buyer-guide-checklist tr {
		break-inside: avoid;
	}
}
