.doen-footer {
	background-color: var(--doen-color-white);
	color: var(--doen-color-ink-alt);
	padding: 25px 20px 33px;
	text-align: center;
}

.doen-footer__brand {
	margin: 0 auto 34px;
}

.doen-footer__brand-link {
	display: inline-block;
	text-decoration: none;
}

.doen-footer__logo {
	display: block;
	height: auto;
	margin: 0 auto;
	width: min(230px, 70vw);
}

.doen-footer__rule {
	background-image: url("../../images/doen-footer-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1px;
	margin: 0 auto;
	opacity: 0.7;
	width: 100%;
}

.doen-footer__links {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.doen-footer__nav {
	width: 100%;
}

.doen-footer__menu {
	display: flex;
	flex-direction: column;
	font-family: var(--doen-font-detail);
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2.1rem;
	list-style: none;
	margin: 17px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.doen-footer__menu-item,
.doen-footer__menu .menu-item {
	margin: 0;
	padding: 0;
}

.doen-footer__menu a {
	color: var(--doen-color-ink-alt);
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 3px;
	transition:
		color var(--doen-duration-ui) var(--doen-ease-standard),
		text-decoration-color var(--doen-duration-ui) var(--doen-ease-standard);
}

.doen-footer__menu a:hover {
	color: var(--doen-color-muted);
	text-decoration-color: var(--doen-color-muted-light);
}

.doen-footer__nav--left {
	order: 0;
}

.doen-footer__nav--right {
	order: 1;
}

.doen-footer__nav--right .doen-footer__menu {
	justify-content: flex-end;
	margin-top: 5px;
}

.doen-footer__copyright {
	color: var(--doen-color-ink-alt);
	font-family: var(--doen-font-detail);
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	margin-top: 21px;
	order: 2;
	text-align: center;
}

.doen-footer__copyright p {
	margin: 0;
}

@media (min-width: 1000px) {
	.doen-footer {
		padding: 39px 60px 33px;
	}

	.doen-footer__brand {
		margin-bottom: 39px;
	}

	.doen-footer__rule {
		background-size: 100% 150%;
		height: 2px;
		opacity: 1;
		width: calc(100vw - 126px);
	}

	.doen-footer__links {
		align-items: flex-start;
		flex-direction: row;
	}

	.doen-footer__nav {
		text-align: center;
		width: 40%;
	}

	.doen-footer__menu {
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 18px;
	}

	.doen-footer__menu-item,
	.doen-footer__menu .menu-item {
		margin-right: 10px;
	}

	.doen-footer__menu a {
		display: block;
		margin-bottom: 5px;
	}

	.doen-footer__nav--left {
		order: 0;
	}

	.doen-footer__nav--right {
		order: 2;
	}

	.doen-footer__nav--right .doen-footer__menu-item,
	.doen-footer__nav--right .doen-footer__menu .menu-item {
		margin-left: 10px;
		margin-right: 0;
	}

	.doen-footer__copyright {
		margin-top: 16px;
		order: 1;
		width: 20%;
	}
}

@media (min-width: 1440px) {
	.doen-footer__rule {
		height: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.doen-footer__menu a {
		transition: none;
	}
}
