/*
Theme Name: William Milazi
Theme URI: https://williammilazi.com
Author: William Milazi
Author URI: https://williammilazi.com
Description: An ultra-minimal Gutenberg Full Site Editing theme for the William Milazi luxury streetwear house. Charcoal, cream, and white. Editorial typography. Capsule UI. Native WooCommerce block templates. No page builder required.
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: william-milazi
Tags: full-site-editing, block-patterns, block-styles, e-commerce, one-column, custom-colors, custom-logo, editor-style, featured-images, wide-blocks, style-variations
*/

/* -------------------------------------------------------------------------- */
/* Base                                                                        */
/* -------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	-webkit-font-smoothing: antialiased;
}

a {
	transition: color 0.25s ease, opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

:where(.wp-site-blocks *:focus-visible) {
	outline: 2px solid var(--wp--preset--color--cream);
	outline-offset: 3px;
}

.wp-site-blocks {
	padding-left: 0;
	padding-right: 0;
}

/* -------------------------------------------------------------------------- */
/* Buttons                                                                     */
/* -------------------------------------------------------------------------- */

.wp-block-button__link,
.wm-btn {
	border-radius: 999px;
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--black);
	box-shadow: var(--wp--custom--shadow--float);
	border: 0;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--sans);
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.wp-block-button__link:hover,
.wm-btn:hover {
	background: var(--wp--preset--color--white);
	transform: translateY(-2px);
	box-shadow: 0 22px 48px rgba(43, 43, 46, 0.45);
}

/* -------------------------------------------------------------------------- */
/* Site header (inner pages)                                                   */
/* -------------------------------------------------------------------------- */

.wm-site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	padding: 1.1rem clamp(1rem, 4vw, 2.5rem);
	background: color-mix(in srgb, var(--wp--preset--color--black) 78%, transparent);
	backdrop-filter: blur(16px);
}

.wm-site-header__inner {
	position: relative;
}

.wm-site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	max-width: 1600px;
	margin-inline: auto;
}

.wm-hero__nav > .wm-logo,
.wm-site-header__inner > .wm-logo {
	justify-self: start;
	width: max-content;
	max-width: min(420px, 56vw);
}

.wm-logo,
.wm-logo a {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
	color: var(--wp--preset--color--white);
}

.wm-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 96px;
	object-fit: contain;
	object-position: left center;
}

.wm-logo--on-field {
	padding: 0.45rem 0.7rem;
	border-radius: 14px;
	background: var(--wp--preset--color--cream);
}

.wm-logo--on-field img {
	max-height: 92px;
	filter:
		contrast(1.12)
		drop-shadow(0.25px 0 0 #2B2B2E)
		drop-shadow(-0.25px 0 0 #2B2B2E)
		drop-shadow(0 0.25px 0 #2B2B2E)
		drop-shadow(0 -0.25px 0 #2B2B2E);
}

.wm-capsule-nav {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.15rem;
	padding: 0.28rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wp--preset--color--black) 55%, transparent);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 12%, transparent);
	box-shadow: var(--wp--custom--shadow--soft);
}

.wm-capsule-nav a,
.wm-capsule-nav .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.45rem 1.15rem;
	border-radius: 999px;
	color: var(--wp--preset--color--white) !important;
	font-size: 0.92rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.wm-capsule-nav a.is-active,
.wm-capsule-nav a:hover,
.wm-capsule-nav a:focus-visible,
.wm-capsule-nav .current-menu-item > .wp-block-navigation-item__content,
.wm-capsule-nav .current-menu-item > a {
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--black) !important;
}

.wm-header-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.65rem;
}

.wm-header-icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.35rem;
}

.wm-site-header__mobile {
	display: none;
}

.wm-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--white);
	cursor: pointer;
}

.wm-icon-btn svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.5;
}

.wm-nav-toggle {
	display: none;
	min-height: 44px;
	padding: 0.55rem 1.25rem;
	border-radius: 999px;
	border: 0;
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--black);
	font-weight: 600;
	cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

