@font-face {
	font-display: swap;
	font-family: Archivo;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/archivo-v8-latin-regular.woff2") format("woff2"),
		url("../../fonts/archivo-v8-latin-regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: Archivo;
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/archivo-v8-latin-700.woff2") format("woff2"),
		url("../../fonts/archivo-v8-latin-700.woff") format("woff");
}

html.advertise-page,
.advertise-page__body {
	margin: 0;
	min-height: 100%;
}

.advertise-page__body {
	background: #000;
	color: #fff;
}

.advertise-cover {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	overflow: hidden;
	padding: 48px 24px;
	position: relative;
	text-align: center;
}

.advertise-cover__media {
	background: #000;
	inset: 0;
	position: absolute;
}

.advertise-cover__content {
	box-sizing: border-box;
	max-width: 920px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.advertise-cover__logo-link {
	display: inline-block;
	margin-bottom: 34px;
}

.advertise-cover__logo {
	display: block;
	height: auto;
	max-width: 320px;
	width: 100%;
}

.advertise-cover__title {
	color: #ffe500;
	font-family: Archivo, Arial, sans-serif;
	font-size: 4.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 24px;
	text-transform: none;
}

.advertise-cover__copy {
	color: #fff;
	font-family: Archivo, Arial, sans-serif;
	font-size: 1.3125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 880px;
}

.advertise-cover__copy p {
	margin: 0 0 18px;
}

.advertise-cover__copy p:last-child {
	margin-bottom: 0;
}

.advertise-cover a {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.72);
	text-underline-offset: 0.18em;
}

.advertise-cover a:hover,
.advertise-cover a:focus {
	color: #ffe500;
}

.advertise-cover__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 40px;
}

