/*
Theme Name: OCWD Modern
Theme URI: https://ocwd-rebuild.local/
Author: Oxford County Web Design
Description: A custom, editor-first WordPress theme for Oxford County Web Design.
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: ocwd-modern
*/

@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url("assets/fonts/geist/Geist-Latin.woff2") format("woff2");
}

@font-face {
	font-family: "Nohemi";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/nohemi/Nohemi-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Nohemi";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/nohemi/Nohemi-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Nohemi";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/nohemi/Nohemi-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Nohemi";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/nohemi/Nohemi-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Nohemi";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("assets/fonts/nohemi/Nohemi-ExtraBold.woff2") format("woff2");
}

@font-face {
	font-family: "Nohemi";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("assets/fonts/nohemi/Nohemi-Black.woff2") format("woff2");
}

:root {
	--ocwd-font-body: "Geist", Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
	--ocwd-font-heading: "Nohemi", "Geist", Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
	--ocwd-font-sans: var(--ocwd-font-body);
	--ocwd-space-eyebrow-heading: 1.35rem;
	--ocwd-space-heading-copy: 1.75rem;
	--ocwd-ink: #191711;
	--ocwd-ink-soft: #2a2822;
	--ocwd-graphite: #625f57;
	--ocwd-muted: #8a867a;
	--ocwd-canvas: #f7f3e8;
	--ocwd-paper: #fffdf7;
	--ocwd-white: #fff;
	--ocwd-yellow: #ffd43b;
	--ocwd-yellow-strong: #ffbd12;
	--ocwd-yellow-soft: #fff1a6;
	--ocwd-sage: #dcead8;
	--ocwd-blue: #dbeafe;
	--ocwd-peach: #ffd8c9;
	--ocwd-rule: #ddd5c2;
	--ocwd-dark-rule: #343029;
	--ocwd-wide: 1280px;
	--ocwd-gutter: 64px;
	--ocwd-section: 132px;
	--ocwd-radius: 8px;
	--ocwd-shadow: 0 28px 80px rgba(36, 31, 20, 0.14);
	--ocwd-button-height: 52px;
	--ocwd-button-padding: 0.9rem 1.15rem;
	--ocwd-button-icon-size: 16px;
	--ocwd-button-icon-gap: 0.6rem;
	--ocwd-card-hover-y: 0;
	--ocwd-card-hover-border: var(--ocwd-yellow-strong);
	--ocwd-card-transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
	--ocwd-sidebar-sticky-top: 126px;
	--ocwd-sidebar-gap: 0.84rem;
	--ocwd-sidebar-section-gap: 0.84rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--ocwd-canvas);
	color: var(--ocwd-ink);
	font-family: var(--ocwd-font-sans);
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
}

body,
button,
input,
textarea,
select {
	font-family: var(--ocwd-font-body);
	letter-spacing: 0;
}

a {
	color: inherit;
	text-underline-offset: 0.2em;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

::selection {
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.wp-site-blocks {
	overflow: clip;
}

.wp-site-blocks > *,
.ocwd-home > *,
.ocwd-page > * {
	margin-block-start: 0;
}

.alignwide {
	width: min(calc(100% - (var(--ocwd-gutter) * 2)), var(--ocwd-wide));
	max-width: var(--ocwd-wide);
	margin-inline: auto;
}

.ocwd-home p,
.ocwd-page p,
.ocwd-footer p {
	color: var(--ocwd-graphite);
}

.ocwd-home h1,
.ocwd-home h2,
.ocwd-home h3,
.ocwd-page h1,
.ocwd-page h2,
.ocwd-page h3,
.ocwd-page h4,
.ocwd-footer h2,
.ocwd-footer h3 {
	margin-top: 0;
	color: inherit;
	letter-spacing: 0;
}

.ocwd-home h2 {
	max-width: 940px;
	font-size: 3.72rem;
	line-height: 1.02;
}

.ocwd-home h3 {
	line-height: 1.15;
}

.ocwd-kicker {
	margin: 0 0 var(--ocwd-space-eyebrow-heading);
	color: var(--ocwd-ink) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.ocwd-kicker::before {
	display: inline-block;
	width: 0.72rem;
	height: 0.72rem;
	margin-right: 0.55rem;
	border: 2px solid currentColor;
	border-radius: 50%;
	background: var(--ocwd-yellow);
	content: "";
	vertical-align: -0.1rem;
}

.wp-block-button .wp-block-button__link {
	display: inline-flex;
	min-height: var(--ocwd-button-height);
	align-items: center;
	justify-content: center;
	gap: var(--ocwd-button-icon-gap);
	padding: var(--ocwd-button-padding);
	border: 1px solid var(--ocwd-ink);
	border-radius: var(--ocwd-radius);
	background: var(--ocwd-ink);
	box-shadow: none;
	color: var(--ocwd-white);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.wp-block-button__link > span[aria-hidden="true"],
.ocwd-service-row__arrow {
	position: relative;
	font-size: 0 !important;
}

.wp-block-button__link > span[aria-hidden="true"] {
	display: inline-block;
	width: var(--ocwd-button-icon-size);
	height: var(--ocwd-button-icon-size);
	flex: 0 0 var(--ocwd-button-icon-size);
	background: currentColor;
	mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
	-webkit-mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
}

.wp-block-button__link > span[aria-hidden="true"]::before,
.ocwd-service-row__arrow::before {
	display: none;
	content: none;
}

.wp-block-button__link > span[aria-hidden="true"]::after,
.ocwd-service-row__arrow::after {
	display: none;
	content: none;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus-visible {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: rgba(25, 23, 17, 0.24);
	background: transparent;
	color: var(--ocwd-ink);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
}

header.wp-block-template-part {
	position: sticky;
	z-index: 100;
	top: 0;
}

.admin-bar header.wp-block-template-part {
	top: 32px;
}

.ocwd-header {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(25, 23, 17, 0.12);
	background: rgba(247, 243, 232, 0.96);
}

.ocwd-header__bar {
	position: relative;
	min-height: 82px;
	gap: 1.5rem;
}

.ocwd-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	text-decoration: none;
}

.ocwd-brand img {
	width: 218px;
	height: auto;
	filter: grayscale(1) brightness(0.16) sepia(0.1);
}

.ocwd-site-nav {
	display: flex;
	flex: 1 1 auto;
	align-self: stretch;
	align-items: center;
}

.ocwd-desktop-menu {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-desktop-menu > li {
	display: flex;
	height: 100%;
	align-items: center;
}

.ocwd-desktop-menu > li > a,
.ocwd-menu-link-row > a {
	position: relative;
	padding: 0.5rem 0;
	color: var(--ocwd-ink);
	font-size: 0.84rem;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
}

.ocwd-desktop-menu > li > a::after,
.ocwd-menu-link-row > a::after {
	position: absolute;
	right: 0;
	bottom: 0.16rem;
	left: 0;
	height: 2px;
	background: var(--ocwd-yellow-strong);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.ocwd-desktop-menu > li > a:hover::after,
.ocwd-desktop-menu > li > a:focus-visible::after,
.ocwd-menu-link-row > a:hover::after,
.ocwd-menu-link-row > a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.ocwd-menu-item--dropdown {
	position: static;
}

.ocwd-menu-link-row {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 0.2rem;
}

.ocwd-desktop-dropdown-toggle {
	display: grid;
	width: 26px;
	height: 30px;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.ocwd-desktop-dropdown-toggle img {
	width: 14px;
	height: 14px;
	transition: transform 200ms ease;
}

.ocwd-menu-item--dropdown.is-open .ocwd-desktop-dropdown-toggle img,
.ocwd-menu-item--dropdown:focus-within .ocwd-desktop-dropdown-toggle img,
.ocwd-menu-item--dropdown:hover .ocwd-desktop-dropdown-toggle img {
	transform: rotate(180deg);
}

.ocwd-desktop-dropdown {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 50%;
	width: min(920px, calc(100vw - 80px));
	padding: 1.25rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: var(--ocwd-paper);
	box-shadow: 0 26px 64px rgba(25, 23, 17, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 12px);
	transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
	visibility: hidden;
}

.ocwd-menu-item--dropdown:hover .ocwd-desktop-dropdown,
.ocwd-menu-item--dropdown:focus-within .ocwd-desktop-dropdown,
.ocwd-menu-item--dropdown.is-open .ocwd-desktop-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.ocwd-dropdown__intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	padding: 0.35rem 0.45rem 1.15rem;
	border-bottom: 1px solid var(--ocwd-rule);
}

.ocwd-dropdown__intro div {
	display: grid;
	gap: 0.3rem;
}

.ocwd-dropdown__intro span {
	color: var(--ocwd-graphite);
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ocwd-dropdown__intro strong {
	font-size: 1.15rem;
}

.ocwd-dropdown__intro > a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.ocwd-dropdown__intro > a img {
	width: 15px;
	height: 15px;
}

.ocwd-dropdown__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
	padding-top: 0.9rem;
}

.ocwd-dropdown__grid > a {
	display: grid;
	gap: 0.25rem;
	min-height: 78px;
	align-content: center;
	padding: 0.8rem;
	border: 1px solid transparent;
	border-radius: 6px;
	text-decoration: none;
}

.ocwd-dropdown__grid > a:hover,
.ocwd-dropdown__grid > a:focus-visible {
	border-color: rgba(25, 23, 17, 0.18);
	background: var(--ocwd-canvas);
}

.ocwd-dropdown__grid strong {
	font-size: 0.82rem;
	line-height: 1.25;
}

.ocwd-dropdown__grid span {
	color: var(--ocwd-graphite);
	font-size: 0.72rem;
	line-height: 1.4;
}

.ocwd-header__cta-button {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.05rem;
	border: 1px solid var(--ocwd-ink);
	border-radius: var(--ocwd-radius);
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.ocwd-header__cta-button:hover,
.ocwd-header__cta-button:focus-visible {
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-mobile-menu-toggle,
.ocwd-mobile-menu,
.ocwd-mobile-menu-backdrop {
	display: none;
}

@media (max-width: 1100px) {
	body.ocwd-menu-open {
		overflow: hidden;
	}

	.ocwd-site-nav,
	.ocwd-header__cta-button {
		display: none;
	}

	.ocwd-mobile-menu-toggle {
		display: grid;
		width: 44px;
		height: 44px;
		flex: 0 0 44px;
		place-items: center;
		padding: 0;
		border: 1px solid rgba(25, 23, 17, 0.2);
		border-radius: 50%;
		background: var(--ocwd-paper);
		cursor: pointer;
	}

	.ocwd-mobile-menu-toggle img {
		width: 20px;
		height: 20px;
	}

	.ocwd-mobile-menu-backdrop {
		position: fixed;
		z-index: 998;
		inset: 0;
		display: block;
		margin: 0;
		background: rgba(17, 16, 13, 0.56);
		opacity: 0;
		pointer-events: none;
		transition: opacity 240ms ease;
	}

	.ocwd-mobile-menu-backdrop.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.ocwd-mobile-menu {
		position: fixed;
		z-index: 999;
		top: 0;
		right: 0;
		display: flex;
		width: min(440px, 100vw);
		height: 100dvh;
		margin: 0;
		overflow: hidden;
		flex-direction: column;
		background: var(--ocwd-ink);
		color: var(--ocwd-white);
		transform: translateX(100%);
		transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.ocwd-mobile-menu.is-open {
		transform: translateX(0);
	}

	.ocwd-mobile-menu__header {
		display: flex;
		min-height: 82px;
		flex: 0 0 auto;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: 1rem 1.25rem;
		border-bottom: 1px solid var(--ocwd-dark-rule);
	}

	.ocwd-mobile-menu__brand {
		display: inline-flex;
		align-items: center;
	}

	.ocwd-mobile-menu__brand img {
		width: 205px;
		height: auto;
		filter: grayscale(1) brightness(0) invert(1);
	}

	.ocwd-mobile-menu__close {
		display: grid;
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
		place-items: center;
		padding: 0;
		border: 1px solid #4c473e;
		border-radius: 50%;
		background: transparent;
		cursor: pointer;
	}

	.ocwd-mobile-menu__close img {
		width: 19px;
		height: 19px;
		filter: invert(1);
	}

	.ocwd-mobile-menu__nav {
		display: block;
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 1rem 1.25rem 2rem;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-y;
	}

	.ocwd-mobile-menu__link,
	.ocwd-mobile-accordion__row {
		border-bottom: 1px solid var(--ocwd-dark-rule);
	}

	.ocwd-mobile-menu__link,
	.ocwd-mobile-accordion__row > a {
		display: flex;
		min-height: 58px;
		align-items: center;
		color: var(--ocwd-white);
		font-family: var(--ocwd-font-heading);
		font-size: 1.22rem;
		font-weight: 700;
		line-height: 1.15;
		text-decoration: none;
	}

	.ocwd-mobile-accordion__row {
		display: grid;
		grid-template-columns: 1fr 46px;
		align-items: center;
	}

	.ocwd-mobile-accordion__row > button {
		display: grid;
		width: 42px;
		height: 42px;
		place-items: center;
		padding: 0;
		border: 1px solid #4c473e;
		border-radius: 50%;
		background: transparent;
		cursor: pointer;
	}

	.ocwd-mobile-accordion__row > button img {
		width: 16px;
		height: 16px;
		filter: invert(1);
		transition: transform 220ms ease;
	}

	.ocwd-mobile-accordion.is-open .ocwd-mobile-accordion__row > button {
		border-color: var(--ocwd-yellow);
		background: var(--ocwd-yellow);
	}

	.ocwd-mobile-accordion.is-open .ocwd-mobile-accordion__row > button img {
		filter: none;
		transform: rotate(180deg);
	}

	.ocwd-mobile-accordion__panel {
		display: grid;
		max-height: 0;
		gap: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 320ms ease, opacity 200ms ease, padding 320ms ease;
	}

	.ocwd-mobile-accordion.is-open .ocwd-mobile-accordion__panel {
		max-height: 720px;
		padding: 0.55rem 0 0.8rem;
		opacity: 1;
	}

	.ocwd-mobile-accordion__panel a {
		display: flex;
		min-height: 40px;
		align-items: center;
		padding: 0.45rem 0.8rem;
		border-left: 2px solid #403c34;
		color: #d8d1c3;
		font-size: 0.82rem;
		line-height: 1.35;
		text-decoration: none;
	}

	.ocwd-mobile-accordion__panel a:hover,
	.ocwd-mobile-accordion__panel a:focus-visible {
		border-color: var(--ocwd-yellow);
		color: var(--ocwd-white);
	}

	.ocwd-mobile-menu__footer {
		flex: 0 0 auto;
		padding: 1rem 1.25rem 1.25rem;
		border-top: 1px solid var(--ocwd-dark-rule);
		background: #15130f;
	}

	.ocwd-mobile-menu__footer p {
		margin: 0 0 0.75rem;
		color: #bdb5a5;
		font-size: 0.76rem;
	}

	.ocwd-mobile-menu__footer > a {
		display: flex;
		min-height: 50px;
		align-items: center;
		justify-content: center;
		gap: var(--ocwd-button-icon-gap);
		padding: 0.8rem 1rem;
		border: 1px solid var(--ocwd-yellow);
		border-radius: 6px;
		background: var(--ocwd-yellow);
		color: var(--ocwd-ink);
		font-size: 0.9rem;
		font-weight: 800;
		text-decoration: none;
	}

	.ocwd-mobile-menu__footer > a img {
		width: var(--ocwd-button-icon-size);
		height: var(--ocwd-button-icon-size);
		flex: 0 0 var(--ocwd-button-icon-size);
	}
}

.ocwd-hero {
	position: relative;
	display: flex;
	min-height: max(560px, calc(100svh - 162px));
	align-items: center;
	padding: 48px 0;
	overflow: hidden;
	background-color: var(--ocwd-canvas);
	background-image: linear-gradient(rgba(25, 23, 17, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 23, 17, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
}

.ocwd-hero::before,
.ocwd-hero::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-hero::before {
	top: 10%;
	right: 4%;
	width: 190px;
	height: 190px;
	background: rgba(255, 212, 59, 0.32);
}

.ocwd-hero::after {
	bottom: 10%;
	left: 52%;
	width: 82px;
	height: 82px;
	background: rgba(220, 234, 216, 0.78);
}

.ocwd-hero__grid {
	position: relative;
	z-index: 2;
	display: grid !important;
	grid-template-columns: minmax(540px, 0.98fr) minmax(500px, 1.02fr);
	gap: 4%;
	margin: 0 auto;
}

.ocwd-hero__copy {
	position: relative;
	z-index: 2;
}

.ocwd-hero h1 {
	max-width: 750px;
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 4.62rem;
	font-weight: 700;
	line-height: 0.97;
}

.ocwd-hero h1 span {
	display: block;
	white-space: nowrap;
}

.ocwd-hero__lead {
	max-width: 660px;
	margin: 0;
	color: #565248 !important;
	font-size: 1.22rem;
	line-height: 1.55;
}

.ocwd-actions {
	margin-top: 2.15rem;
	gap: 0.75rem;
}

.ocwd-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.35rem;
	margin-top: 2.5rem;
	color: #6e695e;
	font-size: 0.79rem;
	font-weight: 700;
}

.ocwd-hero__meta span {
	position: relative;
	padding-left: 0.85rem;
}

.ocwd-hero__meta span::before {
	position: absolute;
	top: 0.48em;
	left: 0;
	width: 5px;
	height: 5px;
	border: 1px solid var(--ocwd-ink);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	content: "";
}

.ocwd-hero__visual {
	min-width: 0;
}

.ocwd-showcase {
	position: relative;
	width: 100%;
	aspect-ratio: 1.1 / 1;
	min-height: 490px;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-paper);
	box-shadow: var(--ocwd-shadow);
}

.ocwd-showcase::after {
	position: absolute;
	right: 24px;
	bottom: 20px;
	width: 96px;
	height: 96px;
	border: 2px solid var(--ocwd-ink);
	border-radius: 50%;
	background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(25, 23, 17, 0.08) 8px 10px);
	content: "";
	opacity: 0.7;
}

.ocwd-showcase__toolbar {
	display: grid;
	height: 56px;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 0 1.25rem;
	border-bottom: 1px solid var(--ocwd-rule);
	color: #6d685c;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ocwd-showcase__dots {
	display: flex;
	gap: 5px;
}

.ocwd-showcase__dots i {
	width: 8px;
	height: 8px;
	border: 1px solid var(--ocwd-ink);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-showcase__dots i:nth-child(2) {
	background: var(--ocwd-sage);
}

.ocwd-showcase__dots i:nth-child(3) {
	background: var(--ocwd-blue);
}

.ocwd-showcase__status {
	justify-self: end;
}

.ocwd-showcase__status i {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	border-radius: 50%;
	background: #46a46c;
	box-shadow: 0 0 0 4px rgba(70, 164, 108, 0.13);
}

.ocwd-showcase__stage {
	position: relative;
	height: calc(100% - 56px);
	min-height: 434px;
	overflow: hidden;
	background-color: #ede7d8;
	background-image: radial-gradient(rgba(25, 23, 17, 0.12) 1px, transparent 1px);
	background-size: 18px 18px;
}

.ocwd-screen {
	position: absolute;
	width: 64%;
	margin: 0;
	overflow: hidden;
	border: 8px solid var(--ocwd-ink);
	border-radius: 7px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 48px rgba(33, 29, 21, 0.24);
	color: var(--ocwd-white);
	text-decoration: none;
	transition: transform 450ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ocwd-screen:focus-visible {
	outline: 2px solid var(--ocwd-yellow-strong);
	outline-offset: 6px;
}

.ocwd-screen__media {
	display: grid;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	place-items: center;
	padding: 0.35rem;
	background: #f4f1e9;
}

.ocwd-screen__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.ocwd-screen__caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 0.85rem;
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
	font-size: 0.68rem;
}

.ocwd-screen__caption span {
	color: #c8c1ae;
}

.ocwd-screen--one {
	z-index: 2;
	top: 11%;
	left: 7%;
	transform: rotate(-3deg);
}

.ocwd-screen--two {
	z-index: 3;
	right: 6%;
	bottom: 12%;
	transform: rotate(4deg);
}

.ocwd-showcase:hover .ocwd-screen--one {
	transform: translate(-5px, -6px) rotate(-5deg);
}

.ocwd-showcase:hover .ocwd-screen--two {
	transform: translate(5px, 5px) rotate(2deg);
}

.ocwd-showcase__spark {
	position: absolute;
	z-index: 1;
	border: 2px solid var(--ocwd-ink);
	background: var(--ocwd-yellow);
	animation: ocwd-float 4s ease-in-out infinite;
}

.ocwd-showcase__spark--one {
	top: 18%;
	right: 20%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.ocwd-showcase__spark--two {
	bottom: 21%;
	left: 17%;
	width: 44px;
	height: 22px;
	border-radius: 999px;
	background: var(--ocwd-sage);
	animation-delay: 600ms;
}

@keyframes ocwd-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

.ocwd-capability-strip {
	overflow: hidden;
	border-top: 1px solid var(--ocwd-ink);
	border-bottom: 1px solid var(--ocwd-ink);
	background: var(--ocwd-yellow);
}

.ocwd-marquee,
.ocwd-logo-reel {
	width: 100%;
	overflow: hidden;
}

.ocwd-marquee__track {
	display: flex;
	width: max-content;
	min-height: 76px;
	align-items: center;
	animation: ocwd-marquee-left 58s linear infinite;
}

.ocwd-marquee__track span {
	display: inline-flex;
	align-items: center;
	gap: 1.45rem;
	padding: 0 1.05rem;
	color: var(--ocwd-ink);
	font-size: 0.82rem;
	font-weight: 850;
	white-space: nowrap;
	text-transform: uppercase;
}

.ocwd-marquee__track span::after {
	width: 6px;
	height: 6px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: var(--ocwd-paper);
	content: "";
}

@keyframes ocwd-marquee-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.ocwd-section {
	padding: var(--ocwd-section) 0;
}

.ocwd-page {
	background: var(--ocwd-canvas);
}

.ocwd-internal-header {
	position: relative;
	overflow: hidden;
	padding: 76px 0 82px;
	background-color: var(--ocwd-canvas);
	background-image: linear-gradient(rgba(25, 23, 17, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 23, 17, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
}

.ocwd-internal-header::before,
.ocwd-internal-header::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-internal-header::before {
	top: 22px;
	right: min(8vw, 120px);
	width: 170px;
	height: 170px;
	background: rgba(220, 234, 216, 0.88);
}

.ocwd-internal-header::after {
	bottom: -54px;
	left: max(24px, 7vw);
	width: 132px;
	height: 132px;
	background: rgba(255, 212, 59, 0.38);
}

.ocwd-internal-header__inner {
	position: relative;
	z-index: 2;
}

.ocwd-internal-header__inner > * {
	margin-block-start: 0 !important;
}

.ocwd-internal-header h1 {
	max-width: 860px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 3.65rem;
	line-height: 1;
}

.ocwd-internal-header__lead {
	max-width: 720px;
	margin: 0;
	color: #565248 !important;
	font-size: 1.16rem;
	line-height: 1.64;
}

.ocwd-internal-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.6rem !important;
}

.ocwd-internal-header__meta span {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.78);
	color: #4d493f;
	font-size: 0.76rem;
	font-weight: 760;
	line-height: 1;
}

.ocwd-about-story {
	background: var(--ocwd-paper);
}

.ocwd-about-story__grid {
	display: grid !important;
	grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
	gap: 5rem;
	align-items: center;
	margin-inline: auto;
}

.ocwd-about-map-card {
	position: relative;
	max-width: 430px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 18px 48px rgba(36, 31, 20, 0.08);
}

.ocwd-about-map-card__bar {
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(247, 243, 232, 0.92);
}

.ocwd-about-map-card__bar,
.ocwd-about-map-card__canvas {
	margin-block-start: 0 !important;
}

.ocwd-about-map-card__bar span {
	display: flex;
	gap: 5px;
}

.ocwd-about-map-card__bar i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(25, 23, 17, 0.52);
	border-radius: 50%;
}

.ocwd-about-map-card__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-about-map-card__canvas {
	position: relative;
	min-height: 450px;
	overflow: hidden;
	padding: 0;
	background: var(--ocwd-paper);
}

.ocwd-about-map-card__iframe {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 0;
}

.ocwd-about-story__copy h2,
.ocwd-about-approach__head h2,
.ocwd-about-local h2 {
	max-width: 850px;
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 3.05rem;
	line-height: 1.02;
}

.ocwd-about-story__copy p,
.ocwd-about-local__copy {
	max-width: 780px;
	margin: 0 0 1.35rem;
	font-size: 1.04rem;
	line-height: 1.72;
}

.ocwd-about-callout {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 0.95rem;
	max-width: 780px;
	margin-top: 2.2rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-sage);
}

.ocwd-about-callout__icon,
.ocwd-about-local__facts span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-paper);
}

.ocwd-about-callout__icon img,
.ocwd-about-local__facts img {
	width: 20px;
	height: 20px;
}

.ocwd-about-callout p {
	margin: 0;
	align-self: center;
	font-size: 0.96rem;
	line-height: 1.62;
}

.ocwd-about-approach {
	background: var(--ocwd-canvas);
}

.ocwd-about-approach__head {
	margin: 0 auto 3.4rem;
}

.ocwd-about-approach__head p:not(.ocwd-kicker) {
	max-width: 620px;
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.66;
}

.ocwd-about-approach__grid {
	display: grid;
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 1.1rem;
	margin-inline: auto;
}

.ocwd-about-approach__grid > * {
	margin-block-start: 0 !important;
}

.ocwd-about-approach__card {
	display: grid;
	align-content: start;
	align-self: stretch;
	height: 100%;
	min-height: 220px;
	padding: 1.35rem 1.25rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-paper);
	transition: var(--ocwd-card-transition);
}

.ocwd-about-approach__card:hover {
	border-color: var(--ocwd-card-hover-border);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-about-approach__card > span {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-bottom: 2rem;
	border: 1px solid var(--ocwd-ink);
	border-radius: 50%;
	background: var(--ocwd-sage);
	font-size: 0.76rem;
	font-weight: 850;
}

.ocwd-about-approach__card:nth-child(2) > span {
	background: var(--ocwd-yellow);
}

.ocwd-about-approach__card:nth-child(3) > span {
	background: var(--ocwd-blue);
}

.ocwd-about-approach__card h3 {
	margin: 0 0 0.78rem;
	font-size: 1.26rem;
}

.ocwd-about-approach__card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.66;
}

.ocwd-about-local {
	background: var(--ocwd-yellow);
}

.ocwd-about-local__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: 5rem;
	align-items: center;
	margin-inline: auto;
}

.ocwd-about-local__facts {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-about-local__facts li {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	min-height: 76px;
	padding: 0.95rem 1.05rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.42);
	color: #343126;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.5;
}

.ocwd-about-local__facts span {
	background: rgba(255, 253, 247, 0.72);
}

.ocwd-contact-main {
	background: var(--ocwd-paper);
}

.ocwd-contact-layout {
	display: grid !important;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.1fr);
	gap: 4rem;
	align-items: start;
	margin-inline: auto;
}

.ocwd-contact-layout__aside {
	position: sticky;
	top: var(--ocwd-sidebar-sticky-top);
}

.ocwd-contact-layout__aside h2,
.ocwd-contact-form-card h2,
.ocwd-contact-steps__head h2,
.ocwd-contact-faq__intro h2 {
	max-width: 760px;
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 2.8rem;
	line-height: 1.03;
}

.ocwd-contact-layout__aside p,
.ocwd-contact-form-card > p:not(.ocwd-kicker),
.ocwd-contact-faq__item p {
	color: var(--ocwd-graphite);
	font-size: 1rem;
	line-height: 1.68;
}

.ocwd-contact-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.7rem;
}

.ocwd-contact-methods a {
	display: inline-flex;
	width: fit-content;
	min-height: var(--ocwd-button-height);
	align-items: center;
	justify-content: center;
	gap: var(--ocwd-button-icon-gap);
	padding: var(--ocwd-button-padding);
	border: 1px solid var(--ocwd-ink);
	border-radius: var(--ocwd-radius);
	color: var(--ocwd-ink);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ocwd-contact-method--email,
.ocwd-contact-methods a[href^="mailto:"] {
	display: none;
}

.ocwd-contact-method--booking,
.ocwd-contact-methods a[href*="/booking"] {
	background: var(--ocwd-yellow);
}

.ocwd-contact-methods a:hover {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-white);
	color: var(--ocwd-ink) !important;
}

.ocwd-contact-step span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-sage);
}

.ocwd-contact-step img {
	width: 20px;
	height: 20px;
}

.ocwd-contact-step:nth-child(1) span {
	background: var(--ocwd-yellow);
}

.ocwd-contact-step:nth-child(2) span {
	background: var(--ocwd-sage);
}

.ocwd-contact-step:nth-child(3) span {
	background: var(--ocwd-blue);
}

.ocwd-contact-methods span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
}

.ocwd-contact-methods img {
	width: var(--ocwd-button-icon-size);
	height: var(--ocwd-button-icon-size);
	flex: 0 0 var(--ocwd-button-icon-size);
}

