/*
Theme Name: AMB360 Studios
Theme URI: https://amb360studios.co.uk
Author: AMB360
Description: Custom holding page theme for AMB360 Studios.
Version: 1.3.0
Text Domain: amb360-studios
*/


/* ==========================================================
   RESET
========================================================== */

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

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;

	background: #050505;
	color: #ffffff;

	font-family:
		"Manrope",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;

	font-size: 16px;
	line-height: 1.5;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.screen-reader-text {
	position: absolute;

	width: 1px;
	height: 1px;

	padding: 0;
	margin: -1px;

	overflow: hidden;

	clip: rect(0, 0, 0, 0);

	white-space: nowrap;

	border: 0;
}

:focus-visible {
	outline: 2px solid #ff2aa1;
	outline-offset: 4px;
}


/* ==========================================================
   PAGE
========================================================== */

.site {
	position: relative;

	display: flex;
	flex-direction: column;

	min-height: 100vh;
	min-height: 100svh;

	overflow-x: hidden;

	background:
		radial-gradient(
			circle at 5% 14%,
			rgba(255, 214, 0, 0.075),
			transparent 29%
		),
		radial-gradient(
			circle at 94% 26%,
			rgba(0, 191, 255, 0.075),
			transparent 31%
		),
		radial-gradient(
			circle at 70% 89%,
			rgba(255, 0, 153, 0.075),
			transparent 31%
		),
		#050505;
}


/* ==========================================================
   HEADER
========================================================== */

.site-header {
	position: relative;
	z-index: 10;

	flex: 0 0 auto;

	width: 100%;

	padding: 16px 20px 0;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: min(100%, 1440px);

	margin: 0 auto;
}

.site-header__brand {
	display: flex;
	align-items: center;
}

.site-header__logo {
	display: block;

	width: 165px;
	height: auto;
}


/* ==========================================================
   SOCIAL BUTTON
========================================================== */

.site-header__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	gap: 8px;

	min-height: 38px;

	padding: 0 14px;

	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;

	color: rgba(255, 255, 255, 0.82);

	font-size: 12px;
	font-weight: 600;

	transition:
		border-color 180ms ease,
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.site-header__social:hover {
	border-color: rgba(255, 255, 255, 0.3);

	background: rgba(255, 255, 255, 0.05);

	color: #ffffff;

	transform: translateY(-1px);
}


/* ==========================================================
   INSTAGRAM ICON
========================================================== */

.instagram-mark {
	position: relative;

	display: block;

	width: 16px;
	height: 16px;

	flex: 0 0 16px;

	border: 1.5px solid currentColor;
	border-radius: 5px;
}

.instagram-mark__lens {
	position: absolute;

	top: 50%;
	left: 50%;

	width: 6px;
	height: 6px;

	border: 1.5px solid currentColor;
	border-radius: 50%;

	transform: translate(-50%, -50%);
}

.instagram-mark__dot {
	position: absolute;

	top: 3px;
	right: 3px;

	width: 2px;
	height: 2px;

	border-radius: 50%;

	background: currentColor;
}

.instagram-mark--small {
	width: 13px;
	height: 13px;

	flex-basis: 13px;

	border-radius: 4px;
}

.instagram-mark--small .instagram-mark__lens {
	width: 5px;
	height: 5px;

	border-width: 1px;
}

.instagram-mark--small .instagram-mark__dot {
	top: 2px;
	right: 2px;

	width: 2px;
	height: 2px;
}


/* ==========================================================
   MAIN
========================================================== */

.holding-page {
	position: relative;
	z-index: 2;

	flex: 1 1 auto;

	display: flex;

	min-height: 0;
}


/* ==========================================================
   HERO
========================================================== */

.holding-hero {
	display: flex;
	align-items: center;

	width: 100%;

	padding: 16px 20px;
}

.holding-hero__inner {
	width: min(100%, 1440px);

	margin: 0 auto;
}

.holding-hero__content {
	width: 100%;
	max-width: 1000px;
}


/* ==========================================================
   EYEBROW
========================================================== */

.holding-hero__eyebrow {
	display: flex;
	align-items: center;

	gap: 10px;

	margin: 0 0 13px;

	color: rgba(255, 255, 255, 0.62);

	font-size: 10px;
	font-weight: 700;

	letter-spacing: 0.18em;

	text-transform: uppercase;
}

.holding-hero__eyebrow::before {
	content: "";

	width: 22px;
	height: 2px;

	flex: 0 0 auto;

	background:
		linear-gradient(
			90deg,
			#ffe600 0%,
			#ff2a8a 55%,
			#00bfff 100%
		);
}


