/**
 * Global chrome: header, footer, buttons, mobile nav.
 * Loaded after Hello Elementor / Elementor (priority 99).
 */

html,
body.sip-body {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: hidden;
	font-family: "Inter:Medium", "Inter", sans-serif;
	color: #000;
}

body.sip-body.hello-elementor {
	--e-global-typography-primary-font-family: "Inter:Medium", sans-serif;
}

body.sip-body .site-header,
body.sip-body .site-footer,
body.sip-body .page-header {
	display: none !important;
}

#container.sip-site,
.sip-site {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: #fff;
}

.sip-main {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	flex: 1 0 auto;
}

.sip-wrap {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

@media (min-width: 1280px) {
	.sip-wrap {
		padding-left: 64px;
		padding-right: 64px;
	}
}

.sip-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	font-family: "Inter:Medium", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.09px;
	line-height: 1.45;
	color: #000 !important;
	-webkit-text-fill-color: #000;
	text-decoration: none !important;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	box-sizing: border-box;
}

.sip-btn--pink {
	background-color: #ff5f98 !important;
}

.sip-btn--lime {
	background-color: #b3be34 !important;
}

.sip-btn--header {
	font-size: 16px;
	letter-spacing: -0.08px;
	min-width: 120px;
}

/* ----- Header ----- */

.sip-site-header {
	position: relative;
	z-index: 20;
	width: 100% !important;
	background-color: #000 !important;
	color: #fff;
	flex-shrink: 0;
}

.sip-header-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 138px;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.sip-header-left {
	display: flex;
	align-items: center;
	gap: 64px;
	min-width: 0;
}

.sip-logo {
	display: block;
	flex-shrink: 0;
	width: 76px;
	height: 90px;
	position: relative;
}

.sip-logo__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sip-logo__img--desktop {
	display: none;
}

.sip-nav--desktop {
	display: none;
}

.sip-header-cta {
	display: none;
}

.sip-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	width: 59px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.sip-menu-toggle span {
	display: block;
	width: 59px;
	height: 8px;
	background: #b2be35;
}

@media (width < 1280px) {
	.sip-header--desktop,
	.sip-footer--desktop {
		display: none !important;
	}
}

@media (width >= 1280px) {
	.sip-header--mobile,
	.sip-footer--mobile,
	.sip-mobile-drawer {
		display: none !important;
	}
}

/* Figma chrome: keep header/footer styled even if Hello Elementor resets them. */
#container header.css-bo4u3g,
#container footer.css-bo4u3g {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #000 !important;
	color: #fff !important;
	flex-shrink: 0;
}

#container header.css-kvm32f {
	height: 138px;
}

#container header.css-f62t5g {
	height: 144px;
}

#container header.css-f62t5g .css-cp1t2h {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 64px !important;
	box-sizing: border-box;
}

#container header.css-f62t5g .css-i5dhdp {
	display: flex !important;
	align-items: center !important;
	gap: 64px !important;
	width: 870px;
}

#container nav.css-i5fhvq.css-7nelag {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 32px !important;
	width: 527px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#container nav.css-i5fhvq.css-7nelag > ul {
	display: contents;
}

#container nav.css-i5fhvq a,
#container nav.css-i5fhvq a p,
#container nav.css-i5fhvq .css-a08t4f {
	color: #b2be35 !important;
	-webkit-text-fill-color: #b2be35 !important;
	font-family: "Inter:Medium", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.08px;
	white-space: nowrap;
	text-decoration: none !important;
	transition: color 0.2s ease, -webkit-text-fill-color 0.2s ease;
}

#container nav.css-i5fhvq a:hover,
#container nav.css-i5fhvq a:focus,
#container nav.css-i5fhvq a:hover .css-a08t4f,
#container nav.css-i5fhvq a:focus .css-a08t4f,
#container nav.css-i5fhvq a:hover p,
#container nav.css-i5fhvq a:focus p {
	color: #ff5f98 !important;
	-webkit-text-fill-color: #ff5f98 !important;
}