.ocwd-contact-method--booking span,
.ocwd-contact-methods a[href*="/booking"] span {
	position: relative;
}

.ocwd-contact-method--booking span::before,
.ocwd-contact-methods a[href*="/booking"] span::before {
	position: absolute;
	inset: 1px;
	background: currentColor;
	content: "";
	mask: url("/wp-content/themes/ocwd-modern/assets/icons/calendar.svg") center / contain no-repeat;
	-webkit-mask: url("/wp-content/themes/ocwd-modern/assets/icons/calendar.svg") center / contain no-repeat;
}

.ocwd-contact-method--booking span img,
.ocwd-contact-methods a[href*="/booking"] span img {
	opacity: 0;
}

.ocwd-contact-methods em,
.ocwd-contact-methods__arrow {
	display: none;
}

.ocwd-contact-form-card {
	isolation: isolate;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 1.25rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-paper);
}

.ocwd-contact-form-card::before {
	position: absolute;
	z-index: 0;
	top: -70px;
	right: -52px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	content: "";
	pointer-events: none;
}

.ocwd-contact-form-card::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: radial-gradient(circle, rgba(25, 23, 17, 0.32) 1.15px, transparent 1.25px);
	background-position: 10px 12px;
	background-size: 16px 16px;
	content: "";
	mask-image: linear-gradient(135deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
	-webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
	opacity: 0.24;
	pointer-events: none;
}

.ocwd-contact-form-card > * {
	position: relative;
	z-index: 1;
}

.ocwd-contact-form-card h2 {
	font-size: 2rem;
}

.ocwd-contact-form {
	display: grid;
	gap: 1.05rem;
	margin-top: 1.45rem;
}

.ocwd-contact-form p {
	margin: 0;
}

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

.ocwd-contact-form label {
	display: block;
	margin-bottom: 0.48rem;
	color: var(--ocwd-ink);
	font-size: 0.91rem;
	font-weight: 750;
	line-height: 1.25;
	text-transform: none;
}

.ocwd-contact-form label span {
	color: #776d55;
}

.ocwd-contact-form input,
.ocwd-contact-form select,
.ocwd-contact-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 0.86rem 0.95rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: var(--ocwd-radius);
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	font: inherit;
	letter-spacing: 0;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.ocwd-contact-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--ocwd-ink) 50%), linear-gradient(135deg, var(--ocwd-ink) 50%, transparent 50%);
	background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
}

.ocwd-contact-form input:focus,
.ocwd-contact-form select:focus,
.ocwd-contact-form textarea:focus {
	outline: 0;
	border-color: var(--ocwd-ink);
	background-color: var(--ocwd-white);
	box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.3);
}

.ocwd-contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ocwd-contact-form__consent {
	display: grid !important;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 0.72rem;
	align-items: start;
	margin: 0.25rem 0 0;
	color: var(--ocwd-graphite);
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	text-transform: none !important;
}

.ocwd-contact-form__consent input {
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin-top: 0.08rem;
	accent-color: var(--ocwd-ink);
}

.ocwd-contact-form__submit {
	display: inline-flex;
	width: fit-content;
	min-height: var(--ocwd-button-height);
	align-items: center;
	justify-content: center;
	padding: var(--ocwd-button-padding);
	border: 1px solid var(--ocwd-ink);
	border-radius: var(--ocwd-radius);
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
	cursor: pointer;
	font: inherit;
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ocwd-contact-form__submit:hover {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-contact-form__notice {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.45;
}

.ocwd-contact-form__notice.is-success {
	background: var(--ocwd-sage);
}

.ocwd-contact-form__notice.is-error {
	background: var(--ocwd-peach);
}

.ocwd-contact-steps {
	background: var(--ocwd-canvas);
}

.ocwd-contact-steps__head {
	margin: 0 auto 3.2rem;
}

.ocwd-contact-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	margin-inline: auto;
}

.ocwd-contact-step-grid > * {
	margin-block-start: 0 !important;
}

.ocwd-contact-step {
	display: grid;
	align-content: start;
	min-height: 224px;
	padding: 1.35rem 1.25rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-paper);
	transition: var(--ocwd-card-transition);
}

.ocwd-contact-step:hover {
	border-color: var(--ocwd-card-hover-border);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-contact-step h3 {
	margin: 2rem 0 0.72rem;
	font-size: 1.24rem;
}

.ocwd-contact-step p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.64;
}

.ocwd-contact-faq {
	background: var(--ocwd-yellow);
}

.ocwd-contact-faq__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
	gap: 4rem;
	align-items: start;
	margin-inline: auto;
}

.ocwd-contact-faq__list {
	display: grid;
	gap: 0.9rem;
}

.ocwd-contact-faq__item {
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.44);
}

.ocwd-contact-faq__item h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.ocwd-contact-faq__item p {
	margin: 0;
	color: #403c31;
}

.ocwd-booking-main {
	background: var(--ocwd-paper);
}

.ocwd-booking-layout {
	display: grid !important;
	grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
	gap: 4rem;
	align-items: start;
	margin-inline: auto;
}

.ocwd-booking-aside {
	position: sticky;
	top: var(--ocwd-sidebar-sticky-top);
}

.ocwd-booking-aside h2,
.ocwd-booking-card h2,
.ocwd-booking-expectations__head h2 {
	max-width: 760px;
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 2.8rem;
	line-height: 1.03;
}

.ocwd-booking-aside p,
.ocwd-booking-card > p:not(.ocwd-kicker),
.ocwd-booking-expectation p {
	color: var(--ocwd-graphite);
	font-size: 1rem;
	line-height: 1.68;
}

.ocwd-booking-points {
	display: grid;
	gap: 0.85rem;
	margin: 1.7rem 0 0;
	padding: 0;
	list-style: none;
}

.ocwd-booking-points li {
	display: flex;
	min-height: 64px;
	align-items: center;
	gap: 0.85rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.62);
	font-size: 0.92rem;
	line-height: 1.45;
}

.ocwd-booking-points span {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-sage);
}

.ocwd-booking-points li:nth-child(2) span {
	background: var(--ocwd-yellow);
}

.ocwd-booking-points li:nth-child(3) span {
	background: var(--ocwd-blue);
}

.ocwd-booking-points img {
	width: 18px;
	height: 18px;
}

.ocwd-booking-card {
	isolation: isolate;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 1.35rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-paper);
}

.ocwd-booking-card::before {
	position: absolute;
	z-index: 0;
	top: -72px;
	right: -54px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 50%;
	background: var(--ocwd-sage);
	content: "";
	pointer-events: none;
}

.ocwd-booking-card::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: radial-gradient(circle, rgba(25, 23, 17, 0.32) 1.15px, transparent 1.25px);
	background-position: 10px 12px;
	background-size: 16px 16px;
	content: "";
	mask-image: linear-gradient(135deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
	-webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
	opacity: 0.18;
	pointer-events: none;
}

.ocwd-booking-card > * {
	position: relative;
	z-index: 1;
}

.ocwd-booking-card h2 {
	font-size: 2rem;
}

.ocwd-booking .bookly-css-root {
	--bookly-color: var(--ocwd-ink) !important;
	--bookly-main-color: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form {
	width: 100%;
	max-width: none;
	margin: 1.55rem 0 0;
	color: var(--ocwd-ink);
}

.ocwd-booking .bookly-form *,
.ocwd-booking .powered-by-bookly {
	font-family: var(--ocwd-font-body) !important;
	letter-spacing: 0 !important;
}

.ocwd-booking .bookly-form .bookly-box {
	margin: 0 0 1rem !important;
	color: var(--ocwd-graphite);
	font-size: 0.96rem !important;
	line-height: 1.62 !important;
}

.ocwd-booking .bookly-form .bookly-bold {
	color: var(--ocwd-ink) !important;
	font-weight: 750 !important;
}

.ocwd-booking .bookly-form .bookly-progress-tracker {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	gap: 0.38rem;
	margin: 0 0 1.2rem !important;
	padding: 0 !important;
}

.ocwd-booking .bookly-form .bookly-progress-tracker > div {
	padding: 0 !important;
	color: var(--ocwd-muted) !important;
	font-size: 0.68rem !important;
	font-weight: 760 !important;
	line-height: 1.24 !important;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}

.ocwd-booking .bookly-form .bookly-progress-tracker > .active {
	color: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form .bookly-progress-tracker .step {
	height: 6px !important;
	margin-top: 0.45rem !important;
	border-radius: 999px !important;
	background: rgba(25, 23, 17, 0.18) !important;
}

.ocwd-booking .bookly-form .bookly-progress-tracker > .active .step {
	background: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form ol.bookly-stepper {
	margin: 0 0 1rem !important;
	padding: 0 !important;
}

.ocwd-booking .bookly-form-group > label,
.ocwd-booking .bookly-form label {
	display: block !important;
	margin: 0 0 0.48rem !important;
	padding: 0 !important;
	color: var(--ocwd-ink) !important;
	font-size: 0.91rem !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
	text-transform: none !important;
}

.ocwd-booking .bookly-form-group > div {
	margin: 0 !important;
}

.ocwd-booking .bookly-form input[type="text"],
.ocwd-booking .bookly-form input[type="tel"],
.ocwd-booking .bookly-form input[type="number"],
.ocwd-booking .bookly-form input[type="password"],
.ocwd-booking .bookly-form select,
.ocwd-booking .bookly-form textarea {
	width: 100% !important;
	min-height: 52px !important;
	padding: 0.86rem 0.95rem !important;
	border: 1px solid rgba(25, 23, 17, 0.22) !important;
	border-radius: var(--ocwd-radius) !important;
	background-color: var(--ocwd-white) !important;
	color: var(--ocwd-ink) !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 0.95rem !important;
	line-height: 1.2 !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ocwd-booking .bookly-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--ocwd-ink) 50%), linear-gradient(135deg, var(--ocwd-ink) 50%, transparent 50%);
	background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
}

.ocwd-booking .bookly-form textarea {
	min-height: 120px !important;
	resize: vertical;
}

.ocwd-booking .bookly-form input:focus,
.ocwd-booking .bookly-form select:focus,
.ocwd-booking .bookly-form textarea:focus {
	border-color: var(--ocwd-ink) !important;
	background-color: var(--ocwd-white) !important;
	box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.3) !important;
	outline: 0 !important;
}

.ocwd-booking .bookly-form .bookly-btn,
.ocwd-booking .bookly-form .bookly-btn:active,
.ocwd-booking .bookly-form .bookly-btn:focus,
.ocwd-booking .bookly-form .bookly-btn:hover,
.ocwd-booking .bookly-form .bookly-btn-submit {
	display: inline-flex !important;
	min-width: 0;
	min-height: var(--ocwd-button-height) !important;
	align-items: center;
	justify-content: center;
	padding: var(--ocwd-button-padding) !important;
	border: 1px solid var(--ocwd-ink) !important;
	border-radius: var(--ocwd-radius) !important;
	background: var(--ocwd-ink) !important;
	background-image: none !important;
	color: var(--ocwd-white) !important;
	cursor: pointer !important;
	font: inherit !important;
	font-size: 0.94rem !important;
	font-weight: 750 !important;
	line-height: 1 !important;
	text-align: center;
	text-transform: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ocwd-booking .bookly-form .bookly-btn > span,
.ocwd-booking .bookly-form .bookly-btn-submit > span,
.ocwd-booking .bookly-form .bookly-btn .ladda-label {
	color: inherit !important;
	font: inherit !important;
	font-size: 0.94rem !important;
	font-weight: 750 !important;
	line-height: 1 !important;
	text-transform: none !important;
}

.ocwd-booking .bookly-form button.bookly-btn:hover,
.ocwd-booking .bookly-form button.bookly-btn:active {
	border-color: var(--ocwd-ink) !important;
	background: var(--ocwd-yellow) !important;
	color: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form .bookly-nav-steps,
.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	margin: 1.15rem 0 0 !important;
	padding-top: 1.15rem !important;
	border-top: 1px solid rgba(25, 23, 17, 0.16) !important;
	overflow: visible;
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-mobile-step-1 .bookly-nav-steps,
.ocwd-booking .bookly-form .bookly-service-step .bookly-mobile-prev-step,
.ocwd-booking .bookly-form .bookly-service-step .bookly-mobile-step-2 > .bookly-box:first-child {
	display: none !important;
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-mobile-step-2 {
	display: block !important;
}

.ocwd-booking .bookly-form .bookly-nav-steps button,
.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps button {
	margin: 0 !important;
}

.ocwd-booking .bookly-form .bookly-left,
.ocwd-booking .bookly-form .bookly-right,
.ocwd-booking .bookly-form .bookly-back-step,
.ocwd-booking .bookly-form .bookly-next-step {
	float: none !important;
}

.ocwd-booking .bookly-form .bookly-right {
	margin-left: auto;
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-week-days,
.ocwd-booking .bookly-form .bookly-repeat-step .bookly-week-days {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.45rem;
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-week-days > div,
.ocwd-booking .bookly-form .bookly-repeat-step .bookly-week-days > div {
	min-width: 0;
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-week-days input[type="checkbox"],
.ocwd-booking .bookly-form .bookly-repeat-step .bookly-week-days input[type="checkbox"] {
	width: 24px !important;
	height: 24px !important;
	min-height: 24px !important;
	border: 1px solid rgba(25, 23, 17, 0.24) !important;
	background-color: var(--ocwd-white) !important;
	accent-color: var(--ocwd-ink);
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-week-days input[type="checkbox"]:checked,
.ocwd-booking .bookly-form .bookly-repeat-step .bookly-week-days input[type="checkbox"]:checked {
	background-color: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form .bookly-service-step .bookly-available-date,
.ocwd-booking .bookly-form .bookly-service-step .bookly-week-days,
.ocwd-booking .bookly-form .bookly-service-step .bookly-time-range {
	display: none !important;
}

.ocwd-booking .bookly-form .bookly-columnizer {
	white-space: normal;
}

.ocwd-booking .bookly-form .bookly-columnizer .bookly-day,
.ocwd-booking .bookly-form .bookly-columnizer .bookly-hour {
	min-height: 42px !important;
	height: auto !important;
	margin: 0.35rem 0 !important;
	padding: 0.78rem 0.75rem !important;
	border: 1px solid rgba(25, 23, 17, 0.18) !important;
	border-radius: var(--ocwd-radius) !important;
	background: var(--ocwd-white) !important;
	font-size: 0.9rem !important;
	line-height: 1.25 !important;
	text-align: left;
}

.ocwd-booking .bookly-form .bookly-columnizer .bookly-day,
.ocwd-booking .bookly-form .bookly-schedule-date {
	background: var(--ocwd-yellow) !important;
	border-color: var(--ocwd-ink) !important;
	color: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form .bookly-columnizer .bookly-hour span {
	color: var(--ocwd-ink) !important;
	font-size: 0.9rem !important;
	font-weight: 650 !important;
}

.ocwd-booking .bookly-form .bookly-columnizer .bookly-hour:hover {
	border-color: var(--ocwd-ink) !important;
	background: var(--ocwd-paper) !important;
	color: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form .bookly-columnizer .bookly-hour .bookly-hour-icon {
	outline-color: rgba(25, 23, 17, 0.24);
}

.ocwd-booking .bookly-form .bookly-details-step .bookly-table {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 0 1rem !important;
}

.ocwd-booking .bookly-form .bookly-details-step .bookly-form-group {
	min-width: 0;
	margin: 0 !important;
}

.ocwd-booking .bookly-form .bookly-details-step .bookly-form-group:not(:last-child) > div {
	margin-right: 0 !important;
}

.ocwd-booking .bookly-form .iti,
.ocwd-booking .bookly-form .bookly-details-step .bookly-form-group .iti {
	width: 100%;
}

.ocwd-booking .bookly-form input[type="tel"].iti__tel-input,
.ocwd-booking .bookly-form .iti input[type="tel"] {
	padding-left: 3.3rem !important;
}

.ocwd-booking .bookly-form .bookly-checkbox-group {
	display: grid !important;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 0.72rem;
	align-items: start;
	position: relative;
	margin: 0.25rem 0 0;
	color: var(--ocwd-graphite);
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	text-transform: none !important;
}

.ocwd-booking .bookly-form .bookly-checkbox-group > input[type="checkbox"] {
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	margin: 0 !important;
	opacity: 0;
}

.ocwd-booking .bookly-form .bookly-checkbox-group .bookly-square.bookly-checkbox {
	display: grid !important;
	width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	place-items: center;
	margin: 0.08rem 0 0 !important;
	border: 1px solid rgba(25, 23, 17, 0.28) !important;
	border-radius: 5px !important;
	background: var(--ocwd-white) !important;
	float: none !important;
	cursor: pointer;
}

.ocwd-booking .bookly-form .bookly-checkbox-group .bookly-square.bookly-checkbox::after {
	width: 6px;
	height: 10px;
	margin-top: -2px;
	border: solid var(--ocwd-white);
	border-width: 0 2px 2px 0;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
}

.ocwd-booking .bookly-form .bookly-checkbox-group > input[type="checkbox"]:checked + .bookly-square.bookly-checkbox {
	border-color: var(--ocwd-ink) !important;
	background: var(--ocwd-ink) !important;
}

.ocwd-booking .bookly-form .bookly-checkbox-group > input[type="checkbox"]:checked + .bookly-square.bookly-checkbox::after {
	opacity: 1;
}

.ocwd-booking .bookly-form .bookly-checkbox-group .bookly-square.bookly-checkbox i {
	display: none !important;
}

.ocwd-booking .bookly-form .bookly-checkbox-group label {
	margin: 0 !important;
	color: var(--ocwd-graphite) !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
}

.ocwd-booking .powered-by-bookly {
	margin-top: 1rem;
	color: var(--ocwd-muted);
	font-size: 0.78rem;
	text-align: center;
}

.ocwd-booking-expectations {
	background: var(--ocwd-yellow);
}

.ocwd-booking-expectations__head {
	margin: 0 auto 3.2rem;
}

.ocwd-booking-expectations__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	margin-inline: auto;
}

.ocwd-booking-expectations__grid > * {
	margin-block-start: 0 !important;
}

.ocwd-booking-expectation {
	min-height: 176px;
	padding: 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.44);
	transition: var(--ocwd-card-transition);
}

.ocwd-booking-expectation:hover {
	border-color: var(--ocwd-card-hover-border);
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-booking-expectation span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 1.8rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-booking-expectation:nth-child(2) span {
	background: var(--ocwd-blue);
}

.ocwd-booking-expectation:nth-child(3) span {
	background: var(--ocwd-sage);
}

.ocwd-booking-expectation img {
	width: 20px;
	height: 20px;
}

.ocwd-booking-expectation h3 {
	margin: 0 0 0.58rem;
	font-size: 1.18rem;
}

.ocwd-booking-expectation p {
	margin: 0;
	color: #403c31;
}

.ocwd-services-page-header::before {
	background: rgba(220, 234, 216, 0.9);
}

.ocwd-services-page-header::after {
	background: rgba(219, 234, 254, 0.72);
}

.ocwd-services-overview,
.ocwd-services-process {
	background: var(--ocwd-paper);
}

.ocwd-services-overview__grid {
	gap: 5.5rem;
	align-items: center;
}

.ocwd-services-overview__copy h2,
.ocwd-services-catalog__head h2,
.ocwd-services-fit h2,
.ocwd-services-process__head h2 {
	max-width: 850px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-services-overview__copy p,
.ocwd-services-catalog__head p,
.ocwd-services-fit__copy {
	max-width: 720px;
	margin: 0;
	color: var(--ocwd-graphite) !important;
	font-size: 1.04rem;
	line-height: 1.68;
}

.ocwd-services-overview__copy p + p {
	margin-top: 1rem;
}

.ocwd-services-overview__copy .wp-block-buttons {
	margin-top: 1.75rem;
}

.ocwd-services-overview__visual {
	display: flex;
	justify-content: center;
}

.ocwd-services-orbit {
	margin-left: auto;
}

.ocwd-services-orbit .ocwd-orbit__ring {
	background-color: rgba(255, 253, 247, 0.36);
}

.ocwd-services-orbit .ocwd-orbit__node--two {
	background: var(--ocwd-blue);
}

.ocwd-services-orbit .ocwd-orbit__node--three {
	background: var(--ocwd-paper);
}

.ocwd-services-orbit .ocwd-orbit__node--four {
	background: var(--ocwd-yellow-soft);
}

.ocwd-services-catalog {
	background: var(--ocwd-canvas);
}

.ocwd-services-catalog__head {
	margin: 0 auto 4rem;
}

.ocwd-services-catalog__head .ocwd-kicker,
.ocwd-services-process__head .ocwd-kicker {
	margin-bottom: var(--ocwd-space-eyebrow-heading);
}

.ocwd-services-catalog__groups {
	display: grid;
	gap: 2.35rem;
}

.ocwd-services-catalog__group {
	display: grid;
	grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
	gap: 2.25rem;
	padding-top: 2.2rem;
	border-top: 1px solid rgba(25, 23, 17, 0.22);
}

.ocwd-services-catalog__group-head h3 {
	margin: 0 0 0.72rem;
	font-size: 1.45rem;
	line-height: 1.08;
}

.ocwd-services-catalog__group-head p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.96rem;
	line-height: 1.62;
}

.ocwd-services-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.05rem;
	align-items: stretch;
}

.ocwd-services-card {
	display: flex;
	min-height: 224px;
	flex-direction: column;
	padding: 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-services-card:hover,
.ocwd-services-card:focus-visible {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-services-card__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 1.65rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-services-card:nth-child(3n + 2) .ocwd-services-card__icon {
	background: var(--ocwd-blue);
}

.ocwd-services-card:nth-child(3n) .ocwd-services-card__icon {
	background: var(--ocwd-sage);
}

.ocwd-services-card__icon img {
	width: 20px;
	height: 20px;
}

.ocwd-services-card__title {
	display: block;
	margin-bottom: 0.72rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.14;
}

.ocwd-services-card__text {
	display: block;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.62;
}

.ocwd-services-fit {
	background: var(--ocwd-sage);
}

.ocwd-services-fit__grid {
	gap: 5rem;
	align-items: center;
}

.ocwd-services-fit__copy {
	color: #403c31 !important;
}

.ocwd-services-fit-list {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-services-fit-list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.48);
}

.ocwd-services-fit-list span,
.ocwd-services-process__steps span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
	font-size: 0.75rem;
	font-weight: 850;
}

.ocwd-services-fit-list li:nth-child(2) span,
.ocwd-services-process__steps div:nth-child(2) span {
	background: var(--ocwd-blue);
}

.ocwd-services-fit-list li:nth-child(3) span,
.ocwd-services-process__steps div:nth-child(3) span {
	background: var(--ocwd-paper);
}

.ocwd-services-fit-list li:nth-child(4) span,
.ocwd-services-process__steps div:nth-child(4) span {
	background: var(--ocwd-sage);
}

.ocwd-services-fit-list img {
	width: 20px;
	height: 20px;
}

.ocwd-services-fit-list strong {
	display: block;
	margin-bottom: 0.32rem;
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.2;
}

.ocwd-services-fit-list p {
	margin: 0;
	color: #403c31;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ocwd-services-process__head {
	margin: 0 auto 3.2rem;
}

.ocwd-services-process__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.05rem;
}

.ocwd-services-process__steps div {
	display: flex;
	min-height: 232px;
	flex-direction: column;
	padding: 1.15rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
	transition: var(--ocwd-card-transition);
}

.ocwd-services-process__steps div:hover {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-services-process__steps strong {
	display: block;
	margin-top: 1.55rem;
	margin-bottom: 0.62rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.16;
}

.ocwd-services-process__steps p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.62;
}

.ocwd-tools-page-header::before {
	background: rgba(219, 234, 254, 0.72);
}

.ocwd-tools-page-header::after {
	background: rgba(255, 212, 59, 0.5);
}

.ocwd-tools-overview,
.ocwd-tools-next {
	background: var(--ocwd-paper);
}

.ocwd-tools-overview__grid {
	gap: 5.5rem;
	align-items: center;
}

.ocwd-tools-overview__copy h2,
.ocwd-tools-catalog__head h2,
.ocwd-tools-guidance h2,
.ocwd-tools-next__inner h2 {
	max-width: 850px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-tools-overview__copy p,
.ocwd-tools-catalog__head p,
.ocwd-tools-guidance__copy,
.ocwd-tools-next__inner > p:not(.ocwd-kicker) {
	max-width: 720px;
	margin: 0;
	color: var(--ocwd-graphite) !important;
	font-size: 1.04rem;
	line-height: 1.68;
}

.ocwd-tools-overview__copy p + p {
	margin-top: 1rem;
}

.ocwd-tools-overview__copy .wp-block-buttons,
.ocwd-tools-next__inner .wp-block-buttons {
	margin-top: 1.75rem;
}

.ocwd-tools-overview__visual {
	display: flex;
	justify-content: center;
}

.ocwd-tools-console {
	position: relative;
	width: min(100%, 430px);
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 54px rgba(36, 31, 20, 0.1);
}

.ocwd-tools-console__bar {
	position: relative;
	z-index: 3;
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(255, 253, 247, 0.94);
}

.ocwd-tools-console__bar span,
.ocwd-tools-console__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-tools-console__bar b {
	color: var(--ocwd-ink);
}

.ocwd-tools-console__stage {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	padding: 2rem;
	background-color: var(--ocwd-paper);
}

.ocwd-tools-console__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.78rem;
}

.ocwd-tools-console__grid span {
	display: grid;
	min-height: 92px;
	align-content: center;
	justify-items: start;
	gap: 0.72rem;
	padding: 0.9rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.92);
	color: var(--ocwd-ink);
	font-family: var(--ocwd-font-heading);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.1;
}

.ocwd-tools-console__grid span:nth-child(2) {
	background: rgba(219, 234, 254, 0.86);
}

.ocwd-tools-console__grid span:nth-child(3) {
	background: rgba(220, 234, 216, 0.86);
}

.ocwd-tools-console__grid img {
	width: 22px;
	height: 22px;
}

.ocwd-tools-console__meter {
	position: absolute;
	z-index: 3;
	right: 28px;
	bottom: 26px;
	left: 28px;
	display: grid;
	gap: 0.78rem;
	padding: 0.95rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.94);
	box-shadow: 0 14px 32px rgba(36, 31, 20, 0.08);
}

.ocwd-tools-console__meter strong {
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.12;
}

.ocwd-tools-console__meter i {
	position: relative;
	display: block;
	height: 9px;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: var(--ocwd-blue);
}

.ocwd-tools-console__meter i::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 64%;
	border-radius: inherit;
	background: var(--ocwd-yellow);
	content: "";
	animation: ocwd-tools-meter 4.8s ease-in-out infinite;
}

.ocwd-tools-console__cursor {
	position: absolute;
	z-index: 4;
	right: 72px;
	bottom: 92px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-sage);
	animation: ocwd-tools-cursor 5.6s ease-in-out infinite;
}

.ocwd-tools-console__cursor img {
	width: 20px;
	height: 20px;
}

@keyframes ocwd-tools-meter {
	0%,
	100% {
		width: 44%;
	}
	50% {
		width: 82%;
	}
}

@keyframes ocwd-tools-cursor {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(-24px, -18px, 0);
	}
}

.ocwd-tools-catalog {
	background: var(--ocwd-canvas);
}

.ocwd-tools-catalog__head {
	margin: 0 auto 4rem;
}

.ocwd-tools-catalog__head .ocwd-kicker {
	margin-bottom: var(--ocwd-space-eyebrow-heading);
}

.ocwd-tools-catalog__groups {
	display: grid;
	gap: 2.35rem;
}

.ocwd-tools-catalog__group {
	display: grid;
	grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
	gap: 2.25rem;
	padding-top: 2.2rem;
	border-top: 1px solid rgba(25, 23, 17, 0.22);
}

.ocwd-tools-catalog__group-head h3 {
	margin: 0 0 0.72rem;
	font-size: 1.45rem;
	line-height: 1.08;
}

.ocwd-tools-catalog__group-head p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.96rem;
	line-height: 1.62;
}

.ocwd-tools-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.05rem;
	align-items: stretch;
}

