.ssq-custom-header .elementor-385,
.ssq-custom-header > header.tp-header-height,
.ssq-custom-header > .tp-offcanvas-area,
.ssq-custom-header > .body-overlay,
.ssq-custom-header > .ssq-liko-global-header {
	display: none !important;
}

.ssq-site-header,
.ssq-site-header * {
	box-sizing: border-box;
}

.ssq-site-header {
	position: relative;
	z-index: 10000;
	width: 100%;
	height: 117px;
	margin-bottom: -117px;
	color: #202020;
	background: transparent;
}

.ssq-site-header__bar {
	position: absolute;
	inset: 0 0 auto;
	width: 100%;
	height: 117px;
	border-bottom: 1px solid transparent;
	background: transparent;
	transition: height .28s ease, box-shadow .28s ease, background-color .28s ease;
}

body.ssq-custom-header.ssq-typography-inner .ssq-inner-hero {
	min-height: calc(clamp(500px, 56svh, 620px) + 117px);
	padding-top: calc(clamp(64px, 6vw, 90px) + 117px);
	border-top: 0;
}

body.ssq-custom-header:not(.home):not(.ssq-typography-inner) .tp-page-area {
	padding-top: 237px !important;
}

.ssq-site-header__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.ssq-site-header__logo {
	position: absolute;
	top: 35px;
	left: 12px;
	display: block;
	width: 82px;
	height: 82px;
	transition: width .28s ease, height .28s ease, top .28s ease;
}

.ssq-site-header__logo img,
.ssq-site-drawer__logo img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.ssq-site-header__desktop-nav {
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%);
	transition: top .28s ease;
}

.ssq-site-header__desktop-nav ul,
.ssq-site-drawer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ssq-site-header__desktop-nav ul {
	display: flex;
	align-items: center;
	gap: 2px;
	min-height: 50px;
	padding: 0 10px;
	border-radius: 999px;
	background: #424242;
}

.ssq-site-header__desktop-nav a {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 42px;
	padding: 0 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.ssq-site-header__desktop-nav a:hover,
.ssq-site-header__desktop-nav a[aria-current="page"] {
	color: #f7b199;
}

.ssq-site-header__socials {
	position: absolute;
	top: 52px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: top .28s ease;
}

.ssq-site-header__socials a {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(21, 33, 63, .24);
	border-radius: 50%;
	color: #15213f;
	background: rgba(255, 255, 255, .52);
	backdrop-filter: blur(8px);
	transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.ssq-site-header__socials svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.ssq-site-header__socials svg rect,
.ssq-site-header__socials svg circle,
.ssq-site-header__socials svg path {
	stroke: currentColor;
	stroke-width: 1.7;
	fill: none;
}

.ssq-site-header__socials .ssq-social-fill {
	stroke: none;
	fill: currentColor;
}

.ssq-site-header__socials .ssq-social-dot {
	stroke: none;
	fill: currentColor;
}

.ssq-site-header__socials a:hover {
	color: #fff;
	border-color: #ab310c;
	background: #ab310c;
	transform: translateY(-2px);
}

.ssq-site-header__desktop-nav a:focus-visible,
.ssq-site-header__socials a:focus-visible,
.ssq-site-header__toggle:focus-visible,
.ssq-site-drawer__close:focus-visible,
.ssq-site-drawer a:focus-visible {
	outline: 2px solid #d54b1a;
	outline-offset: 3px;
}

.ssq-site-header__toggle {
	position: absolute;
	top: 47px;
	right: 20px;
	display: none;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid #202020;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: top .28s ease, color .2s ease, background-color .2s ease;
}

.ssq-site-header__toggle span {
	display: block;
	width: 17px;
	height: 1.5px;
	margin: 2px auto;
	background: currentColor;
}

.ssq-site-header__toggle:hover {
	color: #fff;
	background: #202020;
}

.ssq-site-header.is-sticky .ssq-site-header__bar {
	position: fixed;
	height: 82px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 10px 30px rgba(21, 33, 63, .08);
	backdrop-filter: blur(12px);
}

.ssq-site-header.is-sticky .ssq-site-header__logo {
	top: 7px;
	width: 68px;
	height: 68px;
}

.ssq-site-header.is-sticky .ssq-site-header__desktop-nav {
	top: 16px;
}

.ssq-site-header.is-sticky .ssq-site-header__socials {
	top: 17px;
}

.ssq-site-header__overlay {
	position: fixed;
	inset: 0;
	z-index: 10001;
	visibility: hidden;
	background: rgba(21, 33, 63, .48);
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease;
}

.ssq-site-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10002;
	width: min(450px, calc(100vw - 15px));
	height: 100dvh;
	padding: 20px 34px 42px;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #fff;
	box-shadow: -18px 0 48px rgba(21, 33, 63, .12);
	transform: translateX(102%);
	transition: transform .38s cubic-bezier(.22, 1, .36, 1);
}

.ssq-site-header.is-menu-open .ssq-site-header__overlay {
	visibility: visible;
	opacity: 1;
}

.ssq-site-header.is-menu-open .ssq-site-drawer {
	transform: translateX(0);
}

.ssq-site-drawer__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 64px;
}

