:root {
	--ink: #2e3532;
	--ink-soft: #3c4541;
	--amaranth: #8b2635;
	--linen: #e0e2db;
	--dust: #d2d4c8;
	--tea: #d3efbd;
	--background: #252b29;
	--foreground: #e0e2db;
	--card: #303734;
	--muted: #414a45;
	--muted-foreground: #b7c1ae;
	--primary: #d3efbd;
	--primary-foreground: #252b29;
	--accent: #8b2635;
	--border: rgba(224, 226, 219, 0.14);
	--shadow-lift: 0 24px 60px -28px rgba(0, 0, 0, 0.85);
	--shadow-glow: 0 0 0 1px rgba(211, 239, 189, 0.25), 0 20px 60px -25px rgba(211, 239, 189, 0.35);
	--ease-brand: cubic-bezier(0.16, 1, 0.3, 1);
	--font-display: "Inter Tight", ui-sans-serif, system-ui, sans-serif;
	--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
	--font-mono: "JetBrains Mono", ui-monospace, monospace;
	--gradient-veil: linear-gradient(180deg, rgba(37, 43, 41, 0.15) 0%, rgba(37, 43, 41, 0.75) 55%, #252b29 100%);
	--gradient-edge: linear-gradient(120deg, rgba(139, 38, 53, 0.55), rgba(211, 239, 189, 0.35));
	--gradient-tea: linear-gradient(100deg, var(--tea) 0%, #bfe9c3 100%);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--background);
	color: var(--foreground);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	text-wrap: balance;
}

p {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

::selection {
	background: var(--tea);
	color: var(--ink);
}

:focus-visible {
	outline: 2px solid var(--primary);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0.5rem;
	clip: auto;
	background: var(--primary);
	color: var(--primary-foreground);
	border-radius: 999px;
}

.container-x {
	width: 100%;
	max-width: 80rem;
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.icon {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

.eyebrow {
	font-family: var(--font-mono);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--muted-foreground);
}

.text-gradient,
.text-gradient-tea {
	background: var(--gradient-tea);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
}

.surface-light {
	--background: #e0e2db;
	--foreground: #252b29;
	--card: #f0f1ed;
	--muted: #d2d4c8;
	--muted-foreground: #59625d;
	--border: rgba(37, 43, 41, 0.14);
	--primary: var(--amaranth);
	--primary-foreground: #f6f7f4;
	background: var(--background);
	color: var(--foreground);
}

.site-header {
	position: fixed;
	z-index: 50;
	inset: 0 0 auto;
	border-bottom: 1px solid transparent;
	background: transparent;
	transition: background-color 0.7s var(--ease-brand), border-color 0.7s var(--ease-brand), backdrop-filter 0.7s var(--ease-brand);
}

.site-header.is-scrolled,
.site-header.menu-is-open {
	border-color: var(--border);
	background: rgba(37, 43, 41, 0.86);
	backdrop-filter: blur(20px);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	gap: 1.5rem;
}

.brand,
.site-branding {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
}

.brand-logo {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.brand-logo.custom img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.brand-name {
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.primary-navigation {
	display: none;
	position: relative;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 2rem;
	list-style: none;
}

.nav-menu a {
	position: relative;
	font-size: 0.875rem;
	font-weight: 650;
	color: rgba(224, 226, 219, 0.76);
	transition: color 0.3s var(--ease-brand);
}

.services-mega {
	position: absolute;
	top: 100%;
	left: 50%;
	width: min(560px, calc(100vw - 2rem));
	padding-top: 1.25rem;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -0.5rem);
	transition: opacity 0.35s var(--ease-brand), transform 0.35s var(--ease-brand);
}

.services-open .services-mega {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.services-mega-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.25rem;
	border: 1px solid var(--border);
	border-radius: 0.75rem;
	background: rgba(48, 55, 52, 0.96);
	padding: 0.5rem;
	box-shadow: var(--shadow-lift);
	backdrop-filter: blur(20px);
}

.services-mega-link {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	border-radius: 0.5rem;
	padding: 0.85rem;
	transition: background-color 0.25s var(--ease-brand);
}

.services-mega-link:hover,
.services-mega-link:focus-visible {
	background: var(--muted);
}

.services-mega-link strong,
.services-mega-link small {
	display: block;
}

.services-mega-link strong {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25;
}

.services-mega-link small {
	margin-top: 0.2rem;
	color: var(--muted-foreground);
	font-size: 0.76rem;
	line-height: 1.35;
}

.nav-menu a:hover,
.nav-menu .current-menu-item > a {
	color: var(--foreground);
}

.link-underline,
.nav-menu a {
	position: relative;
}

.link-underline::after,
.nav-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.45s var(--ease-brand);
}

.link-underline:hover::after,
.nav-menu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 0.875rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: gap 0.5s var(--ease-brand), box-shadow 0.5s var(--ease-brand), background-color 0.3s var(--ease-brand), border-color 0.3s var(--ease-brand);
}

.button:hover {
	gap: 0.9rem;
}

.button-primary,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	background: var(--primary);
	color: var(--primary-foreground);
}

.button-primary:hover {
	box-shadow: var(--shadow-glow);
}

.button-ghost {
	border-color: var(--border);
	background: transparent;
}

.button-glass {
	border-color: var(--border);
	background: rgba(37, 43, 41, 0.42);
	backdrop-filter: blur(12px);
}

.header-cta {
	display: none;
}

.menu-toggle {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: transparent;
	color: var(--foreground);
}

.menu-toggle .icon-close,
.menu-is-open .menu-toggle .icon-menu {
	display: none;
}

.menu-is-open .menu-toggle .icon-close {
	display: block;
}

.mobile-navigation {
	position: fixed;
	inset: 72px 0 0;
	z-index: 49;
	overflow-y: auto;
	padding: 1.5rem 1.25rem 4rem;
	background: var(--background);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-1rem);
	transition: opacity 0.5s var(--ease-brand), transform 0.5s var(--ease-brand);
}

.menu-is-open .mobile-navigation {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.mobile-menu {
	list-style: none;
}

.mobile-menu a {
	display: block;
	border-bottom: 1px solid var(--border);
	padding: 1rem 0;
	font-family: var(--font-display);
	font-size: 1.7rem;
	font-weight: 700;
}

.mobile-services-label {
	margin-top: 2rem;
}

.mobile-services {
	display: grid;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.mobile-services a {
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	padding: 0.85rem 1rem;
	font-size: 0.9rem;
}

.mobile-cta {
	width: 100%;
	margin-top: 2rem;
}

.hero-home {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
}

.hero-bg,
.hero-bg img,
.hero-veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-bg img {
	object-fit: cover;
}

.hero-veil {
	background: var(--gradient-veil);
}

.hero-veil::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(37, 43, 41, 0.35);
}

.hero-content {
	position: relative;
	display: flex;
	min-height: 100svh;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 10rem;
	padding-bottom: 5rem;
}

.hero-content h1 {
	max-width: 64rem;
	margin-top: 1.5rem;
	font-size: clamp(2.75rem, 7.5vw, 6.15rem);
	line-height: 0.98;
}

.hero-copy {
	max-width: 36rem;
	margin-top: 2rem;
	color: rgba(224, 226, 219, 0.82);
	font-size: 1.125rem;
	line-height: 1.8;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2.5rem;
}

.button-row.centered {
	justify-content: center;
}

.marquee {
	overflow: hidden;
	border-block: 1px solid var(--border);
	padding-block: 1.25rem;
}

.marquee-track {
	display: flex;
	width: max-content;
	gap: 2.5rem;
	white-space: nowrap;
	animation: hv-marquee 38s linear infinite;
}

.marquee span {
	display: inline-flex;
	align-items: center;
	gap: 2.5rem;
}

.marquee i {
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 999px;
	background: var(--primary);
	opacity: 0.6;
}

section {
	position: relative;
}

.intro-stats,
.why-section,
.testimonials-section,
.faq-section,
.timeline-section,
.service-process,
.blog-index,
.archive-section,
.page-entry,
.not-found-section,
.no-results,
.comments-area {
	padding-block: 7rem;
}

.not-found-section h1,
.no-results h1 {
	margin-top: 1rem;
	font-size: clamp(2.2rem, 6vw, 4rem);
}

.not-found-section p,
.no-results p {
	max-width: 40rem;
	margin-top: 1rem;
	color: var(--muted-foreground);
}

.services-section,
.included-section,
.values-section,
.categories-section,
.journal-section,
.service-features,
.related-services,
.contact-guide,
.cta-band {
	padding-block: 7rem;
}

.ambient-cta {
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.14;
	filter: blur(120px);
}

.cta-card {
	position: relative;
	max-width: 48rem;
	margin-inline: auto;
	border: 1px solid var(--border);
	border-radius: 1rem;
	background: rgba(48, 55, 52, 0.72);
	padding: 2.5rem;
	text-align: center;
	backdrop-filter: blur(18px);
}

.cta-card h2 {
	margin-top: 1.25rem;
	font-size: clamp(1.9rem, 4vw, 3rem);
}

.cta-card p:not(.eyebrow) {
	max-width: 38rem;
	margin: 1.5rem auto 0;
	color: var(--muted-foreground);
}

.split-grid {
	display: grid;
	gap: 4rem;
}

.section-head {
	max-width: 42rem;
}

.section-head-center {
	margin-inline: auto;
	text-align: center;
}

.section-head h2,
.feature-title {
	margin-top: 1rem;
	font-size: clamp(1.85rem, 3.6vw, 2.9rem);
}

.section-body {
	margin-top: 1.25rem;
	color: var(--muted-foreground);
	line-height: 1.75;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem 2rem;
	align-self: center;
}

.stat strong {
	display: block;
	font-family: var(--font-display);
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	font-weight: 800;
	line-height: 1;
	background: var(--gradient-tea);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
}

.stat span {
	display: block;
	margin-top: 0.75rem;
	color: var(--muted-foreground);
	font-size: 0.875rem;
}

.service-grid,
.post-grid,
.testimonial-grid,
.feature-grid,
.process-grid,
.contact-grid {
	display: grid;
	gap: 1.5rem;
}

.service-grid,
.post-grid,
.testimonial-grid {
	margin-top: 3.5rem;
}

.service-card,
.post-card,
.testimonial {
	display: block;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 0.9rem;
	background: var(--card);
}

.card-lift {
	transition: transform 0.6s var(--ease-brand), box-shadow 0.6s var(--ease-brand), border-color 0.6s var(--ease-brand);
}

.card-lift:hover {
	border-color: rgba(211, 239, 189, 0.4);
	box-shadow: var(--shadow-lift);
	transform: translateY(-6px);
}

.service-image,
.post-card-media,
.service-row-image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.post-card-media {
	aspect-ratio: 16 / 10;
}

.service-image img,
.post-card-media img,
.service-row-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--ease-brand);
}