.ocwd-tool-card {
	display: flex;
	min-height: 236px;
	flex-direction: column;
	padding: 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-tool-card:hover,
.ocwd-tool-card:focus-visible {
	border-color: var(--ocwd-card-hover-border);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-tool-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.6rem;
}

.ocwd-tool-card__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-tool-card:nth-child(3n + 2) .ocwd-tool-card__icon {
	background: var(--ocwd-blue);
}

.ocwd-tool-card:nth-child(3n) .ocwd-tool-card__icon {
	background: var(--ocwd-sage);
}

.ocwd-tool-card__icon img {
	width: 20px;
	height: 20px;
}

.ocwd-tool-card__label {
	color: var(--ocwd-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-align: right;
	text-transform: uppercase;
}

.ocwd-tool-card__title {
	display: block;
	margin-bottom: 0.72rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.14;
}

.ocwd-tool-card__text {
	display: block;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.62;
}

.ocwd-tools-guidance {
	background: var(--ocwd-sage);
}

.ocwd-tools-guidance__grid {
	gap: 5rem;
	align-items: center;
}

.ocwd-tools-guidance__copy {
	color: #403c31 !important;
}

.ocwd-tools-guidance-list {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-tools-guidance-list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.48);
}

.ocwd-tools-guidance-list span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-tools-guidance-list li:nth-child(2) span {
	background: var(--ocwd-blue);
}

.ocwd-tools-guidance-list li:nth-child(3) span {
	background: var(--ocwd-paper);
}

.ocwd-tools-guidance-list img {
	width: 20px;
	height: 20px;
}

.ocwd-tools-guidance-list strong {
	display: block;
	margin-bottom: 0.32rem;
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.2;
}

.ocwd-tools-guidance-list p {
	margin: 0;
	color: #403c31;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ocwd-tools-next__inner {
	text-align: left;
}

.ocwd-tools-next__inner h2 {
	max-width: 840px;
}

.ocwd-tools-next__inner > p:not(.ocwd-kicker) {
	max-width: 680px;
}

.ocwd-tool-header::before {
	background: rgba(220, 234, 216, 0.68);
}

.ocwd-tool-header::after {
	background: rgba(255, 212, 59, 0.46);
}

.ocwd-tools-page-header,
.ocwd-tool-header {
	background-image: none;
}

.ocwd-tool-section {
	background: var(--ocwd-paper);
}

.ocwd-tool-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.45rem;
	align-items: start;
}

.ocwd-tool-intro {
	max-width: 820px;
}

.ocwd-tool-intro__copy {
	max-width: 820px;
}

.ocwd-tool-intro h2,
.ocwd-tool-related__head h2 {
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 2.55rem;
	line-height: 1.02;
}

.ocwd-tool-intro p:not(.ocwd-kicker) {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 1.02rem;
	line-height: 1.68;
}

.ocwd-tool-aside__note {
	align-self: end;
	margin: 0;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: transparent;
	color: #403c31;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.52;
}

.ocwd-tool-card-shell {
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 54px rgba(36, 31, 20, 0.08);
}

.ocwd-tool-card-shell__bar {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.78rem 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(247, 243, 232, 0.92);
}

.ocwd-tool-card-shell__bar span,
.ocwd-tool-card-shell__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-tool-card-shell__bar b {
	color: var(--ocwd-ink);
}

.ocwd-tool-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.35fr) minmax(0, 1fr);
	min-height: 610px;
}

.ocwd-tool-panel {
	display: grid;
	align-content: start;
	gap: 1.08rem;
	padding: 1.55rem;
	background: var(--ocwd-white);
}

.ocwd-tool-panel:first-child {
	border-right: 1px solid rgba(25, 23, 17, 0.12);
	background: var(--ocwd-paper);
}

.ocwd-tool-panel--output {
	min-width: 0;
	gap: 1rem;
	background: var(--ocwd-white);
}

.ocwd-tool-empty {
	display: grid;
	min-height: 300px;
	align-content: center;
	gap: 0.66rem;
	padding: 1.35rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-paper);
}

.ocwd-tool-empty[hidden] {
	display: none !important;
}

.ocwd-tool-empty span {
	color: var(--ocwd-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-tool-empty strong {
	max-width: 500px;
	color: var(--ocwd-ink);
	font-family: var(--ocwd-font-heading);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.12;
}

.ocwd-tool-empty p {
	max-width: 560px;
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.95rem;
	font-weight: 580;
	line-height: 1.56;
}

.ocwd-tool-field,
.ocwd-tool-check {
	display: grid;
	gap: 0.5rem;
	color: var(--ocwd-ink);
	font-size: 0.82rem;
	font-weight: 780;
}

.ocwd-tool-field span {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.6rem;
}

.ocwd-tool-field em {
	color: var(--ocwd-muted);
	font-style: normal;
	font-weight: 700;
}

.ocwd-tool-field input,
.ocwd-tool-field select,
.ocwd-tool-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.84rem 0.92rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	font: inherit;
	font-weight: 600;
	line-height: 1.35;
	outline: none;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.ocwd-tool-field textarea {
	min-height: 220px;
	resize: vertical;
}

.ocwd-tool-field input:focus,
.ocwd-tool-field select:focus,
.ocwd-tool-field textarea:focus {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
}

.ocwd-tool-field input[type="file"] {
	min-height: 56px;
	padding: 0.5rem;
	background: var(--ocwd-white);
	color: var(--ocwd-graphite);
	cursor: pointer;
}

.ocwd-tool-field input[type="file"]::file-selector-button {
	min-height: 40px;
	margin-right: 0.85rem;
	padding: 0.55rem 0.8rem;
	border: 1px solid var(--ocwd-ink);
	border-radius: 7px;
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
	font: inherit;
	font-size: 0.84rem;
	font-weight: 780;
	line-height: 1;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.ocwd-tool-field input[type="file"]:hover::file-selector-button,
.ocwd-tool-field input[type="file"]:focus-visible::file-selector-button {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-white);
}

.ocwd-tool-field input[type="color"] {
	min-height: 48px;
	padding: 0.28rem;
}

.ocwd-tool-field input[type="range"] {
	padding: 0;
	accent-color: var(--ocwd-yellow-strong);
}

.ocwd-tool-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

[data-ocwd-tool="speed"] .ocwd-tool-field-row {
	grid-template-columns: 1fr;
}

.ocwd-tool-check {
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 0.6rem;
	padding: 0.85rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
}

.ocwd-tool-check input,
.ocwd-tool-check-grid input {
	accent-color: var(--ocwd-yellow-strong);
}

.ocwd-tool-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.72rem;
}

.ocwd-tool-check-grid label {
	display: flex;
	align-items: center;
	gap: 0.58rem;
	min-height: 46px;
	padding: 0.7rem 0.76rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
	font-size: 0.82rem;
	font-weight: 780;
}

.ocwd-tool-actions {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	gap: 0.62rem;
}

.ocwd-tool-button,
.ocwd-tool-file-row a,
.ocwd-tool-snippet-head button {
	display: inline-flex;
	min-height: var(--ocwd-button-height);
	align-items: center;
	justify-content: center;
	gap: var(--ocwd-button-icon-gap);
	padding: var(--ocwd-button-padding);
	border: 1px solid var(--ocwd-ink);
	border-radius: var(--ocwd-radius);
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ocwd-tool-button {
	width: 100%;
}

.ocwd-tool-button:hover,
.ocwd-tool-button:focus-visible,
.ocwd-tool-file-row a:hover,
.ocwd-tool-file-row a:focus-visible,
.ocwd-tool-snippet-head button:hover,
.ocwd-tool-snippet-head button:focus-visible {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-tool-button--secondary,
.ocwd-tool-snippet-head button {
	border-color: rgba(25, 23, 17, 0.24);
	background: transparent;
	color: var(--ocwd-ink);
}

.ocwd-tool-button--secondary:hover,
.ocwd-tool-button--secondary:focus-visible,
.ocwd-tool-snippet-head button:hover,
.ocwd-tool-snippet-head button:focus-visible {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
}

.ocwd-tool-button:disabled,
.ocwd-tool-snippet-head button:disabled {
	opacity: 0.46;
	cursor: not-allowed;
}

.ocwd-tool-status {
	margin: 0;
	padding: 0.82rem 0.9rem;
	border: 1px solid rgba(25, 23, 17, 0.12);
	border-radius: 8px;
	background: transparent;
	color: var(--ocwd-graphite);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.45;
}

.ocwd-tool-status[data-status="working"] {
	border-color: rgba(255, 189, 18, 0.55);
	background: transparent;
	color: var(--ocwd-ink);
}

.ocwd-tool-status[data-status="success"] {
	border-color: rgba(111, 151, 101, 0.3);
	background: transparent;
	color: #363d2e;
}

.ocwd-tool-status[data-status="error"] {
	border-color: rgba(25, 23, 17, 0.28);
	background: transparent;
	color: var(--ocwd-ink);
}

.ocwd-tool-preview-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
	gap: 0.78rem;
}

.ocwd-tool-preview-grid span {
	display: grid;
	place-items: center;
	gap: 0.54rem;
	min-height: 112px;
	padding: 0.8rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.9);
}

.ocwd-tool-preview-grid img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	image-rendering: auto;
}

.ocwd-tool-preview-grid strong {
	font-size: 0.78rem;
	font-weight: 820;
}

.ocwd-tool-preview-grid:empty,
.ocwd-tool-file-list:empty,
.ocwd-tool-metrics:empty,
.ocwd-tool-summary:empty,
.ocwd-tool-table-wrap:empty,
.ocwd-tool-recommendations:empty,
.ocwd-tool-speed-results:empty,
.ocwd-tool-dns-results:empty,
.ocwd-tool-text-output:empty,
.ocwd-tool-snippet:empty,
.ocwd-tool-snippet-wrap:has(.ocwd-tool-snippet:empty) {
	display: none;
}

.ocwd-tool-snippet-wrap,
.ocwd-tool-text-output,
.ocwd-tool-table-wrap,
.ocwd-tool-recommendations,
.ocwd-tool-summary,
.ocwd-psi-result,
.ocwd-tool-dns-group,
.ocwd-tool-loading {
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.92);
}

.ocwd-tool-snippet-wrap {
	overflow: hidden;
	margin-top: 1rem;
}

.ocwd-tool-snippet-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	padding: 0.8rem 0.9rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.12);
}

.ocwd-tool-snippet-head strong,
.ocwd-tool-recommendations h3,
.ocwd-psi-opportunities h4,
.ocwd-tool-dns-group h3,
.ocwd-psi-result h3 {
	margin: 0;
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.15;
}

.ocwd-tool-snippet-head button {
	min-height: 38px;
	padding: 0.58rem 0.78rem;
	font-size: 0.78rem;
}

.ocwd-tool-snippet,
.ocwd-tool-text-output {
	overflow: auto;
	max-height: 520px;
	margin: 0;
	padding: 1rem;
	color: var(--ocwd-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.84rem;
	line-height: 1.58;
	white-space: pre-wrap;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
}

[data-ocwd-tool="filler"] .ocwd-tool-text-output {
	display: block;
	background: var(--ocwd-white);
	font-family: var(--ocwd-font-body);
	font-size: 1rem;
	font-weight: 520;
	line-height: 1.72;
	white-space: normal;
}

[data-ocwd-tool="filler"] .ocwd-tool-text-output h3 {
	margin: 0 0 0.52rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.15;
}

[data-ocwd-tool="filler"] .ocwd-tool-text-output p {
	margin: 0 0 1.15rem;
	color: var(--ocwd-graphite);
}

[data-ocwd-tool="filler"] .ocwd-tool-text-output p:last-child {
	margin-bottom: 0;
}

.ocwd-tool-file-list {
	display: grid;
	gap: 0.75rem;
}

.ocwd-tool-file-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.86rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.92);
}

.ocwd-tool-file-row strong,
.ocwd-tool-file-row span {
	display: block;
}

.ocwd-tool-file-row strong {
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.2;
}

.ocwd-tool-file-row span {
	margin-top: 0.25rem;
	color: var(--ocwd-muted);
	font-size: 0.78rem;
	font-weight: 720;
}

.ocwd-tool-file-row a {
	min-height: 40px;
	padding: 0.62rem 0.78rem;
	font-size: 0.78rem;
}

.ocwd-tool-metrics,
.ocwd-tool-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.78rem;
}

.ocwd-tool-summary {
	margin-bottom: 1rem;
	padding: 1rem;
}

.ocwd-tool-metric {
	display: grid;
	gap: 0.35rem;
	min-height: 96px;
	align-content: center;
	padding: 0.9rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.92);
}

.ocwd-tool-metric span {
	color: var(--ocwd-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-tool-metric strong {
	font-family: var(--ocwd-font-heading);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

.ocwd-tool-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.ocwd-tool-table th,
.ocwd-tool-table td {
	padding: 0.78rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.1);
	text-align: left;
	vertical-align: top;
	word-break: break-word;
}

.ocwd-tool-table th {
	color: var(--ocwd-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-tool-recommendations,
.ocwd-tool-loading {
	margin-top: 0.9rem;
	padding: 1rem;
}

.ocwd-tool-recommendations ul,
.ocwd-psi-opportunities ul {
	display: grid;
	gap: 0.62rem;
	margin: 0.82rem 0 0;
	padding: 0;
	list-style: none;
}

.ocwd-tool-recommendations li,
.ocwd-psi-opportunities li {
	padding-left: 1rem;
	border-left: 3px solid var(--ocwd-yellow);
	color: var(--ocwd-graphite);
	font-size: 0.92rem;
	line-height: 1.5;
}

.ocwd-tool-speed-results {
	display: grid;
	gap: 1rem;
}

.ocwd-psi-results-grid {
	display: grid;
	gap: 1rem;
}

.ocwd-psi-result {
	display: grid;
	gap: 1rem;
	padding: 1.1rem;
}

.ocwd-psi-result--notice {
	border-color: rgba(25, 23, 17, 0.18);
	background: rgba(219, 234, 254, 0.72);
}

.ocwd-psi-result--notice p {
	margin: 0;
	color: var(--ocwd-ink);
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.58;
}

.ocwd-psi-result__head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.12);
}

.ocwd-psi-result__head span {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--ocwd-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-psi-result__head h3 {
	font-size: 1.35rem;
}

.ocwd-psi-main-score {
	display: inline-flex;
	min-width: 74px;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 0.62rem 0.8rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: var(--ocwd-yellow);
	font-family: var(--ocwd-font-heading);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.ocwd-psi-main-score--ok,
.ocwd-psi-score-card--ok {
	background: var(--ocwd-blue);
}

.ocwd-psi-main-score--poor,
.ocwd-psi-score-card--poor {
	background: var(--ocwd-sage);
}

.ocwd-psi-main-score--unknown,
.ocwd-psi-score-card--unknown {
	background: var(--ocwd-paper);
}

.ocwd-psi-score-grid,
.ocwd-psi-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.78rem;
}

.ocwd-psi-score-card,
.ocwd-psi-metric {
	display: grid;
	gap: 0.35rem;
	min-height: 96px;
	align-content: center;
	padding: 0.9rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.92);
}

.ocwd-psi-score-card {
	background: var(--ocwd-yellow);
}

.ocwd-psi-score-card span,
.ocwd-psi-metric span {
	color: var(--ocwd-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-psi-score-card strong,
.ocwd-psi-metric strong {
	overflow-wrap: anywhere;
	color: var(--ocwd-ink);
	font-family: var(--ocwd-font-heading);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.08;
}

.ocwd-psi-opportunities {
	display: grid;
	gap: 0.8rem;
	padding-top: 0.15rem;
}

.ocwd-psi-opportunities li strong,
.ocwd-psi-opportunities li span {
	display: block;
}

.ocwd-psi-opportunities li strong {
	color: var(--ocwd-ink);
	font-family: var(--ocwd-font-heading);
}

.ocwd-psi-opportunities p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.55;
}

.ocwd-tool-dns-results {
	display: grid;
	gap: 1rem;
}

.ocwd-tool-dns-group {
	overflow: hidden;
}

.ocwd-tool-dns-group h3 {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.12);
	background: rgba(220, 234, 216, 0.54);
	font-size: 1.05rem;
}

.ocwd-tool-dns-group p {
	margin: 0;
	padding: 1rem;
	color: var(--ocwd-graphite);
}

.ocwd-tool-related {
	background: var(--ocwd-sage);
}

.ocwd-tool-related__head {
	margin: 0 auto 3.4rem;
}

.ocwd-tool-related__head h2 {
	max-width: 840px;
}

.ocwd-tool-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.05rem;
	align-items: stretch;
}

.ocwd-tool-related-card {
	display: flex;
	min-height: 236px;
	flex-direction: column;
	padding: 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.64);
	color: var(--ocwd-ink);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-tool-related-card:hover,
.ocwd-tool-related-card:focus-visible {
	border-color: var(--ocwd-card-hover-border);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-tool-related-card:nth-child(2) .ocwd-tool-card__icon {
	background: var(--ocwd-blue);
}

.ocwd-tool-related-card:nth-child(3) .ocwd-tool-card__icon {
	background: var(--ocwd-paper);
}

.ocwd-tool-related-card .ocwd-card-read-more {
	margin-top: auto !important;
	font-style: normal;
}

.ocwd-legal-content {
	max-width: 860px;
	padding-top: 0.4rem;
	color: var(--ocwd-graphite);
}

.ocwd-legal-content h2 {
	margin: 2.35rem 0 var(--ocwd-space-heading-copy);
	color: var(--ocwd-ink);
	font-size: 2rem;
	line-height: 1.08;
}

.ocwd-legal-content h2:first-child {
	margin-top: 0;
}

.ocwd-legal-content p {
	max-width: 780px;
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.72;
}

.ocwd-legal-content a {
	color: var(--ocwd-ink);
	font-weight: 760;
	text-decoration-color: var(--ocwd-yellow-strong);
	text-decoration-thickness: 0.12em;
	text-underline-offset: 0.18em;
}

.ocwd-service-detail {
	background: var(--ocwd-canvas);
}

.ocwd-service-hero {
	position: relative;
	overflow: hidden;
	padding: 78px 0 86px;
	background-color: var(--ocwd-canvas);
	background-image: linear-gradient(rgba(25, 23, 17, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 23, 17, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
}

.ocwd-service-hero::before,
.ocwd-service-hero::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-service-hero::before {
	top: 40px;
	right: min(8vw, 120px);
	width: 156px;
	height: 156px;
	background: rgba(220, 234, 216, 0.9);
}

.ocwd-service-hero::after {
	bottom: -66px;
	left: max(24px, 7vw);
	width: 128px;
	height: 128px;
	background: rgba(219, 234, 254, 0.76);
}

.ocwd-service-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 970px;
}

.ocwd-service-hero__grid {
	position: relative;
	z-index: 2;
	gap: 5rem;
	align-items: center;
}

.ocwd-service-hero__copy > * {
	margin-block-start: 0 !important;
}

.ocwd-service-hero h1 {
	max-width: 900px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 4rem;
	line-height: 1;
}

.ocwd-service-hero__lead {
	max-width: 720px;
	margin: 0;
	color: #565248 !important;
	font-size: 1.16rem;
	line-height: 1.64;
}

.ocwd-service-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.6rem !important;
}

.ocwd-service-hero__meta span {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.78);
	color: #4d493f;
	font-size: 0.78rem;
	font-weight: 780;
	line-height: 1;
}

.ocwd-service-hero .wp-block-buttons {
	margin-top: 1.85rem;
}

.ocwd-service-hero__visual {
	display: flex;
	justify-content: center;
}

.ocwd-website-builder {
	position: relative;
	width: min(100%, 520px);
	overflow: visible;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 22px 70px rgba(36, 31, 20, 0.1);
}

.ocwd-website-builder::before {
	position: absolute;
	right: -22px;
	bottom: -22px;
	width: 124px;
	height: 124px;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 50%;
	background: var(--ocwd-sage);
	content: "";
}

.ocwd-website-builder__bar {
	position: relative;
	z-index: 2;
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(255, 253, 247, 0.92);
}

.ocwd-website-builder__bar span {
	display: flex;
	gap: 5px;
}

.ocwd-website-builder__bar i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(25, 23, 17, 0.55);
	border-radius: 50%;
}

.ocwd-website-builder__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-website-builder__stage {
	position: relative;
	z-index: 2;
	min-height: 386px;
	overflow: hidden;
	padding: 1.25rem;
	background-color: var(--ocwd-paper);
	background-image: radial-gradient(rgba(25, 23, 17, 0.1) 1px, transparent 1px);
	background-size: 20px 20px;
}

.ocwd-website-builder__page {
	position: absolute;
	top: 38px;
	left: 34px;
	width: 58%;
	min-height: 250px;
	padding: 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: var(--ocwd-white);
}

.ocwd-website-builder__page span {
	display: inline-flex;
	margin-bottom: 1rem;
	padding: 0.32rem 0.58rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 999px;
	background: var(--ocwd-yellow);
	font-size: 0.68rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-website-builder__page strong {
	display: block;
	max-width: 220px;
	margin-bottom: 1.05rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.52rem;
	font-weight: 700;
	line-height: 1.02;
}

.ocwd-website-builder__page i {
	display: block;
	height: 8px;
	margin-bottom: 0.5rem;
	border-radius: 999px;
	background: #ded8cb;
}

.ocwd-website-builder__page i:nth-of-type(1) {
	width: 92%;
}

.ocwd-website-builder__page i:nth-of-type(2) {
	width: 72%;
}

.ocwd-website-builder__page i:nth-of-type(3) {
	width: 46%;
	height: 26px;
	margin-top: 1rem;
	background: var(--ocwd-ink);
}

.ocwd-website-builder__panel {
	position: absolute;
	right: 34px;
	width: 42%;
	padding: 0.85rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.94);
	box-shadow: 0 14px 34px rgba(36, 31, 20, 0.09);
	animation: ocwd-float 5.4s ease-in-out infinite;
}

.ocwd-website-builder__panel--one {
	top: 52px;
}

.ocwd-website-builder__panel--two {
	top: 154px;
	right: 26px;
	background: var(--ocwd-blue);
	animation-delay: 700ms;
}

.ocwd-website-builder__panel--three {
	right: 56px;
	bottom: 34px;
	background: var(--ocwd-sage);
	animation-delay: 1300ms;
}

.ocwd-website-builder__panel span {
	display: block;
	margin-bottom: 0.72rem;
	font-size: 0.7rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-website-builder__panel b {
	display: block;
	height: 7px;
	margin-bottom: 0.45rem;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.2);
}

.ocwd-website-builder__panel b:first-of-type {
	width: 88%;
}

.ocwd-website-builder__panel b:last-of-type {
	width: 58%;
}

.ocwd-website-builder__cursor {
	position: absolute;
	z-index: 4;
	right: 146px;
	bottom: 112px;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	box-shadow: 0 14px 34px rgba(36, 31, 20, 0.12);
	animation: ocwd-service-cursor 5.6s ease-in-out infinite;
}

.ocwd-website-builder__cursor img {
	width: 22px;
	height: 22px;
}

@keyframes ocwd-service-cursor {
	0%,
	100% {
		transform: translate(0, 0);
	}
	45% {
		transform: translate(14px, -18px);
	}
	70% {
		transform: translate(4px, -8px);
	}
}

.ocwd-service-path {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(25, 23, 17, 0.12);
	border-bottom: 1px solid rgba(25, 23, 17, 0.12);
	background: var(--ocwd-yellow-soft);
}

.ocwd-service-path::before,
.ocwd-service-path::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-service-path::before {
	top: 42px;
	left: max(24px, 6vw);
	width: 112px;
	height: 112px;
	background: rgba(219, 234, 254, 0.72);
}

.ocwd-service-path::after {
	right: max(24px, 7vw);
	bottom: -52px;
	width: 150px;
	height: 150px;
	background: rgba(220, 234, 216, 0.82);
}

.ocwd-service-path__grid {
	position: relative;
	z-index: 2;
	gap: 5rem;
	align-items: center;
}

.ocwd-service-path__copy h2 {
	max-width: 760px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-service-path__copy > p:not(.ocwd-kicker) {
	max-width: 680px;
	margin: 0;
	color: #403c31 !important;
	font-size: 1.04rem;
	line-height: 1.68;
}

.ocwd-service-path__points {
	display: grid;
	gap: 0.72rem;
	max-width: 680px;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.ocwd-service-path__points li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 0.88rem;
	align-items: center;
	padding: 0.86rem;
	border: 1px solid rgba(25, 23, 17, 0.15);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.52);
}

.ocwd-service-path__points span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-paper);
}

.ocwd-service-path__points li:nth-child(2) span {
	background: var(--ocwd-blue);
}

.ocwd-service-path__points li:nth-child(3) span {
	background: var(--ocwd-sage);
}

.ocwd-service-path__points img {
	width: 20px;
	height: 20px;
}

.ocwd-service-path__points p {
	margin: 0;
	color: #403c31;
	font-size: 0.94rem;
	line-height: 1.55;
}

.ocwd-service-path__visual {
	display: flex;
	justify-content: center;
}

.ocwd-service-blueprint {
	position: relative;
	width: min(100%, 500px);
	overflow: visible;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 56px rgba(36, 31, 20, 0.1);
}

.ocwd-service-blueprint::before {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 88px;
	height: 88px;
	border: 1px solid rgba(25, 23, 17, 0.15);
	border-radius: 50%;
	background: var(--ocwd-blue);
	content: "";
}

.ocwd-service-blueprint__bar {
	position: relative;
	z-index: 2;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.9rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(255, 253, 247, 0.94);
}

.ocwd-service-blueprint__bar span {
	display: flex;
	gap: 5px;
}

.ocwd-service-blueprint__bar i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(25, 23, 17, 0.55);
	border-radius: 50%;
}

.ocwd-service-blueprint__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-service-blueprint__stage {
	position: relative;
	z-index: 2;
	min-height: 390px;
	overflow: hidden;
	padding: 1.25rem;
	background-color: var(--ocwd-paper);
	background-image: radial-gradient(rgba(25, 23, 17, 0.1) 1px, transparent 1px);
	background-size: 20px 20px;
}

.ocwd-service-blueprint__page {
	position: absolute;
	top: 52px;
	left: 50%;
	width: min(270px, 62%);
	min-height: 260px;
	padding: 1.15rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: var(--ocwd-white);
	transform: translateX(-50%);
}

