:root {
	--color-background: #fdfcf9;
	--color-foreground: #302c27;
	--color-surface: #f7f4ee;
	--color-surface-elevated: #eeeae2;
	--color-card: #ffffff;
	--color-muted: #6e6961;
	--color-border: #ded9d0;
	--color-sun: #c65129;
	--color-water: #3479a3;
	--color-forest: #3c8b63;
	--color-earth: #c7963b;
	--color-danger: #b42318;
	--font-display: "Anton", "Arial Narrow", sans-serif;
	--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	--radius: 12px;
	--shadow-sm: 0 1px 2px rgba(48, 44, 39, 0.06);
	--shadow-lg: 0 24px 70px rgba(48, 44, 39, 0.15);
	--container: 1280px;
	--header-height: 64px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 24px);
}

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

body.modal-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--color-forest);
}

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

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--color-foreground);
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: 0.012em;
	line-height: 1.1;
	text-transform: uppercase;
}

p {
	margin-top: 0;
}

.site-container {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

.content-narrow {
	max-width: 800px;
}

.section {
	padding-block: 96px;
}

.section--soft {
	background: color-mix(in srgb, var(--color-surface) 40%, transparent);
}

.section-border {
	border-bottom: 1px solid var(--color-border);
}

.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 {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--color-card);
	color: var(--color-foreground);
}

.icon {
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 auto;
}

.text-sun {
	color: var(--color-sun) !important;
}

.text-water {
	color: var(--color-water) !important;
}

.text-forest {
	color: var(--color-forest) !important;
}

.text-earth {
	color: var(--color-earth) !important;
}

/* Header */
.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	min-height: var(--header-height);
	border-bottom: 1px solid rgba(222, 217, 208, 0.9);
	background: rgba(253, 252, 249, 0.92);
	backdrop-filter: blur(18px);
	transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 30px rgba(48, 44, 39, 0.07);
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: var(--header-height);
	gap: 32px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 10px;
	color: var(--color-foreground);
	text-decoration: none;
}

.site-brand:hover {
	color: var(--color-foreground);
}

.site-brand__logo {
	display: block;
	flex: 0 0 32px;
	width: 32px;
	max-width: 32px;
	height: 32px;
	object-fit: contain;
}

.site-brand__name {
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
	text-transform: none;
}

.site-brand__mark {
	display: grid;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	gap: 2px;
	grid-template-columns: repeat(2, 1fr);
}

.site-brand__mark span {
	display: block;
	border-radius: 2px;
}

.site-brand__mark span:nth-child(1) {
	background: var(--color-sun);
}

.site-brand__mark span:nth-child(2) {
	background: var(--color-water);
}

.site-brand__mark span:nth-child(3) {
	background: var(--color-forest);
}

.site-brand__mark span:nth-child(4) {
	background: var(--color-earth);
}

.primary-navigation {
	margin-left: auto;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	gap: 34px;
	list-style: none;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	display: block;
	padding-block: 8px;
	color: var(--color-muted);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

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

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -16px;
	display: none;
	min-width: 220px;
	padding: 10px;
	margin: 0;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	background: var(--color-card);
	box-shadow: var(--shadow-lg);
	list-style: none;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: block;
}

.primary-menu .sub-menu a {
	padding: 8px 10px;
	border-radius: 6px;
}

.primary-menu .sub-menu a:hover {
	background: var(--color-surface);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	margin-left: auto;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--color-foreground);
	transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
	transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Buttons */
.button,
input[type="submit"],
.wp-block-button__link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	gap: 9px;
	border: 1px solid var(--color-forest);
	border-radius: 6px;
	background: var(--color-forest);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	border-color: #327756;
	background: #327756;
	color: #fff;
	transform: translateY(-1px);
}

.button .icon {
	transition: transform 160ms ease;
}

.button:hover .icon {
	transform: translateX(3px);
}

.button--small {
	min-height: 40px;
	padding: 10px 16px;
}

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

.button--secondary:hover {
	border-color: var(--color-forest);
	background: transparent;
	color: var(--color-forest);
}

.button--full {
	width: 100%;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 36px;
	gap: 12px;
}

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

/* Hero */
.hero {
	overflow: hidden;
}

