/*
Theme Name: Blocksy Child
Theme URI: https://dotykpieknaradom.pl/
Description: Motyw potomny Blocksy dla strony Dotyk Piękna Radom.
Author: Dotyk Piękna Radom
Template: blocksy
Version: 4.0.0
Text Domain: blocksy-child
*/

/* =========================================================
   01. USTAWIENIA GLOBALNE
   ========================================================= */

:root {
	--dp2-black: #101010;
	--dp2-black-soft: #171514;
	--dp2-ink: #211d1a;
	--dp2-text: #2a2522;
	--dp2-muted: #746c67;
	--dp2-paper: #fffdfb;
	--dp2-cream: #fff7f2;
	--dp2-cream-deep: #f7ece6;
	--dp2-rose: #e7a0a3;
	--dp2-rose-dark: #cf8589;
	--dp2-rose-soft: #f3d8d7;
	--dp2-gold: #b98543;
	--dp2-gold-light: #d7b176;
	--dp2-line: rgba(41, 34, 30, 0.12);
	--dp2-line-light: rgba(255, 255, 255, 0.13);
	--dp2-shadow-sm: 0 14px 34px rgba(35, 27, 23, 0.08);
	--dp2-shadow-md: 0 24px 62px rgba(35, 27, 23, 0.12);
	--dp2-shadow-lg: 0 34px 90px rgba(35, 27, 23, 0.16);
	--dp2-shell: 1400px;
	--dp2-ease: cubic-bezier(0.2, 0.72, 0.2, 1);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--dp2-paper);
}

.dp2-home,
.dp2-about-page,
.dp2-home *,
.dp2-about-page *,
.dp2-home *::before,
.dp2-about-page *::before,
.dp2-home *::after,
.dp2-about-page *::after {
	box-sizing: border-box;
}