.advertise-cover__actions a {
	align-items: center;
	border: 2px solid #ffe500;
	color: #ffe500;
	box-sizing: border-box;
	display: inline-flex;
	font-family: Archivo, Arial, sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 54px;
	min-width: 164px;
	padding: 14px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.advertise-cover__actions a:hover,
.advertise-cover__actions a:focus {
	background: #fff;
	border-color: #fff;
	color: #181818;
}

.advertise-form-page {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	overflow: hidden;
	padding: 48px 24px;
	position: relative;
}

.advertise-form-page__media {
	background: #000;
	inset: 0;
	position: absolute;
}

.advertise-form-shell {
	background: rgba(18, 18, 18, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
	box-sizing: border-box;
	color: #fff;
	font-family: Archivo, Arial, sans-serif;
	max-width: 760px;
	padding: 36px 40px 40px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.advertise-form-header {
	text-align: center;
}

.advertise-form-header__logo-link {
	display: inline-block;
	margin-bottom: 20px;
}

.advertise-form-header__logo {
	display: block;
	height: auto;
	max-width: 210px;
	width: 100%;
}

.advertise-form-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 30px;
}

.advertise-form-nav a {
	color: #ffe500;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration-color: rgba(255, 255, 255, 0.58);
	text-transform: uppercase;
	text-underline-offset: 0.18em;
}

.advertise-form-nav a:hover,
.advertise-form-nav a:focus,
.advertise-form-nav a[aria-current="page"] {
	color: #ffe500;
}

.advertise-form-header__eyebrow {
	color: #ffe500;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.advertise-form-header__title {
	color: #ffe500;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
}

.advertise-form-header__intro {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.125rem;
	line-height: 1.45;
	margin: 0 0 28px;
}

.advertise-form-notice {
	border-radius: 6px;
	box-sizing: border-box;
	font-family: Archivo, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 22px;
	padding: 14px 16px;
}

.advertise-form-notice--success {
	background: #f5e700;
	color: #151515;
}

.advertise-form-notice--error {
	background: #fff;
	color: #b42318;
}

.advertise-contact-form {
	display: grid;
	gap: 18px;
}

.advertise-contact-form__field {
	display: grid;
	gap: 8px;
}

.advertise-contact-form label {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
}

.advertise-contact-form label span {
	color: #ffe500;
}

.advertise-contact-form input,
.advertise-contact-form select,
.advertise-contact-form textarea {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	color: #151515;
	font: 400 1rem/1.4 Archivo, Arial, sans-serif;
	letter-spacing: 0;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.advertise-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.advertise-contact-form input:focus,
.advertise-contact-form select:focus,
.advertise-contact-form textarea:focus {
	border-color: #ffe500;
	outline: 2px solid rgba(255, 229, 0, 0.36);
	outline-offset: 2px;
}

.advertise-contact-form__submit {
	align-items: center;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	box-sizing: border-box;
	color: #181818;
	cursor: pointer;
	display: inline-flex;
	font: 700 0.9375rem/1.2 Archivo, Arial, sans-serif;
	justify-content: center;
	letter-spacing: 0;
	margin-top: 8px;
	min-height: 54px;
	padding: 14px 26px;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 100%;
}

.advertise-contact-form__submit:hover,
.advertise-contact-form__submit:focus {
	background: #ffe500;
	border-color: #ffe500;
	color: #151515;
}

.advertise-brand-page {
	background: #000;
	box-sizing: border-box;
	color: #fff;
	font-family: Archivo, Arial, sans-serif;
	min-height: 100vh;
	padding: 48px 24px 64px;
}

.advertise-brand-shell {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.advertise-brand-header {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

.advertise-brand-header__logo-link {
	display: inline-block;
	margin-bottom: 20px;
}

.advertise-brand-header__logo {
	display: block;
	height: auto;
	max-width: 210px;
	width: 100%;
}

.advertise-brand-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 34px;
}

.advertise-brand-nav a {
	color: #ffe500;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration-color: rgba(255, 255, 255, 0.58);
	text-transform: uppercase;
	text-underline-offset: 0.18em;
}

.advertise-brand-nav a:hover,
.advertise-brand-nav a:focus,
.advertise-brand-nav a[aria-current="page"] {
	color: #fff;
}

.advertise-brand-header__title {
	color: #ffe500;
	font-size: 4.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 12px;
}

.advertise-brand-header__intro {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.125rem;
	line-height: 1.45;
	margin: 0;
}

.advertise-brand-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.advertise-brand-card {
	background: #121212;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	border-top: 6px solid #ffe500;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 190px;
	padding: 22px;
}

.advertise-brand-card__brand {
	color: #ffe500;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.advertise-brand-card__title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

@media (max-width: 920px) {
	.advertise-cover {
		padding: 44px 24px;
	}

	.advertise-cover__title {
		font-size: 3.75rem;
	}

	.advertise-cover__copy {
		font-size: 1.1875rem;
	}

	.advertise-form-shell {
		max-width: 720px;
		padding: 34px 34px 38px;
	}

	.advertise-form-header__title {
		font-size: 2.75rem;
	}

	.advertise-brand-page {
		padding: 44px 24px 54px;
	}

	.advertise-brand-header__title {
		font-size: 3.5rem;
	}
}

@media (max-width: 640px) {
	.advertise-cover {
		align-items: flex-start;
		min-height: 100svh;
		padding: 34px 20px;
	}

	.advertise-cover__logo-link {
		margin-bottom: 28px;
	}

	.advertise-cover__logo {
		max-width: 238px;
	}

	.advertise-cover__title {
		font-size: 2.625rem;
		line-height: 1.08;
		margin-bottom: 20px;
	}

	.advertise-cover__copy {
		font-size: 1.0625rem;
		line-height: 1.5;
	}

	.advertise-cover__copy p {
		margin-bottom: 16px;
	}

	.advertise-cover__actions {
		gap: 12px;
		margin-top: 30px;
	}

	.advertise-cover__actions a {
		min-width: 0;
		width: 100%;
	}

	.advertise-form-page {
		align-items: flex-start;
		min-height: 100svh;
		padding: 24px 16px;
	}

	.advertise-form-shell {
		padding: 28px 20px 30px;
	}

	.advertise-form-header__logo {
		max-width: 180px;
	}

	.advertise-form-nav {
		margin-bottom: 24px;
	}

	.advertise-form-header__title {
		font-size: 2.25rem;
	}

	.advertise-form-header__intro {
		font-size: 1rem;
		margin-bottom: 24px;
	}

	.advertise-brand-page {
		padding: 28px 16px 40px;
	}

	.advertise-brand-header {
		margin-bottom: 30px;
	}

	.advertise-brand-header__logo {
		max-width: 180px;
	}

	.advertise-brand-nav {
		margin-bottom: 26px;
	}

	.advertise-brand-header__title {
		font-size: 2.75rem;
	}

	.advertise-brand-header__intro {
		font-size: 1rem;
	}

	.advertise-brand-grid {
		grid-template-columns: 1fr;
	}

	.advertise-brand-card {
		min-height: 160px;
		padding: 20px;
	}
}