.hero__grid {
	display: grid;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 64px;
	gap: 64px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero h1 {
	max-width: none;
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 48px;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.hero__intro {
	max-width: 576px;
	margin-top: 24px;
	margin-bottom: 0;
	color: var(--color-muted);
	font-size: 16px;
	line-height: 1.625;
}

.hero__stats {
	display: grid;
	max-width: 512px;
	padding-top: 24px;
	margin: 48px 0 0;
	border-top: 1px solid var(--color-border);
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
}

.hero__stats div {
	min-width: 0;
}

.hero__stats dt {
	font-family: var(--font-display);
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
}

.hero__stats dd {
	margin: 4px 0 0;
	color: var(--color-muted);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.hero__visual {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: linear-gradient(135deg, var(--color-surface), var(--color-background));
}

.grid-pattern {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(to right, rgba(48, 44, 39, 0.05) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(48, 44, 39, 0.05) 1px, transparent 1px);
	background-size: 56px 56px;
	opacity: 0.7;
}

.hero__image-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 448px;
	margin-inline: auto;
	border: 1px solid rgba(48, 44, 39, 0.12);
	border-radius: 50%;
	box-shadow: 0 28px 60px rgba(20, 28, 34, 0.22);
}

.hero__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__visual > p {
	position: relative;
	margin: 24px 0 0;
	color: var(--color-muted);
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.25em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

/* Shared section typography */
.section-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--color-forest);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.section-eyebrow > span {
	width: 32px;
	height: 1px;
	background: rgba(60, 139, 99, 0.65);
}

.section-title {
	max-width: 768px;
	margin: 16px 0 0;
	font-size: 36px;
	letter-spacing: -0.025em;
}

.section-intro {
	max-width: 768px;
	margin: 24px 0 0;
	color: var(--color-muted);
	font-size: 18px;
	line-height: 1.625;
}

/* Problem / solution */
.problem-grid {
	display: grid;
	margin-top: 64px;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-panel {
	padding: 32px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-surface);
}

.feature-panel--solution {
	border-color: rgba(60, 139, 99, 0.35);
	background: var(--color-surface-elevated);
}

.feature-panel__label,
.ownership-card__label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.feature-panel h3 {
	margin: 20px 0 0;
	font-size: 24px;
}

.feature-panel > p {
	margin: 20px 0 0;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.625;
}

.feature-panel > p strong {
	color: var(--color-foreground);
	font-weight: 500;
}

.friction-list,
.solution-list {
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.friction-list {
	color: var(--color-muted);
	font-size: 14px;
}

.friction-list li {
	position: relative;
	padding-left: 30px;
	margin-top: 16px;
}

.friction-list li::before {
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 16px;
	height: 2px;
	background: rgba(198, 81, 41, 0.75);
	content: "";
}

.solution-list li {
	display: flex;
	align-items: flex-start;
	margin-top: 12px;
	gap: 11px;
	font-size: 14px;
}

.solution-list .icon {
	margin-top: 4px;
	color: var(--color-forest);
}

/* Process */
.process-grid {
	display: grid;
	overflow: hidden;
	margin-top: 64px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-border);
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
	min-width: 0;
	padding: 32px;
	background: var(--color-background);
}

.process-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.process-card__icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--color-border);
	border-radius: 6px;
	background: var(--color-surface);
}

.process-card__number {
	color: var(--color-muted);
	font-family: var(--font-mono);
	font-size: 12px;
}

.process-card h3 {
	margin: 24px 0 0;
	font-size: 20px;
	letter-spacing: -0.025em;
}

.process-card p {
	margin: 12px 0 0;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.625;
}

/* Corporate */
.corporate-grid {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.ownership-card {
	padding: 24px;
	margin-top: 40px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-surface);
}

.ownership-card__bar {
	display: flex;
	overflow: hidden;
	height: 12px;
	margin-top: 20px;
	border-radius: 999px;
	background: var(--color-surface-elevated);
}

.ownership-card__bar span:first-child {
	width: 52%;
	background: var(--color-forest);
}

.ownership-card__bar span:last-child {
	width: 48%;
	background: var(--color-earth);
}

.ownership-card__legend {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	gap: 16px;
	font-family: var(--font-mono);
	font-size: 11px;
}

.corporate-copy {
	padding-top: 0;
}

.corporate-copy > p {
	margin: 0 0 24px;
	color: var(--color-muted);
	font-size: 18px;
	line-height: 1.625;
}

.corporate-copy strong {
	color: var(--color-foreground);
	font-weight: 500;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 16px;
	gap: 8px;
}

