/* ==========================================================================
   Footer — deks-print.com
   ========================================================================== */

.deksprint-footer {
	background-color: #1A1A1A;
	color: #E1DCC9;
}

.deksprint-footer,
.deksprint-footer * {
	line-height: 1;
	font-family: 'PP Neue Corp Narrow', sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.deksprint-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
}

/* --- Brand column: logo + socials --- */
.deksprint-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.deksprint-footer__logo img {
	display: block;
	height: 46px;
	width: auto;
}

.deksprint-footer__socials {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
}

.deksprint-footer__socials img {
	display: block;
	height: 24px;
	width: 24px;
	transition: opacity 0.15s ease;
}

.deksprint-footer__socials a:hover img {
	opacity: 0.7;
}

/* --- Nav column --- */
.deksprint-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.deksprint-footer__nav a {
	color: #E1DCC9;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.deksprint-footer__nav a:hover {
	opacity: 0.7;
}

/* --- Contact column --- */
.deksprint-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 15px;
}

.deksprint-footer__contact a {
	color: #E1DCC9;
	text-decoration: none;
}

.deksprint-footer__contact a:hover {
	opacity: 0.7;
}

/* --- Phones column --- */
.deksprint-footer__phones {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 15px;
}

.deksprint-footer__phones a {
	color: #E1DCC9;
	text-decoration: none;
}

.deksprint-footer__phones a:hover {
	opacity: 0.7;
}

/* --- Map --- */
.deksprint-footer__map {
	flex-shrink: 0;
	width: 260px;
	position: relative;
}

.deksprint-footer__map iframe {
	display: block;
	width: 100%;
	height: 190px;
	border: 0;
	border-radius: 4px;
	filter: grayscale(0.2) contrast(0.95);
}

.deksprint-footer__map-link {
	display: block;
	margin-top: 8px;
	color: #E1DCC9;
	font-size: 13px;
	text-decoration: underline;
	text-align: right;
}

.deksprint-footer__map-link:hover {
	opacity: 0.7;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
	.deksprint-footer__inner {
		flex-wrap: wrap;
		gap: 40px 32px;
	}

	.deksprint-footer__map {
		order: 5;
		width: 100%;
		height: 220px;
	}
}

@media (max-width: 600px) {
	.deksprint-footer__inner {
		flex-direction: column;
		gap: 32px;
	}

	.deksprint-footer__map {
		width: 100%;
	}
}