.wm-hero {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	padding: 1.25rem clamp(1rem, 4vw, 2.75rem) 2rem;
	background: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	overflow: hidden;
}

.wm-hero__streetscape,
.wm-hero__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.wm-hero__glow {
	background: radial-gradient(ellipse 55% 50% at 50% 46%, rgba(255, 255, 255, 0.07), transparent 70%);
}

.wm-hero__streetscape {
	opacity: 0.18;
	background-image:
		linear-gradient(to top, var(--wp--preset--color--black) 8%, transparent 42%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 420' fill='none' stroke='%23F4EFE6' stroke-width='0.7' opacity='0.55'%3E%3Cpath d='M0 320h80v-90h40v-70h50v160M170 320v-140h30v-40h70v180M300 320v-200h20v-30h90v230M430 320v-110h120v110M580 320v-170h40v-50h80v220M740 320v-90h160v90M930 320v-210h25v-25h95v235M1080 320v-130h140v130M1240 320v-180h80v-40h80v220'/%3E%3Cpath d='M20 250h12v18H20zM50 250h12v18H50zM190 210h14v18H190zM330 160h14v18H330zM360 160h14v18H360zM620 180h14v18H620zM960 150h14v18H960zM1110 220h14v18H1110zM1280 180h14v18H1280z'/%3E%3C/svg%3E");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.wm-hero__nav {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
}

.wm-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(240px, 1.05fr) minmax(320px, 1.35fr) minmax(160px, 0.7fr);
	align-items: center;
	gap: clamp(1rem, 3vw, 2.5rem);
	min-height: calc(100vh - 7.5rem);
	padding-top: 1.5rem;
}

.wm-hero__copy {
	max-width: 28rem;
	padding-bottom: 1.5rem;
}

.wm-hero__eyebrow {
	margin: 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	font-weight: 600;
	line-height: 1.05;
	color: var(--wp--preset--color--white);
}

.wm-hero__subhead {
	margin: 0.35rem 0 1.75rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(0.78rem, 1.15vw, 0.95rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--custom--color--copper);
}

.wm-hero__product-title {
	margin: 0 0 0.55rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--cream);
}

.wm-hero__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.55rem;
	margin: 0 0 1rem;
	font-size: 0.95rem;
}

.wm-hero__price-label {
	color: var(--wp--preset--color--cream);
	opacity: 0.8;
}

.wm-hero__price {
	color: var(--wp--preset--color--cream);
	font-weight: 700;
}

.wm-hero__price--was {
	color: var(--wp--custom--color--strike);
	text-decoration: line-through;
	opacity: 0.85;
}

.wm-hero__details {
	margin: 0;
	max-width: 22rem;
	font-size: 0.92rem;
	line-height: 1.7;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 82%, transparent);
}

.wm-hero__stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 62vh;
	transform-style: preserve-3d;
}

.wm-orbit {
	position: absolute;
	width: min(86vmin, 840px);
	height: min(86vmin, 840px);
	z-index: 0;
	pointer-events: none;
}

.wm-orbit svg,
.wm-orbit img {
	width: 100%;
	height: 100%;
	overflow: visible;
	object-fit: contain;
}

.wm-orbit--speckle {
	opacity: 0.88;
}

.wm-hero__shirt {
	position: relative;
	z-index: 2;
	width: min(52vmin, 520px);
	height: auto;
	filter: drop-shadow(0 28px 40px rgba(43, 43, 46, 0.55));
	user-select: none;
}

.wm-hero__shirt.is-plated {
	filter: none;
}

.wm-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--white);
	opacity: 0.55;
	cursor: pointer;
	transform: translateY(-50%);
}

.wm-hero__arrow:hover {
	opacity: 1;
}

.wm-hero__arrow--prev {
	left: 0;
}

.wm-hero__arrow--next {
	right: 0;
}

.wm-hero__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1.25rem;
	align-self: center;
	padding-bottom: 7rem;
}

