@font-face {
	font-family: "Gilroy";
	src: url("../fonts/gilroy-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/gilroy-semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/gilroy-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/gilroy-black.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}

.site-footer--t02,
.site-footer--t02 * {
	box-sizing: border-box;
}

.site-footer--t02 {
	height: 897px;
	margin: 0;
	background: #0e0f0f;
	color: #fff;
	font-family: "Gilroy", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-footer--t02 p,
.site-footer--t02 h2,
.site-footer--t02 ul,
.site-footer--t02 address {
	margin: 0;
}

.site-footer--t02 ul {
	padding: 0;
	list-style: none;
}

.site-footer--t02 a {
	color: inherit;
	text-decoration: none;
}

.t02-footer-areas {
	height: 520px;
	background: linear-gradient(-1.335deg, #eaeff4 4.8181%, #fff 34.787%);
	color: #0e0f0f;
}

.t02-footer-areas__inner {
	position: relative;
	height: 520px;
}

.t02-footer-areas__eyebrow {
	position: absolute;
	top: 48px;
	left: 50%;
	color: #c2a170;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
	transform: translateX(-50%);
}

.t02-footer-areas__eyebrow::before,
.t02-footer-areas__eyebrow::after {
	content: "";
	position: absolute;
	top: 11.5px;
	width: 50px;
	height: 1px;
	background: #c2a170;
}

.t02-footer-areas__eyebrow::before { right: calc(100% + 16px); }
.t02-footer-areas__eyebrow::after { left: calc(100% + 16px); }

.site-footer--t02 .t02-footer-areas h2 {
	position: absolute;
	top: 91px;
	left: 50%;
	display: flex;
	align-items: flex-start;
	color: #0e0f0f;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 65px;
	letter-spacing: 0;
	text-transform: none;
	transform: translateX(-50%);
	white-space: nowrap;
}

.t02-footer-areas__title-plain {
	display: block;
	padding-top: 3px;
}

.t02-footer-areas__title-highlight {
	display: block;
	width: 254px;
	height: 70px;
	margin-left: 12px;
	padding-top: 3px;
	background: #b42d27;
	color: #fff;
	text-align: center;
}

.t02-footer-areas__divider {
	display: none;
}

.t02-footer-areas__nav {
	position: absolute;
	top: 204px;
	left: 78px;
	width: 1124px;
}

.t02-footer-areas__nav ul {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(7, 39px);
	grid-auto-columns: 220px;
	column-gap: 6px;
	width: 1124px;
}

.t02-footer-areas__nav a {
	display: block;
	height: 39px;
	color: #0e0f0f;
	font-size: 18px;
	font-weight: 600;
	line-height: 39px;
	white-space: nowrap;
}

.t02-footer-info {
	height: 313px;
	background: #111211;
}

.t02-footer-info__inner {
	position: relative;
	height: 313px;
}

.t02-footer-info__inner::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #30332e;
}

.t02-footer-brand,
.t02-footer-office,
.t02-footer-links {
	position: absolute;
}

.t02-footer-brand {
	top: 30px;
	left: 0;
	width: 300px;
}

.t02-footer-brand__logo {
	display: block;
	width: 250px;
	height: 57px;
}

.t02-footer-brand__logo img {
	display: block;
	width: 250px;
	height: auto;
}

.t02-footer-brand p {
	position: absolute;
	top: 88px;
	left: 0;
	width: 300px;
	height: 52px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.t02-footer-cta {
	position: absolute;
	top: 195px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 56px;
	border-radius: 4px;
	background: #e0b26e;
	color: #0b0b0b !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.t02-footer-office {
	top: 50px;
	width: 230px;
}

.t02-footer-office--apopka {
	left: 360px;
}

.t02-footer-office--winter {
	left: 620px;
}

.site-footer--t02 .t02-footer-office h2 {
	height: 26px;
	color: #f3d1a0;
	font-family: "Gilroy", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.t02-footer-office__phone {
	position: absolute;
	top: 44px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 27px;
	color: #f3d1a0 !important;
}

.t02-footer-office__phone img {
	width: 25px;
	height: 23px;
}

.t02-footer-office__phone span {
	display: block;
	width: 145px;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
}

.t02-footer-office address {
	position: absolute;
	top: 87px;
	left: 0;
	width: 230px;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.t02-footer-office__separator {
	display: none;
}

.t02-footer-office__mobile-break {
	display: block;
}

.t02-footer-links {
	top: 50px;
}

.t02-footer-links__toggle {
	display: none;
}

.t02-footer-links--residential {
	left: 860px;
	width: 260px;
}

.t02-footer-links--explore {
	right: 0;
	left: auto;
	width: 150px;
}

.site-footer--t02 .t02-footer-links h2 {
	height: 24px;
	margin-bottom: 20px;
	color: #f3d1a0;
	font-family: "Gilroy", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
}

.t02-footer-links__panel > a {
	display: block;
	height: 34px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.t02-footer-links__panel > a::after {
	content: "  →";
}

.t02-footer-commercial {
	position: absolute;
	top: 209px;
	left: 0;
	width: 230px;
	height: 22px;
	color: #c7c7c7 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.t02-footer-commercial span:last-child {
	display: none;
}

.t02-footer-commercial span:first-child::after {
	content: "  →";
}

.t02-footer-license {
	position: absolute;
	top: 259px;
	left: 360px;
	width: 443px;
	height: 22px;
	color: #f3d1a0;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 1.68px;
	text-transform: uppercase;
}

.t02-footer-legal {
	height: 64px;
	background: #0e0f0f;
}

.t02-footer-legal__inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 64px;
	padding-top: 23px;
}

.t02-footer-legal p,
.t02-footer-legal nav {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.t02-footer-legal nav {
	display: flex;
	gap: 8px;
	width: 300px;
	justify-content: flex-end;
}

.site-footer--t02 a:hover,
.site-footer--t02 a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.t02-footer-cta:hover,
.t02-footer-cta:focus-visible {
	background: #f3d1a0;
	text-decoration: none !important;
}

@media (min-width: 1024px) and (max-width: 1100px) {
	.site-footer--t02 {
		height: 1050px;
	}

	.site-footer--t02 .site-shell {
		width: 1024px;
		max-width: none;
		margin: 0 auto;
		padding: 0;
	}

	.t02-footer-areas,
	.t02-footer-areas__inner {
		height: 500px;
	}

	.t02-footer-areas {
		background: #f6f5f1;
	}

	.t02-footer-areas__eyebrow {
		top: 44px;
		left: 48px;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0;
	}

	.site-footer--t02 .t02-footer-areas h2 {
		top: 76px;
		left: 48px;
		font-size: 38px;
		line-height: 46px;
	}

	.t02-footer-areas__divider {
		top: 142px;
		left: 48px;
		width: calc(100% - 96px);
	}

	.t02-footer-areas__nav {
		top: 174px;
		left: 48px;
		width: calc(100% - 96px);
	}

	.t02-footer-areas__nav ul {
		grid-template-rows: repeat(11, 27px);
		grid-auto-columns: 280px;
		column-gap: 30px;
		width: 900px;
	}

	.t02-footer-areas__nav a {
		height: 27px;
		font-size: 16px;
		line-height: 27px;
	}

	.t02-footer-info,
	.t02-footer-info__inner {
		height: 490px;
	}

	.t02-footer-info {
		background: #0e0f0f;
	}

	.t02-footer-brand {
		top: 48px;
		left: 48px;
		width: 270px;
	}

	.t02-footer-brand__logo,
	.t02-footer-brand__logo img {
		width: 220px;
		height: 50px;
		object-fit: contain;
	}

	.t02-footer-brand p {
		top: 68px;
		width: 250px;
		height: 42px;
		font-size: 14px;
		line-height: 21px;
	}

	.t02-footer-cta {
		top: 158px;
		width: 270px;
		height: 52px;
		border-radius: 6px;
		font-size: 14px;
	}

	.t02-footer-office {
		top: 48px;
		height: 174px;
		border: 1px solid #30332e;
		border-radius: 10px;
		background: #131414;
	}

	.t02-footer-office--apopka {
		left: 350px;
		width: 286px;
	}

	.t02-footer-office--winter {
		left: 654px;
		width: 322px;
	}

	.site-footer--t02 .t02-footer-office h2 {
		position: absolute;
		top: 17px;
		left: 19px;
		height: 22px;
		font-size: 17px;
		line-height: 22px;
	}

	.t02-footer-office__phone {
		top: 47px;
		left: 19px;
		width: calc(100% - 38px);
		height: 48px;
		padding: 0 14px;
		border-radius: 6px;
		background: #1c1d1c;
	}

	.t02-footer-office__phone img {
		display: none;
	}

	.t02-footer-office__phone span {
		width: auto;
		font-size: 17px;
		line-height: 22px;
	}

	.t02-footer-office address {
		top: 109px;
		left: 19px;
		width: calc(100% - 38px);
		font-size: 14px;
		line-height: 21px;
	}

	.t02-footer-office__separator {
		display: inline;
	}

	.t02-footer-office__desktop-break,
	.t02-footer-office__mobile-break {
		display: none;
	}

	.t02-footer-office__mobile-break--apopka {
		display: block;
	}

	.t02-footer-links {
		top: 304px;
	}

	.t02-footer-links--residential {
		left: 48px;
		width: 300px;
	}

	.t02-footer-links--explore {
		left: 382px;
		width: 220px;
	}

	.site-footer--t02 .t02-footer-links h2 {
		height: 20px;
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.t02-footer-links__panel > a {
		height: 31px;
		font-size: 16px;
		line-height: 31px;
	}

	.t02-footer-commercial {
		top: 34px;
		left: 606px;
		display: flex;
		align-items: center;
		width: 306px;
		height: 48px;
		padding: 0 16px;
		border: 1px solid #30332e;
		border-radius: 6px;
		background: #131414;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.t02-footer-license {
		top: 422px;
		left: 654px;
		width: 322px;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.t02-footer-legal,
	.t02-footer-legal__inner {
		height: 60px;
	}

	.site-footer--t02 .t02-footer-legal__inner {
		padding: 22px 48px 0;
	}

	.t02-footer-legal p,
	.t02-footer-legal nav {
		font-size: 12px;
		line-height: 17px;
	}

	.t02-footer-legal nav {
		width: 386px;
	}
}

@media (max-width: 680px) {
	.site-footer--t02 {
		--t02-footer-residential-extra: 0px;
		--t02-footer-explore-extra: 0px;
		height: calc(1660px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
	}

	.site-footer--t02 .site-shell {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.t02-footer-areas,
	.t02-footer-areas__inner {
		height: 720px;
	}

	.t02-footer-areas {
		background: #f6f5f1;
	}

	.t02-footer-areas__eyebrow {
		top: 34px;
		left: 20px;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0;
	}

	.site-footer--t02 .t02-footer-areas h2 {
		top: 64px;
		left: 20px;
		font-size: 34px;
		line-height: 42px;
	}

	.t02-footer-areas__divider {
		top: 124px;
		left: 20px;
		width: calc(100% - 40px);
	}

	.t02-footer-areas__nav {
		top: 150px;
		left: 20px;
		width: calc(100% - 40px);
	}

	.t02-footer-areas__nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(17, 31px);
		grid-auto-columns: auto;
		column-gap: 20px;
		width: 100%;
	}

	.t02-footer-areas__nav a {
		height: 31px;
		font-size: 16px;
		line-height: 31px;
	}

	.t02-footer-info,
	.t02-footer-info__inner {
		height: calc(820px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
	}

	.t02-footer-info {
		background: #0e0f0f;
	}

	.t02-footer-brand {
		top: 38px;
		left: 20px;
		width: calc(100% - 40px);
	}

	.t02-footer-brand__logo,
	.t02-footer-brand__logo img {
		width: 190px;
		height: 44px;
		object-fit: contain;
	}

	.t02-footer-brand p {
		top: 62px;
		width: 100%;
		height: 42px;
		font-size: 14px;
		line-height: 21px;
	}

	.t02-footer-cta {
		top: 128px;
		width: 100%;
		height: 56px;
		border-radius: 6px;
		font-size: 14px;
	}

	.t02-footer-office {
		left: 20px;
		width: calc(100% - 40px);
		height: 150px;
		border: 1px solid #30332e;
		border-radius: 10px;
		background: #131414;
	}

	.t02-footer-office--apopka {
		top: 246px;
	}

	.t02-footer-office--winter {
		top: 412px;
	}

	.site-footer--t02 .t02-footer-office h2 {
		position: absolute;
		top: 13px;
		left: 15px;
		height: 21px;
		font-size: 16px;
		line-height: 21px;
	}

	.t02-footer-office address {
		top: 41px;
		left: 15px;
		width: calc(100% - 30px);
		font-size: 13px;
		line-height: 18px;
	}

	.t02-footer-office__phone {
		top: 95px;
		left: 15px;
		width: calc(100% - 30px);
		height: 44px;
		padding: 0 12px;
		border-radius: 6px;
		background: #1c1d1c;
	}

	.t02-footer-office__phone img {
		display: none;
	}

	.t02-footer-office__phone span {
		width: auto;
		font-size: 16px;
		line-height: 22px;
	}

	.t02-footer-office__desktop-break {
		display: none;
	}

	.t02-footer-office__mobile-break {
		display: block;
	}

	.t02-footer-links {
		position: absolute;
		left: 20px;
		width: calc(100% - 40px);
	}

	.t02-footer-links--residential {
		top: 580px;
	}

	.t02-footer-links--explore {
		top: calc(640px + var(--t02-footer-residential-extra));
	}

	.site-footer--t02 .t02-footer-links h2,
	.t02-footer-links__panel {
		display: none;
	}

	.t02-footer-links__toggle,
	.t02-footer-commercial {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 52px;
		padding: 0 15px;
		border: 1px solid #30332e;
		border-radius: 6px;
		background: #131414;
		color: #f2d1a0;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
		text-align: left;
		text-transform: uppercase;
	}

	.t02-footer-commercial {
		color: #f2d1a0 !important;
	}

	.t02-footer-commercial span:first-child::after { content: ""; }

	.t02-footer-links__toggle span:last-child,
	.t02-footer-commercial span:last-child {
		display: block;
		width: 28px;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}

	.t02-footer-links__toggle[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
	}

	.t02-footer-links__panel.is-open {
		display: block;
		padding: 10px 15px 14px;
		border-right: 1px solid #30332e;
		border-bottom: 1px solid #30332e;
		border-left: 1px solid #30332e;
		border-radius: 0 0 6px 6px;
		background: #131414;
	}

	.t02-footer-links__panel.is-open > a {
		height: 31px;
		font-size: 15px;
		line-height: 31px;
	}

	.t02-footer-commercial {
		position: absolute;
		top: calc(120px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
		left: 0;
		letter-spacing: 0;
	}

	.t02-footer-license {
		top: calc(770px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
		left: 20px;
		width: calc(100% - 40px);
		height: 20px;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
		text-align: center;
	}

	.t02-footer-legal,
	.t02-footer-legal__inner {
		height: 120px;
	}

	.t02-footer-legal__inner {
		display: block;
		padding-top: 24px;
		text-align: center;
	}

	.t02-footer-legal p,
	.t02-footer-legal nav {
		font-size: 11px;
		line-height: 16px;
	}

	.t02-footer-legal nav {
		position: absolute;
		top: 68px;
		left: 20px;
		justify-content: center;
		width: calc(100% - 40px);
	}
}

@media (min-width: 681px) and (max-width: 1023px) {
	.site-footer--t02 {
		--t02-footer-residential-extra: 0px;
		--t02-footer-explore-extra: 0px;
		height: calc(1260px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
	}

	.site-footer--t02 .site-shell {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.t02-footer-areas,
	.t02-footer-areas__inner { height: 500px; }
	.t02-footer-areas { background: #f6f5f1; }

	.t02-footer-areas__eyebrow {
		top: 44px;
		left: 48px;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0;
	}

	.site-footer--t02 .t02-footer-areas h2 {
		top: 76px;
		left: 48px;
		font-size: 38px;
		line-height: 46px;
	}

	.t02-footer-areas__divider {
		top: 142px;
		left: 48px;
		width: calc(100% - 96px);
	}

	.t02-footer-areas__nav {
		top: 174px;
		left: 48px;
		width: calc(100% - 96px);
	}

	.t02-footer-areas__nav ul {
		display: grid;
		grid-auto-flow: column;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: repeat(11, 27px);
		grid-auto-columns: auto;
		column-gap: 24px;
		width: 100%;
	}

	.t02-footer-areas__nav a {
		height: 27px;
		font-size: 16px;
		line-height: 27px;
	}

	.t02-footer-info,
	.t02-footer-info__inner {
		height: calc(700px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
	}

	.t02-footer-info { background: #0e0f0f; }

	.t02-footer-brand {
		top: 38px;
		left: 48px;
		width: calc(100% - 96px);
	}

	.t02-footer-brand__logo,
	.t02-footer-brand__logo img {
		width: 220px;
		height: 50px;
		object-fit: contain;
	}

	.t02-footer-brand p {
		top: 68px;
		width: min(400px, 100%);
		height: 42px;
		font-size: 14px;
		line-height: 21px;
	}

	.t02-footer-cta {
		top: 128px;
		width: min(350px, 100%);
		height: 56px;
		border-radius: 6px;
		font-size: 14px;
	}

	.t02-footer-office {
		top: 238px;
		width: calc(50% - 56px);
		height: 174px;
		border: 1px solid #30332e;
		border-radius: 10px;
		background: #131414;
	}

	.t02-footer-office--apopka { left: 48px; }
	.t02-footer-office--winter { left: calc(50% + 8px); }

	.site-footer--t02 .t02-footer-office h2 {
		position: absolute;
		top: 17px;
		left: 19px;
		height: 22px;
		font-size: 17px;
		line-height: 22px;
	}

	.t02-footer-office__phone {
		top: 47px;
		left: 19px;
		width: calc(100% - 38px);
		height: 48px;
		padding: 0 14px;
		border-radius: 6px;
		background: #1c1d1c;
	}

	.t02-footer-office__phone img { display: none; }
	.t02-footer-office__phone span {
		width: auto;
		font-size: 17px;
		line-height: 22px;
	}

	.t02-footer-office address {
		top: 109px;
		left: 19px;
		width: calc(100% - 38px);
		font-size: 14px;
		line-height: 21px;
	}

	.t02-footer-office__separator { display: inline; }
	.t02-footer-office__desktop-break,
	.t02-footer-office__mobile-break { display: none; }

	.t02-footer-links {
		position: absolute;
		left: 48px;
		width: calc(100% - 96px);
	}

	.t02-footer-links--residential { top: 420px; }
	.t02-footer-links--explore { top: calc(480px + var(--t02-footer-residential-extra)); }

	.site-footer--t02 .t02-footer-links h2,
	.t02-footer-links__panel { display: none; }

	.t02-footer-links__toggle,
	.t02-footer-commercial {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 52px;
		padding: 0 15px;
		border: 1px solid #30332e;
		border-radius: 6px;
		background: #131414;
		color: #f2d1a0;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
		text-align: left;
		text-transform: uppercase;
	}

	.t02-footer-links__toggle span:last-child,
	.t02-footer-commercial span:last-child {
		display: block;
		width: 28px;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}

	.t02-footer-links__toggle[aria-expanded="true"] span:last-child { transform: rotate(45deg); }

	.t02-footer-links__panel.is-open {
		display: block;
		padding: 10px 15px 14px;
		border-right: 1px solid #30332e;
		border-bottom: 1px solid #30332e;
		border-left: 1px solid #30332e;
		border-radius: 0 0 6px 6px;
		background: #131414;
	}

	.t02-footer-links__panel.is-open > a {
		height: 31px;
		font-size: 15px;
		line-height: 31px;
	}

	.t02-footer-commercial {
		position: absolute;
		top: calc(120px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
		left: 0;
		color: #f2d1a0 !important;
		letter-spacing: 0;
	}

	.t02-footer-commercial span:first-child::after { content: ""; }

	.t02-footer-license {
		top: calc(610px + var(--t02-footer-residential-extra) + var(--t02-footer-explore-extra));
		left: 48px;
		width: calc(100% - 96px);
		height: 20px;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
		text-align: center;
	}

	.t02-footer-legal,
	.t02-footer-legal__inner { height: 60px; }

	.site-footer--t02 .t02-footer-legal__inner {
		display: flex;
		padding: 22px 48px 0;
	}

	.t02-footer-legal p,
	.t02-footer-legal nav {
		font-size: 12px;
		line-height: 17px;
	}

	.t02-footer-legal nav {
		width: 386px;
		justify-content: flex-end;
	}
}

@media (max-width: 359px) {
	.t02-footer-areas__nav a {
		font-size: 14px;
		letter-spacing: -.35px;
	}

	.site-footer--t02 .t02-footer-areas h2 { font-size: 32px; }
	.t02-footer-cta { font-size: 13px; }
	.site-footer--t02 .t02-footer-office h2 { font-size: 15px; }
	.t02-footer-office__phone span { font-size: 15px; }
	.t02-footer-license { font-size: 11px; }
}

@media (max-width: 1100px) {
	.t02-footer-areas__eyebrow {
		letter-spacing: -.6px;
		transform: none;
	}

	.t02-footer-areas__eyebrow::before,
	.t02-footer-areas__eyebrow::after {
		display: none;
	}

	.site-footer--t02 .t02-footer-areas h2 {
		display: block;
		letter-spacing: -.55px;
		transform: none;
		white-space: normal;
	}

	.t02-footer-areas__title-plain,
	.t02-footer-areas__title-highlight {
		display: inline;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background: transparent;
		color: inherit;
		text-align: inherit;
	}

	.t02-footer-areas__title-plain::after { content: " "; }

	.t02-footer-areas__divider {
		display: block;
	}

	.t02-footer-areas__nav a {
		letter-spacing: -.3px;
	}

	.site-footer--t02 .t02-footer-office h2,
	.t02-footer-office__phone span,
	.t02-footer-cta,
	.t02-footer-links__toggle,
	.t02-footer-commercial,
	.t02-footer-license {
		letter-spacing: -.2px;
	}

	.t02-footer-legal p {
		letter-spacing: -.08px;
	}

	.t02-footer-legal nav {
		letter-spacing: -.3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer--t02 * {
		transition: none !important;
	}
}

.t02-footer-locations,
.t02-footer-navigation {
	display: contents;
}

.t02-footer-office__phone-icon-mobile,
.t02-footer-office__actions {
	display: none;
}

@media (max-width: 680px) {
	.site-footer--t02 {
		--t02-footer-gutter: clamp(20px, calc(10vw - 19px), 24px);
		height: auto;
		background: #0e0f0f;
	}

	.site-footer--t02 .t02-footer-areas {
		display: none;
	}

	.site-footer--t02 .t02-footer-info,
	.site-footer--t02 .t02-footer-info__inner,
	.site-footer--t02 .t02-footer-legal,
	.site-footer--t02 .t02-footer-legal__inner {
		height: auto;
		min-height: 0;
	}

	.site-footer--t02 .t02-footer-info {
		background: #0e0f0f;
	}

	.site-footer--t02 .t02-footer-info__inner {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 28px;
		width: 100%;
		max-width: none;
		padding: 36px var(--t02-footer-gutter) 28px;
	}

	.site-footer--t02 .t02-footer-info__inner::after {
		display: none;
	}

	.site-footer--t02 .t02-footer-brand {
		position: static;
		display: flex;
		flex-direction: column;
		gap: 28px;
		width: 100%;
	}

	.site-footer--t02 .t02-footer-brand__logo,
	.site-footer--t02 .t02-footer-brand__logo img {
		display: block;
		width: 190px;
		height: auto;
	}

	.site-footer--t02 .t02-footer-brand p {
		position: static;
		width: 100%;
		height: 48px;
		margin: 0;
		color: #f6f6f2;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0;
	}

	.site-footer--t02 .t02-footer-cta {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 56px;
		padding: 0 16px;
		border-radius: 8px;
		background: #e4b66c;
		color: #0e0f0f;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 16.8px;
		font-weight: 700;
		line-height: 21px;
		letter-spacing: 0;
		text-align: center;
		text-transform: uppercase;
	}

	.site-footer--t02 .t02-footer-locations {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}

	.site-footer--t02 .t02-footer-office {
		position: static;
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 100%;
		height: 236px;
		min-height: 236px;
		padding: 20px;
		border: 0;
		border-radius: 10px;
		background: #131413;
		box-shadow: inset 0 0 0 1px #343936;
	}

	.site-footer--t02 .t02-footer-office h2 {
		position: static;
		order: 1;
		width: 100%;
		height: 22px;
		margin: 0;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.site-footer--t02 .t02-footer-office h2 a {
		color: #f3d1a0;
	}

	.site-footer--t02 .t02-footer-office address {
		position: static;
		order: 2;
		width: 100%;
		height: 48px;
		margin: 0;
		color: #f6f6f2;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 16.5px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0;
	}

	.site-footer--t02 .t02-footer-office__separator,
	.site-footer--t02 .t02-footer-office__desktop-break {
		display: none;
	}

	.site-footer--t02 .t02-footer-office__mobile-break,
	.site-footer--t02 .t02-footer-office__mobile-break--apopka {
		display: block;
	}

	.site-footer--t02 .t02-footer-office__phone {
		position: static;
		order: 3;
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		height: 26px;
		margin: 0;
		padding: 0;
		border-radius: 0;
		background: transparent;
		color: #f6f6f2;
	}

	.site-footer--t02 .t02-footer-office__phone-icon-desktop {
		display: none;
	}

	.site-footer--t02 .t02-footer-office__phone-icon-mobile {
		display: block;
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}

	.site-footer--t02 .t02-footer-office__phone span {
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 21.6px;
		font-weight: 700;
		line-height: 26px;
		letter-spacing: 0;
	}

	.site-footer--t02 .t02-footer-office__actions {
		order: 4;
		display: flex;
		gap: 10px;
		width: 100%;
		height: 52px;
	}

	.site-footer--t02 .t02-footer-office__action {
		display: flex;
		flex: 1 1 0;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-width: 0;
		height: 52px;
		border-radius: 7px;
		color: #0e0f0f;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 16.8px;
		font-weight: 700;
		line-height: 21px;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.site-footer--t02 .t02-footer-office__action img {
		display: block;
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}

	.site-footer--t02 .t02-footer-office__action--call {
		background: #e4b66c;
	}

	.site-footer--t02 .t02-footer-office__action--text {
		background: #f6f6f2;
	}

	.site-footer--t02 .t02-footer-navigation {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.site-footer--t02 .t02-footer-links--residential,
	.site-footer--t02 .t02-footer-links--explore {
		display: contents;
	}

	.site-footer--t02 .t02-footer-links h2 {
		display: none;
	}

	.site-footer--t02 .t02-footer-links__toggle,
	.site-footer--t02 .t02-footer-commercial {
		position: static;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 56px;
		min-height: 56px;
		padding: 0 20px;
		border: 1px solid #343936;
		border-radius: 8px;
		background: #131413;
		color: #f3d1a0 !important;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: 0;
		text-align: left;
		text-transform: uppercase;
	}

	.site-footer--t02 .t02-footer-links--residential .t02-footer-links__toggle {
		order: 1;
	}

	.site-footer--t02 #t02-footer-residential-panel {
		order: 2;
	}

	.site-footer--t02 .t02-footer-links--explore .t02-footer-links__toggle {
		order: 3;
	}

	.site-footer--t02 #t02-footer-explore-panel {
		order: 4;
	}

	.site-footer--t02 .t02-footer-commercial {
		order: 5;
	}

	.site-footer--t02 .t02-footer-links__toggle span:last-child,
	.site-footer--t02 .t02-footer-commercial span:last-child {
		width: 20px;
		font-size: 20px;
		line-height: 20px;
		text-align: center;
	}

	.site-footer--t02 .t02-footer-links__panel {
		display: none;
		width: 100%;
	}

	.site-footer--t02 .t02-footer-links__panel.is-open {
		display: flex;
		flex-direction: column;
		padding: 10px 20px 14px;
		border: 1px solid #343936;
		border-radius: 8px;
		background: #131413;
	}

	.site-footer--t02 .t02-footer-links__panel.is-open > a {
		height: 31px;
		font-size: 15px;
		line-height: 31px;
	}

	.site-footer--t02 .t02-footer-commercial span:first-child::after {
		content: "";
	}

	.site-footer--t02 .t02-footer-license {
		position: static;
		width: 100%;
		height: 18px;
		margin: 0;
		color: #f6f6f2;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 13px;
		font-weight: 700;
		line-height: 18px;
		letter-spacing: 0;
		text-align: center;
		text-transform: uppercase;
	}

	.site-footer--t02 .t02-footer-legal {
		border: 0;
		border-top: 1px solid #343936;
		background: #0e0f0f;
	}

	.site-footer--t02 .t02-footer-legal__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		max-width: none;
		padding: 22px var(--t02-footer-gutter) 32px;
	}

	.site-footer--t02 .t02-footer-legal p {
		width: 100%;
		margin: 0;
		color: #f6f6f2;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 13px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0;
		text-align: center;
	}

	.site-footer--t02 .t02-footer-legal nav {
		position: static;
		display: flex;
		justify-content: center;
		gap: 8px;
		width: 100%;
		color: #f6f6f2;
		font-family: "Gilroy", Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0;
	}
}
