.medenjak-hero {
	--medenjak-content-x: 0px;
	--medenjak-content-y: 0px;
	--medenjak-wave-section-height: 135px;
	--medenjak-wave-amplitude: 32;
	--medenjak-wave-length: 1100;
	--medenjak-wave-phase: -12;
	--medenjak-wave-baseline: 30;
	--medenjak-wave-smoothness: 34;
	--medenjak-wave-organic: 18;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 680px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.medenjak-hero__background-filter,
.medenjak-hero__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.medenjak-hero__background-filter {
	z-index: -2;
	background: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-size: inherit;
}

.medenjak-hero__overlay {
	z-index: -1;
}

.medenjak-hero__inner {
	display: flex;
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: inherit;
	padding: 80px 32px 170px;
}

.medenjak-hero__container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 1280px;
	min-height: 0;
	margin: 0 auto;
	flex: 1 1 auto;
}

.medenjak-hero__content {
	width: 520px;
	max-width: 100%;
	transform: translate(var(--medenjak-content-x), var(--medenjak-content-y));
	text-align: left;
}

.medenjak-hero__intro {
	margin: 0;
	color: #4e2b1c;
	font-size: clamp(1.35rem, 2.5vw, 2.25rem);
	font-weight: 800;
	line-height: 1.1;
}

.medenjak-hero__heading {
	margin: 8px 0 14px;
	padding: 0;
	font: inherit;
}

.medenjak-hero__title-main,
.medenjak-hero__title-highlight {
	display: block;
}

.medenjak-hero__title-main {
	color: #4e2b1c;
	font-size: clamp(2.5rem, 5.5vw, 4.8rem);
	font-weight: 900;
	line-height: .95;
	letter-spacing: -.035em;
}

.medenjak-hero__title-highlight {
	margin-top: -6px;
	color: #ff5a00;
	font-size: clamp(3rem, 6.4vw, 5.5rem);
	font-weight: 900;
	line-height: .95;
	letter-spacing: -.04em;
}

.medenjak-hero__description {
	max-width: 420px;
	margin: 0 0 18px;
	color: #4e2b1c;
	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.45;
}

.medenjak-hero__phone-wrap {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 18px;
}

.medenjak-hero__phone {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	max-width: 100%;
	padding: 12px 24px 12px 14px;
	border: 0 solid transparent;
	border-radius: 999px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 10px 25px rgba(100, 61, 20, .18);
}

.medenjak-hero__phone:hover,
.medenjak-hero__phone:focus {
	color: inherit;
	text-decoration: none;
}

.medenjak-hero__phone-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff3de;
	color: #ff7a00;
	font-size: 22px;
}

.medenjak-hero__phone-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.medenjak-hero__phone-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.05;
}

.medenjak-hero__phone-label {
	color: #ff5a00;
	font-size: .72rem;
	font-weight: 700;
}

.medenjak-hero__phone-number {
	color: #ff5a00;
	font-size: 1.35rem;
	font-weight: 900;
	white-space: nowrap;
}

.medenjak-hero__buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 18px;
}

.medenjak-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition-property: color, background-color, border-color, box-shadow, transform;
	transition-duration: .25s;
	transition-timing-function: ease;
}

.medenjak-hero__button:hover,
.medenjak-hero__button:focus {
	text-decoration: none;
}

.medenjak-hero__button--primary {
	background: #42a65a;
	color: #fff;
}

.medenjak-hero__button--primary:hover,
.medenjak-hero__button--primary:focus {
	background: #2e8d46;
	color: #fff;
	transform: translateY(-2px);
}

.medenjak-hero__button--secondary {
	background: #ff5a00;
	color: #fff;
}

.medenjak-hero__button--secondary:hover,
.medenjak-hero__button--secondary:focus {
	background: #e94b00;
	color: #fff;
	transform: translateY(-2px);
}

.medenjak-hero__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.medenjak-hero__button-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.medenjak-hero__wave {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -1px;
	left: 0;
	height: var(--medenjak-wave-section-height);
	pointer-events: none;
}

.medenjak-hero__wave-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.medenjak-hero__wave-path {
	fill: #fff9f1;
}

@media (max-width: 767px) {
	.medenjak-hero__inner {
		padding: 64px 20px 135px;
	}

	.medenjak-hero__container {
		justify-content: center;
	}

	.medenjak-hero__content {
		width: 100%;
		text-align: center;
	}

	.medenjak-hero__description {
		margin-right: auto;
		margin-left: auto;
	}

	.medenjak-hero__phone-wrap,
	.medenjak-hero__buttons {
		justify-content: center;
	}

	.medenjak-hero__buttons {
		flex-direction: column;
		align-items: center;
	}

	.medenjak-hero__button {
		max-width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.medenjak-hero__button {
		transition-duration: 0s !important;
	}
}
