/* CSS Document */

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

.hibk-contact-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.hibk-contact-fact {
	display: grid;
	grid-template-columns: 2.8rem minmax(0, 1fr);
	align-items: center;
	gap: 0.9rem;
	min-height: 108px;
	padding: 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.052);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
	color: rgba(248, 245, 241, 0.84);
	-webkit-backdrop-filter: blur(12px) saturate(120%);
	backdrop-filter: blur(12px) saturate(120%);
}

.hibk-contact-fact > i {
	display: grid;
	place-items: center;
	width: 2.8rem;
	height: 2.8rem;
	border: 1px solid rgba(255, 107, 0, 0.40);
	border-radius: 50%;
	background: rgba(255, 107, 0, 0.11);
	color: var(--hibk-orange);
	font-size: 0.9rem;
}

.hibk-contact-fact span {
	display: block;
	margin-bottom: 0.15rem;
	color: rgba(248, 245, 241, 0.50);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hibk-contact-fact p {
	margin: 0;
	color: var(--hibk-white);
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.hibk-contact-fact a {
	color: inherit;
}

.hibk-contact-fact--link {
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hibk-contact-fact--link:hover {
	border-color: rgba(255, 107, 0, 0.48);
	background: rgba(255, 107, 0, 0.10);
	color: var(--hibk-white);
	text-decoration: none;
	transform: translateY(-2px);
}

.hibk-contact-page .hibk-training-accordion__button:not(.collapsed),
.hibk-contact-page .hibk-training-accordion__button:not(.collapsed):hover,
.hibk-contact-page .hibk-training-accordion__button:not(.collapsed):focus,
.hibk-contact-page .hibk-training-accordion__button:not(.collapsed) i {
	color: var(--hibk-white);
}

.hibk-contact-table-wrap {
	overflow-x: auto;
}

.hibk-contact-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 0.65rem;
}

.hibk-contact-table th {
	padding: 0 1rem 0.25rem;
	border: 0;
	color: rgba(248, 245, 241, 0.55);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hibk-contact-table td {
	padding: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	background: rgba(255, 255, 255, 0.055);
	color: rgba(248, 245, 241, 0.82);
	font-size: 0.88rem;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.hibk-contact-table td:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 7px 0 0 7px;
}

.hibk-contact-table td:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 0 7px 7px 0;
}

.hibk-contact-table th:last-child,
.hibk-contact-table td:last-child {
	width: 34%;
}

.hibk-contact-table__role,
.hibk-contact-table__name,
.hibk-contact-table__team {
	font-weight: 800;
}

.hibk-contact-table__name {
	color: var(--hibk-white) !important;
}

.hibk-contact-table a,
.hibk-person-contact a {
	color: rgba(248, 245, 241, 0.82);
}

.hibk-contact-table a:hover,
.hibk-person-contact a:hover,
.hibk-contact-card__top a:hover {
	color: var(--hibk-orange);
	text-decoration: none;
}

.hibk-person-contact {
	display: grid;
	gap: 0.42rem;
	min-width: 0;
}

.hibk-person-contact a {
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr);
	align-items: start;
	gap: 0.45rem;
	min-width: 0;
	line-height: 1.4;
}

.hibk-person-contact a i {
	margin-top: 0.16rem;
	color: var(--hibk-orange);
	font-size: 0.72rem;
}

.hibk-person-contact a span {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hibk-person-contact__empty,
.hibk-contact-empty {
	color: rgba(248, 245, 241, 0.45);
	font-size: 0.78rem;
}

.hibk-contact-empty {
	margin: 0;
	padding: 1.25rem;
	text-align: center;
}

.hibk-contact-cards {
	display: grid;
	gap: 0.75rem;
}

.hibk-contact-card {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
}

.hibk-contact-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.65rem;
}

.hibk-contact-card__role {
	margin: 0;
	color: var(--hibk-orange);
	font-size: 0.70rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hibk-contact-card__top a {
	color: var(--hibk-muted);
	font-size: 0.70rem;
	font-weight: 800;
	text-align: right;
}

.hibk-contact-card h4 {
	margin: 0 0 0.9rem;
	color: var(--hibk-white);
	font-size: 1.08rem;
	font-weight: 900;
}

.hibk-contact-teams {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(1rem, 3vw, 2rem);
}

.hibk-contact-teams h4 {
	margin: 0 0 0.55rem;
	color: var(--hibk-white);
	font-size: clamp(1.25rem, 2.5vw, 1.8rem);
	font-weight: 900;
}

.hibk-contact-teams p:not(.hibk-section-heading__eyebrow) {
	max-width: 650px;
	margin: 0;
	color: var(--hibk-muted);
	line-height: 1.65;
}

.hibk-contact-teams__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	flex: 0 0 auto;
	min-height: 46px;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(255, 107, 0, 0.55);
	border-radius: 6px;
	background: rgba(255, 107, 0, 0.11);
	color: var(--hibk-white);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.hibk-contact-teams__button:hover {
	border-color: var(--hibk-orange);
	background: var(--hibk-orange);
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
	.hibk-contact-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.hibk-contact-facts {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.hibk-contact-fact {
		min-height: 88px;
	}

	.hibk-contact-teams {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.25rem;
	}

	.hibk-contact-teams__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hibk-contact-fact--link,
	.hibk-contact-teams__button {
		transition: none;
	}
}
