:root {
	--origo-bg: #fcf9f8;
	--origo-surface: #ffffff;
	--origo-surface-lowest: #ffffff;
	--origo-surface-low: #f6f3f2;
	--origo-surface-base: #f0eded;
	--origo-surface-high: #eae7e7;
	--origo-surface-highest: #e5e2e1;
	--origo-text: #1c1b1b;
	--origo-muted: #44474e;
	--origo-outline: rgba(117, 119, 126, 0.18);
	--origo-outline-strong: rgba(117, 119, 126, 0.3);
	--origo-primary: #000000;
	--origo-primary-deep: #0a1b39;
	--origo-signal: #b4f65e;
	--origo-shell: min(1280px, calc(100vw - 48px));
	--origo-wide: min(1480px, calc(100vw - 48px));
	--origo-section: clamp(4rem, 7vw, 8.5rem);
	--origo-gap: clamp(1.5rem, 2vw, 2.5rem);
	--origo-shadow: 0 20px 40px rgba(28, 27, 27, 0.05);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--origo-bg);
	color: var(--origo-text);
	font-family: 'Inter', sans-serif;
	line-height: 1.7;
}

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

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

p {
	margin: 0 0 1rem;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
}

h1 {
	font-size: clamp(2.6rem, 5.2vw, 4.6rem);
	line-height: 1.04;
	text-wrap: balance;
}

h2 {
	font-size: clamp(2rem, 3.6vw, 3.4rem);
	line-height: 1.06;
	text-wrap: balance;
}

h3 {
	font-size: clamp(1.35rem, 2.4vw, 2rem);
}

h4 {
	font-size: clamp(1.1rem, 1.6vw, 1.45rem);
	line-height: 1.15;
}

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

.shell {
	width: var(--origo-shell);
	margin: 0 auto;
}

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

.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 1000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	background: var(--origo-primary);
	color: #fff;
	clip: auto;
}

.eyebrow,
.post-taxonomy,
.footer-label,
.meta-kicker,
.post-card__date,
.origo-status-note,
.origo-feed-article__date {
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--origo-muted);
}

.eyebrow--accent,
.eyebrow.is-light,
.origo-step {
	color: var(--origo-signal);
}

.section-copy {
	max-width: 42rem;
	font-size: 1.05rem;
	color: var(--origo-muted);
}

.site-main > *:first-child {
	margin-top: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid transparent;
	background: rgba(252, 249, 248, 0.82);
	backdrop-filter: blur(20px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-height: 92px;
}

.site-branding,
.site-footer__branding {
	display: flex;
	align-items: center;
}

.site-branding__logo,
.site-footer__logo {
	display: inline-flex;
	align-items: center;
}

.site-branding__image,
.site-footer__logo-image {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.site-branding__image {
	max-height: 54px;
}

.site-footer__logo-image {
	max-height: 62px;
}

.site-branding__mark,
.site-footer__brand-text {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.primary-nav,
.primary-nav ul {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.primary-nav a {
	padding: 0.9rem 0.95rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--origo-muted);
	transition: color 0.2s ease, background 0.2s ease;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav a:hover,
.primary-nav a:focus-visible {
	color: var(--origo-primary);
	background: rgba(0, 0, 0, 0.03);
}

.menu-toggle {
	display: none;
	padding: 0;
	border: 0;
	background: transparent;
}

.menu-toggle__line {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	background: var(--origo-primary);
}

.button,
button,
input[type='submit'],
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-height: 58px;
	padding: 0.95rem 2rem;
	border: 1px solid transparent;
	border-radius: 0;
	background: linear-gradient(135deg, var(--origo-primary), var(--origo-primary-deep));
	color: #fff;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible,
button:hover,
button:focus-visible,
input[type='submit']:hover,
input[type='submit']:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	transform: translateY(-2px);
	background: linear-gradient(135deg, var(--origo-primary-deep), var(--origo-primary));
	color: #fff;
}

.button--secondary:hover,
.button--secondary:focus-visible,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus-visible {
	background: var(--origo-primary);
	color: #fff;
	border-color: var(--origo-primary);
}

.button--secondary,
.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--origo-primary);
	border-color: var(--origo-outline);
}

/* Scope above `.primary-nav a` (0,1,1) — otherwise its muted text color wins
   over `.button--nav` and the CTA label disappears against the dark button. */
.button--nav,
.primary-nav a.button--nav {
	background: var(--origo-primary);
	color: #fff;
	border-color: var(--origo-primary);
}

.primary-nav a.button--nav:hover,
.primary-nav a.button--nav:focus-visible {
	background: linear-gradient(135deg, var(--origo-primary-deep), var(--origo-primary));
	color: #fff;
	border-color: var(--origo-primary);
}

.button--secondary-light,
.button--secondary-light .wp-block-button__link,
.wp-block-button.button--secondary-light .wp-block-button__link {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.button--secondary-light:hover,
.button--secondary-light:focus-visible,
.button--secondary-light .wp-block-button__link:hover,
.button--secondary-light .wp-block-button__link:focus-visible,
.wp-block-button.button--secondary-light .wp-block-button__link:hover,
.wp-block-button.button--secondary-light .wp-block-button__link:focus-visible {
	background: var(--origo-signal);
	color: var(--origo-primary);
	border-color: var(--origo-signal);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid currentColor;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer {
	background: #efeded;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding: var(--origo-section) 0 3rem;
}

.site-footer__intro p:last-child,
.site-footer__meta p:last-child {
	margin-bottom: 0;
}

.site-footer__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2rem;
	align-content: start;
}

.site-footer__social,
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
}

.site-footer__social a,
.footer-menu a {
	font-size: 0.76rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--origo-muted);
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

/* Social icons (LinkedIn / Instagram / YouTube) in the footer */
.site-footer__social {
	align-items: center;
	gap: 1rem 1.15rem;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--origo-muted);
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-icon {
	display: block;
	width: 22px;
	height: 22px;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	color: var(--origo-primary);
	transform: translateY(-2px);
}

.site-footer__base {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.75rem 0 2rem;
	border-top: 1px solid rgba(117, 119, 126, 0.1);
}

.origo-home-hero,
.origo-page-hero,
.origo-archive-hero {
	position: relative;
	overflow: hidden;
}

.origo-home-hero {
	background:
		linear-gradient(rgba(197, 198, 206, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(197, 198, 206, 0.08) 1px, transparent 1px);
	background-size: 32px 32px;
	background-color: var(--origo-bg);
}

.origo-home-hero::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(34vw, 520px);
	height: 58%;
	background: var(--origo-surface-low);
	opacity: 0.7;
}

.origo-home-hero__grid,
.origo-page-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.origo-home-hero__grid > .wp-block-group__inner-container,
.origo-page-hero__grid > .wp-block-group__inner-container {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	width: 100%;
	min-width: 0;
}

.origo-home-hero__grid > *,
.origo-page-hero__grid > *,
.origo-home-hero__grid > .wp-block-group__inner-container > *,
.origo-page-hero__grid > .wp-block-group__inner-container > *,
.origo-midnight-grid > *,
.cta-band__inner > *,
.origo-service-asym > *,
.origo-bio-grid > * {
	margin-inline: 0 !important;
	min-width: 0;
}

.origo-home-hero__copy h1,
.origo-page-hero__copy h1 {
	max-width: 18ch;
}

.origo-home-hero__copy .origo-home-hero__lede,
.origo-page-hero__copy .origo-page-hero__lede {
	max-width: 36rem;
}

.origo-home-hero__copy,
.origo-page-hero__copy {
	max-width: 54rem;
}

.origo-page-hero__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 1.5rem;
}

