html {
	scroll-behavior: smooth;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;
}

.wp-site-blocks {
	min-height: 100vh;
	overflow-x: clip;
}

.lhj-site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--line) 82%, transparent);
	background: color-mix(in srgb, var(--wp--preset--color--paper) 94%, transparent);
	backdrop-filter: blur(14px);
}

.lhj-topline {
	min-height: 2rem;
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--line) 72%, transparent);
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
}

.lhj-header-main {
	min-height: 4.75rem;
}

.lhj-header-main,
.lhj-site-footer > .alignwide,
.lhj-site-footer .alignwide,
.lhj-section .alignwide,
.lhj-page-title .alignwide {
	width: min(1160px, calc(100% - 2rem));
	max-width: min(1160px, calc(100% - 2rem));
	margin-left: auto;
	margin-right: auto;
}

.lhj-brand {
	min-width: 14rem;
}

.lhj-brand a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.lhj-brand-mark {
	display: inline-grid;
	width: 2.65rem;
	height: 2.65rem;
	margin: 0;
	place-items: center;
	border: 1px solid var(--wp--preset--color--red);
	border-radius: 8px;
	background: var(--wp--preset--color--deep-red);
	color: var(--wp--preset--color--gold);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1;
}

.lhj-brand-stack {
	line-height: 1.1;
}

.lhj-brand-stack p:not(.wp-block-site-title) {
	margin: 0;
	color: var(--wp--preset--color--muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.lhj-site-header .wp-block-navigation a {
	text-decoration: none;
}

.lhj-site-header .wp-block-navigation .wp-block-navigation-item__content:hover,
.lhj-site-header .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--red);
}

.lhj-site-footer {
	border-top: 1px solid rgba(255, 249, 239, 0.16);
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--paper);
}

.lhj-site-footer a,
.lhj-site-footer h2,
.lhj-site-footer h3,
.lhj-site-footer p {
	color: inherit;
}

.lhj-site-footer a {
	text-decoration-color: rgba(255, 249, 239, 0.45);
}

.lhj-section {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.lhj-section.alignfull,
.lhj-hero.alignfull,
.lhj-page-title.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lhj-section > .alignwide,
.lhj-hero > .alignwide,
.lhj-page-title > .alignwide {
	width: min(1160px, calc(100% - 2rem));
	max-width: min(1160px, calc(100% - 2rem));
	margin-left: auto;
	margin-right: auto;
}

.lhj-hero {
	position: relative;
	isolation: isolate;
	min-height: 39rem;
	display: grid;
	align-items: center;
	padding-top: 4.5rem;
	padding-bottom: 3.5rem;
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--paper);
	overflow: hidden;
}

.lhj-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(32, 23, 21, 0.92) 0%, rgba(110, 23, 20, 0.74) 52%, rgba(18, 35, 49, 0.9) 100%),
		url("hero-ceremony.png") center right / cover no-repeat;
}

.lhj-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 9rem;
	background: linear-gradient(180deg, transparent, rgba(32, 23, 21, 0.66));
}

.lhj-hero h1,
.lhj-hero h2,
.lhj-hero p {
	color: inherit;
}

.lhj-hero h1 {
	max-width: 50rem;
	font-size: var(--wp--preset--font-size--display);
	overflow-wrap: anywhere;
}

.lhj-hero .wp-block-buttons {
	flex-wrap: wrap;
}

.lhj-eyebrow {
	margin: 0;
	color: var(--wp--preset--color--gold);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 900;
	text-transform: uppercase;
}

.lhj-hero-board {
	border: 1px solid rgba(255, 249, 239, 0.22);
	border-radius: 8px;
	background: rgba(255, 249, 239, 0.1);
	backdrop-filter: blur(10px);
}

.lhj-hero-board p {
	margin: 0;
}

.lhj-hero-board strong {
	display: block;
	color: var(--wp--preset--color--gold);
	font-size: 1.55rem;
	line-height: 1.15;
}

.lhj-page-title {
	padding-top: 3.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
}

.lhj-page-title h1 {
	margin-bottom: 0.5rem;
}

.lhj-panel,
.lhj-price-row,
.lhj-query-card {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.46);
}

.lhj-panel {
	padding: 1.35rem;
}

.lhj-panel h3,
.lhj-panel h2,
.lhj-price-row h3 {
	margin-top: 0;
}

