/**
 * Strona główna WS Nieruchomości — layout według mockupu.
 */

.wsr-page {
	background: var(--ws-white);
	color: var(--ws-text);
}

/* ——— Hero / slider ——— */
/* Pełne style w assets/css/ws-hero.css */

/* ——— Sekcje pod hero ——— */
.wsr-journey {
	padding: 120px 0 80px;
	background: #faf8f5;
}

.wsr-journey__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 36px;
	align-items: start;
}

.wsr-journey__copy h2,
.wsr-support h2 {
	margin: 0 0 16px;
	font-family: var(--ws-serif);
	font-size: clamp(1.9rem, 3.2vw, 2.6rem);
	font-weight: 400;
	line-height: 1.12;
	color: var(--ws-text);
}

.wsr-journey__copy p,
.wsr-support p {
	margin: 0 0 16px;
	color: #4a5159;
	font-size: 1rem;
	line-height: 1.75;
}

.wsr-journey__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
}

.wsr-journey__list li {
	position: relative;
	padding: 16px 16px 16px 20px;
	border: 1px solid #e3e6ea;
	background: #faf7f3;
	color: var(--ws-text);
	font-size: 0.92rem;
	line-height: 1.6;
	box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.wsr-journey__list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--ws-gold);
	opacity: 0.8;
}

.wsr-journey__list li:hover {
	transform: translateY(-2px);
	border-color: rgba(197, 160, 125, 0.65);
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
}

.wsr-journey__list.is-enhanced {
	display: block;
	position: relative;
	min-height: 120px;
}

.wsr-journey__list.is-enhanced li {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 28px;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

.wsr-journey__list.is-enhanced li.is-active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.wsr-journey__dots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.wsr-journey__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cfd5dc;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.wsr-journey__dot.is-active {
	background: var(--ws-gold);
	transform: scale(1.2);
}

.wsr-journey__dot:focus-visible {
	outline: 2px solid var(--ws-gold);
	outline-offset: 2px;
}

.wsr-support {
	padding: 76px 0 80px;
	background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
	color: var(--ws-white);
}

.wsr-support__inner {
	max-width: 860px;
}

.wsr-support h2,
.wsr-support p {
	color: var(--ws-white);
}

.wsr-support p {
	color: #c8ced5;
}

/* Guziki — jak na mockupie */
.wsr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border-radius: 0;
	font-family: var(--ws-sans);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wsr-btn--white {
	border: 1px solid var(--ws-white);
	background: var(--ws-white);
	color: var(--ws-dark);
}

.wsr-btn--white:hover,
.wsr-btn--white:focus-visible {
	background: #ececec;
	border-color: #ececec;
}

.wsr-btn--white-outline {
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: transparent;
	color: var(--ws-white);
}

.wsr-btn--white-outline:hover,
.wsr-btn--white-outline:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--ws-white);
}

.wsr-btn--gold {
	border: 1px solid var(--ws-gold);
	background: var(--ws-gold);
	color: var(--ws-dark);
}

.wsr-btn--gold:hover,
.wsr-btn--gold:focus-visible {
	background: var(--ws-gold-hover);
	border-color: var(--ws-gold-hover);
}

.wsr-btn--gold-outline {
	border: 1px solid var(--ws-gold);
	background: transparent;
	color: var(--ws-gold);
}

.wsr-btn--gold-outline:hover,
.wsr-btn--gold-outline:focus-visible {
	background: var(--ws-gold);
	color: var(--ws-dark);
}

/* ——— Sekcja usług ——— */
.wsr-services {
	padding: 72px 0 80px;
	background: #f7f7f8;
}

.wsr-services__head {
	max-width: 720px;
	margin: 0 auto 44px;
	text-align: center;
}