.wm-hero__dots {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.wm-dot {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--wp--preset--color--white);
	background: transparent;
	color: var(--wp--preset--color--white);
	font-size: 0.55rem;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.wm-dot.is-active {
	border-color: var(--wp--custom--color--copper);
	background: var(--wp--custom--color--copper);
	color: var(--wp--preset--color--black);
	font-weight: 700;
}

.wm-hero__thumb {
	width: 108px;
	height: 108px;
	padding: 4px;
	border-radius: 50%;
	border: 1.5px solid var(--wp--custom--color--copper);
	overflow: hidden;
	background: var(--wp--preset--color--black);
	box-shadow: var(--wp--custom--shadow--float);
}

.wm-hero__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.wm-hero__mobile-menu {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* Brand statement / collections                                               */
/* -------------------------------------------------------------------------- */

.wm-section {
	padding: var(--wp--preset--spacing--70) clamp(1rem, 4vw, 2.75rem);
}

.wm-section--cream {
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--black);
}

.wm-section--statement {
	background: #d2c7bc;
	color: var(--wp--preset--color--black);
}

.wm-statement__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 0.32em;
	row-gap: 0.12em;
	margin: 0 0 1.15rem;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2.2rem, 5.2vw, 4.1rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	perspective: 800px;
}

.wm-word {
	display: inline-block;
	overflow: hidden;
	padding-bottom: 0.08em;
}

.wm-word__inner {
	display: inline-block;
	will-change: transform;
}

.wm-word--shimmer .wm-word__inner {
	background-image: linear-gradient(
		105deg,
		var(--wp--preset--color--black) 0%,
		var(--wp--preset--color--black) 38%,
		var(--wp--custom--color--copper) 48%,
		#fff6e8 52%,
		var(--wp--custom--color--copper) 56%,
		var(--wp--preset--color--black) 66%,
		var(--wp--preset--color--black) 100%
	);
	background-size: 240% 100%;
	background-position: 100% 50%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.wm-statement.is-shimmering .wm-word--shimmer .wm-word__inner {
	animation: wm-shimmer 2.6s ease-in-out infinite;
}

.wm-statement__lede {
	max-width: 36rem;
	margin: 0 auto;
	color: color-mix(in srgb, var(--wp--preset--color--black) 72%, transparent);
}

@keyframes wm-shimmer {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: -100% 50%;
	}
}

.wm-section--cream h2,
.wm-section--cream a,
.wm-section--statement h2,
.wm-section--statement a {
	color: var(--wp--preset--color--black);
}

.wm-fit__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.wm-fit__eyebrow {
	margin: 0 0 1rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
}

.wm-fit__frame {
	position: relative;
	margin: 0;
	overflow: visible;
}

.wm-fit__frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: var(--wp--preset--color--black);
}

.wm-hotspot {
	position: absolute;
	left: var(--x);
	top: var(--y);
	z-index: 2;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.wm-hotspot__dot {
	display: block;
	width: 16px;
	height: 16px;
	margin: 14px auto;
	border-radius: 50%;
	border: 2px solid var(--wp--preset--color--cream);
	background: var(--wp--preset--color--black);
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--wp--preset--color--cream) 22%, transparent);
	animation: wm-hotspot-pulse 2.4s ease-out infinite;
}

.wm-hotspot__tip {
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	width: min(220px, 56vw);
	padding: 0.75rem 0.9rem;
	border-radius: 12px;
	background: var(--wp--preset--color--black);
	color: var(--wp--preset--color--cream);
	text-align: left;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%) translateX(6px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	box-shadow: var(--wp--custom--shadow--float);
}

.wm-hotspot--left .wm-hotspot__tip {
	left: auto;
	right: calc(100% + 10px);
	transform: translateY(-50%) translateX(-6px);
}