#container nav.css-i5fhvq p {
	margin: 0;
	line-height: 1.45;
	color: #b2be35 !important;
	-webkit-text-fill-color: #b2be35 !important;
}

#container .css-gebpfz {
	position: relative;
	width: 250px;
	height: 47px;
	overflow: clip;
}

#container a.css-cl46xp,
#container .css-cl46xp {
	background-color: #b3be34 !important;
	color: #000 !important;
	-webkit-text-fill-color: #000;
}

#container a.css-2s4ml4,
#container .css-2s4ml4 {
	background-color: #ff5f98 !important;
	color: #000 !important;
	-webkit-text-fill-color: #000;
}

#container footer.css-bo4u3g p,
#container footer.css-bo4u3g a {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
}

#container footer .css-cd1uvh a {
	display: block;
	line-height: 0;
}

#container footer .css-5ic4y1.css-ciyhx4 {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 120px !important;
	width: 1152px;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Page canvases grow with content — no Figma artboard height lock. */
#container [data-breakpoint="true"],
#container .css-j6ldtg,
#container .css-dgz9pg,
#container .css-mky82v,
#container .css-vz5sk7,
#container .css-5pjwun,
#container .css-wxo0md,
#container .css-f0kc67,
#container .css-m7tk4d,
#container .css-ix0qbq,
#container .css-4t9i7g,
#container .css-k1mc7b {
	--content-min-height: auto;
	height: auto;
	overflow: visible;
}

@media (min-width: 1280px) {
	.sip-header-inner {
		min-height: 144px;
		padding: 0 64px;
	}

	.sip-logo {
		height: 89px;
	}

	.sip-logo__img--mobile {
		display: none;
	}

	.sip-logo__img--desktop {
		display: block;
	}

	.sip-nav--desktop {
		display: block;
	}

	.sip-header-cta {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-shrink: 0;
	}

	.sip-menu-toggle {
		display: none !important;
	}
}

#container nav.sip-nav,
.sip-nav--desktop {
	margin: 0;
	padding: 0;
}

#container .sip-nav-list,
.sip-nav-list {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 32px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#container .sip-nav-list > li,
.sip-nav-list > li {
	display: flex !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
}

.sip-nav-list a,
.sip-nav-list a p {
	font-family: "Inter:Medium", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.08px;
	line-height: 1.45;
	color: #b2be35 !important;
	-webkit-text-fill-color: #b2be35 !important;
	white-space: nowrap;
	text-decoration: none;
	transition: color 0.2s ease, -webkit-text-fill-color 0.2s ease;
}

.sip-nav-list a:hover,
.sip-nav-list a:focus,
.sip-nav-list a:hover p,
.sip-nav-list a:focus p {
	color: #ff5f98 !important;
	-webkit-text-fill-color: #ff5f98 !important;
}

.sip-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: #000;
	color: #fff;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.sip-mobile-drawer[hidden] {
	display: none !important;
}

body.sip-nav-open {
	overflow: hidden;
}

body.sip-nav-open .sip-mobile-drawer {
	display: flex !important;
}

.sip-menu-close {
	align-self: flex-end;
	color: #b2be35;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

.sip-nav-list--mobile,
#container .sip-nav-list--mobile,
#container .sip-mobile-drawer .sip-nav-list {
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 24px !important;
}

.sip-nav-list--mobile a {
	font-size: 24px;
	letter-spacing: -0.48px;
}

.sip-mobile-ctas {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	margin-top: auto;
}

.sip-mobile-ctas .sip-btn {
	width: 100%;
	min-height: 47px;
	justify-content: center;
}

.sip-mobile-ctas .sip-btn p,
.sip-mobile-ctas .sip-btn span {
	margin: 0;
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
}

@media (min-width: 1280px) {
	.sip-mobile-drawer {
		display: none !important;
	}
}

/* ----- Footer ----- */

.sip-site-footer {
	width: 100% !important;
	background-color: #000 !important;
	color: #fff !important;
	flex-shrink: 0;
}

.sip-footer-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 64px;
}