.dp2-home,
.dp2-about-page {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	background: var(--dp2-paper);
	color: var(--dp2-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

@supports not (overflow: clip) {
	.dp2-home,
	.dp2-about-page {
		overflow-x: hidden;
	}
}

.dp2-home h1,
.dp2-home h2,
.dp2-home h3,
.dp2-home p,
.dp2-home figure,
.dp2-home ul,
.dp2-about-page h1,
.dp2-about-page h2,
.dp2-about-page h3,
.dp2-about-page p,
.dp2-about-page figure,
.dp2-about-page ul {
	margin-top: 0;
}

.dp2-home h1,
.dp2-home h2,
.dp2-home h3,
.dp2-about-page h1,
.dp2-about-page h2,
.dp2-about-page h3 {
	color: var(--dp2-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.038em;
}

.dp2-home h2,
.dp2-about-page h2 {
	font-size: clamp(2.55rem, 4.9vw, 4.75rem);
	line-height: 1.02;
}

.dp2-home h3,
.dp2-about-page h3 {
	font-size: clamp(1.55rem, 2.4vw, 2.25rem);
	line-height: 1.12;
}

.dp2-home img,
.dp2-about-page img {
	display: block;
	max-width: 100%;
}

.dp2-home a,
.dp2-about-page a {
	text-underline-offset: 0.18em;
}

.dp2-home a:focus-visible,
.dp2-about-page a:focus-visible {
	outline: 2px solid var(--dp2-gold);
	outline-offset: 4px;
}

.dp2-shell {
	width: min(var(--dp2-shell), calc(100% - 48px));
	margin-inline: auto;
}

.dp2-section {
	position: relative;
	padding-block: clamp(92px, 8vw, 132px);
}

/* Każda sekcja ma tło na pełną szerokość ekranu.
   Treść wewnętrzna pozostaje w kontenerze .dp2-shell = 1400 px. */
.dp2-home > section,
.dp2-about-page > section,
.dp2-home > footer,
.dp2-about-page > footer {
	width: 100%;
	max-width: none;
}

.dp2-center {
	margin-top: 46px;
	text-align: center;
}

.dp2-kicker {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 21px;
	color: var(--dp2-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dp2-kicker::before {
	width: 36px;
	height: 1px;
	background: currentColor;
	content: "";
}

.dp2-heading {
	max-width: 850px;
	margin: 0 auto 62px;
	text-align: center;
}

.dp2-heading h2 {
	margin-bottom: 0;
}

.dp2-heading > span {
	position: relative;
	display: block;
	width: 58px;
	height: 1px;
	margin: 24px auto 0;
	background: var(--dp2-gold);
}

.dp2-heading > span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid var(--dp2-gold);
	background: var(--dp2-paper);
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
}

.dp2-heading--left {
	max-width: 690px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.dp2-heading--left > span {
	margin-left: 0;
}

.dp2-heading--light h2 {
	color: #fff;
}

.dp2-heading--light > span::after {
	background: var(--dp2-black-soft);
}

.dp2-rule {
	display: block;
	width: 46px;
	height: 1px;
	margin: 27px 0;
	background: var(--dp2-gold);
	transform-origin: left center;
}

.dp2-btn {
	display: inline-flex;
	min-width: 166px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 12px 26px;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff !important;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		transform 280ms var(--dp2-ease),
		box-shadow 280ms ease,
		background-color 280ms ease,
		border-color 280ms ease,
		color 280ms ease;
}

.dp2-btn strong {
	font-weight: 800;
}

.dp2-btn small {
	display: block;
	margin-top: 3px;
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.dp2-btn:hover {
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 15px 32px rgba(35, 27, 23, 0.13);
}

.dp2-btn--rose {
	background: var(--dp2-rose);
}

.dp2-btn--rose:hover {
	background: var(--dp2-rose-dark);
}

.dp2-btn--outline {
	border-color: rgba(33, 29, 26, 0.58);
	background: transparent;
	color: var(--dp2-ink) !important;
}

.dp2-btn--outline:hover {
	border-color: var(--dp2-black);
	background: var(--dp2-black);
	color: #fff !important;
}

.dp2-btn--single {
	min-width: 210px;
}

.dp2-text-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 7px;
	color: var(--dp2-ink) !important;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.dp2-text-link::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--dp2-gold);
	content: "";
	transform: scaleX(0.3);
	transform-origin: left center;
	transition: transform 400ms var(--dp2-ease);
}

.dp2-text-link span {
	color: var(--dp2-gold);
	font-size: 1.15rem;
	transition: transform 250ms var(--dp2-ease);
}

.dp2-text-link:hover::after {
	transform: scaleX(1);
}

.dp2-text-link:hover span {
	transform: translateX(5px);
}

.dp2-text-link--light {
	color: #fff !important;
}

/* =========================================================
   02. BLOCKSY — PEŁNA SZEROKOŚĆ I NAGŁÓWEK
   ========================================================= */

/* =========================================================
   02. BLOCKSY — WYŁĄCZNIE PEŁNA SZEROKOŚĆ TREŚCI

   Nagłówek, logo, menu, sticky header, kolory i rozmiary
   są zarządzane wyłącznie w konfiguratorze Blocksy.
   ========================================================= */

body.home .entry-header,
body.page-id-41 .entry-header {
	display: none;
}

body.home .site-main,
body.home .entry-content,
body.page-id-41 .site-main,
body.page-id-41 .entry-content {
	margin: 0;
	padding: 0;
}

body.home .site-main > .ct-container,
body.home .site-main > .ct-container-full,
body.page-id-41 .site-main > .ct-container,
body.page-id-41 .site-main > .ct-container-full {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.home .entry-content > .dp2-home,
body.page-id-41 .entry-content > .dp2-about-page,
.entry-content > .dp2-home,
.entry-content > .dp2-about-page {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

/* =========================================================
   03. STRONA GŁÓWNA — HERO
   ========================================================= */

.dp2-hero {
	position: relative;
	min-height: 660px;
	overflow: hidden;
	background: #f8e5df;
	isolation: isolate;
}

.dp2-hero picture {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dp2-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.dp2-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 249, 246, 0.99) 0%,
		rgba(255, 247, 243, 0.96) 24%,
		rgba(255, 244, 239, 0.84) 38%,
		rgba(255, 241, 235, 0.48) 49%,
		rgba(255, 239, 232, 0.12) 60%,
		rgba(255, 239, 232, 0) 68%
	);
	content: "";
	pointer-events: none;
}

.dp2-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 122px;
	padding-bottom: 90px;
}

.dp2-hero__content > * {
	max-width: 610px;
}

.dp2-eyebrow {
	margin-bottom: 27px;
	color: #4f4844;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	line-height: 1.45;
	text-transform: uppercase;
}

.dp2-hero h1 {
	max-width: 610px;
	margin-bottom: 20px;
	font-size: clamp(3.45rem, 4.25vw, 4.35rem);
	line-height: 0.97;
	letter-spacing: -0.05em;
}

.dp2-hero h1 em {
	display: inline-block;
	color: var(--dp2-rose);
	font-style: normal;
}

.dp2-hero__lead {
	max-width: 520px;
	margin-bottom: 34px;
	color: #625a55;
	font-size: 0.88rem;
	line-height: 1.8;
}

.dp2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* =========================================================
   04. STRONA GŁÓWNA — PASEK ZAUFANIA
   ========================================================= */

.dp2-trust {
	position: relative;
	z-index: 4;
	background: var(--dp2-black);
	color: #fff;
}

.dp2-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dp2-trust article {
	display: flex;
	min-height: 138px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 24px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.055);
	text-align: center;
	transition: background-color 300ms ease, transform 300ms var(--dp2-ease);
}

.dp2-trust article:last-child {
	border-right: 0;
}

.dp2-trust article:hover {
	background: rgba(255, 255, 255, 0.025);
	transform: translateY(-3px);
}

.dp2-trust__icon {
	display: block;
	height: 41px;
	color: var(--dp2-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.45rem;
	line-height: 1;
	transition: transform 300ms var(--dp2-ease);
}

.dp2-trust article:hover .dp2-trust__icon {
	transform: scale(1.08);
}

.dp2-trust strong {
	margin-top: 9px;
	font-size: 0.86rem;
	font-weight: 750;
}

.dp2-trust small {
	margin-top: 6px;
	color: #aaa19a;
	font-size: 0.61rem;
}

/* =========================================================
   05. STRONA GŁÓWNA — WPROWADZENIE
   ========================================================= */

.dp2-intro {
	background: var(--dp2-paper);
}

.dp2-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: start;
	gap: clamp(60px, 9vw, 130px);
}

.dp2-intro__heading h2 {
	max-width: 620px;
	margin-bottom: 0;
}

.dp2-intro__heading em {
	color: var(--dp2-rose);
	font-style: normal;
}

.dp2-intro__copy {
	padding-top: 35px;
}

.dp2-intro__copy p {
	margin-bottom: 22px;
	color: var(--dp2-muted);
	font-size: 1.02rem;
	line-height: 1.85;
}

.dp2-intro__copy .dp2-text-link {
	margin-top: 15px;
}

/* =========================================================
   06. STRONA GŁÓWNA — KATEGORIE
   ========================================================= */

.dp2-categories {
	background: var(--dp2-cream);
}

.dp2-categories__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.dp2-category-card {
	position: relative;
	min-height: 610px;
	overflow: hidden;
	background: var(--dp2-black-soft);
	isolation: isolate;
}

.dp2-category-card > img {
	position: absolute;
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.035);
	transition: transform 850ms var(--dp2-ease), filter 500ms ease;
}

.dp2-category-card__shade {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(12, 10, 9, 0.91) 0%, rgba(12, 10, 9, 0.62) 42%, rgba(12, 10, 9, 0.08) 78%),
		linear-gradient(90deg, rgba(12, 10, 9, 0.2), transparent 65%);
}

.dp2-category-card__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(34px, 5vw, 56px);
	color: #fff;
}

.dp2-category-card__number {
	position: absolute;
	top: -445px;
	right: 30px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.dp2-category-card__eyebrow {
	margin-bottom: 10px;
	color: var(--dp2-gold-light);
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dp2-category-card h3 {
	max-width: 470px;
	margin-bottom: 17px;
	color: #fff;
	font-size: clamp(2.45rem, 4vw, 4.25rem);
	line-height: 0.98;
}

.dp2-category-card__content > p:not(.dp2-category-card__eyebrow) {
	max-width: 470px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.9rem;
	line-height: 1.75;
}

.dp2-category-card__content > a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.dp2-category-card__content > a span {
	color: var(--dp2-gold-light);
	font-size: 1.1rem;
	transition: transform 250ms var(--dp2-ease);
}

.dp2-category-card:hover > img {
	filter: saturate(1.05);
	transform: scale(1.07);
}

.dp2-category-card:hover .dp2-category-card__content > a span {
	transform: translateX(5px);
}

/* =========================================================
   07. STRONA GŁÓWNA — ZABIEGI SPECJALISTYCZNE
   ========================================================= */

.dp2-signature {
	background: var(--dp2-paper);
}

.dp2-signature__header {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 62px;
}

.dp2-signature__header .dp2-heading {
	margin-bottom: 0;
}

.dp2-signature__intro {
	margin-bottom: 8px;
	color: var(--dp2-muted);
	font-size: 1rem;
	line-height: 1.8;
}

.dp2-signature__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--dp2-line);
	border-left: 1px solid var(--dp2-line);
}