/* ==========================================================
   TITLE
========================================================== */

.holding-hero__title {
	max-width: 1000px;

	margin: 0;

	color: #ffffff;

	font-size: clamp(44px, 5.7vw, 70px);
	font-weight: 800;

	line-height: 1.025;

	letter-spacing: -0.055em;
}

.holding-hero__title-main {
	display: block;
}

.holding-hero__title-accent {
	display: block;

	padding-top: 0.04em;
	padding-bottom: 0.13em;

	margin-bottom: -0.1em;

	line-height: 1.09;

	background:
		linear-gradient(
			90deg,
			#ffe600 0%,
			#ff8a32 25%,
			#ff1493 55%,
			#b228ff 76%,
			#00bfff 100%
		);

	-webkit-background-clip: text;
	background-clip: text;

	color: transparent;
}


/* ==========================================================
   HERO COPY
========================================================== */

.holding-hero__services {
	margin: 10px 0 0;

	color: rgba(255, 255, 255, 0.94);

	font-size: 15px;
	font-weight: 600;
}

.holding-hero__intro {
	max-width: 650px;

	margin: 6px 0 0;

	color: rgba(255, 255, 255, 0.7);

	font-size: 13px;
	line-height: 1.5;
}


/* ==========================================================
   SIGNUP
========================================================== */

