#index3 {
	width: min(100%, 1200px);
}

#index3-container {
	background: #eef0ec;
}

.executive-dining {
	background: #eef0ec;
	color: #211f1c;
	font-family: "Open Sans", arial, sans-serif;
}

.executive-dining * {
	box-sizing: border-box;
}

.exec-shell {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 24px;
}

.exec-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 500px;
	overflow: hidden;
	background: #202020;
}

.exec-hero__image,
.exec-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.exec-hero__image {
	object-fit: cover;
	object-position: center center;
}

.exec-hero__shade {
	background: linear-gradient(90deg, rgba(22, 22, 22, 0.88), rgba(22, 22, 22, 0.58) 56%, rgba(22, 22, 22, 0.18));
}

.exec-hero__content {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-top: 38px;
	padding-bottom: 38px;
}

.exec-breadcrumbs {
	margin: 0 0 24px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.86);
}

.exec-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.exec-eyebrow,
.exec-kicker {
	margin: 0 0 10px;
	color: #b9342e;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.exec-hero .exec-eyebrow {
	color: #e4b464;
}

.exec-hero h1 {
	max-width: 680px;
	margin: 0;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 52px;
	line-height: 1.03;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.exec-hero__lead {
	max-width: 650px;
	margin: 22px 0 0;
	font-size: 20px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.exec-hero__actions,
.exec-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.exec-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 44px;
	padding: 11px 18px;
	border: 2px solid transparent;
	border-radius: 4px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.exec-btn i {
	margin-right: 8px;
	line-height: 1;
}

.exec-btn:hover {
	text-decoration: none;
}

.exec-btn--primary {
	background: #b9342e;
	border-color: #b9342e;
	color: #fff;
}

.exec-btn--primary:hover {
	background: #8a1d1f;
	border-color: #8a1d1f;
	color: #fff;
}

.exec-btn--light {
	background: #fff;
	border-color: #fff;
	color: #276b55;
}

.exec-btn--light:hover {
	background: #276b55;
	border-color: #276b55;
	color: #fff;
}

.exec-btn--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.64);
	color: #fff;
}

.exec-btn--outline:hover {
	background: #fff;
	border-color: #fff;
	color: #222;
}

.exec-hero__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	max-width: 760px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.exec-hero__metrics div {
	min-width: 150px;
}

.exec-hero__metrics strong,
.exec-hero__metrics span {
	display: block;
}

.exec-hero__metrics strong {
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 24px;
	line-height: 1.1;
}

.exec-hero__metrics span {
	margin-top: 5px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
}

.exec-section {
	padding: 64px 0;
}

.exec-section--white {
	background: #fff;
}

.exec-section--muted {
	background: #eef0ec;
}

.exec-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	gap: 46px;
	align-items: center;
}

.exec-intro h2,
.exec-section__heading h2,
.exec-cta h2 {
	margin: 0;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: 0;
	color: #211f1c;
}

.exec-intro p,
.exec-section__heading p,
.exec-feature p,
.exec-products__heading p,
.exec-empty p {
	font-size: 17px;
	line-height: 1.62;
	color: #4f4f4f;
}

.exec-intro__copy p:last-child {
	margin-bottom: 0;
}

.exec-intro__image {
	display: block;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.exec-section__heading {
	max-width: 760px;
	margin: 0 0 28px;
}

.exec-feature-grid,
.exec-material-grid {
	display: grid;
	gap: 18px;
}

.exec-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.exec-feature {
	min-height: 220px;
	padding: 26px;
	background: #fff;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
}

.exec-feature i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	background: #276b55;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
}

.exec-feature h3 {
	margin: 0 0 10px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

.exec-feature p {
	margin: 0;
}

.exec-material-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.exec-material {
	display: block;
	min-height: 232px;
	overflow: hidden;
	background: #f6f7f5;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
	color: #211f1c;
	text-decoration: none;
}

.exec-material:hover {
	border-color: #b9342e;
	color: #b9342e;
	text-decoration: none;
}

.exec-material img {
	display: block;
	width: 100%;
	height: 168px;
	object-fit: cover;
	background: #fff;
}

.exec-material span {
	display: block;
	min-height: 58px;
	padding: 16px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.exec-cta {
	padding: 48px 0;
	background: #4f4f4f;
	color: #fff;
}

.exec-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.exec-cta .exec-kicker {
	color: #e4b464;
}

.exec-cta h2 {
	max-width: 690px;
	color: #fff;
}

.exec-cta__actions {
	margin-top: 0;
	justify-content: flex-end;
}

.exec-products {
	background: #eef0ec;
}

.exec-products__heading p {
	margin-bottom: 0;
}

.exec-products .nproduct-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 16px;
	padding: 0;
	font-size: 17px;
}

.exec-products .nproduct-container a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: auto !important;
	min-height: 292px;
	margin: 0 !important;
	padding: 14px;
	background: #fff;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
	color: #211f1c;
	text-align: center;
	text-decoration: none;
}

.exec-products .nproduct-container a:hover {
	border-color: #b9342e;
	color: #b9342e;
	font-weight: inherit;
	text-decoration: none;
}

.exec-products .nproduct-container a img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: contain;
	margin: 0 auto;
}

.exec-products .nproduct-container a span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	height: auto;
	margin-top: 14px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
}

.exec-empty {
	padding: 28px;
	background: #fff;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
}

@media (max-width: 980px) {
	.exec-hero {
		min-height: 460px;
	}

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

	.exec-intro,
	.exec-cta__inner {
		grid-template-columns: 1fr;
		display: grid;
	}

	.exec-feature-grid,
	.exec-products .nproduct-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exec-material-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exec-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.exec-shell {
		padding: 0 16px;
	}

	.exec-hero {
		min-height: 430px;
	}

	.exec-hero__shade {
		background: rgba(22, 22, 22, 0.72);
	}

	.exec-hero__content {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.exec-breadcrumbs {
		margin-bottom: 16px;
		font-size: 12px;
	}

	.exec-hero h1 {
		font-size: 34px;
	}

	.exec-hero__lead {
		font-size: 17px;
		line-height: 1.48;
	}

	.exec-btn {
		width: 100%;
		min-height: 46px;
		padding: 12px 14px;
		font-size: 13px;
	}

	.exec-hero__metrics {
		gap: 16px;
	}

	.exec-hero__metrics div {
		min-width: calc(50% - 8px);
	}

	.exec-section {
		padding: 46px 0;
	}

	.exec-intro {
		gap: 28px;
	}

	.exec-intro h2,
	.exec-section__heading h2,
	.exec-cta h2 {
		font-size: 28px;
	}

	.exec-feature-grid,
	.exec-material-grid,
	.exec-products .nproduct-container {
		grid-template-columns: 1fr;
	}

	.exec-feature {
		min-height: 0;
		padding: 22px;
	}

	.exec-material {
		min-height: 0;
	}

	.exec-material img {
		height: 190px;
	}

	.exec-products .nproduct-container a {
		min-height: 270px;
	}

	.exec-products .nproduct-container a img {
		height: 190px;
	}
}