.origo-page-hero__kicker {
	display: flex;
	align-items: flex-end;
	padding-bottom: 0.75rem;
}

.origo-home-hero__lede,
.origo-page-hero__lede,
.origo-archive-hero__lede,
.origo-page-hero__aside p {
	max-width: 34rem;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.75;
	color: var(--origo-muted);
}

.origo-home-hero__signal {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	margin: 1rem 0 2.2rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.origo-home-hero__signal::before,
.origo-home-hero__signal span {
	content: '';
	width: 3rem;
	height: 2px;
	background: var(--origo-signal);
}

.origo-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.origo-home-hero__aside {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.origo-home-hero__plane,
.origo-home-hero__image {
	width: min(100%, 420px);
	height: clamp(280px, 34vw, 460px);
	background: linear-gradient(135deg, rgba(10, 27, 57, 0.04), rgba(0, 0, 0, 0.08));
	border: 1px solid rgba(117, 119, 126, 0.1);
	margin: 0;
	overflow: hidden;
}

.origo-home-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.05);
}

.origo-proof-band {
	padding: 2.5rem 0;
	background: var(--origo-surface-base);
}

.origo-proof-band > * {
	width: var(--origo-shell);
	margin-inline: auto;
}

.origo-logo-row {
	margin: 0;
	gap: 1rem;
	opacity: 0.62;
}

