@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Inter-VariableFont_opsz-wght.ttf") format("truetype");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/source-serif-4-v14-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Source Serif 4";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/source-serif-4-v14-latin-italic.woff2") format("woff2");
}

:root {
	--ocp-navy: #25274d;
	--ocp-ink: #11143d;
	--ocp-mist: #e5ecfb;
	--ocp-slate: #a7adbf;
	--ocp-sand: #b49a62;
	--ocp-paper: #fafaf8;
	--ocp-white: #fff;
	--ocp-text: #30323a;
	--ocp-shadow: 0 18px 40px rgb(17 20 61 / 14%);
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.wp-site-blocks {
	padding: 0;
}

.ocp-section {
	padding-top: clamp(4rem, 8vw, 7rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

.ocp-kicker {
	color: var(--ocp-sand);
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ocp-wordmark {
	color: var(--ocp-navy);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 750;
	letter-spacing: -0.04em;
	margin: 0;
	text-decoration: none;
}

.ocp-wordmark a {
	color: inherit;
	text-decoration: none;
}

.ocp-header {
	background: rgb(250 250 248 / 96%);
	border-bottom: 1px solid rgb(37 39 77 / 8%);
	position: sticky;
	top: 0;
	z-index: 100;
}

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

.ocp-header .wp-block-navigation-item__content {
	text-decoration: none;
}

.ocp-header .wp-block-navigation-item__content:hover {
	color: var(--ocp-sand);
}

.ocp-hero {
	background: var(--ocp-mist);
	padding: clamp(3rem, 6vw, 5.5rem) 0 2.5rem;
}

.ocp-hero-card {
	background: var(--ocp-white);
	box-shadow: 0 1px 0 rgb(17 20 61 / 8%);
}

.ocp-hero-copy {
	padding: clamp(2rem, 5vw, 4.5rem);
}

.ocp-hero-copy p:not(.ocp-kicker) {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.ocp-hero-image img {
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

.ocp-trust-row {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 2.75rem;
	text-align: center;
}

.ocp-trust-row strong {
	color: var(--ocp-navy);
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocp-trust-row span {
	font-size: 0.8rem;
}

.ocp-card-grid {
	border-left: 1px solid rgb(37 39 77 / 12%);
	border-top: 1px solid rgb(37 39 77 / 12%);
}

.ocp-card {
	border-bottom: 1px solid rgb(37 39 77 / 12%);
	border-right: 1px solid rgb(37 39 77 / 12%);
	height: 100%;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.ocp-card a {
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.ocp-service-grid {
	align-items: stretch;
	margin-block: var(--wp--preset--spacing--50);
}

.ocp-service-grid > .wp-block-column {
	display: flex;
}

.ocp-service-card {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.ocp-service-card a {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: normal;
	text-decoration: underline;
	text-transform: none;
}

.ocp-dark {
	background: var(--ocp-ink);
	color: rgb(255 255 255 / 76%);
}

.ocp-dark h1,
.ocp-dark h2,
.ocp-dark h3,
.ocp-dark h4,
.ocp-dark a {
	color: var(--ocp-white);
}

.ocp-dark .ocp-kicker {
	color: var(--ocp-sand);
}

.ocp-process {
	counter-reset: process;
}

.ocp-process > .wp-block-column {
	counter-increment: process;
	position: relative;
}

.ocp-process > .wp-block-column::before {
	color: rgb(37 39 77 / 10%);
	content: "0" counter(process);
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -1.5rem;
}

.ocp-price {
	background: var(--ocp-white);
	box-shadow: var(--ocp-shadow);
	padding: clamp(2rem, 4vw, 3rem);
}

.ocp-reference-card {
	background: var(--ocp-navy);
	color: rgb(255 255 255 / 78%);
}

.ocp-reference-card h2,
.ocp-reference-card h3,
.ocp-reference-card h4,
.ocp-reference-card a {
	color: var(--ocp-white);
}

.ocp-reference-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.ocp-reference-meta {
	color: var(--ocp-sand);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ocp-succession {
	background-position: center;
	background-size: cover;
}

.ocp-succession-copy {
	background: rgb(255 255 255 / 92%);
	box-shadow: var(--ocp-shadow);
}

.ocp-post-card {
	height: 100%;
}

.ocp-post-card img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}

.ocp-post-card .wp-block-post-title a {
	text-decoration: none;
}

.ocp-post-meta {
	color: rgb(48 50 58 / 70%);
	font-size: 0.78rem;
}

.ocp-prose {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1vw + .8rem, 1.2rem);
}

.ocp-prose h2,
.ocp-prose h3,
.ocp-prose h4,
.ocp-prose .wp-block-post-title {
	font-family: "Montserrat", Arial, sans-serif;
}

.ocp-form {
	display: grid;
	gap: 1.25rem;
}

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

.ocp-form label {
	color: var(--ocp-navy);
	display: block;
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ocp-form input:not([type="checkbox"]),
.ocp-form select,
.ocp-form textarea {
	background: var(--ocp-white);
	border: 1px solid rgb(37 39 77 / 28%);
	border-radius: 0;
	box-sizing: border-box;
	color: var(--ocp-text);
	font: inherit;
	margin-top: 0.45rem;
	padding: 0.9rem 1rem;
	width: 100%;
}

.ocp-form textarea {
	min-height: 180px;
	resize: vertical;
}

.ocp-form input:focus,
.ocp-form select:focus,
.ocp-form textarea:focus {
	border-color: var(--ocp-navy);
	box-shadow: 0 0 0 3px rgb(37 39 77 / 12%);
	outline: none;
}

.ocp-form-consent {
	align-items: flex-start;
	display: flex !important;
	gap: 0.7rem;
	letter-spacing: 0 !important;
	line-height: 1.5;
	text-transform: none !important;
}

.ocp-form-consent input {
	margin-top: 0.25rem;
}

.ocp-form button {
	background: var(--ocp-ink);
	border: 1px solid var(--ocp-ink);
	color: var(--ocp-white);
	cursor: pointer;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 650;
	justify-self: start;
	letter-spacing: 0.12em;
	padding: 1rem 1.7rem;
	text-transform: uppercase;
}

.ocp-form button:hover {
	background: var(--ocp-sand);
	border-color: var(--ocp-sand);
}

.ocp-form-notice {
	border-left: 4px solid var(--ocp-sand);
	padding: 0.8rem 1rem;
}

.ocp-form-notice--success {
	background: #edf7ef;
	border-color: #397b49;
}

.ocp-form-notice--error {
	background: #fff1f0;
	border-color: #a33a32;
}

.ocp-honeypot {
	left: -10000px;
	position: absolute;
}

.ocp-footer a {
	color: rgb(255 255 255 / 72%);
	text-decoration: none;
}

.ocp-footer a:hover {
	color: var(--ocp-sand);
}

.ocp-share-link {
	align-items: center;
	border: 1px solid currentcolor;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 650;
	gap: 0.5rem;
	letter-spacing: 0.08em;
	padding: 0.7rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.ocp-trust-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.ocp-hero-image img {
		min-height: 380px;
	}
}

@media (max-width: 781px) {
	.ocp-header .wp-block-buttons {
		display: none;
	}

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

	.ocp-process > .wp-block-column {
		padding-top: 2rem;
	}
}

@media (max-width: 600px) {
	.admin-bar .ocp-header {
		top: 0;
	}

	.ocp-trust-row {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.ocp-hero {
		padding-top: 1.5rem;
	}

	.ocp-hero-copy {
		padding: 1.75rem;
	}

	.ocp-hero-image img {
		min-height: 300px;
	}
}

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