.ssq-site-drawer__logo {
	display: block;
	width: 72px;
	height: 72px;
}

.ssq-site-drawer__close {
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.ssq-site-drawer__close span {
	position: absolute;
	top: 21px;
	left: 9px;
	width: 26px;
	height: 1.5px;
	background: #202020;
}

.ssq-site-drawer__close span:first-child { transform: rotate(45deg); }
.ssq-site-drawer__close span:last-child { transform: rotate(-45deg); }

.ssq-site-drawer__title {
	max-width: 270px;
	margin: 0 0 20px;
	color: #202020;
	font-size: clamp(2rem, 7vw, 2.45rem);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.035em;
}

.ssq-site-drawer__tagline {
	margin: 0 0 44px;
	color: #34343a;
	font-size: 1rem;
	line-height: 1.5;
}

.ssq-site-drawer__nav li {
	border-bottom: 1px solid rgba(21, 33, 63, .13);
}

.ssq-site-drawer__nav a {
	display: flex;
	align-items: center;
	min-height: 52px;
	color: #202020;
	font-size: .93rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .2s ease, padding-left .2s ease;
}

.ssq-site-drawer__nav a:hover,
.ssq-site-drawer__nav a[aria-current="page"] {
	padding-left: 8px;
	color: #ab310c;
}

.ssq-site-drawer__contact {
	display: grid;
	gap: 7px;
	margin-top: 90px;
}

.ssq-site-drawer__contact strong {
	margin-bottom: 8px;
	color: #202020;
	font-size: 1rem;
	text-transform: uppercase;
}

.ssq-site-drawer__contact a {
	width: fit-content;
	color: #34343a;
	font-size: 1rem;
	line-height: 1.35;
	text-decoration: none;
}

.ssq-site-drawer__contact a:hover { color: #ab310c; }

html.ssq-menu-open,
body.ssq-menu-open {
	overflow: hidden !important;
}

@media (max-width: 1199px) {
	.ssq-site-header__desktop-nav { display: none; }
	.ssq-site-header__socials { display: none; }
	.ssq-site-header__toggle { display: grid; }

	.ssq-site-header.is-sticky .ssq-site-header__toggle {
		top: 20px;
	}
}

@media (max-width: 767px) {
	.ssq-site-header,
	.ssq-site-header__bar {
		height: 103px;
	}

	.ssq-site-header { margin-bottom: -103px; }

	body.ssq-custom-header.ssq-typography-inner .ssq-inner-hero {
		min-height: 623px;
		padding-top: 157px;
	}

	body.ssq-custom-header:not(.home):not(.ssq-typography-inner) .tp-page-area {
		padding-top: 223px !important;
	}

	.ssq-site-header__logo {
		top: 35px;
		width: 68px;
		height: 68px;
	}

	.ssq-site-header.is-sticky .ssq-site-header__bar { height: 72px; }
	.ssq-site-header.is-sticky .ssq-site-header__logo { top: 8px; width: 56px; height: 56px; }
	.ssq-site-header.is-sticky .ssq-site-header__toggle { top: 15px; }

	.ssq-site-drawer {
		padding: 18px 20px 36px;
	}

	.ssq-site-drawer__top { margin-bottom: 112px; }
	.ssq-site-drawer__title { font-size: 2.35rem; }
	.ssq-site-drawer__contact { margin-top: 45px; }
}

@media (prefers-reduced-motion: reduce) {
	.ssq-site-header__bar,
	.ssq-site-header__logo,
	.ssq-site-header__desktop-nav,
	.ssq-site-header__socials,
	.ssq-site-header__socials a,
	.ssq-site-header__toggle,
	.ssq-site-header__overlay,
	.ssq-site-drawer {
		transition: none !important;
	}
}