.dp2-signature-card {
	position: relative;
	display: flex;
	min-height: 355px;
	flex-direction: column;
	padding: 34px;
	border-right: 1px solid var(--dp2-line);
	border-bottom: 1px solid var(--dp2-line);
	background: var(--dp2-paper);
	transition:
		background-color 300ms ease,
		box-shadow 300ms ease,
		transform 300ms var(--dp2-ease);
}

.dp2-signature-card:hover {
	z-index: 2;
	background: #fff;
	box-shadow: var(--dp2-shadow-md);
	transform: translateY(-5px);
}

.dp2-signature-card--featured {
	background: var(--dp2-cream);
}

.dp2-signature-card__index {
	position: absolute;
	top: 27px;
	right: 28px;
	color: #a69a92;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.dp2-signature-card__icon {
	height: 60px;
	margin-bottom: 28px;
	color: var(--dp2-rose);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.7rem;
	line-height: 1;
	transition: transform 300ms var(--dp2-ease);
}

.dp2-signature-card:hover .dp2-signature-card__icon {
	transform: scale(1.07) rotate(-2deg);
}

.dp2-signature-card h3 {
	margin-bottom: 16px;
	font-size: 1.72rem;
}

.dp2-signature-card > p {
	margin-bottom: 30px;
	color: var(--dp2-muted);
	font-size: 0.91rem;
	line-height: 1.75;
}

.dp2-signature-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--dp2-line);
}

.dp2-signature-card__bottom strong {
	font-size: 0.78rem;
	font-weight: 800;
}

.dp2-signature-card__bottom a {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--dp2-line);
	color: var(--dp2-ink) !important;
	font-size: 1.1rem;
	text-decoration: none !important;
	transition: background-color 250ms ease, color 250ms ease, transform 250ms var(--dp2-ease);
}

.dp2-signature-card__bottom a:hover {
	background: var(--dp2-black);
	color: #fff !important;
	transform: translateX(3px);
}

/* =========================================================
   08. STRONA GŁÓWNA — PROCES
   ========================================================= */

.dp2-process {
	background: var(--dp2-black-soft);
	color: #fff;
}

.dp2-process__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--dp2-line-light);
	border-left: 1px solid var(--dp2-line-light);
}

.dp2-process__grid article {
	min-height: 290px;
	padding: 38px;
	border-right: 1px solid var(--dp2-line-light);
	border-bottom: 1px solid var(--dp2-line-light);
	transition: background-color 300ms ease;
}

.dp2-process__grid article:hover {
	background: rgba(255, 255, 255, 0.035);
}

.dp2-process__number {
	display: block;
	margin-bottom: 54px;
	color: var(--dp2-gold-light);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.dp2-process h3 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 2rem;
}

.dp2-process p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.92rem;
	line-height: 1.78;
}

/* =========================================================
   09. STRONA GŁÓWNA — HISTORIA
   ========================================================= */

.dp2-story {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	min-height: 720px;
	background: var(--dp2-cream);
}

.dp2-story__media {
	min-height: 720px;
	overflow: hidden;
}

.dp2-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.035);
	transition: transform 900ms var(--dp2-ease);
}

.dp2-story__media:hover img {
	transform: scale(1.07);
}

.dp2-story__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(60px, 7vw, 108px);
}

.dp2-story__content h2 {
	max-width: 650px;
	margin-bottom: 0;
	font-size: clamp(2.8rem, 4.5vw, 4.9rem);
}

.dp2-story__content > p:not(.dp2-kicker) {
	max-width: 590px;
	margin-bottom: 22px;
	color: var(--dp2-muted);
	font-size: 1rem;
	line-height: 1.82;
}

.dp2-story__list {
	max-width: 610px;
	margin: 12px 0 32px;
	padding: 0;
	list-style: none;
}

.dp2-story__list li {
	position: relative;
	padding: 16px 0 16px 28px;
	border-top: 1px solid var(--dp2-line);
	color: #4d4540;
	font-size: 0.92rem;
	font-weight: 650;
}

.dp2-story__list li::before {
	position: absolute;
	top: 17px;
	left: 0;
	color: var(--dp2-gold);
	content: "✓";
}

/* =========================================================
   10. STRONA GŁÓWNA — GALERIA
   ========================================================= */

.dp2-showcase {
	background: var(--dp2-paper);
}

.dp2-showcase__header {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 58px;
}

.dp2-showcase__header .dp2-heading {
	margin-bottom: 0;
}

.dp2-showcase__header > div:last-child p {
	margin-bottom: 22px;
	color: var(--dp2-muted);
	font-size: 1rem;
	line-height: 1.8;
}

.dp2-showcase__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: 245px;
	gap: 18px;
}

.dp2-showcase__item {
	position: relative;
	grid-column: span 4;
	margin: 0;
	overflow: hidden;
	background: var(--dp2-black-soft);
}

.dp2-showcase__item--large {
	grid-column: span 7;
	grid-row: span 2;
}

.dp2-showcase__item--wide {
	grid-column: span 5;
}

.dp2-showcase__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.025);
	transition: transform 750ms var(--dp2-ease), filter 450ms ease;
}

.dp2-showcase__item::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(12, 10, 9, 0.64), transparent 55%);
	content: "";
	pointer-events: none;
}

.dp2-showcase__item:hover img {
	filter: saturate(1.05);
	transform: scale(1.07);
}

.dp2-showcase__item figcaption {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 22px;
	left: 24px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
}

/* =========================================================
   11. STRONA GŁÓWNA — ZESPÓŁ
   ========================================================= */

.dp2-team {
	background: var(--dp2-cream);
}

.dp2-team__header {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 58px;
}

.dp2-team__header .dp2-heading {
	margin-bottom: 0;
}

.dp2-team__header > p {
	margin-bottom: 8px;
	color: var(--dp2-muted);
	font-size: 1rem;
	line-height: 1.8;
}

.dp2-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.dp2-team article {
	text-align: center;
}

.dp2-team__photo {
	position: relative;
	aspect-ratio: 0.78;
	overflow: hidden;
	background: #eee3dd;
}