.lhj-scenario-grid,
.lhj-signal-grid,
.lhj-price-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.lhj-signal-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lhj-process {
	counter-reset: lhj-step;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.lhj-step {
	position: relative;
	padding-top: 3.2rem;
}

.lhj-step::before {
	counter-increment: lhj-step;
	content: counter(lhj-step, decimal-leading-zero);
	position: absolute;
	top: 1rem;
	left: 1.25rem;
	color: var(--wp--preset--color--red);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
}

.lhj-band-paper {
	background: var(--wp--preset--color--surface);
}

.lhj-band-ink {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--paper);
}

.lhj-band-ink h2,
.lhj-band-ink h3,
.lhj-band-ink p,
.lhj-band-ink a {
	color: inherit;
}

.lhj-band-red {
	background: var(--wp--preset--color--deep-red);
	color: var(--wp--preset--color--paper);
}

.lhj-band-red h2,
.lhj-band-red h3,
.lhj-band-red p {
	color: inherit;
}

.lhj-price-row {
	display: grid;
	grid-template-columns: 0.9fr 1.35fr 0.8fr;
	gap: 1rem;
	align-items: start;
	padding: 1.15rem;
}

.lhj-price-row + .lhj-price-row {
	margin-top: 0.85rem;
}

.lhj-price-tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 2rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: var(--wp--preset--color--jade);
	color: var(--wp--preset--color--white);
	font-weight: 800;
}

.lhj-list-plain {
	padding-left: 1.2rem;
}

.lhj-list-plain li + li {
	margin-top: 0.45rem;
}

.lhj-query-card {
	height: 100%;
	padding: 1.15rem;
}

.lhj-card-image {
	overflow: hidden;
	margin: 0 0 1rem;
	border-radius: 8px;
	background: var(--wp--preset--color--surface);
	aspect-ratio: 16 / 9;
}

.lhj-card-image a,
.lhj-card-image img,
.lhj-single-featured img {
	display: block;
	width: 100%;
	height: 100%;
}

.lhj-card-image img,
.lhj-single-featured img {
	object-fit: cover;
}

.lhj-query-card .wp-block-post-date {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
}

.lhj-muted {
	color: var(--wp--preset--color--muted);
}

.lhj-query-card a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.lhj-article-shell {
	padding-top: 3rem;
	padding-bottom: 4.5rem;
}

.lhj-single-featured {
	width: min(960px, calc(100% - 2rem));
	max-width: min(960px, calc(100% - 2rem));
	margin: 2rem auto 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 1rem 2.8rem rgba(32, 23, 21, 0.16);
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--surface);
}

.lhj-article-meta {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
}

.lhj-note {
	border-left: 4px solid var(--wp--preset--color--red);
	background: var(--wp--preset--color--surface);
	padding: 1rem 1.1rem;
}

.lhj-contact-strip {
	border-radius: 8px;
	background: var(--wp--preset--color--deep-red);
	color: var(--wp--preset--color--paper);
}

.lhj-contact-strip h2,
.lhj-contact-strip p {
	color: inherit;
}

/* Visual upgrade: ceremonial red/gold art direction using only core blocks. */
.lhj-site-header {
	box-shadow: 0 1px 0 var(--wp--preset--color--line);
	background: var(--wp--preset--color--paper);
}

.lhj-topline {
	background: var(--wp--preset--color--ink);
	border-bottom: 0;
	color: color-mix(in srgb, var(--wp--preset--color--paper) 72%, transparent);
}

.lhj-topline strong {
	color: var(--wp--preset--color--gold);
	font-weight: 800;
}

.lhj-brand-mark {
	border-radius: 4px;
	background: var(--wp--preset--color--red);
	color: var(--wp--preset--color--gold);
}

.lhj-brand .wp-block-site-title a {
	color: var(--wp--preset--color--red);
	font-family: var(--wp--preset--font-family--serif);
	letter-spacing: 0;
}

.lhj-hero {
	min-height: calc(100vh - 7rem);
	padding-top: 6rem;
	padding-bottom: 6rem;
	background: var(--wp--preset--color--ink);
}

.lhj-hero::before {
	background:
		linear-gradient(90deg, rgba(22, 12, 11, 0.92) 0%, rgba(64, 18, 16, 0.82) 52%, rgba(99, 0, 0, 0.74) 100%),
		url("hero-ceremony.png") center / cover no-repeat;
}

.lhj-hero .alignwide {
	max-width: min(1000px, calc(100% - 2rem));
}

.lhj-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	color: var(--wp--preset--color--gold);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lhj-hero-kicker::after {
	content: "";
	width: 9rem;
	height: 1px;
	background: color-mix(in srgb, var(--wp--preset--color--gold) 60%, transparent);
}

