/*
Theme Name: Akshay Fractional SEO
Author: Akshay
Description: A lightweight, pixel-faithful WordPress recreation of the Akshay fractional SEO landing page.
Version: 4.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akshay-fractional-seo
Tags: one-column
*/

:root {
	--background: 45 33% 97%;
	--foreground: 60 9% 10%;
	--card: 45 33% 99%;
	--primary: 60 9% 10%;
	--primary-foreground: 45 33% 97%;
	--secondary: 45 20% 92%;
	--muted-foreground: 50 6% 38%;
	--border: 45 14% 85%;
	--brand: 152 48% 24%;
	--brand-foreground: 45 33% 97%;
	--radius: 0.375rem;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}

body {
	margin: 0;
	background: hsl(var(--background));
	color: hsl(var(--foreground));
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: hsl(var(--brand));
	color: hsl(var(--brand-foreground));
}

h1,
h2,
h3,
p,
ul {
	margin-top: 0;
}

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

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute !important;
	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 {
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto !important;
	background: hsl(var(--card));
	color: hsl(var(--foreground));
	font-weight: 600;
	white-space: normal;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid hsl(var(--brand) / 0.35);
	outline-offset: 3px;
}

.container {
	width: 100%;
	max-width: 64rem;
	margin-inline: auto;
	padding-inline: 1.5rem;
}

.container-narrow {
	max-width: 48rem;
}

.site-main {
	min-height: 100vh;
}

/* Normal WordPress blocks inserted between the exact-design homepage sections. */
.editor-homepage > :is(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, .wp-block-image, .wp-block-gallery, .wp-block-buttons, .wp-block-columns, .wp-block-group, .wp-block-media-text, .wp-block-cover, .wp-block-embed) {
	width: calc(100% - 3rem);
	max-width: 64rem;
	margin-right: auto;
	margin-left: auto;
}

.editor-homepage > .alignwide {
	max-width: 72rem;
}

.editor-homepage > .alignfull {
	width: 100%;
	max-width: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	border-bottom: 1px solid hsl(var(--border) / 0.7);
	background: hsl(var(--background) / 0.85);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.admin-bar .site-header {
	top: 32px;
}

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

.brand,
.footer-brand {
	font-family: "Fraunces", Georgia, serif;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: -0.025em;
}

.brand {
	flex: 0 0 auto;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.site-logo,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 13rem;
	height: 2.25rem;
	object-fit: contain;
}

.brand span,
.footer-brand span {
	color: hsl(var(--brand));
}

.main-nav {
	display: none;
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.main-nav .menu,
.footer-nav .menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .menu {
	gap: 1.75rem;
}

.main-nav .menu-item {
	position: relative;
}

.main-nav .sub-menu {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: -1rem;
	display: none;
	min-width: 12rem;
	margin: 0;
	padding: 0.625rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--card));
	box-shadow: 0 14px 35px hsl(var(--foreground) / 0.1);
	list-style: none;
}

