/* ============================================================
   PARENDI - Fryzjerstwo (dedykowany szablon cennika)
   ----------------------------------------------------------------
   Hero pinkowy editorial -> grupy uslug (5 sekcji) -> CTA banner.
   Lista cenowa: nazwa + opis + chip ceny per pozycja, dotted line
   miedzy items dla price-list feel. Brand-style PARENDI:
   Fraunces italic na tytuly, Inter na body, pink accent gradient.
   ============================================================ */

.fryzjerstwo {
	background: var(--c-bg, #F8F5F0);
	color: var(--c-text-on-light, #1A1714);
}

/* ════════════════════════════════════════════════════════════════
   1. HERO - editorial pinkowy banner z breadcrumbs, script accent,
   eyebrow, italic tytul, lead, 2 CTA pinkowe
   ════════════════════════════════════════════════════════════════ */

.fryzjerstwo-hero {
	position: relative;
	background:
		radial-gradient(ellipse 90% 70% at 80% 10%, rgba(255, 255, 255, 0.25) 0%, transparent 60%),
		linear-gradient(135deg, #D4B880 0%, #C9A96E 45%, #A07830 100%);
	color: #FFFFFF;
	overflow: hidden;
	padding: clamp(96px, 14vh, 160px) 0 clamp(72px, 10vh, 120px);
}

/* Wariant z featured image w tle - inline background-image idzie z PHP,
   ::before robi pinkowy overlay zeby tekst pozostal czytelny */
.fryzjerstwo-hero--has-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fryzjerstwo-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 0% 100%, rgba(122, 92, 30, 0.45) 0%, transparent 60%),
		radial-gradient(ellipse 40% 60% at 100% 0%, rgba(255, 255, 255, 0.18) 0%, transparent 55%);
	pointer-events: none;
}

/* Gdy jest featured image - ciemny brązowy gradient z lewej, zdjęcie widoczne po prawej */
.fryzjerstwo-hero--has-image::before {
	background:
		linear-gradient(to right,
			rgba(16, 9, 4, 0.88) 0%,
			rgba(16, 9, 4, 0.72) 35%,
			rgba(16, 9, 4, 0.35) 62%,
			rgba(16, 9, 4, 0.08) 85%,
			transparent 100%
		),
		linear-gradient(to top,
			rgba(12, 6, 2, 0.55) 0%,
			transparent 40%
		);
}

.fryzjerstwo-hero__container {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 64px);
	text-align: center;
}

.fryzjerstwo-hero__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 clamp(24px, 4vh, 40px);
}

.fryzjerstwo-hero__breadcrumb a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.fryzjerstwo-hero__breadcrumb a:hover { opacity: 0.7; }

.fryzjerstwo-hero__breadcrumb span[aria-hidden] {
	opacity: 0.55;
	font-size: 9px;
}

.fryzjerstwo-hero__script {
	display: block;
	font-family: 'Allura', cursive;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 8px;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.fryzjerstwo-hero__eyebrow {
	display: inline-block;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.96);
	padding: 8px 18px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	margin: 0 0 24px;
}

/* H1 styled jak eyebrow pill - reset domyslnych marginesow/wagi h1 */
.fryzjerstwo-hero__h1 {
	font-size: 11px;
	line-height: 1;
}

.fryzjerstwo-hero__title {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(52px, 8vw, 120px);
	line-height: 1.02;
	letter-spacing: -0.025em;
	margin: 0 0 clamp(20px, 3vh, 28px);
	text-shadow: 0 6px 32px rgba(0, 0, 0, 0.18);
}