.lhj-hero-title {
	max-width: 13ch;
	margin-top: 1.6rem;
	margin-bottom: 1.3rem;
	color: var(--wp--preset--color--paper);
	font-size: 4.45rem;
	line-height: 1.08;
	text-shadow: 0 0.35rem 1.8rem rgba(0, 0, 0, 0.42);
}

.lhj-hero-subtitle {
	max-width: 39rem;
	color: color-mix(in srgb, var(--wp--preset--color--paper) 84%, transparent);
	font-size: 1.15rem;
}

.lhj-hero-actions {
	margin-top: 2.3rem;
}

.lhj-hero-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	max-width: 47rem;
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 249, 239, 0.2);
}

.lhj-hero-metrics p {
	margin: 0;
	color: rgba(255, 249, 239, 0.72);
}

.lhj-hero-metrics strong {
	display: block;
	color: var(--wp--preset--color--gold);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 2.1rem;
	line-height: 1;
}

.lhj-section-head {
	max-width: 46rem;
	margin-right: auto;
	margin-bottom: 3.4rem;
	margin-left: auto;
	text-align: center;
}

.lhj-section-head .lhj-eyebrow,
.lhj-section-eyebrow {
	display: inline-block;
	color: var(--wp--preset--color--gold);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lhj-section-title {
	margin-bottom: 0.8rem;
	font-size: 2.6rem;
}

.lhj-section-title::after {
	content: "";
	display: block;
	width: 4.4rem;
	height: 3px;
	margin: 1rem auto 0;
	background: var(--wp--preset--color--gold);
}

.lhj-section-desc {
	color: var(--wp--preset--color--muted);
}

.lhj-dark-showcase .lhj-section-desc,
.lhj-band-ink .lhj-section-desc {
	color: rgba(255, 249, 239, 0.72);
}

.lhj-service-grid,
.lhj-case-grid,
.lhj-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.6rem;
	width: 100%;
	max-width: 100% !important;
}

.lhj-dark-grid,
.lhj-process,
.lhj-price-row,
.lhj-hero-metrics,
.lhj-stat-band .alignwide {
	max-width: 100% !important;
}

.lhj-service-card {
	position: relative;
	min-height: 18rem;
	padding: 2.1rem;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	background: var(--wp--preset--color--white);
	overflow: hidden;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.lhj-service-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--wp--preset--color--red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.24s ease;
}

.lhj-service-card:hover {
	border-color: color-mix(in srgb, var(--wp--preset--color--red) 55%, var(--wp--preset--color--line));
	box-shadow: 0 1rem 2.4rem rgba(32, 23, 21, 0.1);
	transform: translateY(-4px);
}

.lhj-service-card:hover::before {
	transform: scaleX(1);
}

.lhj-service-icon {
	display: grid;
	width: 3.7rem;
	height: 3.7rem;
	margin-bottom: 1.6rem;
	place-items: center;
	border: 2px solid var(--wp--preset--color--red);
	border-radius: 50%;
	color: var(--wp--preset--color--red);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.4rem;
	font-weight: 900;
}

.lhj-service-card h3,
.lhj-case-card h3 {
	font-size: 1.35rem;
}

.lhj-service-card p,
.lhj-case-card p {
	color: var(--wp--preset--color--muted);
}

.lhj-stat-band {
	background: linear-gradient(135deg, var(--wp--preset--color--ink) 0%, var(--wp--preset--color--deep-red) 100%);
	color: var(--wp--preset--color--paper);
	overflow: hidden;
}

.lhj-stat-band .alignwide {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.lhj-stat-band p {
	margin: 0;
	text-align: center;
	color: rgba(255, 249, 239, 0.76);
}

.lhj-stat-band strong {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--wp--preset--color--gold);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 3.2rem;
	line-height: 1;
}

.lhj-case-card {
	border-radius: 8px;
	background: var(--wp--preset--color--white);
	box-shadow: 0 0.25rem 1rem rgba(32, 23, 21, 0.06);
	overflow: hidden;
}

.lhj-case-visual {
	display: grid;
	min-height: 12rem;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(110, 23, 20, 0.92), rgba(179, 38, 30, 0.88)),
		linear-gradient(90deg, transparent 49%, rgba(255, 249, 239, 0.12) 50%, transparent 51%);
	color: var(--wp--preset--color--paper);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.15rem;
	text-align: center;
}

