@font-face {
	font-family: "SCC Barlow";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/barlow-400-latin.woff2") format("woff2");
}

@font-face {
	font-family: "SCC Barlow";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/barlow-600-latin.woff2") format("woff2");
}

@font-face {
	font-family: "SCC Barlow Condensed";
	font-style: normal;
	font-weight: 700 800;
	font-display: swap;
	src: url("../fonts/barlow-condensed-800-latin.woff2") format("woff2");
}

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

.scc-site-footer {
	--scc-footer-ink: #090b0d;
	--scc-footer-panel: #101317;
	--scc-footer-line: rgba(255, 255, 255, 0.13);
	--scc-footer-heading: #ffffff;
	--scc-footer-body: #b9bec4;
	--scc-footer-orange: #f5a800;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--scc-footer-ink);
	color: var(--scc-footer-body);
	font-family: "SCC Barlow", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.55;
	text-align: left;
}

.scc-site-footer__accent {
	height: 6px;
	background: var(--scc-footer-orange);
}

.scc-site-footer__shell {
	width: min(1320px, calc(100% - 72px));
	margin-inline: auto;
}

.scc-site-footer__primary {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(150px, 0.52fr) minmax(500px, 1.75fr) minmax(260px, 0.92fr);
	gap: 54px;
	padding-block: 70px 58px;
}

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

.scc-site-footer h2 {
	color: var(--scc-footer-heading);
	font-family: "SCC Barlow Condensed", Impact, sans-serif;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

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

.scc-site-footer a:hover,
.scc-site-footer a:focus-visible {
	color: var(--scc-footer-orange);
}

.scc-site-footer a:focus-visible {
	outline: 2px solid var(--scc-footer-orange);
	outline-offset: 4px;
}

.scc-site-footer ul {
	list-style: none;
}

.scc-site-footer__logo {
	display: inline-flex;
	width: 180px;
	max-width: 100%;
	margin-bottom: 28px;
}

.scc-site-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.3));
}

.scc-site-footer__brand > p {
	max-width: 300px;
	font-size: 16px;
	line-height: 1.65;
}

.scc-site-footer__brand .scc-site-footer__since {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--scc-footer-line);
	font-size: 13px;
	line-height: 1.6;
}

.scc-site-footer__since span {
	display: block;
	margin-bottom: 3px;
	color: var(--scc-footer-orange);
	font-family: "SCC Barlow Condensed", Impact, sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.scc-site-footer__quick h2,
.scc-site-footer__contact h2,
.scc-site-footer__section-head {
	margin-bottom: 24px;
}

.scc-site-footer__quick ul {
	display: grid;
	gap: 10px;
}

.scc-site-footer__quick li a,
.scc-site-footer__services li a {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.45;
}

.scc-site-footer__quick li a::before,
.scc-site-footer__services li a::before {
	content: "";
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	margin-top: 7px;
	border-top: 1.5px solid var(--scc-footer-orange);
	border-right: 1.5px solid var(--scc-footer-orange);
	transform: rotate(45deg);
}

.scc-site-footer__section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

.scc-site-footer__section-head > a {
	flex: none;
	color: var(--scc-footer-orange);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.scc-site-footer__services ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 28px;
}

.scc-site-footer__contact address {
	display: grid;
	gap: 15px;
	font-style: normal;
}

.scc-site-footer__contact address p {
	display: grid;
	grid-template-columns: 19px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	min-width: 0;
	font-size: 14px;
	line-height: 1.45;
}

.scc-site-footer__contact address svg,
.scc-site-footer__social svg {
	width: 19px;
	height: 19px;
	fill: var(--scc-footer-orange);
}

.scc-site-footer__contact address a {
	overflow-wrap: anywhere;
}

.scc-site-footer__social {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	margin-top: 22px;
	font-size: 14px;
	font-weight: 600;
}

.scc-site-footer__base {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 28px;
	min-height: 82px;
	border-top: 1px solid var(--scc-footer-line);
	font-size: 13px;
}

.scc-site-footer__credit {
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
}

.scc-site-footer__credit a {
	color: var(--scc-footer-heading);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(245, 168, 0, 0.62);
	text-underline-offset: 3px;
}

.scc-site-footer__base nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 24px;
}

.scc-site-footer__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 1320px) {
	.scc-site-footer__primary {
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		gap: 52px 64px;
	}

	.scc-site-footer__services {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.scc-site-footer__contact {
		grid-column: 2;
		grid-row: 1;
	}

	.scc-site-footer__quick {
		grid-column: 1;
		grid-row: 2;
		align-self: end;
		max-width: 210px;
	}

	.scc-site-footer__services {
		padding-left: 260px;
	}
}

@media (max-width: 860px) {
	.scc-site-footer__shell {
		width: min(100% - 40px, 700px);
	}

	.scc-site-footer__primary {
		grid-template-columns: 1fr 1fr;
		gap: 46px 34px;
		padding-block: 54px 46px;
	}

	.scc-site-footer__brand,
	.scc-site-footer__quick,
	.scc-site-footer__services,
	.scc-site-footer__contact {
		grid-column: auto;
		grid-row: auto;
	}

	.scc-site-footer__services {
		grid-column: 1 / -1;
		padding-left: 0;
	}

	.scc-site-footer__contact {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.scc-site-footer__base {
		grid-template-columns: 1fr 1fr;
		gap: 12px 26px;
		padding-block: 24px;
	}

	.scc-site-footer__credit {
		text-align: right;
	}

	.scc-site-footer__base nav {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	.scc-site-footer__logo {
		width: 160px;
	}

	.scc-site-footer__primary {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.scc-site-footer__brand,
	.scc-site-footer__quick,
	.scc-site-footer__services,
	.scc-site-footer__contact {
		grid-column: auto;
		grid-row: auto;
	}

	.scc-site-footer__services ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.scc-site-footer__section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.scc-site-footer__base {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.scc-site-footer__credit {
		text-align: left;
	}

	.scc-site-footer__base nav {
		grid-column: auto;
		gap: 10px 20px;
	}
}

@media (max-width: 380px) {
	.scc-site-footer__shell {
		width: calc(100% - 32px);
	}
}
