/* Site Container Variables - using devlink globals */

/* Navbar Base Styles */
.YeXs_vTcCP7tRwxXxQ3N {
	font-family: "Satoshi", sans-serif;
	position: relative;
	z-index: 1000;
	background-color: var(--_theme---background);
	padding: 0 var(--site--gutter);
	transition: background-color 0s linear 0s; /* snap back to gray instantly on close */
}

.yju5IXHW3S5vI_vC5Udh {
	background-color: transparent;
	transition: background-color 0s linear 0.55s; /* wait for panel clip-path to finish before going transparent */
}

.x1jGwOTYwZykrmzzsTTF {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: var(--site--site-container);
	margin: 0 auto;
	height: 112px;
	box-sizing: border-box;
}

/* Left Section: Logo + Dropdowns */
.IvCco6LBlgvdszRDCiRI {
	display: flex;
	align-items: center;
	gap: 40px;
	height: 100%;
}

/* Right Section: CTA */
.nUpbtseGcrGjXtG5jIrH {
	display: flex;
	align-items: center;
}

.tJK_KaZteEF_GY2sJZyj {
	display: flex;
}

/* Logos Container */
.BICGiKwYeesP11qUOtvs {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* Logo */
.YROtqEH0ANXk90oestTY {
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.UGeJNtIY4Pnsn7V1zB9V {
	height: 80px;
	width: auto;
	transition: opacity 0.3s ease;
}

.mztBVQWDlGIB64j_lpMN {
	opacity: 1;
}

.L01CRWw02wcqimoPemvo {
	position: absolute;
	top: 0;
	left: 0;
}

.FlJP2paYTVyzKSUj3tMS {
	opacity: 0;
}

/* Service Logo */
.kjdaTyThPQ_wGrBXnIyz {
	height: 80px;
	width: auto;
}

/* Dropdown Triggers */
.xClmNfFmDzasWgWLcSdq {
	display: flex;
	align-items: stretch;
	height: 100%;
}

.z1YTENWklGls96VULHdg {
	display: flex;
	align-items: stretch;
	gap: 0;
	height: 100%;
}

.p6GuaZYNVobj4R24ETyJ {
	font-family: inherit;
	font-size: var(--_typography---font-size--text-button);
	font-weight: var(--_typography---font--primary-medium);
	color: #1a1a1a;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	transition: color 0.2s ease;
}

.yju5IXHW3S5vI_vC5Udh .p6GuaZYNVobj4R24ETyJ {
	color: var(--_bonobo---system--concrete-grey, #e0e0e0);
}

/* When menu is open: inactive triggers are concrete-grey, active trigger is white */
.yju5IXHW3S5vI_vC5Udh .p6GuaZYNVobj4R24ETyJ:hover,
.yju5IXHW3S5vI_vC5Udh .p6GuaZYNVobj4R24ETyJ:focus {
	color: #f5f5f3;
}

.yju5IXHW3S5vI_vC5Udh .p6GuaZYNVobj4R24ETyJ.prERJtEdxj42FK4XzO6I,
.yju5IXHW3S5vI_vC5Udh .p6GuaZYNVobj4R24ETyJ.prERJtEdxj42FK4XzO6I:hover,
.yju5IXHW3S5vI_vC5Udh .p6GuaZYNVobj4R24ETyJ.prERJtEdxj42FK4XzO6I:focus {
	color: #f5f5f3;
}

/* Dropdown Trigger */
.WDlMLP2K0Yg1GUgG9RZC {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 40px;
	margin: 0 -20px;
}

.CYKX7xh4jb1Z0KTygcja {
	font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
}

.v1UXRHNQ5ICTiKrKT3AI {
	transition: transform 0.3s ease;
}

.NlQ_RterB0lYYQXztbkQ {
	transform: rotate(180deg);
}

/* About Link - Simple link with underline on hover */
.eoRXyAmP4s0ecmyP8pNQ {
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

.eoRXyAmP4s0ecmyP8pNQ::after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 20px;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transform: translateY(12px);
	transition: width 0.2s ease;
}

.eoRXyAmP4s0ecmyP8pNQ:hover::after,
.eoRXyAmP4s0ecmyP8pNQ:focus::after {
	width: calc(100% - 40px);
}

/* CTA Button */
.JFlSH945piOM25ZSPU08 {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 0.75rem 1.25rem;
	font-size: var(--_typography---font-size--text-button);
	line-height: var(--_typography---line-height--small);
	font-weight: var(--_typography---font--primary-medium);
	color: #1a1a1a;
	text-decoration: none;
	border: 1px solid #1a1a1a;
	border-radius: 0;
	background: transparent;
	transition: all 0.2s ease;
}

.yju5IXHW3S5vI_vC5Udh .JFlSH945piOM25ZSPU08 {
	color: var(--_bonobo---system--dark-brown, #321e1d);
	border-color: #f5f5f3;
	background-color: #f5f5f3;
}

.JFlSH945piOM25ZSPU08:hover,
.JFlSH945piOM25ZSPU08:focus {
	background-color: var(--_bonobo---system--dark-brown, #321e1d);
	border-color: var(--_bonobo---system--dark-brown, #321e1d);
	color: #f5f5f3;
}

.yju5IXHW3S5vI_vC5Udh .JFlSH945piOM25ZSPU08:hover,
.yju5IXHW3S5vI_vC5Udh .JFlSH945piOM25ZSPU08:focus {
	background-color: transparent;
	border-color: #f5f5f3;
	color: #f5f5f3;
}

/* Dropdown Panel */
.UKQbbHmIRFvI8veyEYGB {
	font-family: "Satoshi", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--_bonobo---system--dark-brown, #321e1d);
	z-index: -1;
	padding-top: 112px;
	padding-left: var(--site--gutter);
	padding-right: var(--site--gutter);
	clip-path: inset(0 0 100% 0);
	visibility: hidden;
	transition: clip-path 0.55s ease, visibility 0.55s ease;
}

.bwdaVF9j6zP58Gfxl6ku {
	clip-path: inset(0 0 0 0);
	visibility: visible;
}

/* Dropdown Sections */
.ITD9J2Td17cyq5ZZHwkc {
	max-width: var(--site--site-container);
	margin: 0 auto;
	padding: 48px 0;
	box-sizing: border-box;
	display: none;
}

.qBBEAeZ1M7KFv6dEPutA {
	display: block;
}

/* Grid Layout */
.RU_N91tFwYU9sA2kfsnI {
	display: grid;
	grid-template-columns: 180px 280px 1fr;
	gap: 48px;
	align-items: start;
}

.XrdQMj0Neab61_nVAhQp {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.XrdQMj0Neab61_nVAhQp li {
	margin: 0;
}

.XrdQMj0Neab61_nVAhQp li:first-child .hC6_NOWcwcj45sUwGAix {
	padding-top: 0;
}

.hC6_NOWcwcj45sUwGAix {
	font-size: var(--_typography---font-size--h5);
	font-weight: var(--_typography---font--primary-medium);
	line-height: var(--_typography---line-height--medium);
	letter-spacing: var(--_typography---letter-spacing--normal);
	color: var(--_bonobo---system--concrete-grey, #e0e0e0);
	text-decoration: none;
	display: block;
	padding: 10px 0;
	position: relative;
	transition: color 0.2s ease;
}

.hC6_NOWcwcj45sUwGAix:hover,
.hC6_NOWcwcj45sUwGAix:focus,
.ZYTgRAuKeaLvZ8IqyELJ {
	color: #f5f5f3;
}

.hC6_NOWcwcj45sUwGAix::after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #f5f5f3;
	transition: width 0.2s ease;
}

.hC6_NOWcwcj45sUwGAix:hover::after,
.hC6_NOWcwcj45sUwGAix:focus::after,
.ZYTgRAuKeaLvZ8IqyELJ::after {
	width: 100%;
}

/* All Link */
.tSCWw5WUTxkHmStM78cu {
	font-size: var(--_typography---font-size--h5);
	font-weight: var(--_typography---font--primary-medium);
	line-height: var(--_typography---line-height--medium);
	letter-spacing: var(--_typography---letter-spacing--normal);
	color: var(--_bonobo---system--concrete-grey, #e0e0e0);
	text-decoration: none;
	display: block;
	width: fit-content;
	text-align: left;
	position: relative;
	transition: color 0.2s ease;
}

.tSCWw5WUTxkHmStM78cu:hover,
.tSCWw5WUTxkHmStM78cu:focus,
.tjhlKtT3_ef_VrY6Tzw5 {
	color: #f5f5f3;
}

.tSCWw5WUTxkHmStM78cu::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #f5f5f3;
	transition: width 0.2s ease;
}

.tSCWw5WUTxkHmStM78cu:hover::after,
.tSCWw5WUTxkHmStM78cu:focus::after,
.tjhlKtT3_ef_VrY6Tzw5::after {
	width: 100%;
}

/* Dropdown Images */
.QpwBk4t57oVEWNQSfC9W {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	justify-content: flex-end;
	min-width: 0;
}

.PQrKCHaVeHnuoGOJf_xI {
	width: 240px;
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	flex-shrink: 1;
	min-width: 0;
}

.aahJ1NqXOf4U7_q2jpaG {
	width: 240px;
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	flex-shrink: 1;
	min-width: 0;
}

/* Overlay */
.dd7tvDeobN7DxizX7iQK {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s linear;
}

.zDTaOuuFHN8qDNE9jPHe {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s ease 0.2s;
}

/* Mobile Menu Toggle */
.vRsNp6O2j5ochVxdkirC {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: #1a1a1a;
	transition: color 0.2s ease;
}

.yju5IXHW3S5vI_vC5Udh .vRsNp6O2j5ochVxdkirC {
	color: #f5f5f3;
}

/* Mobile Menu */
.GlGjtp_QihaR0MbG19tl {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: var(--_bonobo---system--dark-brown, #321e1d);
	z-index: 1001;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	height: calc(100svh - 112px);
	max-height: calc(100svh - 112px);
	padding: 0 var(--site--gutter);
}

.F_LR6gm6zO5gpLDDLauc {
	transform: translateX(0);
}

.alteCIe3Vanm_xj04Bvj {
	max-width: var(--site--site-container);
	margin: 0 auto;
	padding-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
	box-sizing: border-box;
}

/* Mobile Section */
.QZ_wUjWNyvQKqZBqKU5O {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lVE8rubP4IJxBHAkYUlw {
	font-family: "Satoshi", sans-serif;
	font-size: var(--_typography---font-size--text-medium, 16px);
	font-weight: var(--_typography---font--primary-medium, 500);
	color: var(--_bonobo---system--brand-orange, #e07a5f);
	text-transform: none;
	margin-bottom: 8px;
}

.L6vhxKEhrHIfagoAFi_I {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ApPvZvyD29lE2B5qcLW7 {
	display: block;
	padding: 10px 0;
	color: #f5f5f3;
	font-family: "Satoshi", sans-serif;
	font-size: clamp(32px, 8vw, 42px);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ApPvZvyD29lE2B5qcLW7:hover,
.ApPvZvyD29lE2B5qcLW7:focus {
	color: rgba(255, 255, 255, 0.8);
}

.HIE6G_CHcoKXLNl4rmFl {
	color: #f5f5f3;
	font-weight: 300;
}

.HIE6G_CHcoKXLNl4rmFl:hover,
.HIE6G_CHcoKXLNl4rmFl:focus {
	color: rgba(255, 255, 255, 0.8);
}

/* Mobile Footer */
.BURZRChON4mlPOoZEEl7 {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 24px;
	padding-bottom: 24px;
	flex-shrink: 0;
}

.dU3ekwzY7qp7po9IKKYn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dU3ekwzY7qp7po9IKKYn svg {
	width: 48px;
	height: 48px;
}

.hKEkoGkIaLuWXi8NkAS6 {
	font-family: "Satoshi", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.2s ease;
}

.hKEkoGkIaLuWXi8NkAS6:hover,
.hKEkoGkIaLuWXi8NkAS6:focus {
	color: #f5f5f3;
}

/* Responsive - Tablet (991px) */
@media screen and (max-width: 991px) {
	.x1jGwOTYwZykrmzzsTTF {
		height: 80px;
	}

	.UGeJNtIY4Pnsn7V1zB9V {
		height: 56px;
	}

	.kjdaTyThPQ_wGrBXnIyz {
		height: 56px;
	}

	.BICGiKwYeesP11qUOtvs {
		gap: 12px;
	}

	.IvCco6LBlgvdszRDCiRI {
		gap: 24px;
	}

	.UKQbbHmIRFvI8veyEYGB {
		padding-top: 80px;
	}

	.ITD9J2Td17cyq5ZZHwkc {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.RU_N91tFwYU9sA2kfsnI {
		grid-template-columns: 130px 1fr;
		gap: 32px;
	}

	.QpwBk4t57oVEWNQSfC9W {
		display: none;
	}

	.hC6_NOWcwcj45sUwGAix {
		font-size: 24px;
	}

	.tSCWw5WUTxkHmStM78cu {
		font-size: 18px;
	}

	.GlGjtp_QihaR0MbG19tl {
		height: calc(100svh - 80px);
		max-height: calc(100svh - 80px);
	}
}

/* Responsive - Mobile Landscape (767px) */
@media screen and (max-width: 767px) {
	.x1jGwOTYwZykrmzzsTTF {
		height: 80px;
	}

	.UGeJNtIY4Pnsn7V1zB9V {
		height: 56px;
	}

	.kjdaTyThPQ_wGrBXnIyz {
		height: 56px;
	}

	.BICGiKwYeesP11qUOtvs {
		gap: 10px;
	}

	.z1YTENWklGls96VULHdg {
		display: none;
	}

	.tJK_KaZteEF_GY2sJZyj {
		display: none;
	}

	.vRsNp6O2j5ochVxdkirC {
		display: flex;
	}

	.GlGjtp_QihaR0MbG19tl {
		display: block;
		height: calc(100svh - 80px);
		max-height: calc(100svh - 80px);
	}

	.UKQbbHmIRFvI8veyEYGB {
		display: none !important;
	}

	.YeXs_vTcCP7tRwxXxQ3N {
		transition: background-color 0.3s ease;
	}

	.yju5IXHW3S5vI_vC5Udh {
		background-color: var(--_bonobo---system--dark-brown, #321e1d);
		transition: background-color 0.3s ease;
	}
}

/* Responsive - Mobile Portrait (479px) */
@media screen and (max-width: 479px) {
	.x1jGwOTYwZykrmzzsTTF {
		height: 72px;
	}

	.UGeJNtIY4Pnsn7V1zB9V {
		height: 48px;
	}

	.kjdaTyThPQ_wGrBXnIyz {
		height: 48px;
	}

	.BICGiKwYeesP11qUOtvs {
		gap: 8px;
	}

	.GlGjtp_QihaR0MbG19tl {
		height: calc(100svh - 72px);
		max-height: calc(100svh - 72px);
	}

	.lVE8rubP4IJxBHAkYUlw {
		font-size: 14px;
	}

	.ApPvZvyD29lE2B5qcLW7 {
		font-size: clamp(26px, 7vw, 32px);
	}

	.dU3ekwzY7qp7po9IKKYn svg {
		width: 40px;
		height: 40px;
	}

	.hKEkoGkIaLuWXi8NkAS6 {
		font-size: 16px;
	}
}