.ocwd-service-blueprint__page span {
	display: inline-flex;
	margin-bottom: 0.92rem;
	padding: 0.3rem 0.56rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 999px;
	background: var(--ocwd-yellow);
	font-size: 0.66rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-service-blueprint__page strong {
	display: block;
	max-width: 210px;
	margin-bottom: 1.05rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.42rem;
	font-weight: 700;
	line-height: 1.04;
}

.ocwd-service-blueprint__page i {
	display: block;
	height: 7px;
	margin-bottom: 0.48rem;
	border-radius: 999px;
	background: #ded8cb;
}

.ocwd-service-blueprint__page i:nth-of-type(1) {
	width: 90%;
}

.ocwd-service-blueprint__page i:nth-of-type(2) {
	width: 70%;
}

.ocwd-service-blueprint__page i:nth-of-type(3) {
	width: 82%;
	height: 44px;
	margin-top: 0.95rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	background: var(--ocwd-sage);
}

.ocwd-service-blueprint__page em {
	display: block;
	width: 48%;
	height: 25px;
	margin-top: 0.9rem;
	border-radius: 999px;
	background: var(--ocwd-ink);
}

.ocwd-service-blueprint__node {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 0.45rem;
	padding: 0.48rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 999px;
	background: var(--ocwd-white);
	box-shadow: 0 12px 28px rgba(36, 31, 20, 0.1);
	color: var(--ocwd-ink);
	font-size: 0.76rem;
	font-weight: 850;
	animation: ocwd-float 5.2s ease-in-out infinite;
}

.ocwd-service-blueprint__node img {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.ocwd-service-blueprint__node--one {
	top: 44px;
	left: 30px;
	background: var(--ocwd-paper);
}

.ocwd-service-blueprint__node--two {
	top: 166px;
	right: 26px;
	background: var(--ocwd-blue);
	animation-delay: 650ms;
}

.ocwd-service-blueprint__node--three {
	bottom: 42px;
	left: 42px;
	background: var(--ocwd-sage);
	animation-delay: 1200ms;
}

.ocwd-service-blueprint__line {
	position: absolute;
	z-index: 1;
	height: 1px;
	background: rgba(25, 23, 17, 0.22);
	transform-origin: left center;
}

.ocwd-service-blueprint__line--one {
	top: 99px;
	left: 117px;
	width: 120px;
	transform: rotate(10deg);
}

.ocwd-service-blueprint__line--two {
	right: 138px;
	bottom: 91px;
	width: 118px;
	transform: rotate(-18deg);
}

.ocwd-service-blueprint__cursor {
	position: absolute;
	z-index: 4;
	right: 112px;
	bottom: 118px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	box-shadow: 0 12px 28px rgba(36, 31, 20, 0.12);
	animation: ocwd-service-cursor 5.8s ease-in-out infinite;
}

.ocwd-service-blueprint__cursor img {
	width: 20px;
	height: 20px;
}

.ocwd-service-fit,
.ocwd-service-process-detail,
.ocwd-service-faq {
	background: var(--ocwd-paper);
}

.ocwd-service-fit__head,
.ocwd-service-inclusions__head,
.ocwd-service-process__head,
.ocwd-service-related__head {
	margin: 0 auto 3.4rem;
}

.ocwd-service-fit__head h2,
.ocwd-service-inclusions__head h2,
.ocwd-service-path__copy h2,
.ocwd-service-outcomes h2,
.ocwd-service-process__head h2,
.ocwd-service-related__head h2,
.ocwd-service-faq__intro h2 {
	max-width: 840px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-service-fit__head p:not(.ocwd-kicker),
.ocwd-service-path__copy > p:not(.ocwd-kicker),
.ocwd-service-outcomes__copy,
.ocwd-service-faq__intro p:not(.ocwd-kicker) {
	max-width: 720px;
	margin: 0;
	color: var(--ocwd-graphite) !important;
	font-size: 1.04rem;
	line-height: 1.68;
}

.ocwd-service-fit__grid,
.ocwd-service-inclusions__grid,
.ocwd-service-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.05rem;
}

.ocwd-service-fit-card,
.ocwd-service-inclusion-card,
.ocwd-service-related-card {
	display: flex;
	min-height: 244px;
	flex-direction: column;
	padding: 1.2rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-service-fit-card:hover,
.ocwd-service-inclusion-card:hover,
.ocwd-service-related-card:hover,
.ocwd-service-related-card:focus-visible {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-service-fit-card > span,
.ocwd-service-inclusion-card > span,
.ocwd-service-related-card > span,
.ocwd-service-outcomes__list > li > span,
.ocwd-service-process__grid span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 1.55rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-service-fit-card:nth-child(2) > span,
.ocwd-service-inclusion-card:nth-child(3n + 2) > span,
.ocwd-service-related-card:nth-child(2) > span,
.ocwd-service-outcomes__list li:nth-child(2) > span,
.ocwd-service-process__grid div:nth-child(2) span,
.ocwd-service-process__grid div:nth-child(5) span {
	background: var(--ocwd-blue);
}

.ocwd-service-fit-card:nth-child(3) > span,
.ocwd-service-inclusion-card:nth-child(3n) > span,
.ocwd-service-related-card:nth-child(3) > span,
.ocwd-service-outcomes__list li:nth-child(3) > span,
.ocwd-service-process__grid div:nth-child(3) span {
	background: var(--ocwd-sage);
}

.ocwd-service-fit-card img,
.ocwd-service-inclusion-card img,
.ocwd-service-related-card img,
.ocwd-service-outcomes__list img {
	width: 20px;
	height: 20px;
}

.ocwd-service-fit-card h3,
.ocwd-service-inclusion-card h3,
.ocwd-service-related-card strong {
	margin: 0 0 0.72rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.14;
}

.ocwd-service-fit-card p,
.ocwd-service-inclusion-card p,
.ocwd-service-related-card p,
.ocwd-service-process__grid p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.62;
}

.ocwd-service-inclusions,
.ocwd-service-related {
	background: var(--ocwd-canvas);
}

.ocwd-service-outcomes {
	background: var(--ocwd-sage);
}

.ocwd-service-outcomes__grid {
	gap: 5rem;
	align-items: center;
}

.ocwd-service-outcomes__copy {
	color: #403c31 !important;
}

.ocwd-service-outcomes__list {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-service-outcomes__list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.48);
}

.ocwd-service-outcomes__list strong {
	display: block;
	margin-bottom: 0.32rem;
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.2;
}

.ocwd-service-outcomes__list p {
	margin: 0;
	color: #403c31;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ocwd-service-process__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.05rem;
}

.ocwd-service-process__grid div {
	display: flex;
	min-height: 248px;
	flex-direction: column;
	padding: 1.15rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: var(--ocwd-white);
	transition: var(--ocwd-card-transition);
}

.ocwd-service-process__grid div:hover {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-service-process__grid span {
	margin-bottom: 1.55rem;
	color: var(--ocwd-ink);
	font-size: 0.75rem;
	font-weight: 850;
}

.ocwd-service-process__grid strong {
	display: block;
	margin-bottom: 0.62rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.16;
}

.ocwd-service-related-card .ocwd-card-read-more {
	margin-top: auto !important;
	font-style: normal;
}

.ocwd-service-faq__grid {
	gap: 5rem;
	align-items: start;
}

.ocwd-service-faq__intro {
	position: sticky;
	top: var(--ocwd-sidebar-sticky-top);
}

.ocwd-service-faq__items {
	display: grid;
	gap: 0.85rem;
}

.ocwd-service-faq__items details {
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: var(--ocwd-white);
	transition: border-color 180ms ease, background-color 180ms ease;
}

.ocwd-service-faq__items details:hover,
.ocwd-service-faq__items details[open] {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
}

.ocwd-service-faq__items summary {
	cursor: pointer;
	padding: 1.05rem 1.1rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
}

.ocwd-service-faq__items p {
	margin: 0;
	padding: 0 1.1rem 1.1rem;
	color: var(--ocwd-graphite);
	font-size: 0.96rem;
	line-height: 1.65;
}

.ocwd-service-fit__layout {
	gap: 5.5rem;
	align-items: center;
}

.ocwd-service-fit__copy h2,
.ocwd-service-path__copy h2,
.ocwd-service-process__layout h2 {
	max-width: 820px;
	margin: 0 0 var(--ocwd-space-heading-copy);
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-service-fit__copy > p:not(.ocwd-kicker),
.ocwd-service-process__layout > .wp-block-column:first-child > p:last-child {
	max-width: 680px;
	margin: 0;
	color: var(--ocwd-graphite) !important;
	font-size: 1.04rem;
	line-height: 1.68;
}

.ocwd-service-fit-list span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-service-fit-list img {
	width: 20px;
	height: 20px;
}

.ocwd-service-fit-list {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-service-fit-list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.74);
	transition: border-color 180ms ease, background-color 180ms ease;
}

.ocwd-service-fit-list li:hover {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
}

.ocwd-service-fit-list li:nth-child(2) span {
	background: var(--ocwd-blue);
}

.ocwd-service-fit-list li:nth-child(3) span {
	background: var(--ocwd-sage);
}

.ocwd-service-fit-list strong {
	display: block;
	margin-bottom: 0.32rem;
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.2;
}

.ocwd-service-fit-list p {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.58;
}

.ocwd-web-design-service .ocwd-service-path {
	background: var(--ocwd-canvas);
}

.ocwd-web-design-service .ocwd-service-inclusions {
	background: var(--ocwd-paper);
}

.ocwd-web-design-service .ocwd-service-path::before {
	background: rgba(220, 234, 216, 0.78);
}

.ocwd-web-design-service .ocwd-service-path::after {
	background: rgba(219, 234, 254, 0.68);
}

.ocwd-service-path__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	max-width: 640px;
	margin-top: 1.8rem;
}

.ocwd-service-path__checks span {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 0.36rem 0.74rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.8);
	color: #4d493f;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
}

.ocwd-service-wireframe {
	width: min(100%, 388px);
	margin: 0 auto;
	box-shadow: 0 20px 54px rgba(36, 31, 20, 0.1);
}

.ocwd-service-wireframe .ocwd-intro-blueprint__page {
	grid-template-columns: minmax(0, 1fr) minmax(96px, 0.82fr);
}

.ocwd-service-wireframe .ocwd-intro-blueprint__cards i:nth-child(2) {
	background: var(--ocwd-blue);
}

.ocwd-service-wireframe .ocwd-intro-blueprint__cards i:nth-child(3) {
	background: var(--ocwd-sage);
}

.ocwd-service-motion {
	--ocwd-motion-accent: var(--ocwd-yellow);
	--ocwd-motion-soft: var(--ocwd-yellow-soft);
	--ocwd-motion-alt: var(--ocwd-blue);
	position: relative;
	width: min(100%, 430px);
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 54px rgba(36, 31, 20, 0.1);
}

.ocwd-service-motion--blue {
	--ocwd-motion-accent: var(--ocwd-blue);
	--ocwd-motion-soft: #eaf3ff;
	--ocwd-motion-alt: var(--ocwd-sage);
}

.ocwd-service-motion--green {
	--ocwd-motion-accent: var(--ocwd-sage);
	--ocwd-motion-soft: #edf6eb;
	--ocwd-motion-alt: var(--ocwd-yellow);
}

.ocwd-service-motion__bar {
	position: relative;
	z-index: 3;
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(255, 253, 247, 0.94);
}

.ocwd-service-motion__bar span {
	display: flex;
	gap: 5px;
}

.ocwd-service-motion__bar i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(25, 23, 17, 0.52);
	border-radius: 50%;
}

.ocwd-service-motion__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-service-motion__stage {
	position: relative;
	display: grid;
	min-height: 360px;
	place-items: center;
	overflow: hidden;
	padding: 0;
	background-color: var(--ocwd-paper);
	background-image: radial-gradient(rgba(25, 23, 17, 0.1) 1px, transparent 1px);
	background-size: 19px 19px;
}

.ocwd-service-motion__stage::before,
.ocwd-service-motion__stage::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-service-motion__stage::before {
	top: 32px;
	right: 34px;
	width: 84px;
	height: 84px;
	background: var(--ocwd-motion-soft);
}

.ocwd-service-motion__stage::after {
	bottom: 18px;
	left: 24px;
	width: 132px;
	height: 132px;
	background: var(--ocwd-motion-accent);
}

.ocwd-service-motion__halo {
	position: relative;
	z-index: 2;
	display: grid;
	width: 168px;
	height: 168px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-motion-soft);
	box-shadow: 0 18px 42px rgba(36, 31, 20, 0.1);
	animation: ocwd-service-motion-float 6.5s ease-in-out infinite;
}

.ocwd-service-motion__halo::before,
.ocwd-service-motion__halo::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 50%;
	content: "";
}

.ocwd-service-motion__halo::before {
	inset: 0;
	border-top-color: var(--ocwd-motion-accent);
	transform: scale(1.24);
}

.ocwd-service-motion__halo::after {
	inset: 18px;
	background: var(--ocwd-white);
}

.ocwd-service-motion__halo img {
	position: relative;
	z-index: 2;
	width: 92px;
	height: 92px;
}

.ocwd-service-motion__caption {
	position: absolute;
	z-index: 3;
	right: 28px;
	bottom: 26px;
	left: 28px;
	display: grid;
	gap: 0.72rem;
	padding: 0.95rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.94);
	box-shadow: 0 14px 32px rgba(36, 31, 20, 0.08);
}

.ocwd-service-motion__caption strong {
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.12;
}

.ocwd-service-motion__caption div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.ocwd-service-motion__caption span {
	padding: 0.32rem 0.5rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 999px;
	background: var(--ocwd-motion-soft);
	font-size: 0.64rem;
	font-weight: 850;
	line-height: 1;
}

.ocwd-service-motion__caption span:nth-child(2) {
	background: var(--ocwd-motion-accent);
}

.ocwd-service-motion__caption span:nth-child(3) {
	background: var(--ocwd-white);
}

@keyframes ocwd-service-motion-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

.ocwd-service-animation {
	--ocwd-service-art-a: var(--ocwd-yellow);
	--ocwd-service-art-b: var(--ocwd-blue);
	--ocwd-service-art-c: var(--ocwd-sage);
	position: relative;
	width: min(100%, 430px);
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 54px rgba(36, 31, 20, 0.1);
}

.ocwd-service-animation::before,
.ocwd-service-animation::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-service-animation::before {
	top: 54px;
	right: 30px;
	width: 86px;
	height: 86px;
	background: var(--ocwd-service-art-b);
}

.ocwd-service-animation::after {
	bottom: -46px;
	left: -30px;
	width: 122px;
	height: 122px;
	background: var(--ocwd-service-art-c);
}

.ocwd-service-animation--analytics,
.ocwd-service-animation--hosting,
.ocwd-service-animation--consulting,
.ocwd-service-animation--iot {
	--ocwd-service-art-a: var(--ocwd-blue);
	--ocwd-service-art-b: var(--ocwd-sage);
	--ocwd-service-art-c: var(--ocwd-yellow-soft);
}

.ocwd-service-animation--automation,
.ocwd-service-animation--webapp,
.ocwd-service-animation--ai {
	--ocwd-service-art-a: var(--ocwd-sage);
	--ocwd-service-art-b: var(--ocwd-blue);
	--ocwd-service-art-c: var(--ocwd-yellow);
}

.ocwd-service-animation__bar {
	position: relative;
	z-index: 3;
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(255, 253, 247, 0.94);
}

.ocwd-service-animation__bar span {
	display: flex;
	gap: 5px;
}

.ocwd-service-animation__bar i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(25, 23, 17, 0.52);
	border-radius: 50%;
}

.ocwd-service-animation__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-service-animation__stage {
	position: relative;
	z-index: 2;
	min-height: 360px;
	overflow: hidden;
	padding: 1.15rem;
	background-color: var(--ocwd-paper);
	background-image: radial-gradient(rgba(25, 23, 17, 0.1) 1px, transparent 1px);
	background-size: 19px 19px;
}

.ocwd-service-animation img {
	width: 18px;
	height: 18px;
}

@keyframes ocwd-service-float-soft {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes ocwd-service-pulse {
	0%,
	100% {
		opacity: 0.45;
		transform: scale(0.9);
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ocwd-service-slide {
	0% {
		transform: translateX(-22px);
	}
	50% {
		transform: translateX(22px);
	}
	100% {
		transform: translateX(-22px);
	}
}

@keyframes ocwd-service-scan {
	0% {
		transform: translateX(-104%);
	}
	54%,
	100% {
		transform: translateX(104%);
	}
}

@keyframes ocwd-service-blink {
	0%,
	48% {
		opacity: 1;
	}
	49%,
	100% {
		opacity: 0;
	}
}

@keyframes ocwd-service-rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes ocwd-service-bar-grow {
	0%,
	100% {
		transform: scaleY(0.62);
	}
	50% {
		transform: scaleY(1);
	}
}

.ocwd-addons-board {
	position: absolute;
	inset: 26px auto auto 24px;
	display: grid;
	width: 226px;
	gap: 0.72rem;
}

.ocwd-addons-ticket {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 0.62rem;
	align-items: center;
	padding: 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.94);
	box-shadow: 0 12px 26px rgba(36, 31, 20, 0.08);
	animation: ocwd-service-float-soft 5.2s ease-in-out infinite;
}

.ocwd-addons-ticket--two {
	margin-left: 24px;
	animation-delay: 500ms;
}

.ocwd-addons-ticket--three {
	margin-left: 8px;
	animation-delay: 1s;
}

.ocwd-addons-ticket span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-service-art-a);
}

.ocwd-addons-ticket strong {
	font-family: var(--ocwd-font-heading);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.1;
}

.ocwd-addons-ticket i {
	grid-column: 2;
	display: block;
	height: 6px;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.12);
}

.ocwd-addons-ticket i:last-child {
	width: 68%;
}

.ocwd-addons-gauge {
	position: absolute;
	right: 34px;
	bottom: 52px;
	width: 128px;
	height: 128px;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-white);
	box-shadow: 0 16px 34px rgba(36, 31, 20, 0.1);
}

.ocwd-addons-gauge b {
	position: absolute;
	right: 0;
	bottom: 28px;
	left: 0;
	font-size: 0.66rem;
	font-weight: 850;
	text-align: center;
	text-transform: uppercase;
}

.ocwd-addons-gauge span {
	position: absolute;
	top: 61px;
	left: 64px;
	width: 48px;
	height: 2px;
	border-radius: 999px;
	background: var(--ocwd-ink);
	transform: rotate(-30deg);
	transform-origin: left center;
	animation: ocwd-addons-needle 4s ease-in-out infinite;
}

@keyframes ocwd-addons-needle {
	0%,
	100% {
		transform: rotate(-36deg);
	}
	50% {
		transform: rotate(34deg);
	}
}

.ocwd-addons-gauge i {
	position: absolute;
	bottom: 48px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--ocwd-service-art-b);
}

.ocwd-addons-gauge i:nth-of-type(1) {
	left: 24px;
}

.ocwd-addons-gauge i:nth-of-type(2) {
	left: 58px;
	background: var(--ocwd-service-art-a);
}

.ocwd-addons-gauge i:nth-of-type(3) {
	right: 24px;
	background: var(--ocwd-service-art-c);
}

.ocwd-addons-cursor {
	position: absolute;
	right: 142px;
	bottom: 64px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	animation: ocwd-service-slide 5.4s ease-in-out infinite;
}

.ocwd-plugin-core,
.ocwd-ai-model {
	position: absolute;
	z-index: 4;
	top: 96px;
	left: 50%;
	display: grid;
	width: 152px;
	min-height: 152px;
	place-items: center;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-white);
	box-shadow: 0 18px 42px rgba(36, 31, 20, 0.1);
	text-align: center;
	transform: translateX(-50%);
}

.ocwd-plugin-core span,
.ocwd-ai-model img {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-service-art-a);
}

.ocwd-plugin-core strong,
.ocwd-ai-model strong {
	margin-top: 0.3rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.08;
}

.ocwd-plugin-core small {
	color: var(--ocwd-graphite);
	font-size: 0.68rem;
	font-weight: 750;
}

.ocwd-plugin-hook {
	position: absolute;
	z-index: 5;
	min-width: 82px;
	padding: 0.42rem 0.58rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 999px;
	background: var(--ocwd-white);
	box-shadow: 0 10px 24px rgba(36, 31, 20, 0.09);
	font-size: 0.68rem;
	font-weight: 850;
	text-align: center;
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-plugin-hook--one {
	top: 60px;
	left: 34px;
	background: var(--ocwd-service-art-a);
}

.ocwd-plugin-hook--two {
	top: 176px;
	right: 32px;
	background: var(--ocwd-service-art-b);
	animation-delay: 650ms;
}

.ocwd-plugin-hook--three {
	bottom: 58px;
	left: 54px;
	background: var(--ocwd-service-art-c);
	animation-delay: 1.2s;
}

.ocwd-plugin-line {
	position: absolute;
	z-index: 2;
	height: 1px;
	background: rgba(25, 23, 17, 0.24);
	transform-origin: left center;
	overflow: hidden;
}

.ocwd-plugin-line::after {
	position: absolute;
	inset: 0;
	background: var(--ocwd-ink);
	content: "";
	animation: ocwd-service-scan 3.8s ease-in-out infinite;
}

.ocwd-plugin-line--one {
	top: 114px;
	left: 112px;
	width: 96px;
	transform: rotate(18deg);
}

.ocwd-plugin-line--two {
	top: 180px;
	right: 108px;
	width: 86px;
	transform: rotate(-8deg);
}

.ocwd-plugin-line--three {
	bottom: 104px;
	left: 130px;
	width: 86px;
	transform: rotate(-22deg);
}

.ocwd-plugin-code {
	position: absolute;
	right: 26px;
	bottom: 24px;
	width: 118px;
	padding: 0.78rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.82);
}

.ocwd-plugin-code i,
.ocwd-cms-editor__rail i,
.ocwd-script-window code {
	display: block;
	height: 6px;
	margin-bottom: 0.46rem;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.14);
}

.ocwd-plugin-code i:nth-child(2) {
	width: 72%;
}

.ocwd-plugin-code i:nth-child(3) {
	width: 48%;
}

.ocwd-cms-editor {
	position: absolute;
	top: 40px;
	left: 34px;
	display: grid;
	width: 270px;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.76rem;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.09);
}

.ocwd-cms-editor__rail {
	grid-row: span 4;
	padding: 0.6rem;
	border-radius: 8px;
	background: var(--ocwd-service-art-b);
}

.ocwd-cms-field {
	min-height: 38px;
	padding: 0.62rem 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 6px;
	background: rgba(247, 243, 232, 0.72);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-cms-field--title {
	background: var(--ocwd-service-art-a);
}

.ocwd-cms-field--role {
	background: var(--ocwd-service-art-c);
}

.ocwd-cms-card {
	position: absolute;
	right: 30px;
	width: 96px;
	padding: 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 12px 26px rgba(36, 31, 20, 0.09);
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-cms-card--one {
	top: 76px;
}

.ocwd-cms-card--two {
	top: 156px;
	background: var(--ocwd-service-art-b);
	animation-delay: 800ms;
}

.ocwd-seo-serp {
	position: absolute;
	top: 34px;
	left: 30px;
	width: 250px;
	padding: 0.95rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.09);
}

.ocwd-seo-searchbar {
	display: flex;
	align-items: center;
	gap: 0.48rem;
	margin-bottom: 0.9rem;
	padding: 0.5rem 0.62rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 999px;
	background: rgba(247, 243, 232, 0.72);
	font-size: 0.68rem;
	font-weight: 850;
}

.ocwd-seo-result {
	margin-top: 0.68rem;
	padding: 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.86);
}

.ocwd-seo-result strong {
	display: block;
	margin-bottom: 0.46rem;
	font-family: var(--ocwd-font-heading);
	font-size: 0.85rem;
}

.ocwd-seo-result i {
	display: block;
	width: 74%;
	height: 6px;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.13);
}

.ocwd-seo-result--one {
	border-color: rgba(25, 23, 17, 0.28);
	background: var(--ocwd-service-art-a);
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-seo-crawler {
	position: absolute;
	right: 44px;
	top: 66px;
	display: grid;
	gap: 0.5rem;
}

.ocwd-seo-crawler span {
	width: 12px;
	height: 12px;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-service-art-b);
	animation: ocwd-service-pulse 2.6s ease-in-out infinite;
}

.ocwd-seo-crawler span:nth-child(2) {
	animation-delay: 350ms;
}

.ocwd-seo-crawler span:nth-child(3) {
	animation-delay: 700ms;
}

.ocwd-seo-crawler span:nth-child(4) {
	animation-delay: 1050ms;
}

.ocwd-seo-ranks {
	position: absolute;
	right: 42px;
	bottom: 48px;
	display: flex;
	align-items: end;
	gap: 9px;
	height: 88px;
}

.ocwd-seo-ranks i,
.ocwd-analytics-chart i {
	display: block;
	width: 14px;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 999px 999px 0 0;
	background: var(--ocwd-service-art-a);
	transform-origin: bottom;
	animation: ocwd-service-bar-grow 3s ease-in-out infinite;
}

.ocwd-seo-ranks i:nth-child(1) {
	height: 34px;
}

.ocwd-seo-ranks i:nth-child(2) {
	height: 58px;
	background: var(--ocwd-service-art-b);
	animation-delay: 260ms;
}

.ocwd-seo-ranks i:nth-child(3) {
	height: 82px;
	background: var(--ocwd-service-art-c);
	animation-delay: 520ms;
}

.ocwd-analytics-dashboard {
	position: absolute;
	inset: 30px 28px auto;
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 0.82rem;
}

.ocwd-analytics-kpi,
.ocwd-analytics-chart,
.ocwd-analytics-line,
.ocwd-analytics-report {
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.92);
	box-shadow: 0 12px 26px rgba(36, 31, 20, 0.08);
}

.ocwd-analytics-kpi {
	min-height: 96px;
	padding: 0.86rem;
	background: var(--ocwd-service-art-a);
}

.ocwd-analytics-kpi b,
.ocwd-analytics-report b {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-analytics-kpi strong {
	font-family: var(--ocwd-font-heading);
	font-size: 1.28rem;
	line-height: 1;
}

.ocwd-analytics-chart {
	display: flex;
	min-height: 96px;
	align-items: end;
	gap: 0.5rem;
	padding: 0.86rem;
}

.ocwd-analytics-chart i:nth-child(1) {
	height: 28px;
}

.ocwd-analytics-chart i:nth-child(2) {
	height: 54px;
	background: var(--ocwd-service-art-b);
	animation-delay: 260ms;
}

.ocwd-analytics-chart i:nth-child(3) {
	height: 42px;
	background: var(--ocwd-service-art-c);
	animation-delay: 520ms;
}

.ocwd-analytics-chart i:nth-child(4) {
	height: 72px;
	animation-delay: 780ms;
}

.ocwd-analytics-line {
	position: relative;
	grid-column: span 2;
	min-height: 92px;
	overflow: hidden;
}

.ocwd-analytics-line span {
	position: absolute;
	right: 24px;
	bottom: 28px;
	left: 24px;
	height: 48px;
	border-top: 3px solid var(--ocwd-ink);
	border-right: 3px solid var(--ocwd-ink);
	border-radius: 42% 58% 0 0;
	transform: skewX(-18deg);
}

.ocwd-analytics-line span::after {
	position: absolute;
	top: -7px;
	right: -4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--ocwd-service-art-b);
	content: "";
	animation: ocwd-service-pulse 2s ease-in-out infinite;
}

.ocwd-analytics-report {
	position: absolute;
	right: 20px;
	bottom: 24px;
	width: 150px;
	padding: 0.75rem;
	background: var(--ocwd-service-art-c);
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-analytics-report small {
	color: #4d493f;
	font-size: 0.68rem;
	font-weight: 760;
}

.ocwd-analytics-pulse {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-service-art-b);
	animation: ocwd-service-pulse 2.6s ease-in-out infinite;
}

.ocwd-analytics-pulse--one {
	left: 40px;
	bottom: 34px;
}

.ocwd-analytics-pulse--two {
	right: 70px;
	top: 104px;
	animation-delay: 800ms;
}

.ocwd-hosting-rack {
	position: absolute;
	top: 44px;
	left: 48px;
	width: 178px;
	padding: 0.82rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.1);
}

.ocwd-hosting-rack span {
	display: flex;
	height: 44px;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.56rem;
	padding: 0 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 6px;
	background: rgba(247, 243, 232, 0.72);
}

.ocwd-hosting-rack span:last-child {
	margin-bottom: 0;
}

.ocwd-hosting-rack i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ocwd-service-art-a);
	animation: ocwd-service-pulse 2.2s ease-in-out infinite;
}

.ocwd-hosting-rack b {
	flex: 1;
	height: 8px;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.12);
}

.ocwd-hosting-shield {
	position: absolute;
	top: 70px;
	right: 48px;
	display: grid;
	width: 112px;
	height: 124px;
	place-items: center;
	padding: 1rem 0.7rem 0.82rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 56px 56px 18px 18px;
	background: var(--ocwd-service-art-b);
	box-shadow: 0 16px 34px rgba(36, 31, 20, 0.1);
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-hosting-shield b,
.ocwd-hosting-backup small {
	font-size: 0.68rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-hosting-backup {
	position: absolute;
	right: 38px;
	bottom: 42px;
	display: flex;
	align-items: center;
	gap: 0.58rem;
	padding: 0.58rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: var(--ocwd-white);
}

.ocwd-hosting-backup span {
	width: 26px;
	height: 26px;
	border: 2px solid var(--ocwd-ink);
	border-right-color: transparent;
	border-radius: 50%;
	animation: ocwd-service-rotate 5s linear infinite;
}

.ocwd-hosting-wave {
	position: absolute;
	left: 60px;
	bottom: 54px;
	display: flex;
	gap: 0.55rem;
}

.ocwd-hosting-wave i {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--ocwd-service-art-a);
	animation: ocwd-service-pulse 2.4s ease-in-out infinite;
}

.ocwd-hosting-wave i:nth-child(2) {
	animation-delay: 350ms;
}

.ocwd-hosting-wave i:nth-child(3) {
	animation-delay: 700ms;
}

.ocwd-training-editor {
	position: absolute;
	top: 46px;
	left: 36px;
	width: 238px;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.09);
}

.ocwd-training-toolbar {
	display: flex;
	gap: 0.35rem;
	margin-bottom: 0.85rem;
}

.ocwd-training-toolbar i {
	width: 30px;
	height: 24px;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 5px;
	background: var(--ocwd-service-art-b);
}

.ocwd-training-editor strong {
	display: block;
	margin-bottom: 0.75rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
}

.ocwd-training-editor span {
	display: block;
	height: 7px;
	margin-bottom: 0.5rem;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.12);
}

.ocwd-training-editor span:nth-of-type(2) {
	width: 68%;
}

.ocwd-training-editor button {
	margin-top: 0.5rem;
	padding: 0.42rem 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 999px;
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
	font: inherit;
	font-size: 0.68rem;
	font-weight: 850;
}

.ocwd-training-steps {
	position: absolute;
	right: 42px;
	top: 70px;
	display: grid;
	gap: 0.7rem;
}

.ocwd-training-steps i {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-service-art-a);
	font-style: normal;
	font-weight: 850;
	animation: ocwd-service-pulse 2.8s ease-in-out infinite;
}

.ocwd-training-steps i:nth-child(2) {
	background: var(--ocwd-service-art-b);
	animation-delay: 400ms;
}

.ocwd-training-steps i:nth-child(3) {
	background: var(--ocwd-service-art-c);
	animation-delay: 800ms;
}

.ocwd-training-badge {
	position: absolute;
	right: 38px;
	bottom: 48px;
	display: flex;
	align-items: center;
	gap: 0.52rem;
	padding: 0.6rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: var(--ocwd-white);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-training-cursor {
	position: absolute;
	left: 200px;
	bottom: 76px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	animation: ocwd-service-slide 5s ease-in-out infinite;
}

.ocwd-consulting-map {
	position: absolute;
	inset: 34px 34px auto;
	height: 210px;
}

.ocwd-consulting-map svg {
	position: absolute;
	inset: 10px 24px;
	width: calc(100% - 48px);
	height: 180px;
	fill: none;
	stroke: rgba(25, 23, 17, 0.32);
	stroke-dasharray: 8 8;
	stroke-width: 2;
	animation: ocwd-consulting-route 7s linear infinite;
}

@keyframes ocwd-consulting-route {
	to {
		stroke-dashoffset: -80;
	}
}

.ocwd-consulting-node,
.ocwd-automation-node,
.ocwd-iot-sensor,
.ocwd-ai-output {
	position: absolute;
	z-index: 3;
	display: grid;
	min-width: 84px;
	min-height: 40px;
	place-items: center;
	padding: 0.45rem 0.62rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 999px;
	background: var(--ocwd-white);
	box-shadow: 0 10px 24px rgba(36, 31, 20, 0.09);
	font-size: 0.7rem;
	font-weight: 850;
}

.ocwd-consulting-node--one {
	top: 84px;
	left: 0;
	background: var(--ocwd-service-art-a);
}

.ocwd-consulting-node--two {
	top: 22px;
	left: 130px;
	background: var(--ocwd-service-art-b);
}

.ocwd-consulting-node--three {
	right: 0;
	bottom: 18px;
	background: var(--ocwd-service-art-c);
}

.ocwd-consulting-compass {
	position: absolute;
	bottom: 42px;
	left: 46px;
	width: 76px;
	height: 76px;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-white);
}