.lhj-case-visual p {
	color: var(--wp--preset--color--paper);
}

.lhj-case-body {
	padding: 1.4rem 1.6rem 1.7rem;
}

.lhj-dark-showcase {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--paper);
}

.lhj-dark-showcase h2,
.lhj-dark-showcase h3,
.lhj-dark-showcase p {
	color: inherit;
}

.lhj-dark-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
}

.lhj-dark-card {
	padding: 2rem;
	border: 1px solid rgba(255, 249, 239, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.lhj-dark-card strong {
	color: var(--wp--preset--color--gold);
}

.lhj-price-row {
	border-color: var(--wp--preset--color--line);
	background: var(--wp--preset--color--white);
	box-shadow: 0 0.25rem 1rem rgba(32, 23, 21, 0.05);
}

.lhj-band-ink .lhj-price-row,
.lhj-band-ink .lhj-price-row h3,
.lhj-band-ink .lhj-price-row p {
	color: var(--wp--preset--color--ink);
}

.lhj-query-card {
	background: var(--wp--preset--color--white);
	box-shadow: 0 0.25rem 1rem rgba(32, 23, 21, 0.05);
}

.lhj-contact-strip {
	background:
		linear-gradient(90deg, rgba(32, 23, 21, 0.94), rgba(110, 23, 20, 0.88)),
		linear-gradient(90deg, rgba(194, 138, 44, 0.1) 1px, transparent 1px),
		linear-gradient(180deg, rgba(194, 138, 44, 0.1) 1px, transparent 1px);
	background-size: auto, 2.2rem 2.2rem, 2.2rem 2.2rem;
}

.lhj-contact-strip.alignfull {
	border-radius: 0;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border: 1px solid currentColor;
	color: currentColor;
}

@media (max-width: 980px) {
	.lhj-scenario-grid,
	.lhj-price-grid,
	.lhj-process,
	.lhj-service-grid,
	.lhj-case-grid,
	.lhj-article-grid,
	.lhj-dark-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lhj-signal-grid,
	.lhj-price-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lhj-stat-band .alignwide,
	.lhj-hero-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lhj-hero-title {
		font-size: 3.25rem;
	}
}

@media (max-width: 700px) {
	.lhj-site-header .lhj-topline {
		display: none !important;
	}

	.lhj-header-main {
		min-height: auto;
		align-items: flex-start;
		padding-top: 0.9rem !important;
		padding-bottom: 0.9rem !important;
	}

	.lhj-brand {
		min-width: 0;
	}

	.lhj-brand-stack p:not(.wp-block-site-title) {
		display: none;
	}

	.lhj-hero {
		min-height: auto;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lhj-hero-title,
	.lhj-hero h1 {
		max-width: 11ch;
		font-size: 2.55rem;
		line-height: 1.14;
	}

	.lhj-hero-kicker {
		display: block;
		font-size: 0.72rem;
		letter-spacing: 0;
	}

	.lhj-hero-kicker::after {
		display: block;
		width: 5rem;
		margin-top: 0.9rem;
	}

	.lhj-hero-subtitle {
		font-size: 1rem;
	}

	.lhj-hero-metrics {
		gap: 1rem;
		margin-top: 2.4rem;
	}

	.lhj-hero-metrics strong {
		font-size: 1.6rem;
	}

	.lhj-hero .has-large-font-size {
		font-size: 1rem !important;
	}

	.lhj-hero-board {
		padding: 1rem !important;
	}

	.lhj-hero::before {
		background:
			linear-gradient(90deg, rgba(22, 12, 11, 0.96), rgba(110, 23, 20, 0.78)),
			url("hero-ceremony.png") center / cover no-repeat;
	}

	.lhj-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.lhj-section-head {
		margin-bottom: 2rem;
		text-align: left;
	}

	.lhj-section-title {
		font-size: 2rem;
	}

	.lhj-section-title::after {
		margin-left: 0;
	}

	.lhj-scenario-grid,
	.lhj-signal-grid,
	.lhj-price-grid,
	.lhj-process,
	.lhj-price-row,
	.lhj-service-grid,
	.lhj-case-grid,
	.lhj-article-grid,
	.lhj-dark-grid,
	.lhj-stat-band .alignwide,
	.lhj-hero-metrics {
		grid-template-columns: 1fr;
	}

	.lhj-service-card,
	.lhj-dark-card {
		min-height: auto;
		padding: 1.45rem;
	}

	.lhj-case-visual {
		min-height: 9rem;
	}
}