.wm-hotspot__tip strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wm-hotspot:hover .wm-hotspot__tip,
.wm-hotspot:focus-visible .wm-hotspot__tip,
.wm-hotspot.is-open .wm-hotspot__tip {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

.wm-hotspot:hover .wm-hotspot__dot,
.wm-hotspot:focus-visible .wm-hotspot__dot,
.wm-hotspot.is-open .wm-hotspot__dot {
	background: var(--wp--custom--color--copper);
	border-color: var(--wp--preset--color--cream);
	animation: none;
}

.wm-fit__list li.is-active {
	background: color-mix(in srgb, var(--wp--preset--color--black) 6%, transparent);
	border-radius: 16px;
	margin: 0 -0.6rem;
	padding: 0.6rem;
}

.wm-fit__list li.is-active .wm-fit__icon {
	background: var(--wp--preset--color--black);
	color: var(--wp--preset--color--cream);
}

@keyframes wm-hotspot-pulse {
	0% {
		box-shadow: 0 0 0 0 color-mix(in srgb, var(--wp--preset--color--cream) 40%, transparent);
	}

	70% {
		box-shadow: 0 0 0 12px transparent;
	}

	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}

.wm-fit__protocol {
	margin: 0 0 0.85rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
}

.wm-fit__title {
	margin: 0 0 2rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(1.8rem, 3.4vw, 2.75rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.05;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
}

.wm-fit__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.75rem;
}

.wm-fit__list li {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: start;
	gap: 1.1rem;
}

.wm-fit__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1.5px solid var(--wp--preset--color--black);
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
}

.wm-fit__icon svg {
	width: 22px;
	height: 22px;
}

.wm-fit__list h3 {
	margin: 0 0 0.35rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
}

.wm-fit__list p {
	margin: 0;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	line-height: 1.55;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--black) 78%, transparent);
}

.wm-kicker {
	margin: 0 0 0.75rem;
	font-family: var(--wp--preset--font-family--script);
	font-size: clamp(2rem, 3vw, 2.75rem);
	font-weight: 400;
	line-height: 1;
}

.wm-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.wm-card {
	display: flex;
	flex-direction: column;
	border-radius: 28px;
	overflow: hidden;
	background: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	box-shadow: var(--wp--custom--shadow--soft);
	text-decoration: none;
}

.wm-card img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.wm-card__body {
	padding: 1.15rem 1.2rem 1.4rem;
}

.wm-card__title {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wm-card__price {
	margin: 0;
	color: var(--wp--custom--color--sale);
	font-weight: 700;
}

.wm-soon {
	position: relative;
	overflow: hidden;
	color: var(--wp--preset--color--cream);
}

.wm-soon__inner {
	display: grid;
	grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1.15fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4.5rem);
}

.wm-soon__protocol {
	margin: 0 0 0.85rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--custom--color--copper);
}

.wm-soon__title {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 0 0 1rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(2.4rem, 6vw, 4.8rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--white);
}

.wm-soon__title-script {
	font-family: var(--wp--preset--font-family--script);
	font-size: clamp(2.4rem, 5.4vw, 4.4rem);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--wp--preset--color--cream);
}

.wm-soon__lede {
	margin: 0 0 1.5rem;
	max-width: 28ch;
	font-size: 0.95rem;
	line-height: 1.7;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 74%, transparent);
}

.wm-soon__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wm-soon__specs li {
	padding: 0.4rem 0.8rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--cream) 22%, transparent);
	border-radius: 999px;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.64rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--cream);
}

.wm-soon__stage {
	position: relative;
	min-height: min(72vh, 620px);
}

.wm-soon__glow {
	position: absolute;
	inset: 8% 10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(244, 239, 230, 0.16), transparent 68%);
	pointer-events: none;
}

.wm-soon__shot {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	background: var(--wp--preset--color--white);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
}

.wm-soon__shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}

.wm-soon__shot--back {
	top: 6%;
	left: 0;
	width: min(58%, 340px);
	aspect-ratio: 1;
	transform: rotate(-9deg);
	z-index: 1;
	animation: wm-soon-drift 11s ease-in-out infinite;
}

.wm-soon__shot--front {
	right: 0;
	bottom: 4%;
	width: min(68%, 400px);
	aspect-ratio: 1;
	transform: rotate(6deg);
	z-index: 2;
	animation: wm-soon-drift 13s ease-in-out infinite reverse;
}

