/**
 * Stopka — port z 01_kod_statyczny SiteFooter.astro
 */

.dehoust-site-footer {
	background: var(--dehoust-color-dark, #1a1d1f);
	color: #fff;
}

.dehoust-site-footer a {
	color: #fff;
	text-decoration: none;
}

.dehoust-site-footer a:hover,
.dehoust-site-footer a:focus-visible {
	opacity: 1;
	text-decoration: underline;
}

.dehoust-site-footer__outer {
	padding-block: 3rem;
}

@media (min-width: 1280px) {
	.dehoust-site-footer__outer {
		padding-top: 4.75rem;
		padding-bottom: 5.5rem;
	}
}

.dehoust-site-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: var(--dehoust-container-max);
	margin-inline: auto;
}

@media (min-width: 1280px) {
	.dehoust-site-footer__inner {
		gap: 0;
	}
}

.dehoust-site-footer__columns {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 1280px) {
	.dehoust-site-footer__columns {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0;
	}
}

/* Marka */
.dehoust-site-footer__brand {
	display: flex;
	max-width: 20.1875rem;
	flex-direction: column;
	gap: 1.5rem;
}

.dehoust-site-footer__logo-link {
	display: inline-flex;
	max-width: max-content;
}

.dehoust-site-footer__logo {
	height: 1.875rem;
	width: auto;
	max-width: 18.75rem;
	object-fit: contain;
}

.dehoust-site-footer__tagline {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
}

.dehoust-site-footer__social {
	display: inline-flex;
	max-width: max-content;
	align-items: center;
}

.dehoust-site-footer__social:hover,
.dehoust-site-footer__social:focus-visible {
	opacity: 0.8;
	text-decoration: none;
}

.dehoust-site-footer__social img {
	height: 1.25rem;
	width: auto;
}

/* Kontakt */
.dehoust-site-footer__contact {
	display: flex;
	max-width: 21.8125rem;
	flex-direction: column;
	gap: 1rem;
}

.dehoust-site-footer__heading {
	margin: 0;
	font-family: var(--dehoust-font-footer);
	color: #fff;
}

.dehoust-site-footer__heading--contact {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6875rem;
}

.dehoust-site-footer__heading--menu {
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dehoust-site-footer__contact-name {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.125rem;
	color: #fff;
}

.dehoust-site-footer__address,
.dehoust-site-footer__nip {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	font-style: normal;
	color: #fff;
}

.dehoust-site-footer__phone,
.dehoust-site-footer__email {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
}

.dehoust-site-footer__phone img {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
}

.dehoust-site-footer__email img {
	width: 1.25rem;
	height: 0.875rem;
	flex-shrink: 0;
}

/* Separatory */
.dehoust-site-footer__divider-v {
	display: none;
}

@media (min-width: 1280px) {
	.dehoust-site-footer__divider-v {
		display: block;
		width: 1px;
		flex-shrink: 0;
		align-self: stretch;
		min-height: 13.3125rem;
		background: var(--dehoust-color-footer-muted, #707172);
	}
}

.dehoust-site-footer__divider-h {
	margin-top: 0;
	border-top: 1px solid var(--dehoust-color-footer-muted, #707172);
}

@media (min-width: 1280px) {
	.dehoust-site-footer__divider-h {
		margin-top: 4.125rem;
	}
}

/* Menu */
.dehoust-site-footer__nav,
.dehoust-site-footer__client {
	max-width: 20rem;
}

.dehoust-site-footer__client {
	max-width: 12.6875rem;
}

.dehoust-site-footer__menu {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dehoust-site-footer__menu .menu-item {
	margin: 0;
	padding: 0;
}

.dehoust-site-footer__menu a {
	font-family: var(--dehoust-font-footer);
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #fff;
}

/* Meta */
.dehoust-site-footer__meta {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 2rem;
	font-size: 1rem;
	line-height: 1.125rem;
	color: #fff;
}

@media (min-width: 640px) {
	.dehoust-site-footer__meta {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 1280px) {
	.dehoust-site-footer__meta {
		margin-top: 1.875rem;
	}
}

.dehoust-site-footer__copyright {
	margin: 0;
}

.dehoust-site-footer__credits {
	color: #fff;
}

@media (min-width: 640px) {
	.dehoust-site-footer__credits {
		text-align: right;
	}
}
