.home-refined {
	background: #f8f8f6;
	color: #1e1e1e;
}

.home-refined .site-footer {
	background:
		linear-gradient(135deg, rgba(215, 25, 32, 0.18), transparent 34%),
		linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 30%),
		#171717;
	background-image: none;
	color: #fff;
	padding: 46px 0 0;
}

.home-refined .site-footer ul {
	padding-top: 0;
	width: auto;
}

.home-refined .footer-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, 1.25fr) minmax(220px, .9fr) minmax(220px, .9fr) minmax(210px, .8fr);
}

.home-refined .footer-brand img {
	display: block;
	height: 54px;
	margin-bottom: 14px;
	width: auto;
}

.home-refined .footer-brand h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
}

.home-refined .footer-brand p,
.home-refined .footer-contact-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.footer-line-btn {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: #151515 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 9px;
	margin-top: 18px;
	min-height: 42px;
	padding: 0 14px;
	transition: transform .2s ease, background .2s ease;
}

.footer-line-btn:hover {
	background: #e9f8ea;
	text-decoration: none;
	transform: translateY(-2px);
}

.footer-line-btn img {
	height: 24px !important;
	margin: 0 !important;
	width: auto;
}

.footer-label {
	color: #ff6b70;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.footer-contact-card,
.footer-links,
.footer-services {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding-left: 22px;
}

.footer-contact-card a {
	align-items: center;
	color: #fff !important;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 9px;
	line-height: 1.45;
	margin-bottom: 12px;
	overflow-wrap: anywhere;
}

.footer-contact-card a:hover,
.footer-links a:hover,
.footer-bottom a:hover {
	color: #ff6b70 !important;
	text-decoration: none;
}

.footer-contact-card i {
	color: #ff6b70;
	font-size: 18px;
	width: 20px;
}

.footer-links nav {
	display: grid;
	gap: 10px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-links a {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 14px;
	line-height: 1.4;
}

.footer-services ul {
	margin: 0;
	padding: 0;
}

.footer-services li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 9px;
	padding: 9px 10px;
}

.footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 34px;
	padding: 16px 0;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 1020px) {
	.home-refined .footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.home-refined .footer-grid {
		grid-template-columns: 1fr;
		padding-left: 12px;
		padding-right: 12px;
	}

	.footer-contact-card,
	.footer-links,
	.footer-services {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-left: 0;
		padding-top: 20px;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-left: 12px;
		margin-right: 12px;
	}
}

.home-refined .header {
	box-shadow: 0 10px 30px rgba(22, 22, 22, 0.08);
	margin-bottom: 0;
}

.home-refined .hw-menu-active {
	border-bottom-color: #d71920;
}

.home-refined .hw-menu-active a {
	color: #d71920;
}

.home-hero {
	background:
		linear-gradient(135deg, rgba(215, 25, 32, 0.08), transparent 35%),
		linear-gradient(315deg, rgba(0, 0, 0, 0.08), transparent 38%),
		#f3f1ed;
	margin-top: 80px;
	overflow: hidden;
	padding: 48px 0 34px;
	position: relative;
}

.home-hero:before {
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.045) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	inset: 0;
	opacity: .45;
	position: absolute;
}

.home-hero-grid,
.home-proof-row {
	position: relative;
	z-index: 1;
}

.home-hero-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
}

.home-hero-copy {
	padding: 16px 0;
}

.home-hero-kicker {
	background: #1d1d1d;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
	padding: 8px 12px;
}

.home-hero h1 {
	color: #171717;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px;
}

.home-hero-copy p {
	color: #565656;
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	max-width: 620px;
}

.home-hero-actions {
	display: flex;
	gap: 12px;
	margin-top: 26px;
}

