/**
 * Mockup lock — twarde kolory marki, nic nie może tego nadpisać.
 */

:root {
	--ws-brand-gold: #c5a07d;
	--ws-brand-gold-hover: #b08d6a;
	--ws-brand-dark: #0a0a0a;
	--ws-brand-white: #ffffff;
}

/* ——— HEADER ——— */
.site-header.wsr-header {
	position: relative !important;
	padding: 22px 0 !important;
	background: #0a0a0a !important;
	border-bottom: 1px solid rgba(197, 160, 125, 0.15) !important;
}

.site-header.wsr-header .wsr-header__inner {
	min-height: 0 !important;
}

.site-header.wsr-header .wsr-header__shell {
	width: var(--ws-container, min(1240px, calc(100% - 48px))) !important;
	max-width: 1240px !important;
	margin-inline: auto !important;
}

.site-header.wsr-header .wsr-header__brand {
	justify-self: start !important;
}

.site-header.wsr-header .wsr-header__drawer-foot {
	display: none;
}

@media (min-width: 1081px) {
	.site-header.wsr-header .wsr-header__drawer-foot {
		display: none !important;
	}
}

.site-header.wsr-header .wsr-header__actions {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
}

.site-header.wsr-header a.wsr-header__cta--bar,
.site-header.wsr-header a.wsr-header__cta--bar:visited,
.site-header.wsr-header a.wsr-header__cta--drawer,
.site-header.wsr-header a.wsr-header__cta--drawer:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 18px !important;
	border: 1px solid #c5a07d !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	font-family: Montserrat, system-ui, sans-serif !important;
	font-size: 0.72rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.11em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

.site-header.wsr-header a.wsr-header__cta--bar:hover,
.site-header.wsr-header a.wsr-header__cta--bar:focus-visible,
.site-header.wsr-header a.wsr-header__cta--drawer:hover,
.site-header.wsr-header a.wsr-header__cta--drawer:focus-visible {
	background: #c5a07d !important;
	border-color: #c5a07d !important;
	color: #111111 !important;
}

.skip-link {
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	transform: none !important;
	border-radius: 0 !important;
}

.skip-link:focus {
	left: 16px !important;
	top: 16px !important;
	width: auto !important;
	height: auto !important;
	padding: 10px 16px !important;
	transform: none !important;
}

.site-header.wsr-header .wsr-header__contact-group {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	width: auto !important;
	max-width: none !important;
}

.site-header.wsr-header .wsr-header__social {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	flex-shrink: 0 !important;
}

.site-header.wsr-header .wsr-header__social-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	flex: 0 0 24px !important;
	width: 24px !important;
	min-width: 24px !important;
	height: 24px !important;
	min-height: 24px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.site-header.wsr-header .wsr-header__social-link svg,
.site-header.wsr-header .wsr-header__social-icon {
	display: block !important;
	flex: 0 0 24px !important;
	flex-shrink: 0 !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
}

.site-header.wsr-header .wsr-header__social-link:hover,
.site-header.wsr-header .wsr-header__social-link:focus-visible {
	background: transparent !important;
	border-color: transparent !important;
	color: #c5a07d !important;
}

.site-header.wsr-header a.wsr-header__phone,
.site-header.wsr-header a.wsr-header__phone:visited {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	color: #ffffff !important;
	font-family: Montserrat, system-ui, sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	text-decoration: none !important;
}

.site-header.wsr-header .wsr-header__phone-icon {
	color: #c5a07d !important;
}

