/* Lightweight base for Fashion Meeting-owned layouts. */
body.fm-independent-layout {
	margin: 0;
	overflow-x: hidden;
	background: #050505;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
}

body.fm-independent-layout *,
body.fm-independent-layout *::before,
body.fm-independent-layout *::after {
	box-sizing: border-box;
}

body.fm-independent-layout #page {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

body.fm-independent-layout #content {
	padding: 0;
}

body.fm-independent-layout :where(img, svg, video) {
	max-width: 100%;
	height: auto;
}

body.fm-independent-layout :where(button, input, select, textarea) {
	font: inherit;
}

body.fm-independent-layout.headings-f1 :where(h1, h2, h3, h4, h5, h6) {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
}

.fm-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10000;
	transform: translateY(-160%);
	padding: 12px 16px;
	background: #fff;
	color: #050505 !important;
	font: 800 12px/1 Montserrat, Arial, sans-serif;
}

.fm-skip-link:focus {
	transform: translateY(0);
}

body.fm-controlled-shell #zeen-top-block,
body.fm-controlled-shell #secondary-wrap,
body.fm-controlled-shell #masthead,
body.fm-controlled-shell #mobhead,
body.fm-controlled-shell #header-line,
body.fm-controlled-shell #site-navigation,
body.fm-controlled-shell #mob-menu-wrap,
body.fm-controlled-shell #slide-in-menu,
body.fm-controlled-shell #modal,
body.fm-controlled-shell #tipi-overlay,
body.fm-controlled-shell #light-overlay,
body.fm-controlled-shell #slide-in-box,
body.fm-controlled-shell #colophon {
	display: none !important;
}

.fm-site-header,
.fm-site-header * {
	box-sizing: border-box;
}

.fm-site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgba(255,255,255,.15);
	background: #050505;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
}

.fm-site-header__inner {
	width: min(1180px, calc(100% - 48px));
	min-height: 82px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.fm-site-header__brand {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
}

.fm-site-header__brand img {
	display: block;
	width: 180px;
	height: 45px;
	object-fit: contain;
}

.fm-site-header__desktop {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
}

.fm-site-header__desktop a,
.fm-site-header__mobile nav a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fm-site-header__desktop a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 9px;
}

.fm-site-header a[aria-current="page"] {
	text-decoration: underline !important;
	text-decoration-color: #c9183f !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 7px !important;
}

.fm-site-header__contact {
	margin-left: 8px;
	border: 1px solid rgba(255,255,255,.42);
}

.fm-site-header__mobile {
	display: none;
}

.fm-site-header__mobile summary {
	min-width: 48px;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid rgba(255,255,255,.3);
	cursor: pointer;
	list-style: none;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fm-site-header__mobile summary::-webkit-details-marker { display: none; }
.fm-site-header__mobile summary i,
.fm-site-header__mobile summary i::before,
.fm-site-header__mobile summary i::after {
	width: 16px;
	height: 2px;
	display: block;
	background: currentColor;
}
.fm-site-header__mobile summary i { position: relative; }
.fm-site-header__mobile summary i::before,
.fm-site-header__mobile summary i::after { position: absolute; left: 0; content: ""; }
.fm-site-header__mobile summary i::before { top: -5px; }
.fm-site-header__mobile summary i::after { top: 5px; }
.fm-site-header__mobile[open] summary i { background: transparent; }
.fm-site-header__mobile[open] summary i::before { top: 0; transform: rotate(45deg); }
.fm-site-header__mobile[open] summary i::after { top: 0; transform: rotate(-45deg); }

.fm-site-header__mobile nav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: grid;
	padding: 12px 14px 20px;
	border-top: 1px solid rgba(255,255,255,.15);
	background: #050505;
	box-shadow: 0 18px 35px rgba(0,0,0,.28);
}

.fm-site-header__mobile nav a {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.13);
}