.wsr-services__eyebrow {
	margin: 0 0 14px;
	color: var(--ws-gold, #c5a07d);
	font-family: var(--ws-sans);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.wsr-services__head h2 {
	margin: 0 0 14px;
	color: #111111;
	font-family: var(--ws-serif);
	font-size: clamp(2rem, 3.2vw, 2.65rem);
	font-weight: 400;
	line-height: 1.1;
}

.wsr-services__intro {
	margin: 0;
	color: #5c636a;
	font-family: var(--ws-sans);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
}

.wsr-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.wsr-services__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 36px 16px 38px;
	background: var(--ws-white);
	border: 1px solid #e3e6ea;
	text-align: center;
}

.wsr-services__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 22px;
	padding: 0;
	color: #1a1a1a;
	background: linear-gradient(165deg, #ffffff 0%, #faf7f3 100%);
	border: 1px solid rgba(197, 160, 125, 0.4);
	border-radius: 2px;
	box-shadow:
		0 8px 22px rgba(17, 24, 39, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	flex-shrink: 0;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

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

.wsr-services__icon::before {
	top: 4px;
	left: 4px;
	border-top: 2px solid var(--ws-gold, #c5a07d);
	border-left: 2px solid var(--ws-gold, #c5a07d);
	opacity: 0.9;
}

.wsr-services__icon::after {
	right: 4px;
	bottom: 4px;
	border-right: 2px solid var(--ws-gold, #c5a07d);
	border-bottom: 2px solid var(--ws-gold, #c5a07d);
	opacity: 0.9;
}

.wsr-services__card:hover .wsr-services__icon {
	border-color: rgba(197, 160, 125, 0.62);
	box-shadow:
		0 12px 28px rgba(17, 24, 39, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	transform: translateY(-2px);
}

.wsr-services__icon svg,
.wsr-services__icon .wsr-service-icon {
	width: 38px;
	height: 38px;
	stroke: currentColor;
	fill: none;
}

.wsr-services__card h3 {
	width: 100%;
	margin: 0 auto 10px;
	color: #111111;
	font-family: var(--ws-sans);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-wrap: balance;
}

.wsr-services__card p {
	width: 100%;
	margin: 0 auto;
	color: #8a9199;
	font-family: var(--ws-sans);
	font-size: 0.75rem;
	line-height: 1.65;
	text-align: center;
	text-wrap: balance;
}

/* ——— Nagłówki sekcji ——— */
.wsr-head p,
.wsr-section-eyebrow {
	margin: 0 0 10px;
	color: var(--ws-gold);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wsr-head h2 {
	margin: 0 0 12px;
	font-family: var(--ws-serif);
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	font-weight: 400;
	line-height: 1.12;
	color: var(--ws-text);
}

.wsr-head--center {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.wsr-head--center > p:last-child {
	color: var(--ws-muted);
	font-size: 0.95rem;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
}

.wsr-head--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.wsr-link {
	color: var(--ws-text);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid var(--ws-gold);
	padding-bottom: 2px;
}

/* ——— O nas ——— */
.wsr-about {
	padding: 88px 0;
	background: var(--ws-dark-soft);
	color: var(--ws-white);
}

.wsr-about h2 {
	margin: 0 0 18px;
	font-family: var(--ws-serif);
	font-size: clamp(2rem, 3.2vw, 2.75rem);
	font-weight: 400;
	line-height: 1.12;
}

.wsr-about__content > p:not(.wsr-section-eyebrow) {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9375rem;
	line-height: 1.7;
}

.wsr-about__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 52px;
	align-items: center;
}

.wsr-about__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 36px 0 34px;
}

.wsr-about__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wsr-about__stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 auto;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	color: var(--ws-gold);
}

.wsr-about__stat-icon svg,
.wsr-about-stat-icon {
	display: block;
	flex: 0 0 auto;
	flex-shrink: 0;
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	min-width: 20px !important;
	stroke: currentColor;
	fill: none;
}

.wsr-about__stats strong {
	display: block;
	margin-bottom: 6px;
	font-family: var(--ws-sans);
	font-size: clamp(1.5rem, 2vw, 1.875rem);
	font-weight: 600;
	line-height: 1;
	color: var(--ws-white);
}

.wsr-about__stat-label {
	font-size: 0.75rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.72);
}

.wsr-about__cta.wsr-btn--gold {
	min-width: 220px;
	color: var(--ws-white);
	background: linear-gradient(135deg, #d8b896 0%, #c5a07d 48%, #a88662 100%);
	border-color: #c5a07d;
	box-shadow: 0 10px 26px rgba(197, 160, 125, 0.24);
}

.wsr-about__cta.wsr-btn--gold:hover,
.wsr-about__cta.wsr-btn--gold:focus-visible {
	color: var(--ws-white);
	background: linear-gradient(135deg, #e0c4a4 0%, #cfae8f 48%, #b49272 100%);
	border-color: #cfae8f;
}

.wsr-about__gallery {
	display: grid;
	grid-template-columns: 1.18fr 0.82fr;
	grid-template-rows: 1fr 1fr;
	gap: 12px;
	min-height: 430px;
}

.wsr-about__photo {
	min-height: 0;
	background-color: #2a3038;
	background-size: cover;
	background-position: center;
}

.wsr-about__photo--1 {
	grid-row: 1 / span 2;
}

/* ——— Oferty ——— */
.wsr-offers {
	padding: 80px 0;
	background: #f5f5f5;
}

.wsr-offers__all {
	flex-shrink: 0;
	min-height: 42px;
	padding-inline: 22px;
	font-size: 0.62rem;
}

.wsr-offers__tabs {
	display: flex;
	gap: 28px;
	margin: 0 0 28px;
	border-bottom: 1px solid #e3e6ea;
}

.wsr-offers__tab {
	position: relative;
	margin: 0;
	padding: 0 0 14px;
	border: 0;
	background: transparent;
	color: #8a9199;
	font-family: var(--ws-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: color 0.2s ease;
}

.wsr-offers__tab::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: var(--ws-gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.wsr-offers__tab.is-active {
	color: #111111;
}

.wsr-offers__tab.is-active::after {
	transform: scaleX(1);
}

.wsr-offers__tab:hover,
.wsr-offers__tab:focus-visible {
	color: #111111;
}

.wsr-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.wsr-offers__card {
	background: var(--ws-white);
	border: 1px solid #e8eaed;
	overflow: hidden;
}

.wsr-offers__card[hidden] {
	display: none;
}

.wsr-offers__image {
	position: relative;
	height: 230px;
	background: linear-gradient(135deg, #444a54, #272d36 60%);
	background-size: cover;
	background-position: center;
}

.wsr-offers__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	pointer-events: none;
}

.wsr-offers__type,
.wsr-offers__code {
	flex: 0 1 auto;
	max-width: calc(50% - 5px);
	padding: 6px 10px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.wsr-offers__type {
	background: rgba(0, 0, 0, 0.82);
	color: var(--ws-white);
}

.wsr-offers__code {
	margin-left: auto;
	background: rgba(255, 255, 255, 0.94);
	color: #111111;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
}

.wsr-offers__code-label {
	margin: 0 0 8px;
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wsr-offers__photo-count {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.72);
	color: var(--ws-white);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
}

.wsr-offers__body {
	padding: 18px 18px 20px;
}

.wsr-offers__body h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	color: #111111;
}

.wsr-offers__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.wsr-offers__meta li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--ws-gold);
	font-size: 0.78rem;
	line-height: 1.3;
}

.wsr-offers__meta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--ws-gold);
}

.wsr-offers__meta-icon svg,
.wsr-offer-meta-icon {
	width: 14px;
	height: 14px;
	max-width: 14px;
	min-width: 14px;
	stroke: currentColor;
	fill: none;
}

.wsr-offers__price {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ws-gold);
}

.wsr-offers__card--interactive {
	position: relative;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.wsr-offers__hitarea {
	position: absolute;
	inset: 0;
	z-index: 4;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.wsr-offers__hitarea:focus {
	outline: none;
}

.wsr-offers__card--interactive:hover,
.wsr-offers__card--interactive:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(17, 17, 17, 0.12);
}

.wsr-offers__hitarea:focus-visible {
	outline: 2px solid var(--ws-gold);
	outline-offset: -2px;
}

.wsr-offers__more {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 14px;
	padding: 12px 16px;
	box-sizing: border-box;
	border: 2px solid var(--ws-gold);
	border-radius: 2px;
	background: rgba(197, 160, 125, 0.14);
	color: #111111;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	pointer-events: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wsr-offers__card--interactive:hover .wsr-offers__more,
.wsr-offers__card--interactive:focus-within .wsr-offers__more,
.wsr-offers__card--interactive:has(.wsr-offers__hitarea:active) .wsr-offers__more {
	background: var(--ws-gold);
	border-color: var(--ws-gold);
	color: var(--ws-white);
}

.property-modal {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
	box-sizing: border-box;
}

.property-modal.is-open {
	display: flex;
}

.property-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.82);
	backdrop-filter: blur(8px);
}

.property-modal__frame {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(1120px, 100%);
	max-height: calc(100dvh - 28px);
	min-height: 0;
}

.property-modal__dialog {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	max-height: inherit;
	min-height: 0;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 32px 90px rgba(17, 17, 17, 0.32);
}

.property-modal__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-shrink: 0;
	padding: 16px 20px;
	border-bottom: 1px solid #eceff3;
	background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.property-modal__toolbar-badges {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.property-modal__badge {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.property-modal__badge--type {
	background: #111111;
	color: #ffffff;
}

.property-modal__badge--code {
	background: #f3efe9;
	color: #111111;
	box-shadow: inset 0 0 0 1px rgba(197, 160, 125, 0.35);
}

.property-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px 0 12px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px #e5e7eb;
	color: #111111;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.property-modal__close:hover,
.property-modal__close:focus-visible {
	background: #111111;
	box-shadow: inset 0 0 0 1px #111111;
	color: #ffffff;
	outline: none;
}

.property-modal__close-icon {
	font-size: 1.35rem;
	line-height: 1;
}

.property-modal__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.property-modal__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 0;
	min-height: 0;
}

.property-modal__gallery {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
	background: #f4f5f7;
	border-right: 1px solid #eceff3;
}

.property-modal__gallery-main {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: #111111;
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
}

.property-modal__gallery-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.property-modal__gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #111111;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.18);
	transition: transform 0.2s ease, background 0.2s ease;
}

.property-modal__gallery-nav:hover,
.property-modal__gallery-nav:focus-visible {
	background: #ffffff;
	transform: translateY(-50%) scale(1.04);
	outline: none;
}

.property-modal__gallery-nav--prev {
	left: 12px;
}

.property-modal__gallery-nav--next {
	right: 12px;
}

.property-modal__gallery-counter {
	position: absolute;
	right: 12px;
	bottom: 12px;
	margin: 0;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.72);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.property-modal__gallery-thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 2px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.property-modal__gallery-thumb {
	flex: 0 0 84px;
	width: 84px;
	height: 64px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	cursor: pointer;
	scroll-snap-align: start;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.property-modal__gallery-thumb:hover,
.property-modal__gallery-thumb:focus-visible {
	border-color: rgba(197, 160, 125, 0.55);
	outline: none;
	transform: translateY(-1px);
}

.property-modal__gallery-thumb.is-active {
	border-color: var(--ws-gold);
	box-shadow: 0 8px 18px rgba(197, 160, 125, 0.22);
}

.property-modal__gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-modal__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 26px 26px 30px;
}

.property-modal__intro {
	display: grid;
	gap: 8px;
}

.property-modal__title {
	margin: 0;
	color: #111111;
	font-family: var(--ws-serif);
	font-size: clamp(1.55rem, 2.5vw, 2rem);
	font-weight: 500;
	line-height: 1.2;
}

.property-modal__location {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #6b7280;
	font-size: 0.92rem;
	line-height: 1.45;
}

.property-modal__location-icon {
	display: inline-flex;
	flex-shrink: 0;
	color: var(--ws-gold);
}

.property-modal__location-icon svg {
	width: 16px;
	height: 16px;
}

.property-modal__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.property-modal__spec {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f8f9fb;
	box-shadow: inset 0 0 0 1px #eceff3;
	color: #111111;
	font-size: 0.82rem;
	font-weight: 600;
}

.property-modal__spec-icon {
	display: inline-flex;
	color: var(--ws-gold);
}

.property-modal__spec-icon svg,
.property-modal__spec-icon .wsr-offer-meta-icon {
	width: 15px;
	height: 15px;
}

.property-modal__price-strip {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(197, 160, 125, 0.14), rgba(197, 160, 125, 0.05));
	box-shadow: inset 0 0 0 1px rgba(197, 160, 125, 0.28);
}

.property-modal__price-label {
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.property-modal__price {
	margin: 0;
	color: #111111;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 800;
	line-height: 1.1;
}

.property-modal__section-title {
	margin: 0 0 10px;
	color: #111111;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.property-modal__description-text p {
	margin: 0 0 12px;
	color: #4b5563;
	font-size: 0.94rem;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
}

.property-modal__description-text p:last-child {
	margin-bottom: 0;
}

.property-modal__description-text ul,
.property-modal__description-text ol {
	margin: 0 0 12px;
	padding-left: 1.2rem;
}

.property-modal__description-text li {
	margin: 0 0 8px;
	color: #4b5563;
	font-size: 0.94rem;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
}

.property-modal__contact {
	display: grid;
	gap: 16px;
	padding-top: 8px;
	border-top: 1px solid #eceff3;
}

.property-modal__contact-head {
	display: grid;
	gap: 6px;
}

.property-modal__contact-title {
	margin: 0;
	color: #111111;
	font-size: 1.02rem;
	font-weight: 700;
}

.property-modal__contact-lead {
	margin: 0;
	color: #6b7280;
	font-size: 0.88rem;
	line-height: 1.55;
}

.property-modal__contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.property-modal__contact-card {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 74px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px #e7ebf0;
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.property-modal__contact-card:hover,
.property-modal__contact-card:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08), inset 0 0 0 1px rgba(197, 160, 125, 0.45);
	outline: none;
}

.property-modal__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(197, 160, 125, 0.14);
	color: var(--ws-gold);
}

.property-modal__contact-icon svg {
	width: 18px;
	height: 18px;
}

.property-modal__contact-card-body {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.property-modal__contact-name {
	color: #6b7280;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.property-modal__contact-value {
	color: #111111;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	word-break: break-word;
}

.property-modal__contact-form {
	width: 100%;
	justify-content: center;
}

body.property-modal-open {
	position: fixed;
	inset: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/* ——— Realizacje ——— */
.wsr-realizations {
	padding: 80px 0;
	background: var(--ws-dark-soft);
	color: var(--ws-white);
}

.wsr-realizations .wsr-head p {
	color: var(--ws-gold);
}

.wsr-realizations h2 {
	color: var(--ws-white);
}

.wsr-realizations__strip {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 1fr 0.85fr 1.1fr;
	gap: 10px;
}

.wsr-realizations__item {
	min-height: 180px;
	background: linear-gradient(135deg, #414752, #262b35);
	background-size: cover;
	background-position: center;
}

/* ——— Opinie ——— */
.wsr-opinions {
	padding: 80px 0;
}

.wsr-opinions__slider {
	--wsr-opinions-gap: 24px;
	--wsr-opinions-cols: 3;
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
}

.wsr-opinions__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
}

.wsr-opinions__viewport::-webkit-scrollbar {
	display: none;
}

.wsr-opinions__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(
		(100% - (var(--wsr-opinions-gap) * (var(--wsr-opinions-cols) - 1))) /
			var(--wsr-opinions-cols)
	);
	gap: var(--wsr-opinions-gap);
	align-items: stretch;
	width: 100%;
}

.wsr-opinions__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #d9dde2;
	background: var(--ws-white);
	color: var(--ws-text);
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.wsr-opinions__nav:hover,
.wsr-opinions__nav:focus-visible {
	background: var(--ws-gold);
	border-color: var(--ws-gold);
	color: var(--ws-white);
}

.wsr-opinions__nav[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}

.wsr-opinions__card {
	display: flex;
	flex-direction: column;
	padding: 28px 22px;
	border: 1px solid #e8eaed;
	background: var(--ws-white);
	text-align: center;
	height: 100%;
	min-height: 280px;
	scroll-snap-align: start;
}

.wsr-opinions__quote {
	display: block;
	margin-bottom: 8px;
	color: #c0c5cc;
	font-family: var(--ws-serif);
	font-size: 3rem;
	line-height: 1;
}

.wsr-opinions__card p {
	margin: 0 0 14px;
	color: var(--ws-muted);
	font-size: 0.9rem;
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	flex: 1 1 auto;
}

.wsr-opinions__card strong {
	margin-top: auto;
	font-size: 0.82rem;
	color: var(--ws-text);
	padding-top: 10px;
	border-top: 1px solid #eef1f4;
}

.wsr-opinions__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.wsr-opinions__dot {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 999px;
	background: #ccd2d9;
	padding: 0;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.wsr-opinions__dot:hover,
.wsr-opinions__dot:focus-visible {
	background: #a8b0bb;
}

.wsr-opinions__dot.is-active {
	background: var(--ws-gold);
	transform: scale(1.2);
}

/* ——— Kontakt ——— */
.wsr-contact-band {
	position: relative;
	padding: clamp(56px, 7vw, 80px) 0;
	background: linear-gradient(180deg, #171b21 0%, #12161b 100%);
	color: var(--ws-white);
}

.wsr-contact-band__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"head actions"
		"cards actions";
	gap: clamp(20px, 3vw, 28px) clamp(24px, 4vw, 40px);
	align-items: start;
}

.wsr-contact-band__head {
	grid-area: head;
	max-width: 640px;
}

.wsr-contact-band h2 {
	margin: 0 0 10px;
	font-family: var(--ws-serif);
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 400;
	line-height: 1.15;
}

.wsr-contact-band p {
	margin: 0;
	color: #c8ced5;
	font-size: 1rem;
	line-height: 1.7;
}

.wsr-contact-band__cards {
	grid-area: cards;
}

.wsr-contact-band__actions {
	grid-area: actions;
	align-self: center;
}

.wsr-contact-band__actions .wsr-btn {
	min-width: 220px;
	padding: 14px 28px;
	text-align: center;
	white-space: nowrap;
}

/* ——— Brand logo (fallback HTML) ——— */
.wsr-brand {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: var(--ws-white);
	text-decoration: none;
}

.wsr-brand__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 30px;
	color: var(--ws-gold);
}

.wsr-brand__icon svg {
	width: 100%;
	height: 100%;
}

.wsr-brand__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	text-align: center;
}

.wsr-brand__name {
	font-family: var(--ws-serif);
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	white-space: nowrap;
}

.wsr-brand__line-row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.wsr-brand__line {
	flex: 1;
	height: 1px;
	background: var(--ws-gold);
	opacity: 0.85;
}

.wsr-brand__tag {
	color: var(--ws-gold);
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.wsr-journey__grid,
	.wsr-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.wsr-journey__grid,
	.wsr-journey__list,
	.wsr-services__grid {
		grid-template-columns: 1fr;
	}

	.wsr-journey__list.is-enhanced {
		min-height: 120px;
	}

	.wsr-journey__dots {
		justify-content: center;
		width: 100%;
		margin-top: 18px;
	}

	.wsr-about__layout,
	.wsr-offers__grid,
	.wsr-realizations__strip {
		grid-template-columns: 1fr;
	}

	.wsr-opinions__slider {
		--wsr-opinions-cols: 2;
	}

	.wsr-offers__tabs {
		gap: 20px;
	}

	.wsr-offers__grid {
		gap: 18px;
	}

	.wsr-offers__image {
		height: 210px;
	}

	.wsr-offers__badges {
		top: 10px;
		left: 10px;
		right: 10px;
		gap: 8px;
	}

	.wsr-offers__type,
	.wsr-offers__code {
		max-width: calc(50% - 4px);
		padding: 5px 8px;
		font-size: 0.58rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.wsr-offers__body {
		padding: 16px 16px 18px;
	}

	.wsr-offers__body h3 {
		font-size: 1.02rem;
	}

	.wsr-offers__more {
		margin-top: 12px;
		padding: 13px 16px;
		background: var(--ws-gold);
		border-color: var(--ws-gold);
		color: var(--ws-white);
		font-size: 0.78rem;
	}

	.wsr-about__layout {
		gap: 36px;
	}

	.wsr-about__gallery {
		min-height: 360px;
		grid-template-columns: 1.15fr 0.85fr;
	}

	.wsr-about__photo--1 {
		grid-row: 1 / span 2;
	}

	.wsr-contact-band__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"cards"
			"actions";
		gap: 24px;
	}

	.wsr-contact-band__cards {
		grid-template-columns: 1fr;
	}

	.wsr-contact-band__actions {
		align-self: stretch;
	}

	.wsr-contact-band__actions .wsr-btn {
		width: 100%;
		min-width: 0;
	}

	.wsr-head--split {
		flex-direction: column;
		align-items: flex-start;
	}

	.property-modal__layout {
		grid-template-columns: 1fr;
	}

	.property-modal__gallery {
		border-right: 0;
		border-bottom: 1px solid #eceff3;
	}

	.property-modal__content {
		padding: 22px 18px 24px;
	}

	.property-modal__contact-cards {
		grid-template-columns: 1fr;
	}

	.property-modal__close-text {
		display: none;
	}

	.property-modal__close {
		width: 42px;
		padding: 0;
	}
}

@media (max-width: 560px) {
	.property-modal {
		padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
		overflow-x: hidden;
	}

	.property-modal__frame {
		width: 100%;
		max-width: 100%;
		max-height: calc(100dvh - 16px);
		overflow-x: hidden;
	}

	.property-modal__dialog {
		width: 100%;
		max-width: 100%;
		border-radius: 14px;
		overflow-x: hidden;
	}

	.property-modal__toolbar {
		gap: 10px;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 10px 12px;
	}

	.property-modal__toolbar-badges {
		flex: 1 1 auto;
		min-width: 0;
		gap: 6px;
		overflow: hidden;
	}

	.property-modal__badge {
		padding: 6px 9px;
		font-size: 0.56rem;
		letter-spacing: 0.06em;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.property-modal__close {
		flex: 0 0 auto;
		width: 38px;
		min-height: 38px;
	}

	.property-modal__close-icon {
		font-size: 1.15rem;
	}

	.property-modal__gallery {
		gap: 10px;
		padding: 12px;
		overflow: hidden;
	}

	.property-modal__gallery-main {
		border-radius: 10px;
		max-height: 34dvh;
	}

	.property-modal__gallery-image {
		aspect-ratio: 16 / 10;
		max-height: 34dvh;
		object-fit: cover;
	}

	.property-modal__gallery-nav {
		width: 34px;
		height: 34px;
		font-size: 1.25rem;
	}

	.property-modal__gallery-nav--prev {
		left: 8px;
	}

	.property-modal__gallery-nav--next {
		right: 8px;
	}

	.property-modal__gallery-counter {
		right: 8px;
		bottom: 8px;
		padding: 5px 8px;
		font-size: 0.64rem;
	}

	.property-modal__gallery-thumbs {
		display: none;
	}

	.property-modal__content {
		gap: 14px;
		padding: 14px 12px 16px;
		overflow-x: hidden;
	}

	.property-modal__title {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.property-modal__location {
		font-size: 0.84rem;
	}

	.property-modal__specs {
		gap: 8px;
	}

	.property-modal__spec {
		gap: 6px;
		padding: 8px 10px;
		border-radius: 10px;
		font-size: 0.76rem;
		max-width: 100%;
	}

	.property-modal__price-strip {
		gap: 8px;
		padding: 12px;
	}

	.property-modal__price {
		font-size: 1.18rem;
	}

	.property-modal__section-title {
		margin-bottom: 8px;
		font-size: 0.68rem;
	}

	.property-modal__description-text p,
	.property-modal__description-text li {
		font-size: 0.88rem;
		line-height: 1.58;
		overflow-wrap: anywhere;
	}

	.property-modal__contact {
		gap: 12px;
		padding-top: 10px;
	}

	.property-modal__contact-title {
		font-size: 0.94rem;
	}

	.property-modal__contact-lead {
		font-size: 0.8rem;
		line-height: 1.45;
	}

	.property-modal__contact-card {
		gap: 10px;
		min-height: 62px;
		padding: 10px 11px;
		border-radius: 11px;
		max-width: 100%;
		overflow: hidden;
	}

	.property-modal__contact-icon {
		width: 34px;
		height: 34px;
	}

	.property-modal__contact-icon svg {
		width: 15px;
		height: 15px;
	}

	.property-modal__contact-name {
		font-size: 0.62rem;
	}

	.property-modal__contact-value {
		font-size: 0.82rem;
		overflow-wrap: anywhere;
	}

	.property-modal__contact-form {
		min-height: 44px;
		padding: 11px 14px;
		font-size: 0.74rem;
	}

	.property-modal__body {
		overflow-x: hidden;
	}

	.property-modal__layout {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.wsr-journey,
	.wsr-services {
		padding: 56px 0 64px;
	}

	.wsr-journey__list.is-enhanced {
		min-height: 112px;
	}

	.wsr-journey__list.is-enhanced li {
		padding: 14px 18px;
		font-size: 0.92rem;
	}

	.wsr-opinions__slider {
		--wsr-opinions-cols: 1;
		--wsr-opinions-gap: 16px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wsr-opinions__viewport {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.wsr-opinions__nav {
		display: none;
	}

	.wsr-opinions__card {
		padding: 22px 18px;
		min-height: 244px;
	}

	.wsr-opinions__card p {
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}

	.wsr-opinions__dots {
		margin-top: 16px;
	}

	.wsr-services__head {
		margin-bottom: 28px;
	}

	.wsr-services__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wsr-services__card {
		padding: 22px 10px 24px;
	}

	.wsr-services__icon {
		width: 58px;
		height: 58px;
		margin-bottom: 14px;
	}

	.wsr-services__icon svg,
	.wsr-services__icon .wsr-service-icon {
		width: 28px;
		height: 28px;
	}

	.wsr-services__card h3 {
		font-size: 0.75rem;
		margin-bottom: 6px;
	}

	.wsr-services__card p {
		font-size: 0.6875rem;
		line-height: 1.5;
	}
}