.service-card:hover img,
.post-card:hover img,
.service-row:hover img {
	transform: scale(1.06);
}

.service-content,
.post-card-content {
	display: grid;
	gap: 0.75rem;
	padding: 1.75rem;
}

.service-tag {
	position: absolute;
	top: 1rem;
	left: 1rem;
	border-radius: 999px;
	background: rgba(37, 43, 41, 0.8);
	padding: 0.3rem 0.75rem;
	font-family: var(--font-mono);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--foreground);
	backdrop-filter: blur(10px);
}

.service-content strong,
.post-card h2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	font-family: var(--font-display);
	font-size: 1.2rem;
	line-height: 1.2;
}

.service-content span:last-child,
.post-card p,
.post-card time {
	color: var(--muted-foreground);
	font-size: 0.9rem;
	line-height: 1.7;
}

.image-frame {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1rem;
	margin: 0;
}

.image-frame img,
.featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pillar-list {
	display: grid;
	gap: 2.5rem;
	margin-top: 3rem;
}

.pillar {
	display: flex;
	gap: 1.25rem;
}

.pillar > span {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(211, 239, 189, 0.4);
	border-radius: 999px;
	color: var(--primary);
}

.pillar h3 {
	font-size: 1.125rem;
}

.pillar p,
.feature-card p,
.process-card p,
.faq-item p,
.timeline-row p,
.contact-card span {
	margin-top: 0.55rem;
	color: var(--muted-foreground);
	font-size: 0.9rem;
	line-height: 1.7;
}

