/*
 * Oseka Media rebuild v4
 * THESIS: real work leads; equal-card agency catalogues do not.
 * OWN-WORLD: warm paper, charcoal, controlled red, Outfit, oversized project captures.
 * STORY: understand the connected offer, verify the work, describe the project.
 * FIRST VIEWPORT: wide copy plus asymmetric, documentary website imagery.
 * FORM: persuasive editorial portfolio, brief-pinned direction, seed 32799.
 */

@font-face {
	font-display: swap;
	font-family: "Outfit";
	font-style: normal;
	font-weight: 400 900;
	src: url("../fonts/outfit-latin-ext-wght-normal.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;
}

@font-face {
	font-display: swap;
	font-family: "Outfit";
	font-style: normal;
	font-weight: 400 900;
	src: url("../fonts/outfit-latin-wght-normal.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;
}

:root {
	--v4-charcoal: #111113;
	--v4-ink: #181719;
	--v4-paper: #f3f0e9;
	--v4-white: #fff;
	--v4-stone: #6a6762;
	--v4-stone-light: #c8c2b8;
	--v4-red: #d1263f;
	--v4-red-dark: #a9172d;
	--v4-line: rgba(24, 23, 25, 0.16);
	--v4-line-dark: rgba(255, 255, 255, 0.18);
	--v4-shadow: 18px 22px 54px rgba(17, 17, 19, 0.18);
	--v4-radius: 12px;
	--v4-container: 1320px;
	--v4-section: clamp(5rem, 9vw, 8.5rem);
	--v4-font: "Outfit", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.oseka-rebuild-page,
body.oseka-rebuild-page .oseka-header,
body.oseka-rebuild-page .oseka-footer,
body.oseka-rebuild-page .oseka-brand,
body.oseka-rebuild-page .wp-block-site-title a {
	font-family: var(--v4-font);
}

body.oseka-rebuild-page .oseka-header *,
body.oseka-rebuild-page .oseka-footer * {
	font-family: var(--v4-font);
}

body .wp-block-post-content > .omlp-v4,
body .wp-block-post-content > .omx-v4,
body .entry-content > .omlp-v4,
body .entry-content > .omx-v4 {
	margin-block: 0;
	max-width: none;
}

.omx-v4,
.omlp-v4 {
	box-sizing: border-box;
	color: var(--v4-ink);
	font-family: var(--v4-font);
	font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
	font-optical-sizing: auto;
	line-height: 1.6;
	max-width: 100%;
	overflow-x: clip;
	width: 100%;
}

.omx-v4 *,
.omx-v4 *::before,
.omx-v4 *::after,
.omlp-v4 *,
.omlp-v4 *::before,
.omlp-v4 *::after {
	box-sizing: border-box;
}

.omx-v4 :is(h1, h2, h3, p, ul, ol, dl, figure),
.omlp-v4 :is(h1, h2, h3, p, ul, ol, dl, figure) {
	margin-block-start: 0;
}

.omx-v4 :is(h1, h2, h3),
.omlp-v4 :is(h1, h2, h3) {
	color: inherit;
	font-family: var(--v4-font);
	font-weight: 760;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.omx-v4 h1,
.omlp-v4 h1 {
	font-size: clamp(3.15rem, 6.35vw, 5.9rem);
	line-height: 0.96;
}

.omx-v4 h2,
.omlp-v4 h2 {
	font-size: clamp(2.35rem, 4.5vw, 4.6rem);
	line-height: 1;
}

.omx-v4 h3,
.omlp-v4 h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.12;
}

.omx-v4 a,
.omlp-v4 a {
	text-underline-offset: 0.2em;
}

.omx-v4 img,
.omlp-v4 img {
	display: block;
	height: auto;
	max-width: 100%;
}

.omv4-container,
.omlp-container {
	margin-inline: auto;
	max-width: var(--v4-container);
	padding-inline: clamp(1.25rem, 3.2vw, 3rem);
	width: 100%;
}

.omv4-context,
.omlp-context {
	color: var(--v4-red-dark);
	font-size: 0.9rem;
	font-weight: 720;
	letter-spacing: 0.01em;
	margin-bottom: 1.35rem;
}

.omv4-section,
.omlp-deliverables,
.omlp-anatomy,
.omlp-cases,
.omlp-price,
.omlp-process,
.omlp-message-match,
.omlp-fit,
.omlp-objections,
.omlp-faq {
	padding-block: var(--v4-section);
}

.omv4-section-head,
.omlp-section-head {
	margin-bottom: clamp(3rem, 6vw, 6rem);
	max-width: 920px;
}

.omv4-section-head h2,
.omlp-section-head h2 {
	margin-bottom: 1.5rem;
}

.omv4-section-head > p:last-child,
.omlp-section-head > p:last-child {
	color: var(--v4-stone);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	margin-bottom: 0;
	max-width: 68ch;
}

.omv4-button,
.omlp-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 11px;
	display: inline-flex;
	font-weight: 730;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.85rem 1.2rem;
	text-align: center;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.omv4-button--primary,
.omlp-button--primary {
	background: var(--v4-red);
	color: var(--v4-white);
}

.omv4-button--primary:hover,
.omlp-button--primary:hover {
	background: var(--v4-red-dark);
	color: var(--v4-white);
	transform: translateY(-2px);
}

.omv4-button--text,
.omlp-button--text {
	border-color: var(--v4-line);
	color: var(--v4-ink);
}

.omv4-button--text:hover,
.omlp-button--text:hover {
	border-color: var(--v4-ink);
	color: var(--v4-ink);
}

.omv4-button--light,
.omlp-button--light {
	background: var(--v4-white);
	color: var(--v4-charcoal);
}

.omv4-button--light:hover,
.omlp-button--light:hover {
	background: #efeae0;
	color: var(--v4-charcoal);
}

.omlp-button--dark {
	background: var(--v4-charcoal);
	color: var(--v4-white);
}

.omlp-button--dark:hover {
	background: var(--v4-red);
	color: var(--v4-white);
}

.omlp-button--text-light {
	border-color: var(--v4-line-dark);
	color: var(--v4-white);
}

.omv4-button:focus-visible,
.omlp-button:focus-visible,
.omx-v4 a:focus-visible,
.omlp-v4 a:focus-visible,
.omx-contact-form--v4 :is(input, select, textarea, button):focus-visible,
.omx-v4 summary:focus-visible,
.omlp-v4 summary:focus-visible {
	outline: 3px solid #ffbdc7;
	outline-offset: 4px;
}

/* Homepage hero */
.omv4-hero {
	background: var(--v4-paper);
	min-height: min(900px, calc(100svh - 76px));
	padding-block: clamp(4.5rem, 8vw, 8rem) clamp(5rem, 9vw, 8.5rem);
}

.omv4-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 5vw, 6rem);
	grid-template-columns: minmax(0, 6.3fr) minmax(420px, 5.7fr);
}

.omv4-hero__copy {
	position: relative;
	z-index: 3;
}

.omv4-hero h1 {
	margin-bottom: 2rem;
	max-width: 18ch;
}

.omv4-hero__lead {
	color: #484642;
	font-size: clamp(1.12rem, 1.45vw, 1.35rem);
	line-height: 1.55;
	margin-bottom: 2rem;
	max-width: 66ch;
}

.omv4-actions,
.omlp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.omv4-proofline {
	border-top: 1px solid var(--v4-line);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.4rem;
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 1.25rem 0 0;
}

.omv4-proofline li {
	color: #4e4b47;
	font-size: 0.92rem;
	padding-left: 1.05rem;
	position: relative;
}

.omv4-proofline li::before {
	background: var(--v4-red);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.7em;
	width: 6px;
}

.omv4-hero-work {
	min-height: 650px;
	position: relative;
}

.omv4-screen {
	background: #ded8ce;
	border: 1px solid rgba(17, 17, 19, 0.12);
	border-radius: var(--v4-radius);
	box-shadow: var(--v4-shadow);
	display: block;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms ease;
}

.omv4-screen picture,
.omv4-screen img {
	display: block;
	height: 100%;
	width: 100%;
}

.omv4-screen img {
	object-fit: cover;
	object-position: top;
}

.omv4-screen > span {
	background: rgba(17, 17, 19, 0.9);
	bottom: 0;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 650;
	left: 0;
	padding: 0.48rem 0.7rem;
	position: absolute;
}

.omv4-screen:hover {
	box-shadow: 22px 30px 70px rgba(17, 17, 19, 0.24);
	transform: translateY(-7px) rotate(0deg);
}

.omv4-screen--hero-main {
	aspect-ratio: 1.44;
	left: 0;
	top: 5%;
	transform: rotate(-1.8deg);
	width: 88%;
	z-index: 1;
}

.omv4-screen--hero-side {
	aspect-ratio: 0.68;
	bottom: 1%;
	height: 54%;
	right: 0;
	transform: rotate(2.2deg);
	width: 38%;
	z-index: 3;
}

.omv4-screen--hero-third {
	aspect-ratio: 1.44;
	bottom: 5%;
	left: 5%;
	transform: rotate(1.2deg);
	width: 52%;
	z-index: 2;
}

.omv4-rail {
	background: var(--v4-charcoal);
	color: #fff;
	padding-block: 1.2rem;
}

.omv4-rail .omv4-container {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.omv4-rail span {
	font-size: clamp(0.78rem, 1vw, 0.95rem);
	font-weight: 680;
}

.omv4-rail i {
	background: var(--v4-red);
	height: 1px;
	max-width: 70px;
	width: 7vw;
}

/* Homepage work */
.omv4-work {
	background: #fff;
}

.omv4-projects {
	display: grid;
	gap: clamp(5rem, 10vw, 10rem);
}

.omv4-project {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 7rem);
	grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
}

.omv4-project--reverse {
	grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
}

.omv4-project--reverse .omv4-project__media {
	grid-column: 2;
	grid-row: 1;
}

.omv4-project__media {
	background: #e6e1d7;
	border-radius: var(--v4-radius);
	box-shadow: var(--v4-shadow);
	display: block;
	overflow: hidden;
}

.omv4-project__media picture,
.omv4-project__media img {
	display: block;
	width: 100%;
}

.omv4-project__media img {
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.omv4-project__media:hover img {
	transform: scale(1.025);
}

.omv4-project__copy h3 {
	font-size: clamp(2rem, 3vw, 3.4rem);
	margin-bottom: 2rem;
}

.omv4-project__copy dl,
.omlp-case dl {
	margin-bottom: 1.6rem;
}

.omv4-project__copy dl > div,
.omlp-case dl > div {
	border-top: 1px solid var(--v4-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 92px 1fr;
	padding-block: 1rem;
}

.omv4-project__copy dt,
.omlp-case dt {
	color: var(--v4-stone);
	font-size: 0.82rem;
	font-weight: 700;
}

.omv4-project__copy dd,
.omlp-case dd {
	margin: 0;
}

.omv4-arrow-link,
.omlp-case > div > a {
	color: var(--v4-ink);
	display: inline-flex;
	font-weight: 720;
	gap: 0.45rem;
	min-height: 44px;
	text-decoration-thickness: 1px;
}

/* Homepage offers and proof */
.omv4-offers {
	background: var(--v4-paper);
}

.omv4-section-head--wide {
	max-width: 1100px;
}

.omv4-offer-list {
	border-bottom: 1px solid var(--v4-line);
}

.omv4-offer-list article {
	align-items: start;
	border-top: 1px solid var(--v4-line);
	display: grid;
	gap: clamp(1.2rem, 3vw, 3rem);
	grid-template-columns: 48px minmax(220px, 1.1fr) minmax(300px, 1.65fr) auto;
	padding-block: clamp(1.8rem, 3vw, 2.8rem);
}

.omv4-offer-list article > span {
	color: var(--v4-red-dark);
	font-weight: 730;
}

.omv4-offer-list h3,
.omv4-offer-list p {
	margin-bottom: 0;
}

.omv4-offer-list p {
	color: #4d4a46;
	max-width: 64ch;
}

.omv4-offer-list a {
	align-items: center;
	color: var(--v4-ink);
	display: inline-flex;
	font-weight: 700;
	min-height: 44px;
	white-space: nowrap;
}

.omv4-dark {
	background: var(--v4-charcoal);
	color: #fff;
}

.omv4-dark .omv4-context,
.omlp-message-match .omlp-context {
	color: #ff97a7;
}

.omv4-final .omv4-context,
.omlp-final .omlp-context {
	color: var(--v4-white);
}

.omv4-why-grid,
.omv4-proof__grid,
.omv4-fit__grid,
.omv4-founder__grid,
.omv4-faq__grid,
.omv4-final__grid {
	display: grid;
	gap: clamp(3rem, 8vw, 9rem);
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.omv4-why-grid > div:first-child {
	position: sticky;
	top: 130px;
	align-self: start;
}

.omv4-why-list article {
	border-top: 1px solid var(--v4-line-dark);
	padding-block: 2rem;
}

.omv4-why-list h3 {
	margin-bottom: 0.8rem;
}

.omv4-why-list p {
	color: #d0cbc4;
	margin-bottom: 0;
	max-width: 58ch;
}

.omv4-method {
	background: #fff;
}

.omv4-process {
	border-bottom: 1px solid var(--v4-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.omv4-process li {
	border-top: 1px solid var(--v4-line);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(54px, 1fr) minmax(0, 4fr);
	padding-block: 2rem;
}

.omv4-process li > span {
	color: var(--v4-red-dark);
	font-weight: 730;
}

.omv4-process h3 {
	margin-bottom: 0.55rem;
}

.omv4-process p {
	color: var(--v4-stone);
	margin-bottom: 0;
	max-width: 58ch;
}

.omv4-proof {
	background: var(--v4-paper);
}

.omv4-proof__grid > div:last-child > p,
.omv4-fit__grid > div:first-child > p,
.omv4-founder__grid > div > p,
.omv4-final__grid > div:last-child > p {
	font-size: clamp(1.08rem, 1.4vw, 1.28rem);
	max-width: 64ch;
}

.omv4-fit {
	background: #fff;
}

.omv4-fit__note {
	align-self: center;
	background: var(--v4-paper);
	border-radius: var(--v4-radius);
	padding: clamp(1.7rem, 4vw, 3rem);
}

.omv4-fit__note h3 {
	margin-bottom: 1rem;
}

.omv4-fit__note p {
	margin-bottom: 0;
}

.omv4-founder {
	background: #ded8cd;
}

.omv4-founder__grid > div > p {
	color: #4f4c47;
}

.omv4-founder__grid {
	align-items: center;
}

.omv4-founder figure {
	margin-bottom: 0;
}

.omv4-founder figure picture,
.omv4-founder figure img {
	border-radius: var(--v4-radius);
	display: block;
	width: 100%;
}

.omv4-founder figure img {
	box-shadow: var(--v4-shadow);
}

.omv4-founder figcaption {
	color: #4f4c47;
	font-size: 0.84rem;
	margin-top: 0.75rem;
}

.omv4-founder h2 {
	margin-bottom: 2rem;
}

.omv4-inline-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.5rem;
	margin-top: 2rem;
}

.omv4-inline-contact a {
	color: var(--v4-ink);
	font-weight: 720;
	min-height: 44px;
}

.omv4-faq {
	background: #fff;
}

.omv4-faq__list details,
.omlp-objections details,
.omlp-faq details {
	border-top: 1px solid var(--v4-line);
}

.omv4-faq__list details:last-child,
.omlp-objections details:last-child,
.omlp-faq details:last-child {
	border-bottom: 1px solid var(--v4-line);
}

.omv4-faq summary,
.omlp-objections summary,
.omlp-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: clamp(1.08rem, 1.5vw, 1.25rem);
	font-weight: 720;
	gap: 1rem;
	justify-content: space-between;
	list-style: none;
	min-height: 64px;
	padding-block: 1rem;
}

.omv4-faq summary::-webkit-details-marker,
.omlp-objections summary::-webkit-details-marker,
.omlp-faq summary::-webkit-details-marker {
	display: none;
}

.omv4-faq summary span,
.omlp-objections summary span,
.omlp-faq summary span {
	color: var(--v4-red-dark);
	font-size: 1.5rem;
	transition: transform 180ms ease;
}

.omv4-faq details[open] summary span,
.omlp-objections details[open] summary span,
.omlp-faq details[open] summary span {
	transform: rotate(45deg);
}

.omv4-faq details > div,
.omlp-objections details > p,
.omlp-faq details > p {
	color: var(--v4-stone);
	max-width: 68ch;
	padding: 0 3rem 1.5rem 0;
}

.omv4-faq details p,
.omlp-objections details > p,
.omlp-faq details > p {
	margin-bottom: 0;
}

.omv4-final,
.omlp-final {
	background: var(--v4-red);
	color: #fff;
	padding-block: clamp(5rem, 9vw, 8rem);
}

.omv4-final__grid > div > p,
.omlp-final__grid > div > p {
	color: var(--v4-white);
}

.omv4-final__grid,
.omlp-final__grid {
	align-items: end;
}

/* Landing hero */
.omlp-hero {
	background: var(--v4-paper);
	padding-block: clamp(4rem, 7vw, 7rem) clamp(5rem, 9vw, 8rem);
}

.omlp-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 6vw, 7rem);
	grid-template-columns: minmax(0, 6.2fr) minmax(420px, 5.8fr);
}

.omlp-hero h1 {
	margin-bottom: 1.75rem;
	max-width: 16ch;
}

.omlp-lead {
	color: #474540;
	font-size: clamp(1.1rem, 1.45vw, 1.32rem);
	margin-bottom: 1.5rem;
	max-width: 64ch;
}

.omlp-price-note {
	border-top: 1px solid var(--v4-line);
	color: #4f4c47;
	font-size: 0.98rem;
	margin: 1.8rem 0 0;
	max-width: 66ch;
	padding-top: 1.2rem;
}

.omlp-price-note strong {
	color: var(--v4-ink);
}

.omlp-proof-link {
	color: var(--v4-ink);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 680;
	gap: 0.5rem;
	margin-top: 1.8rem;
	min-height: 44px;
}

.omlp-hero__media {
	min-height: 620px;
	position: relative;
}

.omlp-browser {
	background: #dcd6cc;
	border: 1px solid rgba(17, 17, 19, 0.14);
	border-radius: var(--v4-radius);
	box-shadow: var(--v4-shadow);
	overflow: hidden;
	position: absolute;
}

.omlp-browser img {
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.omlp-browser figcaption {
	background: rgba(17, 17, 19, 0.9);
	bottom: 0;
	color: #fff;
	font-size: 0.78rem;
	left: 0;
	padding: 0.5rem 0.7rem;
	position: absolute;
}

.omlp-browser--desktop {
	aspect-ratio: 1.44;
	left: 0;
	top: 6%;
	transform: rotate(-1.4deg);
	width: 92%;
}

.omlp-browser--mobile {
	aspect-ratio: 0.462;
	bottom: 0;
	height: 58%;
	right: 0;
	transform: rotate(2deg);
	z-index: 2;
}

/* Landing form */
.omlp-form-section {
	background: var(--v4-charcoal);
	color: #fff;
	padding-block: clamp(5rem, 8vw, 7.5rem);
}

.omlp-form-section__grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(0, 5fr) minmax(440px, 7fr);
}

.omlp-form-intro {
	position: sticky;
	top: 130px;
}

.omlp-form-intro .omlp-context {
	color: #ff97a7;
}

.omlp-form-intro h2 {
	margin-bottom: 1.5rem;
}

.omlp-form-intro > p:not(.omlp-context) {
	color: #d1ccc5;
	font-size: 1.12rem;
	max-width: 52ch;
}

.omlp-form-intro ul {
	border-top: 1px solid var(--v4-line-dark);
	color: #d1ccc5;
	list-style: none;
	margin: 2rem 0 0;
	padding: 1.2rem 0 0;
}

.omlp-form-intro li {
	padding: 0.35rem 0 0.35rem 1.2rem;
	position: relative;
}

.omlp-form-intro li::before {
	background: #ff97a7;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.95rem;
	width: 6px;
}

.omlp-form-card {
	background: #fff;
	border-radius: var(--v4-radius);
	color: var(--v4-ink);
	padding: clamp(1.4rem, 4vw, 3rem);
}

.omx-contact-form--v4 {
	display: grid;
	gap: 1.15rem;
}

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

.omx-contact-form--v4 label {
	color: var(--v4-ink);
	display: grid;
	font-size: 0.94rem;
	font-weight: 680;
	gap: 0.45rem;
}

.omx-contact-form--v4 .omx-optional {
	color: var(--v4-stone);
	font-size: 0.78rem;
	font-weight: 520;
	justify-self: end;
	margin-top: -1.9em;
}

.omx-contact-form--v4 :is(input, select, textarea) {
	appearance: none;
	background: #fff;
	border: 1px solid #aaa49a;
	border-radius: 9px;
	color: var(--v4-ink);
	font: inherit;
	font-weight: 480;
	min-height: 50px;
	padding: 0.75rem 0.85rem;
	width: 100%;
}

.omx-contact-form--v4 textarea {
	min-height: 150px;
	resize: vertical;
}

.omx-contact-form--v4 select {
	background-image: linear-gradient(45deg, transparent 50%, #4d4a46 50%), linear-gradient(135deg, #4d4a46 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 2.4rem;
}

.omx-contact-form--v4 :is(input, textarea)::placeholder {
	color: #706c66;
	opacity: 1;
}

.omx-contact-form--v4 [aria-invalid="true"] {
	border-color: #b51236;
	box-shadow: 0 0 0 2px rgba(181, 18, 54, 0.12);
}

.omx-field-error {
	color: #a9172d;
	font-size: 0.82rem;
	font-weight: 620;
	min-height: 0;
}

.omx-field-error:empty {
	display: none;
}

.omx-field-help,
.omx-form-privacy {
	color: var(--v4-stone);
	font-size: 0.82rem;
	font-weight: 480;
}

.omx-form-privacy {
	margin-bottom: 0;
}

.omx-contact-form--v4 .omx-submit {
	background: var(--v4-red);
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: var(--v4-font);
	font-size: 1rem;
	font-weight: 730;
	min-height: 52px;
	padding: 0.9rem 1.2rem;
}

.omx-contact-form--v4 .omx-submit:hover {
	background: var(--v4-red-dark);
}

.omx-contact-form--v4 .omx-submit:disabled {
	cursor: wait;
	opacity: 0.7;
}

.omx-form-status {
	font-size: 0.88rem;
	min-height: 1.4em;
}

.omx-form-notice {
	border-radius: 9px;
	margin-bottom: 1.2rem;
	padding: 1rem 1.1rem;
}

.omx-form-notice--error {
	background: #fff0f2;
	border: 1px solid #d89aa5;
	color: #7d1022;
}

.omx-form-notice p {
	margin: 0.25rem 0 0;
}

.omx-hp {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Landing trust and content */
.omlp-trust {
	background: #fff;
	border-bottom: 1px solid var(--v4-line);
}

.omlp-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-block: 1.6rem;
}

.omlp-trust p {
	border-right: 1px solid var(--v4-line);
	display: grid;
	gap: 0.1rem;
	margin: 0;
	padding-inline: clamp(1rem, 2.4vw, 2rem);
}

.omlp-trust p:first-child {
	padding-left: 0;
}

.omlp-trust p:last-child {
	border-right: 0;
}

.omlp-trust strong {
	font-size: 0.95rem;
}

.omlp-trust span {
	color: var(--v4-stone);
	font-size: 0.82rem;
}

.omlp-deliverables {
	background: var(--v4-paper);
}

.omlp-deliverable-list {
	border-bottom: 1px solid var(--v4-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.omlp-deliverable-list article {
	border-top: 1px solid var(--v4-line);
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 42px 1fr;
	padding: clamp(1.6rem, 3vw, 2.5rem);
}

.omlp-deliverable-list article:nth-child(odd) {
	border-right: 1px solid var(--v4-line);
	padding-left: 0;
}

.omlp-deliverable-list article > span,
.omlp-anatomy__notes li > span,
.omlp-process ol li > span {
	color: var(--v4-red-dark);
	font-weight: 730;
}

.omlp-deliverable-list h3 {
	margin-bottom: 0.6rem;
}

.omlp-deliverable-list p {
	color: #4f4c47;
	margin-bottom: 0;
}

.omlp-anatomy {
	background: #fff;
}

.omlp-section-head--split {
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
	max-width: none;
}

.omlp-section-head--split > p {
	align-self: end;
}

.omlp-anatomy__grid {
	align-items: start;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 7.5fr) minmax(300px, 4.5fr);
}

.omlp-anatomy__image {
	border-radius: var(--v4-radius);
	box-shadow: var(--v4-shadow);
	overflow: hidden;
	position: sticky;
	top: 120px;
}

.omlp-anatomy__notes {
	list-style: none;
	margin: 0;
	padding: 0;
}

.omlp-anatomy__notes li {
	border-top: 1px solid var(--v4-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 34px 1fr;
	padding-block: 1.2rem;
}

.omlp-anatomy__notes h3 {
	font-size: 1.2rem;
	margin-bottom: 0.35rem;
}

.omlp-anatomy__notes p {
	color: var(--v4-stone);
	font-size: 0.94rem;
	margin-bottom: 0;
}

.omlp-cases {
	background: var(--v4-charcoal);
	color: #fff;
}

.omlp-cases .omlp-context {
	color: #ff97a7;
}

.omlp-case-list {
	display: grid;
	gap: clamp(5rem, 9vw, 9rem);
}

.omlp-case {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
}

.omlp-case--reverse {
	grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
}

.omlp-case--reverse .omlp-case__media {
	grid-column: 2;
	grid-row: 1;
}

.omlp-case__media {
	border-radius: var(--v4-radius);
	box-shadow: 18px 22px 54px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.omlp-case__media img {
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.omlp-case__media:hover img {
	transform: scale(1.025);
}

.omlp-case h3 {
	font-size: clamp(2rem, 3vw, 3.2rem);
	margin-bottom: 1.8rem;
}

.omlp-case dl > div {
	border-color: var(--v4-line-dark);
}

.omlp-case dt {
	color: var(--v4-stone-light);
}

.omlp-case dd {
	color: #e1ddd7;
}

.omlp-case > div > a {
	color: #fff;
}

.omlp-price {
	background: var(--v4-paper);
}

.omlp-price__grid,
.omlp-message-match__grid,
.omlp-objections__grid,
.omlp-faq__grid {
	display: grid;
	gap: clamp(3rem, 8vw, 9rem);
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.omlp-price__grid > div:first-child {
	align-self: start;
	position: sticky;
	top: 120px;
}

.omlp-price h2 {
	margin-bottom: 1.5rem;
}

.omlp-price__grid > div:first-child > p:not(.omlp-context) {
	color: #4e4b47;
	font-size: 1.12rem;
	margin-bottom: 2rem;
}

.omlp-scope-list {
	border-bottom: 1px solid var(--v4-line);
}

.omlp-scope-list article {
	border-top: 1px solid var(--v4-line);
	padding-block: 2rem;
}

.omlp-scope-list h3 {
	margin-bottom: 0.7rem;
}

.omlp-scope-list p {
	color: var(--v4-stone);
	margin-bottom: 0;
	max-width: 62ch;
}

.omlp-process {
	background: #fff;
}

.omlp-process ol {
	border-bottom: 1px solid var(--v4-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.omlp-process ol li {
	border-left: 1px solid var(--v4-line);
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 280px;
	padding: 1.8rem;
}

.omlp-process ol li:first-child {
	border-left: 0;
	padding-left: 0;
}

.omlp-process h3 {
	margin: auto 0 0.7rem;
}

.omlp-process p {
	color: var(--v4-stone);
	font-size: 0.95rem;
	margin-bottom: 0;
}

.omlp-message-match {
	background: var(--v4-charcoal);
	color: #fff;
}

.omlp-message-match__grid > div:last-child p {
	color: #d1ccc5;
	font-size: 1.08rem;
	max-width: 66ch;
}

.omlp-message-match code {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	color: #fff;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 0.9em;
	padding: 0.08em 0.3em;
}

.omlp-fit {
	background: #e0dacf;
}

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

.omlp-fit__grid > div {
	background: var(--v4-paper);
	padding: clamp(1.7rem, 4vw, 3rem);
}

.omlp-fit__grid h3 {
	margin-bottom: 1.2rem;
}

.omlp-fit__grid ul {
	margin: 0;
	padding-left: 1.2rem;
}

.omlp-fit__grid li + li {
	margin-top: 0.65rem;
}

.omlp-objections {
	background: #fff;
}

.omlp-objections__grid > div:first-child,
.omlp-faq__grid > div:first-child {
	align-self: start;
	position: sticky;
	top: 120px;
}

.omlp-faq {
	background: var(--v4-paper);
}

/* Header/touch target improvements */
.oseka-header-phone {
	align-items: center;
	color: var(--v4-ink);
	display: none;
	font-family: var(--v4-font);
	font-size: 0.9rem;
	font-weight: 720;
	min-height: 44px;
	padding-inline: 0.7rem;
	text-decoration: none;
}

#main-content,
#upit,
#radovi,
#cijena,
#proces,
#projekti,
#faq,
:focus {
	scroll-margin-top: 96px;
}

.oseka-header .wp-block-navigation-item__content {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

.oseka-header .wp-block-navigation__responsive-container-open,
.oseka-header .wp-block-navigation__responsive-container-close,
.oseka-header .wp-block-navigation-submenu__toggle {
	align-items: center;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

/* Responsive */
@media (max-width: 1120px) {
	.oseka-nav-shell {
		flex-wrap: nowrap !important;
	}

	.oseka-header .wp-block-navigation {
		flex: 0 0 auto;
		margin-inline-start: auto;
	}

	.oseka-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.oseka-header .wp-block-navigation__responsive-container-open {
		display: inline-flex !important;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: stretch;
		padding: 4.75rem 1.25rem 2rem;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: stretch;
		gap: 0.25rem;
		width: 100%;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		align-items: stretch;
		width: 100%;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		justify-content: flex-start;
		width: 100%;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child > .wp-block-navigation-submenu__toggle {
		display: inline-flex !important;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container {
		display: none !important;
		grid-column: 1 / -1;
		padding-inline-start: 1rem;
	}

	.oseka-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child > .wp-block-navigation-submenu__toggle[aria-expanded="true"] + .wp-block-navigation__submenu-container {
		display: flex !important;
	}

	.omv4-hero__grid,
	.omlp-hero__grid {
		gap: 3rem;
		grid-template-columns: minmax(0, 6.5fr) minmax(360px, 5.5fr);
	}

	.omv4-hero-work,
	.omlp-hero__media {
		min-height: 540px;
	}

	.omv4-offer-list article {
		grid-template-columns: 44px minmax(210px, 1fr) minmax(260px, 1.45fr);
	}

	.omv4-offer-list article > a {
		grid-column: 2 / -1;
	}

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

	.omlp-process ol li:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--v4-line);
		padding-left: 0;
	}

	.omlp-process ol li:nth-child(4) {
		border-top: 1px solid var(--v4-line);
	}
}

@media (min-width: 1121px) {
	.oseka-header .wp-block-navigation__responsive-container-open {
		display: none !important;
	}
}

@media (max-width: 900px) {
	:root {
		--v4-section: clamp(4.5rem, 11vw, 6.5rem);
	}

	.omv4-hero__grid,
	.omlp-hero__grid,
	.omv4-project,
	.omv4-project--reverse,
	.omv4-why-grid,
	.omv4-proof__grid,
	.omv4-fit__grid,
	.omv4-founder__grid,
	.omv4-faq__grid,
	.omv4-final__grid,
	.omlp-form-section__grid,
	.omlp-section-head--split,
	.omlp-anatomy__grid,
	.omlp-case,
	.omlp-case--reverse,
	.omlp-price__grid,
	.omlp-message-match__grid,
	.omlp-objections__grid,
	.omlp-faq__grid,
	.omlp-final__grid {
		grid-template-columns: 1fr;
	}

	.omv4-project--reverse .omv4-project__media,
	.omlp-case--reverse .omlp-case__media {
		grid-column: auto;
		grid-row: auto;
	}

	.omv4-hero {
		min-height: 0;
	}

	.omv4-hero-work {
		min-height: 620px;
		margin-top: 1rem;
	}

	.omlp-hero__media {
		min-height: 600px;
		margin-top: 1rem;
	}

	.omv4-why-grid > div:first-child,
	.omlp-form-intro,
	.omlp-anatomy__image,
	.omlp-price__grid > div:first-child,
	.omlp-objections__grid > div:first-child,
	.omlp-faq__grid > div:first-child {
		position: static;
	}

	.omlp-form-section__grid {
		gap: 2.5rem;
	}

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

	.omlp-trust p:nth-child(2) {
		border-right: 0;
	}

	.omlp-trust p:nth-child(n+3) {
		border-top: 1px solid var(--v4-line);
		padding-top: 1rem;
	}
}

@media (max-width: 781px) {
	.oseka-header-phone {
		display: inline-flex;
	}

	.oseka-header-cta {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.omx-v4 h1,
	.omlp-v4 h1 {
		font-size: clamp(2.55rem, 11.5vw, 3.35rem);
		line-height: 0.98;
	}

	.omx-v4 h2,
	.omlp-v4 h2 {
		font-size: clamp(2.15rem, 10vw, 3.2rem);
	}

	.omv4-container,
	.omlp-container {
		padding-inline: 1.15rem;
	}

	.omv4-hero,
	.omlp-hero {
		padding-top: 3.5rem;
	}

	.omv4-actions,
	.omlp-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.omv4-button,
	.omlp-button {
		width: 100%;
	}

	.omv4-proofline {
		display: grid;
	}

	.omv4-hero-work {
		min-height: 500px;
	}

	.omv4-screen--hero-main {
		width: 96%;
	}

	.omv4-screen--hero-side {
		height: 57%;
		width: 42%;
	}

	.omv4-screen--hero-third {
		bottom: 2%;
		left: 2%;
		width: 58%;
	}

	.omv4-rail .omv4-container {
		align-items: flex-start;
		display: grid;
		gap: 0.6rem;
		grid-template-columns: 1fr 1fr;
	}

	.omv4-rail i {
		display: none;
	}

	.omv4-projects,
	.omlp-case-list {
		gap: 5rem;
	}

	.omv4-project,
	.omlp-case {
		gap: 2rem;
	}

	.omv4-project__copy dl > div,
	.omlp-case dl > div {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.omv4-offer-list article {
		gap: 0.85rem;
		grid-template-columns: 36px 1fr;
	}

	.omv4-offer-list article > p,
	.omv4-offer-list article > a {
		grid-column: 2;
	}

	.omv4-process li {
		grid-template-columns: 36px 1fr;
	}

	.omlp-hero__media {
		min-height: 500px;
	}

	.omlp-browser--desktop {
		width: 96%;
	}

	.omlp-browser--mobile {
		height: 60%;
	}

	.omx-form-grid,
	.omlp-deliverable-list,
	.omlp-fit__grid,
	.omlp-process ol {
		grid-template-columns: 1fr;
	}

	.omlp-deliverable-list article,
	.omlp-deliverable-list article:nth-child(odd) {
		border-right: 0;
		padding-inline: 0;
	}

	.omlp-form-card {
		padding: 1.25rem;
	}

	.omlp-trust__grid {
		grid-template-columns: 1fr;
	}

	.omlp-trust p,
	.omlp-trust p:first-child,
	.omlp-trust p:nth-child(2),
	.omlp-trust p:nth-child(n+3) {
		border-right: 0;
		border-top: 1px solid var(--v4-line);
		padding: 0.9rem 0;
	}

	.omlp-trust p:first-child {
		border-top: 0;
	}

	.omlp-process ol li,
	.omlp-process ol li:first-child,
	.omlp-process ol li:nth-child(3),
	.omlp-process ol li:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--v4-line);
		min-height: 0;
		padding: 1.5rem 0;
	}

	.omlp-process h3 {
		margin-top: 2rem;
	}

	.omv4-faq details > div,
	.omlp-objections details > p,
	.omlp-faq details > p {
		padding-right: 0;
	}
}

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

	.omx-v4 *,
	.omx-v4 *::before,
	.omx-v4 *::after,
	.omlp-v4 *,
	.omlp-v4 *::before,
	.omlp-v4 *::after {
		animation: none !important;
		scroll-behavior: auto !important;
		transition-duration: 80ms !important;
		transition-property: color, background-color, border-color, opacity !important;
	}
}