.origo-logo-row p {
	margin: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: clamp(0.95rem, 1.8vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.origo-section,
.origo-service-split,
.origo-fractional-panel,
.origo-journal-preview,
.page-builder > .wp-block-group,
.page-builder > .wp-block-columns {
	padding: var(--origo-section) 0;
}

.page-builder > *:first-child {
	margin-top: 0;
}

.page-builder > *:last-child {
	margin-bottom: 0;
}

.page-builder > .wp-block-group:not(.alignwide):not(.alignfull),
.page-builder > .wp-block-columns:not(.alignwide):not(.alignfull),
.page-builder > .wp-block-cover:not(.alignwide):not(.alignfull) {
	width: var(--origo-shell);
	margin-inline: auto;
}

.page-builder > .wp-block-group.origo-proof-band,
.page-builder > .wp-block-group.origo-capabilities,
.page-builder > .wp-block-group.origo-fractional-panel,
.page-builder > .wp-block-group.origo-midnight-panel,
.page-builder > .wp-block-group.origo-service-split,
.page-builder > .wp-block-group.origo-technology-ecosystem,
.page-builder > .wp-block-group.cta-band {
	width: 100%;
	max-width: none;
}

.origo-service-split {
	background: var(--origo-surface-low);
}

.origo-service-split > * {
	width: var(--origo-shell);
	margin-inline: auto;
}

.origo-capabilities {
	background: var(--origo-surface-low);
}

.origo-section-heading {
	display: grid;
	gap: 0.75rem;
	margin-bottom: clamp(2rem, 4vw, 4rem);
}

.origo-section-heading--split {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 2rem;
}

.origo-section-heading--center {
	justify-items: center;
	text-align: center;
}

.origo-capability-grid,
.origo-values-grid,
.origo-bento-grid,
.origo-two-note-grid {
	margin: 0;
	gap: 1.5rem;
}

.origo-capability-grid,
.origo-tech-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.origo-logo-row,
.origo-process-grid,
.origo-values-grid,
.origo-bento-grid,
.origo-two-note-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
}

.origo-capability-card,
.origo-bento-card,
.origo-tech-card,
.origo-bio-panel,
.origo-outcome-panel,
.sidebar-panel,
.post-card,
.media-placeholder,
.origo-feed-article__image,
.origo-article__hero-media,
.editorial-media {
	background: var(--origo-surface-highest);
	border: 1px solid rgba(117, 119, 126, 0.14);
}

.origo-capability-card,
.origo-bento-card,
.origo-tech-card,
.sidebar-panel {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1.7rem, 3vw, 3rem);
	transition: background 0.25s ease;
}

.origo-capability-card:hover,
.origo-bento-card:hover,
.origo-tech-card:hover,
.sidebar-panel:hover,
.post-card:hover {
	background: var(--origo-surface-base);
}

.origo-icon {
	margin-bottom: 1.5rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.origo-midnight-panel,
.cta-band {
	background:
		linear-gradient(135deg, var(--origo-primary), var(--origo-primary-deep));
	color: #fff;
}

.origo-midnight-panel > *,
.cta-band > * {
	width: var(--origo-shell);
	margin-inline: auto;
}

.origo-midnight-panel {
	position: relative;
	overflow: hidden;
}

.origo-midnight-panel::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 32px 32px;
	pointer-events: none;
}

.origo-midnight-grid,
.cta-band__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding: var(--origo-section) 0;
}

.origo-midnight-grid,
.cta-band__inner {
	display: grid !important;
}

.origo-midnight-panel h2,
.cta-band h2,
.origo-midnight-panel h3,
.origo-midnight-panel h4 {
	color: #fff;
}

.origo-midnight-panel h2,
.cta-band h2 {
	font-size: clamp(2.35rem, 4.6vw, 4.7rem);
	line-height: 1.02;
}

.origo-midnight-panel p,
.cta-band p,
.origo-midnight-panel li {
	color: rgba(255, 255, 255, 0.86);
}

.origo-midnight-panel .origo-step,
.origo-midnight-panel .eyebrow.is-light,
.cta-band .eyebrow.is-light {
	color: var(--origo-signal);
}

.origo-process-grid,
.origo-values-grid {
	margin-top: 2rem;
}

.origo-tech-grid {
	margin: 0;
	gap: 1.5rem;
}

.origo-technology-ecosystem {
	background: var(--origo-bg);
}

.origo-tech-card {
	gap: 1rem;
	background: var(--origo-surface-low);
}

.origo-tech-card p:last-child {
	color: var(--origo-muted);
}

