.outside-supply-front-page {
	background: #f7f2ea;
	color: #2f241b;
}

.outside-supply-front-page .wrap {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.outside-supply-front-page .eyebrow {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9b5f34;
}

.outside-supply-front-page h1,
.outside-supply-front-page h2,
.outside-supply-front-page h3 {
	line-height: 1.08;
	text-wrap: balance;
}

.outside-supply-front-page .home-hero {
	position: relative;
	padding: 126px 0 118px;
	overflow: hidden;
}

.outside-supply-front-page .home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(31, 22, 15, 0.72) 0%, rgba(31, 22, 15, 0.4) 46%, rgba(31, 22, 15, 0.18) 100%);
}

.outside-supply-front-page .home-hero-slides {
	position: absolute;
	inset: 0;
}

.outside-supply-front-page .home-hero-slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1.03);
	transition: opacity 800ms ease, transform 5000ms ease;
}

.outside-supply-front-page .home-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.outside-supply-front-page .home-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 860px;
	color: #fff;
}

.outside-supply-front-page .home-hero .eyebrow {
	color: #e4bb8f !important;
}

.outside-supply-front-page .home-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(40px, 6vw, 66px);
	color: #fff !important;
}

.outside-supply-front-page .home-hero p {
	margin: 0 0 22px;
	max-width: 640px;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9) !important;
}

.outside-supply-front-page .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.outside-supply-front-page .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.outside-supply-front-page .button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.outside-supply-front-page .button-primary {
	background: linear-gradient(135deg, #7b4721, #9b5f34);
	color: #fff;
}

.outside-supply-front-page .button-secondary {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: #fff;
}

.outside-supply-front-page .home-section {
	padding: 72px;
}

/* start */

[class~='home-section']:last-of-type {
    padding: 0;
}

/* end */

.outside-supply-front-page .home-section-alt {
	background: #efe5d8;
}

.outside-supply-front-page .contact-grid {
    /*  */
	display: block;
	
	grid-template-columns: 0.78fr 1.22fr;
	gap: 20px;
	align-items: start;
}

    /* start */
.outside-supply-front-page .contact-grid .contact-intro {
    text-align: center;   
}


.outside-supply-front-page .contact-grid .contact-intro p {
    margin: auto;
    padding-bottom: 20px;
}

/* end */

.outside-supply-front-page .about-shell {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.outside-supply-front-page .services-shell {
	width: 100%;
}

.outside-supply-front-page .narrow-copy {
	max-width: 760px;
}

.outside-supply-front-page .section-kicker {
	margin: 0 0 16px;
	font-size: 24px;
	color: #2f241b;
}

.outside-supply-front-page .section-title {
	margin: 0 0 14px;
	font-size: clamp(26px, 3.1vw, 38px);
}

.outside-supply-front-page .narrow-copy p,
.outside-supply-front-page .service-card p,
.outside-supply-front-page .contact-card p,
.outside-supply-front-page .contact-list {
	color: #6f5c4a;
	line-height: 1.7;
	font-size: 16px;
}

.outside-supply-front-page .service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.outside-supply-front-page .service-card,
.outside-supply-front-page .contact-card,
.outside-supply-front-page .detail-card,
.outside-supply-front-page .contact-form-card,
.outside-supply-front-page .map-card {
	background: #fffdfa;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 14px 32px rgba(61, 41, 23, 0.08);
}

.outside-supply-front-page .detail-card {
	margin-top: 20px;
	padding: 10px 0 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.outside-supply-front-page .about-shell .feature-list {
	justify-items: center;
}

.outside-supply-front-page .service-card {
	position: relative;
	padding: 20px 20px 20px 62px;
	min-height: 100%;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.outside-supply-front-page .service-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 24px 46px rgba(61, 41, 23, 0.12);
}

.outside-supply-front-page .service-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: linear-gradient(135deg, #7b4721, #9b5f34);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.outside-supply-front-page .service-card h3,
.outside-supply-front-page .contact-card h3,
.outside-supply-front-page .contact-form-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #2f241b;
}

.outside-supply-front-page .feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.outside-supply-front-page .feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #6f5c4a;
	font-weight: 500;
	line-height: 1.5;
}

.outside-supply-front-page .feature-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14px;
	color: #9b5f34;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.outside-supply-front-page .contact-intro h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3.6vw, 42px);
}

.outside-supply-front-page .contact-intro p {
	max-width: 420px;
	color: #6f5c4a;
	line-height: 1.7;
	font-size: 16px;
}

.outside-supply-front-page .contact-form-card {
	padding: 20px;
}

.outside-supply-front-page .contact-list {
	font-weight: 600;
}

.outside-supply-front-page .quote-embed {
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.outside-supply-front-page .map-card {
	padding: 0;
	overflow: hidden;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.outside-supply-front-page .map-card iframe {
	display: block;
	width: 100%;
	min-height: 450px;
	border: 0;
	border-radius: 16px;
	box-shadow: 0 14px 32px rgba(61, 41, 23, 0.08);
}

@media (max-width: 980px) {
	.outside-supply-front-page .service-grid,
	.outside-supply-front-page .contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.outside-supply-front-page .home-hero {
		padding: 82px 0 72px;
	}

	.outside-supply-front-page .service-grid {
		grid-template-columns: 1fr;
	}

	.outside-supply-front-page .map-card iframe {
		min-height: 320px;
	}
}