.site-header.wsr-header .menu-toggle {
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: 40px !important;
	min-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	border: 1px solid #c5a07d !important;
	border-radius: 0 !important;
	background: #0a0a0a !important;
	color: #ffffff !important;
	cursor: pointer !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.site-header.wsr-header .menu-toggle__svg {
	display: block !important;
	width: 18px !important;
	height: 14px !important;
	max-width: none !important;
	flex-shrink: 0 !important;
	color: #ffffff !important;
}

.site-header.wsr-header .menu-toggle:hover,
.site-header.wsr-header .menu-toggle:focus-visible {
	background: #c5a07d !important;
	border-color: #c5a07d !important;
	color: #111111 !important;
}

.site-header.wsr-header .primary-nav .sub-menu::before {
	display: none !important;
	content: none !important;
}

@media (min-width: 1081px) {
	.site-header.wsr-header {
		padding: 18px 0 12px !important;
	}

	.site-header.wsr-header .wsr-header__inner {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: clamp(16px, 3vw, 32px) !important;
	}

	.site-header.wsr-header .wsr-header__brand {
		flex: 0 1 auto !important;
	}

	.site-header.wsr-header .wsr-header__actions {
		flex: 0 0 auto !important;
		justify-self: end !important;
	}

	.site-header.wsr-header .wsr-header__actions .wsr-header__contact-group--bar,
	.site-header.wsr-header .wsr-header__actions .wsr-header__cta--bar,
	.site-header.wsr-header .wsr-header__actions a.wsr-header__phone--bar {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.site-header.wsr-header .wsr-header__nav-panel {
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		width: 100% !important;
		max-width: none !important;
		margin-top: 14px !important;
		padding-top: 12px !important;
		border-top: 1px solid rgba(197, 160, 125, 0.2) !important;
		display: block !important;
	}

	.site-header.wsr-header .wsr-header__nav-panel[hidden] {
		display: block !important;
	}

	.site-header.wsr-header .wsr-header__nav-row {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: clamp(16px, 2.5vw, 28px) !important;
	}

	.site-header.wsr-header .wsr-header__nav {
		flex: 1 1 auto !important;
		min-width: 0 !important;
	}

	.site-header.wsr-header .wsr-header__nav-actions {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex: 0 0 auto !important;
		gap: 14px !important;
	}

	.site-header.wsr-header .wsr-header__actions .wsr-header__social--bar {
		display: none !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--bar {
		display: inline-flex !important;
		align-items: stretch !important;
		justify-content: flex-end !important;
		gap: 12px !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--bar .wsr-header__contact-person {
		display: grid !important;
		gap: 6px !important;
		min-width: 268px !important;
		padding: 10px 16px 10px 14px !important;
		border: 1px solid rgba(197, 160, 125, 0.32) !important;
		border-left: 3px solid #c5a07d !important;
		background: rgba(255, 255, 255, 0.05) !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--bar .wsr-header__contact-person-name {
		color: #c5a07d !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		letter-spacing: 0.1em !important;
		line-height: 1 !important;
		text-transform: uppercase !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--bar .wsr-header__contact-person-links {
		display: grid !important;
		gap: 4px !important;
	}

	.site-header.wsr-header .wsr-header__contact-link {
		display: inline-flex !important;
		align-items: center !important;
		gap: 8px !important;
		color: #ffffff !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		text-decoration: none !important;
		line-height: 1.35 !important;
	}

	.site-header.wsr-header .wsr-header__contact-link span {
		display: block !important;
		min-width: 0 !important;
		white-space: nowrap !important;
	}

	.site-header.wsr-header .wsr-header__contact-link--email span {
		max-width: none !important;
		overflow: visible !important;
		text-overflow: clip !important;
		font-size: 14px !important;
	}

	.site-header.wsr-header .wsr-header__contact-icon {
		flex-shrink: 0 !important;
		width: 14px !important;
		height: 14px !important;
		color: #c5a07d !important;
	}

	.site-header.wsr-header .primary-nav > ul,
	.site-header.wsr-header #primary-menu {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: flex-start !important;
		gap: 2px 4px !important;
	}

	.site-header.wsr-header .primary-nav > ul > li,
	.site-header.wsr-header #primary-menu > li {
		display: flex !important;
		align-items: center !important;
	}

	.site-header.wsr-header .primary-nav > ul > li + li::before,
	.site-header.wsr-header #primary-menu > li + li::before {
		display: none !important;
		content: none !important;
	}

	.site-header.wsr-header .primary-nav > ul > li > a,
	.site-header.wsr-header #primary-menu > li > a {
		display: inline-flex !important;
		align-items: center !important;
		min-height: 38px !important;
		padding: 8px 11px !important;
		color: #d5d9de !important;
		font-family: Raleway, Montserrat, system-ui, sans-serif !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		letter-spacing: 0.08em !important;
		text-transform: uppercase !important;
		text-decoration: none !important;
		box-shadow: inset 0 -2px 0 transparent !important;
	}

	.site-header.wsr-header .primary-nav > ul > li > a:hover,
	.site-header.wsr-header #primary-menu > li > a:hover,
	.site-header.wsr-header .primary-nav .current-menu-item > a,
	.site-header.wsr-header #primary-menu .current-menu-item > a {
		color: #ffffff !important;
		box-shadow: inset 0 -2px 0 #c5a07d !important;
	}
}

@media (max-width: 1080px) {
	.site-header.wsr-header {
		padding: 14px 0 !important;
		overflow: hidden !important;
	}

	.site-header.wsr-header.is-nav-open {
		z-index: 400 !important;
	}

	.site-header.wsr-header .wsr-header__inner {
		position: relative !important;
		z-index: 410 !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
		gap: 14px !important;
	}

	.site-header.wsr-header .wsr-header__brand {
		grid-column: 1 !important;
		justify-self: start !important;
		min-width: 0 !important;
	}

	.site-header.wsr-header .wsr-header__actions {
		grid-column: 2 !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 20px !important;
	}

	.site-header.wsr-header .wsr-header__nav-row {
		display: contents !important;
	}

	.site-header.wsr-header .wsr-header__nav-panel {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	.site-header.wsr-header .wsr-header__actions .wsr-header__contact-strip--bar,
	.site-header.wsr-header .wsr-header__actions .wsr-header__contact-group--bar,
	.site-header.wsr-header .wsr-header__actions .wsr-header__cta--bar,
	.site-header.wsr-header .wsr-header__actions a.wsr-header__phone--bar {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.site-header.wsr-header .wsr-header__nav-actions {
		display: none !important;
	}

	.site-header.wsr-header .wsr-header__actions .wsr-header__social--bar {
		display: inline-flex !important;
		gap: 14px !important;
	}

	.site-header.wsr-header .menu-toggle {
		display: inline-flex !important;
		flex-shrink: 0 !important;
	}

	.site-header.wsr-header .wsr-header__nav-backdrop:not([hidden]) {
		display: block !important;
		position: fixed !important;
		top: var(--ws-header-bottom, 72px) !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 390 !important;
		background-color: rgba(0, 0, 0, 0.62) !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.wsr-header__nav-backdrop:not([hidden]) {
		display: block !important;
		position: fixed !important;
		top: var(--ws-header-bottom, 72px) !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 390 !important;
		background-color: rgba(0, 0, 0, 0.62) !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.site-header.wsr-header .wsr-header__nav-panel {
		position: fixed !important;
		top: var(--ws-header-bottom, 72px) !important;
		left: 0 !important;
		right: 0 !important;
		bottom: auto !important;
		transform: none !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		max-height: calc(100dvh - var(--ws-header-bottom, 72px)) !important;
		z-index: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		background: #0a0a0a !important;
		border-top: 1px solid rgba(197, 160, 125, 0.28) !important;
		overflow-x: hidden !important;
	}

	.site-header.wsr-header .wsr-header__nav-panel[hidden] {
		display: none !important;
	}

	.site-header.wsr-header .wsr-header__nav-panel:not([hidden]) .wsr-header__drawer-foot {
		display: flex !important;
		flex-direction: column !important;
		gap: 16px !important;
		margin-top: 0 !important;
		padding: 24px 20px calc(28px + env(safe-area-inset-bottom, 0px)) !important;
		background: #0a0a0a !important;
	}

	.site-header.wsr-header .wsr-header__contact-group--drawer {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100% !important;
	}

	.site-header.wsr-header .wsr-header__cta--drawer {
		flex: 1 1 auto !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--drawer {
		display: grid !important;
		gap: 14px !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--drawer .wsr-header__contact-link {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 6px 0 !important;
		font-size: 1.06rem !important;
		white-space: normal !important;
		text-align: center !important;
		line-height: 1.55 !important;
	}

	.site-header.wsr-header .wsr-header__contact-strip--drawer .wsr-header__contact-icon {
		width: 20px !important;
		height: 20px !important;
	}

	.site-header.wsr-header .primary-nav > ul,
	.site-header.wsr-header #primary-menu {
		margin-left: 0 !important;
		padding-left: 0 !important;
		list-style: none !important;
	}

	.site-header.wsr-header .primary-nav > ul > li,
	.site-header.wsr-header #primary-menu > li {
		display: block !important;
		list-style: none !important;
		padding-left: 0 !important;
	}

	.site-header.wsr-header .primary-nav .sub-menu::before {
		display: none !important;
		content: none !important;
	}

	.site-header.wsr-header .wsr-header__nav {
		flex: 0 0 auto !important;
	}

	.site-header.wsr-header .primary-nav > ul > li::before,
	.site-header.wsr-header #primary-menu > li::before,
	.site-header.wsr-header .primary-nav > ul > li + li::before,
	.site-header.wsr-header #primary-menu > li + li::before {
		display: none !important;
		content: none !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		visibility: hidden !important;
	}

	.site-header.wsr-header .primary-nav > ul > li > a,
	.site-header.wsr-header #primary-menu > li > a {
		display: flex !important;
		align-items: center !important;
		width: 100% !important;
		min-height: 48px !important;
		padding: 14px 28px 14px 47px !important;
		color: #d5d9de !important;
		background-color: transparent !important;
		background-image: radial-gradient(circle, #c5a07d 2.5px, transparent 2.6px) !important;
		background-position: 28px center !important;
		background-repeat: no-repeat !important;
		background-size: 5px 5px !important;
		box-shadow: inset 0 -2px 0 transparent !important;
	}

	.site-header.wsr-header .primary-nav > ul > li > a::before,
	.site-header.wsr-header #primary-menu > li > a::before {
		display: none !important;
		content: none !important;
	}

	.site-header.wsr-header .primary-nav > ul > li > a:hover,
	.site-header.wsr-header #primary-menu > li > a:hover,
	.site-header.wsr-header .primary-nav .current-menu-item > a,
	.site-header.wsr-header #primary-menu .current-menu-item > a {
		color: #ffffff !important;
		background-color: transparent !important;
		box-shadow: inset 0 -2px 0 #c5a07d !important;
	}

	body.ws-nav-open {
		overflow: hidden !important;
		background: #0a0a0a !important;
	}

	html.ws-nav-open {
		background: #0a0a0a !important;
	}

	body.ws-nav-open .skip-link {
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.site-header.wsr-header .primary-nav > ul,
	.site-header.wsr-header #primary-menu {
		margin: 0 !important;
		padding: 0 !important;
		padding-inline-start: 0 !important;
		-webkit-padding-start: 0 !important;
		list-style: none !important;
		list-style-type: none !important;
	}

	.site-header.wsr-header .primary-nav > ul > li,
	.site-header.wsr-header #primary-menu > li {
		list-style: none !important;
		list-style-type: none !important;
		padding-left: 0 !important;
		padding-inline-start: 0 !important;
		-webkit-padding-start: 0 !important;
	}

	.site-header.wsr-header .primary-nav > ul > li::marker,
	.site-header.wsr-header #primary-menu > li::marker {
		content: "" !important;
		font-size: 0 !important;
		color: transparent !important;
	}
}