.wm-soon__shot:hover {
	z-index: 4;
	transform: rotate(0deg) scale(1.04);
	animation-play-state: paused;
}

.wm-soon__stamp {
	position: absolute;
	left: 42%;
	top: 46%;
	z-index: 3;
	margin: 0;
	padding: 0.55rem 0.85rem;
	border: 2px solid var(--wp--custom--color--copper);
	color: var(--wp--custom--color--copper);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	background: color-mix(in srgb, var(--wp--preset--color--black) 72%, transparent);
	transform: rotate(-8deg);
	pointer-events: none;
}

@keyframes wm-soon-drift {
	0%,
	100% {
		translate: 0 0;
	}

	50% {
		translate: 0 -12px;
	}
}

.wm-lookbook {
	overflow: visible;
}

.wm-lookbook__hint,
.wm-lookbook__dots {
	display: none;
}

.wm-lookbook__intro {
	text-align: center;
	margin-bottom: 2.5rem;
}

.wm-lookbook__protocol {
	margin: 0 0 0.85rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--custom--color--copper);
}

.wm-lookbook__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	margin: 0 0 0.75rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(2.4rem, 6vw, 5rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
}

.wm-lookbook__title-script {
	font-family: var(--wp--preset--font-family--script);
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--wp--preset--color--black);
}

.wm-lookbook__lede {
	margin: 0;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--black) 58%, transparent);
}

.wm-lookbook__deck {
	position: relative;
	height: min(78vh, 620px);
	margin-inline: auto;
	overflow: visible;
}

.wm-lookbook__card {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(240px, 58vw);
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: var(--wp--preset--color--black);
	box-shadow: 0 22px 40px rgba(20, 18, 16, 0.45);
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.wm-lookbook__deck.is-focusing .wm-lookbook__card:not(.is-hot) {
	filter: brightness(0.48);
}

.wm-lookbook__card.is-hot {
	box-shadow: 0 28px 60px rgba(14, 12, 10, 0.6);
	outline: 2px solid var(--wp--preset--color--black);
	outline-offset: 3px;
}

.wm-lookbook__card img {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.wm-lookbook__card figcaption {
	position: absolute;
	left: 0.85rem;
	bottom: 0.85rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--cream);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                      */
/* -------------------------------------------------------------------------- */

.wm-footer {
	padding: 4.5rem clamp(1.25rem, 4vw, 3rem) 2.25rem;
	background: var(--wp--preset--color--black);
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 8%, transparent);
}

.wm-footer__grid {
	display: grid;
	grid-template-columns: minmax(160px, 220px) 1fr;
	align-items: start;
	gap: clamp(2rem, 5vw, 5rem);
}

.wm-footer__brand {
	display: block;
	width: min(220px, 42vw);
	overflow: hidden;
	border-radius: 50%;
	background: var(--wp--preset--color--white);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.wm-footer__brand img {
	display: block;
	width: 100%;
	height: auto;
}

.wm-footer__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-top: 0.35rem;
}

.wm-footer__heading {
	margin: 0 0 1rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--custom--color--copper);
}

.wm-footer__col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wm-footer__col li + li {
	margin-top: 0.55rem;
}

.wm-footer__col a {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--wp--preset--color--cream);
	text-decoration: none;
}

.wm-footer__col a:hover,
.wm-footer__col a:focus-visible {
	color: var(--wp--preset--color--white);
}

.wm-footer__close {
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-top: 1.75rem;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 8%, transparent);
}

.wm-footer__line {
	margin: 0 0 0.85rem;
	max-width: 18ch;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(2rem, 5vw, 3.6rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--white);
}

.wm-footer__copy {
	margin: 0;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 55%, transparent);
}

/* -------------------------------------------------------------------------- */
/* WooCommerce                                                                 */
/* -------------------------------------------------------------------------- */

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.wc-block-components-product-price,
.wp-block-woocommerce-product-price {
	color: var(--wp--custom--color--sale);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: var(--wp--custom--color--strike);
	opacity: 0.8;
}

