.vc_custom_onno_hero_row,
.vc_custom_onno_hero_row > .wpb_column > .vc_column-inner,
.vc_custom_onno_hero_row .wpb_wrapper {
	padding: 0 !important;
	margin: 0 !important;
}

.onno-hero {
	--onno-ink: #111111;
	--onno-paper: #f6f4f0;
	position: relative;
	overflow: hidden;
	background: #111;
	color: #fff;
	font-family: inherit;
}

.onno-hero p,
.onno-hero h2,
.onno-hero a,
.onno-hero button {
	font-family: inherit !important;
	font-style: normal !important;
}

.onno-hero__viewport {
	position: relative;
	min-height: 560px;
	height: min(72vh, 680px);
}

.onno-hero__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) 1.15fr;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.55s ease, visibility 0.55s ease;
}

.onno-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.onno-hero__copy,
.onno-hero__media {
	position: relative;
	min-height: 100%;
}

.onno-hero__copy {
	background: var(--slide-accent, #17333a);
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 56px 48px 56px 7vw;
}

.onno-hero__copy::after {
	content: "";
	position: absolute;
	top: 0;
	right: -90px;
	width: 180px;
	height: 100%;
	background: inherit;
	transform: skewX(-14deg);
	z-index: -1;
}

.onno-hero__copy-inner {
	position: relative;
	max-width: 460px;
	width: 100%;
}

.onno-hero__brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 28px;
}

.onno-hero__brand-name {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.22em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
}

.onno-hero__brand-tag {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.02em;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.82) !important;
}

.onno-hero__kicker {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78) !important;
}

.onno-hero__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.4vw, 46px);
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
}

.onno-hero__title::before,
.onno-hero__title::after {
	display: none !important;
	content: none !important;
}

.onno-hero__lead {
	margin: 0 0 28px;
	max-width: 36ch;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.88) !important;
}

.onno-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 14px 26px;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border: 0;
	transition: transform 0.2s ease, background 0.2s ease;
}

.onno-hero__btn:hover {
	background: #000;
	transform: translateY(-1px);
}

.onno-hero__media {
	background: var(--onno-paper);
	overflow: hidden;
}

.onno-hero__media::before {
	content: "";
	position: absolute;
	inset: 12% 8% 10% 0;
	background: #ebe7e0;
	border-radius: 0 0 0 46%;
	z-index: 0;
}

.onno-hero__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.onno-hero__dots-deco,
.onno-hero__circles {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.onno-hero__dots-deco {
	top: 38px;
	left: -8px;
	width: 72px;
	height: 42px;
	background-image: radial-gradient(#111 1.4px, transparent 1.5px);
	background-size: 14px 14px;
	opacity: 0.55;
}

.onno-hero__circles {
	top: 28px;
	right: 36px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.onno-hero__circles span {
	display: block;
	border-radius: 50%;
	background: #111;
}

.onno-hero__circles span:nth-child(1) { width: 10px; height: 10px; }
.onno-hero__circles span:nth-child(2) { width: 16px; height: 16px; }
.onno-hero__circles span:nth-child(3) { width: 22px; height: 22px; }

.onno-hero__nav,
.onno-hero__pager {
	position: absolute;
	z-index: 5;
}

.onno-hero__nav {
	right: 22px;
	bottom: 22px;
	display: flex;
	gap: 8px;
}

.onno-hero__nav button,
.onno-hero__pager button {
	appearance: none;
	border: 0;
	cursor: pointer;
	box-shadow: none !important;
	outline: none;
}

.onno-hero__nav button {
	width: 42px;
	height: 42px;
	background: #111;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.onno-hero__nav button:hover {
	background: #000;
}

.onno-hero__pager {
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 6px;
}

.onno-hero__pager button {
	width: 6px !important;
	height: 6px !important;
	min-width: 6px !important;
	min-height: 6px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: rgba(17, 17, 17, 0.28) !important;
	font-size: 0 !important;
	line-height: 0 !important;
	transform: none !important;
}

.onno-hero__pager button.is-active {
	background: #111 !important;
	width: 16px !important;
	border-radius: 999px !important;
}

@media (max-width: 1024px) {
	.vc_custom_onno_hero_row {
		margin-top: 0 !important;
	}

	.onno-hero__viewport {
		height: auto;
		min-height: 0;
	}

	.onno-hero__slide {
		position: relative;
		grid-template-columns: 1fr;
		min-height: 0;
		opacity: 1;
		visibility: visible;
		display: none;
	}

	.onno-hero__slide.is-active {
		display: grid;
	}

	.onno-hero__copy {
		padding: calc(var(--wd-header-sm-h, 64px) + var(--wd-admin-bar-h, 0px) + 44px) 24px 36px;
		min-height: auto;
		align-items: flex-start;
	}

	.onno-hero__copy::after {
		display: none;
	}

	.onno-hero__brand {
		margin-bottom: 28px;
	}

	.onno-hero__media {
		min-height: 320px;
	}

	.onno-hero__dots-deco {
		display: none;
	}
}

@media (max-width: 720px) {
	.onno-hero__copy {
		padding-top: calc(var(--wd-header-sm-h, 64px) + var(--wd-admin-bar-h, 0px) + 52px);
	}

	.onno-hero__brand-name {
		display: none;
	}

	.onno-hero__brand-tag {
		max-width: 24ch;
		font-size: 12px;
		line-height: 1.45;
	}

	.onno-hero__title {
		font-size: 28px;
	}

	.onno-hero__lead {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.onno-hero__media {
		min-height: 240px;
	}

	.onno-hero__nav {
		right: 12px;
		bottom: 12px;
	}

	.onno-hero__nav button {
		width: 38px;
		height: 38px;
	}
}