.process-section {
	border-block: 1px solid var(--border);
	padding-block: 7rem;
}

.process-grid,
.feature-grid {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 0.85rem;
	background: var(--border);
	gap: 1px;
}

.process-card,
.feature-card {
	position: relative;
	padding: 2rem;
	background: var(--background);
}

.surface-light .process-card,
.surface-light .feature-card {
	background: var(--card);
}

.process-card span,
.timeline-row span {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--primary);
}

.process-card h3 {
	margin-top: 1.5rem;
	font-size: 1.2rem;
}

.process-card i {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 2rem;
	background: var(--primary);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.7s var(--ease-brand);
}

.process-card:hover i {
	transform: scaleX(1);
}

.testimonial {
	display: flex;
	min-height: 18rem;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
}

.testimonial blockquote {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.1rem;
	line-height: 1.45;
}

.testimonial figcaption {
	margin-top: 2rem;
	border-top: 1px solid var(--border);
	padding-top: 1.25rem;
}

.testimonial strong,
.testimonial span {
	display: block;
}

.testimonial span {
	margin-top: 0.25rem;
	color: var(--muted-foreground);
	font-size: 0.8rem;
}

.faq-list {
	display: grid;
}

.faq-item {
	border-top: 1px solid var(--border);
	padding-block: 1.75rem;
}