.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.wc-block-components-product-button .wp-block-button__link,
.wp-block-woocommerce-product-button .wp-block-button__link {
	border-radius: 999px !important;
	background: var(--wp--preset--color--cream) !important;
	color: var(--wp--preset--color--black) !important;
	box-shadow: var(--wp--custom--shadow--float);
}

.woocommerce .quantity .qty {
	border-radius: 999px;
	border: 1px solid var(--wp--preset--color--cream);
	background: transparent;
	color: var(--wp--preset--color--white);
	min-height: 44px;
	padding: 0.4rem 0.8rem;
}

.wp-block-woocommerce-product-image-gallery,
.woocommerce-product-gallery,
.wc-block-components-product-image,
.wp-block-woocommerce-product-image img {
	border-radius: 24px;
	overflow: hidden;
}

.wp-block-woocommerce-product-collection .wp-block-post,
.wc-block-product {
	background: color-mix(in srgb, var(--wp--preset--color--white) 4%, transparent);
	border-radius: 28px;
	padding: 0.75rem 0.75rem 1.25rem;
}

.woocommerce span.onsale,
.wc-block-components-product-sale-badge {
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--black);
	border-radius: 999px;
}

.wp-block-woocommerce-filter-wrapper,
.wp-block-woocommerce-attribute-filter {
	color: var(--wp--preset--color--cream);
}

.wm-shop-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

/* -------------------------------------------------------------------------- */
/* Content pages                                                               */
/* -------------------------------------------------------------------------- */

.wm-page-main {
	padding: var(--wp--preset--spacing--60) clamp(1.15rem, 4vw, 2.75rem) var(--wp--preset--spacing--70);
}

.wm-is-contact .wm-page-main:not(.wm-contact-extra) > .wp-block-post-title {
	display: none;
}

.wm-contact-extra:empty {
	display: none;
	padding: 0;
}

.wm-contact {
	color: var(--wp--preset--color--cream);
}

.wm-contact__intro {
	text-align: center;
	margin-bottom: 2.75rem;
}

.wm-contact__protocol {
	margin: 0 0 0.85rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--custom--color--copper);
}

.wm-contact__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	margin: 0 0 0.9rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(2.3rem, 6vw, 4.6rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--white);
}

.wm-contact__title-script {
	font-family: var(--wp--preset--font-family--script);
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--wp--preset--color--cream);
}

.wm-contact__lede {
	margin: 0 auto;
	max-width: 36ch;
	font-size: 0.95rem;
	line-height: 1.7;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 74%, transparent);
}

.wm-contact__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.wm-contact__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	min-height: 220px;
	padding: 1.5rem 1.4rem 1.3rem;
	border-radius: 28px;
	background: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--cream) 14%, transparent);
	color: var(--wp--preset--color--cream);
	text-decoration: none;
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.wm-contact__card:hover,
.wm-contact__card:focus-visible {
	transform: translateY(-4px);
	background: color-mix(in srgb, var(--wp--preset--color--cream) 10%, transparent);
	border-color: color-mix(in srgb, var(--wp--preset--color--cream) 40%, transparent);
}

.wm-contact__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 0.65rem;
	border-radius: 50%;
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--black);
}

.wm-contact__icon svg {
	width: 24px;
	height: 24px;
}

.wm-contact__name {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wm-contact__hint {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 58%, transparent);
}

.wm-contact__go {
	margin-top: auto;
	padding-top: 1rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.64rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--custom--color--copper);
}

.wm-contact__empty {
	text-align: center;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 70%, transparent);
}

.wm-product .wp-block-woocommerce-breadcrumbs,
.wm-product .woocommerce-breadcrumb,
.wm-product .woocommerce-product-rating,
.wm-product .product_meta,
.wm-product .related.products {
	display: none;
}

.wm-product__grid {
	align-items: start;
	gap: clamp(1.75rem, 4vw, 4rem) !important;
	margin-bottom: 0;
}

.wm-product__buy {
	padding-top: 0.35rem;
}

