/*
Theme Name: Seashell Garnet — Coming Soon
Theme URI: https://digitaltechfusion.ca
Description: A stripped-down holding page in the Seashell Garnet visual style. Shows only the site name and a "Coming Soon" notice — no navigation, no blog, no other pages. A child theme of clf-seashell-garnet, so it always matches that theme's colours and type without duplicating them. Switch to clf-seashell-garnet when the full site is ready to launch.
Author: Digital Tech Fusion
Author URI: https://digitaltechfusion.ca
Template: clf-seashell-garnet
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: clf-seashell-garnet-coming-soon
*/

.clf-coming-soon__screen {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1.5rem;
	padding: 2rem;
	background: var(--clf-deep-teal);
}
.clf-coming-soon__title {
	font-family: var(--clf-font-heading);
	font-size: clamp(2.6rem, 1.9rem + 3vw, 4.2rem);
	color: var(--clf-heading);
	margin: 0;
}
.clf-coming-soon__title span { color: var(--clf-link); }
.clf-coming-soon__badge {
	display: inline-block;
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--clf-heading);
	background: var(--clf-bg-alt);
	border-radius: var(--clf-radius-pill);
	padding: 0.6em 1.6em;
	margin: 0;
}