.dp2-team__photo::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	content: "";
	pointer-events: none;
}

.dp2-team__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(1.01);
	transition: transform 700ms var(--dp2-ease), filter 400ms ease;
}

.dp2-team article:hover .dp2-team__photo img {
	filter: saturate(1.04);
	transform: scale(1.055);
}

.dp2-team h3 {
	margin: 18px 0 4px;
	font-size: 1.3rem;
}

.dp2-team article > p {
	margin-bottom: 0;
	color: var(--dp2-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* =========================================================
   12. STRONA GŁÓWNA — OPINIE
   ========================================================= */

.dp2-booksy {
	padding-block: clamp(92px, 8vw, 132px);
	background: var(--dp2-black-soft);
	color: #fff;
}

.dp2-booksy__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.dp2-booksy__score {
	display: flex;
	min-height: 380px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid var(--dp2-line-light);
	text-align: center;
}

.dp2-booksy__stars {
	margin-bottom: 17px;
	color: var(--dp2-gold-light);
	font-size: 1rem;
	letter-spacing: 0.35em;
}

.dp2-booksy__score strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(5.2rem, 8vw, 7rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.9;
}

.dp2-booksy__score small {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
}

.dp2-booksy__content h2 {
	max-width: 760px;
	margin-bottom: 25px;
	color: #fff;
}

.dp2-booksy__content > p:not(.dp2-kicker) {
	max-width: 650px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 1rem;
	line-height: 1.8;
}

.dp2-booksy__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 28px;
}

/* =========================================================
   13. STRONA GŁÓWNA — KOŃCOWE CTA
   ========================================================= */

.dp2-final-cta {
	background: var(--dp2-paper);
}

.dp2-final-cta__inner {
	position: relative;
	padding: clamp(62px, 8vw, 106px);
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 22%, rgba(231, 160, 163, 0.25), transparent 28%),
		linear-gradient(135deg, #fff9f5 0%, #f7e8e1 100%);
	text-align: center;
}

.dp2-final-cta__inner::before,
.dp2-final-cta__inner::after {
	position: absolute;
	border: 1px solid rgba(185, 133, 67, 0.18);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dp2-final-cta__inner::before {
	top: -170px;
	right: -110px;
	width: 390px;
	height: 390px;
}

.dp2-final-cta__inner::after {
	bottom: -220px;
	left: -160px;
	width: 470px;
	height: 470px;
}

.dp2-final-cta .dp2-kicker {
	position: relative;
	z-index: 2;
}

.dp2-final-cta .dp2-kicker::before {
	display: none;
}

.dp2-final-cta h2 {
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin: 0 auto 24px;
}

.dp2-final-cta__inner > p:not(.dp2-kicker) {
	position: relative;
	z-index: 2;
	max-width: 620px;
	margin: 0 auto 34px;
	color: var(--dp2-muted);
	font-size: 1rem;
	line-height: 1.8;
}

.dp2-final-cta__actions {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

/* =========================================================
   14. STRONA GŁÓWNA — INSTAGRAM
   ========================================================= */

.dp2-instagram {
	display: grid;
	grid-template-columns: 350px minmax(0, 1fr);
	background: var(--dp2-cream-deep);
}

.dp2-instagram__intro {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 48px;
}

.dp2-instagram__intro .dp2-kicker {
	margin-bottom: 12px;
}

.dp2-instagram__intro h2 {
	margin-bottom: 17px;
	font-size: 2.25rem;
}

.dp2-instagram__intro > span {
	color: var(--dp2-muted);
	font-size: 0.85rem;
	line-height: 1.7;
}

.dp2-instagram__intro > a {
	align-self: flex-start;
	margin-top: 22px;
	padding: 10px 14px;
	border: 1px solid rgba(33, 29, 26, 0.36);
	color: var(--dp2-ink) !important;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none !important;
	transition: background-color 250ms ease, color 250ms ease;
}

.dp2-instagram__intro > a:hover {
	background: var(--dp2-black);
	color: #fff !important;
}

.dp2-instagram__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	padding: 18px 18px 18px 0;
}

.dp2-instagram__grid a {
	display: block;
	min-height: 190px;
	overflow: hidden;
}

.dp2-instagram__grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 600ms var(--dp2-ease), filter 350ms ease;
}

.dp2-instagram__grid a:hover img {
	filter: saturate(1.06);
	transform: scale(1.075);
}

/* =========================================================
   16. O NAS — HERO
   ========================================================= */

.dp2-about-hero {
	position: relative;
	display: flex;
	min-height: 700px;
	align-items: center;
	overflow: hidden;
	background: #f6e7e1;
	isolation: isolate;
}

.dp2-about-hero__image {
	position: absolute;
	z-index: -3;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.dp2-about-hero__overlay {
	position: absolute;
	z-index: -2;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 250, 247, 0.99) 0%,
		rgba(255, 248, 244, 0.97) 25%,
		rgba(255, 246, 241, 0.88) 39%,
		rgba(255, 244, 238, 0.58) 50%,
		rgba(255, 242, 235, 0.18) 62%,
		rgba(255, 242, 235, 0) 72%
	);
	pointer-events: none;
}

.dp2-about-hero::after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 150px;
	background: linear-gradient(
		180deg,
		rgba(255, 253, 251, 0) 0%,
		rgba(255, 253, 251, 0.7) 70%,
		var(--dp2-paper) 100%
	);
	content: "";
	pointer-events: none;
}

.dp2-about-hero__content {
	position: relative;
	z-index: 2;
	padding-block: 120px 110px;
}

.dp2-about-hero__content > * {
	max-width: 620px;
}

.dp2-about-hero h1 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(56px, 4.8vw, 78px);
	letter-spacing: -0.05em;
	line-height: 0.97;
}

.dp2-about-hero h1 em {
	display: inline-block;
	color: var(--dp2-rose);
	font-style: normal;
}

.dp2-about-hero__lead {
	max-width: 520px;
	margin: 0 0 34px;
	color: #655d58;
	font-size: 15px;
	line-height: 1.8;
}

/* =========================================================
   17. O NAS — NASZE PODEJŚCIE
   ========================================================= */

.dp2-about-intro {
	position: relative;
	overflow: hidden;
	padding-block: clamp(100px, 9vw, 150px);
	background:
		radial-gradient(circle at 8% 20%, rgba(231, 160, 163, 0.09), transparent 31%),
		var(--dp2-paper);
}