.wm-product__buy > h1,
.wm-product__buy .wp-block-post-title {
	margin: 0 0 0.7rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.15;
	text-transform: uppercase;
}

.wm-product .wp-block-woocommerce-product-price,
.wm-product p.price,
.wm-product span.price {
	margin: 0 0 1.15rem;
	font-family: var(--wp--preset--font-family--sans);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.wm-product .wp-block-post-excerpt,
.wm-product .woocommerce-product-details__short-description {
	margin: 0 0 1.6rem;
	max-width: 38ch;
	font-size: 0.95rem;
	line-height: 1.7;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 78%, transparent);
}

.wm-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
}

.wm-product .quantity {
	margin: 0;
}

.wm-product .quantity .qty {
	width: 4.5rem;
	text-align: center;
}

.wm-product button.single_add_to_cart_button {
	min-height: 48px;
	padding: 0.85rem 1.8rem !important;
	border: 0;
}

.wm-product .woocommerce-product-gallery,
.wm-product .wp-block-woocommerce-product-image-gallery {
	padding: 0.85rem;
	border-radius: 28px;
	background: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent);
}

.wm-product .woocommerce-product-gallery img {
	border-radius: 20px;
}

.wm-product .flex-control-thumbs {
	display: flex;
	gap: 0.55rem;
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.wm-product .flex-control-thumbs li {
	width: 64px;
	margin: 0;
}

.wm-product .flex-control-thumbs img {
	border-radius: 12px;
	opacity: 0.7;
}

.wm-product .flex-control-thumbs img.flex-active,
.wm-product .flex-control-thumbs img:hover {
	opacity: 1;
}

.wm-product__details {
	margin-top: 3.25rem;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 10%, transparent);
}

.wm-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.25rem;
	margin: 0 0 1.15rem;
	padding: 0;
	border: 0;
	list-style: none;
}

.wm-product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.wm-product .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	padding: 0;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 55%, transparent);
}

.wm-product .woocommerce-tabs ul.tabs li.active a {
	color: var(--wp--preset--color--cream);
}

