/* ==========================================================================
   Olivera Bugarinović theme. Design tokens, base, layout, components.
   Naming: .ob-* blocks, __ elements, -- modifiers. Specificity kept flat.
   ========================================================================== */

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/outfit-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/outfit-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--green: #1e5c4a;
	--green-d: #164436;
	--green-dk: #122a22;
	--lime: #a9cc4b;
	--lime-d: #6f9020;
	--tint: #f2f6ec;
	--tint2: #e7efdb;
	--sand: #faf7f0;
	--ink: #16211c;
	--body: #5a6660;
	--muted: #6f7a73;
	--line: #e3e7dd;
	--soft: #eef3e6;
	--white: #fff;
	--foot: #101a15;

	--font: "Outfit", -apple-system, "Segoe UI", Roboto, sans-serif;
	--radius: 20px;
	--radius-lg: 24px;
	--wrap: 1120px;
	--narrow: 760px;
	--gutter: clamp(20px, 4vw, 32px);
	--section: clamp(56px, 8vw, 104px);
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--shadow: 0 16px 44px rgba(20, 60, 45, 0.14);
}

/* Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { margin: 0; font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4.1rem); line-height: 1.04; letter-spacing: -0.028em; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); line-height: 1.12; letter-spacing: -0.025em; }
h3 { font-size: 1.15rem; line-height: 1.35; }
h4 { font-size: 1rem; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color 0.15s var(--ease), text-decoration-color 0.15s var(--ease); }
a:hover { color: var(--green-d); text-decoration-color: var(--lime); }
a:active { opacity: 0.75; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; }
strong { font-weight: 600; }
blockquote { margin: 0; }
button { font: inherit; }

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 4px; }
.ob-btn:focus-visible { outline-offset: 4px; border-radius: 99px; }
.ob-section--dark :focus-visible, .ob-statement :focus-visible, .ob-footer :focus-visible { outline-color: var(--lime); }

.ob-ic { flex: none; display: inline-block; vertical-align: middle; }
.ob-flip { transform: scaleX(-1); }
.ob-arc { display: block; width: 100%; height: 100%; color: var(--green); }

.ob-skip {
	position: absolute; left: 16px; top: -100px; z-index: 100;
	background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px;
}
.ob-skip:focus { top: 16px; }

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

/* Layout ---------------------------------------------------------------- */
.ob-wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.ob-wrap--narrow { max-width: var(--narrow); }

.ob-section { padding-block: var(--section); position: relative; }
.ob-section--tight { padding-block: clamp(32px, 5vw, 56px); }
.ob-section--flush-top { padding-top: 0; }
.ob-section--white { background: var(--white); }
.ob-section--tint { background: var(--tint); }
.ob-section--sand { background: var(--sand); }
.ob-section--dark { background: var(--green-dk); color: #dfe8df; overflow: hidden; }
.ob-section--dark h2, .ob-section--dark h3, .ob-section--dark strong { color: #fff; }
.ob-section--dark .ob-eyebrow { color: var(--lime); }
.ob-section--dark .ob-lead { color: #c3d2c6; }
.ob-section__glow, .ob-statement__glow {
	position: absolute; right: -12%; top: -40%; width: 60vw; max-width: 720px; aspect-ratio: 1; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(169, 204, 75, 0.18), transparent 70%); pointer-events: none;
}

/* The stats strip after a hero is a card that overlaps the hero edge. */
.ob-hero + .ob-section--flush-top { padding-top: 0; padding-bottom: clamp(40px, 6vw, 72px); display: flow-root; }
.ob-hero + .ob-section--flush-top .ob-stats { margin-top: -44px; position: relative; z-index: 2; box-shadow: 0 18px 44px rgba(20, 60, 45, 0.1); }
.ob-hero--portrait { padding-bottom: clamp(80px, 10vw, 140px); }
@media (max-width: 820px) { .ob-hero + .ob-section--flush-top .ob-stats { margin-top: -28px; } .ob-hero--portrait { padding-bottom: clamp(64px, 12vw, 96px); } }

/* Typography helpers ---------------------------------------------------- */
.ob-eyebrow {
	display: flex; align-items: center; gap: 10px;
	margin: 0 0 14px; font-size: 0.92rem; font-weight: 600; color: var(--green); letter-spacing: 0.005em;
}
.ob-eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--lime); flex: none; }
.ob-heading--center .ob-eyebrow, .ob-statement .ob-eyebrow { justify-content: center; }