.dp2-about-intro::before {
	position: absolute;
	top: 9%;
	right: -110px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(185, 133, 67, 0.11);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dp2-about-intro::after {
	position: absolute;
	right: 7%;
	bottom: 9%;
	width: 105px;
	height: 1px;
	background: var(--dp2-gold);
	content: "";
	opacity: 0.35;
	pointer-events: none;
}

.dp2-about-intro__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	align-items: center;
	gap: clamp(70px, 8vw, 130px);
}

.dp2-about-intro__media {
	position: relative;
	min-width: 0;
	min-height: 760px;
}

.dp2-about-intro__main,
.dp2-about-intro__accent {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: var(--dp2-cream-deep);
}

.dp2-about-intro__main {
	top: 0;
	left: 0;
	width: 82%;
	height: 82%;
	box-shadow: var(--dp2-shadow-md);
}

.dp2-about-intro__accent {
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 53%;
	height: 45%;
	border: 12px solid var(--dp2-paper);
	box-shadow: var(--dp2-shadow-md);
}

.dp2-about-intro__main img,
.dp2-about-intro__accent img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 900ms var(--dp2-ease), filter 500ms ease;
}

.dp2-about-intro__main::after,
.dp2-about-intro__accent::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(24, 19, 17, 0) 58%, rgba(24, 19, 17, 0.1) 100%);
	content: "";
	pointer-events: none;
}

.dp2-about-intro__media:hover {
	--dp2-image-scale: 1.065;
}

.dp2-about-intro__note {
	position: absolute;
	z-index: 5;
	left: 6%;
	bottom: 4%;
	display: grid;
	grid-template-columns: 38px 1fr;
	align-items: center;
	gap: 16px;
	width: min(285px, 54%);
	padding: 20px 22px;
	background: rgba(255, 253, 251, 0.96);
	box-shadow: var(--dp2-shadow-sm);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.dp2-about-intro__note > span {
	display: flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(185, 133, 67, 0.45);
	border-radius: 50%;
	color: var(--dp2-gold);
	font-size: 14px;
	transition: transform 350ms var(--dp2-ease), background-color 350ms ease, color 350ms ease;
}

.dp2-about-intro__note p {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.45;
}

.dp2-about-intro__note:hover > span {
	background: var(--dp2-gold);
	color: #fff;
	transform: rotate(45deg);
}

.dp2-about-intro__content {
	min-width: 0;
	max-width: 650px;
}

.dp2-about-intro h2 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(48px, 4.3vw, 70px);
	letter-spacing: -0.05em;
	line-height: 1.01;
}

.dp2-about-intro h2 em {
	display: block;
	margin-top: 8px;
	color: var(--dp2-rose);
	font-style: normal;
}

.dp2-about-intro__text {
	max-width: 590px;
}

.dp2-about-intro__text p {
	margin: 0;
	color: var(--dp2-muted);
	font-size: 15px;
	line-height: 1.85;
}

.dp2-about-intro__text p + p {
	margin-top: 17px;
}

.dp2-about-intro__values {
	margin-block: 38px 31px;
	border-bottom: 1px solid var(--dp2-line);
}

.dp2-about-intro__values article {
	position: relative;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 21px;
	padding: 22px 18px 22px 0;
	border-top: 1px solid var(--dp2-line);
	transition: padding-left 350ms var(--dp2-ease), background-color 350ms ease;
}

.dp2-about-intro__values article::after {
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--dp2-gold);
	content: "";
	transition: width 500ms var(--dp2-ease);
}

.dp2-about-intro__values article:hover {
	padding-left: 17px;
	background: rgba(247, 236, 230, 0.36);
}

.dp2-about-intro__values article:hover::after {
	width: 100%;
}

.dp2-about-intro__values article > span {
	padding-top: 5px;
	color: var(--dp2-gold);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.16em;
}

.dp2-about-intro__values h3 {
	margin: 0 0 5px;
	font-size: 21px;
	letter-spacing: -0.02em;
}

.dp2-about-intro__values p {
	max-width: 490px;
	margin: 0;
	color: var(--dp2-muted);
	font-size: 13px;
	line-height: 1.7;
}

/* =========================================================
   18. O NAS — HISTORIA
   ========================================================= */

.dp2-about-story {
	position: relative;
	overflow: hidden;
	padding-block: clamp(110px, 9vw, 160px);
	background: #f7eee9;
}

.dp2-about-story::before {
	position: absolute;
	top: -190px;
	left: -190px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(181, 138, 76, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dp2-about-story__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(70px, 8vw, 130px);
}

.dp2-about-story__content {
	min-width: 0;
	max-width: 650px;
}

.dp2-about-story h2,
.dp2-about-standards h2,
.dp2-about-team h2,
.dp2-about-stats h2,
.dp2-about-cta h2 {
	margin: 0;
	font-size: clamp(48px, 4.1vw, 68px);
	letter-spacing: -0.05em;
	line-height: 1.01;
}

.dp2-about-story h2 em,
.dp2-about-standards h2 em,
.dp2-about-team h2 em,
.dp2-about-stats h2 em,
.dp2-about-cta h2 em {
	display: block;
	margin-top: 7px;
	color: var(--dp2-rose);
	font-style: normal;
}

.dp2-about-story__lead p {
	margin: 0;
	color: var(--dp2-muted);
	font-size: 15px;
	line-height: 1.85;
}

.dp2-about-story__lead p + p {
	margin-top: 17px;
}

.dp2-about-story__timeline {
	margin-top: 39px;
	border-bottom: 1px solid var(--dp2-line);
}

.dp2-about-story__timeline article {
	position: relative;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 22px;
	padding: 23px 18px 23px 0;
	border-top: 1px solid var(--dp2-line);
	transition: padding-left 350ms var(--dp2-ease), background-color 350ms ease;
}

.dp2-about-story__timeline article::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--dp2-gold);
	content: "";
	transition: width 480ms var(--dp2-ease);
}

.dp2-about-story__timeline article:hover {
	padding-left: 16px;
	background: rgba(255, 253, 251, 0.55);
}

.dp2-about-story__timeline article:hover::before {
	width: 100%;
}

