.doen-home {
	background: var(--doen-color-white);
	overflow: hidden;
}

.doen-home > .wp-block-doen-wc-home-section {
	margin: 0;
}

.doen-home img,
.doen-home video {
	width: 100%;
}

/* Shared hand-drawn image button. */
.doen-image-button {
	align-items: center;
	background-image: url("../../images/doen-button-paper.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: var(--doen-color-ink-alt);
	display: inline-flex;
	font-family: var(--doen-font-ui);
	font-size: 1.1rem;
	justify-content: center;
	letter-spacing: 0.2rem;
	line-height: 2.6rem;
	min-height: 62px;
	min-width: 200px;
	padding: 18px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Hero */
.doen-home-hero {
	background: var(--doen-color-ink);
	font-size: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.doen-home-hero__link {
	color: var(--doen-color-white);
	display: block;
	position: relative;
	text-decoration: none;
}

.doen-home-hero__image {
	aspect-ratio: 2 / 1;
	display: block;
	height: auto;
	object-fit: cover;
}

.doen-home-hero__shade {
	background: linear-gradient(to top, rgb(0 0 0 / 60%), transparent);
	bottom: 0;
	height: 47%;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.doen-home-hero__content {
	align-items: center;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	left: 50%;
	max-width: min(100%, 580px);
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.doen-home-hero__content h1 {
	color: var(--doen-color-white);
	font-family: var(--doen-font-detail);
	font-size: 6rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 0.8;
	margin: 0;
	max-width: 560px;
	text-transform: capitalize;
}

.doen-home-hero__subtitle {
	font-family: var(--doen-font-serif);
	font-size: 2rem;
	letter-spacing: 0.1rem;
	line-height: 1.8;
}

.doen-home-hero__ornament {
	background-image: url("../../images/doen-footer-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter: brightness(0) invert(1);
	height: 17px;
	margin-top: 12px;
	width: 160px;
}

/* Split promotion */
.doen-home-split {
	display: flex;
	font-size: 0;
	max-width: 100%;
	overflow: hidden;
}

.doen-home-split__item {
	position: relative;
	width: 50%;
}

.doen-home-split__item a {
	display: block;
	position: relative;
}

.doen-home-split__item img {
	display: block;
	height: auto;
	object-fit: cover;
}

.doen-home-split__label {
	bottom: 58px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/* Explore collage */
.doen-home-explore {
	background-image: var(--doen-explore-desktop);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 0;
	overflow: hidden;
	padding-top: 84.375%;
	position: relative;
}

.doen-home-explore__inner {
	inset: 0;
	margin: 0 auto;
	max-width: 1600px;
	padding: 28px 32px 0;
	position: absolute;
	width: 100%;
}

.doen-home-explore h2,
.doen-home-featured h2,
.doen-home-stores h2 {
	color: var(--doen-color-ink-alt);
	font-family: var(--doen-font-display);
	font-size: 7.2rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 7.4rem;
	margin: 0;
	text-align: center;
	text-transform: none;
}

.doen-home-explore h2 {
	transform: translateX(-24px);
}

.doen-home-explore__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: calc(100% - 74px);
	margin-top: 10px;
	position: relative;
}

.doen-home-explore__card {
	position: relative;
}

.doen-home-explore__card a,
.doen-home-explore__static,
.doen-home-explore__media {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.doen-home-explore__card--1 {
	grid-column: 2 / span 4;
	grid-row: 1;
	margin: 75px 0 20px -20px;
}

.doen-home-explore__card--2 {
	align-self: start;
	grid-column: 8 / span 4;
	grid-row: 1;
	margin: 0 8% 0 0;
}

.doen-home-explore__card--3 {
	align-self: start;
	grid-column: 1 / span 4;
	grid-row: 2;
	margin: -95px 8px 0 15%;
}

.doen-home-explore__card--4 {
	align-self: start;
	grid-column: 5 / span 4;
	grid-row: 2;
	margin: -100px 10% 0;
}

.doen-home-explore__card--5 {
	align-self: start;
	grid-column: 9 / span 4;
	grid-row: 2;
	margin: -120px 4% 0 12%;
}

.doen-home-explore__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.doen-home-explore__image--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity var(--doen-duration-image) var(--doen-ease-standard);
}

.doen-home-explore__card a:hover .doen-home-explore__image--hover,
.doen-home-explore__card a:focus-visible .doen-home-explore__image--hover {
	opacity: 1;
}

.doen-home-explore__label {
	align-items: center;
	bottom: 38px;
	color: var(--doen-color-white);
	display: flex;
	font-family: var(--doen-font-serif);
	font-size: 1.4rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	left: 50%;
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transform: translateX(-50%);
	width: 82%;
	z-index: 2;
}

.doen-home-explore__label::before,
.doen-home-explore__label::after {
	border: 1px solid currentcolor;
	content: "";
	flex: 0 0 7px;
	height: 7px;
	transform: rotate(45deg);
	width: 7px;
}

/* Campaign video */
.doen-home-video {
	background: var(--doen-color-black);
	font-size: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.doen-home-video__media {
	cursor: pointer;
	display: block;
	height: auto;
}

.doen-home-video__media--mobile {
	display: none;
}

.doen-home-video__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	bottom: 16px;
	color: var(--doen-color-white);
	display: flex;
	height: 48px;
	justify-content: center;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: 16px;
	transition: opacity var(--doen-duration-short) ease;
	width: 48px;
	z-index: 3;
}

.doen-home-video:hover .doen-home-video__toggle,
.doen-home-video:focus-within .doen-home-video__toggle,
.doen-home-video.is-paused .doen-home-video__toggle {
	opacity: 1;
}

.doen-home-video__toggle svg {
	height: 14px;
	width: 14px;
}

.doen-home-video__play,
.doen-home-video.is-paused .doen-home-video__pause {
	display: none;
}

.doen-home-video.is-paused .doen-home-video__play {
	display: block;
}

/* Featured products */
.doen-home-featured__inner {
	margin: 0 auto;
	max-width: 1600px;
	padding: 72px 32px 0;
}

.doen-home-featured h2 {
	margin-bottom: 30px;
	transform: translateX(-12px);
}

.doen-home-featured__grid {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.doen-home-product {
	max-width: calc(100% / 3);
	padding: 0 30px;
	position: relative;
	width: calc(100% / 3);
}

.doen-home-product__link {
	color: var(--doen-color-ink-alt);
	display: block;
	text-decoration: none;
}

.doen-home-product__media {
	aspect-ratio: 452 / 596;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.doen-home-product__photo {
	bottom: 5%;
	inset-inline: 5.5%;
	overflow: hidden;
	position: absolute;
	top: 1%;
}

.doen-home-product__photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.doen-home-product__frame {
	height: 100%;
	inset: 0;
	object-fit: fill;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.doen-home-product h3 {
	color: var(--doen-color-ink-alt);
	font-family: var(--doen-font-serif);
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
	margin: 14px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.doen-home-product__details {
	position: relative;
	z-index: 3;
}

.doen-home-product__price {
	font-family: var(--doen-font-detail);
	font-size: 1.4rem;
	letter-spacing: 0.025rem;
	line-height: 2rem;
	margin-top: 5px;
	opacity: 0;
	text-align: center;
	transition: opacity var(--doen-duration-ui) var(--doen-ease-standard);
}

.doen-home-product__options {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--doen-font-detail);
	font-size: 1.1rem;
	gap: 0 10px;
	justify-content: center;
	line-height: 1.5rem;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 10px 0;
	transition: opacity var(--doen-duration-ui) var(--doen-ease-standard);
}

.doen-home-product:hover .doen-home-product__price,
.doen-home-product:hover .doen-home-product__options,
.doen-home-product:focus-within .doen-home-product__price,
.doen-home-product:focus-within .doen-home-product__options {
	opacity: 1;
}

/* Stores */
.doen-home-stores__inner {
	display: flex;
	margin: 0 auto;
	max-width: 1600px;
	padding: 90px 92px 14px;
}

.doen-home-stores__image {
	align-items: center;
	display: flex;
	overflow: hidden;
	width: 50%;
}

.doen-home-stores__image img {
	height: auto;
}

.doen-home-stores__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	width: 50%;
}

.doen-home-stores__ornament {
	border: 1px solid currentcolor;
	height: 16px;
	margin: 10px auto;
	transform: rotate(45deg);
	width: 16px;
}

.doen-home-stores__locations {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--doen-font-serif);
	font-size: 1.4rem;
	gap: 6px 12px;
	justify-content: center;
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
	list-style: none;
	margin: 20px 0 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.doen-home-stores__locations li:not(:last-child)::after {
	content: ".";
	margin-left: 12px;
}

/* Newsletter */
.doen-newsletter {
	min-height: 360px;
	overflow: hidden;
	position: relative;
}

.doen-newsletter__background,
.doen-newsletter__background img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.doen-newsletter__content {
	left: 50%;
	max-width: 330px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.doen-newsletter h2 {
	color: var(--doen-color-ink-alt);
	font-family: var(--doen-font-serif);
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.265rem;
	line-height: 1.8rem;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.doen-newsletter__form,
.doen-newsletter .mc4wp-form-fields {
	align-items: center;
	background-image: url("../../images/doen-footer-line.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	display: flex;
	position: relative;
	width: 100%;
}

.doen-newsletter__form input[type="email"],
.doen-newsletter .mc4wp-form input[type="email"] {
	background: transparent;
	border: 0;
	color: var(--doen-color-ink-alt);
	font-family: var(--doen-font-detail);
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	min-height: 44px;
	padding: 8px 4px;
	width: 80%;
}

.doen-newsletter__form button,
.doen-newsletter .mc4wp-form input[type="submit"],
.doen-newsletter .mc4wp-form button {
	background-color: transparent;
	background-image: url("../../images/doen-newsletter-submit.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	font-size: 0;
	height: 44px;
	margin-left: auto;
	min-height: 44px;
	min-width: 44px;
	padding: 0;
	width: 20%;
}

.doen-newsletter__notice,
.doen-newsletter .mc4wp-response {
	font-family: var(--doen-font-detail);
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	margin: 12px 0 0;
	text-align: center;
}

@media (max-width: 999px) {
	.doen-home-hero__image {
		aspect-ratio: 55 / 86;
	}

	.doen-home-hero__shade {
		background: radial-gradient(ellipse at center, rgb(0 0 0 / 32%), transparent 70%);
		bottom: 6%;
		height: 25%;
	}

	.doen-home-hero__content h1 {
		font-size: 3.8rem;
	}

	.doen-home-hero__subtitle {
		font-size: 1.4rem;
	}

	.doen-home-hero__ornament {
		margin-top: 16px;
	}

	.doen-home-split {
		flex-wrap: wrap;
	}

	.doen-home-split__item {
		width: 100%;
	}

	.doen-home-split__item + .doen-home-split__item {
		margin-top: -3px;
	}

	.doen-home-split__label {
		bottom: 38px;
		letter-spacing: 0.26rem;
		min-width: 210px;
		padding-inline: 15px;
	}

	.doen-home-explore {
		background-image: var(--doen-explore-mobile);
		background-position: top center;
		padding: 30px 0;
	}

	.doen-home-explore__inner {
		padding: 0;
		position: relative;
	}

	.doen-home-explore h2,
	.doen-home-featured h2 {
		font-size: 6.4rem;
		line-height: 6.6rem;
	}

	.doen-home-explore h2 {
		margin: 0 0 36px -30px;
		transform: none;
	}

	.doen-home-explore__grid {
		display: flex;
		flex-direction: column;
		height: auto;
		margin: 0;
	}

	.doen-home-explore__card {
		margin: 0 auto 50px;
		width: 86%;
	}

	.doen-home-explore__card--2 {
		margin-bottom: 80px;
	}

	.doen-home-explore__card--3,
	.doen-home-explore__card--4 {
		width: 100%;
	}

	.doen-home-explore__card--5 {
		margin-bottom: 80px;
		width: 85%;
	}

	.doen-home-explore__card a,
	.doen-home-explore__static,
	.doen-home-explore__media {
		height: auto;
	}

	.doen-home-explore__image {
		height: auto;
	}

	.doen-home-video__media--desktop {
		display: none;
	}

	.doen-home-video__media--mobile {
		display: block;
	}

	.doen-home-video__toggle {
		bottom: 0;
		opacity: 1;
		right: 0;
	}

	.doen-home-featured__inner {
		padding: 60px 24px 22px;
	}

	.doen-home-featured h2 {
		margin-bottom: 20px;
		transform: translateX(-10px);
	}

	.doen-home-featured__grid {
		flex-wrap: wrap;
	}

	.doen-home-product {
		max-width: none;
		padding: 0 10px;
		width: 100%;
	}

	.doen-home-product h3 {
		letter-spacing: 0.265rem;
		margin-top: 10px;
	}

	.doen-home-product__price,
	.doen-home-product__options {
		opacity: 1;
	}

	.doen-home-product__options {
		margin-bottom: 48px;
	}

	.doen-home-stores__inner {
		align-items: center;
		flex-direction: column;
		padding: 0 30px;
	}

	.doen-home-stores__image {
		width: 88%;
	}

	.doen-home-stores__content {
		margin: 10px 0 20px;
		padding: 0;
		width: 100%;
	}

	.doen-home-stores h2 {
		font-size: 6.4rem;
		line-height: 6.6rem;
		margin: 24px 0 0;
	}

	.doen-home-stores__locations {
		align-items: center;
		flex-direction: column;
		gap: 10px;
		margin: 0 0 30px;
	}

	.doen-home-stores__locations li::after {
		display: none;
	}

	.doen-newsletter {
		min-height: 430px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.doen-home-explore__image--hover,
	.doen-home-video__toggle,
	.doen-home-product__price,
	.doen-home-product__options {
		transition: none;
	}
}