.ob-lead { font-size: 1.08rem; color: var(--body); max-width: 62ch; margin-top: 14px; }
.ob-heading { max-width: 780px; margin-bottom: clamp(28px, 4vw, 44px); }
.ob-heading--center { margin-inline: auto; text-align: center; }
.ob-heading--center .ob-lead { margin-inline: auto; }
.ob-heading > h2 + .ob-lead { margin-top: 14px; }
.ob-fine { font-size: 0.86rem; color: var(--muted); font-style: italic; margin-top: 26px; }
.ob-empty { color: var(--muted); border: 1px dashed var(--line); border-radius: 12px; padding: 18px; }

/* Buttons --------------------------------------------------------------- */
.ob-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	background: var(--green); color: #fff; text-decoration: none;
	padding: 13px 26px; border-radius: 99px; font-weight: 600; font-size: 0.95rem; line-height: 1.2;
	border: 1.5px solid var(--green); cursor: pointer; white-space: nowrap;
	transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease), transform 0.18s var(--ease);
}
.ob-btn:hover { background: var(--green-d); border-color: var(--green-d); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(30, 92, 74, 0.22); }
.ob-btn:active { transform: translateY(0) scale(0.97); box-shadow: none; transition-duration: 0.08s; }
.ob-btn--secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.ob-btn--secondary:hover { background: var(--tint); color: var(--ink); border-color: var(--green); box-shadow: 0 10px 24px rgba(30, 92, 74, 0.12); }
.ob-btn--white { background: #fff; color: var(--green-dk); border-color: #fff; }
.ob-btn--white:hover { background: var(--tint); color: var(--green-dk); border-color: var(--tint); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25); }
.ob-section .wp-block-button__link { transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background-color 0.18s var(--ease); }
.ob-section .wp-block-button__link:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(30, 92, 74, 0.2); }
.ob-section .wp-block-button__link:active { transform: scale(0.97); box-shadow: none; transition-duration: 0.08s; }
.ob-btn__ext { margin-left: -2px; opacity: 0.8; }
.ob-btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 18px; }

/* Header ---------------------------------------------------------------- */
.ob-header {
	position: sticky; top: 0; z-index: 40;
	background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
}
.ob-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; }

.ob-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); min-width: 0; }
.ob-brand__mark { width: 26px; height: 26px; flex: none; display: block; transition: transform 0.5s var(--ease); }
.ob-brand__mark .ob-arc path { stroke-width: 9; }
.ob-brand:hover .ob-brand__mark { transform: rotate(180deg); }
.ob-brand .custom-logo { width: 36px; height: 36px; object-fit: contain; }
.ob-brand__name { font-size: 1.08rem; font-weight: 600; letter-spacing: -0.015em; line-height: 1; white-space: nowrap; }
.ob-brand:hover .ob-brand__name { color: var(--green); }

