/**
 * Strona O nas — Woźniak & Szczepanowski Nieruchomości.
 */

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

/* ——— Historia ——— */
.wsn-about-story {
	padding: clamp(56px, 8vw, 88px) 0;
	background: var(--ws-white);
}

.wsn-about-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: start;
}

.wsn-about-story h2 {
	margin: 0 0 20px;
	font-family: var(--ws-serif);
	font-size: clamp(1.85rem, 3.5vw, 2.5rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--ws-dark);
}

.wsn-about-story__content p {
	margin: 0 0 18px;
	color: #4a5159;
	font-size: 1rem;
	line-height: 1.75;
}

.wsn-about-story__content p:last-child {
	margin-bottom: 0;
}

.wsn-about-story__aside {
	position: sticky;
	top: 96px;
}

.wsn-about-story__stats {
	display: grid;
	gap: 14px;
}

.wsn-about-story__stat {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 14px;
	align-items: center;
	padding: 18px 20px;
	border: 1px solid var(--ws-line);
	border-left: 3px solid var(--ws-gold);
	background: linear-gradient(165deg, #ffffff 0%, #faf7f3 100%);
}

.wsn-about-story__stat-icon {
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(197, 160, 125, 0.35);
	color: var(--ws-gold);
}

.wsn-about-story__stat-icon svg {
	width: 20px;
	height: 20px;
}

.wsn-about-story__stat strong {
	color: var(--ws-dark);
	font-family: var(--ws-serif);
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1;
}

.wsn-about-story__stat > span:last-child {
	grid-column: 2;
	color: var(--ws-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

/* ——— Zespół ——— */
.wsn-about-team {
	padding: 0 0 clamp(56px, 8vw, 80px);
}

.wsn-about-team h2 {
	margin: 0 0 clamp(22px, 4vw, 32px);
	font-family: var(--ws-serif);
	font-size: clamp(1.75rem, 3vw, 2.2rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--ws-dark);
}

.wsn-about-team__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 28px);
}

.wsn-about-team__card {
	padding: clamp(22px, 4vw, 30px);
	border: 1px solid rgba(197, 160, 125, 0.35);
	border-left: 4px solid var(--ws-gold);
	background: linear-gradient(160deg, #ffffff 0%, #faf7f3 100%);
	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

.wsn-about-team__head {
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(197, 160, 125, 0.25);
}

.wsn-about-team__head h3 {
	margin: 0 0 4px;
	font-family: var(--ws-serif);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--ws-dark);
}

.wsn-about-team__head p {
	margin: 0;
	color: #7a6147;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wsn-about-team__content p {
	margin: 0 0 14px;
	color: #4a5159;
	font-size: 0.97rem;
	line-height: 1.75;
}

.wsn-about-team__content p:last-child {
	margin-bottom: 0;
}

/* ——— Motto ——— */
.wsn-about-motto {
	padding: 0 0 clamp(56px, 8vw, 80px);
}

.wsn-about-motto__quote {
	margin: 0;
	padding: clamp(28px, 5vw, 40px) clamp(24px, 5vw, 48px);
	border: 1px solid rgba(197, 160, 125, 0.35);
	border-left: 4px solid var(--ws-gold);
	background: linear-gradient(135deg, #faf7f3 0%, #ffffff 100%);
	text-align: center;
}

.wsn-about-motto__quote p {
	margin: 0;
	color: var(--ws-dark);
	font-family: var(--ws-serif);
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-style: italic;
	line-height: 1.45;
}

/* ——— Dlaczego my ——— */
.wsn-about-why {
	padding: clamp(56px, 8vw, 88px) 0;
	background: #f7f7f8;
}

.wsn-about-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(24px, 5vw, 48px);
	align-items: start;
}

.wsn-about-why h2 {
	margin: 0;
	font-family: var(--ws-serif);
	font-size: clamp(1.85rem, 3.5vw, 2.45rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--ws-dark);
}

.wsn-about-why__text p {
	margin: 0 0 18px;
	color: #4a5159;
	font-size: 1rem;
	line-height: 1.75;
}

.wsn-about-why__text p:last-child {
	margin-bottom: 0;
}

/* ——— Wsparcie ——— */
.wsn-about-support {
	padding: clamp(64px, 9vw, 96px) 0;
	background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
	color: #d8dde3;
}

.wsn-about-support__head {
	max-width: 720px;
	margin: 0 auto clamp(36px, 6vw, 52px);
	text-align: center;
}

.wsn-about-support__head h2 {
	margin: 0 0 14px;
	color: var(--ws-white);
	font-family: var(--ws-serif);
	font-size: clamp(1.85rem, 3.5vw, 2.5rem);
	font-weight: 400;
	line-height: 1.15;
}

.wsn-about-support__head p {
	margin: 0;
	color: #a8b0b8;
	font-size: 1rem;
	line-height: 1.7;
}

.wsr-section-eyebrow--light {
	color: var(--ws-gold) !important;
}

.wsn-about-support__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: clamp(28px, 5vw, 40px);
}

.wsn-about-support__card {
	padding: 24px 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
}

.wsn-about-support__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	border: 1px solid rgba(197, 160, 125, 0.4);
	color: var(--ws-gold);
}