/* ——— HERO ——— */
.wsr-hero__accent {
	display: block !important;
	width: 54px !important;
	height: 2px !important;
	margin: 0 0 24px !important;
	background: #c5a07d !important;
}

.wsr-hero h1 {
	color: #ffffff !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
}

.wsr-hero__lead {
	color: #d8dce0 !important;
}

.wsr-hero__actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	margin-top: 34px !important;
}

a.wsr-hero__btn,
a.wsr-hero__btn:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	padding: 0 26px !important;
	border-radius: 0 !important;
	font-family: Montserrat, system-ui, sans-serif !important;
	font-size: 0.64rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	line-height: 1.2 !important;
}

a.wsr-hero__btn--primary,
a.wsr-hero__btn--primary:visited {
	border: 1px solid #c5a07d !important;
	background: #c5a07d !important;
	color: #ffffff !important;
}

a.wsr-hero__btn--primary:hover,
a.wsr-hero__btn--primary:focus-visible {
	background: #b08d6a !important;
	border-color: #b08d6a !important;
	color: #ffffff !important;
}

a.wsr-hero__btn--secondary,
a.wsr-hero__btn--secondary:visited {
	border: 1px solid #c5a07d !important;
	background: transparent !important;
	color: #ffffff !important;
}

a.wsr-hero__btn--secondary:hover,
a.wsr-hero__btn--secondary:focus-visible {
	background: rgba(197, 160, 125, 0.16) !important;
	border-color: #c5a07d !important;
	color: #ffffff !important;
}

