/*
Theme Name: WP Bulk Replace
Theme URI: https://wpbulkreplace.com
Author: WP Bulk Replace
Description: Custom marketing site theme for WP Bulk Replace.
Version: 0.7.0
Text Domain: wpbulkreplace
*/

/*
 * THE TOKENS USED TO LIVE HERE AND NOW LIVE IN `assets/css/tokens.css`, which
 * is the platform's token file plus a marketing block. A second `:root` in this
 * file would be a second place a colour is spelled, and the whole point of the
 * token work is that there is one.
 *
 * WHAT IS LEFT IN THIS FILE is the holding page: the one-card launch screen
 * `wpbulkreplace.com` serves until the marketing site is promoted (D89). It is
 * not dead code — it is what production renders today, and `inc/mode.php` is
 * what decides when that stops.
 */

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	min-height: 100%;
}

body {
	background:
		radial-gradient(circle at 15% 10%, rgba(141, 201, 253, .26), transparent 34rem),
		radial-gradient(circle at 88% 85%, rgba(109, 124, 255, .11), transparent 31rem),
		linear-gradient(145deg, #fff 0%, #f7fbff 54%, #edf6ff 100%);
	color: var(--wpbr-navy);
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Helvetica,
		Arial,
		sans-serif;
	-webkit-font-smoothing: antialiased;
}

.launch-page {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	padding: 48px 24px 28px;
}

.launch-page::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(18, 39, 70, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 39, 70, .025) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 82%);
	content: "";
	pointer-events: none;
}

.launch-glow {
	position: absolute;
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
}

.launch-glow-one {
	top: -130px;
	right: -110px;
	width: 350px;
	height: 350px;
	border: 1px solid rgba(0, 109, 245, .09);
	box-shadow:
		0 0 0 55px rgba(0, 109, 245, .025),
		0 0 0 110px rgba(48, 159, 253, .018);
}

.launch-glow-two {
	bottom: -170px;
	left: -130px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(109, 124, 255, .07);
	box-shadow:
		0 0 0 60px rgba(109, 124, 255, .02),
		0 0 0 120px rgba(141, 201, 253, .025);
}

.launch-card {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	text-align: center;
}

.brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	margin-bottom: 34px;
}

.brand-mark {
	display: block;
	width: 106px;
	height: auto;
	filter: drop-shadow(0 14px 28px rgba(0, 109, 245, .12));
}

.brand-name {
	display: flex;
	align-items: baseline;
	gap: .28em;
	font-size: 25px;
	font-weight: 750;
	letter-spacing: -.035em;
}

.brand-wp {
	color: #61718a;
	font-weight: 500;
}

.launch-status {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 24px;
	padding: 7px 13px;
	border: 1px solid rgba(0, 109, 245, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 4px 20px rgba(18, 39, 70, .04);
	color: #4c6280;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: .02em;
}

.status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--wpbr-blue);
	box-shadow: 0 0 0 4px rgba(0, 109, 245, .09);
}

h1 {
	max-width: 720px;
	margin: 0 auto;
	font-size: clamp(42px, 7vw, 72px);
	font-weight: 760;
	line-height: .99;
	letter-spacing: -.055em;
	text-wrap: balance;
}

h1 span {
	color: var(--wpbr-blue);
}

.launch-copy {
	max-width: 620px;
	margin: 28px auto 0;
	color: var(--wpbr-muted);
	font-size: clamp(17px, 2.1vw, 20px);
	line-height: 1.65;
	text-wrap: balance;
}

.launch-note {
	margin: 32px 0 15px;
	color: var(--wpbr-navy);
	font-size: 15px;
	font-weight: 650;
}

.contact-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wpbr-blue);
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
	transition:
		gap .16s ease,
		color .16s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
	gap: 12px;
	color: #0057c7;
}

.contact-link:focus-visible {
	outline: 3px solid rgba(0, 109, 245, .22);
	outline-offset: 5px;
	border-radius: 4px;
}

.launch-footer {
	position: absolute;
	z-index: 1;
	bottom: 24px;
	color: #8794a7;
	font-size: 12px;
	letter-spacing: .01em;
}

@media (max-width: 600px) {
	.launch-page {
		justify-content: flex-start;
		padding-top: 70px;
	}

	.brand {
		margin-bottom: 30px;
	}

	.brand-mark {
		width: 88px;
	}

	.brand-name {
		font-size: 22px;
	}

	h1 {
		font-size: clamp(39px, 12vw, 54px);
	}

	.launch-copy {
		margin-top: 23px;
		font-size: 17px;
		line-height: 1.58;
	}

	.launch-note {
		margin-top: 27px;
	}

	.launch-footer {
		position: static;
		margin-top: auto;
		padding-top: 54px;
	}
}