.ocwd-consulting-compass span {
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 50%;
}

.ocwd-consulting-compass i {
	position: absolute;
	top: 13px;
	left: 36px;
	width: 4px;
	height: 50px;
	border-radius: 999px;
	background: var(--ocwd-ink);
	transform-origin: center 25px;
	animation: ocwd-consulting-needle 5s ease-in-out infinite;
}

@keyframes ocwd-consulting-needle {
	0%,
	100% {
		transform: rotate(-34deg);
	}
	50% {
		transform: rotate(42deg);
	}
}

.ocwd-consulting-note {
	position: absolute;
	right: 38px;
	bottom: 48px;
	width: 150px;
	padding: 0.75rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: var(--ocwd-white);
}

.ocwd-consulting-note b {
	display: block;
	margin-bottom: 0.28rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
}

.ocwd-consulting-note small {
	color: var(--ocwd-graphite);
	font-size: 0.68rem;
	font-weight: 760;
}

.ocwd-automation-flow {
	position: absolute;
	inset: 50px 32px auto;
	height: 230px;
}

.ocwd-automation-node--trigger {
	top: 12px;
	left: 0;
	background: var(--ocwd-service-art-a);
}

.ocwd-automation-node--logic {
	top: 92px;
	left: 130px;
	background: var(--ocwd-service-art-b);
}

.ocwd-automation-node--sync {
	right: 0;
	top: 26px;
	background: var(--ocwd-service-art-c);
}

.ocwd-automation-node--notify {
	right: 20px;
	bottom: 0;
}

.ocwd-automation-path,
.ocwd-iot-link {
	position: absolute;
	z-index: 1;
	height: 2px;
	overflow: hidden;
	background: rgba(25, 23, 17, 0.22);
	transform-origin: left center;
}

.ocwd-automation-path::after,
.ocwd-iot-link::after {
	position: absolute;
	inset: 0;
	background: var(--ocwd-ink);
	content: "";
	animation: ocwd-service-scan 3s ease-in-out infinite;
}

.ocwd-automation-path--one {
	top: 54px;
	left: 82px;
	width: 96px;
	transform: rotate(28deg);
}

.ocwd-automation-path--two {
	top: 82px;
	right: 94px;
	width: 92px;
	transform: rotate(-32deg);
}

.ocwd-automation-path--three {
	right: 64px;
	bottom: 62px;
	width: 92px;
	transform: rotate(56deg);
}

.ocwd-automation-packet {
	position: absolute;
	top: 102px;
	left: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	animation: ocwd-service-slide 4.2s ease-in-out infinite;
}

.ocwd-script-window {
	position: absolute;
	top: 38px;
	left: 34px;
	width: 282px;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: #fffdf7;
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.09);
}

.ocwd-script-window > div {
	display: flex;
	gap: 0.48rem;
	padding: 0.7rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.12);
	background: rgba(247, 243, 232, 0.72);
}

.ocwd-script-window span {
	padding: 0.26rem 0.48rem;
	border-radius: 999px;
	background: var(--ocwd-service-art-b);
	font-size: 0.66rem;
	font-weight: 850;
}

.ocwd-script-window pre {
	margin: 0;
	padding: 1rem;
}

.ocwd-script-window code {
	width: 82%;
	margin-bottom: 0.7rem;
}

.ocwd-script-window code:nth-child(2) {
	width: 66%;
	background: var(--ocwd-service-art-a);
}

.ocwd-script-window code:nth-child(3) {
	width: 74%;
}

.ocwd-script-file {
	position: absolute;
	right: 38px;
	width: 78px;
	padding: 0.82rem 0.6rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 12px 26px rgba(36, 31, 20, 0.09);
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	text-align: center;
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-script-file--one {
	top: 82px;
}

.ocwd-script-file--two {
	top: 166px;
	background: var(--ocwd-service-art-c);
	animation-delay: 800ms;
}

.ocwd-script-caret {
	position: absolute;
	left: 112px;
	bottom: 84px;
	width: 3px;
	height: 28px;
	border-radius: 999px;
	background: var(--ocwd-ink);
	animation: ocwd-service-blink 1s steps(1, end) infinite;
}

.ocwd-webapp-shell {
	position: absolute;
	inset: 36px 34px auto;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	min-height: 218px;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.09);
}

.ocwd-webapp-shell aside {
	display: grid;
	align-content: start;
	gap: 0.58rem;
	padding: 0.9rem;
	background: var(--ocwd-service-art-b);
}

.ocwd-webapp-shell aside i {
	height: 28px;
	border-radius: 7px;
	background: rgba(255, 253, 247, 0.8);
}

.ocwd-webapp-shell main {
	padding: 1rem;
}

.ocwd-webapp-kpis {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.58rem;
	margin-bottom: 0.9rem;
}

.ocwd-webapp-kpis span {
	min-height: 54px;
	padding: 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 8px;
	background: var(--ocwd-service-art-a);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-webapp-table i {
	display: block;
	height: 24px;
	margin-bottom: 0.52rem;
	border: 1px solid rgba(25, 23, 17, 0.12);
	border-radius: 6px;
	background: rgba(247, 243, 232, 0.76);
}

.ocwd-webapp-deploy {
	position: absolute;
	right: 42px;
	bottom: 36px;
	display: flex;
	align-items: center;
	gap: 0.54rem;
	padding: 0.58rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: var(--ocwd-white);
	box-shadow: 0 12px 26px rgba(36, 31, 20, 0.09);
	font-size: 0.72rem;
	font-weight: 850;
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-mobile-phone {
	position: absolute;
	top: 42px;
	left: 114px;
	width: 154px;
	min-height: 246px;
	padding: 1.25rem 0.9rem 1rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 28px;
	background: var(--ocwd-white);
	box-shadow: 0 18px 42px rgba(36, 31, 20, 0.12);
}

.ocwd-mobile-notch {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 48px;
	height: 6px;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.22);
	transform: translateX(-50%);
}

.ocwd-mobile-icons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.ocwd-mobile-icons i {
	aspect-ratio: 1;
	border: 1px solid rgba(25, 23, 17, 0.15);
	border-radius: 12px;
	background: var(--ocwd-service-art-a);
	animation: ocwd-service-pulse 3s ease-in-out infinite;
}

.ocwd-mobile-icons i:nth-child(2),
.ocwd-mobile-icons i:nth-child(3) {
	background: var(--ocwd-service-art-b);
	animation-delay: 500ms;
}

.ocwd-mobile-phone strong {
	display: block;
	margin-bottom: 0.72rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
	text-align: center;
}

.ocwd-mobile-phone span {
	display: block;
	height: 7px;
	margin-bottom: 0.5rem;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.12);
}

.ocwd-mobile-device--tablet {
	position: absolute;
	top: 72px;
	left: 48px;
	width: 86px;
	height: 128px;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 14px;
	background: rgba(255, 253, 247, 0.74);
}

.ocwd-mobile-install {
	position: absolute;
	right: 38px;
	bottom: 52px;
	display: flex;
	align-items: center;
	gap: 0.52rem;
	padding: 0.56rem 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: var(--ocwd-service-art-c);
	font-size: 0.72rem;
	font-weight: 850;
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-mobile-ring {
	position: absolute;
	right: 66px;
	top: 62px;
	width: 72px;
	height: 72px;
	border: 2px solid rgba(25, 23, 17, 0.18);
	border-right-color: transparent;
	border-radius: 50%;
	animation: ocwd-service-rotate 8s linear infinite;
}

.ocwd-iot-cloud {
	position: absolute;
	z-index: 4;
	top: 112px;
	left: 50%;
	display: grid;
	width: 132px;
	min-height: 96px;
	place-items: center;
	padding: 0.9rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50px;
	background: var(--ocwd-white);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.1);
	transform: translateX(-50%);
}

.ocwd-iot-cloud b {
	font-family: var(--ocwd-font-heading);
	font-size: 1rem;
}

.ocwd-iot-sensor--one {
	top: 54px;
	left: 36px;
	background: var(--ocwd-service-art-a);
}

.ocwd-iot-sensor--two {
	top: 68px;
	right: 28px;
	background: var(--ocwd-service-art-b);
}

.ocwd-iot-sensor--three {
	bottom: 48px;
	left: 50px;
	background: var(--ocwd-service-art-c);
}

.ocwd-iot-link--one {
	top: 102px;
	left: 118px;
	width: 100px;
	transform: rotate(18deg);
}

.ocwd-iot-link--two {
	top: 118px;
	right: 112px;
	width: 98px;
	transform: rotate(-20deg);
}

.ocwd-iot-link--three {
	bottom: 112px;
	left: 128px;
	width: 96px;
	transform: rotate(-26deg);
}

.ocwd-iot-dashboard {
	position: absolute;
	right: 34px;
	bottom: 42px;
	display: flex;
	align-items: end;
	gap: 7px;
	width: 92px;
	height: 74px;
	padding: 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: var(--ocwd-white);
}

.ocwd-iot-dashboard i {
	width: 12px;
	border-radius: 999px 999px 0 0;
	background: var(--ocwd-service-art-a);
	animation: ocwd-service-bar-grow 3s ease-in-out infinite;
}

.ocwd-iot-dashboard i:nth-child(1) {
	height: 26px;
}

.ocwd-iot-dashboard i:nth-child(2) {
	height: 42px;
	background: var(--ocwd-service-art-b);
	animation-delay: 300ms;
}

.ocwd-iot-dashboard i:nth-child(3) {
	height: 34px;
	background: var(--ocwd-service-art-c);
	animation-delay: 600ms;
}

.ocwd-ai-data {
	position: absolute;
	left: 34px;
	top: 74px;
	display: grid;
	grid-template-columns: repeat(2, 22px);
	gap: 0.72rem;
}

.ocwd-ai-data i {
	width: 22px;
	height: 22px;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 50%;
	background: var(--ocwd-service-art-b);
	animation: ocwd-service-pulse 2.8s ease-in-out infinite;
}

.ocwd-ai-data i:nth-child(2n) {
	background: var(--ocwd-service-art-a);
	animation-delay: 450ms;
}

.ocwd-ai-model span {
	width: 84px;
	height: 8px;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.12);
}

.ocwd-ai-output--one {
	top: 72px;
	right: 34px;
	background: var(--ocwd-service-art-a);
}

.ocwd-ai-output--two {
	top: 150px;
	right: 24px;
	background: var(--ocwd-service-art-b);
}

.ocwd-ai-output--three {
	right: 44px;
	bottom: 76px;
	background: var(--ocwd-service-art-c);
}

.ocwd-ai-review {
	position: absolute;
	left: 42px;
	bottom: 48px;
	display: flex;
	align-items: center;
	gap: 0.52rem;
	padding: 0.56rem 0.7rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: var(--ocwd-white);
	font-size: 0.72rem;
	font-weight: 850;
	animation: ocwd-service-float-soft 5s ease-in-out infinite;
}

.ocwd-service-custom-visual {
	--ocwd-service-visual-accent: var(--ocwd-yellow);
	--ocwd-service-visual-secondary: var(--ocwd-blue);
	--ocwd-service-visual-tertiary: var(--ocwd-sage);
	position: relative;
	width: min(100%, 430px);
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
	box-shadow: 0 20px 54px rgba(36, 31, 20, 0.1);
}

.ocwd-service-custom-visual::before,
.ocwd-service-custom-visual::after {
	position: absolute;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ocwd-service-custom-visual::before {
	top: 54px;
	right: 28px;
	width: 86px;
	height: 86px;
	background: var(--ocwd-service-visual-secondary);
}

.ocwd-service-custom-visual::after {
	bottom: -42px;
	left: -28px;
	width: 116px;
	height: 116px;
	background: var(--ocwd-service-visual-tertiary);
}

.ocwd-service-custom-visual__bar {
	position: relative;
	z-index: 2;
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.95rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
	background: rgba(255, 253, 247, 0.94);
}

.ocwd-service-custom-visual__bar span {
	display: flex;
	gap: 5px;
}

.ocwd-service-custom-visual__bar i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(25, 23, 17, 0.52);
	border-radius: 50%;
}

.ocwd-service-custom-visual__bar b {
	color: #6c675c;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ocwd-service-custom-visual__stage {
	position: relative;
	z-index: 1;
	min-height: 360px;
	overflow: hidden;
	padding: 1.15rem;
	background-color: var(--ocwd-paper);
	background-image: radial-gradient(rgba(25, 23, 17, 0.1) 1px, transparent 1px);
	background-size: 19px 19px;
}

.ocwd-service-custom-visual__core {
	position: absolute;
	z-index: 3;
	top: 74px;
	left: 50%;
	width: min(238px, 62%);
	min-height: 178px;
	padding: 1rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.95);
	box-shadow: 0 16px 38px rgba(36, 31, 20, 0.1);
	transform: translateX(-50%);
}

.ocwd-service-custom-visual__core span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	margin-bottom: 0.85rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 50%;
	background: var(--ocwd-service-visual-accent);
}

.ocwd-service-custom-visual__core img {
	width: 19px;
	height: 19px;
}

.ocwd-service-custom-visual__core strong {
	display: block;
	max-width: 190px;
	margin-bottom: 0.95rem;
	font-family: var(--ocwd-font-heading);
	font-size: 1.42rem;
	font-weight: 700;
	line-height: 1.04;
}

.ocwd-service-custom-visual__core > i {
	display: block;
	height: 7px;
	margin-bottom: 0.48rem;
	border-radius: 999px;
	background: #ded8cb;
}

.ocwd-service-custom-visual__core > i:nth-of-type(1) {
	width: 88%;
}

.ocwd-service-custom-visual__core > i:nth-of-type(2) {
	width: 68%;
}

.ocwd-service-custom-visual__core > i:nth-of-type(3) {
	width: 48%;
	height: 24px;
	margin-top: 0.85rem;
	background: var(--ocwd-ink);
}

.ocwd-service-custom-visual__node {
	position: absolute;
	z-index: 4;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	max-width: 168px;
	padding: 0.46rem 0.68rem;
	border: 1px solid rgba(25, 23, 17, 0.2);
	border-radius: 999px;
	background: var(--ocwd-white);
	box-shadow: 0 12px 28px rgba(36, 31, 20, 0.1);
	color: var(--ocwd-ink);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.18;
	animation: ocwd-float 5.4s ease-in-out infinite;
}

.ocwd-service-custom-visual__node--one {
	top: 58px;
	left: 20px;
	background: var(--ocwd-service-visual-accent);
}

.ocwd-service-custom-visual__node--two {
	top: 186px;
	right: 18px;
	background: var(--ocwd-service-visual-secondary);
	animation-delay: 650ms;
}

.ocwd-service-custom-visual__node--three {
	bottom: 72px;
	left: 32px;
	background: var(--ocwd-service-visual-tertiary);
	animation-delay: 1200ms;
}

.ocwd-service-custom-visual__signals {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 34px;
	display: flex;
	align-items: end;
	gap: 7px;
	height: 64px;
}

.ocwd-service-custom-visual__signals i {
	display: block;
	width: 10px;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 999px 999px 0 0;
	background: var(--ocwd-service-visual-accent);
	animation: ocwd-service-signal 3.2s ease-in-out infinite;
}

.ocwd-service-custom-visual__signals i:nth-child(1) {
	height: 24px;
}

.ocwd-service-custom-visual__signals i:nth-child(2) {
	height: 42px;
	background: var(--ocwd-service-visual-secondary);
	animation-delay: 220ms;
}

.ocwd-service-custom-visual__signals i:nth-child(3) {
	height: 32px;
	background: var(--ocwd-service-visual-tertiary);
	animation-delay: 440ms;
}

.ocwd-service-custom-visual__signals i:nth-child(4) {
	height: 54px;
	animation-delay: 660ms;
}

@keyframes ocwd-service-signal {
	0%,
	100% {
		transform: scaleY(0.88);
	}
	50% {
		transform: scaleY(1);
	}
}

.ocwd-service-custom-visual__chips {
	position: absolute;
	z-index: 4;
	right: 22px;
	left: 22px;
	bottom: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.38rem;
}

.ocwd-service-custom-visual__chips span {
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	padding: 0.24rem 0.52rem;
	border: 1px solid rgba(25, 23, 17, 0.15);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.88);
	color: #4d493f;
	font-size: 0.66rem;
	font-weight: 850;
	line-height: 1;
}

.ocwd-service-custom-visual--analytics {
	--ocwd-service-visual-accent: var(--ocwd-blue);
	--ocwd-service-visual-secondary: var(--ocwd-yellow);
	--ocwd-service-visual-tertiary: var(--ocwd-sage);
}

.ocwd-service-custom-visual--hosting,
.ocwd-service-custom-visual--consulting,
.ocwd-service-custom-visual--iot {
	--ocwd-service-visual-accent: var(--ocwd-blue);
	--ocwd-service-visual-secondary: var(--ocwd-sage);
	--ocwd-service-visual-tertiary: var(--ocwd-yellow-soft);
}

.ocwd-service-custom-visual--automation,
.ocwd-service-custom-visual--webapp,
.ocwd-service-custom-visual--ai {
	--ocwd-service-visual-accent: var(--ocwd-sage);
	--ocwd-service-visual-secondary: var(--ocwd-blue);
	--ocwd-service-visual-tertiary: var(--ocwd-yellow);
}

.ocwd-service-custom-visual--mobile .ocwd-service-custom-visual__core {
	width: min(184px, 54%);
	min-height: 224px;
	border-radius: 22px;
}

.ocwd-service-custom-visual--mobile .ocwd-service-custom-visual__core::after {
	position: absolute;
	right: 54px;
	bottom: 12px;
	left: 54px;
	height: 5px;
	border-radius: 999px;
	background: rgba(25, 23, 17, 0.32);
	content: "";
}

.ocwd-service-custom-visual--hosting .ocwd-service-custom-visual__core > i,
.ocwd-service-custom-visual--scripting .ocwd-service-custom-visual__core > i,
.ocwd-service-custom-visual--cms .ocwd-service-custom-visual__core > i {
	height: 12px;
	border: 1px solid rgba(25, 23, 17, 0.1);
	background: rgba(25, 23, 17, 0.09);
}

.ocwd-service-custom-visual--seo .ocwd-service-custom-visual__core > i:nth-of-type(3),
.ocwd-service-custom-visual--analytics .ocwd-service-custom-visual__core > i:nth-of-type(3),
.ocwd-service-custom-visual--ai .ocwd-service-custom-visual__core > i:nth-of-type(3) {
	background: var(--ocwd-service-visual-secondary);
}

.ocwd-service-build-list {
	border-top: 1px solid rgba(25, 23, 17, 0.25);
}

.ocwd-service-build-row {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 1.8rem;
	align-items: start;
	padding: 1.85rem 0;
	border-bottom: 1px solid rgba(25, 23, 17, 0.25);
}

.ocwd-service-build-row__number {
	padding-top: 0.45rem;
	color: var(--ocwd-ink);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-service-build-row__title {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 1.05rem;
	margin-bottom: 0.72rem;
}

.ocwd-service-build-row__title .ocwd-line-icon {
	width: 42px;
	height: 42px;
	flex-basis: 42px;
	background: var(--ocwd-yellow-soft);
}

.ocwd-service-build-row__title .ocwd-line-icon img {
	width: 20px;
	height: 20px;
}

.ocwd-service-build-row:nth-child(2) .ocwd-line-icon,
.ocwd-service-build-row:nth-child(5) .ocwd-line-icon {
	background: var(--ocwd-blue);
}

.ocwd-service-build-row:nth-child(3) .ocwd-line-icon,
.ocwd-service-build-row:nth-child(6) .ocwd-line-icon {
	background: var(--ocwd-sage);
}

.ocwd-service-build-row h3 {
	margin: 0;
	font-size: 1.42rem;
	line-height: 1.08;
}

.ocwd-service-build-row p {
	max-width: 760px;
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.96rem;
	line-height: 1.65;
}

.ocwd-service-process__layout {
	gap: 8rem;
	align-items: start;
}

.ocwd-service-process-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--ocwd-rule);
	list-style: none;
}

.ocwd-service-process-list li {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 1.5rem;
	padding: 1.85rem 0;
	border-bottom: 1px solid var(--ocwd-rule);
}

.ocwd-service-process-list li > span {
	padding-top: 0.25rem;
	color: var(--ocwd-ink);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-service-process-list h3 {
	margin: 0 0 0.65rem;
	font-size: 1.34rem;
	line-height: 1.14;
}

.ocwd-service-process-list p {
	max-width: 620px;
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.95rem;
	line-height: 1.65;
}

.ocwd-service-faq__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	gap: 5rem;
	align-items: start;
}

.ocwd-service-faq__intro {
	position: sticky;
	top: var(--ocwd-sidebar-sticky-top);
}

.ocwd-service-faq__actions {
	margin-top: 1.75rem;
}

.ocwd-service-faq__actions .wp-block-button__link {
	font-weight: 800;
}

.ocwd-service-faq-list {
	border-top: 1px solid rgba(25, 23, 17, 0.24);
}

.ocwd-service-faq-item {
	border: 0;
	border-bottom: 1px solid rgba(25, 23, 17, 0.24);
	border-radius: 0;
	background: transparent;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.ocwd-service-faq-item:hover,
.ocwd-service-faq-item.is-open {
	border-color: rgba(25, 23, 17, 0.32);
	background: rgba(255, 253, 247, 0.72);
}

.ocwd-service-faq-trigger {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 1.25rem;
	align-items: center;
	cursor: pointer;
	padding: 1.18rem 1rem;
	border: 0;
	background: transparent;
	color: var(--ocwd-ink);
	font: inherit;
	text-align: left;
}

.ocwd-service-faq-trigger strong {
	font-family: var(--ocwd-font-heading);
	font-size: 1.14rem;
	font-weight: 700;
	line-height: 1.22;
}

.ocwd-service-faq-trigger i {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-paper);
}

.ocwd-service-faq-trigger i::before,
.ocwd-service-faq-trigger i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 1.5px;
	border-radius: 999px;
	background: var(--ocwd-ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, opacity 180ms ease;
}

.ocwd-service-faq-trigger i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ocwd-service-faq-item.is-open .ocwd-service-faq-trigger i {
	background: var(--ocwd-yellow);
}

.ocwd-service-faq-item.is-open .ocwd-service-faq-trigger i::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.ocwd-service-faq-panel {
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
}

.ocwd-service-faq-item:not(.is-open) .ocwd-service-faq-panel {
	display: none;
}

.js .ocwd-service-faq-item .ocwd-service-faq-panel {
	display: block;
	height: 0;
	transition: height 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: height;
}

.ocwd-service-faq-panel__inner {
	padding: 0 4.5rem 1.25rem 1rem;
}

.ocwd-service-faq-list p {
	max-width: 680px;
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.96rem;
	line-height: 1.65;
}

@media (prefers-reduced-motion: reduce) {
	.js .ocwd-service-faq-panel {
		transition: none;
	}
}

.ocwd-intro {
	background: var(--ocwd-paper);
}

.ocwd-intro__grid {
	gap: 6rem;
}

.ocwd-intro-blueprint {
	position: relative;
	width: min(100%, 336px);
	overflow: visible;
	margin-top: 4.25rem;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 8px;
	background: var(--ocwd-white);
}

.ocwd-intro-blueprint__bar {
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.85rem;
	border-bottom: 1px solid rgba(25, 23, 17, 0.14);
}

.ocwd-intro-blueprint__bar > span {
	display: flex;
	gap: 5px;
}

.ocwd-intro-blueprint__bar > span i {
	width: 5px;
	height: 5px;
	border: 1px solid rgba(25, 23, 17, 0.55);
	border-radius: 50%;
}

.ocwd-intro-blueprint__bar > b {
	width: 48%;
	height: 6px;
	border-radius: 4px;
	background: #e8e4da;
}

.ocwd-intro-blueprint__page {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(88px, 0.8fr);
	gap: 1rem;
	padding: 1.25rem 1.15rem 1rem;
}

.ocwd-intro-blueprint__copy > i {
	display: block;
	border-radius: 3px;
	background: #d9d5cb;
}

.ocwd-intro-blueprint__copy .ocwd-intro-blueprint__eyebrow {
	width: 42%;
	height: 5px;
	margin-bottom: 0.8rem;
	background: var(--ocwd-yellow-strong);
}

.ocwd-intro-blueprint__copy .ocwd-intro-blueprint__title {
	width: 92%;
	height: 10px;
	margin-bottom: 0.38rem;
	background: var(--ocwd-ink);
}

.ocwd-intro-blueprint__copy .ocwd-intro-blueprint__title--short {
	width: 68%;
	margin-bottom: 0.9rem;
}

.ocwd-intro-blueprint__copy .ocwd-intro-blueprint__line {
	width: 100%;
	height: 5px;
	margin-bottom: 0.38rem;
}

.ocwd-intro-blueprint__copy .ocwd-intro-blueprint__line--short {
	width: 74%;
}

.ocwd-intro-blueprint__copy .ocwd-intro-blueprint__button {
	width: 54px;
	height: 18px;
	margin-top: 0.95rem;
	background: var(--ocwd-yellow);
}

.ocwd-intro-blueprint__visual {
	position: relative;
	min-height: 118px;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.17);
	border-radius: 5px;
	background: var(--ocwd-paper);
}

.ocwd-intro-blueprint__visual span {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	height: 70%;
	border: 1px solid rgba(25, 23, 17, 0.3);
	border-bottom: 0;
	border-radius: 48% 48% 0 0;
}

.ocwd-intro-blueprint__visual i,
.ocwd-intro-blueprint__visual b {
	position: absolute;
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-intro-blueprint__visual i {
	top: 18px;
	right: 18px;
	width: 17px;
	height: 17px;
	animation: ocwd-blueprint-pulse 3.2s ease-in-out infinite;
}

.ocwd-intro-blueprint__visual b {
	bottom: 18px;
	left: 50%;
	width: 27px;
	height: 27px;
	border: 6px solid var(--ocwd-white);
	transform: translateX(-50%);
}

.ocwd-intro-blueprint__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
	padding: 0 1.15rem 1.15rem;
}

.ocwd-intro-blueprint__cards i {
	height: 34px;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 4px;
	background: #fbfaf6;
}

.ocwd-intro-blueprint__cards i:first-child {
	border-color: rgba(211, 170, 0, 0.65);
	background: #fff8cf;
}

.ocwd-intro-blueprint__cursor {
	position: absolute;
	right: 16px;
	bottom: 32px;
	width: 24px;
	height: 24px;
	background: url("assets/icons/mouse-pointer-2.svg") center / contain no-repeat;
	animation: ocwd-blueprint-cursor 4.2s ease-in-out infinite;
}

@keyframes ocwd-blueprint-pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.16);
	}
}

@keyframes ocwd-blueprint-cursor {
	0%,
	100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(-9px, -7px);
	}
}

.ocwd-intro h2 {
	margin-bottom: var(--ocwd-space-heading-copy);
}

.ocwd-intro__lead {
	max-width: 900px;
	margin: 0;
	color: #38362f !important;
	font-size: 1.28rem;
	line-height: 1.6;
}

.ocwd-value-grid {
	gap: 2rem;
	margin-top: 4rem;
	padding-top: 2.25rem;
	border-top: 1px solid var(--ocwd-rule);
}

.ocwd-value-grid h3 {
	margin-bottom: 0.8rem;
	font-size: 1.06rem;
}

.ocwd-value-grid p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
}

.ocwd-services {
	background: var(--ocwd-canvas);
}

.ocwd-section__head,
.ocwd-blog__head {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
	column-gap: 4rem;
	row-gap: var(--ocwd-space-eyebrow-heading);
	align-items: end;
	margin-bottom: 5rem;
}