.origo-process-grid > .wp-block-column,
.origo-values-grid > .wp-block-column {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.origo-step {
	margin-bottom: 1rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

/* Google Calendar scheduling button — force Origo button appearance */
.origo-gcal-btn {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.origo-gcal-btn button,
.origo-gcal-btn [role="button"] {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	width: 100% !important;
	min-height: 58px !important;
	padding: 1.1rem 2.5rem !important;
	border: 1px solid #ffffff !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	background-image: none !important;
	color: #000000 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease !important;
}

.origo-gcal-btn button:hover,
.origo-gcal-btn [role="button"]:hover {
	background: #b4f65e !important;
	color: #000000 !important;
	border-color: #b4f65e !important;
	transform: translateY(-2px) !important;
}

/* Hide Google's calendar icon — text label only */
.origo-gcal-btn button svg,
.origo-gcal-btn button img,
.origo-gcal-btn button [class*="icon"],
.origo-gcal-btn button [class*="Icon"] {
	display: none !important;
}

.cta-band .button,
.cta-band .wp-block-button__link {
	background: var(--origo-surface);
	color: var(--origo-primary);
	border-color: var(--origo-surface);
}

.cta-band .button--secondary,
.cta-band .is-style-outline .wp-block-button__link,
.origo-midnight-panel .button--secondary,
.origo-midnight-panel .is-style-outline .wp-block-button__link {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.cta-band .button:hover,
.cta-band .wp-block-button__link:hover,
.cta-band .wp-block-button__link:focus-visible {
	background: var(--origo-signal);
	color: var(--origo-primary);
	border-color: var(--origo-signal);
}

.cta-band .button--secondary:hover,
.cta-band .is-style-outline .wp-block-button__link:hover,
.origo-midnight-panel .button--secondary:hover,
.origo-midnight-panel .is-style-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.6);
}

.origo-midnight-panel .origo-status-note,
.origo-page-hero--dark .origo-status-note,
.cta-band .origo-status-note {
	color: rgba(255, 255, 255, 0.66);
}

.origo-page-hero--dark {
	background: linear-gradient(135deg, var(--origo-primary), var(--origo-primary-deep));
	color: #fff;
}

.origo-page-hero--dark h1,
.origo-page-hero--dark p {
	color: inherit;
}

.origo-page-hero--dark .origo-page-hero__aside p {
	color: rgba(255, 255, 255, 0.78);
}

.origo-page-hero__image {
	/* Stretch with top/bottom 0 rather than height:100% — the hero's height is
	   content-driven (indefinite), so a percentage height can collapse to the
	   image's natural size and look offset. inset top/right/bottom pins it to
	   fill the panel's full height regardless. */
	position: absolute;
	inset: 0 0 0 auto;
	width: min(50vw, 720px);
	height: auto;
	opacity: 0.22;
	mix-blend-mode: screen;
}

/* WordPress nests the image in a .wp-block-group__inner-container; that wrapper
   must also stretch to 100% height, or the figure/img height:100% chain breaks
   and the image renders at its natural height (looking offset/shifted) instead
   of covering the full hero panel. */
.origo-page-hero__image > .wp-block-group__inner-container,
.origo-page-hero__image .editorial-media,
.origo-page-hero__image .media-placeholder,
.origo-page-hero__image figure {
	height: 100%;
	border: 0;
	background: transparent;
	margin: 0;
}

.origo-page-hero__image > .wp-block-group__inner-container {
	display: flex;
	padding: 0;
}

.origo-page-hero__image figure {
	flex: 1 1 auto;
	width: 100%;
}

.origo-page-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.origo-page-hero--minimal {
	background: var(--origo-bg);
}

.origo-page-hero--minimal .origo-page-hero__grid {
	grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
	align-items: end;
}

.origo-bio-panel {
	background: var(--origo-surface-low);
	padding: 0;
}

.origo-bio-grid {
	margin: 0;
	gap: 0;
}

.origo-bio-grid > .wp-block-column:first-child {
	border-right: 1px solid rgba(117, 119, 126, 0.14);
}

.origo-bio-grid > .wp-block-column:last-child {
	padding: clamp(2rem, 4vw, 4rem);
}

.origo-portrait-image,
.origo-portrait-image img {
	height: 100%;
}

.origo-portrait-image img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	filter: grayscale(1) contrast(1.15);
}

/* --- About / Leadership: compact team cards -------------------------------- */
.origo-team-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	gap: 1.5rem;
	margin: 0;
}

.origo-team-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(1.6rem, 2.5vw, 2.25rem);
	background: var(--origo-surface-low);
	border: 1px solid rgba(117, 119, 126, 0.14);
	transition: background 0.25s ease;
}

.origo-team-card:hover {
	background: var(--origo-surface-base);
}

.origo-team-card__photo {
	margin: 0 0 1.25rem;
	width: clamp(96px, 10vw, 120px);
}

.origo-team-card__photo img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	filter: grayscale(1) contrast(1.1);
}

.origo-team-card h3 {
	margin: 0 0 0.2rem;
}

.origo-team-card .eyebrow {
	margin: 0 0 1rem;
}