.main-nav .sub-menu a {
	display: block;
	padding: 0.5rem 0.625rem;
	border-radius: calc(var(--radius) - 2px);
	white-space: nowrap;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu a:focus-visible {
	background: hsl(var(--secondary));
}

.main-nav .menu-item:hover > .sub-menu,
.main-nav .menu-item:focus-within > .sub-menu {
	display: block;
}

.main-nav a,
.footer-nav a {
	transition: color 160ms ease;
}

.main-nav a:hover,
.footer-nav a:hover {
	color: hsl(var(--foreground));
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: 1px solid transparent;
	border-radius: calc(var(--radius) - 2px);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button:active {
	transform: scale(0.98);
}

.button-small {
	gap: 0.375rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.button-large {
	padding: 1rem 2rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.button-dark {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.button-brand {
	padding: 0.875rem 1.5rem;
	background: hsl(var(--brand));
	color: hsl(var(--brand-foreground));
}

.button-outline {
	border-color: hsl(var(--border));
	padding: 0.875rem 1.5rem;
	background: hsl(var(--card));
	color: hsl(var(--foreground));
}

.button-outline:hover {
	background: hsl(var(--secondary));
}

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

.icon-sm {
	width: 1rem;
	height: 1rem;
}

.hero {
	position: relative;
}

.hero-inner {
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.section-label,
.proof-label {
	margin-bottom: 1.25rem;
	color: hsl(var(--brand));
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.hero-label {
	margin-bottom: 1.5rem;
	letter-spacing: 0.22em;
}

.hero h1 {
	max-width: 56rem;
	margin-bottom: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.6rem;
	font-optical-sizing: auto;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.marker {
	position: relative;
	white-space: nowrap;
}

.marker > svg {
	position: absolute;
	left: -2%;
	bottom: -0.12em;
	width: 104%;
	height: 0.28em;
	overflow: visible;
}

.marker > svg path {
	fill: none;
	stroke: hsl(var(--brand));
	stroke-width: 5;
	stroke-linecap: round;
	opacity: 0.85;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	animation: marker-draw 0.9s ease-out 0.5s forwards;
}

@keyframes marker-draw {
	to {
		stroke-dashoffset: 0;
	}
}

.hero-intro {
	max-width: 42rem;
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
	color: hsl(var(--foreground) / 0.9);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: 2.5rem;
}

.hero-proof {
	margin-top: 2.5rem;
	margin-bottom: 0;
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.services-marquee {
	padding-block: 1rem;
	border-top: 1px solid hsl(var(--border));
	border-bottom: 1px solid hsl(var(--border));
	background: hsl(var(--secondary) / 0.5);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
	mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: marquee 32s linear infinite;
}

.service-set {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.service {
	display: flex;
	align-items: center;
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.service > span {
	padding-inline: 1.5rem;
}

.service > i {
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 9999px;
	background: hsl(var(--brand) / 0.7);
}

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

.content-section,
.faq-section {
	padding-block: 4rem;
}

.audience-section,
.process-section,
.faq-section,
.closing-section,
.site-footer {
	border-top: 1px solid hsl(var(--border));
}

.audience-section,
.closing-section {
	background: hsl(var(--secondary) / 0.4);
}

.section-answer,
.proof-intro {
	max-width: 48rem;
	margin-bottom: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	font-optical-sizing: auto;
	font-weight: 300;
	line-height: 1.375;
}

.answer-columns {
	display: grid;
	max-width: 56rem;
	gap: 2rem;
	margin-top: 2rem;
	color: hsl(var(--muted-foreground));
	font-size: 1rem;
	line-height: 1.625;
}

.answer-columns p {
	margin-bottom: 0;
}

.audience-grid {
	display: grid;
	gap: 1.5rem;
	margin-top: 3rem;
}

.audience-card {
	height: 100%;
	padding: 1.75rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--card));
}

.audience-card h2 {
	margin-bottom: 1.25rem;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.25rem;
	font-optical-sizing: auto;
	font-weight: 500;
	line-height: 1.75rem;
}

.audience-card ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.audience-card li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.95rem;
	line-height: 1.625;
}

.audience-card li + li {
	margin-top: 0.875rem;
}

.list-icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.125rem;
	flex: 0 0 auto;
	stroke-width: 2;
}

.check-icon {
	color: hsl(var(--brand));
}

.audience-card-muted,
.audience-card-muted h2 {
	color: hsl(var(--muted-foreground));
}

.x-icon {
	opacity: 0.6;
}

.process-list {
	margin-top: 3rem;
	border-top: 1px solid hsl(var(--border));
}

.process-step {
	display: grid;
	align-items: baseline;
	gap: 0.5rem;
	padding-block: 2rem;
	border-bottom: 1px solid hsl(var(--border));
}

.step-number {
	color: hsl(var(--brand) / 0.8);
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	font-optical-sizing: auto;
	font-weight: 300;
	line-height: 2rem;
}

.process-step h2 {
	margin-bottom: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	font-optical-sizing: auto;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 2rem;
}

.process-step p {
	max-width: 36rem;
	margin-bottom: 0;
	color: hsl(var(--muted-foreground));
	font-size: 1rem;
	line-height: 1.625;
}

.proof-section {
	padding-block: 4rem;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.proof-label {
	color: hsl(var(--primary-foreground) / 0.6);
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.5rem;
	row-gap: 2.5rem;
	margin-top: 3.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid hsl(var(--primary-foreground) / 0.15);
}

.stat-value {
	margin-bottom: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.25rem;
	font-optical-sizing: auto;
	font-weight: 300;
	line-height: 1;
}

.stat-label {
	margin-top: 0.75rem;
	margin-bottom: 0;
	color: hsl(var(--primary-foreground) / 0.6);
	font-size: 0.875rem;
	line-height: 1.375;
}

.proof-details {
	display: grid;
	gap: 2rem;
	margin-top: 3.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid hsl(var(--primary-foreground) / 0.15);
}

.proof-details h2 {
	margin-bottom: 1rem;
	color: hsl(var(--primary-foreground) / 0.6);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.proof-details ul {
	margin-bottom: 0;
	padding: 0;
	color: hsl(var(--primary-foreground) / 0.85);
	font-size: 0.95rem;
	line-height: 1.625;
	list-style: none;
}

.proof-details li + li {
	margin-top: 0.625rem;
}

.proof-details p {
	margin-bottom: 0;
	color: hsl(var(--primary-foreground) / 0.85);
	font-size: 0.95rem;
	line-height: 1.625;
}

.faq-list {
	margin-top: 2.5rem;
}

.faq-item {
	border-bottom: 1px solid hsl(var(--border));
}

.faq-item h2 {
	margin-bottom: 0;
}

.faq-question {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 0;
	border: 0;
	background: transparent;
	color: hsl(var(--foreground));
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.125rem;
	font-optical-sizing: auto;
	font-weight: 500;
	line-height: 1.75rem;
	text-align: left;
	cursor: pointer;
	transition: color 160ms ease;
}

.faq-question:hover {
	color: hsl(var(--brand));
}

.faq-icon {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	color: hsl(var(--muted-foreground));
	stroke-width: 2;
	transition: transform 200ms ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
	transform: rotate(180deg);
}

.faq-answer {
	height: 0;
	overflow: hidden;
	transition: height 200ms ease-out;
}

.faq-answer > div {
	max-width: 42rem;
	padding-bottom: 1.5rem;
}

.faq-answer p {
	margin-bottom: 0;
	color: hsl(var(--muted-foreground));
	font-size: 1rem;
	line-height: 1.625;
}

.closing-section {
	padding-block: 5rem;
}

.closing-inner {
	text-align: center;
}

.closing-section h2 {
	max-width: 48rem;
	margin: 0 auto;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.875rem;
	font-optical-sizing: auto;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.closing-section h2 span {
	color: hsl(var(--brand));
	font-style: italic;
}

.closing-section p {
	max-width: 36rem;
	margin: 1.5rem auto 0;
	color: hsl(var(--muted-foreground));
	font-size: 1.125rem;
	line-height: 1.625;
}

.closing-button {
	margin-top: 2.5rem;
	padding: 1rem 2rem;
}

.site-footer {
	padding-block: 2.5rem;
}

.footer-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
}

.footer-brand {
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.footer-description {
	margin-top: 0.25rem;
	margin-bottom: 0;
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.footer-nav {
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.footer-nav .menu {
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 0.5rem;
}

.copyright {
	margin-bottom: 0;
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.content-main,
.listing-main,
.error-main {
	min-height: 70vh;
}

.content-main {
	padding-block: 5rem 6rem;
}

.content-shell {
	max-width: 48rem;
}

.content-header {
	margin-bottom: 2.5rem;
}

.content-title,
.listing-header h1,
.error-content h1,
.empty-state h2,
.comments-title {
	font-family: "Fraunces", Georgia, serif;
	font-optical-sizing: auto;
	font-weight: 300;
	letter-spacing: -0.025em;
}

.content-title,
.listing-header h1,
.error-content h1 {
	margin-bottom: 0;
	font-size: clamp(2.5rem, 7vw, 4.25rem);
	line-height: 1.04;
}

.post-title {
	font-size: clamp(2.5rem, 7vw, 4rem);
}

.content-eyebrow,
.post-card-meta {
	color: hsl(var(--muted-foreground));
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.content-eyebrow {
	margin-bottom: 1.25rem;
}

.content-eyebrow a,
.post-card-meta a {
	transition: color 160ms ease;
}

.content-eyebrow a:hover,
.post-card-meta a:hover {
	color: hsl(var(--brand));
}

.post-byline {
	margin: 1.25rem 0 0;
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
}

.featured-media {
	margin: 0 0 3rem;
}

.featured-media img {
	display: block;
	width: 100%;
	border-radius: var(--radius);
}

.entry-content {
	font-size: 1.0625rem;
	line-height: 1.75;
	overflow-wrap: break-word;
}

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

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content pre,
.entry-content table,
.entry-content figure,
.entry-content .wp-block-columns,
.entry-content .wp-block-group {
	margin-bottom: 1.5rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-family: "Fraunces", Georgia, serif;
	font-optical-sizing: auto;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.entry-content h2 {
	font-size: 2rem;
}

.entry-content h3 {
	font-size: 1.5rem;
}

.entry-content h4 {
	font-size: 1.25rem;
}

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

.entry-content li + li {
	margin-top: 0.45rem;
}

.entry-content a,
.post-footer a,
.comments-area a {
	color: hsl(var(--brand));
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

.entry-content blockquote {
	margin-inline: 0;
	padding: 0.25rem 0 0.25rem 1.5rem;
	border-left: 3px solid hsl(var(--brand));
	color: hsl(var(--muted-foreground));
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.35rem;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 0.75rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.875rem;
	font-style: normal;
}

.entry-content code,
.entry-content kbd,
.entry-content pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.entry-content code,
.entry-content kbd {
	padding: 0.15em 0.35em;
	border-radius: 3px;
	background: hsl(var(--secondary));
	font-size: 0.9em;
}

.entry-content pre {
	padding: 1.25rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	overflow-x: auto;
}

.entry-content pre code {
	padding: 0;
	background: transparent;
	color: inherit;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content .wp-block-table {
	overflow-x: auto;
}

.entry-content th,
.entry-content td {
	padding: 0.75rem;
	border: 1px solid hsl(var(--border));
	text-align: left;
}

.entry-content th {
	background: hsl(var(--secondary) / 0.55);
}

.entry-content iframe,
.entry-content video {
	max-width: 100%;
}

.entry-content figcaption,
.wp-caption-text {
	margin-top: 0.5rem;
	color: hsl(var(--muted-foreground));
	font-size: 0.8125rem;
	text-align: center;
}

.entry-content .alignwide {
	width: min(64rem, calc(100vw - 3rem));
	max-width: 64rem;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
}

.wp-block-button__link,
.entry-content .wp-element-button {
	border-radius: calc(var(--radius) - 2px);
	background: hsl(var(--brand));
	color: hsl(var(--brand-foreground));
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.page-links {
	display: flex;
	gap: 0.5rem;
	margin-top: 2rem;
}

.page-links .post-page-numbers {
	display: inline-flex;
	min-width: 2.25rem;
	height: 2.25rem;
	align-items: center;
	justify-content: center;
	border: 1px solid hsl(var(--border));
	border-radius: calc(var(--radius) - 2px);
	text-decoration: none;
}

.page-links .current {
	border-color: hsl(var(--brand));
	background: hsl(var(--brand));
	color: hsl(var(--brand-foreground));
}

.edit-link,
.post-footer {
	color: hsl(var(--muted-foreground));
	font-size: 0.875rem;
}

.edit-link {
	margin-top: 2rem;
}

.post-footer {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid hsl(var(--border));
}

.post-footer p {
	margin-bottom: 0.5rem;
}

.post-footer p:last-child {
	margin-bottom: 0;
}

.post-navigation {
	display: grid;
	max-width: 64rem;
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 2rem;
	border-top: 1px solid hsl(var(--border));
}

.post-navigation-link {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.25rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--card));
	transition: border-color 160ms ease, transform 160ms ease;
}

.post-navigation-link:hover {
	border-color: hsl(var(--brand) / 0.45);
	transform: translateY(-1px);
}

.post-navigation-link span {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: hsl(var(--muted-foreground));
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.post-navigation-link strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.15rem;
	font-weight: 500;
}

.post-navigation-next {
	text-align: right;
}

.post-navigation-next span {
	justify-content: flex-end;
}

.listing-main {
	padding-block: 5rem 6rem;
}

.listing-header {
	max-width: 48rem;
	margin-bottom: 3.5rem;
}

.listing-description {
	margin-top: 1.25rem;
	color: hsl(var(--muted-foreground));
	font-size: 1.0625rem;
	line-height: 1.7;
}

.listing-description p {
	margin-bottom: 0;
}

.post-grid {
	display: grid;
	gap: 1.5rem;
}

.post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--card));
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
	border-color: hsl(var(--brand) / 0.4);
	transform: translateY(-2px);
	box-shadow: 0 14px 32px hsl(var(--foreground) / 0.06);
}

.post-card-media {
	display: block;
	aspect-ratio: 36 / 23;
	overflow: hidden;
	background: hsl(var(--secondary));
}

.post-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.post-card:hover .post-card-media img {
	transform: scale(1.015);
}

.post-card-body {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 1.5rem;
}

.post-card-meta {
	margin-bottom: 0.9rem;
}

.post-card h2 {
	margin-bottom: 0.875rem;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.post-card h2 a:hover {
	color: hsl(var(--brand));
}

.post-card-excerpt {
	color: hsl(var(--muted-foreground));
	font-size: 0.95rem;
	line-height: 1.65;
}

.post-card-excerpt p {
	margin-bottom: 0;
}

.read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1.25rem;
	color: hsl(var(--brand));
	font-size: 0.875rem;
	font-weight: 600;
}

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

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.page-numbers {
	display: inline-flex;
	min-width: 2.5rem;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.75rem;
	border: 1px solid hsl(var(--border));
	border-radius: calc(var(--radius) - 2px);
	background: hsl(var(--card));
}

.page-numbers.current,
.page-numbers:hover {
	border-color: hsl(var(--brand));
	background: hsl(var(--brand));
	color: hsl(var(--brand-foreground));
}

.empty-state {
	max-width: 42rem;
	padding: 2rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--card));
}

.empty-state h2,
.comments-title {
	margin-bottom: 0.75rem;
	font-size: 1.75rem;
}

.empty-state p {
	color: hsl(var(--muted-foreground));
}

.search-form {
	display: flex;
	max-width: 36rem;
	gap: 0.75rem;
	margin-block: 1.5rem;
}

.search-field,
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
	width: 100%;
	border: 1px solid hsl(var(--border));
	border-radius: calc(var(--radius) - 2px);
	background: hsl(var(--card));
	color: hsl(var(--foreground));
}

.search-field {
	min-width: 0;
	padding: 0.75rem 0.875rem;
}

.search-field:focus,
.comments-area input:focus,
.comments-area textarea:focus {
	border-color: hsl(var(--brand));
	outline: 3px solid hsl(var(--brand) / 0.15);
}

.search-submit {
	padding: 0.75rem 1.25rem;
}

.error-main {
	display: flex;
	align-items: center;
	padding-block: 5rem;
}

.error-content > p:not(.section-label) {
	max-width: 36rem;
	margin-top: 1.5rem;
	color: hsl(var(--muted-foreground));
	font-size: 1.0625rem;
	line-height: 1.7;
}

.error-content .button {
	margin-top: 0.5rem;
}

.comments-area {
	max-width: 48rem;
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 1px solid hsl(var(--border));
}

.comment-list {
	margin: 2rem 0;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	margin-left: 2rem;
	list-style: none;
}

.comment-body {
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: hsl(var(--card));
}

.comment-meta {
	font-size: 0.8125rem;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.comment-author img {
	border-radius: 50%;
}

.comment-content {
	margin-top: 1rem;
	line-height: 1.7;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	padding: 0.75rem;
}

.comment-form .submit {
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: calc(var(--radius) - 2px);
	background: hsl(var(--brand));
	color: hsl(var(--brand-foreground));
	font-weight: 600;
	cursor: pointer;
}

.js .reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 768px) {
	.main-nav {
		display: flex;
	}

	.hero-inner {
		padding-top: 7rem;
		padding-bottom: 5rem;
	}

	.hero h1 {
		font-size: 3.75rem;
		line-height: 1.02;
	}

	.hero-intro {
		font-size: 1.25rem;
		line-height: 1.625;
	}

	.content-section,
	.faq-section,
	.proof-section {
		padding-block: 6rem;
	}

	.section-answer,
	.proof-intro {
		font-size: 2rem;
		line-height: 1.375;
	}

	.answer-columns,
	.audience-grid,
	.proof-details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-step {
		grid-template-columns: 5rem 16rem minmax(0, 1fr);
		gap: 2rem;
	}

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

	.stat-value {
		font-size: 2.75rem;
	}

	.faq-question {
		font-size: 1.25rem;
	}

	.closing-section {
		padding-block: 7rem;
	}

	.closing-section h2 {
		font-size: 3rem;
		line-height: 1.25;
	}

	.footer-inner {
		flex-direction: row;
		align-items: center;
	}

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

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 480px) {
	.header-inner {
		gap: 0.75rem;
	}

	.button-small {
		padding-inline: 0.75rem;
	}

	.hero h1 {
		font-size: clamp(2.25rem, 12.2vw, 2.6rem);
	}

	.search-form {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.marquee-track {
		animation: none;
	}

	.marker > svg path {
		stroke-dashoffset: 0;
	}

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

@media print {
	.site-header {
		position: static;
		background: hsl(var(--background));
	}

	.services-marquee {
		display: none;
	}

	.reveal,
	.js .reveal {
		opacity: 1 !important;
		transform: none !important;
	}
}