.sip-footer-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.sip-footer-title {
	margin: 0;
	font-family: "Inter:Semi Bold", sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.36px;
	line-height: 1.45;
	color: #fff;
}

.sip-footer-copy {
	font-family: "Inter:Bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.08px;
	line-height: 1.45;
	color: #fff;
}

.sip-footer-copy p {
	margin: 0;
}

.sip-footer-copy a,
.sip-site-footer a {
	color: #fff !important;
	text-decoration: none;
}

.sip-footer-social {
	display: block;
	width: 24px;
	height: 24px;
}

.sip-footer-social img {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 1280px) {
	.sip-footer-inner {
		flex-direction: row !important;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 120px;
		padding: 80px 64px 200px;
	}

	.sip-footer-title {
		font-size: 24px;
		letter-spacing: -0.48px;
		line-height: 1;
	}

	.sip-footer-copy {
		font-family: "Inter:Semi Bold", sans-serif;
		font-weight: 600;
		line-height: 1.5;
	}

	.sip-footer-col--hours .sip-footer-title {
		padding-bottom: 16px;
	}
}

.sip-elementor-slot:not(:has(*)) {
	display: none;
	padding: 0;
}

.sip-elementor-slot:has(*) {
	width: 100%;
	padding: 24px;
}

[role="link"] {
	cursor: pointer;
}

/*
 * Elementor boxed flex containers wrap content in .e-con-inner.
 * Plugin CSS sets height: 100% and flex-grow: 1, so the inner
 * stretches to the parent height and looks like leftover white space.
 */
.sip-site .e-con.e-flex > .e-con-inner {
	height: auto;
	min-height: 0;
	flex-grow: 0;
}

/* ----- Typography utilities ----- */

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
}

h1,
.sip-h1,
.elementor-widget-heading h1.elementor-heading-title,
.elementor .elementor-element.elementor-element h1.elementor-heading-title,
.elementor-element.elementor-widget-heading .elementor-heading-title:is(h1) {
	font-family: "Inter:Bold", "Inter", sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(40px, 7.5vw, 96px) !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	margin: 0;
}

h3,
.sip-h3,
.elementor-widget-heading h3.elementor-heading-title,
.elementor .elementor-element.elementor-element h3.elementor-heading-title,
.elementor-element.elementor-widget-heading .elementor-heading-title:is(h3) {
	font-size: clamp(28px, 3.75vw, 48px) !important;
	line-height: 1.3 !important;
}

h4,
.sip-h4,
.elementor-widget-heading h4.elementor-heading-title,
.elementor .elementor-element.elementor-element h4.elementor-heading-title,
.elementor-element.elementor-widget-heading .elementor-heading-title:is(h4) {
	font-family: "Inter:Bold", "Inter", sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(18px, 1.875vw, 24px) !important;
	line-height: 1.5 !important;
}

.sip-text-semibold,
.sip-text-semibold p,
.sip-text-semibold span,
.sip-text-semibold h1,
.sip-text-semibold h2,
.sip-text-semibold h3,
.sip-text-semibold h4,
.sip-text-semibold h5,
.sip-text-semibold h6,
.sip-text-semibold .elementor-text-editor p,
.sip-text-semibold .elementor-heading-title {
	font-family: "Inter:Semi Bold", "Inter", sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
}

p {
	font-size: 16px;
	line-height: 1.45;
	color: #000;
	-webkit-text-fill-color: #000;
}

#container nav p,
.sip-nav-list p,
.sip-nav-list a p {
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
}

.sip-hrana,
.sip-hrana p,
.sip-hrana span,
.sip-hrana h1,
.sip-hrana h2,
.sip-hrana h3,
.sip-hrana h4,
.sip-hrana h5,
.sip-hrana h6,
.sip-hrana .elementor-heading-title,
.sip-hrana .elementor-widget-heading .elementor-heading-title,
.sip-hrana .elementor-text-editor p {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.sip-hrana .sip-btn,
.sip-hrana .sip-btn p,
.sip-hrana .sip-btn span,
.sip-hrana .elementor-button,
.sip-hrana .elementor-button-text {
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
}