.fryzjerstwo-hero__lead {
	max-width: 720px;
	margin: 0 auto clamp(32px, 5vh, 48px);
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: clamp(14px, 1.1vw, 16.5px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}

.fryzjerstwo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.fryzjerstwo-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 16px 32px;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	transition: gap 0.3s ease, transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.fryzjerstwo-hero__cta--primary {
	background: #FFFFFF;
	color: var(--c-text-on-light, #1A1714);
	box-shadow:
		0 14px 32px -10px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

.fryzjerstwo-hero__cta--primary:hover {
	background: var(--c-text-on-light, #1A1714);
	color: #FFFFFF;
	gap: 20px;
	transform: translateY(-2px);
}

.fryzjerstwo-hero__cta--ghost {
	background: rgba(255, 255, 255, 0.12);
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.45);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.fryzjerstwo-hero__cta--ghost:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #FFFFFF;
	gap: 20px;
	transform: translateY(-2px);
}

/* ════════════════════════════════════════════════════════════════
   2. CENNIK - sekcje grupujace + price list
   ════════════════════════════════════════════════════════════════ */

.fryzjerstwo-cennik {
	padding: clamp(80px, 12vh, 140px) 0 clamp(64px, 9vh, 100px);
	background: var(--c-bg, #F8F5F0);
}

.fryzjerstwo-cennik__container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 clamp(20px, 3vw, 56px);
}

.fryzjerstwo-cennik__header {
	text-align: center;
	margin: 0 0 clamp(56px, 8vh, 96px);
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.fryzjerstwo-cennik__head-eyebrow {
	display: inline-block;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--c-accent, #C9A96E);
	margin: 0 0 16px;
}

.fryzjerstwo-cennik__head-title {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--c-text-on-light, #1A1714);
	margin: 0 0 20px;
}

.fryzjerstwo-cennik__head-title em {
	font-style: italic;
	color: var(--c-accent, #C9A96E);
}

.fryzjerstwo-cennik__head-note {
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 14px;
	line-height: 1.65;
	color: var(--c-text-muted, #6B5F53);
	margin: 0;
}

/* ─── PAIR: 2 sekcje w rzedzie z wyrownaniem naglowkow (CSS subgrid) ─── */

.fryzjerstwo-cennik__pair {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto auto;
	column-gap: clamp(20px, 2.5vw, 36px);
	row-gap: clamp(20px, 3vh, 32px);
	margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.fryzjerstwo-cennik__pair:last-child {
	margin-bottom: 0;
}

/* Ostatnia sekcja sama w wierszu - rozciagnieta na pelna szerokosc */
.fryzjerstwo-cennik__pair .fryzjerstwo-section:only-child {
	grid-column: span 2;
	grid-row: span 1;
	grid-template-rows: auto;
}

/* ─── SECTION (grupy uslug) ─── */

.fryzjerstwo-section {
	margin: 0;
	padding: clamp(28px, 4vh, 48px);
	background: #FFFFFF;
	border: 1px solid rgba(201, 169, 110, 0.16);
	border-radius: 24px;
	box-shadow:
		0 8px 28px -16px rgba(122, 92, 30, 0.18),
		0 2px 6px -2px rgba(26, 23, 20, 0.04);
	transition: box-shadow 0.5s ease, border-color 0.4s ease, transform 0.4s ease;
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	align-content: start;
}

.fryzjerstwo-section:hover {
	border-color: rgba(201, 169, 110, 0.32);
	box-shadow:
		0 18px 48px -16px rgba(122, 92, 30, 0.28),
		0 4px 10px -2px rgba(26, 23, 20, 0.06);
}

.fryzjerstwo-section__header {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(20px, 3vw, 36px);
	align-items: start;
	margin: 0 0 clamp(28px, 4vh, 44px);
	padding: 0 0 clamp(24px, 3.5vh, 36px);
	border-bottom: 1px solid rgba(201, 169, 110, 0.18);
}

.fryzjerstwo-section__count {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(56px, 7vw, 96px);
	line-height: 0.85;
	letter-spacing: -0.04em;
	color: var(--c-accent, #C9A96E);
	opacity: 0.35;
	margin-top: -8px;
}

.fryzjerstwo-section__eyebrow {
	display: block;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 10.5px;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	color: var(--c-accent, #C9A96E);
	margin: 0 0 12px;
}

.fryzjerstwo-section__title {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.08;
	letter-spacing: -0.015em;
	color: var(--c-text-on-light, #1A1714);
	margin: 0 0 14px;
}

.fryzjerstwo-section__lead {
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--c-text-muted, #6B5F53);
	margin: 0;
	max-width: 640px;
}

/* ─── LIST (pozycje cennika) ─── */

.fryzjerstwo-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fryzjerstwo-list__item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: clamp(16px, 2.5vw, 36px);
	padding: clamp(20px, 2.8vh, 28px) 0;
	border-bottom: 1px dashed rgba(201, 169, 110, 0.32);
	align-items: start;
}

.fryzjerstwo-list__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.fryzjerstwo-list__item:first-child {
	padding-top: 0;
}

.fryzjerstwo-list__text {
	min-width: 0;
}

.fryzjerstwo-list__name {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 400;
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.22;
	letter-spacing: -0.01em;
	color: var(--c-text-on-light, #1A1714);
	margin: 0;
}

.fryzjerstwo-list__desc {
	margin: 8px 0 0;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--c-text-muted, #6B5F53);
	max-width: 640px;
}

/* Premium price chip - pink gradient + border + inner highlight */
.fryzjerstwo-list__price {
	flex-shrink: 0;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	background: linear-gradient(135deg, #D4B880 0%, #C9A96E 50%, #A07830 100%);
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow:
		0 8px 18px -6px rgba(122, 92, 30, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.25) inset,
		0 1px 0 rgba(255, 255, 255, 0.35) inset;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fryzjerstwo-list__item:hover .fryzjerstwo-list__price {
	transform: translateY(-1px) scale(1.02);
	box-shadow:
		0 12px 24px -6px rgba(122, 92, 30, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.35) inset,
		0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* ════════════════════════════════════════════════════════════════
   2a. GALERIA SALONU - siatka zdjec pod cennikiem
   ════════════════════════════════════════════════════════════════ */

.fryzjerstwo-galeria {
	padding: 0 0 clamp(64px, 9vh, 100px);
	background: var(--c-bg, #F8F5F0);
}

.fryzjerstwo-galeria__container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 clamp(20px, 3vw, 56px);
}

.fryzjerstwo-galeria__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(8px, 1vw, 12px);
}

/* co 5. zdjecie szersze (rozne proporcje dla wrazenia masonry) */
.fryzjerstwo-galeria__item:nth-child(5n+1) {
	grid-column: span 2;
}

.fryzjerstwo-galeria__item {
	margin: 0;
	overflow: hidden;
	border-radius: clamp(10px, 1.2vw, 18px);
	aspect-ratio: 3 / 4;
	background: rgba(201, 169, 110, 0.15);
}

.fryzjerstwo-galeria__item:nth-child(5n+1) {
	aspect-ratio: 16 / 9;
}

.fryzjerstwo-galeria__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.fryzjerstwo-galeria__item:hover img {
	transform: scale(1.05);
}

@media (max-width: 900px) {
	.fryzjerstwo-galeria__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.fryzjerstwo-galeria__item:nth-child(5n+1) {
		grid-column: span 1;
		aspect-ratio: 3 / 4;
	}
}

@media (max-width: 480px) {
	.fryzjerstwo-galeria__container {
		padding: 0 12px;
	}
	.fryzjerstwo-galeria__item {
		border-radius: 8px;
	}
}

/* ════════════════════════════════════════════════════════════════
   3. BOTTOM CTA - editorial pinkowy banner z phone fallback
   ════════════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════════
   2b. SEO CONTENT - editorial 2-col copy block (po cenniku)
   ════════════════════════════════════════════════════════════════ */

.fryzjerstwo-seo {
	padding: clamp(64px, 9vh, 100px) 0;
	background: var(--c-bg, #F8F5F0);
	border-top: 1px solid rgba(201, 169, 110, 0.18);
}

.fryzjerstwo-seo__container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 80px);
}

.fryzjerstwo-seo__head {
	text-align: center;
	margin: 0 0 clamp(40px, 6vh, 64px);
}

.fryzjerstwo-seo__eyebrow {
	display: inline-block;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--c-accent, #C9A96E);
	margin: 0 0 14px;
}

.fryzjerstwo-seo__title {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--c-text-on-light, #1A1714);
	margin: 0;
}

.fryzjerstwo-seo__title em {
	font-style: italic;
	color: var(--c-accent, #C9A96E);
}

.fryzjerstwo-seo__cols {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: clamp(28px, 4vw, 56px);
	column-gap: clamp(28px, 4vw, 56px);
}

.fryzjerstwo-seo__cols p {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 18px;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--c-text-muted, #6B5F53);
}

.fryzjerstwo-seo__cols p:last-child {
	margin-bottom: 0;
}

/* ════════════════════════════════════════════════════════════════
   2c. FEATURE SECTION - split image + content (2 sekcje mirror)
   ════════════════════════════════════════════════════════════════ */

.fryzjerstwo-feature {
	padding: clamp(56px, 8vh, 96px) 0;
	background: var(--c-bg, #F8F5F0);
}

.fryzjerstwo-feature:nth-of-type(odd) {
	background: linear-gradient(135deg, rgba(245, 236, 216, 0.4) 0%, rgba(248, 245, 240, 1) 100%);
}

.fryzjerstwo-feature__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 80px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}

.fryzjerstwo-feature--reverse .fryzjerstwo-feature__container {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.fryzjerstwo-feature__media {
	position: relative;
	margin: 0;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 24px;
	background: var(--c-accent-soft, #F5ECD8);
	box-shadow:
		0 24px 56px -20px rgba(122, 92, 30, 0.32),
		0 6px 16px -4px rgba(26, 23, 20, 0.08);
}

.fryzjerstwo-feature__media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.fryzjerstwo-feature__media:hover img {
	transform: scale(1.04);
}

.fryzjerstwo-feature__placeholder {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 80% at 30% 20%, rgba(255, 255, 255, 0.32) 0%, transparent 55%),
		radial-gradient(ellipse 80% 60% at 70% 90%, rgba(26, 23, 20, 0.22) 0%, transparent 60%),
		linear-gradient(135deg, var(--c-accent, #C9A96E) 0%, #A07830 60%, #7A5C1E 100%);
}

.fryzjerstwo-feature__placeholder--alt {
	background:
		radial-gradient(ellipse 60% 80% at 70% 30%, rgba(255, 255, 255, 0.28) 0%, transparent 55%),
		linear-gradient(135deg, #D4B880 0%, #C9A96E 50%, #7A5C1E 100%);
}

.fryzjerstwo-feature__placeholder::after {
	content: 'PARENDI';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(36px, 4.5vw, 64px);
	color: #FFFFFF;
	letter-spacing: 0.08em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

.fryzjerstwo-feature__wash {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 80% 70% at 100% 0%, rgba(201, 169, 110, 0.38) 0%, rgba(201, 169, 110, 0.12) 40%, rgba(201, 169, 110, 0) 70%);
}

.fryzjerstwo-feature__wash--right {
	background: radial-gradient(ellipse 80% 70% at 0% 0%, rgba(201, 169, 110, 0.38) 0%, rgba(201, 169, 110, 0.12) 40%, rgba(201, 169, 110, 0) 70%);
}

.fryzjerstwo-feature--reverse .fryzjerstwo-feature__media {
	order: 2;
}

.fryzjerstwo-feature--reverse .fryzjerstwo-feature__content {
	order: 1;
}

.fryzjerstwo-feature__content {
	min-width: 0;
}

.fryzjerstwo-feature__eyebrow {
	display: inline-block;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--c-accent, #C9A96E);
	margin: 0 0 18px;
}

.fryzjerstwo-feature__title {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(32px, 4.2vw, 56px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--c-text-on-light, #1A1714);
	margin: 0 0 20px;
}

.fryzjerstwo-feature__title em {
	font-style: italic;
	color: var(--c-accent, #C9A96E);
}

.fryzjerstwo-feature__lead {
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 15px;
	line-height: 1.65;
	color: var(--c-text-muted, #6B5F53);
	margin: 0 0 24px;
	max-width: 540px;
}

.fryzjerstwo-feature__list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.fryzjerstwo-feature__list li {
	position: relative;
	padding: 0 0 12px 24px;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 14px;
	line-height: 1.55;
	color: var(--c-text-on-light, #1A1714);
}

.fryzjerstwo-feature__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.78em;
	width: 14px;
	height: 1px;
	background: var(--c-accent, #C9A96E);
}

.fryzjerstwo-feature__list strong {
	color: var(--c-accent, #C9A96E);
	font-weight: 600;
}

.fryzjerstwo-feature__cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 14px 28px;
	background: linear-gradient(135deg, #D4B880 0%, #C9A96E 45%, #A07830 100%);
	color: #FFFFFF;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow:
		0 14px 32px -10px rgba(122, 92, 30, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.25) inset;
	transition: gap 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fryzjerstwo-feature__cta:hover {
	gap: 20px;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow:
		0 20px 44px -10px rgba(122, 92, 30, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

/* Mobile feature sections - stack 1-col, obraz pod tekstem */
@media (max-width: 900px) {
	.fryzjerstwo-feature__container {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.fryzjerstwo-feature--reverse .fryzjerstwo-feature__media,
	.fryzjerstwo-feature--reverse .fryzjerstwo-feature__content {
		order: initial;
	}
	.fryzjerstwo-feature__media {
		aspect-ratio: 4 / 4;
		max-height: 480px;
	}
}

@media (max-width: 767px) {
	.fryzjerstwo-seo {
		padding: clamp(48px, 7vh, 72px) 0;
	}
	.fryzjerstwo-seo__container {
		padding: 0 16px;
	}
	.fryzjerstwo-seo__cols {
		-moz-column-count: 1;
		column-count: 1;
	}
	.fryzjerstwo-seo__title {
		font-size: clamp(24px, 7vw, 36px);
	}
	.fryzjerstwo-feature {
		padding: clamp(40px, 6vh, 64px) 0;
	}
	.fryzjerstwo-feature__container {
		padding: 0 16px;
		gap: 24px;
	}
	.fryzjerstwo-feature__title {
		font-size: clamp(26px, 7vw, 36px);
	}
	.fryzjerstwo-feature__lead {
		font-size: 13.5px;
	}
	.fryzjerstwo-feature__cta {
		padding: 12px 22px;
		font-size: 11px;
		letter-spacing: 0.16em;
	}
}

/* ════════════════════════════════════════════════════════════════
   3. BOTTOM CTA - editorial pinkowy banner z phone fallback
   ════════════════════════════════════════════════════════════════ */

.fryzjerstwo-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(80px, 12vh, 140px) clamp(20px, 4vw, 80px);
	background:
		radial-gradient(ellipse 70% 60% at 100% 0%, rgba(255, 255, 255, 0.16) 0%, transparent 60%),
		linear-gradient(135deg, #D4B880 0%, #C9A96E 40%, #7A5C1E 100%);
	color: #FFFFFF;
}

.fryzjerstwo-cta__script {
	position: absolute;
	top: clamp(20px, 3vh, 32px);
	left: clamp(20px, 3vw, 48px);
	font-family: 'Allura', cursive;
	font-size: clamp(28px, 3.5vw, 48px);
	line-height: 1;
	color: rgba(255, 255, 255, 0.65);
	pointer-events: none;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.fryzjerstwo-cta__container {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: clamp(32px, 5vw, 80px);
	align-items: center;
}

.fryzjerstwo-cta__text {
	max-width: 620px;
}

.fryzjerstwo-cta__eyebrow {
	display: inline-block;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 16px;
}

.fryzjerstwo-cta__title {
	font-family: var(--font-serif, 'Fraunces', serif);
	font-style: italic;
	font-weight: 300;
	font-size: clamp(36px, 4.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0 0 18px;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}

.fryzjerstwo-cta__title em {
	font-style: italic;
	color: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.fryzjerstwo-cta__divider {
	display: block;
	width: 48px;
	height: 1px;
	background: rgba(255, 255, 255, 0.55);
	margin: 0 0 20px;
}

.fryzjerstwo-cta__lead {
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 14.5px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
}

.fryzjerstwo-cta__lead strong {
	color: #FFFFFF;
	font-weight: 600;
}

.fryzjerstwo-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fryzjerstwo-cta__button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 16px 32px;
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	transition: gap 0.3s ease, transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	white-space: nowrap;
}

.fryzjerstwo-cta__button--primary {
	background: #FFFFFF;
	color: var(--c-text-on-light, #1A1714);
	box-shadow:
		0 14px 32px -10px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

.fryzjerstwo-cta__button--primary:hover {
	background: var(--c-text-on-light, #1A1714);
	color: #FFFFFF;
	gap: 20px;
	transform: translateY(-2px);
}

.fryzjerstwo-cta__button--ghost {
	background: rgba(255, 255, 255, 0.12);
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.fryzjerstwo-cta__button--ghost:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #FFFFFF;
	gap: 20px;
	transform: translateY(-2px);
}

/* ════════════════════════════════════════════════════════════════
   RESPONSYWNOSC
   ════════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
	.fryzjerstwo-section__header {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.fryzjerstwo-section__count {
		font-size: 48px;
		margin: 0;
	}
	.fryzjerstwo-cta__container {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.fryzjerstwo-cta__text {
		margin: 0 auto;
	}
	.fryzjerstwo-cta__divider {
		margin: 0 auto 20px;
	}
	.fryzjerstwo-cta__actions {
		align-items: center;
	}
}

/* ════════════════════════════════════════════════════════════════
   LIGHTBOX - galeria zdjec salonu
   ════════════════════════════════════════════════════════════════ */

.fry-lb {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9990;
	background: rgba(10, 8, 6, 0.93);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	align-items: center;
	justify-content: center;
}

.fry-lb--open {
	display: flex;
}

.fry-lb__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 72px;
	max-width: 100vw;
	max-height: 100vh;
}

.fry-lb__img {
	display: block;
	max-width: 88vw;
	max-height: 88vh;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65);
	transition: opacity 0.16s ease;
}

.fry-lb__img--fade {
	opacity: 0;
}

.fry-lb__close,
.fry-lb__prev,
.fry-lb__next {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #D4B880 0%, #C9A96E 45%, #A07830 100%);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow:
		0 10px 24px -6px rgba(122, 92, 30, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.25) inset,
		0 1px 0 rgba(255, 255, 255, 0.35) inset;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 50%;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	font-family: var(--font-sans, 'Inter', sans-serif);
	line-height: 1;
}

.fry-lb__close {
	top: 20px;
	right: 24px;
	width: 44px;
	height: 44px;
	font-size: 20px;
}

.fry-lb__prev,
.fry-lb__next {
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	font-size: 30px;
}

.fry-lb__prev { left: 20px; }
.fry-lb__next { right: 20px; }

.fry-lb__close:hover {
	transform: scale(1.08);
	box-shadow: 0 14px 32px -6px rgba(122, 92, 30, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}
.fry-lb__prev:hover  {
	transform: translateY(-50%) scale(1.08);
	box-shadow: 0 14px 32px -6px rgba(122, 92, 30, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}
.fry-lb__next:hover  {
	transform: translateY(-50%) scale(1.08);
	box-shadow: 0 14px 32px -6px rgba(122, 92, 30, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.fry-lb__prev[hidden],
.fry-lb__next[hidden] { display: none; }

.fry-lb__counter {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--font-sans, 'Inter', sans-serif);
	font-size: 12px;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 600px) {
	.fry-lb__prev { left: 8px; width: 40px; height: 40px; font-size: 24px; }
	.fry-lb__next { right: 8px; width: 40px; height: 40px; font-size: 24px; }
	.fry-lb__close { top: 12px; right: 12px; }
	.fry-lb__wrap { padding: 0 52px; }
	.fry-lb__img { max-width: 94vw; max-height: 82vh; }
}

@media (max-width: 767px) {
	.fryzjerstwo-hero {
		padding: clamp(72px, 10vh, 100px) 0 clamp(56px, 8vh, 80px);
	}
	.fryzjerstwo-hero__title {
		font-size: clamp(40px, 11vw, 64px);
	}
	.fryzjerstwo-hero__lead {
		font-size: 13.5px;
	}
	.fryzjerstwo-hero__cta {
		padding: 13px 24px;
		font-size: 10.5px;
		letter-spacing: 0.18em;
	}

	.fryzjerstwo-cennik {
		padding: clamp(56px, 8vh, 80px) 0 clamp(40px, 6vh, 64px);
	}
	.fryzjerstwo-cennik__container {
		padding: 0 16px;
	}
	.fryzjerstwo-cennik__head-title {
		font-size: clamp(28px, 7vw, 40px);
	}
	.fryzjerstwo-cennik__head-note {
		font-size: 13px;
	}

	.fryzjerstwo-cennik__pair {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		row-gap: clamp(16px, 2.5vh, 24px);
		margin-bottom: clamp(16px, 2.5vh, 24px);
	}
	.fryzjerstwo-section {
		grid-row: auto;
		grid-template-rows: auto;
		padding: 20px 18px 24px;
		border-radius: 18px;
	}
	.fryzjerstwo-section__header {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}
	.fryzjerstwo-section__title {
		font-size: 22px;
	}
	.fryzjerstwo-section__lead {
		font-size: 13.5px;
	}

	/* Mobile - kazda pozycja stack: name+desc nad cena */
	.fryzjerstwo-list__item {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px 0;
	}
	.fryzjerstwo-list__name {
		font-size: 16.5px;
	}
	.fryzjerstwo-list__desc {
		font-size: 13px;
	}
	.fryzjerstwo-list__price {
		justify-self: flex-start;
		padding: 7px 14px;
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.fryzjerstwo-cta {
		padding: 56px 18px 64px;
	}
	.fryzjerstwo-cta__title {
		font-size: clamp(26px, 8vw, 36px);
	}
	.fryzjerstwo-cta__lead {
		font-size: 13.5px;
	}
	.fryzjerstwo-cta__button {
		padding: 13px 24px;
		font-size: 10.5px;
		letter-spacing: 0.18em;
	}
	.fryzjerstwo-cta__script {
		font-size: 26px;
		top: 14px;
		left: 14px;
	}
}