.fm-site-header__mobile nav .fm-site-header__contact {
	justify-content: center;
	margin: 14px 0 0;
	border: 1px solid rgba(255,255,255,.42);
}

.fm-social-global,
.fm-social-global * {
	box-sizing: border-box;
}

.fm-social-global {
	position: relative;
	z-index: 2;
	padding: 34px 0;
	border-top: 1px solid rgba(255,255,255,.16);
	background: #050505;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
}

.fm-social-global__inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
	gap: 42px;
	align-items: center;
}

.fm-social-global p {
	margin: 0;
	color: #c9183f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
}

.fm-social-global nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255,255,255,.16);
	border-left: 1px solid rgba(255,255,255,.16);
}

.fm-social-global a {
	min-height: 82px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 18px;
	border-right: 1px solid rgba(255,255,255,.16);
	border-bottom: 1px solid rgba(255,255,255,.16);
	background: #0d0d0d;
	color: #fff !important;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease;
}

.fm-social-global a:hover,
.fm-social-global a:focus-visible {
	background: #c9183f;
	color: #fff !important;
}

.fm-social-global span {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.fm-social-global small {
	margin-top: 4px;
	color: rgba(255,255,255,.56);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.fm-social-global a:focus-visible {
	outline: 3px solid #c9183f;
	outline-offset: 3px;
}

.fm-social-global a:hover small,
.fm-social-global a:focus-visible small {
	color: rgba(255,255,255,.86);
}

:where(.fmh-home,.fmc-content,.fmi-page,.fme-article,.fme-listing,.fme-site-footer,.fm-social-global) :where(a,button,input,video):focus-visible {
	outline: 3px solid #c9183f !important;
	outline-offset: 3px !important;
}

@media (max-width: 980px) {
	.fm-site-header__desktop { display: none; }
	.fm-site-header__mobile { display: block; }

	.fm-social-global nav {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.fm-site-header__inner {
		width: min(100% - 28px, 1180px);
		min-height: 74px;
	}

	.fm-site-header__brand img {
		width: 168px;
		height: 42px;
	}

	.fm-social-global__inner {
		width: min(100% - 28px, 1180px);
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.fm-social-global nav {
		grid-template-columns: 1fr;
	}

	.fm-social-global a {
		min-height: 70px;
	}
}


/* Utility pages use the controlled shell without Zeen's animation runtime. */
body.page-id-475 .hero-wrap,
body.page-id-3 .hero-wrap {
	background: #111 !important;
	height: 240px !important;
	min-height: 240px !important;
}

body.page-id-475 .hero-wrap .hero,
body.page-id-3 .hero-wrap .hero,
body.page-id-475 .hero-wrap .mask-overlay,
body.page-id-3 .hero-wrap .mask-overlay {
	display: none !important;
}

body.page-id-475 .hero-wrap .meta-wrap,
body.page-id-3 .hero-wrap .meta-wrap,
body.page-id-475 .hero-wrap .entry-title,
body.page-id-3 .hero-wrap .entry-title {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.page-id-475 .hero-wrap .entry-title,
body.page-id-3 .hero-wrap .entry-title {
	color: #fff !important;
}

@media (max-width: 767px) {
	body.page-id-475 .hero-wrap,
	body.page-id-3 .hero-wrap {
		height: 180px !important;
		min-height: 180px !important;
	}
}


/* WCAG AA: accessible accent on the global dark footer. */
.fm-social-global__inner > p{color:#ff6b8b!important}

/* Legal link for the approved Privacy Policy. */
.fm-social-global__legal {
	display: flex !important;
	justify-content: flex-end;
	margin-top: 16px;
	border: 0 !important;
}

.fm-social-global__legal a {
	min-height: 44px;
	padding: 12px 0;
	border: 0;
	background: transparent;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: underline !important;
	text-underline-offset: 4px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.fm-social-global__legal { justify-content: flex-start; }
}