.faq-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.faq-item h3 {
	font-size: 1.125rem;
}

.section-row {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
}

.inline-link,
.back-link,
.footer-project-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.page-hero {
	overflow: hidden;
	padding-block: 10rem 5rem;
}

.ambient {
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
	background: var(--gradient-edge);
	filter: blur(100px);
}

.ambient-page {
	top: -10rem;
	right: -10%;
	width: 38rem;
	height: 38rem;
	opacity: 0.12;
	animation: hv-float 7s ease-in-out infinite;
}

.page-title {
	max-width: 56rem;
	margin-top: 1.25rem;
	font-size: clamp(2.35rem, 5.5vw, 4.35rem);
}

.page-intro,
.single-excerpt {
	max-width: 42rem;
	margin-top: 1.75rem;
	color: var(--muted-foreground);
	font-size: 1.1rem;
	line-height: 1.75;
}

.service-list {
	display: grid;
	gap: 1.5rem;
	padding-bottom: 7rem;
}

.service-row {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1rem;
	background: var(--card);
}

.service-row-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	padding: 2rem;
}

.service-row-content strong {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	line-height: 1.1;
}

.service-row-content > span:last-child {
	max-width: 34rem;
	color: var(--muted-foreground);
}

.check-list,
.icon-list {
	display: grid;
	gap: 1rem;
	align-self: center;
	list-style: none;
}

.check-list li,
.icon-list li {
	display: flex;
	gap: 0.8rem;
	align-items: flex-start;
}

.check-list .icon,
.icon-list .icon {
	margin-top: 0.25rem;
	color: var(--primary);
}

.outcome-grid {
	display: grid;
	gap: 1.5rem;
	padding-bottom: 4rem;
}

.outcome strong {
	display: block;
	font-family: var(--font-display);
	font-size: 2rem;
	background: var(--gradient-tea);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
}

.outcome span,
.overview-copy p {
	color: var(--muted-foreground);
}

.service-hero-image,
.service-overview {
	padding-bottom: 6rem;
}