/* --- Chip / tag rows (expertise, affiliations, delivery disciplines) ------- */
.origo-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.origo-chip-row li {
	margin: 0;
	padding: 0.5rem 1rem;
	border: 1px solid var(--origo-outline-strong);
	border-radius: 999px;
	background: var(--origo-surface);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.origo-chip-row li::marker {
	content: '';
}

.origo-chip-row li:hover {
	border-color: var(--origo-primary);
	background: var(--origo-surface-low);
}

/* On the dark midnight panel, chips invert to read on the gradient. */
.origo-midnight-panel .origo-chip-row li {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

/* --- Callout (quality-assurance / emphasis statement) ---------------------- */
.origo-callout {
	margin: 0;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-left: 4px solid var(--origo-signal);
	background: var(--origo-surface-low);
}

.origo-callout > * {
	margin: 0;
}

/* ===========================================================================
   About (Leadership) page refinements — scoped to the page so they apply to
   the existing content without re-inserting. Tightens the airy hero/CTA,
   adds an on-brand orbit motif, a hero meta strip, and the network diagram.
   =========================================================================== */

/* Hero: tame the oversized headline + reclaim the dead vertical space */
.page-template-page-leadership .origo-page-hero--minimal {
	position: relative;
	overflow: hidden;
}

.page-template-page-leadership .origo-page-hero__grid {
	position: relative;
	z-index: 1;
	padding-top: clamp(2.5rem, 4vw, 3.75rem);
	padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
	align-items: center;
}

.page-template-page-leadership .origo-page-hero__copy h1 {
	font-size: clamp(2.3rem, 4.4vw, 3.9rem);
	line-height: 1.05;
	max-width: 22ch;
}

/* On-brand orbit motif (echoes the circular Origo mark), faint, behind copy */
.page-template-page-leadership .origo-page-hero--minimal::after {
	content: '';
	position: absolute;
	right: clamp(-160px, -8vw, -80px);
	top: 50%;
	width: min(48vw, 600px);
	aspect-ratio: 1;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23000' stroke-opacity='0.14'%3E%3Ccircle cx='100' cy='100' r='42'/%3E%3Ccircle cx='100' cy='100' r='68'/%3E%3Ccircle cx='100' cy='100' r='94'/%3E%3C/g%3E%3Ccircle cx='100' cy='6' r='5' fill='%23b4f65e'/%3E%3Ccircle cx='168' cy='100' r='3.5' fill='%23000' fill-opacity='0.4'/%3E%3Ccircle cx='100' cy='32' r='3' fill='%23000' fill-opacity='0.3'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0.9;
	pointer-events: none;
	z-index: 0;
}

html.origo-motion-on .page-template-page-leadership .origo-page-hero--minimal::after {
	animation: origo-orbit 64s linear infinite;
}

@keyframes origo-orbit {
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

/* Hero meta strip in the (previously empty) kicker column */
.origo-hero-meta {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.origo-hero-meta li {
	position: relative;
	margin: 0;
	padding-left: 1.1rem;
	font-size: 0.9rem;
	line-height: 1.35;
	color: var(--origo-muted);
}

.origo-hero-meta li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--origo-signal);
}

/* Tame the very tall CTA on this page */
.page-template-page-leadership .cta-band h2 {
	font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.page-template-page-leadership .cta-band__inner {
	padding-top: clamp(3rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

/* --- Extended Delivery Network diagram (hub & spoke SVG) ------------------- */
.origo-net-diagram {
	width: 100%;
	max-width: 820px;
	margin: 0.5rem auto 0;
}

.origo-net-diagram svg {
	display: block;
	width: 100%;
	height: auto;
}

.origo-net-diagram .origo-net-line {
	stroke: var(--origo-outline-strong);
	stroke-width: 1.5;
}

.origo-net-diagram .origo-net-pill {
	fill: var(--origo-surface);
	stroke: var(--origo-outline-strong);
	stroke-width: 1.5;
}

.origo-net-diagram .origo-net-label {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	fill: #1c1b1b;
}

.origo-net-diagram .origo-net-hub {
	fill: var(--origo-primary);
}

.origo-net-diagram .origo-net-hub-ring {
	fill: none;
	stroke: var(--origo-signal);
	stroke-width: 2.5;
}

.origo-net-diagram .origo-net-hub-label {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	font-weight: 800;
	fill: #fff;
}

/* Gentle pulse on the hub ring (disabled under reduced motion via the gate) */
html.origo-motion-on .origo-net-diagram .origo-net-hub-ring {
	transform-box: fill-box;
	transform-origin: center;
	animation: origo-net-pulse 3.4s ease-in-out infinite;
}

@keyframes origo-net-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.55; transform: scale(1.08); }
}

@media (max-width: 640px) {
	.origo-net-diagram .origo-net-label { font-size: 22px; }
	.origo-net-diagram .origo-net-hub-label { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
	html.origo-motion-on .page-template-page-leadership .origo-page-hero--minimal::after,
	html.origo-motion-on .origo-net-diagram .origo-net-hub-ring {
		animation: none !important;
	}
}

.origo-service-asym,
.origo-bio-grid,
.origo-archive-shell__grid {
	margin: 0;
}

.origo-feature-list li {
	padding: 0 0 1rem;
}

.origo-outcome-panel {
	position: relative;
	overflow: hidden;
	min-height: 620px;
	padding: 0;
	background: var(--origo-surface-highest);
}

.origo-cover-image,
.origo-cover-image img {
	height: 100%;
}

.origo-cover-image {
	margin: 0;
}

.origo-cover-image img {
	width: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.origo-outcome-card {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	z-index: 2;
	max-width: 24rem;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.9);
	border-left: 4px solid var(--origo-signal);
	backdrop-filter: blur(14px);
}

.origo-bento-card--image {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.origo-bento-card--image img {
	min-height: 100%;
}

.origo-image-overlay {
	position: absolute;
	inset: auto 0 0;
	padding: 2rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82));
	color: #fff;
}

.origo-image-overlay h3,
.origo-image-overlay p {
	color: #fff;
}

.origo-fractional-panel {
	background: var(--origo-surface-low);
}

.origo-fractional-panel > * {
	width: min(1080px, calc(100vw - 48px));
	margin-inline: auto;
}

.origo-two-note-grid {
	padding-top: 2rem;
	border-top: 1px solid rgba(117, 119, 126, 0.14);
}

.origo-journal-preview {
	background: var(--origo-bg);
}

.origo-journal-preview__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

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

.post-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	overflow: hidden;
}

.post-card__meta-row,
.origo-feed-article__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.post-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.post-taxonomy a,
.post-taxonomy li {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.7rem;
	background: var(--origo-surface-low);
}

.post-card__meta-row {
	padding: 1.3rem 1.4rem 0;
}

.post-card__media,
.origo-feed-article__image {
	margin-top: 1rem;
}

.post-card__media img,
.origo-feed-article__image img,
.editorial-media img,
.origo-article__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__media img {
	aspect-ratio: 1.35 / 1;
}

.post-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1.4rem;
}

.post-card__title {
	font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.post-card__body p:last-of-type {
	color: var(--origo-muted);
}

.origo-archive-hero {
	padding: clamp(4rem, 10vw, 7rem) 0 2rem;
	background:
		linear-gradient(rgba(197, 198, 206, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(197, 198, 206, 0.1) 1px, transparent 1px);
	background-size: 32px 32px;
}

.origo-archive-shell {
	padding-bottom: var(--origo-section);
}

.origo-archive-shell__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	padding-bottom: 1rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid rgba(117, 119, 126, 0.14);
}

.origo-archive-shell__filters a,
.origo-archive-shell__filters span {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--origo-muted);
}

.origo-archive-shell__filters .is-active {
	color: var(--origo-primary);
	border-bottom: 2px solid var(--origo-primary);
}

.origo-archive-shell__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.68fr) minmax(260px, 0.32fr);
	gap: clamp(2rem, 5vw, 5rem);
}