.dp2-about-story__step {
	padding-top: 5px;
	color: var(--dp2-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.dp2-about-story__label {
	margin: 0 0 5px;
	color: var(--dp2-rose-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.dp2-about-story__timeline h3 {
	margin: 0 0 6px;
	font-size: 21px;
}

.dp2-about-story__timeline p:last-child {
	margin: 0;
	color: var(--dp2-muted);
	font-size: 13px;
	line-height: 1.7;
}

.dp2-about-story__media {
	position: relative;
	min-width: 0;
	min-height: 780px;
}

.dp2-about-story__main-image,
.dp2-about-story__accent-image {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: #e8dcd4;
	box-shadow: var(--dp2-shadow-md);
}

.dp2-about-story__main-image {
	top: 0;
	right: 0;
	width: 84%;
	height: 79%;
}

.dp2-about-story__accent-image {
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 57%;
	height: 44%;
	border: 12px solid #f7eee9;
}

.dp2-about-story__main-image img,
.dp2-about-story__accent-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 900ms var(--dp2-ease);
}

.dp2-about-story__media:hover {
	--dp2-image-scale: 1.065;
}

.dp2-about-story__quote {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 3%;
	width: min(340px, 53%);
	margin: 0;
	padding: 27px 30px;
	background: rgba(17, 16, 15, 0.96);
	color: #fff;
	box-shadow: 0 20px 48px rgba(18, 13, 11, 0.18);
}

.dp2-about-story__quote > span {
	display: block;
	height: 28px;
	color: var(--dp2-gold);
	font-family: Georgia, serif;
	font-size: 46px;
	line-height: 1;
}

.dp2-about-story__quote p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 1.55;
}

/* =========================================================
   19. O NAS — STANDARDY
   ========================================================= */

.dp2-about-standards {
	position: relative;
	overflow: hidden;
	padding-block: clamp(105px, 8vw, 145px);
	background: #11100f;
	color: #fff;
}

.dp2-about-standards::after {
	position: absolute;
	right: -150px;
	bottom: -150px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(181, 138, 76, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dp2-about-standards__header {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 70px;
}

.dp2-about-standards h2 {
	color: #fff;
}

.dp2-about-standards__intro {
	max-width: 510px;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 15px;
	line-height: 1.8;
}

.dp2-about-standards__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--dp2-line-light);
	border-left: 1px solid var(--dp2-line-light);
}

.dp2-about-standards__grid article {
	position: relative;
	min-height: 390px;
	padding: 42px 34px 38px;
	overflow: hidden;
	border-right: 1px solid var(--dp2-line-light);
	border-bottom: 1px solid var(--dp2-line-light);
	transition: background-color 350ms ease, transform 350ms var(--dp2-ease);
}

.dp2-about-standards__grid article::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: var(--dp2-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 450ms var(--dp2-ease);
}

.dp2-about-standards__grid article:hover {
	z-index: 2;
	background: rgba(255, 255, 255, 0.035);
	transform: translate3d(0, -5px, 0);
}

.dp2-about-standards__grid article:hover::before {
	transform: scaleX(1);
}

.dp2-about-standards__icon {
	display: flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	margin-bottom: 54px;
	border: 1px solid rgba(181, 138, 76, 0.48);
	border-radius: 50%;
	color: var(--dp2-gold);
	transition: background-color 350ms ease, color 350ms ease, transform 350ms var(--dp2-ease);
}

.dp2-about-standards__grid article:hover .dp2-about-standards__icon {
	background: var(--dp2-gold);
	color: #fff;
	transform: rotate(4deg) scale(1.04);
}

.dp2-about-standards__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.dp2-about-standards__number {
	display: block;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.36);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.dp2-about-standards__grid h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 26px;
}

.dp2-about-standards__grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	line-height: 1.75;
}

/* =========================================================
   20. O NAS — ZESPÓŁ
   ========================================================= */

.dp2-about-team {
	position: relative;
	overflow: hidden;
	padding-block: clamp(110px, 9vw, 160px);
	background: var(--dp2-paper);
}

.dp2-about-team::before {
	position: absolute;
	top: 7%;
	right: 4%;
	width: 100px;
	height: 1px;
	background: var(--dp2-gold);
	content: "";
	opacity: 0.4;
}

.dp2-about-team__header {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 70px;
}

.dp2-about-team__header-copy {
	max-width: 510px;
}

.dp2-about-team__header-copy p {
	margin: 0 0 25px;
	color: var(--dp2-muted);
	font-size: 15px;
	line-height: 1.8;
}

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

.dp2-about-team__photo {
	position: relative;
	height: 560px;
	overflow: hidden;
	background: #eee4de;
}

.dp2-about-team__photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(20, 15, 13, 0.12) 100%);
	content: "";
	pointer-events: none;
}

.dp2-about-team__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 900ms var(--dp2-ease), filter 500ms ease;
}

.dp2-about-team__grid article:hover {
	--dp2-image-scale: 1.07;
}

.dp2-about-team__copy {
	position: relative;
	padding: 26px 12px 0;
}

.dp2-about-team__copy > span {
	position: absolute;
	top: 31px;
	right: 12px;
	color: var(--dp2-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.dp2-about-team__copy h3 {
	margin: 0 0 5px;
	padding-right: 40px;
	font-size: 26px;
}

.dp2-about-team__role {
	margin: 0 0 15px !important;
	color: var(--dp2-rose-dark) !important;
	font-size: 10px !important;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.dp2-about-team__copy p:last-child {
	max-width: 390px;
	margin: 0;
	color: var(--dp2-muted);
	font-size: 13px;
	line-height: 1.7;
}

/* =========================================================
   21. O NAS — LICZBY
   ========================================================= */

.dp2-about-stats {
	position: relative;
	overflow: hidden;
	padding-block: clamp(95px, 7vw, 125px);
	background: #f7eee9;
}

.dp2-about-stats__header {
	max-width: 760px;
	margin: 0 auto 62px;
	text-align: center;
}

.dp2-about-stats__header .dp2-kicker {
	justify-content: center;
}

.dp2-about-stats__header .dp2-kicker::before {
	display: none;
}

.dp2-about-stats h2 {
	font-size: clamp(44px, 3.7vw, 62px);
}

.dp2-about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--dp2-line);
	border-left: 1px solid var(--dp2-line);
}

.dp2-about-stats__grid article {
	display: flex;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 20px;
	border-right: 1px solid var(--dp2-line);
	border-bottom: 1px solid var(--dp2-line);
	text-align: center;
	transition: background-color 350ms ease, transform 350ms var(--dp2-ease);
}

.dp2-about-stats__grid article:hover {
	z-index: 2;
	background: rgba(255, 255, 255, 0.58);
	transform: translate3d(0, -4px, 0);
}

.dp2-about-stats__grid strong {
	display: block;
	margin-bottom: 13px;
	color: var(--dp2-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(50px, 4vw, 68px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dp2-about-stats__grid span {
	max-width: 190px;
	color: var(--dp2-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.5;
	text-transform: uppercase;
}

/* =========================================================
   22. O NAS — CTA
   ========================================================= */

.dp2-about-cta {
	position: relative;
	display: flex;
	min-height: 700px;
	align-items: center;
	overflow: hidden;
	background: #171513;
	color: #fff;
	isolation: isolate;
}

.dp2-about-cta__media {
	position: absolute;
	z-index: -3;
	inset: 0;
	overflow: hidden;
}

.dp2-about-cta__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.82);
}

.dp2-about-cta__overlay {
	position: absolute;
	z-index: -2;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(16, 14, 13, 0.97) 0%,
		rgba(16, 14, 13, 0.9) 39%,
		rgba(16, 14, 13, 0.54) 67%,
		rgba(16, 14, 13, 0.3) 100%
	);
}

.dp2-about-cta::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(0deg, rgba(16, 14, 13, 0.32), transparent 40%);
	content: "";
}

.dp2-about-cta__content {
	position: relative;
	z-index: 2;
	padding-block: 110px;
}

.dp2-about-cta__content > * {
	max-width: 690px;
}

.dp2-about-cta h2 {
	color: #fff;
}

.dp2-about-cta__content > p:not(.dp2-kicker) {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.8;
}

.dp2-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 35px;
}