.tag-list span {
	padding: 4px 12px;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	background: var(--color-surface);
	color: var(--color-muted);
	font-size: 12px;
}

/* Leadership */
.leadership-grid {
	display: grid;
	margin-top: 64px;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leader-card {
	padding: 32px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-card);
	box-shadow: var(--shadow-sm);
}

.leader-card__header {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.leader-card__initials {
	display: grid;
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	place-items: center;
	border-radius: 9px;
	background: var(--color-water);
	color: #fff;
	font-family: var(--font-display);
	font-size: 26px;
	line-height: 1;
}

.leader-card h3 {
	margin: 1px 0 0;
	font-size: 24px;
	letter-spacing: -0.025em;
}

.leader-card__header p {
	margin: 5px 0 0;
	color: var(--color-sun);
	font-size: 14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.leader-card__bio {
	margin: 24px 0 0;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.625;
}

/* CTA */
.cta {
	padding-block: 112px;
}

.cta__inner {
	max-width: 896px;
	padding-inline: 24px;
	text-align: center;
}

.cta h2 {
	margin-bottom: 0;
	font-size: 36px;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.cta__inner > p {
	max-width: 672px;
	margin: 24px auto 0;
	color: var(--color-muted);
	font-size: 18px;
	line-height: 1.625;
}

.form-notice {
	padding: 13px 18px;
	margin: 0 auto 30px;
	border: 1px solid;
	border-radius: 8px;
	font-size: 14px;
}

.form-notice--success {
	border-color: rgba(60, 139, 99, 0.35);
	background: rgba(60, 139, 99, 0.08);
	color: #246b47;
}

.form-notice--error {
	border-color: rgba(180, 35, 24, 0.28);
	background: rgba(180, 35, 24, 0.06);
	color: var(--color-danger);
}

/* Footer */
.site-footer {
	padding-block: 64px 32px;
	background: var(--color-background);
}

.site-footer__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 5fr 4fr 3fr;
}

.site-brand--footer .site-brand__logo {
	width: 32px;
	max-width: 32px;
	height: 32px;
}

.site-footer__brand > p {
	max-width: 420px;
	margin: 18px 0 0;
	color: var(--color-muted);
	font-size: 14px;
}

.site-footer__heading {
	margin: 0;
	color: var(--color-foreground);
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 16px;
	text-transform: uppercase;
}

.contact-list,
.footer-menu {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.contact-list {
	color: var(--color-muted);
	font-size: 14px;
}

.contact-list li {
	display: flex;
	align-items: center;
	margin-top: 10px;
	gap: 9px;
}

.contact-list .icon {
	width: 15px;
	height: 15px;
	color: var(--color-forest);
}

.contact-list a,
.footer-menu a {
	text-decoration: none;
}

.contact-list__company {
	color: var(--color-foreground);
	font-weight: 600;
}

.footer-menu {
	display: block;
}

.footer-menu li {
	margin-top: 10px;
}

.footer-menu a {
	color: var(--color-muted);
	font-size: 14px;
}

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

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 28px;
	margin-top: 58px;
	border-top: 1px solid var(--color-border);
	gap: 20px;
	color: var(--color-muted);
	font-size: 12px;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__verification {
	font-family: var(--font-mono);
}

/* Forms and dialog */
.modal {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.modal.is-open {
	display: flex;
}

.modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(28, 27, 25, 0.66);
	backdrop-filter: blur(6px);
}

.modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 640px);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: clamp(28px, 5vw, 44px);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-card);
	box-shadow: var(--shadow-lg);
}

.modal__dialog > h2 {
	padding-right: 36px;
	margin-bottom: 0;
	font-size: 34px;
}

.modal__dialog > p {
	margin: 12px 0 0;
	color: var(--color-muted);
	font-size: 14px;
}

.modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--color-border);
	border-radius: 50%;
	background: var(--color-background);
	color: var(--color-foreground);
	font-size: 25px;
	line-height: 1;
}

.modal__close:hover {
	border-color: var(--color-forest);
	color: var(--color-forest);
}

.lead-form {
	margin-top: 26px;
}

.lead-form > label {
	display: block;
	margin-top: 17px;
}

