/* CSS Document */

:root {
	--hibk-orange: #ff6b00;
	--hibk-orange-dark: #c7470b;
	--hibk-black: #0c0c0c;
	--hibk-white: #f8f5f1;
	--hibk-muted: #b9b0aa;
}

.hibk-grasrot-page,
.hibk-grasrot-page .body,
.hibk-grasrot-page__main {
	background: var(--hibk-black);
}

.hibk-grasrot-page__surface {
	position: relative;
	overflow: hidden;
	color: var(--hibk-white);
	background:
		radial-gradient(circle at 7% 8%, rgba(255, 107, 0, 0.30), transparent 28rem),
		radial-gradient(circle at 95% 42%, rgba(124, 43, 10, 0.24), transparent 34rem),
		radial-gradient(circle at 24% 88%, rgba(216, 72, 8, 0.16), transparent 30rem),
		linear-gradient(145deg, #281107 0%, #15100e 35%, #0c0c0c 72%, #17100d 100%);
}

.hibk-grasrot-page__surface::before {
	content: "";
	position: absolute;
	top: 14%;
	right: -8vw;
	z-index: 0;
	width: min(58vw, 880px);
	aspect-ratio: 1936 / 2048;
	background: linear-gradient(145deg, rgba(255, 107, 0, 0.95), rgba(176, 54, 7, 0.52));
	opacity: 0.09;
	-webkit-mask: url("../img/gaupe.png") center / contain no-repeat;
	mask: url("../img/gaupe.png") center / contain no-repeat;
	pointer-events: none;
}

.hibk-section {
	position: relative;
	z-index: 1;
	padding: clamp(4.5rem, 8vw, 8.5rem) 0;
}

.hibk-section + .hibk-section {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Hero */
.hibk-hero,
.hibk-hero__carousel,
.hibk-hero__slide {
	height: 100vh;
	min-height: 680px;
}

.hibk-hero {
	position: relative;
	background: var(--hibk-black);
}

.hibk-hero__slide {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hibk-hero__shade,
.hibk-hero__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hibk-hero__shade {
	background:
		linear-gradient(90deg, rgba(8, 7, 6, 0.94) 0%, rgba(12, 9, 8, 0.76) 37%, rgba(9, 8, 7, 0.22) 72%, rgba(8, 8, 8, 0.40) 100%),
		linear-gradient(0deg, rgba(8, 8, 8, 0.80) 0%, transparent 42%, rgba(8, 8, 8, 0.24) 100%);
}

.hibk-hero__glow {
	background:
		radial-gradient(circle at 18% 30%, rgba(255, 107, 0, 0.32), transparent 32%),
		linear-gradient(115deg, rgba(95, 29, 4, 0.32), transparent 52%);
	mix-blend-mode: screen;
}

.hibk-hero__container {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-bottom: clamp(7.5rem, 15vh, 10.5rem);
}

.hibk-hero__content {
	width: min(830px, 78%);
}

.hibk-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 1.1rem;
	color: var(--hibk-orange);
	font-size: clamp(0.78rem, 1.2vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hibk-hero__eyebrow-line {
	width: 3.25rem;
	height: 3px;
	background: var(--hibk-orange);
}

.hibk-hero__title {
	max-width: 920px;
	margin: 0;
	color: var(--hibk-white);
	font-size: clamp(3.8rem, 8.2vw, 8.8rem);
	font-weight: 900;
	line-height: 0.84;
	letter-spacing: -0.055em;
	text-transform: uppercase;
	text-wrap: balance;
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.34);
}

.hibk-hero__text {
	max-width: 610px;
	margin: 1.5rem 0 0;
	color: rgba(248, 245, 241, 0.80);
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	font-weight: 500;
	line-height: 1.6;
}

.hibk-hero__watermark {
	position: absolute;
	right: -4vw;
	bottom: -14%;
	z-index: 1;
	width: min(50vw, 820px);
	aspect-ratio: 1936 / 2048;
	background: linear-gradient(145deg, rgba(255, 121, 27, 0.98), rgba(174, 50, 5, 0.58));
	opacity: 0.11;
	-webkit-mask: url("../img/gaupe.png") center / contain no-repeat;
	mask: url("../img/gaupe.png") center / contain no-repeat;
	pointer-events: none;
}

.hibk-hero__counter {
	position: absolute;
	right: clamp(1.5rem, 5vw, 5rem);
	bottom: clamp(4.8rem, 8vh, 6.5rem);
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.hibk-hero__counter i {
	display: block;
	width: 3.5rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}

.hibk-hero .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 2.2rem;
	z-index: 5;
	transform: translateX(-50%);
}

.hibk-hero .owl-dot span {
	background: rgba(255, 255, 255, 0.32) !important;
}

.hibk-hero .owl-dot.active span {
	background: var(--hibk-orange) !important;
}

.hibk-hero .owl-nav button {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(12, 12, 12, 0.28) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	color: #fff !important;
}

/* Overskrift */
.hibk-section-heading {
	display: flex;
	align-items: flex-start;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.hibk-section-heading__eyebrow,
.hibk-sponsors__label {
	margin: 0 0 0.25rem;
	color: var(--hibk-orange);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hibk-section-heading h2 {
	margin: 0;
	color: var(--hibk-white);
	font-size: clamp(2.4rem, 5vw, 5rem);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.hibk-section-heading h2 span {
	color: var(--hibk-orange);
}

/* Grasrotandelen */
.hibk-grasrot {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 107, 0, 0.025));
}

.hibk-grasrot__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: stretch;
}

.hibk-grasrot__content,
.hibk-grasrot__statistics {
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 14px;
	background: rgba(17, 14, 13, 0.62);
	box-shadow: 0 26px 68px rgba(0, 0, 0, 0.24);
	-webkit-backdrop-filter: blur(16px) saturate(120%);
	backdrop-filter: blur(16px) saturate(120%);
}

.hibk-grasrot__content {
	position: relative;
	overflow: hidden;
	padding: clamp(1.6rem, 4vw, 3rem);
}

.hibk-grasrot__content::after {
	content: "";
	position: absolute;
	right: -7rem;
	bottom: -7rem;
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	background: rgba(255, 107, 0, 0.12);
	filter: blur(18px);
	pointer-events: none;
}

.hibk-grasrot__icon {
	display: grid;
	place-items: center;
	width: 3.4rem;
	height: 3.4rem;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 107, 0, 0.48);
	border-radius: 50%;
	background: rgba(255, 107, 0, 0.13);
	color: var(--hibk-orange);
	font-size: 1.15rem;
}

.hibk-grasrot__lead {
	margin: 0 0 1.5rem;
	color: var(--hibk-white);
	font-size: clamp(1.2rem, 2.1vw, 1.55rem);
	font-weight: 800;
	line-height: 1.4;
}

.hibk-grasrot__text {
	position: relative;
	z-index: 1;
	color: rgba(248, 245, 241, 0.76);
	font-size: 0.98rem;
	line-height: 1.78;
}

.hibk-grasrot__text p:last-child {
	margin-bottom: 0;
}

.hibk-grasrot__text a {
	color: var(--hibk-orange);
	font-weight: 700;
}

.hibk-grasrot__text a:hover {
	color: var(--hibk-white);
}

.hibk-grasrot__org {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.hibk-grasrot__org span {
	color: var(--hibk-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hibk-grasrot__org strong {
	color: var(--hibk-white);
	font-size: 1rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
}

.hibk-grasrot__statistics {
	overflow: hidden;
	background: rgba(248, 245, 241, 0.97);
}

.hibk-grasrot__statistics-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(105deg, var(--hibk-orange-dark), var(--hibk-orange));
}

.hibk-grasrot__statistics-heading p {
	margin: 0 0 0.15rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.hibk-grasrot__statistics-heading h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 900;
}

.hibk-grasrot__statistics-heading i {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 2.8rem;
	height: 2.8rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.hibk-grasrot__iframe-wrap {
	height: 650px;
	background: #fff;
}

.hibk-grasrot__iframe-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

/* Sponsor-roll */
.hibk-sponsors {
	padding-top: 2rem;
}

.hibk-sponsors__label {
	margin-bottom: 1.8rem;
}

@media (max-width: 991px) {
	.hibk-hero,
	.hibk-hero__carousel,
	.hibk-hero__slide {
		min-height: 620px;
	}

	.hibk-hero__content {
		width: 92%;
	}

	.hibk-hero__counter {
		display: none;
	}

	.hibk-grasrot__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hibk-grasrot-page__surface::before {
		top: 24%;
		right: -30vw;
		width: 92vw;
		opacity: 0.075;
	}

	.hibk-hero__slide {
		background-position: 62% center;
	}

	.hibk-hero__shade {
		background:
			linear-gradient(0deg, rgba(8, 7, 6, 0.97) 0%, rgba(9, 8, 7, 0.72) 52%, rgba(8, 8, 8, 0.24) 100%),
			linear-gradient(90deg, rgba(8, 7, 6, 0.72), transparent);
	}

	.hibk-hero__container {
		padding-bottom: 7rem;
	}

	.hibk-hero__content {
		width: 100%;
	}

	.hibk-hero__watermark {
		right: -34vw;
		bottom: 2%;
		width: 92vw;
		opacity: 0.085;
	}

	.hibk-hero__title {
		max-width: 100%;
		font-size: clamp(2.15rem, 9.8vw, 3.35rem);
		line-height: 0.92;
		letter-spacing: -0.06em;
		overflow-wrap: break-word;
	}

	.hibk-hero__text {
		font-size: 0.98rem;
	}

	.hibk-grasrot__org {
		align-items: flex-start;
		flex-direction: column;
	}

	.hibk-grasrot__statistics-heading {
		padding: 1.1rem;
	}

	.hibk-grasrot__iframe-wrap {
		height: 650px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hibk-grasrot__text a {
		transition: none;
	}
}