.dp2-about-cta__outline {
	border-color: rgba(255, 255, 255, 0.68) !important;
	background: transparent !important;
	color: #fff !important;
}

.dp2-about-cta__outline:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #171513 !important;
}

/* =========================================================
   23. ANIMACJE STARTOWE HERO
   ========================================================= */

@keyframes dp2HeroImageReveal {
	from {
		opacity: 0.82;
		transform: scale(1.045);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes dp2HeroReveal {
	from {
		opacity: 0;
		transform: translate3d(0, 24px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes dp2HeroRuleReveal {
	from {
		opacity: 0;
		transform: scaleX(0);
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes dp2TrustReveal {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.dp2-hero__image,
.dp2-about-hero__image {
	animation: dp2HeroImageReveal 1.4s var(--dp2-ease) both;
}

.dp2-hero .dp2-eyebrow,
.dp2-about-hero .dp2-kicker {
	animation: dp2HeroReveal 0.75s var(--dp2-ease) 0.12s both;
}

.dp2-hero h1,
.dp2-about-hero h1 {
	animation: dp2HeroReveal 0.85s var(--dp2-ease) 0.24s both;
}

.dp2-hero .dp2-rule,
.dp2-about-hero .dp2-rule {
	animation: dp2HeroRuleReveal 0.7s var(--dp2-ease) 0.42s both;
}

.dp2-hero .dp2-hero__lead,
.dp2-about-hero__lead {
	animation: dp2HeroReveal 0.75s var(--dp2-ease) 0.5s both;
}

.dp2-hero .dp2-actions,
.dp2-about-hero .dp2-btn {
	animation: dp2HeroReveal 0.75s var(--dp2-ease) 0.62s both;
}

.dp2-trust article {
	opacity: 0;
	animation: dp2TrustReveal 0.65s var(--dp2-ease) both;
}

.dp2-trust article:nth-child(1) {
	animation-delay: 0.72s;
}

.dp2-trust article:nth-child(2) {
	animation-delay: 0.82s;
}

.dp2-trust article:nth-child(3) {
	animation-delay: 0.92s;
}

.dp2-trust article:nth-child(4) {
	animation-delay: 1.02s;
}

/* =========================================================
   24. INTERSECTIONOBSERVER — STANY CSS
   ========================================================= */

.dp2-motion-ready [data-reveal] {
	opacity: 0;
	transition:
		opacity 760ms var(--dp2-ease),
		transform 760ms var(--dp2-ease);
	transition-delay: var(--dp2-delay, 0ms);
	will-change: opacity, transform;
}

.dp2-motion-ready [data-reveal="fade-up"] {
	transform: translate3d(0, 34px, 0);
}

.dp2-motion-ready [data-reveal="fade-left"],
.dp2-motion-ready [data-reveal="image-left"] {
	transform: translate3d(-36px, 0, 0);
}

.dp2-motion-ready [data-reveal="fade-right"],
.dp2-motion-ready [data-reveal="image-right"] {
	transform: translate3d(36px, 0, 0);
}

.dp2-motion-ready [data-reveal="scale-in"] {
	transform: scale(0.96);
}

.dp2-motion-ready [data-reveal="rule"] {
	transform: scaleX(0);
	transform-origin: left center;
}

.dp2-motion-ready [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.dp2-motion-ready [data-parallax="image"] img {
	transform:
		translate3d(0, var(--dp2-parallax-y, 0px), 0)
		scale(var(--dp2-image-scale, 1.045));
}

/* =========================================================
   25. TABLET
   ========================================================= */

@media (max-width: 1100px) {
	.dp2-hero,
	.dp2-about-hero {
		min-height: 610px;
	}

	.dp2-hero__content,
	.dp2-about-hero__content {
		padding-block: 105px 75px;
	}

	.dp2-hero h1 {
		max-width: 540px;
		font-size: 3.45rem;
	}

	.dp2-about-hero h1 {
		max-width: 560px;
		font-size: 60px;
	}

	.dp2-about-intro__grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		gap: 65px;
	}

	.dp2-about-intro__media,
	.dp2-about-story__media {
		min-height: 680px;
	}

	.dp2-about-standards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp2-about-standards__grid article {
		min-height: 330px;
	}

	.dp2-about-team__photo {
		height: 470px;
	}

	.dp2-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp2-instagram {
		grid-template-columns: 290px minmax(0, 1fr);
	}

	.dp2-instagram__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dp2-instagram__grid a:nth-child(4),
	.dp2-instagram__grid a:nth-child(5) {
		display: none;
	}
}

@media (max-width: 900px) {
	.dp2-section {
		padding-block: 92px;
	}

	.dp2-intro__grid,
	.dp2-signature__header,
	.dp2-showcase__header,
	.dp2-team__header,
	.dp2-booksy__grid,
	.dp2-about-intro__grid,
	.dp2-about-story__grid,
	.dp2-about-standards__header,
	.dp2-about-team__header {
		grid-template-columns: 1fr;
	}

	.dp2-about-intro__grid,
	.dp2-about-story__grid {
		gap: 80px;
	}

	.dp2-about-intro__media,
	.dp2-about-story__media {
		width: min(760px, 100%);
		min-height: 720px;
		margin-inline: auto;
	}

	.dp2-signature__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp2-story {
		grid-template-columns: 1fr;
	}

	.dp2-story__media {
		min-height: 540px;
	}

	.dp2-process__grid {
		grid-template-columns: 1fr;
	}

	.dp2-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 280px;
	}

	.dp2-showcase__item,
	.dp2-showcase__item--large,
	.dp2-showcase__item--wide {
		grid-column: auto;
		grid-row: auto;
	}

	.dp2-showcase__item--large {
		grid-column: span 2;
	}

	.dp2-about-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp2-about-team__grid article:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 14px);
		margin-inline: auto;
	}

	.dp2-about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* =========================================================
   26. MOBILE
   ========================================================= */

@media (max-width: 760px) {
	html {
		scroll-behavior: auto;
	}

	.dp2-shell {
		width: min(var(--dp2-shell), calc(100% - 30px));
	}

	.dp2-section {
		padding-block: 72px;
	}

	.dp2-home h2,
	.dp2-about-page h2 {
		font-size: clamp(2.25rem, 11vw, 3.25rem);
	}

	.dp2-kicker {
		font-size: 0.65rem;
		letter-spacing: 0.16em;
	}

	.dp2-hero,
	.dp2-about-hero {
		min-height: 720px;
	}

	.dp2-hero__image {
		object-position: center right;
	}

	.dp2-about-hero__image {
		object-position: 68% center;
	}

	.dp2-hero__content,
	.dp2-about-hero__content {
		padding-block: 78px 52px;
	}

	.dp2-hero__content > * {
		max-width: 61%;
	}

	.dp2-about-hero__content > * {
		max-width: 64%;
	}

	.dp2-hero h1 {
		max-width: 62%;
		font-size: clamp(2.45rem, 11vw, 3.15rem);
	}

	.dp2-about-hero h1 {
		max-width: 64%;
		font-size: clamp(40px, 11.5vw, 50px);
	}

	.dp2-hero__lead,
	.dp2-about-hero__lead {
		max-width: 60%;
		font-size: 0.74rem;
		line-height: 1.65;
	}

	.dp2-actions,
	.dp2-booksy__actions,
	.dp2-final-cta__actions,
	.dp2-about-cta__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.dp2-btn {
		min-width: 152px;
		min-height: 52px;
		padding-inline: 20px;
	}

	.dp2-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp2-trust article {
		min-height: 125px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.055);
	}

	.dp2-trust article:nth-child(2n) {
		border-right: 0;
	}

	.dp2-trust article:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.dp2-categories__grid,
	.dp2-signature__grid,
	.dp2-process__grid,
	.dp2-showcase__grid,
	.dp2-about-standards__grid,
	.dp2-about-team__grid {
		grid-template-columns: 1fr;
	}

	.dp2-category-card {
		min-height: 530px;
	}

	.dp2-signature-card {
		min-height: 320px;
		padding: 29px;
	}

	.dp2-story__media {
		min-height: 390px;
	}

	.dp2-story__content {
		padding: 68px 24px;
	}

	.dp2-showcase__grid {
		grid-auto-rows: 280px;
		gap: 12px;
	}

	.dp2-showcase__item--large {
		grid-column: auto;
	}

	.dp2-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.dp2-about-intro,
	.dp2-about-story,
	.dp2-about-standards,
	.dp2-about-team {
		padding-block: 82px;
	}

	.dp2-about-intro__grid,
	.dp2-about-story__grid {
		gap: 62px;
	}

	.dp2-about-intro__media,
	.dp2-about-story__media {
		min-height: 535px;
	}

	.dp2-about-intro__main {
		width: 87%;
		height: 78%;
	}

	.dp2-about-intro__accent {
		width: 57%;
		height: 43%;
		border-width: 8px;
	}

	.dp2-about-story__main-image {
		width: 89%;
		height: 76%;
	}

	.dp2-about-story__accent-image {
		width: 61%;
		height: 41%;
		border-width: 8px;
	}

	.dp2-about-story__quote {
		width: min(270px, 64%);
		padding: 20px 21px;
	}

	.dp2-about-standards__grid article {
		min-height: 285px;
		padding: 34px 28px;
	}

	.dp2-about-team__grid article:last-child {
		grid-column: auto;
		width: 100%;
	}

	.dp2-about-team__photo {
		height: 510px;
	}

	.dp2-about-stats {
		padding-block: 78px;
	}

	.dp2-about-stats__grid article {
		min-height: 180px;
		padding: 24px 13px;
	}

	.dp2-about-cta {
		min-height: 680px;
		align-items: flex-end;
	}

	.dp2-about-cta__overlay {
		background: linear-gradient(
			0deg,
			rgba(16, 14, 13, 0.98) 0%,
			rgba(16, 14, 13, 0.87) 48%,
			rgba(16, 14, 13, 0.25) 100%
		);
	}

	.dp2-about-cta__content {
		padding-block: 90px 70px;
	}

	.dp2-instagram {
		grid-template-columns: 1fr;
	}

	.dp2-instagram__intro {
		padding: 48px 24px 34px;
	}

	.dp2-instagram__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 0 12px 12px;
	}

	.dp2-instagram__grid a:nth-child(4),
	.dp2-instagram__grid a:nth-child(5) {
		display: block;
	}

	.dp2-instagram__grid a:last-child {
		grid-column: span 2;
	}
}

@media (max-width: 430px) {
	.dp2-hero__content > *,
	.dp2-hero h1 {
		max-width: 65%;
	}

	.dp2-about-hero__content > *,
	.dp2-about-hero h1 {
		max-width: 67%;
	}

	.dp2-about-intro__media,
	.dp2-about-story__media {
		min-height: 480px;
	}

	.dp2-about-team__photo {
		height: 450px;
	}

	.dp2-about-stats__grid article {
		min-height: 165px;
	}
}

/* =========================================================
   27. PREFERS REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.dp2-home *,
	.dp2-about-page *,
	.dp2-home *::before,
	.dp2-about-page *::before,
	.dp2-home *::after,
	.dp2-about-page *::after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}

	.dp2-motion-ready [data-reveal] {
		opacity: 1 !important;
		transform: none !important;
	}

	.dp2-motion-ready [data-parallax="image"] img {
		transform: none !important;
	}
}