.ob-nav { display: flex; align-items: center; gap: 24px; }
.ob-menu__list { display: flex; align-items: center; gap: 22px; list-style: none; font-size: 0.94rem; }
.ob-menu__list a { color: var(--body); text-decoration: none; padding: 6px 0; position: relative; }
.ob-menu__list a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
	background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform 0.22s var(--ease);
}
.ob-menu__list a:hover { color: var(--green); }
.ob-menu__list a:active { transform: translateY(1px); }
.ob-nav__cta:active { transform: scale(0.96); }
.ob-menu__list a:hover::after { transform: scaleX(1); }
.ob-menu__list .current-menu-item > a,
.ob-menu__list .current-menu-ancestor > a,
.ob-menu__list .current_page_parent > a { color: var(--ink); font-weight: 600; }
.ob-menu__list .current-menu-item > a::after { transform: scaleX(1); }
.ob-nav__cta { padding: 9px 18px; font-size: 0.9rem; background: #fff; color: var(--green); }
.ob-nav__cta:hover { background: var(--green); color: #fff; }

.ob-burger {
	display: none; align-items: center; gap: 8px; background: none; border: 1.5px solid var(--line);
	border-radius: 99px; padding: 8px 14px; color: var(--ink); font-weight: 600; font-size: 0.9rem; cursor: pointer;
}
.ob-burger .ob-ic--close { display: none; }
.ob-burger[aria-expanded="true"] .ob-ic--menu { display: none; }
.ob-burger[aria-expanded="true"] .ob-ic--close { display: inline-block; }

@media (max-width: 900px) {
	.ob-burger { display: inline-flex; }
	body.ob-nav-open { overflow: hidden; }
	body.ob-nav-open::after { content: ""; position: fixed; inset: 0; z-index: 39; background: rgba(18, 42, 34, 0.35); }
	.ob-nav {
		position: absolute; left: 0; right: 0; top: 100%;
		flex-direction: column; align-items: stretch; gap: 0;
		background: #fff; border-bottom: 1px solid var(--line);
		padding: 8px var(--gutter) 20px; box-shadow: 0 20px 40px rgba(20, 60, 45, 0.1);
		visibility: hidden; opacity: 0; transform: translateY(-6px);
		transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0s linear 0.2s;
	}
	.ob-nav.is-open { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
	.ob-menu__list { flex-direction: column; align-items: stretch; gap: 0; }
	.ob-menu__list li { border-bottom: 1px solid var(--line); }
	.ob-menu__list a { display: block; padding: 14px 4px; font-size: 1.05rem; }
	.ob-menu__list a::after { display: none; }
	.ob-nav__cta { margin-top: 16px; justify-content: center; }
	.ob-brand__name { font-size: 1rem; }
}

/* Hero ------------------------------------------------------------------ */
.ob-hero {
	position: relative; overflow: hidden;
	background: linear-gradient(168deg, #fff 0%, var(--tint) 80%);
	padding-block: clamp(56px, 8vw, 104px);
}
.ob-hero--text { padding-bottom: clamp(36px, 5vw, 56px); }
.ob-hero__deco {
	position: absolute; inset: auto -10% -30% auto; width: 52vw; max-width: 640px; aspect-ratio: 1; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(169, 204, 75, 0.2), transparent 72%); pointer-events: none;
}
.ob-hero .ob-wrap { position: relative; z-index: 1; }
.ob-hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.ob-hero__title { max-width: 14ch; }
.ob-hero--text .ob-hero__title { max-width: 20ch; }
.ob-hero--text .ob-wrap--narrow { max-width: none; }
.ob-hero--text .ob-hero__copy { max-width: var(--narrow); }
.ob-hero__sub { font-size: clamp(1.15rem, 1.8vw, 1.4rem); font-weight: 500; color: var(--green); margin: 18px 0 10px; }
.ob-hero .ob-lead { margin-top: 18px; }
.ob-hero__note { font-size: 0.9rem; color: var(--body); max-width: 52ch; }
.ob-chips { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 22px; list-style: none; }
.ob-chips li {
	display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line);
	border-radius: 99px; padding: 7px 14px; font-size: 0.82rem; color: var(--body);
}
.ob-chips .ob-ic { color: var(--green); }

.ob-hero__media { display: flex; justify-content: flex-end; padding: 6%; }
.ob-portrait { position: relative; width: min(100%, 380px); aspect-ratio: 1; }
.ob-portrait .ob-arc { position: absolute; inset: -13%; width: 126%; height: 126%; }
.ob-portrait img {
	position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 12%;
	background: #fff; box-shadow: var(--shadow);
}
.ob-portrait__empty { display: grid; place-items: center; height: 100%; border-radius: 50%; background: var(--soft); color: var(--body); text-align: center; padding: 30px; }

@media (max-width: 820px) {
	.ob-hero__grid { grid-template-columns: 1fr; }
	.ob-hero__media { justify-content: center; order: -1; }
	.ob-portrait { width: min(54vw, 210px); }
	.ob-hero__title { max-width: none; }
}

/* Stats ----------------------------------------------------------------- */
.ob-stats {
	list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px;
	background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.ob-stat { background: #fff; padding: 24px 22px; display: flex; gap: 14px; align-items: flex-start; }
.ob-stat__icon { color: var(--green); margin-top: 4px; }
.ob-stat__value { display: block; font-size: 1.45rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
.ob-stat__label { font-size: 0.88rem; color: var(--body); }
@media (max-width: 480px) { .ob-stat { padding: 18px 16px; flex-direction: column; gap: 8px; } .ob-stat__value { font-size: 1.3rem; } }

/* Cards (topics, generic) ------------------------------------------------ */
.ob-cards { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.ob-card {
	background: var(--soft); border: 1px solid transparent; border-radius: var(--radius); padding: 28px 26px;
	transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}
.ob-section--tint .ob-card, .ob-section--sand .ob-card { background: #fff; border-color: var(--line); }
.ob-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(30, 92, 74, 0.12); border-color: #cddcc0; }
.ob-card:hover .ob-card__icon { background: var(--green); color: #fff; }
.ob-card__icon { transition: background-color 0.25s var(--ease), color 0.25s var(--ease); }
.ob-card__icon {
	width: 46px; height: 46px; border-radius: 14px; background: #fff; color: var(--green);
	display: grid; place-items: center; margin-bottom: 18px; box-shadow: inset 0 0 0 1px var(--line);
}
.ob-section--tint .ob-card__icon, .ob-section--sand .ob-card__icon { background: var(--soft); box-shadow: none; }
.ob-card__title { margin-bottom: 10px; }
.ob-card__text, .ob-card__text p { color: var(--body); font-size: 0.96rem; margin: 0; }

/* Strip (sentence + button) ---------------------------------------------- */
.ob-strip {
	display: flex; justify-content: space-between; align-items: center; gap: 18px 24px; flex-wrap: wrap;
	border-top: 1px solid var(--line); margin-top: clamp(30px, 4vw, 44px); padding-top: clamp(22px, 3vw, 32px);
}
.ob-strip__text { display: flex; align-items: center; gap: 11px; font-size: 1.05rem; font-weight: 500; margin: 0; }
.ob-strip__text .ob-ic { color: var(--green); }
.ob-section--dark .ob-strip { border-color: rgba(255, 255, 255, 0.16); }

/* Steps ------------------------------------------------------------------ */
.ob-steps {
	list-style: none; counter-reset: ob-step;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 32px 28px;
}
.ob-step { border-top: 2.5px solid var(--green); padding-top: 18px; counter-increment: ob-step; }
.ob-step::before {
	content: counter(ob-step, decimal-leading-zero);
	display: block; font-size: 0.8rem; font-weight: 700; color: var(--green); letter-spacing: 0.08em; margin-bottom: 12px;
}
.ob-step__title { margin-bottom: 10px; }
.ob-step__text { color: var(--body); font-size: 0.95rem; margin: 0; }

/* Process (signature arcs) ------------------------------------------------ */
.ob-process { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 32px); }
.ob-tags { list-style: none; display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 26px; }
.ob-tags li {
	display: inline-flex; align-items: center; gap: 7px; background: var(--tint); border-radius: 99px;
	padding: 6px 14px; font-size: 0.82rem; color: var(--green); font-weight: 600;
}
.ob-process__scroll { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; padding-bottom: 4px; }
.ob-process__steps {
	list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr);
	gap: 10px; min-width: 100%; position: relative; padding-block: 44px;
}
.ob-process__steps::before {
	content: ""; position: absolute; left: 10%; right: 10%; top: 50%; height: 1px; background: var(--tint2); z-index: 0;
}
.ob-pstep { position: relative; display: grid; justify-items: center; gap: 12px; text-align: center; z-index: 1; }
.ob-pstep__ring { position: relative; width: 112px; height: 112px; display: grid; place-items: center; }
.ob-pstep__ring .ob-arc { position: absolute; inset: 0; }
.ob-pstep:nth-child(even) .ob-arc { transform: rotate(180deg); }
.ob-pstep__icon {
	width: 86px; height: 86px; border-radius: 50%; background: #fff; color: var(--green);
	display: grid; place-items: center; box-shadow: 0 8px 22px rgba(20, 60, 45, 0.1);
}
.ob-pstep:nth-child(even) .ob-pstep__icon { color: var(--lime-d); }
.ob-pstep__label { font-weight: 600; font-size: 0.95rem; line-height: 1.3; max-width: 12ch; color: var(--ink); position: relative; }
.ob-pstep__label::before {
	content: ""; display: block; width: 2px; height: 16px; margin: 0 auto 8px; border-radius: 2px; background: var(--tint2);
}
.ob-pstep:nth-child(even) .ob-pstep__label { grid-row: 1; }
.ob-pstep:nth-child(even) .ob-pstep__ring { grid-row: 2; }
.ob-pstep:nth-child(even) .ob-pstep__label::before { margin: 8px auto 0; order: 2; }
.ob-pstep:nth-child(even) .ob-pstep__label { display: flex; flex-direction: column; }
.ob-process .ob-lead { margin-top: 24px; }

@media (max-width: 640px) {
	.ob-process__scroll { overflow: visible; }
	.ob-process__steps { grid-auto-flow: row; grid-auto-columns: auto; gap: 6px; padding-block: 4px; }
	.ob-process__steps::before { left: 44px; right: auto; top: 12px; bottom: 12px; width: 2px; height: auto; }
	.ob-pstep, .ob-pstep:nth-child(even) .ob-pstep__label { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 16px; text-align: left; justify-items: start; }
	.ob-pstep:nth-child(even) .ob-pstep__label { display: block; }
	.ob-pstep:nth-child(even) .ob-pstep__ring, .ob-pstep:nth-child(even) .ob-pstep__label { grid-row: auto; }
	.ob-pstep__ring { width: 88px; height: 88px; }
	.ob-pstep__icon { width: 66px; height: 66px; }
	.ob-pstep__icon .ob-ic { width: 24px; height: 24px; }
	.ob-pstep__label { max-width: none; }
	.ob-pstep__label::before { display: none; }
}

/* Quotes ---------------------------------------------------------------- */
.ob-quotes { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; }
.ob-quote {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 26px 26px; overflow: hidden;
	display: flex; flex-direction: column;
}
.ob-quote::before { content: ""; display: block; height: 5px; background: var(--green); margin: 0 -26px 22px; }
.ob-quote--lime::before { background: var(--lime); }
.ob-quote__topic { display: flex; align-items: center; gap: 9px; font-size: 0.86rem; font-weight: 600; color: var(--green); margin: 0 0 14px; }
.ob-quote__text { font-size: 1.01rem; line-height: 1.65; margin: 0 0 20px; flex: 1; }
.ob-quote__text p { margin: 0 0 0.8em; }
.ob-quote__meta { margin: 0; border-top: 1px solid var(--line); padding-top: 14px; font-size: 0.86rem; color: var(--body); display: grid; gap: 8px; }
.ob-quote__meta div { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.ob-quote__chip { display: inline-block; background: var(--tint); border-radius: 99px; padding: 2px 10px; font-size: 0.8rem; color: var(--green-d); }
.ob-quote__meta dt { font-weight: 600; color: var(--ink); }
.ob-quote__meta dt { margin-right: 2px; }
.ob-quote__meta dd { margin: 0; display: contents; }

/* Timeline -------------------------------------------------------------- */
.ob-timeline { list-style: none; }
.ob-tl { display: grid; grid-template-columns: 48px 120px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.ob-tl:last-child { border-bottom: 1px solid var(--line); }
.ob-tl__dot { width: 44px; height: 44px; border-radius: 50%; background: var(--soft); color: var(--green); display: grid; place-items: center; }
.ob-section--tint .ob-tl__dot { background: #fff; }
.ob-tl__period { font-size: 0.86rem; font-weight: 700; color: var(--green); letter-spacing: 0.04em; padding-top: 12px; font-variant-numeric: tabular-nums; }
.ob-tl__body h3 { padding-top: 9px; }
.ob-tl__body p { margin: 8px 0 0; color: var(--body); font-size: 0.95rem; }
@media (max-width: 720px) {
	.ob-tl { grid-template-columns: 44px 1fr; gap: 14px 16px; }
	.ob-tl__period { grid-column: 2; padding-top: 0; }
	.ob-tl__body { grid-column: 2; }
	.ob-tl__body h3 { padding-top: 0; }
	.ob-tl__dot { grid-row: 1 / span 2; }
}

/* Split and box --------------------------------------------------------- */
.ob-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.ob-split__aside--sticky { position: sticky; top: 96px; }
.ob-split__body > * + * { margin-top: 1.1em; }
.ob-split__body > .ob-timeline, .ob-split__body > .ob-box { margin-top: 0; }
.ob-split__body p { color: var(--body); font-size: 1.05rem; }
.ob-split__body .ob-btns { margin-top: 22px; }
@media (max-width: 820px) { .ob-split { grid-template-columns: 1fr; } .ob-split__aside--sticky { position: static; } }

.ob-box { border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 34px) clamp(22px, 3.5vw, 32px); }
.ob-box--tint { background: var(--tint); }
.ob-box--white { background: #fff; border: 1px solid var(--line); }
.ob-section--tint .ob-box--tint { background: #fff; border: 1px solid var(--line); }
.ob-box__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ob-box__icon { color: var(--green); display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--soft); }
.ob-box__body > * + * { margin-top: 1em; }
.ob-box__body p { margin: 0; }
.ob-box__body .ob-btn, .ob-box__body .wp-block-buttons { margin-top: 20px; }
.ob-box__body strong { color: var(--ink); }
.ob-box + .ob-process, .ob-process + .ob-box { margin-top: 24px; }

/* FAQ (native details, collected into FAQPage schema) ----------------------- */
.ob-faq { display: grid; gap: 12px; max-width: var(--narrow); }
.ob-faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.ob-section--tint .ob-faq__item, .ob-section--sand .ob-faq__item { border-color: transparent; }
.ob-faq__item:hover, .ob-faq__item[open] { border-color: #cddcc0; box-shadow: 0 12px 32px rgba(30, 92, 74, 0.1); }
.ob-faq__summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; cursor: pointer; list-style: none; border-radius: var(--radius); }
.ob-faq__summary::-webkit-details-marker { display: none; }
.ob-faq__summary:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.ob-faq__q { font-size: 1.08rem; line-height: 1.35; margin: 0; color: var(--ink); transition: color 0.2s var(--ease); }
.ob-faq__item[open] .ob-faq__q, .ob-faq__summary:hover .ob-faq__q { color: var(--green); }
.ob-faq__icon { position: relative; flex: none; width: 36px; height: 36px; border-radius: 12px; background: var(--soft); color: var(--green); transition: background-color 0.25s var(--ease), color 0.25s var(--ease), transform 0.35s var(--ease); }
.ob-faq__icon::before, .ob-faq__icon::after { content: ""; position: absolute; inset: 0; margin: auto; background: currentColor; border-radius: 2px; }
.ob-faq__icon::before { width: 14px; height: 2px; }
.ob-faq__icon::after { width: 2px; height: 14px; transition: transform 0.35s var(--ease); }
.ob-faq__item[open] .ob-faq__icon { background: var(--green); color: #fff; transform: rotate(180deg); }
.ob-faq__item[open] .ob-faq__icon::after { transform: scaleY(0); }
.ob-faq__summary:active .ob-faq__icon { transform: scale(0.9); }
.ob-faq__body { padding: 0 22px 22px; }
.ob-faq__a { color: var(--body); font-size: 1rem; margin: 0; }
.ob-faq__a a { font-weight: 500; }
.ob-faq__item.is-editing { padding: 18px 22px; }
.ob-faq__item.is-editing .ob-faq__a { margin-top: 8px; }
@media (prefers-reduced-motion: reduce) { .ob-faq__icon, .ob-faq__icon::after, .ob-faq__item { transition: none; } }
@media (max-width: 480px) { .ob-faq__summary { padding: 16px 18px; } .ob-faq__body { padding: 0 18px 18px; } .ob-faq__q { font-size: 1rem; } }

/* Statement band ---------------------------------------------------------- */
.ob-statement { background: var(--green-dk); color: #dfe8df; position: relative; overflow: hidden; padding-block: var(--section); }
.ob-statement__inner { position: relative; z-index: 1; text-align: center; }
.ob-statement h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.ob-statement .ob-eyebrow { color: var(--lime); }
.ob-statement__body { margin-top: 24px; font-size: 1.05rem; }
.ob-statement__body p { color: #c3d2c6; }
.ob-statement__body p + p { margin-top: 20px; }
.ob-statement__body strong { color: #fff; font-weight: 600; }
.ob-statement__cta { margin-top: 28px; }

/* Contact --------------------------------------------------------------- */
.ob-contact-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 56px); align-items: start; }
@media (max-width: 860px) { .ob-contact-grid { grid-template-columns: 1fr; } }

.ob-contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 30px); }
.ob-contact-card__title { margin-bottom: 8px; font-size: 1.05rem; letter-spacing: -0.01em; }
.ob-form__legend { grid-column: 1 / -1; margin: 0 0 -6px; font-size: 0.85rem; color: var(--body); }
.ob-contact-list { list-style: none; }
.ob-contact-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.ob-contact-list li:last-child { border-bottom: 0; }
.ob-contact-list .ob-ic { color: var(--green); }
.ob-contact-list a { text-decoration: none; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 5px; overflow-wrap: anywhere; }
.ob-contact-list a:hover { color: var(--green); text-decoration: underline; }
.ob-contact-list .ob-ext { color: var(--muted); }
.ob-contact-card__note { display: flex; gap: 9px; align-items: flex-start; border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; font-size: 0.9rem; color: var(--body); }
.ob-contact-card__note .ob-ic { color: var(--green); margin-top: 3px; }

.ob-form__form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ob-field { display: grid; gap: 6px; }
.ob-field--wide { grid-column: 1 / -1; }
.ob-field label { font-size: 0.9rem; font-weight: 600; color: var(--ink); }
.ob-field label span { color: var(--green); margin-left: 2px; }
.ob-field input, .ob-field textarea, .ob-field select {
	width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: #fff;
	border: 1.5px solid #b9c3ba; border-radius: 14px; padding: 12px 16px;
	transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.ob-field textarea { resize: vertical; min-height: 150px; }
.ob-field select { appearance: none; -webkit-appearance: none; padding-right: 42px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6660' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 16px center; }
.ob-field input:focus, .ob-field textarea:focus, .ob-field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(30, 92, 74, 0.12); }
.ob-field--error input, .ob-field--error textarea { border-color: #b3382f; }
.ob-field__error { margin: 0; font-size: 0.85rem; color: #b3382f; }
.ob-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ob-form__foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px 24px; flex-wrap: wrap; margin-top: 4px; }
.ob-form__note { margin: 0; font-size: 0.88rem; color: var(--body); max-width: 42ch; }
.ob-form__status { display: flex; gap: 14px; align-items: flex-start; border-radius: 16px; padding: 18px 20px; margin-bottom: 22px; }
.ob-form__status .ob-ic { flex: none; margin-top: 3px; }
.ob-form__status strong { display: block; margin-bottom: 4px; }
.ob-form__status p { margin: 0; font-size: 0.95rem; }
.ob-form__status--ok { background: var(--tint); color: var(--green-d); }
.ob-form__status--err { background: #fbeeed; color: #7d241d; }
@media (max-width: 560px) { .ob-form__form { grid-template-columns: 1fr; } }

/* Blog ------------------------------------------------------------------ */
.ob-post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 22px; }
.ob-post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease); }
.ob-post-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(30, 92, 74, 0.1); }
.ob-post-card__link { display: block; color: inherit; text-decoration: none; height: 100%; }
.ob-post-card__media { aspect-ratio: 16 / 9; background: linear-gradient(160deg, var(--tint2), var(--tint)); overflow: hidden; display: grid; place-items: center; }
.ob-post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ob-post-card__placeholder { width: 88px; height: 88px; opacity: 0.6; }
.ob-post-card__body { padding: 22px 24px 26px; }
.ob-post-card__meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 12px; font-size: 0.78rem; color: var(--body); }
.ob-post-card__cat { color: var(--green); font-weight: 600; }
.ob-post-card__title { margin-bottom: 8px; }
.ob-post-card__body p { color: var(--body); font-size: 0.94rem; margin: 0; }

.ob-article__head { margin-bottom: clamp(24px, 4vw, 40px); }
.ob-article__meta { display: flex; gap: 8px 16px; flex-wrap: wrap; align-items: center; font-size: 0.86rem; color: var(--body); margin-top: 14px; }
.ob-article__meta .ob-post-card__cat { color: var(--green); text-decoration: none; }
.ob-article__cover { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: clamp(24px, 4vw, 40px); }
.ob-article__cover img { width: 100%; }
.ob-article__nav { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 48px; padding-top: 24px; font-size: 0.95rem; }
.ob-article__nav a { text-decoration: none; display: inline-flex; gap: 8px; align-items: center; max-width: 46%; }
.ob-article__nav a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ob-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 44px; }
.ob-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 99px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.ob-pagination .page-numbers.current { background: var(--green); color: #fff; border-color: var(--green); }

/* Prose (blog content, generic pages) ------------------------------------- */
.ob-prose > * + * { margin-top: 1.2em; }
.ob-prose h2 { font-size: 1.6rem; margin-top: 2em; }
.ob-prose h3 { margin-top: 1.6em; }
.ob-prose ul, .ob-prose ol { padding-left: 1.3em; }
.ob-prose li + li { margin-top: 0.4em; }
.ob-prose blockquote, .ob-prose .wp-block-quote { border-left: 3px solid var(--lime); padding: 6px 0 6px 22px; color: var(--body); font-size: 1.1rem; }
.ob-prose blockquote cite { display: block; margin-top: 8px; font-size: 0.9rem; font-style: normal; color: var(--muted); }
.ob-prose img, .ob-prose figure { border-radius: 16px; overflow: hidden; }
.ob-prose figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 8px; }
.ob-prose .wp-block-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.ob-prose hr, .ob-prose .wp-block-separator { border: 0; border-top: 1px solid var(--line); margin-block: 2.5em; }
.ob-prose .wp-block-table table { width: 100%; border-collapse: collapse; }
.ob-prose .wp-block-table td, .ob-prose .wp-block-table th { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }

/* Core blocks inside our sections ----------------------------------------- */
.ob-section .wp-block-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.ob-section .wp-block-button__link { display: inline-flex; align-items: center; gap: 9px; background: var(--green); color: #fff; text-decoration: none; padding: 13px 26px; border-radius: 99px; font-weight: 600; font-size: 0.95rem; border: 1.5px solid var(--green); }
.ob-section .wp-block-button__link:hover { background: var(--green-d); border-color: var(--green-d); }
.ob-section .is-style-outline .wp-block-button__link { background: #fff; color: var(--ink); border-color: var(--line); }
.ob-section .is-style-outline .wp-block-button__link:hover { background: var(--tint); border-color: var(--green); }
.ob-section--dark .wp-block-button__link { background: #fff; color: var(--green-dk); border-color: #fff; }
.ob-section .wp-block-image { border-radius: 16px; overflow: hidden; }
.ob-section .wp-block-columns { display: flex; gap: 28px; flex-wrap: wrap; }
.ob-section .wp-block-column { flex: 1 1 280px; min-width: 0; }
.ob-section .wp-block-separator { border: 0; border-top: 1px solid var(--line); margin-block: 1.6em; }
.ob-section .wp-block-list { padding-left: 1.3em; }
.ob-wrap--narrow > p, .ob-wrap--narrow > .wp-block-list { font-size: 1.08rem; color: var(--body); }
.ob-wrap--narrow > p + p { margin-top: 1.1em; }
.ob-wrap--narrow > h2 + p { margin-top: 18px; }
.ob-wrap > .ob-stats { margin-top: 0; }
.ob-wrap > * + .ob-stats { margin-top: 44px; }
.ob-wrap > * + .ob-steps { margin-top: 36px; }
.ob-wrap > * + .ob-cards, .ob-wrap > * + .ob-quotes, .ob-wrap > * + .ob-topics, .ob-wrap > * + .ob-testimonials { margin-top: 8px; }
.ob-wrap > .ob-heading + .ob-process { margin-top: 0; }
.ob-wrap > * + .ob-box { margin-top: 26px; }
.ob-wrap > * + .ob-strip { margin-top: clamp(30px, 4vw, 44px); }
.ob-wrap > .ob-heading + .ob-split, .ob-wrap > .ob-heading + .ob-cards { margin-top: 0; }
.ob-wrap > * + .ob-lead { margin-top: 24px; }

/* Footer ---------------------------------------------------------------- */
.ob-footer { background: var(--foot); color: #93a397; padding-block: clamp(36px, 5vw, 56px) 28px; font-size: 0.9rem; }
.ob-footer a { color: #c9d4cb; text-decoration: none; }
.ob-footer a:hover { color: #fff; text-decoration: underline; }
.ob-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
.ob-footer__brand strong { display: block; color: #fff; font-size: 1.05rem; font-weight: 600; }
.ob-footer__brand p { margin-top: 12px; max-width: 34ch; }
.ob-footer__h { color: #fff; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; margin: 0 0 12px; }
.ob-footer ul { list-style: none; display: grid; gap: 8px; }
.ob-footer li a { display: inline-flex; gap: 8px; align-items: center; }
.ob-footer__bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 36px; padding-top: 20px; font-size: 0.82rem; }
@media (max-width: 720px) { .ob-footer__grid { grid-template-columns: 1fr; gap: 26px; } }

/* 404 / search ------------------------------------------------------------ */
.ob-404 { text-align: center; padding-block: clamp(64px, 10vw, 140px); }
.ob-404 h1 { font-size: clamp(2rem, 4vw, 3rem); }
.ob-404 .ob-btns { justify-content: center; }

/* Motion ------------------------------------------------------------------ */
@media (prefers-reduced-motion: no-preference) {
	.ob-front .ob-hero__copy > * { animation: ob-rise 0.7s var(--ease) both; }
	.ob-front .ob-hero__copy > :nth-child(1) { animation-delay: 0.05s; }
	.ob-front .ob-hero__copy > :nth-child(2) { animation-delay: 0.12s; }
	.ob-front .ob-hero__copy > :nth-child(3) { animation-delay: 0.2s; }
	.ob-front .ob-hero__copy > :nth-child(4) { animation-delay: 0.28s; }
	.ob-front .ob-hero__copy > :nth-child(5) { animation-delay: 0.36s; }
	.ob-front .ob-hero__copy > :nth-child(6) { animation-delay: 0.42s; }
	.ob-front .ob-hero__copy > :nth-child(7) { animation-delay: 0.48s; }
	.ob-front .ob-portrait img { animation: ob-pop 0.9s var(--ease) 0.15s both; }
	.ob-front .ob-portrait .ob-arc path { stroke-dasharray: 132; stroke-dashoffset: 132; animation: ob-draw 1.1s var(--ease) 0.45s forwards; }
	.ob-front .ob-portrait .ob-arc__lime { animation-delay: 0.7s; }

	.ob-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
	.ob-reveal.is-in { opacity: 1; transform: none; }
	.ob-reveal.is-in .ob-eyebrow::before { transform: scaleX(1); }
	.ob-reveal .ob-eyebrow::before { transform: scaleX(0); transform-origin: left; transition: transform 0.6s var(--ease) 0.25s; }
	.ob-reveal:nth-child(2) { transition-delay: 0.08s; }
	.ob-reveal:nth-child(3) { transition-delay: 0.16s; }
	.ob-reveal:nth-child(4) { transition-delay: 0.24s; }
	.ob-reveal:nth-child(5) { transition-delay: 0.32s; }
	.ob-reveal:nth-child(6) { transition-delay: 0.4s; }
	.ob-pstep.ob-reveal { transform: translateY(18px) scale(0.92); }
	.ob-faq__item[open] .ob-faq__body { animation: ob-rise 0.45s var(--ease) both; }
}
@keyframes ob-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes ob-pop { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: none; } }
@keyframes ob-draw { to { stroke-dashoffset: 0; } }

/* Print ------------------------------------------------------------------- */
@media print {
	.ob-reveal { opacity: 1 !important; transform: none !important; }
	.ob-header, .ob-footer, .ob-burger, .ob-btn { display: none !important; }
	.ob-section { padding-block: 24px; }
}