.overview-copy {
	display: grid;
	gap: 1.5rem;
	font-size: 1.1rem;
}

.feature-title {
	max-width: 45rem;
	margin-bottom: 3.5rem;
}

.about-stats {
	margin-top: 4rem;
}

.timeline-list {
	overflow: hidden;
	margin-top: 3rem;
	border: 1px solid var(--border);
	border-radius: 0.85rem;
	background: var(--border);
}

.timeline-list.compact {
	margin-top: 2rem;
}

.timeline-row {
	display: grid;
	gap: 1rem;
	padding: 2rem;
	background: var(--background);
}

.surface-light .timeline-row {
	background: var(--card);
}

.contact-cta {
	padding-bottom: 4rem;
}

.button.big {
	padding: 1rem 1.75rem;
	font-size: 1rem;
}

.contact-grid {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1rem;
	background: var(--border);
	gap: 1px;
}

.contact-card {
	padding: 2rem;
	background: var(--card);
}

.contact-card > .icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-bottom: 1.5rem;
	color: var(--primary);
}

.contact-card strong {
	display: block;
	margin-top: 0.75rem;
	font-family: var(--font-display);
	font-size: 1.2rem;
}

.legal-section {
	padding-bottom: 7rem;
}

.legal-grid {
	display: grid;
	gap: 3rem;
}

.legal-nav {
	align-self: start;
}

.legal-nav nav {
	display: grid;
	gap: 0.4rem;
	margin-top: 1.2rem;
}

.legal-nav a {
	border-radius: 0.45rem;
	padding: 0.55rem 0.75rem;
	color: var(--muted-foreground);
	font-size: 0.9rem;
	transition: background-color 0.3s var(--ease-brand), color 0.3s var(--ease-brand);
}

.legal-nav a:hover {
	background: var(--muted);
	color: var(--foreground);
}

.policy-help {
	display: grid;
	gap: 0.5rem;
	margin-top: 2rem;
	border: 1px solid var(--border);
	border-radius: 0.7rem;
	padding: 1.25rem;
	font-size: 0.9rem;
}

.single-header {
	padding-block: 10rem 3.5rem;
}

.single-meta {
	margin-top: 2rem;
}

.single-title {
	max-width: 58rem;
	margin-top: 1.25rem;
	font-size: clamp(2.05rem, 4.8vw, 3.7rem);
}

.featured-media {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1rem;
	margin: 0;
}

.single-grid {
	display: grid;
	gap: 3rem;
	padding-block: 5rem;
}

.post-aside {
	align-self: start;
}

.author-name {
	margin-top: 0.75rem;
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 700;
}

.author-bio {
	margin-block: 0.75rem 1rem;
	color: var(--muted-foreground);
	font-size: 0.9rem;
}

.entry-content {
	max-width: 46rem;
	font-size: 1.04rem;
}

.entry-content > * {
	margin-top: 1.25rem;
}

.entry-content > :first-child {
	margin-top: 0;
}

.entry-content h2 {
	margin-top: 3.5rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.entry-content h3 {
	margin-top: 2.5rem;
	font-size: 1.3rem;
}

.entry-content p,
.entry-content li {
	color: rgba(224, 226, 219, 0.86);
	line-height: 1.8;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem;
}

.entry-content blockquote {
	margin-block: 3rem;
	border-left: 2px solid var(--primary);
	padding-left: 1.5rem;
	font-family: var(--font-display);
	font-size: 1.35rem;
	line-height: 1.4;
}

.entry-content img {
	border-radius: 0.8rem;
}

.post-navigation {
	display: grid;
	gap: 1rem;
	padding-bottom: 5rem;
}

.post-navigation a,
.pagination-wrap a,
.pagination-wrap span {
	display: inline-flex;
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.65rem 1rem;
	color: var(--foreground);
}

.pagination-wrap {
	margin-top: 3rem;
}

.pagination-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
}

.pagination-wrap .current {
	background: var(--primary);
	color: var(--primary-foreground);
}

