:root {
	--clh-burgundy: #8f203f;
	--clh-burgundy-dark: #4c1328;
	--clh-lime: #d0e537;
	--clh-forest: #6f7f68;
	--clh-cream: #f7f3ea;
	--clh-sand: #e8dbc4;
	--clh-pale: #eef2ea;
	--clh-ink: #252525;
	--clh-white: #fcfaf4;
}

.clh-shell {
	width: min(100% - 3rem, 80.625rem);
	margin-inline: auto;
}

.clh-narrow {
	max-width: 52rem;
}

.clh-status {
	padding: .7rem 1.5rem;
	background: var(--clh-lime);
	color: var(--clh-ink);
}

.clh-status p { margin: 0; }

.clh-hero {
	background: linear-gradient(125deg, var(--clh-burgundy-dark), var(--clh-burgundy) 48%, var(--clh-forest));
}

.clh-hero .wp-block-cover__inner-container { color: var(--clh-white); }
.clh-hero .clh-shell { padding-block: clamp(5rem, 10vw, 9rem); }

.clh-display {
	max-width: 12ch;
	margin: .25rem 0 1.25rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3.2rem, 7vw, 6.7rem);
	font-weight: 700;
	line-height: .92;
	letter-spacing: -.035em;
	text-transform: none;
	color: var(--clh-white);
}

.clh-kicker {
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.clh-lead {
	max-width: 48rem;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.55;
}

.clh-section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.clh-cream { background: var(--clh-cream); }

.clh-dark {
	background: var(--clh-burgundy-dark);
	color: var(--clh-white);
}

.clh-dark h2,
.clh-dark h3,
.clh-dark a { color: var(--clh-white); }
.clh-dark .clh-kicker { color: var(--clh-lime); }

.clh-facts {
	padding: 1.35rem 1.5rem;
	background: var(--clh-pale);
	border-bottom: 1px solid rgba(76, 19, 40, .12);
}

.clh-facts .wp-block-columns {
	max-width: 80.625rem;
	margin: 0 auto;
	gap: .5rem;
}

.clh-facts p { margin: .25rem 0; }

.clh-two-up,
.clh-contact-grid { gap: clamp(2.5rem, 6vw, 7rem); }

.clh-card-grid {
	margin-top: 3rem;
	gap: 1.5rem;
}

.clh-card {
	height: 100%;
	padding: clamp(2rem, 4vw, 3.5rem);
	background: var(--clh-cream);
	border-top: .35rem solid var(--clh-burgundy);
	border-radius: .2rem;
	box-shadow: 0 1.2rem 3.5rem rgba(76, 19, 40, .08);
}

.clh-image-placeholder,
.clh-form-placeholder,
.clh-map-placeholder {
	display: grid;
	min-height: 22rem;
	place-items: center;
	padding: 2rem;
	background:
		linear-gradient(rgba(76, 19, 40, .08), rgba(76, 19, 40, .08)),
		repeating-linear-gradient(135deg, var(--clh-sand), var(--clh-sand) 12px, var(--clh-cream) 12px, var(--clh-cream) 24px);
	border: 1px dashed rgba(76, 19, 40, .35);
	color: var(--clh-burgundy-dark);
}

.clh-tall { min-height: 31rem; }
.clh-form-placeholder { min-height: 14rem; }
.clh-map-placeholder { min-height: 25rem; }

.clh-editorial-image img {
	display: block;
	width: 100%;
	min-height: 22rem;
	max-height: 42rem;
	object-fit: cover;
	border-radius: .2rem;
}

.clh-editorial-image.clh-tall img { min-height: 31rem; }

.clh-editorial-image figcaption {
	margin-top: .65rem;
	font-size: .78rem;
	line-height: 1.4;
	color: var(--clh-forest);
}

.clh-wordmark img,
.clh-monogram img { height: auto; }

.clh-cta {
	padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
	background: var(--clh-pale);
}

.clh-cta .clh-kicker { color: var(--clh-burgundy); }

.clh-separator {
	margin-block: 4rem;
	color: var(--clh-sand);
}

.clh-shell h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	line-height: 1.05;
}

.clh-shell h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.6rem, 2.4vw, 2.3rem);
	line-height: 1.15;
}

.clh-shell a:not(.wp-block-button__link) { color: var(--clh-burgundy); }

.clh-shell .wp-block-button__link {
	padding: .85rem 1.3rem;
	border-radius: 1rem;
	background: var(--clh-burgundy);
	color: white;
	font-weight: 700;
}

.clh-shell .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
	color: currentColor;
}

.clh-admin-wrap { max-width: 780px; }
.clh-admin-wrap li { margin-bottom: .6rem; }

@media (max-width: 781px) {
	.clh-shell { width: min(100% - 2rem, 80.625rem); }
	.clh-display { font-size: clamp(3rem, 15vw, 4.5rem); }
	.clh-hero { min-height: 580px !important; }
	.clh-facts .wp-block-column { flex-basis: 48% !important; }
	.clh-section { padding-block: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
	.clh-shell *, .clh-shell *::before, .clh-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
