.press-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	color: #fff;
}

.press-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(19, 16, 12, .9) 0%, rgba(19, 16, 12, .58) 52%, rgba(19, 16, 12, .24) 100%);
}

.press-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 140px;
	background: linear-gradient(transparent, rgba(13, 11, 9, .55));
}

.press-hero .container {
	position: relative;
	z-index: 2;
	padding-top: 120px;
	padding-bottom: 64px;
}

.press-eyebrow,
.press-section-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #a87c1f;
}

.press-eyebrow {
	color: #e6c36f;
}

.press-eyebrow::before,
.press-section-label::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.press-hero h1 {
	max-width: 800px;
	margin: 14px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 7vw, 82px);
	line-height: 1.02;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 8px 28px rgba(0, 0, 0, .35);
}

.press-hero > .container > p {
	max-width: 720px;
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .9);
}

.press-quicklinks {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 30px;
}

.press-quicklinks a {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	backdrop-filter: blur(8px);
	transition: background .2s ease, border-color .2s ease;
}

.press-quicklinks a:hover {
	border-color: #e6c36f;
	background: rgba(230, 195, 111, .16);
	color: #fff;
}

.press-page {
	padding: 70px 0 90px;
	background: #f5f2ec;
}

.press-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr);
	gap: 26px;
	align-items: start;
	min-width: 0;
}

.press-main,
.press-side {
	display: grid;
	gap: 26px;
	min-width: 0;
}

.press-card {
	min-width: 0;
}

.press-card {
	padding: 34px;
	border: 1px solid rgba(78, 63, 43, .12);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(46, 36, 24, .07);
	scroll-margin-top: 110px;
}

.press-card h2 {
	margin: 10px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.2;
	font-weight: 700;
	color: #211c16;
}

.press-intro-card > p {
	margin: 16px 0 0;
	font-size: 15px;
	line-height: 1.85;
	color: #625b52;
}

.press-intro-card .press-lead {
	margin-top: 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 1.7;
	color: #332b22;
}

.press-boilerplate {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	margin-top: 26px;
	padding: 20px;
	border-left: 3px solid #b58a2c;
	background: #f8f5ef;
}

.press-boilerplate > i {
	font-size: 23px;
	color: #b58a2c;
}

.press-boilerplate strong {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #211c16;
}

.press-boilerplate p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #5d554b;
}

.press-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 26px;
}

.press-heading-row > p {
	max-width: 270px;
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #766e64;
}

.press-highlight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.press-highlight-card {
	position: relative;
	padding: 22px 18px;
	border: 1px solid #e5ded3;
	background: #fbfaf7;
}

.press-highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #efe5ce;
	color: #9b731f;
}

.press-highlight-card small,
.press-resource-body small {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #9b731f;
}

.press-highlight-card h3,
.press-angle h3,
.press-resource-body h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 800;
	color: #252019;
}

.press-highlight-card p,
.press-angle p,
.press-resource-body p {
	margin: 9px 0 0;
	font-size: 12px;
	line-height: 1.7;
	color: #6c645b;
}

.press-angle-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 28px;
	background: #e8e1d7;
	border: 1px solid #e8e1d7;
}

.press-angle {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	padding: 19px;
	background: #fff;
}

.press-angle > i {
	margin-top: 4px;
	font-size: 11px;
	color: #ad8229;
}

.press-angle p {
	margin-top: 5px;
}

