.desantis-residential-roofing .t02-s05,
.desantis-residential-roofing .t02-s05 * {
	box-sizing: border-box;
}

.desantis-residential-roofing .t02-s05 {
	position: relative;
	min-height: 1080px;
	margin: 0;
	overflow: hidden;
	background: #1b1c23;
	color: var(--color-white);
	font-family: var(--type-font-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.desantis-residential-roofing .t02-s05 :where(h2, h3, p) {
	margin: 0;
}

.t02-s05__media,
.t02-s05__shade {
	position: absolute;
	inset: 0;
}

.t02-s05__media {
	background-image: linear-gradient(rgba(23, 28, 47, .31), rgba(23, 28, 47, .31)), var(--comparison-image, url("../images/residential-sections/repair-replacement-bg.jpg"));
	background-position: 38.2% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.t02-s05__shade {
	background:
		linear-gradient(112.72deg, rgba(27, 28, 35, .45) 0%, rgba(12, 12, 12, .25) 50%, rgba(0, 0, 0, 0) 79%),
		linear-gradient(90deg, rgba(0, 0, 0, 0) 28%, rgba(12, 12, 12, .572) 43%, #1b1c23 62%);
}

.t02-s05__content {
	position: relative;
	z-index: 1;
	width: 965px;
	height: 1080px;
	margin-left: calc(50% - 165px);
	padding-top: 100px;
}

.t02-s05__eyebrow {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 24px;
	color: var(--color-brand-gold);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
}

.t02-s05__eyebrow span {
	width: 50px;
	height: 1px;
	background: currentColor;
}

.desantis-residential-roofing .t02-s05__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 25px;
	color: var(--color-white);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: var(--section-heading-font-size, 60px);
	font-weight: var(--section-heading-font-weight, 900);
	line-height: var(--section-heading-line-height, 65px);
	letter-spacing: 0;
}

.t02-s05__title > span,
.t02-s05__title > strong {
	display: block;
	font: inherit;
	white-space: nowrap;
}

.t02-s05__title > strong {
	margin-top: -10px;
	margin-left: -8px;
	padding: 2.5px 8px;
	background: var(--color-brand-red);
	box-shadow: 0 4px 60px rgba(255, 255, 255, .4);
}

.t02-s05__intro {
	width: 760px;
	margin-top: 38px !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.t02-s05__options {
	display: grid;
	grid-template-columns: 379px 344px;
	column-gap: 46px;
	margin-top: 43px;
}

.t02-s05__option h3,
.t02-s05__considerations h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--color-white);
	font-family: var(--type-font-body);
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}

.t02-s05__option h3 img,
.t02-s05__considerations h3 img {
	flex: 0 0 auto;
}

.t02-s05__option p {
	margin-top: 18px !important;
	padding-left: 36px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.t02-s05__considerations {
	width: 805px;
	height: 295px;
	margin-top: 37px;
	padding: 22px 22px 20px;
	border: 2px dashed rgba(194, 161, 112, .4);
	border-radius: 15px;
}

.t02-s05__considerations-copy {
	width: 690px;
	margin: 15px 0 0 40px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.t02-s05__considerations-copy p + p {
	margin-top: 24px !important;
}

.t02-s05__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	margin-top: 30px;
	padding: 18px 24px;
	border-radius: 4px;
	background: var(--color-button-gold);
	color: var(--color-dark);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.t02-s05__cta:hover,
.t02-s05__cta:focus-visible {
	background: var(--color-sand);
}

@media (max-width: 1199px) {
	.desantis-residential-roofing .t02-s05 {
		min-height: 0;
		padding: 80px 24px;
	}

	.t02-s05__media {
		background-position: 28% 50%;
	}

	.t02-s05__shade {
		background: rgba(27, 28, 35, .91);
	}

	.t02-s05__content {
		width: min(100%, 760px);
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	.desantis-residential-roofing .t02-s05__title {
		font-size: var(--section-heading-font-size, clamp(42px, 8vw, 60px));
		line-height: var(--section-heading-line-height, 1.08);
	}

	.t02-s05__title > span,
	.t02-s05__title > strong {
		white-space: normal;
	}

	.t02-s05__intro,
	.t02-s05__considerations {
		width: 100%;
	}

	.t02-s05__options {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.t02-s05__considerations {
		height: auto;
	}

	.t02-s05__considerations-copy {
		width: auto;
		margin-right: 0;
	}
}