.ocwd-section__head > .ocwd-kicker {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.ocwd-blog__head .ocwd-kicker {
	margin-bottom: var(--ocwd-space-eyebrow-heading);
}

.ocwd-section__head h2,
.ocwd-blog__head h2 {
	margin-bottom: 0;
}

.ocwd-section__head > p:last-child,
.ocwd-blog__head > p {
	max-width: 450px;
	margin: 0 0 0.35rem;
	font-size: 1.04rem;
	line-height: 1.65;
}

.ocwd-service-list {
	border-top: 1px solid rgba(25, 23, 17, 0.25);
}

.ocwd-service-row {
	display: grid;
	grid-template-columns: 52px minmax(300px, 1fr) 38px;
	gap: 2rem;
	align-items: center;
	min-height: 164px;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(25, 23, 17, 0.25);
	color: var(--ocwd-ink);
	text-decoration: none;
}

.ocwd-service-row:focus-visible {
	outline: 2px solid var(--ocwd-yellow-strong);
	outline-offset: 6px;
}

.ocwd-service-row__number {
	align-self: start;
	padding-top: 0.35rem;
	color: var(--ocwd-ink);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-service-row h3 {
	margin: 0;
	font-size: 1.65rem;
}

.ocwd-service-row__title {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 0.7rem;
}

.ocwd-line-icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.24);
	border-radius: 50%;
	background: var(--ocwd-yellow-soft);
}

.ocwd-line-icon img {
	width: 19px;
	height: 19px;
}

.ocwd-service-row p {
	max-width: 620px;
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.6;
}

.ocwd-service-row__arrow {
	position: relative;
	display: inline-grid;
	width: 38px;
	height: 38px;
	align-self: center;
	justify-self: end;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.32);
	border-radius: 50%;
	color: var(--ocwd-ink);
	line-height: 0;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.ocwd-service-row__arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: var(--ocwd-button-icon-size);
	height: var(--ocwd-button-icon-size);
	background: currentColor;
	content: "";
	mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
	-webkit-mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
	transform: translate(-47%, -50%);
}

.ocwd-service-row:hover .ocwd-service-row__arrow {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-section__action {
	margin-top: 3rem;
}

.ocwd-clients {
	overflow: hidden;
	border-top: 1px solid var(--ocwd-rule);
	border-bottom: 1px solid var(--ocwd-rule);
	background: var(--ocwd-paper);
}

.ocwd-clients__head {
	margin-bottom: 3.6rem;
}

.ocwd-clients__head h2 {
	max-width: 930px;
	margin-bottom: 0;
}

.ocwd-logo-reel {
	--ocwd-logo-card-height: 96px;
	--ocwd-logo-card-padding-x: 1.45rem;
	--ocwd-logo-card-padding-y: 1.2rem;
	--ocwd-logo-card-width: 220px;

	position: relative;
	padding: 0.5rem 0 0.25rem;
}

.ocwd-logo-reel::before,
.ocwd-logo-reel::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: min(14vw, 180px);
	content: "";
	pointer-events: none;
}

.ocwd-logo-reel::before {
	left: 0;
	background: linear-gradient(90deg, var(--ocwd-paper), rgba(255, 253, 247, 0));
}

.ocwd-logo-reel::after {
	right: 0;
	background: linear-gradient(270deg, var(--ocwd-paper), rgba(255, 253, 247, 0));
}

.ocwd-logo-reel__track {
	display: flex;
	width: max-content;
	gap: 1rem;
	animation: ocwd-marquee-left 72s linear infinite;
}

.ocwd-logo-card {
	display: grid;
	width: var(--ocwd-logo-card-width);
	height: var(--ocwd-logo-card-height);
	place-items: center;
	padding: var(--ocwd-logo-card-padding-y) var(--ocwd-logo-card-padding-x);
	border: 1px solid rgba(25, 23, 17, 0.1);
	border-radius: 8px;
	background: #f3efe4;
	box-sizing: border-box;
	color: #535047;
	font-size: 1rem;
	font-weight: 850;
	filter: grayscale(1);
	opacity: 0.62;
	text-align: center;
}

.ocwd-logo-card img {
	mix-blend-mode: multiply;
}

.ocwd-logo-card__media {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.ocwd-logo-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: multiply;
}

.ocwd-logo-card--text {
	font-size: 1.04rem;
	line-height: 1.15;
}

.ocwd-work {
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
}

.ocwd-work p {
	color: #c9c2b0;
}

.ocwd-work .ocwd-kicker {
	color: var(--ocwd-yellow) !important;
}

.ocwd-work .ocwd-kicker::before {
	background: var(--ocwd-yellow);
	border-color: var(--ocwd-yellow);
}

.ocwd-work__head {
	align-items: flex-end !important;
	margin-bottom: 4.5rem;
}

.ocwd-work__head.is-layout-flex {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
	column-gap: 4rem;
}

.ocwd-work__head > .wp-block-group {
	min-width: 0;
}

.ocwd-work__head h2 {
	margin-bottom: 0;
}

.ocwd-work__head > p {
	max-width: 450px;
	margin: 0 0 0.35rem;
	font-size: 1.02rem;
	line-height: 1.6;
}

.ocwd-work-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.ocwd-work-card {
	position: relative;
	display: flex;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	grid-column: span 3;
	border: 1px solid rgba(255, 253, 247, 0.13);
	border-radius: 8px;
	background: #211f19;
	color: var(--ocwd-white);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-work-card:hover,
.ocwd-work-card:focus-visible {
	border-color: rgba(255, 212, 59, 0.9);
	background: #29261f;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-work-card--featured {
	grid-column: span 7;
}

.ocwd-work-card:nth-child(2) {
	grid-column: span 5;
}

.ocwd-work-card:nth-child(n + 3):nth-child(-n + 5) {
	grid-column: span 4;
}

.ocwd-work-card figure {
	position: relative;
	flex: 0 0 auto;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin: 0;
	background: #11100d;
}

.ocwd-work-card--featured figure {
	aspect-ratio: 16 / 8.5;
}

.ocwd-work-card figure::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
	pointer-events: none;
}

.ocwd-work-card img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ocwd-work-card:hover img,
.ocwd-work-card:focus-visible img {
	transform: scale(1.035);
}

.ocwd-work-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.2rem;
}

.ocwd-work-card--featured .ocwd-work-card__body {
	padding: 1.45rem;
}

.ocwd-work-card__body > span,
.ocwd-blog-card__body > span:not(.ocwd-card-read-more) {
	display: block;
	margin-bottom: 0.65rem;
	color: var(--ocwd-yellow);
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-work-card__body h3 {
	margin: 0 0 0.7rem;
	font-size: 1.24rem;
}

.ocwd-work-card--featured h3 {
	font-size: 2rem;
}

.ocwd-work-card__body p {
	margin: 0;
	font-size: 0.89rem;
	line-height: 1.55;
}

.ocwd-work .wp-block-button .wp-block-button__link {
	border-color: var(--ocwd-yellow);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-work .wp-block-button .wp-block-button__link:hover {
	border-color: var(--ocwd-white);
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
}

.ocwd-systems {
	position: relative;
	overflow: hidden;
	background: var(--ocwd-sage);
}

.ocwd-systems::before {
	position: absolute;
	right: 7%;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(25, 23, 17, 0.15);
	border-radius: 50%;
	background: rgba(255, 212, 59, 0.42);
	content: "";
}

.ocwd-systems__grid {
	position: relative;
	z-index: 1;
	gap: 6rem;
}

.ocwd-systems h2 {
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 3.35rem;
}

.ocwd-systems__copy {
	max-width: 680px;
	margin: 0;
	color: #3e4138 !important;
	font-size: 1.12rem;
	line-height: 1.7;
}

.ocwd-orbit {
	position: relative;
	width: min(100%, 500px);
	aspect-ratio: 1 / 1;
	margin-left: auto;
}

.ocwd-orbit__ring {
	position: absolute;
	inset: 10%;
	border: 2px solid rgba(25, 23, 17, 0.28);
	border-radius: 50%;
	background-image: radial-gradient(rgba(25, 23, 17, 0.12) 1px, transparent 1px);
	background-size: 18px 18px;
	animation: ocwd-spin 30s linear infinite;
}

.ocwd-orbit__core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 150px;
	height: 150px;
	place-items: center;
	border: 2px solid var(--ocwd-ink);
	border-radius: 50%;
	background: var(--ocwd-yellow);
	box-shadow: 0 16px 40px rgba(36, 31, 20, 0.16);
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.05;
	text-align: center;
	transform: translate(-50%, -50%);
}

.ocwd-orbit__core i {
	position: absolute;
	right: 18px;
	bottom: 20px;
	width: 18px;
	height: 18px;
	border: 2px solid var(--ocwd-ink);
	border-radius: 50%;
	background: var(--ocwd-paper);
}

.ocwd-orbit__node {
	position: absolute;
	display: flex;
	min-width: 112px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.55rem 0.8rem;
	border: 2px solid var(--ocwd-ink);
	border-radius: 999px;
	background: var(--ocwd-paper);
	box-shadow: 0 10px 28px rgba(36, 31, 20, 0.12);
	font-size: 0.82rem;
	font-weight: 850;
	animation: ocwd-float 4.8s ease-in-out infinite;
}

.ocwd-orbit__node img {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.ocwd-orbit__node--one {
	top: 10%;
	left: 8%;
	background: var(--ocwd-paper);
}

.ocwd-orbit__node--two {
	top: 14%;
	right: 5%;
	background: var(--ocwd-blue);
	animation-delay: 550ms;
}

.ocwd-orbit__node--three {
	right: 9%;
	bottom: 13%;
	background: var(--ocwd-paper);
	animation-delay: 1000ms;
}

.ocwd-orbit__node--four {
	bottom: 12%;
	left: 7%;
	background: var(--ocwd-yellow-soft);
	animation-delay: 1450ms;
}

@keyframes ocwd-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.ocwd-blog {
	padding: 80px 0;
	background: var(--ocwd-paper);
}

.ocwd-blog__head {
	margin-bottom: 2.5rem;
}

.ocwd-blog__head.is-layout-flex {
	display: grid;
}

.ocwd-blog__head > .wp-block-group {
	min-width: 0;
}

.ocwd-blog__head h2 {
	font-size: 3rem;
}

.ocwd-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.ocwd-blog-card {
	display: flex;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-blog-card > p:empty {
	display: none;
}

.ocwd-blog-card:hover,
.ocwd-blog-card:focus-visible,
.ocwd-blog-card:focus-within {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-blog-card figure {
	height: 178px;
	overflow: hidden;
	margin: 0;
	background: #ede6d6;
}

.ocwd-blog-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ocwd-blog-card:hover img,
.ocwd-blog-card:focus-visible img,
.ocwd-blog-card:focus-within img {
	transform: scale(1.035);
}

.ocwd-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.1rem;
}

.ocwd-blog-card__body > span:not(.ocwd-card-read-more) {
	color: #7a5b00;
}

.ocwd-blog-card__body h3 {
	margin: 0 0 0.8rem;
	font-size: 1.08rem;
}

.ocwd-blog-card__body h3 a {
	text-decoration: none;
}

.ocwd-blog-card__body p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.6;
}

.ocwd-card-read-more,
.ocwd-blog-card__body .ocwd-card-read-more,
.ocwd-blog-archive-card__body .ocwd-card-read-more {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 0.35rem;
	margin: auto 0 0 !important;
	padding-top: 1.15rem;
	color: var(--ocwd-ink) !important;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none;
	text-transform: none;
}

.ocwd-card-read-more::after {
	display: inline-block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	background: currentColor;
	content: "";
	mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
	-webkit-mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
	transition: transform 180ms ease;
}

.ocwd-blog-card:hover .ocwd-card-read-more::after,
.ocwd-blog-card:focus-visible .ocwd-card-read-more::after,
.ocwd-blog-card:focus-within .ocwd-card-read-more::after,
.ocwd-blog-archive-card:hover .ocwd-card-read-more::after,
.ocwd-blog-archive-card:focus-within .ocwd-card-read-more::after,
.ocwd-project-card > a:hover .ocwd-card-read-more::after,
.ocwd-project-card > a:focus-visible .ocwd-card-read-more::after {
	transform: translateX(3px);
}

a.ocwd-card-read-more:hover,
a.ocwd-card-read-more:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--ocwd-yellow-strong);
	text-underline-offset: 0.2em;
}

.ocwd-blog-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: var(--ocwd-blue);
	color: var(--ocwd-ink);
	font-size: 0.76rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-blog-archive-header::before,
.ocwd-post-header::before {
	background: rgba(219, 234, 254, 0.9);
}

.ocwd-blog-archive-main,
.ocwd-post-main {
	background: var(--ocwd-paper);
}

.ocwd-blog-archive__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	column-gap: 4rem;
	row-gap: var(--ocwd-space-eyebrow-heading);
	align-items: end;
	margin: 0 auto 4rem;
}