.origo-post-feed {
	display: grid;
	gap: clamp(3rem, 7vw, 6rem);
}

.origo-feed-article {
	display: grid;
	gap: 1rem;
}

.origo-feed-article h2 {
	font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.origo-feed-article p {
	max-width: 48rem;
	font-size: 1.08rem;
	color: var(--origo-muted);
}

.origo-feed-article__image {
	max-width: 100%;
	min-height: 18rem;
	overflow: hidden;
}

.origo-feed-article__image img,
.origo-feed-article__image .media-placeholder {
	height: 100%;
}

.origo-feed-article__image img {
	aspect-ratio: 2.15 / 1;
	filter: grayscale(1);
}

.sidebar-panel {
	gap: 0.9rem;
}

.sidebar-panel--sticky {
	position: sticky;
	top: 7.2rem;
}

.sidebar-panel h3 {
	font-size: 1.8rem;
}

.search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.8rem;
}

.search-field,
.search-submit,
input[type='email'],
input[type='text'],
textarea {
	border-radius: 0;
}

.search-field,
input[type='email'],
input[type='text'],
textarea {
	width: 100%;
	padding: 1rem 0;
	border: 0;
	border-bottom: 1px solid rgba(117, 119, 126, 0.28);
	background: transparent;
	color: var(--origo-primary);
}

.search-field:focus,
input[type='email']:focus,
input[type='text']:focus,
textarea:focus {
	outline: none;
	border-bottom-width: 2px;
	border-bottom-color: var(--origo-primary);
}

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

.pagination .nav-links,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pagination .page-numbers,
.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	min-height: 3rem;
	padding: 0.75rem 1rem;
	background: var(--origo-surface-highest);
}

.pagination .current {
	background: var(--origo-primary);
	color: #fff;
}

.origo-article {
	padding: 3rem 0 var(--origo-section);
}

.origo-article__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.56fr) minmax(320px, 0.44fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: end;
	margin-bottom: 3rem;
}

.origo-article__hero-media {
	min-height: 26rem;
	overflow: hidden;
}

.origo-article__hero-media img,
.origo-article__hero-media .media-placeholder {
	height: 100%;
}

.origo-article__hero-media img {
	filter: grayscale(1);
}

.origo-article__intro {
	max-width: 40rem;
	font-size: 1.1rem;
	color: var(--origo-muted);
}

.origo-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.2rem;
	color: var(--origo-muted);
}

.origo-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.66fr) minmax(260px, 0.34fr);
	gap: clamp(2rem, 5vw, 5rem);
}

.origo-article__content {
	font-size: 1.05rem;
}

.origo-article__content > * {
	max-width: 100%;
}