/* ——— USŁUGI ——— */
.wsr-services {
	background: #f7f7f8 !important;
}

.wsr-services__eyebrow {
	color: #c5a07d !important;
}

.wsr-services__icon {
	position: relative !important;
	color: #1a1a1a !important;
	background: linear-gradient(165deg, #ffffff 0%, #faf7f3 100%) !important;
	border: 1px solid rgba(197, 160, 125, 0.4) !important;
	border-radius: 2px !important;
	box-shadow:
		0 8px 22px rgba(17, 24, 39, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

.wsr-services__icon::before,
.wsr-services__icon::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	width: 12px !important;
	height: 12px !important;
	pointer-events: none !important;
}

.wsr-services__icon::before {
	top: 4px !important;
	left: 4px !important;
	border-top: 2px solid #c5a07d !important;
	border-left: 2px solid #c5a07d !important;
	opacity: 0.9 !important;
}

.wsr-services__icon::after {
	right: 4px !important;
	bottom: 4px !important;
	border-right: 2px solid #c5a07d !important;
	border-bottom: 2px solid #c5a07d !important;
	opacity: 0.9 !important;
}

.wsr-services__card {
	border: 1px solid #e3e6ea !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.wsr-services__card h3 {
	color: #111111 !important;
}

.wsr-services__card p {
	color: #8a9199 !important;
}

/* ——— O NAS ——— */
.wsr-about__stat-icon {
	display: inline-flex !important;
	width: 20px !important;
	height: 20px !important;
	margin-bottom: 10px !important;
	overflow: hidden !important;
	color: #c5a07d !important;
}

.wsr-about__stat-icon svg,
.wsr-about-stat-icon {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	min-width: 20px !important;
}

/* ——— OFERTY ——— */
.wsr-offers__price {
	color: #c5a07d !important;
}

.wsr-offers__meta li {
	color: #c5a07d !important;
}

/* ——— STOPKA (mobile) ——— */
@media (max-width: 1080px) {
	.site-footer.ws-footer .ws-footer__bar {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}

	.site-footer.ws-footer .ws-footer__legal {
		width: 100% !important;
		max-width: none !important;
		text-align: center !important;
	}

	.site-footer.ws-footer .ws-footer__legal p {
		text-align: center !important;
	}

	.site-footer.ws-footer .ws-footer__realization {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		margin-inline: auto !important;
		gap: 8px !important;
	}

	.site-footer.ws-footer .ws-footer__realization a {
		display: inline-flex !important;
		justify-content: center !important;
	}

	.site-footer.ws-footer .ws-footer__realization img {
		margin-inline: auto !important;
	}
}
