/*
Theme Name: Bluebell Dog Walks
Theme URI: https://bluebelldogwalks.co.uk
Author: Bluebell Dog Walks
Description: Holding theme — simple coming-soon layout until the full site launches.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluebell-dog-walks
*/

:root {
	--bg: #f4f7f4;
	--fg: #1c2b24;
	--muted: #4a6356;
	--accent: #2d6a4f;
	--accent-soft: #95d5b2;
	--card: #ffffff;
	--shadow: 0 24px 48px rgba(28, 43, 36, 0.08);
}

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

body.holding-page {
	margin: 0;
	min-height: 100vh;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--fg);
	background: var(--bg);
	background-image:
		radial-gradient(ellipse 120% 80% at 50% -20%, rgba(149, 213, 178, 0.35), transparent),
		radial-gradient(ellipse 80% 50% at 100% 100%, rgba(45, 106, 79, 0.08), transparent);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.25rem;
	position: relative;
}

.holding-bluebells {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	line-height: 0;
}

.holding-bluebells img {
	display: block;
	width: 100%;
	height: auto;
}

.holding-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 36rem;
	text-align: center;
}

.holding-card {
	background: var(--card);
	border-radius: 1.25rem;
	padding: 2.5rem 2rem;
	box-shadow: var(--shadow);
	border: 1px solid rgba(45, 106, 79, 0.12);
}

.holding-brand {
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	color: var(--accent);
}

.holding-tagline {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	color: var(--muted);
	font-weight: 500;
}

.holding-lede {
	margin: 0 0 1.25rem;
	font-size: 1.125rem;
}

.holding-detail {
	margin: 0;
	font-size: 0.9375rem;
	color: var(--muted);
}

.holding-contact {
	margin-top: 1.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(45, 106, 79, 0.15);
	font-size: 0.9375rem;
}

.holding-contact a {
	color: var(--accent);
	font-weight: 600;
	text-decoration: none;
}

.holding-contact a:hover,
.holding-contact a:focus-visible {
	text-decoration: underline;
}

.holding-logo {
	display: block;
	margin: 0 auto 1.25rem;
	width: clamp(7rem, 28vw, 11rem);
	height: auto;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}