.launch-signup {
	width: 100%;
	max-width: 960px;

	margin-top: 13px;
	padding-top: 12px;

	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.launch-signup__header {
	display: block;

	margin-bottom: 10px;
}

.launch-signup__heading {
	margin: 0 0 3px;

	color: #ffffff;

	font-size: 19px;
	font-weight: 700;

	line-height: 1.15;

	letter-spacing: -0.035em;
}

.launch-signup__intro {
	max-width: 560px;

	margin: 0;

	color: rgba(255, 255, 255, 0.55);

	font-size: 11px;
	line-height: 1.45;
}


/* ==========================================================
   FORM GRID
========================================================== */

.launch-form {
	display: grid;

	grid-template-columns:
		minmax(160px, 0.9fr)
		minmax(210px, 1.1fr)
		minmax(390px, 2fr)
		minmax(145px, 0.7fr);

	align-items: end;

	gap: 10px;

	width: 100%;
}

.launch-form__field {
	width: 100%;
	min-width: 0;
}

.launch-form__label {
	display: block;

	margin: 0 0 5px;

	color: rgba(255, 255, 255, 0.68);

	font-size: 10px;
	font-weight: 650;

	line-height: 1.2;
}

.launch-form__label--interest {
	color: rgba(255, 255, 255, 0.9);
}


/* ==========================================================
   TEXT INPUTS
========================================================== */

.launch-form__input {
	display: block;

	width: 100%;
	height: 42px;

	padding: 0 14px;

	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 9px;

	outline: none;

	background: rgba(255, 255, 255, 0.045);

	color: #ffffff;

	font-size: 13px;

	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease;
}

.launch-form__input::placeholder {
	color: rgba(255, 255, 255, 0.32);
}

.launch-form__input:focus {
	border-color: rgba(255, 42, 161, 0.75);

	background: rgba(255, 255, 255, 0.065);

	box-shadow:
		0 0 0 3px rgba(255, 42, 161, 0.08);
}


/* ==========================================================
   INTEREST CHOICES
========================================================== */

.launch-form__choices {
	display: grid;

	grid-template-columns:
		repeat(3, minmax(0, 1fr));

	gap: 6px;

	width: 100%;
}

.launch-form__choice {
	position: relative;

	display: flex;
	align-items: center;

	gap: 7px;

	min-width: 0;

	cursor: pointer;

	color: rgba(255, 255, 255, 0.68);

	font-size: 9px;
	font-weight: 500;

	line-height: 1.2;

	user-select: none;
}

.launch-form__choice-input {
	position: absolute !important;

	width: 1px !important;
	height: 1px !important;

	margin: 0 !important;
	padding: 0 !important;

	opacity: 0 !important;

	pointer-events: none !important;

	appearance: none !important;
	-webkit-appearance: none !important;
}

.launch-form__choice-box {
	position: relative;

	display: block;

	width: 14px;
	height: 14px;

	flex: 0 0 14px;

	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 4px;

	background: rgba(255, 255, 255, 0.045);

	transition:
		background 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease;
}

.launch-form__choice-text {
	display: block;

	min-width: 0;
}

.launch-form__choice:hover {
	color: #ffffff;
}

.launch-form__choice:hover .launch-form__choice-box {
	border-color: rgba(255, 255, 255, 0.45);
}

.launch-form__choice-input:checked + .launch-form__choice-box {
	border-color: transparent;

	background:
		linear-gradient(
			135deg,
			#ffe600 0%,
			#ff2a8a 55%,
			#00bfff 100%
		);
}

.launch-form__choice-input:checked + .launch-form__choice-box::after {
	content: "";

	position: absolute;

	top: 2px;
	left: 4px;

	width: 4px;
	height: 7px;

	border-right: 2px solid #050505;
	border-bottom: 2px solid #050505;

	transform: rotate(45deg);
}

.launch-form__choice-input:focus-visible + .launch-form__choice-box {
	box-shadow:
		0 0 0 3px rgba(255, 42, 161, 0.14);
}


/* ==========================================================
   INTEREST ERROR
========================================================== */

.launch-form__interest-error {
	grid-column: 1 / -1;

	margin: 6px 0 0;

	color: #ff7a94;

	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
}


/* ==========================================================
   BUTTON
========================================================== */

.launch-form__field--submit {
	align-self: end;
}

.launch-form__button {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 42px;

	padding: 0 20px;

	border: 0;
	border-radius: 9px;

	cursor: pointer;

	background:
		linear-gradient(
			100deg,
			#ffe600 0%,
			#ff4a72 42%,
			#e600c7 67%,
			#00bfff 100%
		);

	color: #050505;

	font-size: 11px;
	font-weight: 800;

	letter-spacing: 0.08em;

	text-transform: uppercase;

	transition:
		filter 180ms ease,
		transform 180ms ease,
		opacity 180ms ease;
}

.launch-form__button:hover {
	filter: brightness(1.08);

	transform: translateY(-1px);
}

.launch-form__button:active {
	transform: translateY(0);
}

.launch-form__button:disabled {
	cursor: wait;

	opacity: 0.72;

	transform: none;
}


/* ==========================================================
   MARKETING OPT-IN
========================================================== */

.launch-form__optin {
	grid-column: 1 / -1;

	margin-top: 3px;
}

.launch-form__optin-label {
	position: relative;

	display: inline-flex;
	align-items: flex-start;

	gap: 9px;

	max-width: 760px;

	cursor: pointer;

	color: rgba(255, 255, 255, 0.58);

	font-size: 10px;

	line-height: 1.45;
}

.launch-form__optin-checkbox {
	position: absolute !important;

	width: 1px !important;
	height: 1px !important;

	margin: 0 !important;
	padding: 0 !important;

	opacity: 0 !important;

	pointer-events: none !important;

	appearance: none !important;
	-webkit-appearance: none !important;
}

.launch-form__optin-box {
	position: relative;

	display: block;

	width: 16px;
	height: 16px;

	flex: 0 0 16px;

	margin-top: 0;

	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 4px;

	background: rgba(255, 255, 255, 0.045);

	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.launch-form__optin-checkbox:checked + .launch-form__optin-box {
	border-color: transparent;

	background:
		linear-gradient(
			135deg,
			#ffe600 0%,
			#ff2a8a 55%,
			#00bfff 100%
		);
}

.launch-form__optin-checkbox:checked + .launch-form__optin-box::after {
	content: "";

	position: absolute;

	top: 3px;
	left: 5px;

	width: 4px;
	height: 7px;

	border-right: 2px solid #050505;
	border-bottom: 2px solid #050505;

	transform: rotate(45deg);
}

.launch-form__optin-checkbox:focus-visible + .launch-form__optin-box {
	box-shadow:
		0 0 0 3px rgba(255, 42, 161, 0.13);
}


/* ==========================================================
   HONEYPOT
========================================================== */

.launch-form__honeypot,
input.launch-form__honeypot,
input[name="email_address_check"] {
	display: none !important;

	position: absolute !important;

	left: -99999px !important;
	top: -99999px !important;

	width: 1px !important;
	height: 1px !important;

	min-width: 0 !important;
	min-height: 0 !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;

	opacity: 0 !important;

	visibility: hidden !important;

	pointer-events: none !important;
}


/* ==========================================================
   CONSENT
========================================================== */

.launch-form__consent {
	margin: 5px 0 0;

	color: rgba(255, 255, 255, 0.35);

	font-size: 9px;

	line-height: 1.4;
}

.launch-form__consent a {
	color: rgba(255, 255, 255, 0.66);

	text-decoration: underline;

	text-underline-offset: 3px;
}


/* ==========================================================
   SUCCESS STATE
========================================================== */

.launch-success {
	max-width: 620px;

	padding: 24px 0 10px;
}

.launch-success__eyebrow {
	margin: 0 0 5px;

	color: rgba(255, 255, 255, 0.55);

	font-size: 10px;
	font-weight: 700;

	letter-spacing: 0.14em;

	text-transform: uppercase;
}

.launch-success__heading {
	margin: 0;

	color: #ffffff;

	font-size: 28px;
	font-weight: 750;

	line-height: 1.1;

	letter-spacing: -0.04em;
}

.launch-success__text {
	max-width: 560px;

	margin: 8px 0 0;

	color: rgba(255, 255, 255, 0.62);

	font-size: 13px;

	line-height: 1.55;
}


/* ==========================================================
   ERROR STATE
========================================================== */

.launch-error {
	margin-top: 10px;
}

.launch-error__text {
	margin: 0;

	color: #ff8297;

	font-size: 11px;
	font-weight: 600;
}


/* ==========================================================
   FOOTER
========================================================== */

.site-footer {
	position: relative;
	z-index: 5;

	flex: 0 0 auto;

	padding: 0 20px 8px;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: min(100%, 1440px);

	margin: 0 auto;
	padding-top: 8px;

	border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.site-footer__copy,
.site-footer__links {
	margin: 0;

	color: rgba(255, 255, 255, 0.35);

	font-size: 9px;
}

.site-footer__links {
	display: flex;
	align-items: center;

	gap: 16px;
}

.site-footer__social {
	display: inline-flex;
	align-items: center;

	gap: 6px;
}


/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 1024px) {

	.site-header {
		padding-left: 56px;
		padding-right: 56px;
	}

	.holding-hero {
		padding-left: 56px;
		padding-right: 56px;
	}

	.site-footer {
		padding-left: 56px;
		padding-right: 56px;
	}
}


/* ==========================================================
   SHORT DESKTOP
========================================================== */

@media (min-width: 1024px) and (max-height: 820px) {

	.site-header {
		padding-top: 10px;
	}

	.site-header__logo {
		width: 150px;
	}

	.holding-hero {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.holding-hero__eyebrow {
		margin-bottom: 9px;
	}

	.holding-hero__title {
		font-size: clamp(40px, 4.7vw, 60px);
	}

	.holding-hero__services {
		margin-top: 6px;

		font-size: 13px;
	}

	.holding-hero__intro {
		margin-top: 4px;

		font-size: 11px;
	}

	.launch-signup {
		margin-top: 9px;
		padding-top: 9px;
	}

	.launch-signup__header {
		margin-bottom: 7px;
	}

	.launch-signup__heading {
		font-size: 17px;
	}

	.launch-signup__intro {
		font-size: 10px;
	}

	.launch-form__input,
	.launch-form__button {
		height: 38px;
	}

	.launch-form__choice {
		font-size: 8px;
	}

	.launch-form__optin-label {
		font-size: 9px;
	}
}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width: 700px) and (max-width: 1023px) {

	.site-header {
		padding: 18px 32px 0;
	}

	.holding-hero {
		padding: 30px 32px;
	}

	.launch-form {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

	.launch-form__field--interest,
	.launch-form__field--submit,
	.launch-form__optin {
		grid-column: 1 / -1;
	}

	.launch-form__choices {
		grid-template-columns:
			repeat(3, minmax(0, 1fr));

		gap: 8px 10px;
	}

	.site-footer {
		padding-left: 32px;
		padding-right: 32px;
	}
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 699px) {

	.site {
		display: block;

		min-height: 100svh;

		overflow-x: hidden;
		overflow-y: visible;
	}

	.site-header {
		padding:
			max(18px, env(safe-area-inset-top))
			20px
			0;
	}

	.site-header__logo {
		width: 150px;
	}

	.site-header__social {
		min-height: 36px;

		padding: 0 11px;

		font-size: 11px;
	}

	.holding-page {
		display: block;
	}

	.holding-hero {
		display: block;

		padding: 42px 20px 30px;
	}

	.holding-hero__content {
		max-width: none;
	}

	.holding-hero__eyebrow {
		margin-bottom: 18px;

		font-size: 10px;
	}

	.holding-hero__title {
		font-size: clamp(40px, 10.8vw, 46px);

		line-height: 1.02;

		letter-spacing: -0.047em;
	}

	.holding-hero__title-main {
		display: block;
	}

	.holding-hero__title-accent {
		padding-top: 0.07em;
		padding-bottom: 0.12em;

		margin-bottom: -0.05em;

		line-height: 1.07;
	}

	.holding-hero__services {
		margin-top: 22px;

		font-size: 15px;

		line-height: 1.4;
	}

	.holding-hero__intro {
		margin-top: 15px;

		font-size: 14px;

		line-height: 1.62;
	}

	.launch-signup {
		margin-top: 30px;

		padding-top: 26px;
	}

	.launch-signup__header {
		margin-bottom: 22px;
	}

	.launch-signup__heading {
		margin-bottom: 7px;

		font-size: 24px;
	}

	.launch-signup__intro {
		max-width: none;

		font-size: 13px;

		line-height: 1.55;
	}

	.launch-form {
		display: block;
	}

	.launch-form__field {
		margin-bottom: 18px;
	}

	.launch-form__label {
		margin-bottom: 7px;

		color: rgba(255, 255, 255, 0.9);

		font-size: 13px;
		font-weight: 500;
	}

	.launch-form__input {
		height: 54px;

		padding: 0 16px;

		font-size: 16px;
	}

	.launch-form__field--interest {
		margin-top: 25px;
		margin-bottom: 22px;
	}

	.launch-form__label--interest {
		margin-bottom: 12px;

		font-size: 15px;
		font-weight: 600;

		color: #ffffff;
	}

	.launch-form__choices {
		display: grid;

		grid-template-columns:
			repeat(2, minmax(0, 1fr));

		gap: 8px;
	}

	.launch-form__choice {
		position: relative;

		display: flex;
		align-items: center;

		min-height: 48px;

		padding: 10px 11px;

		gap: 9px;

		border: 1px solid rgba(255, 255, 255, 0.11);
		border-radius: 9px;

		background: rgba(255, 255, 255, 0.035);

		color: rgba(255, 255, 255, 0.76);

		font-size: 12px;
		font-weight: 500;

		line-height: 1.25;

		transition:
			border-color 160ms ease,
			background 160ms ease,
			color 160ms ease;
	}

	.launch-form__choice:has(.launch-form__choice-input:checked) {
		border-color: rgba(255, 42, 161, 0.42);

		background: rgba(255, 42, 161, 0.07);

		color: #ffffff;
	}

	.launch-form__choice-box {
		width: 18px;
		height: 18px;

		flex-basis: 18px;

		border-radius: 5px;
	}

	.launch-form__choice-input:checked + .launch-form__choice-box::after {
		top: 3px;
		left: 6px;

		width: 4px;
		height: 8px;
	}

	.launch-form__field--submit {
		margin: 0;
	}

	.launch-form__button {
		height: 54px;

		border-radius: 10px;

		font-size: 12px;
	}

	.launch-form__optin {
		margin-top: 18px;
	}

	.launch-form__optin-label {
		display: flex;
		align-items: flex-start;

		gap: 10px;

		max-width: none;

		color: rgba(255, 255, 255, 0.62);

		font-size: 11px;

		line-height: 1.5;
	}

	.launch-form__optin-box {
		width: 18px;
		height: 18px;

		flex-basis: 18px;

		margin-top: 1px;
	}

	.launch-form__optin-checkbox:checked + .launch-form__optin-box::after {
		top: 3px;
		left: 6px;
	}

	.launch-form__consent {
		margin-top: 10px;

		font-size: 10px;

		line-height: 1.5;
	}

	.launch-success {
		padding: 18px 0 8px;
	}

	.launch-success__heading {
		font-size: 28px;
	}

	.launch-success__text {
		font-size: 13px;
		line-height: 1.6;
	}

	.site-footer {
		padding:
			0
			20px
			calc(18px + env(safe-area-inset-bottom));
	}

	.site-footer__inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;

		gap: 14px;

		padding-top: 16px;
	}

	.site-footer__copy {
		font-size: 9px;
	}

	.site-footer__links {
		gap: 12px;

		font-size: 9px;
	}

	.site-footer__social span:last-child {
		display: none;
	}
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

	.holding-hero {
		padding-top: 36px;
	}

	.holding-hero__title {
		font-size: 39px;
	}

	.launch-form__choices {
		grid-template-columns: 1fr;
	}

	.launch-form__choice {
		min-height: 46px;
	}
}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 370px) {

	.site-header__social-text {
		display: none;
	}

	.site-header__social {
		width: 36px;

		padding: 0;
	}

	.holding-hero__title {
		font-size: 37px;
	}
}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}