.origo-article__content a {
	color: var(--origo-primary-deep);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.origo-article__content a:hover,
.origo-article__content a:focus-visible {
	color: var(--origo-text);
	text-decoration-color: var(--origo-signal);
	text-decoration-thickness: 2px;
}

.origo-article__content h2,
.origo-article__content h3,
.origo-article__content h4 {
	margin-top: 2.4rem;
}

.origo-article__content ul,
.origo-article__content ol {
	margin: 0 0 1.4rem 1.3rem;
	list-style: disc;
}

.origo-article__content ol {
	list-style: decimal;
}

.origo-article__content blockquote {
	margin: 2rem 0;
	padding-left: 1.5rem;
	border-left: 3px solid var(--origo-signal);
	font-size: 1.2rem;
}

/* ==========================================================================
   Flexible Content page template (Terms, Privacy, long-form text pages)
   Every block is constrained to a readable centered column; alignwide /
   alignfull let individual blocks break out when needed.
   ========================================================================== */
.origo-content-page {
	padding: 3rem 0 var(--origo-section);
}

.origo-content-page__header,
.origo-content-page__body {
	width: var(--origo-shell);
	margin-left: auto;
	margin-right: auto;
}

.origo-content-page__header {
	margin-bottom: 2.5rem;
}

.origo-content-page__header > *,
.origo-content-page__body > :not(.alignwide):not(.alignfull) {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.origo-content-page__intro {
	margin-top: 1rem;
	font-size: 1.15rem;
	color: var(--origo-muted);
}

.origo-content-page__body {
	font-size: 1.05rem;
}

.origo-content-page__body > .alignwide {
	max-width: var(--origo-shell);
}

.origo-content-page__body > .alignfull {
	max-width: 100%;
}

.origo-content-page__body h2,
.origo-content-page__body h3,
.origo-content-page__body h4 {
	margin-top: 2.4rem;
}

.origo-content-page__body ul,
.origo-content-page__body ol {
	padding-left: 1.3rem;
	margin-bottom: 1.4rem;
	list-style: disc;
}

.origo-content-page__body ol {
	list-style: decimal;
}

.origo-content-page__body li {
	margin-bottom: 0.4rem;
}

.origo-content-page__body a {
	color: var(--origo-primary-deep);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.origo-content-page__body a:hover,
.origo-content-page__body a:focus-visible {
	color: var(--origo-text);
	text-decoration-color: var(--origo-signal);
	text-decoration-thickness: 2px;
}

.media-placeholder,
.editorial-media {
	position: relative;
	overflow: hidden;
}

.media-placeholder img,
.editorial-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.media-placeholder__overlay {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: grid;
	gap: 0.25rem;
	max-width: min(100% - 2rem, 20rem);
	padding: 0.85rem 1rem;
	background: rgba(252, 249, 248, 0.92);
	backdrop-filter: blur(12px);
}

.media-placeholder__label,
.media-placeholder__source {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.media-placeholder__source {
	color: var(--origo-muted);
}

.media-placeholder--portrait img,
.media-placeholder--leadership img {
	aspect-ratio: 3 / 4;
}

.media-placeholder--services img,
.media-placeholder--hero img {
	aspect-ratio: 4 / 5;
}

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-group {
	margin-bottom: 0;
}

.wp-block-button {
	margin-bottom: 0;
}

.wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(117, 119, 126, 0.14);
}

@media (max-width: 1080px) {
	.post-grid,
	.origo-capability-grid,
	.origo-tech-grid,
	.origo-bento-grid,
	.origo-process-grid,
	.origo-values-grid,
	.origo-two-note-grid {
		grid-template-columns: 1fr;
	}

	.origo-home-hero__grid,
	.origo-page-hero__grid,
	.origo-home-hero__grid > .wp-block-group__inner-container,
	.origo-page-hero__grid > .wp-block-group__inner-container,
	.origo-archive-shell__grid,
	.origo-article__hero,
	.origo-article__layout,
	.cta-band__inner,
	.site-footer__inner,
	.origo-midnight-grid {
		grid-template-columns: 1fr;
	}

	.origo-page-hero__image {
		position: relative;
		width: 100%;
		height: 16rem;
		opacity: 0.18;
	}

	.origo-home-hero__aside {
		display: flex;
		justify-content: flex-start;
	}

	.origo-home-hero__image,
	.origo-home-hero__plane {
		width: min(100%, 520px);
		height: 280px;
	}

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

	.cta-band__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 820px) {
	:root {
		--origo-shell: min(100vw - 32px, 100%);
	}

	h1 {
		font-size: clamp(2.65rem, 12vw, 4rem);
		line-height: 1.02;
	}

	h2 {
		font-size: clamp(2rem, 8.5vw, 3rem);
		line-height: 1.04;
	}

	.origo-midnight-panel h2,
	.cta-band h2 {
		font-size: clamp(2rem, 8vw, 2.75rem);
	}

	.origo-midnight-panel .has-large-font-size {
		font-size: 1.15rem !important;
		line-height: 1.55;
	}

	.menu-toggle {
		display: inline-flex;
		flex-direction: column;
	}

	.primary-nav {
		position: absolute;
		top: 100%;
		right: 16px;
		left: 16px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 1rem;
		background: rgba(252, 249, 248, 0.98);
		border: 1px solid rgba(117, 119, 126, 0.14);
		box-shadow: var(--origo-shadow);
	}

	.primary-nav.is-open {
		display: flex;
	}

	.primary-nav ul {
		flex-direction: column;
		align-items: stretch;
	}

	.primary-nav a,
	.primary-nav .button {
		width: 100%;
	}

	.origo-page-hero--minimal .origo-page-hero__grid,
	.origo-section-heading--split,
	.search-form,
	.site-footer__base {
		grid-template-columns: 1fr;
	}

	.search-form {
		display: grid;
	}

	.origo-journal-preview__header,
	.site-footer__base {
		display: grid;
		justify-content: start;
	}

	.origo-outcome-card {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		max-width: none;
	}

	.origo-article {
		padding-top: 2rem;
	}
}

/* ==========================================================================
   Added components — Testimonials carousel, logo trust bar, tool logo grid
   ========================================================================== */

/* --- Testimonials carousel (multi-card) --------------------------------- */
.origo-testimonials {
	background: var(--origo-bg);
}

.origo-testimonials > * {
	width: var(--origo-shell);
	margin-inline: auto;
}

.origo-carousel {
	position: relative;
}

/* Header row: two-tone heading on the left, circular nav arrows on the right */
.origo-carousel__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.origo-carousel__title {
	margin: 0;
	font-size: clamp(2rem, 3.6vw, 3.4rem);
	line-height: 1.06;
	text-wrap: balance;
}

.origo-carousel__title .is-muted {
	color: var(--origo-muted);
}

.origo-carousel__nav {
	display: flex;
	gap: 0.75rem;
	flex: 0 0 auto;
}

.origo-carousel__viewport {
	overflow: hidden;
}

.origo-carousel__track {
	display: flex;
	gap: 1.5rem;
	align-items: stretch;
	transition: transform 0.6s var(--origo-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

/* All slides share one width so paging by a fixed step stays uniform */
.origo-testimonial-card,
.origo-testimonial-feature {
	flex: 0 0 min(360px, 82vw);
	min-width: 0;
	margin: 0;
}

.origo-testimonial-card {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	background: var(--origo-surface);
	border: 1px solid var(--origo-outline);
}

.origo-testimonial-card__logo {
	display: flex;
	align-items: center;
	min-height: 34px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.origo-testimonial-card__logo img {
	max-height: 30px;
	width: auto;
	filter: grayscale(1);
}

.origo-testimonial-card__mark {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 3rem;
	line-height: 0.5;
	color: var(--origo-outline-strong);
}

.origo-testimonial-card blockquote {
	flex: 1;
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--origo-muted);
}

.origo-testimonial-card figcaption {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: auto;
	padding-top: 0.5rem;
}

.origo-testimonial-card__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	filter: grayscale(1);
	flex: 0 0 auto;
}

.origo-testimonial-card__name {
	display: block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
}

.origo-testimonial-card__role {
	display: block;
	font-size: 0.85rem;
	color: var(--origo-muted);
}

/* Lime feature / stat card (first slide) */
.origo-testimonial-feature {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	background: var(--origo-signal);
	color: var(--origo-primary);
}

.origo-testimonial-feature__stat {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: clamp(3rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1;
}

.origo-testimonial-feature__label {
	margin-top: 0.6rem;
	font-weight: 600;
}

/* Circular nav arrows */
.origo-carousel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	min-height: 0;
	padding: 0;
	border: 1px solid var(--origo-outline-strong);
	border-radius: 50%;
	background: transparent;
	color: var(--origo-primary);
	font-size: 1.05rem;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.origo-carousel__btn:hover,
.origo-carousel__btn:focus-visible {
	background: var(--origo-primary);
	color: #fff;
	border-color: var(--origo-primary);
}

@media (max-width: 820px) {
	.origo-carousel__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.25rem;
	}
}

/* --- Logo trust bar (grayscale -> color on hover) ----------------------- */
/* WordPress wraps a group block's children in .wp-block-group__inner-container,
   so the flex layout must apply to BOTH the row element and that inner wrapper
   (whichever actually contains the logos) — otherwise the images stack. */
.origo-logo-row--images,
.origo-logo-row--images > .wp-block-group__inner-container {
	display: flex !important; /* override .origo-logo-row's inherited grid */
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	width: 100%;
	opacity: 1;
}

.origo-logo-row--images .wp-block-image,
.origo-toolkit-grid .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Normalise every logo to the SAME HEIGHT (not a fixed box). A fixed box makes
   square logos fill the height while wide logos only fill the width, so they
   end up different heights. Forcing one shared height — with the width left to
   follow the aspect ratio — keeps the row optically even. !important overrides
   any inline width/height a logo picked up from being resized in the editor. */
.origo-logo-row--images .wp-block-image {
	flex: 0 0 auto !important;
	height: clamp(38px, 4.5vw, 52px) !important;
	width: auto !important;
	max-width: 180px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.origo-logo-row--images .wp-block-image img,
.origo-logo-row--images img {
	height: 100% !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.6;
	transition: filter 0.35s ease, opacity 0.35s ease;
}

.origo-logo-row--images .wp-block-image:hover img,
.origo-logo-row--images a:hover img {
	filter: grayscale(0);
	opacity: 1;
}

/* --- Tool logo grid ("Selected platforms and models") ------------------- */
.origo-toolkit-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1px;
	margin-top: clamp(2rem, 4vw, 3rem);
	background: var(--origo-outline);
	border: 1px solid var(--origo-outline);
}

.origo-toolkit-grid > * {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 1.5rem;
	background: var(--origo-surface);
}

.origo-toolkit-grid img {
	max-height: 44px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.62;
	transition: filter 0.35s ease, opacity 0.35s ease;
}

.origo-toolkit-grid > *:hover img {
	filter: grayscale(0);
	opacity: 1;
}

@media (max-width: 820px) {
	.origo-toolkit-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