.wm-product .woocommerce-Tabs-panel,
.wm-product .woocommerce-Tabs-panel h2 {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.wm-product .woocommerce-Tabs-panel {
	max-width: 62ch;
	font-size: 0.95rem;
	line-height: 1.75;
	color: color-mix(in srgb, var(--wp--preset--color--cream) 80%, transparent);
}

.wm-product .woocommerce-product-attributes {
	width: 100%;
	border-collapse: collapse;
}

.wm-product .woocommerce-product-attributes th,
.wm-product .woocommerce-product-attributes td {
	padding: 0.65rem 0;
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 8%, transparent);
	font-size: 0.88rem;
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                  */
/* -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
	.wm-fit__grid {
		grid-template-columns: 1fr;
	}

	.wm-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.wm-lookbook {
		overflow: hidden;
	}

	.wm-lookbook__deck {
		height: auto;
		display: flex;
		align-items: stretch;
		gap: 0.75rem;
		width: 100vw;
		max-width: 100vw;
		margin-inline: calc(50% - 50vw);
		padding: 0.25rem calc((100vw - min(82vw, 340px)) / 2) 0.75rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: calc((100vw - min(82vw, 340px)) / 2);
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
		cursor: grab;
	}

	.wm-lookbook__deck.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
	}

	.wm-lookbook__deck::-webkit-scrollbar {
		display: none;
	}

	.wm-lookbook__card {
		position: relative;
		top: auto;
		left: auto;
		flex: 0 0 min(82vw, 340px);
		width: min(82vw, 340px);
		transform: none !important;
		translate: none !important;
		rotate: none !important;
		scale: none !important;
		scroll-snap-align: center;
		scroll-snap-stop: always;
		pointer-events: none;
	}

	.wm-lookbook__hint {
		display: block;
		margin: 0 0 0.85rem;
		text-align: center;
		font-family: var(--wp--preset--font-family--mono);
		font-size: 0.68rem;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: color-mix(in srgb, var(--wp--preset--color--black) 48%, transparent);
	}

	.wm-lookbook__dots {
		display: flex;
		justify-content: center;
		gap: 0.45rem;
		margin: 0.35rem 0 0;
		padding: 0;
		list-style: none;
	}

	.wm-lookbook__dots button {
		width: 7px;
		height: 7px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: color-mix(in srgb, var(--wp--preset--color--black) 22%, transparent);
	}

	.wm-lookbook__dots button.is-active {
		width: 18px;
		background: var(--wp--preset--color--black);
	}

	.wm-soon__inner {
		grid-template-columns: 1fr;
	}

	.wm-soon__lede {
		max-width: none;
	}

	.wm-soon__stage {
		min-height: 58vh;
	}

	.wm-soon__shot--back,
	.wm-soon__shot--front {
		width: min(62%, 260px);
	}

	.wm-contact__grid {
		grid-template-columns: 1fr;
	}

	.wm-footer__grid {
		grid-template-columns: 1fr;
	}

	.wm-footer__links {
		grid-template-columns: 1fr 1fr;
	}

	.wm-hero__nav .wm-capsule-nav,
	.wm-hero__nav .wm-header-icons,
	.wm-site-header .wm-capsule-nav {
		display: none;
	}

	.wm-site-header .wm-capsule-nav.is-open {
		display: flex;
		position: absolute;
		top: calc(100% + 0.6rem);
		left: 0;
		right: 0;
		z-index: 30;
		flex-direction: column;
		padding: 0.75rem;
		background: var(--wp--preset--color--black);
		border: 1px solid color-mix(in srgb, var(--wp--preset--color--cream) 22%, transparent);
	}

	.wm-nav-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.wm-hero__nav,
	.wm-site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.wm-product__grid {
		flex-direction: column !important;
	}

	.wm-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 2rem 0 3rem;
	}

	.wm-hero__copy {
		order: 2;
		padding-bottom: 0;
		max-width: none;
		text-align: left;
	}

	.wm-hero__stage {
		order: 1;
		min-height: 54vh;
	}

	.wm-hero__aside {
		order: 3;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding-bottom: 0;
	}

	.wm-hero__dots {
		flex-direction: row;
	}

	.wm-hero__mobile-menu.is-open,
	.wm-site-header__mobile.is-open {
		display: flex;
		position: absolute;
		top: 4.5rem;
		left: 1rem;
		right: 1rem;
		z-index: 20;
		flex-direction: column;
		gap: 0.35rem;
		padding: 0.75rem;
		border-radius: 24px;
		background: var(--wp--preset--color--black);
		border: 1px solid color-mix(in srgb, var(--wp--preset--color--cream) 22%, transparent);
		box-shadow: var(--wp--custom--shadow--float);
	}

	.wm-hero__mobile-menu a,
	.wm-site-header__mobile a {
		min-height: 44px;
		display: flex;
		align-items: center;
		padding: 0.6rem 1rem;
		border-radius: 999px;
		color: var(--wp--preset--color--white);
		text-decoration: none;
	}

	.wm-hero__mobile-menu a.is-active,
	.wm-hero__mobile-menu a:hover,
	.wm-site-header__mobile a.is-active,
	.wm-site-header__mobile a:hover {
		background: var(--wp--preset--color--cream);
		color: var(--wp--preset--color--black);
	}
}

@media (max-width: 640px) {
	.wm-grid {
		grid-template-columns: 1fr;
	}

	.wm-hotspot__tip,
	.wm-hotspot--left .wm-hotspot__tip {
		left: 50%;
		right: auto;
		top: calc(100% + 8px);
		width: min(200px, 70vw);
		transform: translateX(-50%) translateY(4px);
	}

	.wm-hotspot:hover .wm-hotspot__tip,
	.wm-hotspot:focus-visible .wm-hotspot__tip,
	.wm-hotspot.is-open .wm-hotspot__tip {
		transform: translateX(-50%) translateY(0);
	}

	.wm-footer__col:last-child {
		grid-column: 1 / -1;
	}

	.wm-footer__line {
		max-width: none;
	}
}