.home-primary-btn,
.home-secondary-btn {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 0 18px;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-primary-btn {
	background: #d71920;
	box-shadow: 0 14px 30px rgba(215, 25, 32, 0.24);
	color: #fff !important;
}

.home-secondary-btn {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	color: #222 !important;
}

.home-primary-btn:hover,
.home-secondary-btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.home-primary-btn:hover {
	background: #b9151b;
	box-shadow: 0 18px 34px rgba(185, 21, 27, 0.28);
}

.home-hero-showcase {
	background: #171717;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	position: relative;
}

.home-slider {
	box-shadow: none !important;
	margin: 0 !important;
}

.home-slider .am-slides img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	max-height: 430px;
	object-fit: cover;
	width: 100%;
}

.home-slider .am-control-nav {
	bottom: 16px !important;
}

.home-slider .am-direction-nav a {
	height: 38px;
	margin-top: -19px;
	width: 38px;
}

.home-showcase-caption {
	align-items: center;
	background: rgba(23, 23, 23, 0.92);
	bottom: 0;
	color: #fff;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	left: 0;
	padding: 14px 18px;
	position: absolute;
	right: 0;
}

.home-showcase-caption span {
	background: rgba(215, 25, 32, 0.95);
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 8px;
	white-space: nowrap;
}

.home-showcase-caption strong {
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
}

.home-proof-row {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 30px;
	overflow: hidden;
}

.home-proof-row div {
	background: #fff;
	padding: 20px 18px;
}

.home-proof-row strong {
	color: #d71920;
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 6px;
}

.home-proof-row span {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.home-refined .part-title {
	margin-bottom: 22px;
}

.home-refined .part-title-span {
	color: #202020;
	font-weight: 800;
	letter-spacing: 0;
}

.home-refined .part-title p {
	color: #777;
	letter-spacing: 0;
}

.home-case-section {
	background: #fff;
	padding: 62px 0 68px;
}

.case-section-head {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.case-section-head h2 {
	color: #181818;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 10px;
}

.case-section-head p {
	color: #626262;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	max-width: 650px;
}

.case-outline-btn {
	align-items: center;
	background: #181818;
	border-radius: 6px;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	transition: background .2s ease, transform .2s ease;
}

.case-outline-btn:hover {
	background: #d71920;
	text-decoration: none;
	transform: translateY(-2px);
}

.case-showcase {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
}

.case-feature-card,
.case-mini-card {
	background: #f7f7f4;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
	color: #202020 !important;
	overflow: hidden;
	text-decoration: none !important;
	transition: box-shadow .24s ease, transform .24s ease;
}

.case-feature-card:hover,
.case-mini-card:hover {
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.14);
	transform: translateY(-4px);
}

.case-feature-card {
	display: grid;
	grid-template-rows: minmax(280px, 1fr) auto;
	min-height: 100%;
}

.case-feature-card img {
	background: #ececea;
	display: block;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	width: 100%;
}

.case-card-copy {
	background: #181818;
	color: #fff;
	padding: 24px;
}

.case-card-copy span {
	background: #d71920;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
	padding: 6px 9px;
}

.case-card-copy h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 8px;
}

.case-card-copy p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	margin: 0 0 14px;
}

.case-card-copy strong {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}

.case-mini-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-mini-card {
	display: block;
	min-height: 100%;
	padding-bottom: 16px;
}

.case-mini-card img {
	aspect-ratio: 16 / 10;
	background: #ececea;
	display: block;
	object-fit: cover;
	width: 100%;
}

.case-mini-card span {
	color: #202020;
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	padding: 16px 16px 4px;
}

.case-mini-card p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0 16px;
}

@media (max-width: 1020px) {
	.home-hero-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 760px) {
	.home-hero {
		padding: 32px 12px 24px;
	}

	.home-hero h1 {
		font-size: 28px;
	}

	.home-hero-actions {
		flex-direction: column;
	}

	.home-proof-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-left: 12px;
		margin-right: 12px;
	}

	.home-showcase-caption {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-showcase-caption strong {
		text-align: left;
	}

	.case-section-head,
	.case-showcase {
		display: block;
	}

	.case-outline-btn {
		margin-top: 18px;
		width: 100%;
	}

	.case-feature-card {
		margin-bottom: 18px;
	}

	.case-mini-grid {
		grid-template-columns: 1fr;
	}
}