.wsn-about-service-icon {
	width: 22px;
	height: 22px;
}

.wsn-about-support__card h3 {
	margin: 0 0 10px;
	color: var(--ws-white);
	font-family: var(--ws-serif);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
}

.wsn-about-support__card p {
	margin: 0;
	color: #a8b0b8;
	font-size: 0.92rem;
	line-height: 1.65;
}

.wsn-about-support__partners {
	padding: clamp(22px, 4vw, 30px);
	border: 1px solid rgba(197, 160, 125, 0.28);
	background: rgba(197, 160, 125, 0.06);
}

.wsn-about-support__partners h3 {
	margin: 0 0 14px;
	color: var(--ws-white);
	font-family: var(--ws-serif);
	font-size: 1.15rem;
	font-weight: 500;
}

.wsn-about-support__partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.wsn-about-support__partners li {
	position: relative;
	padding-left: 22px;
	color: #c8ced5;
	font-size: 0.94rem;
	line-height: 1.55;
}

.wsn-about-support__partners li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ws-gold);
}

.wsn-about-support__partners p {
	margin: 18px 0 0;
	color: #c8ced5;
	font-size: 0.94rem;
	line-height: 1.65;
}

/* ——— Zakończenie ——— */
.wsn-about-closing {
	padding: clamp(56px, 8vw, 88px) 0;
	background: var(--ws-white);
}

.wsn-about-closing__inner {
	gap: clamp(24px, 4vw, 32px);
	padding: clamp(28px, 5vw, 40px);
	border: 1px solid var(--ws-line);
	background: linear-gradient(165deg, #ffffff 0%, #faf7f3 100%);
	overflow: hidden;
}

.wsn-about-closing__copy {
	min-width: 0;
}

.wsn-about-closing h2 {
	margin: 0 0 14px;
	font-family: var(--ws-serif);
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--ws-dark);
}

.wsn-about-closing__copy p {
	margin: 0 0 14px;
	color: #4a5159;
	font-size: 1rem;
	line-height: 1.75;
}

.wsn-about-closing__welcome {
	margin-top: 6px !important;
	color: var(--ws-dark) !important;
	font-weight: 600;
}

.wsn-about-closing__cta {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 100%;
}

.wsn-about-closing__cta .wsr-btn {
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 44px;
	max-height: none;
	padding: 10px 18px;
	white-space: nowrap;
	text-align: center;
	line-height: 1.2;
}

/* ——— Responsywność ——— */
@media (min-width: 900px) {
	.wsn-about-closing__cta .wsr-btn {
		min-height: 48px;
		padding: 12px 16px;
		white-space: normal;
		line-height: 1.35;
	}
}

@media (max-width: 899px) {
	.wsn-about-closing__cta {
		flex: 0 0 auto;
		gap: 10px;
	}
}

@media (max-width: 980px) {
	.wsn-about-story__grid,
	.wsn-about-team__grid,
	.wsn-about-why__grid,
	.wsn-about-support__grid {
		grid-template-columns: 1fr;
	}

	.wsn-about-story__aside {
		position: static;
	}
}

