/* CSS Document */

#footer.hibk-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(255, 107, 0, 0.32);
	background:
		linear-gradient(125deg, rgba(68, 24, 7, 0.62), transparent 42%),
		linear-gradient(180deg, #15110f 0%, #090909 100%);
	color: #f8f5f1;
}

.hibk-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: clamp(90px, 10vw, 170px);
	height: 4px;
	background: #ff6b00;
}

.hibk-footer__glow {
	position: absolute;
	top: -16rem;
	left: -12rem;
	z-index: -1;
	width: 38rem;
	height: 38rem;
	border-radius: 50%;
	background: rgba(255, 107, 0, 0.16);
	filter: blur(90px);
	pointer-events: none;
}

.hibk-footer__watermark {
	position: absolute;
	right: -9vw;
	bottom: -34%;
	z-index: -1;
	width: min(43vw, 660px);
	aspect-ratio: 1936 / 2048;
	background: #ff6b00;
	opacity: 0.065;
	-webkit-mask: url("../img/gaupe.png") center / contain no-repeat;
	mask: url("../img/gaupe.png") center / contain no-repeat;
	pointer-events: none;
}

.hibk-footer__container {
	position: relative;
	z-index: 1;
	padding-top: clamp(4.5rem, 8vw, 7.5rem);
}

.hibk-footer__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 3rem;
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

.hibk-footer__brand {
	max-width: 700px;
}

.hibk-footer__logo {
	display: inline-flex;
	margin-bottom: 2rem;
}

.hibk-footer__logo img {
	display: block;
	width: auto;
	max-width: min(270px, 68vw);
	height: 64px;
	object-fit: contain;
}

.hibk-footer__eyebrow,
.hibk-footer__heading {
	margin: 0 0 0.75rem;
	color: #ff6b00;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hibk-footer__brand h2 {
	max-width: 780px;
	margin: 0;
	color: #f8f5f1;
	font-size: clamp(2.4rem, 5.7vw, 5.4rem);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.hibk-footer__intro {
	max-width: 610px;
	margin: 1.5rem 0 0;
	color: rgba(248, 245, 241, 0.68);
	font-size: 1rem;
	line-height: 1.75;
}

.hibk-footer__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.hibk-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.8rem 1.6rem;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hibk-footer__button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.hibk-footer__button--primary {
	background: #ff6b00;
	color: #fff;
}

.hibk-footer__button--primary:hover {
	background: #ff8128;
	color: #fff;
}

.hibk-footer__button--outline {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.hibk-footer__button--outline:hover {
	border-color: rgba(255, 107, 0, 0.72);
	background: rgba(255, 107, 0, 0.10);
	color: #fff;
}

.hibk-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	gap: clamp(2rem, 6vw, 6rem);
	padding: clamp(2.6rem, 5vw, 4.5rem) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.hibk-footer__column,
.hibk-footer__column p,
.hibk-footer__column a,
.hibk-footer__contact-list li {
	color: rgba(248, 245, 241, 0.72);
}

.hibk-footer__column p {
	margin-bottom: 1rem;
	line-height: 1.7;
}

.hibk-footer__heading {
	color: #f8f5f1 !important;
}

.hibk-footer__contact-list,
.hibk-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hibk-footer__contact-list {
	display: grid;
	gap: 1rem;
}

.hibk-footer__contact-list li {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	min-width: 0;
}

.hibk-footer__contact-list a,
.hibk-footer__links a,
.hibk-footer__text-link {
	transition: color 180ms ease;
}

.hibk-footer__contact-list a:hover,
.hibk-footer__links a:hover,
.hibk-footer__text-link:hover {
	color: #ff6b00;
	text-decoration: none;
}

.hibk-footer__icon {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 107, 0, 0.38);
	border-radius: 50%;
	background: rgba(255, 107, 0, 0.08);
	color: #ff6b00;
}

.hibk-footer__links {
	display: grid;
	gap: 0.45rem;
}

.hibk-footer__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.6rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.hibk-footer__links i,
.hibk-footer__text-link i {
	color: #ff6b00;
	font-size: 0.72rem;
	transition: transform 180ms ease;
}

.hibk-footer__links a:hover i,
.hibk-footer__text-link:hover i {
	transform: translateX(4px);
}

.hibk-footer__text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.hibk-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 0 calc(1.5rem + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.hibk-footer__bottom p {
	margin: 0;
	color: rgba(248, 245, 241, 0.50);
	font-size: 0.76rem;
}

.hibk-footer__admin {
	color: rgba(248, 245, 241, 0.40);
	font-size: 0.72rem;
}

.hibk-footer__admin:hover {
	color: #ff6b00;
	text-decoration: none;
}

@media (max-width: 991px) {
	.hibk-footer__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.hibk-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hibk-footer__column--statement {
		grid-column: 1 / -1;
		max-width: 620px;
	}

	.hibk-footer__watermark {
		right: -22vw;
		bottom: -15%;
		width: 72vw;
	}
}

@media (max-width: 575px) {
	.hibk-footer__container {
		padding-top: 4rem;
	}

	.hibk-footer__logo img {
		height: 54px;
	}

	.hibk-footer__brand h2 {
		font-size: clamp(2.15rem, 11vw, 3.2rem);
	}

	.hibk-footer__actions,
	.hibk-footer__button {
		width: 100%;
	}

	.hibk-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}

	.hibk-footer__column--statement {
		grid-column: auto;
	}

	.hibk-footer__contact-list a,
	.hibk-footer__contact-list span:last-child {
		min-width: 0;
		overflow-wrap: anywhere;
	}

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

	.hibk-footer__watermark {
		right: -36vw;
		bottom: -5%;
		width: 112vw;
		opacity: 0.05;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hibk-footer__button,
	.hibk-footer__contact-list a,
	.hibk-footer__links a,
	.hibk-footer__text-link,
	.hibk-footer__links i,
	.hibk-footer__text-link i {
		transition: none;
	}
}
