.hoogig-hero {
	--color-green-200: #dbeddb;
	--color-green-500: #448361;
	--color-blue-200: #d3e5ef;
	--color-blue-500: #337ea9;
	--color-teal-200: #d3eeec;
	--color-teal-500: #4daba0;
	--color-orange-200: #fadec9;
	--color-orange-500: #d9730d;
	--color-yellow-200: #fbf3db;
	--color-yellow-500: #dfab01;
	--color-purple-200: #e8deee;
	--color-purple-500: #9065b0;
	--pill-bg: var(--color-green-200);
	--dot-bg: var(--color-green-500);
	width: 100%;
	padding: 72px 24px 48px;
	background: #fff;
	text-align: center;
}

.hoogig-hero__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.hoogig-hero__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(2.25rem, 6.5vw, 5rem);
	font-weight: 700;
	line-height: 1.4;
	color: #191919;
}

a.hoogig-hero__brand {
	display: block;
	margin-bottom: 0.28em;
	font-size: clamp(1.05rem, 2.5vw, 1.55rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	color: #191919;
	text-decoration: none;
}

a.hoogig-hero__brand:hover,
a.hoogig-hero__brand:focus {
	color: #0e42b6;
	text-decoration: none;
}

.hoogig-hero__line {
	display: block;
}

.hoogig-hero__phrase {
	display: inline-block;
}

.hoogig-hero__glue {
	white-space: nowrap;
}

.hoogig-hero__static {
	display: inline;
}

.hoogig-hero__subtitle {
	max-width: 62ch;
	margin: 18px auto 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(0.95rem, 1.35vw, 1.15rem);
	font-weight: 400;
	line-height: 1.75;
	color: #5f5e5a;
	text-wrap: balance;
}

.hoogig-word-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.28em;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	margin: 0 0.08em;
	padding-block: 0.16em;
	padding-inline-start: 0.32em;
	padding-inline-end: 0.5em;
	vertical-align: middle;
	unicode-bidi: isolate;
	font-size: 0.72em;
	font-weight: 400;
	line-height: 1;
	background: var(--pill-bg);
	border-radius: 999px;
	transition: background-color 0.45s ease;
}

.hoogig-word-dot {
	flex: 0 0 auto;
	width: 0.28em;
	height: 0.28em;
	border-radius: 50%;
	background: var(--dot-bg);
	transition: background-color 0.45s ease;
}

.hoogig-word-viewport {
	display: block;
	flex: 0 0 auto;
	box-sizing: content-box;
	width: auto;
	min-width: 0;
	height: 1.15em;
	overflow: hidden;
}

.hoogig-word-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: max-content;
	min-width: 0;
	will-change: transform;
}

.hoogig-word {
	display: block;
	box-sizing: content-box;
	width: max-content;
	height: 1.15em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.15em;
	white-space: nowrap;
	color: #191919;
}

.hoogig-hero-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.hoogig-hero-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 40px;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hoogig-hero-cta__btn--primary {
	background: #f97316;
	color: #fff;
}

.hoogig-hero-cta__btn--primary:hover,
.hoogig-hero-cta__btn--primary:focus {
	background: #ea580c;
	color: #fff;
	text-decoration: none;
}

.hoogig-hero-cta__btn--secondary {
	background: rgba(14, 66, 182, 0.08);
	border-color: rgba(14, 66, 182, 0.14);
	color: #0e42b6;
}

.hoogig-hero-cta__btn--secondary:hover,
.hoogig-hero-cta__btn--secondary:focus {
	background: rgba(14, 66, 182, 0.14);
	color: #0e42b6;
	text-decoration: none;
}

.hoogig-hero-cta__btn:focus-visible {
	outline: 2px solid #0e42b6;
	outline-offset: 3px;
}

.hoogig-hero__mascot {
	margin-top: 20px;
}

.hoogig-hero__mascot img {
	display: block;
	width: auto;
	height: min(193px, 25vh);
	max-width: min(173px, 39vw);
	margin: 0 auto;
	object-fit: contain;
	pointer-events: none;
	user-select: none;
}

body.hoogig-has-hero.home {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.hoogig-has-hero.home .site {
	flex: 0 0 auto;
}

body.hoogig-has-hero.home .site-content,
body.hoogig-has-hero.home .entry-header,
body.hoogig-has-hero.page-template-default.home .entry-header {
	display: none;
}

body.hoogig-has-hero.home .site-info {
	margin-top: auto;
}

@media (max-width: 1024px) {
	.hoogig-hero {
		padding: 56px 20px 40px;
	}

	.hoogig-hero-cta {
		margin-top: 28px;
	}

	.hoogig-hero__mascot {
		margin-top: 16px;
	}

	.hoogig-hero__mascot img {
		height: min(161px, 23vh);
		max-width: min(147px, 37vw);
	}
}

@media (max-width: 767px) {
	body.hoogig-has-hero.home {
		min-height: 100vh;
		min-height: 100svh;
		min-height: 100dvh;
	}

	body.hoogig-has-hero.home .hoogig-hero {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		box-sizing: border-box;
		flex-shrink: 0;
		min-height: 100vh;
		min-height: 100svh;
		min-height: 100dvh;
		padding: 24px 16px 8px;
	}

	body.admin-bar.hoogig-has-hero.home .hoogig-hero {
		min-height: calc(100vh - 46px);
		min-height: calc(100svh - 46px);
		min-height: calc(100dvh - 46px);
	}

	.hoogig-hero__inner {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		justify-content: flex-start;
		width: 100%;
	}

	.hoogig-hero__mascot {
		margin-top: auto;
		padding-top: 40px;
	}

	.hoogig-hero__mascot img {
		height: min(138px, 18vh);
		max-width: min(127px, 35vw);
	}

	.hoogig-hero__title {
		line-height: 1.55;
	}

	.hoogig-hero__brand {
		margin-bottom: 0.18em;
	}

	.hoogig-hero__subtitle {
		margin-top: 14px;
		padding: 0 8px;
		font-size: 0.92rem;
		line-height: 1.8;
	}

	.hoogig-hero__glue {
		white-space: nowrap;
	}

	.hoogig-hero-cta {
		flex-direction: column;
		align-items: stretch;
		width: min(100%, 340px);
		margin-top: 24px;
		margin-inline: auto;
		gap: 10px;
	}

	.hoogig-hero-cta__btn {
		width: 100%;
		min-height: 44px;
		padding: 10px 16px;
	}
}

@media (max-width: 479px) {
	.hoogig-hero__title {
		font-size: clamp(1.7rem, 8.4vw, 2.4rem);
	}

	.hoogig-word-pill {
		font-size: 0.68em;
		padding-inline-start: 0.28em;
		padding-inline-end: 0.42em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hoogig-word-pill,
	.hoogig-word-dot,
	.hoogig-word-viewport,
	.hoogig-word-list,
	.hoogig-hero-cta__btn {
		transition: none !important;
		transform: none !important;
	}
}