.page-content-wrap .page-entry {
	max-width: 58rem;
}

.comments-area {
	border-top: 1px solid var(--border);
}

.comment-list {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	list-style: none;
}

.comment-body {
	border: 1px solid var(--border);
	border-radius: 0.8rem;
	padding: 1.25rem;
}

.comment-form {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

input:not([type="submit"]),
textarea,
select,
.search-field {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 0.7rem;
	background: rgba(255, 255, 255, 0.04);
	color: var(--foreground);
	padding: 0.85rem 1rem;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.search-submit {
	width: auto;
}

.site-footer {
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--border);
	background: var(--background);
}

.footer-ambient {
	left: 50%;
	bottom: -10rem;
	width: 46rem;
	height: 46rem;
	opacity: 0.07;
	transform: translateX(-50%);
}

.footer-grid {
	position: relative;
	display: grid;
	gap: 3.5rem;
	padding-block: 5rem 4rem;
}

.footer-about p {
	max-width: 20rem;
	margin-top: 1.25rem;
	color: var(--muted-foreground);
	font-size: 0.9rem;
}

.footer-email {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	color: var(--primary);
	font-size: 0.9rem;
	font-weight: 600;
}

.footer-links {
	display: grid;
	gap: 0.75rem;
	margin-top: 1.25rem;
	list-style: none;
}

.footer-links a {
	color: var(--muted-foreground);
	font-size: 0.9rem;
	transition: color 0.3s var(--ease-brand);
}

.footer-links a:hover {
	color: var(--foreground);
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-top: 1px solid var(--border);
	padding-block: 2rem;
	color: var(--muted-foreground);
	font-size: 0.8rem;
}

.footer-project-link {
	color: var(--foreground);
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.9s var(--ease-brand), transform 0.9s var(--ease-brand);
}

.reveal.reveal-in {
	opacity: 1;
	transform: none;
}

@keyframes hv-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes hv-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-14px);
	}
}

@media (min-width: 640px) {
	.outcome-grid,
	.contact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.contact-grid.four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.check-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.service-grid,
	.post-grid,
	.testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-grid,
	.feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-row {
		grid-template-columns: 0.85fr 1fr;
	}

	.service-row-image {
		min-height: 300px;
		aspect-ratio: auto;
	}

	.timeline-row {
		grid-template-columns: 8rem 14rem 1fr;
		align-items: baseline;
	}
}

@media (min-width: 1024px) {
	.container-x {
		padding-inline: 2rem;
	}

	.primary-navigation,
	.header-cta {
		display: flex;
	}

	.menu-toggle,
	.mobile-navigation {
		display: none;
	}

	.split-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6rem;
		align-items: center;
	}

	.reverse {
		grid-template-columns: 0.95fr 1.05fr;
	}

	.service-grid,
	.post-grid,
	.testimonial-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

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

	.legal-grid {
		grid-template-columns: 260px 1fr;
		gap: 5rem;
	}

	.legal-nav,
	.post-aside {
		position: sticky;
		top: 7rem;
	}

	.single-grid {
		grid-template-columns: 0.6fr 1.4fr;
		gap: 5rem;
	}

	.footer-grid {
		grid-template-columns: 1.4fr 1fr 1fr 1fr;
	}
}

@media (min-width: 1180px) {
	.service-grid.three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.hero-content h1 {
		font-size: clamp(2.7rem, 16vw, 4rem);
	}

	.page-title {
		font-size: clamp(2.2rem, 12vw, 3.4rem);
	}

	.intro-stats,
	.why-section,
	.testimonials-section,
	.faq-section,
	.timeline-section,
	.service-process,
	.blog-index,
	.archive-section,
	.page-entry,
	.not-found-section,
	.no-results,
	.services-section,
	.included-section,
	.values-section,
	.categories-section,
	.journal-section,
	.service-features,
	.related-services,
	.contact-guide,
	.cta-band {
		padding-block: 5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