.ocwd-blog-archive__head > .ocwd-kicker {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.ocwd-blog-archive__head h2 {
	max-width: 780px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-blog-archive__head > p:last-child {
	max-width: 470px;
	margin: 0 0 0.35rem;
	font-size: 1.04rem;
	line-height: 1.65;
}

.ocwd-blog-archive-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-blog-archive-grid > li {
	display: flex;
	margin: 0;
}

.ocwd-blog-archive-card {
	display: flex;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 8px;
	background: var(--ocwd-white);
	transition: var(--ocwd-card-transition);
}

.ocwd-blog-archive-card:hover,
.ocwd-blog-archive-card:focus-within {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-blog-archive-card__image {
	width: 100%;
	height: 236px;
	margin: 0 !important;
	overflow: hidden;
	background: #ede6d6;
}

.ocwd-blog-archive-card__image a,
.ocwd-blog-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.ocwd-blog-archive-card__image img {
	object-fit: cover;
	object-position: center center;
	transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ocwd-blog-archive-card:hover .ocwd-blog-archive-card__image img,
.ocwd-blog-archive-card:focus-within .ocwd-blog-archive-card__image img {
	transform: scale(1.035);
}

.ocwd-blog-archive-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.ocwd-blog-archive-card__body > * {
	margin-block-start: 0 !important;
}

.ocwd-blog-archive-card__meta {
	gap: 0.35rem 0.65rem;
	margin: 0 0 0.8rem;
	color: #7a5b00;
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-blog-archive-card__meta a,
.ocwd-blog-archive-card__meta time {
	color: inherit;
	text-decoration: none;
}

.ocwd-blog-archive-card h3 {
	margin: 0 0 0.85rem;
	font-size: 1.22rem;
	line-height: 1.16;
}

.ocwd-blog-archive-card h3 a {
	text-decoration: none;
}

.ocwd-blog-archive-card .wp-block-post-excerpt {
	margin: 0;
}

.ocwd-blog-archive-card .wp-block-post-excerpt__excerpt {
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.62;
}

.ocwd-blog-pagination {
	gap: 0.8rem;
	margin-top: 3rem;
}

.ocwd-blog-pagination a,
.ocwd-blog-pagination .page-numbers {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	font-size: 0.84rem;
	font-weight: 780;
	text-decoration: none;
}

.ocwd-blog-pagination a:hover,
.ocwd-blog-pagination a:focus-visible,
.ocwd-blog-pagination .page-numbers.current {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
}

.ocwd-blog-empty {
	padding: 2rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	font-weight: 700;
}

.ocwd-blog-archive-support {
	background: var(--ocwd-sage);
}

.ocwd-blog-archive-support__inner {
	gap: 7rem;
	align-items: center;
}

.ocwd-blog-archive-support__inner h2 {
	max-width: 760px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-blog-archive-support__copy {
	margin: 0 0 2rem;
	color: #403c31 !important;
	font-size: 1.08rem;
	line-height: 1.75;
}

.ocwd-blog-archive-support__inner .wp-block-buttons {
	margin: 0;
}

.ocwd-post-header h1 {
	max-width: 980px;
	font-size: 3.45rem;
	line-height: 1;
}

.ocwd-post-header__excerpt {
	max-width: 760px;
	margin: 0;
}

.ocwd-post-header__excerpt .wp-block-post-excerpt__excerpt {
	margin: 0;
	color: #565248;
	font-size: 1.12rem;
	line-height: 1.62;
}

.ocwd-post-header__meta {
	gap: 0.55rem;
	margin-top: 1.6rem !important;
}

.ocwd-post-header__meta > * {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.78);
	color: #4d493f;
	font-size: 0.76rem;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
}

.ocwd-post-header__meta a {
	color: inherit;
	text-decoration: none;
}

.ocwd-post-inline-feature {
	width: 100%;
	margin: 0 0 2.4rem !important;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 8px;
	background: #ede6d6;
}

.ocwd-post-inline-feature img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
	object-position: center center;
}

.ocwd-post-layout {
	display: grid;
	grid-template-columns: minmax(210px, 270px) minmax(0, 790px);
	gap: 4rem;
	align-items: start;
}

.ocwd-post-sidebar {
	position: sticky;
	top: var(--ocwd-sidebar-sticky-top);
	display: grid;
	margin-top: 0;
	padding: 1rem 0;
	border-top: 1px solid rgba(25, 23, 17, 0.22);
	border-bottom: 1px solid rgba(25, 23, 17, 0.22);
}

.ocwd-post-sidebar > * {
	margin-block-start: 0;
}

.ocwd-post-sidebar .ocwd-kicker,
.ocwd-project-details .ocwd-kicker {
	margin-bottom: var(--ocwd-sidebar-section-gap);
}

.ocwd-post-sidebar__list {
	display: grid;
	gap: var(--ocwd-sidebar-gap);
	margin: 0;
}

.ocwd-post-sidebar__item {
	display: grid;
	gap: 0.18rem;
	margin: 0 !important;
}

.ocwd-post-sidebar__item > *,
.ocwd-project-details dl > div > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.ocwd-post-sidebar__item > p:first-child {
	margin: 0;
	color: var(--ocwd-muted);
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-post-sidebar__item time,
.ocwd-post-sidebar__item .wp-block-post-terms,
.ocwd-post-sidebar__item a {
	color: var(--ocwd-ink);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.ocwd-post-sidebar__copy {
	margin: var(--ocwd-sidebar-section-gap) 0 0 !important;
	color: var(--ocwd-graphite) !important;
	font-size: 0.94rem;
	line-height: 1.55;
}

.ocwd-post-sidebar .wp-block-buttons {
	margin-top: 1rem !important;
}

.ocwd-post-sidebar .wp-block-buttons,
.ocwd-post-sidebar .wp-block-button,
.ocwd-post-sidebar .wp-block-button__link {
	width: 100%;
}

.ocwd-post-content-wrap {
	min-width: 0;
}

.ocwd-post-content {
	color: var(--ocwd-ink-soft);
	font-size: 1.08rem;
	line-height: 1.78;
}

.ocwd-post-content > * {
	max-width: 790px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.ocwd-post-content > * + * {
	margin-block-start: 1.45rem;
}

.ocwd-post-content h2,
.ocwd-post-content h3,
.ocwd-post-content h4 {
	color: var(--ocwd-ink);
	line-height: 1.12;
}

.ocwd-post-content h2 {
	margin-top: 3rem;
	font-size: 2.1rem;
}

.ocwd-post-content h3 {
	margin-top: 2.3rem;
	font-size: 1.55rem;
}

.ocwd-post-content p,
.ocwd-post-content li {
	color: var(--ocwd-ink-soft);
}

.ocwd-post-content a {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-decoration-color: var(--ocwd-yellow-strong);
}

.ocwd-post-content ul,
.ocwd-post-content ol {
	padding-left: 1.35rem;
}

.ocwd-post-content li + li {
	margin-top: 0.45rem;
}

.ocwd-post-content blockquote {
	margin: 2rem 0;
	padding: 1.3rem 1.4rem;
	border-left: 4px solid var(--ocwd-yellow);
	background: var(--ocwd-canvas);
	font-size: 1.16rem;
	line-height: 1.6;
}

.ocwd-post-content figure {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.ocwd-post-content img {
	border-radius: 8px;
}

.ocwd-post-content figcaption {
	margin-top: 0.65rem;
	color: var(--ocwd-muted);
	font-size: 0.82rem;
	text-align: left;
}

.ocwd-post-nav {
	gap: 0.8rem;
	margin-top: 4rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(25, 23, 17, 0.18);
}

.ocwd-post-nav a {
	display: inline-flex;
	min-height: var(--ocwd-button-height);
	align-items: center;
	justify-content: center;
	gap: var(--ocwd-button-icon-gap);
	padding: var(--ocwd-button-padding);
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.ocwd-post-nav a[rel="prev"]::before,
.ocwd-post-nav a[rel="next"]::after {
	display: inline-block;
	width: var(--ocwd-button-icon-size);
	height: var(--ocwd-button-icon-size);
	flex: 0 0 var(--ocwd-button-icon-size);
	background: currentColor;
	content: "";
}

.ocwd-post-nav a[rel="prev"]::before {
	mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-left.svg") center / contain no-repeat;
	-webkit-mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-left.svg") center / contain no-repeat;
}

.ocwd-post-nav a[rel="next"]::after {
	mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
	-webkit-mask: url("/wp-content/themes/ocwd-modern/assets/icons/arrow-right.svg") center / contain no-repeat;
}

.ocwd-post-nav a:hover,
.ocwd-post-nav a:focus-visible {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
}

.ocwd-post-related {
	background: var(--ocwd-canvas);
}

.ocwd-post-related__head {
	margin: 0 auto 3rem;
}

.ocwd-post-related__head h2 {
	max-width: 760px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-post-article > *,
.ocwd-project-article > * {
	margin-block-start: 0 !important;
}

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

.ocwd-work-archive-header::before,
.ocwd-project-header::before {
	background: rgba(220, 234, 216, 0.9);
}

.ocwd-work-archive-main,
.ocwd-project-main {
	background: var(--ocwd-paper);
}

.ocwd-work-archive__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	column-gap: 4rem;
	row-gap: var(--ocwd-space-eyebrow-heading);
	align-items: end;
	margin: 0 auto 4rem;
}

.ocwd-work-archive__head > .ocwd-kicker {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.ocwd-work-archive__head h2 {
	max-width: 820px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-work-archive__head > p:last-child {
	max-width: 480px;
	margin: 0 0 0.35rem;
	font-size: 1.04rem;
	line-height: 1.65;
}

.ocwd-project-archive-grid,
.ocwd-project-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	align-items: stretch;
}

.ocwd-project-card {
	display: flex;
	min-width: 0;
	height: 100%;
}

.ocwd-project-card > a {
	display: flex;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(25, 23, 17, 0.13);
	border-radius: 8px;
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
	text-decoration: none;
	transition: var(--ocwd-card-transition);
}

.ocwd-project-card > a:hover,
.ocwd-project-card > a:focus-visible {
	border-color: var(--ocwd-yellow-strong);
	background: #fffef8;
	transform: translateY(var(--ocwd-card-hover-y));
}

.ocwd-project-card__media {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0;
	overflow: hidden;
	background-color: #ede6d6;
	background-image: radial-gradient(rgba(25, 23, 17, 0.12) 1px, transparent 1px);
	background-size: 18px 18px;
}

.ocwd-project-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ocwd-project-card > a:hover .ocwd-project-card__media > img,
.ocwd-project-card > a:focus-visible .ocwd-project-card__media > img {
	transform: scale(1.035);
}

.ocwd-project-card__logo {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	width: 108px;
	height: 52px;
	overflow: hidden;
	border: 1px solid rgba(25, 23, 17, 0.14);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.9);
}

.ocwd-project-card__logo img {
	position: absolute;
	inset: 0.55rem 0.75rem;
	display: block;
	width: calc(100% - 1.5rem) !important;
	height: calc(100% - 1.1rem) !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: multiply;
}

.ocwd-project-card__logo br {
	display: none;
}

.ocwd-project-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.ocwd-project-card__type {
	display: block;
	margin-bottom: 0.7rem;
	color: #7a5b00;
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-project-card__title {
	display: block;
	margin: 0 0 0.78rem;
	font-size: 1.28rem;
	font-family: var(--ocwd-font-heading);
	font-weight: 700;
	line-height: 1.12;
}

.ocwd-project-card__summary {
	display: block;
	margin: 0;
	color: var(--ocwd-graphite);
	font-size: 0.94rem;
	line-height: 1.62;
}

.ocwd-project-image-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 2rem;
	color: var(--ocwd-ink);
	font-size: 0.82rem;
	font-weight: 820;
	text-align: center;
}

.ocwd-project-empty {
	padding: 2rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: var(--ocwd-white);
	font-weight: 700;
}

.ocwd-work-archive-principles {
	background: var(--ocwd-sage);
}

.ocwd-work-archive-principles__inner {
	gap: 7rem;
	align-items: center;
}

.ocwd-work-archive-principles__inner h2 {
	max-width: 760px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-work-archive-principles__copy {
	max-width: 600px;
	margin: var(--ocwd-space-heading-copy) 0 0;
	color: #403c31 !important;
	font-size: 1.04rem;
	line-height: 1.65;
}

.ocwd-work-principle-list {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-work-principle-list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(25, 23, 17, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 247, 0.48);
}

.ocwd-work-principle-list span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(25, 23, 17, 0.22);
	border-radius: 50%;
	background: var(--ocwd-paper);
}

.ocwd-work-principle-list li:nth-child(2) span {
	background: var(--ocwd-yellow);
}

.ocwd-work-principle-list li:nth-child(3) span {
	background: var(--ocwd-blue);
}

.ocwd-work-principle-list img {
	width: 20px;
	height: 20px;
}

.ocwd-work-principle-list strong {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.96rem;
}

.ocwd-work-principle-list p {
	margin: 0;
	color: #403c31 !important;
	font-size: 0.9rem;
	line-height: 1.58;
}

.ocwd-project-header h1 {
	max-width: 980px;
	font-size: 3.45rem;
	line-height: 1;
}

.ocwd-project-header__excerpt {
	max-width: 760px;
	margin: 0;
}

.ocwd-project-header__excerpt .wp-block-post-excerpt__excerpt {
	margin: 0;
	color: #565248;
	font-size: 1.12rem;
	line-height: 1.62;
}

.ocwd-project-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.6rem !important;
}

.ocwd-project-header__meta > * {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.78);
	color: #4d493f;
	font-size: 0.76rem;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
}

.ocwd-project-header__meta a:hover,
.ocwd-project-header__meta a:focus-visible {
	border-color: var(--ocwd-ink);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-project-visual {
	display: flex;
	align-items: center;
	padding: clamp(3rem, 5vw, 4.5rem) 0;
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
}

.ocwd-project-showcase {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 253, 247, 0.16);
	border-radius: 8px;
	background: #11100d;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.ocwd-project-showcase__toolbar {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.25rem;
	border-bottom: 1px solid rgba(255, 253, 247, 0.14);
	color: #c9c2b0;
	font-size: 0.68rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-project-showcase__dots {
	display: flex;
	gap: 5px;
}

.ocwd-project-showcase__dots i {
	width: 8px;
	height: 8px;
	border: 1px solid var(--ocwd-white);
	border-radius: 50%;
	background: var(--ocwd-yellow);
}

.ocwd-project-showcase__dots i:nth-child(2) {
	background: var(--ocwd-sage);
}

.ocwd-project-showcase__dots i:nth-child(3) {
	background: var(--ocwd-blue);
}

.ocwd-project-showcase__stage {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
	min-height: auto;
	overflow: hidden;
	padding: 0.85rem;
	background-color: #1d1a15;
	background-image: radial-gradient(rgba(255, 253, 247, 0.11) 1px, transparent 1px);
	background-size: 18px 18px;
}

.ocwd-project-showcase__stage > p:empty {
	display: none;
	margin: 0;
}

.ocwd-project-device {
	position: relative;
	z-index: 2;
	margin: 0;
	overflow: hidden;
	border: 6px solid var(--ocwd-paper);
	border-radius: 8px;
	background: var(--ocwd-paper);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.ocwd-project-device > span {
	position: absolute;
	z-index: 3;
	top: 0.7rem;
	left: 0.7rem;
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	padding: 0.28rem 0.6rem;
	border: 1px solid rgba(25, 23, 17, 0.16);
	border-radius: 999px;
	background: rgba(255, 253, 247, 0.9);
	color: var(--ocwd-ink);
	font-size: 0.68rem;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.ocwd-project-device img,
.ocwd-project-device .ocwd-project-image-placeholder {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top center;
}

.ocwd-project-device br {
	display: none;
}

.ocwd-project-device--desktop {
	width: 100%;
}

.ocwd-project-device--tablet {
	z-index: 4;
	width: 100%;
}

.ocwd-project-device--mobile {
	z-index: 5;
	width: 100%;
	justify-self: stretch;
}

.ocwd-project-showcase__decor {
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
}

.ocwd-project-showcase__decor br {
	display: none;
}

.ocwd-project-showcase__spark {
	position: absolute;
	border: 1px solid rgba(255, 253, 247, 0.28);
	border-radius: 50%;
	content: "";
}

.ocwd-project-showcase__spark--one {
	right: -70px;
	bottom: -86px;
	width: 220px;
	height: 220px;
	background: rgba(220, 234, 216, 0.22);
}

.ocwd-project-showcase__spark--two {
	top: 8%;
	left: 44%;
	width: 72px;
	height: 72px;
	background: rgba(255, 212, 59, 0.32);
	animation: ocwd-float 5.2s ease-in-out infinite;
}

.ocwd-project-main__grid {
	display: grid;
	grid-template-columns: minmax(230px, 310px) minmax(0, 790px);
	gap: 4rem;
	align-items: start;
}

.ocwd-project-sidebar {
	position: sticky;
	top: var(--ocwd-sidebar-sticky-top);
	margin-top: 0;
}

.ocwd-project-details {
	display: grid;
	padding: 1rem 0;
	border-top: 1px solid rgba(25, 23, 17, 0.22);
	border-bottom: 1px solid rgba(25, 23, 17, 0.22);
}

.ocwd-project-details > * {
	margin-block-start: 0 !important;
}

.ocwd-project-details > br,
.ocwd-project-details dl > br {
	display: none;
}

.ocwd-project-details dl {
	display: grid;
	gap: var(--ocwd-sidebar-gap);
	margin: 0;
}

.ocwd-project-details dl > div {
	display: grid;
	gap: 0.18rem;
}

.ocwd-project-details dl > div > p:empty {
	display: none;
}

.ocwd-project-details dt {
	color: var(--ocwd-muted);
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ocwd-project-details dd {
	margin: 0;
	color: var(--ocwd-ink);
	font-size: 0.96rem;
	font-weight: 720;
	line-height: 1.35;
}

.ocwd-project-details__summary {
	margin: var(--ocwd-sidebar-section-gap) 0 0 !important;
	color: var(--ocwd-graphite) !important;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ocwd-project-details__actions {
	display: grid;
	gap: 0.38rem;
	margin-top: 1rem !important;
}

.ocwd-project-details__actions > br {
	display: none;
}

.ocwd-project-details__button {
	display: inline-flex;
	min-height: var(--ocwd-button-height);
	align-items: center;
	justify-content: center;
	gap: var(--ocwd-button-icon-gap);
	padding: var(--ocwd-button-padding);
	border: 1px solid var(--ocwd-ink);
	border-radius: 8px;
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.ocwd-project-details__button--secondary {
	background: var(--ocwd-white);
}

.ocwd-project-details__button:hover,
.ocwd-project-details__button:focus-visible {
	background: var(--ocwd-ink);
	color: var(--ocwd-white);
}

.ocwd-project-details__button img {
	width: var(--ocwd-button-icon-size);
	height: var(--ocwd-button-icon-size);
	flex: 0 0 var(--ocwd-button-icon-size);
}

.ocwd-project-details__button br {
	display: none;
}

.ocwd-project-details__button:hover img,
.ocwd-project-details__button:focus-visible img {
	filter: invert(1);
}

.ocwd-dropdown__intro > a,
.ocwd-mobile-menu__footer > a,
.ocwd-project-details__button {
	column-gap: var(--ocwd-button-icon-gap);
}

.ocwd-dropdown__intro > a img {
	width: var(--ocwd-button-icon-size);
	height: var(--ocwd-button-icon-size);
	flex: 0 0 var(--ocwd-button-icon-size);
}

.ocwd-project-content-wrap {
	min-width: 0;
}

.ocwd-project-content-wrap > .ocwd-kicker {
	margin-bottom: var(--ocwd-space-eyebrow-heading);
}

.ocwd-project-content {
	color: var(--ocwd-ink-soft);
	font-size: 1.08rem;
	line-height: 1.78;
}

.ocwd-project-content > * {
	max-width: 790px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.ocwd-project-content > * + * {
	margin-block-start: 1.45rem;
}

.ocwd-project-content h2,
.ocwd-project-content h3,
.ocwd-project-content h4 {
	color: var(--ocwd-ink);
	line-height: 1.12;
}

.ocwd-project-content h2 {
	margin-top: 3rem;
	font-size: 2.1rem;
}

.ocwd-project-content h3 {
	margin-top: 2.3rem;
	font-size: 1.55rem;
}

.ocwd-project-content p,
.ocwd-project-content li {
	color: var(--ocwd-ink-soft);
}

.ocwd-project-content a {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-decoration-color: var(--ocwd-yellow-strong);
}

.ocwd-project-content img {
	border-radius: 8px;
}

.ocwd-project-related {
	background: var(--ocwd-canvas);
}

.ocwd-project-related__head {
	margin: 0 auto 3rem;
}

.ocwd-project-related__head h2 {
	max-width: 760px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.03;
}

.ocwd-process {
	background: var(--ocwd-white);
}

.ocwd-process__layout {
	gap: 8rem;
}

.ocwd-process h2 {
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 3.3rem;
}

.ocwd-process__layout > .wp-block-column:first-child > p:last-child {
	max-width: 450px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
}

.ocwd-process-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--ocwd-rule);
	list-style: none;
}

.ocwd-process-list li {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 1.5rem;
	padding: 2rem 0;
	border-bottom: 1px solid var(--ocwd-rule);
}

.ocwd-process-list li > span {
	padding-top: 0.25rem;
	color: var(--ocwd-ink);
	font-size: 0.72rem;
	font-weight: 850;
}

.ocwd-process-list h3 {
	margin: 0 0 0.65rem;
	font-size: 1.4rem;
}

.ocwd-process-list p {
	max-width: 600px;
	margin: 0;
	line-height: 1.65;
}

.ocwd-start {
	background: var(--ocwd-yellow);
}

.ocwd-start__grid {
	gap: 7rem;
}

.ocwd-start h2 {
	margin-bottom: 0;
}

.ocwd-start__copy {
	margin: 0 0 2rem;
	color: #343126 !important;
	font-size: 1.08rem;
	line-height: 1.75;
}

.ocwd-footer {
	padding: 128px 0 32px;
	background: #11100d;
	color: var(--ocwd-white);
}

.ocwd-footer p {
	color: #bbb3a2;
}

.ocwd-footer__lead {
	padding-bottom: 7rem;
	border-bottom: 1px solid var(--ocwd-dark-rule);
}

.ocwd-footer__lead h2 {
	max-width: 900px;
	margin-bottom: var(--ocwd-space-heading-copy);
	font-size: 5rem;
	line-height: 0.98;
}

.ocwd-footer__lead > p:not(.ocwd-kicker) {
	max-width: 620px;
	margin: 0 0 2rem;
	font-size: 1.12rem;
}

.ocwd-footer .ocwd-kicker {
	color: var(--ocwd-yellow) !important;
}

.ocwd-footer .ocwd-kicker::before {
	border-color: var(--ocwd-yellow);
}

.ocwd-footer .wp-block-button .wp-block-button__link {
	border-color: var(--ocwd-yellow);
	background: var(--ocwd-yellow);
	color: var(--ocwd-ink);
}

.ocwd-footer .wp-block-button .wp-block-button__link:hover {
	border-color: var(--ocwd-white);
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
}

.ocwd-footer .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #585246;
	background: transparent;
	color: var(--ocwd-white);
}

.ocwd-footer .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--ocwd-white);
	background: var(--ocwd-white);
	color: var(--ocwd-ink);
}

.ocwd-footer__grid {
	display: grid;
	grid-template-columns: 1.55fr 0.8fr 1.25fr 1fr;
	gap: 3.5rem;
	padding: 5rem 0;
}

.ocwd-brand--footer {
	align-self: start;
}

.ocwd-brand--footer img {
	width: 250px;
	filter: grayscale(1) brightness(0) invert(1);
}

.ocwd-footer__brand-column > p {
	max-width: 340px;
	margin: 1.7rem 0 1rem;
	font-size: 0.88rem;
	line-height: 1.7;
}

.ocwd-footer__brand-column > span {
	color: var(--ocwd-yellow);
	font-size: 0.76rem;
	font-weight: 750;
}

.ocwd-footer__grid h3 {
	margin: 0 0 1.3rem;
	color: #867f70;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ocwd-footer__grid ul {
	display: grid;
	gap: 0.72rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ocwd-footer__grid li {
	font-size: 0.82rem;
	line-height: 1.35;
}

.ocwd-footer__grid a,
.ocwd-footer__bottom a {
	color: #e6dfd0;
	text-decoration: none;
}

.ocwd-footer__grid a:hover,
.ocwd-footer__bottom a:hover {
	color: var(--ocwd-white);
}

.ocwd-footer__bottom {
	padding-top: 1.75rem;
	border-top: 1px solid var(--ocwd-dark-rule);
}

.ocwd-footer__bottom p {
	margin: 0;
	font-size: 0.72rem;
}

.js .ocwd-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .ocwd-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js .ocwd-reveal-delay-1 {
	transition-delay: 80ms;
}

.js .ocwd-reveal-delay-2 {
	transition-delay: 160ms;
}

.js .ocwd-reveal.is-visible:is(.ocwd-about-approach__card, .ocwd-contact-step, .ocwd-booking-expectation, .ocwd-blog-card, .ocwd-blog-archive-card, .ocwd-work-card) {
	transition: var(--ocwd-card-transition);
}

.js .ocwd-reveal.is-visible:is(.ocwd-about-approach__card, .ocwd-contact-step, .ocwd-blog-card, .ocwd-blog-archive-card):hover,
.js .ocwd-reveal.is-visible:is(.ocwd-blog-card, .ocwd-work-card):focus-visible,
.js .ocwd-reveal.is-visible.ocwd-blog-card:focus-within,
.js .ocwd-reveal.is-visible.ocwd-blog-archive-card:focus-within {
	border-color: var(--ocwd-card-hover-border);
	background: #fffef8;
	transform: none;
}

.js .ocwd-reveal.is-visible.ocwd-work-card:hover,
.js .ocwd-reveal.is-visible.ocwd-work-card:focus-visible {
	border-color: rgba(255, 212, 59, 0.9);
	background: #29261f;
	transform: none;
}

@media (min-width: 901px) {
	.ocwd-home h2 {
		font-size: 3.5rem;
	}

	.ocwd-systems h2 {
		font-size: 3.15rem;
	}

	.ocwd-blog__head h2 {
		font-size: 2.85rem;
	}

	.ocwd-process h2 {
		font-size: 3.1rem;
	}

	.ocwd-footer__lead h2 {
		font-size: 4.7rem;
	}
}

@media (max-width: 1200px) {
	:root {
		--ocwd-gutter: 42px;
		--ocwd-section: 112px;
	}

	.ocwd-hero__grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
		gap: 4%;
	}

	.ocwd-hero h1 {
		font-size: 4.15rem;
	}

	.ocwd-showcase {
		min-height: 450px;
	}

	.ocwd-showcase__stage {
		min-height: 394px;
	}

	.ocwd-home h2 {
		font-size: 3.1rem;
	}

	.ocwd-internal-header h1 {
		font-size: 3.3rem;
	}

	.ocwd-about-story__copy h2,
	.ocwd-about-approach__head h2,
	.ocwd-about-local h2 {
		font-size: 2.8rem;
	}

	.ocwd-service-row {
		grid-template-columns: 42px minmax(280px, 1fr) 38px;
		gap: 1.5rem;
	}

	.ocwd-work-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.ocwd-process__layout {
		gap: 5rem;
	}
}

@media (max-width: 1024px) {
	.ocwd-header__bar {
		gap: 1.2rem;
	}

	.ocwd-brand img {
		width: 196px;
	}

	.ocwd-hero__grid {
		grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
		gap: 3%;
	}

	.ocwd-hero h1 {
		font-size: 4.08rem;
	}

	.ocwd-hero__lead {
		font-size: 1.08rem;
	}

	.ocwd-internal-header {
		padding: 68px 0 74px;
	}

	.ocwd-showcase {
		min-height: 390px;
	}

	.ocwd-showcase__stage {
		min-height: 334px;
	}

	.ocwd-screen {
		width: 69%;
	}

	.ocwd-service-row {
		grid-template-columns: 38px 1fr 38px;
	}

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

	.ocwd-systems__grid,
	.ocwd-start__grid,
	.ocwd-blog-archive-support__inner {
		gap: 4rem;
	}

}

@media (min-width: 901px) and (max-height: 780px) {
	.ocwd-header__bar {
		min-height: 72px;
	}

	.ocwd-hero {
		min-height: 492px;
		padding: 32px 0;
	}

	.ocwd-hero h1 {
		margin-bottom: var(--ocwd-space-heading-copy);
	}

	.ocwd-hero__lead {
		font-size: 1.03rem;
		line-height: 1.48;
	}

	.ocwd-actions {
		margin-top: 1.45rem;
	}

	.ocwd-hero__meta {
		margin-top: 1.65rem;
	}

	.ocwd-showcase {
		min-height: 390px;
	}

	.ocwd-showcase__stage {
		min-height: 334px;
	}

	.ocwd-marquee__track {
		min-height: 66px;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	.ocwd-hero h1 {
		font-size: 3.38rem;
	}
}

@media (max-width: 900px) {
	:root {
		--ocwd-gutter: 28px;
		--ocwd-section: 94px;
	}

	.admin-bar header.wp-block-template-part {
		top: 0;
	}

	.ocwd-header {
		background: rgba(247, 243, 232, 0.98);
	}

	.ocwd-header__bar {
		min-height: 72px;
	}

	.ocwd-brand img {
		width: 184px;
	}

	.ocwd-hero {
		min-height: auto;
		padding: 58px 0 52px;
	}

	.ocwd-hero::before {
		top: 6%;
		right: -54px;
	}

	.ocwd-hero::after {
		display: none;
	}

	.ocwd-hero__grid {
		display: flex !important;
		flex-direction: column;
		gap: 2.25rem;
	}

	.ocwd-about-story__grid,
	.ocwd-about-local__grid,
	.ocwd-contact-layout,
	.ocwd-contact-faq__grid,
	.ocwd-booking-layout {
		display: flex !important;
		flex-direction: column;
		gap: 3rem;
	}

	.ocwd-contact-layout__aside,
	.ocwd-booking-aside {
		position: static;
	}

	.ocwd-internal-header h1 {
		max-width: 720px;
		font-size: 3rem;
	}

	.ocwd-about-map-card {
		max-width: 420px;
		margin: 0 auto;
	}

	.ocwd-about-story__copy h2,
	.ocwd-about-approach__head h2,
	.ocwd-about-local h2,
	.ocwd-contact-layout__aside h2,
	.ocwd-contact-steps__head h2,
	.ocwd-contact-faq__intro h2,
	.ocwd-booking-aside h2,
	.ocwd-booking-card h2,
	.ocwd-booking-expectations__head h2 {
		font-size: 2.65rem;
	}

	.ocwd-contact-step {
		min-height: 260px;
	}

	.ocwd-booking-expectations__grid {
		grid-template-columns: 1fr;
	}

	.ocwd-about-approach__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ocwd-about-approach__card {
		min-height: 320px;
	}

	.ocwd-hero h1 {
		max-width: 680px;
		font-size: 3.75rem;
	}

	.ocwd-hero__lead {
		max-width: 660px;
	}

	.ocwd-showcase {
		min-height: 330px;
		aspect-ratio: 16 / 8.6;
	}

	.ocwd-showcase__stage {
		min-height: 274px;
	}

	.ocwd-screen {
		width: 58%;
	}

	.ocwd-home h2,
	.ocwd-process h2,
	.ocwd-systems h2 {
		font-size: 2.85rem;
	}

	.ocwd-intro__grid,
	.ocwd-value-grid,
	.ocwd-systems__grid,
	.ocwd-process__layout,
	.ocwd-start__grid,
	.ocwd-blog-archive-support__inner {
		display: flex !important;
		flex-direction: column;
		gap: 3rem;
	}

	.ocwd-intro__grid {
		gap: var(--ocwd-space-eyebrow-heading);
	}

	.ocwd-intro__grid > .wp-block-column:first-child > .ocwd-kicker {
		margin-bottom: 0;
	}

	.ocwd-intro-blueprint {
		display: none;
	}

	.ocwd-service-wireframe {
		display: block !important;
	}

	.ocwd-section__head,
	.ocwd-blog__head,
	.ocwd-blog__head.is-layout-flex,
	.ocwd-blog-archive__head,
	.ocwd-work-archive__head {
		display: block;
		margin-bottom: 3.5rem;
	}

	.ocwd-section__head .ocwd-kicker,
	.ocwd-blog__head .ocwd-kicker,
	.ocwd-blog-archive__head .ocwd-kicker,
	.ocwd-work-archive__head .ocwd-kicker {
		margin-bottom: var(--ocwd-space-eyebrow-heading);
	}

	.ocwd-section__head > p:last-child,
	.ocwd-blog__head > p,
	.ocwd-blog-archive__head > p:last-child,
	.ocwd-work-archive__head > p:last-child {
		max-width: 620px;
		margin-top: var(--ocwd-space-heading-copy);
	}

	.ocwd-work__head,
	.ocwd-work__head.is-layout-flex {
		display: block;
		margin-bottom: 3.5rem;
	}

	.ocwd-work__head > p {
		max-width: 620px;
		margin-top: var(--ocwd-space-heading-copy);
	}

	.ocwd-start__grid,
	.ocwd-blog-archive-support__inner {
		gap: var(--ocwd-space-heading-copy);
	}

	.ocwd-service-row {
		grid-template-columns: 38px 1fr;
		align-items: start;
	}

	.ocwd-service-row__arrow {
		display: none;
	}

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

	.ocwd-work-card,
	.ocwd-work-card:nth-child(2),
	.ocwd-work-card:nth-child(n + 3):nth-child(-n + 5) {
		grid-column: auto;
	}

	.ocwd-work-card--featured {
		grid-column: span 2;
	}

	.ocwd-orbit {
		margin: 0 auto;
	}

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

	.ocwd-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3rem;
	}

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

@media (max-width: 640px) {
	:root {
		--ocwd-gutter: 20px;
		--ocwd-section: 76px;
	}

	.wp-block-button .wp-block-button__link {
		width: 100%;
		min-height: 50px;
	}

	.ocwd-contact-methods a,
	.ocwd-contact-form__submit,
	.ocwd-project-details__button,
	.ocwd-booking .bookly-form .bookly-btn,
	.ocwd-booking .bookly-form .bookly-btn-submit {
		min-height: 50px !important;
	}

	.ocwd-actions,
	.ocwd-start .wp-block-buttons,
	.ocwd-blog-archive-support .wp-block-buttons,
	.ocwd-footer .wp-block-buttons,
	.ocwd-about .wp-block-buttons {
		width: 100%;
	}

	.ocwd-actions .wp-block-button,
	.ocwd-start .wp-block-button,
	.ocwd-blog-archive-support .wp-block-button,
	.ocwd-footer .wp-block-button,
	.ocwd-about .wp-block-button {
		width: 100%;
	}

	.ocwd-hero {
		padding: 58px 0 52px;
	}

	.ocwd-hero h1 {
		font-size: 2.85rem;
		line-height: 1;
	}

	.ocwd-internal-header {
		padding: 58px 0 62px;
	}

	.ocwd-internal-header::before {
		top: 18px;
		right: -48px;
		width: 140px;
		height: 140px;
	}

	.ocwd-internal-header::after {
		display: none;
	}

	.ocwd-internal-header h1 {
		font-size: 2.55rem;
		line-height: 1;
	}

	.ocwd-internal-header__lead,
	.ocwd-about-story__copy p,
	.ocwd-about-local__copy {
		font-size: 1.01rem;
	}

	.ocwd-internal-header__meta {
		margin-top: 1.4rem !important;
	}

	.ocwd-about-map-card__canvas {
		min-height: 430px;
		padding: 0;
	}

	.ocwd-about-story__copy h2,
	.ocwd-about-approach__head h2,
	.ocwd-about-local h2,
	.ocwd-contact-layout__aside h2,
	.ocwd-contact-steps__head h2,
	.ocwd-contact-faq__intro h2,
	.ocwd-booking-aside h2,
	.ocwd-booking-card h2,
	.ocwd-booking-expectations__head h2 {
		font-size: 2.28rem;
	}

	.ocwd-contact-form-card,
	.ocwd-booking-card {
		padding: 1rem;
	}

	.ocwd-contact-methods,
	.ocwd-contact-method--booking,
	.ocwd-contact-methods a[href*="/booking"] {
		width: 100%;
	}

	.ocwd-contact-form__grid,
	.ocwd-contact-step-grid {
		grid-template-columns: 1fr;
	}

	.ocwd-contact-step {
		min-height: auto;
	}

	.ocwd-contact-form__submit {
		width: 100%;
	}

	.ocwd-booking .bookly-form .bookly-progress-tracker {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ocwd-booking .bookly-form .bookly-nav-steps,
	.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.ocwd-booking .bookly-form .bookly-nav-steps > *,
	.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps > *,
	.ocwd-booking .bookly-form .bookly-right,
	.ocwd-booking .bookly-form .bookly-left,
	.ocwd-booking .bookly-form .bookly-btn {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.ocwd-booking .bookly-form .bookly-columnizer .bookly-column {
		width: 100%;
		padding: 0 !important;
	}

	.ocwd-booking .bookly-form .bookly-time-step,
	.ocwd-booking .bookly-form .bookly-columnizer-wrap,
	.ocwd-booking .bookly-form .bookly-columnizer,
	.ocwd-booking .bookly-form .bookly-columnizer .bookly-time-screen,
	.ocwd-booking .bookly-form .bookly-columnizer .bookly-column,
	.ocwd-booking .bookly-form .bookly-columnizer .bookly-day,
	.ocwd-booking .bookly-form .bookly-columnizer .bookly-hour {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	.ocwd-booking .bookly-form .bookly-time-step .bookly-columnizer {
		display: grid !important;
		gap: 0.75rem;
	}

	.ocwd-booking .bookly-form .bookly-time-step .bookly-columnizer > button,
	.ocwd-booking .bookly-form .bookly-time-prev,
	.ocwd-booking .bookly-form .bookly-time-next {
		width: 100% !important;
		margin: 0.25rem 0 !important;
	}

	.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps .bookly-left:has(.bookly-time-prev) {
		display: grid !important;
		gap: 0.75rem;
	}

	.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps button.bookly-time-prev,
	.ocwd-booking .bookly-form .bookly-box.bookly-nav-steps button.bookly-time-next {
		display: flex !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.ocwd-booking .bookly-form .bookly-details-step .bookly-table {
		grid-template-columns: 1fr;
	}

	.ocwd-about-approach__grid {
		grid-template-columns: 1fr;
	}

	.ocwd-about-approach__card {
		min-height: 320px;
	}

	.ocwd-about-callout {
		grid-template-columns: 1fr;
	}

	.ocwd-about-local__facts li {
		align-items: center;
	}

	.ocwd-hero__lead,
	.ocwd-intro__lead {
		font-size: 1.04rem;
	}

	.ocwd-hero__visual {
		display: none;
	}

	.ocwd-hero__meta {
		margin-top: 2rem;
	}

	.ocwd-showcase {
		min-height: 310px;
		aspect-ratio: 1 / 1;
	}

	.ocwd-showcase__toolbar {
		height: 48px;
		padding: 0 0.85rem;
		font-size: 0.6rem;
	}

	.ocwd-showcase__stage {
		height: calc(100% - 48px);
		min-height: 262px;
	}

	.ocwd-screen {
		width: 72%;
		border-width: 6px;
	}

	.ocwd-screen__caption {
		display: block;
		font-size: 0.62rem;
	}

	.ocwd-screen__caption span {
		display: block;
		margin-top: 0.25rem;
	}

	.ocwd-screen--one {
		top: 9%;
		left: 4%;
	}

	.ocwd-screen--two {
		right: 4%;
		bottom: 10%;
	}

	.ocwd-showcase::after {
		right: 14px;
		bottom: 14px;
		width: 64px;
		height: 64px;
	}

	.ocwd-marquee__track {
		min-height: 62px;
		animation-duration: 46s;
	}

	.ocwd-marquee__track span {
		padding: 0 0.8rem;
		font-size: 0.74rem;
	}

	.ocwd-home h2,
	.ocwd-process h2,
	.ocwd-systems h2 {
		font-size: 2.28rem;
	}

	.ocwd-service-row {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1.6rem 0;
	}

	.ocwd-service-row__number {
		grid-column: auto;
	}

	.ocwd-service-row h3 {
		font-size: 1.32rem;
	}

	.ocwd-logo-reel__track {
		animation-duration: 54s;
	}

	.ocwd-logo-reel {
		--ocwd-logo-card-height: 82px;
		--ocwd-logo-card-padding-x: 1.15rem;
		--ocwd-logo-card-padding-y: 1rem;
		--ocwd-logo-card-width: 188px;
	}

	.ocwd-work-grid {
		grid-template-columns: 1fr;
	}

	.ocwd-work-card--featured {
		grid-column: auto;
	}

	.ocwd-work-card--featured h3 {
		font-size: 1.5rem;
	}

	.ocwd-blog-card h3 {
		font-size: 1.18rem;
	}

	.ocwd-work-card__body,
	.ocwd-work-card--featured .ocwd-work-card__body,
	.ocwd-blog-card__body {
		padding: 1rem;
	}

	.ocwd-orbit {
		width: 100%;
		max-width: 360px;
	}

	.ocwd-orbit__core {
		width: 118px;
		height: 118px;
		font-size: 1rem;
	}

	.ocwd-orbit__node {
		min-width: 94px;
		min-height: 42px;
		padding: 0.45rem 0.65rem;
		font-size: 0.72rem;
	}

	.ocwd-blog {
		padding: 64px 0;
	}

	.ocwd-blog__head {
		margin-bottom: 2.75rem;
	}

	.ocwd-blog-grid {
		grid-template-columns: 1fr;
	}

	.ocwd-blog-card figure {
		height: 190px;
	}

	.ocwd-process-list li {
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}

	.ocwd-footer {
		padding-top: 82px;
	}

	.ocwd-footer__lead {
		padding-bottom: 4.5rem;
	}

	.ocwd-footer__lead h2 {
		font-size: 3rem;
	}

	.ocwd-footer__grid {
		grid-template-columns: 1fr;
		padding: 4rem 0;
	}

	.ocwd-brand--footer img {
		width: 220px;
	}
}

@media (max-width: 360px) {
	.ocwd-hero {
		padding: 46px 0 42px;
	}

	.ocwd-hero h1 {
		font-size: 2.27rem;
	}

	.ocwd-internal-header h1 {
		font-size: 2.22rem;
	}

	.ocwd-hero__meta {
		display: none;
	}

	.ocwd-home h2,
	.ocwd-process h2,
	.ocwd-systems h2 {
		font-size: 2rem;
	}

	.ocwd-clients__head h2 {
		font-size: 1.9rem;
	}

	.ocwd-footer__lead h2 {
		font-size: 2.55rem;
	}
}

@media (max-width: 1200px) {
	.ocwd-blog-archive__head h2,
	.ocwd-blog-archive-support__inner h2,
	.ocwd-post-related__head h2 {
		font-size: 2.75rem;
	}

	.ocwd-post-inline-feature img {
		height: 340px;
	}

	.ocwd-post-layout {
		gap: 3.5rem;
	}
}

@media (max-width: 1024px) {
	.ocwd-blog-archive-grid,
	.ocwd-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ocwd-post-layout {
		grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
		gap: 3rem;
	}

	.ocwd-post-inline-feature img {
		height: 320px;
	}
}

@media (max-width: 900px) {
	.ocwd-blog-archive__head {
		display: block;
	}

	.ocwd-blog-archive__head h2,
	.ocwd-blog-archive-support__inner h2,
	.ocwd-post-related__head h2 {
		font-size: 2.65rem;
	}

	.ocwd-blog-archive__head > p:last-child,
	.ocwd-blog-archive-support__copy {
		max-width: 660px;
		margin-top: var(--ocwd-space-heading-copy);
	}

	.ocwd-blog-archive-support__inner .wp-block-buttons {
		margin-top: 1.65rem;
	}

	.ocwd-post-header h1 {
		font-size: 3rem;
	}

	.ocwd-post-inline-feature img {
		height: 300px;
	}

	.ocwd-post-layout {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.ocwd-post-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 2rem;
		row-gap: 0;
	}

	.ocwd-post-sidebar .ocwd-kicker,
	.ocwd-post-sidebar__copy,
	.ocwd-post-sidebar .wp-block-buttons {
		grid-column: 1 / -1;
	}

	.ocwd-post-sidebar__list {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.ocwd-blog-archive-grid,
	.ocwd-related-grid {
		grid-template-columns: 1fr;
	}

	.ocwd-blog-archive__head {
		margin-bottom: 2.75rem;
	}

	.ocwd-blog-archive__head h2,
	.ocwd-blog-archive-support__inner h2,
	.ocwd-post-related__head h2 {
		font-size: 2.28rem;
	}

	.ocwd-blog-archive-card__image {
		height: 210px;
	}

	.ocwd-blog-archive-card__body {
		padding: 1rem;
	}

	.ocwd-blog-pagination {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.ocwd-blog-pagination a,
	.ocwd-blog-pagination .page-numbers {
		width: 100%;
	}

	.ocwd-post-header h1 {
		font-size: 2.55rem;
	}

	.ocwd-post-header__excerpt .wp-block-post-excerpt__excerpt {
		font-size: 1.01rem;
	}

	.ocwd-post-inline-feature img {
		height: 220px;
	}

	.ocwd-post-sidebar,
	.ocwd-post-sidebar__list {
		grid-template-columns: 1fr;
	}

	.ocwd-post-content {
		font-size: 1.01rem;
		line-height: 1.72;
	}

	.ocwd-post-content h2 {
		font-size: 1.72rem;
	}

	.ocwd-post-content h3 {
		font-size: 1.36rem;
	}

	.ocwd-post-nav {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.ocwd-post-nav a {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.ocwd-post-header h1 {
		font-size: 2.22rem;
	}

	.ocwd-blog-archive__head h2,
	.ocwd-blog-archive-support__inner h2,
	.ocwd-post-related__head h2 {
		font-size: 2rem;
	}

	.ocwd-post-inline-feature img {
		height: 200px;
	}
}

@media (max-width: 1200px) {
	.ocwd-work-archive__head h2,
	.ocwd-work-archive-principles__inner h2,
	.ocwd-project-related__head h2 {
		font-size: 2.75rem;
	}

	.ocwd-project-main__grid {
		gap: 3.5rem;
	}
}

@media (max-width: 1024px) {
	.ocwd-project-archive-grid,
	.ocwd-project-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ocwd-project-card__media {
		height: 230px;
	}

	.ocwd-project-showcase__stage {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ocwd-project-main__grid {
		grid-template-columns: minmax(200px, 270px) minmax(0, 1fr);
		gap: 3rem;
	}
}

@media (max-width: 900px) {
	.ocwd-work-archive__head {
		display: block;
	}

	.ocwd-work-archive__head h2,
	.ocwd-work-archive-principles__inner h2,
	.ocwd-project-related__head h2 {
		font-size: 2.65rem;
	}

	.ocwd-work-archive__head > p:last-child {
		max-width: 660px;
		margin-top: var(--ocwd-space-heading-copy);
	}

	.ocwd-work-archive-principles__inner {
		display: flex !important;
		flex-direction: column;
		gap: var(--ocwd-space-heading-copy);
	}

	.ocwd-project-header h1 {
		font-size: 3rem;
	}

	.ocwd-project-device {
		border-width: 6px;
	}

	.ocwd-project-main__grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.ocwd-project-sidebar {
		position: static;
		margin-top: 0;
	}

	.ocwd-project-details dl {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ocwd-project-showcase__stage {
		display: grid;
		grid-template-columns: 1fr;
		min-height: auto;
		gap: 0.85rem;
		padding: 0.85rem;
	}

	.ocwd-project-visual {
		padding: 2.2rem 0;
	}

	.ocwd-project-device,
	.ocwd-project-device--desktop,
	.ocwd-project-device--tablet,
	.ocwd-project-device--mobile {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		transform: none;
	}

	.ocwd-project-device--desktop {
		aspect-ratio: auto;
	}

	.ocwd-project-device--tablet {
		aspect-ratio: auto;
	}

	.ocwd-project-device--mobile {
		max-width: none;
		aspect-ratio: auto;
		justify-self: stretch;
	}

	.ocwd-project-showcase__spark {
		display: none;
	}
}

@media (max-width: 640px) {
	.ocwd-project-archive-grid,
	.ocwd-project-related-grid {
		grid-template-columns: 1fr;
	}

	.ocwd-work-archive__head {
		margin-bottom: 2.75rem;
	}

	.ocwd-work-archive__head h2,
	.ocwd-work-archive-principles__inner h2,
	.ocwd-project-related__head h2 {
		font-size: 2.28rem;
	}

	.ocwd-project-header h1 {
		font-size: 2.55rem;
	}

	.ocwd-project-header__excerpt .wp-block-post-excerpt__excerpt {
		font-size: 1.01rem;
	}

	.ocwd-project-card__media {
		height: 220px;
	}

	.ocwd-project-card__logo {
		right: 0.7rem;
		bottom: 0.7rem;
		width: 96px;
		height: 48px;
	}

	.ocwd-project-card__logo img {
		inset: 0.5rem 0.65rem;
		width: calc(100% - 1.3rem) !important;
		height: calc(100% - 1rem) !important;
	}

	.ocwd-project-card__body {
		padding: 1rem;
	}

	.ocwd-work-principle-list li {
		grid-template-columns: 1fr;
	}

	.ocwd-project-details dl {
		grid-template-columns: 1fr;
	}

	.ocwd-project-details__button {
		width: 100%;
	}

	.ocwd-project-content {
		font-size: 1.01rem;
		line-height: 1.72;
	}

	.ocwd-project-content h2 {
		font-size: 1.72rem;
	}

	.ocwd-project-content h3 {
		font-size: 1.36rem;
	}
}

@media (max-width: 360px) {
	.ocwd-project-header h1 {
		font-size: 2.22rem;
	}

	.ocwd-work-archive__head h2,
	.ocwd-work-archive-principles__inner h2,
	.ocwd-project-related__head h2 {
		font-size: 2rem;
	}

}

@media (max-width: 1200px) {
	.ocwd-services-overview__copy h2,
	.ocwd-services-catalog__head h2,
	.ocwd-services-fit h2,
	.ocwd-services-process__head h2,
	.ocwd-tools-overview__copy h2,
	.ocwd-tools-catalog__head h2,
	.ocwd-tools-guidance h2,
	.ocwd-tools-next__inner h2 {
		font-size: 2.8rem;
	}

	.ocwd-service-hero h1 {
		font-size: 3.65rem;
	}

	.ocwd-service-fit__head h2,
	.ocwd-service-fit__copy h2,
	.ocwd-service-inclusions__head h2,
	.ocwd-service-path__copy h2,
	.ocwd-service-outcomes h2,
	.ocwd-service-process__head h2,
	.ocwd-service-process__layout h2,
	.ocwd-service-related__head h2,
	.ocwd-service-faq__intro h2 {
		font-size: 2.8rem;
	}

	.ocwd-services-overview__grid,
	.ocwd-services-fit__grid,
	.ocwd-tools-overview__grid,
	.ocwd-tools-guidance__grid {
		gap: 4rem;
	}

	.ocwd-service-hero__grid,
	.ocwd-service-fit__layout,
	.ocwd-service-path__grid,
	.ocwd-service-outcomes__grid,
	.ocwd-service-process__layout,
	.ocwd-service-faq__grid,
	.ocwd-service-faq__layout {
		gap: 4rem;
	}

	.ocwd-service-process__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 900px) {
	.ocwd-services-overview__grid,
	.ocwd-services-fit__grid,
	.ocwd-tools-overview__grid,
	.ocwd-tools-guidance__grid {
		display: flex !important;
		flex-direction: column;
		gap: 3rem;
	}

	.ocwd-services-overview__copy h2,
	.ocwd-services-catalog__head h2,
	.ocwd-services-fit h2,
	.ocwd-services-process__head h2,
	.ocwd-tools-overview__copy h2,
	.ocwd-tools-catalog__head h2,
	.ocwd-tools-guidance h2,
	.ocwd-tools-next__inner h2 {
		font-size: 2.65rem;
	}

	.ocwd-service-hero {
		padding: 68px 0 82px;
	}

	.ocwd-service-hero__grid,
	.ocwd-service-fit__layout,
	.ocwd-service-path__grid,
	.ocwd-service-outcomes__grid,
	.ocwd-service-process__layout,
	.ocwd-service-faq__grid,
	.ocwd-service-faq__layout {
		display: flex !important;
		flex-direction: column;
		gap: 3rem;
	}

	.ocwd-service-hero h1 {
		max-width: 760px;
		font-size: 3rem;
	}

	.ocwd-service-fit__head h2,
	.ocwd-service-fit__copy h2,
	.ocwd-service-inclusions__head h2,
	.ocwd-service-path__copy h2,
	.ocwd-service-outcomes h2,
	.ocwd-service-process__head h2,
	.ocwd-service-process__layout h2,
	.ocwd-service-related__head h2,
	.ocwd-service-faq__intro h2 {
		font-size: 2.65rem;
	}

	.ocwd-service-fit__grid,
	.ocwd-service-inclusions__grid,
	.ocwd-service-related__grid,
	.ocwd-service-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ocwd-service-faq__intro {
		position: static;
	}

	.ocwd-services-catalog__head,
	.ocwd-tools-catalog__head {
		margin-bottom: 3rem;
	}

	.ocwd-services-catalog__group,
	.ocwd-tools-catalog__group {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.ocwd-services-catalog__group-head,
	.ocwd-tools-catalog__group-head {
		max-width: 660px;
	}

	.ocwd-services-process__head {
		margin-bottom: 2.75rem;
	}
}

@media (max-width: 640px) {
	.ocwd-services-page .wp-block-buttons,
	.ocwd-services-page .wp-block-button,
	.ocwd-tools-page .wp-block-buttons,
	.ocwd-tools-page .wp-block-button {
		width: 100%;
	}

	.ocwd-services-overview,
	.ocwd-tools-overview {
		padding-top: 64px;
	}

	.ocwd-services-overview__copy h2,
	.ocwd-services-catalog__head h2,
	.ocwd-services-fit h2,
	.ocwd-services-process__head h2,
	.ocwd-tools-overview__copy h2,
	.ocwd-tools-catalog__head h2,
	.ocwd-tools-guidance h2,
	.ocwd-tools-next__inner h2 {
		font-size: 2.28rem;
	}

	.ocwd-services-overview__copy p,
	.ocwd-services-catalog__head p,
	.ocwd-services-fit__copy,
	.ocwd-tools-overview__copy p,
	.ocwd-tools-catalog__head p,
	.ocwd-tools-guidance__copy,
	.ocwd-tools-next__inner > p:not(.ocwd-kicker) {
		font-size: 1.01rem;
	}

	.ocwd-service-hero {
		padding: 58px 0 68px;
	}

	.ocwd-service-hero::before {
		top: 18px;
		right: 16px;
		width: 140px;
		height: 140px;
	}

	.ocwd-service-hero::after {
		display: none;
	}

	.ocwd-service-hero h1 {
		font-size: 2.55rem;
	}

	.ocwd-service-hero__lead,
	.ocwd-service-fit__head p:not(.ocwd-kicker),
	.ocwd-service-fit__copy > p:not(.ocwd-kicker),
	.ocwd-service-path__copy > p:not(.ocwd-kicker),
	.ocwd-service-outcomes__copy,
	.ocwd-service-process__layout > .wp-block-column:first-child > p:last-child,
	.ocwd-service-faq__intro p:not(.ocwd-kicker) {
		font-size: 1.01rem;
	}

	.ocwd-service-hero .wp-block-buttons,
	.ocwd-service-hero .wp-block-button {
		width: 100%;
	}

	.ocwd-website-builder {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}

	.ocwd-website-builder::before {
		right: -12px;
		bottom: -12px;
		width: 92px;
		height: 92px;
	}

	.ocwd-website-builder__stage {
		min-height: 330px;
		padding: 0.85rem;
	}

	.ocwd-website-builder__page {
		top: 24px;
		left: 16px;
		width: 64%;
		min-height: 224px;
		padding: 0.95rem;
	}

	.ocwd-website-builder__page strong {
		font-size: 1.22rem;
	}

	.ocwd-website-builder__panel {
		right: 14px;
		width: 46%;
		padding: 0.7rem;
	}

	.ocwd-website-builder__panel--one {
		top: 42px;
	}

	.ocwd-website-builder__panel--two {
		top: 128px;
		right: 8px;
	}

	.ocwd-website-builder__panel--three {
		right: 30px;
		bottom: 24px;
	}

	.ocwd-website-builder__cursor {
		right: 96px;
		bottom: 90px;
		width: 42px;
		height: 42px;
	}

	.ocwd-service-path::before {
		top: 20px;
		right: 16px;
		left: auto;
		width: 122px;
		height: 122px;
	}

	.ocwd-service-path::after {
		right: 14px;
		bottom: -64px;
		width: 128px;
		height: 128px;
	}

	.ocwd-service-path__points li {
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}

	.ocwd-service-blueprint {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}

	.ocwd-service-blueprint::before {
		top: 12px;
		right: 12px;
		width: 70px;
		height: 70px;
	}

	.ocwd-service-blueprint__stage {
		min-height: 342px;
		padding: 0.85rem;
	}

	.ocwd-service-blueprint__page {
		top: 48px;
		width: 66%;
		min-height: 224px;
		padding: 0.92rem;
	}

	.ocwd-service-blueprint__page strong {
		font-size: 1.18rem;
	}

	.ocwd-service-blueprint__page i:nth-of-type(3) {
		height: 34px;
	}

	.ocwd-service-blueprint__node {
		min-height: 38px;
		padding: 0.42rem 0.58rem;
		font-size: 0.7rem;
	}

	.ocwd-service-blueprint__node--one {
		top: 36px;
		left: 12px;
	}

	.ocwd-service-blueprint__node--two {
		top: 152px;
		right: 8px;
	}

	.ocwd-service-blueprint__node--three {
		bottom: 34px;
		left: 16px;
	}

	.ocwd-service-blueprint__line {
		display: none;
	}

	.ocwd-service-blueprint__cursor {
		right: 82px;
		bottom: 96px;
		width: 38px;
		height: 38px;
	}

	.ocwd-service-wireframe {
		max-width: 336px;
	}

	.ocwd-service-motion {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
		box-shadow: 0 14px 34px rgba(36, 31, 20, 0.09);
	}

	.ocwd-service-motion__bar {
		height: 40px;
		padding: 0 0.82rem;
	}

	.ocwd-service-motion__bar b {
		font-size: 0.61rem;
	}

	.ocwd-service-motion__stage {
		min-height: 338px;
		padding: 0;
	}

	.ocwd-service-motion__stage::before {
		top: 28px;
		right: 18px;
		width: 68px;
		height: 68px;
	}

	.ocwd-service-motion__stage::after {
		bottom: 16px;
		left: 20px;
		width: 108px;
		height: 108px;
	}

	.ocwd-service-motion__halo {
		width: 146px;
		height: 146px;
		margin-bottom: 3.4rem;
	}

	.ocwd-service-motion__halo::before {
		inset: 0;
		transform: scale(1.22);
	}

	.ocwd-service-motion__halo img {
		width: 82px;
		height: 82px;
	}

	.ocwd-service-motion__caption {
		right: 16px;
		bottom: 18px;
		left: 16px;
		padding: 0.82rem;
	}

	.ocwd-service-motion__caption strong {
		font-size: 0.92rem;
	}

	.ocwd-service-animation {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
		box-shadow: 0 14px 34px rgba(36, 31, 20, 0.09);
	}

	.ocwd-service-animation::before {
		top: 44px;
		right: 16px;
		width: 72px;
		height: 72px;
	}

	.ocwd-service-animation::after {
		bottom: -44px;
		left: -28px;
		width: 104px;
		height: 104px;
	}

	.ocwd-service-animation__bar {
		height: 40px;
		padding: 0 0.82rem;
	}

	.ocwd-service-animation__bar b {
		font-size: 0.61rem;
	}

	.ocwd-service-animation__stage {
		min-height: 338px;
		padding: 0.88rem;
	}

	.ocwd-addons-board {
		top: 24px;
		left: 14px;
		width: 204px;
		gap: 0.58rem;
	}

	.ocwd-addons-ticket {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 0.5rem;
		padding: 0.6rem;
	}

	.ocwd-addons-ticket span {
		width: 30px;
		height: 30px;
	}

	.ocwd-addons-ticket--two {
		margin-left: 16px;
	}

	.ocwd-addons-gauge {
		right: 16px;
		bottom: 36px;
		width: 112px;
		height: 112px;
	}

	.ocwd-addons-gauge span {
		top: 54px;
		left: 56px;
		width: 42px;
	}

	.ocwd-addons-gauge b {
		bottom: 24px;
		font-size: 0.6rem;
	}

	.ocwd-addons-gauge i {
		bottom: 42px;
	}

	.ocwd-addons-gauge i:nth-of-type(1) {
		left: 21px;
	}

	.ocwd-addons-gauge i:nth-of-type(2) {
		left: 51px;
	}

	.ocwd-addons-gauge i:nth-of-type(3) {
		right: 21px;
	}

	.ocwd-addons-cursor {
		right: 124px;
		bottom: 54px;
	}

	.ocwd-plugin-core,
	.ocwd-ai-model {
		top: 86px;
		width: 136px;
		min-height: 136px;
		padding: 0.82rem;
	}

	.ocwd-plugin-core strong,
	.ocwd-ai-model strong {
		font-size: 0.92rem;
	}

	.ocwd-plugin-hook,
	.ocwd-consulting-node,
	.ocwd-automation-node,
	.ocwd-iot-sensor,
	.ocwd-ai-output {
		min-width: 74px;
		min-height: 36px;
		padding: 0.38rem 0.5rem;
		font-size: 0.64rem;
	}

	.ocwd-plugin-hook--one {
		top: 48px;
		left: 12px;
	}

	.ocwd-plugin-hook--two {
		top: 172px;
		right: 12px;
	}

	.ocwd-plugin-hook--three {
		bottom: 52px;
		left: 18px;
	}

	.ocwd-plugin-line,
	.ocwd-automation-path,
	.ocwd-iot-link {
		display: none;
	}

	.ocwd-plugin-code {
		right: 14px;
		bottom: 20px;
		width: 104px;
	}

	.ocwd-cms-editor {
		top: 36px;
		left: 16px;
		width: 240px;
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 0.58rem;
		padding: 0.82rem;
	}

	.ocwd-cms-card {
		right: 14px;
		width: 82px;
		padding: 0.58rem;
		font-size: 0.82rem;
	}

	.ocwd-cms-card--one {
		top: 82px;
	}

	.ocwd-cms-card--two {
		top: 154px;
	}

	.ocwd-seo-serp {
		top: 30px;
		left: 16px;
		width: 232px;
		padding: 0.8rem;
	}

	.ocwd-seo-searchbar {
		font-size: 0.62rem;
	}

	.ocwd-seo-crawler {
		top: 68px;
		right: 24px;
	}

	.ocwd-seo-ranks {
		right: 26px;
		bottom: 36px;
	}

	.ocwd-analytics-dashboard {
		inset: 22px 16px auto;
		gap: 0.58rem;
	}

	.ocwd-analytics-line {
		min-height: 84px;
	}

	.ocwd-analytics-report {
		right: 14px;
		bottom: 20px;
		width: 136px;
	}

	.ocwd-hosting-rack {
		top: 40px;
		left: 18px;
		width: 160px;
		padding: 0.68rem;
	}

	.ocwd-hosting-shield {
		top: 68px;
		right: 18px;
		width: 96px;
		height: 110px;
	}

	.ocwd-hosting-backup {
		right: 16px;
		bottom: 36px;
	}

	.ocwd-hosting-wave {
		left: 34px;
		bottom: 50px;
	}

	.ocwd-training-editor {
		top: 40px;
		left: 16px;
		width: 216px;
		padding: 0.85rem;
	}

	.ocwd-training-steps {
		top: 70px;
		right: 20px;
	}

	.ocwd-training-badge {
		right: 16px;
		bottom: 42px;
	}

	.ocwd-training-cursor {
		left: 180px;
		bottom: 72px;
	}

	.ocwd-consulting-map {
		inset: 30px 16px auto;
	}

	.ocwd-consulting-node--two {
		left: 112px;
	}

	.ocwd-consulting-node--three {
		bottom: 28px;
	}

	.ocwd-consulting-compass {
		left: 22px;
		bottom: 42px;
	}

	.ocwd-consulting-note {
		right: 18px;
		bottom: 42px;
		width: 128px;
	}

	.ocwd-automation-flow {
		inset: 42px 16px auto;
	}

	.ocwd-automation-node--logic {
		left: 112px;
	}

	.ocwd-automation-node--notify {
		right: 10px;
	}

	.ocwd-script-window {
		top: 36px;
		left: 16px;
		width: 244px;
	}

	.ocwd-script-file {
		right: 18px;
		width: 68px;
		padding: 0.68rem 0.5rem;
	}

	.ocwd-script-file--one {
		top: 80px;
	}

	.ocwd-script-file--two {
		top: 160px;
	}

	.ocwd-webapp-shell {
		inset: 30px 16px auto;
		grid-template-columns: 54px minmax(0, 1fr);
		min-height: 208px;
	}

	.ocwd-webapp-deploy {
		right: 18px;
		bottom: 34px;
	}

	.ocwd-mobile-phone {
		left: 50%;
		width: 148px;
		min-height: 238px;
		transform: translateX(-50%);
	}

	.ocwd-mobile-device--tablet {
		top: 82px;
		left: 24px;
		width: 72px;
		height: 110px;
	}

	.ocwd-mobile-install {
		right: 18px;
		bottom: 42px;
	}

	.ocwd-mobile-ring {
		top: 58px;
		right: 44px;
	}

	.ocwd-iot-cloud {
		width: 116px;
	}

	.ocwd-iot-sensor--one {
		top: 54px;
		left: 18px;
	}

	.ocwd-iot-sensor--two {
		top: 68px;
		right: 16px;
	}

	.ocwd-iot-sensor--three {
		left: 28px;
		bottom: 54px;
	}

	.ocwd-iot-dashboard {
		right: 18px;
		bottom: 42px;
		width: 84px;
	}

	.ocwd-ai-data {
		top: 74px;
		left: 18px;
	}

	.ocwd-ai-output--one {
		right: 18px;
	}

	.ocwd-ai-output--two {
		right: 14px;
	}

	.ocwd-ai-output--three {
		right: 22px;
	}

	.ocwd-ai-review {
		left: 24px;
		bottom: 48px;
	}

	.ocwd-service-custom-visual {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}

	.ocwd-service-custom-visual__stage {
		min-height: 338px;
		padding: 0.88rem;
	}

	.ocwd-service-custom-visual__core {
		top: 70px;
		width: min(218px, 64%);
		min-height: 164px;
		padding: 0.9rem;
	}

	.ocwd-service-custom-visual__core strong {
		font-size: 1.18rem;
	}

	.ocwd-service-custom-visual__node {
		min-height: 34px;
		max-width: 146px;
		padding: 0.38rem 0.54rem;
		font-size: 0.66rem;
	}

	.ocwd-service-custom-visual__node--one {
		top: 48px;
		left: 12px;
	}

	.ocwd-service-custom-visual__node--two {
		top: 176px;
		right: 10px;
	}

	.ocwd-service-custom-visual__node--three {
		bottom: 72px;
		left: 14px;
	}

	.ocwd-service-custom-visual__signals {
		right: 18px;
		bottom: 38px;
		height: 54px;
	}

	.ocwd-service-custom-visual__chips {
		right: 14px;
		left: 14px;
	}

	.ocwd-service-fit-list li {
		grid-template-columns: 1fr;
	}

	.ocwd-section__head.ocwd-service-inclusions__head {
		display: block;
		margin-bottom: 2.75rem;
	}

	.ocwd-section__head.ocwd-service-inclusions__head > p:last-child {
		max-width: 660px;
		margin-top: var(--ocwd-space-heading-copy);
	}

	.ocwd-service-build-row {
		grid-template-columns: 1fr;
		gap: 0.7rem;
		align-items: start;
		padding: 1.45rem 0;
	}

	.ocwd-service-build-row__number {
		padding-top: 0;
	}

	.ocwd-service-build-row__title {
		display: block;
		margin-bottom: 0.65rem;
	}

	.ocwd-service-build-row__title .ocwd-line-icon {
		display: none;
	}

	.ocwd-service-build-row h3 {
		font-size: 1.34rem;
		line-height: 1.14;
	}

	.ocwd-service-build-row p {
		max-width: 620px;
	}

	.ocwd-service-process-list li {
		grid-template-columns: 1fr;
		gap: 0.7rem;
		padding: 1.45rem 0;
	}

	.ocwd-service-process-list li > span {
		padding-top: 0;
	}

	.ocwd-service-faq__actions,
	.ocwd-service-faq__actions .wp-block-button {
		width: 100%;
	}

	.ocwd-service-faq-trigger {
		grid-template-columns: minmax(0, 1fr) 32px;
		gap: 0.78rem;
		padding: 1rem 0.75rem;
	}

	.ocwd-service-faq-trigger strong {
		font-size: 1rem;
	}

	.ocwd-service-faq-trigger i {
		width: 32px;
		height: 32px;
	}

	.ocwd-service-faq-panel__inner {
		padding: 0 0.75rem 1.1rem;
	}

	.ocwd-service-fit__head,
	.ocwd-service-inclusions__head,
	.ocwd-service-process__head,
	.ocwd-service-related__head {
		margin-bottom: 2.75rem;
	}

	.ocwd-service-fit__head h2,
	.ocwd-service-fit__copy h2,
	.ocwd-service-inclusions__head h2,
	.ocwd-service-path__copy h2,
	.ocwd-service-outcomes h2,
	.ocwd-service-process__head h2,
	.ocwd-service-process__layout h2,
	.ocwd-service-related__head h2,
	.ocwd-service-faq__intro h2 {
		font-size: 2.28rem;
	}

	.ocwd-service-fit__grid,
	.ocwd-service-inclusions__grid,
	.ocwd-service-related__grid,
	.ocwd-service-process__grid,
	.ocwd-services-card-grid,
	.ocwd-services-process__steps {
		grid-template-columns: 1fr;
	}

	.ocwd-service-fit-card,
	.ocwd-service-inclusion-card,
	.ocwd-service-related-card,
	.ocwd-service-process__grid div,
	.ocwd-services-card,
	.ocwd-services-process__steps div {
		min-height: 0;
	}

	.ocwd-service-outcomes__list li {
		grid-template-columns: 1fr;
	}

	.ocwd-services-fit-list li {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.ocwd-services-overview__copy h2,
	.ocwd-services-catalog__head h2,
	.ocwd-services-fit h2,
	.ocwd-services-process__head h2 {
		font-size: 2rem;
	}

	.ocwd-service-hero h1,
	.ocwd-service-fit__head h2,
	.ocwd-service-fit__copy h2,
	.ocwd-service-inclusions__head h2,
	.ocwd-service-path__copy h2,
	.ocwd-service-outcomes h2,
	.ocwd-service-process__head h2,
	.ocwd-service-process__layout h2,
	.ocwd-service-related__head h2,
	.ocwd-service-faq__intro h2 {
		font-size: 2rem;
	}
}

@media (max-width: 900px) {
	.ocwd-tools-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ocwd-tool-layout {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.ocwd-tool-related__head {
		margin-bottom: 2.75rem;
	}

	.ocwd-tool-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ocwd-tool-panel:first-child {
		border-right: 0;
		border-bottom: 1px solid rgba(25, 23, 17, 0.12);
	}

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

@media (max-width: 640px) {
	.ocwd-tools-console {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
		box-shadow: 0 14px 34px rgba(36, 31, 20, 0.09);
	}

	.ocwd-tools-console__bar {
		height: 40px;
		padding: 0 0.82rem;
	}

	.ocwd-tools-console__bar span,
	.ocwd-tools-console__bar b {
		font-size: 0.61rem;
	}

	.ocwd-tools-console__stage {
		min-height: 338px;
		padding: 1rem;
	}

	.ocwd-tools-console__grid {
		gap: 0.62rem;
	}

	.ocwd-tools-console__grid span {
		min-height: 86px;
		padding: 0.78rem;
		font-size: 0.8rem;
	}

	.ocwd-tools-console__meter {
		right: 16px;
		bottom: 18px;
		left: 16px;
		padding: 0.82rem;
	}

	.ocwd-tools-console__cursor {
		right: 58px;
		bottom: 86px;
		width: 40px;
		height: 40px;
	}

	.ocwd-tools-card-grid {
		grid-template-columns: 1fr;
	}

	.ocwd-tool-card {
		min-height: 0;
	}

	.ocwd-tools-guidance-list li {
		grid-template-columns: 1fr;
	}

	.ocwd-tools-catalog__head {
		margin-bottom: 2.75rem;
	}

	.ocwd-tool-intro h2,
	.ocwd-tool-related__head h2 {
		font-size: 2.28rem;
	}

	.ocwd-tool-card-shell__bar {
		min-height: 40px;
		padding: 0.72rem 0.82rem;
	}

	.ocwd-tool-card-shell__bar span,
	.ocwd-tool-card-shell__bar b {
		font-size: 0.61rem;
	}

	.ocwd-tool-panel {
		padding: 1rem;
	}

	.ocwd-tool-field-row,
	.ocwd-tool-metrics,
	.ocwd-tool-summary,
	.ocwd-tool-related__grid {
		grid-template-columns: 1fr;
	}

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

	.ocwd-tool-actions,
	.ocwd-tool-actions .ocwd-tool-button {
		width: 100%;
	}

	.ocwd-tool-button {
		width: 100%;
	}

	.ocwd-tool-file-row {
		display: grid;
	}

	.ocwd-tool-file-row a {
		width: 100%;
	}

	.ocwd-tool-table-wrap,
	.ocwd-tool-dns-group {
		overflow-x: auto;
	}

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

	.ocwd-psi-score-grid,
	.ocwd-psi-metrics {
		grid-template-columns: 1fr;
	}

	.ocwd-psi-result__head {
		display: grid;
	}

	.ocwd-psi-main-score {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.ocwd-tools-overview__copy h2,
	.ocwd-tools-catalog__head h2,
	.ocwd-tools-guidance h2,
	.ocwd-tools-next__inner h2,
	.ocwd-tool-intro h2,
	.ocwd-tool-related__head h2 {
		font-size: 2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