.form-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form label > span {
	display: block;
	margin-bottom: 6px;
	color: var(--color-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.search-form input[type="search"],
.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid var(--color-border);
	border-radius: 7px;
	outline: none;
	background: var(--color-background);
	color: var(--color-foreground);
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.lead-form input,
.lead-form select {
	height: 46px;
}

.lead-form textarea {
	resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.search-form input[type="search"]:focus,
.comment-form input:focus,
.comment-form textarea:focus {
	border-color: var(--color-forest);
	box-shadow: 0 0 0 3px rgba(60, 139, 99, 0.12);
}

.lead-form .button {
	margin-top: 22px;
}

.form-honeypot {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.modal__dialog .form-notice {
	margin: 20px 0 0;
}

.form-confirmation {
	padding-block: 24px 8px;
	text-align: center;
}

.form-confirmation__icon {
	display: grid;
	width: 56px;
	height: 56px;
	margin-inline: auto;
	place-items: center;
	border-radius: 50%;
	background: rgba(60, 139, 99, 0.15);
	color: var(--color-forest);
}

.form-confirmation__icon .icon {
	width: 28px;
	height: 28px;
}

.form-confirmation h3 {
	margin: 20px 0 0;
	font-size: 24px;
	letter-spacing: -0.025em;
}

.form-confirmation p {
	max-width: 384px;
	margin: 12px auto 0;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.625;
}

.form-confirmation .button {
	margin-top: 28px;
}


/* Page, post, archive and policy layouts */
.page-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(72px, 8vw, 108px);
	border-bottom: 1px solid var(--color-border);
	background: var(--color-surface);
}

.page-hero::after {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(to right, rgba(48, 44, 39, 0.045) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(48, 44, 39, 0.045) 1px, transparent 1px);
	background-size: 56px 56px;
	content: "";
	mask-image: linear-gradient(to right, transparent, #000 60%);
}

.page-hero__inner {
	position: relative;
	z-index: 1;
}

.page-hero h1 {
	max-width: 950px;
	margin: 17px 0 0;
	font-size: clamp(46px, 6vw, 76px);
}

.page-hero__meta {
	margin: 18px 0 0;
	color: var(--color-muted);
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.content-area {
	padding-block: clamp(72px, 8vw, 108px);
}

.entry-content {
	max-width: 850px;
}

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

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

.entry-content h2 {
	margin: 2.2em 0 0.65em;
	font-size: clamp(30px, 3vw, 42px);
}

.entry-content h3 {
	margin: 2em 0 0.6em;
	font-size: clamp(24px, 2.5vw, 32px);
}

.entry-content h4 {
	margin: 1.8em 0 0.5em;
	font-size: 22px;
}

.entry-content p,
.entry-content li {
	color: #4f4a44;
	font-size: 17px;
	line-height: 1.8;
}

.entry-content a {
	color: #286b4b;
}

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

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

.entry-content blockquote {
	padding: 22px 26px;
	margin: 32px 0;
	border-left: 4px solid var(--color-forest);
	background: var(--color-surface);
}

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

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

.entry-content th {
	background: var(--color-surface);
}

.entry-content .alignwide {
	width: min(1100px, calc(100vw - 48px));
	max-width: none;
	margin-inline: calc(
		(100% - min(1100px, calc(100vw - 48px))) / 2
	);
}

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

.policy-layout {
	display: grid;
	align-items: start;
	gap: clamp(42px, 6vw, 72px);
	grid-template-columns: 230px minmax(0, 850px);
}

.policy-toc {
	position: sticky;
	top: calc(var(--header-height) + 32px);
}

.policy-toc__title {
	margin: 0 0 14px;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.policy-toc ol {
	padding: 0;
	margin: 0;
	border-left: 1px solid var(--color-border);
	list-style: none;
}

.policy-toc li {
	margin: 0;
}

.policy-toc li.is-child a {
	padding-left: 30px;
	font-size: 12px;
}

.policy-toc a {
	display: block;
	padding: 7px 0 7px 18px;
	color: var(--color-muted);
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.policy-toc a:hover,
.policy-toc a.is-active {
	color: var(--color-forest);
}

.policy-content {
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-card);
	box-shadow: var(--shadow-sm);
}

.policy-content h2,
.policy-content h3 {
	scroll-margin-top: calc(var(--header-height) + 24px);
}

.policy-content > h2:first-child,
.policy-content > h3:first-child {
	margin-top: 0;
}

.posts-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-card);
}

.post-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--color-surface);
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}

.post-card:hover .post-card__image img {
	transform: scale(1.025);
}

.post-card__content {
	padding: 24px;
}

.post-card__meta {
	color: var(--color-muted);
	font-family: var(--font-mono);
	font-size: 11px;
	text-transform: uppercase;
}

.post-card h2 {
	margin: 12px 0 0;
	font-size: 28px;
}

.post-card h2 a {
	text-decoration: none;
}

.post-card p {
	margin: 14px 0 0;
	color: var(--color-muted);
	font-size: 14px;
}

.pagination {
	margin-top: 48px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	place-items: center;
	border: 1px solid var(--color-border);
	border-radius: 6px;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--color-forest);
	background: var(--color-forest);
	color: #fff;
}

.no-results {
	max-width: 700px;
}

.search-form {
	display: flex;
	max-width: 620px;
	gap: 10px;
}

.comments-area {
	max-width: 850px;
	padding-top: 48px;
	margin-top: 64px;
	border-top: 1px solid var(--color-border);
}

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

.comment-list .children {
	list-style: none;
}

/* WordPress utilities */
.wp-caption,
.gallery-caption {
	max-width: 100%;
	color: var(--color-muted);
	font-size: 13px;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

.alignleft {
	float: left;
	margin: 0 24px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 24px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Responsive */
@media (min-width: 768px) {
	.section {
		padding-block: 128px;
	}

	.hero__grid {
		padding-top: 112px;
		padding-bottom: 96px;
	}

	.hero h1 {
		font-size: 60px;
	}

	.hero__intro {
		font-size: 18px;
	}

	.hero__visual {
		padding: 40px;
	}

	.section-title {
		font-size: 48px;
	}

	.cta {
		padding-block: 144px;
	}

	.cta h2 {
		font-size: 48px;
	}
}

@media (min-width: 1024px) {
	.cta h2 {
		font-size: 60px;
	}
}

@media (max-width: 1023px) {
	.hero__grid {
		grid-template-columns: 1fr;
	}

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

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

	.problem-grid,
	.corporate-grid,
	.leadership-grid {
		grid-template-columns: 1fr;
	}

	.hero__visual {
		width: min(100%, 620px);
	}

	.policy-layout {
		grid-template-columns: 1fr;
	}

	.policy-toc {
		position: static;
		padding: 20px;
		border: 1px solid var(--color-border);
		border-radius: 8px;
		background: var(--color-surface);
	}

	.policy-toc ol {
		columns: 2;
	}
}

@media (max-width: 767px) {
	:root {
		--header-height: 66px;
	}

	.site-container {
		width: min(calc(100% - 40px), var(--container));
	}

	.site-header__inner {
		min-height: var(--header-height);
	}

	.menu-toggle {
		display: block;
	}

	.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		padding: 12px 20px 22px;
		border-bottom: 1px solid var(--color-border);
		background: var(--color-background);
		box-shadow: 0 18px 30px rgba(48, 44, 39, 0.08);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu a {
		padding: 10px 4px;
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		padding: 0 0 0 14px;
		border: 0;
		box-shadow: none;
	}

	.site-header__login {
		display: none;
	}

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

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.site-container {
		width: min(calc(100% - 48px), var(--container));
	}

	.site-brand__name {
		font-size: 19px;
	}

	.site-brand__mark {
		width: 30px;
		height: 30px;
	}

	.hero__grid {
		padding-top: 80px;
		padding-bottom: 64px;
	}

	.hero h1 {
		font-size: 48px;
	}

	.hero__stats {
		gap: 16px;
	}

	.hero__stats dt {
		font-size: 27px;
	}

	.section {
		padding-block: 96px;
	}

	.section-title {
		font-size: 36px;
	}

	.section-intro,
	.corporate-copy > p,
	.cta__inner > p {
		font-size: 16px;
	}

	.process-grid,
	.posts-grid {
		grid-template-columns: 1fr;
	}

	.ownership-card__legend,
	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		grid-column: auto;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.modal {
		padding: 12px;
	}

	.modal__dialog {
		max-height: calc(100vh - 24px);
		padding: 26px 20px;
	}

	.policy-toc ol {
		columns: auto;
	}

	.policy-content {
		padding: 26px 20px;
	}

	.entry-content p,
	.entry-content li {
		font-size: 16px;
	}

	.search-form {
		display: block;
	}

	.search-form input[type="submit"] {
		width: 100%;
		margin-top: 10px;
	}
}

@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;
	}
}