.press-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.press-resource {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e5ded3;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.press-resource:hover {
	transform: translateY(-3px);
	border-color: #c9a85d;
	box-shadow: 0 14px 30px rgba(50, 39, 26, .12);
	color: inherit;
	text-decoration: none;
}

.press-resource-thumb {
	position: relative;
	height: 155px;
	overflow: hidden;
	background: linear-gradient(145deg, #332b22, #18140f);
}

.press-resource-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.press-resource:hover .press-resource-thumb img {
	transform: scale(1.035);
}

.press-resource-thumb.is-logo {
	padding: 35px;
	background: #f4f0e8;
}

.press-resource-thumb.is-logo img {
	object-fit: contain;
}

.press-resource-thumb > i {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	color: #e0bd6b;
}

.press-resource-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.press-resource-body p {
	margin-bottom: 16px;
}

.press-resource-body > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 13px;
	border-top: 1px solid #eee8df;
	font-size: 11px;
	font-weight: 800;
	color: #8f6818;
}

.press-usage-note {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 13px;
	margin-top: 20px;
	padding: 17px 18px;
	background: #f8f5ef;
	color: #5f564b;
}

.press-usage-note > i {
	margin-top: 3px;
	color: #a77a20;
}

.press-usage-note strong {
	display: block;
	font-size: 12px;
	color: #2d271f;
}

.press-usage-note p {
	margin: 4px 0 0;
	font-size: 11px;
	line-height: 1.7;
}

.press-side {
	position: sticky;
	top: 110px;
}

.press-side .press-card {
	padding: 27px;
}

.press-side .press-card h2 {
	font-size: 25px;
}

.press-facts-grid {
	display: grid;
	gap: 0;
	margin-top: 21px;
}

.press-fact {
	padding: 13px 0;
	border-top: 1px solid #ece6dc;
}

.press-fact span {
	display: block;
	margin-bottom: 4px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #9c7627;
}

.press-fact strong {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	color: #332c24;
}

.press-contact-card {
	background: #211c16;
	color: #fff;
}

.press-contact-card .press-section-label {
	color: #d5ae57;
}

.press-contact-card h2 {
	color: #fff;
}

.press-contact-card > p {
	margin: 14px 0 20px;
	font-size: 12px;
	line-height: 1.75;
	color: rgba(255, 255, 255, .68);
}

.press-contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #b1862d;
	font-size: 18px;
	color: #fff;
}

.press-contact-block {
	margin: 0 0 17px;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	font-style: normal;
}

.press-contact-block strong,
.press-contact-block span {
	display: block;
}

.press-contact-block strong {
	margin-bottom: 4px;
	font-size: 13px;
	color: #fff;
}

.press-contact-block span {
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .66);
}

.press-contact-links {
	display: grid;
	gap: 9px;
}

.press-contact-links a {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.press-contact-links a > i {
	color: #d5ae57;
}

.press-contact-links a span {
	overflow-wrap: anywhere;
}

.press-contact-links small {
	display: block;
	margin-bottom: 1px;
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .48);
}

.press-contact-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 20px;
	padding: 13px 15px;
	background: #b1862d;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	transition: background .2s ease;
}

.press-contact-button:hover {
	background: #c09638;
	color: #fff;
	text-decoration: none;
}

.press-service-card {
	background: #ede5d7;
}

.press-service-card > i {
	font-size: 24px;
	color: #9c7422;
}

.press-service-card h2 {
	margin-top: 13px;
	font-size: 21px !important;
}

.press-service-card p {
	margin: 11px 0 0;
	font-size: 12px;
	line-height: 1.75;
	color: #62594e;
}

@media (max-width: 1199px) {
	.press-highlight-grid,
	.press-resource-grid {
		grid-template-columns: 1fr;
	}

	.press-resource {
		display: grid;
		grid-template-columns: 210px 1fr;
	}

	.press-resource-thumb {
		height: 100%;
		min-height: 170px;
	}
}

@media (max-width: 991px) {
	.press-grid {
		grid-template-columns: 1fr;
	}

	.press-side {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.press-service-card {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.press-hero {
		min-height: 510px;
	}

	.press-hero::before {
		background: linear-gradient(rgba(19, 16, 12, .48), rgba(19, 16, 12, .9));
	}

	.press-hero .container {
		padding-top: 100px;
		padding-bottom: 42px;
	}

	.press-hero > .container > p {
		font-size: 15px;
	}

	.press-page {
		padding: 36px 0 60px;
	}

	.press-card,
	.press-side .press-card {
		padding: 23px;
	}

	.press-heading-row {
		display: block;
	}

	.press-heading-row > p {
		margin-top: 10px;
	}

	.press-angle-grid,
	.press-side {
		grid-template-columns: 1fr;
	}

	.press-service-card {
		grid-column: auto;
	}

	.press-resource {
		display: flex;
	}

	.press-resource-thumb {
		height: 180px;
		min-height: 0;
	}
}

@media (max-width: 430px) {
	.press-quicklinks {
		gap: 7px;
	}

	.press-quicklinks a {
		padding: 8px 11px;
		font-size: 10px;
	}

	.press-boilerplate {
		grid-template-columns: 1fr;
	}
}
